@charset "UTF-8";
@font-face {
  font-family: 'mic32';
  src: url("../../../assets/fonts/mic32new-bold-webfont.woff2") format("woff2"), url("../../../assets/fonts/mic32new-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'mic32';
  src: url("./../../../assets/fonts/mic32new-light-webfont.woff2") format("woff2"), url("./../../../assets/fonts/mic32new-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'mic32';
  src: url("./../../../assets/fonts/mic32new-medium-webfont.woff2") format("woff2"), url("./../../../assets/fonts/mic32new-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'mic32';
  src: url("./../../../assets/fonts/mic32new-regular-webfont.woff2") format("woff2"), url("./../../../assets/fonts/mic32new-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/*
@font-face {
  font-family: "mic32";
  font-weight: 300;
  font-style: normal;
  src: url("./../../../assets/fonts/mic32new-light.otf") format("truetype");
}

@font-face {
  font-family: "mic32";
  font-weight: 400;
  font-style: normal;
  src: url("./../../../assets/fonts/mic32new-regular.otf") format("truetype");
}

@font-face {
  font-family: "mic32";
  font-weight: 500;
  font-style: normal;
  src: url("./../../../assets/fonts/mic32new-medium.otf") format("truetype");
}

@font-face {
  font-family: "mic32";
  font-weight: 700;
  font-style: normal;
  src: url("./../../../assets/fonts/mic32new-bold.ttf") format("truetype");
}
*/
/* RESET */
html {
  scroll-behavior: smooth; }

#root .mainContent {
  font-size: 10px;
  line-height: normal; }

#root .mainContent * {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #414141; }

#root a,
#root a img {
  border: none; }

#root a {
  text-decoration: none; }

#root input::-ms-clear,
#root input::-ms-reveal {
  display: none; }

#root button {
  border: none;
  background-color: transparent; }
  #root button:hover {
    cursor: pointer; }

#root a:focus,
#root button:focus {
  outline: dotted 2px #00ab8e; }

#root .ariane {
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e6eff6;
  margin-bottom: 60px;
  padding-top: 1px; }
  #root .ariane__item {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4em;
    font-family: "Ubuntu", sans-serif; }
    #root .ariane__item .after {
      margin-left: 10px;
      margin-top: 2px; }
    #root .ariane__item:last-child .after {
      display: none; }
  @media only screen and (max-width: 1023px) {
    #root .ariane {
      display: none; } }

#root .articleBandeau {
  height: 400px;
  position: relative; }
  #root .articleBandeau__visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
    #root .articleBandeau__visuelDesktop, #root .articleBandeau__visuelMobile {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    #root .articleBandeau__visuelMobile {
      display: none; }
  #root .articleBandeau__motif {
    position: absolute;
    right: 0;
    top: 0;
    width: 45.9%;
    height: 100%;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      #root .articleBandeau__motif {
        width: 690px; } }
    #root .articleBandeau__motifCircle {
      position: absolute;
      top: -536px;
      left: 0;
      width: 1725px;
      height: 1725px;
      border-radius: 50%;
      opacity: 0.8; }
  #root .articleBandeau__titre {
    text-transform: uppercase;
    text-align: center;
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative; }
    #root .articleBandeau__titre span {
      color: #fff;
      line-height: 1.2em; }
  @media only screen and (max-width: 1023px) {
    #root .articleBandeau {
      height: auto; }
      #root .articleBandeau__visuel {
        height: 75vw;
        position: relative; }
        #root .articleBandeau__visuelDesktop {
          display: none; }
        #root .articleBandeau__visuelMobile {
          display: block; }
      #root .articleBandeau__motif {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        margin: 30px 0; }
        #root .articleBandeau__motifCircle {
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 406.25vw;
          height: 406.25vw;
          opacity: 1; }
      #root .articleBandeau__titre {
        font-size: 2.4em; }
        #root .articleBandeau__titre span {
          color: #414141; } }
  body.accessibilitesBody #root .articleBandeau__motifCircle {
    opacity: 1; }
  body.accessibilitesBody #root .articleBandeau__titre {
    background-color: #393b39;
    -webkit-box-shadow: 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39;
            box-shadow: 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39, 0px 0px 0px 6px #393b39; }
    body.accessibilitesBody #root .articleBandeau__titre span {
      color: #ffffff; }

#root .articleHeader {
  font-family: "mic32", sans-serif;
  margin-bottom: 60px; }
  #root .articleHeader__titre, #root .articleHeader__chapeau {
    font-size: 2.2em;
    line-height: 1.475em; }
  #root .articleHeader__titre {
    font-weight: 700;
    letter-spacing: 0.002em; }
  #root .articleHeader__chapeau {
    font-weight: 300; }
  @media only screen and (max-width: 1023px) {
    #root .articleHeader {
      margin-bottom: 57px; }
      #root .articleHeader__titre, #root .articleHeader__chapeau {
        font-size: 2em;
        line-height: 1.4em; } }

#root .articleTitre {
  font-family: "mic32", sans-serif;
  margin-top: 60px; }
  #root .articleTitre__type {
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #414141;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 11px;
    text-decoration: underline; }
  #root .articleTitre__titre {
    font-size: 3.6em;
    font-weight: 700;
    color: #80ba27;
    line-height: 1.2em;
    margin-bottom: 20px; }
  @media only screen and (max-width: 1023px) {
    #root .articleTitre__type, #root .articleTitre__titre {
      margin-left: 30px; }
    #root .articleTitre__type {
      margin-bottom: 2px; }
    #root .articleTitre__titre {
      font-size: 3em;
      line-height: 1.27em; } }
  body.accessibilitesBody #root .articleTitre__type {
    color: #414141 !important; }

#root .containerArticle .imageEncart img {
  max-width: 100%; }

#root .blockquote {
  margin-top: 60px;
  margin-bottom: 60px; }
  #root .blockquote__titre {
    font-family: "mic32", sans-serif;
    font-size: 3em;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 21px; }
  #root .blockquote__bloc {
    min-height: 400px;
    border-radius: 3px;
    display: block;
    padding: 67px 62px 64px 62px;
    border: solid 1px; }
  #root .blockquote__visuel {
    float: left;
    width: 240px;
    height: 240px;
    margin: 0 40px 20px 0;
    position: relative; }
    #root .blockquote__visuelBox {
      width: calc(100% - 20px);
      margin: 0 0 0 20px;
      height: auto;
      border-radius: 50%;
      position: relative; }
    #root .blockquote__visuelMotif {
      position: absolute;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
  #root .blockquote__texte {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    line-height: 1.55em;
    letter-spacing: -0.025em;
    position: relative; }
    #root .blockquote__texte span {
      color: #414141;
      position: relative; }
    #root .blockquote__texte .before {
      position: absolute;
      top: 35px;
      left: -20px;
      color: #80ba27;
      opacity: 0.2;
      font-family: "mic32", sans-serif;
      font-weight: 500;
      font-size: 8em;
      font-style: normal; }
    #root .blockquote__texte small {
      font-size: 0.6875em; }
  #root .blockquote__visuel + .blockquote__infos .blockquote__texte .before {
    left: 260px; }
  #root .blockquote__author {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.7em;
    font-weight: 500;
    color: #414141;
    margin-bottom: 25px; }
  #root .blockquote.full .blockquote__visuel {
    float: right;
    margin: 0 0 20px 40px; }
    #root .blockquote.full .blockquote__visuelBox {
      margin: 0 20px 0 0; }
  #root .blockquote.full .blockquote__texte span {
    color: #fff; }
  #root .blockquote.full .blockquote__texte .before {
    color: #ffffff !important;
    left: -20px; }
  #root .blockquote.full .blockquote__author {
    color: #414141; }
  @media only screen and (max-width: 1023px) {
    #root .blockquote {
      margin-top: 40px;
      margin-bottom: 40px; }
      #root .blockquote__titre {
        font-size: 2.4em;
        padding-left: 0;
        padding-right: 50px;
        margin-bottom: 19px; }
      #root .blockquote__bloc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 56px 31px 18px 31px; }
      #root .blockquote__infos {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 9px;
        padding-right: 9px; }
      #root .blockquote__texte {
        margin-bottom: 20px;
        font-size: 1.5em;
        line-height: 1.4em; }
        #root .blockquote__texte .before {
          font-size: 10em;
          left: -23px !important; }
      #root .blockquote__author {
        margin-bottom: 30px; }
      #root .blockquote__visuel {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 216px;
        margin: 0 auto; }
      #root .blockquote.full .blockquote__visuel {
        margin: 0 auto; } }
  body.accessibilitesBody #root .blockquote__author {
    color: #fff !important; }

.withCirclePictoSpan, #root .articleTitre__titre, #root .lireaussi__item__titre button, #root .menuItem__titre {
  position: relative; }
  .withCirclePictoSpan .before, #root .articleTitre__titre .before, #root .lireaussi__item__titre button .before, #root .menuItem__titre .before {
    position: absolute;
    left: -41px;
    top: 13px;
    width: 20px;
    height: 20px;
    border: solid 6px #80ba27;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .withCirclePictoSpan .before, #root .articleTitre__titre .before, #root .lireaussi__item__titre button .before, #root .menuItem__titre .before {
      left: -30px;
      top: 10px; } }

.withCirclePicto, #root .chiffresclefsBlock__titre {
  position: relative; }
  .withCirclePicto:before, #root .chiffresclefsBlock__titre:before {
    content: "";
    position: absolute;
    left: -41px;
    top: 13px;
    width: 20px;
    height: 20px;
    border: solid 6px #80ba27;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .withCirclePicto:before, #root .chiffresclefsBlock__titre:before {
      left: -30px;
      top: 10px; } }

.withArrowSpan, #root .ariane__item, #root .lireaussi__item__titre button span.rond {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .withArrowSpan .after, #root .ariane__item .after, #root .lireaussi__item__titre button span.rond .after {
    width: 5px;
    height: 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 8px; }

.withArrow, #root .chiffresAnnee__ctaLink, #root .homeBandeau__link a, #root .homeBandeau__navigation__mobile button, #root .paroleDirigeantsItem__cta button, #root .ressources__item--type1 a, #root .ressources__ra__item a, #root .videoPlayer__openTranscription, #root .videoSlider__navigation__mobile button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .withArrow:after, #root .chiffresAnnee__ctaLink:after, #root .homeBandeau__link a:after, #root .homeBandeau__navigation__mobile button:after, #root .paroleDirigeantsItem__cta button:after, #root .ressources__item--type1 a:after, #root .ressources__ra__item a:after, #root .videoPlayer__openTranscription:after, #root .videoSlider__navigation__mobile button:after {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 8px; }

.withArrowOpenSpan, #root .containerHidden__cta button {
  position: relative; }
  .withArrowOpenSpan .after, #root .containerHidden__cta button .after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 47%;
    right: 22px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.withArrowOpen, #root .menu__titre, #root .navigation__cta a {
  position: relative; }
  .withArrowOpen:after, #root .menu__titre:after, #root .navigation__cta a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 47%;
    right: 22px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.withFadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
  .withFadeIn.visible {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

#root .chiffresAnneeItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 286px;
          flex: 0 1 286px;
  font-family: "mic32", sans-serif;
  text-align: center;
  margin: 0 10px; }
  #root .chiffresAnneeItem__prefixe {
    color: #fff;
    display: block;
    font-size: 1.8em;
    margin-bottom: 20px; }
  #root .chiffresAnneeItem__chiffre {
    font-size: 3em;
    border-radius: 40px;
    padding: 9px 31px 5px;
    display: inline-block;
    min-width: 160px;
    margin-bottom: 20px; }
    #root .chiffresAnneeItem__chiffre strong {
      text-transform: uppercase;
      font-size: 1.333333em; }
    #root .chiffresAnneeItem__chiffre--orange,
    #root .chiffresAnneeItem__chiffre--orange * {
      color: #fff;
      background-color: #e11a81; }
    #root .chiffresAnneeItem__chiffre--white,
    #root .chiffresAnneeItem__chiffre--white * {
      color: #005ca7;
      background-color: #fff; }
  #root .chiffresAnneeItem__label, #root .chiffresAnneeItem__texte {
    font-size: 1.8em;
    line-height: 1.35em; }
    #root .chiffresAnneeItem__label,
    #root .chiffresAnneeItem__label *, #root .chiffresAnneeItem__texte,
    #root .chiffresAnneeItem__texte * {
      color: #fff; }
    #root .chiffresAnneeItem__label strong, #root .chiffresAnneeItem__texte strong {
      text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    #root .chiffresAnneeItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 230px;
              flex: 0 0 230px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
      transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
      transition: transform 0.75s ease, opacity 0.25s ease;
      transition: transform 0.75s ease, opacity 0.25s ease, -webkit-transform 0.75s ease;
      width: 100%;
      margin: 0;
      padding: 0 10px; }
      #root .chiffresAnneeItem__texte {
        max-width: 320px;
        margin: 0 auto; }
      #root .chiffresAnneeItem:first-child {
        position: relative; }
      #root .chiffresAnneeItem.prev {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      #root .chiffresAnneeItem.current {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        opacity: 1; }
      #root .chiffresAnneeItem.next {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
      #root .chiffresAnneeItem__prefixe {
        margin-bottom: 10px; } }
  body.accessibilitesBody #root .chiffresAnneeItem__chiffre--orange,
  body.accessibilitesBody #root .chiffresAnneeItem__chiffre--orange * {
    color: #fff;
    background-color: #a32d2f; }

@media only screen and (min-width: 1024px) {
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(0) {
    opacity: 0;
    -webkit-animation: 0.75s ease 0.5s fadeIn;
            animation: 0.75s ease 0.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(1) {
    opacity: 0;
    -webkit-animation: 0.75s ease 0.75s fadeIn;
            animation: 0.75s ease 0.75s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(2) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1s fadeIn;
            animation: 0.75s ease 1s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(3) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1.25s fadeIn;
            animation: 0.75s ease 1.25s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(4) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1.5s fadeIn;
            animation: 0.75s ease 1.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(5) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1.75s fadeIn;
            animation: 0.75s ease 1.75s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(6) {
    opacity: 0;
    -webkit-animation: 0.75s ease 2s fadeIn;
            animation: 0.75s ease 2s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(7) {
    opacity: 0;
    -webkit-animation: 0.75s ease 2.25s fadeIn;
            animation: 0.75s ease 2.25s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(8) {
    opacity: 0;
    -webkit-animation: 0.75s ease 2.5s fadeIn;
            animation: 0.75s ease 2.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(9) {
    opacity: 0;
    -webkit-animation: 0.75s ease 2.75s fadeIn;
            animation: 0.75s ease 2.75s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .chiffresAnnee--visible .chiffresAnneeItem:nth-child(10) {
    opacity: 0;
    -webkit-animation: 0.75s ease 3s fadeIn;
            animation: 0.75s ease 3s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

#root .chiffresAnnee {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  position: relative; }
  #root .chiffresAnnee__motif {
    background-color: #4dc4b0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  #root .chiffresAnnee__titre {
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    color: #fff;
    margin-bottom: 40px; }
  #root .chiffresAnnee__liste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 39px; }
  #root .chiffresAnnee__navigation {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #root .chiffresAnnee__navigation__button {
      width: 6px;
      height: 6px;
      background-color: #fff;
      border-radius: 50%;
      margin: 0px 3px;
      opacity: 0.5; }
      #root .chiffresAnnee__navigation__button--selected {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 2px; }
  #root .chiffresAnnee__ctaLink {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    background: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #005ca7;
    padding: 13px 27px 14px;
    font-weight: 500; }
    #root .chiffresAnnee__ctaLink:after {
      border-color: #005ca7; }
  #root .chiffresAnnee__small {
    color: #fff;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: -20px;
    font-size: 1.1em; }
  @media only screen and (max-width: 1023px) {
    #root .chiffresAnnee {
      padding-top: 40px;
      padding-bottom: 40px; }
      #root .chiffresAnnee__titre {
        font-size: 3em; }
      #root .chiffresAnnee__liste {
        position: relative;
        display: block;
        height: 213px;
        overflow: hidden; }
      #root .chiffresAnnee__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; }
      #root .chiffresAnnee__ctaLink {
        padding: 13px 23px 14px; } }
  body.accessibilitesBody #root .chiffresAnnee__motif {
    background-color: #005a5b;
    background-image: none; }

#root .chiffresclefsBlock {
  font-family: "mic32", sans-serif; }
  #root .chiffresclefsBlock__titre {
    font-size: 3.6em;
    font-weight: 700;
    color: #005ca7;
    line-height: 1.2em;
    margin-bottom: 44px; }
    #root .chiffresclefsBlock__titre:before {
      border-color: #005ca7; }
  @media only screen and (max-width: 1023px) {
    #root .chiffresclefsBlock__titre {
      font-size: 3em;
      margin-left: 30px;
      line-height: 1.27em;
      margin-bottom: 40px; } }

#root .chiffresclefsItem {
  font-family: "mic32", sans-serif; }
  #root .chiffresclefsItem__titre {
    font-size: 3em;
    font-weight: 400;
    color: #005ca7;
    line-height: 1.25em;
    margin-bottom: 42px; }
  #root .chiffresclefsItem__mentions {
    margin: 0 5px;
    position: absolute;
    left: 0;
    right: 0; }
  #root .chiffresclefsItem__bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 44px; }
    #root .chiffresclefsItem__blocItem {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1024px) {
        #root .chiffresclefsItem__blocItem {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 31.845%;
                  flex: 0 0 31.845%; } }
    #root .chiffresclefsItem__bloc img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1023px) {
    #root .chiffresclefsItem__titre {
      font-size: 2.4em;
      line-height: 1.2em;
      margin-bottom: 20px; }
    #root .chiffresclefsItem__mentions {
      position: relative;
      font-size: 1.1em;
      font-style: normal; }
    #root .chiffresclefsItem__bloc {
      margin-bottom: 33px;
      display: block;
      max-width: 320px;
      margin: 0 auto; }
      #root .chiffresclefsItem__blocItem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      #root .chiffresclefsItem__bloc img {
        width: 100%; }
    #root .chiffresclefsItem__imgicone {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    #root .chiffresclefsItem__titre, #root .chiffresclefsItem__imgchiffre, #root .chiffresclefsItem__imgicone, #root .chiffresclefsItem__mentions {
      opacity: 0; }
    #root .chiffresclefsItem--visible .chiffresclefsItem__titre {
      opacity: 0;
      -webkit-animation: 0.75s ease 0.25s fadeIn;
              animation: 0.75s ease 0.25s fadeIn;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    #root .chiffresclefsItem--visible .chiffresclefsItem__imgchiffre {
      opacity: 0;
      -webkit-animation: 0.75s ease 0.75s fadeIn;
              animation: 0.75s ease 0.75s fadeIn;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    #root .chiffresclefsItem--visible .chiffresclefsItem__mentions {
      opacity: 0;
      -webkit-animation: 0.75s ease 1s fadeIn;
              animation: 0.75s ease 1s fadeIn;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    #root .chiffresclefsItem--visible .chiffresclefsItem__imgicone {
      opacity: 0;
      -webkit-animation: 0.75s ease 1.25s fadeIn;
              animation: 0.75s ease 1.25s fadeIn;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; } }

#root .containerArticle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 305px);
          flex: 0 0 calc(100% - 305px);
  margin-bottom: 39px; }
  #root .containerArticle .box {
    margin-left: 102px;
    margin-right: 106px; }
  #root .containerArticle .box2 {
    margin-right: 83px; }
  @media only screen and (max-width: 1023px) {
    #root .containerArticle .box {
      margin-left: 0;
      margin-right: 0; }
    #root .containerArticle .box2 {
      margin-right: 0; } }

#root .containerColonne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    #root .containerColonne {
      display: block; } }

#root .containerHidden__cta {
  text-align: center;
  margin-bottom: 41px; }
  #root .containerHidden__cta button {
    font-family: "Ubuntu", sans-serif;
    background: #80ba27;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 128px 13px 20px;
    margin-right: 28px;
    font-size: 1.2em;
    position: relative; }
    #root .containerHidden__cta button .after {
      width: 5px;
      height: 5px;
      border-width: 1px;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }

#root .containerHidden__content {
  display: none; }

#root .containerHidden--visible .containerHidden__cta button {
  background: #f5f5f5;
  color: #80ba27;
  font-weight: 500; }
  #root .containerHidden--visible .containerHidden__cta button .after {
    -webkit-transform: translateY(-55%) rotate(-135deg);
        -ms-transform: translateY(-55%) rotate(-135deg);
            transform: translateY(-55%) rotate(-135deg);
    top: 53%; }

#root .containerHidden--visible .containerHidden__content {
  display: block; }

@media only screen and (max-width: 1023px) {
  #root .containerHidden__cta button {
    width: 100%;
    padding: 13px 0 13px 20px;
    text-align: left;
    margin-right: 0; } }

#root .containerPrincipal {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto; }

@media (min-width: 48rem) and (max-width: 62rem) {
  body {
    padding-top: 155px; } }

#root .containerSecondaire, #root .homeBandeau__navigation, #root .homeBandeau__navigation__regle {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    #root .containerSecondaire, #root .homeBandeau__navigation, #root .homeBandeau__navigation__regle {
      width: calc(100% - 40px);
      max-width: none; } }

#root .homeBandeau {
  height: 650px;
  position: relative;
  overflow: hidden; }
  #root .homeBandeau__visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
    #root .homeBandeau__visuel:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.5)));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 99%); }
    #root .homeBandeau__visuelDesktop, #root .homeBandeau__visuelMobile {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    #root .homeBandeau__visuelMobile {
      display: none; }
  #root .homeBandeau__motif {
    position: absolute;
    right: 0;
    top: 0;
    width: 47.08%;
    height: 81%;
    padding: 0 8.3333% 0 11.875%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #root .homeBandeau__motifCircle {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 740px;
      height: 740px;
      border-radius: 50%;
      opacity: 0.8; }
  @media only screen and (min-width: 1024px) {
    #root .homeBandeau__item {
      position: relative; } }
  #root .homeBandeau__infos {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
    transition: opacity 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, opacity 0s ease 0.5s;
    transition: transform 0s ease 0.5s, opacity 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
    width: 100%;
    z-index: 1; }
    #root .homeBandeau__infos:first-child {
      position: relative; }
    #root .homeBandeau__infos.prev {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    #root .homeBandeau__infos.current {
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1;
      z-index: 2; }
    #root .homeBandeau__infos.next {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  #root .homeBandeau__categorie {
    display: none;
    font-size: 1.2em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }
  #root .homeBandeau__titre {
    font-family: "mic32", sans-serif;
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  #root .homeBandeau__texte {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 20px; }
  #root .homeBandeau__link {
    padding-bottom: 64px;
    padding-top: 25px;
    color: #fff; }
    #root .homeBandeau__link a {
      text-transform: uppercase;
      font-size: 1.2em;
      border-radius: 20px;
      color: #fff;
      font-family: "Ubuntu", sans-serif;
      padding: 13px 23px 14px 21px;
      display: inline-block; }
      #root .homeBandeau__link a:after {
        border-color: #fff; }
  #root .homeBandeau__navigation {
    position: absolute;
    background-color: rgba(57, 59, 57, 0.7);
    padding: 35px 30px 35px;
    bottom: 21px;
    left: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
    #root .homeBandeau__navigation__liste {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #root .homeBandeau__navigation__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      margin: 0 20px 0 0; }
      #root .homeBandeau__navigation__item:last-child {
        margin-right: 0; }
      #root .homeBandeau__navigation__item a,
      #root .homeBandeau__navigation__item button {
        color: #fff;
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-size: 1.6em; }
    #root .homeBandeau__navigation__regle {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 85px;
      z-index: 4; }
      #root .homeBandeau__navigation__regleBox {
        height: 4px;
        border-radius: 2px;
        position: absolute;
        bottom: 0;
        -webkit-transition: left 0.5s ease, background-color 0.25s ease;
        transition: left 0.5s ease, background-color 0.25s ease; }
      #root .homeBandeau__navigation__regleCurseur {
        height: 100%;
        border-radius: 2px;
        bottom: 0;
        width: 0%;
        position: absolute;
        -webkit-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
    #root .homeBandeau__navigation__mobile {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 97px;
      z-index: 2;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #root .homeBandeau__navigation__mobile button {
        width: 44px;
        height: 44px;
        border: solid 1px #fff;
        border-radius: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 10px; }
        #root .homeBandeau__navigation__mobile button:after {
          margin: 0;
          width: 8px;
          height: 8px;
          border-width: 2px; }
        #root .homeBandeau__navigation__mobile button:first-child:after {
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #root .homeBandeau__motif {
      padding: 0 3.3333% 0 12.875%; }
    #root .homeBandeau__titre {
      line-height: 1em; }
    #root .homeBandeau__texte {
      line-height: 1.2em; } }
  @media only screen and (max-width: 1023px) {
    #root .homeBandeau {
      height: auto; }
      #root .homeBandeau__visuel {
        height: 75vw;
        position: relative; }
        #root .homeBandeau__visuelDesktop {
          display: none; }
        #root .homeBandeau__visuelMobile {
          display: block; }
      #root .homeBandeau__motif {
        width: 100%;
        height: auto;
        padding: 0 20px;
        display: block;
        position: static;
        margin: 30px 0; }
        #root .homeBandeau__motifCircle {
          position: absolute;
          bottom: auto;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 312.5vw;
          height: 237.5vw;
          border-radius: 50%;
          opacity: 1; }
      #root .homeBandeau__infos, #root .homeBandeau__infos:first-child {
        position: absolute; }
        #root .homeBandeau__infos.current, #root .homeBandeau__infos:first-child.current {
          position: relative; }
      #root .homeBandeau__item {
        padding-top: 0;
        position: relative; }
      #root .homeBandeau__categorie {
        display: block;
        margin-bottom: 13px;
        color: #414141;
        opacity: 0.8; }
      #root .homeBandeau__titre {
        font-size: 2.4em;
        color: #414141; }
      #root .homeBandeau__link {
        padding-bottom: 39px; }
        #root .homeBandeau__link a {
          width: 100%;
          padding: 13px 0 14px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      #root .homeBandeau__navigation {
        display: none; }
        #root .homeBandeau__navigation__regle {
          display: none; }
        #root .homeBandeau__navigation__mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  body.accessibilitesBody #root .homeBandeau__navigation {
    background-color: #fff;
    padding: 42px 30px 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 4px;
    bottom: 21px; }
    body.accessibilitesBody #root .homeBandeau__navigation__item button {
      color: #000; }
    body.accessibilitesBody #root .homeBandeau__navigation__regle {
      z-index: 4;
      bottom: 69px; }
      body.accessibilitesBody #root .homeBandeau__navigation__regleBox {
        border-radius: 3px;
        height: 6px;
        background-color: #fff !important;
        border: solid 1px #000; }
  body.accessibilitesBody #root .homeBandeau__titre {
    background-color: #393b39;
    -webkit-box-shadow: 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39;
            box-shadow: 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39, 0 0 0 6px #393b39;
    color: #ffffff; }
  body.accessibilitesBody #root .homeBandeau__motifCircle {
    opacity: 1; }

.logo-section-header {
  display: block !important; }
  @media (max-width: 62rem) {
    .logo-section-header {
      margin: 5px 0 10px; } }
  @media (max-width: 62rem) {
    .logo-section-header > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 47.9rem) {
    .logo-section-header img {
      max-height: 50px; } }
  .logo-section-header .regions-text__container p {
    position: relative;
    border-left: 0; }
    @media (max-width: 47.9rem) {
      .logo-section-header .regions-text__container p {
        font-size: 12px; } }
    .logo-section-header .regions-text__container p:before {
      content: "";
      width: 2px;
      height: 40px;
      background: #a460a3;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 47.9rem) {
        .logo-section-header .regions-text__container p:before {
          height: 30px; } }

@media (max-width: 62rem) {
  #block-ameli-blocks-ameli-blocks-am-slogan {
    display: none !important; } }

#root .lireaussi {
  background: #f5f5f5 url("./../../../assets/img/lireaussi/background_faq.png") no-repeat left bottom;
  padding-top: 88px;
  padding-bottom: 41px;
  background-size: 100% auto; }
  #root .lireaussi .containerArticle {
    margin-left: 305px; }
    #root .lireaussi .containerArticle .entete {
      margin-left: 108px;
      margin-right: 83px; }
    @media only screen and (max-width: 1023px) {
      #root .lireaussi .containerArticle .entete {
        margin-left: 30px; } }
    #root .lireaussi .containerArticle .box {
      margin-left: 0;
      margin-right: 0; }
  #root .lireaussi__titre {
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    color: #414141;
    margin-bottom: 26px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase; }
  #root .lireaussi__chapeau {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    color: #414141;
    margin-bottom: 44px; }
  #root .lireaussi__item {
    border-top: solid 1px #bcb9b7;
    padding: 42px 101px 40px; }
    #root .lireaussi__item:last-child:not(.lireaussi__item--open) {
      border-bottom: solid 1px #bcb9b7; }
    #root .lireaussi__item__titre {
      font-size: 1em; }
      #root .lireaussi__item__titre button {
        font-family: "mic32", sans-serif;
        font-size: 2.4em;
        color: #414141;
        line-height: 1.33333em;
        font-weight: 500;
        cursor: pointer;
        text-align: left;
        width: 100%; }
        #root .lireaussi__item__titre button .before {
          top: 3px;
          left: -40px;
          border-color: #414141; }
        #root .lireaussi__item__titre button span.rond {
          border: solid 1px #414141;
          width: 44px;
          height: 44px;
          position: absolute;
          top: 7px;
          right: -100px;
          border-radius: 50%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #root .lireaussi__item__titre button span.rond .after {
            border-color: #414141;
            width: 9px;
            height: 9px;
            border-width: 2px;
            margin: 0;
            -webkit-transform: translateY(-2px) rotate(45deg);
                -ms-transform: translateY(-2px) rotate(45deg);
                    transform: translateY(-2px) rotate(45deg); }
    #root .lireaussi__item__infos {
      display: none;
      margin-top: 40px; }
    #root .lireaussi__item__visuel {
      margin-bottom: 39px;
      text-align: center; }
      #root .lireaussi__item__visuel img {
        max-width: 100%; }
    #root .lireaussi__item__chapeau, #root .lireaussi__item__texte {
      margin-bottom: 10px;
      color: #414141;
      font-size: 1.6em;
      line-height: 1.65em; }
    #root .lireaussi__item__chapeau {
      font-family: "Ubuntu", sans-serif;
      font-weight: 700; }
    #root .lireaussi__item__texte {
      font-family: "Ubuntu", sans-serif; }
      #root .lireaussi__item__texte a {
        text-decoration: underline; }
      #root .lireaussi__item__texte small {
        display: block;
        font-style: normal;
        font-size: 0.6875em;
        line-height: 1.4em; }
    #root .lireaussi__item--open {
      background-color: #fff;
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
      border-top: solid 1px #fff;
      padding-bottom: 50px; }
    #root .lireaussi__item--open + .lireaussi__item {
      border-top: solid 1px #fff; }
    #root .lireaussi__item--open .lireaussi__item__titre button {
      color: #80ba27; }
      #root .lireaussi__item--open .lireaussi__item__titre button span.rond .after {
        -webkit-transform: translateY(2px) rotate(-135deg);
            -ms-transform: translateY(2px) rotate(-135deg);
                transform: translateY(2px) rotate(-135deg); }
    #root .lireaussi__item--open .lireaussi__item__infos {
      display: block; }
    #root .lireaussi__item .wysiwyg a {
      text-decoration: underline; }
  @media only screen and (max-width: 1023px) {
    #root .lireaussi {
      padding-top: 83px; }
      #root .lireaussi__titre {
        font-size: 3em;
        margin-bottom: 21px; }
      #root .lireaussi__chapeau {
        line-height: 1.63em;
        margin-bottom: 40px; }
      #root .lireaussi__item {
        padding: 40px 30px 40px; }
        #root .lireaussi__item--open {
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 50px;
          padding-right: 50px;
          padding-bottom: 48px; }
        #root .lireaussi__item__titre button {
          font-size: 2em;
          padding-right: 20px; }
          #root .lireaussi__item__titre button .before {
            top: 1px;
            left: -30px; }
          #root .lireaussi__item__titre button span.rond {
            top: 1px;
            right: -29px; }
        #root .lireaussi__item__infos {
          margin-left: -30px;
          margin-right: -30px; }
      #root .lireaussi .containerArticle {
        margin-left: 0; }
        #root .lireaussi .containerArticle img {
          max-width: 100%; }
        #root .lireaussi .containerArticle .box {
          margin-left: 0;
          margin-right: 0; } }
  body.accessibilitesBody #root .lireaussi {
    background-image: none; }
    body.accessibilitesBody #root .lireaussi__titre {
      color: #414141 !important; }
    @media only screen and (min-width: 1024px) {
      body.accessibilitesBody #root .lireaussi__item--open {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: solid 1px #414141;
        border-radius: 4px; } }

#root .menuItem {
  margin-top: 20px;
  padding-left: 17px;
  position: relative; }
  #root .menuItem a {
    display: block; }
  #root .menuItem__type {
    font-family: "mic32", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #414141;
    display: inline-block;
    padding: 3px 3px;
    margin-bottom: 2px;
    text-decoration: underline; }
    #root .menuItem__type--hidden {
      display: none; }
  #root .menuItem__titre {
    font-size: 1.4em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    line-height: 1.29em; }
    #root .menuItem__titre .before {
      border-color: #414141;
      width: 8px;
      height: 8px;
      border-width: 2px;
      top: 5px;
      left: -18px; }
  #root .menuItem--selected .menuItem__titre {
    font-weight: 700; }
  body.accessibilitesBody #root .menuItem__type {
    /*background-color: #000 !important;
      color: #fff !important;*/ }
  body.accessibilitesBody #root .menuItem--selected .menuItem__titre {
    color: #414141 !important; }
    body.accessibilitesBody #root .menuItem--selected .menuItem__titre .before {
      border-color: #000 !important; }

#root .menu {
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  position: relative;
  /* TEMP Test de Menu plus serré */ }
  #root .menu__box {
    padding: 33px 31px 29px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #fff; }
    @media only screen and (min-width: 1024px) {
      #root .menu__box {
        position: relative;
        top: 0;
        margin-bottom: 40px; } }
  #root .menu__titre {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    /*opacity: 0.4;*/
    margin-bottom: 19px; }
    @media only screen and (min-width: 1024px) {
      #root .menu__titre {
        color: #414141 !important; } }
    #root .menu__titre:after {
      display: none;
      width: 9px;
      height: 9px;
      position: absolute;
      top: 34%;
      right: 1px;
      border-color: #bcb9b7; }
  @media only screen and (max-width: 1023px) {
    #root .menu {
      margin: 40px 0 43px 0; }
      #root .menu__box {
        padding: 21px 21px 20px 21px;
        position: relative; }
      #root .menu__liste {
        display: none;
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        left: 0;
        padding: 21px 21px 20px 21px;
        z-index: 1;
        margin-top: 20px; }
      #root .menu--open .menu__liste {
        display: block; }
      #root .menu__titre {
        text-transform: initial;
        font-size: 1.6em;
        font-weight: 700;
        color: #80ba27;
        font-family: "mic32", sans-serif;
        margin-bottom: 0;
        cursor: pointer;
        letter-spacing: 0.5px;
        opacity: 1; }
        #root .menu__titre:after {
          display: block; }
      #root .menu--open .menu__titre:after {
        -webkit-transform: translateY(0%) rotate(-135deg);
            -ms-transform: translateY(0%) rotate(-135deg);
                transform: translateY(0%) rotate(-135deg); } }
  @media only screen and (min-width: 1024px) {
    #root .menu__box {
      padding: 20px 20px 20px; }
    #root .menuItem {
      margin-top: 8px !important; }
      #root .menuItem__titre {
        font-size: 1.3em !important;
        line-height: 1.15em !important; } }
  body.accessibilitesBody #root .menu__titre {
    opacity: 1;
    color: #000 !important; }
  @media only screen and (max-width: 1023px) {
    body.accessibilitesBody #root .menu__titre {
      color: #000 !important; } }

.navigation__transition {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1000; }
  .navigation__transition--start {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-animation: 0.3s ease 0s navigation__transition__show;
            animation: 0.3s ease 0s navigation__transition__show;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .navigation__transition--end {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-animation: 0.4s ease 0s navigation__transition__hide;
            animation: 0.4s ease 0s navigation__transition__hide;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-webkit-keyframes navigation__transition__show {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top; } }

@keyframes navigation__transition__show {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top; } }

@-webkit-keyframes navigation__transition__hide {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; } }

@keyframes navigation__transition__hide {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; } }

#root .navigation {
  border-bottom: solid 1px rgba(0, 92, 167, 0.1);
  position: relative; }
  #root .navigation__titre {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -87px;
    right: 10px;
    text-align: center;
    font-family: "mic32";
    font-weight: bold;
    font-size: 43px;
    letter-spacing: 2px;
    margin-left: 14px; }
  #root .navigation__liste {
    width: 1303px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #root .navigation__item, #root .navigation__cta {
    font-size: 1.6em;
    font-family: "mic32", sans-serif;
    margin: 0 26px;
    letter-spacing: 0.5px;
    white-space: nowrap; }
  #root .navigation__cta {
    display: none;
    margin: 0; }
    #root .navigation__cta a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff !important;
      padding-top: 17px; }
      #root .navigation__cta a.current--home {
        color: transparent !important; }
  @media only screen and (min-width: 1024px) {
    #root .navigation__item {
      background-color: transparent !important;
      height: 100%;
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important; }
      #root .navigation__item:first-child {
        margin: 8px; }
      #root .navigation__item a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 4px;
        border-bottom-width: 2px;
        border-bottom-style: solid; }
        #root .navigation__item a:not(.current) {
          border-color: transparent !important;
          color: #005ca7 !important; }
        #root .navigation__item a.current {
          font-weight: 700; }
        #root .navigation__item a:first-child {
          min-width: 90px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #root .navigation__liste {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #root .navigation__item {
      margin: 0 !important;
      font-size: 1.5em; }
      #root .navigation__item a {
        min-width: 0px !important; } }
  @media only screen and (max-width: 1023px) {
    #root .navigation {
      margin-left: -20px;
      margin-right: -20px;
      border-bottom: none; }
      #root .navigation__titre {
        z-index: 10;
        color: #fff;
        bottom: auto;
        pointer-events: none;
        top: 15px;
        font-size: 13px;
        letter-spacing: 0.5px;
        width: 100%; }
        #root .navigation__titre--center {
          top: 22px; }
      #root .navigation__cta {
        display: block;
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #root .navigation__liste {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        height: 60px;
        position: absolute;
        z-index: 3;
        display: none;
        width: 100%; }
      #root .navigation__item {
        font-size: 1.5em;
        width: 100%;
        height: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 10; }
        #root .navigation__item--odd {
          background-color: #fff; }
        #root .navigation__item--even {
          background-color: #f5f5f5; }
        #root .navigation__item--current {
          display: none; }
        #root .navigation__item--last {
          -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
                  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
          z-index: 5; }
        #root .navigation__item a {
          color: #005ca7 !important;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #root .navigation__item--hiddenMobile {
          display: none; }
      #root .navigation--open .navigation__liste {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #root .navigation--open .navigation__cta a:after {
        top: 53%;
        -webkit-transform: translateY(-50%) rotate(225deg);
            -ms-transform: translateY(-50%) rotate(225deg);
                transform: translateY(-50%) rotate(225deg); } }

@media (max-width: 62rem) {
  .page-front #root .navigation__titre {
    top: 24px; } }

#root .page-error {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 auto 80px auto; }
  #root .page-error #header {
    background-color: #ffffff;
    padding: 25px; }
  #root .page-error h1 {
    display: none; }
  #root .page-error .menu-ameli-public-menu {
    background: #3b4654; }
  #root .page-error .menu-ameli-public-menu .logoam {
    position: relative; }
  #root .page-error .menu-ameli-public-menu .logoam img {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    margin-left: -88px; }
  #root .page-error .menu-ameli-public-menu .menuPublicClose {
    text-transform: uppercase;
    font-size: 0.73333em;
    padding-top: 21px;
    border: none;
    background: url(/assets/other/images/servicesMenuRwd.png) no-repeat center top;
    position: absolute;
    top: 0;
    right: 0; }
  #root .page-error .menu-ameli-public-menu .selectionPublic {
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 3; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul {
    margin: 0;
    padding: 0; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li {
    list-style: none; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(1) a:hover,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(1) a:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(1) a.act {
    background: #e9386e; }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(1) a.act:after {
      border-color: #e9386e transparent transparent transparent; } }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(3) a:hover,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(3) a:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(3) a.act {
    background: #f2b308; }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li:nth-child(3) a.act:after {
      border-color: #f2b308 transparent transparent transparent; } }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro {
    position: relative;
    z-index: 12; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection[aria-expanded="true"],
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst[aria-expanded="true"],
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionErreur,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionErreur,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur[aria-expanded="true"] {
    background: #01b9f5; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:active,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:active {
    outline: 1px dotted black; }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act button:before {
      border-color: #01b9f5 transparent transparent transparent; } }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:after,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:after,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection-bas-page:after,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:after {
    content: " ";
    background: url(/assets/other/images/selectionPublicPro.png) no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer {
    float: none;
    background: #fff;
    padding: 6px 24px;
    font-size: 1.0666em;
    left: 0;
    top: 31px;
    width: 305px;
    z-index: 11;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
    list-style: none; }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer {
      position: absolute; } }
  @media (max-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer {
      padding-left: 2px;
      padding-right: 18px; } }
  @media (max-width: 61.1rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer {
      overflow: auto; } }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li {
    position: static;
    display: block;
    clear: both;
    padding: 0;
    text-transform: none; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a {
    display: block;
    color: #495058;
    text-decoration: none;
    font-size: 1em;
    /*text-transform: initial;*/
    font-weight: normal;
    width: 100%;
    background-color: white; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a:before {
    content: url(/assets/other/images/selectionPublicProLi.png);
    display: inline-block;
    vertical-align: middle; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a:hover,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a.active {
    font-weight: bold; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a:hover:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a:focus:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer li a.active:before {
    content: url(/assets/other/images/selectionPublicProLiAct.png); }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro a {
    text-transform: none; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.active #btnSelection:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelection:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelection:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.active #btnSelectionInst:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionInst:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelectionInst:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.active #btnSelectionErreur:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionErreur:before,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelectionErreur:before {
    z-index: 12; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro {
    float: left;
    cursor: pointer; }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li #btnSelection-bas-page {
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 0.9333em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: none;
    background: none;
    overflow: visible; }
  @media (max-width: 61.1rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li #btnSelection-bas-page {
      background: #3e4a5a;
      border-bottom: 3px solid #fff; }
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li #btnSelection-bas-page:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li #btnSelection-bas-page:focus {
      background: #3e4a5a; } }
  @media (min-width: 62rem) and (max-width: 74.9rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li #btnSelection-bas-page {
      font-size: 0.8em; } }
  @media (max-width: 61.1rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur {
      width: 100%;
      text-align: left; } }
  @media (max-width: 61.1rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro {
      display: block;
      float: none; } }
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a.act,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a:hover,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a:focus,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionErreur,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:hover #btnSelectionErreur,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelection,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelectionInst,
  #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro:focus #btnSelectionErreur {
    color: #fff;
    position: relative; }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li > a.act:after,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelection:before,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionInst:before,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro.act #btnSelectionErreur:before {
      position: absolute;
      left: 50%;
      margin-left: -7px;
      bottom: -6px;
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 6px 0 6px; } }
  @media (max-width: 61.1rem) {
    #root .page-error .menu-ameli-public-menu .col-xs-12 {
      padding: 0; }
    #root .page-error .menu-ameli-public-menu .titrePublic {
      background: #fff;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #3e4a5a;
      padding: 8px 13px; }
    #root .page-error .menu-ameli-public-menu .selectionPublic > ul {
      margin-top: 2.5rem; }
    #root .page-error .menu-ameli-public-menu .publicCollapse {
      display: block;
      text-transform: uppercase;
      padding: 9px 12px 7px;
      font-size: 0.9333em;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      border: none;
      background: none;
      overflow: visible;
      width: 100%;
      text-align: left; }
    #root .page-error .menu-ameli-public-menu .publicCollapse:after {
      content: " ";
      background: url(/assets/other/images/menuPublicRwd.png) no-repeat;
      width: 14px;
      height: 7px;
      position: static;
      margin: 0 0 0 6px;
      vertical-align: middle;
      display: inline-block; }
    #root .page-error .menu-ameli-public-menu .publicCollapse.assures {
      background: #e9386e; }
    #root .page-error .menu-ameli-public-menu .publicCollapse.employeur {
      background: #f2b308; }
    #root .page-error .menu-ameli-public-menu .publicCollapse.proSante {
      background: #01b9f5; }
    #root .page-error .menu-ameli-public-menu .publicCollapse.assurance-maladie {
      background: #3e4a5a; }
    #root .page-error .menu-ameli-public-menu .publicCollapse[aria-expanded="true"] {
      display: none; }
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro .layer {
      position: static;
      width: 100%; }
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelection[aria-expanded="true"],
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionInst[aria-expanded="true"],
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:hover,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur:focus,
    #root .page-error .menu-ameli-public-menu .selectionPublic ul li .selectionPro #btnSelectionErreur[aria-expanded="true"] {
      background: #01b9f5; } }
  @media (min-width: 62rem) {
    #root .page-error .menu-ameli-public-menu .selectionPublic.collapse {
      display: block;
      visibility: visible; } }
  #root .page-error .erreur-title {
    color: #005da8;
    font-size: 2.333em; }
    #root .page-error .erreur-title span {
      font-size: 5.714em;
      vertical-align: top;
      color: #005da8; }
  #root .page-error .erreur-zone {
    padding-top: 80px; }
    #root .page-error .erreur-zone .erreur-zone-2 {
      padding: 100px 0 0 0; }
  #root .page-error .erreur-text {
    text-align: center;
    font-size: 1.333em; }
  #root .page-error .erreur-menu-title {
    color: #005da8;
    margin-bottom: 10px;
    font-size: 1.413em;
    margin-left: 16px; }
  #root .page-error .erreur-menu ul li:first-child a {
    background-color: #e9386e; }
  #root .page-error .erreur-menu ul .selectionPro {
    background-color: #01b9f5;
    margin: 0 8px; }
  #root .page-error .erreur-menu ul .selectionPro .dropdown-menu {
    position: static; }
  #root .page-error .erreur-menu ul li:nth-child(3) a {
    background-color: #f2b308; }
  #root .page-error .erreur-menu ul li:last-child a {
    background-color: #005da8; }

#root .paroleDirigeantsItem {
  height: 369px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6%;
  margin-left: -20px;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  #root .paroleDirigeantsItem__visuel {
    margin-top: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      #root .paroleDirigeantsItem__visuel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    #root .paroleDirigeantsItem__visuel img {
      position: relative;
      display: block;
      width: 100%; }
  #root .paroleDirigeantsItem__motif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 1024px) {
    #root .paroleDirigeantsItem__imgbox {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  #root .paroleDirigeantsItem__infos {
    width: 285px;
    padding-top: 69px;
    margin-left: -38px;
    position: relative; }
  #root .paroleDirigeantsItem__titre {
    font-family: "mic32", sans-serif;
    font-size: 3em;
    font-weight: 500;
    margin-bottom: 11px;
    position: relative; }
    #root .paroleDirigeantsItem__titre blockquote {
      position: relative; }
    #root .paroleDirigeantsItem__titre:before {
      content: "“";
      position: absolute;
      top: -47px;
      left: -21px;
      font-family: "mic32", sans-serif;
      font-weight: 500;
      font-size: 6.66666em;
      font-style: normal; }
  #root .paroleDirigeantsItem:nth-child(2n + 1) .paroleDirigeantsItem__titre blockquote {
    color: #005ca7; }
  #root .paroleDirigeantsItem:nth-child(2n + 1) .paroleDirigeantsItem__titre:before {
    color: #d8f2fa; }
  #root .paroleDirigeantsItem:nth-child(2n) .paroleDirigeantsItem__titre blockquote {
    color: #ef7b6c; }
  #root .paroleDirigeantsItem:nth-child(2n) .paroleDirigeantsItem__titre:before {
    color: #fdebe8; }
  #root .paroleDirigeantsItem__auteur {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    font-style: normal;
    color: #1e2568;
    letter-spacing: -0.02em;
    line-height: 1.4em;
    margin-bottom: 19px; }
    @media only screen and (min-width: 1024px) {
      #root .paroleDirigeantsItem__auteur {
        margin-top: 113px; } }
  #root .paroleDirigeantsItem__mentions {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 1em;
    color: #1e2568;
    font-family: "Ubuntu", sans-serif; }
  #root .paroleDirigeantsItem__cta button {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 22px 14px 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block; }
  #root .paroleDirigeantsItem:nth-child(2n + 1) .paroleDirigeantsItem__cta button {
    background-color: #005ca7; }
  #root .paroleDirigeantsItem:nth-child(2n) .paroleDirigeantsItem__cta button {
    background-color: #e11a81; }
  @media only screen and (max-width: 1023px) {
    #root .paroleDirigeantsItem {
      display: block;
      width: 100%;
      margin-left: 0;
      height: auto; }
      #root .paroleDirigeantsItem__visuel {
        margin: 0 8px 16px; }
      #root .paroleDirigeantsItem:nth-child(2n + 1) .paroleDirigeantsItem__motif {
        background-position-x: 54%;
        background-position-y: 71%;
        background-size: 76.8% auto; }
      #root .paroleDirigeantsItem:nth-child(2n) .paroleDirigeantsItem__motif {
        background-position-x: 54%;
        background-position-y: 71%;
        background-size: 76.8% auto; }
      #root .paroleDirigeantsItem__infos {
        width: 100%;
        padding-top: 0;
        margin-left: 0; }
      #root .paroleDirigeantsItem__titre {
        font-size: 2.4em;
        text-align: center;
        pointer-events: none; }
        #root .paroleDirigeantsItem__titre:before {
          top: -50px;
          left: 36%;
          font-size: 8em; }
      #root .paroleDirigeantsItem__auteur {
        text-align: center;
        width: 200px;
        margin: 0 auto 19px auto; }
      #root .paroleDirigeantsItem__mentions {
        text-align: center; }
      #root .paroleDirigeantsItem__cta {
        margin-bottom: 42px; }
        #root .paroleDirigeantsItem__cta button {
          width: 100%;
          padding: 13px 0 14px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  body.accessibilitesBody #root .paroleDirigeantsItem:nth-child(2n + 1) .paroleDirigeantsItem__cta button {
    background-color: #02579c; }
  body.accessibilitesBody #root .paroleDirigeantsItem:nth-child(2n) .paroleDirigeantsItem__cta button {
    background-color: #a32d2f; }

#root .paroleDirigeants {
  padding-top: 78px; }
  #root .paroleDirigeants__titre {
    text-align: center;
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 0;
    color: #005ca7; }
  #root .paroleDirigeants__liste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px; }
  @media only screen and (max-width: 1023px) {
    #root .paroleDirigeants {
      padding-top: 40px;
      max-width: 400px;
      margin: 0 auto; }
      #root .paroleDirigeants__titre {
        font-size: 3em;
        margin-bottom: 40px; }
      #root .paroleDirigeants__liste {
        display: block;
        padding-left: 20px;
        padding-right: 20px; } }

#root .ressources {
  padding-top: 80px;
  padding-bottom: 80px; }
  #root .ressources__titre {
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 40px;
    color: #005ca7; }
  #root .ressources__liste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #root .ressources__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    height: 240px;
    background-color: #9f5bb6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    #root .ressources__item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #root .ressources__item > * {
      position: relative; }
    #root .ressources__item--type1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      #root .ressources__item--type1 a {
        background-color: #fff;
        font-family: "Ubuntu", sans-serif;
        text-transform: uppercase;
        font-size: 1.6em;
        border-radius: 20px;
        font-weight: 500;
        color: #005ca7;
        margin-bottom: 20px;
        padding: 13px 22px 14px;
        -webkit-transition: background-color 0.35s ease;
        transition: background-color 0.35s ease; }
        #root .ressources__item--type1 a:after {
          border-color: #005ca7; }
  #root .ressources__ra {
    padding: 24px 0; }
    #root .ressources__ra__titre {
      font-family: "mic32", sans-serif;
      font-weight: 500;
      font-size: 2em;
      color: #fff;
      margin-bottom: 23px;
      padding-left: 34px; }
    #root .ressources__ra__liste {
      width: calc(100% - 40px);
      margin: 0 auto; }
    #root .ressources__ra__item {
      font-family: "mic32", sans-serif;
      font-weight: 500;
      font-size: 1.6em;
      margin-bottom: 10px; }
      #root .ressources__ra__item:last-child {
        margin-bottom: 0; }
      #root .ressources__ra__item a {
        color: #005ca7;
        background-color: #fff;
        border-radius: 20px;
        display: block;
        padding: 10px 31px 11px;
        width: 100%;
        -webkit-transition: background-color 0.35s ease;
        transition: background-color 0.35s ease; }
        #root .ressources__ra__item a:after {
          border-color: #fff;
          border-width: 2px;
          width: 8px;
          height: 8px; }
  @media only screen and (max-width: 1023px) {
    #root .ressources {
      padding-top: 40px;
      padding-bottom: 40px;
      margin: 0 auto; }
      #root .ressources__titre {
        font-size: 3em; }
      #root .ressources__liste {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #root .ressources__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; } }
  body.accessibilitesBody #root .ressources__ra__item a {
    color: #005ca7;
    background-color: #fff; }
    body.accessibilitesBody #root .ressources__ra__item a:after {
      border-color: #005ca7; }

@media only screen and (min-width: 1024px) {
  #root .withFadeIn.visible .ressources__item:nth-child(0) {
    opacity: 0;
    -webkit-animation: 0.75s ease 0.5s fadeIn;
            animation: 0.75s ease 0.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .withFadeIn.visible .ressources__item:nth-child(1) {
    opacity: 0;
    -webkit-animation: 0.75s ease 0.75s fadeIn;
            animation: 0.75s ease 0.75s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .withFadeIn.visible .ressources__item:nth-child(2) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1s fadeIn;
            animation: 0.75s ease 1s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .withFadeIn.visible .ressources__item:nth-child(3) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1.25s fadeIn;
            animation: 0.75s ease 1.25s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .withFadeIn.visible .ressources__item:nth-child(4) {
    opacity: 0;
    -webkit-animation: 0.75s ease 1.5s fadeIn;
            animation: 0.75s ease 1.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

#root .tempsFortsItem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
  transition: transform 0.75s ease, opacity 0.25s ease;
  transition: transform 0.75s ease, opacity 0.25s ease, -webkit-transform 0.75s ease;
  width: 100%; }
  #root .tempsFortsItem.prev {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  #root .tempsFortsItem.current {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    position: relative; }
  #root .tempsFortsItem.next {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  #root .tempsFortsItem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #root .tempsFortsItem__visuel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 469px;
            flex: 0 0 469px;
    margin: 21px 30px 0;
    position: relative; }
    #root .tempsFortsItem__visuelBox {
      width: 93%;
      height: 0;
      padding-bottom: 92%;
      position: relative;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 50%;
      margin-bottom: 11%; }
    #root .tempsFortsItem__visuelMotif {
      width: 93%;
      height: 0;
      padding-bottom: 92%;
      background: transparent url("./../../../assets/img/exemple_blockquote_white.png") no-repeat center center;
      background-size: cover;
      border-radius: 50%;
      position: absolute;
      bottom: 2px;
      right: 0;
      opacity: 0.5; }
  #root .tempsFortsItem__infos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 468px;
            flex: 0 0 468px;
    margin: 0 30px; }
  #root .tempsFortsItem__titre {
    font-family: "mic32", sans-serif;
    font-size: 3em;
    color: #fff;
    line-height: 1.275em;
    margin-bottom: 20px;
    font-weight: 400; }
    #root .tempsFortsItem__titre * {
      color: #fff; }
  #root .tempsFortsItem__chapeau {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 10px; }
    #root .tempsFortsItem__chapeau a {
      color: #fff;
      text-decoration: underline; }
  #root .tempsFortsItem__texte {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 10px; }
    #root .tempsFortsItem__texte:last-child {
      margin-bottom: 0; }
    #root .tempsFortsItem__texte small {
      font-style: normal;
      display: block;
      line-height: 1.3em; }
    #root .tempsFortsItem__texte a {
      text-decoration: underline; }
    #root .tempsFortsItem__texte a,
    #root .tempsFortsItem__texte strong {
      color: #fff; }
    #root .tempsFortsItem__texte small {
      color: #a1b9d6; }
    #root .tempsFortsItem__texte sup {
      color: #fff; }
  @media only screen and (max-width: 1023px) {
    #root .tempsFortsItem__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #root .tempsFortsItem__visuel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 288px;
              flex: 0 0 288px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 40px auto 0;
      max-width: 276px;
      width: 100%; }
    #root .tempsFortsItem__infos {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 600px;
      max-width: calc(100% - 40px);
      margin: 0 auto; }
    #root .tempsFortsItem__titre {
      font-size: 2.4em;
      text-align: center;
      line-height: 1.35em; }
    #root .tempsFortsItem__chapeau {
      text-align: center; }
    #root .tempsFortsItem__texte {
      text-align: center; } }

#root .tempsForts {
  padding-top: 80px;
  padding-bottom: 78px;
  position: relative; }
  #root .tempsForts * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #root .tempsForts__motif {
    background-color: #005ca7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  #root .tempsForts__titre {
    color: #fff;
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 20px; }
  #root .tempsForts__chapeau {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.8em;
    text-align: center;
    width: 729px;
    margin: 0 auto;
    line-height: 1.45em;
    margin-bottom: 70px; }
  #root .tempsForts__liste {
    position: relative;
    overflow: hidden; }
  #root .tempsForts__navigation {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 62px;
    position: relative; }
    #root .tempsForts__navigation__swipe {
      position: absolute;
      top: -10px;
      left: calc(50% - 45px);
      width: 90px;
      height: 90px;
      background-color: transparent;
      background-image: url("./../../../assets/img/picto-swipe.gif");
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: center;
      background-size: cover; }
      @media only screen and (min-width: 1024px) {
        #root .tempsForts__navigation__swipe {
          display: none; } }
    #root .tempsForts__navigation__liste {
      background-color: #0c419a;
      border-radius: 18px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
              box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 32px; }
    @media only screen and (min-width: 1024px) {
      #root .tempsForts__navigation__item {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important; } }
    #root .tempsForts__navigation__item button {
      width: 26px;
      height: 26px;
      cursor: pointer;
      display: block;
      position: relative; }
      #root .tempsForts__navigation__item button:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    #root .tempsForts__navigation__regle {
      position: absolute;
      top: 0;
      left: 44px;
      right: 44px;
      bottom: 0;
      pointer-events: none; }
    #root .tempsForts__navigation__curseur {
      position: absolute;
      background-color: #fff;
      border-radius: 13px;
      top: -3px;
      width: 48px;
      height: 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.15);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: all;
      cursor: pointer; }
      #root .tempsForts__navigation__curseur--withInterval {
        -webkit-transition: left 0.25s ease;
        transition: left 0.25s ease; }
      #root .tempsForts__navigation__curseurCenter {
        width: 8px;
        height: 8px;
        background-color: #e11a81;
        border-radius: 50%; }
      #root .tempsForts__navigation__curseur:before, #root .tempsForts__navigation__curseur:after {
        content: "";
        width: 6px;
        height: 6px;
        border-bottom: solid 1px #e11a81;
        border-right: solid 1px #e11a81;
        margin: 0px 4px 0; }
      #root .tempsForts__navigation__curseur:before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      #root .tempsForts__navigation__curseur:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #root .tempsForts__navigation__curseurBox {
        background-color: #fff;
        position: absolute;
        bottom: calc(100% + 17px);
        border-radius: 3px;
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.15);
        font-family: "Ubuntu", sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        color: #e11a81;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 8px 12px 9px 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        #root .tempsForts__navigation__curseurBox:after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          background-color: #fff;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          top: 100%;
          left: 50%; }
  @media only screen and (max-width: 1023px) {
    #root .tempsForts {
      padding-top: 47px;
      padding-bottom: 34px; }
      #root .tempsForts__motif {
        background-position-x: left;
        background-size: auto 150%; }
      #root .tempsForts__titre {
        font-size: 3em; }
      #root .tempsForts__chapeau {
        width: 80%;
        font-size: 1.6em;
        line-height: 1.5em;
        margin-bottom: 87px; }
      #root .tempsForts__navigation {
        margin-bottom: 43px; }
        #root .tempsForts__navigation__liste {
          padding: 0 7px;
          margin-left: 4px;
          margin-right: 4px; }
        #root .tempsForts__navigation__regle {
          left: 11px;
          right: 11px; }
        #root .tempsForts__navigation__curseur {
          left: 50% !important; }
        #root .tempsForts__navigation__item {
          display: none; }
          #root .tempsForts__navigation__item--visible {
            display: block; }
          #root .tempsForts__navigation__item button {
            opacity: 0.3; } }
  body.accessibilitesBody #root .tempsForts__motif {
    background-color: #005c99;
    background-image: none; }
  body.accessibilitesBody #root .tempsForts__navigation__curseurCenter {
    background-color: #a32d2f; }
  body.accessibilitesBody #root .tempsForts__navigation__curseur:before, body.accessibilitesBody #root .tempsForts__navigation__curseur:after {
    border-bottom: solid 1px #a32d2f;
    border-right: solid 1px #a32d2f; }
  body.accessibilitesBody #root .tempsForts__navigation__curseurBox {
    color: #a32d2f; }

#root .videoEncart {
  position: relative;
  margin: 40px 0; }
  #root .videoEncart img {
    width: 100%;
    display: block; }
  #root .videoEncart button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #root .videoEncart button span {
      height: 0;
      width: 0;
      border: solid 10px transparent;
      border-right-width: 0;
      -webkit-transform: scale(1.5, 1) translateX(20%);
          -ms-transform: scale(1.5, 1) translateX(20%);
              transform: scale(1.5, 1) translateX(20%); }
  @media only screen and (max-width: 1023px) {
    #root .videoEncart button {
      width: 60px;
      height: 60px; } }
  body.accessibilitesBody #root .videoEncart button span {
    border-left-color: #000 !important; }

#root .videoPlayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100; }
  #root .videoPlayer .containerSecondaire, #root .videoPlayer .homeBandeau__navigation, #root .videoPlayer .homeBandeau__navigation__regle {
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      #root .videoPlayer .containerSecondaire, #root .videoPlayer .homeBandeau__navigation, #root .videoPlayer .homeBandeau__navigation__regle {
        max-width: 150vh; } }
  #root .videoPlayer__box {
    width: 100%;
    height: 0;
    padding-bottom: 56.16666666%;
    background-color: transparent;
    position: relative; }
    #root .videoPlayer__boxOverflow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      background-color: #000; }
    #root .videoPlayer__boxPlayer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
      #root .videoPlayer__boxPlayer * {
        width: 100%;
        height: 100%; }
      #root .videoPlayer__boxPlayer--ready {
        opacity: 1; }
      #root .videoPlayer__boxPlayer--transcription {
        background-color: #f5f5f5;
        opacity: 1;
        padding: 85px 195px 85px 205px;
        overflow: auto; }
        #root .videoPlayer__boxPlayer--transcription .h3 {
          font-family: "mic32", sans-serif;
          font-size: 36px;
          color: #80ba27;
          line-height: 1.2em;
          margin-bottom: 44px;
          letter-spacing: 0; }
        #root .videoPlayer__boxPlayer--transcription * + .h3 {
          margin-top: 44px; }
        #root .videoPlayer__boxPlayer--transcription ul + p {
          margin-top: 44px; }
        #root .videoPlayer__boxPlayer--transcription p,
        #root .videoPlayer__boxPlayer--transcription li {
          font-family: "Ubuntu", sans-serif;
          font-size: 24px;
          letter-spacing: -0.0125em;
          line-height: 1.85em;
          margin-bottom: 24px; }
        #root .videoPlayer__boxPlayer--transcription ol > li {
          list-style-type: decimal;
          list-style-position: inside; }
        #root .videoPlayer__boxPlayer--transcription ul > li {
          list-style-type: disc;
          margin-left: 40px;
          margin-bottom: 0px; }
        #root .videoPlayer__boxPlayer--transcription ul > li > ul > li {
          list-style-type: circle; }
        #root .videoPlayer__boxPlayer--transcription li > ul {
          margin-top: 12px; }
        #root .videoPlayer__boxPlayer--transcription em {
          font-style: normal; }
        #root .videoPlayer__boxPlayer--transcription * {
          height: auto; }
      #root .videoPlayer__boxPlayer--noCookie {
        background-color: #434343;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 1; }
        #root .videoPlayer__boxPlayer--noCookie p {
          font-family: "Ubuntu", sans-serif;
          color: #fff;
          font-size: 1.4em;
          font-weight: 700;
          text-align: center; }
        #root .videoPlayer__boxPlayer--noCookie button {
          font-family: "Ubuntu", sans-serif;
          color: #fff;
          background-color: #0686d7;
          padding: 8px 12px;
          margin-left: 16px;
          text-transform: uppercase;
          font-weight: 500; }
        #root .videoPlayer__boxPlayer--noCookie * {
          width: auto;
          height: auto; }
  #root .videoPlayer__interface {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none; }
    #root .videoPlayer__interfaceMobile > * {
      pointer-events: all;
      position: absolute; }
  #root .videoPlayer__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: all; }
    #root .videoPlayer__closeCta {
      display: block; }
    #root .videoPlayer__closeCtaContraste {
      display: none; }
  #root .videoPlayer__openTranscription {
    position: absolute;
    top: 20px;
    right: 80px;
    background-color: #fff;
    border-radius: 22px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: all;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.2em;
    font-family: "Ubuntu", sans-serif; }
    #root .videoPlayer__openTranscription:after {
      border-color: #000; }
  #root .videoPlayer__play {
    bottom: 60px;
    left: 169px;
    color: #fff; }
    #root .videoPlayer__play img {
      position: absolute; }
  #root .videoPlayer__volume {
    bottom: 62px;
    right: 184px;
    color: #fff; }
    #root .videoPlayer__volume img {
      position: absolute; }
  #root .videoPlayer__subtitle {
    bottom: 61px;
    right: 150px;
    color: #fff; }
    #root .videoPlayer__subtitle img {
      position: absolute; }
  #root .videoPlayer__play:focus, #root .videoPlayer__volume:focus, #root .videoPlayer__subtitle:focus {
    outline: none; }
    #root .videoPlayer__play:focus img, #root .videoPlayer__volume:focus img, #root .videoPlayer__subtitle:focus img {
      outline: dotted 2px #00ab8e; }
  #root .videoPlayer__regle {
    left: 203px;
    right: 203px;
    bottom: 50px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    cursor: pointer; }
  #root .videoPlayer__curseur {
    left: 0;
    top: 0;
    background-color: #80ba27;
    height: 100%;
    border-radius: 2px;
    pointer-events: none; }
  @media only screen and (max-width: 1023px) {
    #root .videoPlayer {
      background-color: rgba(0, 0, 0, 0.85); }
      #root .videoPlayer .containerSecondaire, #root .videoPlayer .homeBandeau__navigation, #root .videoPlayer .homeBandeau__navigation__regle {
        width: 100%; } }
    @media only screen and (max-width: 1023px) and (orientation: landscape) {
      #root .videoPlayer .containerSecondaire, #root .videoPlayer .homeBandeau__navigation, #root .videoPlayer .homeBandeau__navigation__regle {
        width: 65%; } }
  @media only screen and (max-width: 1023px) {
      #root .videoPlayer__play {
        bottom: 40px;
        left: 20px; }
      #root .videoPlayer__volume {
        bottom: 43px;
        right: 80px;
        display: block; }
      #root .videoPlayer__subtitle {
        bottom: 42px;
        right: 45px;
        display: block; }
      #root .videoPlayer__regle {
        bottom: 30px;
        left: 50px;
        right: 100px; }
      #root .videoPlayer__close {
        top: -80px; } }
    @media only screen and (max-width: 1023px) and (orientation: landscape) {
      #root .videoPlayer__close {
        top: 0;
        right: -60px; } }
  @media only screen and (max-width: 1023px) {
      #root .videoPlayer__openTranscription {
        top: -80px; } }
    @media only screen and (max-width: 1023px) and (orientation: landscape) {
      #root .videoPlayer__openTranscription {
        top: 10px;
        right: 10px; } }
  @media only screen and (max-width: 1023px) and (orientation: landscape) {
    #root .videoPlayer__boxPlayer {
      top: 0;
      bottom: 0; } }
  @media only screen and (max-width: 1023px) and (orientation: portrait) {
    #root .videoPlayer__boxPlayer {
      top: 0;
      bottom: 0; } }
  @media only screen and (max-width: 1023px) {
      #root .videoPlayer__boxPlayer--transcription {
        padding: 15px; }
        #root .videoPlayer__boxPlayer--transcription h3 {
          font-size: 1.8em;
          line-height: 1.2em;
          margin-bottom: 14px; }
        #root .videoPlayer__boxPlayer--transcription p {
          font-size: 1.2em;
          line-height: 1.4em;
          margin-bottom: 12px; }
      #root .videoPlayer__boxPlayer--noCookie button {
        display: block;
        margin: 20px auto; }
      #root .videoPlayer__interface {
        pointer-events: none; }
        #root .videoPlayer__interfaceMobile {
          position: absolute;
          pointer-events: all;
          top: 100%;
          left: 0;
          right: 0;
          height: 60px; } }
  body.accessibilitesBody #root .videoPlayer__closeCta {
    display: none; }
  body.accessibilitesBody #root .videoPlayer__closeCtaContraste {
    display: block; }
  body.accessibilitesBody #root .videoPlayer__overlay {
    position: absolute;
    bottom: 30px;
    background: #fff;
    left: 139px;
    right: 92px;
    height: 44px;
    border-radius: 22px; }
    @media only screen and (max-width: 1023px) {
      body.accessibilitesBody #root .videoPlayer__overlay {
        bottom: 10px;
        left: 0;
        right: 0; } }
  body.accessibilitesBody #root .videoPlayer__regle {
    border: solid 1px #000; }
  body.accessibilitesBody #root .videoPlayer__curseur {
    background-color: #000; }
  body.accessibilitesBody #root .videoPlayer__boxPlayer--transcription .h3 {
    color: #4c6008; }

body.withVideoOpen a,
body.withVideoOpen button {
  pointer-events: none; }

body.withVideoOpen .videoPlayer a,
body.withVideoOpen .videoPlayer button {
  pointer-events: all; }

#root .videoSlider {
  overflow: hidden;
  position: relative; }
  #root .videoSlider .videoEncart {
    margin: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.75s ease;
    transition: transform 0.75s ease, opacity 0.25s ease;
    transition: transform 0.75s ease, opacity 0.25s ease, -webkit-transform 0.75s ease;
    width: 100%; }
    #root .videoSlider .videoEncart:first-child {
      position: relative; }
    #root .videoSlider .videoEncart.prev {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    #root .videoSlider .videoEncart.current {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1; }
    #root .videoSlider .videoEncart.next {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  #root .videoSlider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 41px 0; }
    #root .videoSlider__navigation__button {
      width: 6px;
      height: 6px;
      background-color: #bcb9b7;
      border-radius: 50%;
      margin: 0px 3px;
      opacity: 0.5; }
      #root .videoSlider__navigation__button--selected {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 2px; }
    #root .videoSlider__navigation__mobile {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 137px;
      z-index: 2;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #root .videoSlider__navigation__mobile button {
        width: 44px;
        height: 44px;
        border: solid 1px #fff;
        border-radius: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 10px; }
        #root .videoSlider__navigation__mobile button:after {
          margin: 0;
          width: 8px;
          height: 8px;
          border-width: 2px; }
        #root .videoSlider__navigation__mobile button:first-child:after {
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  @media only screen and (max-width: 1023px) {
    #root .videoSlider {
      margin: 0 -20px; }
      #root .videoSlider .videoEncart {
        margin: 0px;
        height: calc(100vw); }
      #root .videoSlider__navigation {
        margin: 20px 0 31px 0; }
        #root .videoSlider__navigation__mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

#root .welcome {
  padding: 80px 0; }
  #root .welcome__titre {
    font-family: "mic32", sans-serif;
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 20px;
    color: #005ca7;
    opacity: 0;
    -webkit-animation: 0.75s ease 0.25s fadeIn;
            animation: 0.75s ease 0.25s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #root .welcome__texte {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.8em;
    text-align: center;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.45em;
    color: #005ca7;
    opacity: 0;
    -webkit-animation: 0.75s ease 0.5s fadeIn;
            animation: 0.75s ease 0.5s fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  @media only screen and (max-width: 1023px) {
    #root .welcome {
      padding: 39px 0 57px 0; }
      #root .welcome__titre {
        font-size: 3em;
        margin-bottom: 21px; }
      #root .welcome__texte {
        font-size: 1.6em;
        line-height: 1.5em; } }

#root .wysiwyg h1,
#root .wysiwyg h2,
#root .wysiwyg h3 {
  font-family: "mic32", sans-serif;
  font-size: 3em;
  color: #80ba27;
  margin: 20px 0 20px 0;
  font-weight: 400; }

#root .wysiwyg p,
#root .wysiwyg ul,
#root .wysiwyg table {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6em;
  color: #414141;
  margin: 0px 0 20px 0;
  line-height: 1.65em; }
  #root .wysiwyg p small,
  #root .wysiwyg ul small,
  #root .wysiwyg table small {
    font-size: 0.6875em;
    display: block;
    line-height: 1.4em;
    font-style: normal;
    margin-top: -10px;
    font-weight: 700; }
  #root .wysiwyg p em,
  #root .wysiwyg ul em,
  #root .wysiwyg table em {
    font-style: normal; }

#root .wysiwyg li {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 0px; }

#root .wysiwyg a {
  text-decoration: underline; }

#root .wysiwyg table {
  width: 100%;
  font-size: 1.4em;
  border-collapse: collapse; }
  #root .wysiwyg table thead {
    font-weight: 700; }
  #root .wysiwyg table td {
    padding: 3px 5px; }
  #root .wysiwyg table,
  #root .wysiwyg table tr,
  #root .wysiwyg table td {
    border: 1px solid black; }
  #root .wysiwyg table caption {
    color: #fff;
    background-color: #005ca7;
    text-align: center; }

@media only screen and (max-width: 1023px) {
  #root .wysiwyg h1,
  #root .wysiwyg h2,
  #root .wysiwyg h3 {
    font-size: 2.4em; } }
