/*
 Theme Name:     Divi Child
 Theme URI:      https://votresite.com
 Description:    Thème enfant pour Divi
 Author:         Votre nom
 Author URI:     https://votresite.com
 Template:       Divi
 Version:        1.0.0
*/

/* Vous pouvez ajouter vos styles personnalisés ici */
.et_pb_button_0:after {
    display: none !important;
    content: none !important;
}

:root {
    --text-main: #242E7C;
}

body {
    color: var(--text-main);
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Bold.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Regular.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Medium.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Light.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/BricolageGrotesque-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body .content-divi {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}

body .content-divi h1,
body .content-divi h2,
body .content-divi h3,
body .content-divi p {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}

/* #wpadminbar *{
    font-family: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif', sans-serif !important;
} */


a.btn::after {
    display: none !important;
    content: none !important;
}

.et_pb_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
    padding: 2px 24px 2px 24px !important;
}

main:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    clear: both;
    background-color: #24232379;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 100%;
}

main.opaque:after {
    opacity: 1;
}

.btn {
    font-weight: 900 !important;
    border-radius: 29px;
    background-color: #242E7C !important;
    color: #A9CFC3 !important;
    border: none;
    outline: none;
    line-height: 1.2 !important;
    font-size: 19px;
    padding: 2px 24px 2px 24px !important;
    border: solid 2px #242E7C !important;
}

.btn:hover {
    padding: 2px 24px 2px 24px !important;
    background-color: #A9CFC3 !important;
    color: #242E7C !important;
    border: solid 2px #242E7C !important;
}

.btn.pink {
    color: #EDD1D9 !important;
}

.btn.pink:hover {
    color: #242E7C !important;
    background-color: #EDD1D9 !important;
}

.btn.white {
    color: white !important;
}

.btn.white:hover {
    color: #242E7C !important;
    background-color: white !important;
}



.content-divi h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
}

.content-divi h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
}

.content-divi h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

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

    .content-divi h2,
    .content-divi h1 {
        font-size: 50px;
        line-height: 82%;
    }

}

@media screen and (min-width: 1480px) {
    .content-divi h3 {
        font-size: 35px;
        line-height: 1.1em;
    }

    .content-divi h2,
    .content-divi h1 {
        font-size: 80px;
    }
}

.content-divi p {
    font-weight: 500;
    line-height: inherit;
}

.content-divi p strong {
    font-weight: 900;
}

.content-divi ul {
    margin-left: 20px;
}

.content-divi li {
    list-style: disc;
    margin: 10px 0px;
}

/* .ctaHome p {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Bricolage grotesque', sans-serif;
    line-height: 20px;
} */


.little-grey-text p {
    /* font-size: 14px; */
    font-weight: 500;
    /* font-family: 'Bricolage grotesque', sans-serif; */
    font-family: 'Bricolage', Helvetica, Arial, Lucida, sans-serif;

    line-height: normal;
}

.big-description-title p {
    /* font-family: 'Bricolage grotesque', sans-serif; */
    font-family: 'Bricolage', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    /* font-size: 35px; */
}

.centered-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
}

.centered-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #E3E3E3;
    pointer-events: none;
    mix-blend-mode: multiply;
    filter: blur(5px);
}

.centered-section::before {
    content: "";
    width: 100%;
    height: 314px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, #000 4%, #FFF 100%);
}



#header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    /* background-color: wheat; */
    z-index: 3;
}

#header::before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, #242323a9 0%, #24232300 100%);
    /* mix-blend-mode: multiply; */
}

.header-menu {
    width: fit-content;
}

#header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1776px;
    margin: 0 auto;
    padding: 34px 20px 14px 20px;
    width: 100%;
}

.logo-header-big {
    height: 86px;
    width: auto;
    object-fit: contain;
}

@media screen and (min-width: 820px) {
    #header .header-container {
        padding: 54px 78px;
        margin: 0px auto !important;
        align-items: flex-start;
    }

    #cross-btn {
        margin-top: 5px;
    }

    .logo-header-big {
        height: 100px;
        width: auto;
        object-fit: contain;
    }

    #header::before {
        height: 215px;
    }
}

.no-scroll {
    overflow: auto;
}

/* #cross-btn {
    position: relative;
    z-index: 30;
    cursor: pointer;
    height: 46px;
    width: 46px;
}

#cross-btn::before,
#cross-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 2px;
    background-color: white;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

#cross-btn::before {
    top: 35%;
}

#cross-btn::after {
    top: 65%;
}

#cross-btn.active::before {
    background-color: #242E7C;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#cross-btn.active::after {
    background-color: #242E7C;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
} */

#cross-btn {
    position: relative;
    z-index: 30;
    cursor: pointer;
    height: 46px;
    width: 46px;
}

#cross-btn .bar {
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: white;
    left: 0;
    transition: all 0.3s ease-in-out;
}

#cross-btn .top {
    top: 10px;
}

#cross-btn .middle {
    top: 22px;
}

#cross-btn .bottom {
    top: 34px;
}

#cross-btn.active .top {
    transform: rotate(45deg);
    top: 22px;
}

#cross-btn.active .middle {
    opacity: 0;
}

#cross-btn.active .bottom {
    transform: rotate(-45deg);
    top: 22px;
}


.menu-fullscreen {
    background-color: #A9CFC3;
    height: 100vh;
    width: 100%;
    padding: 150px 0px 60px;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    /* transition: opacity 0.3s ease-in-out; */
    transition: all 0.3s ease-in-out;
}

.container-menu-fullscreen {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 1520px;
    margin: 0px auto;
    /* margin-top: 230px; */
    gap: 80px;
    padding: 0px 40px;
    box-sizing: border-box;
}



.thumbnail-preview-container {
    position: relative;
    max-width: 480px;
    margin-left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.menu-thumb {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 480px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    opacity: 0;
    object-fit: cover;
    transition: all .6s ease-in-out;
    pointer-events: none;
}

.menu-thumb.active {
    opacity: 1;
    z-index: 1;
}



.container-menu-fullscreen-left {
    width: 100%;
    max-width: 700px;
}

.container-menu-fullscreen-right {
    width: 100%;
    max-width: 700px;
}

.container-menu-fullscreen-right #menu-menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.container-menu-fullscreen-right #menu-menu-header a {
    color: #242E7C !important;
    /* font-family: 'Bricolage grotesque', sans-serif; */
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 30px;
}

.container-menu-fullscreen-right #menu-menu-header a::before {
    content: "";
    background-image: url('./img/arrow-menu-header.svg');
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease-in-out;

}

@media screen and (max-width: 1024px) {
    .container-menu-fullscreen-left {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .container-menu-fullscreen-right #menu-menu-header a {
        font-size: 32px;
        padding-left: 46px;
    }

    .container-menu-fullscreen-right #menu-menu-header a::before {
        width: 26px;
        height: 26px;
    }

}

@media screen and (min-width: 1024px) {
    .container-menu-fullscreen {
        flex-direction: row;
        margin-top: unset;
        align-items: center;
        justify-content: center;
    }

    .menu-fullscreen {
        background-color: #A9CFC3;
        height: 100vh;
        width: 100%;
        padding: 0px;
        opacity: 0;
    }

    .container-menu-fullscreen-left {
        width: 50%;
        max-width: unset;
    }

    .container-menu-fullscreen-right {
        width: 50%;
        max-width: unset;
    }
}



.container-menu-fullscreen-right #menu-menu-header .is-hovered a::before {
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 1441px) {
    .container-menu-fullscreen-right #menu-menu-header a {
        font-size: 40px;
        padding-left: 60px;
    }

    .container-menu-fullscreen-right #menu-menu-header a::before {
        width: 32px;
        height: 32px;
    }

    .thumbnail-preview-container {
        max-width: 700px;
    }

    .menu-thumb {
        max-width: 700px;
    }
}

@media screen and (min-width: 1480px) {
    .container-menu-fullscreen-right #menu-menu-header a {
        font-size: 48px;
        padding-left: 66px;
    }

    .container-menu-fullscreen-right #menu-menu-header a::before {
        width: 36px;
        height: 36px;
    }
}


.menu-fullscreen.active {
    pointer-events: initial;
    opacity: 1;
    visibility: visible;
}

#footer {
    padding-top: 54px;
    padding-bottom: 24px;
}


#footer .footer-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    width: 100%;
    max-width: 1760px;
    padding-left: 20px;
    margin: 0px auto 72px;
}

#footer .footer-top .footer-top-title {
    font-size: 25px;
    font-family: 'Bricolage grotesque', sans-serif;
    font-weight: 700;
    color: #242E7C;
}

#footer .footer-top .footer-top-separator {
    height: 9px;
    width: 48px;
    background-color: #242E7C;
}

#footer .container-middle {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1180px;
    gap: 32px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
}

.footer-column-mh {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 830px) {
    #footer .container-middle {
        justify-content: space-evenly;
    }

}

@media screen and (min-width: 1258px) {
    #footer .container {
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-column-mh {
        min-height: 289px;
    }
}

.footer-column-logo {
    height: 100px;
    width: auto;
    object-fit: contain;
    margin-bottom: 32px;
}

.footer-column-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.footer-column-social a {
    opacity: 0.4;
    transition-property: opacity;
    transition-duration: .2s;
}

.footer-column-social a:hover {
    opacity: 1;
}

.footer-column-title .item-title {
    /* font-family: 'Bricolage grotesque', sans-serif; */
    font-family: 'Bricolage', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #242E7C;
}

.footer-column-title .footer-column-title-separator {
    width: 30px;
    height: 3px;
    background-color: #242E7C;
    margin: 16px 0px 32px 0px;
}

.footer-menu-list {
    margin-left: 20px;
}

.footer-menu-list li {
    margin-bottom: 8px;
    list-style: disc;
}

.footer-menu-list li a {
    /* font-family: 'Bricolage grotesque', sans-serif; */
    font-weight: 500;
    font-size: 19px;
    color: #242E7C !important;
    margin-bottom: 8px;
}

#footer .footer-bottom {
    margin-top: 72px;
}

#footer .container-bottom {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 660px;
    gap: 32px;
}

#footer #menu-menu-footer-global {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

#footer #menu-menu-footer-global li a {
    font-family: 'Bricolage grotesque', sans-serif;
    font-weight: 100;
    line-height: 25px;
    font-size: 18px;
    color: #242E7C;
    text-align: center;
    position: relative;
}

#footer #menu-menu-footer-global li a::after {
    content: "•";
    margin: 0 0.5rem;
    color: #242E7C;
}

#footer #menu-menu-footer-global li:last-child a::after {
    content: none;
}

#sliderFullTitle {
    position: relative;
}

#sliderFullTitle .et_pb_slide {
    position: relative;
}

/* #sliderFullTitle .et_pb_slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-color: #E3E3E3;
    z-index: 1;
} */

#sliderFullTitle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-color: #c1b9b9;
    z-index: 2;
}


#sliderFullTitleContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 3;
}

#sliderFullTitleContent .et_pb_fullwidth_header_container.center .header-content {
    width: 100% !important;
    padding: 0px 20px !important;
    max-width: 870px !important;
}

#sliderFullTitleContent .et_pb_fullwidth_header_container.center {
    width: 100% !important;
    margin: auto !important;
    max-width: 870px !important;
    padding: 0px !important;
}

/* #sliderFullTitleContent .header-content{
    margin: 0!important;
    width: 100%;
} */

/* .et_pb_text.et_pb_bg_layout_dark h1,
.et_pb_text.et_pb_bg_layout_dark h2,
.et_pb_text.et_pb_bg_layout_dark h3{
    color: white!important;
}

.et_pb_text.et_pb_bg_layout_light h1,
.et_pb_text.et_pb_bg_layout_light h2,
.et_pb_text.et_pb_bg_layout_light h3{
    color: #242E7C!important;
} */

.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3 {
    color: white !important;
}

.et_pb_bg_layout_light h1,
.et_pb_bg_layout_light h2,
.et_pb_bg_layout_light h3 {
    color: #242E7C !important;
}

.parent-card-mission {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.parent-card-mission:nth-child(3n) {
    margin-top: -60px;
}

.card-mission {
    background-color: #EDD1D9;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    width: 100% !important;
    /* min-height: 635px; */
    min-width: 340px;
    max-width: 420px;
}

@media screen and (min-width: 1375px) {
    .card-mission:nth-child(2n) {
        margin-top: 140px;
    }

    .parent-card-mission {
        align-items: flex-start;
    }

    .card-mission {
        min-height: 635px;
    }

    .parent-card-mission:nth-child(3n) {
        margin-top: -190px;
    }
}

.card-mission img {
    object-fit: cover;
    min-height: 335px;
    height: 335px;
}

.large-image-left-right {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.large-image-left-right .et_pb_column .et_pb_with_border {
    height: 100%;
}

.large-image-left-right .et_pb_column .et_pb_with_border span {
    height: 100%;
}

.large-image-left-right .et_pb_column .et_pb_with_border span img {
    object-fit: cover;
    height: 100%;
}

.parent-card-apporte {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.card-apporte-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card-apporte {
    background-color: #EDD1D9;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    width: 100% !important;
    /* min-height: 635px; */
    min-width: 340px;
    max-width: 420px;
}

.card-apporte h2,
.card-apporte h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 48px;
}

.card-apporte h2::before,
.card-apporte h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 28px;
    height: 5px;
    background-color: #242E7C;
}

@media screen and (min-width: 940px) {
    .card-apporte-two {
        justify-content: flex-start;
    }

    .card-apporte {
        min-width: 420px;
    }

    .parent-card-apporte {
        flex-direction: row;
    }

    .card-apporte-two:nth-child(2n) {
        margin-top: 135px;
    }
}

.parent-card-promesse {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.card-promesse {
    display: flex;
    justify-content: center;
    padding: 40px 20px 45px 20px;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    max-width: 348px;
    width: 100% !important;
    min-height: 300px;
}

@media screen and (min-width: 1250px) {
    .card-promesse {
        max-width: 275px;
    }
}

.parent-card-promesse::after {
    display: none !important;
    content: none !important;
}

/* .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpcf7-form .form-row.two-cols {
    display: flex;
    flex-direction: row;
    gap: 20px;
} */

.form-row {
    margin-bottom: 1.5em;
}

.two-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.two-cols .form-group {
    width: 100%;
}

@media (min-width: 768px) {
    .two-cols .form-group {
        width: calc(50% - 10px);
    }
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #232c7b;
    font-weight: 500;
    font-size: 19px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    background: #EFEFEF;
    border: none;
    padding: 14px 12px;
    font-size: 18px;
    border-radius: 0;
}

textarea {
    min-height: 190px;
    resize: none;
}

.wpcf7-submit {
    font-weight: 900 !important;
    border-radius: 29px;
    background-color: #242E7C !important;
    color: white !important;
    border: none;
    outline: none;
    font-size: 19px;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    padding: 2px 44px 2px 44px !important;
    border: solid 2px #242E7C !important;
}

.wpcf7-submit:hover {
    padding: 2px 44px 2px 44px !important;
    background-color: white !important;
    color: #242E7C !important;
    border: solid 2px #242E7C !important;
}

.wpcf7-response-output {
    border: solid 2px #242E7C !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.MediaTile__overlay div * {
    opacity: 0;
}

.tg-grid-wrapper {
    width: 100% ! important;
    left: 0 !important;
    margin: auto ! important;
    max-width: 1760px ! important;
}

.tg-filters-holder {
    margin-bottom: 30px !important;
}

.tg-filters-holder .tg-filter {
    margin-bottom: 0px !important;
}

.tg-filters-holder .tg-filter span {
    font-weight: 900 !important;
    font-size: 22px !important;
    color: #242E7C !important;
    padding-left: 5px ! important;
    padding-right: 5px ! important;
    transition: color 0.3s ease-in-out;
}

.tg-filters-holder .tg-filter span:hover {
    color: #a9cfc3 !important;
}


.tg-filters-holder .tg-filter.tg-filter-active span {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 2px !important;
}

.tg-filters-holder .tg-filter:not(:last-child)::after {
    content: " /";
    color: inherit;
    font-weight: 900 !important;
    font-size: 22px !important;
    color: #242E7C !important;
}

@media screen and (min-width: 981px) {
    .tg-filters-holder .tg-filter span {
        font-size: 30px !important;
    }

    .tg-filters-holder .tg-filter:not(:last-child)::after {
        font-size: 30px !important;
    }
}

/* .tg-filters-holder .tg-filter {
    display: inline-block;

} */

.tg-ajax-scroll-holder {
    display: none !important;
}

.custom-newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #e5e5e5;
    gap: 20px;
    box-sizing: border-box;
    max-width: 700px;
}


@media screen and (min-width: 1160px) {
    .custom-newsletter-form {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

}

.custom-newsletter-form input[type=email] {
    flex: 1;
    border: 0;
    border-bottom: 1px solid #666;
    background: 0 0;
    color: #000;
    font-size: 20px;
    padding: 10px 0px 15px 40px;
    outline: 0;
    font-family: inherit
}

.custom-newsletter-form input[type=email]:focus {
    outline: 0;
    background: 0 0;
    box-shadow: 0 0 0 1000px #e5e5e5 inset !important
}

.custom-newsletter-form input[type=email]::placeholder {
    color: #999;
    font-size: 22px;
    font-weight: 500;
    text-align: left
}

.custom-newsletter-form .sib-default-btn {
    background: 0 0;
    border: 0;
    color: #252f83;
    font-weight: 700;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    text-transform: lowercase;
    transition: color 0.3s ease-in-out;
}

.custom-newsletter-form .sib-default-btn:hover {
    text-decoration: none;
    /* color: #a9cfc3; */
}

.parent-card-fonctionnement {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.card-fonctionnement {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 58px 32px;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    max-width: 420px;
    width: 100% !important;
    min-height: 320px;
}


.parent-card-fonctionnement::after {
    display: none !important;
    content: none !important;
}

.large-image-left-right .et-pb-arrow-prev {
    top: unset;
    position: absolute;
    left: 0px;
    opacity: 1;
}

.large-image-left-right .et-pb-arrow-next {
    top: unset;
    opacity: 1;
    position: absolute;
    right: 0px;
}

/* .large-image-left-right .et-pb-controllers {
    bottom: 20px;
} */

.large-image-left-right .et-pb-slider-arrows {
    width: 200px;
    height: 48px;
    margin: 30px auto 0px;
    position: relative;
}

.large-image-left-right .et-pb-controllers {
    position: relative;
    bottom: 50px ! important;
}



.large-image-left-right .et_pb_slider {
    overflow: visible !important;
}

.large-image-left-right .et_pb_slide {
    border-radius: 25px;
}



#arrow-menu-section {
    display: flex;
}


#arrow-menu-section .et_pb_button {
    all: unset;
    color: #242E7C !important;
    font-weight: 700;
    cursor: pointer;
    font-size: 38px;
    line-height: 1.2 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px !important;
    padding-right: 0px !important;
}





@media screen and (min-width: 768px) {
    #arrow-menu-section .et_pb_button {
        font-size: 40px;
        padding-left: 56px !important;
        margin: 0 auto;
    }
}


#arrow-menu-section .et_pb_button::before {
    content: "";
    background-image: url('./img/arrow-menu-header.svg');
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    z-index: 20;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* transform: translateY(-50%) rotate(0); */
    transition: transform 0.3s ease-in-out;
    opacity: 1;
    margin-right: 10px;

}

#arrow-menu-section .et_pb_button:hover::before {
    transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
    #arrow-menu-section .et_pb_button {
        font-size: 70px;
    }

    #arrow-menu-section .et_pb_button::before {
        width: 37px;
        height: 37px;
        margin-right: 15px;
    }

}

@media screen and (min-width: 1624px) {
    #arrow-menu-section .et_pb_button {
        font-size: 80px;
    }
}



.parent-card-people {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}

.card-people {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    max-width: 380px;
    width: 100% !important;
    min-height: 300px;
}

.card-people img {
    object-fit: cover;
    border-radius: 25px;
}

@media screen and (max-width: 768px) {
    .card-people img {
        border-radius: 25px;
        max-width: 260px !important;
        max-height: 280px !important;
    }
}

@media screen and (max-width: 1335px) {
    .logo-cap-card {
        display: none;
    }
}


/* .tg-layout-masonry:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -50px;
    width: 100%;
    height: 650px;
    transition: all 0.7s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    padding-top: 0px ! important;
    z-index: 1;
} */



.side-buttons-social {
    position: fixed;
    right: 0px;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    visibility: visible;
}

@media screen and (max-width: 981px) {
    .side-buttons-social {
        display: none;
        pointer-events: none;
        visibility: hidden;
    }
}

.side-buttons-social.scrolled {
    opacity: 1;
}

.side-buttons-social .buttons-social-element {
    background: white;
    /* height: 85px; */
    border-radius: 100px 0px 0px 100px;
    padding-left: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: -82px;
    transition: margin-right 0.2s ease-in-out;
}

.side-buttons-social .buttons-social-element:hover {
    margin-right: 0px;
}

.side-buttons-social .buttons-social-element .logo-social-element-container {
    width: 68px;
    height: 60px;
}

.side-buttons-social .buttons-social-element .logo-social-element {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* .side-buttons-social .buttons-social-element .arrow-social-elements {
    margin-left: 8px;
} */

.side-buttons-social .buttons-social-element .link-social-elements {
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
    flex-flow: wrap;
    gap: 6px;
    width: 60px;
}

.side-buttons-social .buttons-social-element .link-social-elements a {
    display: contents;
}

.side-buttons-social .buttons-social-element .link-social-elements a img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    opacity: 0.4;
    transition-property: opacity;
    transition-duration: .2s;
}

.side-buttons-social .buttons-social-element .link-social-elements a:hover img {
    opacity: 1;
}

.et_pb_row:after,
.et_pb_row_inner:after {
    width: 1000px !important;
}

@media screen and (min-width: 1024px) {
    #map-contact iframe {
        height: 928px !important;
    }
}