/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
}
body {
  font-weight: 500;
  font-family: museo-sans, sans-serif;
  /*300 500 700 900*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
  max-width:100%;
  vertical-align:bottom;
}
a {
  color:#444;
  text-decoration:none;
}
a:hover {
  color:#444;
}
a:focus {
  outline:0;
}
a:hover,
a:active {
  outline:0;
}
input:focus {
  outline:0;
  border:1px solid #04A4CC;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

/*J*/

/* Colors */
:root {
    --pink-color: #E7005E;
    --purple-color : #41377F;
}
 /* HEADER Sticky */
 header {
  background: none;
  padding-top: 1rem;
 }
/*  .header__dons.sticky {
  position: fixed;
  top: 3rem;
  border: 1px solid #fff;
 } */

/* HEADER - Section 1 */
#header {
    height: 100vh;
    width: 100%;
  font-style: italic;
  background: url('img/bienrentrer-prevention-route-don.jpg') no-repeat center/cover;
}
.header__logo {
    z-index: 9;
    position: absolute;
    top: 3rem;
    left: 2.9rem;
  width: 14.8rem
}
.header__social-links {
  position: absolute;
  z-index: 9;
  right: 4rem;
  top: 3rem;
}
.header__social-links img {
  width: 4.1rem;
  height: 4.1rem;
  margin-left: 1rem;
}
.header__content {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 6rem;
}
.header__content-title {
  padding: 0 0 2.5rem 12rem;
}
.header__play-video {
  cursor: pointer;
  width: 10rem;
}
.header__title {
  font-size: 9rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: .4rem .4rem #C42A61;
  display: inline-block;
  line-height: 1;
  padding-top: 2.5rem;
}
.header__title span {
  display: block;
  text-transform: none;
  font-size: 2.1rem;
  font-weight: 700;
  text-shadow: .1rem .1rem #C42A61;
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}
.header__title span.pull-right {
  text-align: right;
}
.header__dons {
  background: var(--pink-color);
  color: #fff;
  border-radius: 5rem;
  height: 8.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem 0 6rem;
}
.header__dons #boutons_dons {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__dons #boutons_dons .boutons_dons-choix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__dons #boutons_dons h6, header .header__dons #boutons_dons h6.deduction {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__dons #boutons_dons h6 span, header #boutons_dons h6 span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .9;
}
.header__dons #boutons_dons button {
  font-weight: 700;
  font-size: 2.8rem;
  font-style: italic;
  color: #fff;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  min-width: 18rem;
  width: auto;
  height: 3.7rem;
  margin-right: 3rem;
}
.header__dons #boutons_dons button.buttonDon-clicked::after {
  content: '';
  width: 1.3rem;
  height: .8rem;
  position: absolute;
  top: 1.2rem;
  left: -2.6rem;
  border: 3px solid var(--purple-color);
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
}
.header__dons #boutons_dons button::before,
.header__dons #boutons_dons div.input-don::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.3rem solid #fff;
  border-radius: 0.4rem;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: -2.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__dons #boutons_dons .deduction {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-left: 1rem;
  text-align: left;
}
.header__dons #boutons_dons .cta_btn-dons {
  width: 18rem;
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--purple-color);
  border-radius: 3.5rem;
  line-height: 4.7rem;
  transition: all 0.3s ease-in-out;
  padding: .8rem .5rem;
}
.header__dons #boutons_dons .cta_btn-dons:hover {
  color: var(--purple-color);
  background-color: #fff;
}
.header__modale {
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: var(--purple-color);
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__modale.open {
  opacity: 1;
  visibility: visible;
}
.header__modale-video {
  position: relative;
  border-radius: 5rem;
  width: 114rem;
  height: 64rem;
  overflow: hidden;
}
.header__modale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
.header__modale-close,
.header__modale-close svg {
  width: 2.48rem;
  height: 2.67rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
}
.header__modale-close svg:hover {
  transform: rotate(360deg);
}
.header__modale-close svg .st0 {
  fill: #fff;
  transition: all .5s;
}
.header__modale-close svg:hover .st0 {
  fill: var(--pink-color);
}




.header__arrowScroll {
  bottom: 5rem;
  position: absolute;
  left: 0;
  right: 0;
}
.header__arrowScroll a {
  padding-top: 60px;
  cursor: default;
}
.header__arrowScroll a span {
position: absolute;
top: 0;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 5px solid #fff;
border-bottom: 5px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: sdb04 2s infinite;
animation: sdb04 2s infinite;
box-sizing: border-box;
border-radius: .2rem;
}
@-webkit-keyframes sdb04 {
0% {
  -webkit-transform: rotate(-45deg) translate(0, 0);
}
20% {
  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
}
40% {
  -webkit-transform: rotate(-45deg) translate(0, 0);
}
}
@keyframes sdb04 {
0% {
  transform: rotate(-45deg) translate(0, 0);
}
20% {
  transform: rotate(-45deg) translate(-10px, 10px);
}
40% {
  transform: rotate(-45deg) translate(0, 0);
}
}


/* Slider Region */
#enregion .enregion__slider {
  align-items: flex-end;
  height: auto;
}
#enregion .enregion__slider .swiper-wrapper,
#enregion .enregion__slider .swiper-wrapper .swiper-slide,
#enregion .enregion__slider .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}
/* #enregion .enregion__slider {
  height: 20vw;
}
.enregion__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enregion__slider .swiper-slide.slide-1 {
  width: 30%;
}
.enregion__slider .swiper-slide.slide-2 {
  width: 10%;
}
.enregion__slider .swiper-slide.slide-3 {
  width: 35%;
}
.enregion__slider .swiper-slide.slide-4 {
  width: 15%;
}
.enregion__slider .swiper-slide.slide-5 {
  width: 10%;
} */




/****************/
/** RESPONSIVE **/
/****************/

@media only screen and (max-width:1399.98px) {

  }

  @media only screen and (max-width:1199.98px) {

  }

  @media only screen and (max-width:991.98px) {

  header {
    visibility: hidden;
    opacity: 0;
    padding-top: 0;
  }

  /* Section 1 - Header */
  .header__logo {
    width: 10.8rem;
  }
  .header__social-links img {
    width: 6rem;
    height: 6rem;
    margin-left: 1.5rem;
  }
  .header__content {
    padding: 0;
  }
  .header__content-title {
    padding: 0 1rem;
    text-align: center;
  }
  #header {
    background: url('img/bienrentrer-prevention-route-don_mobile.jpg') no-repeat center/cover;
  }
  .header__play-video img {
    width: 12rem;
  }
  .header__title {
    font-size: 5.2rem;
  }
  .header__title span {
    font-size: 2.3rem;
    margin: .7rem 0 1.5rem;
  }
  .header__title span.pull-right {
    text-align: center;
  }
  .header__dons {
    border-radius: 0;
    height: auto;
    justify-content: center;
    padding: 0;
  }
  .header__content h6 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background: url(./img/header_bg-h6-mobile.svg) no-repeat top/cover;
    padding: 0 .6rem;
    text-align: center;
    margin: 1rem auto 4rem auto;
    display: inline-block;
    max-width: 450px;
  }
  .header__content h6 span {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .header__dons h6 span {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .header__dons #boutons_dons {
    padding: 1.2rem;
    width: 100%;
    justify-content: center;
  }
  .header__dons #boutons_dons button::before,
  .header__dons #boutons_dons button::after {
    display: none;
  }
  .header__dons #boutons_dons button {
    font-weight: 900;
    font-size: 2rem;
    color: var(--purple-color);
    background-color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    justify-content: center;
    min-width: 0;
    margin: 0 0 0 1rem;
  }
  .header__dons #boutons_dons .cta_btn-dons {
    margin-left: 1rem;
  }
  header .header__dons #boutons_dons button::before,
  header .header__dons #boutons_dons button::after {
    display: none;
  }
  .header__dons #boutons_dons .buttonDon-clicked {
    background-color: var(--purple-color);
    color: #fff;
    transition: all .3s ease-in-out;
  }
  .header__arrowScroll {
    display: none;
  }
  .header__modale-video {
    border-radius: 0;
    width: 100%;
    max-height: 100%;
    aspect-ratio: 16/9;
  }


  /* Section CHIFFRES */
  .chiffres__triptyque-item-text {
    padding: 0 2rem;
  }
  #chiffres .modal-dialog {
    margin: 0;
  }
  #chiffres .modal-dialog .modal-body {
    padding: 0rem;
    flex-direction: column;
    justify-content: center;
  }
  #chiffres .modal .modal-content a.close-button {
    background: url(img/fermer-mobile.svg) 50% / 100% no-repeat;
    width: 3rem;
    height: 3rem;
    right: 1rem;
    top: 1rem;
  }
  #chiffres .modal-dialog .modal-content {
    border-radius: 0;
    border: 0 none;
    background-color: var(--purple-color);
    padding: 3rem;
    /* box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.5); */
    min-height: 100vh;
  }
  #chiffres .modal-body .modal__figure {
    width: 100%;
    background: url(img/morts-route-don-modal-mobile.jpg) center / cover no-repeat;
    padding-bottom: 0;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    height: 25vh;
    background-size: cover;
    background-position: top;
  }
  #chiffres .modal-body .modal__text {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 0;
    width: 100%;
    padding: 2rem;
  }
  #chiffres .modal-dialog .modal__text-header {
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
  }
  #chiffres .modal-dialog .modal__text-header span {
    margin: 1rem 0;
  }
  #chiffres .modal-dialog .modal__text-header strong {
    font-style: normal;
  }
  #chiffres .modal-dialog .modal__text-content {
    padding-left: 0;
    padding-top: 2rem;
  }
  #chiffres .modal-dialog .modal__text-content::before {
    left: 0;
    top: -3.5rem;
    right: 0;
    margin: 0 45%;
  }
  #chiffres .modal-dialog .modal__text-content::after {
    right: 0;
    bottom: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    margin: 0 45%;
  }
  #chiffres .modal-dialog .modal__text-author {
    padding-left: 0;
    line-height: 1.2;
  }
  #chiffres .modal-dialog .modal__cta {
    margin-top: 2rem;
  }
  #chiffres .modal-dialog .modal__cta a {
    line-height: 1.2;
    padding: .5rem 3rem;
    font-size: 1.7rem;
  }

  /* Section EN REGION */
  #equivalences .equivalences__title span,
  #chiffres .chiffres__title span,
  #bonsreflexes .reflexes__title span,
  #enregion .enregion__title span {
    font-weight: 700;
  }
  #equivalences .equivalences__title span {
    line-height: 1.2;
    display: block;
  }
  .enregion__intro strong:first-child {
    font-weight: 700;
    text-align: center;
  }
  /* Section Equivalence */
  #modalCalculatrice {
    background-color: var(--purple-color);
    margin: 0;
    padding: 2.6rem;
  }
  #modalCalculatrice .modal-dialog {
    margin: 0;
  }
  #modalCalculatrice .modal-content {
    border-radius: 5rem;
    padding: 2rem .2vw;
  }
  #modalCalculatrice .modal-body {
    border-radius: 5rem;
    height: 100%;
  }
  #modalCalculatrice a.close-button {
    background: url(img/fermer-mobile.svg) 50% / 100% no-repeat;
    width: 3rem;
    height: 3rem;
    right: 1rem;
    top: 1rem;
  }
  #modalCalculatrice .calculatrice_content {
    width: 100%;
    flex-direction: column;
    background-color: transparent;
    padding: 0rem;
    justify-content: center;
  }
  #modalCalculatrice .calc_content_defiscalisation {
    width: 100%;
  }
  #modalCalculatrice .counter_container {
    font-size: 15rem;
    line-height: 1.1;
  }
  #modalCalculatrice .calc_content_def_butoir {
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 1rem;
    margin-top: .5rem;
  }
  #modalCalculatrice .calc_content_def_outro {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-top: 2rem;
  }
  #modalCalculatrice .calc_content_form {
    width: 100%;
    margin: 0;
  }
  #modalCalculatrice .calc_content_form .calc_content_def_intro {
    margin: 2.5rem 0 1rem;
  }
  #modalCalculatrice .input_title {
    color: var(--purple-color);
    text-align: left;
    font-size: 2rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-left: .5rem;
    line-height: 1.2;
  }
  #modalCalculatrice .input_like_container {
    margin-bottom: 1.5rem;
  }
  #modalCalculatrice .cta_don.form_cta {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 5rem;
    padding: 1rem;
  }

  }

/*T*/

/*HEADER*/

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  height: 8.6rem;
/*   background-color: #E7005E; */
/*   -webkit-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -o-transform: translateY(-140%);
  transform: translateY(-140%);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  -o-transition: -o-transform ease 300ms;
  -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;*/  color: #fff;
  transform: translateY(-10%);
  transition: transform 500ms ease, opacity 100ms ease;
  visibility: hidden;
  opacity: 0;
}
header.is_visible {
/*   -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);*/
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/*CHIFFRES*/

#chiffres {
  padding: 9rem 0 2rem 0;
  background-color: #41377F;
  color: #fff;
}
.chiffres__title {
  font-style: italic;
  font-size: 10rem;
  line-height: 0.9;
  font-weight: 900;
  margin-bottom: 4rem;
}
.chiffres__title strong{
  font-weight: 900;
}
.chiffres__title span {
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.chiffres__intro {
  font-weight: 300;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 7.5rem;
}
.chiffres__triptyque-item-content {
  width: 100%;
  height: 47%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
}
.chiffres__triptyque-item-figure {
  font-weight: 900;
  font-style: normal;
  font-size: 9rem;
  line-height: 0.9;
  transform: rotate(-1deg);
  text-shadow: 6px -4px 0px rgba(65,55,127,1);
  margin-bottom: 2rem;
}
.chiffres__triptyque-item-2 .chiffres__triptyque-item-figure,
.chiffres__triptyque-item-3 .chiffres__triptyque-item-figure {
  font-weight: 900;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1;
  transform: rotate(-1deg);
  text-shadow: 4px -2px 0px rgba(65,55,127,1);
  margin-bottom: 2rem;
}
.chiffres__triptyque-item-figure small {
  font-size: 5rem;
}
.chiffres__triptyque-item-text {
  margin-bottom: 1.5rem;
}
.chiffres__triptyque-item-cta a {
  color: #E7005E;
  font-weight: 900;
  font-style: italic;
  line-height: 5.8rem;
  padding: 0 4rem;
  border-radius: 2.9rem;
  background-color: #fff;
  transition: all ease 300ms;
  font-size: 1.5rem;
}
.chiffres__triptyque-item-cta a:hover {
  color: #fff;
  background-color: #E7005E;
}
.chiffres__cta a {
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  line-height: 6.2rem;
  width: 100%;
  border-radius: 3.1rem;
  background-color: #E7005E;
  transition: all ease 300ms;
  font-size: 1.7rem;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
.chiffres__cta a:hover {
  color: #E7005E;
  background-color: #fff;
}
.chiffres__mentions {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}

.modal-backdrop.show {
  opacity: 0.2;
}
#chiffres .modal-dialog {
  max-width: 126rem;
}
#chiffres .modal-body {
  padding: 0;
}
#chiffres .modal-content {
  border-radius: 5rem;
  border: 0 none;
  background-color: transparent;
  box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.5);
}
#chiffres .modal__figure {
  width: 40%;
  background: url(img/morts-route-don-modal.png) 50% / 100% no-repeat;
  padding-bottom: 4rem;
  -webkit-border-top-left-radius: 5rem;
  -webkit-border-bottom-left-radius: 5rem;
  -moz-border-radius-topleft: 5rem;
  -moz-border-radius-bottomleft: 5rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
#chiffres .modal__cta a {
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  line-height: 5.8rem;
  border-radius: 2.9rem;
  padding: 0 3rem;
  background-color: #E7005E;
  transition: all ease 300ms;
  font-size: 1.7rem;
}
#chiffres .modal__cta a:hover {
  color: #E7005E;
  background-color: #fff;
}
#chiffres .modal__text {
  font-weight: 700;
  font-size: 1.7rem;
  font-style: italic;
  color: #41377F;
  line-height: 1.3;
  background-color: #fff;
  padding-right: 8rem;
  padding-left: 3.5rem;
  padding-top: 7.5rem;
  padding-bottom: 4.8rem;
  -webkit-border-top-right-radius: 5rem;
  -webkit-border-bottom-right-radius: 5rem;
  -moz-border-radius-topright: 5rem;
  -moz-border-radius-bottomright: 5rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  width: 60%;
}
#chiffres .modal__text-header {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #41377F;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #41377F;
}
#chiffres .modal__text-header strong {
  font-size: 8.9rem;
  color: #41377F;
  font-weight: 900;
  line-height: 0.9;
  font-style: italic;
  display: block;
  margin-right: 1.8rem;
}
#chiffres .modal__text-content {
  padding-left: 5.5rem;
  padding-bottom: 3rem;
}
#chiffres .modal__text-content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 3.85rem;
  height: 3.05rem;
  background: url(img/temoignage-guillemet-l.png) 50% / 100% no-repeat;
}
#chiffres .modal__text-content:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 4.2rem;
  height: 3.2rem;
  background: url(img/temoignage-guillemet-r.png) 50% / 100% no-repeat;
}
#chiffres .modal__text-author {
  font-weight: 700;
  font-size: 1.8rem;
  color: #41377F;
  font-style: italic;
  padding-left: 3rem;
}
#chiffres .modal__text-author img {
  width: 10.6rem;
  height: 10.6rem;
  margin-right: 3rem;
}

#chiffres .modal a.close-button {
  right: 3.8rem;
  top:4.3rem;
  width: 3.7rem;
  height: 3.7rem;
  z-index: 1;
  background: url(img/fermer.png) 50% / 100% no-repeat;
  transition: all ease 300ms;
}
#chiffres .modal a.close-button:hover {
  transform: rotate(180deg);
}

/* Modal regions */

#enregion .modal-dialog {
  max-width: 126rem;
}
#enregion .modal-body {
  padding: 0;
}
#enregion .modal-content {
  border-radius: 5rem;
  border: 0 none;
  background-color: transparent;
  box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.5);
}
#enregion .modal__text {
  font-weight: 700;
  font-size: 2rem;
  font-style: italic;
  color: #000;
  line-height: 1.3;
  background-color: #fff;
  padding-right: 8rem;
  padding-left: 3.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 5rem;
  width: 100%;
}
#enregion .modal__text-header {
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #41377F;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #41377F;
}
#enregion .modal__text-content {
  padding-left: 5.5rem;
  padding-bottom: 3rem;
}
#enregion .modal__text-content strong {
  font-weight: 900;
  font-size: 2.2rem;
  color: #41377F;
}
#enregion .modal__text-content span {
  color: #E7005E;
  font-weight: 800;
}

#enregion .modal a.close-button {
  right: 3.8rem;
  top:4.3rem;
  width: 3.7rem;
  height: 3.7rem;
  z-index: 1;
  background: url(img/fermer.png) 50% / 100% no-repeat;
  transition: all ease 300ms;
}
#enregion .modal a.close-button:hover {
  transform: rotate(180deg);
}

/*Q*/

#equivalences {
    padding: 8rem 0;
    background-color: #41377F;
    color: #fff;
}

.equivalences__title,
.reflexes__title,
.enregion__title {
    font-style: italic;
    font-size: 10rem;
    line-height: 0.9;
    font-weight: 900;
    margin-bottom: 4rem;
}
.equivalences__title span,
.reflexes__title span,
.enregion__title span {
    font-style: italic;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.equivalences__intro,
.enregion__intro {
    font-weight: 300;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 7.5rem;
    line-height: 2.5rem;
}

.equivalences__bloc {
    background: #FFF;
    color: #41377F;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding-bottom: 2.5rem;
    font-size: 1.9rem;
    text-align: center;
    width: 507px;
    max-width: 100%;
}
.equivalences__bloc_txt {
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.equivalences__bloc_txt_intro {
    line-height: 2.5rem;
    font-style: italic;
    font-weight: 300;
}
.equivalences__bloc_txt_intro strong{
    font-weight: 700;
}
.equivalences__bloc_txt_don {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
}
.equivalences__bloc_txt_don strong {
    font-size: 11.4rem;
    font-weight: 900;
    line-height: 14.3rem;
}
.equivalences__bloc_txt_don span {
    margin-top: -2rem;
    font-style: italic;
    font-weight: 300;
}
.equivalences__bloc_txt_outro {
    font-size: 2rem;
    font-style: italic;
    line-height: 2.6rem;
    margin-bottom: 3.3rem;
}
.cta_don {
    width: 291px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    color: #FFF;
    font-size: 1.7rem;
    background: #E7005E;
    -webkit-border-radius: 2.95rem;
    -moz-border-radius: 2.95rem;
    border-radius: 2.95rem;
    padding: 1.9rem;
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1;    
    -webkit-transition: all 0.3s ease;    
    -o-transition: all 0.3s ease;    
    -moz-transition: all 0.3s ease;    
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    overflow: hidden;
}

.cta_don:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #41377F;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cta_don:hover {
    color: #fff;
}
.cta_don:hover:after {
    left: 0;
    width: 100%;
}

#bonsreflexes{
    padding: 8.5rem 0 12.8rem 0;
    background: #E7005E;
    color: #FFF;
}
.reflexes__title{
    margin-bottom: 7rem;
}
.reflexes__bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.reflexes__bloc span {
    margin-top: 3rem;
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
}

#enregion{
    color: #41377F;
    padding: 5.5rem 0 0 0;
}
.enregion__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8.2rem;
}
.enregion__intro strong:first-child{
    margin-bottom: 3rem;
}
.enregion__intro .region_cta{
    margin-top: 5.5rem;
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.enregion__slider{
    height: 269px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.enregion__slider .swiper-wrapper {
    margin: 0;
    list-style: none;
    padding: 0;
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    -moz-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
}
.enregion__slider .swiper-wrapper,
.enregion__slider .swiper-wrapper .swiper-slide,
.enregion__slider .swiper-wrapper .swiper-slide img {
    height: 100%;
}
/*.enregion__slider .swiper-wrapper .swiper-slide{
width: auto !important;
}*/

footer {
    background: #E7005E;
    padding: 3.5rem 3rem 3rem 3rem;
    color:#FFF;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
}
footer section {
    width: 100%;
}
footer section .logo_bienrentrer {
    margin-right: 6rem;
}
footer section .logo_apr {
    margin-left: 5rem;
}
footer section .footer_links {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0;
}
footer section .footer_links a {
    color: #FFF;
}
footer section .footer_links li:not(:last-child){    
    margin-right: 0.5rem;
}
footer section .footer_links li:not(:last-child):after {
    content: "-";
    margin-left: 0.5rem;
}
footer section .footer_links a:hover{
    text-decoration: underline;
}

#calculette{
    position: fixed;
    top: 0;
    left: -webkit-calc(100% - 6.8rem);
    left: -moz-calc(100% - 6.8rem);
    left: calc(100% - 6.8rem);
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
#calculette:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#calculette.active{
    left: -webkit-calc(100% - 124.95rem);
    left: -moz-calc(100% - 124.95rem);
    left: calc(100% - 124.95rem);
}
#calculette.active:before{
    opacity: 0.2;
    visibility: visible;
}
.calculatrice_fixe_btn {
    background: #FFF;
    padding: 2.6rem 1.4rem 2.6rem 2.5rem;
    -webkit-border-top-left-radius: 5rem;
    -moz-border-radius-topleft: 5rem;
    border-top-left-radius: 5rem;
    -webkit-border-bottom-left-radius: 5rem;
    -moz-border-radius-bottomleft: 5rem;
    border-bottom-left-radius: 5rem;    
    display: -webkit-box;    
    display: -webkit-flex;    
    display: -moz-box;    
    display: -ms-flexbox;    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor:pointer;
    position: relative;
    -webkit-box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
}
.calculatrice_fixe_btn span:last-child {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1.5rem;
    color: #E7005E;
    font-weight: 900;
    margin-top: 1.8rem;
}

.calculatrice_content {
    padding: 4.6rem 4.5rem 4.6rem 1.1rem;
    background: #FFF;
    -webkit-border-top-left-radius: 5rem;
    -moz-border-radius-topleft: 5rem;
    border-top-left-radius: 5rem;
    -webkit-border-bottom-left-radius: 5rem;
    -moz-border-radius-bottomleft: 5rem;
    border-bottom-left-radius: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.calculatrice_content:before {
    content: "";
    -webkit-box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10rem 0px rgb(0 0 0 / 50%);
    -webkit-border-top-left-radius: 5rem;
    -moz-border-radius-topleft: 5rem;
    border-top-left-radius: 5rem;
    -webkit-border-bottom-left-radius: 5rem;
    -moz-border-radius-bottomleft: 5rem;
    border-bottom-left-radius: 5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.calc_content_defiscalisation {
    text-align: center;
    width: 460px;
}
.calc_content_def_intro {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 2.8rem;
    color: #41377F;
}
.calc_content_def_intro span + span {
    color: #E7005E;
}
.counter_container {
    font-size: 21.9rem;
    font-weight: 900;
    line-height: 27.3rem;
    color: #41377F;
    width: 100%;
    display: block;
    text-align: center;
}
.calc_content_def_butoir {
    font-size: 1.6rem;
    font-style: italic;
    color: #41377F;
    line-height: 2.2rem;
    margin-top: -3rem;
    font-weight: 700;
}
.calc_content_def_outro {
    font-size: 1.5rem;
    font-style: italic;
    color: #41377F;
    line-height: 2.2rem;
    font-weight: 300;
    margin-top: 2.5rem;
    width: 335px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.calc_content_form {
    margin-left: 9rem;
    width: 575px;
    text-align: center;
}
.calc_content_form .calc_content_def_intro {
    margin-bottom: 4.5rem;
}
.input_like_container {
    border: 1px solid #41377F;
    -webkit-border-radius: 2.95rem;
    -moz-border-radius: 2.95rem;
    border-radius: 2.95rem;
    padding: 1.9rem;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.input_like_container,
.input_like_container input{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container input:-moz-placeholder{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container input::-moz-placeholder{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container input:-ms-input-placeholder{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container input::-webkit-input-placeholder{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container input::placeholder{
    line-height: 1.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #41377F;
    font-size: 1.7rem;    
}
.input_like_container span:last-child {
    margin-left: auto;
}
.input_like_container input {
    border: 0;
    padding: 0;
    width: 95%;
}
.cta_don.form_cta {
    width: 100%;
    margin-top: 1.5rem;
}

#calculette.close-button {
    right: 3.8rem;
    top: 4.3rem;
    width: 3.7rem;
    height: 3.7rem;
    z-index: 1;
    background: url(img/fermer.png) 50% / 100% no-repeat;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
#calculette.close-button:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sauver_slider_mobile .swiper-wrapper {
    width: auto;
}
.sauver_slider_mobile_nav,
.cta_calculette_mobile{
    display: none;
}

@media screen and (min-width:992px) and (max-height:720.99px){
    .sauver_slide {
        padding: 0 3rem;
    }

    .equivalences__bloc_txt {
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .equivalences__bloc_txt_don {
        margin-bottom: 1rem;
    }
    .equivalences__bloc_txt_don strong {
        font-size: 8.4rem;
        line-height: 11.3rem;
    }
    .equivalences__bloc_txt_outro {
        font-size: 1.7rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .equivalences__bloc_txt_don span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1399.98px){
    .counter_container {
        font-size: 15.9rem;
        line-height: 20.3rem;
    }
    .calc_content_form {
        width: 480px;
        margin-left: 5rem;
    }
}
@media screen and (max-width:1199.98px){
    #calculette.active {
        left: -webkit-calc(100% - 121.9rem);
        left: -moz-calc(100% - 121.9rem);
        left: calc(100% - 121.9rem);
    }
    .calc_content_defiscalisation {
        width: 350px;
    }
}
@media screen and (max-width:991.98px){
    .chiffres__triptyque-item > img {
        width: 100%;
    }

    .equivalences__bloc_txt {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .reflexes__title {
        margin-bottom: 2rem;
    }
    .reflexes__bloc {
        margin-top: 5rem;
    }

    #calculette{
        display: none;
    }
    #header{
        overflow-x:hidden; 
    }
    .sauver_slider_mobile_nav{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sauver_slider_mobile,
    .chiffres__triptyque {
        margin-bottom: 2.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sauver_slider_mobile .swiper-wrapper ,
    .chiffres__triptyque .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        width: 100%;
        -webkit-box-pack: normal !important;
        -webkit-justify-content: normal !important;
        -moz-box-pack: normal !important;
        -ms-flex-pack: normal !important;
        justify-content: normal !important;
    }

    .sauver_slider_mobile + .sauver_slider_mobile_nav,
    .chiffres__triptyque + .vital_slider_mobile_nav {
        position: relative;
        height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.4rem;
    }

    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_prev:after, 
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_next:after,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_prev:after, 
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_next:after {
        opacity: 0;
        position: absolute;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_prev, 
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_next,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_prev, 
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_next {
        position: relative;
        left: auto;
        right: auto;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_prev,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_prev{
        margin-right: 17px;
        width: auto;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_next,     
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_next{        
        margin-left: 17px;
        width: auto;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_pagination,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_pagination {
        position: relative;
        width: auto !important;
        bottom: auto !important;
        left: auto !important;
        padding-top: 5px;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_pagination .swiper-pagination-bullet,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_pagination .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
        border: 1px solid #FFF;
        opacity: 1;
        background: transparent;
        margin: 0 5px;
    }
    .sauver_slider_mobile + .sauver_slider_mobile_nav .sauver_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .chiffres__triptyque + .vital_slider_mobile_nav .vital_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #E7055E;
        border-color: #E7055E;
    }

    #chiffres,
    #equivalences{
        overflow-x: hidden;
    }
    .cta_calculette_mobile{
        margin-top: 4rem;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #E7005E;
        font-size: 1.7rem;
        background: #FFF;
        -webkit-border-radius: 3.5rem;
        -moz-border-radius: 3.5rem;
        border-radius: 3.5rem;
        padding: 1.2rem;
        line-height: 1.8rem;
        font-weight: 900;
        font-style: italic;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        outline: none;
        overflow: hidden;
    }
    .cta_calculette_mobile span:first-child {
        text-align: center;
        margin-right: 1.6rem;
    }

    #modalCalculatrice {
        padding-left: 2.6rem !important;
    }
    #modalCalculatrice .modal-dialog {
        margin: 0 auto !important;
    }
}
@media screen and (max-width:767.98px){
    .chiffres__title,
    .equivalences__title, 
    .reflexes__title, 
    .enregion__title {
        font-size: 6rem;
    }

    #chiffres {
        padding: 6rem 0 2rem 0;
    }
    #chiffres .chiffres__cta{
        display: none;
    }
    #equivalences{
        padding: 6rem 0;
    }

    #bonsreflexes {
        padding: 5rem 0 8rem 0;
    }
    .reflexes__bloc span {
        font-size: 2rem;
    }

    .vital_slider_mobile_nav {
        margin-bottom: 3rem;
    }

    .chiffres__intro, 
    .equivalences__intro, 
    .enregion__intro {
        text-align: left !important;
    }
    .chiffres__triptyque-item-figure {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }
    .chiffres__triptyque-item-text {
        font-size: 2rem;
        line-height: 2.7rem;
    }
    .chiffres__triptyque-item-cta a {
        font-size: 2.3rem;
        padding: 1rem 4rem;
        line-height: 2.5rem;
        -webkit-border-radius: 4.5rem;
        -moz-border-radius: 4.5rem;
        border-radius: 4.5rem;
        max-width: 90%;
        width: 214px;
    }
    .chiffres__triptyque-item-content {
        height: auto;
        top: 53%;
    }

    footer {
        padding-bottom: 11.2rem;
    }
    .footer_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer_content .logo_bienrentrer {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 111px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 111px;
        flex: 0 0 111px;
        margin:0;
        text-align: right;
    }
    .footer_content .logo_bienrentrer img{
        max-width: 100%;
    }
    footer .footer_content .logo_apr {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 207px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 207px;
        flex: 0 0 207px;
        margin: 0 0 0 25px;
    }
    .footer_content .logo_apr img{
        max-width: 100%;
    }
    footer .footer_content .copyright{
        -webkit-box-ordinal-group:4;
        -webkit-order:3;
        -moz-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -moz-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        margin-top: 3rem;
        text-align:center;
    }
    footer .footer_content .footer_links{
        -webkit-box-ordinal-group:5;
        -webkit-order:4;
        -moz-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align:center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:575.98px){
    .chiffres__triptyque-item-content {
        top: 33%;
    }
    .chiffres__triptyque-item-text {
        font-size: 1.8rem;
        line-height: 2rem;
        padding: 0 1rem;
    }
}

@media screen and (max-width:459.98px){
    .footer_content .logo_bienrentrer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
    footer .footer_content .logo_apr {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}

/*RESPONSIVE*/

@media only screen and (max-width:1399.98px) {
  html {
    font-size:55%;
  }
}

@media only screen and (max-width:1199.98px) {
  html {
    font-size:50%;
  }
}

@media only screen and (max-width:991.98px) {
  html {
    font-size:62.5%;
  }
}

@media only screen and (max-width:767.98px) {
  html {
    font-size:50%;
  }
}
@media only screen and (max-width:575.98px) {
  html {

  }
}