
.contain_actu .row{
    justify-content: center;
}
.contain_actu .contain_element{
    width: 100%;
    margin-bottom: 35px;
}
.contain_actu .contain_element .contain_haut{
    overflow: hidden;   
    position: relative; 
    height: 450px;
}
.contain_actu .contain_element .contain_haut img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
}
.contain_actu .contain_element .contain_haut:hover img{
    height: 120%;
}
.contain_actu .contain_element .contain_haut a{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
}
.contain_actu .contain_element .contain_bas{
    text-align: justify;
}
.contain_actu .contain_element .contain_bas .title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: center;
}
.contain_actu .contain_element .contain_bas .title a{
    color: black;
}
.contain_actu .contain_element .contain_bas .date{
    font-size: 16px;
    color: black;
    text-align: center;
}
.contain_actu .contain_element .contain_bas .description{
    font-size: 16px;
    color: black;
}
.contain_actu .contain_element .contain_bas .lire_plus{
    text-align: center;
    margin-top: 20px;
}
.contain_actu .contain_element .contain_bas .lire_plus a{
    color: white;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;

}
.contain_actu .contain_element .contain_bas .lire_plus a span{
    margin-left: 6px;
}




/* PARTIE DE L'AFFICHAGE DE L'ACTUALITE */

.actualite_contain_top{
    padding: 20px;
    background-color: white;
}

.actualite_contain_top .title_01{
    color: black;
    font-weight: bold;
}
.actualite_contain_top .title_02{
    color: black;
    font-weight: lighter;
    font-size: 16px;
}
.actualite_contain_top .retour{
    margin-top: 25px;
    text-align: center;
}
.actualite_contain_top .retour a{
    color: white;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: lighter;
}
.actualite_contain_top .retour a span{
    margin-right: 15px;
}


.contain_video {
    background-color: black;
    height: 450px;
    width: 100%;
}
.contain_video .element_video{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contain_video .element_video iframe{
    position: relative;
    top: 25px;
    height: 400px;
    width: 600px;
    border-radius: 5px;
    display: inline-block;
}

.details{
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 900px;
}
.details .details_actu h5{
    font-weight: bold;

}
.details .details_actu a{
    background-color: black;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid black;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.details .details_actu a:hover{
    background-color: rgb(25, 25, 25);
    color: white;
}

