@charset "iso-8859-1";


/* @font-face{
	font-family: 'ml';
	src: url('./fonts/Montserrat/Montserrat-Regular.ttf');
	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: 'ml';
	src: url('./fonts/Montserrat/Montserrat-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'mr';
	src: url('fonts/Montserrat/Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'mb';
	src: url('fonts/Montserrat/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'meb';
	src: url('fonts/Montserrat/Montserrat-ExtraBold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'mbk';
	src: url('fonts/Montserrat/Montserrat-Black.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'mm';
	src: url('fonts/Montserrat/Montserrat-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'rl';
	src: url('fonts/Raleway/Raleway-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'rr';
	src: url('fonts/Raleway/Raleway-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'rm';
	src: url('fonts/Raleway/Raleway-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'rb';
	src: url('fonts/Raleway/Raleway-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
/* Older browsers */

html{ 
	font-size: 62.5%;
	scroll-behavior: auto;
	scroll-behavior: smooth;
}

body {
    background-color: #F8F8F8;
    font-size: 1.2rem;
    color: #5A5A5A;
    font-family: 'rr', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
	scroll-behavior: auto;
	scroll-behavior: smooth;
}
@media (min-width:1024px){
	body {
		font-size: 1.4rem;
	}
}
@media (min-width:1200px){
	body {
		font-size: 1.6rem;
	}
}

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}



a, a:hover, a:focus{
		-moz-transition: background 0.3s, color 0.3s;
		-webkit-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%;
}
.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;
}

