body.home .slide-img img  {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 891px) {
    body.home .slide-img img  {
        height: 692.75px;
    }
}
@media (min-width: 907px) {
    body.home .slide-img img  {
        height: 677.25px;
    }
}
@media (min-width: 1022px) {
    body.home .slide-img img  {
        height: 660px;
    }
}
/* @media only screen and (max-width: 450px) {
    .home h1{
        font-size: 3.5rem !important;
    }
    .cont-flip-box {
        grid-template-columns: 1fr !important;
    }
    .immodvisor {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .home .section-2{
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .home .section-2 .blocs{
        padding: 2rem !important;
    }
    .home .section-2 .blocs .col {
        padding: 4rem 3rem !important;
    }
    .home .section-3 .base-line {
        padding-top: 1rem !important;
        font-size: 4rem !important;
        line-height: 1.2 !important;
    }
} */

#cookie-notice{
    max-width: 600px;
    min-width: inherit;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cookie-notice .cookie-notice-container{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
#cn-notice-text{
    font-size: 15px;
}
#cn-notice-buttons{
    margin-top:20px;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    font-size: 19px;
    padding-left:20px;
    padding-right:20px;
}
#cookie-notice .cn-button:hover {
    color: #00a99d !important;
    background-color: #fff !important;
    border:1px solid #00a99d !important;
}
#cn-close-notice {
    top: 20px;
    right: 10px;
}
@media (max-width:991px){
    #cn-more-info{
        margin-top:20px !important;
    }
}
@media (max-width:567px){
    #cookie-notice{
        max-width: 90%;
    }
}


/**** Actualités ****/

.container_actu .item-actu .image  {
  aspect-ratio: 16/10;
}
.container_actu .item-actu .image-actualite {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 20260708 - NP - slider/slick - pour éviter d'avoir les images les unes sous les autres avant chargement complet du slider */
.home-banner-slider .img { display: none; }
.home-banner-slider .img:first-child { display: block; }
.home-banner-slider.slick-initialized .img { display: block; }