@charset "iso-8859-1";


@font-face {
    font-family: 'open_sansbold';
    src: url('./fonts/opensans-bold.eot');
    src: url('./fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/opensans-bold.woff2') format('woff2'),
         url('./fonts/opensans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansitalic';
    src: url('./fonts/opensans-italic.eot');
    src: url('./fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/opensans-italic.woff2') format('woff2'),
         url('./fonts/opensans-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('./fonts/opensans-regular.eot');
    src: url('./fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/opensans-regular.woff2') format('woff2'),
         url('./fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('./fonts/opensans-semibold.eot');
    src: url('./fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/opensans-semibold.woff2') format('woff2'),
         url('./fonts/opensans-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_compact_textheavy';
    src: url('./fonts/sfc-heavy.eot');
    src: url('./fonts/sfc-heavy.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sfc-heavy.woff2') format('woff2'),
         url('./fonts/sfc-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_compact_displaymedium';
    src: url('./fonts/sfc-medium.eot');
    src: url('./fonts/sfc-medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sfc-medium.woff2') format('woff2'),
         url('./fonts/sfc-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SF Compact Text';
    src: url('/fonts/SFCompactText-Regular.woff2') format('woff2'),
        url('/fonts/SFCompactText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Compact Text';
    src: url('/fonts/SFCompactText-Heavy.woff2') format('woff2'),
        url('/fonts/SFCompactText-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* Older browsers */

html{ 
	font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.5rem;
    color: #313131;
    font-family: 'open_sansregular', 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;
}


