@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
	font-family: "Open sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #464646;	
}

header{
	height: 50px;	
}
h1{
	text-transform: none;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 0px;
}
h2{	
	text-transform: none;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
}
h2 + p{
	margin-top: 0px;
}
p{
	margin: 0.7em 0;
}
p strong{
	font-size: 18px;
}
.en p strong{
	font-size: 16px;
}
p.big{
	font-size: 22px;
	margin-top: 0px;
}
p{
	font-size: 16px;
}
.en p{
	font-size: 14px;
}
div.domaine{
	background: url('../images/domaine-a-vendre.jpg') no-repeat;
	background-size: cover;
	border-radius: 20px;
	min-height: 228px;
	
}
img.panier{
	margin-top: 50px;
}
div.url-conteneur{
	background: #C3C6DB;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 30px;
	border-radius: 10px;
	border: 1px solid #FFF;
	min-width: 340px;
	display: inline-block;
	text-align: left;
	position: relative;
	margin-top: 20px;
}
div.url-conteneur:before{
	content: "";
	background: url('../images/picto-cadenas.svg') no-repeat;
	position: absolute;
	width: 16px;
	height: 21px;
	left: 8px;
	top: 7px;
}
div.url-conteneur:after{
	content: "";
	background: url('../images/picto-cb.svg') no-repeat;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 8px;
	top: 5px;
}
hr.separateur{
	width: 75%;
	height: 1px;
	border-bottom: 1px solid #707070;
	margin: 30px auto;
}
a{
	color: #3C58C5;
}
a:hover{
	color: #003462;
}
footer{
	margin: 30px 0;
}
footer p{
	margin: 0px;
}
@media only screen and (max-width: 768px) {
	img.big{
		width: 100%;	
	}
}