
.page_secondaire {
    width: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    
}

.page_secondaire .wrapper {
    position: relative;
    width: 1080px !important;
    margin: auto;
    padding: 125px 0 !important;
    z-index: 3;
    display: flex;
    flex-direction: column;
}



/******************************************************************     Présentation   *****/

.page_secondaire.actualites_details #presentation .items {
    position: relative;
    width: 100%;

    display: flex;
    justify-content: space-between;
    z-index: 150px;
}

.page_secondaire.actualites_details #presentation .items .left {
    position: relative;
    padding: 0 !important;
    width: 70%;
    padding-bottom: 100px !important;

}
.page_secondaire.actualites_details #presentation .items .left .inner{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(186, 197, 248, 0.8);
}
.page_secondaire.actualites_details #presentation .items .left .inner img{
    position: relative;
    width: 100%;
    object-fit: cover;

}
.page_secondaire.actualites_details #presentation .items .left .texte{
    position: relative;
    width: 100%;
    margin-top: -25px;
    padding: 25px;
}
.page_secondaire.actualites_details #presentation .items .left .texte .box{
    position: relative;
    width: 100%;
    padding: 45px;
    background-color: var(--blanc);
    margin-top: -75px;
}
.page_secondaire.actualites_details #presentation .items .left .texte .box h1{ 
    position: relative;
    width: 100%;
    font-size: 30px;
    color: var(--bleu-clair);
    font-weight: 600;
    margin-bottom: 15px;

}
.page_secondaire.actualites_details #presentation .items .left .texte .box h4{ 
    position: relative;
    display: inline-block;
    padding: 3px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--blanc);
    background-image: linear-gradient(70deg, var(--bleu-clair), var(--bleu-clair), rgb(96, 66, 124));

}
.page_secondaire.actualites_details #presentation .items .left .texte .box .description {
    position: relative;
    width: 100%;
    text-align: justify;
}
.page_secondaire.actualites_details #presentation .items .left .texte .box .description h1,
.page_secondaire.actualites_details #presentation .items .left .texte .box .description h2,
.page_secondaire.actualites_details #presentation .items .left .texte .box .description h3,
.page_secondaire.actualites_details #presentation .items .left .texte .box .description h4,
.page_secondaire.actualites_details #presentation .items .left .texte .box .description h5{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;

    color: var(--bleu);
    font-weight: 550;
}
.page_secondaire.actualites_details #presentation .items .left .texte .box .description p{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
}
.page_secondaire.actualites_details #presentation .items .left .texte .box .date{
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
    font-style: italic;
    color: rgb(53, 53, 53);
}



.page_secondaire.actualites_details #presentation .items .right {
    position: relative;
    width: 30%;
    padding-bottom: 100px !important;
    padding-left: 20px;

}