/*
Theme Name: 4beez
Author: 4beez
Template: essentials
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child

*/

/* fonts */
@import './assets/style/fonts.css';

/* Reset */
@import './assets/style/reset.css';


/* General */
h1, h2, h3 {
    font-family: 'Playfair Display' !important;
    font-weight: 600 !important;
    font-size: 66px !important;
    line-height: 77px !important;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}

h2 {
    color: #000000 !important;
}

h3 {
    color: #FFFFFF !important;
}

p, ul, input.wpcf7-form-control, textarea.wpcf7-form-control {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #505050;
}

.link-green a {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 21px;
    color: #169369;
    padding-bottom: 0px;
    border-bottom: 1.5px #169369 solid;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 15px;
}

.link-green a:after {
    content: "";
    background: url(./assets/icons/arrow-link.svg) !important;
    background-repeat: no-repeat;
    width: 29px;
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
    display: block !important;
}

.green-btn a, button.green-btn, .black-btn a, .white-btn a {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 21px;
    color: #FFFFFF;
    background: #169369;
    border: 1px solid #FFFFFF;
    padding: 12px 35px;
    transition: all 0.3s ease-in-out;
}

.black-btn a {
    color: #FFFFFF;
    background: #000000;
    border: 1px solid #000000;
}

.white-btn a {
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

button.green-btn:hover{
    color: black;
}
.black-btn a:hover {
    color: #FFFFFF;
}

.filters-btn button{
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2em;
    background: #FFFFFF;
    color: #169369;
    border: 2px solid #169369;
    border-radius: 14px;
    padding: 14px 30px;
    transition: all 0.3s ease-in-out;
}

.filters-btn button:hover,
.filters-btn button.active{
    background: #169369;
    color: #FFFFFF;
}

button:focus{
    outline: 0 !important;
}

.first-row {
    display: flex;
    align-items: center;
    column-gap: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 160px;
}

.section-row {
    margin-top: 200px;
    padding-left: 70px;
    padding-right: 70px;
}

.section-row-sm {
    display: flex;
    align-items: center;
    column-gap: 70px;
    padding-left: 85px;
    padding-right: 85px;
    justify-content: center;
}

.section-row-2 {
    display: flex;
    align-items: center;
    column-gap: 70px;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
}

.section-row-3 {
    display: flex;
    align-items: center;
    column-gap: 130px;
    padding-left: 213px;
    padding-right: 213px;
    justify-content: center;
}


.green-row {
    margin-top: 150px;
    padding-top: 90px;
    padding-bottom: 90Px;
}

.yellow-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 120px;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 90px;
    padding-bottom: 70px;
    background: #FAF6F2;
}

.green-row-btn > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

/* Header */
header > .container-xl {
    padding-left: 65px !important;
    padding-right: 65px !important;
    padding: 0;
    max-width: 100%;
}

header > .container-xl > .navbar {
    height: 170px;
    position: relative;
}

.pix-header-desktop .slide-in-container{
    position: absolute !important;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.pix-header-desktop .navbar-nav{
    gap: 10px;
}

.pix-header-mobile > .container {
    max-width: 100%;
    padding: 0 30px;
}

a.pix-nav-link.nav-link > span{
    font-family: 'Outfit';
    font-weight: 300 !important;
    font-size: 21px !important;
    line-height: 30px;
    color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(22 148 105) !important;
}

.hamburger-box .bg-dark-opacity-4 {
    background-color: rgb(22 147 105) !important;
}


/* Footer */
.footer-row {
    padding-right: 10%;
    padding-left: 15%;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 150px;
}

.footer-titles {
    margin-bottom: 20px !important;
}

.footer-titles p {
    text-align: left;
    font-family: 'Playfair Display';
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 400 !important;
    font-size: 23px !important;
    color: #000000;
}

.footer-links {
    margin-bottom: -5px !important;
}

.footer-row a,
.footer-row p{
    font-weight: 300;
    font-size: 18px;
    color: black !important;
}

.social-icons > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}


.footer-credit {
    margin: 25px 0 !important;
}


/* Home Page */
div.home-banner {
    border-radius: 15px 15px 0px 0px;
    height: 85vh;
    overflow: hidden !important;
}

.home-banner > div > .vc_column-inner {
    padding: 0;
}

.home-banner > div > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    height: 85vh;
}

.home-banner .home-banner-text {
    position: absolute;
}

div.page-banner {
    height: 70vh;
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden !important;
}

.page-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
}

div.banner-title {
    margin-bottom: 0;
}

.home-banner-section div.banner-title {
    margin-bottom: 70px;
}

.banner-title h1 {
    color: #FFFFFF !important;
}

.media.pix_numbers.d-flex.animate-math {
    flex-direction: column;
    row-gap: 5px;
}

.banner-data .pix_numbers h5 {
    font-family: 'Playfair Display' !important;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 400 !important;
    font-size: 52px !important;
    width: max-content;
}

.banner-data .pix_numbers h6 {
    font-family: 'Outfit' !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    color: black !important;
}

.banner-data .pix_numbers span {
    font-weight: 400 !important;
}


.banner-data-rang {
    padding: 40px 100px;
}

.banner-data > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 6%;
}

.banner-data-separator {
    border-width: 1px;
    border-style: solid;
    color: #000000;
    display: inline-block;
    margin-bottom: 0 !important;
    height: 120px;
    vertical-align: middle;
}

.home-approches-cards > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    margin-right: 50px;
}

.home-steps-section {
    display: flex;
    align-items: center;
}

.approche-1 {
    grid-area: 1 / 1 / 1 / 2;
}

.approche-2 {
    grid-area: 1 / 2 / 2 / 3;
    position: absolute;
    top: -80px;
}

.approche-3 {
    grid-area: 1 / 3 / 3 / 4;
}

.home-list-title {
    margin-bottom: 0 !important;
}

.home-list-title p {
    font-weight: 400;
    font-size: 30px;
    color: #000000 !important;
}

.home-investir-section .owl-nav button{
    top: 50%;
    transform: translateY(-50%);
}

.home-investir-section .owl-prev,
.home-realisation-section .owl-prev{
    left: -70px;
}
.home-investir-section .owl-next,
.home-realisation-section .owl-next{
    right: -70px;
}

.home-sur-mesure .image img{
    border-radius: 15px;
    height: 580px;
    object-fit: cover;
    width: 300px;
}

.villes, .realisations {
    padding-top: 30px;
}

.realisations {
    padding-bottom: 50px;
}

.ville-card-title {
    text-align: center;
    margin-top: 13px;
    color: #000000;
}

.realisation-card-image {
    width: 100%;
    height: 390px !important;
}

.step-image img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 80vh;
    width: 100%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

.realisation-card-title {
    margin-top: 13px;
    color: #000000;
}

.realisation-card-data {
    display: flex;
    column-gap: 30px;
    row-gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.realisation-card-data-txt {
    font-size: 13px;
    line-height: 1em;
    width: max-content;
    margin-bottom: 0;
}

.realisation-card-data-txt:after {
    content: "";
    height: 23px;
    width: 1px;
}

.realisations-trait {
    height: 23px;
    width: 1px;
    background: #717171;
}

.owl-prev {
    background: url(./assets/icons/left-arrow.svg) !important;
    background-repeat: repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 32%;
    left: -8%;
    outline: none !important;
    display: flex !important;
}

.owl-next {
    background: url(./assets/icons/right-arrow.svg) !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 32%;
    right: -8%;
    outline: none !important;
    display: flex !important;
}

.owl-nav button span {
    display: none;
}

.realisation-card-data .realisation-card-data-txt:nth-child(2) {

}


/* a propos page */

.a-propos-banner .image img{
    border-radius: 15px;
    height: 66vh;
    width: 90%;
    object-fit: cover;
}

.approche-cards > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.approche-cards .single-card {
    width: 33%;
}

.approche-cards .approche-img * {
    width: 100%;
}

.approche-cards .single-card img{
    height: 280px;
    object-fit: cover;
}



.approche-img {
    margin-bottom: 0px !important;
}

.approche-titre-2 {
    margin-top: 150px;
    margin-bottom: 100px !important;
}

.approche-card {
    border: 1px solid #169369;
    border-top: 0;
    padding: 20px 25px;
    min-height: 570px !important;
    max-width: fit-content;
    overflow: hidden;
}

.approche-card-number {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

.approche-card-title {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 24px;
    color: #169369;
}

.approche-card ul {
    margin-top: 23px;
}

.approche-card li {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #717171;
    margin-bottom: 25px;
}

.approche-card-title:before {
    content: " ";
    background: #169369;
    width: 8px;
    height: 30px;
    display: inline-flex;
    position: absolute;
    left: -25px;
}

.partners-section > .vc_column-inner > .wpb_wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 60px;
}

.partners-section-title {
    grid-column: 1 / 3;
    grid-row: 1;
}

.bank-partners > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 15px;
    align-items: center;
}

.bank-partners .logo {
    width: fit-content;
}

.partners-title {
    grid-column: 1 / 4;
    grid-row: 1;
    margin-bottom: 15px !important;
}

.partners-title p {
    display: flex;
    gap: 20px;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    align-items: center;
}

.bank.partners-title p:before {
    content: " ";
    background: url('./assets/icons/bank-icon.svg');
    width: 76px;
    height: 76px;
}

.agency.partners-title p:before {
    content: " ";
    background: url('./assets/icons/agency-icon.svg');
    width: 76px;
    height: 76px;
}

.notary.partners-title p:before {
    content: " ";
    background: url('./assets/icons/notary-icon.svg');
    width: 76px;
    height: 76px;
}

.others.partners-title p:before {
    content: " ";
    background: url('./assets/icons/others-icon.svg');
    width: 76px;
    height: 76px;
}

/* Notre offre page */

.offre-first-row {
    margin-top: 130px;
    margin-bottom: 170px;
}

.offre-first-row .image img{
    border-radius: 15px;
    height: 390px;
    object-fit: cover;
    width: 100%;
}

.steps-section {
    display: flex;
    column-gap: 35px;
    flex-direction: row;
    align-items: center;
}

.step-select {
    display: flex;
    flex: 1;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 34px;
    cursor: pointer;
}

.step-block {
    display: flex;
    flex: 5;
    align-items: center;
    background: #FAF6F2;
    border-radius: 15px;
    scroll-margin: 60px;
}

.step-image {
    flex: 2.3;
}

.step-image img {
    border-radius: 15px 0 0 15px !important;
}

.step-content {
    flex: 2.7;
    padding: 60px 50px;
}

p.step-content-title {
    font-weight: 400;
    font-size: 30px;
    color: #169369;
    max-width: 420px;
    margin: auto;
    margin-bottom: 0px;
}

.step-content h2 {
    margin: auto;
    margin-bottom: 30px;
    font-size: 65px !important;
    line-height: 1.1em !important;
    max-width: 420px;
}

.step-content p {
    font-size: 18px;
    line-height: 28px;
}

.step-title {
    font-size: 22px;
    line-height: 30px;
    color: #CCCCCC;
    transition: all 0.1s ease-in-out;
}

.step-title.active-step {
    color: black;
    font-weight: 400;
}

.step-select-nb {
    width: 50px;
    height: 50px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #169369;
    background: transparent;
    border: 1px solid #169369;
    border-radius: 30px;
    margin-bottom: 0px;
    transition: all 0.1s ease-in-out;
}

.step-select-nb.active-step {
    color: white;
    background: #169369;
}

.step-select-block {
    flex: 2;
}


.step-select-block .step-select:last-child .step-select-nb:after {
    width: 0px;
}

.step-select-nb:after {
    content: " ";
    background: url(./assets/icons/step-separator.svg) !important;
    width: 2px;
    height: 28px;
    display: block;
    position: absolute;
    margin-top: 10px;
    left: 25px;
}

.step-content {
    display: none;
}

.step-image {
    display: none;
}


/* Ville page */
.ville-single-header {
    padding-left: 65px;
    padding-right: 65px;
}

.ville-single-header-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ville-single-header-title-image {
    width: 100%;
}

.ville-single-header-title-image img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
    border-radius: 15px 15px 0px 0px;
}

.ville-single-header-title-content {
    position: absolute;
}

.ville-single-header-datas {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 60px;
    background-color: #faf6f2 !important;
    text-align: center;
}

.ville-single-header-datas .banner-data-separator:last-child {
    display: none;
}

.ville-single-header-datas-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    max-width: 305px;
}


.ville-single-section1 {
    margin-top: 150px;
}

.ville-single-section1 .ville-single-section1-texte {
    width: 44%;
}

.ville-single-section1 .ville-single-section1-images {
    display: flex;
    gap: 40px;
    width: 56%;
}

.ville-single-section1-images img {
    object-fit: cover;
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 15px;
}

.ville-single-section1-images .image {
    flex: 1;
}

.ville-single-section1-images .image1 {
    margin-top: 80px;
}


.ville-single-section2 {
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-left: 135px;
    padding-right: 135px;
}

.ville-single-section2 .ville-single-section2-bloc {
    width: 100%;
    display: flex;
    gap: 140px;
    align-items: center;
}

.ville-single-section2 .image {
    width: 55%;
}

.ville-single-section2 .image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}

.ville-single-section2 .texte {
    width: 45%;
}

.ville-single h2 {
    margin-bottom: 30px;
}


/* Nos réalisations page */
.nos-realisations-banner-section {
    padding-top: 60px;
}

.nos-realisations-banner-section .nos-realisations-banner {
    display: flex;
    align-items: center;
    gap: 160px;
    margin-bottom: 110px;
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.nos-realisations-banner::after,
.nos-realisations-banner::before {
    display: none !important;
}

.nos-realisations-banner-section .nos-realisations-texte {
    width: 44%;
}

.nos-realisations-banner-section .nos-realisations-texte h1 {
    color: black !important;
}

.nos-realisations-banner-section .banner-title {
    margin-bottom: 30px;
}


.nos-realisations-banner-section .nos-realisations-images {
    width: 56%;
}

.nos-realisations-banner-section .nos-realisations-images > div {
    padding: 0 !important;
}

.nos-realisations-banner-section .nos-realisations-images > div > div {
    display: flex;
    gap: 40px;
}


.nos-realisations-banner-section .nos-realisations-images > div > div img{
	border-radius: 15px;	
}

.nos-realisations-banner-section .image {
    width: 50%;
    margin-bottom: 0 !important;
}

.nos-realisations-banner-section .image * {
    width: 100%;
}

.nos-realisations-banner-section .image2 {
    margin-top: 80px;
}

.nos-realisations-banner-section .image img {
    object-fit: cover;
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 15px;
}


section.section-realisations-slider.section-row.vc_section.vc_section_visible {
    padding-left: 178px;
    padding-right: 178px;
}

.nos-realisations .realisation-card {
    display: flex;
    align-items: center;
    gap: 55px;
}

.nos-realisations .realisation-card-image {
    width: 58%;
    height: 600px !important;
}

.nos-realisations .realisation-card-content {
    width: 42%;
}

.nos-realisations .realisation-card-content .green-btn{
    display: flex;
}


.nos-realisations .realisation-card-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.nos-realisations .realisation-card-data-txt {
    font-size: 18px;
}

.nos-realisations .realisation-card-texte-txt {
    margin-bottom: 50px;
}

.nos-realisations .owl-prev,
.nos-realisations .owl-next {
    top: 50%;
    transform: translateY(-50%);
}



/* Realisation single page */
.realisation-single-header-section h1.realisation-card-title{
    color: black;
}

.realisation-single-header-section{
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 60px;
}

.realisation-single-header{
    display: flex;
    align-items: center;
    gap: 140px;
    margin-bottom: 110px;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.realisation-single-header-image{
    width: 55%;
}

.realisation-single-header-image img{
    width: 100%;
    height: 600px !important;
    overflow: hidden;
}

.realisation-single-header .realisation-single-header-text{
    width: 45%;
}

.realisation-single-header-text .realisation-card-title{
    margin-bottom: 30px;
    margin-top: 0;
}

.realisation-single-header-text .realisation-card-data-txt{
    font-size: 18px;
}

.realisation-single-header-text .realisation-card-texte-txt{
    margin-bottom: 0;
}

.realisation-single-header-text .texte-intro{
    margin-bottom: 0;
}

.realisation-single-header-datas {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 8%;
    background-color: #faf6f2 !important;
    text-align: center;
}

.realisation-single-section1{
    margin-top: 200px;
    margin-bottom: 200px;
}

section.realisation-single-section-content{
    width: 100%;
    display: flex;
    gap: 140px;
    align-items: center;
    padding-left: 135px;
    padding-right: 135px;
}

section.realisation-single-section-content .texte{
    width: 45%;
}

section.realisation-single-section-content h2{
    margin-bottom: 30px;
}

section.realisation-single-section-content .image{
    width: 55%;
}

section.realisation-single-section-content .image img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}


.realisation-single-en-images h2{
    margin-bottom: 36px;
}

.realisation-single-en-images {
    padding: 0 !important;
    margin-left: 70px;
    overflow: hidden;
}

.realisation-single-en-images .slider-en-image{
    width: 70%;
}

.slider-en-image .owl-stage-outer{
    overflow: visible !important;
}

.slider-en-image img{
    width: 100%;
    height: 435px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}

.slider-en-image .owl-nav{
    width: 100vw;
    position: absolute;
    top: -39px;
    transform: translateY(-100%);
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 50px;
    padding-right: 140px;
}

.slider-en-image .owl-nav button{
    top: 0;
    left: 0;
    position: relative;
}



.realisation-single-details-financiers{
    padding-right: 310px;
    padding-left: 310px;
}

.realisation-single-details-financiers h2{
    text-align: center;
    margin-bottom: 100px;
}

.realisation-single-details-financiers-datas{
    display: flex;
    justify-content: space-between;
    gap: 4%;
    margin-bottom: 185px;
}

.realisation-single-details-financiers-datas-box{
    padding: 28px 33px;
    background: #169369;
    display: flex;
    flex-direction: column;
    width: 33%;
}

.realisation-single-details-financiers-datas-box p:first-child{
    font-weight: 600;
}
.realisation-single-details-financiers-datas-box p:last-child{
    font-weight: 400;
}

.realisation-single-details-financiers-datas-box p{
    margin-bottom: 0;
}




.accordeon-details-bloc{
    width: 100%;
}

.accordeon-details-bloc-arrow{
    display: flex;
    gap: 113px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #717171;
}

.accordeon-details-bloc-arrow::after{
    content: "";
    background-image: url("assets/icons/arrow-black-realisation.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: 16px;
    height: 17px;
    transition: all 0.3s ease-in-out;
}
.accordeon-details-bloc-arrow.active::after{
    background-image: url("assets/icons/arrow-green-realisation.svg");
    transform: rotate(180deg);
}

.accordeon-details-bloc p{
    margin-bottom: 0;
}

button.accordeon-details-bloc-title{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    position: relative;
    padding: 0 0 28px;
    z-index: 10;

    text-align: left;
    background: none;
    border: none;
    outline: none;

    transition: 0.4s;
}

button.accordeon-details-bloc-title:focus{
    outline: none;
}

button.accordeon-details-bloc-title p{
    font-size: 30px;
    font-weight: 600;
    color: black;
}

button.accordeon-details-bloc-title.active p{
    color: #169369;
}

button.accordeon-details-bloc-title.active::after{

}

.accordeon-details-bloc-text{
    overflow: hidden;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    max-height: 0;
    transition: all 0.5s ease-in-out;
}

.accordeon-details-bloc-text p{

}

.accordeon-details-bloc-text.is-open{
    max-height: 1000px;
    padding: 20px 0 46px;
}

.accordeon-details-bloc-text-detail{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.section-green-custom{
    background-image: url(assets/images/green-banner.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Blog */
.page-banner.blog-banner{
    height: 35vh;
}

.section-blog-article_container{
    padding: 70px 15% 0 !important;
}

.section-blog-article .vc_column-inner{
    padding: 0 !important;
}

.alm-reveal{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 84px;
    margin-bottom: 70px;
}

ul.post-categories{
    padding: 0 !important;
}

ul.post-categories li::marker{
    color: white !important;
}

.section-blog-article .image{
    margin-bottom: 30px;
}

.section-blog-article img{
    object-fit: cover;
    height: 540px !important;
    width: 100%;
}

.section-blog-article p{
    margin-bottom: 0;
}

.section-blog-article ul{
    margin-bottom: 10px;
}

.post-categories a{
    color: #169369;
    pointer-events: none !important;
}

.section-blog-article h2.title{
    font-family: 'Outfit' !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    color: #000000 !important;
    line-height: 30px !important;
}

.alm-btn-wrap{
    margin-top: 120px;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
}

.alm-btn-wrap button.done{
    display: none;
}

div.bloc-filters-blog.title-filter-mobile{
    display: none;
}

div.bloc-filters-blog{
    margin-bottom: 70px;
}

.bloc-filters-blog > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.bloc-filters-blog p{
    font-size: 23px !important;
    font-weight: 400;
    color: black;
}

.alm-filter-nav{
    display: flex;
    gap: 18px;
}

section.slider-realisation-blog {
    margin-top: 200px;
}
section.slider-realisation-blog > div{
    margin-top: 0;
}


/* Single article */
.single_article{
    padding-top: 60px;
}
.single_article h1{
    text-align: center;
    color: black !important;
    max-width: 985px;
    margin: auto;
    margin-bottom: 100px;
}

.single_article .content-article,
.single_article .related-posts{
    padding: 0 16%;
}

.single_article .content-article {
    margin-bottom: 150px;
}

.single_article .content-article figure{
    width: 100%;
    margin: 50px 0;
}

.single_article .content-article img{
    height: 605px;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}



.single_article .related-posts-card{
    width: 33%;
}

.single_article .related-posts h2{
    text-align: center;
    margin-bottom: 100px;
}

.single_article .related-posts-bloc{
    display: flex;
    gap: 6%;
}

.single_article .related-posts img{
    height: 540px !important;
    width: 100%;
}

.single_article .related-posts h3 {
    font-family: 'Outfit' !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    color: #000000 !important;
    line-height: 30px !important;
}


/* Contact page */
.contact-banner {
    padding-top: 7vh;
}

.contact-row {
    max-width: 905px;
    margin: auto !important;
}

.contact-row h1 {
    color: black !important;
}

.pix-contact7-form {
    width: fit-content;
    margin: 0 auto !important;
}

.contact-heading {
    margin-bottom: 80px;
}

.pix-contact7-form .form-row {
    flex-direction: column;
}

.pix-contact7-form .form-group {
    display: flex;
    gap: 30px;
    width: 100%;
}

.pix-contact7-form label{
    width: 100%;
}

.pix-contact7-form .form-row .form-item {
    gap: 30px;
    display: flex;

    align-items: center;
    margin-top: 10px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #F3F3F3;
    box-shadow: none;
    border: 2px solid #F3F3F3;
    padding: 25px;
}

input.wpcf7-form-control:focus {
    border: 2px solid #169369 !important;
}

.pix-contact7-form .form-row-message label {
    width: 100%;
}

.pix-contact7-form .form-row-message {
    position: relative;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    background: #F3F3F3;
    box-shadow: none;
    height: 180px;
    resize: none;
    border: 2px solid #F3F3F3;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus {
    border: 2px solid #169369 !important;
}

.pix-contact7-form .button-submit-contact {
    display: flex;
    flex-direction: column;
    margin-top: 30px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #169369;
    width: 220px;
    height: 45px;
    border: navajowhite;
    color: white;
}

textarea.wpcf7-form-control::placeholder, input.wpcf7-form-control::placeholder {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #717171;
}

.contact-msg-banner {
    padding-top: 18vh;
    padding-bottom: 18vh;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.contact-confirmation-text {
    max-width: 700px;
    margin: auto !important;
}

/* Legal mentions Page*/
.ml-banner {
    height: 36vh;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.ml-banner > div > div > div >div.wpb_text_column{
    margin-bottom: 0;
}

.mentions-row {
    margin: auto !important;
    margin-top: 150px !important;
    max-width: 1030px;
}

.mentions-row h2 {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

.mentions-content p {
    color: #000000 !important;
}

.mentions-content .vc_column-inner {
    padding: 0 !important;
}

/* ERROR 404 Page*/
.page-404-banner {
    height: 78vh;
    padding-top: 20vh;
    border-radius: 15px;
}

.error-text p {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}