.page-mildeca .fr-header {
  /*margin-bottom: 2rem;
  @include laptop {
    margin-bottom: 0;
  }*/
}
.page-mildeca .fr-header a:hover {
  color: inherit;
  text-decoration: none;
}
.page-mildeca .fr-header .fr-links-group .fr-link-custom {
  margin-right: 1rem;
}
.page-mildeca .fr-header .form-control {
  height: auto;
}
@media (min-width: 48rem) {
  .page-mildeca .fr-follow ul {
    margin-left: 1rem;
  }
}
.page-mildeca .fr-follow a:hover {
  text-decoration: none;
}
.page-mildeca .fr-footer .clearfix::after {
  display: none;
}
.page-mildeca .fr-footer .fr-footer__top {
  padding: 2rem 0rem;
}
@media (min-width: 62rem) {
  .page-mildeca .fr-footer .fr-footer__top {
    padding: 2.5rem 0;
  }
}
.page-mildeca .fr-footer .fr-grid-row {
  flex-direction: column;
}
@media (min-width: 62rem) {
  .page-mildeca .fr-footer .fr-grid-row {
    justify-content: space-around;
    flex-direction: row;
  }
}
.page-mildeca .fr-footer .fr-grid-row--gutters {
  margin: 0;
}
.page-mildeca #block-mildeca-theme-breadcrumbs {
  display: none;
}
@media (min-width: 62rem) {
  .page-mildeca #block-mildeca-theme-breadcrumbs {
    display: block;
  }
}
.page-mildeca .fr-breadcrumb {
  padding: 1rem 0 2rem 0;
  margin: 0;
}
.page-mildeca .fr-breadcrumb a:hover {
  color: inherit;
  text-decoration: none;
}
.page-mildeca .fr-pagination__link[aria-current] {
  color: #FFFFFF !important;
}

.fr-content-media__transcription .hidden {
  display: none !important;
}

.node--type-page-home .fr-breadcrumb a {
  color: #1E1E1E;
  text-decoration: none;
  box-shadow: none;
}
.node--type-page-home .fr-breadcrumb a::after {
  display: none;
}

ol > li::marker {
  font-weight: normal !important;
}

.search-api-autocomplete-search {
  z-index: 9999;
}
.search-api-autocomplete-search .ui-menu-item-wrapper {
  cursor: pointer;
}

.js input.form-autocomplete {
  background-image: none;
}

ol.fr-summary__list ol {
  margin-block-end: 0;
}

.fr-card__detail > :not(template) ~ :not(template) {
  margin-left: 0.25rem;
}

.flex {
  display: flex;
}

.facets-widget-dropdown {
  width: 100%;
}

@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne-Light_Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne-Regular_Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Marianne";
  src: url("../fonts/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne-Bold_Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Regular.woff2") format("woff2"), url("../fonts/Spectral-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-ExtraBold.woff2") format("woff2"), url("../fonts/Spectral-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.your-prefix-class__panel[aria-hidden=true] {
  display: none;
}

.minimalist-accordion__title,
.animated-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.063em;
  margin: -0.063em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.063em;
}

.minimalist-accordion__panel[aria-hidden=true],
.animated-accordion__panel[aria-hidden=true] {
  display: none;
}

.minimalist-accordion__header,
.animated-accordion__header {
  display: block;
}

/* title opened */
.minimalist-accordion__header[aria-expanded=true]:before,
.animated-accordion__header[aria-expanded=true]:before {
  content: "- ";
}

/* title closed */
.minimalist-accordion__header[aria-expanded=false]:before,
.animated-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}

/* title selected */
.minimalist-accordion__header[aria-selected=true]:after,
.animated-accordion__header[aria-selected=true]:after {
  content: " (sel)";
}

/* title non selected */
.minimalist-accordion__header[aria-selected=false]:after,
.animated-accordion__header[aria-selected=false]:after {
  content: " (unselc)";
}

.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

/* This is the hidden state */
[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: inherit;
  overflow-x: hidden;
}
@media (min-width: 62rem) {
  body {
    overflow: hidden;
  }
}

.node--type-contenu-modulaire .layout-main-wrapper,
.node--type-contenu-thematique .layout-main-wrapper,
.node--type-actualites .layout-main-wrapper,
.node--type-ressources .layout-main-wrapper,
.node--type-projet .layout-main-wrapper,
.node--type-medias .layout-main-wrapper,
.node--type-publications .layout-main-wrapper,
.node--type-page-filtre .layout-main-wrapper,
.page-view-recherche .layout-main-wrapper,
.page-view-filtres .layout-main-wrapper {
  position: relative;
}
.node--type-contenu-modulaire .layout-main-wrapper::after,
.node--type-contenu-thematique .layout-main-wrapper::after,
.node--type-actualites .layout-main-wrapper::after,
.node--type-ressources .layout-main-wrapper::after,
.node--type-projet .layout-main-wrapper::after,
.node--type-medias .layout-main-wrapper::after,
.node--type-publications .layout-main-wrapper::after,
.node--type-page-filtre .layout-main-wrapper::after,
.page-view-recherche .layout-main-wrapper::after,
.page-view-filtres .layout-main-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #484D7A 0%, #FFFFFF 100%);
  z-index: -1;
}
@media (min-width: 89rem) {
  .node--type-contenu-modulaire .layout-main-wrapper::after,
  .node--type-contenu-thematique .layout-main-wrapper::after,
  .node--type-actualites .layout-main-wrapper::after,
  .node--type-ressources .layout-main-wrapper::after,
  .node--type-projet .layout-main-wrapper::after,
  .node--type-medias .layout-main-wrapper::after,
  .node--type-publications .layout-main-wrapper::after,
  .node--type-page-filtre .layout-main-wrapper::after,
  .page-view-recherche .layout-main-wrapper::after,
  .page-view-filtres .layout-main-wrapper::after {
    height: 102%;
    width: 4rem;
    transform: rotate(-0.25deg) translateX(45%) translateY(-2%);
  }
}
.node--type-contenu-modulaire .green-warm-1::after,
.node--type-contenu-thematique .green-warm-1::after,
.node--type-actualites .green-warm-1::after,
.node--type-ressources .green-warm-1::after,
.node--type-projet .green-warm-1::after,
.node--type-medias .green-warm-1::after,
.node--type-publications .green-warm-1::after,
.node--type-page-filtre .green-warm-1::after,
.page-view-recherche .green-warm-1::after,
.page-view-filtres .green-warm-1::after {
  background-image: linear-gradient(to bottom, #958B62 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .green-light::after,
.node--type-contenu-thematique .green-light::after,
.node--type-actualites .green-light::after,
.node--type-ressources .green-light::after,
.node--type-projet .green-light::after,
.node--type-medias .green-light::after,
.node--type-publications .green-light::after,
.node--type-page-filtre .green-light::after,
.page-view-recherche .green-light::after,
.page-view-filtres .green-light::after {
  background-image: linear-gradient(to bottom, #91AE4F 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .green-warm-2::after,
.node--type-contenu-thematique .green-warm-2::after,
.node--type-actualites .green-warm-2::after,
.node--type-ressources .green-warm-2::after,
.node--type-projet .green-warm-2::after,
.node--type-medias .green-warm-2::after,
.node--type-publications .green-warm-2::after,
.node--type-page-filtre .green-warm-2::after,
.page-view-recherche .green-warm-2::after,
.page-view-filtres .green-warm-2::after {
  background-image: linear-gradient(to bottom, #169B62 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .green-dark::after,
.node--type-contenu-thematique .green-dark::after,
.node--type-actualites .green-dark::after,
.node--type-ressources .green-dark::after,
.node--type-projet .green-dark::after,
.node--type-medias .green-dark::after,
.node--type-publications .green-dark::after,
.node--type-page-filtre .green-dark::after,
.page-view-recherche .green-dark::after,
.page-view-filtres .green-dark::after {
  background-image: linear-gradient(to bottom, #466964 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .green-soft::after,
.node--type-contenu-thematique .green-soft::after,
.node--type-actualites .green-soft::after,
.node--type-ressources .green-soft::after,
.node--type-projet .green-soft::after,
.node--type-medias .green-soft::after,
.node--type-publications .green-soft::after,
.node--type-page-filtre .green-soft::after,
.page-view-recherche .green-soft::after,
.page-view-filtres .green-soft::after {
  background-image: linear-gradient(to bottom, #00AC8C 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .blue-soft::after,
.node--type-contenu-thematique .blue-soft::after,
.node--type-actualites .blue-soft::after,
.node--type-ressources .blue-soft::after,
.node--type-projet .blue-soft::after,
.node--type-medias .blue-soft::after,
.node--type-publications .blue-soft::after,
.node--type-page-filtre .blue-soft::after,
.page-view-recherche .blue-soft::after,
.page-view-filtres .blue-soft::after {
  background-image: linear-gradient(to bottom, #5770BE 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .blue-dark::after,
.node--type-contenu-thematique .blue-dark::after,
.node--type-actualites .blue-dark::after,
.node--type-ressources .blue-dark::after,
.node--type-projet .blue-dark::after,
.node--type-medias .blue-dark::after,
.node--type-publications .blue-dark::after,
.node--type-page-filtre .blue-dark::after,
.page-view-recherche .blue-dark::after,
.page-view-filtres .blue-dark::after {
  background-image: linear-gradient(to bottom, #484D7A 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .pink-soft::after,
.node--type-contenu-thematique .pink-soft::after,
.node--type-actualites .pink-soft::after,
.node--type-ressources .pink-soft::after,
.node--type-projet .pink-soft::after,
.node--type-medias .pink-soft::after,
.node--type-publications .pink-soft::after,
.node--type-page-filtre .pink-soft::after,
.page-view-recherche .pink-soft::after,
.page-view-filtres .pink-soft::after {
  background-image: linear-gradient(to bottom, #FF8D7E 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .pink-dark::after,
.node--type-contenu-thematique .pink-dark::after,
.node--type-actualites .pink-dark::after,
.node--type-ressources .pink-dark::after,
.node--type-projet .pink-dark::after,
.node--type-medias .pink-dark::after,
.node--type-publications .pink-dark::after,
.node--type-page-filtre .pink-dark::after,
.page-view-recherche .pink-dark::after,
.page-view-filtres .pink-dark::after {
  background-image: linear-gradient(to bottom, #D08A77 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .pink-light::after,
.node--type-contenu-thematique .pink-light::after,
.node--type-actualites .pink-light::after,
.node--type-ressources .pink-light::after,
.node--type-projet .pink-light::after,
.node--type-medias .pink-light::after,
.node--type-publications .pink-light::after,
.node--type-page-filtre .pink-light::after,
.page-view-recherche .pink-light::after,
.page-view-filtres .pink-light::after {
  background-image: linear-gradient(to bottom, #FFC29E 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .yellow-medium::after,
.node--type-contenu-thematique .yellow-medium::after,
.node--type-actualites .yellow-medium::after,
.node--type-ressources .yellow-medium::after,
.node--type-projet .yellow-medium::after,
.node--type-medias .yellow-medium::after,
.node--type-publications .yellow-medium::after,
.node--type-page-filtre .yellow-medium::after,
.page-view-recherche .yellow-medium::after,
.page-view-filtres .yellow-medium::after {
  background-image: linear-gradient(to bottom, #FFE800 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .yellow-dark::after,
.node--type-contenu-thematique .yellow-dark::after,
.node--type-actualites .yellow-dark::after,
.node--type-ressources .yellow-dark::after,
.node--type-projet .yellow-dark::after,
.node--type-medias .yellow-dark::after,
.node--type-publications .yellow-dark::after,
.node--type-page-filtre .yellow-dark::after,
.page-view-recherche .yellow-dark::after,
.page-view-filtres .yellow-dark::after {
  background-image: linear-gradient(to bottom, #FDCF41 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .orange-medium::after,
.node--type-contenu-thematique .orange-medium::after,
.node--type-actualites .orange-medium::after,
.node--type-ressources .orange-medium::after,
.node--type-projet .orange-medium::after,
.node--type-medias .orange-medium::after,
.node--type-publications .orange-medium::after,
.node--type-page-filtre .orange-medium::after,
.page-view-recherche .orange-medium::after,
.page-view-filtres .orange-medium::after {
  background-image: linear-gradient(to bottom, #FF9940 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .orange-dark::after,
.node--type-contenu-thematique .orange-dark::after,
.node--type-actualites .orange-dark::after,
.node--type-ressources .orange-dark::after,
.node--type-projet .orange-dark::after,
.node--type-medias .orange-dark::after,
.node--type-publications .orange-dark::after,
.node--type-page-filtre .orange-dark::after,
.page-view-recherche .orange-dark::after,
.page-view-filtres .orange-dark::after {
  background-image: linear-gradient(to bottom, #E18863 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .orange-soft::after,
.node--type-contenu-thematique .orange-soft::after,
.node--type-actualites .orange-soft::after,
.node--type-ressources .orange-soft::after,
.node--type-projet .orange-soft::after,
.node--type-medias .orange-soft::after,
.node--type-publications .orange-soft::after,
.node--type-page-filtre .orange-soft::after,
.page-view-recherche .orange-soft::after,
.page-view-filtres .orange-soft::after {
  background-image: linear-gradient(to bottom, #FF6F4C 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .purple::after,
.node--type-contenu-thematique .purple::after,
.node--type-actualites .purple::after,
.node--type-ressources .purple::after,
.node--type-projet .purple::after,
.node--type-medias .purple::after,
.node--type-publications .purple::after,
.node--type-page-filtre .purple::after,
.page-view-recherche .purple::after,
.page-view-filtres .purple::after {
  background-image: linear-gradient(to bottom, #7D4E5B 0%, #FFFFFF 100%);
}
.node--type-contenu-modulaire .brown::after,
.node--type-contenu-thematique .brown::after,
.node--type-actualites .brown::after,
.node--type-ressources .brown::after,
.node--type-projet .brown::after,
.node--type-medias .brown::after,
.node--type-publications .brown::after,
.node--type-page-filtre .brown::after,
.page-view-recherche .brown::after,
.page-view-filtres .brown::after {
  background-image: linear-gradient(to bottom, #A26859 0%, #FFFFFF 100%);
}

.node--type-page-nous-connaitre .layout-main-wrapper {
  position: relative;
}
.node--type-page-nous-connaitre .layout-main-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #7D4E5B 0%, #FFFFFF 100%);
  z-index: -1;
}
@media (min-width: 89rem) {
  .node--type-page-nous-connaitre .layout-main-wrapper::after {
    height: 102%;
    width: 4rem;
    transform: rotate(-0.25deg) translateX(45%) translateY(-2%);
  }
}
.node--type-page-nous-connaitre .green-warm-1::after {
  background-image: linear-gradient(to bottom, #958B62 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .green-light::after {
  background-image: linear-gradient(to bottom, #91AE4F 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .green-warm-2::after {
  background-image: linear-gradient(to bottom, #169B62 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .green-dark::after {
  background-image: linear-gradient(to bottom, #466964 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .green-soft::after {
  background-image: linear-gradient(to bottom, #00AC8C 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .blue-soft::after {
  background-image: linear-gradient(to bottom, #5770BE 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .blue-dark::after {
  background-image: linear-gradient(to bottom, #484D7A 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .pink-soft::after {
  background-image: linear-gradient(to bottom, #FF8D7E 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .pink-dark::after {
  background-image: linear-gradient(to bottom, #D08A77 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .pink-light::after {
  background-image: linear-gradient(to bottom, #FFC29E 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .yellow-medium::after {
  background-image: linear-gradient(to bottom, #FFE800 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .yellow-dark::after {
  background-image: linear-gradient(to bottom, #FDCF41 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .orange-medium::after {
  background-image: linear-gradient(to bottom, #FF9940 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .orange-dark::after {
  background-image: linear-gradient(to bottom, #E18863 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .orange-soft::after {
  background-image: linear-gradient(to bottom, #FF6F4C 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .purple::after {
  background-image: linear-gradient(to bottom, #7D4E5B 0%, #FFFFFF 100%);
}
.node--type-page-nous-connaitre .brown::after {
  background-image: linear-gradient(to bottom, #A26859 0%, #FFFFFF 100%);
}

.node--type-page-comprendre .layout-main-wrapper {
  position: relative;
}
.node--type-page-comprendre .layout-main-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #E18863 0%, #FFFFFF 100%);
  z-index: -1;
}
@media (min-width: 89rem) {
  .node--type-page-comprendre .layout-main-wrapper::after {
    height: 102%;
    width: 4rem;
    transform: rotate(-0.25deg) translateX(45%) translateY(-2%);
  }
}
.node--type-page-comprendre .green-warm-1::after {
  background-image: linear-gradient(to bottom, #958B62 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .green-light::after {
  background-image: linear-gradient(to bottom, #91AE4F 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .green-warm-2::after {
  background-image: linear-gradient(to bottom, #169B62 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .green-dark::after {
  background-image: linear-gradient(to bottom, #466964 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .green-soft::after {
  background-image: linear-gradient(to bottom, #00AC8C 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .blue-soft::after {
  background-image: linear-gradient(to bottom, #5770BE 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .blue-dark::after {
  background-image: linear-gradient(to bottom, #484D7A 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .pink-soft::after {
  background-image: linear-gradient(to bottom, #FF8D7E 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .pink-dark::after {
  background-image: linear-gradient(to bottom, #D08A77 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .pink-light::after {
  background-image: linear-gradient(to bottom, #FFC29E 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .yellow-medium::after {
  background-image: linear-gradient(to bottom, #FFE800 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .yellow-dark::after {
  background-image: linear-gradient(to bottom, #FDCF41 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .orange-medium::after {
  background-image: linear-gradient(to bottom, #FF9940 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .orange-dark::after {
  background-image: linear-gradient(to bottom, #E18863 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .orange-soft::after {
  background-image: linear-gradient(to bottom, #FF6F4C 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .purple::after {
  background-image: linear-gradient(to bottom, #7D4E5B 0%, #FFFFFF 100%);
}
.node--type-page-comprendre .brown::after {
  background-image: linear-gradient(to bottom, #A26859 0%, #FFFFFF 100%);
}

.page-view-liste-projet .layout-main-wrapper,
.node--type-page-ressource .layout-main-wrapper {
  position: relative;
}
.page-view-liste-projet .layout-main-wrapper::after,
.node--type-page-ressource .layout-main-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #466964 0%, #FFFFFF 100%);
  z-index: -1;
}
@media (min-width: 89rem) {
  .page-view-liste-projet .layout-main-wrapper::after,
  .node--type-page-ressource .layout-main-wrapper::after {
    height: 102%;
    width: 4rem;
    transform: rotate(-0.25deg) translateX(45%) translateY(-2%);
  }
}
.page-view-liste-projet .green-warm-1::after,
.node--type-page-ressource .green-warm-1::after {
  background-image: linear-gradient(to bottom, #958B62 0%, #FFFFFF 100%);
}
.page-view-liste-projet .green-light::after,
.node--type-page-ressource .green-light::after {
  background-image: linear-gradient(to bottom, #91AE4F 0%, #FFFFFF 100%);
}
.page-view-liste-projet .green-warm-2::after,
.node--type-page-ressource .green-warm-2::after {
  background-image: linear-gradient(to bottom, #169B62 0%, #FFFFFF 100%);
}
.page-view-liste-projet .green-dark::after,
.node--type-page-ressource .green-dark::after {
  background-image: linear-gradient(to bottom, #466964 0%, #FFFFFF 100%);
}
.page-view-liste-projet .green-soft::after,
.node--type-page-ressource .green-soft::after {
  background-image: linear-gradient(to bottom, #00AC8C 0%, #FFFFFF 100%);
}
.page-view-liste-projet .blue-soft::after,
.node--type-page-ressource .blue-soft::after {
  background-image: linear-gradient(to bottom, #5770BE 0%, #FFFFFF 100%);
}
.page-view-liste-projet .blue-dark::after,
.node--type-page-ressource .blue-dark::after {
  background-image: linear-gradient(to bottom, #484D7A 0%, #FFFFFF 100%);
}
.page-view-liste-projet .pink-soft::after,
.node--type-page-ressource .pink-soft::after {
  background-image: linear-gradient(to bottom, #FF8D7E 0%, #FFFFFF 100%);
}
.page-view-liste-projet .pink-dark::after,
.node--type-page-ressource .pink-dark::after {
  background-image: linear-gradient(to bottom, #D08A77 0%, #FFFFFF 100%);
}
.page-view-liste-projet .pink-light::after,
.node--type-page-ressource .pink-light::after {
  background-image: linear-gradient(to bottom, #FFC29E 0%, #FFFFFF 100%);
}
.page-view-liste-projet .yellow-medium::after,
.node--type-page-ressource .yellow-medium::after {
  background-image: linear-gradient(to bottom, #FFE800 0%, #FFFFFF 100%);
}
.page-view-liste-projet .yellow-dark::after,
.node--type-page-ressource .yellow-dark::after {
  background-image: linear-gradient(to bottom, #FDCF41 0%, #FFFFFF 100%);
}
.page-view-liste-projet .orange-medium::after,
.node--type-page-ressource .orange-medium::after {
  background-image: linear-gradient(to bottom, #FF9940 0%, #FFFFFF 100%);
}
.page-view-liste-projet .orange-dark::after,
.node--type-page-ressource .orange-dark::after {
  background-image: linear-gradient(to bottom, #E18863 0%, #FFFFFF 100%);
}
.page-view-liste-projet .orange-soft::after,
.node--type-page-ressource .orange-soft::after {
  background-image: linear-gradient(to bottom, #FF6F4C 0%, #FFFFFF 100%);
}
.page-view-liste-projet .purple::after,
.node--type-page-ressource .purple::after {
  background-image: linear-gradient(to bottom, #7D4E5B 0%, #FFFFFF 100%);
}
.page-view-liste-projet .brown::after,
.node--type-page-ressource .brown::after {
  background-image: linear-gradient(to bottom, #A26859 0%, #FFFFFF 100%);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.field--type-entity-reference {
  margin: 0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.bloc-intromod a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-intromod-back {
  display: none;
}
@media (min-width: 48rem) {
  .bloc-intromod-back {
    display: block;
  }
}
.bloc-intromod-visuel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 8.375rem;
  margin: 0;
  width: auto;
}
@media (min-width: 48rem) {
  .bloc-intromod-visuel {
    margin: auto 0;
    height: 22rem;
    width: 100%;
    z-index: -1;
    position: relative;
  }
}

.bloc-introress a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-introress .fr-text--lg {
    width: 75%;
  }
}
.bloc-introress-back {
  display: none;
}
@media (min-width: 48rem) {
  .bloc-introress-back {
    display: block;
  }
}
.bloc-introress-back .fr-link {
  font-size: 1.25rem;
  font-weight: 700;
}
.bloc-introress-back .fr-link::before {
  font-size: 2rem !important;
}
.bloc-introress-visuel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 8.375rem;
  margin: auto 0rem;
  width: auto;
}
@media (min-width: 48rem) {
  .bloc-introress-visuel {
    margin: auto;
    height: 22rem;
    width: 100%;
  }
}

.bloc-introcon-wysiwyg * {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 48rem) {
  .bloc-introcon-wysiwyg * {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 62rem) {
  .bloc-introcon-wysiwyg {
    margin-bottom: 3.5rem;
  }
}
.bloc-introcon-wysiwyg .fr-link {
  float: right;
  margin-top: 0.5rem;
}
.bloc-introcon .fr-grid-row {
  align-items: center;
}
.bloc-introcon .fr-content-media {
  margin: 0;
}
@media (min-width: 48rem) {
  .bloc-introcon .fr-content-media {
    margin: 1rem 0 0 0;
  }
}
.bloc-introcon .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-introcon .fr-content-media__caption {
  margin-bottom: 0rem;
}
@media (max-width: 61.938rem) {
  .bloc-introcon .fr-content-media__caption {
    padding: 0rem 0.75rem;
  }
}
@media (max-width: 61.938rem) {
  .bloc-introcon .fr-content-media__transcription {
    margin-top: 0.25rem;
  }
}
.bloc-introcon .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-introcon .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-introcon .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-introcon .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-introcon .fr-content-media__transcription-txt {
    padding: 3rem 2rem;
  }
}
.bloc-introcon .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-introcon .fr-content-media iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  @supports (-webkit-touch-callout: none) {
    .bloc-introcon .fr-content-media iframe {
      margin-left: 5%;
    }
  }
}
.bloc-introcon .fr-responsive-vid iframe {
  width: 100%;
  height: 100%;
}
.bloc-introcon a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-introhome {
  margin-top: -2rem;
}
@media (min-width: 62rem) {
  .bloc-introhome {
    margin-top: 0.9rem;
  }
}
.bloc-introhome-visuel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15rem;
  width: auto;
}
@media (min-width: 62rem) {
  .bloc-introhome-visuel {
    height: 25rem;
    width: 100%;
  }
}
.bloc-introhome-box {
  background: #FFFFFF;
  text-align: center;
  padding: 1rem 2rem 0.5rem 2rem !important;
  transform: translateY(135%);
  box-shadow: 0.4rem 0.4rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .bloc-introhome-box {
    padding: 2rem 2rem 1rem 2rem !important;
    transform: translateY(100%);
  }
}
@media (min-width: 62rem) {
  .bloc-introhome-box {
    padding: 4rem 4rem 3rem 4rem !important;
    transform: translateY(60%);
  }
}
@media (min-width: 78rem) {
  .bloc-introhome-box {
    padding: 4rem 7rem 3rem 7rem !important;
  }
}
.bloc-introhome h1 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (min-width: 62rem) {
  .bloc-introhome h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.bloc-introhome h1 span {
  display: block;
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 62rem) {
  .bloc-introhome h1 span {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media (min-width: 62rem) {
  .bloc-actuhome {
    padding-top: 0.75rem;
  }
}
.bloc-actuhome-left .fr-card {
  background-color: #FFFFFF !important;
}
.bloc-actuhome-left .fr-card__title {
  margin-bottom: 1rem;
}
.bloc-actuhome-left .fr-card__body {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
@media (min-width: 62rem) {
  .bloc-actuhome-left .fr-card__body {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
.bloc-actuhome-right .fr-card {
  height: auto !important;
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .bloc-actuhome-right .fr-card {
    margin-bottom: 1.5rem;
    min-height: 12rem !important;
  }
}
.bloc-actuhome-right .fr-card:last-of-type {
  margin-bottom: 0;
}

.bloc-focushome a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-focushome-items {
  display: flex;
  flex-wrap: wrap;
}
.bloc-focushome-row {
  display: flex;
  position: relative;
  margin: 3rem auto 2rem auto;
}
@media (min-width: 62rem) {
  .bloc-focushome-row {
    margin: 0 auto 4rem auto;
  }
}
.bloc-focushome-row:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 0.063rem;
  background: #E7E7E7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
}
@media (min-width: 48rem) {
  .bloc-focushome-row:not(:last-child)::after {
    transform: translateX(-50%) translateY(1.5rem);
  }
}
@media (min-width: 62rem) {
  .bloc-focushome-row:not(:last-child)::after {
    transform: translateX(-50%) translateY(2rem);
  }
}
.bloc-focushome-rowhalf {
  flex-direction: column;
}
@media (min-width: 62rem) {
  .bloc-focushome-rowhalf {
    flex-direction: row;
  }
}
.bloc-focushome-rowhalf .fr-card__img {
  display: none;
}
@media (min-width: 62rem) {
  .bloc-focushome-rowhalf .fr-card {
    /*width: 50%;*/
  }
}
.bloc-focushome .fr-card {
  background-color: #FFFFFF !important;
  height: auto !important;
}
@media (min-width: 62rem) {
  .bloc-focushome .fr-card {
    /*min-height: 17rem !important;*/
  }
}
@media (min-width: 62rem) {
  .bloc-focushome .fr-card--inverse {
    flex-direction: row-reverse;
  }
}
.bloc-focushome .fr-card__body {
  padding: 1rem 0 1rem 0 !important;
}
@media (min-width: 48rem) {
  .bloc-focushome .fr-card__body {
    padding: 0.5rem 1rem !important;
  }
}
.bloc-focushome .fr-card__body .fr-tag {
  background: transparent !important;
  color: #000091 !important;
  cursor: pointer;
}
@media (min-width: 62rem) {
  .bloc-focushome .fr-card__body .fr-tag {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
  }
}

@media (min-width: 62rem) {
  .bloc-produitshome {
    margin: 0rem 0 4rem 0;
  }
}
.bloc-produitshome .fr-content-media {
  margin: 0.5rem 0;
  height: 100%;
}
.bloc-produitshome .fr-content-media__img {
  height: 100%;
}
.bloc-produitshome .fr-content-media__img::before {
  display: none;
}
.bloc-produitshome .fr-content-media img {
  position: relative;
  width: 112%;
  left: -6%;
}
@media (min-width: 62rem) {
  .bloc-produitshome .fr-content-media img {
    width: 100%;
    left: 0;
  }
}
.bloc-produitshome-mobile {
  margin-bottom: 1rem;
  height: 11rem;
}
@media (min-width: 62rem) {
  .bloc-produitshome-mobile {
    display: none;
  }
}
.bloc-produitshome-desktop {
  display: none;
}
@media (min-width: 62rem) {
  .bloc-produitshome-desktop {
    display: block;
    height: auto;
    padding-bottom: 0.25rem !important;
  }
}
.bloc-produitshome-visuel {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 62rem) {
  .bloc-produitshome-item {
    padding: 1rem 0.75rem 0.25rem 0.75rem !important;
  }
}
.bloc-produitshome p {
  margin-bottom: 1rem;
}
.bloc-produitshome a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-trouverhome {
  background: #000074;
  padding: 2rem 0 1.5rem 0;
}
@media (min-width: 62rem) {
  .bloc-trouverhome {
    padding: 3.5rem 0 3rem 0;
  }
}
.bloc-trouverhome * {
  color: #FFFFFF !important;
}
.bloc-trouverhome .fr-text--lg {
  font-weight: 600;
}
.bloc-trouverhome-middle .fr-tag {
  float: right;
  background: transparent;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
}
.bloc-trouverhome-middle .fr-tag:hover {
  background: rgba(255, 255, 255, 0.2);
}
.bloc-trouverhome-middle .fr-tag:active {
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 62rem) {
  .bloc-trouverhome-middle {
    padding: 0 1rem 0 1rem !important;
  }
}
.bloc-trouverhome-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-trouverhome-text strong, .bloc-trouverhome-text b {
  font-weight: 700;
}
.bloc-trouverhome-text em {
  font-style: italic;
}
.bloc-trouverhome-text img {
  margin: 0 0.75rem;
}
@media (min-width: 62rem) {
  .bloc-trouverhome-mobile {
    display: none;
  }
}
.bloc-trouverhome-desktop {
  display: none;
}
@media (min-width: 62rem) {
  .bloc-trouverhome-desktop {
    display: block;
    padding: 0.75rem 0.75rem 0.75rem 3.75rem !important;
  }
}
.bloc-trouverhome .fr-content-media {
  margin: 0;
  position: relative;
  height: auto;
}
.bloc-trouverhome .fr-content-media__img {
  height: auto;
}
.bloc-trouverhome .fr-content-media img {
  width: 112%;
  left: -6%;
}
@media (min-width: 62rem) {
  .bloc-trouverhome .fr-content-media img {
    width: 100%;
    height: auto;
    left: 0;
  }
}
.bloc-trouverhome p {
  margin-bottom: 1rem;
}
.bloc-trouverhome a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-projethome {
  background: #F0F0F0;
  padding: 1.5rem 0 2rem 0;
}
@media (min-width: 62rem) {
  .bloc-projethome {
    padding: 2.5rem 0 3rem 0;
  }
}
.bloc-projethome p {
  margin-bottom: 1rem;
}
.bloc-projethome-chapo {
  font-weight: 600;
  margin-bottom: 1.5rem !important;
}
.bloc-projethome-item .fr-card {
  /*background-color: $white !important;*/
}
.bloc-projethome-chiffre {
  position: relative;
}
.bloc-projethome-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bloc-projethome-upper {
  position: relative;
  margin-bottom: 0.875rem;
}
@media (min-width: 48rem) {
  .bloc-projethome-upper {
    margin-bottom: 1.125rem;
  }
}
.bloc-projethome-upper::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 0.125rem;
  background: #000091;
}
.bloc-projethome .fr-display--md {
  color: #000091;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .bloc-projethome .fr-display--md {
    margin-bottom: 1.25rem;
  }
}
.bloc-projethome .fr-text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
@media (min-width: 48rem) {
  .bloc-projethome .fr-text {
    padding: 0 1rem;
  }
}
@media (min-width: 62rem) {
  .bloc-projethome .fr-text {
    padding: 0 2rem;
  }
}
@media (min-width: 78rem) {
  .bloc-projethome .fr-text {
    padding: 0 4.25rem;
  }
}

.bloc-situhome {
  background: #F0F0F0;
  padding: 1.5rem 0 1rem 0;
}
@media (min-width: 62rem) {
  .bloc-situhome {
    padding: 2.5rem 0 3rem 0;
  }
}
.bloc-situhome a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-situhome p {
  margin-bottom: 1rem;
}
.bloc-situhome-chapo {
  font-weight: 600;
  margin-bottom: 1.5rem !important;
}
@media (min-width: 62rem) {
  .bloc-situhome-chapo {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 62rem) {
  .bloc-situhome-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 3rem !important;
  }
}
.bloc-situhome-left .fr-tag {
  display: inline-block;
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .bloc-situhome-left .fr-tag {
    margin: 0.75rem 0;
  }
}
.bloc-situhome-left .fr-tag:hover {
  background: transparent !important;
}
.bloc-situhome-left .fr-tag span {
  position: relative;
}
.bloc-situhome-left .fr-tag span::before {
  position: absolute;
  bottom: 0;
}
.bloc-situhome-right .fr-card {
  background-color: transparent !important;
}
.bloc-situhome-right .fr-card .fr-card__detail {
  display: none;
}
@media (min-width: 62rem) {
  .bloc-situhome-right .fr-card .fr-card__detail {
    display: block;
  }
}

.bloc-txtvideohome {
  background: #000074;
  padding: 2rem 0 1.5rem 0;
}
@media (min-width: 62rem) {
  .bloc-txtvideohome {
    padding: 2.5rem 0 0rem 0;
  }
}
.bloc-txtvideohome * {
  color: #FFFFFF !important;
}
.bloc-txtvideohome .tac_float {
  color: #1E1E1E !important;
}
.bloc-txtvideohome-left .fr-tag {
  float: right;
  background: transparent;
  flex-direction: row-reverse;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
}
.bloc-txtvideohome-left .fr-tag:hover {
  background: rgba(255, 255, 255, 0.2);
}
.bloc-txtvideohome-left .fr-tag:active {
  background: rgba(255, 255, 255, 0.3);
}
.bloc-txtvideohome-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-txtvideohome-text strong, .bloc-txtvideohome-text b {
  font-weight: 700;
}
.bloc-txtvideohome-text em {
  font-style: italic;
}
.bloc-txtvideohome-text img {
  margin: 0 0.75rem;
}
.bloc-txtvideohome-text h4 {
  margin-bottom: 1rem;
}
.bloc-txtvideohome .fr-content-media {
  margin: 0;
  position: relative;
}
@media (min-width: 48rem) {
  .bloc-txtvideohome .fr-content-media {
    margin: 1rem 0;
  }
}
.bloc-txtvideohome .fr-content-media__info {
  position: relative;
  width: 100%;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}
.bloc-txtvideohome .fr-content-media__caption {
  margin-bottom: 0rem;
  text-align: right;
}
@media (max-width: 61.938rem) {
  .bloc-txtvideohome .fr-content-media__caption {
    padding: 0rem 0.75rem;
  }
}
.bloc-txtvideohome .fr-content-media__transcription {
  text-align: right;
}
@media (max-width: 61.938rem) {
  .bloc-txtvideohome .fr-content-media__transcription {
    margin-top: 0.25rem;
  }
}
.bloc-txtvideohome .fr-content-media__transcription a:hover {
  background: transparent;
}
.bloc-txtvideohome .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-txtvideohome .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-txtvideohome .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-txtvideohome .fr-content-media__transcription .fr-btn-transcription-on {
  color: white !important;
}
.bloc-txtvideohome .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-txtvideohome .fr-content-media__transcription-txt {
    padding: 3rem 2rem 2rem 2rem;
  }
}
.bloc-txtvideohome .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-txtvideohome .fr-content-media iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  @supports (-webkit-touch-callout: none) {
    .bloc-txtvideohome .fr-content-media iframe {
      margin-left: 3%;
    }
  }
}
.bloc-txtvideohome p {
  margin-bottom: 1rem;
}
.bloc-txtvideohome a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-lexique a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-lexique-upper {
  width: 100%;
  border-bottom: 0.125rem solid #000091;
  padding-bottom: 0.75rem !important;
  margin-top: 1.5rem !important;
}
@media (min-width: 62rem) {
  .bloc-lexique-upper {
    margin-top: 2rem !important;
  }
}
.bloc-lexique-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-lexique-choices {
    justify-content: space-between;
  }
}
.bloc-lexique-choices p {
  margin-bottom: 0;
  color: #6A6A6A;
}
.bloc-lexique-choices a {
  margin-bottom: 0;
  box-shadow: none;
  color: #000091;
}
.bloc-lexique-letter {
  padding: 0.55rem;
  font-size: 1rem;
}
@media (min-width: 48rem) {
  .bloc-lexique-letter {
    padding: 0.5rem;
  }
}
.bloc-lexique-letter-active {
  color: #FFFFFF !important;
  background: #000091;
  border-radius: 1rem;
  line-height: 1.5rem;
  min-height: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-lexique-results {
  margin-top: 1.5rem !important;
}
.bloc-lexique-selected {
  color: #1E1E1E;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0.75rem !important;
  margin-bottom: 1rem;
}
.bloc-lexique-item {
  border-bottom: 0.063rem solid #CECECE;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.bloc-lexique-item p {
  margin-bottom: 1rem;
}

.bloc-accordeon a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-accordeon p {
  margin-bottom: 1rem;
}
.bloc-accordeon .fr-accordions-group {
  list-style-type: none;
}

.bloc-decouverte .fr-grid-row {
  align-items: center;
}
@media (min-width: 62rem) {
  .bloc-decouverte-editor {
    margin-bottom: 3.5rem;
  }
}
.bloc-decouverte .fr-content-media {
  margin: 0;
}
@media (min-width: 48rem) {
  .bloc-decouverte .fr-content-media {
    margin: 1rem 0 0 0;
  }
}
.bloc-decouverte .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-decouverte .fr-content-media__caption {
  margin-bottom: 0rem;
}
@media (max-width: 61.938rem) {
  .bloc-decouverte .fr-content-media__caption {
    padding: 0rem 0.75rem;
  }
}
@media (max-width: 61.938rem) {
  .bloc-decouverte .fr-content-media__transcription {
    margin-top: 0.25rem;
  }
}
.bloc-decouverte .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-decouverte .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-decouverte .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-decouverte .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-decouverte .fr-content-media__transcription-txt {
    padding: 3rem 2rem;
  }
}
.bloc-decouverte .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-decouverte .fr-content-media iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  @supports (-webkit-touch-callout: none) {
    .bloc-decouverte .fr-content-media iframe {
      margin-left: 5%;
    }
  }
}
.bloc-decouverte p {
  margin-bottom: 1rem;
}
.bloc-decouverte a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-visuel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 8.375rem;
  margin: auto 0;
  width: auto;
}
@media (min-width: 48rem) {
  .bloc-visuel {
    margin: auto;
    height: 22rem;
    width: 100%;
    z-index: -1;
    position: relative;
  }
}

.bloc-lorem .fr-highlight {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bloc-lorem p {
  margin-bottom: 1rem;
}
.bloc-lorem a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-lorem img {
  margin: 0.75rem 1rem;
  max-width: 100%;
  height: auto;
}
.bloc-lorem figcaption {
  margin: 0rem 1rem 0.75rem 1rem;
  float: right;
}
.bloc-lorem .align-center .field--type-image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.bloc-tuiles p {
  margin-bottom: 1rem;
}
.bloc-tuiles .fr-text--lg {
  margin-bottom: 1rem;
}
.bloc-tuiles .fr-text--lg * {
  font-size: 1.25rem;
  line-height: 2rem;
}
.bloc-tuiles a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-loi a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-produits-visuelbox {
  padding-bottom: 0.25rem !important;
  height: 18rem;
}
@media (min-width: 62rem) {
  .bloc-produits-visuelbox {
    height: auto;
  }
}
.bloc-produits-visuel {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bloc-produits .fr-content-media {
  margin: 0.5rem 0;
  height: 18rem;
}
@media (min-width: 62rem) {
  .bloc-produits .fr-content-media {
    height: 100%;
    overflow: hidden;
  }
}
.bloc-produits .fr-content-media__img {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bloc-produits .fr-content-media__img::before {
  display: none;
}
.bloc-produits .fr-content-media img {
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-produits .fr-content-media img {
    width: auto;
  }
}
@media (min-width: 62rem) {
  .bloc-produits-item {
    padding: 1rem 0.75rem 0.25rem 0.75rem !important;
  }
}
.bloc-produits a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-card .fr-grid-row .fr-card {
  height: auto;
}
.bloc-card .fr-grid-row .fr-card p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.bloc-card .fr-grid-row .fr-card .fr-card__detail.col {
  flex-direction: column;
}
.bloc-card .fr-grid-row .fr-card .fr-card__detail > :not(template) ~ :not(template) {
  margin-left: 0;
}
.bloc-card p {
  margin-bottom: 1rem;
}
.bloc-card a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-cardsvr .fr-card .fr-card__detail.col {
  flex-direction: column;
}
.bloc-cardsvr .fr-card .fr-card__detail > :not(template) ~ :not(template) {
  margin-left: 0;
}

.bloc-wysiwyg p {
  margin-bottom: 1.5rem;
}
.bloc-wysiwyg img {
  margin: 0.75rem 1rem;
  max-width: 100%;
  height: auto;
}
.bloc-wysiwyg figcaption {
  margin: 0rem 1rem 0.75rem 1rem;
  float: right;
}
.bloc-wysiwyg a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-wysiwyg ul {
  padding-left: 1.5rem;
}
@media (min-width: 62rem) {
  .bloc-wysiwyg ul {
    padding-left: 3rem;
  }
}
@media (min-width: 62rem) {
  .bloc-wysiwyg ol {
    padding-left: 3rem;
  }
}
.bloc-wysiwyg .align-center .field--type-image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.bloc-chiffrecle-item {
  position: relative;
  padding: 1rem 0.5rem !important;
}
.bloc-chiffrecle-item::before {
  content: " ";
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateY(50%) translateX(50%);
  width: 10rem;
  height: 0.063rem;
  background: #E7E7E7;
}
@media (min-width: 48rem) {
  .bloc-chiffrecle-item {
    padding: 0.75rem !important;
  }
  .bloc-chiffrecle-item::before {
    right: 0rem;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    width: 0.063rem;
    height: 10rem;
  }
}
.bloc-chiffrecle-item:last-of-type::before {
  display: none;
}
.bloc-chiffrecle-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bloc-chiffrecle-upper {
  position: relative;
  margin-bottom: 0.875rem;
}
@media (min-width: 48rem) {
  .bloc-chiffrecle-upper {
    margin-bottom: 1.125rem;
  }
}
.bloc-chiffrecle-upper::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 0.125rem;
  background: #000091;
}
.bloc-chiffrecle .fr-display--md {
  color: #000091;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .bloc-chiffrecle .fr-display--md {
    margin-bottom: 1.25rem;
  }
}
.bloc-chiffrecle .fr-text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
@media (min-width: 48rem) {
  .bloc-chiffrecle .fr-text {
    padding: 0 1rem;
  }
}
@media (min-width: 62rem) {
  .bloc-chiffrecle .fr-text {
    padding: 0 2rem;
  }
}
@media (min-width: 78rem) {
  .bloc-chiffrecle .fr-text {
    padding: 0 4.25rem;
  }
}

.bloc-exergue .fr-highlight {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bloc-exergue p {
  margin-bottom: 1rem;
}
.bloc-exergue a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-txtvideo .fr-content-media {
  margin: 0;
}
@media (min-width: 48rem) {
  .bloc-txtvideo .fr-content-media {
    margin: 1rem 0;
  }
}
.bloc-txtvideo .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-txtvideo .fr-content-media__caption {
  margin-bottom: 0rem;
}
@media (max-width: 61.938rem) {
  .bloc-txtvideo .fr-content-media__caption {
    padding: 0rem 0.75rem;
  }
}
@media (max-width: 61.938rem) {
  .bloc-txtvideo .fr-content-media__transcription {
    margin-top: 0.25rem;
  }
}
.bloc-txtvideo .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-txtvideo .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-txtvideo .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-txtvideo .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-txtvideo .fr-content-media__transcription-txt {
    padding: 3rem 2rem;
  }
}
.bloc-txtvideo .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-txtvideo .fr-content-media iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  @supports (-webkit-touch-callout: none) {
    .bloc-txtvideo .fr-content-media iframe {
      margin-left: 5%;
    }
  }
}
.bloc-txtvideo p {
  margin-bottom: 1rem;
}
.bloc-txtvideo a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-videosimple .fr-content-media {
  margin: 0;
}
@media (min-width: 48rem) {
  .bloc-videosimple .fr-content-media {
    margin: 1rem 0;
  }
}
.bloc-videosimple .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-videosimple .fr-content-media__caption {
  margin-bottom: 0rem;
}
@media (max-width: 61.938rem) {
  .bloc-videosimple .fr-content-media__caption {
    padding: 0rem 0.75rem;
  }
}
@media (max-width: 61.938rem) {
  .bloc-videosimple .fr-content-media__transcription {
    margin-top: 0.25rem;
  }
}
.bloc-videosimple .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-videosimple .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-videosimple .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-videosimple .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-videosimple .fr-content-media__transcription-txt {
    padding: 3rem 2rem;
  }
}
.bloc-videosimple .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-videosimple .fr-content-media iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  @supports (-webkit-touch-callout: none) {
    .bloc-videosimple .fr-content-media iframe {
      margin-left: 5%;
    }
  }
}
.bloc-videosimple p {
  margin-bottom: 1rem;
}
.bloc-videosimple a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-visutxt .fr-content-media {
  position: relative;
  margin: 0.5rem 0;
}
.bloc-visutxt .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-visutxt h4 {
  margin-bottom: 1rem;
}
.bloc-visutxt img {
  aspect-ratio: unset !important;
}
.bloc-visutxt p {
  margin-bottom: 1rem;
}
.bloc-visutxt-content {
  display: flex;
}
.bloc-visutxt-content-inverse {
  flex-direction: row-reverse;
}
.bloc-visutxt a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-tuileshz a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-tuilescon-texte {
  background: #FFFFFF;
}
.bloc-tuilescon a:hover {
  color: inherit;
  text-decoration: none;
}

.bloc-equipe p {
  margin-bottom: 1.5rem;
}
.bloc-equipe a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-equipe .fr-card {
  background: #FFFFFF;
  border-left: 0.25rem solid #000091;
}
.bloc-equipe .fr-card__body {
  padding: 0.75rem 1.5rem 0.5rem 1.5rem;
}
@media (min-width: 48rem) {
  .bloc-equipe .fr-col-md-8 ul {
    column-count: 2;
    column-gap: 3rem;
  }
}

.bloc-pushcontent p {
  margin-bottom: 0.5rem;
}
.bloc-pushcontent p, .bloc-pushcontent li {
  font-size: 1rem;
  line-height: 1.5rem;
}
.bloc-pushcontent a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-pushcontent .fr-callout {
  padding: 2rem 3rem 1.75rem 3rem;
}
.bloc-pushcontent .fr-btn {
  margin-top: 0.75rem !important;
}
.bloc-pushcontent .fr-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.bloc-banniere {
  width: 100%;
  margin: 0 0 1rem 0;
  position: relative;
  overflow: hidden;
}
.bloc-banniere-visuel {
  width: 100%;
  min-height: 11rem;
}
@media (min-width: 62rem) {
  .bloc-banniere-visuel {
    min-height: 45rem;
  }
}
.bloc-banniere-contenu {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.bloc-banniere-box {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-banniere-box {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-banniere-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  margin: 0 1rem;
  width: 55%;
  line-height: 2.75rem;
}
@media (min-width: 62rem) {
  .bloc-banniere-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
@media (min-width: 48rem) {
  .bloc-banniere-titre {
    width: 37%;
  }
}
@media (min-width: 62rem) {
  .bloc-banniere-titre {
    line-height: 6.5rem;
    width: 40%;
  }
}
@media (min-width: 78rem) {
  .bloc-banniere-titre {
    width: 27%;
  }
}
.bloc-banniere-titre mark {
  background-color: #f59d0f;
  color: #FFFFFF;
  padding: 0;
  box-shadow: 1rem 0 0 #f59d0f, -1rem 0 0 #f59d0f;
}
.bloc-banniere-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.625rem;
}
@media (min-width: 62rem) {
  .bloc-banniere-chapo {
    margin-top: 0.325rem;
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    color: #262626;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.03125rem;
    font-style: normal;
  }
}

.bloc-trio {
  width: 100%;
  background: #f59d0f;
  overflow: hidden;
}
.bloc-trio-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 3.5rem 0;
  z-index: 2;
  position: relative;
}
@media (min-width: 78rem) {
  .bloc-trio-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62rem) {
  .bloc-trio-contenu {
    flex-direction: row;
    align-items: flex-start;
    padding: 3.5rem 0;
  }
}
@media (min-width: 78rem) {
  .bloc-trio-contenu {
    padding: 5.5rem 0;
  }
}
.bloc-trio-item {
  width: 100%;
  margin-top: 3rem;
}
.bloc-trio-item:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 62rem) {
  .bloc-trio-item:first-of-type {
    transform: translateY(60%);
  }
}
@media (min-width: 62rem) {
  .bloc-trio-item {
    margin-top: 0;
    width: 26%;
  }
  .bloc-trio-item:first-of-type {
    width: 31%;
    display: block;
  }
  .bloc-trio-item:not(:nth-of-type(3)) {
    margin-right: 8.5%;
  }
}
@media (min-width: 78rem) {
  .bloc-trio-item {
    width: 23%;
  }
  .bloc-trio-item:first-of-type {
    width: 31%;
  }
  .bloc-trio-item:not(:nth-of-type(3)) {
    margin-right: 11.5%;
  }
}
.bloc-trio-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.75rem;
  color: #FFFFFF !important;
  position: relative;
  z-index: 2;
  width: 11rem;
}
@media (min-width: 62rem) {
  .bloc-trio-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
.bloc-trio-titre::before {
  content: url("../images/forme-bleu.svg");
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) scale(0.6) translateX(-50%);
}
@media (min-width: 48rem) {
  .bloc-trio-titre {
    width: 12rem;
  }
}
@media (min-width: 62rem) {
  .bloc-trio-titre {
    width: 100%;
    font-size: 4.5rem;
    line-height: 4rem;
    padding-left: 2rem;
  }
  .bloc-trio-titre::before {
    transform: translateY(-50%) scale(0.8) translateX(-15%);
  }
}
@media (min-width: 78rem) {
  .bloc-trio-titre {
    font-size: 5rem;
    line-height: 4.5rem;
    padding-left: 3.5rem;
  }
  .bloc-trio-titre::before {
    transform: translateY(-50%) scale(1) translateX(0);
  }
}
.bloc-trio-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.96875rem;
  font-style: normal;
  line-height: 2.4rem;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 62rem) {
  .bloc-trio-upper {
    margin-top: 0;
    overflow: hidden;
  }
}
@media (min-width: 78rem) {
  .bloc-trio-upper {
    width: 80%;
  }
}
.bloc-trio-lower {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-trio-lower strong, .bloc-trio-lower b {
  font-weight: 700;
}
.bloc-trio-lower em {
  font-style: italic;
}
.bloc-trio-lower img {
  margin: 0 0.75rem;
}
@media (min-width: 62rem) {
  .bloc-trio-lower {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.40625rem;
    font-style: normal;
  }
}
.bloc-trio-link {
  width: 11.375rem;
  height: 3.125rem;
  background: #0098d8;
  border: none;
  border-radius: 0;
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  float: right;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-trio-link:hover, .bloc-trio-link:active {
  transition: 0.2s;
  text-decoration: none;
  background: #0098d8;
  color: #FFFFFF;
}
@media (min-width: 62rem) {
  .bloc-trio-link {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    color: #262626;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.40625rem;
    font-style: normal;
    float: none;
    background: #fac400;
  }
  .bloc-trio-link:hover, .bloc-trio-link:active {
    background: #0098d8;
    color: #FFFFFF;
  }
  .bloc-trio-link::after {
    content: url("../images/cercle-btn.svg");
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    z-index: -1;
  }
}

.bloc-reseaux {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media (min-width: 78rem) {
  .bloc-reseaux {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-reseaux-cercle {
  content: url("../images/big-cercle.svg");
  overflow-y: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-reseaux-cercle {
    display: block;
    transform: translateY(-50%) translateX(70%);
  }
}
.bloc-reseaux-contenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 2rem auto 4rem 0;
}
@media (min-width: 62rem) {
  .bloc-reseaux-contenu {
    flex-direction: row;
    margin: 4rem auto 6rem 0;
  }
}
.bloc-reseaux-instagram {
  width: 100%;
  max-height: 69rem;
  margin-top: 4rem;
}
@media (min-width: 62rem) {
  .bloc-reseaux-instagram {
    margin-top: 0rem;
    width: 48%;
  }
}
.bloc-reseaux-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .bloc-reseaux-header {
    flex-direction: row;
    align-items: center;
  }
}
.bloc-reseaux-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.375rem;
  font-style: normal;
  line-height: 3.5rem;
}
@media (min-width: 48rem) {
  .bloc-reseaux-titre {
    margin-right: 6rem;
  }
}
@media (min-width: 62rem) {
  .bloc-reseaux-titre {
    margin-right: 5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-reseaux-titre {
    margin-right: 6rem;
  }
}
.bloc-reseaux-linkinsta {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.125rem solid #dc1969;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: 0.5rem;
  position: relative;
  margin-left: 3rem;
}
@media (min-width: 62rem) {
  .bloc-reseaux-linkinsta {
    margin-left: 0rem;
  }
}
.bloc-reseaux-linkinsta::before {
  content: url("../images/social-instagram.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-125%) translateY(-45%);
}
.bloc-reseaux-linkinsta:hover {
  color: #dc1969;
  border-bottom: 0.125rem solid transparent;
  text-decoration: none;
}
.bloc-reseaux-linktweet {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.125rem solid #0098d8;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: 0.5rem;
  position: relative;
  margin-left: 3rem;
}
@media (min-width: 62rem) {
  .bloc-reseaux-linktweet {
    margin-left: 0rem;
  }
}
.bloc-reseaux-linktweet::before {
  content: url("../images/social-twitter.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-125%) translateY(-45%);
}
.bloc-reseaux-linktweet:hover {
  color: #0098d8;
  border-bottom: 0.125rem solid transparent;
  text-decoration: none;
}
.bloc-reseaux-contenttweet {
  max-height: 63.25rem;
  overflow: hidden;
  padding: 0;
}
.bloc-reseaux-twitter {
  width: 100%;
  margin-top: 0rem;
}
@media (min-width: 62rem) {
  .bloc-reseaux-twitter {
    width: 48%;
  }
}
.bloc-reseaux-twitter-feed {
  max-height: 63.25rem;
  overflow-y: scroll;
  margin: 0 auto;
  padding-bottom: 0rem;
  border: 0.125rem solid #f4f5f7;
}
.bloc-reseaux-twitter-feed::-webkit-scrollbar-track {
  border-radius: 5rem;
  background-color: #ebebeb;
}
.bloc-reseaux-twitter-feed::-webkit-scrollbar {
  width: 0.4rem;
  background-color: #ebebeb;
}
.bloc-reseaux-twitter-feed::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #99D1F2;
}

.bloc-calendrier, .bloc-calendrier-room {
  margin: 2rem auto 3rem auto;
}
@media (min-width: 62rem) {
  .bloc-calendrier, .bloc-calendrier-room {
    margin: 4rem auto 6rem auto;
  }
}
.bloc-calendrier-contenu, .bloc-calendrier-room-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-calendrier-contenu, .bloc-calendrier-room-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-calendrier-bigtitre, .bloc-calendrier-room-bigtitre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.75rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .bloc-calendrier-bigtitre, .bloc-calendrier-room-bigtitre {
    margin-bottom: 2rem;
  }
}
.bloc-calendrier .fc, .bloc-calendrier-room .fc {
  width: 100% !important;
  background: #e6f7ff;
  padding: 1rem 0.5rem 1.25rem 0.5rem;
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc, .bloc-calendrier-room .fc {
    padding: 2rem 3rem 2rem 3rem;
  }
}
.bloc-calendrier .fc-view-harness, .bloc-calendrier-room .fc-view-harness {
  height: 81.25rem !important;
}
.bloc-calendrier .view-filters .recherche-lower, .bloc-calendrier-room .view-filters .recherche-lower {
  display: none;
}
.bloc-calendrier .fc-toolbar, .bloc-calendrier-room .fc-toolbar {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-toolbar, .bloc-calendrier-room .fc-toolbar {
    margin-bottom: 1.5rem !important;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk {
  display: flex;
  width: 50%;
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk {
    width: 33%;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk button, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk button {
  background: none !important;
  border: none;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type {
  position: relative;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .fc-filterButton-button, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .fc-filterButton-button {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
  position: relative;
  padding: 0 0 0 2rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .fc-filterButton-button::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .fc-filterButton-button::before {
  content: url("../images/filtres.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters {
  position: absolute;
  width: 17rem;
  top: 0;
  left: 0;
  transform: translate3d(-0.25rem, -0.5rem, 0);
  background: #FFFFFF;
  z-index: 2;
  margin-left: 0;
}
@media (min-width: 36rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters {
    width: 22rem;
  }
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters {
    width: 30rem;
    transform: translate3d(-1rem, -1rem, 0);
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-lower, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-lower {
  padding: 1rem 1.5rem 0 1.5rem;
  width: 100%;
  position: relative;
  display: none;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close {
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:before, .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:after, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:after {
  position: absolute;
  right: 0rem;
  content: " ";
  height: 1.375rem;
  width: 0.125rem;
  background-color: #1b4467;
  margin-right: 0.5rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:before {
  transform: rotate(45deg);
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:after, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fc-filters-close:after {
  transform: rotate(-45deg);
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .views-exposed-form, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .views-exposed-form {
  box-shadow: 0.188rem 0.188rem 0.125rem rgba(0, 0, 0, 0.2);
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-title, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-title {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  line-height: 2rem;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin-bottom: 1.5rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-title::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-title::before {
  content: url("../images/filtres.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-filter, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .recherche-filter {
    padding-left: 2.5rem;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fieldset-legend, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .fieldset-legend {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-bottom: 1rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-checkbox, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-checkbox {
  cursor: pointer;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .custom-control-label, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .custom-control-label {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0.25rem auto;
  cursor: pointer;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 2rem 0;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:first-of-type, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:first-of-type {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  background: #0098d8 !important;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  transition: 0.2s;
  width: 15rem;
  margin-bottom: 1rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:first-of-type:hover, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:first-of-type:hover {
  background: #f59d0f !important;
  transition: 0.2s;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:last-of-type, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:last-of-type {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  position: relative;
  padding: 0 0 0 1rem;
  width: 11rem;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:last-of-type::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:first-of-type .view-filters .form-actions button:last-of-type::before {
  content: url("../images/reset.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2), .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) {
  justify-content: flex-end;
}
@media (min-width: 36rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2), .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) {
    transform: translateX(-50%);
    justify-content: center;
  }
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2), .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) {
    transform: none;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) h2, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) h2 {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.6875rem;
  font-style: normal;
  line-height: 1.35rem;
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  text-align: center;
}
@media (min-width: 36rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) h2, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) h2 {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.1875rem;
    font-style: normal;
    line-height: 1.75rem;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) button, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) button {
  padding: 0;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-right, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-right::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-right::before {
  content: url("../images/black-arrow.svg");
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-left, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-left {
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-left::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-icon-chevron-left::before {
  content: url("../images/black-arrow.svg");
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-button:disabled, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-button:disabled {
  opacity: 0.3;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-button-primary:disabled, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) .fc-button-primary:disabled {
  border-color: transparent;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:last-of-type, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:last-of-type {
  justify-content: flex-end;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:last-of-type, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:last-of-type {
    display: flex;
  }
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:last-of-type button, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:last-of-type button {
  background: #0098d8 !important;
  border-radius: 0;
  position: relative;
  padding-right: 2rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  transition: 0.2s;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:last-of-type button:hover, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:last-of-type button:hover {
  background: #f59d0f !important;
  transition: 0.2s;
}
.bloc-calendrier .fc-header-toolbar .fc-toolbar-chunk:last-of-type button::before, .bloc-calendrier-room .fc-header-toolbar .fc-toolbar-chunk:last-of-type button::before {
  content: url("../images/white-arrow.svg");
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-40%);
}
.bloc-calendrier .fc-scrollgrid, .bloc-calendrier-room .fc-scrollgrid {
  background: #FFFFFF;
  border: none;
}
.bloc-calendrier .fc-scrollgrid tbody tr, .bloc-calendrier-room .fc-scrollgrid tbody tr {
  padding: 0;
}
.bloc-calendrier .fc-scrollgrid tbody tr th, .bloc-calendrier-room .fc-scrollgrid tbody tr th {
  border-bottom: 0.063rem solid #B1C2D5;
  padding: 1rem 0;
}
.bloc-calendrier .fc-scrollgrid tbody tr th:first-of-type, .bloc-calendrier-room .fc-scrollgrid tbody tr th:first-of-type {
  border: none;
}
.bloc-calendrier thead .fc-col-header, .bloc-calendrier-room thead .fc-col-header {
  margin: 0;
}
.bloc-calendrier thead tr, .bloc-calendrier thead th, .bloc-calendrier-room thead tr, .bloc-calendrier-room thead th {
  background: none;
  border: none;
}
.bloc-calendrier thead td, .bloc-calendrier-room thead td {
  border-left: none;
  border-right: none;
}
.bloc-calendrier thead th .fc-col-header-cell-cushion, .bloc-calendrier-room thead th .fc-col-header-cell-cushion {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.125rem;
  font-style: normal;
  line-height: 0.9rem;
}
@media (min-width: 48rem) {
  .bloc-calendrier thead th .fc-col-header-cell-cushion, .bloc-calendrier-room thead th .fc-col-header-cell-cushion {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1b4467;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.375rem;
    font-style: normal;
    line-height: 1.1rem;
  }
}
@media (min-width: 62rem) {
  .bloc-calendrier thead th .fc-col-header-cell-cushion, .bloc-calendrier-room thead th .fc-col-header-cell-cushion {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #1b4467;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.71875rem;
    font-style: normal;
    line-height: 1.375rem;
  }
}
.bloc-calendrier tbody table, .bloc-calendrier-room tbody table {
  margin: 0;
}
.bloc-calendrier tbody tr, .bloc-calendrier tbody th, .bloc-calendrier-room tbody tr, .bloc-calendrier-room tbody th {
  background: none;
  border-color: #EFF2F4;
}
.bloc-calendrier tbody td, .bloc-calendrier-room tbody td {
  border-top: 0.063rem solid #B1C2D5;
  border-bottom: 0.063rem solid #B1C2D5;
  border-left: none;
  border-right: none;
}
.bloc-calendrier tbody td:last-of-type, .bloc-calendrier-room tbody td:last-of-type {
  border-bottom: none;
}
.bloc-calendrier tbody tr .fc-timegrid-slot-label, .bloc-calendrier-room tbody tr .fc-timegrid-slot-label {
  transform: translateY(-15%);
  border-top: none;
  background: #FFFFFF;
}
@media (min-width: 62rem) {
  .bloc-calendrier tbody tr .fc-timegrid-slot-label, .bloc-calendrier-room tbody tr .fc-timegrid-slot-label {
    padding: 0 1rem 0 3rem;
  }
}
.bloc-calendrier tbody .fc-timegrid-slot-label-cushion, .bloc-calendrier-room tbody .fc-timegrid-slot-label-cushion {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1rem;
  font-style: normal;
}
@media (min-width: 62rem) {
  .bloc-calendrier tbody .fc-timegrid-slot-label-cushion, .bloc-calendrier-room tbody .fc-timegrid-slot-label-cushion {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #1b4467;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.40625rem;
    font-style: normal;
  }
}
.bloc-calendrier tbody .fc-timegrid-body .fc-timegrid-slots tr:last-of-type, .bloc-calendrier-room tbody .fc-timegrid-body .fc-timegrid-slots tr:last-of-type {
  display: none;
}
.bloc-calendrier tbody .fc-timegrid-event, .bloc-calendrier-room tbody .fc-timegrid-event {
  border-radius: 0;
  border-color: transparent !important;
}
.bloc-calendrier tbody .fc-timegrid-event .fc-event-main, .bloc-calendrier-room tbody .fc-timegrid-event .fc-event-main {
  padding: 0.5rem 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-calendrier tbody .fc-timegrid-event .fc-event-main, .bloc-calendrier-room tbody .fc-timegrid-event .fc-event-main {
    padding: 0.5rem 1rem;
  }
}
.bloc-calendrier tbody .fc-timegrid-event .fc-event-title, .bloc-calendrier-room tbody .fc-timegrid-event .fc-event-title {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.875rem;
  font-style: normal;
  line-height: 0.7rem;
  word-break: break-word;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bloc-calendrier tbody .fc-timegrid-event .fc-event-title::-webkit-scrollbar, .bloc-calendrier-room tbody .fc-timegrid-event .fc-event-title::-webkit-scrollbar {
  display: none;
}
@media (min-width: 48rem) {
  .bloc-calendrier tbody .fc-timegrid-event .fc-event-title, .bloc-calendrier-room tbody .fc-timegrid-event .fc-event-title {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.25rem;
    font-style: normal;
    line-height: 1.1rem;
    word-break: unset;
    overflow: auto;
  }
}
.bloc-calendrier .fc-scroller::-webkit-scrollbar, .bloc-calendrier-room .fc-scroller::-webkit-scrollbar {
  display: none;
}
.bloc-calendrier .fc-scroller, .bloc-calendrier-room .fc-scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bloc-calendrier-event-place, .bloc-calendrier-room-event-place {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.875rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.bloc-calendrier-event-date, .bloc-calendrier-room-event-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-calendrier-event-date span, .bloc-calendrier-room-event-date span {
  display: block;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
@media (min-width: 48rem) {
  .bloc-calendrier-event-date span, .bloc-calendrier-room-event-date span {
    display: inline;
    margin-left: 1rem;
  }
}
.bloc-calendrier-event-title, .bloc-calendrier-room-event-title {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}
.bloc-calendrier-event-concept, .bloc-calendrier-room-event-concept {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
}
.bloc-calendrier-event-speakers, .bloc-calendrier-room-event-speakers {
  border-left: 0.188rem solid #f59d0f;
  padding: 0.5rem 0 0.25rem 1.5rem;
  margin-top: 1.5rem;
}
.bloc-calendrier-event-head, .bloc-calendrier-room-event-head {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.875rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.bloc-calendrier-event-list, .bloc-calendrier-room-event-list {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  list-style-type: none;
  padding: 0 0 0 0.8rem;
  margin: 0.175rem 0;
}
.bloc-calendrier-event-name, .bloc-calendrier-room-event-name {
  position: relative;
  margin: 0.25rem 0;
}
.bloc-calendrier-event-name::before, .bloc-calendrier-room-event-name::before {
  content: "*";
  position: absolute;
  font-size: 1.5rem;
  top: 0rem;
  left: -0.8rem;
  color: #fac400;
}
.bloc-calendrier-event-link, .bloc-calendrier-room-event-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.935rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.16875rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: 0.2s;
  float: right;
}
.bloc-calendrier-event-link:hover, .bloc-calendrier-event-link:active, .bloc-calendrier-room-event-link:hover, .bloc-calendrier-room-event-link:active {
  transition: 0.2s;
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}

.ui-dialog {
  box-shadow: 0 0.188rem 0.625rem rgba(0, 0, 0, 0.1607843137);
  border: none !important;
}
@media screen and (max-width: 48rem) {
  .ui-dialog {
    width: 80% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.ui-dialog-titlebar {
  background: none;
  border: none;
  padding: 0;
}
.ui-dialog-content {
  padding: 0 1rem 1rem 1rem !important;
}
@media (min-width: 48rem) {
  .ui-dialog-content {
    padding: 0 2rem 1.5rem 2rem !important;
  }
}
@media (min-width: 62rem) {
  .ui-dialog-content {
    padding: 0 2.5rem 2rem 2.5rem !important;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  right: 0.938rem;
  top: 1.25rem;
  outline: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
  background-image: none;
}
.ui-dialog .ui-dialog-titlebar-close:before, .ui-dialog .ui-dialog-titlebar-close:after {
  position: absolute;
  left: 0.438rem;
  content: " ";
  height: 1.375rem;
  width: 0.125rem;
  background-color: #1b4467;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  transform: rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}

.bloc-dates {
  padding: 3rem 0;
}
@media (min-width: 62rem) {
  .bloc-dates {
    padding: 3rem 0 4rem 0;
  }
}
.bloc-dates-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-dates-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-dates-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .bloc-dates-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-dates-titre {
    padding: 0 0 2rem 0;
  }
}
.bloc-dates-calendrier {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto 0;
}
@media (min-width: 78rem) {
  .bloc-dates-calendrier {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .bloc-dates-calendrier {
    margin: auto 1.5625rem;
  }
}
@media (min-width: 62rem) {
  .bloc-dates-calendrier {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-dates-calendrier {
    width: 72rem;
    margin: auto;
  }
}
.bloc-dates-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.bloc-dates-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 0.063rem solid #f59d0f;
  margin-top: 0.75rem;
}
@media (min-width: 62rem) {
  .bloc-dates-row {
    flex-direction: row;
    border: 0;
    border-bottom: 0.063rem solid #f59d0f;
    height: 5rem;
    margin-top: 0.2rem;
  }
}
.bloc-dates-time {
  background: #f59d0f;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
@media (min-width: 62rem) {
  .bloc-dates-time {
    width: 18%;
    padding: 0;
  }
}
.bloc-dates-day {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.875rem;
  font-style: normal;
  margin-bottom: 0;
}
.bloc-dates-month {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 0;
}
.bloc-dates-organizer {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .bloc-dates-organizer {
    justify-content: flex-start;
    text-align: left;
    width: 25%;
    padding: 0 2%;
  }
}
@media (min-width: 78rem) {
  .bloc-dates-organizer {
    padding: 0 2rem;
  }
}
.bloc-dates-event {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
@media (min-width: 62rem) {
  .bloc-dates-event {
    justify-content: flex-start;
    text-align: left;
    width: 37%;
    padding: 0;
  }
}
.bloc-dates-linkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
}
@media (min-width: 62rem) {
  .bloc-dates-linkbox {
    width: 20%;
    justify-content: flex-end;
    margin-right: 1.5rem;
    padding: 0;
  }
}
.bloc-dates-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
}
@media (min-width: 62rem) {
  .bloc-dates-link {
    display: inline-block;
  }
}
.bloc-dates-link:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-dates-extlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 62rem) {
  .bloc-dates-extlink {
    display: inline-block;
  }
}
.bloc-dates-extlink:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-dates-extlink::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}

.bloc-map-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 78rem) {
  .bloc-map-container {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-map-container::after {
  content: url("../images/big-cercle-bleu.svg");
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-map-container::after {
    display: block;
    transform: translateY(-50%) translateX(80%);
  }
}
.bloc-map-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin-bottom: 3rem;
}
@media (min-width: 62rem) {
  .bloc-map-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.bloc-map .view-content {
  border: 0.16rem solid #f4f5f7;
  position: relative;
}
.bloc-map .view-content-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.bloc-map .view-content-popup {
  position: relative;
  height: 101%;
}
.bloc-map .view-content-popup .leaflet-popup {
  height: 101%;
}
.bloc-map .view-content-popup .leaflet-popup-close-button {
  position: absolute;
  top: 0;
  text-decoration: none;
}
.bloc-map .leaflet-container {
  background: #FFFFFF;
}
.bloc-map .leaflet-top {
  display: none;
}
.bloc-map #leaflet-map-view-map-page-1 {
  width: 100%;
  height: 31.25rem !important;
}
@media (min-width: 62rem) {
  .bloc-map #leaflet-map-view-map-page-1 {
    height: 43.75rem !important;
  }
}
.bloc-map .leaflet-control-attribution {
  display: none;
}
.bloc-map .leaflet-popup-tip-container {
  display: none;
}
.bloc-map .leaflet-popup {
  width: 86.875rem;
  position: absolute !important;
  top: -1px !important;
  right: -1px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  overflow: hidden;
}
@media (min-width: 62rem) {
  .bloc-map .leaflet-popup {
    width: 56.75rem;
  }
}
@media (min-width: 78rem) {
  .bloc-map .leaflet-popup {
    width: 86.55rem;
  }
}
.bloc-map .leaflet-popup-content-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
}
.bloc-map .leaflet-popup-content {
  width: 100% !important;
  height: 100%;
  margin: 0;
}
.bloc-map .leaflet-popup-content article {
  width: 85% !important;
  padding: 0.5rem 1rem;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  float: right;
}
@media (min-width: 48rem) {
  .bloc-map .leaflet-popup-content article {
    width: 90% !important;
    padding: 2rem 2.5rem;
  }
}
@media (min-width: 62rem) {
  .bloc-map .leaflet-popup-content article {
    width: 80% !important;
  }
}
@media (min-width: 78rem) {
  .bloc-map .leaflet-popup-content article {
    width: 70% !important;
  }
}
.bloc-map .leaflet-popup-content article::-webkit-scrollbar-track {
  border-radius: 5rem;
  background-color: #ebebeb;
}
.bloc-map .leaflet-popup-content article::-webkit-scrollbar {
  width: 0.4rem;
  background-color: #ebebeb;
}
.bloc-map .leaflet-popup-content article::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #99D1F2;
}
.bloc-map .leaflet-popup-content h2 {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.65625rem;
  font-style: normal;
  line-height: 2.125rem;
}
.bloc-map .leaflet-popup-content h2 a {
  color: #262626;
  text-decoration: none;
}
.bloc-map-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.75rem;
  font-style: normal;
}
.bloc-map-visuel {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.bloc-map-image {
  width: auto;
  max-width: 100%;
  max-height: 280px;
}
.bloc-map-youtubebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bloc-map-youtube {
  width: 100%;
}
@media (min-width: 48rem) {
  .bloc-map-youtube {
    width: 50%;
  }
}
.bloc-map-youtube .youtube_player {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.bloc-map-youtube .youtube_player iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bloc-map-videobox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bloc-map-video {
  width: 100%;
}
@media (min-width: 48rem) {
  .bloc-map-video {
    width: 50%;
  }
}
.bloc-map-video video {
  width: 100%;
  height: auto;
}
.bloc-map-desc {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-map-desc strong, .bloc-map-desc b {
  font-weight: 700;
}
.bloc-map-desc em {
  font-style: italic;
}
.bloc-map-desc img {
  margin: 0 0.75rem;
}
.bloc-map-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
  color: #000 !important;
}
@media (min-width: 62rem) {
  .bloc-map-link {
    display: inline-block;
  }
}
.bloc-map-link:hover {
  transition: 0.2s;
  color: #0098d8 !important;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-map-link::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}
.bloc-map-social {
  display: flex;
  justify-content: flex-end;
}
.bloc-map-social-list {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 1rem 0;
  display: flex;
  align-items: center;
}
.bloc-map-social-item {
  margin-right: 1rem;
}
.bloc-map-social-item:last-of-type {
  margin-right: 0;
}
.bloc-map-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-map .leaflet-popup-close-button {
  right: 84.9% !important;
  background: #FFFFFF !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  color: #1b4467 !important;
  font-size: 2rem !important;
  font-family: "Marianne", arial, sans-serif !important;
  padding: 0 !important;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
@media (min-width: 48rem) {
  .bloc-map .leaflet-popup-close-button {
    right: 89.9% !important;
  }
}
@media (min-width: 62rem) {
  .bloc-map .leaflet-popup-close-button {
    right: 79.9% !important;
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 78rem) {
  .bloc-map .leaflet-popup-close-button {
    right: 69.9% !important;
  }
}
.bloc-map .leaflet-default-icon-path {
  background-image: url("../images/big-cercle-bleu.svg") !important;
}
.bloc-map .marker-cluster-small {
  background-color: #f59d0f;
  box-shadow: 0rem 0.188rem 0rem rgba(0, 0, 0, 0.5);
}
.bloc-map .marker-cluster-small div {
  background-color: #f59d0f;
}
.bloc-map .marker-cluster-small span {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.bloc-actualites {
  padding: 3rem 0;
}
@media (min-width: 62rem) {
  .bloc-actualites {
    padding: 3rem 0 4rem 0;
  }
}
.bloc-actualites-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-actualites-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-actualites-bigtitre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .bloc-actualites-bigtitre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-actualites-bigtitre {
    margin-bottom: 4rem;
  }
}
.bloc-actualites-liste {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 78rem) {
  .bloc-actualites-liste {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .bloc-actualites-liste {
    flex-direction: row;
  }
}
@media (min-width: 62rem) {
  .bloc-actualites-liste {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-actualites-liste {
    width: 81rem;
    margin: auto;
  }
}
.bloc-actualites-item {
  width: 100%;
  margin-bottom: 2rem;
}
.bloc-actualites-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .bloc-actualites-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .bloc-actualites-item:nth-child(1n+4) {
    margin-top: 3rem;
  }
  .bloc-actualites-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 62rem) {
  .bloc-actualites-item-fond-blanc .bloc-actualites-visuel::before {
    background: #FFFFFF;
  }
  .bloc-actualites-item-fond-noir .bloc-actualites-visuel::before {
    background: #000;
  }
  .bloc-actualites-item-fond-rouge .bloc-actualites-visuel::before {
    background: #c5202f;
  }
  .bloc-actualites-item-fond-bordeau .bloc-actualites-visuel::before {
    background: #a02145;
  }
  .bloc-actualites-item-fond-fushia .bloc-actualites-visuel::before {
    background: #dc1969;
  }
  .bloc-actualites-item-fond-jaune .bloc-actualites-visuel::before {
    background: #fac400;
  }
  .bloc-actualites-item-fond-bleu .bloc-actualites-visuel::before {
    background: #0098d8;
  }
  .bloc-actualites-item-fond-bleu-marine .bloc-actualites-visuel::before {
    background: #1b4467;
  }
  .bloc-actualites-item-fond-vert .bloc-actualites-visuel::before {
    background: #4a9934;
  }
  .bloc-actualites-item-fond-orange .bloc-actualites-visuel::before {
    background: #f59d0f;
  }
  .bloc-actualites-item-text-blanc .bloc-actualites-date {
    color: #FFFFFF;
  }
  .bloc-actualites-item-text-noir .bloc-actualites-date {
    color: #000;
  }
  .bloc-actualites-item-text-rouge .bloc-actualites-date {
    color: #c5202f;
  }
  .bloc-actualites-item-text-bordeau .bloc-actualites-date {
    color: #a02145;
  }
  .bloc-actualites-item-text-fushia .bloc-actualites-date {
    color: #dc1969;
  }
  .bloc-actualites-item-text-jaune .bloc-actualites-date {
    color: #fac400;
  }
  .bloc-actualites-item-text-bleu .bloc-actualites-date {
    color: #0098d8;
  }
  .bloc-actualites-item-text-bleu-marine .bloc-actualites-date {
    color: #1b4467;
  }
  .bloc-actualites-item-text-vert .bloc-actualites-date {
    color: #4a9934;
  }
  .bloc-actualites-item-text-orange .bloc-actualites-date {
    color: #f59d0f;
  }
}
.bloc-actualites-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.bloc-actualites-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .bloc-actualites-text {
    margin-bottom: 2.85rem;
  }
}
.bloc-actualites-text-bottom {
  margin-bottom: 1.5rem;
}
.bloc-actualites-category {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  z-index: 2;
}
.bloc-actualites-category::before {
  content: url("../images/apostrophe-mini.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-actualites-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  margin-bottom: 0.615rem;
}
.bloc-actualites-visuel {
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-actualites-visuel::before {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-2rem) translateX(-2rem);
    z-index: -1;
  }
}
.bloc-actualites-image {
  width: 100%;
}
.bloc-actualites-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
  float: right;
}
@media (min-width: 62rem) {
  .bloc-actualites-link {
    display: inline-block;
  }
}
.bloc-actualites-link:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-actualites-extlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
  float: right;
  margin-right: 1.25rem;
}
@media (min-width: 62rem) {
  .bloc-actualites-extlink {
    display: inline-block;
  }
}
.bloc-actualites-extlink:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-actualites-extlink::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}

.bloc-actualitesduo {
  padding: 3rem 0 1rem 0;
}
@media (min-width: 62rem) {
  .bloc-actualitesduo {
    padding: 3rem 0 2rem 0;
  }
}
.bloc-actualitesduo-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 78rem) {
  .bloc-actualitesduo-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .bloc-actualitesduo-contenu {
    flex-direction: row;
  }
}
@media (min-width: 78rem) {
  .bloc-actualitesduo-contenu {
    width: 66rem;
    margin: auto;
  }
}
.bloc-actualitesduo-item {
  width: 100%;
  margin-bottom: 2rem;
}
.bloc-actualitesduo-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .bloc-actualitesduo-item {
    width: 44%;
    margin-bottom: 0;
  }
}
@media (min-width: 62rem) {
  .bloc-actualitesduo-item {
    width: 38%;
  }
}
.bloc-actualitesduo-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.bloc-actualitesduo-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
}
.bloc-actualitesduo-category {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  z-index: 2;
}
.bloc-actualitesduo-category::before {
  content: url("../images/apostrophe-mini.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-actualitesduo-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-actualitesduo-date::before {
    content: " ";
    width: 12.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-2rem);
    z-index: -1;
  }
}
.bloc-actualitesduo-image {
  width: 100%;
}
.bloc-actualitesduo-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
  float: right;
  margin-top: 0.7rem;
}
@media (min-width: 62rem) {
  .bloc-actualitesduo-link {
    display: inline-block;
  }
}
.bloc-actualitesduo-link-transform {
  transform: translateY(-135%);
  margin-top: 0;
}
.bloc-actualitesduo-link:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-actualitesduo-extlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
  float: right;
  margin-right: 1.25rem;
  margin-top: 0.7rem;
}
@media (min-width: 62rem) {
  .bloc-actualitesduo-extlink {
    display: inline-block;
  }
}
.bloc-actualitesduo-extlink-transform {
  transform: translateY(-135%);
  margin-top: 0;
}
.bloc-actualitesduo-extlink:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-actualitesduo-extlink::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}
@media (min-width: 62rem) {
  .bloc-actualitesduo-fond-blanc .bloc-actualitesduo-date::before {
    background: #FFFFFF;
  }
  .bloc-actualitesduo-fond-noir .bloc-actualitesduo-date::before {
    background: #000;
  }
  .bloc-actualitesduo-fond-rouge .bloc-actualitesduo-date::before {
    background: #c5202f;
  }
  .bloc-actualitesduo-fond-bordeau .bloc-actualitesduo-date::before {
    background: #a02145;
  }
  .bloc-actualitesduo-fond-fushia .bloc-actualitesduo-date::before {
    background: #dc1969;
  }
  .bloc-actualitesduo-fond-jaune .bloc-actualitesduo-date::before {
    background: #fac400;
  }
  .bloc-actualitesduo-fond-bleu .bloc-actualitesduo-date::before {
    background: #0098d8;
  }
  .bloc-actualitesduo-fond-bleu-marine .bloc-actualitesduo-date::before {
    background: #1b4467;
  }
  .bloc-actualitesduo-fond-vert .bloc-actualitesduo-date::before {
    background: #4a9934;
  }
  .bloc-actualitesduo-fond-orange .bloc-actualitesduo-date::before {
    background: #f59d0f;
  }
  .bloc-actualitesduo-text-blanc .bloc-actualitesduo-date {
    color: #FFFFFF;
  }
  .bloc-actualitesduo-text-noir .bloc-actualitesduo-date {
    color: #000;
  }
  .bloc-actualitesduo-text-rouge .bloc-actualitesduo-date {
    color: #c5202f;
  }
  .bloc-actualitesduo-text-bordeau .bloc-actualitesduo-date {
    color: #a02145;
  }
  .bloc-actualitesduo-text-fushia .bloc-actualitesduo-date {
    color: #dc1969;
  }
  .bloc-actualitesduo-text-jaune .bloc-actualitesduo-date {
    color: #fac400;
  }
  .bloc-actualitesduo-text-bleu .bloc-actualitesduo-date {
    color: #0098d8;
  }
  .bloc-actualitesduo-text-bleu-marine .bloc-actualitesduo-date {
    color: #1b4467;
  }
  .bloc-actualitesduo-text-vert .bloc-actualitesduo-date {
    color: #4a9934;
  }
  .bloc-actualitesduo-text-orange .bloc-actualitesduo-date {
    color: #f59d0f;
  }
}

.bloc-presse {
  padding: 3rem 0;
}
@media (min-width: 62rem) {
  .bloc-presse {
    padding: 3rem 0 4rem 0;
  }
}
.bloc-presse-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-presse-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-presse-bigtitre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .bloc-presse-bigtitre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-presse-bigtitre {
    margin-bottom: 4rem;
  }
}
.bloc-presse-liste {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 78rem) {
  .bloc-presse-liste {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .bloc-presse-liste {
    flex-direction: row;
  }
}
@media (min-width: 62rem) {
  .bloc-presse-liste {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-presse-liste {
    width: 81rem;
    margin: auto;
  }
}
.bloc-presse-item {
  width: 100%;
  margin-bottom: 2rem;
}
.bloc-presse-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .bloc-presse-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .bloc-presse-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.bloc-presse-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.bloc-presse-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
}
.bloc-presse-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
}
.bloc-presse-image {
  width: 100%;
}
.bloc-presse-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
  float: right;
}
@media (min-width: 62rem) {
  .bloc-presse-link {
    display: inline-block;
  }
}
.bloc-presse-link:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-presse-extlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
  float: right;
  margin-right: 1.25rem;
}
@media (min-width: 62rem) {
  .bloc-presse-extlink {
    display: inline-block;
  }
}
.bloc-presse-extlink:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-presse-extlink::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}

.bloc-speakers {
  width: 100%;
  padding: 3rem 0 4rem 0;
}
@media (min-width: 62rem) {
  .bloc-speakers {
    padding: 4rem 0 5rem 0;
  }
}
.bloc-speakers-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-speakers-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-speakers-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
  margin-bottom: 1.5rem;
}
.bloc-speakers-elements {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-speakers-elements {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.bloc-speakers-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.315rem;
}
.bloc-speakers-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .bloc-speakers-item {
    width: 15%;
    margin-bottom: 0;
    margin-right: 2%;
  }
  .bloc-speakers-item:nth-child(1n+7) {
    margin-top: 2rem;
  }
  .bloc-speakers-item:nth-child(6n+6) {
    margin-right: 0%;
  }
}
.bloc-speakers-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bloc-speakers-logo {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
}
.bloc-speakers-name {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
  margin: 0.75rem auto 1rem auto;
}
@media (min-width: 62rem) {
  .bloc-speakers-name {
    margin: 0.5rem auto 1rem auto;
  }
}
@media (min-width: 78rem) {
  .bloc-speakers-name {
    margin: 1rem auto;
  }
}
.bloc-speakers-info {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-speakers-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
}
.bloc-speakers-link:hover {
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}

.bloc-media {
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-media {
    padding: 4rem 0;
  }
}
.bloc-media-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-media-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-media-liste {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .bloc-media-liste {
    flex-direction: row;
  }
}
.bloc-media-item {
  width: 100%;
}
.bloc-media-item:first-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .bloc-media-item {
    width: 48%;
  }
  .bloc-media-item:first-of-type {
    margin-bottom: 0;
    margin-right: 4%;
  }
}
.bloc-media-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-media-videobox {
  width: 100%;
}
.bloc-media-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.bloc-media-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bloc-media-visuel {
  margin: 0;
}
.bloc-media-image {
  width: 100%;
}
.bloc-media-caption {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
}
.bloc-media-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin-top: 1.5rem;
}
.bloc-media-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-media-text strong, .bloc-media-text b {
  font-weight: 700;
}
.bloc-media-text em {
  font-style: italic;
}
.bloc-media-text img {
  margin: 0 0.75rem;
}
.bloc-media-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.935rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.16875rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: 0.2s;
  float: right;
}
.bloc-media-link:hover, .bloc-media-link:active {
  transition: 0.2s;
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}
.bloc-media .tac_float {
  background: #000;
  padding: 1rem 0;
  transform: none;
}

.bloc-kit-de-com {
  padding: 3rem 0;
}
@media (min-width: 62rem) {
  .bloc-kit-de-com {
    padding: 4rem 0;
  }
}
.bloc-kit-de-com-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-kit-de-com-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-kit-de-com-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin-bottom: 3rem;
}
@media (min-width: 62rem) {
  .bloc-kit-de-com-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.bloc-kit-de-com-row {
  margin-bottom: 3.5rem;
}
.bloc-kit-de-com-row:last-of-type {
  margin-bottom: 0;
}
.bloc-kit-de-com-row-fond-blanc .bloc-kit-de-com-visuel::after {
  background: #FFFFFF;
}
.bloc-kit-de-com-row-fond-noir .bloc-kit-de-com-visuel::after {
  background: #000;
}
.bloc-kit-de-com-row-fond-rouge .bloc-kit-de-com-visuel::after {
  background: #c5202f;
}
.bloc-kit-de-com-row-fond-bordeau .bloc-kit-de-com-visuel::after {
  background: #a02145;
}
.bloc-kit-de-com-row-fond-fushia .bloc-kit-de-com-visuel::after {
  background: #dc1969;
}
.bloc-kit-de-com-row-fond-jaune .bloc-kit-de-com-visuel::after {
  background: #fac400;
}
.bloc-kit-de-com-row-fond-bleu .bloc-kit-de-com-visuel::after {
  background: #0098d8;
}
.bloc-kit-de-com-row-fond-bleu-marine .bloc-kit-de-com-visuel::after {
  background: #1b4467;
}
.bloc-kit-de-com-row-fond-vert .bloc-kit-de-com-visuel::after {
  background: #4a9934;
}
.bloc-kit-de-com-row-fond-orange .bloc-kit-de-com-visuel::after {
  background: #f59d0f;
}
.bloc-kit-de-com-sous-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
.bloc-kit-de-com-allitems {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 48rem) {
  .bloc-kit-de-com-allitems {
    flex-direction: row;
  }
}
.bloc-kit-de-com-item {
  width: 100%;
  margin-bottom: 3rem;
}
.bloc-kit-de-com-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .bloc-kit-de-com-item {
    width: 48%;
    margin-bottom: 2.5rem;
    margin-right: 4%;
  }
  .bloc-kit-de-com-item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 62rem) {
  .bloc-kit-de-com-item {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 0;
  }
  .bloc-kit-de-com-item:nth-of-type(2n+2) {
    margin-right: auto;
  }
  .bloc-kit-de-com-item:last-of-type {
    margin-right: 0;
  }
}
.bloc-kit-de-com-visuel {
  position: relative;
}
.bloc-kit-de-com-visuel::after {
  content: " ";
  height: 80%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.bloc-kit-de-com-image {
  width: 90%;
}
.bloc-kit-de-com-info {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  width: 100%;
  margin: 1rem auto 0 auto;
}
@media (min-width: 62rem) {
  .bloc-kit-de-com-info {
    width: 75%;
  }
}
.bloc-kit-de-com-file {
  margin: 1.5rem auto 0 auto;
}
.bloc-kit-de-com-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
  line-height: 1.4rem;
  text-decoration: underline;
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  padding-right: 4rem;
}
@media (min-width: 62rem) {
  .bloc-kit-de-com-link {
    width: 75%;
    padding-right: 0rem;
  }
}
.bloc-kit-de-com-link:hover, .bloc-kit-de-com-link:active {
  text-decoration: none;
  color: #f59d0f;
}
.bloc-kit-de-com-link::after {
  content: url("../images/download.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 62rem) {
  .bloc-kit-de-com-link::after {
    transform: translateY(-50%) scale(0.8) translateX(100%);
  }
}
@media (min-width: 78rem) {
  .bloc-kit-de-com-link::after {
    transform: translateY(-50%) translateX(100%);
  }
}

.bloc-liens {
  padding: 1.5rem 0 1.725rem 0;
}
@media (min-width: 62rem) {
  .bloc-liens {
    padding: 2.5rem 0 2.725rem 0;
  }
}
.bloc-liens-content {
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .bloc-liens-content {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-liens-content {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-liens-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-liens-desc {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin-top: 1rem;
}
.bloc-liens-item {
  margin-top: 1.5rem;
}
.bloc-liens-item:first-of-type {
  margin-top: 0;
}
.bloc-liens-sitename {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin: 0;
}
.bloc-liens-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
}
@media (min-width: 62rem) {
  .bloc-liens-link {
    display: inline-block;
  }
}
.bloc-liens-link:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-liens-extlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 62rem) {
  .bloc-liens-extlink {
    display: inline-block;
  }
}
.bloc-liens-extlink:hover {
  transition: 0.2s;
  color: #0098d8;
  border-bottom: 0.075rem solid #0098d8;
  text-decoration: none;
}
.bloc-liens-extlink::after {
  content: url("../images/arrow-ext.svg");
  position: absolute;
  right: -1.25rem;
}

.bloc-imgtxt {
  padding: 3.5rem 0;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-imgtxt {
    padding: 5.5rem 0;
  }
}
.bloc-imgtxt-contenu {
  max-width: 100%;
  margin: auto 0rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-contenu {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxt-contenu {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-imgtxt-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
  margin: auto 1.5625rem 1.5rem 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-titre {
    margin: 0 auto 1.5rem 0;
  }
}
.bloc-imgtxt-background {
  margin: auto 1.5625rem 2rem 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-background {
    margin: auto 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxt-background {
    margin: auto auto 2.5rem auto;
  }
}
.bloc-imgtxt-visuel {
  max-width: 100%;
  margin: auto 0rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-visuel {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxt-visuel {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-imgtxt-image {
  width: 100%;
}
.bloc-imgtxt-caption {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
  padding: 0 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-caption {
    padding: 0;
    color: #000;
  }
}
.bloc-imgtxt-text {
  max-width: 87.125rem;
  margin: 0rem 1.5625rem auto 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-text {
    max-width: 87.125rem;
    margin: 0rem 2.5rem auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxt-text {
    width: 87.125rem;
    margin: 0rem auto auto auto;
  }
}
.bloc-imgtxt-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
}
.bloc-imgtxt-lower {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-imgtxt-lower strong, .bloc-imgtxt-lower b {
  font-weight: 700;
}
.bloc-imgtxt-lower em {
  font-style: italic;
}
.bloc-imgtxt-lower img {
  margin: 0 0.75rem;
}
.bloc-imgtxt-lower-2cols {
  margin-top: 2rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-lower-2cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.bloc-imgtxt-lower-col {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-imgtxt-lower-col strong, .bloc-imgtxt-lower-col b {
  font-weight: 700;
}
.bloc-imgtxt-lower-col em {
  font-style: italic;
}
.bloc-imgtxt-lower-col img {
  margin: 0 0.75rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-lower-col {
    width: 48%;
  }
}
.bloc-imgtxt-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.935rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.16875rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: 0.2s;
  float: right;
}
.bloc-imgtxt-link:hover, .bloc-imgtxt-link:active {
  transition: 0.2s;
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-rouge .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #c5202f 50%, #c5202f 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-rouge .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-rouge .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bordeau .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #a02145 50%, #a02145 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bordeau .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bordeau .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-fushia .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #dc1969 50%, #dc1969 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-fushia .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-fushia .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-jaune .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #fac400 50%, #fac400 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-jaune .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-jaune .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #0098d8 50%, #0098d8 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu-marine .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #1b4467 50%, #1b4467 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu-marine .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-bleu-marine .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-vert .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #4a9934 50%, #4a9934 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-vert .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-vert .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-orange .bloc-imgtxt-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #f59d0f 50%, #f59d0f 100%);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-orange .bloc-imgtxt-background .bloc-imgtxt-visuel {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxt-fond-orange .bloc-imgtxt-background .bloc-imgtxt-caption {
    min-height: 2.385rem;
    width: 50%;
  }
}

.bloc-imgtxtbg {
  padding: 3.5rem 0;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg {
    padding: 5.5rem 0;
  }
}
.bloc-imgtxtbg-contenu {
  max-width: 100%;
  margin: auto 0rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-contenu {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxtbg-contenu {
    width: 72.188rem;
    margin: auto;
  }
}
.bloc-imgtxtbg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.34375rem;
  font-style: normal;
  letter-spacing: 0.094rem;
  margin: auto 1.5625rem 1.5rem 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-titre {
    margin: 0 auto 1.5rem 0;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-background {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #1b4467 50%, #1b4467 100%);
    position: relative;
    overflow: hidden;
  }
  .bloc-imgtxtbg-background::after {
    content: url("../images/cercle-big.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(40%) translateX(25%);
    z-index: 0;
  }
}
.bloc-imgtxtbg-visuel {
  max-width: 100%;
  margin: auto 0rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-visuel {
    max-width: 87.125rem;
    margin: auto 2.5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxtbg-visuel {
    width: 72.188rem;
    margin: auto;
  }
}
.bloc-imgtxtbg-image {
  width: 100%;
}
.bloc-imgtxtbg-caption {
  float: right;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
  padding-right: 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-caption {
    padding-right: 0;
    color: #FFFFFF;
  }
}
.bloc-imgtxtbg-text {
  max-width: 87.125rem;
  margin: 2.5rem 1.5625rem auto 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-text {
    max-width: 87.125rem;
    margin: 3rem 2.5rem auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-imgtxtbg-text {
    width: 57.2rem;
    margin: 3rem auto auto auto;
  }
}
.bloc-imgtxtbg-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.71875rem;
  font-style: normal;
}
.bloc-imgtxtbg-lower {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin-top: 0.615rem;
}
.bloc-imgtxtbg-lower strong, .bloc-imgtxtbg-lower b {
  font-weight: 700;
}
.bloc-imgtxtbg-lower em {
  font-style: italic;
}
.bloc-imgtxtbg-lower img {
  margin: 0 0.75rem;
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-lower {
    margin-top: 1rem;
  }
}
@media (min-width: 62rem) {
  .bloc-imgtxtbg-2cols {
    column-count: 2;
    column-gap: 3rem;
  }
}
.bloc-imgtxtbg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.125rem solid #c5202f;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: 0.5rem;
  float: right;
}
.bloc-imgtxtbg-link:hover {
  color: #c5202f;
  border-bottom: 0.125rem solid transparent;
  text-decoration: none;
}

.bloc-quotemod p {
  margin-bottom: 0rem;
}
.bloc-quotemod a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-quotemod-content {
    box-shadow: inset 0.2rem 0 0 0 #E7E7E7;
    margin-left: 0.75rem;
    padding: 0 2rem !important;
  }
}
.bloc-quotemod-quote {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem !important;
}
@media (min-width: 62rem) {
  .bloc-quotemod-quote {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.bloc-quotemod-quote::before {
  content: url("../images/mildeca-quote.svg");
  display: block;
  width: 1.5rem;
}
.bloc-quotemod-author {
  font-size: 1rem;
  font-weight: 700;
}
.bloc-quotemod-date {
  font-size: 0.75rem;
  color: #6A6A6A;
}

.bloc-duoimgtxtbg {
  margin: 4rem auto;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg {
    margin: 5.5rem auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .bloc-duoimgtxtbg-right .bloc-duoimgtxtbg-section {
    flex-direction: row-reverse;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .bloc-duoimgtxtbg-right .bloc-duoimgtxtbg-caption {
    float: right;
  }
}
.bloc-duoimgtxtbg-contenu {
  max-width: 100%;
  margin: auto 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-contenu {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-duoimgtxtbg-contenu {
    width: 72.188rem;
    margin: auto;
  }
}
.bloc-duoimgtxtbg-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 4rem;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-section {
    flex-direction: row;
    margin-top: 2rem;
  }
}
.bloc-duoimgtxtbg-section:first-of-type {
  margin-top: 0;
}
.bloc-duoimgtxtbg-visuel {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-visuel {
    width: 57%;
    margin-top: 5rem;
  }
}
.bloc-duoimgtxtbg-image {
  width: 100%;
}
.bloc-duoimgtxtbg-caption {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
}
.bloc-duoimgtxtbg-text {
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text {
    width: 40%;
  }
}
.bloc-duoimgtxtbg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-duoimgtxtbg-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin: 1rem auto 0 auto;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-upper {
    margin: 1.5rem auto 0 auto;
  }
}
.bloc-duoimgtxtbg-lower {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin-top: 1rem;
}
.bloc-duoimgtxtbg-lower strong, .bloc-duoimgtxtbg-lower b {
  font-weight: 700;
}
.bloc-duoimgtxtbg-lower em {
  font-style: italic;
}
.bloc-duoimgtxtbg-lower img {
  margin: 0 0.75rem;
}
.bloc-duoimgtxtbg-link {
  margin-top: 0.5rem;
  float: right;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-blanc {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-blanc-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #FFFFFF 60%, #FFFFFF 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-noir {
    background: linear-gradient(90deg, #000 0%, #000 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-noir-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #000 60%, #000 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-rouge {
    background: linear-gradient(90deg, #c5202f 0%, #c5202f 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-rouge-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #c5202f 60%, #c5202f 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-bordeau {
    background: linear-gradient(90deg, #a02145 0%, #a02145 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-bordeau-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #a02145 60%, #a02145 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-fushia {
    background: linear-gradient(90deg, #dc1969 0%, #dc1969 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-fushia-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #dc1969 60%, #dc1969 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-jaune {
    background: linear-gradient(90deg, #fac400 0%, #fac400 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-jaune-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #fac400 60%, #fac400 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-bleu {
    background: linear-gradient(90deg, #0098d8 0%, #0098d8 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-bleu-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #0098d8 60%, #0098d8 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-bleu-marine {
    background: linear-gradient(90deg, #1b4467 0%, #1b4467 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-bleu-marine-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #1b4467 60%, #1b4467 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-vert {
    background: linear-gradient(90deg, #4a9934 0%, #4a9934 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-vert-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #4a9934 60%, #4a9934 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-fond-orange {
    background: linear-gradient(90deg, #f59d0f 0%, #f59d0f 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duoimgtxtbg-fond-orange-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #f59d0f 60%, #f59d0f 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-noir .bloc-duoimgtxtbg-caption {
    color: #000;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-blanc .bloc-duoimgtxtbg-caption {
    color: #FFFFFF;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-rouge .bloc-duoimgtxtbg-caption {
    color: #c5202f;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-bordeau .bloc-duoimgtxtbg-caption {
    color: #a02145;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-fushia .bloc-duoimgtxtbg-caption {
    color: #dc1969;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-jaune .bloc-duoimgtxtbg-caption {
    color: #fac400;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-bleu .bloc-duoimgtxtbg-caption {
    color: #0098d8;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-bleu-marine .bloc-duoimgtxtbg-caption {
    color: #1b4467;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-vert .bloc-duoimgtxtbg-caption {
    color: #4a9934;
  }
}
@media (min-width: 62rem) {
  .bloc-duoimgtxtbg-text-orange .bloc-duoimgtxtbg-caption {
    color: #f59d0f;
  }
}

.bloc-duoimgtxthome {
  margin: 4rem auto;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome {
    margin: 5.5rem auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .bloc-duoimgtxthome-right .bloc-duoimgtxthome-section {
    flex-direction: row-reverse;
  }
}
.bloc-duoimgtxthome-contenu {
  max-width: 100%;
  margin: auto 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-contenu {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-duoimgtxthome-contenu {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-duoimgtxthome-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 4rem;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-section {
    flex-direction: row;
    margin-top: 2rem;
  }
}
.bloc-duoimgtxthome-section:first-of-type {
  margin-top: 0;
}
.bloc-duoimgtxthome-visuel {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-visuel {
    width: 60%;
  }
}
.bloc-duoimgtxthome-image {
  width: 100%;
}
.bloc-duoimgtxthome-caption {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
}
.bloc-duoimgtxthome-text {
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-text {
    width: 35%;
  }
}
.bloc-duoimgtxthome-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  color: #f59d0f !important;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
.bloc-duoimgtxthome-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.4rem;
  margin: 1rem auto 0 auto;
}
@media (min-width: 62rem) {
  .bloc-duoimgtxthome-upper {
    margin: 1.75rem auto 0 auto;
  }
}
.bloc-duoimgtxthome-lower {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin-top: 1.5rem;
}
.bloc-duoimgtxthome-lower strong, .bloc-duoimgtxthome-lower b {
  font-weight: 700;
}
.bloc-duoimgtxthome-lower em {
  font-style: italic;
}
.bloc-duoimgtxthome-lower img {
  margin: 0 0.75rem;
}
.bloc-duoimgtxthome-lower p {
  color: #0098d8;
}
.bloc-duoimgtxthome-link {
  margin-top: 0.5rem;
  float: right;
}

.bloc-duovideotxtbg {
  margin: 4rem auto;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg {
    margin: 5.5rem auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .bloc-duovideotxtbg-right .bloc-duovideotxtbg-section {
    flex-direction: row-reverse;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .bloc-duovideotxtbg-right .bloc-duovideotxtbg-caption {
    float: right;
  }
}
.bloc-duovideotxtbg-contenu {
  max-width: 100%;
  margin: auto 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-contenu {
    max-width: 87.125rem;
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-duovideotxtbg-contenu {
    width: 72.188rem;
    margin: auto;
  }
}
.bloc-duovideotxtbg-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 4rem;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-section {
    flex-direction: row;
    margin-top: 2rem;
  }
}
.bloc-duovideotxtbg-section:first-of-type {
  margin-top: 0;
}
.bloc-duovideotxtbg-videobox {
  width: 100%;
  z-index: 2;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-videobox {
    width: 57%;
    margin-top: 5rem;
  }
}
.bloc-duovideotxtbg-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.bloc-duovideotxtbg-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bloc-duovideotxtbg-caption {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.615rem;
}
.bloc-duovideotxtbg-text {
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text {
    width: 40%;
  }
}
.bloc-duovideotxtbg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-duovideotxtbg-upper {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin: 1rem auto 0 auto;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-upper {
    margin: 1.5rem auto 0 auto;
  }
}
.bloc-duovideotxtbg-lower {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin-top: 1rem;
}
.bloc-duovideotxtbg-lower strong, .bloc-duovideotxtbg-lower b {
  font-weight: 700;
}
.bloc-duovideotxtbg-lower em {
  font-style: italic;
}
.bloc-duovideotxtbg-lower img {
  margin: 0 0.75rem;
}
.bloc-duovideotxtbg-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  margin-top: 0.5rem;
}
.bloc-duovideotxtbg-link {
  margin-top: 0.5rem;
  float: right;
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-blanc {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-blanc-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #FFFFFF 60%, #FFFFFF 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-noir {
    background: linear-gradient(90deg, #000 0%, #000 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-noir-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #000 60%, #000 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-rouge {
    background: linear-gradient(90deg, #c5202f 0%, #c5202f 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-rouge-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #c5202f 60%, #c5202f 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-bordeau {
    background: linear-gradient(90deg, #a02145 0%, #a02145 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-bordeau-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #a02145 60%, #a02145 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-fushia {
    background: linear-gradient(90deg, #dc1969 0%, #dc1969 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-fushia-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #dc1969 60%, #dc1969 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-jaune {
    background: linear-gradient(90deg, #fac400 0%, #fac400 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-jaune-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #fac400 60%, #fac400 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-bleu {
    background: linear-gradient(90deg, #0098d8 0%, #0098d8 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-bleu-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #0098d8 60%, #0098d8 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-bleu-marine {
    background: linear-gradient(90deg, #1b4467 0%, #1b4467 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-bleu-marine-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #1b4467 60%, #1b4467 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-vert {
    background: linear-gradient(90deg, #4a9934 0%, #4a9934 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-vert-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #4a9934 60%, #4a9934 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-fond-orange {
    background: linear-gradient(90deg, #f59d0f 0%, #f59d0f 40%, #FFFFFF 40%, #FFFFFF 100%);
  }
  .bloc-duovideotxtbg-fond-orange-right {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, #f59d0f 60%, #f59d0f 100%);
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-noir .bloc-duovideotxtbg-caption {
    color: #000;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-blanc .bloc-duovideotxtbg-caption {
    color: #FFFFFF;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-rouge .bloc-duovideotxtbg-caption {
    color: #c5202f;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-bordeau .bloc-duovideotxtbg-caption {
    color: #a02145;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-fushia .bloc-duovideotxtbg-caption {
    color: #dc1969;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-jaune .bloc-duovideotxtbg-caption {
    color: #fac400;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-bleu .bloc-duovideotxtbg-caption {
    color: #0098d8;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-bleu-marine .bloc-duovideotxtbg-caption {
    color: #1b4467;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-vert .bloc-duovideotxtbg-caption {
    color: #4a9934;
  }
}
@media (min-width: 62rem) {
  .bloc-duovideotxtbg-text-orange .bloc-duovideotxtbg-caption {
    color: #f59d0f;
  }
}
.bloc-duovideotxtbg .tac_float {
  background: #000;
  padding: 1rem 0;
  transform: none;
}

.bloc-duotxt {
  padding: 3.5rem 0 1.725rem 0;
}
@media (min-width: 62rem) {
  .bloc-duotxt {
    padding: 5rem 0 3.725rem 0;
  }
}
.bloc-duotxt-contenu {
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .bloc-duotxt-contenu {
    margin: auto 2.5rem;
    flex-direction: row;
  }
}
@media (min-width: 78rem) {
  .bloc-duotxt-contenu {
    width: 57.2rem;
    margin: auto;
  }
}
.bloc-duotxt-item {
  background: #dc1969;
  width: 100%;
  padding: 1.375rem 1.5rem 2rem 1.5rem;
}
.bloc-duotxt-item:first-of-type {
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .bloc-duotxt-item {
    min-height: 20rem;
    width: 48%;
    padding: 1.875rem 2rem 2.5rem 2rem;
  }
  .bloc-duotxt-item:first-of-type {
    margin-bottom: 0rem;
  }
}
.bloc-duotxt-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.75rem;
}
.bloc-duotxt-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  margin-top: 1.375rem;
}
.bloc-duotxt-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.938rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.1725rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
  float: right;
}
.bloc-duotxt-link:hover {
  transition: 0.2s;
  color: #fac400;
}

.bloc-ecrivez {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bloc-ecrivez-contenu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  padding: 3.5rem 0;
  z-index: 2;
}
@media (min-width: 62rem) {
  .bloc-ecrivez-contenu {
    align-items: center;
    flex-direction: row;
    margin: auto 2.5rem;
    padding: 6rem 0;
  }
}
@media (min-width: 78rem) {
  .bloc-ecrivez-contenu {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-ecrivez-left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 62rem) {
  .bloc-ecrivez-left {
    margin-top: 0rem;
    margin-bottom: 0;
    display: block;
    width: 15.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-ecrivez-left {
    width: 17.5rem;
  }
}
.bloc-ecrivez-right {
  width: 100%;
  z-index: 3;
}
@media (min-width: 62rem) {
  .bloc-ecrivez-right {
    width: 60%;
  }
}
.bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
  position: relative;
  z-index: 2;
  width: 11rem;
}
.bloc-ecrivez-titre::before {
  content: url("../images/forme-rouge.svg");
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) scale(0.75) translateX(-35%);
}
@media (min-width: 36rem) {
  .bloc-ecrivez-titre::before {
    transform: translateY(-50%) scale(0.75) translateX(-30%);
  }
}
@media (min-width: 48rem) {
  .bloc-ecrivez-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3.4375rem;
    font-style: normal;
    width: 12rem;
  }
  .bloc-ecrivez-titre::before {
    transform: translateY(-50%) scale(0.75) translateX(-30%);
  }
}
@media (min-width: 62rem) {
  .bloc-ecrivez-titre {
    width: 100%;
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3.4375rem;
    font-style: normal;
    line-height: 2.75rem;
    padding-left: 2rem;
  }
  .bloc-ecrivez-titre::before {
    transform: translateY(-50%) scale(0.8) translateX(-15%);
  }
}
@media (min-width: 78rem) {
  .bloc-ecrivez-titre {
    padding-left: 3.5rem;
  }
  .bloc-ecrivez-titre::before {
    transform: translateY(-50%) scale(1) translateX(0);
  }
}
.bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  margin-bottom: 1rem;
}
.bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text strong, .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  display: block;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  transition: 0.2s;
}
.bloc-ecrivez-link:last-of-type {
  margin-bottom: 0;
}
.bloc-ecrivez-link:hover, .bloc-ecrivez-link:active {
  color: #c5202f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-fond-blanc {
  background: #FFFFFF;
}
.bloc-ecrivez-fond-noir {
  background: #000;
}
.bloc-ecrivez-fond-rouge {
  background: #c5202f;
}
.bloc-ecrivez-fond-bordeau {
  background: #a02145;
}
.bloc-ecrivez-fond-fushia {
  background: #dc1969;
}
.bloc-ecrivez-fond-jaune {
  background: #fac400;
}
.bloc-ecrivez-fond-bleu {
  background: #0098d8;
}
.bloc-ecrivez-fond-bleu-marine {
  background: #1b4467;
}
.bloc-ecrivez-fond-vert {
  background: #4a9934;
}
.bloc-ecrivez-fond-orange {
  background: #f59d0f;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-text strong, .bloc-ecrivez-text-noir .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-noir .bloc-ecrivez-link:hover, .bloc-ecrivez-text-noir .bloc-ecrivez-link:active {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-text strong, .bloc-ecrivez-text-blanc .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-blanc .bloc-ecrivez-link:hover, .bloc-ecrivez-text-blanc .bloc-ecrivez-link:active {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-text strong, .bloc-ecrivez-text-rouge .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-rouge .bloc-ecrivez-link:hover, .bloc-ecrivez-text-rouge .bloc-ecrivez-link:active {
  color: #c5202f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #a02145;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #a02145;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-text strong, .bloc-ecrivez-text-bordeau .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #a02145;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-bordeau .bloc-ecrivez-link:hover, .bloc-ecrivez-text-bordeau .bloc-ecrivez-link:active {
  color: #a02145;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #dc1969;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #dc1969;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-text strong, .bloc-ecrivez-text-fushia .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #dc1969;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-fushia .bloc-ecrivez-link:hover, .bloc-ecrivez-text-fushia .bloc-ecrivez-link:active {
  color: #dc1969;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fac400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fac400;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-text strong, .bloc-ecrivez-text-jaune .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fac400;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-jaune .bloc-ecrivez-link:hover, .bloc-ecrivez-text-jaune .bloc-ecrivez-link:active {
  color: #fac400;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-text strong, .bloc-ecrivez-text-bleu .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0098d8;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-bleu .bloc-ecrivez-link:hover, .bloc-ecrivez-text-bleu .bloc-ecrivez-link:active {
  color: #0098d8;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-text strong, .bloc-ecrivez-text-bleu-marine .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-bleu-marine .bloc-ecrivez-link:hover, .bloc-ecrivez-text-bleu-marine .bloc-ecrivez-link:active {
  color: #1b4467;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #4a9934;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4a9934;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-text strong, .bloc-ecrivez-text-vert .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4a9934;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-vert .bloc-ecrivez-link:hover, .bloc-ecrivez-text-vert .bloc-ecrivez-link:active {
  color: #4a9934;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #f59d0f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-text strong, .bloc-ecrivez-text-orange .bloc-ecrivez-text b {
  font-weight: 700;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-text em {
  font-style: italic;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f59d0f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivez-text-orange .bloc-ecrivez-link:hover, .bloc-ecrivez-text-orange .bloc-ecrivez-link:active {
  color: #f59d0f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivez-titre-noir .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-blanc .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-rouge .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-bordeau .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #a02145;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-fushia .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #dc1969;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-jaune .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #fac400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-bleu .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-bleu-marine .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-vert .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #4a9934;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-titre-orange .bloc-ecrivez-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivez-symbol-noir .bloc-ecrivez-titre::before {
  content: url("../images/forme-black.svg");
}
.bloc-ecrivez-symbol-blanc .bloc-ecrivez-titre::before {
  content: url("../images/forme-white.svg");
}
.bloc-ecrivez-symbol-rouge .bloc-ecrivez-titre::before {
  content: url("../images/forme-rouge.svg");
}
.bloc-ecrivez-symbol-bordeau .bloc-ecrivez-titre::before {
  content: url("../images/forme-darkred.svg");
}
.bloc-ecrivez-symbol-fushia .bloc-ecrivez-titre::before {
  content: url("../images/forme-magenta.svg");
}
.bloc-ecrivez-symbol-jaune .bloc-ecrivez-titre::before {
  content: url("../images/forme-jaune.svg");
}
.bloc-ecrivez-symbol-bleu .bloc-ecrivez-titre::before {
  content: url("../images/forme-blue.svg");
}
.bloc-ecrivez-symbol-bleu-marine .bloc-ecrivez-titre::before {
  content: url("../images/forme-darkblue.svg");
}
.bloc-ecrivez-symbol-vert .bloc-ecrivez-titre::before {
  content: url("../images/forme-vert.svg");
}
.bloc-ecrivez-symbol-orange .bloc-ecrivez-titre::before {
  content: url("../images/forme-orange.svg");
}

.bloc-ecrivezimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bloc-ecrivezimg-contenu {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-end;
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  padding: 3.5rem 0;
  z-index: 2;
}
@media (min-width: 62rem) {
  .bloc-ecrivezimg-contenu {
    align-items: center;
    flex-direction: row;
    margin: auto 2.5rem;
    padding: 4rem 0;
  }
}
@media (min-width: 78rem) {
  .bloc-ecrivezimg-contenu {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-ecrivezimg-contenu-between {
  justify-content: space-between;
}
.bloc-ecrivezimg-left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 62rem) {
  .bloc-ecrivezimg-left {
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: block;
    width: 20%;
  }
}
.bloc-ecrivezimg-middle {
  margin: 0rem 0 1.5rem 0;
}
@media (min-width: 62rem) {
  .bloc-ecrivezimg-middle {
    max-width: 23%;
    margin: 0rem 0 0 2rem;
  }
}
.bloc-ecrivezimg-image {
  width: 100%;
}
.bloc-ecrivezimg-right {
  width: 100%;
  z-index: 3;
}
@media (min-width: 62rem) {
  .bloc-ecrivezimg-right {
    width: 45%;
  }
}
.bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
  position: relative;
  z-index: 2;
  width: 11rem;
}
.bloc-ecrivezimg-titre::before {
  content: url("../images/forme-rouge.svg");
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) scale(0.75) translateX(-30%);
}
@media (min-width: 36rem) {
  .bloc-ecrivezimg-titre::before {
    transform: translateY(-50%) scale(0.75) translateX(-30%);
  }
}
@media (min-width: 48rem) {
  .bloc-ecrivezimg-titre {
    width: 12rem;
  }
  .bloc-ecrivezimg-titre::before {
    transform: translateY(-50%) scale(0.75) translateX(-30%);
  }
}
@media (min-width: 62rem) {
  .bloc-ecrivezimg-titre {
    width: 100%;
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3.4375rem;
    font-style: normal;
    line-height: 2.75rem;
    padding-left: 2rem;
  }
  .bloc-ecrivezimg-titre::before {
    transform: translateY(-50%) scale(0.8) translateX(-15%);
  }
}
@media (min-width: 78rem) {
  .bloc-ecrivezimg-titre {
    padding-left: 3.5rem;
  }
  .bloc-ecrivezimg-titre::before {
    transform: translateY(-50%) scale(1) translateX(0);
  }
}
.bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  margin-bottom: 1rem;
}
.bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  display: block;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  transition: 0.2s;
}
.bloc-ecrivezimg-link:last-of-type {
  margin-bottom: 0;
}
.bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-link:active {
  color: #c5202f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-fond-blanc {
  background: #FFFFFF;
}
.bloc-ecrivezimg-fond-noir {
  background: #000;
}
.bloc-ecrivezimg-fond-rouge {
  background: #c5202f;
}
.bloc-ecrivezimg-fond-bordeau {
  background: #a02145;
}
.bloc-ecrivezimg-fond-fushia {
  background: #dc1969;
}
.bloc-ecrivezimg-fond-jaune {
  background: #fac400;
}
.bloc-ecrivezimg-fond-bleu {
  background: #0098d8;
}
.bloc-ecrivezimg-fond-bleu-marine {
  background: #1b4467;
}
.bloc-ecrivezimg-fond-vert {
  background: #4a9934;
}
.bloc-ecrivezimg-fond-orange {
  background: #f59d0f;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-noir .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-noir .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-noir .bloc-ecrivezimg-link:active {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-blanc .bloc-ecrivezimg-link:active {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c5202f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-rouge .bloc-ecrivezimg-link:active {
  color: #c5202f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #a02145;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #a02145;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #a02145;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-bordeau .bloc-ecrivezimg-link:active {
  color: #a02145;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #dc1969;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #dc1969;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #dc1969;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-fushia .bloc-ecrivezimg-link:active {
  color: #dc1969;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fac400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fac400;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fac400;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-jaune .bloc-ecrivezimg-link:active {
  color: #fac400;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0098d8;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-bleu .bloc-ecrivezimg-link:active {
  color: #0098d8;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-bleu-marine .bloc-ecrivezimg-link:active {
  color: #1b4467;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #4a9934;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4a9934;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-vert .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4a9934;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-vert .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-vert .bloc-ecrivezimg-link:active {
  color: #4a9934;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #f59d0f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-text strong, .bloc-ecrivezimg-text-orange .bloc-ecrivezimg-text b {
  font-weight: 700;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-text em {
  font-style: italic;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-text img {
  margin: 0 0.75rem;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f59d0f;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  text-decoration: underline;
  transition: 0.2s;
}
.bloc-ecrivezimg-text-orange .bloc-ecrivezimg-link:hover, .bloc-ecrivezimg-text-orange .bloc-ecrivezimg-link:active {
  color: #f59d0f;
  text-decoration: none;
  transition: 0.2s;
}
.bloc-ecrivezimg-titre-noir .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-blanc .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-rouge .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #c5202f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-bordeau .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #a02145;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-fushia .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #dc1969;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-jaune .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #fac400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-bleu .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-bleu-marine .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-vert .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #4a9934;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-titre-orange .bloc-ecrivezimg-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-ecrivezimg-symbol-noir .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-black.svg");
}
.bloc-ecrivezimg-symbol-blanc .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-white.svg");
}
.bloc-ecrivezimg-symbol-rouge .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-rouge.svg");
}
.bloc-ecrivezimg-symbol-bordeau .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-darkred.svg");
}
.bloc-ecrivezimg-symbol-fushia .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-magenta.svg");
}
.bloc-ecrivezimg-symbol-jaune .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-jaune.svg");
}
.bloc-ecrivezimg-symbol-bleu .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-blue.svg");
}
.bloc-ecrivezimg-symbol-bleu-marine .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-darkblue.svg");
}
.bloc-ecrivezimg-symbol-vert .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-vert.svg");
}
.bloc-ecrivezimg-symbol-orange .bloc-ecrivezimg-titre::before {
  content: url("../images/forme-orange.svg");
}

.bloc-intro {
  width: 100%;
}
.bloc-intro-contenu {
  position: relative;
}
.bloc-intro-visuel {
  width: 100%;
  min-height: 9.375rem;
  background-position: right;
}
@media (min-width: 62rem) {
  .bloc-intro-visuel {
    min-height: 31.25rem;
  }
}
.bloc-intro-left {
  background: #0098d8;
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
}
@media (min-width: 62rem) {
  .bloc-intro-left {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
  }
}
.bloc-intro-right {
  overflow: hidden;
  position: relative;
  background-position: center;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-intro-right {
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
  }
}
.bloc-intro-box {
  z-index: 2;
  margin: auto 1.5625rem;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-intro-box {
    margin: auto 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 78rem) {
  .bloc-intro-box {
    margin: auto 0;
    right: 5rem;
    width: 100%;
    max-width: 32rem;
  }
}
.bloc-intro-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  color: #FFFFFF !important;
}
@media (min-width: 62rem) {
  .bloc-intro-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-intro-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 5rem;
    font-style: normal;
    line-height: 4rem;
  }
}
@media (min-width: 78rem) {
  .bloc-intro-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 5rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 6.25rem;
    font-style: normal;
    line-height: 5rem;
  }
}
.bloc-intro-category {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  margin: 1rem 0 0 0;
  position: relative;
  padding-left: 1.35rem;
  z-index: 2;
}
.bloc-intro-category::before {
  content: url("../images/apostrophe-mini-white.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-intro-chapobig {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  color: #FFFFFF !important;
  margin: 2.5rem 0 0 0;
  z-index: 2;
}
@media (min-width: 62rem) {
  .bloc-intro-chapobig {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.bloc-intro-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin: 1.5rem 0 0 0;
  z-index: 2;
}
.bloc-intro-desc {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin: 1.5rem 0 0 0;
  z-index: 2;
}
.bloc-intro-desc strong, .bloc-intro-desc b {
  font-weight: 700;
}
.bloc-intro-desc em {
  font-style: italic;
}
.bloc-intro-desc img {
  margin: 0 0.75rem;
}
.bloc-intro-desc p {
  margin-bottom: 0;
}
.bloc-intro-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  display: inline-block;
  margin: 1.315rem 0 0 0;
  border-bottom: 0.075rem solid #FFFFFF;
  padding-bottom: 0.075rem;
  z-index: 2;
  transition: 0.2s;
}
.bloc-intro-link:hover {
  transition: 0.2s;
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}
.bloc-intro-social {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 78rem) {
  .bloc-intro-social {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-intro-social-list {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 1rem 0;
  display: flex;
  align-items: center;
}
.bloc-intro-social-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
  margin: 0;
}
.bloc-intro-social-item {
  margin-right: 1rem;
}
.bloc-intro-social-item:last-of-type {
  margin-right: 0;
}
.bloc-intro-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloc-encarts {
  position: relative;
}
.bloc-encarts::after {
  content: url("../images/cercle-jaune.svg");
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-encarts::after {
    display: block;
    transform: translateY(-20%) translateX(-50%);
  }
}
.bloc-encarts-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 4rem 0 6rem 0;
}
@media (min-width: 78rem) {
  .bloc-encarts-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62rem) {
  .bloc-encarts-contenu {
    flex-direction: row;
  }
}
@media (min-width: 78rem) {
  .bloc-encarts-contenu {
    max-width: 68rem;
  }
}
.bloc-encarts-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-encarts-left {
    max-width: 32rem;
  }
}
@media (min-width: 78rem) {
  .bloc-encarts-left {
    max-width: 27rem;
  }
}
.bloc-encarts-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4rem;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-encarts-right {
    max-width: 40rem;
    margin-top: 0;
  }
}
.bloc-encarts-total {
  font-family: "Marianne", arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: #fac400;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 10rem;
  font-style: normal;
  display: block;
  padding: 0;
  margin: 0;
  transform: translateY(-15%);
}
@media (min-width: 62rem) {
  .bloc-encarts-total {
    font-family: "Marianne", arial, sans-serif;
    font-size: 11rem;
    font-weight: 700;
    color: #fac400;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 13.75rem;
    font-style: normal;
    transform: translateY(-19%);
  }
}
.bloc-encarts-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
}
.bloc-encarts-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
  color: #0098d8 !important;
}
@media (min-width: 62rem) {
  .bloc-encarts-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-encarts-titre {
    line-height: 4.5rem !important;
  }
}
.bloc-encarts-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  background: #fac400;
  padding: 0.6rem 1rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  transition: 0.2s;
}
.bloc-encarts-link:hover {
  background: #0098d8;
  transition: 0.2s;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-encarts-link {
    position: relative;
  }
}
.bloc-encarts-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 2rem 0;
}
.bloc-encarts-item:last-of-type {
  margin: 0;
}
.bloc-encarts-item:first-of-type .bloc-encarts-number {
  color: #4a9934;
}
.bloc-encarts-item:first-of-type .bloc-encarts-text {
  color: #1b4467;
}
.bloc-encarts-item:nth-of-type(2) .bloc-encarts-number {
  color: #a02145;
}
.bloc-encarts-item:nth-of-type(2) .bloc-encarts-text {
  color: #fac400;
}
.bloc-encarts-item:nth-of-type(3) .bloc-encarts-number {
  color: #e63331;
}
.bloc-encarts-item:nth-of-type(3) .bloc-encarts-text {
  color: #0098d8;
}
.bloc-encarts-item:nth-of-type(4) .bloc-encarts-number {
  color: #1b4467;
}
.bloc-encarts-item:nth-of-type(4) .bloc-encarts-text {
  color: #f59d0f;
}
.bloc-encarts-item:nth-of-type(5) .bloc-encarts-number {
  color: #dc1969;
}
.bloc-encarts-item:nth-of-type(5) .bloc-encarts-text {
  color: #1b4467;
}
.bloc-encarts-item:nth-of-type(6) .bloc-encarts-number {
  color: #0098d8;
}
.bloc-encarts-item:nth-of-type(6) .bloc-encarts-text {
  color: #a02145;
}
@media (min-width: 62rem) {
  .bloc-encarts-item {
    width: 26%;
    margin: 0 9% 0 0;
  }
  .bloc-encarts-item:nth-child(3n+3) {
    margin: 0;
  }
  .bloc-encarts-item:last-of-type {
    margin: 0;
  }
  .bloc-encarts-item:nth-child(1n+4) {
    margin-top: 3rem;
  }
}
.bloc-encarts-number {
  font-family: "Marianne", arial, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #dc1969;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 6.875rem;
  font-style: normal;
  line-height: 5.5rem;
}
@media (min-width: 62rem) {
  .bloc-encarts-number {
    font-family: "Marianne", arial, sans-serif;
    font-size: 6.8rem;
    font-weight: 700;
    color: #dc1969;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 8.5rem;
    font-style: normal;
    line-height: 6.8rem;
  }
}
.bloc-encarts-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.4375rem;
  font-style: normal;
  line-height: 2.75rem;
  margin-bottom: 0.5rem;
}
.bloc-encarts-innerlink {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
  transition: 0.2s;
}
.bloc-encarts-innerlink:hover {
  color: #f59d0f;
  transition: 0.2s;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-encarts-innerlink {
    position: relative;
  }
}

.bloc-partenaires {
  width: 100%;
  padding: 3rem 0 4rem 0;
}
@media (min-width: 62rem) {
  .bloc-partenaires {
    padding: 4rem 0 5rem 0;
  }
}
.bloc-partenaires-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-partenaires-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-partenaires-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
  margin-bottom: 1.5rem;
}
.bloc-partenaires-elements {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-partenaires-elements {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.bloc-partenaires-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.315rem;
}
.bloc-partenaires-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .bloc-partenaires-item {
    width: 15%;
    margin-bottom: 0;
    margin-right: 2%;
  }
  .bloc-partenaires-item:nth-child(1n+7) {
    margin-top: 2rem;
  }
  .bloc-partenaires-item:nth-child(6n+6) {
    margin-right: 0%;
  }
}
.bloc-partenaires-image {
  width: 100%;
  min-height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bloc-partenaires-logo {
  width: 100%;
}
.bloc-partenaires-partner {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
  margin: 0.75rem auto 1rem auto;
}
@media (min-width: 62rem) {
  .bloc-partenaires-partner {
    margin: 0.5rem auto 1rem auto;
  }
}
@media (min-width: 78rem) {
  .bloc-partenaires-partner {
    margin: 1rem auto;
  }
}
.bloc-partenaires-info {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-partenaires-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  display: inline-block;
}
.bloc-partenaires-link:hover {
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}

.bloc-introductif-contenu {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 78rem) {
  .bloc-introductif-contenu {
    width: 78rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-introductif-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.5rem;
  font-style: normal;
}
@media (min-width: 62rem) {
  .bloc-introductif-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 3rem;
    font-style: normal;
  }
}
.bloc-introductif-chapo {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
  margin-top: 1rem;
}
.bloc-introductif-formbox {
  width: 100%;
  background: #0098d8;
  margin: 4rem auto 5rem auto;
  padding: 1rem 0 3rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 62rem) {
  .bloc-introductif-formbox {
    margin: 5rem auto 6rem auto;
    padding: 2.5rem 0 3rem 0;
    width: 100%;
  }
}
.bloc-introductif-formbox::after {
  content: url("../images/cercle-contact.svg");
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  display: none;
}
@media (min-width: 62rem) {
  .bloc-introductif-formbox::after {
    display: block;
    transform: translateY(-50%) translateX(55%);
  }
}
.bloc-introductif-formulaire {
  margin: auto;
  padding: 2.5rem 1.5625rem 3rem 1.5625rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 62rem) {
  .bloc-introductif-formulaire {
    width: 100%;
    width: 57rem;
    padding: 2.5rem 0 3rem 0;
  }
}
.bloc-introductif-formulaire .contact-us-form {
  width: 100%;
  margin: auto;
}
.bloc-introductif-formulaire .contact-us-form .form-group {
  margin-bottom: 1.5rem;
}
.bloc-introductif-formulaire .contact-us-form .input-group-append {
  display: none;
}
.bloc-introductif-formulaire .contact-us-form label {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.5625rem;
  font-style: normal;
  margin-bottom: 0.35rem;
}
.bloc-introductif-formulaire .contact-us-form input[type=text], .bloc-introductif-formulaire .contact-us-form input[type=email], .bloc-introductif-formulaire .contact-us-form select {
  width: 100%;
  height: 3.75rem;
  border-radius: 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form input[type=text]::placeholder, .bloc-introductif-formulaire .contact-us-form input[type=email]::placeholder, .bloc-introductif-formulaire .contact-us-form select::placeholder {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form select {
  appearance: none;
  background: url("../images/down-arrow-contact.svg") 98%/2% no-repeat #FFFFFF;
}
.bloc-introductif-formulaire .contact-us-form .form-textarea-wrapper {
  width: 100%;
}
.bloc-introductif-formulaire .contact-us-form textarea {
  width: 100%;
  height: 8.75rem;
  border-radius: 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  padding-top: 1rem;
}
.bloc-introductif-formulaire .contact-us-form textarea::placeholder {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form .js-form-type-checkbox label {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.063rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.32875rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response {
  margin-top: 1.625rem;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response .input-group {
  width: 7.25rem;
  border-bottom: 0.063rem solid #FFFFFF;
  margin-bottom: 0.5rem;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response .field-prefix {
  background: none;
  border: none;
  padding: 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response input {
  width: auto;
  height: auto;
  background: none;
  border: none;
  width: 2.5rem;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response .description {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-introductif-formulaire .contact-us-form .js-form-item-captcha-response .text-muted {
  color: #FFFFFF !important;
}
.bloc-introductif-formulaire .contact-us-form button {
  width: 11.375rem;
  height: 3.125rem;
  background: #f59d0f;
  border: none;
  border-radius: 0;
  transition: 0.2s;
  overflow: hidden;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  position: absolute;
  bottom: 0;
  right: 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-introductif-formulaire .contact-us-form button {
    right: 0;
  }
}
.bloc-introductif-formulaire .contact-us-form button:hover, .bloc-introductif-formulaire .contact-us-form button:active {
  transition: 0.2s;
  background: #c5202f !important;
  color: #FFFFFF !important;
}

.bloc-alaune-content {
  max-width: 72.125rem;
  margin: 0 auto;
  padding: 8.125rem 0;
}

.bloc-alaune-titre {
  font-size: 2.5rem;
  line-height: normal;
  font-family: "Marianne", arial, sans-serif;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 4.375rem 0;
  padding: 0;
}

.bloc-alaune-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 3.75rem 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

li.bloc-alaune-item {
  margin: 1.875rem 0 0 0;
  padding: 0;
  position: relative;
  width: 33%;
  list-style-type: none;
  list-style: none;
}
li.bloc-alaune-item .bloc-alaune-item-illus {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1.875rem;
  width: 0.0625rem;
  height: 100%;
  background-color: #354f80;
}
li.bloc-alaune-item:nth-last-of-type(1) .bloc-alaune-item-illus {
  display: none;
}

.bloc-alaune-top {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  max-width: 20.125rem;
  justify-content: space-between;
}

.bloc-alaune-date {
  text-align: left;
  color: #fac400;
  font-family: "Spectral", georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0 0 0 1.125rem;
  position: relative;
}
.bloc-alaune-date .bloc-alaune-date-illus {
  position: absolute;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-jaune.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0.05125rem;
  left: 0;
}

.bloc-alaune-categorie {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: right;
  margin: 0;
  padding: 0;
}

.bloc-alaune-desc {
  color: #ffffff;
  font-size: 0.9375rem;
  max-width: 20.125rem;
}

.bloc-alaune-link {
  text-align: center;
}

@media screen and (max-width: 74.9375rem) {
  .bloc-alaune-content {
    max-width: 47.125rem;
    padding: 4.0625rem 0;
  }
  .bloc-alaune-titre {
    margin-bottom: 1.875rem;
  }
  li.bloc-alaune-item {
    width: 50%;
  }
}
@media screen and (max-width: 49.9375rem) {
  .bloc-alaune-content {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  li.bloc-alaune-item {
    width: 100%;
  }
  li.bloc-alaune-item .bloc-alaune-item-illus {
    display: none;
  }
  .bloc-alaune-top,
  .bloc-alaune-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-alaune-titre {
    font-size: 1.5625rem;
  }
}
.bloc-saviezvous {
  padding: 8.125rem 0 8.125rem 15.83333%;
}

.bloc-saviezvous-content {
  overflow: hidden;
  max-width: 62rem;
  margin-bottom: 4.375rem;
}

.bloc-saviezvous-titre {
  font-weight: normal;
  color: #c5202f;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem;
}
.bloc-saviezvous-titre span {
  border-bottom: 0.125rem solid #c5202f;
  display: block;
  margin-bottom: 3.125rem;
  width: 5.9375rem;
}
.bloc-saviezvous-titre span:before {
  content: "";
  display: inline-block;
  width: 2.625rem;
  height: 2rem;
  background-image: url(../images/manchot-red.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  left: 50%;
  top: 0.6875rem;
  transform: translateX(-50%);
}
.bloc-saviezvous-titre span:nth-last-child(1) {
  margin-top: 3.125rem;
  margin-bottom: 0;
}
.bloc-saviezvous-titre span:nth-last-child(1):before {
  display: none;
}

.bloc-saviezvous-colleft {
  float: left;
  padding-top: 2.5rem;
  width: 13.25rem;
  margin-right: 14.125rem;
}

.bloc-saviezvous-colright {
  float: right;
  width: 34.625rem;
}

.bloc-saviezvous-liste {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  overflow: hidden;
}

li.bloc-saviezvous-item {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  overflow: hidden;
  width: 14.8125rem;
}
li.bloc-saviezvous-item + li {
  float: right;
  padding-top: 5.4375rem;
}
li.bloc-saviezvous-item img {
  width: 100%;
  display: block;
  margin-bottom: 1.875rem;
}

.bloc-saviezvous-desc {
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}

.bloc-saviezvous-link {
  margin-left: 27.375rem;
}

@media screen and (max-width: 79.9375rem) {
  .bloc-saviezvous {
    padding-left: 7.91666%;
  }
}
@media screen and (max-width: 74.9375rem) {
  .bloc-saviezvous {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .bloc-saviezvous-colright {
    float: left;
    width: inherit;
  }
  li.bloc-saviezvous-item {
    float: none;
    display: block;
    margin-bottom: 1.875rem;
  }
  li.bloc-saviezvous-item + li {
    margin-bottom: 0;
    padding-top: 0;
    float: none;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-saviezvous {
    padding-left: 0;
  }
  .bloc-saviezvous-content {
    max-width: inherit;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 56.1875rem) {
  .bloc-saviezvous-colleft {
    margin-right: 7rem;
  }
  .bloc-saviezvous-colright {
    float: none;
    margin-left: 5.5rem;
  }
  .bloc-saviezvous-link {
    margin-left: 5.5rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-saviezvous {
    padding-left: 0;
  }
  .bloc-saviezvous-content {
    max-width: inherit;
  }
  .bloc-saviezvous-colleft {
    float: none;
    padding-top: 0;
    margin-right: 0;
  }
  .bloc-saviezvous-colright {
    margin-top: 3.125rem;
  }
  .bloc-saviezvous-titre {
    font-size: 1.5625rem;
    line-height: 2rem;
    width: 7.1875rem;
  }
  .bloc-saviezvous-titre span {
    margin-bottom: 0.625rem;
    width: 5.9375rem;
  }
  .bloc-saviezvous-titre span:before {
    top: 0.5rem;
  }
  .bloc-saviezvous-titre span:nth-last-child(1) {
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
  .bloc-saviezvous-link {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 23.375rem) {
  .bloc-saviezvous-colright {
    margin-left: 2.75rem;
  }
}
.bloc-citation {
  padding: 8.125rem 0;
}

.bloc-citation-content {
  max-width: 41.25rem;
  margin: 0 auto;
  text-align: center;
}
.bloc-citation-content blockquote {
  margin: 0;
  padding: 0;
}
.bloc-citation-content p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Spectral", georgia, serif;
  font-size: 2.5rem;
  line-height: 2.625rem;
  color: #ffffff;
}
.bloc-citation-content footer {
  padding: 0;
  margin: 2rem 0 0 0;
  line-height: normal;
}
.bloc-citation-content cite {
  font-size: 0.875rem;
  line-height: normal;
}
.bloc-citation-content cite#author {
  text-transform: uppercase;
  color: #fac400;
  font-family: "Spectral", georgia, serif;
}
.bloc-citation-content cite#work {
  color: #ffffff;
  font-family: "Spectral", georgia, serif;
}

@media screen and (max-width: 74.9375rem) {
  .bloc-citation {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-citation-content {
    max-width: inherit;
    width: 75.2%;
  }
  .bloc-citation-content p {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
  .bloc-citation-content cite {
    display: block;
  }
  .bloc-citation-content cite#author {
    margin-bottom: 0.25rem;
  }
}
.bloc-faq {
  max-width: 57rem !important;
  margin: auto;
}
@media (min-width: 62rem) {
  .bloc-faq {
    margin: auto;
  }
}
@media (min-width: 78rem) {
  .bloc-faq {
    width: 57rem !important;
    margin: auto;
  }
}
.bloc-faq-content {
  overflow: hidden;
  margin: 3rem auto;
}
@media (min-width: 62rem) {
  .bloc-faq-content {
    margin: 4rem auto;
  }
}
.bloc-faq-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E1E1E;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.25rem;
  font-style: normal;
  margin: auto 1.5625rem 1rem 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-faq-titre {
    font-family: "Marianne", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 2.5rem;
    font-style: normal;
  }
}
@media (min-width: 62rem) {
  .bloc-faq-titre {
    margin: 0 auto 2rem auto;
  }
}
.bloc-faq-intro {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  margin: auto 1.5625rem;
}
.bloc-faq-intro strong, .bloc-faq-intro b {
  font-weight: 700;
}
.bloc-faq-intro em {
  font-style: italic;
}
.bloc-faq-intro img {
  margin: 0 0.75rem;
}
.bloc-faq-intro p {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3.125rem;
  font-style: normal;
  line-height: 2.5rem;
}
@media (min-width: 62rem) {
  .bloc-faq-intro {
    margin: auto 0rem;
  }
}
@media (min-width: 78rem) {
  .bloc-faq-intro {
    margin: 0 auto 1rem auto;
  }
}
.bloc-faq-section {
  max-width: 57rem;
  padding: 0 1.5625rem 3.5rem 1.5625rem;
}
@media (min-width: 62rem) {
  .bloc-faq-section {
    padding: 0 0rem 3rem 0rem;
  }
}
.bloc-faq-link {
  width: 11.375rem;
  height: 3.125rem;
  background: #0098d8;
  border: none;
  border-radius: 0;
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  float: right;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-faq-link:hover, .bloc-faq-link:active {
  transition: 0.2s;
  text-decoration: none;
  background: #f59d0f;
  color: #FFFFFF;
}
.bloc-faq .field--name-field-cpt-para-er-question-repon > .field__item {
  border-bottom: 0.0625rem solid #9fb6c4;
}

.node--type-page-faq {
  position: relative;
}
.node--type-page-faq::after {
  content: url("../images/big-cercle-bleu.svg");
  position: absolute;
  top: 12rem;
  right: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 62rem) {
  .node--type-page-faq::after {
    display: block;
    transform: translateX(70%);
  }
}
.node--type-page-faq .bloc-introductif {
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .node--type-page-faq .bloc-introductif {
    margin-bottom: 2rem;
  }
}
.node--type-page-faq .bloc-introductif-chapo {
  color: #1b4467;
}
.node--type-page-faq .bloc-faq {
  max-width: 87.125rem !important;
  padding: 2rem 1.5625rem 2rem 1.5625rem;
}
@media (min-width: 48rem) {
  .node--type-page-faq .bloc-faq {
    padding: 3rem 1.5625rem 2rem 1.5625rem;
  }
}
@media (min-width: 62rem) {
  .node--type-page-faq .bloc-faq {
    padding: 4rem 2.5rem 2rem 2.5rem;
  }
}
@media (min-width: 78rem) {
  .node--type-page-faq .bloc-faq {
    width: 87.125rem !important;
    padding: 4rem 0 3rem 0;
  }
}
.node--type-page-faq .bloc-faq-content {
  margin: 0rem auto;
}
.node--type-page-faq .bloc-faq-section {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 62rem) {
  .node--type-page-faq .bloc-faq-section {
    max-width: 90%;
  }
}
.node--type-page-faq .bloc-faq-titre {
  margin-left: 0;
}
.node--type-page-faq .bloc-faq-intro {
  margin-left: 0;
}

.page-recherche-total {
  color: #000091;
  font-weight: 700;
}
.page-recherche-results {
  border-top: 0.125rem solid #000091;
  padding-top: 1.25rem;
  width: 100%;
}
.page-recherche-results .views-row {
  width: 100%;
}
.page-recherche-dropdown {
  margin-bottom: 0.75rem;
}
@media (min-width: 62rem) {
  .page-recherche-dropdown {
    margin-bottom: 0.5rem;
  }
}
.page-recherche-selected {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 48rem) {
  .page-recherche-selected {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-recherche-selected .fr-tag {
  position: relative;
  color: #FFFFFF !important;
  background: #000091;
}
.page-recherche-selected .fr-tag::before {
  display: block;
  position: absolute;
  top: -0.375rem;
  right: 0rem;
  background: #FFFFFF;
  color: #000091;
  border-radius: 50%;
}
.page-recherche .form-control {
  height: auto;
}
.page-recherche a:hover {
  color: inherit;
  text-decoration: none;
}
.page-recherche .fr-card {
  height: auto !important;
}
@media (min-width: 78rem) {
  .page-recherche .fr-card__title {
    width: 75%;
  }
}
.page-recherche .fr-card__body {
  flex: 2;
}
.page-recherche .fr-card__img {
  flex: 1 !important;
}
@media (min-width: 78rem) {
  .page-recherche .fr-tags-group {
    width: 75%;
  }
}
.page-recherche .fr-pagination__list {
  justify-content: center;
  list-style-type: none;
}
.page-recherche .facet-summary-item--facet .facet-item__status {
  margin-left: 0.125rem;
}
.page-recherche .facet-item__count {
  margin-left: 0.125rem;
}
.page-recherche .node--view-mode-teaser {
  padding-bottom: 0;
  border-bottom: none;
}
.page-recherche .view-empty .fr-card {
  height: 100% !important;
}
.page-recherche .view-empty .fr-card__img {
  flex: 0 !important;
}

.page-filtres .fr-text--lg {
  margin-bottom: 1rem;
}
.page-filtres-total {
  color: #000091;
  font-weight: 700;
}
.page-filtres-fend {
  align-items: flex-end;
  flex-direction: column-reverse;
}
@media (min-width: 48rem) {
  .page-filtres-fend {
    flex-direction: row;
  }
}
.page-filtres-info {
  border-bottom: 0.125rem solid #000091;
}
.page-filtres-eye {
  margin-left: 1rem;
  display: none;
}
.page-filtres-eye-active {
  display: block;
}
.page-filtres-left {
  display: none;
}
.page-filtres-left-active {
  display: block;
}
.page-filtres-right-active {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  flex: auto !important;
}
.page-filtres-themes {
  display: none;
  border-right: 0.063rem solid #E7E7E7;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.page-filtres-themes .fr-tag {
  position: relative;
}
.page-filtres-themes .fr-tag::before {
  display: none;
}
.page-filtres-themes .fr-tag-active {
  color: #FFFFFF !important;
  background: #000091;
}
.page-filtres-themes .fr-tag-active::before {
  display: block;
  position: absolute;
  top: -0.375rem;
  right: 0rem;
  background: #FFFFFF;
  color: #000091;
  border-radius: 50%;
}
.page-filtres-reset .facet-item__status {
  display: none;
}
.page-filtres-reset .facet-item__count {
  display: none;
}
.page-filtres-selected {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 48rem) {
  .page-filtres-selected {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-filtres-selected .fr-tag {
  color: #FFFFFF;
  background: #000091;
}
.page-filtres a:hover {
  color: inherit;
  text-decoration: none;
}
.page-filtres .fr-card {
  height: auto !important;
}
@media (min-width: 62rem) {
  .page-filtres .fr-card {
    height: 16rem !important;
  }
}
.page-filtres .fr-card__body {
  flex: 2;
}
.page-filtres .fr-card__body::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.page-filtres .fr-card__img {
  flex: 1 !important;
}
.page-filtres .fr-pagination__list {
  justify-content: center;
  list-style-type: none;
}
.page-filtres .facet-item__count {
  margin-left: 0.125rem;
}
.page-filtres .node--view-mode-teaser {
  padding-bottom: 0;
  border-bottom: none;
}

.bloc-toggle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-toggle .animated-accordion__header {
  width: 100%;
  text-align: left;
  padding: 1.4375rem 3.421rem 1.4375rem 0;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.375rem;
  line-height: normal;
  position: relative;
  font-weight: 400;
  transition: 2s;
}
.bloc-toggle .animated-accordion__header:before {
  display: none;
  content: "";
}
.bloc-toggle .animated-accordion__header:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  border-left: 0.192rem solid #f59d0f;
  border-bottom: 0.192rem solid #f59d0f;
  top: 30%;
  margin-top: -0.65rem;
  right: 0.3rem;
  width: 0.85rem;
  height: 0.85rem;
  transform: rotate(-45deg);
}
@media (min-width: 48rem) {
  .bloc-toggle .animated-accordion__header:after {
    right: 1.688rem;
    top: 50%;
  }
}
.bloc-toggle .animated-accordion__header[aria-expanded=true] {
  transition: 0s;
  font-weight: 600;
  color: #f59d0f;
}
.bloc-toggle .animated-accordion__header[aria-expanded=true]:after {
  transform: rotate(135deg);
  margin-top: -0.25rem;
}
.bloc-toggle .animated-accordion__header:focus {
  font-family: "Marianne", arial, sans-serif;
}
.bloc-toggle .paragraph-desc {
  padding: 0.625rem 0rem 0 0rem;
}
@media (min-width: 62rem) {
  .bloc-toggle .paragraph-desc {
    padding: 0.625rem 0rem 0 0rem;
  }
}
.bloc-toggle .paragraph-text {
  font-size: 1.125rem;
  font-family: "Marianne", arial, sans-serif;
}
.bloc-toggle .paragraph-text ul,
.bloc-toggle .paragraph-text p {
  margin-bottom: 1.5rem;
}
.bloc-toggle .paragraph-text ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}
.bloc-toggle .paragraph-text ul li {
  list-style-type: none;
  list-style: none;
}
.bloc-toggle .paragraph-text ul li:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #b7b7b7;
  margin-right: 0.3125rem;
}
.bloc-toggle .paragraph-text ol {
  padding-left: 0;
  list-style-type: none;
  list-style: none;
  counter-reset: li;
}
.bloc-toggle .paragraph-text ol li {
  counter-increment: li;
}
.bloc-toggle .paragraph-text ol li:before {
  content: counter(li);
  color: #1a376f;
  display: inline-block;
  width: 1rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
}
.bloc-toggle .paragraph-link {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bloc-toggle .paragraph-link p {
  display: none;
}
.bloc-toggle .paragraph-link a {
  font-family: "Marianne", arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #262626;
  font-size: 0.938rem;
  line-height: normal;
}
.bloc-toggle .paragraph-link a:hover, .bloc-toggle .paragraph-link a:focus {
  color: #000000;
  text-decoration: none;
}

.bloc-contact {
  padding: 8.125rem 0 8.125rem 15.83333%;
}

.bloc-contact-content {
  overflow: hidden;
  max-width: 62rem;
}
.bloc-contact-content address {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.bloc-contact-content address p {
  margin-bottom: 0;
}
.bloc-contact-content address p.bloc-contact-item-email {
  word-break: break-all;
}
.bloc-contact-content address p.bloc-contact-item-phone {
  margin-bottom: 0.75rem;
}

.bloc-contact-titre {
  font-weight: normal;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
}

.bloc-contact-colleft {
  float: left;
  width: 13.25rem;
  margin-right: 14.125rem;
}

.bloc-contact-colright {
  float: right;
  width: 34.625rem;
}

.bloc-contact-liste {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  overflow: hidden;
}

li.bloc-contact-item {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  overflow: hidden;
  width: 14.8125rem;
}
li.bloc-contact-item:nth-of-type(2) {
  float: right;
}

.bloc-contact-item-illus {
  display: block;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 100%;
  background-color: #fac400;
  margin-bottom: 1.875rem;
  position: relative;
}
.bloc-contact-item-illus:before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.25rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/manchot-blue.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bloc-contact-item-desc {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0 0 0.75rem 0;
  padding: 0;
}

.bloc-contact-item-name {
  border-bottom: 0.0625rem solid #707070;
  padding-bottom: 0.3125rem;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  line-height: 1.375rem;
  font-family: "Spectral", georgia, serif;
}

.bloc-contact-item-email a {
  font-family: "Marianne", arial, sans-serif;
  color: #000000;
  text-decoration: underline;
}
.bloc-contact-item-email a:hover, .bloc-contact-item-email a:focus {
  color: #000000;
}

@media screen and (max-width: 79.9375rem) {
  .bloc-contact {
    padding-left: 7.91666%;
  }
}
@media screen and (max-width: 74.9375rem) {
  .bloc-contact {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .bloc-contact-colright {
    float: left;
    width: inherit;
  }
  li.bloc-contact-item {
    float: none;
    display: block;
    margin-bottom: 1.875rem;
    width: 16.25rem;
  }
  li.bloc-contact-item:nth-of-type(2) {
    margin-bottom: 0;
    float: none;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-contact {
    padding-left: 0;
  }
  .bloc-contact-content {
    max-width: inherit;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 56.1875rem) {
  .bloc-contact-colleft {
    margin-right: 7rem;
  }
  .bloc-contact-colright {
    float: none;
    margin-left: 5.5rem;
  }
  .bloc-contact-item-illus {
    width: 4.75rem;
    height: 4.75rem;
    margin-right: 1.4375rem;
    float: left;
  }
  .bloc-contact-item-inner {
    width: 9.375rem;
    float: left;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-contact {
    padding-left: 0;
  }
  .bloc-contact-content {
    max-width: inherit;
  }
  .bloc-contact-colleft {
    float: none;
    padding-top: 0;
    margin-right: 0;
  }
  .bloc-contact-colright {
    margin-top: 3.125rem;
  }
  .bloc-contact-titre {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 23.375rem) {
  .bloc-contact-colright {
    margin-left: 0;
  }
}
.bloc-autressujets {
  padding: 1.725rem 0 3.5rem 0;
}
@media (min-width: 62rem) {
  .bloc-autressujets {
    padding: 2.5rem 0 7.5rem 0;
  }
}
.bloc-autressujets-content {
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .bloc-autressujets-content {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-autressujets-content {
    width: 57.2rem;
    margin: auto;
  }
}
.bloc-autressujets-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.375rem;
  font-style: normal;
  line-height: 3.5rem;
}
.bloc-autressujets-liste {
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .bloc-autressujets-liste {
    margin-top: 2.5rem;
    flex-direction: row;
  }
}
.bloc-autressujets-item:first-of-type .bloc-autressujets-link::before {
  transform: translateY(-110%);
  left: 0;
}
.bloc-autressujets-item:last-of-type {
  margin-top: 3rem;
}
@media (min-width: 62rem) {
  .bloc-autressujets-item:last-of-type {
    margin-top: 0;
  }
}
.bloc-autressujets-item:last-of-type .bloc-autressujets-link {
  float: right;
  text-align: right;
}
@media (min-width: 62rem) {
  .bloc-autressujets-item:last-of-type .bloc-autressujets-link {
    float: none;
  }
}
.bloc-autressujets-item:last-of-type .bloc-autressujets-link::before {
  transform: translateY(-110%) scaleX(-1);
  right: 0;
}
.bloc-autressujets-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  z-index: 2;
  position: relative;
  transition: 0.2s;
}
.bloc-autressujets-link::before {
  content: url("../images/arrow.svg");
  position: absolute;
  top: 0;
}
.bloc-autressujets-link:hover {
  transition: 0.2s;
  color: #c5202f;
  text-decoration: none;
}
.bloc-espacedelegues {
  position: relative;
}
.bloc-espacedelegues.darkcolor .bloc-espacedelegues-titre {
  color: #1a376f;
  border-left-color: #1a376f;
}
.bloc-espacedelegues.darkcolor .bloc-espacedelegues-desc {
  background-color: #1a376f;
}

.bloc-espacedelegues-behind {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #5770be;
  font-size: 14.125rem;
  line-height: 13.9375rem;
  opacity: 0.05;
  font-family: "Marianne", arial, sans-serif;
}

.bloc-espacedelegues-content {
  position: relative;
  z-index: 2;
  max-width: 57.3125rem;
  margin: 0 auto;
}

.bloc-espacedelegues-titre {
  border-left: 0.1875rem solid #5770be;
  font-family: "Marianne", arial, sans-serif;
  line-height: 2.125rem;
  color: #5770be;
  font-size: 2.5rem;
  margin: 0;
  padding: 0 0 1.25rem 0.9375rem;
}

.bloc-espacedelegues-desc {
  background-color: #5770be;
  padding: 4.375rem 7.25rem;
}

.bloc-espacedelegues-desc-titre {
  color: #ffffff;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  max-width: 23.625rem;
}

.bloc-espacedelegues-col-text {
  color: #ffffff;
  font-size: 0.9375rem;
}

div.bloc-espacedelegues-col {
  display: inline-block;
  vertical-align: top;
  width: 23.625rem;
}
div.bloc-espacedelegues-col:nth-last-of-type(1) {
  width: auto;
}

.bloc-espacedelegues-liste {
  margin: 0 0 0 3.75rem;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

li.bloc-espacedelegues-item {
  margin: 0 0 0.3125rem 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  display: block;
}
li.bloc-espacedelegues-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
li.bloc-espacedelegues-item a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: normal;
  font-family: "Marianne", arial, sans-serif;
}
li.bloc-espacedelegues-item a:hover, li.bloc-espacedelegues-item a:focus {
  text-decoration: underline;
  color: #ffffff;
}

@media screen and (max-width: 62.4375rem) {
  .bloc-espacedelegues-behind {
    display: none;
  }
  .bloc-espacedelegues-content {
    margin: 0 1.25rem;
    max-width: inherit;
  }
  .bloc-espacedelegues-desc {
    padding: 1.875rem;
  }
  .bloc-espacedelegues-desc-titre {
    max-width: inherit;
  }
  div.bloc-espacedelegues-col {
    width: 49%;
  }
  div.bloc-espacedelegues-col:nth-last-of-type(1) {
    width: 50%;
  }
  .bloc-espacedelegues-col-text {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 56.1875rem) {
  div.bloc-espacedelegues-col {
    width: inherit;
    display: block;
  }
  div.bloc-espacedelegues-col:nth-last-of-type(1) {
    width: inherit;
    display: block;
  }
  .bloc-espacedelegues-liste {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-espacedelegues-titre {
    line-height: 1.375rem;
    padding-bottom: 0.9375rem;
    font-size: 1.5625rem;
  }
  .bloc-espacedelegues-desc-titre {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 23.375rem) {
  .bloc-espacedelegues-desc {
    padding: 1.875rem 1.25rem;
  }
}
.bloc-docjoints {
  padding: 3.5rem 0 1.725rem 0;
}
@media (min-width: 62rem) {
  .bloc-docjoints {
    padding: 5rem 0 3.725rem 0;
  }
}
.bloc-docjoints-content {
  max-width: 87.125rem;
  margin: auto 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .bloc-docjoints-content {
    margin: auto 2.5rem;
  }
}
@media (min-width: 78rem) {
  .bloc-docjoints-content {
    width: 87.125rem;
    margin: auto;
  }
}
.bloc-docjoints-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-docjoints-inner {
  margin-top: 1rem;
}
.bloc-docjoints-liste {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 62rem) {
  .bloc-docjoints-liste {
    flex-direction: row;
  }
}
.bloc-docjoints-item {
  width: 100%;
}
.bloc-docjoints-item:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .bloc-docjoints-item {
    width: 48%;
  }
  .bloc-docjoints-item:first-of-type {
    margin-bottom: 0rem;
  }
}
.bloc-docjoints-text {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
}
.bloc-docjoints-text strong, .bloc-docjoints-text b {
  font-weight: 700;
}
.bloc-docjoints-text em {
  font-style: italic;
}
.bloc-docjoints-text img {
  margin: 0 0.75rem;
}
.bloc-docjoints-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 0.78125rem;
  font-style: normal;
  margin-top: 1.5rem;
  margin-bottom: 0.35rem;
  padding-left: 1.75rem;
  position: relative;
}
.bloc-docjoints-date::before {
  content: url("../images/pdf-yellow.svg");
  position: absolute;
  left: 0;
  bottom: 0;
}
.bloc-docjoints-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  border-bottom: 0.075rem solid #000;
  padding-bottom: 0.075rem;
  transition: 0.2s;
}
.bloc-docjoints-link:hover {
  transition: 0.2s;
  color: #f59d0f;
  border-bottom: 0.075rem solid #f59d0f;
  text-decoration: none;
}
@media (min-width: 62rem) {
  .bloc-docjoints-link {
    display: inline-block;
  }
}
.bloc-docjoints-info {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.09375rem;
  font-style: normal;
  margin-top: 0.4rem;
}

.bloc-dossierdownload p {
  margin-bottom: 0rem;
}
.bloc-dossierdownload a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-dossierdownload-content {
  border: 0.063rem solid #7F7FC8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.25rem 0.5rem 1.5rem 0.5rem;
  text-align: center;
}
@media (min-width: 62rem) {
  .bloc-dossierdownload-content {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}
@media (max-width: 61.938rem) {
  .bloc-dossierdownload-content button {
    font-size: 0.8rem;
  }
}
.bloc-dossierdownload-label {
  font-weight: 700;
  margin-bottom: 0.75rem !important;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 62rem) {
  .bloc-dossierdownload-label {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.bloc-onecolvisual {
  padding-left: 15.83333%;
}

.bloc-onecolvisual-content {
  max-width: 72.1875rem;
  margin-right: 1.25rem;
}

.bloc-onecolvisual-titre {
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem;
}

.bloc-onecolvisual-desc {
  padding: 0;
  margin: 0 0 3.125rem 0;
}

.bloc-onecolvisual-img {
  border: 0;
  margin: 0 0 3.125rem 0;
  padding: 0;
  position: relative;
  max-width: 49.375rem;
}
.bloc-onecolvisual-img img {
  width: 100%;
  height: auto;
}
.bloc-onecolvisual-img figcaption {
  position: absolute;
  z-index: 1;
  right: -20%;
  bottom: 2.25rem;
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
  color: #797676;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Spectral", georgia, serif;
}
.bloc-onecolvisual-img figcaption span {
  display: block;
  font-family: "Spectral", georgia, serif;
}

.bloc-onecolvisual-soustitre {
  max-width: 35rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.375rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
}

.bloc-onecolvisual-col {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  font-size: 0.9375rem;
}
.bloc-onecolvisual-col > div {
  width: 96%;
}

.bloc-onecolvisual-contentsepar {
  margin-bottom: 1.5rem;
}
.bloc-onecolvisual-contentsepar:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 79.9375rem) {
  .bloc-onecolvisual {
    padding-left: 7.91666%;
    padding-right: 7.91666%;
  }
  .bloc-onecolvisual-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 74.9375rem) {
  .bloc-onecolvisual-content {
    max-width: inherit;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-onecolvisual {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-onecolvisual-content {
    margin: 0 1.25rem;
    max-width: inherit;
  }
}
@media screen and (max-width: 62.4375rem) {
  .bloc-onecolvisual-img figcaption {
    right: 0;
    bottom: -1.5625rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-onecolvisual-titre {
    font-size: 1.5625rem;
    line-height: normal;
  }
  .bloc-onecolvisual-soustitre {
    max-width: 100%;
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
  .bloc-onecolvisual-col {
    display: block;
    width: 100%;
  }
}
.bloc-video-content {
  max-width: 90.75rem;
  overflow: hidden;
}

.bloc-video-col {
  width: 50%;
  float: left;
}
.bloc-video-col:nth-last-of-type(1) {
  width: 38.56749%;
  float: right;
  padding-top: 5.625rem;
}
.bloc-video-col:nth-last-of-type(1) > div {
  margin-left: 15%;
}

.youtube_player {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video_player {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bloc-video-thevideo figure {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  z-index: 2;
  margin: 0;
}
.bloc-video-thevideo figure .tac_activate {
  position: absolute;
}
.bloc-video-thevideo figure .tac_activate .tac_float button {
  display: block;
  margin: 1rem auto;
}
.bloc-video-thevideo iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bloc-video-thevideo .bloc-video-legend {
  text-align: right;
  padding: 0.625rem 1.25rem;
  color: #797676;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Spectral", georgia, serif;
  margin: 0;
}
.bloc-video-thevideo .bloc-video-legend span {
  display: block;
  font-family: "Spectral", georgia, serif;
}

.bloc-video-titre {
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem;
}

.bloc-video-soustitre {
  max-width: 35rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.375rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
}

.bloc-video-cat {
  margin: 0 0 0.8125rem 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.bloc-video-text {
  margin: 0 0 0.625rem 0;
  padding: 0;
  font-size: 0.9375rem;
}

.bloc-video-date {
  margin: 0 0 1.875rem 0;
  padding: 0 0 0 1.125rem;
  font-family: "Spectral", georgia, serif;
  font-size: 0.9375rem;
  line-height: normal;
  color: #c5202f;
  position: relative;
}
.bloc-video-date:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-rouge.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.bloc-video-link {
  margin-top: 3.75rem;
}

@media screen and (max-width: 91.8125rem) {
  .bloc-video-content {
    margin-right: 1.25rem;
  }
  .bloc-video-col:nth-last-of-type(1) {
    margin-right: 5%;
  }
  .bloc-video-col:nth-last-of-type(1) > div {
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 68.6875rem) {
  .bloc-video {
    padding-left: 7.91666%;
    padding-right: 7.91666%;
  }
  .bloc-video-col {
    width: 100%;
    float: none;
  }
  .bloc-video-col:nth-last-of-type(1) {
    width: 100%;
    float: none;
    padding-top: 2rem;
    margin-right: 0;
  }
  .bloc-video-col:nth-last-of-type(1) > div {
    margin-left: 0;
  }
  .bloc-video-soustitre {
    max-width: 100%;
  }
  .bloc-video-content {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-video {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-video-content {
    max-width: inherit;
    margin: 0 1.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-video-titre {
    font-size: 1.5625rem;
    line-height: normal;
  }
  .bloc-video-soustitre {
    max-width: 100%;
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
  .bloc-video-link {
    margin-top: 1.25rem;
  }
}
.bloc-twocols-content {
  max-width: 90.75rem;
  overflow: hidden;
}

.bloc-twocols-col {
  width: 50%;
  float: left;
}
.bloc-twocols-col:nth-last-of-type(1) {
  width: 38.56749%;
  float: right;
  padding-top: 5.625rem;
}
.bloc-twocols-col:nth-last-of-type(1) > div {
  margin-left: 15%;
}

.bloc-twocols-visual figure {
  position: relative;
  padding: 0;
  margin: 0;
}
.bloc-twocols-visual figure img {
  width: 100%;
  height: auto;
}
.bloc-twocols-visual figcaption {
  text-align: right;
  padding: 0.625rem 1.25rem;
  color: #797676;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Spectral", georgia, serif;
  position: absolute;
  z-index: 1;
  right: -15%;
  top: 2.25rem;
  background-color: #ffffff;
}
.bloc-twocols-visual figcaption span {
  display: block;
  font-family: "Spectral", georgia, serif;
}

.bloc-twocols-titre {
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem;
}

.bloc-twocols-soustitre {
  max-width: 35rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.375rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
}

.bloc-twocols-chapo {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.bloc-twocols-text {
  margin: 0 0 0.625rem 0;
  padding: 0;
  font-size: 0.9375rem;
}

.bloc-twocols-link {
  margin-top: 1.875rem;
}

.visuright {
  overflow: hidden;
}
.visuright .bloc-twocols-content {
  float: right;
}
.visuright .bloc-twocols-col {
  float: right;
}
.visuright .bloc-twocols-col:nth-last-of-type(1) {
  float: left;
}
.visuright .bloc-twocols-visual figcaption {
  right: inherit;
  left: -15%;
}

@media screen and (max-width: 91.8125rem) {
  .bloc-twocols-content {
    margin-right: 1.25rem;
  }
  .bloc-twocols-col:nth-last-of-type(1) {
    margin-right: 5%;
  }
  .bloc-twocols-col:nth-last-of-type(1) > div {
    margin-left: 7.5%;
  }
  .visuright .bloc-twocols-content {
    margin-right: 0;
    margin-left: 1.25rem;
  }
  .visuright .bloc-twocols-col:nth-last-of-type(1) {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media screen and (max-width: 68.6875rem) {
  .bloc-twocols {
    padding-left: 7.91666%;
    padding-right: 7.91666%;
  }
  .bloc-twocols-col {
    width: 100%;
    float: none;
  }
  .bloc-twocols-col:nth-last-of-type(1) {
    width: 100%;
    float: none;
    padding-top: 2rem;
    margin-right: 0;
  }
  .bloc-twocols-col:nth-last-of-type(1) > div {
    margin-left: 0;
  }
  .bloc-twocols-soustitre {
    max-width: 100%;
  }
  .bloc-twocols-visual figcaption {
    right: 0;
  }
  .bloc-twocols-content {
    margin-right: 0;
    margin-left: 0;
  }
  .visuright .bloc-twocols-content {
    margin-left: 0;
  }
  .visuright .bloc-twocols-visual figcaption {
    left: 0;
  }
  .visuright .bloc-twocols-col:nth-last-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-twocols {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-twocols-content {
    max-width: inherit;
    margin: 0 1.25rem !important;
  }
}
@media screen and (max-width: 62.4375rem) {
  .bloc-twocols-visual figcaption {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: -1.5625rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-twocols-titre {
    font-size: 1.5625rem;
    line-height: normal;
  }
  .bloc-twocols-soustitre {
    max-width: 100%;
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
  .bloc-twocols-link {
    margin-top: 1.25rem;
  }
}
.bloc-twocols-alaune-content {
  max-width: 90.75rem;
  overflow: hidden;
}

.bloc-twocols-alaune-col {
  width: 50%;
  float: left;
}
.bloc-twocols-alaune-col:nth-last-of-type(1) {
  width: 38.56749%;
  float: right;
  padding-top: 5.625rem;
}
.bloc-twocols-alaune-col:nth-last-of-type(1) > div {
  margin-left: 15%;
}

.bloc-twocols-alaune-visual figure {
  position: relative;
  padding: 0;
  margin: 0;
}
.bloc-twocols-alaune-visual figure img {
  width: 100%;
  height: auto;
}
.bloc-twocols-alaune-visual figcaption {
  text-align: right;
  padding: 0.625rem 1.25rem;
  color: #797676;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Spectral", georgia, serif;
  position: absolute;
  z-index: 1;
  right: -15%;
  top: 2.25rem;
  background-color: #ffffff;
}
.bloc-twocols-alaune-visual figcaption span {
  display: block;
  font-family: "Spectral", georgia, serif;
}

.bloc-twocols-alaune-titre {
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem;
}

.bloc-twocols-alaune-soustitre {
  max-width: 35rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.375rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2rem 0;
}

.bloc-twocols-alaune-cat {
  margin: 0 0 0.8125rem 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.bloc-twocols-alaune-text {
  margin: 0 0 0.625rem 0;
  padding: 0;
  font-size: 0.9375rem;
}

.bloc-twocols-alaune-date {
  margin: 0 0 1.875rem 0;
  padding: 0 0 0 1.125rem;
  font-family: "Spectral", georgia, serif;
  font-size: 0.9375rem;
  line-height: normal;
  color: #c5202f;
  position: relative;
}
.bloc-twocols-alaune-date:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-rouge.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.bloc-twocols-alaune-link {
  margin-top: 3.75rem;
}

@media screen and (max-width: 91.8125rem) {
  .bloc-twocols-alaune-content {
    margin-right: 1.25rem;
  }
  .bloc-twocols-alaune-col {
    margin-right: 5%;
  }
  .bloc-twocols-alaune-col:nth-last-of-type(1) > div {
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 68.6875rem) {
  .bloc-twocols-alaune {
    padding-left: 7.91666%;
    padding-right: 7.91666%;
  }
  .bloc-twocols-alaune-col {
    width: 100%;
    float: none;
  }
  .bloc-twocols-alaune-col:nth-last-of-type(1) {
    width: 100%;
    float: none;
    padding-top: 2rem;
    margin-right: 0;
  }
  .bloc-twocols-alaune-col:nth-last-of-type(1) > div {
    margin-left: 0;
  }
  .bloc-twocols-alaune-visual figcaption {
    right: 0;
  }
  .bloc-twocols-alaune-content {
    margin-right: 0;
    margin-left: 0;
  }
  .bloc-twocols-alaune-soustitre {
    max-width: 100%;
  }
}
@media screen and (max-width: 65.5625rem) {
  .bloc-twocols-alaune {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-twocols-alaune-content {
    max-width: inherit;
    margin: 0 1.25rem !important;
  }
}
@media screen and (max-width: 62.4375rem) {
  .bloc-twocols-alaune-visual figcaption {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: -1.5625rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-twocols-alaune-titre {
    font-size: 1.5625rem;
    line-height: normal;
  }
  .bloc-twocols-alaune-soustitre {
    max-width: 100%;
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
  .bloc-twocols-alaune-link {
    margin-top: 1.25rem;
  }
}
.bloc-chronologie {
  max-width: 87.125rem !important;
  margin: 2rem 0rem;
}
@media (min-width: 62rem) {
  .bloc-chronologie {
    margin: 4rem 0rem;
  }
}
@media (min-width: 78rem) {
  .bloc-chronologie {
    width: 87.125rem !important;
    margin: 4rem auto;
  }
}
.bloc-chronologie-content {
  max-width: 75rem;
  margin: auto;
  border-left: 0.5rem solid #0098d8;
  padding: 2rem 1rem 3.5rem 1rem;
}
@media (min-width: 62rem) {
  .bloc-chronologie-content {
    padding: 3rem 2.25rem 5rem 7rem;
  }
}
@media (min-width: 78rem) {
  .bloc-chronologie-content {
    padding-right: 0;
  }
}
.bloc-chronologie-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 4.6875rem;
  font-style: normal;
  line-height: 3.75rem;
}
.bloc-chronologie-desc {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 3rem;
  font-style: normal;
  line-height: 2.4rem;
  margin: 1.5rem auto 2rem auto;
}
.bloc-chronologie-elements {
  padding-left: 2rem;
}
@media (min-width: 62rem) {
  .bloc-chronologie-elements {
    padding-left: 0rem;
  }
}
.bloc-chronologie-liste {
  list-style-type: none;
  padding: 0;
}
.bloc-chronologie-link {
  width: 11.375rem;
  height: 3.125rem;
  background: #0098d8;
  border: none;
  border-radius: 0;
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  float: right;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
}
.bloc-chronologie-link:hover, .bloc-chronologie-link:active {
  transition: 0.2s;
  text-decoration: none;
  background: #f59d0f;
  color: #FFFFFF;
}
.bloc-chronologie-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item {
    margin-top: 4rem;
  }
  .bloc-chronologie-item:last-of-type .bloc-chronologie-item-right::after {
    display: none;
  }
}
.bloc-chronologie-item-date {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.375rem;
  font-style: normal;
  text-align: right;
  max-width: 5.1rem;
  transform: translateX(-2rem);
}
.bloc-chronologie-item-date::before {
  content: url("../images/apostrophe.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(125%);
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-date {
    min-width: 7rem;
    transform: translateY(-2rem) translateX(0);
  }
  .bloc-chronologie-item-date::before {
    display: none;
  }
}
.bloc-chronologie-item-date span {
  display: block;
}
.bloc-chronologie-item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-content {
    flex-direction: row;
  }
}
.bloc-chronologie-item-right {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-right {
    flex-direction: row;
  }
  .bloc-chronologie-item-right::before {
    content: url("../images/apostrophe.svg");
    position: absolute;
    left: 0;
    transform: translateY(-50%) translateX(25%);
    z-index: 2;
  }
  .bloc-chronologie-item-right::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0.07rem;
    background: #fac400;
    left: 0;
    transform: translateX(1.35rem) translateY(1.6rem);
  }
}
.bloc-chronologie-item-visual {
  margin: 0 0 1rem 0;
  width: 100%;
  position: relative;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-visual {
    margin: 0 2rem;
    max-width: 18rem;
  }
}
.bloc-chronologie-item-image {
  width: 100%;
}
.bloc-chronologie-item-info {
  width: 100%;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-info {
    margin: 0 0 0 3rem;
  }
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-info-image {
    margin: 0;
  }
}
.bloc-chronologie-item-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #0098d8;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
.bloc-chronologie-item-text {
  /*p {
    @include font($marianne, 1rem, 400, $color, none, none, 1.5rem, normal);
  }*/
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.bloc-chronologie-item-text strong, .bloc-chronologie-item-text b {
  font-weight: 700;
}
.bloc-chronologie-item-text em {
  font-style: italic;
}
.bloc-chronologie-item-text img {
  margin: 0 0.75rem;
}
.bloc-chronologie-item-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.938rem;
  font-weight: 600;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.1725rem;
  font-style: normal;
  text-decoration: underline;
  float: right;
  transition: 0.2s;
}
.bloc-chronologie-item-link:hover {
  transition: 0.2s;
  color: #f59d0f;
}
@media (min-width: 62rem) {
  .bloc-chronologie-item-link {
    margin-top: 0.5rem;
  }
}
.bloc-chronologie-barre-orange .bloc-chronologie-content {
  border-left: 0.5rem solid #f59d0f;
}
.bloc-chronologie-barre-orange .bloc-chronologie-link {
  background: #f59d0f;
}
.bloc-chronologie-barre-orange .bloc-chronologie-link:hover, .bloc-chronologie-barre-orange .bloc-chronologie-link:active {
  background: #0098d8;
  color: #FFFFFF;
}
.bloc-chronologie-barre-orange .bloc-chronologie-item-titre {
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #f59d0f;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 2.8125rem;
  font-style: normal;
  line-height: 2.25rem;
}
.bloc-chronologie-barre-orange .bloc-chronologie-item-date::before {
  content: url("../images/apostrophe-bleu.svg");
}
@media (min-width: 62rem) {
  .bloc-chronologie-barre-orange .bloc-chronologie-item-right::before {
    content: url("../images/apostrophe-bleu.svg");
  }
}
.bloc-chronologie-barre-orange .bloc-chronologie-item-link:hover {
  transition: 0.2s;
  color: #0098d8;
}

.bloc-fourcols-content {
  max-width: 61.8125rem;
  margin: 0 auto;
}

.bloc-fourcols-titre {
  font-weight: normal;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 4rem 0;
}

.bloc-fourcols-liste {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.bloc-fourcols-item {
  margin: 0 0 3.75rem 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  width: 13.6875rem;
}

.bloc-fourcols-number {
  font-family: "Spectral", georgia, serif;
  font-size: 3.75rem;
  line-height: 1.9375rem;
  color: #1a376f;
  margin: 0 0 1.4375rem 0;
  padding: 0 0 0 1.6875rem;
  position: relative;
}
.bloc-fourcols-number:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-bleu.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.bloc-fourcols-visual {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.bloc-fourcols-visual img {
  width: 100%;
}
.bloc-fourcols-visual figcaption {
  padding: 0;
  margin: 1.25rem 0 0 0;
  color: #1a376f;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-family: "Marianne", arial, sans-serif;
}

.bloc-fourcols-link {
  text-align: center;
}

@media screen and (max-width: 62.4375rem) {
  .bloc-fourcols-content {
    margin: 0 1.25rem;
    max-width: inherit;
  }
  .bloc-fourcols-titre {
    text-align: left;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-fourcols-titre {
    font-size: 1.5625rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
  .bloc-fourcols-item {
    width: 9.125rem;
  }
  .bloc-fourcols-number {
    font-size: 2.5rem;
    line-height: 1.3125rem;
  }
  .bloc-fourcols-visual figcaption {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.bloc-deractus-content {
  margin: 0 auto;
  max-width: 72.1875rem;
}

.bloc-deractus-titre {
  font-weight: normal;
  font-family: "Marianne", arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
}

.bloc-deractus-liste {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.bloc-deractus-item {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  width: 22.3125rem;
}

.bloc-deractus-visual {
  margin: 0;
  padding: 0;
  height: 11.6875rem;
  overflow: hidden;
}
.bloc-deractus-visual img {
  width: 100%;
}

.bloc-deractus-cat {
  margin: 0.8125rem 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.bloc-deractus-text {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 0.9375rem;
}

.bloc-deractus-date {
  margin: 0;
  padding: 0 0 0 1.125rem;
  font-family: "Spectral", georgia, serif;
  font-size: 0.9375rem;
  line-height: normal;
  color: #c5202f;
  position: relative;
}
.bloc-deractus-date:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-rouge.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 74.9375rem) {
  .bloc-deractus-content {
    margin: 0 1.25rem;
    max-width: inherit;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-deractus-titre {
    font-size: 1.5625rem;
  }
  .bloc-deractus-item {
    width: 9.875rem;
    margin-top: 2rem;
  }
}
.bloc-toutelactualite-content {
  max-width: 72.125rem;
  margin: 0 auto;
  padding: 8.125rem 0;
}

.bloc-toutelactualite-titre {
  font-size: 2.5rem;
  line-height: normal;
  font-family: "Marianne", arial, sans-serif;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 4.375rem 0;
  padding: 0;
}

.bloc-toutelactualite-liste .views-element-container {
  width: 100%;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row {
  margin: 1.875rem 0 0 0;
  padding: 0;
  position: relative;
  width: 33%;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row .bloc-toutelactualite-item-illus {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1.875rem;
  width: 0.0625rem;
  height: 100%;
  background-color: #354f80;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) .bloc-toutelactualite-item-illus, .bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row:nth-last-of-type(1) .bloc-toutelactualite-item-illus {
  display: none;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .js-pager__items {
  margin: 3.75rem 0 0 0;
  padding: 0;
  text-align: center;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .js-pager__items a {
  color: #ffffff;
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.9375rem;
  line-height: normal;
  text-decoration: none;
  padding-bottom: 0.1875rem;
  padding-right: 1.1875rem;
  border-bottom: 0.0625rem solid #ffffff;
  position: relative;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .js-pager__items a:hover, .bloc-toutelactualite-liste .views-element-container .view-actualite .js-pager__items a:focus {
  color: #ffffff;
  text-decoration: none;
}
.bloc-toutelactualite-liste .views-element-container .view-actualite .js-pager__items a:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  border-left: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  border-right: 0;
  border-top: 0;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(-45deg);
  margin-left: 0;
}

.bloc-toutelactualite-top {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  max-width: 20.125rem;
  justify-content: space-between;
}

.bloc-toutelactualite-date {
  text-align: left;
  color: #fac400;
  font-family: "Spectral", georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0 0 0 1.125rem;
  position: relative;
}
.bloc-toutelactualite-date .bloc-toutelactualite-date-illus {
  position: absolute;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(../images/hexagone-jaune.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0.05125rem;
  left: 0;
}

.bloc-toutelactualite-categorie {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: right;
  margin: 0;
  padding: 0;
}

.bloc-toutelactualite-desc {
  color: #ffffff;
  font-size: 0.9375rem;
  max-width: 20.125rem;
}
.bloc-toutelactualite-desc a {
  color: #ffffff;
  text-decoration: none;
}
.bloc-toutelactualite-desc a:hover, .bloc-toutelactualite-desc a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.bloc-toutelactualite-link {
  text-align: center;
}

@media screen and (max-width: 74.9375rem) {
  .bloc-toutelactualite-content {
    max-width: 47.125rem;
    padding: 4.0625rem 0;
  }
  .bloc-toutelactualite-titre {
    margin-bottom: 1.875rem;
  }
  .bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 49.9375rem) {
  .bloc-toutelactualite-content {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
  }
  .bloc-toutelactualite-liste .views-element-container .view-actualite .views-infinite-scroll-content-wrapper .views-row .bloc-toutelactualite-item-illus {
    display: none;
  }
  .bloc-toutelactualite-top,
  .bloc-toutelactualite-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .bloc-toutelactualite-titre {
    font-size: 1.5625rem;
  }
}
.bloc-ressourcesmap {
  overflow: hidden;
}
.bloc-ressourcesmap a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-ressourcesmap .fr-highlight {
  margin-left: 0;
}
.bloc-ressourcesmap-left {
  overflow: hidden;
}
.bloc-ressourcesmap-left .fr-text--lg {
  color: #000091;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.bloc-ressourcesmap-left .facets-widget-dropdown {
  margin-bottom: 1.75rem;
}
.bloc-ressourcesmap-right {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  flex: auto;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-right {
    padding-left: 4rem !important;
  }
}
.bloc-ressourcesmap-description {
  margin-bottom: 1.25rem !important;
}
.bloc-ressourcesmap-themes {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 2rem;
}
.bloc-ressourcesmap-themes .fr-tag {
  position: relative;
}
.bloc-ressourcesmap-themes .fr-tag::before {
  display: none;
}
.bloc-ressourcesmap-themes .fr-tag-active {
  color: #FFFFFF !important;
  background: #000091;
}
.bloc-ressourcesmap-themes .fr-tag-active::before {
  display: block;
  position: absolute;
  top: -0.375rem;
  right: 0rem;
  background: #FFFFFF;
  color: #000091;
  border-radius: 50%;
}
.bloc-ressourcesmap-preupper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-preupper {
    margin: 2rem 0 0 0;
  }
}
.bloc-ressourcesmap-preupper .fr-toggle {
  align-items: center;
}
.bloc-ressourcesmap-preupper .fr-toggle__label {
  margin-bottom: 0;
  padding-left: 1rem;
}
.bloc-ressourcesmap-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.125rem solid #000091;
  margin: 0.5rem 0 1.5rem 0;
  padding-bottom: 1rem;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-upper {
    margin: 1rem 0 1.5rem 0;
  }
}
.bloc-ressourcesmap-upper .fr-text--lg {
  color: #000091;
  font-weight: 700;
  margin-bottom: 0;
}
.bloc-ressourcesmap-upper .fr-toggle {
  align-items: center;
}
.bloc-ressourcesmap-upper .fr-toggle__label {
  margin-bottom: 0;
  padding-left: 1rem;
}
.bloc-ressourcesmap-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloc-ressourcesmap-off {
  margin: 0 1rem 0 0;
}
.bloc-ressourcesmap-reset .facet-item__status {
  display: none;
}
.bloc-ressourcesmap-reset .facet-item__count {
  display: none;
}
.bloc-ressourcesmap-pictos {
  display: flex;
  flex-direction: column;
  margin-top: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-pictos {
    flex-direction: row;
  }
}
.bloc-ressourcesmap-pointer {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-pointer {
    margin-right: 2rem;
    margin-bottom: 0rem;
    padding-left: 1.35rem;
  }
}
.bloc-ressourcesmap-pointer::before {
  content: url("../images/pointer.svg");
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%) scale(0.2);
  transform-origin: left center;
  color: #000091;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap-pointer::before {
    transform: translateY(-50%) scale(0.175);
    left: 0;
  }
}
.bloc-ressourcesmap .fr-fi-calendar-line {
  margin-bottom: 0 !important;
}
.bloc-ressourcesmap .fr-fi-calendar-line::before {
  color: #000091;
  margin-right: 0.35rem;
}
.bloc-ressourcesmap-selected {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 48rem) {
  .bloc-ressourcesmap-selected {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.bloc-ressourcesmap-selected .fr-tag {
  color: #FFFFFF;
  background: #000091;
}
.bloc-ressourcesmap a:hover {
  color: inherit;
  text-decoration: none;
}
.bloc-ressourcesmap .fr-card {
  height: auto !important;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .fr-card {
    height: 16rem !important;
  }
}
.bloc-ressourcesmap .fr-card__body {
  flex: 2;
}
.bloc-ressourcesmap .fr-card__img {
  flex: 1 !important;
}
.bloc-ressourcesmap .fr-pagination__list {
  justify-content: center;
  list-style-type: none;
}
.bloc-ressourcesmap .block-facet-blockprojet-region {
  width: 100%;
}
.bloc-ressourcesmap .facet-item__count {
  margin-left: 0.125rem;
}
.bloc-ressourcesmap .node--view-mode-teaser {
  padding-bottom: 0;
  border-bottom: none;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .leaflet-container {
  width: 100% !important;
  min-width: 100% !important;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .leaflet-control-attribution {
  display: none;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container {
  width: 20%;
  padding: 0.25rem 0 0 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container {
    padding: 0.5rem 0 0 0.5rem;
  }
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container .leaflet-container {
  height: 3.5rem !important;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container .leaflet-container {
    height: 10rem !important;
  }
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container .leaflet-control-container {
  display: none;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:first-of-type {
  width: 100%;
  padding: 0;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:first-of-type .leaflet-container {
  height: 18rem !important;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:first-of-type .leaflet-container {
    height: 39rem !important;
  }
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:first-of-type .leaflet-control-container {
  display: block;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:nth-of-type(2) {
  padding: 0.25rem 0 0 0;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .bloc-ressourcesmap-results .views-element-container:nth-of-type(2) {
    padding: 0.5rem 0 0 0;
  }
}
.bloc-ressourcesmap .bloc-ressourcesmap-results-active .views-element-container {
  width: 100%;
  padding: 0;
}
.bloc-ressourcesmap .bloc-ressourcesmap-results-active .views-element-container .leaflet-container {
  height: 18rem !important;
}
@media (min-width: 62rem) {
  .bloc-ressourcesmap .bloc-ressourcesmap-results-active .views-element-container .leaflet-container {
    height: 49rem !important;
  }
}
.bloc-ressourcesmap .bloc-ressourcesmap-results-active .views-element-container .leaflet-control-container {
  display: block;
}
.bloc-ressourcesmap .marker-cluster-small, .bloc-ressourcesmap .marker-cluster-medium, .bloc-ressourcesmap .marker-cluster-large {
  background-color: #FFFFFF;
  box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.bloc-ressourcesmap .marker-cluster-small div, .bloc-ressourcesmap .marker-cluster-medium div, .bloc-ressourcesmap .marker-cluster-large div {
  background-color: #FFE800;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-top: 4px;
}
.bloc-ressourcesmap .marker-cluster-small span, .bloc-ressourcesmap .marker-cluster-medium span, .bloc-ressourcesmap .marker-cluster-large span {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000;
}
.bloc-ressourcesmap-maps {
  display: flex;
  flex-wrap: wrap;
}

.header {
  position: fixed;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0705882353);
  width: 100%;
  background: #FFFFFF;
  height: 4.125rem;
  padding: 1rem 0 0 0;
  z-index: 9;
}
@media (min-width: 62rem) {
  .header {
    height: 8.75rem;
    padding: 1.25rem 0 0 0;
  }
}

.region-top-header-form {
  display: none !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 27rem;
}
@media (min-width: 62rem) {
  .region-top-header-form {
    display: flex !important;
  }
}
.region-top-header-form .nav-link {
  padding: 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.1725rem;
  font-style: normal;
  letter-spacing: 0.038rem;
}
.region-top-header-form .nav-link:hover {
  text-decoration: underline;
  font-family: "Marianne", arial, sans-serif;
}
.region-top-header-form .social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.region-top-header-form .social-list .social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
}
.region-top-header-form .social-list .social-item a {
  display: flex;
}
.region-top-header-form .social-list .social-item .social-link-imgbox {
  margin: 0;
}
.region-top-header-form .social-list .social-item .social-link-span {
  display: none;
}
.region-top-header-form .social-list .social-item:last-of-type {
  margin-right: 0rem;
}

.navbar {
  display: block;
  padding: 0;
  max-width: 87.125rem;
  margin: 0 auto;
}
@media (min-width: 62rem) {
  .navbar {
    position: initial;
  }
}
.navbar .row {
  display: block;
  max-width: 87.125rem;
  margin: auto;
  overflow: hidden;
}

#navbar-main {
  margin-top: 1rem;
  border-top: 0.125rem solid #f4f5f7;
}

.block-language nav .nav-link {
  color: #1b4467;
  font-size: 0.938rem;
  line-height: normal;
  border-right: 0.0625rem solid #1b4467;
  padding: 0 0.625rem !important;
  font-family: "Marianne", arial, sans-serif;
  text-transform: uppercase;
}
.block-language nav .nav-link:nth-of-type(1) {
  padding-left: 0 !important;
}
.block-language nav .nav-link:nth-last-of-type(1) {
  padding-right: 0 !important;
  border-right: 0 !important;
}
.block-language nav .nav-link a {
  text-decoration: none;
  color: #1b4467;
  font-family: "Marianne", arial, sans-serif;
}
.block-language nav .nav-link a:hover, .block-language nav .nav-link a:focus, .block-language nav .nav-link a.is-active {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.nav-top-search {
  display: none !important;
  align-items: flex-end;
  position: absolute;
  top: 0;
}
@media (min-width: 62rem) {
  .nav-top-search {
    display: flex !important;
    left: 11rem;
  }
}
@media (min-width: 78rem) {
  .nav-top-search {
    left: 16rem;
  }
}
.nav-top-search-label {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
@media (min-width: 78rem) {
  .nav-top-search-label {
    font-family: "Marianne", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #1b4467;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 1.40625rem;
    font-style: normal;
    margin-right: 1rem;
  }
}
.nav-top-search .search-form-block {
  display: flex;
}
.nav-top-search .search-form-block .form-group {
  margin-bottom: 0;
}
.nav-top-search .search-form-block input {
  width: 8rem;
  height: 1.8rem;
  border: none;
  border-bottom: 0.063rem solid #1b4467;
  border-radius: 0;
  padding: 0.05rem 0.25rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
}
@media (min-width: 78rem) {
  .nav-top-search .search-form-block input {
    width: 16rem;
  }
}
.nav-top-search .search-form-block button {
  height: 2rem;
  width: 1.5rem;
  background: none !important;
  border: none;
  margin-left: 0.5rem;
  position: relative;
  font-size: 0;
}
.nav-top-search .search-form-block button::before {
  content: url("../images/search.svg");
  position: absolute;
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-top-colleft {
  float: left;
}
.nav-top-colleft > div {
  display: inline-block;
  vertical-align: top;
}
.nav-top-colleft > div a,
.nav-top-colleft > div img {
  display: block;
}

.nav-top-logo-right {
  width: 18.25rem;
}

.nav-top-colright {
  float: right;
  padding-top: 3.125rem;
}

#navbar-top {
  background-color: #ffffff !important;
  position: relative;
}

.nav-top-logo-left img {
  width: 9rem;
}

@media screen and (max-width: 90.1875rem) {
  .navbar {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .navbar {
    padding: 0;
    margin: 0;
  }
  #navbar-top .block-language {
    display: none;
  }
  .nav-top-colleft {
    float: none;
    width: 100%;
    position: relative;
  }
  .nav-top-logo-left {
    width: auto;
  }
  .nav-top-logo-left img {
    height: 2rem;
    width: auto;
  }
}
.mobinav-inter {
  display: none;
  text-align: center;
}
.mobinav-inter .menu-text {
  text-transform: uppercase;
  color: #0098d8;
  font-size: 0.8125rem;
  line-height: normal;
  font-family: "Marianne", arial, sans-serif;
  margin-top: 0.375rem;
}
.mobinav-inter:hover, .mobinav-inter:focus {
  text-decoration: none;
  color: #0098d8;
}
.mobinav-inter svg {
  width: auto;
  height: 1.25rem;
}

#navbar-main .header-2 .container {
  justify-content: flex-start;
}
#navbar-main .header-2 .container .nav-list .dropdown {
  position: inherit;
}
#navbar-main .header-2 .container .nav-list .nav-item:nth-of-type(1) {
  display: none;
}
#navbar-main .header-2 .container .nav-list .nav-item:nth-of-type(1) .nav-link {
  background-image: url(../images/picto-accueil.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 1.5625rem;
  height: 1.4375rem;
  text-indent: -625rem;
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  margin-left: 0;
  margin-right: 0;
}
#navbar-main .menu--main .nav-link {
  color: #000;
  background: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  padding: 0.8rem 2rem 0.8rem 1rem !important;
  display: block;
  margin-left: 0rem;
  margin-right: 0rem;
  font-weight: normal;
  position: relative;
  letter-spacing: 0.045rem;
}
@media (min-width: 62rem) {
  #navbar-main .menu--main .nav-link {
    font-size: 1.063rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#navbar-main .menu--main .nav-link:hover, #navbar-main .menu--main .nav-link:focus, #navbar-main .menu--main .nav-link.active {
  outline: none;
  color: #1b4467;
  font-weight: 600;
  background-color: #f4f5f7;
}
#navbar-main .dropdown-toggle::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  border-left: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  border-right: 0;
  border-top: 0;
  top: 50%;
  margin-top: -0.3rem;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  margin-left: 0;
  vertical-align: inherit;
}
@media (min-width: 62rem) {
  #navbar-main .dropdown-toggle::after {
    right: 1rem;
  }
}
#navbar-main .show .nav-link {
  font-family: "Marianne", arial, sans-serif;
}
#navbar-main .show .dropdown-toggle::after {
  transform: rotate(135deg);
  margin-top: -0.1rem;
  border-left: 0.125rem solid #1b4467;
  border-bottom: 0.125rem solid #1b4467;
}

.header-2 .contextual-region {
  position: inherit;
}
.header-2 .nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  border: none;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-2 .nav .nav-item .dropdown-menu.show {
  top: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: 0.125rem solid #f4f5f7;
  border-bottom: 0.125rem solid #f4f5f7;
}
.header-2 .nav .nav-item .dropdown-item {
  width: auto;
  display: inline-block;
  font-weight: normal;
}
.header-2 .nav .nav-item .dropdown-item.active, .header-2 .nav .nav-item .dropdown-item:active {
  color: #1b4467;
  background-color: inherit;
}
.header-2 .nav .nav-item .dropdown-item a {
  padding: 1rem 1rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  position: relative;
  color: #000;
  line-height: normal;
  display: block;
}
@media (min-width: 62rem) {
  .header-2 .nav .nav-item .dropdown-item a {
    font-size: 1rem;
  }
}
.header-2 .nav .nav-item .dropdown-item a:hover, .header-2 .nav .nav-item .dropdown-item a:focus, .header-2 .nav .nav-item .dropdown-item a.active {
  text-decoration: none;
  color: #262626;
  font-weight: 600;
  outline: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0rem 1.5rem;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  background-color: inherit;
}

.mobinav {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  color: #fff;
  position: fixed;
  transition: all 0.25s ease-in-out 0s;
  display: none;
  left: -100%;
  max-width: 100%;
  top: 4rem;
  z-index: 5;
  padding: 0rem 1.5rem 1.875rem 1.5rem;
}
.mobinav .site-footer-bottom-liste {
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2rem;
}
.mobinav .site-footer-bottom-liste a {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.915rem;
  font-weight: 400;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.14375rem;
  font-style: normal;
  text-decoration: underline;
  padding: 0.5rem 0rem;
}
.mobinav .site-footer-bottom-liste a:hover {
  text-decoration: none;
}
.mobinav .dropdown-item.active, .mobinav .dropdown-item:active {
  color: #1b4467;
  background-color: inherit;
}
.mobinav .dropdown-item a.active {
  text-decoration: none;
  color: #1b4467;
  font-family: "Marianne", arial, sans-serif;
}
.mobinav-search {
  padding: 0rem 1rem;
  margin-top: 0.5rem;
}
.mobinav-search-label {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #262626;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.25rem;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 1rem 2rem 1rem 0;
}
.mobinav-search-label::after {
  content: url("../images/search.svg");
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-40%) scale(0.8);
}
.mobinav-search-label:hover, .mobinav-search-label:active {
  color: #0098d8;
  text-decoration: none;
}
.mobinav-rs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0rem 1rem;
  margin-top: 1rem;
}
.mobinav-rs ul {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.mobinav-rs ul li {
  border-bottom: none !important;
}
.mobinav-rs ul li a {
  padding: 0 !important;
  background: none !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
}
.mobinav-rs ul li a .social-link-span {
  display: none;
}
.mobinav-rs ul li .social-link-imgbox {
  margin: 0 1rem 0 0;
}
.nav-open {
  overflow: hidden;
}
.nav-open .mobinav {
  left: 0;
  z-index: 5;
  top: 4rem;
  height: 100vh;
}

@media screen and (max-width: 79.9375rem) {
  #navbar-main .headers-container .nav-link {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  #navbar-main .headers-container .nav-list .nav-item {
    /*&:nth-last-of-type(1) {*/
    /*&:nth-of-type(4) {
      margin-left: 1.5rem;
    }*/
  }
  #navbar-main .headers-container .nav-list .nav-item:nth-of-type(1) .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 74.9375rem) {
  #navbar-main .headers-container .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.8125rem;
  }
  #navbar-main .headers-container .nav-list .nav-item {
    /*&:nth-last-of-type(1) {*/
    /*&:nth-of-type(4) {
      margin-left: 1rem;
    }*/
  }
  #navbar-main .headers-container .nav-list .nav-item:nth-of-type(1) .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .header-2 .nav .nav-item .dropdown-item a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .region-secondary-menu {
    padding-left: 1.255rem;
    padding-right: 1.255rem;
  }
  #navbar-main .header-2 .nav {
    display: none;
  }
  #navbar-main .mobinav-inter {
    display: inline-block;
    position: absolute;
    top: -3.1rem;
    right: 1.25rem;
    width: 2.5rem;
  }
  #navbar-main .mobinav-inter-close {
    display: none;
  }
  #navbar-main .mobinav {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow: auto;
  }
  #navbar-main .mobinav .mobinav-mainMenu {
    width: 100%;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  #navbar-main .mobinav .mobinav-mainMenu .h2 {
    display: none;
  }
  #navbar-main .mobinav .mobinav-mainMenu .nav {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  #navbar-main .mobinav .mobinav-mainMenu .nav .nav-item {
    position: relative;
    border-bottom: 0.0625rem solid #f0f0f0;
  }
  #navbar-main .mobinav .mobinav-mainMenu .nav .nav-item .nav-link {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-size: 1rem;
  }
  #navbar-main .mobinav .mobinav-mainMenu .nav .nav-item .nav-link:focus, #navbar-main .mobinav .mobinav-mainMenu .nav .nav-item .nav-link:hover {
    background: #f4f5f7;
  }
  #navbar-main .nav-open .mobinav-inter-content {
    display: none;
  }
  #navbar-main .nav-open .mobinav-inter-close {
    display: block;
  }
  #navbar-main .mobinav-close {
    position: absolute;
    top: 0.9375rem;
    left: 1.25rem;
    color: #1b4467;
    text-decoration: none;
  }
  #navbar-main .mobinav-close:hover, #navbar-main .mobinav-close:focus {
    color: #1b4467;
    text-decoration: underline;
  }
  .block-language {
    position: relative;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.0625rem solid #f0f0f0;
    border-bottom: 0.0625rem solid #f0f0f0;
  }
  .block-language nav {
    flex-direction: row !important;
  }
  .block-language nav .nav-link {
    border-right: 0.0625rem solid #1b4467 !important;
    padding: 0 0.625rem !important;
  }
  .block-language nav .nav-link:nth-of-type(1) {
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 1.25rem !important;
  }
  .block-language nav .nav-link:nth-last-of-type(2) {
    margin-left: 0.125rem !important;
  }
  .block-language nav .nav-link:nth-last-of-type(1) {
    padding-right: 0 !important;
    border-right: 0 !important;
    margin-left: 0 !important;
  }
  .dropdown-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    z-index: inherit;
    float: none;
    min-width: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .dropdown-item {
    white-space: inherit;
    font-family: "Marianne", arial, sans-serif;
    width: 100%;
    padding: 0 !important;
  }
  .dropdown-item a {
    color: #000;
    display: block;
    padding: 0.625rem 1.25rem !important;
  }
  .dropdown-item a:hover, .dropdown-item a:focus {
    color: #1b4467;
    text-decoration: none;
    font-weight: 600;
    background: #f4f5f7;
  }
}
.site-footer {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.site-footer-content {
  display: flex;
  flex-direction: column;
}
.site-footer-top {
  background: #fff8e5;
}
.site-footer-mainlinks {
  margin: 2.5rem 1.5625rem 0rem 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .site-footer-mainlinks {
    min-width: 59rem;
    margin: 4.5rem auto 1.5rem auto;
    flex-direction: row;
  }
}
@media (min-width: 78rem) {
  .site-footer-mainlinks {
    min-width: 75rem;
  }
}
.site-footer-mainlinks .menu .nav-link {
  padding: 0;
}
.site-footer-mainlinks .menu--main {
  padding: 0;
  margin: 0;
}
.site-footer-mainlinks .menu--main .nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 62rem) {
  .site-footer-mainlinks .menu--main .nav {
    flex-direction: row;
    width: 46rem;
  }
}
@media (min-width: 78rem) {
  .site-footer-mainlinks .menu--main .nav {
    width: 59rem;
  }
}
@media (min-width: 62rem) {
  .site-footer-mainlinks .menu--main .nav:first-of-type > .nav-item {
    width: auto;
    max-width: 23%;
  }
}
.site-footer-mainlinks .menu--main .nav:first-of-type > .nav-item:first-of-type {
  display: none;
}
.site-footer-mainlinks .menu--main .nav:first-of-type > .nav-item:last-of-type {
  display: none;
}
.site-footer-mainlinks .menu--main .nav span.nav-link {
  padding: 0;
  margin-bottom: 1rem;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 1rem;
}
@media (min-width: 62rem) {
  .site-footer-mainlinks .menu--main .nav span.nav-link {
    margin-top: 0;
  }
}
.site-footer-mainlinks .menu--main .nav a.nav-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.09375rem;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.site-footer-mainlinks .menu--main .nav a.nav-link:hover {
  text-decoration: underline;
}
.site-footer-mainlinks .menu--main .nav .menu {
  list-style-type: none;
  padding: 0;
}
.site-footer-mainlinks .menu--reseaux-sociaux {
  padding: 0;
  margin: 0;
}
.site-footer-mainlinks .menu--reseaux-sociaux p {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.75rem;
}
@media (min-width: 62rem) {
  .site-footer-mainlinks .menu--reseaux-sociaux p {
    margin-top: 0;
  }
}
.site-footer-mainlinks .menu--reseaux-sociaux ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.site-footer-mainlinks .menu--reseaux-sociaux .social-item {
  margin-bottom: 0.75rem;
}
.site-footer-mainlinks .menu--reseaux-sociaux .social-item:last-of-type {
  margin-bottom: 0rem;
}
.site-footer-mainlinks .menu--reseaux-sociaux .social-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.09375rem;
  font-style: normal;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-transform: capitalize;
}
.site-footer-mainlinks .menu--reseaux-sociaux .social-link:hover {
  text-decoration: underline;
}
.site-footer-mainlinks .menu--reseaux-sociaux .social-link-imgbox {
  width: 1rem;
  margin: 0 1rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer-mainlinks .menu--aide {
  padding: 0;
  margin: 0;
}
.site-footer-mainlinks .menu--aide p {
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1b4467;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.40625rem;
  font-style: normal;
  margin-top: 0.75rem;
}
@media (min-width: 62rem) {
  .site-footer-mainlinks .menu--aide p {
    margin-top: 0;
  }
}
.site-footer-mainlinks .menu--aide ul {
  list-style-type: none;
  padding: 0;
  display: block;
}
.site-footer-mainlinks .menu--aide ul a.nav-link {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.09375rem;
  font-style: normal;
  padding: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.site-footer-mainlinks .menu--aide ul a.nav-link:hover {
  text-decoration: underline;
}
.site-footer-sublinks {
  margin: 0.5rem 1.5625rem 1.5rem 1.5625rem;
}
@media (min-width: 62rem) {
  .site-footer-sublinks {
    margin: 0.5rem auto;
  }
}
.site-footer-sublinks ul {
  flex-direction: column;
}
@media (min-width: 62rem) {
  .site-footer-sublinks ul {
    flex-direction: row;
  }
}
.site-footer-sublinks nav {
  margin: 0 !important;
  padding: 0.75rem 0 !important;
}
.site-footer-sublinks a {
  font-family: "Marianne", arial, sans-serif;
  font-size: 0.915rem;
  font-weight: 400;
  color: #262626;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.14375rem;
  font-style: normal;
  text-decoration: underline;
  padding: 0.5rem 0rem;
}
@media (min-width: 62rem) {
  .site-footer-sublinks a {
    padding: 0.5rem 1rem;
  }
}
.site-footer-sublinks a:hover {
  text-decoration: none;
}
.site-footer-bottom {
  width: 100%;
  border-top: 0.25rem solid #1b4467;
  padding: 1rem 0;
}
@media (min-width: 62rem) {
  .site-footer-bottom {
    padding: 2rem 0;
  }
}
.site-footer-bottom-liste {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 62rem) {
  .site-footer-bottom-liste {
    flex-direction: row;
  }
}
.site-footer-bottom-item {
  padding: 0.5rem 0;
}
@media (min-width: 62rem) {
  .site-footer-bottom-item {
    padding: 0;
  }
}
.site-footer-logos {
  margin: auto 1.5625rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .site-footer-logos {
    width: auto;
    margin: auto;
    flex-direction: row;
    align-items: flex-start;
  }
}
.site-footer-logos a {
  overflow: hidden;
  width: 23%;
}
@media (min-width: 62rem) {
  .site-footer-logos a {
    max-height: 4rem;
    width: auto;
  }
  .site-footer-logos a:first-of-type {
    max-height: 6rem;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  .site-footer-logos a:first-of-type img {
    max-height: 6rem;
  }
}
@media (min-width: 78rem) {
  .site-footer-logos a {
    max-height: 5rem;
  }
  .site-footer-logos a:first-of-type {
    max-height: 9rem;
  }
}
@media (min-width: 78rem) and (min-width: 62rem) {
  .site-footer-logos a:first-of-type img {
    max-height: 9rem;
  }
}
.site-footer-logos img {
  width: 100%;
  margin: 0.5rem 0;
}
@media (min-width: 62rem) {
  .site-footer-logos img {
    margin: 0 1rem;
    width: auto;
    max-width: 100%;
    max-height: 4rem;
  }
}
@media (min-width: 78rem) {
  .site-footer-logos img {
    max-height: 5rem;
  }
}

.axe-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.axe-skip-container {
  position: relative;
}
.axe-skip-container ul {
  list-style-type: none;
  margin: 0;
}
.axe-skip-a {
  position: absolute;
  z-index: 1000;
  left: -50rem;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  font-family: "Marianne", arial, sans-serif;
  font-size: 1.315rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.64375rem;
  font-style: normal;
}
.axe-skip-a:hover {
  text-decoration: none;
}
.axe-skip-a:focus {
  left: 50%;
  color: #1b4467;
  transform: translateX(-50%);
}

.tarteaucitronIconBottomRight {
  display: none !important;
}

.tac_float {
  text-align: center;
}

.page-contact h1 {
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .page-contact h1 {
    margin-bottom: 2rem;
  }
}
.page-contact h3 {
  margin-top: 1.5rem;
}
@media (min-width: 62rem) {
  .page-contact h3 {
    margin-bottom: 2rem;
  }
}
.page-contact p {
  margin-bottom: 0rem;
}
.page-contact a:hover {
  color: inherit;
  text-decoration: none;
}
.page-contact-chapo {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.page-contact-row {
  margin-bottom: 1.5rem !important;
}
.page-contact-notice {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.page-contact-result {
  text-align: center;
  margin-top: 2rem !important;
}
.page-contact h5 {
  margin-bottom: 0.25rem;
}
.page-contact .fr-btn {
  margin: 0.25rem 0;
}
@media (min-width: 62rem) {
  .page-contact .fr-btn {
    margin: 1rem 0;
  }
}
.page-contact .fr-checkbox-group input[type=checkbox] + label {
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .page-contact .fr-checkbox-group input[type=checkbox] + label {
    align-items: center;
  }
}

.page-newsletter h1 {
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .page-newsletter h1 {
    margin-bottom: 2rem;
  }
}
.page-newsletter h3 {
  margin-top: 1.5rem;
}
@media (min-width: 62rem) {
  .page-newsletter h3 {
    margin-bottom: 2rem;
  }
}
.page-newsletter p {
  margin-bottom: 0rem;
}
.page-newsletter a:hover {
  color: inherit;
  text-decoration: none;
}
.page-newsletter-chapo {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.page-newsletter-row {
  margin-bottom: 1.5rem !important;
}
.page-newsletter-notice {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.page-newsletter-result {
  text-align: center;
  margin-top: 2rem !important;
}
.page-newsletter h5 {
  margin-bottom: 0.25rem;
}
.page-newsletter .fr-btn {
  margin: 0.25rem 0;
}
@media (min-width: 62rem) {
  .page-newsletter .fr-btn {
    margin: 1rem 0;
  }
}
.page-newsletter .fr-checkbox-group input[type=checkbox] + label {
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .page-newsletter .fr-checkbox-group input[type=checkbox] + label {
    align-items: center;
  }
}

.page-plansite-first {
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .page-plansite-first {
    margin-bottom: 2rem;
  }
}
.page-plansite-second {
  background: #F2F2F9;
  padding: 2rem 0 2.5rem 0;
}
@media (min-width: 62rem) {
  .page-plansite-second {
    padding: 2rem 0;
  }
}
.page-plansite p {
  margin-bottom: 0rem;
}
.page-plansite a {
  text-decoration: none;
  box-shadow: none;
}
.page-plansite a:hover {
  color: inherit;
  box-shadow: none;
}
.page-plansite ul {
  list-style-type: none;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .page-plansite ul {
    padding-left: 0.75rem;
  }
}
.page-plansite li {
  margin-top: 0.25rem;
}
.page-plansite-home {
  display: inline-block;
  margin-top: 1.5rem !important;
}
.page-plansite-upper {
  margin: 1rem 0 2rem 0 !important;
}
@media (max-width: 61.938rem) {
  .page-plansite-col {
    padding: 0 !important;
    margin-bottom: 2rem;
  }
  .page-plansite-col:last-of-type {
    margin-bottom: 0rem;
  }
}
.page-plansite-col:first-of-type .fr-callout {
  box-shadow: inset 0.25rem 0 0 0 #000074;
}
.page-plansite-col:nth-of-type(2) .fr-callout {
  box-shadow: inset 0.25rem 0 0 0 #FFE800;
}
.page-plansite-col:nth-of-type(3) .fr-callout {
  box-shadow: inset 0.25rem 0 0 0 #00AC8C;
}
.page-plansite-link {
  color: #000091;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (min-width: 62rem) {
  .page-plansite-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.page-plansite .fr-callout {
  background: transparent;
  padding: 0 0 0 1.25rem !important;
  height: 100%;
}
@media (min-width: 62rem) {
  .page-plansite .fr-callout {
    padding: 0 0 0 2rem !important;
  }
}
@media (min-width: 62rem) {
  .page-plansite h2 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 61.938rem) {
  .page-plansite-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.page-plansite-lower ul {
  padding-left: 0.75rem;
}
@media (max-width: 61.938rem) {
  .page-plansite-lower ul {
    margin-top: 0;
  }
}

.bloc-image .fr-content-media {
  position: relative;
  margin: 0.5rem 0;
}
.bloc-image .fr-content-media__info {
  position: relative;
  width: 100%;
}
.bloc-image .fr-content-media img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.bloc-image .fr-content-media__transcription .fr-btn-transcription-off {
  z-index: 10;
  color: #000091 !important;
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}
@media (min-width: 62rem) {
  .bloc-image .fr-content-media__transcription .fr-btn-transcription-off {
    top: 1rem;
    right: 1.25rem;
  }
}
.bloc-image .fr-content-media__transcription .fr-btn-transcription-off span {
  color: #000091 !important;
  transform: scale(0.75);
  display: none;
}
.bloc-image .fr-content-media__transcription-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  color: #1E1E1E !important;
  padding: 2.5rem 1rem 2rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media (min-width: 62rem) {
  .bloc-image .fr-content-media__transcription-txt {
    padding: 3rem 2rem 2rem 2rem;
  }
}
.bloc-image .fr-content-media__transcription-txt * {
  color: #1E1E1E !important;
}
.bloc-image p {
  margin-bottom: 1rem;
}

.fr-content-media__transcription .fr-link {
  color: #000091 !important;
}

/*# sourceMappingURL=style.css.map */
