
/* ---------------------- SECTION 1 ---------------------- */

.templateEntreprise .sectionBlocs1{
    padding-block: 125px 160px;
}

.templateEntreprise .sectionBlocs1 .grille{
    gap: 48px 60px;
}

.templateEntreprise .sectionBlocs1 .entete {
    grid-row: span 1;
    grid-column: span 2;
    max-width: none;
    margin-bottom: 48px;
}

.templateEntreprise .sectionBlocs1 .bloc{
    grid-row: span 1;
}

@media (max-width: 992px) {
    .templateEntreprise .sectionBlocs1{
        padding-block: 65px 115px;
    }
    .templateEntreprise .sectionBlocs1 .grille{
        gap: 40px;
    }
    .templateEntreprise .sectionBlocs1 .entete{
        grid-column: span 1;
        margin-bottom: 40px;
    }
}

/* -------------------------- SECTION 2 -------------------------- */

.templateEntreprise .section2{
    padding-block: 0px 160px;
    display: flex;
    gap: 75px;
}

.templateEntreprise .section2 .right{
    width: 45%;
}

.templateEntreprise .section2 .right .titre{
    font-size: 43px;
    line-height: 50px;
    color: var(--primary);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.templateEntreprise .section2 .right .paragraphe{
    margin-bottom: 30px;
}

.templateEntreprise .section2 .left{
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.templateEntreprise .section2 .case{
    border-radius: 24px;
    background-color: var(--tertiary);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 48px 28px;
    height: 100%;
}

.templateEntreprise .section2 .case .titre,
.templateEntreprise .section2 .case .titre span{
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 3px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: "alwyn-new-web", sans-serif;
}

.templateEntreprise .section2 .case .titre{
    font-size: 50px;
    line-height: 50px;
}

.templateEntreprise .section2 .case .surTitre,
.templateEntreprise .section2 .case .paragraphe,
.templateEntreprise .section2 .case .paragraphe *{
    font-size: 25px;
    line-height: 29px;
    color: var(--primary);
    text-align: center;
    font-family: "alwyn-new-web", sans-serif;
}

.templateEntreprise .section2 .case .surTitre{
    margin-bottom: 10px;
}

.templateEntreprise .section2 .right .rapport{
    margin-bottom: 34px;
}

@media (max-width: 1600px) {
    .templateEntreprise .section2 .case .titre,
    .templateEntreprise .section2 .case .titre span{
        font-size: 50px;
        line-height: 50px;
    }
    .templateEntreprise .section2 .case .titre{
        font-size: 35px;
        line-height: 35px;
    }
    .templateEntreprise .section2 .case .surTitre,
    .templateEntreprise .section2 .case .paragraphe,
    .templateEntreprise .section2 .case .paragraphe *{
        font-size: 20px;
        line-height: 25px;
    } 
    .templateEntreprise .section2 .case .surTitre{
        margin-bottom: 5px;
    }
}

@media (max-width: 1300px) {
    .templateEntreprise .section2 .right .titre{
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 992px) {
    .templateEntreprise .section2{
        padding-block: 0px 115px;
        gap: 36px;
        flex-direction: column-reverse;
    }
    .templateEntreprise .section2 .right,
    .templateEntreprise .section2 .left{
        width: 100%;
    }
    .templateEntreprise .section2 .right .titre{
        font-size: 30px;
        line-height: 35px;
    }
    .templateEntreprise .section2 .case .titre,
    .templateEntreprise .section2 .case .titre span{
        margin-bottom: 8px;
    }
    .templateEntreprise .section2 .right .paragraphe,
    .templateEntreprise .section2 .right .rapport{
        margin-bottom: 24px;
    }
    .templateEntreprise .section2 .case .surTitre,
    .templateEntreprise .section2 .case .paragraphe,
    .templateEntreprise .section2 .case .paragraphe *{
        font-size: 18px;
        line-height: 21px;
    } 
    .templateEntreprise .section2 .case{
        border-radius: 12px;
        padding: 22px 36px;
    }
}

@media (max-width: 700px) {
    .templateEntreprise .section2 .left{
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* -------------------------- SECTION 3 -------------------------- */

.templateEntreprise .section3{
    padding-block: 0px 200px;
    display: flex;
    gap: 24px;
}

.templateEntreprise .section3 .left{
    width: 45%;
}

.templateEntreprise .section3 .right{
    width: 55%;
}

.templateEntreprise .section3 .titre{
    font-size: 43px;
    line-height: 50px;
    color: var(--primary);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.templateEntreprise .section3 .btn{
    margin-top: 24px;
}

.templateEntreprise .section3 img{
    width: 100%;
}

@media (max-width: 1200px) {
    .templateEntreprise .section3{
        padding-block: 0px 110px;
        flex-direction: column;
    }
    .templateEntreprise .section3 .left,
    .templateEntreprise .section3 .right{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .templateEntreprise .section3 .titre{
        font-size: 30px;
        line-height: 35px;
    }
}


/* --------------------------- SECTION DATE --------------------------- */

.templateEntreprise .sectionDate{
    display: flex;
    gap: 32px 140px;
    margin-bottom: 110px;
}

.templateEntreprise .sectionDate .left{
    width: 40%;
    position: sticky;
    top: 50px;
    height: fit-content;
}

.templateEntreprise .sectionDate .right{
    width: 60%;
}

.templateEntreprise .sectionDate .left .titre{
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--primary);
    text-transform: uppercase;
}

.templateEntreprise .sectionDate .chiffres{
    display: flex;
    flex-direction: column;
    gap: 33px 0;
}

.templateEntreprise .sectionDate .chiffres .chiffre{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.templateEntreprise .sectionDate .chiffres .chiffre:nth-child(even) > img{
    order: 2
}

.templateEntreprise .sectionDate .chiffres .chiffre > img{
    aspect-ratio: 370/340;
    border-radius: 24px;
    height: 100%;
}

.templateEntreprise .sectionDate .chiffres .chiffre .figcaption{
    border-radius: 24px;
    background-color: var(--tertiary);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 48px 28px;
    height: 100%;
}

.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle{
    margin-bottom: 16px;
}

.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle,
.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle span{
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
    color: var(--primary);
    font-family: "alwyn-new-web", sans-serif;
    text-align: center;
}

.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe,
.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe *{
    font-size: 25px;
    line-height: 29px;
    color: var(--primary);
    text-align: center;
}

.templateEntreprise .sectionDate .chiffres .chiffre .figcaption .fichier{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary);
    text-decoration: underline !important;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

@media(max-width: 1600px){
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle,
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle span{
        font-size: 75px;
        line-height: 65px;
    }
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe,
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe *{
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width: 1500px){
    .templateEntreprise .sectionDate{
        gap: 32px 90px;
    }
}

@media(max-width: 1200px){
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle,
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle span{
        font-size: 60px;
        line-height: 50px;
    }
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe,
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .paragraphe *{
        font-size: 18px;
        line-height: 21px;
    }
}

@media(max-width: 992px){
    .templateEntreprise .sectionDate{
        flex-direction: column;
        margin-bottom: 120px;
    }
    .templateEntreprise .sectionDate .left,
    .templateEntreprise .sectionDate .right{
        width: 100%;
    }
    .templateEntreprise .sectionDate .left{
        position: initial;
        top: 0;
        height: auto;
    }
    .templateEntreprise .sectionDate .left .titre{
        font-size: 30px;
        line-height: 35px;
    }
}

@media(max-width: 600px){
    .templateEntreprise .sectionDate .chiffres .chiffre{
        grid-template-columns: 1fr;
    }
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption{
        padding: 24px 40px;
        border-radius: 12px;
        aspect-ratio: 1;
    }
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle,
    .templateEntreprise .sectionDate .chiffres .chiffre .figcaption .chiffreCle span{
        font-size: 50px;
        line-height: 40px;
    }
    .templateEntreprise .sectionDate .chiffres .chiffre > img{
        border-radius: 12px;
    }
}
