@charset "UTF-8";
/* RESPONSIVE MIXINS */
/* Plus grand ou ├⌐gal ├á 1200px */
/* Plus petit ou ├⌐gal ├á 1199px */
/* Plus grand ou ├⌐gal ├á 992px */
/* Plus petit ou ├⌐gal ├á 991px */
/* Plus grand ou ├⌐gal ├á 768px */
/* Plus petit ou ├⌐gal ├á 767px */
/* Plus grand ou ├⌐gal ├á 576px */
/* Plus petit ou ├⌐gal ├á 575px */
/* Entre 1199px et 992px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/* FONTS */
@import url("https://use.typekit.net/bcp7ngs.css");

body{
font-family: myriad-pro, Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
}
/* COLORS VARIABLES */
/* PAGES IMPORT, ORDER IMPORTANT */

/* line 14, ../sass/general/_ui-guide.scss */
h1, .h1 {
  font-size: 38px;
  color: #006ec7;
  font-weight: 700;
  text-transform: none;
}
.line-banner h1{
    text-shadow:1px 1px 10px rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
  /* line 14, ../sass/general/_ui-guide.scss */
  h1, .h1 {
    font-size: 30px;
  }
}

/* line 22, ../sass/general/_ui-guide.scss */
h2, .h2 {
  font-size: 30px;
  color: #006ec7;
  font-weight: 700;
  text-transform: none;
}

/* line 31, ../sass/general/_ui-guide.scss */
h3, .h3 {
  font-size: 16px;
  color: #ff6900;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 39, ../sass/general/_ui-guide.scss */
h4, .h4 {
  font-size: 17px;
  color: #006ec7;
  font-weight: 400;
  text-transform: none;
}

/* line 47, ../sass/general/_ui-guide.scss */
h5, .h5 {
  font-size: 14px;
  color: #006ec7;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 55, ../sass/general/_ui-guide.scss */
h6, .h6 {
  font-size: 15px;
  color: #ff6900;
  font-weight: 700;
  text-transform: none;
}