@charset "iso-8859-1";



/*
	Générer les fichiers polices de la font utilisée via https://www.fontsquirrel.com/tools/webfont-generator
*/

@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/roboto/RobotoCondensed-Light.eot');
  src: url('fonts/roboto/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/roboto/RobotoCondensed-Light.woff2') format('woff2'),
      url('fonts/roboto/RobotoCondensed-Light.woff') format('woff'),
      url('fonts/roboto/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/roboto/RobotoCondensed-Regular.eot');
  src: url('fonts/roboto/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/roboto/RobotoCondensed-Regular.woff2') format('woff2'),
      url('fonts/roboto/RobotoCondensed-Regular.woff') format('woff'),
      url('fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Light.eot');
  src: url('fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/roboto/roboto-Light.woff2') format('woff2'),
      url('fonts/roboto/roboto-Light.woff') format('woff'),
      url('fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/roboto/RobotoCondensed-Bold.eot');
  src: url('fonts/roboto/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/roboto/RobotoCondensed-Bold.woff2') format('woff2'),
      url('fonts/roboto/RobotoCondensed-Bold.woff') format('woff'),
      url('fonts/roboto/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Bold.eot');
  src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
      url('fonts/montserrat/Montserrat-Bold.woff') format('woff'),
      url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Regular.eot');
  src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
      url('fonts/montserrat/Montserrat-Regular.woff') format('woff'),
      url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Medium.eot');
  src: url('fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
      url('fonts/montserrat/Montserrat-Medium.woff') format('woff'),
      url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Older browsers */

html{
	font-size: 62.5%;
}

body {
    background-color: #fff;
    color: var(--gray-800);
    font-family: var(--font-secondary);
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-x: hidden;
    font-weight: 300;
}

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;
}
