/*
Theme Name: Blank Child
Theme URI: https://themeforest.net/item/blank-elegant-minimalist-wordpress-blog-theme/5134048
Template: blank
Author: WiThemes
Author URI: https://withemes.com
Description: Blank is an Ultra-clean Minimalistic WordPress Theme for Blogging &amp; Personal Portfolio
Version: 2.2.4.1746431029
Updated: 2025-05-05 09:43:49

*/

.article {
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background-color: #f9f9f9; /* fond léger */
	padding: 70px 20px 40px;
}

body p {
  margin: 0 0 15px;
}

html body .container .post-content .elementor-widget-container p {
  margin-bottom: 0.9em;
}

.extrait-article .btn-lire-suite {
  white-space: nowrap;
  display: inline-block;
  margin-top: 15px;
  padding: 3px 6px;
  background-color: #0073aa;
	border:1px solid #0073aa;
  color: white;
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
	float: right;
}

.extrait-article .btn-lire-suite:hover {
  background-color: #fff;
	color:#0073aa;
}


.wi-content a {
    border-bottom:0;
}

.elementor-widget-shortcode a:hover {
	color:unset;
}

body .elementor-342 .elementor-element.elementor-element-f17cb8c .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, body .elementor-342 .elementor-element.elementor-element-f17cb8c .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after  {

  background-color: unset!important;
}

@media screen and (max-width: 1024px) {
  body .elementor-menu-toggle {
    display:none;
  
  }
}