/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*
=====
=====
CURSEUR PERSONNALISÉ
=====
====
*/


/*
=====
=====
——————— // CURSEUR PERSONNALISÉ //
=====
====
*/

.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}



#menu-header li.menu-fleche::after {
    content: url("/wp-content/uploads/2025/06/fleche-petite-bas-clair.svg");
    padding: 31px 0;
    margin-left: 10px;
    top: 0px;
  position: relative;
        transition: top 0.5s;
}

#menu-header li.menu-fleche:hover::after {
top: 5px;
    transition: top 0.5s;
}

.menu-fond-clair #menu-header li.menu-fleche::after  {
        content: url("/wp-content/uploads/2025/06/Vector-13.svg");
}

#menu-header li.menu-fleche-orange {
    position: absolute;
    right: 0px;
            top: -13px;
}


#menu-header li.menu-fleche-orange a::after, #menu-header li.menu-fleche-orange a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    position: relative;
        transition: opacity 0.5s;
}

#menu-header li.menu-fleche-orange a::after {
        background-image: url("/wp-content/uploads/2025/06/bouton-plein-color.svg");
    opacity: 1;
}

#menu-header li.menu-fleche-orange a::before {
    background-image: url("/wp-content/uploads/2025/07/fleche-fond.svg");
    opacity: 0;
      left: 195px;
}

#menu-header li.menu-fleche-orange:hover a::after {
opacity: 0;
}


#menu-header li.menu-fleche-orange:hover a::before {
opacity: 1;
}

#menu-header li {
  padding-left: 44px;
  padding-right: 0;
}

.et-menu a:hover {
  opacity:1 !important;
}

.et_mobile_nav_menu {
    display: none !important;
}

#rmp_menu_trigger-540 .responsive-menu-pro-inner, #rmp_menu_trigger-540 .responsive-menu-pro-inner::before, #rmp_menu_trigger-540 .responsive-menu-pro-inner::after {
    border-radius: 0px;
}

#rmp-menu-wrap-540 .rmp-menu {
    text-transform: uppercase;
}

#rmp-menu-wrap-540 .rmp-menu .rmp-submenu {
    text-transform: none;
}

#rmp-menu-wrap-540 .rmp-menu .rmp-submenu a {
    overflow: visible;
    padding-bottom: 15px;
    height: auto;
}

#rmp-container-540 {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px auto;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
    margin: 0px;
      width: 165px !important;
}

/*.home #rmp_menu_trigger-540 {
    display: none;
}*/

/*
=====
=====
STYLE DES TEXTES
=====
====
*/

/* H1 */
h1 {
    font-family: Poppins;
    font-size: 115px;
    font-style: normal;
    font-weight: 400;
    line-height: 115px; /* 100% */
}

.h1b h1 {
    font-size: 90px;
    line-height: 90px; /* 100% */
}

/* H2 */
h2 {
    font-family: "EB Garamond";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 100% */
}

/* H3 */
h3 {
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}


/* H4 */
h4 {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
}


/* H5 */
h5 {
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 122.727% */
}

/* Body1 */
.body1 {
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 128% */
}


/* Body2 */
.body2 {    
    font-family: "EB Garamond";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 128% */
}


/* Body 3 */
.body3 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

/* Body 4 */
.body4 {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

/* Liste à puces */

.body2 ul {
list-style-image: url('/wp-content/uploads/2025/08/Vector.svg');
    line-height: 37px;
  margin-top: 20px;
    padding-left: 32px;
}


/* Quotes */
.quote {
    font-family: "EB Garamond";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px; /* 126.667% */
}

/* Animation H2 */

.slide-text-container {
    display: flex;
    overflow: hidden;
}


.slide-text-container h2 {
    display: inline-block;
    position: relative;
    transform: translateY(0);
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    transform: translateY(200%);
}

.slide-text-container.visible h2 {
    animation-name: slide-in-bottom;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(200%);
    }
    100% {
        transform: translateY(0);
    }
}


/* Bouton Scroll to down Animation */

.scroll-button {
  display: inline-block;
}

.scroll-button .circle {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #EFE8E2;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.scroll-button .arrow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  animation: arrowLoop 1.8s cubic-bezier(0.4,1,0,1) infinite;
  transition: opacity 0.3s ease;
}

/* Animation : la flèche descend et disparaît */
@keyframes arrowLoop {
  0% {
    top: -50%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    top: 20%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 0;
  }
}

/* Hover = orange plein */
.scroll-button:hover .circle {
  background-color: #F6431B;
  border-color: #F6431B;
}

.scroll-button .bouton, .scroll-button .circle {
    display: inline-block;
      vertical-align: middle;
}

.scroll-button .bouton {
    color: #efe8e2;
    margin-right: 10px;
}



/* Bouton */
.bouton {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    text-transform: uppercase;
}

.bouton1 {
    height:40px;
    display: inline-flex;
}


.bouton1 a {
    color: #542028;
    margin: auto;
}

.bouton1 a::after {
    content: url("/wp-content/uploads/2025/06/bouton-filet-color.svg");
      margin-left: 10px;
    position: relative;
    top: 13px;
}

.bouton1.survol1:hover a::after {
    content: url("/wp-content/uploads/2025/06/bouton-plein-color.svg");
}


.sufixe .percent-sign {
    content: url("/wp-content/uploads/2025/06/123.svg");
    margin-left:10px;
}


/* Liste de gauche */
.onglets-verticaux {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.onglets-verticaux li {
  position: relative;
  cursor: pointer;
  padding-left: 0px;
  margin-bottom: 12px;
  opacity: 0.3;
  transition: opacity 0.3s, font-weight 0.3s;
  font-weight: normal;
  list-style: none;
color: #542028;
color: #542028;
          transition: padding 0.6s;
}

/* Flèche au survol ou actif */
.onglets-verticaux li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 22px;
  height: 10px;
  background-image: url('/wp-content/uploads/2025/06/fleche-foncee.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
      transition: padding 0.6s;
}

/* État actif */
.onglets-verticaux li.actif,
.onglets-verticaux li:hover {
  opacity: 1;
  padding-left: 35px;
          transition: 0.6s;
}

.onglets-verticaux li.actif::before,
.onglets-verticaux li:hover::before {
  opacity: 1;
      transition: opacity 1.6s;
}

/* Contenu fade */
/* Positionnement du conteneur à droite */
.conteneur-tabs {
    position: relative;
  }

  .contenu-tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 1.5s ease;
  }

  .contenu-tab.actif {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
          transition: opacity 1.5s ease;
  }

/*Couleurs et Marges spécifiques*/
.contenu-tab h2 {
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.contenu-tab h2, .contenu-tab.body2 {
    color: #542028;
}

.contenu-tab .bouton {
    margin-top: 50px;
}


.slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slide-wrap, .temoignage .wpsisac-slick-carousal.wpsisac-prodesign-11 .wpsisac-slick-image-slide .wpsisac-slide-wrap {
    background: none;
}


.slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-content, .slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-short-content, .slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-short-content p, .slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-content, .slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-short-content, .slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-short-content p  {
    text-align: left;
}

.slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-content {
    padding: 35px 0;
}

.slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-short-content p {
    color: #542028;
      padding-bottom: 2px;
}

.slider-perso .wpsisac-slick-carousal-wrp.temoignage .wpsisac-slider-short-content p.client {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    color: #f6431b;
}

.slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-content {
  padding: 0 50px 0 0;
}

.slider-perso .wpsisac-slick-carousal-wrp.slider-services h2.wpsisac-slide-title {
    font-family: Poppins;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    color: #efe8e2;
}

.slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-short-content p {
    color: #542028;
}

.slider-perso .wpsisac-slick-carousal.wpsisac-prodesign-11 .slick-arrow {
      top: 105%;
      transform: translateY(0%);
    width:50px;
}

.slider-perso .temoignage .wpsisac-slick-carousal.wpsisac-prodesign-11 .slick-arrow {
      top: -70px;
      transform: translateY(3%);
        left: auto;
}

.slider-perso .temoignage .slick-next.slick-arrow {
    right: 0px;
}

.slider-perso .temoignage .slick-prev.slick-arrow {
    right: 60px;
}

.temoignage .wpsisac-slick-carousal.wpsisac-prodesign-11 .wpsisac-slick-image-slide {
    text-align: left;
      padding: 0 80px 0 10px;
}


.slider-perso .slick-next.slick-arrow {
    left: 60px;
}

.slider-perso .wpsisac-slick .slick-next, .slider-perso .wpsisac-slick button.slick-next:active, .slider-perso .wpsisac-slick button.slick-next:focus,.slider-perso .wpsisac-slick button.slick-next:hover {
    background: url("/wp-content/uploads/2025/08/fleche-droite.svg") no-repeat;
}

.slider-perso .wpsisac-slick .slick-prev, .slider-perso .wpsisac-slick button.slick-prev:active, .slider-perso .wpsisac-slick button.slick-prev:focus,.slider-perso .wpsisac-slick button.slick-prev:hover {
    background: url("/wp-content/uploads/2025/08/fleche-gauche.svg") no-repeat;
}

.timeline .body1, .timeline .body4 {
    color: #efe8e2;
}

.timeline .body1 {
    padding : 20px 0 5px 0;
}

.timeline .et_pb_row {
    padding-right: 0px;
}

.section-toggle .expertise-toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    content: url("/wp-content/uploads/2025/06/plus-moins.svg") !important;
 }

.section-toggle .expertise-toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: url("/wp-content/uploads/2025/06/plus.svg") !important;
}

.section-toggle .accompagnement-toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    content: url("/wp-content/uploads/2025/06/moins-color.svg") !important;
    bottom: unset;
    top: 50%;
 }

.section-toggle .accompagnement-toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: url("/wp-content/uploads/2025/06/plus-color.svg") !important;
    bottom: unset;
    top: 50%;
}

.section-toggle .et_pb_toggle_close .et_pb_toggle_title::before, .section-toggle .et_pb_toggle_open .et_pb_toggle_title::before {
    bottom: unset;
    top: 50%;
}

.section-toggle .accompagnement-toggle, .section-toggle .expertise-toggle {
  position: relative;
}

.section-toggle .accompagnement-toggle::after, .section-toggle .expertise-toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.5s ease-out;
}

.section-toggle .accompagnement-toggle::after {
  background-color: #542028;
}

.section-toggle .expertise-toggle::after {
  background-color: #f6431b;
}

.section-toggle .accompagnement-toggle.visible::after, .section-toggle .expertise-toggle.visible::after {
  transform: scaleX(1);
}

.section-toggle {
  padding-top: 35px;
  padding-bottom: 0px;
}

.section-toggle .accompagnement-toggle.body2 ul {
   list-style-image: url('/wp-content/uploads/2025/06/fleche-foncee.svg');
    line-height: 37px;
  margin-top: 20px;
    padding-left: 32px; 
}

.section-toggle .accompagnement-toggle.body2 ul strong, .section-toggle .expertise-toggle.body2 ul strong {
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 122.727% */
}



.section-toggle .et_pb_column_3_4 {
    width: 95% !important;
}

.section-toggle .et_pb_column_1_4 {
    width: 5% !important;
}

.et_pb_team_member h3 {
    padding-bottom: 0px;
    padding-top: 15px;
}

.et_pb_team_member .et_pb_member_social_links {
    margin-top: 15px;
}

.et_pb_team_member .et_pb_team_member_image {
  max-width: 150px;
}

.et_pb_team_member .et_pb_linkedin_icon::before {
  content: url("/wp-content/uploads/2025/07/linkedin-logo.svg");
}


.timeline-accompagnement .bloc .numero {
	font-family: Poppins;
	font-size: 75px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 64% */
    color: #98bbe4;
    margin-bottom:15px;
  }
  
  .timeline-accompagnement .bloc h4,   .timeline-accompagnement .bloc p {
    color : #542028;
  }
  
  .timeline-accompagnement .bloc {
      margin-bottom: 50px;
      opacity: 0;
      transform: translateY(60px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

/* Quand visible dans le viewport */
.timeline-accompagnement .bloc.visible {
  opacity: 1;
  transform: translateY(0);
}

  

#contact .form-lacyme .nom input, #contact .form-lacyme .telephone input, #contact .form-lacyme .email input, #contact .form-lacyme .objet input, #contact .form-lacyme .entreprise input, #contact .form-lacyme .objet .choices__inner {
  border: 1px solid #542028!important;
  border-radius: 0px !important;
  height: 80px !important;
  background-color: transparent !important;
  color: #542028;
  font-family: Poppins;
    font-size: 20px;
}

#contact .form-lacyme .message textarea {
  border: 1px solid #542028!important;
  border-radius: 0px !important;
  background-color: transparent !important;
  color: #542028;
  font-family: Poppins;
    font-size: 20px;
}


#contact .form-lacyme .nom input::placeholder, #contact .form-lacyme .telephone input::placeholder, #contact .form-lacyme .email input::placeholder, #contact .form-lacyme .objet input::placeholder, #contact .form-lacyme .entreprise input::placeholder, div.wpforms-container-full .wpforms-form textarea::placeholder {
        color: #542028;
    opacity:0.5;
}

#contact .form-lacyme .nom input:focus, #contact .form-lacyme .telephone input:focus, #contact .form-lacyme .email input:focus, #contact .form-lacyme .objet input:focus, #contact .form-lacyme .entreprise input:focus, #contact .form-lacyme .objet select:focus, #contact .form-lacyme .message textarea:focus { 
    box-shadow: 0 0 0 1px #542028;
}

#contact .form-lacyme .besoins legend {
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    color: #542028;
}

#contact .form-lacyme .besoins label {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 120% */
    color: #542028;
}

#contact .form-lacyme .besoins {
    padding: 40px 0;
}

#contact .form-lacyme .bouton-form-lacyme, #contact .form-lacyme .bouton-form-lacyme:hover, div.wpforms-container-full button[type="submit"]:hover  {
  background-color: transparent !important;
  color: #542028;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 400;
  padding-left: 0px;
    float: right;
    right: 50px;
    margin-top: 25px;
    background: none;
}

#contact .form-lacyme .bouton-form-lacyme::after {
    content: url("/wp-content/uploads/2025/06/bouton-plein-color.svg");
    position: absolute;
  top: 0px;
  right: -35px;
}

div.wpforms-container-full input[type="checkbox"]::before, div.wpforms-container-full input[type="checkbox"]:focus::before, div.wpforms-container-full input[type="checkbox"]:focus {
    border-color: #542028;
  background-color: #efe8e2;
    border-radius: 0px;
}

div.wpforms-container-full input[type="checkbox"]:checked::before {
    border-color: #542028;
  box-shadow: 0 0 0 1px #542028,0px 1px 2px rgba(0,0,0,0.15);
}

div.wpforms-container-full input[type="checkbox"]:checked::after {
    border-left: 4px solid #542028;
  border-bottom: 4px solid #542028;
}

.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--single .choices__item {
    color: #542028;
    font-weight: 400;
    font-size: 20px;
}

.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown {
      border: 1px solid #542028;
}
 
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
        box-shadow: 0 0 0 1px #542028;
    border-radius: 0px !important;
  background-color: #efe8e2 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__list {
      font-family: Poppins;
    color:#542028;
}

.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
        color:#efe8e2 !important;
    background-color: #542028;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background-color: transparent;
    border: none;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {     
    font-family: "EB Garamond";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 128% */
    color: #542028;
}


div.wpforms-container-full button[type="submit"]:focus::after {
    border: none;
    left: unset;
}


.logos-certifications {
  display: flex;
  align-items: stretch;
  gap: 10%; /* espace entre les logos */
  flex-wrap: nowrap;
  width: 100%;
    flex-direction: row-reverse;
    align-content: stretch;
}

.logos-certifications img {
  width: 100%;
  height: auto;
  flex: 1 1 0;
}

/*
====
====
COOKIE BAR
====
====
*/

.cky-consent-container {
      width: 375px !important;
}

.cky-consent-container .cky-consent-bar {
  padding: 50px 35px !important;
  box-shadow: 0px 0px 7px 0 #00000026 !important;
  border-radius: 0px !important;
  width: 375px;
}

.cky-notice .cky-title {
    font-family: Poppins;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 34px !important; /* 121.429% */
    padding-bottom: 25px !important;
}

.cky-notice-des p {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.cky-btn.cky-btn-customize, .cky-btn.cky-btn-accept, .cky-btn.cky-btn-preferences  {
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: 0px;
}

.cky-btn.cky-btn-accept {
    text-decoration: underline;
    text-underline-offset: 5px;
    order: 1;
}

.cky-btn.cky-btn-customize {
    order: 2;
text-decoration: underline;
  text-underline-offset: 5px;
}

.cky-btn.cky-btn-reject {
    order: 3;
    display: inline-block;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border: 0px;
}


.cky-notice-btn-wrapper .cky-btn {
    width: 100%;
    text-align: left;
    padding: 7px 0;
}

.cky-preference-body-wrapper, .cky-preference-header .cky-preference-title {
    font-family: Poppins;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}


/*
====
====
POPUP MENU
====
====
*/

.custombox-content {
  z-index: 9999999999999;
}

.popupmenu {
  position: fixed;
  inset: 0;
  background-color: #542028;
  color: #EFE8E2;
  display: flex;
  flex-direction: column;
  padding: 50px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

.popupmenu .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
}

.popupmenu .logo {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.popupmenu .close-btn {
  background: none;
  border: none;
  color: #EFE8E2;
  font-size: 0.9rem;
  cursor: pointer;
}

.popupmenu .close-btn .croix {
  font-size: 21px;
  padding-left: 9px;
  position: relative;
  top: 3px;
}

.popupmenu .content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.popupmenu .columns {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
}

.popupmenu .left-col {
  width: 20%;
  padding-right: 2rem;
  display: flex;
  padding-top: 0.15em;
}

.popupmenu .right-col {
  width: 80%;
}

.popupmenu .section-title {
  font-size: 16px;
  color: #f6431b !important;
  text-transform: uppercase;
  margin: 0;
  line-height: 16px;
    font-weight: 400;
}

.popupmenu .expertises {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popupmenu .expertises li {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    padding-bottom: 50px;
    transition: 1s;
}

.popupmenu .expertises li a {
    color: #efe8e2;
}

.popupmenu .expertises li:hover {
    margin-left:30px;
    transition: 1s;
}

.popupmenu .expertises li::before {
    content: url("/wp-content/uploads/2025/07/Property-1Variant7.svg");
    position: relative;
    left: -30px;
    opacity: 0;
    transition: 1s;
}

.popupmenu .expertises li:hover::before {
    opacity: 1;
    transition: 1s;
}

.popupmenu .ampersand {
  position: absolute;
  right: 50px;
  bottom: 60px;
  color: #f6431b;
  font-family: serif;
  pointer-events: none;
  user-select: none;
}

.paoc-pro-popup-close {
    background: none;
  width: 300px;
  height: 300px;
}


@media screen and (max-width: 767px) {

    .logos-certifications img {
        max-width: 90px; 
    }
    
    .container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        padding-left: 35px !important;
        padding-right: 35px !important;
}

    
    .section-toggle .et_pb_column_3_4 {
    width: 100% !important;
}

.section-toggle .et_pb_column_1_4 {
    width: 100% !important;
}
    
    .timeline .body1::before {
        content:url("/wp-content/uploads/2025/06/point-orange.svg");
        position: absolute;
        left: -45px;
    }
    
    .timeline .body1 {
        margin-top: 10px;
    }
    
    .temoignage .wpsisac-slick-carousal.wpsisac-prodesign-11 .wpsisac-slick-image-slide {
        padding: 0 0 0 10px;
    }
    
    .contenu-tab h2 {
        margin-bottom: 25px;
    }
    
    .contenu-tab .bouton {
        margin-top: 25px;
    }
    
    .et_pb_team_member {
        margin-bottom: 25px !important;
    }
    
    .membres .et_pb_team_member h4 {
        padding-bottom: 0px;
    }
    
    .membres .et_pb_team_member .et_pb_member_social_links {
        margin-top: 5px;
}
    
    
    .ligne-responsive {
        display: inline-grid;
  }

  .col1 {
    order: 2; /* passe en dessous */
  }

  .col2 {
    order: 1; /* passe au-dessus */
  }
    
    .section-toggle .et_pb_toggle_close .et_pb_toggle_title::before, .section-toggle .et_pb_toggle_open .et_pb_toggle_title::before {
        bottom: 0px;
        top: unset;
}

/* MOBILE/FONT */
    h1 {
        font-size: 55px;
        line-height: 55px; /* 100% */
    }
    
    .h1b h1 {
        font-size: 38px;
        line-height: 38px; /* 100% */
    }
    
    h2 {
        font-size: 35px;
        line-height: 35px; /* 100% */
    }
    
    h3 {
        font-size: 30px;
        line-height: 38px; /* 126.667% */
    }
    
    h4 {
        font-size: 24px;
        line-height: 30px; /* 125% */
    }
    
    .body1 {
        font-size: 20px;
        line-height: 27px; /* 135% */
    }
    
    .body2 {
        font-size: 19px;
        line-height: 26px; /* 136.842% */
    }
    
    .quote {
        font-size: 25px;
        line-height: 32px; /* 128% */
    }
    
    .slider-perso .wpsisac-slick-carousal-wrp.slider-services .wpsisac-slider-content {
        padding: 0;
    }
    
    .slider-perso .wpsisac-slick-carousal-wrp.slider-services h2.wpsisac-slide-title {
        font-size: 24px !important;
    }
    
    #contact .form-lacyme .wpforms-one-half, #contact .form-lacyme .email, #contact .form-lacyme .objet {
        width: 100%;
        padding: 5px 0px;
        margin:0px;
    }
    
    #contact .form-lacyme .nom {
        padding: 0px;
    }
    
     .noonmobile .slide-text-container.visible h2, .noonmobile .et_animated {
    animation-name: none !important;
    transform: translateY(0) !important; /* remet l'élément en place sans anim */
         transform: translate3d(0px, 0%, 0px) !important;
  }
}
