
.pageReseauxFornel{
    padding-top: 24px;
}

.pageReseauxFornel .breadcrumbs{
    margin-bottom: 35px;
}

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

.pageReseauxFornel .section1{
    display: flex;
    align-items: center;
    gap: 30px 80px;
}

.pageReseauxFornel .section1 .left{
    width: 45%;
}

.pageReseauxFornel .section1 .right{
    width: 55%;
}

.pageReseauxFornel .section1 h1{
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
}

.pageReseauxFornel .section1 .btnArrowContainer{
    margin-top: 60px;
}

@media (max-width: 1500px){
    .pageReseauxFornel .section1 h1{
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 992px){
    .pageReseauxFornel .section1{
        flex-direction: column;
    }
    .pageReseauxFornel .section1 .left,
    .pageReseauxFornel .section1 .right{
        width: 100%;
    }
    .pageReseauxFornel .section1 h1{
        font-size: 30px;
        line-height: 35px;
    }
    .pageReseauxFornel .section1 .btnArrowContainer{
        display: none;
    }
}

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

.pageReseauxFornel .section3{
    margin-bottom: 110px;
}

.pageReseauxFornel .section3 .section3Container{
    padding: 52px 70px;
    background-color: var(--tertiary);
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 140px;
}

.pageReseauxFornel .section3 .section3Container .left{
    width: 35%;
    min-width: 350px;
}

.pageReseauxFornel .section3 .section3Container .right{
    width: 65%;
}

.pageReseauxFornel .section3 .section3Container .titre{
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 24px;
    text-transform: uppercase;
}

.pageReseauxFornel .section3 .section3Container .logo{
    margin-bottom: 24px;
}

.pageReseauxFornel .section3 .section3Container .paragraphe{
    margin-bottom: 24px;
}

.pageReseauxFornel .section3 .section3Container .paragraphe *{
    color: var(--primary);
}

.pageReseauxFornel .section3 .section3Container .image{
    border-radius: 24px;
    width: 100%;
    height: auto;
    aspect-ratio: 700/600;
}

@media (max-width: 1600px) {
    .pageReseauxFornel .section3 .section3Container{
        gap: 70px;
    }
    .pageReseauxFornel .section3 .section3Container .titre{
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 992px) {
    .pageReseauxFornel .section3 .section3Container{
        flex-direction: column;
        gap: 32px;
    }
    .pageReseauxFornel .section3 .section3Container .left,
    .pageReseauxFornel .section3 .section3Container .right{
        width: 100%;
        min-width: 0px;
    }
}

@media (max-width: 800px) {
    .pageReseauxFornel .section3{
        margin-bottom: 40px;
    }
    .pageReseauxFornel .section3 .section3Container{
        padding: 24px;
    }
    .pageReseauxFornel .section3 .section3Container .titre{
        font-size: 30px;
        line-height: 35px;
    }
}

/* --------------------------- SECTION 4 --------------------------- */

.pageReseauxFornel .section4{
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    gap: 16px 100px;
}

.pageReseauxFornel .section4 .titre{
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
    max-width: 470px;
    min-width: 470px;
    width: 50%;
}

.pageReseauxFornel .section4 .paragraphe{
    width: 100%;
}

@media (max-width: 1600px) {
    .pageReseauxFornel .section4 .titre{
        font-size: 38px;
        line-height: 45px;
        max-width: none;
        min-width: 0px;
    }
    .pageReseauxFornel .section4 .paragraphe{
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .pageReseauxFornel .section4{
        gap: 16px 60px;
    }
}

@media (max-width: 992px) {
    .pageReseauxFornel .section4{
        flex-direction: column;
    }
    .pageReseauxFornel .section4 .titre{
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }
    .pageReseauxFornel .section4 .paragraphe{
        width: 100%;
    }
}