/*
Theme Name: Batinergi Habitat
Description: Batinergi Habitat Wordpress Theme
Author: Studio Sentria
Author URI: https://sentria.fr/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/ipn6tkx.css");

:root {
    --bh-jade: #00a676;
    --bh-light-jade: #00a6761c;
    --bh-white: #fff;
    --bh-black: #1b1b1e;
    --bh-beige: #af9164;
    --bh-grey: #fafafa;
    --sdf-blue: #000273;
    --sdf-red: #ff0000;
    --sdf-light-blue: #cdedfe;
    --sdf-light-red: #ffc8cb;
}

::selection {
    background:var(--bh-jade)!important;
    color:var(--bh-white);
    text-shadow:none;
}

@font-face {
    font-family: 'BootstrapIcons';
    src: url('../batinergi/fonts/bootstrap-icons.woff2') format('woff2');
    font-style: normal;
    font-weight: 100;
}

/* MAIN */

html {
    scroll-behavior: smooth;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
body {
    color: var(--bh-black);
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
h1 {
    overflow: hidden;
    font-size: 3rem;
    font-weight: 700;
    padding: 10px 5px;
}
h2 {
    color: var(--bh-black);
    font-weight: 700;
    overflow: hidden;
    padding: 1.25rem 0;
}
.page-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}
.page-subtitle span {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', sans-serif;
    font-size: 3rem;
    line-height: 0;
    padding-left: 5px;
    position: relative;
    z-index: -1;
}
h2 span {
    display: inline;
    line-height: 2.5rem;
    z-index: 2;
}
h2 span span {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', sans-serif;
    font-size: 4rem;
    font-weight: 100;
    position: relative;
    z-index: 0;
}
p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75rem;
}
p strong {
    font-weight: 700;
}
p.script {
    color: var(--bh-white);
    font-family: 'shelby', sans-serif;
    font-size: 2.5rem;
    margin: 1em 0;
}
a {
    color: var(--bh-jade);
    text-decoration: none;
}
#batinergi-logo {
    transition: all .4s ease-in-out;
    width: 100%;
}
#batinergi-logo .habitat, #batinergi-logo .bti {
    fill: var(--bh-black);
    transition: all .4s ease-in-out;
}
#batinergi-logo .nergi, #batinergi-logo .a-shape {
    fill: var(--bh-jade);
    transition: all .4s ease-in-out;
}
#batinergi-logo:hover .habitat, #batinergi-logo:hover .bti {
    fill: var(--bh-jade); 
}
.storistes-logo {
    position: relative;
    display: block;
}
.storistes-logo span {
    display: block;
    font-size: 12px;
    color: var(--bh-black);
    font-weight: 400;
    line-height: 1rem;
}
.batinergi-logo {
    display: block;
    max-width: 190px;
}
.storistes-logo img {
    display: block;
    width: 184px;
    position: relative;
}
.page-content {
    padding-top: 100px;
}
.parrainage-form-container {
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-symbol-gradient.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50%;
}
.info-banner {
	border-radius: 22px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bh-jade);
    border: 1px solid var(--bh-jade);
    color: #fff;
    z-index: 1;
}
.info-banner .info-banner-content {
	display: inline-flex;
}
.info-banner .info-banner-content:before {
	content: "\f484";
    font-family: "BootstrapIcons";
    margin-right: 8px;
    vertical-align: bottom;
}
.info-banner .info-banner-content p {
    margin-bottom: 0;
}
.info-banner a {
    color: #fff;
}
.info-banner a:hover {
    color: var(--bh-black);
}
h1 span, .hero-heading h2 span {
    display: inline-block;
    transform: translateY(105%);
}
h1 span span {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', cursive;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1rem;
}
h3 {
    font-size: 1.25rem;
    font-weight: 700;
}
h3 span {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', cursive;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1rem;
}
.certifications h3 {
    margin-bottom: 1em;
}
.certifications-logos ul {
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    display: flex;
}
.certifications-logos ul li a {
    padding: 1em;
}
.certifications-logos ul li a img {
    height: auto;
    width: 120px;
}
.sticky-top {
    top: 100px;
    z-index: 100;
}
p a {
    font-weight: 700;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
p a:hover {
    color: var(--bh-beige);
}
.outro-section p a {
    color: var(--bh-white);
}
img.masked {
    -webkit-mask-image: url(../batinergi/assets/batinergi-mask.svg);
    mask-image: url(../batinergi/assets/batinergi-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 55vw;
}
.call-us {
    border: 1px solid var(--bh-jade);
    border-radius: 50px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
}
.hero-heading .call-us {
    margin-bottom: 2em;
}
.call-us:hover {
    background-color: var(--bh-jade);
    color: #fff;
}
.call-us span::before {
    content: "\f5b4";
    font-family: "BootstrapIcons";
    margin-right: 8px;
    vertical-align: bottom;
}
.btn {
    background-color: var(--bh-jade);
    border: 1px solid var(--bh-jade);
    border-radius: 50px;
    color: var(--bh-white);
    letter-spacing: 1px;
    margin: 1em 0;
    padding: 12px 24px;
    transition: all .3s ease-in-out;
}
.btn span {
    font-family: 'shelby', sans-serif;
    font-size: 2rem;
    line-height: 0;
}
.btn, .btn:focus, .btn:active {
    color: var(--bh-white);
}
.btn-light:focus, .btn-light:active {
    color: var(--bh-black);
}
.btn:hover {
    background-color: var(--bh-beige);
    border: 1px solid var(--bh-beige);
    color: var(--bh-white);
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.btn-light {
    background-color: transparent;
    border: 1px solid var(--bh-white);
}
.btn-light:hover {
    background-color: var(--bh-black);
    border: 1px solid var(--bh-black);
}
.synthese-cta {
    text-align: center;
    padding-bottom: 3em;
}
.synthese-cta .catch-phrase {
    font-family: 'shelby', cursive;
    display: block;
    font-size: 3rem;
}
.text-img-block {
    padding-top: 4em;
    padding-bottom: 4em;
}
.text-img-block .row {
    align-items: center;
}
.text-img-block img, .img-block img {
    border-radius: 22px;
    width: 100%;
}
.text-img-block .text {
    max-width: 600px;
}

/* HEADER */

header {
    background-color: transparent;
    z-index: 888;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
}
header.header-active {
    background-color: #fff;
}
header .menu-logo {
    display: flex;
    align-items: center;
    gap: 30px;
}
.nav-up {
    top: -120px
}
.nav-link:focus, .nav-link:hover {
    color: var(--bh-black);
}
header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .custom-logo-link .custom-logo {
    height: auto;
    width: 165px;
}
header ul.navbar-nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.navbar-nav .dropdown-menu {
    background-color: var(--bh-grey);
    border: 0;
    border-radius: 22px;
    color: #fff;
    padding: 1em;
    position: absolute;
    transform: translateY(1px);
}
header ul.nav-lg-right {
    justify-content: flex-end;
}
header ul.navbar-nav li {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 20px;
    position: relative;
}
header ul.navbar-nav li a {
    color: var(--bh-black);
    padding: 5px 0;
    position: relative;
}
header .besoins-item ul.dropdown-menu li {
    width: 25%;
}
header ul.navbar-nav li.besoins-item:after {
    display: block;
    content: url(/wp-content/themes/batinergi/assets/down-chevron.svg);
    position: absolute;
    right: 12px;
    top: 7px;
    width: 12px;
}
header ul.navbar-nav li.devis-btn a button {
    background-color: var(--bh-jade);
    border: 1px solid var(--bh-jade);
    border-radius: 50px;
    color: #fff;
    padding: 12px 24px;
    transition: all .3s ease-in-out;
}
.devis-btn a, .devis-btn a button:focus, .devis-btn a button:active {
    color: var(--bh-jade);
    background-color: rgba(0,0,0, 0);
}
header ul.navbar-nav li.devis-btn a button:hover {
    background-color: var(--bh-beige);
    border: 1px solid var(--bh-beige);
}
header ul.navbar-nav li.devis-btn a span {
    font-family: 'shelby', sans-serif;
    font-size: 1.75rem;
    line-height: 0;
}
header ul.navbar-nav li {
    transition: all .4s ease-in-out;
}
header.header-active ul.navbar-nav li {
    color: var(--clp-wenge);
}
header .besoins-item .dropdown-menu {
    color: var(--bh-black);
}
header .besoins-item .dropdown-menu .menu-item a::after {
    display: none;
}
header .besoins-item .dropdown-menu .nav-link {
    font-weight: 600;
    line-height: 1rem;
    padding: 15px 0;
}
header .besoins-item .dropdown-menu .menu-item a::before {
    display: block;
    position: relative;
    margin-bottom: 5px;
    max-width: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header .besoins-item .dropdown-menu .menuiseries-item a::before {
    content: url(/wp-content/uploads/2024/06/menuiseries.svg);
}
header .besoins-item .dropdown-menu .stores-item a::before {
    content: url(/wp-content/uploads/2024/06/stores.svg);
}
header .besoins-item .dropdown-menu .pergolas-carports-item a::before {
    content: url(/wp-content/uploads/2024/06/pergola.svg);
}
header .besoins-item .dropdown-menu .isolation-item a::before {
    content: url(/wp-content/uploads/2024/06/isolation.svg);
}
header .besoins-item .dropdown-menu .interieur-item a::before {
    content: url(/wp-content/uploads/2024/06/interieur.svg);
}
header .besoins-item .dropdown-menu .exterieur-item a::before {
    content: url(/wp-content/uploads/2024/06/exterieur.svg);
}
header .besoins-item .dropdown-menu .espaces-vie-exterieur-item a::before {
    content: url(/wp-content/uploads/2025/05/espaces-vie-exterieur.svg);
}
header .besoins-item .dropdown-menu .chauffage-item a::before {
    content: url(/wp-content/uploads/2024/06/chauffage.svg);
}
.dropdown-toggle::after {
    display: none;
}
header li a:after {
    content: '';
    transition: opacity 0.3s;
    opacity: 0;
    transition-delay: 0s;
}

header li a:hover::after {
    opacity: 1;
    transition-delay: 0.3s;
}
.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}
.menu-icon .menu-icon__checkbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0
}
.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px
}
.menu-icon span {
    background-color: var(--bh-jade);
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.2s cubic-bezier(.1,.82,.76,.965)
}
.menu-icon span:first-of-type {
    top: 0
}
.menu-icon span:last-of-type {
    bottom: 0
}
.menu-icon.active span:first-of-type,.menu-icon .menu-icon__checkbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px
}
.menu-icon.active span:last-of-type,.menu-icon .menu-icon__checkbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px
}
.menu-icon.active:hover span:first-of-type,.menu-icon.active:hover span:last-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:first-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:last-of-type {
    width: 22px
}
.social-networks-intro {
    font-size: .8rem;
    line-height: 1rem;
}
.social-networks-intro strong {
    font-size: 1rem;
    font-weight: 700;
}
.social-networks-wrapper {
    align-items: center;
    display: flex;
    gap: 30px;
    margin: 2rem 0;
}
.social-networks-list ul {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
}
.social-networks-list svg {
    width: 24px;
}
.social-networks-list svg path, .social-networks-list svg circle {
    fill: var(--bh-white);
    transition: all .4s ease-in-out;
}
.social-networks-list li a:hover svg path, .social-networks-list li a:hover svg circle {
    fill: var(--bh-jade);
}
.modal-content {
    border: 0;
    border-radius: 22px;
}
.modal-content .modal-header {
    background-blend-mode: multiply;
    background-color: var(--bh-jade);
    background-size: cover;
    background-position: center;
    border-bottom: 0;
    justify-content: center;
    position: relative;
}
.modal-content .modal-header:after {
    position: absolute;
    background: rgb(0 0 0 / 33%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.modal-content .modal-header button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    z-index: 1;
}
.modal-content .modal-header button span {
    color: var(--bh-white);
    font-size: 2rem;
}
.modal-content .modal-header .modal-title {
    color: var(--bh-beige);
    line-height: 1rem;
    text-align: center;
    z-index: 1;
}
.modal-content .modal-header .modal-title span span {
    color: var(--bh-white);
}
.modal-content .modal-body {
    padding: 2rem;
}
.modal-content .modal-body .text {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* HOMEPAGE */

.home .hero-section {
    align-items: center;
    background-color: var(--bh-white);
    display: flex;
    min-height: 50vh;
    margin-top: 100px;
    overflow-x: hidden;
}
.home .hero-section .hero-title {
    z-index: 1;
}
.home .hero-section .hero-title .hero-row {
    align-items: flex-end;
}
.home .hero-section .hero-title .hero-heading {
    margin-bottom: 4em;
}
.home .hero-section .hero-title .hero-slider-wrapper {
    position: relative;
}
.home .hero-section .hero-title .hero-slider-wrapper .header-social-proof {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.home .hero-section .hero-slider {
    background-color: var(--bh-grey);
    border-top-left-radius: 200px;
    overflow: hidden;
    width: 50vw;
}
.home .hero-section .hero-slider .inner-slide {
    background-size: cover;
    background-position: center;
    height: 700px;
}
.hero-slider:after {
    content: url(/wp-content/themes/batinergi/assets/bh-side-symbol.svg);
    position: absolute;
    width: 80%;
    right: 0;
    bottom: -10px;
    z-index: 1;
}
.hero-needs {
    background: rgb(250,250,250);
    background: linear-gradient(130deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
    box-shadow: -25vw 0px 0px 0px var(--bh-grey);
    position: relative;
}
.hero-needs .hero-needs-title {
    display: inline-block;
    font-family: 'shelby', sans-serif;
    font-size: 3rem;
    text-align: center;
    opacity: .25;
    position: absolute;
    top: 50%;
    transform: translateX(-60%) translateY(-50%) rotate(-90deg);
}
.hero-needs .slick-track {
    display: flex !important;
    padding: 2em 0;
}
.hero-needs .slick-track a {
    color: var(--bh-black);
}
.slider-partenaires .slick-list, .hero-besoins .slick-list, .cards-avis-slider .slick-list {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
}
.hero-needs .service-card {
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    height: inherit !important;
    margin: 0 10px;
    padding: 40px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.needs-block {
    position: relative;
}
.needs-block .hero-needs {
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.needs-block .hero-needs .service-card {
    display: inline-block;
    margin-bottom: 2em;
    width: 215px;
}
.hero-needs .service-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: translateY(-2px);
}
.hero-needs .service-card img {
    max-height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hero-needs .service-card h3 {
    color: var(--bh-black);
    font-size: 1rem;
    font-weight: 600;
}
.hero-needs .service-card .card-subtitle {
    color: var(--bh-jade);
    display: block;
    font-family: 'shelby', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25rem;
}
.hero-needs .service-card .service-description {
    color: var(--bh-black);
    font-size: .75rem;
    font-weight: 300;
    margin-top: 5px;
}
.bh-slider-arrows {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 86px;
    width: 86px;
    position: absolute;
    right: -67px;
    z-index: 333;
    top: calc(50% - 43px);
}
.section-slider-arrows-wrapper {
    position: relative;
}
.section-slider-arrows.bh-slider-arrows {
    position: absolute;
    left: -43px;
    top: -43px;
}
.avis-arrows {
    background-color: var(--bh-jade);
    position: relative;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
.bh-slider-arrows button {
    align-items: center;
    background: transparent;
    width: 48px;
    height: 48px;
    margin: 1em 0.25em;
    display: flex;
    border: 0;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.bh-slider-arrows button:hover {
    border: 0;
}
.bh-slider-arrows button svg {
    color: var(--bh-jade);
    width: 24px;
    position: relative;
    transition: all .3s ease-in-out
}
.avis-arrows:hover {
    background-color: var(--bh-white);
}
.bh-slider-arrows button svg path {
    fill: var(--bh-jade);
    transition: all .3s ease-in-out
}
.avis-arrows button svg path {
    fill: var(--bh-white);
}
.avis-arrows button.slick-disabled svg path, .projets-arrows button.slick-disabled svg path {
    opacity: .25;
}
.bh-slider-arrows button.prev-arrow svg, .bh-slider-arrows button.prev-arrow-avis svg, .bh-slider-arrows button.prev-arrow-projet svg, .bh-slider-arrows button.prev-arrow-section-slider svg {
    transform: rotate(180deg)
}
.bh-slider-arrows button:hover>svg path {
    fill: var(--bh-black);
}
.avis-arrows:hover svg path {
    fill: var(--bh-jade);
}
.slider-partenaires-wrapper {
    align-items: center;
    background-color: var(--bh-grey);
    border-radius: 22px;
    margin: 4em 0;
    padding: 2em;
}
.slider-partenaires-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
}
.slider-partenaires-wrapper h3 span {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', cursive;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1rem; 
}
.slider-partenaires .slide-item img {
    max-height: 150px;
    width: 100%;
}
.slider-partenaires .partenaire-item {
    padding: 0 30px;
}
.slider-partenaires .slick-track {
  display: flex;
}
.slider-partenaires .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
#expertise {
    background-color: var(--bh-grey);
    overflow-x: hidden;
    padding-top: 4em;
    padding-bottom: 4em;
}
.text-centered-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2em;
}
.aides-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
	position: relative;
    z-index: 5;
}
.aides-block {
    background-color: var(--bh-jade);
    border-radius: 22px;
    padding: 2em 4em;
    position: relative;
    z-index: 3;
}
.aides-block .row {
    align-items: center;
}
.aides-block h2 span span {
    color: var(--bh-white);
}
.aides-block .text {
    color: var(--bh-white);
}
.aides-block img {
    user-select: none;
}
.avantages {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
}
.avantages-block {
    background-color: var(--bh-beige);
    border-radius: 22px;
    padding: 2em 4em;
    position: relative;
    z-index: 2;
}
.avantages-block h2 span span {
    color: var(--bh-white);
}
.avantages-block h2 span span.sub-h2 {
    color: var(--bh-black);
    font-family: 'Urbanist';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.75rem;
    position: relative;
    display: block;
}
.avantages-block .text {
    color: var(--bh-white);
}
 ol {
   list-style: none;
   counter-reset: item;
   padding: 20px 0 20px 60px;
 }
 ol li {
   counter-increment: item;
   margin-bottom: 2rem;
   max-width: 500px;
   font-weight: 300;
   position: relative;
 }
ol li h3 {
    color: var(--bh-black);
    line-height: 2.5rem;
}
ol li:before {
    position: absolute;
    content: counter(item);
    background: var(--bh-white);
    border-radius: 100%;
    color: var(--bh-beige);
    font-family: 'shelby';
    font-size: 2.25rem;
    width: 44px;
    height: 44px;
    left: -60px;
    text-align: center;
    display: inline-block;
}
.kostum-notice {
    color: var(--bh-grey);
    font-size: .75rem;
    font-weight: 300;
    padding: 2em 0;
}
.kostum-notice .kostum-logo {
    display: block;
    position: relative;
    max-width: 200px;
}
.avis-clients {
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    position: relative;
}
.cards-avis-slider {
    width: 100%;
}
.intro-section, .immobilier-section {
    overflow: hidden;
    padding: 6em 0;
}
.intro-section .row {
    align-items: center;
}
.intro-section-primes {
    padding: 6em 0;
}
.intro-section-parrainage {
    padding-top: 6em;
}
.aides-card {
    background-color: var(--bh-light-jade);
    border-radius: 22px;
    margin-bottom: 2em;
    padding: 3em;
}
.aides-card h3 span {
    color: var(--bh-jade);
}
.aides-card .btn {
    margin-bottom: 0;
}
.aides-card .btn-light::after {
    content: "\f1c5";
    font-family: "BootstrapIcons";
    margin-left: 8px;
    vertical-align: bottom;
}
.aides-nav {
    border: 1px solid var(--bh-jade);
    border-radius: 22px;
    margin-top: 2em;
    padding: 1.25em;
}
.aides-nav a {
    transition: all .3s ease-in-out;
}
.aides-nav a:hover {
    color: var(--bh-beige);
}
.aides-nav ul {
    color: var(--bh-jade);
    font-weight: 600;
    line-height: 2rem;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 36px;
    position: relative;
}
.aides-nav .aides-nav-title {
    display: block;
    color: var(--bh-jade);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25em;
}
.aides-nav .aides-nav-title span {
    display: inline;
    font-family: 'shelby', sans-serif;
    font-size: 2.75rem;
    font-weight: 100;
    position: relative;
    z-index: 0;
}
.aides-nav .aides-nav-title::before {
    content: "\f227";
    font-family: "BootstrapIcons";
    font-size: 24px;
    font-weight: 100;
    position: relative;
    vertical-align: sub;
    margin-right: 10px;
}
.etapes-parrainage .row {
    align-items: center;
}
.architecture-section .row {
    align-items: center;
}
.architecture-section .architecture-presentation {
    max-width: 600px;
    padding-left: 3em;
    padding-top: 6em;
    padding-bottom: 6em;
}
.architecture-section h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.architecture-section .side-slider {
    padding-right: 0;
}
.architecture-section .side-panel {
    background-color: hsl(60 14% 92% / 1);
    border-top-left-radius: 22px;
}
.immobilier-section {
    background-color: var(--bh-jade);
    background-image: url(../batinergi/assets/m-symbol-bg-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.immobilier-section h2 span {
    color: var(--sm-beige);
}
.immobilier-section h2 span span {
    color: var(--bh-white);
}
.immobilier-section h2:after {
    border: 1px solid var(--bh-white);
}
.immobilier-section p {
    color: #fff;
}
.immobilier-section .gallery-grid {
    padding: 0;
}
.immobilier-section .row {
    align-items: center;
}
.portrait {
    position: relative;
}
.portrait img {
    width: 100%;
}
.portrait .portrait-names {
    background-color: #63585ee6;
    bottom: -20px;
    color: var(--sm-beige);
    top: auto !important;
    right: -20px;
    left: auto !important;
    padding: 1em 2em;
    text-align: center;
}
.portrait .portrait-names span {
    display: block;
}
.portrait .portrait-names .names {
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.portrait .portrait-names .surname {
    color: var(--bh-jade);
    font-family: 'shelby', cursive;
    font-size: 3rem;
    line-height: 1.75rem;
    z-index: 0;
    position: relative;
}
.portrait .portrait-names .roles {
    margin-top: .8em;
    font-size: .8rem;
}
.portrait-row {
    padding-top: 6em;
    padding-bottom: 6em;
}
.portrait-row .portrait-text {
    max-width: 600px;
}
.static-page.hero-section {
    background-color: var(--bh-white);
    background-size: cover;
    background-position: center;
    position: relative;
}
.static-page.hero-section:before {
    background: rgb(33 37 41 / 90%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.static-page.hero-section .container {
    padding-top: 10em;
    padding-bottom: 8em;
    z-index: 1;
    position: relative;
}
.static-page .hero-heading {
    position: relative;
}
.static-page h1 {
    color: var(--sm-beige);
    text-align: center;
}
.static-page .page-subtitle {
    color: var(--bh-jade);
    display: block;
    text-align: center;
    font-size: 1.25rem;
}
.full-contact-block {
    padding-top: 6em;
    padding-bottom: 6em;
    background-image: url(../batinergi/assets/m-symbol-bg-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-information ul {
    list-style-type: none;
    margin-bottom: 3rem;
}
.contact-information ul li{
    color: var(--bh-jade);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
}
.contact-information ul li:before {
    display: inline-block;
    left: -32px;
    top: 4px;
    position: absolute;
    height: 22px;
    width: 22px;
    opacity: 1;
}
.contact-information ul li.email ul {
    margin-bottom: 0;
    padding-left: 0;
}
.contact-information ul li.email ul li {
    margin-bottom: .5em;
}
.contact-information ul li.email ul li:last-child {
    margin-bottom: 0;
}
.contact-information ul li.email ul li .email-mailto {
    font-style: italic;
    font-weight: 400;
}
.contact-information ul li.telephone:before {
    content: url(../batinergi/assets/icons/telephone.svg);
}
.contact-information ul li.email:before {
    content: url(../batinergi/assets/icons/email.svg);
}
.contact-information ul li.adresse:before {
    content: url(../batinergi/assets/icons/adresse.svg);
}
.contact-information ul.ig-accounts li:first-child::before {
    content: url(../batinergi/assets/icons/instagram-wenge.svg);
}
.contact-information ul.ig-accounts li:last-child::before {
    content: url(../batinergi/assets/icons/instagram-sienna.svg);
}
.contact-information ul.ig-accounts {
    display: flex;
    justify-content: space-between;
}
.contact-information ul.ig-accounts li:last-child span {
    color: var(--bh-jade);
}
.contact-information ul li span {
    color: var(--bh-white);
    font-weight: 100;
    display: block;
}
.contact-information ul li.email span {
    user-select: none;
}
.contact-information ul li span a:hover {
    color: var(--bh-white);
}
.agence-photo {
    margin-bottom: 3rem;
}
.agence-photo img {
    border-radius: 22px;
    max-width: 500px; 
}
.instagram h2 span span {
    padding-left: 16px;
}
.instagram .ig-accounts li a .ig-id {
    font-style: italic;
    font-weight: 400;
}
.btn__wrapper {
    display: flex;
    justify-content: center;
}
.btn__wrapper .btn {
    margin: 3em 0 6em 0;
}

/* TEMPLATE PROJET */

.single-projet header ul.navbar-nav li.archi-item a:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.single-projet header ul.navbar-nav li.archi-item a:after {
    opacity: 1;
    transition-delay: 0.3s;
}
.single-projet .hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.single-projet .hero-section:before {
    background: rgb(255 255 255 / 80%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.single-projet .hero-section .container {
    padding-top: 10em;
    padding-bottom: 8em;
    z-index: 1;
    position: relative;
}
.breadcrumb-projet a {
    color: var(--bh-jade);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.single-projet h1 {
    color: var(--sm-beige);
    text-transform: none;
}
.single-projet .excerpt {
    color: var(--sm-beige);
    font-style: italic;
}
.single-projet .hero-heading {
    position: relative;
}
.single-projet .projet-tags {
    display: flex;
    gap: 1em;
    margin: 1em 0;
    flex-wrap: wrap;
}
.single-projet .projet-tags span {
    margin-right: 0;
}
.projet-tags span {
    border: .5px solid var(--sm-beige);
    border-radius: 50px;
    color: var(--sm-beige);
    display: inline-block;
    margin-right: 10px;
    padding: 8px 18px;
    font-size: .8rem;
}
.project-main-features {
    background-color: var(--bh-white);
    border-radius: 22px;
    color: var(--sm-beige);
    position: relative;
    transform: translateY(-84px);
    z-index: 10;
    background-image: url(../batinergi/assets/m-symbol-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.project-main-features-inner {
    display: flex;
    padding: 0 2em;
    justify-content: space-between;
}
.project-main-features-inner > div {
    padding: 2em;
    padding-left: 4em;
}
.project-main-features h3 {
    font-family: 'shelby', cursive;
    color: var(--bh-jade);
    font-size: 2.25rem;
    margin-bottom: 0;
    position: relative;
}
.project-main-features h3:before {
    display: inline-block;
    left: -36px;
    position: absolute;
    height: 22px;
    width: 22px;
    opacity: 1;
}
.project-main-features .project-place h3:before {
    content: url(../batinergi/assets/icons/adresse-light.svg);
}
.project-main-features .project-budget h3:before {
    content: url(../batinergi/assets/icons/budget.svg);
}
.project-main-features .type-bien h3:before {
    content: url(../batinergi/assets/icons/type-bien.svg);
}
.project-main-features .project-style h3:before {
    content: url(../batinergi/assets/icons/style.svg);
}
.project-main-features .project-place .project-city {
    display: block;
    font-weight: 400;
}
.project-main-features .project-place .project-place-details {
    font-size: .8rem;
}
.project-main-features .project-budget .project-detailed-budget {
    font-size: .8rem;
    list-style-type: none;
    padding-left: 4px;
    margin-top: 10px;
}
.project-main-features .project-budget .project-detailed-budget li {
    border-left: 1px dashed var(--bh-jade);
    padding-left: 10px;
    margin-bottom: 10px;
}
.project-main-features .type-bien, .project-main-features .project-style {
    font-size: .8rem;
}
.single-projet h2 {
    overflow: visible;
}
.single-projet h2:after {
    display: none;
}
.single-projet .text {
    max-width: 600px;
}
.single-projet .context-style, .single-projet .mission-section {
    align-items: center;
    padding: 6em 0;
}
.single-projet .context {
    margin-bottom: 3em;
}
.page-template-service .page-hero .btn {
	display: inline-block;
}
.page-template-service .page-hero .btn.partner-btn {
    background-color: transparent;
    color: var(--bh-jade);
    margin-bottom: 3rem;
}
.page-template-service .page-hero .btn.partner-btn:hover {
    background-color: var(--bh-beige);
    color: #fff;
}
.retour-client-wrapper {
    background-color: var(--bh-white);
    padding: 6em 0;
    background-image: url(../batinergi/assets/m-symbol-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.retour-client {
    color: var(--sm-beige);
}
.retour-client h2 {
    color: var(--sm-beige);
}
.retour-client .text {
    max-width: none;
    position: relative;
}
.retour-client .text:before {
    content: url(../batinergi/assets/quotes-sienna.svg);
    display: inline-block;
    left: -40px;
    top: -6px;
    position: absolute;
    height: 32px;
    width: 32px;
    opacity: 1;
}
.retour-client .text p {
    font-style: italic;
    font-size: 1.5rem;
    line-height: 2rem;
}
.synthese {
    background-size: cover;
    background-position: center;
    padding: 6em 0;
    position: relative;
}
.synthese:before {
    background: linear-gradient(180deg, rgba(249, 249, 247, 1) 0%, rgba(249, 249, 247, .8) 100%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.synthese h2 {
    color: var(--sm-beige);
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0;
}
.synthese .project-main-features {
    transform: none;
}
.archi-intro, .archi-details {
    padding: 6em 0 3em 0;
}
.archi-details {
    background-image: url(../batinergi/assets/m-symbol-bg-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.archi-details img {
    border-radius: 22px;
    width: 100%;
}
.archi-details .row.main-details {
    align-items: center;
    margin-bottom: 6em;
}
.archi-details p {
    max-width: 700px;
}
.archi-details .row.services {
    border-top: 1px solid var(--bh-white);
}
.archi-details .row.services .service-block {
    padding-top: 3em;
}
.archi-details .row.services h3 {
    color: var(--bh-white);
    font-size: 1.25rem;
}
.archi-details .row.services p {
    font-size: .8rem;
    line-height: 1.25rem;
}
.archi-details .row.services .service-img {
    margin-bottom: 2em;
}

/* SINGLE POST */

.single-post-header {
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}
.single-post-header:before {
    background: rgb(255 255 255 / 80%);
    content: ' ';
    position: absolute;
    top: -2em;
    left: 0;
    right: 0;
    bottom: -2em;
    z-index: 0;
}
.single-post-header .container {
    padding: 10em 0 5em 0;
    z-index: 1;
}
.single-post-category a {
    display: inline-block;
    text-decoration: none;
    color: var(--bh-jade);
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.single-projet .single-post-category a {
    color: var(--bh-beige);
}
.single-projet .single-post-category a:hover {
    color: var(--bh-jade);
}
.single-projet .projet-types-wrapper {
    color: var(--bh-black);
    font-weight: 700;
}
.single-post-category a:hover {
    color: var(--bh-beige);
}
.single-post-category .post-category:nth-child(2) a::before, .single-projet .projet-type:nth-child(1)::before {
    content: "\f285";
    font-family: "BootstrapIcons";
    margin: 0 5px;
    vertical-align: bottom;
    opacity: .5;
}
.single-post h1, .single-projet h1 {
    padding: 20px 0;
}
.single-post .posted-on {
    color: var(--bh-black);
    font-weight: 300;
}
.single-post .posted-on:before {
    content: "\f4c8";
    font-family: "BootstrapIcons";
    margin-right: 5px;
    vertical-align: bottom;
}
.single-post .entry-content {
    padding: 5em 0;
    max-width: 1000px;
}
.single-projet .entry-content {
    padding: 5em 0;
}
.single-post .entry-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
.single-post .entry-content ul {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
.single-post .entry-content ul a {
    font-weight: 700;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.single-post .entry-content ul a:hover {
    color: var(--bh-beige);
}
.single-post .entry-content h2, .single-post .entry-content h3 {
    color: var(--bh-jade);
}
.single-post .entry-content h2 {
    font-size: 2.5rem;
}
.single-post .entry-content h3 {
    font-size: 1.75rem;
}
.wp-block-image .aligncenter {
    padding: 2em 0;
}
.wp-block-image img {
    border-radius: 22px;
}
blockquote {
    margin: 2rem 0;
    position: relative;
}
.single-post .entry-content blockquote p {
    color: var(--bh-black);
    font-size: 2rem;
    line-height: 2.5rem;
    font-style: italic;
}
blockquote cite {
    font-size: 1.5em;
    color: var(--bh-beige);
    font-weight: 400;
}
blockquote:before {
    content: url(/wp-content/themes/batinergi/assets/left-quote.svg);
    display: inline-block;
    position: absolute;
    width: 60px;
    vertical-align: middle;
    left: -50px;
    top: -20px;
    opacity: .25;
    z-index: -1;
}
blockquote:after {
    content: url(/wp-content/themes/batinergi/assets/right-quote.svg);
    display: inline-block;
    position: absolute;
    width: 60px;
    vertical-align: middle;
    right: -50px;
    bottom: 20px;
    opacity: .25;
    z-index: -1;
}
figcaption {
    font-size: 14px;
    font-style: italic;
}
.single-post-footer {
    background-color: var(--bh-grey);
    padding: 4em 0px;
}
.single-post-footer .container {
    margin: 0 auto;
}
.single-post-footer .container .btn {
    color: var(--bh-jade);
}
.single-post-footer .container .btn:after {
    display: none;
}
.single-post-footer .blog-card-wrapper {
    margin-bottom: 1em;
}
.single-post-footer .blog-card, .single-post-footer .blog-card a {
    height: 100%;
}
.single-post-footer .back-to-news {
    margin-top: 1em;
}
.single-post-footer .back-to-news a {
    display: block;
    width: auto;
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.single-post-footer .back-to-news a:hover {
    color: var(--bh-beige);
}
.single-post-footer .back-to-news a:before {
    content: "\f131";
    font-family: "BootstrapIcons";
    margin-right: 5px;
    vertical-align: bottom;
}
.single-projet .posted-on, .single-projet-location .location {
    color: var(--bh-black);
    font-weight: 300;
}
.single-projet .posted-on:before {
    color: var(--bh-beige);
    content: "\f2d2";
    font-family: "BootstrapIcons";
    margin-right: 5px;
    vertical-align: bottom;
}
.single-projet-location .location:before {
    color: var(--bh-beige);
    content: "\f3e7";
    font-family: "BootstrapIcons";
    margin-right: 5px;
    vertical-align: bottom;
}

/* MASONRY GRID */

.gallery-grid {
    padding: 4em 0;
}
.masonry-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.masonry-item {
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.masonry-item img {
    border-radius: 22px;
    width: 100%;
    height: auto;
    display: block;
}
.see-flw-project {
    color: var(--bh-white);
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 1rem;
    display: flex;
}
.previous-project .see-flw-project:before {
    content: "\f284";
    font-family: "BootstrapIcons";
    margin-right: 8px;
}
.next-project .see-flw-project:after {
    content: "\f285";
    font-family: "BootstrapIcons";
    margin-left: 8px;
}

/* MAPBOX */

.mapbox-row .col-12 {
    padding-right: 0;
    padding-left: 0;
}
.inner-map {
    height: 100%;
    position: relative;
}

.inner-map .et_pb_code_inner {
    height: 100%;
}

.inner-map #map {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
}

.mapboxgl-canvas {
    left: 0;
    width: 100%;
    height: 100%;
}

.mapboxgl-popup-close-button {
    display: none;
}

#map .mapboxgl-popup-content {
    font: 400 15px/22px 'Urbanist';
    padding: 0;
    width: 200px;
}

.mapboxgl-popup-content .typo {
    font-family: 'Urbanist';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 5px;
    border-radius: 3px 3px 0 0;
    margin-top: -15px;
    font-size: 12px;
}

.mapboxgl-popup-content h3 {
    background: var(--bh-jade);
    font-family: 'shelby';
    text-align: center;
    color: var(--bh-white);
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
    padding: 5px;
    border-radius: 0;
}

.mapboxgl-popup-content h4 {
    font-family: 'Urbanist';
    color: var(--bh-black);
    margin: 0;
    padding: 10px;
    font-weight: 400;
    text-align: center;
}

.mapboxgl-popup-content .jr-map-popup {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1rem;
    font-weight: 300;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.marker {
    border: none;
    cursor: pointer;
    height: 62px;
    width: 62px;
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-marker.svg);
    background-size: cover;
}
.row.mission {
    text-align: center;
}
.row.mission h2 span span {
    margin-top: -6px;
}
.row.mission h2:after {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.values-wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
}
.value-item {
    padding-top: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid var(--bh-jade);
}
.value-item:first-child {
    border-top: 1px solid var(--bh-jade);
}
.value-item h3 {
    color: var(--bh-white);
    font-size: 1.5rem;
    overflow: hidden;
}
.value-item h3 span {
    display: inline-block;
}
.value-item .value-content p {
    font-size: .8rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

/* AVIS CLIENTS */
.temoignages-content {
    align-items: center;
}
.avis-clients-row {
    padding-top: 6em;
    padding-bottom: 6em;
}
.cards-avis-slider .slick-track {
    display: flex !important;
    padding-top: 2em;
    padding-bottom: 2em;
}
.cards-avis-slider .slick-slide {
    height: inherit !important;
}
.sm-slider-avis-arrows {
    padding: 1em 0 4em 0;
    display: flex;
    justify-content: center
}
.sm-slider-avis-arrows button.slick-disabled {
    opacity: .25
}
.sm-slider-avis-arrows button {
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 .5em;
    color: var(--bh-jade);
    display: flex;
    background: transparent;
    border: 1px solid var(--bh-jade);
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    transition: all .3s ease-in-out
}
.sm-slider-avis-arrows button:hover {
    background: var(--bh-jade);
    border: 1px solid var(--bh-jade);
}
.sm-slider-avis-arrows button svg {
    color: var(--bh-jade);
    width: 24px;
    position: relative;
    transition: all .3s ease-in-out
}
.sm-slider-avis-arrows button svg path {
    fill: var(--bh-jade);
    transition: all .3s ease-in-out
}
.sm-slider-avis-arrows button.prev-arrow-avis svg {
    transform: rotate(180deg)
}
.sm-slider-avis-arrows button:hover>svg path {
    fill: var(--sm-beige);
}
.avis-card-inner {
    background-color: var(--bh-grey);
    border-radius: 22px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 2em 3em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cards-avis-slider .slick-slide {
    margin: 0 20px;
}
.avis-card .avis-client-heading {
    color: #acacac;
}
.avis-card .avis-client-title {
    color: var(--bh-black);
    font-weight: 700;
}
.avis-card .avis-client-date {
    color: var(--bh-jade);
    display: inline-block;
    font-size: .75em;
    font-weight: 300;
}
.avis-card .avis-client-date:first-letter {
    text-transform: uppercase;
}
.avis-card .avis-client-text {
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}
.avis-card .avis-client-text p {
    font-size: .8rem;
    line-height: 1.25rem;
}
.avis-card .avis-client-nom {
    color: var(--bh-jade);
    font-family: 'shelby', cursive;
    font-size: 1.5rem;
    line-height: 1rem;
}
.avis-card .avis-client-societe {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
}
.avis-card .avis-client-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
.avis-card .avis-client-etoiles {
    height: 17px;
    white-space: nowrap;
    display: block;
}
.avis-card .avis-client-etoiles .etoile {
    background-image: url(/wp-content/themes/batinergi/assets/etoile.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0!important;
    margin-right: 1px!important;
    background-size: contain;
    background-repeat: no-repeat;
}
.avis-client-pro-label span {
    border: 1px solid var(--bh-jade);
    border-radius: 50px;
    color: var(--bh-jade);
    font-size: .75rem;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
}
.avis-card .avis-client-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.avis-card .avis-client-footer .avis-client-logo a {
    display: block;
    width: 64px;
}
.avis-card .avis-client-footer .avis-client-logo a img {
    width: 100%;
}
h2.avis-clients-title {
    padding-bottom: 0;
    text-align: center;
}
h2.avis-clients-title:after {
    display: none;
}
#actualites-projets {
    background-color: var(--bh-grey);
    padding-top: 4em;
    padding-bottom: 4em;
}
h2 span span.beige {
    color: var(--bh-beige);
}
.latest-project-label {
    background-color: var(--bh-white);
    border-radius: 50px;
    color: var(--bh-black);
    font-size: .75rem;
    font-weight: 300;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    margin-top: 1em;
    margin-left: 1em;
    z-index: 2;
}
#parrainage {
    background-color: var(--bh-jade);
    color: var(--bh-white);
    padding-top: 2em;
    padding-bottom: 2em;
}
#parrainage .row {
    align-items: center;
}
#parrainage h2 span {
    position: relative;
    z-index: 1;
}
#parrainage h2 span span {
    color: var(--bh-white);
    line-height: 1rem;
    z-index: -1;
}
.eldo-social-proof {
    display: flex;
    justify-content: center;
}

/* ASIDE MENU */

aside .menu-right {
    position: fixed;
    top: calc(50% - 45px);
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
    z-index: 1000;
    width: auto
}
aside .menu-right li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateX(calc(100% - 45px));
    transition: all .4s ease-in-out;
    position: relative;
    width: auto;
    justify-content: end;
    margin: 0
}
aside .menu-right li.affilie-sdf ul {
    padding-left: 0;
    transform: none
}
aside .menu-right li.affilie-sdf ul li {
    display: block;
    transform: none
}
aside .menu-right li:hover,aside .menu-right li.aside-active {
    transform: translateX(0)
}
aside .menu-right li a {
    border-radius: 22px 0 0 22px;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    filter: drop-shadow(0 15px 50px rgba(0,0,0,.05));
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    transition: all .4s ease-in-out
}
aside .menu-right li a .aside-content {
    background-color: var(--bh-white);
    border-radius: 2px 0 0 2px;
    color: var(--bh-black);
    max-width: 275px;
    padding: 1em
}
aside .menu-right li a .aside-content span {
    text-wrap: balance;
    display: block;
    margin-bottom: 10px;
}
aside .menu-right li a:before {
    border-radius: 50px 0 0 50px;
    content: '';
    width: 46px;
    height: 46px;
    background-color: var(--bh-jade);
    background-size: 36%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out
}
aside .menu-right li.affilie-sdf a {
    color: #fff
}
aside .menu-right li.affilie-sdf a:before {
    background-image: url(../batinergi/assets/sdf-symbol-white.svg)
}
aside .menu-right li.affilie-sdf img {
    width: 150px;
}
aside .menu-right li.call-aside a:before {
    background-image: url(../batinergi/assets/telephone.svg)
}
aside .menu-right li.call-aside a .aside-content span {
    margin-bottom: 0;
}
aside .menu-right li.call-aside a .aside-content span strong {
    font-size: 1rem;
    color: var(--bh-jade);
}

/* BLOG */

.blog-card {
    background-color: var(--bh-white);
    border-radius: 22px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 1em;
    transition: all .3s ease-in-out;
}
.blog-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: translateY(-2px);
}
.blog-card a {
    color: var(--bh-black);
    position: relative;
}
.blog-card .card-thumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    border-radius: 22px 22px 0 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.blog-card .card-thumbnail div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1;
}
.blog-card:hover .card-thumbnail div {
    transform: scale(102%);
}
.blog-card .card-infos {
    padding: 1.5em 2.5em;
}
.blog-card .card-infos .post-category {
    color: var(--bh-jade);
    font-size: .8rem;
    font-weight: 700;
}
.blog-card .card-excerpt p {
    font-size: .8rem;
    line-height: 1.25rem;
}
.blog-card.light a {
    display: flex;
}
.blog-card.light .card-thumbnail {
    height: auto;
    border-radius: 22px 0 0 22px;
    width: 200px;
}
.blog-card.light .card-infos {
    padding: 1.5em;
    width: fit-content;
}
.blog-card.light h3 {
    font-size: 1rem;
    text-wrap: balance;
}
.blog-card.project-card .post-category {
    color: var(--bh-beige);
}
.blog-card.project-card .project-location {
    color: var(--bh-beige);
    font-size: .8rem;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.blog-card.project-card .project-location::before {
    content: "\f3e7";
    font-family: "BootstrapIcons";
    margin-right: 8px;
    vertical-align: bottom;
}
.domotics-block {
    background-color: #e3dbd1;
    background-size: cover;
    background-position: bottom center;
    border-radius: 22px;
    color: #25485a;
    margin: 3em 0;
    padding: 3em;
    overflow: hidden;
    position: relative;
}
.domotics-block:before {
    background: rgb(18 15 18 / 85%);
    background: linear-gradient(0deg, rgba(227, 219, 209, 0.85) 0%, rgba(227, 219, 209, 0.95) 75%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.domotics-block .domotics-header h3 {
    color: #25485a;
    font-size: 1.25rem;
    font-weight: 700;
}
.domotics-block .text p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75rem;
}
.domotics-block h3 span {
    color: #25485a;
    font-size: 2.5rem;
}
.domotics-block .btn {
    color: #25485a;
    background-color: #fab800;
    border: 1px solid #fab800;
    margin-bottom: auto;
    width: auto;
}
.domotics-block .btn:hover {
    color: #fab800;
    background-color: #25485a;
    border: 1px solid #25485a;
}
.domotics-block .row.domotics-header {
    align-items: flex-start;
    position: relative;
}
.domotics-block .row {
    position: relative;
}
.domotics-block .domotics-logo {
    text-align: end;
}
.domotics-block .domotics-logo img {
    max-width: 100px;
}

/* 404 & MENTIONS LEGALES */

.not-found-wrapper {
    background-color: var(--bh-white);
}
.not-found-wrapper .mentions {
    color: var(--sm-beige);
}
.error404 .mentions {
    min-height: 70vh;
    padding-top: 10em;
    padding-bottom: 7em;
    position: relative;
    text-align: center;
}
.mentions {
    color: var(--bh-black);
    padding-bottom: 8em;
}
.mentions p a {
    font-weight: 400;
    text-decoration: underline;
    transition: all .4s ease-in-out
}
.mentions p a:hover {
    color: var(--bh-jade);
}
.page-template-mentions .static-page h1 {
    text-align: left;
}
.page-template-mentions .mentions svg#sentria-logo {
    display: block;
    fill: var(--bh-jade);
    height: 24px;
    transition: all .4s ease-in-out
}
.page-template-mentions .mentions svg#sentria-logo:hover {
    fill: var(--bh-beige);
}
.page-template-mentions .static-page.hero-section:before {
    display: none;
}
.green-batinergi-symbol {
    width: 50vw;
    display: block;
    position: absolute;
    bottom: -12em;
    right: -21em;
    opacity: .1;
    z-index: 1;
}
.green-batinergi-symbol path {
    fill: var(--bh-jade) !important;
}
.beige-batinergi-symbol {
    width: 33vw;
    display: block;
    position: absolute;
    top: 8em;
    left: -24em;
    opacity: .1;
    z-index: 1;
}
#votre-entreprise {
    padding-top: 4em;
    padding-bottom: 4em;
}
#votre-entreprise .presentation {
    padding-top: 4em;
    padding-bottom: 4em;
}
.blurbs .blurb {
    max-width: 300px;
    padding-top: 2em;
    padding-bottom: 2em;
}
.parrainage-blurbs {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.blurbs .parrainage-blurbs .blurb {
    border-radius: 22px;
    max-width: 200px;
    text-align: center;
    background-color: #fff;
    padding: 1em;
    z-index: 1;
}
.parrainage-blurbs::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed var(--bh-beige);
  transform: translateY(-50%);
  z-index: 0;
}
.blurbs .blurb h3 {
    margin-bottom: 1em;
    text-wrap: balance;
}
.blurbs .blurb .img-blurb {
    margin-bottom: 1em;
}
.blurbs .blurb .img-blurb img {
    max-height: 60px;
    user-select: none;
    width: auto;
}
.row.blurbs {
    align-items: initial;
    justify-content: space-between;
}
.img-bg-wrapper {
    padding-left: 4em;
}
.img-bg {
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.certifications {
    background-color: var(--bh-white);
    border-radius: 22px 0 0 0;
    position: absolute;
    bottom: -1px;
    right: -1px;
    padding: 2em;
    width: fit-content;
}

/* BEFORE - AFTER SLIDER */

.before-after-section h2, .before-after-section h3 {
    text-align: center;
}
.before-after-section h2 span span:nth-child(2), .before-after-section h3 span:nth-child(2) {
    color: var(--bh-beige);
}
.ba-slider-wrapper {
    margin: 1em 0;
}
.ba-slider {
    border-radius: 22px;
}
.ba-slider .handle:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    font-size: 26px;
    line-height: 48px;
    background: var(--bh-jade);
    border: 0;
    box-shadow: none;
}
.ba-slider .handle.ba-draggable:after {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    line-height: 44px;
    font-size: 22px;
}
figcaption {
    text-align: center;
    margin-top: .5em;
    font-weight: 300;
}
.wp-lightbox-overlay .scrim {
    background-color: #000!important;
}

/* TEMPLATE SERVICES */

.page-hero {
    align-items: center;
    background-color: var(--bh-white);
    display: flex;
    margin-top: 100px;
    overflow-x: hidden;
}
.intro-section {
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-symbol-gradient.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.outro-section {
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-symbol-gradient-white.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.outro-section {
    background-color: var(--bh-beige);
    padding: 6em 0;
}
.outro-section h2 span span {
    color: var(--bh-white);
}
.outro-section .bh-ul h4 {
    border-bottom: 1px dotted var(--bh-white);
}
.picto-service img {
    max-height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.page-hero .page-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.page-hero h1 {
    padding-bottom: 32px;
}
.page-hero .btn {
    display: block;
}
.page-hero a.btn {
    display: inline-block;
}
.page-hero .page-subtitle {
    margin-bottom: 2rem;
    display: block;
}
.page-hero .hero-title .hero-featured-img-wrapper {
    position: relative;
}
.page-hero .hero-featured-img {
    background-color: var(--bh-grey);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 200px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 50vw;
}
.page-hero .hero-featured-img:after {
    content: url(/wp-content/themes/batinergi/assets/bh-side-symbol.svg);
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -10px;
    z-index: 1;
}
.page-hero .hero-heading {
    padding: 4rem 0;
    max-width: 550px; 
}
.text-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.section-list .col-lg-12 .text-wrapper {
    max-width: 100%;
}
.text-wrapper-left {
    max-width: 600px;
}
.section-slider img {
    border-radius: 22px;
    width: 100%;
}
.sub-service {
    padding: 4em 0;
}
.sub-service:nth-child(odd) {
    background-color: var(--bh-grey); 
}
.h2-subtitle {
    font-style: italic;
    font-weight: 400;
    color: #8d8d8d;
}
.sub-service h2 {
    padding-bottom: 0em;
    margin-bottom: 0;
}
.sub-service-heading {
    margin-bottom: 2rem;
}
.bh-ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.bh-ul li {
    width: calc(100% / 2);
    padding-right: 30px;
    margin-bottom: 30px;
}
.bh-ul h4 {
    text-wrap: balance;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted var(--bh-beige);
}
.bh-ul li span, .outro-section .bh-ul li p, .bh-ul li span p {
    color: var(--bh-black);
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.25rem;
}
.sub-service .row {
    padding: 1em 0;
}
button.btn {
    margin-bottom: 3rem;
}
h3.faq-heading {
    padding-bottom: 1em;
}
.outro-section h3.faq-heading span {
    color: var(--bh-white);
}
h3.faq-heading:before {
    content: url(../batinergi/assets/faq.svg);
    display: block;
    position: relative;
    margin-bottom: 5px;
    max-width: 40px;
}
.accordion {
    margin-bottom: 6em
}
.accordion-button {
    background-color: transparent;
    font-weight: 700;
    padding: 1rem 0;
}
.accordion-body {
    padding: 1rem 0
}
.accordion-body ul {
    font-weight: 300;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--bh-black);
    box-shadow: none
}
.accordion-item {
    background-color: transparent;
    border-bottom: 1px dotted var(--bh-beige);
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/batinergi/assets/faq-arrow.svg);
}
.outro-section .accordion-button::after, .outro-section .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/batinergi/assets/faq-arrow-white.svg);
}
.conseil {
    border: 2px solid var(--bh-black);
    border-radius: 22px;
    position: relative;
}
.conseil:before {
    background-color: var(--bh-beige);
    content: url(../batinergi/assets/astuce.svg);
    display: block;
    position: absolute;
    right: -32px;
    top: -21px;
    width: 64px;
    height: 64px;
    z-index: 2;
}
.conseil-upper-title {
    position: absolute;
    background-color: var(--bh-beige);
    font-size: 2rem;
    font-weight: 700;
    left: 23px;
    top: -30px;
    padding: 5px;
    padding-right: 12px;
}
.conseil-upper-title span {
    color: var(--bh-white);
    display: inline;
    font-family: 'shelby', sans-serif;
    font-size: 4.25rem;
    font-weight: 100;
    position: relative;
    z-index: 0;
    line-height: 0;
}
.conseil-inner {
    padding: 3em 2em 2em 2em;
}
.conseil figure img {
    border-radius: 22px;
    width: 100%;
}
.conseil figure figcaption {
    text-align: center;
    font-size: .75rem;
    font-weight: 300;
    padding-top: 5px;
}
.projets-arrows-wrapper {
    position: relative;
}
.projets-arrows-wrapper .bh-slider-arrows {
    position: relative;
    right: 0;
    top: 0;
}
.recent-projects-slider .blog-card-wrapper {
    margin-bottom: 0;
    padding: 1em;
}
.recent-projects-row {
    align-items: center;
}
.recent-projects-slider .blog-card {
    margin-bottom: 0;
}
h2 #batinergi-logo {
    width: 200px;
}

.page-template-a-propos .intro-section .row {
    align-items: baseline;
}
.experts-heading {
    align-items: flex-end;
}
.experts-heading button.btn {
    margin-bottom: 1rem; 
}
.team-member {
    margin-bottom: 2em;
}
.team-member .member-portrait {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background-color: var(--bh-grey);
    border-radius: 22px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.team-member .member-portrait .member-portrait-inner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}
.team-member:hover .member-portrait .member-portrait-inner {
    transform: scale(102%);
}
.team-member .member-info {
    display: flex;
    justify-content: center;
    padding: 0 1em;
}
.team-member .member-info .name {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.team-member .member-info .name .family-name {
    color: var(--bh-jade);
    display: inline;
    font-family: 'shelby', cursive;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1rem;
}
.team-member .member-info .position {
    font-weight: 300;
    line-height: 1em;
    padding: .5em 0;
    text-align: center;
}
.step-number {
    background: var(--bh-jade);
    border-radius: 100%;
    color: var(--bh-white);
    font-family: 'shelby';
    font-size: 1.5rem;
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
}
.img-sdf-left img, .img-sdf-right img {
    width: 100%;
}
.img-sdf-left .masked {
    -webkit-mask-image: url(../batinergi/assets/sdf-mask-left.svg);
    mask-image: url(../batinergi/assets/sdf-mask-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.sdf-block {
    padding: 6em 0;
}
.sdf-block-inner .row {
    align-items: center;
}
.sdf-block .sdf-block-logo {
    max-width: 320px;
}
.sdf-block .btn {
    background-color: var(--sdf-blue);
    border: 1px solid var(--sdf-blue);
}
.sdf-block .btn:hover {
    background-color: var(--sdf-red);
    border: 1px solid var(--sdf-red);
}
.contact-section {
    background-color: var(--bh-jade);
}
.contact-section-info {
    background-color: var(--bh-jade);
    padding: 6em 0;
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-symbol-gradient-contact-white.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    transform: skewX(10deg);
    box-shadow: 5vw 0px 0px 0px var(--bh-jade);
    z-index: 2;
}
.contact-section-info .text-wrapper-left {
    transform: skewX(-10deg);
}
.contact-section-info h2 span span, .contact-section-info h3 span {
    color: var(--bh-white);
}
.contact-section-info .text-wrapper-left {
    max-width: 600px;
    margin: 0 auto;
}
.contact-section-info .info-inner {
    display: flex;
    justify-content: space-between;
}
.contact-section .contact-ul {
    font-weight: 400;
    list-style-type: none;
    padding-left: 0;
}
.contact-section .contact-ul .contact-li {
    padding-bottom: 1rem;
    position: relative;
    padding-left: 26px;
}
.contact-section .contact-ul li a {
    color: var(--bh-black);
    transition: all .4s ease-in-out;
}
.opening span {
    font-family: 'shelby', sans-serif;
    font-size: 2rem;
    line-height: 0;
}
.contact-section .row {
    align-items: stretch;
}
.contact-map {
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
}
.contact-section .contact-ul li::before {
    color: var(--bh-grey);
    font-family: "BootstrapIcons";
    vertical-align: bottom;
    position: absolute;
    display: block;
    left: 0px;
}
.contact-section .contact-ul li.adresse::before {
    content: "\f3e7";
}
.contact-section .contact-ul li.telephone::before {
    content: "\f5b4";
}
.contact-section .contact-ul li.email::before {
    content: "\f84b";
}
.mapboxgl-ctrl-bottom-right {
    display: none;
}

/* STORISTES DE FRANCE PAGE */

.page-template-sdf-page .hero-section {
    align-items: center;
    background-color: var(--bh-white);
    display: flex;
    margin-top: 100px;
    overflow-x: hidden;
    margin-bottom: 6em;
}
.page-template-sdf-page h1 {
    padding: 10px 0px;
}
.page-template-sdf-page h1 span span {
    color: var(--sdf-blue);
}
.page-template-sdf-page .btn {
    display: block;
}
.page-template-sdf-page .btn {
    background-color: var(--sdf-blue);
    border: 1px solid var(--sdf-blue);
}
.page-template-sdf-page .btn:hover {
    background-color: var(--sdf-red);
    border: 1px solid var(--sdf-red);
}
.page-template-sdf-page .hero-row {
    align-items: center;
}
.page-template-sdf-page .hero-heading .sdf-block-logo {
    margin-bottom: 1em;
    width: 200px;
}
.hero-heading h1 .sdf-logo {
    width: 200px;
}
#sdf-bloc-1 {
    background-color: var(--sdf-light-blue);
}
#sdf-bloc-1 .row, #sdf-bloc-2 .row, #sdf-bloc-4 .row {
    align-items: center;
}
.fullwidth-sdf-shape {
    padding: 0;
}
.page-template-sdf-page h2 {
    position: relative;
}
.page-template-sdf-page #sdf-bloc-1 h2 span span {
    color: var(--sdf-blue);
}
.page-template-sdf-page .sdf-section h2 {
    overflow: visible;
}
.page-template-sdf-page .sdf-section h2 span {
    color: var(--sdf-blue);
    display: inline;
    font-family: 'shelby', sans-serif;
    font-size: 4rem;
    font-weight: 100;
    position: relative;
    z-index: 0;
}
.page-template-sdf-page .sdf-section {
    padding: 4em 0;
}
.sdf-text-block {
    background-color: var(--sdf-light-blue);
    padding: 4em;
}
.page-template-sdf-page .sdf-section h2:before {
    content: url(/wp-content/themes/batinergi/assets/sdf-symbol-blue.svg);
    display: block;
    position: absolute;
    width: 22px;
    left: -46px;
}
.page-template-sdf-page .sdf-section .text-wrapper {
    padding-left: 50px;
}
#sdf-bloc-3 .sdf-text-block:nth-child(odd) {
    background-color: var(--sdf-light-red);
}
#sdf-bloc-3 .sdf-text-block:nth-child(even) {
    background-color: transparent;
}
#sdf-bloc-3 #sdf-shape {
    max-width: 500px;
}
#sdf-bloc-4 {
    background-color: var(--sdf-red);
    margin-bottom: -1px;
    padding: 0;
}
#sdf-bloc-4 h2, #sdf-bloc-4 h2 span, #sdf-bloc-4 p {
    color: white;
}
.page-template-sdf-page .sdf-section#sdf-bloc-4 h2:before {
    content: url(/wp-content/themes/batinergi/assets/sdf-symbol-white.svg);
}
#sdf-bloc-4 .sdf-credits {
    color: var(--bh-grey);
    font-size: .75rem;
    font-style: italic;
    font-weight: 300;
}
.gift-cards {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 2em;
}
.gift-card {
    background-color: var(--bh-light-jade);
    border-radius: 22px;
    padding: 1em;
    text-align: center;
}
.gift-card .gift-header {
    display: block;
    font-size: .8rem;
    font-weight: 300;
}
.gift-card .gift-cost {
    display: block;
    font-weight: 600;
}
.gift-card .gift-receive {
    display: block;
    font-size: .8rem;
    font-weight: 300;
}
.gift-card .gift-win {
    display: block;
    font-family: 'shelby';
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: -22px;
}
.gift-card .gift-win .euro-symbol {
    font-size: 2rem;
}
.parrainage-legals p {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1rem;
    margin-bottom: .7rem;
}

/* BLOG */

.page-template-actualites, .archive {
    background-color: var(--bh-grey);
}
.blog-hero {
    background-color: transparent;
}
.page-hero.blog-hero .hero-heading {
    max-width: initial;
}
.blog-grid .blog-card {
    margin-bottom: 2em;
}
.page-template-actualites .blog-grid {
    padding-bottom: 6em;
}
.projets-grid {
    background-color: var(--bh-beige);
    background-image: url(/wp-content/themes/batinergi/assets/batinergi-symbol-gradient-white.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 6em 0;
}
.projets-grid h2 span span {
    color: var(--bh-white);
}
.blog-projets-heading {
    display: flex;
    gap: 2em;
    margin-bottom: 2em;
}
.projets-grid .projets-arrows-wrapper .bh-slider-arrows {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid var(--bh-white);
}
.projets-grid .bh-slider-arrows button svg path {
    fill: var(--bh-white);
}

/* FOOTER */

footer {
    background-color: var(--bh-black);
    color: var(--bh-white);
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 4em 0;
    position: relative;
}
footer .footer, footer .credits {
    position: relative;
    z-index: 1;
}
footer .footer-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 1em;
}
footer #batinergi-logo {
    max-width: 190px;
}
footer #batinergi-logo .habitat, footer #batinergi-logo .bti {
    fill: var(--bh-white);
    transition: all .4s ease-in-out;
}
footer .storistes-logo span {
    color: var(--bh-white);
}
footer p {
    font-size: 1rem;
}
footer a {
    color: var(--sm-beige);
}
footer .footer-description p {
    font-style: italic;
}
footer .footer-menus {
    display: flex;
    justify-content: space-between;
}
footer .footer-menu {
    margin-bottom: 1rem;
}
footer .credits {
    font-size: .8rem;
}
svg#sentria-logo {
    display: inline;
    fill: var(--bh-white);
    height: 10px;
    margin-left: 2px;
    position: relative;
    bottom: 1px;
    transition: all .4s ease-in-out
}

svg#sentria-logo:hover {
    fill: var(--bh-jade);
}
footer ul {
    font-weight: 400;
    list-style-type: none;
    padding-left: 0;
}
.footer-contact .contact-li {
    padding-bottom: 1rem;
    position: relative;
}
footer .menu {
    margin-bottom: 0;
    padding-left: 0;
}
footer .menu li {
    padding-bottom: .5rem;
}
footer ul li a {
    transition: all .4s ease-in-out;
}
footer ul li a button {
    -webkit-appearance: none;
    background-color: transparent;
    color: inherit;
    border: 0;
    padding: 0;
}
footer ul li a:hover {
    color: var(--bh-jade);
}
footer h3 {
    color: var(--bh-jade);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}
footer .legals {
    text-align: right;
}
footer .legals a {
    font-weight: 400;
    transition: all .4s ease-in-out;
}
footer .legals a:hover {
    color: var(--bh-jade);
}
footer .cta-footer .btn {
    background-color: var(--bh-jade);
    border: 1px solid var(--bh-jade);
    color: var(--bh-white);
    margin: 1em 0;
    transition: all .3s ease-in-out;
}
footer .cta-footer .btn:hover {
    background-color: var(--bh-beige);
    border: 1px solid var(--bh-beige);
}
footer h2 {
    color: var(--bh-white);
}
footer h2 span {
    display: inline-block;
}
footer .footer-cta-wrapper h2 span:after {
    height: 8px;
    width: 100%;
    background-color: var(--bh-jade);
    bottom: 2px;
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
}
footer .footer-catch-phrase {
    font-size: 1.75em;
    font-weight: 100;
    margin-bottom: 1.25rem;
}
footer .footer-catch-phrase span span {
    display: inline;
}
footer .call-us {
    border: 1px solid var(--bh-white);
}
footer .call-us:hover {
    border: 1px solid var(--bh-jade);
}
footer .ig-heading {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
}
.ig-heading:before {
    content: url(../batinergi/assets/icons/instagram-light.svg);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
    height: 22px;
    width: 22px;
    opacity: 1;
}
footer .instagram .ig-accounts {
    line-height: 1rem;
    padding-left: 11px;
}
footer .instagram .ig-accounts li {
    border-left: 1px dashed var(--bh-jade);
    padding: 0 10px;
    margin-bottom: 1em;
}
footer .instagram .ig-accounts li a {
    font-size: .8rem;
}
footer .instagram .ig-accounts li a .ig-title {
    display: block;
}
footer .instagram .ig-accounts li a .ig-id {
    font-style: italic;
    font-weight: 400;
}
footer .footer-batinergi-symbol {
    width: 25vw;
    display: block;
    position: absolute;
    bottom: 8em;
    right: -3em;
    opacity: .05;
    z-index: 0;
}
.footer-contact .contact-li ul {
    line-height: 1rem;
    padding-left: 3px;
}
.footer-contact .contact-li ul li {
    border-left: 1px dashed var(--bh-jade);
    padding: 0 10px;
    margin-bottom: .8em;
}
.footer-contact .contact-li ul li a .email-title {
    display: block;
}
.footer-contact .contact-li ul li a .email-mailto {
    font-style: italic;
    font-weight: 400;
}

/* CONTACT FORM */

.form-contact br {
    display: none
}
.form-contact input,.form-contact select,.form-contact textarea {
    padding: 12px 0;
    border: none;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid var(--bh-jade);
    transition: all .3s ease-in-out;
}
.form-contact input:focus, textarea:focus, select:focus {
    border-bottom: 1px solid var(--bh-beige);
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 0px;
}
.form-contact .objet-title {
    color: var(--bh-white);
    text-align: left;
    display: block;
}
.form-contact .row.accept-submit {
    align-items: baseline
}
.form-contact .row.accept-submit .input-group p:before {
    display: none
}
.form-contact .row .input-group {
    display: block;
    padding: 0 0 0 3%;
    margin-bottom: 30px!important
}
.form-contact .col-6 {
    width: 50%
}
.form-contact .col-4 {
    width: 33%
}
.form-contact .aligntop {
    align-items: baseline
}
.form-contact .submit-btn {
    padding: 0 0 0 3%
}
.form-contact .submit-btn input {
    background-color: var(--bh-jade);
    border: 1px solid var(--bh-jade);
    border-radius: 50px !important;
    color: #fff;
    padding: 12px 24px;
    transition: all .3s ease-in-out;
}
.form-contact .submit-btn input:hover {
    background-color: var(--bh-beige);
    border: 1px solid var(--bh-beige);
}
.form-contact .wpcf7-acceptance {
    font-size: 12px;
    color: #000;
    font-weight: 300
}
.form-contact .wpcf7-acceptance label {
    align-items: center;
    display: flex
}
.form-contact .wpcf7-acceptance label input {
    width: auto;
    margin-right: 10px
}
.form-contact .data-collect-info p {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1rem;
    margin-bottom: .7rem;
    text-align: left;
}
.form-contact .data-collect-info p a {
    font-weight: 400;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.form-contact .data-collect-info p a:hover {
    color: var(--bh-jade);
    font-weight: 400;
}
.form-contact .wpcf7-acceptance label .wpcf7-list-item-label a {

}
.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}
.wpcf7-checkbox label {
    display: flex;
    font-weight: 400;
    font-size: .8rem;
}
.wpcf7-checkbox input {
    width: auto;
    margin-right: 10px;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    color: var(--bh-jade);
    font-weight: 400;
}
.form-contact p {
    font-size: 1.25rem;
    font-weight: 400;
}
.wpcf7-not-valid-tip {
    color: var(--bh-jade);
    font-size: .8rem;
    font-weight: normal;
    display: block;
}
.parrainage-form .blocs-parrain-filleul {
    display: flex;
    gap: 1em;
}
.form-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}
.form-block-title span {
    color: var(--bh-jade);
    font-weight: 100;
    font-family: 'shelby', sans-serif;
    font-size: 2.75rem;
    padding-left: 5px;
}
.bloc-parrain, .bloc-filleul {
    background-color: var(--bh-grey);
    border-radius: 22px;
    padding: 2em;
}
.parrainage-form .type-travaux {
    padding: 2em;
}
.form-contact.parrainage-form .wpcf7-acceptance {
    font-size: 1rem;
    color: var(--bh-black);
    font-weight: 700;
}
.parrainage-form .submit-btn {
    text-align: center;
}
.parrainage-form .submit-btn input {
    width: auto;
}
.form-contact .row .input-group.already-client {
    display: flex;
    align-items: center;
    gap: 1em;
}
.already-client .already-client-label {
    font-weight: 700;
    color: var(--bh-black);
}
.togglebuttons .wpcf7-list-item {
  margin: 0 2px 0 0;
  display: inline-block;
}

.togglebuttons > span input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.togglebuttons > span .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block; 
  color: #333;
  border-radius: 30px; 
  background: #efefef;
  padding: 15px 30px; 
  position: relative; /
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #e0e0e0;*/
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.togglebuttons > span input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: var(--bh-jade); 
  color: #ffffff;
}
.togglebuttons > span input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px; 
  background: #ffffff; 
  border-radius: 50%; 
  top: 50%;
  left: 25%; 
  transform: translate(-50%, -50%);
  transition: left 0.3s; 
}
.togglebuttons > span input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px; 
  height: 20px; 
  background: #ffffff; 
  border-radius: 50%; 
  top: 50%;
  left: 75%; 
  transform: translate(-50%, -50%);
  transition: left 0.3s; 
}

/* MEDIA QUERIES */

@media (min-width: 1024px) {
    .form-contact .row .input-group {
        padding: 0!important
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        display: flex;
        flex-wrap: wrap;
        width: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .contact-section-info {
        padding-left: 2em;
    }
}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {
    .contact-information ul.ig-accounts {
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) {
    header ul.navbar-nav > li:first-child {
        padding-left: 0;
        padding-right: 32px;
    }
    header ul.navbar-nav > li:last-child {
        padding-right: 0;
    }
    .mission-img {
        padding-right: 4em;
    }
    .modal-dialog {
        max-width: 800px;
    }
	.page-template-service .page-hero .btn.partner-btn {
		margin-left: 1em;
	}
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
        padding: 20px 15px;
    }  
    h2 {
        font-size: 2rem;
    }
    header .mobile-menu {
        height:0;
        visibility: hidden;
        background: var(--sm-beige);
        flex-direction: column;
        opacity: 0;
        order: 3;
        display: flex!important;
    }
    header .mobile-menu .navbar-nav {
        flex-direction: column;
        text-align: center
    }
    header .mobile-menu .navbar-nav .dropdown-menu {
        display: contents;
        padding: 0;
        position: relative;
        text-align: center;
    }
    header .mobile-menu .navbar-nav .besoins-item .dropdown-menu {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        justify-content: center;
    }
    header .mobile-menu .navbar-nav .besoins-item .dropdown-menu li {
        text-align: left;
    }
    header .besoins-item .dropdown-menu .nav-link {
        font-size: .75rem;
        padding: 0;
    }
    header .besoins-item .dropdown-menu .menu-item a::before {
        max-width: 26px;
    }
    header .mobile-menu .col-12 {
        text-align: center;
    }
    header.active .mobile-menu {
        z-index: 999999;
        justify-content: center;
        height: auto;
        visibility: visible;
        transition: all .4s ease-in-out;
        opacity: 1;
    }
    header .row {
        --bs-gutter-x: 0;
    }
    header .container {
        border-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header ul.navbar-nav {
        flex-direction: column;
        letter-spacing: 1px;
        font-size: 22px;
        padding: .5em 0;
    }
    header ul.navbar-nav li {
        color: var(--bh-white);
        padding: 10px 10px;
    }
    header ul.navbar-nav li.besoins-item {
        width: 100%;
    }
    header .menu-principal li::after {
        display: none;
    }
    header ul.navbar-nav li.besoins-item:after {
        display: none;
    }
    header .menu-principal li.devis-btn {
        margin-top: 14px;
    }
    header .mobile-menu-icon {
        order: 1;
    }
    header .menu-logo {
        order: 2;
    }
    .home h1 a::before {
        transform: translateY(calc(100% - 10px));
    }
    .gallery-grid {
        padding: 1em 0;
    }
    .masonry-item {
        overflow: hidden;
        padding: 10px 0;
        width: 100%;
    }
    p.script {
        font-size: 1.75rem;
    }
    img.masked {
        margin: 2em 0;
        width: 100%;
    }
    .project-main-features-inner {
        flex-direction: column;
    }
    footer .footer-menus {
        flex-direction: column;
    }
    footer {
        background-size: 137% auto;
        background-position: left bottom;
    }
    footer .legals {
        text-align: left;
    }
    .recent-projects-slider-arrows {
        display: none;
    }
    .architecture-section .side-panel {
        background-color: transparent;
    }
    .home .hero-section .hero-slider {
        width: 90vh;
    }
    .home .hero-section .hero-slider .inner-slide {
        height: 50vh;
    }
    .parrainage-form .blocs-parrain-filleul {
        flex-direction: column;
    }
    aside {
        display: none;
    }
    .avis-clients {
        flex-direction: column;
    }
    .batinergi-logo {
        max-width: 175px;
    }
    header.active {
        background-color: var(--bh-white);
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
    }
    h1 span span {
        line-height: 3rem;
    }
    .hero-slider:after {
        width: 95%;
    }
    .needs-block .hero-needs {
        padding: 4em 0;
    }
    .img-bg-wrapper {
        margin-top: 4em;
        padding-left: 0;
        padding-right: 0;
    }
    .img-bg {
        height: 600px;
    }
    .certifications-logos ul {
        flex-direction: column;
        gap: 20px;
    }
    .avantages-block {
        padding: 2em 2em;
    }
    ol li h3 {
        line-height: 1.5rem;
    }
    footer .footer-batinergi-symbol {
        width: 75vw;
        right: -5em;
    }
    blockquote:before {
        width: 200px;
        left: -36px;
        top: -43px;
        opacity: .1;
    }
    blockquote:after {
        display: none;
    }
    .single-post-heading {
        padding: 0 1em;
    }
    .page-hero .hero-title .hero-featured-img-wrapper {
        padding-right: 0;
    }
    .page-hero .hero-featured-img {
        height: 300px;
        width: 100%;
        border-bottom-left-radius: 22px;
    }
    h3.faq-heading {
        padding-top: 2em;
    }
    .projets-arrows-wrapper .bh-slider-arrows {
        margin: 0 auto;
    }
    .outro-section {
        overflow: hidden;
    }
    .contact-section-info {
        padding: 2em;
        transform: none;
    }
    .contact-section-info .text-wrapper-left {
        transform: none;
    }
    .contact-section-info .info-inner {
        flex-direction: column;
    }
    .contact-map {
        height: 500px;
    }
    .team-member .member-portrait {
        height: 250px;
    }
    .aides-img, .avantages-img, .light-news-col, #parrainage .img-block, #expertise .img-block {
        display: none;
    }
    .parrainage-blurbs {
        align-items: center;
        flex-direction: column;
    }
    .parrainage-blurbs::before {
        display: none;
    }
    .domotics-block .row.domotics-header {
        flex-direction: column-reverse;
    }
    .domotics-block .domotics-logo {
        text-align: start;
        margin-bottom: 1em;
    }
    .gift-cards {
        flex-direction: column;
    }
}

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

}
