@charset "iso-8859-1";

@font-face{
	font-family: 'poppins regular';/*poppins regular*/
	src: url('./fonts/poppins/poppins-regular.woff2') format('woff2'),
		 url('./fonts/poppins/poppins-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'poppins semi-bold';/*poppins semi bold*/
	src: url('./fonts/poppins/poppins-semibold.woff2') format('woff2'),
		 url('./fonts/poppins/poppins-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'poppins bold';/*poppins bold*/
	src: url('./fonts/poppins/poppins-bold.woff2') format('woff2'),
		 url('./fonts/poppins/poppins-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'poppins extrabold';/*poppins extrabold*/
	src: url('./fonts/poppins/poppins-extrabold.woff2') format('woff2'),
		 url('./fonts/poppins/poppins-extrabold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'poppins medium';/*poppins medium*/
	src: url('./fonts/poppins/poppins-medium.woff2') format('woff2'),
		 url('./fonts/poppins/poppins-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



/* Older browsers */

html{ 
	font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.6rem;
    color: #666666;
    font-family: 'poppins regular', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

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)}


.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{
		-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%;
	height: auto;
}
.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;
}

