/* CSS PERSONNALISE
*/


/*
MAJ DU 27/05/2019 - 02h34
FINI


/* POLICE COLABORATE*/

@font-face {
    font-family: 'colaborate';
    src: url('../font/ColabThi-webfont.eot');
    src: url('../font/ColabThi-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ColabThi-webfont.woff') format('woff'), url('../font/ColabThi-webfont.ttf') format('truetype'), url('../font/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin: 0 auto;
    background-color: #fafafa;
    box-sizing: border-box;
}


/* HEADER DU SITE*/

header {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

header>img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    vertical-align: bottom;
}


/* NAVBAR*/

nav {
    width: 100%;
    background-color: #27374d;
    margin: 0 auto;
    color: #dceafc;
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
}

.nav>div {
    margin: 15px;
    height: auto;
}

h1 {
    font-size: 2rem;
    font-weight: normal;
}

nav>div>h2,
.left-nav {
    font-family: colaborate, serif;
    font-weight: normal;
    font-size: 1.8rem;
}

.h2reservation {
    font-size: 1.3rem;
    padding: 5%;
}

.h2reservation a {
    border: 1px solid #FAFAFA;
    border-radius: 5px;
    font-family: colaborate, cursive;
    padding: 1% 2%;
}

.h2reservation a:hover {
    color: #d5ae35;
    border: 1px solid #d5ae35;
}


/* DEBUT DU CODE CONCERNANT LE MENU*/

.menu-nav-1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #27374D;
    background-color: rgba(39, 55, 77, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-boite {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    list-style: none;
}

.menu-boite a {
    text-decoration: none;
    font-size: 2rem;
    color: #dceafc;
    display: block;
    transition: 0.3s;
}

.menu-niv-2 {
    width: 40%;
    height: auto;
    padding: 5px;
    display: none;
    margin: auto;
    list-style-type: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu-niv-2 ul {
    list-style-type: none;
}

.closebtn {
    position: absolute;
    top: 20px;
    left: 90%;
    font-size: 40px;
    color: #dceafc;
    text-decoration: none;
}


/* FIN DU CODE CONCERNANT LE MENU*/


/* PANIER */

.basket {
    background-color: #fafafa;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
    border: 2px solid #27374D;
    color: #27374d;
}

.basket ul {
    border-bottom: 3px double #d5ae35;
    margin-top: -5px;
    margin-left: 0;
    list-style: none;
    padding: 0;
}

.basket ul>li {
    padding: 5px;
    white-space: nowrap;
}

.basket p>span {
    font-size: 10px;
}

.basket p {
    text-align: center;
    font-weight: bold;
}

.basket h4 {
    font-size: 1.8rem;
    padding: 5px;
    font-family: 'Petit Formal Script', cursive;
    text-align: center;
}

.fa-shopping-bag {
    cursor: pointer;
}


/* FIN DU PANIER */


/* LISTE DEROULANTE LANGUE */

.left-nav>form>select,
.left-nav>form>select>option {
    background-color: inherit;
    border: none;
    font-family: colaborate, serif;
    font-weight: normal;
    background-color: #27374d;
    color: #dceafc;
    position: relative;
    top: -1vh;
    font-size: 1.2rem;
}

.left-nav-2 div:first-child {
    margin-right: 10px;
}


/* SEARCH OUTIL */

#toggle-search {
    height: 100px;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 7;
    font-size: 14px;
    text-align: center;
    background-color: #27374d;
    margin: 0;
    width: 200px;
    right: -30px;
}

#id-search {
    width: 70%;
}

#toggle-search h4 {
    font-size: 18px;
}

.left-nav-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.left-nav-2 div {
    justify-content: center;
}

.left-nav-2 div:first-child {
    margin-top: 2%;
}

.fa-search {
    cursor: pointer;
}


/* CORPS PRINCIPAL DU SITE */

main {
    color: #27374d;
    padding: 2%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 0.9rem;
    min-height: 130vh;
    text-align: justify;
}

main:after {
    display: block;
}


/* Disparition de l'image de la carte en responsive */

.deco-img {
    display: block;
}


/* Collusion avec classe boostrap */

.active {
    background-color: #f9f7f7!important;
    border-bottom: none!important;
}


/*  LISTE CGV */

ul.listcgv>li {
    list-style-type: disc!important;
    font-size: 0.8rem;
}

ol.listcgv2>li {
    list-style-type: upper-roman;
    font-size: 1.5rem;
}

ol.listcgv2>li>p {
    font-size: 0.8rem;
}


/* MISE EN PAGE TITRE */

.container h2 {
    font-family: 'Petit Formal Script', cursive;
    font-size: 2.3rem;
    margin-bottom: 2rem
}

.container h3 {
    font-family: colaborate, cursive;
    font-size: 2rem;
}

.nav-item a h3 {
    color: #d5ae35;
}

.container h4 {
    font-family: 'Petit Formal Script', cursive;
    font-size: 1.8rem;
}

.container h5 {
    font-family: colaborate, cursive;
    font-size: 1.8rem;
}

.container h6 {
    font-family: colaborate, cursive;
    font-size: 1.2rem;
    text-transform: uppercase;
}


/* Gestion des bordure des onglet */

a.nav-tabs:hover,
a.nav-link:hover {
    border: none;
}

.resto-link a.active:hover {
    border: 1px solid #dee2e6;
}


/* GESTION DES IMAGES DU QSN */

.image-histo {
    max-width: 45vh;
    text-align: center;
}


/* GESTION DES LIENS DE LA PAGE SPA */

a.spalink h3 {
    white-space: wrap;
    font-size: 1.5rem;
    text-align: center;
}

a.spalink:hover h3,
a h1:hover {
    color: #ffc938
}


/* JOLI DECORATION DE MENU */

.sepa {
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 0px;
    box-sizing: border-box;
    background-color: #dceafc;
    z-index: 2;
}

.background-body {
    background-color: #f9f7f7;
    position: relative;
    z-index: 4;
}


/*CHANGEMENT DES LIST */

ul,
li {
    list-style: none;
}


/* FOOTER */

footer {
    background-color: #27374d;
    color: #dceafc;
    font-family: colaborate, serif;
}

footer>div:last-child {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #d5ae35;
}
.atelier{
    font-size: 0.8rem;
    text-transform: initial; 
}

footer>div:last-child a:hover,
.followus a:hover,
a.spalink:hover {
    color: #ffc938;
    text-decoration: none;
}

footer .fab,
.fas {
    font-size: 1.5rem;
}


/* RESPONSIVE ECRAN */


/* responsive pour petits écran */

@media (max-width:768px) {
    nav>div>h2,
    .left-nav {
        font-family: colaborate, cursive;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 2rem;
        flex-wrap: nowrap;
    }
    h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    .left-nav:last-child {
        padding: 0px;
    }
    /* IMG DU MENU*/
    .deco-img {
        display: none;
    }
    .onglet-carte {
        font-size: 2rem;
        flex-wrap: nowrap;
    }
    .left-nav-2 div:first-child {
        margin-top: 8%;
        margin-right: 10px;
    }
    .logo {
        display: none;
    }
    .h2reservation a {
        font-size: 1.2rem!important;
    }
    .menu-boite a {
        font-size: 1.2rem;
    }
    .menu-niv-2 {
        width: 60%
    }
    .left-nav>form,
    .left-nav>form>select,
    .left-nav>form>select>option {
        font-size: 1.2rem;
    }
    nav i {
        font-size: inherit;
    }
    #toggle-search {
        width: 100vh;
        left: -55vh;
    }
}

@media (max-width:576px) {
    .left-nav>form,
    .left-nav>form>select,
    .left-nav>form>select>option,
    nav i {
        font-size: 1.3rem!important;
    }
    .left-nav>form {
        top: -1vh;
    }
    h1,
    .h2reservation a {
        font-size: 1.2rem;
    }
    /*
COMPORTEMENT DE LA CARTE EN PETIT ECRAN
*/
    .onglet-carte {
        font-size: 1rem;
        flex-wrap: wrap;
    }
    /*
POSITIONNEMENT DU PANIER EN PETIT ECRAN
*/
    #panier {
        width: 100%;
        position: fixed;
        left: 0;
        top: 69%;
        z-index: 25;
    }
}


/*FIN DU RESPONSIVE PETIT ECRAN*/


/* citation presse */

.quote {
    font-family: serif;
    text-align: center;
    font-style: italic;
    font-weight: lighter;
    font-size: 1.1rem;
    line-height: 0.9rem;
}


/* avatar de la page avis */

.avatar {
    max-height: 100px;
}


/* COMMENTAIRE AVIS */

.commentaire {
    text-align: justify;
    font-size: 0.7rem;
}


/*ETOILE JS , VOIR AVEC LE SCRIPT */

.star {
    white-space: nowrap;
}

.star>i {
    font-size: 0.7rem;
}

.sepahr {
    border-bottom: 3px double #d5ae35;
    margin-bottom: 5%;
}

#id-note>option i {
    color: #27374d;
}

.checked {
    color: #d5ae35;
}

.fa-star {
    font-size: 2rem;
}


/*Liens*/

.liensp {
    color: #d5ae35;
    text-decoration: none;
}

.liensp:hover {
    color: #ffc938;
    text-decoration: none;
}

div>p>a,
div>div>div>a {
    color: #d5ae35;
    text-decoration: none;
}

nav a,
footer a,
nav a:hover,
footer a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #dceafc;
}

a:hover {
    text-decoration: none;
}

.liens {
    color: #d5ae35;
}

.liens a:hover {
    color: #ffc938;
    text-decoration: none;
}


/*Accueil : Background à côté des photos*/

.bcg-accueil {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}


/*CLASSES JQuery Accueil*/

.bcgLiens {
    background-color: #27374d;
    border-radius: 0.25rem;
    padding: 0 1%;
}

div>div>div>a {
    font-size: 1.3rem;
}


/*Imprimer*/

.fa-print {
    color: #d5ae35;
    cursor: pointer;
}

.fa-print:hover {
    color: #ffc938;
}


/*Classes mise en page*/

.format-100 {
    max-width: 100%;
    height: auto;
}

.flex-c1 {
    display: flex;
    flex-direction: column;
}

.bord {
    border-radius: 0.25rem;
}

.separateur {
    height: 2px;
    width: 100%;
    border: 1px solid #d5ae35;
    border-radius: 5px;
    margin: 4% 0 0;
}

.separateur-follow {
    height: 2px;
    width: 100%;
    border: 1px solid #d5ae35;
    border-radius: 5px;
    margin: 4% 0 4%;
}

.separateur-actualite {
    height: 2px;
    width: 100%;
    border: 1px solid #d5ae35;
    border-radius: 5px;
    margin: 4% 0 0;
}

.bcg-dore {
    background-color: #d5ae35;
    border-radius: 5px;
}

.formu-select {
    border-radius: 0.3rem;
    height: 2.5rem;
    width: 100%;
    border: 1px solid grey;
    padding: 0 1%;
    margin-bottom: 1.6rem;
}

.formu-input {
    border-radius: 0.3rem;
    height: 2.5rem;
    width: 100%;
    border: 1px solid grey;
    padding: 2%;
    margin-bottom: 1.6rem;
}

.formu-text {
    border-radius: 0.3rem;
    height: 4rem;
    width: 100%;
    border: 1px solid grey;
    padding: 1%;
    margin-bottom: 1.6rem;
}


/*Bouton envoi formulaire*/

.bout {
    background-color: #27374D;
    color: #FAFAFA;
}

.bout:hover {
    background-color: #d5ae35;
}
#contacter{
    padding-top: 6rem;
}


/*CLASSES POUR LES FORMULAIRES*/


/*Champs obligatoires*/

.ChampsOb {
    border: 2px solid red;
}

.cadre {
    border-radius: 0.25rem;
    border: 1px solid #d5ae35;
}


/*Pour les chambres*/

.bcg-chb {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

figcaption a {
    color: #d5ae35;
    border: 1px solid #d5ae35;
    padding: 0.8rem;
    border-radius: 0.25rem;
}

.bouton-or {
    color: #d5ae35;
    border: 1px solid #d5ae35;
    padding: 0.7rem;
    border-radius: 0.25rem;
}

btn-dore {
    border: 1px solid #d5ae35;
    background-color: #FAFAFA;
    color: #d5ae35;
    padding: 0.7rem;
    border-radius: 0.25rem;
}

.bouton-or:hover {
    color: #ffc938;
    text-decoration: none;
}

figcaption a:hover {
    color: #ffc938;
    text-decoration: none;
}

figure p {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .bcg-chb {
        background-color: rgba(245, 220, 220, 0);
        border-radius: 0rem;
        border: none;
    }
    figure.effect-ruby {
        background-color: #17819c;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby:hover {
        background-color: rgb(28, 32, 39);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby img {
        opacity: .7;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby:hover img {
        opacity: .35;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby h3 {
        margin-top: 20%;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby p {
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
        transform: translate3d(0, 20px, 0) scale (1.1);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby p:last-child {
        -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
        transform: translate3d(0, 20px, 0) scale (1.1);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby:hover h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
        display: block;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figure.effect-ruby:hover figcaption {
        bottom: 1%;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figcaption {
        width: 100%;
        bottom: -50%;
        left: 0%;
        position: absolute;
        color: white;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figcaption a {
        color: white!important;
        background-color: inherit;
        border: 1px solid white;
        padding: 1rem;
        text-decoration: none!important;
    }
    figcaption a:hover {
        background-color: rgba(24, 26, 31, 0.5);
    }
    /* POUR LE LOGO*/
    .logo {
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    figure.effect-ruby:hover figcaption {
        bottom: 25%;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    figcaption {
        width: 100%;
        bottom: -20%;
        left: 0%;
        position: absolute;
        color: white;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
}


/*CHAMBRES CLASSIQUES*/

#bcg-classique {
    background: url('../img/chambres/classique2.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
    height: 87vh;
    position: relative;
}

.prix {
    font-size: 1.4rem;
    font-family: 'Petit Formal Script', cursive;
}


/* changé en media queries pour avoir des marges sur la page d'accueil*/

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>.col,
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/*RESPONSIVE FOOTER*/

@media (min-width: 576px) {
    .separateur-follow {
        height: 2px;
        width: 100%;
        border: 1px solid #d5ae35;
        border-radius: 5px;
        margin: 4% 0 0;
        display: none;
    }
    .h2reservation a {
        font-size: 1.6rem;
        border: 1px solid #FAFAFA;
        padding: 2% 3%;
        border-radius: 5px;
        font-family: colaborate, cursive;
    }
}

@media (min-width: 768px) {
    .no-gutter {
        margin-right: -15px;
        margin-left: -15px;
    }
    .no-gutter>.col,
    .no-gutter>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .separateur-actualite {
        height: 2px;
        width: 100%;
        border: 1px solid #d5ae35;
        border-radius: 5px;
        margin: 4% 0 0;
        display: none;
    }
}


/* LE CARROUSSEL*/

#carrousel ul {
    list-style: none;
}

#carrousel img {
    vertical-align: bottom;
    width: 100%;
}

iframe {
    border: none;
    width: 60%;
    height: 450px;
}