/* 15/02/2024 Tous droits réservés */

/* SECTION  */
.sectionActualitesFlex {
    width: 100%;
    margin: 0 auto 0 auto;
    background-size: 100%;
    background: linear-gradient(to right, #575757, #848383,#575757);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* center */
    align-content: center;
}

.sectionActualitesFlexPied {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00CCFF;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#idNosReferences{
    background: linear-gradient(to right, #fff, #848383,#fff);
}

/* ARTICLES */

.articleActu {
    width: 350px;
    max-width: 83%;
    background-color:  #EAEAE9; /* gris léger */

    height: min-content;
    margin: 10px;
    padding: 0px;

    /* font-family: 'Arial Narrow'; */
    text-align: left;
    color:#84261a ;
    font-size: 0.8rem;
    /* overflow-wrap: break-word;*/
    overflow: hidden;

    /* angles arrondis */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /* ombre portée */
    -webkit-box-shadow: 0px 2px 4px 1px #3a322c;
    -moz-box-shadow:    0px 2px 4px 1px #3a322c;
    box-shadow:      0px 2px 4px 1px #3a322c;
}

.articleActu header {
    height: min-content;
    text-align: center;
    color: #F6F0D4;
    padding: 12px 25px 12px 25px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.articleActu .imgActualite{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    /* transition douce */
    -webkit-transition: all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition: all .5s cubic-bezier(.6,2,.4,1);
    -ms-transition: all .5s cubic-bezier(.6,2,.4,1);
    -o-transition: all .5s cubic-bezier(.6,2,.4,1);
    transition: all .5s cubic-bezier(.6,2,.4,1);
    /* angles arrondis en haut */
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.articleActu .imgActualite:hover{

    /* rend + saturé lumineux */
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -ms-filter:  saturate(200%);
    -o-filter: saturate(200%);
    filter: saturate(200%);

    /* ZOOM sur passage souris */
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    animation: zoomRapide002 4s alternate infinite;
}
.articleActu .titre{
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: darkgray;
}

.articleActu .contenu{
    font-size: 0.9rem;
    color: #373434;
    padding: 10px;
    background: #d2cfcf;
}
.articleActu .contenu:hover{
    background: #e3dfdf;
    color: black;
}

.articleActu .bouton{
    font-size: 0.9rem;
    color: #686868;
    text-align: center;
    background-color: #009fe3;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
}


.articleActu h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.articleActu .alerteValide {
    padding: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #F6F0D4;
    background: #009900;
}

.articleActu .alerteInvalide {
    padding: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #F6F0D4;
    background: red;
}
.articleActu a{
    background-color: #a9a9a9;
    color: black;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    text-align: center;
}

.articleActu a:hover {
    box-shadow: 0 0 10px black;
    background: #dfdfdf;
    cursor: pointer;
}

.articleActu aside {
    background-image: url(../../images/ImagesFond/fond_article_aside.png);
    color: yellow;
    margin:10px 30px;
    padding:10px;
    opacity:0.6;
    /* ombre portée */
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 15px 10px rgba(0,0,0, 0.7);
    box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 10px 10px rgba(0,0,0, 0.7);

}
.articleActu #art001 {
    /*height: 100px;*/
    background-color: yellow;
}

.articleActu footer {
    height: min-content;
    width: auto;
    /*background-image: url(../../images/ImagesFond/fond_article_footer.png);*/
    color: antiquewhite;
    padding: 12px 25px 12px 25px;
    text-shadow: 2px 2px 2px black;
    font-size: 1rem;
    /* ombre portée */
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 15px 10px rgba(0,0,0, 0.7);
    box-shadow: 0 0 3px rgba(0,0,0, 0.4), 10px 10px 10px rgba(0,0,0, 0.7);
}

.articleActu .petitePolice{
    font-size: 0.7rem;
}

.articleActu .foncé{
    color: #84261a;
}

.articleActu a.titreAction{
    color: antiquewhite;
    text-decoration: none;
}









.articleActu .contenuG {
    text-align: left;
    padding: 10px;
}
.articleActu .contenuJ {
    text-align: justify;
    padding: 10px;
}

.articleActu .contenuNG {
    color:black;
    text-align: left;
    padding: 20px;
}
.articleActu .contenuNJ {
    color:black;
    text-align: justify;
    padding: 20px;
}
.articleActu .pied {
    background-image: url(../../images/ImagesFond/fond_article_footer.png);
    color: #EEE;
    padding:12px;
    margin-top: 15px;
}
.articleActu h4{
    font-size: 2rem;
    font-weight: normal;
    color: black;
    display: inline-block;
}



.containerImagesComment .commentaire{
    /*display: none;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6em; /* hauteur de div à animer */

    margin: 0;
    padding: 1em 1em;
    text-align: center;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;

    background: #000;
    background: rgba(255,255,255,0.7);
    border-top: 1px solid white;
    color: #4a4949;
}
/*.commentaire::after {
    position: absolute;
    display: none;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/* ajouter classe dans div pour animer */
.containerImagesComment .commentaireMontant{
    bottom: 0px;
    -webkit-animation: animCommentaireMontant 3s cubic-bezier(.18,.89,.32,1.28);
    -moz-animation: animCommentaireMontant 3s cubic-bezier(.18,.89,.32,1.28);
    -ms-animation: animCommentaireMontant 3s cubic-bezier(.18,.89,.32,1.28);
    -o-animation: animCommentaireMontant 3s cubic-bezier(.18,.89,.32,1.28);
    animation: animCommentaireMontant 3s cubic-bezier(.18,2,.3,1.2);
    animation-fill-mode: forwards; /* conserve les propriétés de l'animation après animation terminée */
    display: block;
}
@keyframes animCommentaireMontant {
    0% {
        bottom: -6em;
    } /* hauteur de div à animer */
    100%{
        bottom: 4px;
    }
}

/* ajouter classe dans div pour animer */
.containerImagesComment .commentaireDescendant{
    bottom: -6em; /* hauteur de div à animer */
    -webkit-animation: animCommentaireMontant 3s cubic-bezier(.68,-0.55,.27,1.55);
    -moz-animation: animCommentaireMontant 3s cubic-bezier(.68,-0.55,.27,1.55);
    -ms-animation: animCommentaireMontant 3s  cubic-bezier(.68,-0.55,.27,1.55);
    -o-animation: animCommentaireMontant 3s  cubic-bezier(.68,-0.55,.27,1.55);
    animation: animCommentaireDescendant 3s cubic-bezier(.68,-0.55,.27,1.55);
    animation-fill-mode: forwards; /* conserve les propriétés de l'animation après animation terminée */
}
@keyframes animCommentaireDescendant {
    0% {
        bottom: 0px;
        display: block;
    }
    100%{
        bottom: -6em;
        display: none;
    } /* hauteur de div à animer */
}

.containerImagesComment figure {
    position:relative;
    overflow: hidden;
    padding:0;
    margin:0;
}
.containerImagesComment img{
    width: 550px;
    height: auto;
}
.titrePhoto{
    position: absolute;
    left: 1em;
    bottom: 1em;
    padding: 0.4em;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.7em;
    max-width: max-content;
}