@charset "iso-8859-1";

@font-face {
  font-family: 'roboto';
  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');
      /* url('fonts/roboto-bold/roboto-bold.ttf') format('truetype'); */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto';
  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'),
      url('fonts/roboto-regular/roboto-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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


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

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

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham/Gotham-Black.eot');
  src: url('fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
      url('fonts/gotham/Gotham-Black.woff2') format('woff2'),
      url('fonts/gotham/Gotham-Black.woff') format('woff'),
      url('fonts/gotham/Gotham-Black.ttf') format('truetype');
  font-weight: 900;
  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;
}




/* Older browsers */

html{
	font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: var(--white);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-primary);
    font-family: 'roboto', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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





