* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: pacifico;
    src: url(../typos/Pacifico.ttf);
}

html,
body {
    height: 100%;
    font-family: arial;
    font-size: 14px;
}

body {
    background: #f4f3ed;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF url(../medias/logo.svg) no-repeat center;
    background-size: 250px;
    z-index: 10000000;
    width: 100%;
    height: 100%;
}

.loader p {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

#conteneur {
    width: 100%;
    height: 100%;
}

#m_desktop,
.desktop {
    display: none;
}

#m_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#lang {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 1002;
    color: #FFF;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
}

#lang p {
    cursor: pointer;
}

#lang img {
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
}

#lang #others {
    margin-left: 15px;
    list-style: none;
    display: none;
}

#lang #others li {
    padding: 5px;
    margin: 5px;
    background: rgba(96, 24, 30, 0.85);
    cursor: pointer;
}

#hamburger {
    border: none;
    background: none;
    float: right;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
}

#menu_close {
    border: none;
    background: none;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    float: right;
}

#m_mobile ul {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(67, 67, 67, 0.97);
    overflow: auto;
    list-style: none;
}

#m_mobile ul li:first-child {
    height: 52px;
}

#m_mobile a {
    color: #FFF;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    font-family: pacifico;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

#m_mobile .trait {
    margin: 0 auto;
    width: 50px;
    border-bottom: #FFF 1px solid;
}

/**************INDEX***************/

#home {
    background: url(../medias/videos/poster_index.jpg) no-repeat center;
    background-size: cover;
}

.home {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home video {
    /*height: 100%;
	width: 100%;*/
    width: 10000px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.home .contenu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    font-family: arial;

}

.home .contenu h1 {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.home .contenu h1:first-child {
    margin-top: 2px;
    margin-left: 1px;
}

#home .contenu h1#titre {
    margin-top: 140px;
    font-size: 38px;
}

.home .contenu h2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
    bottom: 15%;
    font-size: 18px;
    font-style: italic;
    padding: 2%;
    box-sizing: border-box;
    max-height: 250px;
    overflow: auto;
    background: rgba(96, 24, 30, 0.85);
}

.home .contenu h2 button.plus,
.modal button {
    margin-top: 10px!important;
}

.overlay_modal,
.overlay_modal_ml {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(96, 24, 30, 0.97);
    z-index: 20000;
    position: fixed;
    top: 0;
    left: 0;
}

.modal,
.modal_ml {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20001;
    text-align: center;
    padding: 5%;
    padding-top: 10%;
    box-sizing: border-box;
    color: #FFF;
}

.modal a,
.modal_ml a {
    color: #FFF;
}

.modal h2,
.modal_ml h2 {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
}

.home .contenu h1 img#logo_ombre {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
}

.souris {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.65));
    cursor: pointer;
}

.home .contenu h1 {
    font-family: pacifico;
    font-size: 48px;
}

.home .contenu h2 {
    font-size: 18px;
}

#milieu {
    height: 300%;
    width: 100%;
    overflow: hidden;
}

#milieu article {
    width: 100%;
    height: 33.3333333333333333333333333333%;
    padding: 5%;
    box-sizing: border-box;
}

#milieu article .cadre {
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 10px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 6%;
}

#chambres .cadre {
    background: url(../medias/chambres.jpg) no-repeat center;
    background-size: cover;
}

#prestations .cadre {
    background: url(../medias/prestations.jpg) no-repeat center;
    background-size: cover;
}

#activites .cadre {
    background: url(../medias/tourisme.jpg) no-repeat center;
    background-size: cover;
}

.infos {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 38%;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    /*align-content: center;*/
    align-items: center;
}

.infos h2,
#avis h2,
#contact h2,
#reservations h2 {
    font-family: pacifico;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

.infos p {
    font-style: italic;
    line-height: 13px;
}

.infos button {
    background: none;
    padding: 15px 10px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}

.infos button:hover {
    opacity: 0.5;
}

.infos div {
    width: 100%;
}

/*#chambres .infos{
	color: #434343;
}
#chambres .infos button{
	border: #434343 2px solid;
	color: #434343;
}
#prestations .infos{
	color: #a80000;
}
#prestations .infos button{
	border: #a80000 2px solid;
	color: #a80000;
}
#activites .infos{
	color: #113f23;
}
#activites .infos button{
	border: #113f23 2px solid;
	color: #113f23;
}*/

.infos {
    color: #8a2e36!important;
}

.infos button {
    border: #8a2e36 2px solid;
    color: #8a2e36!important;
}

.grise {
    position: relative;
}

#avis,
#reservations {
    width: 100%;
    min-height: 100%;
    background: url(../medias/avis.jpg) no-repeat center;
    background-size: cover;
    color: #FFF;
    padding: 5%;
    padding-bottom: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

#avis blockquote {
    /*color:#434343;*/
    color: #8a2e36;
    background: rgba(255, 255, 255, 0.65);
    border-left: #8a2e36 6px solid;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#avis h2,
#contact h2,
#reservations h2 {
    text-align: center;
}

#avis p {
    font-style: italic;
}

#avis h3 {
    text-align: right;
    font-size: 18px;
    font-family: pacifico;
    font-weight: normal;
}

#contact {
    width: 100%;
    min-height: 100%;
    /*background: #434343;*/
    background: #8a2e36;
    color: #FFF;
    padding: 5%;
    box-sizing: border-box;
}

#contact #adresse,
#contact #tels {
    text-align: center;
    font-style: italic;
}

#tels {
    margin-top: 10px;
}

#tels img {
    vertical-align: middle;
}

#contact form input[type="text"],
#contact form textarea {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 10px;
    color: #434343;
    font-style: italic;
}

#contact form textarea {
    min-height: 200px;
}

#envoie {
    text-align: center;
}

#carte {
    width: 100%;
    margin-top: 20px;
}

#carte iframe {
    width: 100%;
}

#contact form input[type="submit"] {
    border: #FFF 2px solid;
    color: #FFF;
    background: none;
    padding: 15px 10px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}

#milieu article,
#avis blockquote {
    position: relative;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.5s ease-in-out;
}

#milieu article.apparition,
#avis blockquote.apparition {
    transform: translateX(0px);
    opacity: 1;
}

#logos {
    text-align: right;
    display: block!important;
    margin-top: 40px;
}

/*******************FIN INDEX**********************/

/*******************CHAMBRES**********************/

#home_chambres {
    background: url(../medias/videos/poster_chambres.jpg) no-repeat center;
    background-size: cover;
}

#home_chambres h1 {
    top: 10%;
    line-height: 48px;
}

.homep {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    width: 100%;
}

.home button,
.modal button,
.modal_ml button,
.diapo button,
#reservations button {
    border: #FFF 2px solid;
    background: none;
    padding: 15px 10px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
}

.home button:hover,
.diapo button:hover,
#reservations button:hover {
    opacity: 0.5;
}

#milieu .chambre {
    padding: 0;
}

#milieu .chambre .cadre {
    box-shadow: none;
}

.chambre .infos {
    height: 50%;
    text-align: left;
    overflow: auto;
    align-items: flex-start;
    padding: 2.5%;
    color: #434343;
}

.chambre .infos h2 {
    text-align: center;
}

.diapo {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.diapo .diapop {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 590;
}

.diapo .images li {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.diapo .images li img {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.diapo .points {
    position: absolute;
    /*top: 10px;*/
    top: 48px;
    left: 10px;
    z-index: 503;
}

.diapo .points li {
    list-style: none;
    /*float: left;*/
    margin-right: 3px;
    margin-bottom: 3px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #FFF;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    cursor: pointer;
}

#reservations {
    background: url(../medias/reservations.jpg) no-repeat center;
    background-size: cover;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    text-align: center;
}

#dates,
#coord {
    text-align: center;
}

#dates input[type="date"],
#coord input[type="text"],
#coord input[type="email"],
#coord input[type="tel"] {
    border-radius: 10px;
    padding: 8px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 3px inset;
}

#nb_jours {
    margin-bottom: 10px;
}

/*#chambres_disponibles */

input[type="checkbox"] {
    width: 22px;
    height: 22px;
    background: #FFF;
    border: none;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 3px inset;
}

.plus_cgv,
.plus_ml,
.prev,
.next,
.close {
    text-decoration: underline;
    cursor: pointer;
}

.label_check {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

#reservations button {
    margin-bottom: 10px;
}

.etapes {
    width: 248px;
    background: url(../medias/fd-etapes.png) center repeat-x;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
}

.etapes li {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px inset;

}

.etapes li.etape1 {
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
    background: #8a2e36;
}

.souris_chambre_desktop {
    display: none;
}

.infos div p {
    margin-bottom: 10px;
}

.infos div ul {
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*******************FIN CHAMBRES**********************/

/*******************PRESTATIONS***********************/

#home_prestations {
    background: url(../medias/videos/poster_prestations.jpg) no-repeat center;
    background-size: cover;
}

.prestations {
    margin: 5%;
    padding: 5%;
    color: #8a2e36!important;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 10px;
}

.prestations ul {
    margin-left: 20px;
    font-weight: bold;
}

.prestations ul ul {
    font-style: italic;
    margin-top: 10px;
}

.activites li {
    margin-bottom: 10px;
}

.prestations p {
    margin-bottom: 10px;
}

.photos_bloc {
    box-sizing: border-box;
    text-align: center;
}

.photos_bloc img {
    width: 49%;
    vertical-align: top;
    margin-top: 10px;
}

#prestations_detail .cadre {
    background: url(../medias/chambres.jpg) no-repeat center;
    background-size: cover;
}

.texte_bloc h2 {
    text-align: center;
    font-family: pacifico;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

/*******************FIN PRESTATIONS*******************/

/*******************ACTIVITES*************************/

#home_activites {
    background: url(../medias/activites/bg.jpg) no-repeat center;
    background-size: cover;
}

/*******************FIN ACTIVITES*********************/

#credits {
    display: block!important;
    width: 100%;
    text-align: center;
    font-size: 10px;
    border-top: #FFF 1px solid;
    margin-top: 10px;
    padding-top: 20px;
}

#credits a {
    color: #FFF;
}

@media screen and (min-width:768px) {

    /*******************INDEX**********************/
    #milieu {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 100%;
    }
    #milieu article {
        padding: 1.8%;
        /*height: 50%;*/
    }
    #milieu article#chambres,
    #milieu article#prestations {
        width: 50%;
        height: 55%;
    }
    #milieu article#activites {
        width: 100%;
        height: 45%;
    }
    #milieu article .cadre {
        margin-bottom: 0;
    }
    #avis div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #avis blockquote {
        width: 49%;
    }
    #contact > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contact div div,
    #contact div form {
        width: 48%;
    }
    #contact div form {
        margin-top: 10px;
    }
    #envoie {
        text-align: right;
    }
    #contact form textarea {
        min-height: 285px;
    }
    /*******************FIN INDEX**********************/
    /*******************CHAMBRES**********************/
    #milieu.chambres {
        /*justify-content: center;*/
        display: block;
        height: 300%;
    }
    #milieu.chambres article {
        width: 100%;
        height: 33.33333333333333%;
    }
    /*#milieu article#chambre3{
		height: 45%;
		width: 100%;
	}*/
    /*******************FIN CHAMBRES**********************/
    /*******************PRESTATIONS***********************/
    .prestations {
        padding: 2.5%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .texte_bloc,
    .photos_bloc {
        width: 49%;
    }
    .invert {
        flex-direction: row-reverse;
    }

    /*******************FIN PRESTATIONS*******************/
}

@media screen and (min-width:1025px) {

    #m_mobile,
    .mobile {
        display: none;
    }
    #m_desktop {
        display: block;
        position: fixed;
        padding-top: 10px;
        padding-bottom: 20px;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1001;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.45+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }
    #m_desktop ul {
        text-align: center;
    }
    #m_desktop li {
        display: inline;
        margin: 0 5px;
    }
    #m_desktop a {
        font-family: pacifico;
        font-size: 18px;
        color: #FFFFFF;
        text-decoration: none;
        text-shadow: rgba(0, 0, 0, 0.65) 0 0 3px;
    }
    #m_desktop .active {
        border-bottom: #FFF 1px solid;
    }
    /*******************INDEX**********************/
    #milieu {
        height: 600px;
    }
    #milieu article#chambres,
    #milieu article#prestations,
    #milieu article#activites {
        width: 33.3333%;
        height: 100%;
    }
    #milieu article {
        padding-top: 60px;
    }
    #avis {
        min-height: 500px;
    }
    #avis blockquote {
        width: 32%;
    }
    #adresse_desktop {
        display: block;
        width: 22%!important;
        text-align: left;
    }
    #adresse_desktop img {
        vertical-align: middle;
    }
    #contact div div,
    #contact div form {
        width: 36%;
    }
    /*******************FIN INDEX**********************/
    /*******************CHAMBRES**********************/
    #milieu.chambres {
        display: flex;
        height: 600px;
        box-sizing: border-box;
    }
    #milieu.chambres article {
        width: 33.3333%;
        height: 100%;
        padding-top: 60px;
    }
    #milieu .chambre {
        padding: 1.8%;
    }
    #milieu .chambre .cadre {
        box-shadow: rgba(0, 0, 0, 0.65) 0 0 10px;
    }
    .souris_chambre_desktop {
        display: block;
    }
    .diapo .points {
        top: 10px;
    }
    .diapo .points li {
        float: left;
    }
    /*******************FIN CHAMBRES**********************/
    /*******************RESERVATIONS**********************/
    #dates input[type="date"] {

        width: 45%;

    }
    /*******************FIN RESERVATIONS*****************/
    /*******************ACTIVITES************************/
    #home_activites {
        background-attachment: fixed;
    }
    #activites_milieu {
        display: flex;
        flex-wrap: wrap;
        padding-top: 60px;
        /*padding-left: 2%;
        padding-right: 2%;*/
        box-sizing: border-box;
        justify-content: space-around;
        align-items: flex-start;
    }
    .invert {
        flex-direction: row;
    }
    .activites {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
    }
    /*******************FIN ACTIVITES*******************/
}
