.container_actualites{background-color:var(--fondGrisC);display:flex;justify-content:center;flex-direction:column;width:100%;padding-bottom:2%}.titre_actualites{font-size:2.5em;color:var(--fondMarron);display:flex;justify-content:center;align-items:center}.bloc_posts{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.bloc_img_post{width:320px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin:1%;cursor:pointer}.bloc_img_post img{max-width:100%;border-radius:10px;max-height:320px}.bloc_img_post img:hover{filter:contrast(40%)}.description_post{font-size:1em}.pop_post{position:fixed;z-index:1002;top:50%;left:50%;transform:translate(-50%,-50%);display:none;width:70%;justify-content:center;align-items:center;flex-direction:row;background-color:#ddd;border-radius:10px}.fermer_post_post{position:fixed;font-size:2.5em;color:var(--fondMarron);top:0;right:5px;cursor:pointer}.fermer_post_post:hover{color:#b22222}.bloc_img_post_pop,.bloc_txt_post_pop{width:50%;display:flex;justify-content:center;align-items:center;flex-direction:column}.bloc_img_post_pop img{border-radius:10px}.bloc_img_post_pop video{border-radius:10px;max-height:648px;background-color:#ddd}.date_post_pop{width:92%;text-align:left;font-size:.8em;margin-bottom:0}.description_post_pop{width:92%;font-size:.9em;word-wrap:break-word}@keyframes fadeOut{0%{opacity:0}100%{opacity:1}}.bloc_txt_post_pop a{margin:0;padding:0;margin-bottom:10px;animation:fadeOut 1s linear;display:flex;align-items:center;justify-content:center}.bloc_txt_post_pop svg{color:var(--fondMarron);font-size:1rem;width:100%;padding:4px 7px 3px 6px}.bloc_txt_post_pop svg:hover path{fill:#fff}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.bloc_txt_post_pop a:hover{background:radial-gradient(circle farthest-corner at 28% 100%,#fcdf8f 0,#fbd377 10%,#fa8e37 22%,#f73344 35%,transparent 65%),linear-gradient(145deg,#3051f1 10%,#c92bb7 70%);animation:fadeIn 1s linear;border-radius:15px}.slick-next,.slick-prev{z-index:1}.slick-next:before,.slick-prev:before{position:relative;color:var(--fondMarron)!important}.slick-next:before{left:-1.5em}.slick-prev:before{left:1.5em}@media screen and (max-width:1250px){.pop_post{width:96%;max-height:94%}.bloc_txt_post_pop{overflow-y:auto}}@media screen and (max-width:900px){.pop_post{width:98%;flex-direction:column}.bloc_txt_post_pop{width:96%;justify-content:flex-start}}