/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: titre;
    src: url("../fonts/grotasansextrabold.otf");
}

@font-face {
    font-family: corps;
    src: url("../fonts/questrial.ttf");
}

@font-face {
    font-family: ssmenu;
    src: url("../fonts/grotasanslight.otf");
}

@font-face {
    font-family: sous-titre;
    src: url("../fonts/grotasansmedium.otf");
}

@font-face {
    font-family: big-number;
    src: url("../fonts/KLINICSLABBOLD.OTF");
}

html {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4;
    font-family: corps, sans-serif;
    background-color: #F7EAD7;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #F7EAD7;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/******************** Notifications styles ********************/

.success, .failed {
    color : #FFF !important;
    font-size : 1.2em;
    padding : 1% 0;
}

.success {
    background-color: #72C24C;
}
.failed{
    background-color: #FC8F4B;
}
/************************ index styles ******************************/

.logo {
    margin: 5% 0;
    height: 50%;
    width: 100%;
    background-image: url(../img/cetp-logo_big.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.big-lang-choice,
.lang-choice {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: sous-titre, serif;
    font-size: 1.3em;
}

.big-lang-choice li,
.lang-choice li {
    display: inline;
}

.big-lang-choice li a,
.lang-choice li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.big-lang-choice li a {
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 15px 25px;
    transition: all 0.3s;
    margin: 0 5%;
}

.big-lang-choice li a:hover {
    border: solid 1px #FFF;
}

.lang-choice li a {
    width: 3em;
    height: 3em;
    line-height: 3em;
    background-color: #57BE59;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .big-lang-choice {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .lang-choice {
        display: none;
    }
}


/**********************************************************************/

.ap {
    width: 100%;
    background-image: url(../img/header-bg3.jpg);
    background-size: cover;
    margin-bottom: -3%;
    -webkit-box-shadow: inset 0px 4px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 4px 26px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 26px 0px rgba(0, 0, 0, 0.75);
}

.transparent {
    background-color: transparent;
}

.menu-wp {
    background-color: #473732;
    height: 10%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    /*	text-align : center;*/
}

.menu li {
    float: left;
}

.menu li a {
    display: block;
    font-family: sous-titre, sans-serif;
    font-size: 1.6em;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
    padding: 25% 0;
    color: #fff;
    box-sizing: border-box;
}

.languages {
    /*padding : 3% 0 5% 5%;*/
    /*background-color: #332825;*/
    border-left: solid 1px #3d302c;
}

.menu li.languages a.langues {
    display: inline-block;
    float: left;
    width: 50%;
}

.langues:hover {
    background-color: #72C24C;
    color: #FFF;
    text-decoration: none;
}

.lg-active {
    background-color: #332825;
    color: #FFF;
    margin-top: -5px;
    height: 100%;
    border-bottom: 5px solid #72C24C;
}

li.home {
    padding-top: 1%;
}

li.home a {
    padding: 0;
}

li a img {
    /*vertical-align: bottom;*/
}

.menu li a:hover {
    color: #FFF;
}

.menu li a:hover span {
    color: #473732;
}

span.plus-menu {
    display: block;
    margin: 0;
    padding-top: 3px;
    font-family: corps, sans-serif;
    font-size: 0.6em;
    color: #473732;
    transition: all 0.5s;
}

.menu li a:hover span {
    color: #F7EAD7;
}

.menu li a.active {
    color: #473732;
    background-color: #F7EAD7;
}

.menu li a.active span {
    color: #8CC63F;
}


/**************** Bandeau-photo ******************/

.bandeau {
    margin: 0;
    padding: 0;
    height: 250px;
    background-image: url(../img/header-bg2.jpg);
}

#google-map{
    width:100%;
    height: 300px;
    border:none; 
    overflow : hidden;
}

/****************** Contenu *********************/

.container-fluid {
    font-family: corps, sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #786854;
}

a {
    color: inherit;
    text-decoration: none;
}

h1.titre {
    padding: 2% 0 2% 0;
    font-family: titre, sans-serif;
    font-size: 2.5em;
    font-weight: bold;
}

.titre a {
    color: #A38977;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    padding-left: 25px;
}

.titre a:hover {
    color: #FFF;
    text-decoration: none;
}

p.reserver {
    padding: 10% 0 0 0;
}

p.reserver a {
    display: block;
    width: 100%;
    padding: 10% 0 7% 0;
    border: solid 2px #473732;
    background-color: #473732;
    font-family: sous-titre, cursive;
    color: #fff !important;
    font-size: 1.7em;
    transition: all 0.2s;
}

span.check {
    margin-right: 10px;
}

p.reserver a:hover {
    border: solid 2px #F7EAD7;
    background-color: #72C24C;
    text-decoration: none;
    /*color: #473732!important;*/
}

.titre a.selected {
    color: #F7B234;
}

.ss-titre {
    font-family: sous-titre, sans-serif;
    font-size: 2em;
}

h2.ss-titre {
    font-family: sous-titre, sans-serif;
    font-size: 2em;
    padding: 0 0 2% 0;
    /*text-align: center;*/
}

h2.titre-home {
    font-family: ssmenu, serif;
    color: #FFF;
}


/********************* Les gîtes ************************/

.unpad {
    padding-right: 0!important;
    padding-left: 0!important;
}

.addpad {
    padding: 0 50px!important;
    /*padding-bottom: 25px;*/
}

ul.bullets,
ul.img-gite {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.bullets {
    margin: 0 auto;
    text-align: center;
}

ul.bullets li {
    display: inline;
    text-align: center;
}

ul.bullets li a {
    display: inline-block;
    height: 75px;
    width: 75px;
    /*box-sizing: content-box;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #332825;
    margin: 5px 10px 5px 0;
    border: solid 5px #F7EAD7;
}

ul.bullets li a img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}

ul.bullets li a.bullet-on img,
ul.bullets li a:hover img {
    opacity: 1;
}

p.ss-liste {
    margin-top: 10px;
    font-size: 0.9em;
}

ul.img-gite li,
ul.img-gite li img {
    display: inline;
    width: 100%;
}

ul.img-gite {
    text-align: right;
}

p.lien-plan {
    text-align: right;
    font-size: 1.3em;
    padding: 15px;
    font-weight: bold;
}

.wip {
    padding: 3% 0 5% 0;
    background-color: #5da551;
    background-image: url(images/wood.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: center center;
    color: #FFF;
}

.adresse {
    font-size: 1.3em;
    line-height: 1.5em;
}


/****************************************************************/

.white {
    color: #FFF;
}

.home-link {
    display: block;
    font-family: titre, serif;
    color: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 5px 25px;
    background-color: #39B54A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /*    transition : all 0.3s;*/
}

.home-link:hover,
.home-link:focus,
.home-link:active,
.home-link:visited {
    text-decoration: underline;
    color: #FFF;
}

.home-link img {
    margin: 5px;
}

.home-lang {
    padding: 35px 0;
    line-height: 50px;
    margin-top: -200px;
    background-color: rgba(237, 29, 64, 0.9);
}

.bigger {
    font-size: 1.3em;
}

.marged {
    padding: 2% 0 3% 0;
}

.dark {
    background-color: #F7EAD7;
}

.darker {
    background-color: #EAD0B5;
}

.brown {
    background-color: #604C3F;
    color: #FFF;
}

#col-centrale {
    background-color: #604C3F;
}

#green-link {
    color: #473732;
    font-size: 1.2em;
    transition: color 1s;
    font-weight: bold;
}

#green-link:hover {
    color: #72C24C;
    text-decoration: none;
}

.dubble {
    color: #FFF;
    background-image: url(images/dubble.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.footer-img {
    height: 250px;
    background-image: url(images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.green {
    background-color: #4c3c32;
    color: #FFF;
}

a.green,
input.green {
    background-color: #72C24C;
    color: #FFF;
}

a.green:hover {
    color: #ECECED;
}

.masked {
    padding-top: 3%;
    font-weight: normal;
    important!
}

.bold {
    font-weight: 800;
}

.side-img {
    margin: 25px 0;
}

div.tarifs {
    background-image: url(../img/header-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /*background-attachment: fixed;*/
}

table.tarifs {
    text-align: center;
    border-collapse: collapse;
    margin-top: 5%;
    background-color: #F7EAD7;
    color: #473732;
    text-align: center;
}

tr>td {
    font-family: sous-titre, sans-serif;
    font-size: 1.5em;
    padding: 4% 0;
}

tr>td:first-child {
    text-align: right;
    padding-right: 10%;
    /*  border-right: solid 1px #57483C;*/
    background-color: #EAD0B5;
}

tr.entetes>td {
    background-color: #72C24C;
    color: #FFF;
}

.note {
    color: #fff;
    font-size: 1.3em;
    line-height: 4em;
}

.table-titre {
    font-size: 2em;
    line-height: 2em;
    font-weight: bold;
    color: #7a5f4d;
}

.table-titre span.thead {
    display: block;
    font-family: corps;
    font-size: 0.6em !important;
    font-weight: normal;
    line-height: 0.1em;
    text-shadow: none;
}

.entitled {
    background-color: #72C24C !important;
    color: #FFF !important;
    font-size: 2.5em;
    border-right: none !important;
    text-shadow: none;
}

td.prices {
    font-family: big-number, sans-serif;
    font-size: 2.2em;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);*/
}


/*sup.etoile{
  color : #f7df5b;
}*/

.rounded {
    border-radius: 2%;
    -moz-border-radius: 2%;
}

.my-slider ul li img {
    border: solid 10px #FFF;
    vertical-align: middle;
}

img.logo {
    display: inline-block;
}

.signature {
    font-size: 1.4em;
    color: #A38977;
    font-style: italic;
    margin-top: 30px;
}

.vertical-slider {
    position: relative;
    height: 2em;
    font-family: titre;
    font-size: 1.7em;
    line-height: 150%;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 3%;
}

.epis {
    margin-left: 3%;
}

.epis img {
    width: auto;
}

.big-numbers {
    font-family: big-number;
    font-size: 6em;
    line-height: 100%;
}

p.big-numbers img {
    display: block;
    margin: 30px auto 15px auto;
}

.legende-big {
    font-family: titre;
    font-size: 1.7em;
    line-height: 100%;
    margin: 0;
}

.legende-sm {
    font-size: 1.3em;
    line-height: 100%;
}

.little {
    font-size: 1.1em;
}

.icon-check{
    padding : 0;    
}

.icon-check li {
    list-style: url(../img/icon-arrow-next.png);
    margin: 3% 0;
}

.reveal {
    cursor: pointer;
    font-weight: bold;
}

li.icon-plus {
    list-style: url(../img/icon-plus.png);
}

li.icon-minus {
    list-style: url(../img/icon-minus.png);
}

.order-box {
    background-color: #E5D8C5;
    padding-bottom: 1%;
    border-radius: 1%;
}

.order-number {
    display: inline-block;
    /*
    font-family: big-number, sans-serif;
    font-size : 1.2em;
*/
    margin-right: 2%;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    background-color: #72C24C;
    /*    border: solid 1px #FFF;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    color: #604C3F;
}

.sliding {
    border-top: 15px solid #72C24C;
}

.order-btn {
    margin: 5% 0;
}

.order-btn a {
    font-size: 1.5em;
}


/******************Footer **********************/

.bas-de-page {
    color: #FFF;
    background-color: #604C3F;
    padding: 30px 0 20px 0;
    text-align: center;
    font-family: corps, sans-serif;
    font-size: 12pt;
    margin-top: 0;
}

.epi {
    height: 54px;
    padding: 0;
    margin: -54px 0 0 0;
}

.marged-img {
    margin: 0 5px;
}


/******************* Contact*************************/

.legend-bulle {
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background-color: #efddc4;
}

.location {
    background-color: #72C24C;
}

.option {
    background-color: #EC971F;
}

td.option {
    background-color: #EC971F;
    color: #FFF;
}

td.location {
    background-color: #72C24C;
    color: #FFF;
}

h2 img {
    margin: 5% 0;
}


/*************************** Slide ****************************/

.gite-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.slides {
    display: block;
    width: 500%;
    margin: 0;
    padding: 0;
}

.slide {
    float: left;
    list-style: none;
    width: 20%;
}

.gite-slider img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.arrow {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #8CC63F;
    text-align: center;
    color: #FFF;
    font-family: titre, serif;
    font-size: 2em;
    cursor: pointer;
    margin-top: 450%;
}

.img-activites {
    margin: 5% 0 10% 0;
    width: 80%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}


/*********************** ENtrées de dates******************/

.date-input {
    position: relative;
    width: 100%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    .arrows {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .menu li a {
        padding: 3% 0;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}