:root {
    --noir: #262626;
    --orange: #E67B00;
    --maron: #564209;
    --maron-2:#483705;
    --maron-3:#3B2C01;
    --vert: #0f7705;
    --bg-color: #96761C;
    --blanc: #FFF;
}

.container-fluid{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.section_partenaires{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.section_partenaires > .row{
    padding: 0px !important;
    margin-top: 0px !important;
}

.section_partenaires  .wrapper {
    position: relative;
    width: 1480px;
    background-color: var(--blanc);
    margin: auto;
    padding: 0px;
    padding-bottom: 100px;
}

.section_partenaires  .wrapper .bg{
    position: relative;
    display: block;
    /* content: ""; */
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 1;
}
.section_partenaires  .wrapper .bg::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(75, 60, 1, 0.9), rgba(164, 101, 7, 0.8));
    transition: all ease 0.3s;
    z-index: 2;
}
.section_partenaires  .wrapper .items {
    position: relative;
    width: 90%;
    margin: auto;
    background-color: rgb(240, 240, 240);
    border-radius: 25px;
    margin-top: -250px;
    padding: 50px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;

}


.section_partenaires  .wrapper .items .brochures{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    
    margin-bottom: 25px;
}
.section_partenaires  .wrapper .items .brochures > a{
    display: flex;
    padding: 15px 5px ;
    border-bottom: 1px solid rgba(164, 101, 7, 0.1);
    font-size: 18px;
}
.section_partenaires  .wrapper .items .brochures a .icon{
    display: flex;
    margin-right: 10px;
}
.section_partenaires  .wrapper .items .brochures a .icon img{
    width: 25px;
}
.section_partenaires  .wrapper .items .brochures a .text{
    position: relative;
    font-size: 25px;
    color: var(--noir);
    font-weight: 600;
}
.section_partenaires  .wrapper .items .brochures .btn a{
    display: flex;
    width: 220px;
    margin-top: 20px;
    padding: 10px 35px;
    border-radius: 25px;
    background-color: var(--noir);
    color: var(--blanc);
}
.section_partenaires  .wrapper .items .brochures .btn a span{
    display: inline-block;
    margin-left: 7px;
}

.section_partenaires  .wrapper .items .logos{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;

}
.section_partenaires  .wrapper .items .logos a{
    position: relative;
    display: inline-block;
    margin: 10px;
}
.section_partenaires  .wrapper .items .logos a .inner{
    position: relative;
}
.section_partenaires  .wrapper .items .logos a img{
    position: relative;
    width: 130px;

}


/**********************************************************************************************/
/***                               Responsive                                                 */

@media (max-width: 1800px){

} 
@media (max-width: 1700px){

}
@media (max-width: 1620px){

}
@media (max-width: 1550px){
    .section_partenaires  .wrapper {
        position: relative;
        width: 1350px !important;
    }

}

@media (max-width: 1460px){
    .section_partenaires  .wrapper {
        position: relative;
        width: 1150px !important;
    }

    
.section_partenaires  .wrapper .items .logos{
    position: relative;
    display: flex;
    width: 80%;

    justify-content: flex-end;

}

}
@media (max-width: 1350px){
    
}
@media (max-width: 1250px){
    .section_partenaires  .wrapper {
        position: relative;
        width: 100% !important;
    }

}

@media (max-width: 1120px){
    .section_partenaires  .wrapper .items .brochures{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .section_partenaires  .wrapper .items .brochures a .text{
        position: relative;
        font-size: 18px;
        color: var(--noir);
        font-weight: 600;
    }

}

@media (max-width: 992px){
    .section_partenaires  .wrapper .items {
        position: relative;
        width: 98%;
        margin: auto;
        background-color: rgb(240, 240, 240);
        border-radius: 25px;
        margin-top: -250px;
        padding: 30px 20px;
        overflow: hidden;
    
        display: flex;
        justify-content: space-between;
        z-index: 3;
    }
    

    .section_partenaires  .wrapper .items .brochures a .text{
        position: relative;
        font-size: 16px;
        color: var(--noir);
        font-weight: 550;
    }

}

@media (max-width: 768px){
    .section_partenaires  .wrapper .items {
        position: relative;
        width: 98%;
        margin: auto;
        background-color: rgb(240, 240, 240);
        border-radius: 25px;
        margin-top: -250px;
        padding: 30px 20px;
        overflow: hidden;
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 3;
    }

    .section_partenaires  .wrapper .items .brochures{
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }
    .section_partenaires  .wrapper .items .brochures a .text{
        position: relative;
        font-size: 18px;
        color: var(--noir);
        font-weight: 600;
    }

    .section_partenaires  .wrapper .items .logos{
        position: relative;
        width: 100%;
        display: flex;
    
    }
    .section_partenaires  .wrapper .items .logos .link{
        position: relative;
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: lightgray;
        padding: 10px 20px;
        margin: 5px;
        border-radius: 5px;
        overflow: auto;
    
    }
}

@media (max-width: 525px){
    .section_partenaires  .wrapper .items {
        padding: 7px 15px !important;
        padding-top: 25px !important;
    }

    .section_partenaires  .wrapper .items .brochures{
        padding: 7px 15px !important;
        padding-top: 25px !important;
    }

    .section_partenaires  .wrapper .items .logos{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0px !important;
    
    }
    .section_partenaires  .wrapper .items .logos .link{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: lightgray;
        padding: 20px;
        margin: 0 !important;
        margin-top: 12px !important;
        border-radius: 5px;
        overflow: auto;
    
    }

    .section_partenaires  .wrapper .items .brochures a .text{
        position: relative;
        font-size: 16px;
        color: var(--noir);
        font-weight: 600;
    }
    .section_partenaires  .wrapper .items .brochures .btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_partenaires  .wrapper .items .brochures .btn a{
        display: flex;
        width: 180px;
        margin-top: 20px;
        padding: 5px 25px;
        border-radius: 25px;
        font-size: 14px;
    }
} 

@media (max-width: 480px) {

}