/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




.e-n-tab-title-text{
	display: flex;
	flex-direction: column;
}
.e-n-tab-title-text span:first-child {
  font-weight: bold!important;
  font-size: 1.2em!important;
}

.e-n-tab-title-text {
  font-size: 0.95em;
  font-weight: 300;

}
a{text-decoration:none!important}
a.elementor-button  span{color:#fff}


.carre-orange h3{
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}

.carre-orange h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background-color: #B75A1F;
}

.blogroll li{
	display:flex;
	padding: 7px 0;
	position: relative;
	font-weight: 600;

}


.blogroll li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 0, 0, 0.3); /* plus clair = plus fin visuellement */
}


.adn-contact-widget {
  display: flex;
  flex-direction: row;
  gap: 20px; /* espace entre les deux blocs */
  align-items: center;
  flex-wrap: wrap; /* pour qu’ils passent à la ligne sur mobile si besoin */

}

.adn-contact-widget a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background:#0073aa;
  padding: 5px 15px;
  border-radius: 7px;
  margin-right: 10px;
}

.adn-contact-widget .contact-link:hover, .adn-contact-widget .phone-link:hover {
 background:  #0073aa; /* ou ta couleur principale */
 color: #fff;
}

.adn-contact-widget i {
  font-size: 1.2em;
  color: #fff /* icône en couleur */
}



#header-top,
#header-menu {
  width: 100%;
  transition: all 0.3s ease;
}

#header-top.sticky,
#header-menu.sticky {
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 9999;
}

#header-top.sticky {
  top: 0;
}

#header-menu.sticky {
  top: var(--header-top-height, 50px);
}



.h2-style h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #274FA4;
  border-left: 4px solid #B75A1F;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  max-width: 100%;
  word-wrap: break-word;
  transition: color 0.3s ease;
}

.h2-style h2:hover {
  color: #B75A1F!important;
  cursor: default;
}




.sous-titre h2 {
  font-size: 1.3rem;
  color: #333;
  margin-left: 1rem;
  margin-top: -15px;
}


.titre-principal h1 {
  font-size: 2rem;
  padding: 1rem;
  color: #fff;
  background-color: #0073aa;
  border-left: 6px solid rgb(183, 90, 31);
  margin-bottom: 0.5rem;
}

.rmp-container{
  max-width: 100%!important;

  min-width: 100%;
}

.rmp-menu-title-image{
  width: auto!important;
}
.rmp-menu-wrap{
  padding: 20px 10px!important;
}

.rmp-menu-additional-content{

  padding:0  15px!important;
}
.rmp-menu-additional-content div {
 background:#3C6062;
 padding: 15px 30px;
 display: inline-block;
 margin-bottom: 30px;
 border-radius: 15px;
 width: 100%;

}


.rmp-menu-additional-content p{

 color: #fff!important;
 font-size: 20px;

}

.rmp-menu-additional-content a,  .rmp-menu-additional-content span{
  font-size: 17px;
  color: #fff;
}

.rmp_menu_trigger{
  margin-top: -5px!important;
}


@media (max-width: 480px) {
  .sous-titre h2 {
    font-size: 1rem;
  }

  .titre-principal h1 {
    font-size: 1.5rem;
  }
}
