/*
Theme Name: Execor Child
Author: VamTam
Author URI: https://vamtam.com
Template: execor
*/




 /*-------------------------------------------  GENERAL -------------------------------------------*/
 /*-------------------------------------------  GENERAL -------------------------------------------*/





 /*------------------------------------------- END GENERAL -------------------------------------------*/
 /*------------------------------------------- END GENERAL -------------------------------------------*/


 /*------------------------------------------- COLOR -------------------------------------------*/
 /*------------------------------------------- COLOR -------------------------------------------*/

h2, h3, h3 a, footer a{
  color: #26282C !important;
}

.white h2, .white h3, .serviceBox:hover h3, .serviceBox:hover li, .serviceBox:hover a,.serviceBox:hover p, .tag > div:hover a, .serviceBox:hover i, .taptap-by-bonfire a{
  color: #fff !important;
}

.serviceBox:hover svg{
  fill:#fff !important;
}

 .supTitle, .tag a{
   color: #D2a637 !important;
 }

 .vamtam-sticky-header--fixed-shown nav a, .header2 header nav a, .archive header nav a, .single-guides header nav a{
   color: #110D04 !important;
 }

 .mgs-term-row:hover, .subjectsGrid .elementor-heading-title a:hover, footer a:hover{
   color: #D11013 !important;
 }

.supTitle > div{
  background-color: #fff !important;
}

.tag > div:hover{
  background-color: #D2a637!important;
}

.taptap-main-menu-button:after, .taptap-main-menu-button-two:before, .taptap-main-menu-button:after, .taptap-main-menu-button-two:after, .taptap-main-menu-button-two div.taptap-main-menu-button-two-middle:before{
  background-color: #110D04 !important;
}

.taptap-menu-active .taptap-main-menu-button-two:after, .taptap-menu-active .taptap-main-menu-button-two:before{
  background-color: #fff !important;
}

.check svg g g {
  fill: #110D04 !important;
}

.white.check svg g g {
  fill: #fff !important;
}

.check svg circle{
  display: none;
}


 /*------------------------------------------- END COLOR -------------------------------------------*/
 /*------------------------------------------- END COLOR -------------------------------------------*/

 /*------------------------------------------- FONT -------------------------------------------*/
 /*------------------------------------------- FONT -------------------------------------------*/

h1,h2,h3, .button1 a, .button2 a, .taptap-by-bonfire a{
  font-family: "Syne" !important;
  line-height: 1.2 !important;
}

.taptap-by-bonfire a{
  font-size: 25px !important;
}

.list a{
  font-size: 18px !important;
}

.tabs .details li, .rank-math-question strong {
  font-weight: 300 !important;
}



 /*------------------------------------------- END FONT -------------------------------------------*/
 /*------------------------------------------- END FONT -------------------------------------------*/

 /*------------------------------------------------ TITLE ------------------------------------------------*/
 /*------------------------------------------------ TITLE ------------------------------------------------*/

 h1{
   max-width: 850px;
 }

 h1 span, h2 span{
  font-size: 80%;
  font-family: "DM Sans";
  font-weight: 200;
 }

 .single-post h1{
   margin: auto;
 }

 h2{
   font-size: 40px !important;
 }

 h3{
   font-size: 25px !important;
 }

 h3.elementor-post__title a, .subjectsGrid .elementor-heading-title a{
   font-size: 21px !important;
 }

 .guideItem h3 a{
   font-size: 19px !important;
 }


 .single-guides h2, .single-post h2{
   margin: 80px 0 20px;
 }




 /*------------------------------------------------ END TITLE ------------------------------------------------*/
 /*------------------------------------------------ END TITLE ------------------------------------------------*/


 /*------------------------------------------------ ELEMENT ------------------------------------------------*/
 /*------------------------------------------------ ELEMENT ------------------------------------------------*/

 nav .wpml-ls-menu-item{
   display: none !important;
 }

 #toc{
   position: sticky;
   top: 100px;
 }

 .elementor-toc__list-item{
   margin-bottom: 10px;
 }

 html[lang="en-US"] #guideContent #content > div > .elementor-widget-container {
  display: flex;
}

html[lang="en-US"] #guideContent #content > div  > div > div:first-of-type{
  width: 90%;
}

.supTitle{
  border-radius: 3px;
}
 .blur-background, .blur-background-masked .elementor-widget-container{
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(100%) blur(9px);
}

body.no-js .toanimate {
  opacity: 1;
}

.toanimate2{
  transition-delay: 500ms;
  opacity 3200ms cubic-bezier(0.16, 1, 0.3, 1),
  transform 3200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.toanimate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Préférence utilisateur: réduit l’animation si reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .toanimate,
  .toanimate.is-visible,
  .toanimate.is-visible.premium-ease {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  }
}

.heroSection::after{
  content: "";
  left: -105px;
  position: absolute;
  width: calc(100% + 105px);
  height: 300px;
  z-index: 0;
  background: #ffffff;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
}

.serviceBox{
  min-height: 320px;
  justify-content: center;
}

.serviceBox:hover{
  background-color: #d11013 !important;
}

.blogList img{
  border-radius: 0;
  aspect-ratio: 0.9 !important;
  object-fit: cover !important;
}

.teamsImg img{
  aspect-ratio: 0.8;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.tabs .e-n-tabs-heading > button:nth-of-type(2){
  border-left: solid 1px #3333331a;
border-right: solid 1px #3333331a;
}

.guide-sources { margin-top: 48px; border-top: 1px solid #e8e8e8; padding-top: 24px; }
.guide-sources h2 { font-size: 1.25rem; margin-bottom: 12px; }
.guide-sources-list { list-style: none; margin: 0; padding: 0; }
.guide-source-item + .guide-source-item { margin-top: 6px; }
.guide-source-link { text-decoration: underline; }
.guide-source-link:hover { text-decoration-thickness: 2px; }


.mgs-terms-block { margin-block: 3rem; }
.mgs-terms-title { font-size: clamp(1.4rem, 1.2vw + 1rem, 2rem); margin: 0 0 1rem; }
.mgs-terms-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding: .25rem;
  scroll-snap-type: x mandatory;
}
.mgs-term-card {
  display: flex; flex-direction: column; gap: .5rem;
  border: 1px solid #eee; border-radius: 12px; padding: 1rem;
  background: #fff; text-decoration: none;
  scroll-snap-align: start;
}
.mgs-terms-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}
.mgs-term-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:1rem 0;border-bottom:1px solid #eee;
  text-decoration:none;font-size:1.1rem;line-height:1.3;color:inherit
}
.mgs-term-row:hover .mgs-term-arrow{transform:translateX(4px)}
.mgs-term-arrow{transition:transform .15s ease}

.mgs-term-label{
  font-weight: 300;
  font-size: 18px;
  padding-right: 30px;
}

.imgSujet{
  padding-left: 0;
  padding-right: 100px;
}

.imgSujet img{
  border-radius: 0;
}

.guideGrid .elementor-post {
  padding: 60px;
  border-bottom: solid 1px #d11013;
}

.guideGrid .elementor-post:nth-child(odd) {
  border-right: 1px solid #d11013;      /* séparateur entre les 2 colonnes */
}

/* Dernière rangée : supprime le trait du bas sur les 2 derniers items */
.guideGrid .elementor-post:nth-last-child(-n+2) {
  border-bottom: none;
}


.taxonomyFilter .e-filter-item{
  height: 18px;
}

.stripe{
  width: 1450px !important;
  max-width: calc(100vw - 200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.subjectsGrid .guideItem{
  height: 350px;
}

.subjectsGrid .guideItem:hover{
  border-color: #D11013 !important;
}

.serviceBox2{
  justify-content: start;
}

.taptap-main-inner-inner::after{
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/08/picto.svg);
  left: -168px;
  bottom: -16px;
  width: 342px;
  height: 370px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-size: contain;
  z-index: -1;
}

.e-n-tab-title-text{
  flex-direction: column;
}

.e-n-tab-title-text span{
  font-size: 90%;
  font-weight: 300;
}

.wpml-ls-flag{
  border-radius: 0px !important;
}

.elementor-toc__list-item-text-wrapper{
  align-items: baseline;
}

#toc .elementor-toc__list-item-text-wrapper a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

 /*------------------------------------------------ END ELEMENT ------------------------------------------------*/
 /*------------------------------------------------ END ELEMENT ------------------------------------------------*/


 /*------------------------------------------------ BUTTON ------------------------------------------------*/
 /*------------------------------------------------ BUTTON ------------------------------------------------*/

.button1 a{
  background-color: #d1101300 !important;
  color: #d11013 !important;
  font-size: 15px !important;
  border: solid 1px #d11013 !important;
  border-radius: 0 !important;
  position: relative;
  line-height: 1.2 !important;
}

.button1 a:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  opacity: .5;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #d11013, #d11013), linear-gradient(0deg, #d11013, #d11013), linear-gradient(0deg, #d11013, #d11013), linear-gradient(0deg, #d11013, #d11013);
  background-size: 0 1px, 1px 0;
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36,.03,.2,.91);
  pointer-events: none;
}

.button1 a:hover::after{
  background-size: 100% 1px, 1px 100%;

}

.buttonRed a{
  background-color: #d11013 !important;
  color: #fff !important;
}

.buttonRed a::after{
  background-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff);
}

.buttonWhite a{
  background-color: #ffffff00 !important;
  color: #fff !important;
  border: solid 1px #fff !important;
}

.buttonWhite a::after{
    background-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff);
}


.button2 a{
  background-color: #ffffff00 !important;
  color: #D11013 !important;
  font-size: 15px !important;
  border: none;
  width: 170px !important;
}

.button2 .elementor-button-content-wrapper{
  gap: 20px !important;
}

.button2 a:hover{
  width: 180px !important;
}


 /*------------------------------------------- END BUTTON -------------------------------------------*/
 /*------------------------------------------- END BUTTON -------------------------------------------*/

 /*------------------------------------------------ HEADER ------------------------------------------------*/
 /*------------------------------------------------ HEADER ------------------------------------------------*/

 .home header:not(.vamtam-sticky-header--fixed-shown){
   background-color: transparent !important;
 }

 .vamtam-sticky-header--fixed-shown, .header2 header, .archive header, .single-guides header {
   box-shadow: 0 0 10px 2px rgb(0, 0, 0, 0.08)
 }

 .header2 header,  .archive header, .single-guides header{
   background: #fff;
 }

.vamtam-sticky-header--fixed-shown .mainLogo a, .header2 header .mainLogo a, .archive header .mainLogo a, .single-guides header .mainLogo a{
  background-image: url(/wp-content/uploads/2025/08/Logo-inline.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.vamtam-sticky-header--fixed-shown .mainLogo img, .header2 header .mainLogo img, .archive header .mainLogo img, .single-guides header .mainLogo img{
  opacity: 0;
}

header nav > ul > li > a{
  font-size: 16px !important;
}

body:not(.header2, .archive, .single-guides) header:not(.vamtam-sticky-header--fixed-shown) nav > ul > li > a{
  text-shadow: 0 0 10px rgb(0,0,0,0.35);
}

.taptap-menu-button-wrapper{
  right: 30px;
  top:25px;
}


 /*------------------------------------------------ END HEADER ------------------------------------------------*/
 /*------------------------------------------------ END HEADER ------------------------------------------------*/


 /*------------------------------------------------- FOOTER -----------------------------------------------*/
 /*------------------------------------------------- FOOTER -----------------------------------------------*/


 /*------------------------------------------------ END FOOTER  ------------------------------------------------*/
 /*------------------------------------------------ END FOOTER ------------------------------------------------*/


 /*------------------------------------------------   FORM ------------------------------------------------*/
 /*------------------------------------------------   FORM ------------------------------------------------*/



 /*------------------------------------------------ END  FORM ------------------------------------------------*/
 /*------------------------------------------------ END  FORM ------------------------------------------------*/

 /*------------------------------------------------ HOME PAGE ------------------------------------------------*/
 /*------------------------------------------------ HOME PAGE ------------------------------------------------*/



 /*------------------------------------------------ END HOME PAGE ------------------------------------------------*/
 /*------------------------------------------------ END HOME PAGE ------------------------------------------------*/

 /*------------------------------------------------  PAGE 2nd  ------------------------------------------------*/
 /*------------------------------------------------  PAGE 2nd  ------------------------------------------------*/




 /*------------------------------------------------- END PAGE 2nd -----------------------------------------------*/
 /*------------------------------------------------- END PAGE 2nd -----------------------------------------------*/

 /*------------------------------------------  BLOG -----------------------------------------------*/
 /*-----------------------------------------  BLOG -----------------------------------------------*/





 /*----------------------------------------------- END BLOG -----------------------------------------------*/
 /*----------------------------------------------- END BLOG -----------------------------------------------*/


 /*------------------------------------------------- SHOP-----------------------------------------------*/
 /*------------------------------------------------- SHOP-----------------------------------------------*/


 /*------------------------------------------------- END SHOP -----------------------------------------------*/
 /*------------------------------------------------- END SHOP -----------------------------------------------*/

 /*------------------------------------------------- 4K-----------------------------------------------*/
 /*------------------------------------------------- 4K-----------------------------------------------*/

 @media screen and (min-width: 1920px){

   .section1 > .e-con-inner{
     max-width: 1450px;
   }

   .stripe, .servicesGrid {
     width: calc(100vw - 400px) !important;
     margin-left: auto;
     margin-right: auto;
   }

   footer .e-con-inner {
     max-width: calc(100vw - 400px) !important;
   }


 }



 @media screen and (min-width: 2559px){


 }



 /*------------------------------------------------- END 4K-----------------------------------------------*/
 /*------------------------------------------------- END 4K-----------------------------------------------*/


 /*------------------------------------------------- LAPTOP-----------------------------------------------*/
 /*------------------------------------------------- LAPTOP-----------------------------------------------*/

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

   .single-post h1{
     font-size: 40px !important;
   }



 }




 /*------------------------------------------------- END LAPTOP -----------------------------------------------*/
 /*------------------------------------------------- END LAPTOP -----------------------------------------------*/

 /*------------------------------------------------- TABLET-----------------------------------------------*/
 /*------------------------------------------------- TABLET-----------------------------------------------*/


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

   h1{
     font-size: 44px !important;
   }

   .single-post h1, .single-guides h1{
     font-size: 35px !important;
   }

   h2{
     font-size: 35px !important;
   }

   h3 {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .subjectsGrid .guideItem h3 a{
    font-size: 18px !important;
  }

  .single-guides h2, .single-post h2{
    margin: 40px 0 20px;
  }

  .taptap-by-bonfire li{
    padding: 10px 0 !important;
  }

   .tabs .e-n-tabs-heading{
     flex-direction: column;
   }

   .stripe {
      max-width: calc(100vw - 100px) !important;
    }

  .imgSujet {
    padding-right: 50px;
  }

  .home .mainLogo a{
    background-image: url(/wp-content/uploads/2025/08/Logo-inline.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home .mainLogo a img{
    opacity: 0;
  }

  .mgs-term-row{
    width: 80%;
  }

  html[lang="en-US"] #guideContent #content > div > .elementor-widget-container {
      flex-direction: column;
   }

   html[lang="en-US"] #tocContainer{
     margin-bottom: 30px;
   }

   html[lang="en-US"] #guideContent #content > div > div > div:first-of-type {
    width: 100%;
  }

  .taptap-by-bonfire .wpml-ls-menu-item a{
    position: relative;
  }

  .taptap-by-bonfire .wpml-ls-menu-item img{
    width: 30px;
  }




 }

 /*------------------------------------------------- END TABLET-----------------------------------------------*/
 /*------------------------------------------------- END TABLET-----------------------------------------------*/

 /*------------------------------------------------- LANDSCAPE-----------------------------------------------*/
 /*------------------------------------------------- LANDSCAPE-----------------------------------------------*/

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

   .single-post h1, .single-guides h1{
     font-size: 28px !important;
   }

   h2{
     font-size: 28px !important;
   }

   .single-post h2, .single-guides h2{
     font-size: 25px !important;
   }

   h3 {
    font-size: 22px !important;
  }

  .single-post h3, .single-guides h3{
    font-size: 18px !important;
    margin: 30px 0 10px !important;
  }

  .tabs .e-n-tabs-heading .e-n-tab-title-text{
    font-size: 16px !important;
  }

  .rank-math-breadcrumb{
    font-size: 80%;
  }

  .button1a a, .single-post p{
    font-size: 14px !important;
  }

  .taptap-menu-button-wrapper{
    top: 15px;
  }

   .guideGrid .elementor-post {
   border-right: none;
 }
 .guideGrid .elementor-post:nth-last-child(-n+1) {
   border-bottom: none; /* dernier item mobile */
 }

 .stripe {
    max-width: calc(100vw - 00px) !important;
  }

  .taxonomyFilter .e-filter-item{
    width: 80vw;
    min-width: 80vw;
  }

  .imgSujet {
    padding-right: 0;
  }

  .guideGrid .elementor-post {
    padding: 40px;
    border-bottom: solid 1px #d11013 !important;
    border-right: none !important;
  }

  html[lang="en-US"] #guideContent #content > div > .elementor-widget-container {
    flex-direction: column;

 }

}


 /*------------------------------------------------- END LANDSCAPE-----------------------------------------------*/
 /*------------------------------------------------- END LANDSCAPE-----------------------------------------------*/

 /*------------------------------------------------- PORTRAIT-----------------------------------------------*/
 /*------------------------------------------------- PORTRAIT-----------------------------------------------*/





 /*------------------------------------------------- END PORTRAIT-----------------------------------------------*/
 /*------------------------------------------------- END PORTRAIT-----------------------------------------------*/
