@charset "utf-8";
/*
Theme Name: Best Western La Rade Cassis
Theme URI: 
Description: 
Version: 1.0
Author: Animage
Author URI: 
Tags: 
*/

@import 'fonts/costa/costa.css';
@import 'fonts/gotham/gotham.css';
@import 'fonts/icomoon/icomoon.css';

/*--GLOBAL--*/
.alignleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 30px 10px 0;
}

.alignright {
	display: block;
	float: right;
	margin: 0 0 10px 30px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 0 auto 30px auto;
}

.alignnone {
	display: block;
	float: none;
	clear: both;
	margin: 5px 10px 10px 0;
}

 img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

/*-- FORM ELEMENTS --*/
form {
	position: relative;
}

.form-control {
    border-radius: 0px !important;
    box-shadow: none;
    padding: 8px;
    height: auto;
    text-transform: uppercase;
    border:none;
    border-bottom:1px solid #CCC;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


textarea{
	resize: vertical;
}

.input-error {
	font-size: 11px;
	background-color: #c6401c;
	position: absolute;
	z-index: 1;
	padding: 5px 8px;
	margin: -1px 0 0 14px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0px #aaa;
}

.input-error:before {
	content: " ";
	border: solid 0px transparent;
	border-right-color: #c6401c;
	border-width: 5px 7px 5px 0px;
	height: 0;
	width: 0;
	position: absolute;
	left: -7px;
	top: 5px;
}

.ajax-loading {
	background: url(./img/loader.gif) center no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
}

.ajax-response {
	padding: 5px 10px;
	color: #000;
	border-radius: 5px;
}

.ajax-success {
	border: #2BAC17 1px solid;
}

.ajax-error {
	border: #D63722 1px solid;
}

/*-- POPUP --*/
#bgOverlay {background: #000;}
#popupLoad {
	background: url(./img/ploader_black.gif) center no-repeat;
	width: 50px;
	height: 50px;
}

.popup {
	background: #fff;
	position: absolute;
	z-index: 15;
	width: 500px;
}

.close-popup {
	background: url(img/close-popup.png) center no-repeat;
	width: 34px;
	height: 32px;
	position: absolute;
	right: -14px;
	top: -13px;
	z-index: 20;
}

.popup .pop-in {
	padding: 30px;
}

.popup .pop-title {
	font-size: 30px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/*color*/
.lightgrey{
  color:#e6e6e6;
}

.white{
	color:#FFF;
}

/*STARTING THEME*/

body{
  background:#f4f4f4;
  overflow-x:hidden;
}

body.openme #reservation{
  transition: .3s; 
  z-index: 9999999;
  position:fixed;
  transform: translateX(0);
}

body.openme main{
  transition: .3s; 
  margin-left:25%;
}

.gotham{
  font-family: 'Gotham';
  font-weight:300;
}

.gotham-book{
  font-family: 'Gotham Book';
  font-weight: normal;
}

.costa{
  font-family: 'Costa Ptf';
  font-weight: 300;
}


/*TYPOS - ajout nad*/
h1.costa {
  font-size: 40px;
  color: #333333;
  margin-top:0;

}
h1.costa:after {
  border-bottom: solid 1px #999;
  width:90px;
  padding-bottom: 35px;
  display: block;
  margin-bottom: 35px;
  content: " ";
}
h2 {
  font-family: 'Costa Ptf';
  font-weight: normal;
  font-size: 40px;
  color: #333;
}


p {
  font-family: 'Gotham';
  font-weight:300;
  font-size: 18px;
  color: #727272;
  letter-spacing: 1px;
  line-height: 35px;
}

strong {
  font-weight: normal;
  color: #333;
}

.menu {
  font-family: 'Gotham';
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-transform: Uppercase;
}

a {
  color:#000;
}

a:focus, a:hover {
    color: #9e161a;
    text-decoration: none;
}
.menu a{
  color:#000000;
}

.menu a:focus, .menu a:hover {
    color: #9e161a;
    text-decoration: none;
}
/*TYPOS -fin ajout nad- */



/* Preloader */
.preloader {
  background-color:#FEFEFE;
  bottom:0;
  height:100%;
  left:0;
  overflow:hidden!important;
  position:fixed;
  right:0;
  top:0;
  width:100%;
  z-index:99999;
}

.status {
      background-image: url(img/loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 156px;
    left: 46.7%;
    position: absolute;
    top: 40%;
    width: 156px;
    margin: -20px 0 0 -20px;
}

/*HEADER ASIDE*/
header{
  background:#FFF;
}

header .logo img{
  margin: 15px auto;
  display: block;
}

/*NAV*/
.menu{
 text-align: center;
 margin:20px auto;
}

.menu li{
  margin-bottom:15px;
}

/********************************/
/*         SIDEMENU             */
/********************************/
#reservation{
  height:100vh;
  background:#000;
  position:fixed;
  top:0;
  width:380px;
  transition: .3s; 
  transform: translateX(-380px);
  padding:20px;
  color:#FFF;
}

main{
  overflow:hidden;
  position:relative;
}

main,
main .overlay{
  transition: .3s; 
}

section{
  width:100%;
  position:relative;
  overflow:hidden;
  padding-bottom:80px;
}

section.content{
  padding-left:60px;
}



/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(255,255,255,.1);
}

/********************************/
/*            Carousel          */
/********************************/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s;    
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/********************************/
/*     HEADER:LEFT ASIDE;       */
/********************************/
header.left-aside{
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  z-index:9;
  padding: 0;
}

header .header-foot{
  position:absolute;
  bottom:0;
}

section{
  position:relative;
}


section.all,
section.content{
/*  padding:5%;*/
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.all {
  position:relative;
}

.textwidget {
    padding-left: 8%;
    margin-right: -15px;
    margin-left: -15px;
}

/**/
main{
  padding:0!important;

}

.lettering{
  font-family: 'Playfair Display', serif;
  font-size:15rem;
  position: absolute;
  z-index: 8;
  margin-top: 25%;
  top:0;
  right: -15%;
}

.lettering span{
  position:relative;
  margin-top:30%;
  top:0px;
}

.lettering span.char1{
  color:rgba(255,255,255,.9);
}
.lettering span.char2{
  color:rgba(255,255,255,.5);
}
.lettering span.char3{
  color:rgba(255,255,255,.8);
}
.lettering span.char4{
  color:rgba(255,255,255,.7);
}
.lettering span.char5{
  color:rgba(255,255,255,.9);
}
.lettering span.char6{
  color:rgba(255,255,255,.4);
}
.lettering span.char7{
  color:rgba(255,255,255,.6);
}

.lettering span.char8{
  color:rgba(255,255,255,.5);
}

.lettering span.char9{
  color:rgba(255,255,255,.9);
}

.lettering span.char10{
  color:rgba(255,255,255,.2);
}

.lettering span.char11{
  color:rgba(255,255,255,.8);
}
.lettering span.char12{
  color:rgba(255,255,255,.4);
}

/*TESTIMONIALS*/
.testimonials{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: transparent;
    padding-top: 100px;
    padding-bottom: 100px;
  background:#FFF;
}
.testimonials .carousel-inner{
  width: 70%;
  margin: auto;
}
.testimonials .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonials .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.testimonials .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 50%;
  /*top: 175px;*/
opacity: 1;
font-size: 40px;
cursor: pointer;
font-weight: 300;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 0;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  opacity:.6;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  /*width: 550px;*/
  width: 100%;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333;
  font-size: 40px;
  font-weight: 300;
  position: relative;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /*width: 70%;*/
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: auto;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #727272;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.carousel-control{
  color:rgba(0, 0, 0, 0.2) !important;
  width: 5% !important;
}

.carousel-control:hover{
  color:#333!important;
}

@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/*ZINDEX*/
/*audessus de la premiere barre du V*/
.overV-left{
    position: relative;
    z-index: 8;

}

/*au dessus de la deuxieme barre du V,
sous la premiere barre*/

.overV-right{
  position: relative;
    z-index: 6;
}

/**au dessus du p, sous le V*/
.overP{
  position: relative;
    z-index: 4;
}


/*SERVICES*/
.content, .content-int, .services {
    padding-top: 100px;
    padding-bottom: 120px;
    padding-left: 8%;
    padding-right: 8%;
}

.services p{
  font-size:14px;
  line-height:24px;
}

.services h3{
      font-size: 40px;
}

.services h3:after {
    content: " ";
    display: block;
    width: 10%;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #999;
    text-align:center;
}

.services span[class^="icon-"], .services span[class*=" icon-"]{
  font-size:32px;
  color:#ddd;
}

/*CONTENT INTERNE*/
.content-int h3{
      font-size: 40px;
}

.content-int h3:after{
  content:" ";
  display:block;
  width:10%;
  margin-top:3rem;
  border-top:1px solid #999;
}


/*btn*/
.btn-prep {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-transform:uppercase;
    padding: 1em 2em;
    background: #000000;
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    font-family:'Gotham';
    font-weight:normal;
    transition:all .3s ease-in-out;
    border:none;
}

.btn-prep {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.6em;
}

.btn-prep:hover{
	background:#333;
	transition:all .3s ease-in-out;
}

.btn-grey {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-transform:uppercase;
    /*padding: 1em 2em;
    background: #eaeaea;*/
    color: #333 !important;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);*/
    font-family:'Gotham';
    font-weight:300;
    transition:all 1s ease-in-out;
    border:none;
    /*text-align: center;*/
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.6em;
}
.btn-grey:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 0.5em;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}
}
.btn-grey:hover{
	/*background:#b9b9b9;*/
	transition:all .3s ease-in-out;
	/*color:#FFF!important;*/
	color:#b9b9b9!important;
}

a.fullwidth-btn{
  width:100%;
}


.ow-button-base a{
  font-size: 16px;
  font-family:'Gotham';
  text-transform:uppercase;
  transition:all .3s ease-in-out;
}

.ow-button-base a.ow-button-hover:hover{
	background:#333!important;
	transition:all .3s ease-in-out;
}

/*Masonry*/
.sow-masonry-grid-item{
  position:relative;
}

.sow-masonry-grid-item span{
    position: absolute;
    z-index: 10;
    font-size: 14px;
    font-weight: 100;
    padding: 5px 10px 45px 70px;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: "Gotham";
}

.sow-masonry-grid-item img{
	opacity:1;
	transition: opacity .6s ease;
}

.sow-masonry-grid-item:hover img {
    opacity:.6;
    transition: opacity .6s ease;
}

/*NAVIGATION BREAKPOINT CHANGE*/
@media screen and (max-width: 990px){
   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .small-header {
	display: block;
    position: fixed;
	background:rgba(255,255,255,.8);
    top: 0;
    width: 100%;
    z-index: 9999;
	}
	.navbar-default .navbar-nav > li > a {
    color: #000;
    text-decoration: none;
	white-space: nowrap;
	}
	.navbar-default .navbar-nav > li > a ,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
	    color: #000;
	}
	.navbar {
     border-radius: 0px;
	}
	.navbar-nav {
		margin-bottom:22px;
	}
	.navbar-toggle {
		background:none;
	    border-radius: 0;
	    margin-bottom: 0;
	    margin-right: 15px;
	    margin-top: 15px;
	    padding: 0;
		height:30px;
		width:30px;
		border:none;
		font-size: 28px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #000;
	}
	.navbar-collapse {
	    box-shadow: none;
	}
	.navbar-default {
	    border-color: transparent;
	}
	.logo-small {    
		background: url("../img/logo-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	    display: block;
	    float: left;
	    margin-left: 15px;
	    margin-top: 11px;
	  	min-height: 60px;
		min-width: 250px;
	}
}


aside#reservation{
	position:fixed;
	height:100vh;
	background:#000;
	z-index:99;
	font-family: "Gotham";
	font-weight:100;
}

aside#reservation a{
	color:#FFF;
}

aside#reservation .uk-button {
    -ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	text-transform: uppercase;
	padding: 1em 2em;
	background: #FFF;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	font-family: 'Gotham';
	font-weight: normal;
	transition: all .3s ease-in-out;
	border: none;
	width: 112%;
	display: block;
	text-align: center;
	margin-top: 20%;
	position: absolute;
	left: -6%;
	right: 0px;
}

aside#reservation .uk-button:hover{
	background:#333;
	transition:all .3s ease-in-out;
	color:#FFF!important;
}

aside#reservation input,
aside#reservation select{
	color:#333;
}

aside#reservation #form_recherche {
    padding-top: 150px;
}


aside#reservation label.intitule{
	font-family: "Gotham";
	font-weight:100;
	text-transform:uppercase;
}

aside#reservation h4 strong{
	color:#FFF;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color:#b9b9b9!important;
  font-size:18px;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

select.withstyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select.withstyle::-ms-expand {
    display: none;
}


.closebtn .fa {
    font-size: 60px;
    letter-spacing: -9px;
}

/*calendar BW*/
 .ui-widget {
  font-family: "Gotham", sans-serif;
  background: #FFF;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px #eee;
}

.ui-widget.ui-widget-content {
    border: none;
}
 .ui-datepicker {
  padding: 0;
}

 .ui-datepicker-header {
  border: none;
  order-bottom: 1px solid #FFF;
  background: #000;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  color:#FFF;
}

 .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

 .ui-datepicker .ui-datepicker-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

 .ui-datepicker .ui-datepicker-prev-hover,
 .ui-datepicker .ui-datepicker-next-hover,
 .ui-datepicker .ui-datepicker-next,
 .ui-datepicker .ui-datepicker-prev {
  top: 1.7em;
  border:none;
}

 .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

 .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

 .ui-datepicker .ui-datepicker-next span,
 .ui-datepicker .ui-datepicker-prev span {
  background-image: url(css/images/ui-icons_ffffff_256x240.png);
  background-position: -32px -32px;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

 .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -32px;
}

 .ui-datepicker .ui-datepicker-prev-hover span {
  background-position: -96px -48px;
}

 .ui-datepicker .ui-datepicker-next-hover span {
  background-position: -32px -48px;
}

 .ui-datepicker table {
  margin: 0;
}

 .ui-datepicker th {
  padding: 3em 0;
  color: #000;
  font-size: 8px;
  font-weight: normal;
  text-shadow: 0 0 2px #eee;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #eee;
}

 .ui-datepicker td {
  border: none;
  padding: 0;
}

 td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1em 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px;
}

 td .ui-state-active,
 td .ui-state-hover {
  background: #1b7fb0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #FFF;
    background: #b9b9b9;
    color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
   border: 0;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    height: 35px;
    text-align: center;
    transition:all .5s ease;
}

.ui-datepicker-today .ui-state-default{
  font-weight:bolder;
}

.ui-state-default:hover{
  color:#cc0000;
  transition:all .5s ease;
}

.ui-corner-all{
  border-radius: 0px!important;
}


.col-cell{
  padding:5px 50px 0 0px;
}

.col-cell.inverted{
  padding:5px 0 0 50px;
}

/*SAME HEIGHT HACK*/
.col-flexbox{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.col-flexbox .col-cell{
  flex: 1;
}

.col-flexbox .col-cell:nth-child(1) {
  order: 1;
}
.col-flexbox .col-cell:nth-child(2) {
  order: 2;
}

@media screen and (max-width:1180px){
  .lettering{
    font-size:12rem;
  }
}

@media screen and (max-width:990px){
    .col-flexbox{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
    }

    .col-flexbox .col-cell:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width:100%!important;
    }
    .col-flexbox .col-cell:nth-child(2) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width:100%!important;
      padding: 150px;
      margin-bottom:50px;
    }

    .col-flexbox .col-cell.inverted:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width:100%!important;
      padding:initial;
    }
    .col-flexbox .col-cell.inverted:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width:100%!important;
      margin-bottom:50px;
      padding: 150px;
    }

    .col-cell{
      padding:5px 0 0 0;
    }

    .col-cell.inverted{
      padding:5px 0 0 0;
    }

    .lettering{
      font-size:12rem;
      right:-1%;
    }

    aside#reservation #form_recherche {
    padding-top: 20px;
  }


}


/*NEWS*/
.cff-page-name{
  font-family: "Costa Ptf";
  font-weight: 300;
  position: relative;
  top: -5px;
  font-size:14px!important;
}

#cff .cff-author a{
  font-size:14px!important;
}

.cff-date{
  font-family: "Costa Ptf";
}

#cff .cff-text,
#cff .cff-post-desc{
  font-size:16px!important;
  font-family:"Gotham"!important;
  font-weight:100!important;
}

#cff .cff-text{
  line-height:20px!important;

}

#cff h3{
  line-height:1.1!important;
}

#cff .cff-load-more {
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: uppercase;
    padding: 1em 2em!important;
    background: #000000;
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    font-family: 'Gotham';
    font-weight: normal;
    transition: all .3s ease-in-out;
    border: none;
    display: table!important;
    float: none!important;
    clear: both;
    border: none;
    width: auto!important;
    min-height: auto!important;
    margin: 0 auto!important;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    -moz-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}


a:hover,
a:focus{
  text-decoration:none!important;
}


/*FOOTER*/
footer{
  position:relative;
  z-index:9;
  background:#EAEAEA;
  padding:4% 0 0 0;
}

footer h2.widget-title{
  font-size:35px;
}
footer p{
  font-size:14px;
  line-height: 24px;
}
footer i.fa{
  font-size:32px;
  color:rgba(0,0,0,0.2);
}
footer div.textwidget {
    margin: 0;
	padding: 0;
}
footer a {
    color: #727272;
}
.subfooter{
  /*background:#DBDBDB;*/
  padding:1% 4% 1% 4%;
}

.subfooter p {
  font-size:11px;
  margin: 0 auto;
  text-align:center;
}

@media screen and (max-height:961px){
  #to_navbar_collapse .menu li {
    margin-bottom:-3px;
  }
}

.navbar-collapse {
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.social-mobile-link i{
  font-size:18px;
  padding:0 10px;
}

/*POLYLANG SWITCHER*/
.polylang-dropdown{
position: absolute;
position: fixed;
z-index: 999;
top: 0;
right: 0px;
font-family: "Gotham";
background: rgba(0,0,0,.3);
width: 64px;
text-align: center;
height: 50px;
line-height: 50px;
}

.polylang-dropdown a.dropdown-toggle{
  color:#FFF;
  text-transform:uppercase;

}


.polylang-dropdown a.dropdown-toggle:hover{
  color:#9e161a;
}


.polylang-dropdown .dropdown-menu {
  text-align: center;
  background-color: rgba(0,0,0,.3);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin:0;
  min-width:auto;
  right:-1px!important;
  width: 65px;
}

.polylang-dropdown .dropdown-menu > li{
  padding:5px 0;
}


.polylang-dropdown .dropdown-menu > li > a{
  text-transform:uppercase;
  color:#FFF;
}


.polylang-dropdown  .dropdown-menu > li > a:focus, .polylang-dropdown  .dropdown-menu > li > a:hover{
  background-color:transparent;
  color:#9e161a;
}

@media screen and (max-width:990px){
    .polylang-dropdown{
    top: inherit;
    left: 0;
    right: inherit;
    bottom: 0;
    }

    

    .polylang-dropdown .dropdown-menu{
    bottom:100%;
    top:auto;
    }
}

#catapult-cookie-bar{
  font-family: 'Gotham';
  font-weight:100;
  font-size:80%;
  line-height: 170%;
}

#catapult-cookie-bar h3{
  text-transform:uppercase;
  font-size:110%;
}

#catapultCookie{
  background-color: #FFF;
}


/*IFRAME*/
.fancybox-slide--iframe .fancybox-content {
    width: 230px!important;
    min-height: 270px;
    min-width: 200px;
    height: auto!important;
}

.fancybox-iframe{
  width:100%;
  height:auto;
  min-width:200px;
  min-height:270px;
  padding:15px!important;
}

/*MODIFS FINAL*/
p {
    font-family: "Playfair Display";
    font-size: 18px;
    color: #727272;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 20px;
}

.btn-grey{
   font-family: "Playfair Display";
   font-weight:800;
}

.btn-grey:after{
  top:1px;
}


.sow-masonry-grid-item span{
  font-family: "Playfair Display";
  font-weight: 800;
}


@media screen and (max-width:990px){
  .sow-masonry-grid-item span {
    font-size: 10px;
    padding: 5px 5px 5px 5px;
  }
}


.reserver-footer{
  position:fixed;
  bottom:0;
  left:0;
  height: 50px;
  z-index:99;
  line-height: 18px;
}