@charset "UTF-8";

/* Fonts calling */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

/* end Fonts calling */

body {
    background-color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
}

.border-white {
    border: 1px solid white;
}

.defaultLink {
    color: #6b7f36;
    text-decoration: underline;
}

.defaultLink:hover,
.defaultLink:focus {
    color: #6b7f36;
    text-decoration: none;
}

.padBottom {
    padding-bottom: 30px;
}

.padTop {
    padding-top: 10px !important;
}

.fullPage {
    min-height: 250px;
}

.imgColumn img {
    margin-bottom: 10px;
}

.ornement {
    margin: 15px 0px;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 2s step-start 0s infinite;
    -webkit-animation: blink 2s step-start 0s infinite;
}

.greyGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+29,dcdcdd+82,d8d8d8+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(29%, #f6f6f6), color-stop(82%, #dcdcdd), to(#d8d8d8));
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 29%, #dcdcdd 82%, #d8d8d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
    /* IE6-9 */
}

.brownGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffaf5+0,fcf4ed+24,ede3d6+67,e7d9ca+100 */
    background: #fffaf5;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fffaf5), color-stop(24%, #fcf4ed), color-stop(67%, #ede3d6), to(#e7d9ca));
    background: linear-gradient(to bottom, #fffaf5 0%, #fcf4ed 24%, #ede3d6 67%, #e7d9ca 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffaf5', endColorstr='#e7d9ca', GradientType=0);
    /* IE6-9 */
}

.topInfos {
    height: 48px;
    background-color: #6b7f36;
    width: 100%;
    /*
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
*/
}


/*
.topInfos p {
    margin: 0;
    line-height: 38px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #6b7f36;
}
*/

.menuSticky {
    width: 100%;
    z-index: 1;
}

.directResa {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+29,dcdcdd+82,d8d8d8+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(29%, #f6f6f6), color-stop(82%, #dcdcdd), to(#d8d8d8));
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 29%, #dcdcdd 82%, #d8d8d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
    /* IE6-9 */
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px rgba(48, 118, 51, 0.7);
    box-shadow: 0px 0px 15px rgba(48, 118, 51, 0.7);
    height: 38px;
    width: 185px;
    margin: 5px 15px 0 0;
}

.directResa p {
    color: #6b7f36;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 0px 2px white;
    text-transform: uppercase;
    padding: 0 0.50em;
    margin: 3px 0 0;
}

.directResa:hover p {
    color: #444;
}

.header {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 140px;
}

.logoSite {
    position: absolute;
    width: 300 px;
    height: 198px;
    left: 50%;
    margin-left: -150px;
    top: -30px;
    z-index: 10;
}

.blocHeaderLeft {
    min-width: 360px;
    height: 94px;
    background-image: url(../img/floralPatternLeft.png);
    background-repeat: no-repeat;
    background-position: 0px -19px;
}

.nameHotel {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 2.2em;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin: 0;
    text-align: center;
}

.nameHotel i {
    font-size: 0.4em;
}

.blocHeaderRight {
    width: 360px;
    height: 94px;
    background-image: url(../img/floralPatternRight.png);
    background-repeat: no-repeat;
    background-position: 0px -19px;
    float: right;
    position: relative;
    padding-right: 11px;
}

.blocHeaderRight h6 {
    text-align: center;
    margin: 5px 5px 0 0;
    color: white;
    font-family: 'PT Sans', sans-serif;
    width: 172px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 0 5px black;
}

.selectLanguage {
    list-style: none;
    line-height: normal;
    margin: 0;
}

.selectLanguage li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.selectLanguage li:hover {
    opacity: 0.7;
}

.langNotSelected {
    width: 32px;
    height: 32px;
}

.goReservit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddf9ab+0,d3f19f+20,a1c960+78,94c050+100 */
    background: #ddf9ab;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf9ab), color-stop(20%, #d3f19f), color-stop(78%, #a1c960), to(#94c050));
    background: linear-gradient(to bottom, #ddf9ab 0%, #d3f19f 20%, #a1c960 78%, #94c050 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ddf9ab', endColorstr='#94c050', GradientType=0);
    /* IE6-9 */
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    width: 172px;
    height: 42px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    text-align: center;
}

.goReservit:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+29,dcdcdd+82,d8d8d8+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(29%, #f6f6f6), color-stop(82%, #dcdcdd), to(#d8d8d8));
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 29%, #dcdcdd 82%, #d8d8d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
    /* IE6-9 */
}

.goReservit p {
    color: #6b7f36;
    text-transform: uppercase;
    text-shadow: 0px 2px white;
    font-weight: 700;
    font-size: 20px;
    margin: 3px 0 0 0;
    line-height: 0;
}

.goReservit:hover p {
    color: #444;
}

.goReservit img {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.reservitBottom {
    margin-bottom: 15px;
}

.reservitBottom h6 {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
    text-shadow: 0 0 5px black;
}

.reservitBottom a {
    display: inline-block;
}

.reservitBottom .goReservit {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 3px;
    height: 28px;
}

.reservitBottom .goReservit p {
    margin: 0;
}


/* Surclass Foundation top-bar menu */

#topMenuSite .menu>li:not(.menu-text)>a {
    padding: 0.2rem 1rem !important;
    font-size: 1.1em;
}

.dropdown.menu .submenu.first-sub {
    left: 50%;
    right: auto;
    top: 100%;
    margin-left: -90px;
}

.dropdown.menu .submenu {
    background-color: rgba(0, 0, 0, .5);
    border: none;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 4px;
    min-width: 180px;
    padding: 5px;
}

.top-bar,
.top-bar ul,
.top-bar ul li {
    background: none;
}

.top-bar {
    padding: 50px 0 0;
}

.title-bar {
    background: #6b7f36;
    padding: 0.8rem;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow>a::after {
    display: none;
}

.is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
    margin-top: 8px;
}


/* end Surclass Foundation menu */

#topMenuSite a {
    color: white;
    text-align: center;
}

#topMenuSite a:hover {
    color: white;
    font-weight: bold;
}


/*
#topMenuSite .menu li {
    border-top: 1px solid #459436;
}
*/

.spacerLi {
    width: 300px;
}

.corpsPage {
    background-color: #ffffff;
    padding-top: 15px;
}

.splashVideo {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    margin-top: -180px;
}


/*
.patternVideo {
    width: 100%;
    height: 100%;
        background: url(../video/pattern-alpha.png);
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
*/

.videoMenu {
    position: relative;
    margin-top: -100px;
}

.videoMenu h2 {
    line-height: 30px;
}

.videoMenu a {
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    font-family: 'PT Sans', sans-serif;
    font-size: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.videoMenu a:hover {
    padding-bottom: 5px;
}

.videoMenu a i {
    font-size: 1.3em;
}

.videoMenu a span:hover {
    border-bottom: 2px solid white;
    ;
}

.slideShow {
    background-color: #ffffff;
}

.normalText {
    color: black;
    line-height: normal;
}

.boldText {
    color: #333;
    line-height: normal;
    font-weight: bold;
}

.signature {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5em;
    color: #799b7a;
    margin-top: 30px;
}


/*--- blocs hotspot x3 ---*/

.hotSpot {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    background-color: white;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.hotSpot img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hotSpot h3 {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #6b7f36;
    margin-top: 8px;
}

.hotSpot p {
    color: black;
    margin: 0 15px 15px;
    line-height: normal;
}

.logosGuides {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    list-style: none;
    margin: 0 0 25px;
}

.logosGuides li {
    display: inline-block;
    margin: 5px 8px;
}

.logosGuides img {
    max-height: 70px;
}

.bottomMenuZone {
    background-color: rgba(0, 0, 0, .5);
}

.bottomMenu {
    text-align: center;
}

.bottomMenu a {
    font-size: 15px;
    color: white;
}

.bottomMenu a:focus,
.bottomMenu a:hover {
    color: white;
    font-weight: bold;
}

.bottom {
    padding-top: 15px;
    background-color: #6b7f36;
}


/*
.floralBottomRight {
    background-image: url(../img/floralPatternRight.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
*/

.tripCertif {
    padding-top: 20px;
}

.coordonnees,
.contactMethod {
    color: white;
    margin: 10px 0;
}

.coordonnees i {
    font-size: 0.7em;
    margin: 0 1px;
}

.contactMethod i {
    margin: 0 7px 0 15px;
}

.contactMethod>i {
    margin-left: 0px;
}

.contactMethod a {
    text-decoration: underline;
    color: white;
}

.contactMethod a:hover,
.contactMethod a:focus {
    text-decoration: none;
}

.copyright {
    color: white;
    font-size: 12px;
}

.fbLink img,
.instaLink img {
    vertical-align: middle;
    margin-left: 15px;
    height: 48px;
}

.fbLink img:first-child {
    margin-left: 0px;
}


/*--- buttons ---*/

.moreInfos {
    width: 180px;
    padding: 0.75em 1em;
    font-size: 16px;
    margin-bottom: 0px;
}

.reserveRoom,
.giftsOffer,
.activitiesContact {
    width: 290px;
    padding: 0.75em 1em;
    font-size: 16px;
    margin-bottom: 0px;
}

.largeSize {
    width: 400px;
    padding: 0.75em 1em;
    font-size: 16px;
    margin-bottom: 0px;
}

.buttonGreen {
    border-radius: 4px;
    background-color: #6b7f36;
}

.buttonBrown {
    border-radius: 4px;
    background-color: #b79c7e;
}

.buttonGreen:focus,
.buttonGreen:hover {
    background-color: black;
}

.buttonBrown:focus,
.buttonBrown:hover {
    background-color: #9e7f5d;
}

.detailRoomButton {
    width: 180px;
    padding: 0.5em 0.8em;
    font-size: 0.9em;
}

.detailButton {
    width: 180px;
    padding: 0;
    font-size: 0.9em;
}

.detailButton a {
    color: white;
    display: block;
    padding: 0.5em 0.8em;
}

.detailButton i,
.detailRoomButton i {
    margin-right: 7px;
}


/*--- end buttons ---*/

#map {
    height: 500px;
}

.titre {
    font-family: 'Kaushan Script', cursive;
    color: #6b7f36;
    margin-bottom: 20px;
    font-size: 1.9375rem;
}

.sousTitre {
    color: #6b7f36;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}


/* .sousTitre.floral span {
    background-image: url(../img/floral.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 32px;
    margin-right: 4px;
} */

.directionAcces {
    list-style-position: inside;
}

.gpsCoords {
    border-radius: 4px;
    text-align: center;
    margin: 0 0 20px;
    background-color: #6b7f36;
}

.gpsCoords p {
    font-size: 1.3em;
    color: white;
    margin: 0px;
    padding: 10px;
}

.gpsCoords span {
    display: inline-block;
}

.comments {
    padding: 0 4em 0.2em;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    margin: 0;
    line-height: normal;
    text-align: justify;
}

.author {
    color: #6b7f36;
    font-weight: bold;
    padding-bottom: 1em;
}

.menusListing {
    list-style: none;
    width: 400px;
}

.menusListing li {
    margin-bottom: 15px;
    background-color: #6b7f36;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.menusListing li a {
    color: white;
    font-weight: bold;
    display: block;
}

.menusListing li:hover {
    background-color: black;
}

.roomBlock {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    display: inline-block;
}

.roomBlock a {
    display: inline-block;
}

.roomTitle,
.giftsTitle {
    color: #9e7f5d;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
}

.roomTitle.floral span,
.giftsTitle.floral span {
    background-image: url(../img/floral.png);
    background-repeat: no-repeat;
    background-position: -32px center;
    padding-left: 32px;
    margin-right: 4px;
}

.roomDesc,
.giftsDesc {
    padding: 0 0 0 10px !important;
}

.roomBlock hr {
    margin: 0 0 0.4rem;
}

.accordion-content.detailsRoom ul {
    list-style: disc;
    font-style: italic;
}

.accordion-content.detailsRoom p {
    font-style: italic;
}

.accordion-content.detailsRoom .ornement {
    margin: 0;
}

.roomPic,
.giftsPic {
    border: 4px solid white;
    -webkit-box-shadow: 0px 0px 4px rgba(50, 30, 15, 0.6);
    box-shadow: 0px 0px 4px rgba(50, 30, 15, 0.6);
}

#mapGolfs {
    height: 200px;
}

.listUnique {
    list-style: disc inside;
}

.listForfait {
    list-style: disc inside;
}

.priceForfait {
    background-color: #6b7f36;
    border-radius: 4px;
    text-align: center;
    color: white;
    width: 180px;
    height: 32px;
    padding: 0;
    margin: 0 auto;
    line-height: 32px;
    font-weight: bold;
}

.giftsBlock {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 0.8em;
}

.giftsList {
    list-style: disc inside;
    padding-left: 20px;
}

.noLi {
    list-style: none;
}


/* Surclass Foundation accordion */

.accordion {
    border: none;
}

.accordion-title {
    padding: 0.8rem 0.8rem 0.4rem 0.8rem;
    font-size: 1rem;
}

.accordion-title:focus,
.accordion-title:hover {
    background: none;
}

.accordion-title::before {
    content: none;
}

.is-active>.accordion-title::before {
    content: none;
}

.accordion-content {
    padding-top: 0px;
    border: none;
}


/* End Surclass Foundation accordion */

#formContact label,
#formResa label,
#formTableBooking label {
    font-size: 1em;
}

#formContact small,
#formResa small,
#formTableBooking small {
    color: #999999;
}

#formContact i,
#formResa i,
#formTableBooking i {
    margin-right: 7px;
}

#formContact input,
#formContact select,
#formContact textarea,
#formResa input,
#formResa select,
#formResa textarea,
#formTableBooking input,
#formTableBooking select,
#formTableBooking textarea {
    background-color: #ebebeb;
}

.errorForm {
    text-align: center;
    color: #ec5840;
    font-weight: bold;
}

.messageForm {
    height: 130px;
    line-height: normal;
}


/*--- Gallery fancybox ---*/

.gallery {
    text-align: center;
}

.gallery img {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    margin: 0 11px 15px 0px;
}


/*--- CSS Reservation ---*/

.floralRight {
    background-image: url(../img/floralPatternRight.png);
    background-repeat: no-repeat;
    background-position: right -19px;
}

.nameCorp {
    color: white;
    font-size: 2.2em;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-top: 20px;
}

.bottomMenuZoneResa {
    background-color: #6b7f36;
    height: 37px;
}

img.homeHeader {
	width: 100%;
	max-width: 100%;
	margin-top: -140px;
}


/*--- Media Queries ---*/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .comments {
        padding: 0 2em 0.2em;
    }
    .author {
        padding-bottom: 1em;
    }
    .menusListing {
        width: 100%;
    }
}

@media only screen and (min-width: 40em) and (max-width: 920px) {
    #topMenuSite a {
        font-size: 0.9em;
    }
    #topMenuSite .menu>li:not(.menu-text)>a {
        padding: 0.2rem 0.8rem !important;
    }
    .nameHotel {
        font-size: 1.5em;
        padding-top: 8px;
        padding-left: 0px;
    }
    .namehotel i {
        font-size: 0.4em;
    }
}

@media only screen and (max-width: 39.9375em) {
    body {
        font-size: 0.9em;
    }
	img.homeHeader {
		margin-top: 0;
	}
    .topInfos {
        display: none;
    }
    .logoSite {
        width: 100%;
        height: auto;
        top: 5px;
		left: unset;
		text-align: center;
		margin: 0 auto;
    }
	.logoSite img {
		max-width: 25%;
	}
    .header {
        /*background-color: #6b7f36;*/
		background-color: transparent;
		height: 50px;
    }
    .top-bar,
    .top-bar ul,
    .top-bar ul li {
        background: #6b7f36;
    }
    #topMenuSite {
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    }
	.title-bar .menu-icon {
		z-index: 9999;
	}
    .title-bar {
        background-image: none;
        padding: 0rem;
		padding: 15px;
		position: relative;
    }
    .title-bar h1 {
        font-family: 'Kaushan Script', cursive;
        font-size: 1.6em;
        margin: 0;
        padding: 6px 0;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }
    .has-submenu .fa {
        display: none;
    }
    #topMenuSite .menu>li:not(.menu-text)>a {
        padding: 0.5rem 1rem !important;
    }
    .corpsPage {
        padding-top: 0px;
    }
    .title-bar h1 i {
        font-size: 0.3em;
    }
    .tableBooking h2 {
        padding-top: 15px;
    }
    .hotSpot {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
    }
    .coordonnees span,
    .contactMethod span,
    .gpsCoords span {
        display: inline-block;
    }
    .tripCertif {
        padding: 0 0 20px;
    }
    .logosForSmall img {
        margin: 0 15px;
    }
    .fastAccess {
        table-layout: auto;
        margin-left: auto;
        margin-right: auto;
        border-collapse: inherit;
        margin-top: 10px;
    }
    .fastAccess td {
        width: 96px;
        border: none;
        background-color: #6b7f36;
        padding: 0 !important;
    }
    .fastAccess td:hover {
        background-color: #6b7f36;
    }
    .fastAccess td:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-right: 1px solid #6b7f36;
    }
    .fastAccess td:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: 1px solid #6b7f36;
    }
    .fastAccess a {
        color: white;
        padding: 0.5em 0.625em;
        display: block;
    }
    .planAcces {
        background-color: white;
    }
    #map {
        height: 250px;
    }
    .titre {
        font-size: 1.5em;
    }
    #slogan.titre {
        font-size: 1.4em;
    }
    .gpsCoords {
        font-size: 1.1em;
    }
    .roomDesc {
        padding: 0 !important;
    }
    .roomBlock,
    .roomBlock a {
        display: block;
    }
    .roomTitle,
    .giftsTitle {
        margin-top: 10px;
    }
    .roomDesc p {
        font-size: 0.9em;
    }
    .comments {
        padding: 0 1.2em 0.2em;
    }
    .comments.float-right {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .author {
        padding-bottom: 1em;
    }
    .menusListing {
        list-style: none;
        width: 100%;
    }
    .largeSize {
        width: 290px;
    }
    .priceForfait {
        margin-bottom: 20px;
    }
    .videoMenu {
        margin-top: 20px;
    }
    .videoMenu a {
        text-shadow: none;
        color: #b79c7e;
    }
    .videoMenu a:hover {
        padding-bottom: 5px;
    }
    .videoMenu a i {
        font-size: 1.8em;
    }
    .videoMenu a span:hover {
        border-bottom: 2px solid #b79c7e;
        ;
    }
    .padBottomVideoSmall {
        padding-bottom: 20px;
    }
    .videoMenu h2 {
        line-height: 20px;
    }
    .watchClip {
        width: 300px;
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 10;
        margin-top: -25px;
        position: relative;
    }
}