/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/raleway-v28-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-600italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/raleway-v28-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/raleway-v28-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-800italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/***************/
/* font family */
/***************/


body {
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
p {
    font-family: 'Raleway', sans-serif;
}
.page-intro .header-intro .contact-header {
    font-family: 'Raleway', sans-serif;
}
.page-intro .page-intro-content .coeur .infos h1 {
    font-family: 'Raleway', sans-serif;
}
.page-intro .page-intro-content .coeur .infos p {
    font-family: 'Raleway', sans-serif;
}
.page-intro .page-intro-content .bloc-images-3-et-4 p {
    font-family: 'Raleway', sans-serif;
}
.footer-intro .footer-intro-logo-adresse .bloc-centre p {
    font-family: 'Raleway', sans-serif;
}
.menu-intro-footer li {
    font-family: 'Raleway', sans-serif;
}
.menu-intro-footer li a {
    font-family: 'Raleway', sans-serif;
}
.archive-title,
.archive-meta,
.archive-title p,
.entry-header h1 p,
.page-header h1 p {
    font-family: Raleway, sans-serif;
}
article .entry-content h1 {
    font-family: 'Raleway', sans-serif;
}
article .entry-content h5{
    font-family: 'Raleway', sans-serif;
}
article .entry-content p,
article .entry-content div.entry-meta {
    font-family: 'Raleway', sans-serif;
}
.category-qui-sommes-nous h1.entry-title {
    font-family: Raleway, sans-serif;
}
.category-references h1.entry-title {
    font-family: 'Raleway', sans-serif;
}
article.type-page h2 {
    font-family:Raleway, sans-serif;
}
.gform_wrapper h3 {
    font-family: 'Raleway',sans-serif;
}

.validation_error,
.validation_message {
    font-family: 'Raleway', sans-serif;
}


.toggled-on .menu-toggle::after {
    font-family: 'Raleway', sans-serif;
}


