@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@font-face {
    font-family: 'CormorantGaramond-Bold';
    src: url('../fonts/CormorantGaramond-Bold.woff2') format('woff2');

    font-family: 'CormorantGaramond-BoldItalic';
    src: url('../fonts/CormorantGaramond-BoldItalic.woff2') format('woff2');

    font-family: 'CormorantGaramond-Italic';
    src: url('../fonts/CormorantGaramond-Italic.woff2') format('woff2');

    font-family: 'CormorantGaramond-Light';
    src: url('../fonts/CormorantGaramond-Light.woff2') format('woff2');

    font-family: 'CormorantGaramond-LightItalic';
    src: url('../fonts/CormorantGaramond-LightItalic.woff2') format('woff2');

    font-family: 'CormorantGaramond-Medium';
    src: url('../fonts/CormorantGaramond-Medium.woff2') format('woff2');

    font-family: 'CormorantGaramond-MediumItalic';
    src: url('../fonts/CormorantGaramond-MediumItalic.woff2') format('woff2');

    font-family: 'CormorantGaramond-Regular';
    src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2');

    font-family: 'CormorantGaramond-SemiBold';
    src: url('../fonts/CormorantGaramond-SemiBold.woff2') format('woff2');

    font-family: 'CormorantGaramond-SemiBoldItalic';
    src: url('../fonts/CormorantGaramond-SemiBoldItalic.woff2') format('woff2');

    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black.woff2') format('woff2');

    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');

    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2');

    font-family: 'Inter-ExtraLight';
    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');

    font-family: 'Inter-Light';
    src: url('../fonts/Inter-Light.woff2') format('woff2');

    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');

    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');

    font-family: 'Inter-Thin';
    src: url('../fonts/Inter-Thin.woff2') format('woff2');

    font-family: 'StymieSBOP-Bold';
    src: url('../fonts/StymieSBOP-Bold.woff2') format('woff2');

    font-family: 'StymieSBOP-BoldCon';
    src: url('../fonts/StymieSBOP-BoldCon.woff2') format('woff2');

    font-family: 'StymieSBOP-BoldItalic';
    src: url('../fonts/StymieSBOP-BoldItalic.woff2') format('woff2');

    font-family: 'StymieSBOP-Light';
    src: url('../fonts/StymieSBOP-Light.woff2') format('woff2');

    font-family: 'StymieSBOP-Medium';
    src: url('../fonts/StymieSBOP-Medium.woff2') format('woff2');

    font-family: 'StymieSBOP-MediumItalic';
    src: url('../fonts/StymieSBOP-MediumItalic.woff2') format('woff2');

    font-family: 'StymieSBOP-XLight';
    src: url('../fonts/StymieSBOP-XLight.woff2') format('woff2');

    font-family: 'StymieSBOP-XLightItalic';
    src: url('../fonts/StymieSBOP-XLightItalic.woff2') format('woff2');


    font-weight: normal;
    font-style: normal;
}
:root{
    --CormorantGaramond-Bold: 'CormorantGaramond-Bold';
    --CormorantGaramond-BoldItalic: 'CormorantGaramond-BoldItalic';
    --CormorantGaramond-Italic: 'CormorantGaramond-Italic';
    --CormorantGaramond-Light: 'CormorantGaramond-Light';
    --CormorantGaramond-LightItalic: 'CormorantGaramond-LightItalic';
    --CormorantGaramond-Medium: 'CormorantGaramond-Medium';
    --CormorantGaramond-MediumItalic: 'CormorantGaramond-MediumItalic';
    --CormorantGaramond-Regular: 'CormorantGaramond-Regular';
    --CormorantGaramond-SemiBold: 'CormorantGaramond-SemiBold';
    --CormorantGaramond-SemiBoldItalic: 'CormorantGaramond-SemiBoldItalic';
    --Inter-Black: 'Inter-Black';
    --Inter-ExtraBold: 'Inter-ExtraBold';
    --Inter-ExtraLight: 'Inter-ExtraLight';
    --Inter-Light: 'Inter-Light';
    --Inter-Medium: 'Inter-Medium';
    --Inter-SemiBold: 'Inter-SemiBold';
    --Inter-Thin: 'Inter-Thin';
    --StymieSBOP-Bold: 'StymieSBOP-Bold';
    --StymieSBOP-BoldCon: 'StymieSBOP-BoldCon';
    --StymieSBOP-BoldItalic: 'StymieSBOP-BoldItalic';
    --StymieSBOP-Light: 'StymieSBOP-Light';
    --StymieSBOP-Medium: 'StymieSBOP-Medium';
    --StymieSBOP-MediumItalic: 'StymieSBOP-MediumItalic';
    --StymieSBOP-XLight: 'StymieSBOP-XLight';
    --StymieSBOP-XLightItalic: 'StymieSBOP-XLightItalic';
    --red: #E54B4B;
    --blue-primary: #005484;
    --vert:#6EEB83;
    --Inter-google: 'Inter', sans-serif;
}

   .image-container-actualite {
       position: relative;
       display: inherit !important;

   }
   .image-actualite {
    width: 100%;
/* background-color: #80808027; */
    padding: 10px 0px 0px 10px;
    text-align: start;
    height: fit-content;
    /* box-shadow: 2px 2px 2px 2px grey; */
   }
  

.article-titre-small a:first-child:hover  {
    text-decoration-color: var(--red) !important;
     color: var(--red);  
}

.article-titre-small a:first-child strong {
    font-family: var(--Inter-Light);
    text-transform: uppercase;
    color: var(--red);
    text-decoration: none; 
}
.article-titre-small a:nth-child(2):hover  {
    text-decoration-color: black !important; 
}

.article-titre-small a:last-child strong {
    font-family: var(--StymieSBOP-BoldCon);
    text-transform: uppercase;
    color: black;
    text-decoration: none; 
}
 @media (max-width: 913px) {
     .article-titre-small a strong {
         font-size: 16px;
     }

     .article-titre-small__second-titre {
         display: block;
     }
 }

.actu-text-v1 {
min-height: 30px;
background-color:var(--red);
text-transform: uppercase;
}
.actu-text-v1 a:hover{
    text-decoration-color: white !important;
}
.actu-text-normal-v1 a strong{
font-family: var(--Inter-Light);
font-size: 30px;
line-height: 30px;
color: var(--red);
}
.actu-text-normal-v1 a:hover{
    text-decoration-color: var(--red)  !important ;
}
.actu-text-v1 a strong{
font-family: var(--Inter-Light);
color: white;
font-size: 20px;
}
@media (max-width: 575px) {
    .actu-text-normal-v1{
        margin-top: 20px;
    }
}
.actu-text-second{
    margin:5px 0px;
}
.actu-text-second .first-titre strong{
    font-family: var(--StymieSBOP-BoldCon);
    text-transform: uppercase;
    color: black;
    font-size: 20px;
}
.actu-text-second .first-titre:hover {
    text-decoration-color:black !important;
}
.categorie-v1 {
    position: absolute;
    left: 0px;
    background-color: white;
    color: var(--blue-primary);
    padding: 8px 20px 8px 5px;
    border-radius: 0px 10px 10px 0px;
}
.categorie-normal-v1 {
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: white;
    color: var(--blue-primary);
    padding: 8px 20px 8px 5px;
    border-radius: 0px 10px 10px 0px;
}
.categorie-special-v1 {
    position: absolute;
    left: 16px;
    background-color: white;
    color: var(--red);
    padding: 8px 20px 8px 5px;
    border-radius: 0px 10px 10px 0px;
}
#info-centre{
    margin-bottom: 20px;
}
.essai-actu-block{
    font-size: 11.5pt;
    font-family: var(--Inter-google);
}
.img-logo_new{
    width: 100%;
    max-height: 240px;
}
.img-gazette_new {
    margin:0 auto;
    max-height: 270px !important;
}
.conteneur-v1{
    padding-top: 1.5rem;
}
.card-img_custom{
    width: auto;
    height: 220px;
}
/* Article style */
.actu-text-v1 h1 strong{
    font-family: var(--Inter-Light);
    color: white;
}
.actu-text-second h2 strong {
    font-family: var(--StymieSBOP-BoldCon);
    text-transform: uppercase;
    color: black;
    
}
.journal-section{
    height: 100%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
    /* column-fill: auto; */
}
@media (max-width: 768px){
    .journal-section{
        columns: auto 2;
        column-fill: auto;
    }
}
@media (max-width: 481px){
    .journal-section{
        columns: auto 1;
        column-fill: auto;
    }
}

.actu-autre-journal{
-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
}
.actu-home-journal{
-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
}
.actu-text-normal-v1 a h5{
    font-family: var(--Inter-Light);
    line-height: 30px;
    color: var(--red);
    font-size: 27px;
}
.actu-text-second .first-titre h5 {
    font-family: var(--StymieSBOP-BoldCon);
    text-transform: uppercase;
    color: black;
}
.head-gazette{
    display: flex;
    justify-content: space-between ;
    align-items: center;
    border-top:2px solid #E54B4B;
    border-bottom:2px solid #E54B4B;
    margin-bottom: 10px;
}
.head-gazette .head-gazette-categ h2{
    font-family: var(--StymieSBOP-BoldCon);
    color: var(--red);
}
.head-gazette-logo .img-fluid{
    width: 100%;
    max-width: 250px;
}
.head-gazette .head-gazette-date h3{
    font-family: var(--Inter-Light);
}
@media screen  and (max-width:768px) {
    .head-gazette .head-gazette-date h3{
        font-size: 20px;
    }
    
}
.head-gazette_vert{
    display: flex;
    justify-content: center ;
    align-items: center;
    border-top:2px solid var(--vert);
    border-bottom:2px solid var(--vert);
    margin-bottom: 10px;
}
.head-gazette_vert .head-gazette_vert-categ h2{
    font-family: var(--StymieSBOP-BoldCon);
    color: var(--vert);
    text-transform: uppercase;
    padding: 10px;
}
.head-gazette_vert-logo .img-fluid{
    width: 100%;
    max-width: 250px;
}
.head-gazette_vert .head-gazette-date h3{
    font-family: var(--Inter-Light);
}
.meme_rubrique{
    font-size: 27px;
}
@media screen and (max-width: 768px) {
    .meme_rubrique {
       font-size: 25px;
    }
}
.card-text{
    font-size: 11pt;
    font-family: var(--Inter-google);
}
.contenu > p {
    font-family: var(--Inter-google);
        font-size: 13pt;
}