.content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 11vh;
    gap:1vh;
    background-color: rgba(128, 128, 128, 0.03);
    padding-inline: 64px;

}

/*
.actualités-banniere{
    height: 50vh; 
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1); 
    border-radius:26px; 
    display:flex; 
    flex-direction:column;
    align-items:stretch; 
    justify-content:center;
}
.actualités-banniere-conteneur{
    height:24vh; 
    display:flex; 
    justify-content:center;
    align-items: center; 
}

.actuailités-banniere-texte-titre{
    color: #0073E6;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.2; 
    text-align:center; 
    font-weight: bold; 
    text-transform: uppercase; 
    font-size: 2em; 
    margin-top: 0.2vh;
}
*/
/*.actualités-banniere-conteneur{
    display:flex; 
    justify-content:flex-start;
    align-items: center; 
    background-color: #FFF;
}*/
.actualités-banniere{
}
.actuailités-banniere-texte-titre{
    color: black;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.2; 
    font-weight: bold; 
    font-size: 2em; 
    margin-top: 0vh;
}

.actuailités-banniere-texte{
    height:100%; 
    display:flex; flex-direction:column; 
    justify-content:center; 
}

.actualités{
    display:flex; 
    flex-direction:row;
    justify-content:flex-start;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 64px;

}

.actualité{
    height:50vh; 
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1); 
    border-radius:26px; 
    display:flex; 
    flex-direction:column;
    align-items:center; 
    justify-content:space-between;
    width: 23%;
    max-width: 24%;
    gap:2%;
    background-color: #FFF;
    flex-grow: 1.2;
    padding-bottom: 2%;
}
.actualité figure{
    height: 40%;
    min-height: 40%;
    max-height: 40%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}							


.actualité figure img{
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    height: auto;
    min-height: 100%;

}
.actualité-odd{
    border-bottom-right-radius: 0px;
}
.actualité-even{
    border-bottom-left-radius: 0px;
}
.actualité-img-odd{
    border-top-left-radius: 26px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.actualité-img-even{
    border-top-left-radius: 0px;
    border-top-right-radius: 26px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.actualité-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-height: 60%;
    height: 60%;
    padding-inline: 8%;
    overflow: hidden;
}

.actualité-text h2 {
    margin-block: 0;
    max-height: 100%;
    overflow: hidden;
    color: #2D3134;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 1.4; /* 57.6px */
    font-size: 24px; 
    font-weight: 300;
}
.actualité:hover{
    scale: 1.05;
}
.actualité-text h2:hover {
    color: #0073E6;
}

.Categories{
    margin-block: 10vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 6vh;
    background-color: rgba(255, 228, 196, 0.05);
    padding-inline: 64px;
    gap: 32px;
}
.Categories h2{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 1.4; /* 57.6px */
    font-size: 24px; 
    font-weight: 700;
    color: #0073E6;
    text-decoration: underline;
    margin-block: 0px;
}
.categories{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 64px;
    margin-inline: 0px;
    padding-inline: 0px;
}


.categorie{
    width: fit-content;
    padding: 2vh;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.03);
    background-color: #FFF;
    list-style: none;
}
.categorie-a{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 1.4; /* 57.6px */
    font-size: 24px; 
    font-weight: 300;
    color: #F66F4D;
    list-style: none;
}

.categorie-a:hover{
    color: #0073E6;
}


footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #2E476B;
    width: 100%;
    padding: 0 64px;
    align-items: flex-start;
    margin-bottom: 0px;
    position: relative;
  }
.pied_de_page{
    display: flex;
    /*height: 339px;*/
    padding: 48px 0 32px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.footer-hbloc1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px
}
.footer-vbloc-titre{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 38.4px */
}
.footer-hbloc2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-hbloc2 span{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 28.8px */
}

.footer-vbloc1, .footer-vbloc2{
    display: flex;
    padding: var(--sds-size-space-0);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.footer-vbloc3{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 30%;
}
.footer-vbloc3 .concepteur{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 36px */
}
.concepteur-a{
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration-line: underline;
}
.footer-vbloc3 .concepteur-img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.footer-menu{
    list-style: none;
    /*background-color: #0073E6;*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu a{
    text-decoration: none;
}

.footer-menu li a{
    display: flex;
    gap: 10px;
}
.footer-menu li span{
    color: #0073E6;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5 /* 36px */;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.footer_menu_li_img{
    height: 22px;
    width: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding-inline: 5px;
    padding-block: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}
footer hr{ width: 100%;}
.footer-facebook-svg{
    width: 100px;
    height: 100px;
}






/* Variables CSS pour la réutilisabilité */
:root {
    --primary-color: #0073E6;
    --secondary-color: #F66F4D;
    --text-color: #2D3134;
    --footer-bg: #2E476B;
    --white: #FFF;
    --padding-inline: 5%;
    --border-radius: 1.625rem;
}

/* Styles de base */
.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 11vh;
    gap: 1rem;
    background-color: rgba(128, 128, 128, 0.03);
    padding-inline: var(--padding-inline);
}

.actuailités-banniere-texte-titre {
    color: var(--text-color);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: bold;
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin-top: 0;
}

.actualités {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.actualité {
    /*height: auto;*/
    min-height: 20rem;
    box-shadow: 0 0 0.25rem rgba(0,0,0,0.1);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 1rem;
}

.actualité figure {
    height: 40%;
    width: 100%;
}

.actualité figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actualité-text {
    padding: 1rem;
    height: 60%;
}

.actualité-text h2 {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1.4;
}

/* Categories */
.Categories {
    margin-block: 5vh;
    padding: 3vh var(--padding-inline);
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.categorie {
    padding: 1rem;
}

/* Footer */
footer {
    padding: 2rem var(--padding-inline);
    background-color: var(--footer-bg);
}

.footer-hbloc1 {
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-vbloc3 {
    width: 100%;
}

/* Media Queries */
@media screen and (min-width: 768px) {
    .actualité {
        width: calc(50% - 0.5rem);
    }
    
    .footer-vbloc3 {
        width: 30%;
    }
}

@media screen and (min-width: 1024px) {
    .actualité {
        width: calc(25% - 0.75rem);
    }
    
    .Categories {
        padding-block: 6vh;
    }
}

/* Responsive hover effects */
@media (hover: hover) {
    .actualité:hover {
        transform: scale(1.02);
        transition: transform 0.2s ease;
    }
    
    .actualité-text h2:hover {
        color: var(--primary-color);
    }
    
    .categorie-a:hover {
        color: var(--primary-color);
    }
}







