<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}






#videos{
    display: block;
    width: 100% !important;
    /* border: 1px solid rgb(215, 234, 13); */
    background-color: var(--blanc);
    padding: 0px;
}

#videos .titre{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: flex-start; */
    padding: 25px;
    width: 100% !important;

    color: var(--noir);
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: rgba(255, 208, 157, 0.2);
    border-radius: 4px;
}
#videos .titre h2{
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
}

#videos h1{
    display: block;
    width: 100% !important;

    font-size: 16px;
    font-weight: 600;
    color: var(--noir);
    margin-top: 15px;
    margin-bottom: 25px;
}

#videos .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


#videos .items .item{
    position: relative;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(126, 126, 126, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}
#videos .items .item a{
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
#videos .items .item a .inner{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
#videos .items .item a .inner .icon{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in;
}
#videos .items .item a .inner .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    transition: all 0.3s ease-in;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.88);
}
#videos .liste .item:hover .inner .icon span{
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.9999);
}
#videos .items .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
}
#videos .items .item a:hover .inner img{
    transform: scale(1.02);
}
#videos .items .item a .caption{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    padding: 30px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(18, 18, 18, 0.0));
    transition:  ease 0.3s all;
}
#videos .items .item:hover a .caption{
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(18, 18, 18, 0.3));
}

#videos .items .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: var(--blanc);
    margin-bottom: 4px;
}
#videos .items .item a .caption .foot{
    position: relative;
    display: flex;
    margin-bottom: 15px;
    /* border: 1px solid red; */
}
#videos .items .item a .caption .foot div{
    position: relative;
}
#videos .items .item a .caption .foot .left{
    font-size: 12px;
    color: var(--orange);
    text-transform: capitalize;
    display: none;
}
#videos .items .item a .caption .foot .right{
    font-size: 13px;
    color: var(--orange);
    text-transform: uppercase;
    margin-right: 15px;
    padding: 3px 6px;
    font-weight: 600;
    border: 1px solid var(--blanc);
}
.menu_navigation {
    position: relative;
    width: 100%;
    background-color: var(--gris-clair);
    padding: 10px;
}







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

@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    #videos .items .item{
        position: relative;
        width: 48%;
        height: auto;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(126, 126, 126, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
        margin-bottom: 30px;
    }
    #videos .items .item a{
        position: relative;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }
    #videos .items .item a .inner{
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
   
}
@media screen and (max-width: 640px) {
    #videos .items .item{
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(126, 126, 126, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
        margin-bottom: 30px;
    }
    #videos .items .item a{
        position: relative;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }
    #videos .items .item a .inner{
        position: relative;
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
}
@media screen and (max-width: 480px) {
  
    #videos .items .item a .inner{
        position: relative;
        width: 100%;
        height: 310px;
        overflow: hidden;
    }
}</pre></body></html>