/*
font-family: 'Comfortaa', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Karla', sans-serif;
*/


.retour {
	clear: both;
}

.center {
	max-width: 80%;
	margin: auto;
}

body {
	background-color: #282828;
	color: #545454;
	max-width: 100%;
	height:auto;
}

#logo {
	float: left;
	margin-right: 15vw;
	padding-top: 10px;
}

nav a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 2vw 1.5vw 1vw 1.5vw;
	font-size: 20px;
	margin-bottom: 5px;

}

nav a:hover {
	border-bottom: 2px solid gray;
}

nav a.active {
	border-bottom: 2px solid white;
}


.imageheader{
	max-height: 95vh;
	padding-top: 20px;
	width: 100%;
	margin-top: 40px;
}

header {
	position: fixed;
	background-color: #282828;
	width: 100%;
	z-index: 8000;
}



.right {
	margin-right :10px;
	width: 80vw;
	display: block;
}

#fleche {
	margin: -100px auto 40px auto;
	display: block;
}

.flechehaut {
	width: 3vw;
	margin: auto;
}

#flechehaut {
	margin: 40px auto 40px auto;
	display: block;
}

.citation {
	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 50px;
}

.citationtxt {
	/*font-style: oblique;*/
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	line-height: 35px;
}
 
 .trait {
 	border-bottom: 2px solid white;
 	width: 5vw;
 	margin: 30px auto;	
 }

.trait2 {
 	border-bottom: 2px solid white;
 	margin: 30px 0;
 }

.voirphoto {
	text-align: center;
}

.voirphoto a{
	color: white;
	font-size: 25px;
	text-decoration: none;
}

.imggauche{
	float: left;
	max-width: 50vw;
	margin-top: 10px;
}

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


.txtdroit {
	background-color: white;
	margin-left: -3%;
	width: 40vw;
	float: left;
	text-align: justify;
	padding: 10px 0;
	margin-top: 5%;
	margin-bottom: 5px;
	font-family: 'Karla', sans-serif;
}

.imgdroite{
	float: right;
	margin-left: -10px;
	max-width: 50vw;
	margin-top: 10px;
}

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

.txtgauche {
	background-color: white;
	margin-right: -3%;
	width: 40vw;
	float: right;
	text-align: justify;
	padding: 10px 0;
	margin-top: 5%;
	margin-bottom: 5px;
	font-family: 'Karla', sans-serif;
}

.txtgauche a, .txtdroit a {
	text-decoration: none;
	float: right;
	padding: 10px;
	color: #84cdf9;
}

h1 {
	color: white;
	margin: 30px auto;
	font-size: 40px;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 10px;
	font-family: 'Comfortaa', cursive;
}

p {
	padding: 10px 10px;
	line-height: 20px;
}

.italic {
	font-style: oblique;
}

.gras {
	font-weight: bold;
}

.col5 img{
	width: calc(20% - 2px);
	margin: 1px 1px;
	min-height: 100%;
	float: left;
	display: block;
}


footer {
	background-color: white;
	padding: 20px 0;
	margin-top: 10px;
}

.social {
	float: left;
	width: 50%;
}

.social a {
	margin: 10px;
}

.copyright a {
	float: right;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 20px;
	margin-top: 20px;
	color: #545454;
}

.slicknav_menu {
        display:none;
    }


/*___________CSS geographie________début_______________*/



/*___________CSS geographie________fin_______________*/

/*___________CSS domaine___________début_______________*/

#parcelles {
	float: right;
	margin-right: 10px;
}


/*___________CSS domaine___________fin_______________*/

/*___________CSS rentabilité________début_______________*/
#tableau td{
	text-align: center;
	border: 1px solid black;
	
}

#tableau {
	margin :auto;
}

#tableau tr td p {
	padding: 5px;
	font-size: 14px;
}
/*___________CSS rentabilité________fin_______________*/

/*___________CSS contact________début_______________*/
.center2{
	margin: auto;
	width: 50%;
}

input, textarea{
	width: 20vw;
	padding: 5px 5px;
	margin: auto;
	display: block;
}

textarea {
	min-height: 70px;
	resize: vertical;
}

.btn {
	width: 8vw;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #7da8d2;
}

/*___________CSS contact________fin_______________*/

/*___________CSS galerie________début_______________*/

.demo img {
	max-height: 100vh;
	margin: auto;
}

#lightSlider img {
	max-width: 100%;
	height: 70vh;
	margin: auto;
	display: block;
}

.lSSlideOuter .lSPager.lSGallery {
	display: flex;
	justify-content: center;
	width: 100% !important;
}

.lSGallery li {
	float: none;
}
/*___________CSS galerie________fin_______________*/




/*___________Mediaquery____________*/

@media screen and (max-width: 1348px) {
	nav a {
		font-size: 15px;
	}
}

@media screen and (max-width: 979px){
	#logo {
		margin-right: 0vw;
	}
	
	.center {
		margin-left: 10px;
	}

	.citation {
		font-size: 15px;
	}	

	h1 {
	margin: 20px auto;
	font-size: 30px;
	}
}

@media screen and (max-width: 768px){
	nav {
		display: none;
	}

	.slicknav_menu {
        display:block;
        float: right;
    }

}


@media screen and (max-width: 480px){
	.txtdroit, .txtgauche  {
		float: none;
		margin: auto;
		width: 80vw;
		margin-bottom: 10px;
	}
	.imggauche, .imgdroite {
		float: none;
		max-width: 80%;
	}

	.imggauche img, .imgdroite img {
		max-width: 100vw;
		margin: auto;
		float: none;
	}

	.copyright a {
		font-size: 15px;
		margin-top: 10px;
		padding: 5px;
	}
	
	
	
	
	
}
