@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:1.4;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6, .card-link, blockquote, .modal a, .price, .offer, .navbar-light .navbar-nav .nav-link{
	font-family: 'DM Serif Display', serif;
}

nav.navbar{
	padding-top:30px;
	padding-bottom:30px;
}

nav.navbar .media{
	font-size:14px;
	font-weight:bold;
}

nav.navbar .media a{
	color:#AD8040;
}

nav.navbar .media a.alt{
	color:#000;
}

#navigation{
	position: fixed; 
	top: -150px; 
	width: 100%; 
	transition: top 0.3s; 
	box-shadow: 0px 5px 30px #0000004B;
	background:#fff;
	z-index:12;
}

#navigation img{
	max-height:80px;
}

#navigation a.spec{
    background: #AD8040;
    color: #fff;
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: none;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link{
	text-transform:uppercase;
	color:#000;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 10px;
	    max-width: 270px;
}

blockquote{
	font-size:40px;
	line-height:1;
}
/*
.tarifs .col-md-6 p{
	font-size:20px;
}
*/
.tarifs .others p{
	font-size:15px;
}

.tarifs p{
	margin-bottom:0;
}

.price,
.tarifs .col-md-6 p.price{
	font-size:30px;
	line-height:1;
}

.offer{
	font-size:35px;
}

.card{
	border-radius:0;
	border:none;
}

.card-link *, a.card-link{
	color:#fff;
	font-size:50px;
}

.modal a:hover{
	color:#AD8040;
}

.jumbotron{
	background:transparent;
}

img{
	max-width:100%;
	z-index:1;
	width:100%;
}

.container-fluid{
	padding-top:85px;
	padding-bottom:85px;
}

.card-img-overlay{
	z-index:2;
	background:rgba(0,0,0,0.2);
	text-align:center;
	color:#fff;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.box{
	margin-top:-150px;
	padding:80px;
	background:#fff;
	z-index:2;
}

.content-block{
	max-width:1400px;
	margin: auto;
}

.focus, .hero, .banner{
	background-size:cover !important;
	background-position:center center ;
	backrgound-repeat:no-repeat;
}

.focus *, .hero *, .banner *{
	color:#fff;
}

.hero .jumbotron{
	min-height:calc(100vh - 160px);
}

.gold{
	background:#AD8040;
	color:#fff;
}

.opacity{
	opacity:0;
}

.notes p{
	font-size:15px;
}

.accordion {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 33.33%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  transition: all 500ms ease;
}

a.btn{
	background:#000;
	font-weight:bold;
	padding:12px 25px;
}

a.btn:hover{
	background:#fff;
	color:#000;
}

.accordion ul li > div {
  display: block;
  overflow: hidden;
  width:calc(100%);
  position:absolute;
  height:calc(100%);
  left:0; 
  top:0; 
  border:solid 60px transparent;
} 

.accordion ul li > div div.facade {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom:0;
  left:0;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li > div div.facade * {
  /*opacity: 0;*/
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li > div div.facade h2 {
  text-overflow: clip;
  font-size:40px ;
  margin-bottom: 2px;
  /*bottom: 160px;*/
}
.accordion ul li > div div.facade p {
  /*bottom: 160px;*/
  font-size: 13.5px;
}
/*
.accordion ul li:nth-child(1) {
  background-image: url("http://michael-ferry.com/assets/accordion1.jpg");
}
.accordion ul li:nth-child(2) {
  background-image: url("http://michael-ferry.com/assets/accordion2.jpg");
}
.accordion ul li:nth-child(3) {
  background-image: url("http://michael-ferry.com/assets/accordion3.jpg");
}*/
.accordion ul:hover li, .accordion ul:focus-within li {
  width: 20%;
}
.accordion ul li:focus {
  outline: none;
}
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus {
  width: 60%;
}/*
.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}*/
.accordion ul:hover li:hover a *,
.accordion ul li:focus div.facade *, .accordion ul:focus-within li:focus div.facade * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li {
  width: 20% !important;
}
.accordion ul:hover li div.facade * {
  opacity: 0 !important;
}
.accordion ul:hover li:hover {
  width: 60% !important;
}
/*.accordion ul:hover li:hover div.facade {
  background: rgba(0, 0, 0, 0.4);
}*/
.accordion ul:hover li:hover div.facade * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.content-box {
  position:relative;
  width:100%;
  min-height:850px;
  background:#ccc;
  margin: 0;
}

.img-box.left {
  position:absolute;
  top:-15px;
  right:-15px;
  bottom:-15px;
  width:calc( 50vw );
}

.img-box.right {
  position:absolute;
  top:-15px;
  left:-15px;
  bottom:-15px;
  width:calc( 50vw );
}

form *{
	font-size:15px;
}

form input,
form textarea{
	padding:8px 15px;
	border:solid 1px #000;
	border-radius:30px;
}

form input[type="file"]{
	padding:0;
	padding-top:8px;
	border:none;	
	border-radius:0;
}

form textarea{
	height:150px;
}

h1{
	font-size:70px;
	line-height:1;
}

h1 small{
	font-size:50px;
}

h2{
	font-size:70px;
	margin-bottom:30px;
	line-height:1;
	margin-bottom:25px;
}

h3{
	font-size:50px;
}

h4{
	font-size:40px;
}

.btn, .wpcf7-submit{
	color:#fff;
	font-size:13px;
	margin-bottom:10px;
	padding:12px 18px;
	border-radius:30px;
	border:solid 1px #fff;
	text-transform:uppercase;
}

.btn.gld{
	background:#AD8040;
}

.btn.gld:hover{
	background:#000;
	color:#fff;
}

.wpcf7-submit{
	background:#AD8040;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
}

.btn strong{
	text-transform:none;	
}

.btn.blk{
	background:#000;
}

footer.container-fluid{
	background:#000;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}

footer a{
	color:#fff !important;
	text-decoration:none;
}

footer .secondary-links{
	font-size:13px;
}

.credits{
	border-left: solid 1px #fff;
}

.title{
	position:relative;
	margin-bottom:50px;
	padding-bottom:40px;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #000;
}

.banner .title:after,
.focus .title:after{
    background: #fff;	
}

.text-center .title:after{
    left: 50%;
	margin-left:-50px;	
}

.cnt-bx{
	border-left:solid 1px #000;
}

.modal-header{
	border:none;
}

.container-fluid{
	position:relative;
}

.logo,
.open-menu{
	position:absolute;
	left:100px;
	top:50px;
	z-index:10;
}

.open-menu{
	right:100px;
	left:auto;
	top:50px;
}

.logo img{
	max-height:120px;
}

.open-menu img{
	width: 60px;
	height: auto;
}

.btn.trs{
	background:transparent;
}

#menuModal .modal-dialog{
    height: 100%;
	max-width: 100%;
    margin: 0;
}

#menuModal .modal-content{
    height: 100%;
}

#menuModal {
    height: 100%;
    width: 100%;
    max-width: 100%;
	padding-right:0 !important;
}

.close{
    right: 50px;
    top: 50px;
    opacity: 1;
}

.modal a{
	color:#000;
	font-size:40px;
	text-transform:none;
}

.modal a.btn{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 25px;
	margin-top:25px;
	text-transform:uppercase;
}

.modal a.btn:hover{
	background:#AD8040;
}

.card-link{
	position:relative;
}

.card-link:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background-image: url(../img/arrow-up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-link.collapsed:after {
    background-image: url(../img/arrow-down.svg);
}

label,form input, form textarea {
    max-width: 100%;
}

.border-between > [class*='col-']:before {
   background: #000;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.links a{
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
}

.content a{
	color:#AD8040;
	text-decoration:underline;
}

.encart{
	margin-top:30px;
	background:#000;
	color:#fff;
	border-radius:30px;
	padding:30px; 
}

.encart *{
	font-size:13px;
}

.encart p.label-book{
	font-size:12px;
}

.encart h4{
	color:#AD8040;
	font-size:20px;
	font-weight:700;
	font-family: "Roboto Condensed", sans-serif;
}

.encart a{
	padding:8px 14px;
	margin-bottom:0;
	text-transform:none;
}

.encart a.flex-fill.brwn{
	background:#AD8040;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:normal;
}

.card-body li a{
	color:#AD8040;
	font-weight:bold;
}


.modal .ekko-lightbox-nav-overlay a span{
	color:#fff !important;
	text-shadow: 2px 0px 4px rgba(85, 85, 85, 1) !important;
}

.col-md-3.card-gite h4 {
    font-size: 32px;
}


.col-md-4.card-gite h4 {
    font-size: 32px;
}

@media only screen and (max-width: 980px) {

#navigation img{
	max-height:60px;
}

nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar .media{
	padding:20px 10px;
	max-width: 150px;
}

}

@media only screen and (max-width: 768px) {

.border-between > [class*='col-']:before {	
	display:none !important;
}

.box{
	padding:35px;
}

.features .media{
	margin-bottom:20px;
}

.features img{
	max-width:30px;
}

.icon{
	margin:30px auto;
	max-height:80px;
}

.accordion ul li > div,
.accordion ul:hover li, .accordion ul:focus-within li,
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus,
.accordion ul:hover li {
width:100% !important;
}

.accordion ul li > div div.facade h2 {
    max-width: 270px;
    display: block;
}

.accordion ul li > div div.facade * {
    text-overflow: inherit;
    white-space: inherit;
}

.logo img{
	max-height:60px;
}

footer img{
	max-height:70px;
}

footer{
	margin-top:0;
}

.card-link *, a.card-link{
	color:#fff;
	font-size:20px;
}

.card-link img{
	max-height:30px;
}

.card-link:after {
    width: 20px;
    height: 20px;  	  
	margin-top: -10px;
}

.modal img{
	max-height:40px;
}

.modal .ekko-lightbox-item img{
	max-height:none !important;
}

.close img,
.open-menu img{
	max-height:30px;
}

.close img{
	max-height:30px;
}

.close{
    right: 20px;
    top: 20px;
    opacity: 1;
}

.container-fluid.py-0 .container{
	max-width:100%;
}

.logo,
.open-menu{
	position:absolute;
	left:10px;
	top:10px;
	z-index:10;
}

.open-menu{
	right:5px;
	left:auto;
	top:15px;
}


.modal a{
	color:#000;
	font-size:20px;
	text-transform:none;
}

.modal a.btn{
	font-size:15px;
    padding: 10px 25px;
}

body{
font-size:15px;
}

h1{
	font-size:40px;
	line-height:1;
}

h1 small{
	font-size:35px;
}

h2{
	font-size:40px;
	margin-bottom:30px;
	line-height:1;
	margin-bottom:25px;
}

h3{
	font-size:30px;
}

h4{
	font-size:20px;
}


    .img-box.left, .img-box.right  {
      position:absolute;
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      width:100%;
    }
	
  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
