/* pour enlever toutes les marges "par défaut" qui cassent les bonbons */

/* #CBBBA0 = Beige */
/* #434343 = foncé */

/* #F5F5F5 = Gris de fond */
/* #d2d0cd = gris */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
  margin:0;
  padding:0;


  
}

section{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rebeccapurple; */
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ JLM MAISONS _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

video{
	width: 960px;
	margin: 0 0 120px 0;

	text-align: center;
}



/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ JLM MAISONS _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

html{
	/* height:125%; */
}

body{
	  background-color: #F5F5F5 ;
	  min-height: 100%;
	  /* position: relative; */
}

.contact.html{
	height: 100px;
}

header{
	height: 60px;
	background: #CBBBA0;
	width: 100%;
	z-index: 10;
	position: fixed;
}


nav{
	padding-right: 25px;
}


nav a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 18px 10px;
}

nav li{
	font-family: 'Lato', sans-serif;
	display: inline;
}


nav ul{
	float: right;
}


li a:hover{
	color: #434343;
	font-weight: 700;
	border-bottom: solid #434343 5px;
	padding-bottom: 18px;
}

a.retour{
	padding-bottom: 30px;
	text-decoration: none;
	color: #CBBBA0;
}

.retour{
	color: #CBBBA0;
}

a.retour:hover{
	color: #434343;
	font-weight: bold;
}

h1{
	padding-top: 20px;
	border-bottom: solid #F8F8FF 1pt;
	font-size: 22pt;
	margin-bottom: 14px;
	padding-bottom: 8px;
	font-weight: 900;
	width: 960px;

}

h3{
	padding-bottom: 10px;
	font-weight: 400;
}

.encours{
	font-weight: 900;
}


iframe{

	width:100%; 
	height:480px;
	padding-top: 30px;
	padding-bottom: 10px;

}



.infos{
 	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	left: 0;
	top: 10%;
	right: 0;
	bottom: 0;
	color: #CBBBA0;
	font-family: 'Lato', sans-serif;
}

.infos p{
	padding-bottom: 8px;
	text-indent: 22px;
}


.infos a:visited{
	color:#434343;
}

img{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}

.img_projet{
	padding-top: 0px;
    padding-bottom: 60px;
}



.gauche{
	display: block;
	padding-top: 20px;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	width:310px; 
	height:40px; 
   	float:left;
   	padding-bottom: 60px;
   	color:#CBBBA0;

}


.droite{
	display: block;
	padding-top: 20px;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	width:310px; 
    height:40px; 
    float:right;
	padding-bottom: 60px;
	color:#CBBBA0;
}



.gauche:hover{
	font-weight: 900;
	color:#CBBBA0;
}

.droite:hover{
	font-weight: 900;
	color:#CBBBA0;
}


	.contact{
		width: 250px;
		height: 300px;
		margin: 0 auto;
		text-align: left;
		position: absolute;
		left: 0;
		top: 40%;
		right: 0;
		bottom: 0;
		color: #CBBBA0;
		font-family: 'Lato', sans-serif;

	}
		.nom{
			display: block;
			border-bottom: solid #CBBBA0 1pt;
			font-size: 22pt;
			margin-bottom: 14px;
			padding-bottom: 8px;
		}

		.nomcontact{
			border-bottom: solid #CBBBA0 1pt;
			width: 300px;
		}

		.tel{
			font-size: 14pt;
			padding-bottom: 4pt;
			padding-top: 20px;

			text-decoration: none;
		}

		.tel a{
			text-decoration: none;
			color: #CBBBA0;
		}

		.mail{
			color: #CBBBA0;
			font-size: 14pt;
			text-decoration: none;
		}

		.mail a {
			text-decoration: none;
			color: #CBBBA0;
		}

		.mail a:hover{
			font-weight: 700;
			color: #434343;
		}

		.tel a:hover{
			font-weight: 700;
			color: #434343;
		}

		.adresse{
			padding-top: 20px;
			font-size: 14pt;
		}
		.adresse2{
			font-size: 14pt;
		}


		h2{
			font-size: 18pt;
			padding-bottom: 80px;
			font-weight: 400;
		}

		strong{
			font-weight: 900;
		}

		.txt{
			font-weight: 700;
			color: rgb(172, 157, 131);
		}

		footer{
			margin: 0;
		}
		.pied p {
		    background-color: #CBBBA0;
		    bottom: 0;
		    color: white;
		    font-family: "Raleway",sans-serif;
		    font-size: 14px;
		    padding-bottom: 10px;
		    padding-top: 10px;
		    position: fixed;
		    text-align: center;
			width: 100%;
			margin-bottom: 0px;
		}
		
		.pied a{
			color: white;
			text-decoration: none;
		}

		.pied a:hover{
			color: #434343;
		}










/* _/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_ */








	/* pour une largeur type tablette de 601px à 950px   */
	@media screen and (max-width: 950px){

 		 body{
			background: white;
  		}

  		.infos{
			width: 480px;
			margin: 0 auto;
			text-align: left;
			position: absolute;
			left: 0;
			top: 20%;
			right: 0;
			bottom: 0;
			color: #CBBBA0;
			font-family: 'Lato', sans-serif;
		}

		video{
			width: 480px;
			height: 270px;
			margin: 0 0 110px 0;
			text-align: center;
		}



		.contact{
			width: 230px;
			margin: 0 auto;
			text-align: center;
			position: absolute;
			left: 0;
			top: 25%;
			right: 0;
			bottom: 0;
			color: #CBBBA0;
			font-family: 'Lato', sans-serif;
		}


		.nom{
			border-bottom: solid #CBBBA0 1pt;
			font-size: 20pt;
			margin-bottom: 16px;
			padding-bottom: 8px;
		}

		.mail{
			font-size: 14pt;
			padding-bottom: 6pt;
			color: #CBBBA0;
		}

		.mail:hover{
			font-weight: 700;
			color: #CBBBA0;

		}

  		li a:hover{
			color: #d2d0cd;
			font-weight: 700;
			border-bottom: solid #d2d0cd 3pt;
			padding-bottom: 19px;
		}

		img{
			border-bottom: solid #CBBBA0 3pt;
			padding-bottom: 0px;
			padding-top: 10px;
		}

		.cv{
			padding-top: 20px;
			padding-bottom: 20px;
			margin-bottom: 60px;
			text-align: center;
			color: white;
		}

		.cv a{
			text-decoration: none;
		}

		
		.cv:hover{
			font-weight: 900;
		}


		.cv:visited{
			color: #d2d0cd;
		}

		.cv:active{
			color: #d2d0cd;
		}


		h1{
			border-bottom: solid #CBBBA0 1pt;
			font-size: 22pt;
			margin-bottom: 14px;
			padding-bottom: 8px;
		}

		iframe{

			width:100%; 
			height:310px;
			padding-top: 30px;
			padding-bottom: 10px;

		}			

		.conteneur{
			width: 100%;
		 	position: relative;
		 	top:400px;
			height: auto;
			width: 580px;
			margin: 0 auto;
			text-align: left;
			position: absolute;
			left: 0;
			top: 15%;
			right: 0;
			bottom: 0;
			color: #CBBBA0;
			font-family: 'Lato', sans-serif;
		}

		.gauche{
			display: block;
			padding-top: 20px;
			text-align: center;
			list-style-type: none;
			text-decoration: none;
			width:180px; 
		   	height:40px; 
		  	background-color:white; 
		   	float:left;
		   	margin-bottom: 40px;
		}	


		.droite{
			display: block;
			padding-top: 20px;
			text-align: center;
			list-style-type: none;
			text-decoration: none;
			width:180px; 
	  		height:40px; 
	  	 	background-color:white; 
	   		float:right;
	   		margin-bottom: 40px;
		}

	}

















/* _/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_ */














	/* pour une largeur type smartphone de 0 à 600px   */
	@media screen and (max-width: 600px){

			body{
				background: white
			}


		video{
			width: 280px;
			height: 157px;
			margin: 0 0 110px 0;
			text-align: center;
		}

			  
			header{
				height: 60px;
				background: #CBBBA0;
				width: 100%;
				z-index: 10;
				position: fixed;
			}

				nav{
					/*position: absolute;
					left: 0;
					top: 0;
					right: 0;
					bottom: 0;*/
				}


				nav a{
					color: white;
					text-decoration: none;
					display: inline-block;
					padding: 18px 4px;
					position: center;
				}

				header nav ul li a{
					color: white;
				}


				nav li{
					font-family: 'Lato', sans-serif;
					font-size: 12pt;
				}

				nav ul{
					float: right;
					text-align: center;
					position: absolute;
					left: 0;
					top: 0%;
					right: 0;
					bottom: 0;
				}


				li a:hover, li a:focus{
					color: #d2d0cd;
					font-weight: 700;
					border-bottom: solid #d2d0cd 3pt;
					padding-bottom: 17px;
				}

				.global{
					height: 100%;
					min-height: 100%;
				}


						.infos{
							width: 280px;
							text-align: left;
							position: absolute;
							left: 0;
							top: 20%;
							right: 0;
							bottom: 0;
							color: #CBBBA0;
							font-family: 'Lato', sans-serif;
						}


						.contact{
							width: 230px;
							margin: 0 auto;
							text-align: center;
							position: absolute;
							left: 0;
							top: 20%;
							right: 0;
							bottom: 0;
							color: #CBBBA0;
							font-family: 'Lato', sans-serif;
						}


							.nom{

								border-bottom: solid #CBBBA0 1pt;

								font-size: 20pt;
								margin-bottom: 16px;
								padding-bottom: 8px;
							}


							.tel{
								font-size: 14pt;
								padding-bottom: 8pt;
							}


							.mail{
								font-size: 14pt;
								padding-bottom: 6pt;
								color: #CBBBA0;
							}

							.mail:hover{
								font-weight: 700;
								color: #CBBBA0;

							}


							.adresse{
								font-size: 13pt;
							}



				.conteneur{
					width: 100%;
				 	position: relative;
				 	top:400px;
					width: 320px;
					margin: 0 auto;
					text-align: left;
					position: absolute;
					left: 0;
					top: 15%;
					right: 0;
					bottom: 0;
					color: #CBBBA0;
					font-family: 'Lato', sans-serif;
				}


				h1{
					border-bottom: solid #CBBBA0 1pt;
					font-size: 22pt;
					margin-bottom: 16px;
					padding-bottom: 8px;
					width: 280px;
				}

				h3{
					padding-bottom: 10px;
				}

				iframe{
					width:100%; 
					height:160px;
					padding-top: 30px;
					padding-bottom: 10px;
				}	

				.infos a{
					height: 40px;
				}

				.gauche{	
					display: block;
					padding-top: 20px;
					text-align: center;
					list-style-type: none;
					text-decoration: none;
					width:140px; 
				   	height:180px; 
				  	background-color:white; 
				   	padding-bottom: 120px;
				}	


				.droite{
					background-color: #d2d0cd;
					display: block;
					padding-top: 20px;
					text-align: center;
					list-style-type: none;
					text-decoration: none;
					width:140px; 
			  		height:180px; 
			  	 	background-color:white; 
			   		padding-bottom: 120px;

				}

				.pied p {
				    background-color: #CBBBA0;
				    bottom: 0;
				    color: white;
				    font-family: "Raleway",sans-serif;
				    font-size: 12px;
				    padding-bottom: 8px;
				    padding-top: 8px;
				    position: fixed;
				    text-align: center;
				    width: 100%;
				}


	}
