.bg_footer {
  background-color: #A6A3AC;
}
.color_footer {
  color: #7f7f7f;
}
#footer {
  width: 98%;
  margin: 0 auto;
}
#footer .container_footer {
  border-radius: 60px 60px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: #FFF;
  backdrop-filter: blur(27px);
}
.border_adresse {
  border-left: 1px solid var(--color-yellow-one);
}
.fs-menu_footer {
  font-size: 0.875;
}
.hover_slide {
  overflow: hidden;
  position: relative;
}
.hover_slide:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.hover_slide:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.transition {
  transition: all 0.3s ease-in-out;
}
.hover_white:hover {
  color: black;
}
.link_see_more {
  color: #7f7f7f;
  font-family: "DiodrumCyrillic-Semibold";
  text-decoration: underline;
}
.m_auto {
  margin: 0 auto;
}
.w_max{
  width: max-content;
}
.flexible{
  flex-grow: 1;
}
.cursor{
  cursor: pointer;
}
:root {
  --color-yellow-one: #fece16;
  --color-yellow-arrow: #ffc40b;
  --color-yellow-twoo: #ff9f26;
  --color-yellow-section: rgba(255, 196, 11, 0.15);
  --color-grey-link: #7f7f7f;
  --color-gray-twoo:#00000050;
  --light-text-color: #fff;
  --dark-text-color: #000;
  --dark-yellow-color: #a36600;
}

.cl_yellow_arrow {
  color: var(--color-yellow-arrow);
}
.cl_yellow_one {
  color: var(--color-yellow-one);
}
.cl_menu_photovoltaique{
  color: #828282;
}
.cl_yellow_twoo {
  color: var(--color-yellow-twoo);
}
.bg_yellow_twoo {
  background: var(--color-yellow-twoo);
}
.cl_grey_link{
  color: var(--color-grey-link);
}
.cl_gray_twoo{
  color: var(--color-gray-twoo);
}
/* A propos */

#mod_directeur h2 {
  font-size: 1.3rem;
  font-family: "DiodrumCyrillic-Semibold";
  color: black;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.titre_certifications,
.premier_titre_bureau {
  width: max-content;
  margin: 0 auto;
  padding-left: 2rem;
}
.texte_directeur h2::before,
.titre_certifications::before,
.premier_titre_bureau::before,
.text_solution h2::before {
  content: url("/wp-content/themes/batitherm/assets/svg/before-title.svg");
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.texte_directeur p {
  text-align: justify;
}
.translate_centerX {
  transform: translateX(-50%);
}
.translate_centerY {
  transform: translateY(-50%);
}
.texte_directeur p:nth-child(3),
.texte_directeur p:nth-child(4),
.texte_directeur p:nth-child(5),
.texte_directeur p:nth-child(6),
.texte_directeur p:nth-child(7) {
  display: none;
}
#Modaldirecteur .texte_directeur p {
  display: block;
}
#Modaldirecteur .texte_directeur p:nth-child(6),
#Modaldirecteur .texte_directeur p:nth-child(7) {
  color: black;
}
#Modaldirecteur .texte_directeur p:nth-child(6) {
  margin-bottom: 0.2rem;
}
.close_modal {
  margin: 0 0 0 auto;
  background: var(--color-yellow-one);
  border: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 7px;
}
.bg_valeurs {
  background-image: url("/wp-content/themes/batitherm/assets/img/Frame-valeurs.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.texte_valeurs h2 {
  color: var(--color-yellow-arrow);
  font-family: "DiodrumCyrillic-Semibold";
  font-size: 1.75rem;
  padding: 2rem 0 0.7rem;
}
.texte_valeurs h3 {
  font-size: 1.25rem;
  color: white;
  font-family: "DiodrumCyrillic-Semibold";
}
.texte_valeurs p {
  font-family: "DiodrumCyrillic-Regular";
  color: white;
}
.certifications_swiper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.trusted-by-list {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#nos_bureaux {
  background-color: #f5f5f5;
}
.navigation_bureaux .swiper-button-prev,
.navigation_bureaux .swiper-button-next {
  position: relative;
  inset: 0;
  border: 1px solid rgba(254, 206, 22, 1);
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation_bureaux .swiper-button-prev::after,
.navigation_bureaux .swiper-button-next::after {
  font-size: 0.8rem;
  color: rgba(254, 206, 22, 1);
  font-weight: 900;
}
#morocco {
  height: 100%;
}
#morocco .jvectormap-container {
  background: transparent !important;
}
#morocco path.jvectormap-region.jvectormap-element {
  fill: #D7D7D7;
}

/* nos solution */
.bg_col9{
  background: url('/wp-content/themes/batitherm/assets/img/Frame-solution.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.simulation_free{
  color: #A36600;
  background: var(--color-yellow-one);
  padding: 0.7rem 1.3rem;
  border-radius: 5px;
  font-family: 'DiodrumCyrillic-Medium';
}
.reserve_visit{
  border: 1px solid white;
  padding: 0.7rem 1.3rem;
  background: transparent;
  color: white;
  border-radius: 5px;
  font-family: 'DiodrumCyrillic-Medium';
}
.text_solution h2{
  font-size: 1rem;
  position: relative;
  padding-left: 2rem;
  color: var(--color-yellow-one);
  font-family: "DiodrumCyrillic-Medium";
}
.text_solution h3{
  font-size: 1.75rem;
  font-family: "DiodrumCyrillic-Semibold";
  margin: 0.7rem 0 1.3rem 0;
  width: 70%;
}
.text_solution p{
  color: black;
}
.text_solution li{
  background: url('/wp-content/themes/batitherm/assets/svg/li-bg.svg');
  background-repeat: no-repeat;
  background-position: left center;
  color: rgba(0, 0, 0, 0.60);
  font-family: "DiodrumCyrillic-Medium";
  padding-left: 1rem;
}
.lien1_1{
  background: #2751CB;
  color: white;
}
.lien2_1{
  color: #2751CB;
  background-color: transparent;
  border: 1px solid #2751CB;
}
.lien1_2{
  background: #40B225;
  color: white;
}
.lien2_2{
  color: #40B225;
  background-color: transparent;
  border: 1px solid #40B225;
}
.lien_solution1{
  background: #FF9F26;
  color: white;
}
.lien_solution2{
  color: #FF9F26;
  background-color: transparent;
  border: 1px solid #FF9F26;
}
.number_processus{
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.60);
  color: transparent;
}
.fs_menu_solution a{
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.18);
  position: relative;
}
.fs_menu_solution a.active::after{
  content: '';
  width: 40%;
  height: 0.15rem;
  background: var(--color-yellow-one);
  position: absolute;
  left: 5px;
  bottom: 0;
}
.fs_menu_solution a.active{
  color: #000;
}
.lien2_1.hover_slide:after {  
  background: #2751cb8f;
}
.lien2_2.hover_slide:after {
  background: #3fb225af;
}
.lien_solution2.hover_slide:after{
  background: #ff9f2691;
}
.col_img_3::after,
.col_img_2::after{
  content: '';
  width: 1.5rem;
  height: 5rem;
  background: var(--color-yellow-one);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  border-radius: 20px;
}
.col_img_2::after{
  right: initial;
  left: 0;
}
.bg_devenir_csmt{
  background-image: url('/wp-content/themes/batitherm/assets/img/Frame_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.example_table .tr_1 td{
  background-color: var(--color-yellow-one);
  color: #A36600 !important;
  opacity: 1 !important;
}
.example_table .tr_1 td.odd{
  border-top-left-radius: 20px;
}
.example_table .tr_1 td.even{
  border-top-right-radius: 20px;
}
.tr_1{
  position: relative;
}
.tr_1:after,
.etude_twoo .tr_1 .last_td::after,
.etude_twoo .tr_1 .first_td:after {
  content: '';
  width: 0.01rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #A36600;
}
.example_table td{
  border: 1px solid rgba(255, 255, 255, 0.489);
}
.example_table .tr_1 td{
  border: 0;
}
.accordion-button.collapsed.cl_title_accordion{
  color: rgba(0, 0, 0, 0.38) !important;
}
.accordion-button.cl_title_accordion{
  color: rgba(0, 0, 0, 0.38) !important;
}
.example_table{
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(25px);
  border-radius: 20px;
}
.accordion-button[aria-expanded="true"]{
  font-family: "DiodrumCyrillic-Semibold";
  color: black !important;
}
.accordion-button[aria-expanded="true"] .num_accord{
  color: var(--color-yellow-one);
}
.accordion-button:after,
.accordion-button:after {
  background-image: none !important;
  content: '\f067';
  font-family: 'Font Awesome 6 Brands';
  font-size: .9rem;
  color: var(--color-yellow-one);
}
.accordion-button[aria-expanded="true"]:after{
  background-image: none !important;
  content: url('/wp-content/themes/batitherm/assets/svg/minus.svg');
}
.col_etude{
  background-image: url('/wp-content/themes/batitherm/assets/img/FrameEtude.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.lien_etude{
  background-color: var(--color-yellow-one);
  color: #3D3D3D;
  padding: 0.7rem 1rem;
}
.etude_twoo .first_td{
  border-top-left-radius: 20px;
}
.etude_twoo .last_td{
  border-top-right-radius: 20px;
}
.etude_twoo .tr_1 .last_td::after{
  left: 0;
}
.etude_twoo .tr_1 .first_td:after{
  left: initial;
  right: 0;
}
.etude_twoo .tr_1:after{
  display: none;
}
.etude_twoo .tr_5 td{
  opacity: 1 !important;
}
.nav_display{
  cursor: pointer;
}
.nav_display.active{
  background: #40B225;
  color: white;
}
.sol_one{
  border-bottom-left-radius: 15px;
}
.sol_twoo{
  border-bottom-right-radius: 15px;
}
.simulateur .select2-container--default .select2-selection--single,
.input_style,
.input_style:focus-visible {
  border-radius: 30px;
  border: 0.5px solid rgba(0, 0, 0, 0.20);
  background: rgba(254, 206, 22, 0.00);
}
.simulateur .select2-container .select2-selection--single,
.input_style {
  display: flex;
  height: 3.5rem;
  padding-left: 1rem;
  align-items: center;
  color: black !important;
}
.input_style::placeholder{
  color: #B2B2B2 !important;
}
.simulateur .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  line-height: initial;
  font-family: 'DiodrumCyrillic-Regular';
}
.simulateur .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.simulateur .select2-results__option {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-family: 'DiodrumCyrillic-Medium';
}
.select2-search__field:focus-visible{
  outline: none;
  border: 2px solid var(--color-yellow-one);
}
form .input_style:focus-visible,
form .input_style:focus{
  outline-color: #FECE16 !important;
}
.form-control.input_style:focus {
  background-color: #fece1613;
  border-color: #FECE16;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 0 0.25rem rgba(13,110,253,.25);
  box-shadow: none;
  color: var(--bs-body-color);
  outline: #FECE16;
  outline-style: solid;
}
.espace_pro .input_style{
  border-radius: 10px;
}
.simulateur .form-check-label,
.simulateur .form-check-label a{
  color: rgba(0, 0, 0, 0.50);
}
.simulateur .form-check-input:checked[type=radio],
.espace_pro .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url(https://batitherm.ma/wp-content/themes/batitherm/assets/svg/check.svg);
  box-shadow: none;
  background-size: 50%;
  background-color: rgba(254, 206, 22, 0.04);
  border: 1px solid var(--color-yellow-one);
}
.simulateur .form-check-input[type=radio]:active,
.espace_pro .form-check-input[type=radio]:active {
  box-shadow: none;
}
.simulateur .form-check-input[type=radio],
.espace_pro .form-check-input[type=radio] {
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
}
.map{
  height: 380px;
}
.simulateur #prevBtn,
.espace_pro #prevBtn{
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: var(--white, #FFF);
  color: #00000073;
}
.simulateur #nextBtn,
.espace_pro #nextBtn{
  color: #A36600;
  background: var(--color-yellow-one);
  border: 1px solid var(--color-yellow-one);
  box-shadow: none;
  outline: none;
}
.simulateur .select2-container{
  width: 100% !important;
}
.wp_dots .dots {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50px;
  border: 1px solid #CACACA;
  cursor: pointer;
  margin: 0 auto 0.3rem auto;
}
.wp_dots{
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.wp_dots .dots.last{
  border: 2px solid var(--color-yellow-one);
}
.wp_dots .dots.active{
  border: 4px solid var(--color-yellow-one);
  width: 0.9rem;
  height: 0.9rem;
}
.step-1{
  display: block;
  margin-top: 0.5rem;
}
span[data-name="acceptance-622"] input[type="checkbox"] {
  width: 4rem;
  height: 4rem;
  appearance: none;
  position: relative;
}
span[data-name="acceptance-622"] input[type="checkbox"]:before {
  width: 2rem;
  height: 2rem;
  content: '';
  border: 1px solid gray;
  position: absolute;
  left: -0.7rem;
  top: 10%;
}
span[data-name="acceptance-622"] input[type="checkbox"]:checked::after {
  content: url('/wp-content/themes/batitherm/assets/svg/check-visite.svg');
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
}
span[data-name="acceptance-622"] label{
  display: flex;
}
span[data-name="acceptance-622"] label span{
  margin-left: 1rem;
}
.costum_rounded{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* Espace pro */
.condition input[name="condition"],
.condition input[name="condition"]:active,
.condition input[name="condition"]:focus{
  width: 1.5rem;
  height: 1.5rem ;
  box-shadow: none;
}
.condition .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url('/wp-content/themes/batitherm/assets/svg/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: white;
  border: 1px solid var(--color-gray-twoo);
  box-shadow: none;
}
#password.is-invalid,
#confirm_password.is-invalid{
  background-image: none;
}



/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */

@media (max-width: 1198.98px) {
  .col_etude {
    background-size: 130%;
    background-position: bottom center;
    border-radius: 25px;
  }
}
@media (max-width: 991.98px) {
  .bg_valeurs {
    background-image: url("/wp-content/themes/batitherm/assets/img/Frame65.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  #morocco {
    height: 400px;
  }
  .histoire svg{
    height: 400px !important;
  }
  .text_solution h3{
    width: 100%;
  } 
  .costum_rounded{
    border-radius: 20px;
  }
  .wp_dots {
    top: 10%;
    right: initial;
  }
}
@media (max-width: 768.98px) {
  .example_table {
    border-right: 1px solid #ffffff00;
  }
  .col_etude {
    background-size: 170%;
  }  
}
@media (max-width:575.98px) {
  .histoire svg{
    height: 350px !important;
  } 
  #etude h2{
    font-size: 1.2rem !important;
  }
  .lien_etude {
    padding: 0.4rem 1rem;
  }
  .wp_dots {
    display: flex;
    transform: translateX(0%);
    align-items: center;
    justify-content: center;
    position: initial;
  }
  .wp_dots .dots {
    margin: 0 0.1rem 2rem;
}
}
@media (max-width: 475.98px) {
  .content_footer .col-4,
  .content_footer .col-8 {
    width: 100%;
  }
  .content_footer .col-8 {
    padding-top: 1rem;
  }
  .content_footer .col-4 {
    margin-bottom: 1rem;
  }
  .content_footer .border_adresse {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--color-yellow-one);
  }
  .row_smart {
    flex-direction: column;
  }
  .row_smart .col-5,
  .row_smart .col-7 {
    width: 100%;
  }
  .row_smart .col-5 {
    padding-left: 0.5rem !important;
  }
  .navigation_bureaux .swiper-button-prev,
  .navigation_bureaux .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }
  .navigation_bureaux .swiper-button-prev::after,
  .navigation_bureaux .swiper-button-next::after {
    font-size: 0.5rem;
  }
  .histoire svg{
    height: 205px !important;
  }
  .processus h4{
    font-size: 1rem !important;
  }
  .processus img{
    transform: scale(.8);
  }
  .text_solution h3 {
    font-size: 1.25rem;
  }
  .wp_links{
    flex-direction: column;
  }   
  .wp_links a{
    margin-bottom: 1rem;
    width: 100%;
    justify-content: center;
  }
  .text_solution ul li:before {
    left: -12% !important;
  }
  .example_table td {
    font-size: .9rem;
  }
  .accordion-button.cl_title_accordion {
    font-size: 1rem !important;
  }
  #etude .col-4{
    width: 45%;
  }
  #etude .col-8{
    width: 100%;
  }
  .col_etude {
    background-size: 255%;
  }
  #etude h2{
    margin-top: 2rem ;
  }
  #etude p{
    padding-bottom: 2rem ;
    margin-left: 0 !important;
  }
  .nav_display {
    font-size: 0.75rem;
  }
  .fs_menu_solution a {
    font-size: 0.7rem;
  }
}

@media (max-width: 375px) {
  .processus h4{
    font-size: .85rem !important;
  }
  .text_solution ul li:before {
    left: -15% !important;
  } 
  .example_table td {
    font-size: .8rem;
    padding: 0.75rem 0.5rem !important;
  }
  .col_etude {
    background-size: 335%;
  }
  .nav_display {
    font-size: 0.65rem;
  }
}