:root {
    --noir: #262626;
    --orange: #EF7D00;
    --rouge_bordeau: #902539;
    --marron_clair: #c3a366;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}

#section_president.container-fluid{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.section_president > .row{
    padding: 0px !important;
    margin-top: 0px !important;
}
.section_president .wrapper{
    position: relative;
    width: 1480px;
    margin: auto;
}

.section_president .items{
    position: relative;
    width: 100%;
    padding: 25px !important;
    background-color: var(--vert-fonce);
} 

.section_president .items #liste_personalites{
    position: relative;
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_president .items #liste_personalites .item{
    position: relative;
    width: 100%;
    padding: 50px 25px !important;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0px;
}
.section_president .items #liste_personalites .item .inner{
    position: relative;
    width: 380px;
    height: 380px;
    border: 8px solid #fff;
    overflow: hidden;
}
.section_president .items #liste_personalites .item .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    transition: all 0.4s ease;
    transform: scale(1);
}
.section_president .items #liste_personalites .item .inner::before{
    position: absolute;
    display: inline-block;
    content: "";
    top: 20px;
    left: -20px;
    bottom: -20px;
    width: 50px;

    background-color: lightgray;
    transition: all ease 0.3s;
    
}
.section_president .items #liste_personalites .item .caption{
    position: relative;
    width: 70%;
    padding: 30px;
    padding-bottom: 100px;

}
.section_president .items #liste_personalites .item .caption::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 180px;
    height: 4px;

    background-color: lightgray;
    transition: all ease 0.3s;
    
}
.section_president .items #liste_personalites .item .caption::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    height: 100px;
    width: 4px;

    background-color: lightgray;
    transition: all ease 0.3s;
    
}
.section_president .items #liste_personalites .item .caption h1{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--orange);
    transition: all 0.3s ease;
}
.section_president .items #liste_personalites .item .caption h2{
    font-weight: 500;
    color: var(--blanc);
}
.section_president .items #liste_personalites .item .caption p{
    font-size: 13px;
    color: var(--blanc);
}
.section_president .items #liste_personalites .item .caption .link{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}
.section_president .items #liste_personalites .item .caption .link a{
    position: relative;
    width: auto;
    padding: 7px 20px;
    display: flex;
    justify-content: flex-end;
    border-radius: 25px;
    background-color: var(--orange);
    color: var(--blanc);
    font-size: 14px;
    font-weight: 550;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}
.section_president .items #liste_personalites .item .caption .link a span{
    position: relative;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.3s ease;
}
.section_president .items #liste_personalites .item .caption .link a:hover span{
    margin-left: 5px;
}




.section_president  .owl-dots{ /**** Les controles ******/
    position: absolute;
    display: flex;
    width: 100%;
    /* display: none !important; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 125px;
    
    z-index: 15;
}

.section_president .items .owl-carousel.owl-theme .owl-dots button.owl-dot{
    display: flex;
    
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: var(--blanc);
    margin: 3px;
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 10;
}
.section_president .items .owl-carousel.owl-theme .owl-dots button.owl-dot:focus{
    outline: 0;
}
.section_president .items .owl-carousel.owl-theme .owl-dots button.owl-dot span{
    visibility: hidden;
}
.section_president .items .owl-carousel.owl-theme .owl-dots button.owl-dot.active{
    background-color: var(--orange);
}





.section_president .items .articles section{    /**** Les articles de droite  **/
    position: relative;
    width: 36%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_president .items .articles section a{
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
}
.section_president .items .articles section .inner{
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.section_president .items .articles section .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    transition: all 0.4s ease;
    transform: scale(1);
}
.section_president .items .articles section .inner::after{
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: linear-gradient(to top, rgba(190, 190, 190, 0.3), rgba(190, 190, 190, 0.2));
    transition: all ease 0.3s;
    
}
.section_president .items .articles section a .caption{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.98), rgba(3, 3, 3, 0.7), transparent);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
}
.section_president .items .articles section a .caption h2{
    font-size: 16px;
    color: rgb(241, 241, 241);
    transition: all 0.3s ease;
    /* border: 1px solid red; */
}
.section_president .items .articles section a:hover .caption h2{
    color: #ec9026;
}
.section_president .items .articles section a .caption .foot{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    padding: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_president .items .articles section a .caption .foot .left{
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;

}.section_president .items .articles section a .caption .foot .left::before{
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: -15px;
    width: 20px;
    height: 20px;
    background-color: #07973B;
    margin-right: 10px;
}










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

@media (max-width: 1800px){

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

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

}
@media (max-width: 1550px){
    .section_president .wrapper{
        position: relative;
        width: 1350px;
        margin: auto;
    }

}
@media (max-width: 1460px){
    .section_president .wrapper{
        position: relative;
        width: 1150px;
        margin: auto;
    }
} 
@media (max-width: 1250px){
    .section_president .wrapper{
        position: relative;
        width: 100%;
        margin: auto;
    }


    .section_president .items #liste_personalites .item .inner{
        position: relative;
        width: 310px;
        height: 320px;
        border: 7px solid #fff;
        overflow: hidden;
    }
    .section_president .items #liste_personalites .item .caption h1{
        position: relative;
        font-size: 20px;
        font-weight: 550;
        text-transform: uppercase;
        color: var(--orange);
        transition: all 0.3s ease;
    }
    .section_president .items #liste_personalites .item .caption h2{
        font-weight: 500;
        font-size: 18px;
    }
    .section_president .items #liste_personalites .item .caption{
        position: relative;
        width: 70%;
        padding: 15px;
        padding-bottom: 50px;
    
    }


    .section_president  .owl-dots{ /**** Les controles ******/
        bottom: 120px;
        z-index: 15;
    }
    .section_president .items .owl-carousel.owl-theme .owl-dots button.owl-dot{
        display: flex;
        
        position: relative;
        justify-content: center;
        align-items: center;
        background-color: var(--blanc);
        margin: 3px;
        padding: 3px;
        width: 16px;
        height: 16px;
    }
    .section_president .items #liste_personalites .item .caption .link a{
        padding: 7px 15px;
        font-size: 13px;
        font-weight: 500;
    }

}
@media (max-width: 992px){
    
}
@media (max-width: 768px){
    .section_president .items #liste_personalites{
        padding-bottom: 30px;
    }

    .section_president .items #liste_personalites .item{
        position: relative;
        width: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    .section_president .items #liste_personalites .item .inner{
        position: relative;
        width: 100%;
        height: 550px;
        border: 8px solid #fff;
        overflow: hidden;
    }
    .section_president .items #liste_personalites .item .inner::before{
        position: absolute;
        display: inline-block;
        content: "";
        top: 20px;
        left: -20px;
        bottom: -20px;
        width: 50px;
    
        background-color: lightgray;
        transition: all ease 0.3s;
        
    }
    .section_president .items #liste_personalites .item .caption{
        position: relative;
        width: 100%;
        padding: 20px !important;
        background-color:  rgba(21, 21, 21, 0.9);
        margin-top: -10px;
    }
    .section_president .items #liste_personalites .item .caption::before{
        position: absolute;
        display: block;
        content: "";
        top: 0;
        right: 0;
        width: 180px;
        height: 4px;
        background-color: lightgray;
        transition: all ease 0.3s;
        
    }
    .section_president .items #liste_personalites .item .caption::after{
        position: absolute;
        display: block;
        content: "";
        top: 0;
        right: 0;
        height: 100px;
        width: 4px;
        background-color: lightgray;
        transition: all ease 0.3s;
        
    }


    .section_president  .owl-dots{ /**** Les controles ******/
        bottom: -5px;
        z-index: 15;
    }
} 

@media (max-width: 599px){
    .section_president .items #liste_personalites .item .inner{
        position: relative;
        width: 100%;
        height: 450px;
        border: 8px solid #fff;
        overflow: hidden;
    }
} 

@media (max-width: 520px) {
    .section_president .items #liste_personalites .item .inner{
        position: relative;
        width: 100%;
        height: 390px;
    }

    .section_president .items #liste_personalites .item .caption .link{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-right: 50px;
    }
    .section_president .items #liste_personalites .item .caption .link a{
        position: relative;
        width: auto;
        padding: 5px 25px;
        font-size: 12px;
        font-weight: 500;
    }
    .section_president .items #liste_personalites .item .caption{
        position: relative;
        width: 100%;
        padding: 15px !important;
    }
    .section_president .items #liste_personalites .item  p{
        display: none;
    }
    .section_president  .owl-dots{
        position: absolute;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        bottom: 60px;
        z-index: 15;
    }

}