/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

hr{
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}




/*
 #    # ######   ##   #####
 #    # #       #  #  #    #
 ###### #####  #    # #    #
 #    # #      ###### #    #
 #    # #      #    # #    #
 #    # ###### #    # #####
*/
header a img{
	position: absolute;
	top: 10px;
	left: calc(50% - 133px);
	z-index: 4;
}

header div:first-child{
	height: 120px;
	z-index: 3;
}

.ondulationHaut{
	background-image: url("../images/header-autre-1.jpg");
	background-repeat: no-repeat;
	height: 87px;
	width: 100%;
	position: absolute;
	top: 70px;
	z-index: 3;
}

header{
	height: 650px;
	background-image: url("../images/header-autre-2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 157px;
	z-index: 3;
	position: relative;
}

.ondulationBas{
	background-image: url("../images/header-autre-3.png");
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
	position: absolute;
	top: 647px;
	z-index: 3;
}

#headerServices .ondulationHaut{
	background-image: url("../images/nos_services_02.jpg");
}

#headerServices{
	background-image: url("../images/nos_services_03.jpg");
}

#headerServices .ondulationBas{
	background-image: url("../images/nos_services_04.jpg");
}

#headerCote .ondulationHaut{
	background-image: url("../images/cote_sauvage_02.jpg");
}

#headerCote{
	background-image: url("../images/cote_sauvage_03.jpg");
}

#headerCote .ondulationBas{
	background-image: url("../images/cote_sauvage_04.jpg");
}

#headerOcean .ondulationHaut{
	background-image: url("../images/maison_ocean_02.jpg");
}

#headerOcean{
	background-image: url("../images/maison_ocean_03.jpg");
}

#headerOcean .ondulationBas{
	background-image: url("../images/maison_ocean_04.jpg");
}

#headerFontaine .ondulationHaut{
	background-image: url("../images/fontaine_02.jpg");
}

#headerFontaine{
	background-image: url("../images/fontaine_03.jpg");
}

#headerFontaine .ondulationBas{
	background-image: url("../images/fontaine_04.jpg");
}

#headerPort .ondulationHaut{
	background-image: url("../images/maison_port_02.jpg");
}

#headerPort{
	background-image: url("../images/maison_port_03.jpg");
}

#headerPort .ondulationBas{
	background-image: url("../images/maison_port_04.jpg");
}

#headerEstran .ondulationHaut{
	background-image: url("../images/estran_02.jpg");
}

#headerEstran{
	background-image: url("../images/estran_03.jpg");
}

#headerEstran .ondulationBas{
	background-image: url("../images/estran_04.jpg");
}
#headerPiscine .ondulationHaut{
	background-image: url("../images/maisonPiscine/piscine_01.jpg");
}

#headerPiscine{
	background-image: url("../images/maisonPiscine/piscine_02.jpg");
}

#headerPiscine .ondulationBas{
	background-image: url("../images/maisonPiscine/piscine_03.jpg");
}

#backgroundIndex{
	background-image: url("../images/header-acc-2.jpg");
	z-index: 3;
}

.ondulationHautIndex{
	background-image: url("../images/header-acc-1.jpg");
	background-repeat: no-repeat;
	height: 87px;
	width: 100%;
	position: absolute;
	top: 70px;
	z-index: 3;
}

.ondulationBasIndex{
	background-image: url("../images/header-acc-3.png");
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
	position: absolute;
	top: 647px;
	z-index: 3;
}

#backgroundIndex h1{
	color: white;
	position: relative;
	top: 150px;
	left: 2%;
	width: 90%;
	font-family: 'Courgette';
	font-size: 60px;
	text-align: center;
}

.image{
	display: block;
	width: 100%;
	height: 600px;
	z-index: 4;
	position: relative;
	top: 60px;
}

.image h1, .image p{
	color: white;
}

.image h1{
	text-align: center;
	font-size: 2rem;
}

.image p{
	text-align: center;
	width: 90%;
	margin: auto;
}

.image img{
	position: absolute;
	left: calc(50% - 104px);
	top: 300px;
	z-index: 2;

}


a, a:hover, a:active{
	color: #212529;
}

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/
#mainMenu{
	position: absolute;
	top: 92px;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	z-index: 5;
	padding-left: 10px;
}

#navbarSupportedContent{
	position: relative;
    left: -12px;
    height: 40px;
}

.dropdown-menu {
    position: absolute;
    left: calc(50% - 115.37px);
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}

.nav-link{
	background-image: url('../images/down.png');
	background-repeat: no-repeat;
	background-position: top 17px left 10px;
	background-size: 20px 10px;
	height: 40px;
	background-color: white;
	width: 40px;
}

.dropdown-toggle::after{
	margin-left: 8px;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu a{
	color: white;
	font-family:'Montserrat';
}

.dropdown-item{
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-khtml-transition: 0.3s;
}

.dropdown-item:hover{
	color: #0e71b8;
	background-color: rgba(0,0,0,0);
}

.langue{
	width: 100px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	right: 1%;
	top: 30px;
}

.langue ul{
	padding-left: 0
}

.langue ul li{
	display: inline-block;
}

.langue ul li:first-child{
	padding-right: 6px;
}

.langue a{
	color: black;
	font-family: "Montserrat";
	font-weight: bold;
	position: relative;
}

.langue .active{
	color: #0e71b8;
}

.langue li:not(:last-child) a:after{
	position: absolute;
	content: "";
	background-color: black;
	height: 16px;
	width: 2px;
	right: -6px;
	top: 1px;
}




/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/

#index a:hover{
	text-decoration: none;
}

#index h4, #index p{
	color: black;
}

.row img{
	width: 100%;
}

#maisons .maison-image img{
	width: 80%;
}

.row h4{
	font-family: Montserrat;
	font-weight: 600;
}

.row p{
	font-family: Montserrat;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
}

#index img{
	margin-bottom: 20px;
}

#index .row{
	margin-bottom: 50px;
}

.maison-image{
	display: none;
	z-index: 2;
}

.maison:first-of-type{
	margin-top: 70px;
}

.maison-content div img, .maison-content div h2{
	display: inline-block;
}

.maison-content div img{
	width: 50px;
	margin-right: 10px;
	margin-top: -20px;
}


/*.maison-image img{
	width: 250px;
	height: 250px;
}*/

.ondulation .maison{
	position: relative;
	top: 20px;
}

.ondulation{
	background-image: url("../images/vague_gris.jpg");
	background-repeat: no-repeat;
	height: 447px;
	z-index: 1;
}

#index{
	margin-top: 120px;
}

.maison{
	margin-top: 50px;
	margin-bottom: 50px;
	height: 370px;
	padding-top: 20px;
}

.maison-content h2{
	font-family: 'Courgette', cursive;
	color: #0e71b8;
}

.maison-content img{
	width: 80%;
}

.maison-content h6{
	font-family: Montserrat;
	font-weight: 600;
}

.maison-content a{
	color: white;
}

.maison-content a:first-of-type{
	background-color: #ee616d;
}

.maison-content a:last-child{
	float: right;
}

.maison-content a:last-child{
	background-color: #02cfc8;
}

.bgcontent .container{
	height: auto;
}

.bgcontent>.ondulation:last-of-type{
	margin-bottom: 100px;
}

#phare, #valise{
	display: none;
}

.pageMaison{
	margin-top: 80px;
}

#titreMaison{
	text-align: center;
}

#iconeMaison{
	display: none;
}

.pageMaison h2{
	display: inline-block;
	font-family: 'Courgette', cursive;
    color: #0e71b8;
    margin-bottom: 20px;
    font-size: 2rem;
}

.pageMaison h3{
	text-decoration: underline;
	color: #02cfc8;
}

.maisonGallerie a, .maisonGallerie img{
	margin: 4px 0px 4px 0px;
}

.pageMaison a, .pageMaison img{
	width: 30%;
	margin: 2px 0px 2px 0px;
}

.maisonGallerie{
	text-align: center;
}

.pageMaison .tarifs{
	width: 16%;
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #ee616d;
	color: white;
}

.pageMaison a:first-of-type button {
    background-color: #ee616d;
    color: white;
}

#services{
	margin-top: 80px;
}

#services h2{
	font-family: 'Courgette', cursive;
    color: #0e71b8;
}

#services img{
	margin-bottom: 20px;
}

#services ul li
{
	list-style-type: none;
	text-align: left
}


/*#services span{
	font-weight: 300;
	font-style: italic;
}*/

#contact{
	margin-top: 80px;
	margin-bottom: 80px;
}

#contact h2{
	font-family: 'Courgette', cursive;
    color: #0e71b8;
}

#tarifs{
	margin-top: 130px;
	margin-bottom: 80px;
}

.titreTarifs img{
	width: 50px;
	display: none;
}

.titreTarifs h2{
	display: inline-block;
	font-family: 'Courgette', cursive;
    color: #0e71b8;
    margin-bottom: 20px;
    font-size: 2rem;
}

#tarifs a{
	color: white;
    border-color: #f8f9fa;
    background-color: #ee616d;
    margin-left: 40px;
    margin-top: -16px;
}

#tarifs .row{
	margin-bottom: 40px;
}

.telMail p{
	color: #0e71b8;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}

#re{
	margin-top: 80px;
	margin-bottom: 80px;
}

#re p{
	color: black;
	font-style: normal;
	margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

#re p:first-of-type{
	margin-bottom: 10px;
}

.underline{
	text-decoration: underline;
}

#re span{
	display: block;
	margin-top: 20px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 40px;
}

#re img{
	border-radius: 20px;
	margin-top: 20px;
}

#contact > div:nth-child(2){
	margin-top: 40px;
}

#contact h2{
	text-align: center;
	margin-top: 50px;
}

#contact > div:nth-child(4){
	margin-top: 40px;
}

#contact .row:nth-child(3){
	margin-top: 40px;
}

#contact > h2:nth-child(4){
	margin-bottom: 30px;
}

#mentions{
	margin-top: 100px;
	margin-bottom: 80px;
}

/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/
footer{
	background-color: rgb(14,113,184);
	height: 150px;
	position: relative;
	top: 0px;
	font-family: "Montserrat";
}

footer nav{
	height: 150px;
}

footer nav ul{
	padding: 0;
	padding-top: 10px;
}

footer nav ul li{
	display: block;
	text-align: center;
	color: white;
	height: 30px;
	margin: 10px;
}

footer nav ul a{
	color: white;
}





/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

@media (max-width: 350px){
	#maisons .container{
		height: 600px;
		margin-top: -130px;
    	margin-bottom: -150px;
	}

	#maisons .container:first-child{
		margin-top: 0;
	}

	.ondulation .container{
		height: 600px;
	}

	.bgcontent>.container>.maison{
		margin-top: 80px;
	}

	.maison-content a:first-of-type{
		position: relative;
		left: calc(50% - 73px);
	}

	.maison-content a:last-of-type{
		position: relative;
		left: calc(110px - 50%);
		top: 40px;
	}

	#maisons{
		margin-top: -80px;
	}

	.bgcontent>.ondulation:last-of-type{
		margin-bottom: 100px;
	}
	.image img{
		display: none;
	}

	.maison:first-of-type{
		margin-top: 110px;
	}

	.maison-content div{
		position: relative;
		left: 0px;
	}

	.maison-content div img{
		display: none;
	}

	.maison-content div h2{
		font-size: 26px;
		position: relative;
		top: -10px;
	}

	.bgcontent>.container>.maison:first-of-type{
		margin-top:140px;
	}

	.ondulation{
		height: 600px;
		background-size: 100% 600px;
	}

	.langue{
		display: none;
	}
}

@media (min-width: 351px) and (max-width: 430px){
	#maisons .container{
		height: auto;
		margin-top: -130px;
    	margin-bottom: 0px;
	}

	#maisons .container:first-child{
		margin-top: 0;
	}

	.ondulation .container{
		height: 600px;
	}

	.ondulation{
		height: 600px;
		background-size: 100% 600px;
	}

	.bgcontent>.ondulation:last-of-type{
		margin-bottom: 100px;
	}

	#maisons{
		margin-top: -80px;
	}

	.image img{
		display: none;
	}
	.maison:first-of-type{
		margin-top: 110px;
	}

	.maison-content div{
		position: relative;
		left: 0px;
	}

	.maison-content div img{
		display: none;
	}
	.maison-content div h2{
		font-size: 26px;
		position: relative;
		top: -10px;
	}

	.bgcontent>.container>.maison:first-of-type{
		margin-top:140px;
	}

	.langue{
		top: 10px;
		right: 0px;
		font-size: 10px;
		width: 60px;
	}
	.langue li:not(:last-child) a:after{
		height: 12px;
		width: 2px;
		right: -6px;
		top: 1px;
	}


}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.maison-content{
		height: 350px;
	}

	.maison-content img{
		width: 80%;
	}

	.ondulation{
		padding-top: 50px;
		background-position-y: -10px;
		height: 447px;
	}

	body > div.bgcontent > div:nth-child(3){
		margin-top: -60px;
	}

	.bgcontent>.container>.maison{
		height: 340px;
	}

	.bgcontent>.ondulation>.container>.maison{
		height: 320px;
		margin-top: -40px;
	}

	.image{
		position: relative;
		top: 80px;
	}

	.image p{
		width: 400px;
	}

	.image img{
    	top: 280px;
	}

	.langue{
		right: 5%;
	}

	.maisonGallerie a, .maisonGallerie img{
		width: 10%;
		margin: 2px 0px 2px 0px;
	}

	.maisonGallerie{
		text-align: left;
	}

	#iconeMaison, .titreTarifs img{
		display: inline-block;
		width: 50px;
		margin-top: -14px;
		margin-right: 4px;
	}



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	hr{
		display: none;
	}

	.image{
		top: 60px;
	}

	.image img{
    	top: 300px;
	}

	.maison-image{
		display: block;
	}

	.maison-content a:last-child{
		float: none;
		margin-left: 10px;
	}

	#iconeMaison, .titreTarifs img{
		margin-top: -22px;
		margin-right: 6px;
	}

	.ondulation div h6, .ondulation p{
		text-align: right;
	}

	.ondulation a{
		position: relative;
		left: 120px;
	}

	.maison-image img{
		margin-top: 70px;
	}

	.bgcontent>.container>.maison{
		height: 350px;
		padding-top: 30px;
	}

	.bgcontent>.ondulation>.container{
		margin-top: -50px;
	}

	.bgcontent>.ondulation>.container>.maison{
		height: 450px;
		margin-top: -20px;
	}

	.ondulation .maison-content div{
		text-align: right;
	}

	.pageMaison h2, .titreTarifs h2{
	    font-size: 3rem;
	}

	.telMail{
		position: relative;
		top: 45%;
		text-align: center;
	}

	.telMail p{
		color: #0e71b8;
		font-size: 16px;
		margin-top: 0px;
	}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	hr{
		display: none;
	}

	.dropdown-menu {
	    margin-right:-1000px;
	    position: relative;
	    width: 1000px;
	    left: calc(50% - 500px);
	    background-color: #fff0;
	    border: 0px solid rgba(0, 0, 0, 0);
	}

	.dropdown-menu li {
	    display: inline-block;
	}

	.dropdown-menu li:last-child{
		border-right: none;
	}

	.dropdown-item{
		position: relative;
	}

	li:not(:last-child) .dropdown-item:after{
		position: absolute;
		content: "";
		background-color: white;
		height: 16px;
		width: 2px;
		right: -2px;
		top: 8px;
	}

	.image img{
		-webkit-animation: velo 8s infinite linear;
		animation: velo 8s infinite linear;
	}

	@-webkit-keyframes velo {
		0% {
		    left: -20%;
		}
		20%{
		  	left: 0%;
		}
		98%{
		  	left: 90%;
		}
		100%{
		    left: 100%;
		}
	}

	.ondulation a{
		position: relative;
		left: 230px;
	}

	.maison{
		height: 350px;
	}

	.bgcontent>.ondulation>.container{
		margin-top: 0px;
	}

	.maison-image img{
		margin-top: 20px;
	}

	.maison-image{
		margin-top: 20px;
	}

	footer{
		background-color: rgb(14,113,184);
		height: 70px;
	}

	footer nav{
		width: 100%;
		text-align: center;
		margin: auto;
		height: 70px;
	}

	footer ul{
		height: 50px;
		position: relative;
		top: 4px;
	}

	footer nav ul li{
		display: inline-block;
		text-decoration: none;
		color: white;
	}

	footer nav ul li:last-child{
		border-right: none;
	}

	footer nav ul a{
		color: white;
		position: relative;
		transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		-ms-transition: 0.3s;
		-khtml-transition: 0.3s;
	}

	footer nav ul a:hover{
		color: #ee616d;
		text-decoration: none;
	}

	li:not(:last-child) a:after{
		position: absolute;
		content: "";
		background-color: white;
		height: 16px;
		width: 2px;
		right: -13px;
		top: 1px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#backgroundIndex h1{
		left: 45%;
		width: 600px;
	}

	.maison-image img{
		margin-top: -20px;
	}

	.maison{
		height: 370px;
	}

	.ondulation a{
		position: relative;
		left: 350px;
		top: 20px;
	}

	.bgcontent>.container>.maison{
		padding-top: 60px;
		height: 370px;
	}

	.bgcontent>.ondulation:last-of-type{
		margin-bottom: 150px;
	}

	#services ul{
		margin-top: 30px;
	}

}

@media (min-width: 1600px) {
	#phare{
		display: block;
		position: absolute;
		top: 730px;
		z-index: 1;
	}

	#valise{
		display: block;
		position: absolute;
		right: 0px;
		top: 1600px;
		z-index: 1;
	}

	body > div.bgcontent > div:nth-child(1n) > div > div.col-sm-12.col-md-8.maison-content > div{
		position: relative;
		left: -60px;
	}




}
