.apercu-images-1photo-top img
{
    width: 31%;
    margin: 25px 0 -29px 65%;
    display: flex;
}
.apercu-images-1photo-bottom img
{
    width: 31%;
    margin: 0 0 -32px 65%;
    display: flex; 
}
.apercu-images-1photo-bottom-standard img
{
    width: 31%;
    margin: 0 0 40px 65%;
    display: flex; 
}


.apercu-images-3photos
{
    display: grid;
    grid-template-columns: 75% 36.8%;
    grid-column-gap: 1.5%;
    grid-template-areas: "imgbig smallimg";
    margin: 8% 15% 0 0%;
}

.apercu-imgbig-3photos
{
    grid-area: imgbig;
}

.apercu-smallimg-3photos
{
    grid-area: smallimg;
}

.apercu-images-3photos img
{
    width: 100%;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}

.apercu-images-2photos
{
    display: flex;
    margin: 0px 0 0 -18%;
    margin-top: 25%;
}
.apercu-images-2photos img
{
    width: 40%;
    height: 40%;
    margin: -5% -13% 0 15%;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}

.apercu-images-2photos-eco
{
    display: flex;
    margin: 15% 0 0 -50%;
}
.apercu-images-2photos-eco img
{
    width: 40%;
    height: 40%;
    margin: -5% -13% 0 15%;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}


.apercu-images-4photos
{
    display: flex;
    margin: 3% 0 0 -18%;
}
.apercu-images-4photos img
{
    width: 40%;
    height: 40%;
    margin: 2% -13% -1% 15%;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}

.apercu-images-2photos-bas
{
    display: flex;
}

.apercu-images-2photos-bas img
{
    width: 47.5%;
    height: 100%;
    margin: 0% 1.2% 8% 0;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}


/* ##############" slider ############ */

div#galerie
{
    margin-bottom: 25px;
    background-color: #c0ceda;
    padding: 1px 0 5px 10px;
    font: 0.9em Georgia, serif;
}

ul#galerie_mini
{

  margin: 0 ;
  padding: 0 ;
  list-style-type: none ;
    display: block;
}

.miniatures-slider
{
  display: flex ;
    margin: 50px 0 0 0;
}

ul#galerie_mini li a img
{
  margin: -15% 0 15% 0;
  border: 4px solid #dcb ;
  width: 90%;
}

dl#photo
{
  clear: both ;
  margin: 0 auto ;
}

dl#photo dt
{
  display: none;
}

dl#photo dd
{
    margin: 0;
    position: relative;
    z-index: 1;
}

dl#photo img
{
    width: 97%;
    margin: 0% 0 0 1%;
    padding-top: 20px;
}
#big_pict
{
    display: block;
}

.titreindex
{
    width: 95%;
    font-family: sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin: -66px 0 0% 1%;
    padding: 1rem 0 0 2%;
    background-color: rgba(73, 113, 149, 0.75);
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.titreindex img
{
    max-width: 60px;
    padding-top: 0px !important;
    margin: -10px 10px 10px 0px !important;
}





button:hover{cursor: pointer}

.gallery-item
{
   position: relative;
   overflow: hidden;
   cursor: pointer;
}

.gallery-item:before
{
   position: absolute;
   width: 100%;
   height: 100%;
    padding-top: 25%;
   background: rgba(80,90,80, .4);
   transition: .4s all linear;
   color: #eee;
   text-shadow: 2px 2px 4px #000;
}

.gallery-item:before
{
   content: "Plein Écran ";
   text-align: center;
   transform: translateY(-100%);
}





.popup{
    margin: auto;
}
.popup img{
    cursor: pointer;
}
.show{
    z-index: 999;
    display: none;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
}
.show .img-show{
    position: fixed;
    z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0,0,0,.7);
}
.img-show span{
    position: fixed;
    top: 5%;
    right: 25vw;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 60vw;
    height: 40vw;
    position: fixed;
    border-radius: 1%;
    top: 0;
    left: 0;
    margin: 5% 20vw;
}

.fontx{
    font-family: sans-serif;
    color: #fff;
    transition: all ease-in-out 0.1s;
}
.fontx:hover
{
    transform: scale(1.15);
}
/*End style*/




@media all and (max-width: 780px)
{
  .gallery-item{height: 150px}
}

@media all and (max-width: 600px)
{
  .gallery-item{width: 48%}
}




/*le css du popup*/

/*
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000000;
    top: 0;
    left: 0;
    height: 100vh;
}
.cnt223{
    width: 70%;
    max-width: 600px;
    margin: 200px 35%;
    position: absolute;
    z-index: 1;
    box-shadow: 0 2px 5px #000;
}
.img-popup
{
    border-radius: 1%;
    margin-bottom: -10%;
    width: 100%;
}
.cnt223 p{
clear: both;
    color: #555555;
     text-align: justify; 
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.btn-popup
{
    width: 19%;
    position: relative;
    margin: -5% 0 0 75%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.1s;
    transform: translateY(-20%);
}
.btn-popup:hover
{
    transform: scale(1.1) translateY(-20%);
}
.close
{
    position: absolute;
    margin: -61% 0 0 -93%;
    font-family: sans-serif;
    color: white;
    transition: all ease-in-out 0.1s;
    width: 100%;
}
.close:hover
{
    font-size: 1.05rem;
    transform: translateY(-2px);
}
.popup img
{
    transition: all ease-in-out 0.1s;
}
.popup img:hover
{
    transform: scale(1.05);
}

#ch-standard .show .img-show
{
    
}
#ch-sup .show .img-show
{
    width: 900px;
    height: 600px;
    position: fixed;
    z-index: 1000;
    transform: translate(-62%, -195%);
    box-shadow: 0px 5px 10px rgba(0,0,0,.7);
}
*/




/*le css du popup reservit*/
 .tarifs-reservit {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 1.3rem;
        color: #5e3d2c;
    }
.tarifs-reservit img {
        width: 30%;
        margin: -5% 1% 0 -5%;
    }
 #rsvit_btn {
        transform: initial;
        padding: 10px 20px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #5e3d2c;
        color: #fff;
        border: 0;
        top: 335px;
        min-height: 55px;
        bottom: initial;
        cursor: pointer;
        right: 0;
        position : fixed;
        z-index: 999999;
        display: none;
    }
    #iframeReservitBestPriceWidget {
        margin: auto;
        border: none;
        max-width: initial;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 5px;
    }
    #btn_bed_ico {
        font-size: 1.3em;
        border: 2px solid;
        border-radius: 3px;
        padding: 2px 3px 2px 3px;
        margin-right: 5px;
    }
    #rsvit_btn>span {
        font-weight: normal;
    }
    #ReservitBestPriceWidgetbox {
        border: 0;
        position: relative;
        z-index: 999998;
        background-color : transparent;
        -webkit-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.64);
        -moz-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.64);
        box-shadow: initial;
        text-align: center;
        overflow: hidden;
        width: 250px;
        height: 130%;
    }
    #ReservitBestPriceWidget {
        position: fixed;
        top: 50%;
        display: none;
        text-align: center;
        width: 250px;
        height: 450px;
        right: 0;
        transform: translateX(0);
        transform: translateY(-50%);
        left: initial;
        z-index: 9999;
        background-color:rgba(255,255,255,.85);
        border-radius: 10px;
        right: 10px;
    }
    #box_btn_close {
        font-size: 20px;
        color: black;
        transition: transform 0.5s ease;
        margin: auto;
    }
    #box_btn_close:hover {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #box_btn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        vertical-align: middle;
        top: -15px;
        left: -15px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding-top: 3px;
        text-align: center;
        border-style: solid;
        cursor: pointer;
        background-color: white;
        -webkit-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.64);
        -moz-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.64);
        box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.64);
        z-index: 1000000;
    }
    /* DEBUT RESPONSIVE */
    @media (max-width: 790px) {
        #rsvit_btn {
            width: 92%;
            left: 4%;
            bottom: 0;
            top: initial;
            border-bottom-left-radius: 0;
            border-top-right-radius: 5px;
            background-color: rgba(244,158,76,0.9);
        }
        #ReservitBestPriceWidget {
            left: 50%;
            right: initial;
            margin-left: -125px;
        }
        #ReservitBestPriceWidgetbox {
            width: 80vw;
        }
    }
    @media screen and (max-width:450px) and (orientation:portrait) {
        #ReservitBestPriceWidget {
            width: 80vw;
            height: 90%;
        }
        
    }
    @media screen and (max-width:750px) and (orientation:landscape) {
        #ReservitBestPriceWidget {
            width: 80vw;
            height: 90%;
        }
        #ReservitBestPriceWidgetbox {
            width: 80vw;
        }
    }
    /* FIN RESPONSIVE */