@charset "iso-8859-1";


/* @font-face{
	font-family: 'rl';/*robotolight*/
	/*src: url('./fonts/roboto-light/roboto-light.eot');
	src: url('./fonts/roboto-light/roboto-light.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/roboto-light/roboto-light.woff2') format('woff2'),
		 url('./fonts/roboto-light/roboto-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'rr';/*robotoregular*/
	/*src: url('./fonts/roboto-regular/roboto-regular.eot');
	src: url('./fonts/roboto-regular/roboto-regular.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/roboto-regular/roboto-regular.woff2') format('woff2'),
		 url('./fonts/roboto-regular/roboto-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'rb';/*robotobold*/
	/*src: url('./fonts/roboto-bold/roboto-bold.eot');
	src: url('./fonts/roboto-bold/roboto-bold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/roboto-bold/roboto-bold.woff2') format('woff2'),
		 url('./fonts/roboto-bold/roboto-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


/* Older browsers */

html{ 
	font-size: 62.5%;
}

body {
    /* background-color: var(--gray-100); */
    font-size: 1.6rem;
    color: var(--neutral-500);
	font-family: "Barlow", sans-serif;
    line-height: 150%;
	overflow-x: hidden;
	letter-spacing: 0.5px;
	font-weight: 500;
	/* padding: 0 4rem; */
}

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}


.displayib{
	display: inline-block;
	vertical-align: top;
}
.dim{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


.ovh{
	overflow: hidden;
}

a, a:hover, a:focus{
		-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
	border:0;
	vertical-align: bottom;
	max-width:100%;
}
/* #contents img{
	border-radius: 20px;
} */
.map img{
	max-width:inherit;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}



/* --------------
CALAGE DES BLOCS
-----------------*/
.clear{
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	display:block;
	margin:0;
}
.clear-box{
	clear: both;
}

.clearfix::after{
	content:'';  
	display:block;  
	clear:both;
}
