@font-face {
	 font-family: "Poppins Light";
	 src: url("../fonts/Poppins-Light.ttf") format("truetype");
}




body{
	font-family: "Poppins Light", Arial, helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	color: #000000;
}

.page-container{
	width: 100%;
	min-height: 100vh;
}

header{
	font-family: "Poppins Light", sans-serif;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	padding: 30px 70px;
}

h1{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}

.vys_legacy{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
}

header a{
	color: #000000;
	text-decoration: none;
}

header a:hover{
	color: #c19d80;
	text-decoration: none;
}

.main-contain{
	background-image: url("../img/bg_header-sandra.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 850px;
	z-index: 1;
}

.site-content{
	color: #ffffff;
	width: 760px;
	margin: 0 auto;
	padding: 130px 40px 50px 40px;
}

.site-content-title{
	font-family: "Poppins Light", sans-serif;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 40px;
}

.site-content p{
	font-size: 15px;
	text-align: center;
}

.site-encart{
	width: 75%;
	min-height: 450px;
	background-color: #ffffff;
	display:flex;
	padding: 30px 30px 30px 80px;
	margin-bottom: 50px;
	z-index: 3;
	margin-top: -250px;
	box-shadow: 0px 10px 6px 0px #dddddd;
	background-image: url("../img/bg_encart_voyante.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.site-encart-image{
	width:30%;
	text-align: right;
	padding-right: 30px;
}

.vys_image{
	width: 100%;
}

.for-mobile{
	display: none;
}

.site-encart-description{
	width: 60%;
	padding-left: 20px;
}

footer{
	background-image: url("../img/bg_footer2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 349px;
	padding-top: 30px;
}

.footer-content{
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 600;
}

.footer-content a{
	color: #000000;
	text-decoration: none;
}

.footer-content a:hover{
	color: #c19d80;
}


/*Mentions légales*/

.site-content-legacy{
	background-image: url("../img/bg_header-sandra.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.ml-title{
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	padding: 100px 0px;
	color: #ffffff;
}

.ml-content{
	width: 1140px;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px;
}

.ml-content h2, .ml-content h3, .ml-content h4{
	color: #0e1f39;
	font-weight: 600;
}

.ml-content h3{
	font-size: 24px;
}

.ml-content h4{
	font-size: 20px;
}

.ml-content ul{
	list-style-type: none;
	padding-left: 0px;
}

.ml-content ul li{
	font-size: 16px;
    color: #000000;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.ml-content ul li::before{
	position: absolute;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background-color: #0e1f39;
    border-radius: 5px;
}

/*=========RESPONSIVITE============*/

@media (min-width: 769px) and (max-width: 980px){
	.site-encart{
		width: 90% !important;
	}
	.site-encart-image{
		width: 40% !important;
	}

	.ml-content{
		width: 720px;
	}

}

@media (max-width: 768px){
	.site-content{
		width: 100%;
		padding: 50px;
	}

	.main-contain{
		height: 500px;
	}
	
	.site-content p{
		text-align: left;
		font-size: 16px;
	}
	.site-content-title{
		font-size: 25px;
		padding: 30px 0px 0px 0px;
	}
	
	.site-encart{
		flex-direction: column;
		width: 100% !important;
		box-shadow: none;
		background-image: none;
		margin-top: 0;
		padding: 0px;
		margin-bottom: 0px;
	}
	.site-encart-image, .site-encart-description{
		width: 100% !important;
	}

	.site-encart-description{
		padding: 0px 50px;
	}

	.site-encart-image{
		text-align: center;
		padding: 30px 0px;
	}

	h1{
		font-size: 16px;
	}

	.vys_image{
		display: none;
	}

	.for-mobile{
		display: inline-block;
		border-radius: 90px;
	}

	.footer-content{
		padding: 0px 40px;
	}

	.ml-content{
		width: 100%;
		padding: 30px 20px;
	}

	.ml-title{
		font-size: 20px;
	}

}

@media (max-width: 460px){
	header{
		padding: 30px 10px;
	}

	.footer-content{
		padding: 0px 20px;
	}

	.main-contain{
		height: auto;
	}

	.site-content{
		padding: 30px 15px;
	}

	.site-content p{
		text-align: justify;
	}

	.site-encart-description{
		padding: 0px 15px;
		text-align: justify;
	}

	.ml-content h3{
		font-size: 19px;
	}

	.ml-content h4{
		font-size: 17px;
	}

}