.debug {
    border: 1px solid red;
}

/********************** SECTION ACCUEIL **********************/
#accueil {
    background-color: white;
    position: relative;
    padding: 50px 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-content: flex-start; */
}

#accueil .accueil-part {
    width: max(400px, calc(50% - 100px));
}

#accueil .accueil-part img {
    width: 100%;
}

/* 
#accueil div:first-child {}

#accueil>div:nth-child(2) {
    width: max(400px, calc(50% - 100px));
}



#accueil>div:nth-child(2)>img {
    width: 100%;
} */

/* #accueil::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(/img/team2.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        opacity: 0.2;
    } */

#accueil .premium-title {
    /* letter-spacing: 0.4em; */
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    text-align: left;
}

@media(max-width: 400px) {
    #accueil .premium-title {
        /* letter-spacing: 0em; */
        font-weight: bold;
        font-size: 2rem;
        line-height: 3rem;
    }
}

.section-accueil-description {
    padding: 50px 0;
    max-width: 1000px;
    text-align: left;
    line-height: 30px;
    /* letter-spacing: 0.1em; */
    font-weight: 500;
    font-size: 1.2rem;
    z-index: 2;
}

#accueil-container {
    border: 1px dashed red;
    height: 500px;
    position: relative;
}

.section-accueil-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

#accueil-container video {
    border: 1px solid red;
    height: 100%;
}

.expertise-items {
    padding-top: 20px;
    display: flex;
    flex-wrap: /*wrap*/;
    flex-direction: column;
    gap: 15px;
    /*font-weight: 800;*/
    font-size: 30px;
    justify-content: left;
    align-items: left;
    letter-spacing: 0px;
    color: grey;
    padding-top: 50px;
    /*font-style: italic;*/
}

/********************** CHIFFRES SECTION **********************/
#chiffres {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 15% 40px;
    background: #fff;
}

    #chiffres h2 {
        font-weight: 400;
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

        #chiffres h2 strong {
            font-weight: 700;
        }

.chiffres-bar {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background: var(--background-sweet-orange);
    border-radius: 12px;
    padding: 30px 20px;
    gap: 20px;
}

.chiffre-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.chiffre-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--premium-color);
    margin-bottom: 6px;
}

.chiffre-label {
    font-size: 0.85rem;
    color: #555;
}

/********************** SECTION VALEURS **********************/
#valeurs {
    background-color: var(--premium-color);
    color: white;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    line-height: 70px;
    padding: 20px;
}

#valeurs div {
    flex: 1 1 350px;
    text-align: center;
}

/********************** SECTION SERVICES **********************/

#domaine {
    background-color: var(--background-sweet-white);
}

.articles {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--content-width);
    gap: 20px;
}

#domaine article {
    flex: 1 1 350px;
}

#domaine .card {
    width: calc(95% / 3);
    min-width: var(--phone-width);
}


@media (max-width: 768px) {
    section {
        padding: 10px 0;
        min-height: auto;
    }

    .video-background {
        height: auto;
    }
}

/********************** SECTION METHODES **********************/
#methode {
    background-color: var(--background-white);
    color: black;
}

.methode-item {
    border-bottom: 1px solid var(--premium-color);
    padding-bottom: 10px;
    width: 100%;
}


/********************** SECTION USAGE **********************/

#usage {
    display: none;
}

#usage .cards {
    width: 100%;
}

#usage .card {
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
}

#usage .card>div:first-of-type {
    padding-right: 5px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#usage .card>div:nth-of-type(2) {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 310px);
    min-width: 300px;
}

#usage .card img {
    width: 100%;
}

#usage .card span {
    color: var(--premium-color);
    font-weight: bold;
}


/********************** SECTION DIRIGEANTS **********************/
.two-of-us {
    width: 1500px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}




#engagements {
    background-color: var(--background-white);
}

.engagements-description {
    padding-left: calc((100% - var(--content-width)) / 2);
    padding-right: calc((100% - var(--content-width)) / 2);
    margin: auto;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

#engagements .cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    gap: 20px;
}

#engagements .card {
    min-height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

#engagements .card div:first-child {
    height: 60px;
    /* border: 1px solid red; */
    max-height: 60px;
    place-content: center;
}
