@font-face {
    font-family: 'shaded_larch_personal_use_oRg';
    src: url('fonts/shadedlarch_personal_use-webfont.woff2') format('woff2'),
         url('fonts/shadedlarch_personal_use-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;}

@font-face {
    font-family: 'Ebrima';
    src: url('fonts/ebrima.ttf') format('ttf');
    font-weight: normal;
	font-style: normal;}

@font-face {
    font-family: 'Ebrima';
    src: url('fonts/ebrimabd.ttf') format('ttf');
    font-weight: bold;
	font-style: normal;}





body{
	font-family: 'Ebrima', sans-serif;
	font-size: 22px;
	color: #525252;
	line-height: 36px;
}

.container{
	max-width: 1500px;
}

img{
	max-width:100%;
	height: auto;
}


/*------------ Header -------------*/

header{
	height: 45vh;
}

.bandeBleue{
	height: 74px;
	background-color: #C8DEDB;
	-webkit-box-shadow: inset 0px 3px 6px -1px rgba(0,0,0,0.16); 
	box-shadow: inset 0px 3px 6px -1px rgba(0,0,0,0.16);
	position: relative;
}

.bgGeo{
	background-image: url("images/bg_geo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bgVilla{
	background-image: url("images/bg_villa.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bgContact{
	background-image: url("images/bg_contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#headerAccueil{
	background-image: url("images/bg_accueil.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative
}

#blocBleu{
	width: 100%;
	min-height: 74px;
	background-color: rgba(200,222,219,0.64);
	position: absolute;
	bottom: 0;
}

/*------------ Menu -------------*/

.offcanvas-backdrop{
	background-color: none;
}

.offcanvas-start{
	width: 33vw;
}

.navbar-light .navbar-toggler-icon{
	background-image: url("images/i_menu.png");
	min-height: 72px;
}

.menu{
	font-family: 'Ebrima', sans-serif;
	font-size: 41px;
	color: #fff;
	font-weight: bold;
	line-height: 61px;
}

.navbar-light .navbar-toggler {
    border: none;
	width: 219px;
	display: flex;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	width: 100%;
}

#flecheBas{
	position: absolute;
	bottom: 5%;
	left: 50%
}

h1{
	font-family: 'Ebrima', sans-serif;
	font-size: 3.95vw;
	color: #fff;
	font-weight: bold;
	text-shadow: 5px 5px 11px rgba(0,0,0,0.67);
	position: absolute;
	top: 52%;
	right: 3%;
}

.titreHeader{
	margin-left: 12rem;
}

nav .sousMenu{
	padding-left: 7rem;
}

.nav-item{
	padding-left: 4rem;
}

/* Slide In, Slide Off */
.sliding-u-l-r-l {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.sliding-u-l-r-l:before {
    content: '';
    display: block;
    position: absolute;
    left: 2rem;
    bottom: 0;
    height: 8px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.sliding-u-l-r-l:after {
    content: '';
    display: block;
    position: absolute;
    right: -2rem;
    bottom: 0;
    height: 8px;
    width: 0;
    background: #C8DEDB;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:before {
    width: 100%;
    background: #C8DEDB;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/*------------ Accueil -------------*/

.citation{
	font-family: 'shaded_larch_personal_use_oRg', serif;
	font-size: 44px;
	text-align: center;
	margin: 70px 0;
}


/*------------ Pages -------------*/


h2{
	font-size: 50px;
	font-weight: bold;
	margin: 60px 0 80px 50px;
}

h3{
	font-size: 58px;
	font-weight: bold;
	color: #E7F0F2;
	position: absolute;
	top: 18px;
}

h4{
	font-family: 'shaded_larch_personal_use_oRg', serif;
	font-size: 78px;
	margin: 75px 0 45px 0;
}

p{
	padding: 0 75px;
}

.blocImage{
	-webkit-box-shadow: 20px 20px 1px 1px #DFECEA; 
	box-shadow: 20px 20px 1px 1px #DFECEA;
}

.colGris{
	background-color: #EFEFEF;
	padding: 55px 0;
}

#construction ul{
	list-style-image: url("images/p_puce.png");
	list-style-position: outside;
}

#contact a {
	color: #6A9E97;
	text-decoration: none;
}

#contact a:hover{
	text-decoration: underline;
}

.separateur{
	width: 2rem;
	height: 50%;
	background-color: #C8DEDB;
}

#rent p{
	padding-top: 40px;
}

#rent a{
	text-decoration: none;
	color: #6A9E97;
}

#rent a:hover{
	text-decoration: underline;
}

/*------------ Formulaire -------------*/

#formulaire{
	padding: 0 80px 0 100px;
}

#formulaire p{
	padding: 0;
}

input{
	width: 100%;
	margin-bottom: 1rem;
}

input[type="submit"]{
	width: 45%;
	border: none;
	background-color: #6A9E97;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

/*------------ Fancybox -------------*/

.gallerie{
	background-color: #EFEFEF;
	min-height: 375px;
	margin-top: 45px;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
	
	left: -30px;
}

.owl-nav button.owl-prev{
	background-image: url("images/ios-arrow-dropleft.png");
	width: 49px;
	height: 49px;
}

.owl-nav .owl-next {
	
	right: -30px;
}

.owl-nav button.owl-next{
	background-image: url("images/ios-arrow-dropright.png");
	width: 49px;
	height: 49px;
}

/*------------ Footer -------------*/

#feuille{
	position: relative;
	margin: 40px;
}

#feuille img{
	position: absolute;
	bottom: 0;
	right: -5rem;
}

footer{
	background-color: #C8DEDB;
}

footer ul{
	padding-inline-start: 0px;
}

footer li{
	width: 30%;
	margin-bottom: 11px;
}

footer li a{
	color: #525252;
	text-decoration: none;
}

footer li a:hover{
	text-decoration: underline;
	color: #373737;
}

.sousMenu a{
	padding-left: 5rem;
	font-size: 20px;
}

#footerDr{
	border-left: 1px solid #707070;
	margin: 45px auto;
	padding: 1rem 0 0 4rem;
	height: 70%;
}

#footerDr a{
	color: #525252;
}

#footerDr a:hover{
	color: #373737;
}

#footerDr p{
	padding-top: 21px;
}