#slides {
    position: relative;
}
.slidnon {
    display: none;
}
.slidoui {
    display: block;
}
.progressive-load {
    opacity: 0.5;
    transition: opacity 1s;
    position: absolute;
    width: 100%;
   height: 100%;
    object-fit: cover;
  }
  .progressive-load.loaded {
    opacity: 1;
  }
.containera {
    object-fit: cover;
    overflow: hidden;
    background-color: #FFF;
}
.containerz {
    object-fit: cover;
    overflow: hidden;
    background-color: #FFF;
    border-color: #FFF;
}
.containerdbl {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;  
 }
.slides-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
    object-fit: cover;
    /*  height: 943px;*/
}
.slides-containerdbl {
    position: relative;
    overflow: hidden;
    width: 50%;
    max-height:450px;
    object-fit: cover;
    /*  height: 943px;*/
}
.slideimage {
    position: absolute;
    width: 100%;
   height: 100%;
    object-fit: cover;
    /*  height: 943px;*/
    border-bottom: 2px solid #fff; 
    border-top: 2px solid #fff; 
}
.slideimagez {
    position: absolute;
    width: 100%;
   height: 100%;
    object-fit: cover;
    /*  height: 943px;*/
    border-bottom: 2px solid #fff; 
    border-top: 2px solid #fff; 
}

.slideimagedbla {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    border-right: 1px solid #fff; 
}
.slideimagedblb {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    border-left: 1px solid #fff; 
}
.heightaa {
   height: 355px;
}
/*
.bordd {  
    border-left: 1px solid #fff; 
}
----PAGE INDIVIDULES GALARIE ----*/
.containergaleriea {
    height: 100vh; 
    background-color: #f0f0f0; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.containergalerieb {
    margin: 0; 

    display: flex;
    align-items: center;
    justify-content: center;
}
.containerinfo {
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.echelle{
    max-width: calc(100% - 30px); 
    max-height: 100vh;
}
.gallerieinter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px;
}

.gallerieinter-item {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.gallerieinter img {
    display: block;
    width: 100%;
    height: auto;
}
/*
.slidevideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.controlvideo{
    autoplay: true;
    muted: true;
    loop: true;
}

.video-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.section-outter {
    position: relative;
    z-index: 2;
}
.texthead {
    font-family: 'Inter';
    font-size: 2rem;
    font-weight: 100;
}
.fullscreen-image {
    position: fixed !important;
    z-index: -99;
}
*/
.header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}
.header-center h2,
.header-center p {
    color: #FFF;
    user-select: none;
    text-shadow:
        #2b8795 1px 0px 2px,
        #000000 -1px 0px 2px,
        #2b8795 -1px -0px 2px,
        #2b8795 1px -0px 2px;
}
.header-center h2 {
    font-weight: 300;
    font-size: 70px;
    text-transform: uppercase;
}
.header-center h2 span {
    font-weight: 700;
}
@media(max-width: 768px) {
    .header-center h2 {
        font-size: 35px;
    }
}
.header-center p {
    font-size: 24px;
    font-weight: 300;
}
.header-center a:hover {
    background: #25292c;
    border-color: #25292c;
    color: #4cddf3;
    outline: 0;
}
.arr {
    width: 45px;
    height: 45px;
}
/* Animation texte hero banner*/
.header-center.fade-in {
    zoom: 0;
    animation: fadeit 1s ease-out;
}
@media(max-width: 650px) {
    .slideimagedbla  {
    width: 100%;
    max-height: 700px;        
    border-right: 0px;     
    border-bottom: 1px solid #fff; 
    }
    .slideimagedblb  {
    width: 100%;
    max-height: 700px;        
    border-left: 0px;     
    border-top: 1px solid #fff; 
    }
}

@keyframes fadeit {
    from {
        top: 46%;
        opacity: 0;
    }
    to {
        top: 50%;
        opacity: 1;
    }
}
