
/*
CSS by Manu LECHAT
https://e-lechat.com
*/


@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format('truetype')
} 



@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format('truetype')
} 


@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/Bricolage_Grotesque/static/BricolageGrotesque_36pt-SemiBold.ttf") format('truetype')
} 


.font_alt{ font-family: "Bricolage Grotesque"; }


/*

/^^     /^^        /^^         /^ /^^^      /^^^^
 /^^   /^^       /^^  /^^       /^^        /^^
  /^^ /^^       /^^   /^^       /^^          /^^^
   /^/^^        /^^   /^^       /^^            /^^
    /^^           /^^ /^^^     /^^^        /^^

*/

:root {

  --color_timidamic : #FFC637;
  --swiper-theme-color: #FFC637!important;
}
}

/*

  /^^                                    /^^
/^                                       /^^
/^/^ /^        /^^         /^^ /^^       /^/^ /^      /^^^^
/^^        /^^  /^^       /^^  /^^       /^^       /^^
/^^       /^^    /^^      /^^  /^^       /^^         /^^^
/^^        /^^  /^^       /^^  /^^       /^^           /^^
/^^          /^^         /^^^  /^^        /^^      /^^ /^^

*/





/* sizes */

.txt_12{ font-size: 12px; }
.txt_14{ font-size: 14px; }
.txt_18{ font-size: 18px; } /* taille définie dans body */
.txt_26{ font-size: 26px; line-height: 1.35em; }
.txt_32{ font-size: 32px; line-height: 1.35em; }
.txt_36{ font-size: 36px; line-height: 1.35em; }

.txt_46{ font-size: 46px; line-height: 1.2em;  }
.txt_66{ font-size: 66px;  line-height: 1.1em; }

.txt_grey{ color: #828282; }
.txt_yellow{ color: var(--color_timidamic); }
/*headings */

.maj{ text-transform: uppercase; letter-spacing: 0.02em;   }

strong { font-family: "Poppins-SemiBold"; font-weight: 400; }
.bold { font-family: "Poppins-SemiBold"; }
.white{ color: #fff; }
.titre{ line-height: 1.1em; margin-bottom: 0.5em; }
.color_alt{ color: var(--color_alt) }
.color_light{color:  var(--color_light) }
.bolder{ font-weight: bolder; }
.icon_burger{ display: none; }

.display_none{ display: none; }
.bt_contact:hover{ cursor: pointer; }
::selection {  background-color: rgba(0, 0, 0, 0.3); opacity: 0.1; transition: all .3s; ;  text-shadow: none; }
* {  box-sizing: border-box; position: relative;  } 


html{  box-sizing: border-box; width:100%; max-width: 100vw;   height:100dvh;  }
body{ box-sizing: border-box;
  height: auto;
  width: 100%;
  max-width: 100vw; 
  overflow-y: scroll;
  background: white;
  max-width: 100vw;
  overflow-x: hidden;
  height:100dvh; 
  font-weight: 400; 
  overflow-y: auto;
  margin: 0; 
  font-family: "Poppins-Regular";
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
  background-size: 100% 100px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased; 
  text-rendering: optimizeLegibility; 
  font-size: 18px;
  color: var(--color_txt);
}

div{  position: relative; display: block;   }
header, section, main{ width: 100%; position: relative;  }
section{  width: 100%; max-width: 100vw; }
img{  max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; object-fit: contain; }
ul{ margin: 0; display: block; text-align: left; padding: 0;}
li{ margin: 0;  list-style: none; padding: 0px;  }
h1,h2,h3,h4, h5{ z-index: 2; font-weight: normal; font-style: normal; margin-block-start: 0; margin-block-end: 0; width: fit-content;   display: block; margin: 0; clear: both; break-after: always;   line-height: 1.2em;   } 
span{ display: inline-block; }
a{ width: fit-content;  position: relative; color: var(--color_txt);  text-align: left; text-decoration: none;  }
a:hover{ cursor: pointer; }


p{ 
  
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  color: var(--color_txt); clear: both; display: block; padding: 0; margin: 0; line-height: 1.45em;  }
p a{ text-decoration: underline;  color: var(--color_theme_dark); }
p a:hover{ text-decoration: underline; }


.bold{  font-weight: bold; }
.bold .em{  font-style: italic;  font-weight: normal; font-family: "RoboRecklessNeue"; }


u{ position: relative; text-decoration: none; z-index:2;  }
u::before{  pointer-events: none; opacity: 0.6; mix-blend-mode: multiply; position: absolute; transform: rotate(2deg); z-index:1;  top: 0.3em; left: 0; width: 100%; height: .8em; background-color: var(--color_theme); content: "";  }
li{ font-size: 1rem; line-height: 1.35em; }

iframe{ border: none; width: 100%; height: 100%; margin: 0; }
a.over_underline{  width: fit-content;}
a.over_underline:after{ content:""; position: absolute; bottom:0; left: 0; transition: all .1s cubic-bezier(.17,.67,.68,1.01); width:0%; height: 2px; background: var(--color_txt); }
a.over_underline:hover:after{ width:100%;  }
blockquote{ margin: 1em 0; }
.section{ max-width:  100% ; width: var(--w_wrapper); margin: 0 auto;  }
.main_container{ width: 100%; }
.center{ text-align: center; margin: 0 auto; }


.content_wrapper{ max-width: var(--site_max_width); padding-right: 96px; padding-left: 96px;  display: flex; flex-direction: column; align-items: center;  justify-content: center; gap: 60px; }


.hideOneDesktop{ display: none; }
.shadow{ box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15); }
.trait_100px{ display: block; 
width: 100px;
height: 4px; 
flex-shrink: 0; border-radius: 2px; background: var(--color_timidamic); }

/*

 /^^                                                                /^^
 /^^                                                                /^^
 /^^        /^^         /^^   /^^        /^^         /^^  /^^     /^/^ /^
 /^^      /^^  /^^       /^^ /^^       /^^  /^^      /^^  /^^       /^^
 /^^     /^^   /^^         /^^^       /^^    /^^     /^^  /^^       /^^
 /^^     /^^   /^^          /^^        /^^  /^^      /^^  /^^       /^^
/^^^       /^^ /^^^        /^^           /^^           /^^/^^        /^^
                         /^^
*/



.main_wrapper{ display: flex; flex-direction: column; gap: 120px; }
section{  }

.cta{ font-size: 20px; letter-spacing: -0.5px; transition: all .13s; background-color: var(--color_timidamic); font-family: "Bricolage Grotesque"; border-radius: 50px; display: inline-flex;padding: 18px 40px; justify-content: center; align-items: center;gap: 10px; }
.cta:hover{ background-color:#A7D9B4;   }

.container {  max-width: 1100px; margin: auto;   align-items: center; text-align: center; display: flex; flex-direction: column; gap: 40px; }
.container_slim {  max-width: 720px; margin: auto;   align-items: center; text-align: center; display: flex; flex-direction: column; gap: 20px; }
.flex_v_c {     align-items: center; text-align: center; display: flex; flex-direction: column; gap: 40px; }

.slim_width{ width: 720px; max-width: 100%;  }

/* hero */

.hero{ padding-top: 120px; } 
.hero .txt_wrapper{width: 624px; margin: auto; gap: 24px }

.cta_wrapper{ margin: auto; gap: 14px; display: flex; flex-direction: column; align-items: center; }
.hero .accroche{ max-width: 400px;}
.max_780{ width:100%; max-width: 780px; margin: auto;}

.hero .logo_timidamic{  position: absolute; left: 50%; transform: translateX(-500px); top: 80px; }
.hero .logo_timidamic .ellipse{  z-index: 1; position: absolute; left: 50px; top: 80px;  }
.hero .logo_timidamic img{ z-index: 2; }
.hero .item_right{ position: absolute; left: 50%; transform: translateX(280px); top: 80px; }
.hero .item_right .item1{ position: absolute;  left: 100px; top: 8px; }
.hero .item_right .item2{ position: absolute;  left: 0px; top: 80px; }
.hero .item_right .item3{ position: absolute; left: 100px; top: 210px; }


/* vous */

.vous .vous_swiper{ padding: 40px 80px; }
.vous .swiper-slide{ width : 820px; max-width: 100%; height: 260px; border-radius: 20px; background: #FFF; }

.vous .swiper-wrapper{  width : 820px;  border-radius: 20px; background: #FFF; overflow: hidden; }
.vous .vous_swiper .cols{ display: flex; width: 100%; height: 100%; }
.vous .vous_swiper .col1{ display: flex; width: calc(100% - 250px); justify-content: center; flex-direction: column; padding: 40px; }
.vous .vous_swiper .col2{ display: flex; width: 250px; height: 100%; min-height: 250px; }
.vous .vous_swiper .col2 img{ position: absolute; width: 100%; height: 100%;  object-fit: cover;  }


.vous .vous_swiper .bidule{ z-index: 4; position: absolute; left: 50%; transform: translateX(-20%); top: 120px; }
.vous .vous_swiper .col1{ width: 100%; text-align: left; }
.vous .vous_swiper .col2{ width: 100%; }
/* cecile */

.cecile .cols{ display: flex;  gap: 40px; align-items: center; }
.cecile .col{ text-align: left; width: 100%; display: flex; flex-direction: column; gap: 24px; }
.cecile .col article{ width: 100%; padding-right: 60px; display: flex; flex-direction: column; gap: 24px; }
.cecile .col .card{ max-width: 100%; margin-top: 60px; border-radius: 20px; background: #FFF; width: 500px; padding: 90px 90px 90px 60px ;  }
.cecile .col .card .profile_picture{ position: absolute; top: 0; left: 0; border-radius: 100%;  width: 120px; height: 120px; transform: translate(40px, -50%); overflow: hidden; }

/* methode */
.methode { width: 100%; }
.methode .bg{ position: absolute; left: 0; bottom: 0; width: 100%; height: auto; }
.methode .bg path{  width: 100%; }
.methode .cards{ display: flex; gap: 32px; }
.methode .card{ max-width: 266px; border-radius: 20px; background: #FFF; width: 100%; padding: 2rem; display: flex; flex-direction: column; gap: 12px; }


/* charte */

.charte .cols{ display: flex;  gap: 40px; align-items: center; }
.charte .col1{ width: 60%; text-align: left; display: flex; flex-direction: column; gap: 32px; } 
.charte ul.ok{  display: flex; flex-direction: column; gap: 32px; }
.charte ul.ok li{ padding-left: 40px; padding-top: 0px; background: url("../images/pin.png"); background-position: 0px 0px;  background-repeat: no-repeat; background-size: 26px; }
.charte .col2 {  width: 40%; height: 100%; min-height: 500px; }
.charte .col2 img{ position: absolute;  }
.charte .col2 .img1{ top: 30px; left: 30px; z-index: 3; }
.charte .col2 .img2{ top: 30px; left: 90px;  }
.charte .col2 .img3{ top: 300px; left: 300px;  }
.charte .col2 .img4{ top: 330px; right: 0px;  }

/* template_default */

.template_default .container{ display: flex; flex-direction: column; gap: 30px; background: var(--color_foen7); padding-top: 220px;  padding-bottom: 10px;  display: flex; flex-direction: column; justify-content: center; align-items: center;  }
.template_default .writer_content{ width: 720px; padding: 40px; max-width: 100%; margin: auto; }
.template_default .writer_content h1,
.template_default .writer_content h2,
.template_default .writer_content h3,
.template_default .writer_content h4{ margin-top: 2rem; margin-bottom: 2rem; }


/* contact  */

.contact .card{ width: 766px; max-width: 100%; display: flex; flex-direction: column; gap: 40px; padding: 60px 80px; border-radius: 40px; background: #FFF;     align-items: center; }


.composant_faq{ text-align: left; }
.composant_faq {   }
.composant_faq .faq_question{opacity: 0.6;  transition: all .2s; width: 100%;  font-weight: 700; padding: 12px 80px 12px 0;  }
.composant_faq .faq_question::after{ content: "+"; font-weight: bold; font-size: 32px; position: absolute; right: 10px; top: 10px; }
.composant_faq .faq_question:hover{ opacity: 1; cursor: pointer; }
.composant_faq .faq_question.show{  opacity: 1; border-bottom: 2px solid var(--color_theme); cursor: pointer; padding-left: 0px; }
.composant_faq .faq_question.show:after{ content: "-"; font-weight: bold; font-size: 32px; position: absolute; right: 10px; }
.composant_faq .faq_answer{  transition: all.3s ease; width: 100%;   padding: 0px 0px; max-height: 0; overflow: hidden;  }
.composant_faq .faq_item{  padding: 20px 80px 20px 0;  }
.composant_faq .faq_item::after{ content: ""; width: 100%; height: 2px; background-color: black; position: absolute; bottom: 0; } 
.composant_faq .faq_answer.show {  max-height: 300px; padding: 20px 0;  }

.parallax {
  will-change: transform;
  transition: transform 0.1s linear;
}

/* footer */

.footer{ padding-bottom: 400px; display: flex; flex-direction: column; gap:120px; }
.footer .bg{ position: absolute; left: 0; bottom: -4vw; width: 100%; height: auto; }

.footer .puce_1{ z-index: -1; position: absolute; left: -20px; top: -60px; }
.footer .puce_2{  z-index: -1; position: absolute;  right: 0; top: -60px;}
.footer .puce_3{  z-index: -1; position: absolute;  right: 60px; bottom: 50%;}
.footer .puce_4{  z-index: -1; position: absolute; right: 0; bottom: 0; }
.footer .puce_5{  z-index: -1; position: absolute;  left: 0; bottom: 0;}
.footer .puce_6{  z-index: -1; position: absolute;  left: -30px; top: 60px;}
.footer .txt_footer{ position: absolute; bottom:70px; left: 50%; transform: translateX(-50%); }
.footer .txt_footer a:hover{ text-decoration: underline; }



.default_page{ padding-top: 200px; text-align: left; }
.default_page .container{ text-align: left;     align-items: flex-start; max-width: 720px; }
.default_page .txt_wrapper{ display: flex; flex-direction: column; gap: 20px; }
.default_page .txt_wrapper h1,
.default_page .txt_wrapper h1 strong,

.default_page .txt_wrapper h2,
.default_page .txt_wrapper h2 strong,

.default_page .txt_wrapper h3
.default_page .txt_wrapper h3 strong{ font-weight: 400; font-family: "Bricolage Grotesque"; }


.default_page .logo_timidamic{ position: fixed; left: 50%; transform: translateX(-560px); top: 80px; }
.default_page .logo_timidamic .ellipse{  z-index: 1; position: absolute; left: 50px; top: 80px;  }
.default_page .logo_timidamic img{ z-index: 2; }


.fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade_up.visible {
  opacity: 1;
  transform: translateY(0);
}

/*


/^^^^^^^                                                                        
/^^    /^^                                                                      
/^^    /^^          /^^          /^^^^      /^ /^^        /^^^^      /^^     /^^
/^ /^^            /^   /^^      /^^         /^  /^^      /^^          /^^   /^^ 
/^^  /^^         /^^^^^ /^^       /^^^      /^   /^^       /^^^        /^^ /^^  
/^^    /^^       /^                 /^^     /^^ /^^          /^^        /^/^^   
/^^      /^^       /^^^^        /^^ /^^     /^^          /^^ /^^         /^^    
                                            /^^                                 


*/



@media ( max-width: 800px){

  
:root {
  --black : "black";
  --space_unit: 1vw;
  --padding_v_sections: 40px;
  --grid_unit: 6vw; 
  --section_dapdh: 40px;
  --brad_s: 12px;
  --brad_m: 16px;
  --site_max_width: 100%;
  --site_slim_width: 100%;
  --swiper-pagination-bullet-size: 3px;
  --swiper-pagination-bullet-inactive-color: white; 
  --swiper-pagination-bullet-inactive-opacity: 1;

}
  body{ width:100vw; background-size: 100% 100px }
  .container{ max-width: 100%; }
  section{ padding: 0px 20px; }
  .slim_width{  }
  .main_wrapper{ gap: 60px; }
  .hero{ display: flex;  flex-direction: column; align-items: center; padding: 60px 20px; gap: 80px; }
  .hero .logo_timidamic{ top:0; transform: none; position: relative; left: 0;  }
  
  .hero .item_right{ top: 400px; transform: scale(0.85); }
  .hero .txt_wrapper{ width: 100%; z-index: 4; }
  .vous .vous_swiper{ padding: 0  }
  .vous .swiper-slide{ max-width: 100%; }
  .cta{ font-size: 16px; padding: 18px 30px; }
  .vous .vous_swiper .cols{ flex-direction: column; }
  .swiper-button-prev { display: none; }
  .swiper-button-next { display: none; }
  .contact .card{ padding: 20px; }
  .txt_12{ font-size: 11px; }
  .txt_14{ font-size: 11px; }
  .txt_18{ font-size: 18px; } /* taille définie dans body */
  .txt_26{ font-size: 18px; line-height: 1.35em; }
  .txt_32{ font-size: 24px; line-height: 1.35em; }
  .txt_36{ font-size: 26px; line-height: 1em; }
  .txt_46{ font-size: 30px; line-height: 1em;  }
  .txt_66{ font-size: 46px; line-height: 1.35em; }
  html { font-size: 13px; width: 100vw; }
  body { font-size: 13px; width: 100%;  max-width: 100vw;  overflow-x: hidden; }
  .container{  }

.contact .card{ gap: 20px; padding: 40px 20px; }
  .vous .vous_swiper .col1{ flex-direction: column; }
  .composant_faq .faq_item{ padding: 20px 0; width: 100%; }
  .composant_faq .faq_question{ padding: 0; padding-right: 50px; }
  .composant_faq .faq_question:after{ font-size: 18px; }
  .composant_faq .faq_question.show:after{ font-size: 18px; }
  .composant_faq .faq_question::after{ top: 0; }
  .composant_faq .faq_answer{ font-size: 12px; }

.methode .cards {    flex-direction: column; }
.cecile .cols {  width: 100%;  flex-direction: column; }
.footer{ gap:40px; }
.cecile .col .card .profile_picture{   width: 80px;  height: 80px; }
.cecile .col .card{ padding: 40px; padding-top: 60px; }

.charte .col1{ width: 100%; }
.charte .col2{ display: none; }
.vous .swiper-slide{ width: 100%; }
.vous .swiper-wrapper{ width: 100%; }
.vous .vous_swiper{  width: 100%; }
.vous .vous_swiper .col1{ font-size: 18px; }
.vous .vous_swiper .col2{ height: 60vw; padding: 0; }
.vous .vous_swiper .cols{ height: auto; padding: 0; }
.vous .vous_swiper .col2 img{ min-height: 100vw; }
.vous .swiper-slide{ height: fit-content; }
.vous .vous_swiper .cover{  aspect-ratio: 1; height: auto; }
.vous .vous_swiper .bidule { right: 260px; top: 160px; }
.cecile .col article{ padding-right: 0; }
.methode .bg{ width: 100vw; }
.footer .txt_footer{ text-align: center; width: 100%; bottom: 20px; }
.footer{ padding-bottom: 140px; }
}


@keyframes fadeIn{
  to { opacity: 1; transform:translate3D(0,0,0) }
}


@keyframes anim_herotxt_left{
  0% {  opacity: 0; transform: translateY(-1em) translateX(0); }
  100% { opacity: 1; transform: translateY(-1em) translateX(calc( 200px)); }
}


@keyframes anim_herotxt_right{
  0% {  opacity: 0;  transform: translateY(0em) translateX(-100%); }
  100% { opacity: 1;  transform: translateY(0em) translateX(200px); }
}



@keyframes anim_titre_banner{
  0% {   width: 100%;   }
  100% {  width: 0%; }
}


@keyframes loop{
  0% {
    transform: rotateZ(0deg)    ;
  }
  50% {
    transform: rotateZ(175deg) ;
  }
  100% {
    transform: rotateZ(350deg)  ;
  }
}

@keyframes anim_h1_mask{
  0% {   width: 130%; left: 0;   }
  100% {  width: 0%; left: 130%; }
}


@keyframes anim_h1_submask{
  10% {   width: 0%; left: 0;   }
  50% {   width: 80%; left: -2%;   }
  100% {  width: 0%; left: 102%; }
}

@keyframes anim_h1{
  0% { opacity: 0; transform: translate3d(10%,0,0) scaleX(1.2);  }
  100% { opacity: 1; transform: translateX(0px,0,0) scaleX(1); }
}


@keyframes anim_img_intro{
  0%  { opacity: 0; transform:scale(1.05) rotate(2deg)}
  100%  { opacity: 1; transform:scale(1) rotate(0deg) }
}


@keyframes anim_img_header{
  0%  { filter: brightness(10) grayscale(1);}
  100%  { filter: brightness(1.3) grayscale(1);}
}

