

/* About us banner CSS */

.about-us-banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.about-us-text {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.58px;
    text-align: left;
    color: #3F3F40;
}

.about-us-p {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #2A2D2E;
}

.theory-description, .squad-description {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #2A2D2E;
}

.theory {
    padding-inline: 40px;
    margin-bottom: 65px;
}

.theory-arrow {
    background-color: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D7E4E4;
}

.theory-list {
    list-style-image: url(/static/assets/imgs/green-check.png);
    padding-left: 22px;
}

.section-subtitle {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.58px;
    text-align: left;
}

.about-us-section-2 {
    padding-bottom: 120px;
}

.historic-owl-carousel {
    background-color: #091D1A;
    border-radius: 15px;
    height: 525px;
    margin-top: -20%;
    padding: 50px;
}

.section-skyblue {
    height: 735px;
    background-color: #E5EAEF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 200px;
    padding-top: 120px;
}

@media (max-width: 797.98px) {
    .section-skyblue {
        height: 600px;
    }
}

.section-theorie {
    padding-top: 120px;
    margin-bottom: 80px;
}

.globe-container {
    padding-inline: 40px;
    background-image: url(/static/assets/imgs/globe.png);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    justify-content: end;
    min-height: 350px;
}

.theory-title {
    color: #02963E;
    font-family: Titillium;
    font-weight: 700;
    font-size: 26px;
}

.bg-image {
    background-image: url(/static/assets/imgs/bg-image-empty.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
}

.squad {
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
}

.squad-title {
    position: relative;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    font-family: Titillium;
    letter-spacing: 2px;
    width: fit-content;
}

.our-squad {
    padding-inline: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
    height: 100%;
}

.advice-executive {
    background-color: #0C2622;
    border-radius: 15px;
    /* margin-bottom: 40px; */
}

.advice-executive-text-container {
    padding: 50px;
    min-height: 150px;
}

.section-6-about-us {
    margin-top: -30%;
}

.carousel-2-item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.carousel-2-item .date {
    font-family: Titillium;
    font-weight: 600;
    opacity: 0.5;
    font-size: 20px;
}

.carousel-2-item .content .title {
    font-family: Titillium;
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.carousel-2-item .content .description {
    font-family: Titillium;
    font-size: 14px;
    color: white;
}

#carousel-2 {
    height: 100%;
}

#carousel-2 .item {
    height: 100%;
}

#carousel-2 .item .carousel-2-item {
    height: 100%;
}

.carousel-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-stage-outer {
    padding-top: 100px;
}

.value-wrapper {
    font-family: Titillium;
    display: grid;
    justify-content: center;
    margin-bottom: 40px;
}

.value-wrapper .nbr {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #02963E;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-wrapper .value {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.value-wrapper .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-tooltip {
    --bs-tooltip-bg: #02963E;
    --bs-tooltip-color: var(--bs-white);
    font-family: Titillium;
}

.nos-valeurs-text {
    background: #0C2622;
    color: #FFFFFF;
    padding: 30px 60px;
    border-radius: inherit;
}

.nos-valeurs-text h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: Titillium;
    letter-spacing: 2px;
}

.nos-valeurs-text p {
    font-size: 14px;
    font-weight: 600;
    font-family: Titillium;
    letter-spacing: 2px;
}

.section-nos-valeurs-wrapper {
    border: 1px Solid rgba(0,0,0,0.2);
    border-radius: 15px;
}

.section-nos-valeurs-wrapper .values {
    padding: 60px 20px 0;
}

q {
    quotes: none; /* Supprime les guillemets par défaut */
    position: relative;
}

q::before {
    content: url('/static/assets/imgs/icons8-citation-à-gauche-30.png'); /* Image du guillemet ouvrant */
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

q::after {
    content: url('/static/assets/imgs/icons8-citation-à-droite-30.png'); /* Image du guillemet fermant */
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}


.advice-executive a:hover {
    text-decoration: none;
    color: #02963E !important;
}

.pefi-numbers {
    background: #02963E;
    padding: 70px 0 40px;
    font-family: Titillium;
}

.pefi-numbers .number-icon {
    display: flex;
    justify-content: center;
}

.pefi-numbers h3 {
    color: #FFFFFF;
    font-weight: 700;
}

.pefi-numbers h2 {
    color: #FFFFFF;
    font-weight: 700;
}

.pefi-numbers p {
    color: #FFFFFF;
    font-size: 14px;
}