@font-face {
  font-family: "LucidaSans-Bold";
  src: url("../fonts/LucidaSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LucidaSans-Bold.otf") format("opentype"), url("../fonts/LucidaSans-Bold.woff") format("woff"), url("../fonts/LucidaSans-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lucidasans-Demibold";
  src: url("../fonts/lucidasans-Demibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lucidasans-Demibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lucidasans-Demibold.otf") format("opentype"), url("../fonts/lucidasans-Demibold.ttf") format("truetype"), url("../fonts/lucidasans-Demibold.woff") format("woff"), url("../fonts/lucidasans-Demibold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LucidaSans-Regular";
  src: url("../fonts/LucidaSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LucidaSans-Regular.otf") format("opentype"), url("../fonts/LucidaSans-Regular.woff") format("woff"), url("../fonts/LucidaSans-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LucidaSans-Italic";
  src: url("../fonts/LucidaSans-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/LucidaSans-Italic.otf") format("opentype"), url("../fonts/LucidaSans-Italic.woff") format("woff"), url("../fonts/LucidaSans-Italic.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.otf") format("opentype"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

sup {
  top: -.6em;
}

button, button:focus {
  outline: none;
}

strong, b {
  font-family: "LucidaSans-Bold";
  font-weight: inherit;
}

body {
  font-family: "LucidaSans-Regular";
  font-size: 16px;
  color: #353735;
  overflow-x: hidden;
  background-color: #FBFCFF;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  pointer-events: none;
}

body.toggled {
  overflow: hidden;
}

body.toggled::before {
  opacity: .4;
  pointer-events: all;
}

body.toggled .navbar-toggler span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg) skewY(0);
      -ms-transform: translateY(10px) rotate(45deg) skewY(0);
          transform: translateY(10px) rotate(45deg) skewY(0);
}

body.toggled .navbar-toggler span:nth-child(2) {
  -webkit-transform: skewY(0);
      -ms-transform: skewY(0);
          transform: skewY(0);
  opacity: 0;
}

body.toggled .navbar-toggler span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg) skewY(0);
      -ms-transform: translateY(-6px) rotate(-45deg) skewY(0);
          transform: translateY(-6px) rotate(-45deg) skewY(0);
}

a {
  color: #353735;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.default-btn {
  color: #fff;
  background-color: #E00034;
  border-radius: 10px;
  padding: 10px 25px;
  height: 45px;
  line-height: 1.4;
  min-width: 167px;
  position: relative;
}

.default-btn:hover {
  color: #fff;
}

a:not([href]):not([tabindex]) {
  color: #fff !important;
}

.tooltipster-grow.tooltipster-show {
  z-index: 9999 !important;
}

article.page-def a {
  color: #E00034;
  text-decoration: underline;
}

.tooltip {
  font-size: 16px;
  opacity: 1;
  font-family: "LucidaSans-Regular";
  text-align: center;
  z-index: 10;
  display: inline-block;
}

.messg-tooltip {
  display: block;
}

.btn-gray {
  background-color: #3F525E;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  margin-bottom: 5px;
  -webkit-transform: skewY(-20deg);
      -ms-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.navbar-toggler span:nth-child(2) {
  background-color: #E00034;
}

.slick-dots {
  bottom: -20px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}

.slick-dots li button::before {
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #E00034;
}

.slick-dots li::before {
  content: none;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.titre-section {
  padding-top: 48px;
  position: relative;
  margin-bottom: 45px;
  font-family: "LucidaSans-Bold";
  font-size: 30px;
  line-height: 36px;
}

.titre-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 39px;
  background-image: url(../../images/motif-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.liste-style ul {
  padding-left: 26px;
}

.liste-style ul li {
  position: relative;
  list-style: none;
}

.liste-style ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -26px;
  background: url(../../images/liste-motif.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 11px;
  width: 11px;
}

#cookie-law-info-again {
  left: 15px;
  right: auto !important;
}

section.page-404 {
  text-align: center;
  padding: 15vmin 0;
}

section.page-404 .titre-section {
  font-size: 36px;
  line-height: 44px;
  max-width: 100%;
}

section.page-404 .titre-section::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.page-404 a {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  text-decoration: none;
}

section.page-404 a:hover {
  color: #E00034;
  text-decoration: none;
}

.item-article {
  margin-bottom: 40px;
}

.item-article .content-article {
  -webkit-box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
          box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.item-article .bloc-img-article {
  display: block;
  height: 262px;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  position: relative;
  color: #353735;
}

.item-article .bloc-img-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  opacity: 0.26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#353735), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, #353735 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, #353735 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(-180deg, #353735 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.item-article .bloc-img-article::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url(../../images/motif-image.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-article .bloc-img-article .cat-article {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  background: #FFF;
  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;
  border-radius: 25px;
}

.item-article .detail-content-article {
  padding: 15px 30px 25px;
  position: relative;
  background-color: #FFF;
}

.item-article .detail-content-article::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 30px;
  height: 21px;
  width: 39px;
  background-image: url(../../images/motif-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.item-article .bloc-titre-article {
  line-height: 25px;
  color: #576774;
  margin-bottom: 30px;
}

.item-article .bloc-text-article {
  font-family: "LucidaSans-Bold";
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 30px;
  min-height: 100px;
}

.item-article .bloc-text-article a {
  text-decoration: none;
  color: #212529;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.item-article .bloc-text-article a:hover {
  color: #E00034;
}

.item-article .date-article {
  color: #BBC2C7;
}

.header-page {
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 447px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .2;
}

.header-page .titre-heade {
  font-family: "LucidaSans-Bold";
  font-size: 40px;
  line-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}

/**********************************\
    CSS Loader
\**********************************/
.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E00034;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

header {
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 1s, opacity 0s ease-in-out 0s;
  -o-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 1s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 1s, opacity 0s ease-in-out 0s;
  z-index: 999999;
  position: relative;
  background: white;
}

header.is-sticky {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

header.is-sticky .logo img {
  height: 60px;
}

header .logo {
  margin-right: 70px;
}

header .logo img {
  height: 80px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

header .navbar-nav {
  font-family: "lucidasans-Demibold";
  font-size: 14px;
}

header .navbar-nav li {
  margin: 0 25px;
}

header .navbar-nav li::before {
  content: none;
}

header .navbar-nav li.active .nav-link {
  color: #E00034;
}

header .navbar-nav li.active .nav-link::before {
  width: 100%;
}

header .navbar-nav li .nav-link {
  padding: 5px 0 !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
  padding: 6px 0 !important;
  font-size: 14px;
  text-transform: uppercase;
}

header .navbar-nav li .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E00034;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

header .navbar-nav li .nav-link:hover {
  color: #353735;
}

header .navbar-nav li .nav-link:hover::before {
  width: 100%;
}

header .default-btn {
  margin: 10px 12px;
}

header .lang-head {
  font-family: "Roboto-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

header .lang-head ul {
  padding: 0;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}

header .lang-head ul li {
  float: right;
  position: relative;
}

header .lang-head ul li a {
  text-decoration: none;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

header .lang-head ul li a:hover {
  color: #E00034;
}

header .lang-head ul li:last-child::after {
  content: "/";
  position: relative;
  display: inline-block;
  margin: 0 4px;
}

header .lang-head ul li.current-lang a {
  color: #E00034;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.slider-home .item-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  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;
  text-align: center;
}

.slider-home .item-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: .36;
}

.slider-home .item-slide .content-slide {
  position: relative;
  padding: 0 100px;
  width: 890px;
  max-width: 100%;
  color: #fff;
  font-family: "lucidasans-Demibold";
  font-size: 35px;
  line-height: 47px;
}

.slider-home .item-slide .content-slide .titre-slide {
  font-size: 66px;
  line-height: 64px;
  margin-bottom: 30px;
}

.slider-home .item-slide .content-slide .sous-titre-slide {
  margin-bottom: 26px;
}

.avantages-resus {
  padding: 77px 0 20px;
}

.avantages-resus .row {
  margin: 0 -20px;
}

.avantages-resus .item-avantage {
  margin-bottom: 30px;
  padding: 0 20px;
}

.avantages-resus .item-avantage .content-avantage {
  -webkit-box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
          box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.avantages-resus .item-avantage .content-avantage:hover {
  cursor: inherit;
}

.avantages-resus .item-avantage .content-avantage:hover .bloc-text-avantage {
  top: 0;
  z-index: 1;
}

.avantages-resus .item-avantage .content-avantage > a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.avantages-resus .item-avantage .content-avantage > a:hover {
  color: #353735;
}

.avantages-resus .item-avantage .bloc-img-avantage {
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.avantages-resus .item-avantage .bloc-img-avantage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 136px;
  opacity: 0.52;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.83)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.83) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.83) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.83) 100%);
  pointer-events: none;
}

.avantages-resus .item-avantage .bloc-img-avantage::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: 0;
  height: 44px;
  background: url(../../images/motif-image.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.avantages-resus .item-avantage .bloc-img-avantage .icon-full-avantage {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 41px;
  width: 41px;
  background: #FFF;
  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;
  border-radius: 6px;
}

.avantages-resus .item-avantage .bloc-titre-avantage {
  font-size: 21px;
  line-height: 31px;
  padding: 14px 20px 34px;
}

.avantages-resus .item-avantage .bloc-titre-avantage span {
  font-family: "lucidasans-Demibold";
  color: #E00034;
}

.avantages-resus .item-avantage .bloc-text-avantage {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  padding: 20px;
  font-size: 18px;
  line-height: 29px;
  background-color: #E00034;
  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;
  text-align: center;
  color: #fff;
}

.avantages-resus .item-avantage .bloc-text-avantage p {
  margin: 20px 0;
}

.avantages-resus .item-avantage .bloc-text-avantage .default-btn {
  color: #E00034 !important;
  background: #fff;
  margin-top: 30px;
  min-width: 167px;
}

.video-etape-home {
  position: relative;
  z-index: 1;
}

.video-etape-home::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/effet-home.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.comprendre-resus {
  padding: 35px 0 50px;
}

.comprendre-resus > div {
  margin-bottom: 30px;
}

.comprendre-resus .btn-small_view {
  display: none;
}

.comprendre-resus .titre-section {
  padding-right: 20px;
  margin-top: 30px;
}

.comprendre-resus .video-home {
  text-align: right;
  position: relative;
}

.comprendre-resus .video-home a {
  position: relative;
  display: inline-block;
}

.comprendre-resus .video-home a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 80px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  z-index: 1;
}

.comprendre-resus .video-home a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #323F56;
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.comprendre-resus .video-home a:hover:after {
  opacity: .3;
}

.comprendre-resus .video-home img {
  -webkit-box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.14);
}

.etape-participer .items-etapes-participer {
  padding: 0 15px;
}

.etape-participer .item-participe {
  padding: 0;
  margin-bottom: 50px;
}

.etape-participer .item-participe .content-item-participe {
  background-color: #FFF;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 16px 32px rgba(70, 70, 70, 0.16);
          box-shadow: 0px 16px 32px rgba(70, 70, 70, 0.16);
  height: 100%;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe .content-item-participe .number-etape {
  font-family: "LucidaSans-Bold";
  color: #E00034;
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 50px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe .content-item-participe .texte-etape {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
}

.etape-participer .item-participe .content-item-participe .texte-etape span {
  font-family: "LucidaSans-Bold";
  display: block;
}

.etape-participer .item-participe:nth-child(1) {
  padding-right: 65px;
}

.etape-participer .item-participe:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 38px;
  background: url(../../images/rectangle-right.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe:nth-child(1) .content-item-participe {
  border-radius: 20px 0 0 20px;
}

.etape-participer .item-participe:nth-child(2) {
  padding-right: 38px;
  padding-left: 15px;
}

.etape-participer .item-participe:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 38px;
  background: url(../../images/rectangle-right.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  width: 33px;
  background: url(../../images/rectangle-left.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe:nth-child(3) {
  padding-left: 40px;
}

.etape-participer .item-participe:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  width: 33px;
  background: url(../../images/rectangle-left.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.etape-participer .item-participe:nth-child(3) .content-item-participe {
  border-radius: 0 20px 20px 0;
}

.etape-participer .item-participe:hover .content-item-participe {
  background: #E00034;
  color: #FFF;
}

.etape-participer .item-participe:hover .content-item-participe .number-etape {
  color: #fff;
}

.etape-participer .item-participe:hover:nth-child(1)::before, .etape-participer .item-participe:hover:nth-child(2)::before {
  background: url(../../images/rectangle-right-red.svg);
}

.etape-participer .item-participe:hover:nth-child(3)::after, .etape-participer .item-participe:hover:nth-child(2)::after {
  background: url(../../images/rectangle-left-red.svg);
}

.reseau-sante-resus {
  padding: 70px 0;
}

.reseau-sante-resus .bloc-reseau-sante {
  position: relative;
}

.reseau-sante-resus .bloc-reseau-sante .image-reseau-sante {
  width: 776px;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.reseau-sante-resus .bloc-reseau-sante .content-reseau-sante {
  position: absolute;
  top: 60px;
  right: 0;
  background: #FFF;
  width: 650px;
  max-width: 90%;
  padding: 30px 35px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 16px 32px rgba(70, 70, 70, 0.06);
          box-shadow: 0px 16px 32px rgba(70, 70, 70, 0.06);
  line-height: 26px;
}

.last-article-section {
  padding: 40px 0;
}

.last-article-section .row {
  margin: 0 -20px;
}

.last-article-section .slick-list {
  width: 100%;
}

.last-article-section .item-article {
  padding: 0 20px;
}

.partenaire-section {
  background-color: #FBFCFF;
  padding: 35px 0;
}

.partenaire-section .titre-section {
  margin-bottom: 35px;
}

.partenaire-section .slider-partenaire .slick-list {
  padding: 10px 0 40px;
  margin: 0px -25px;
}

.partenaire-section .slider-partenaire .item-partenaire {
  text-align: center;
  height: 150px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 9px 20px rgba(70, 70, 70, 0.06);
          box-shadow: 0px 9px 20px rgba(70, 70, 70, 0.06);
  margin: 0 20px;
  border-radius: 20px;
}

.partenaire-section .slider-partenaire .item-partenaire img {
  max-height: 85px;
}

.partenaire-section .slider-partenaire .slick-dots {
  bottom: -20px;
}

#cookie-law-info-bar .cli-bar-btn_container .cli_action_button {
  border-radius: 10px;
}

#cliSettingsPopup .cli-privacy-readmore {
  color: #3F525E !important;
}

#cookie-law-info-bar .cli-bar-btn_container #cookie_action_close_header_reject {
  color: #e00034 !important;
}

.main-page {
  padding-top: 100px;
}

.main-page .bloc-breadcrumb {
  margin-bottom: 0px;
  font-size: 14px;
  color: #5F7B97;
}

.main-page .bloc-breadcrumb a {
  color: #5F7B97;
  text-decoration: none;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.main-page .bloc-breadcrumb a:hover {
  color: #E00034;
}

.presentation-about {
  margin-bottom: 36px;
}

.presentation-about .image-presentation {
  margin-bottom: 30px;
  padding-right: 15px;
}

.presentation-about .image-presentation img {
  width: 100%;
}

.presentation-about .content-presentation {
  line-height: 26px;
  text-align: justify;
}

.presentation-about .content-presentation p {
  margin-bottom: 30px;
}

.equipe-about-section {
  background-color: #fff;
  padding: 42px 15px;
}

.equipe-about-section .row {
  margin: 0 -20px;
  width: 880px;
  max-width: 100%;
}

.equipe-about-section .item-equipe {
  padding: 0 20px;
  margin-bottom: 15px;
}

.equipe-about-section .item-equipe .content-equipe {
  width: 265px;
  max-width: 100%;
  margin: auto;
}

.equipe-about-section .item-equipe .content-equipe:hover .bloc-image-equipe::before {
  opacity: 1;
}

.equipe-about-section .item-equipe .content-equipe:hover .bloc-image-equipe .social-equipe {
  opacity: 1;
}

.equipe-about-section .bloc-image-equipe {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 206px;
  -webkit-box-shadow: 0px 7px 47px rgba(41, 41, 41, 0.06);
          box-shadow: 0px 7px 47px rgba(41, 41, 41, 0.06);
  border-radius: 20px;
}

.equipe-about-section .bloc-image-equipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(0, 0, 0, 0.06)), to(#353735));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 12%, #353735 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 12%, #353735 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.06) 12%, #353735 100%);
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
  border-radius: 20px;
}

.equipe-about-section .bloc-image-equipe::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 21px;
  width: 39px;
  background-image: url(../../images/motif-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.equipe-about-section .bloc-image-equipe .social-equipe {
  mix-blend-mode: screen;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
}

.equipe-about-section .bloc-image-equipe .social-equipe ul {
  padding: 0;
  margin-bottom: 0;
}

.equipe-about-section .bloc-image-equipe .social-equipe ul li {
  display: inline-block;
  margin: 0 5px;
}

.equipe-about-section .bloc-image-equipe .social-equipe ul li a {
  background: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  color: #000000;
}

.equipe-about-section .info-equipe {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 10px;
  text-align: center;
}

.equipe-about-section .info-equipe .titre-info-equipe {
  opacity: .6;
  margin-bottom: 10px;
  line-height: 26px;
}

.equipe-about-section .info-equipe .fonction-info-equipe {
  font-family: "LucidaSans-Bold";
  margin-bottom: 0;
}

.equipe-about-section .info-equipe .specialite-info-equipe {
  font-family: "LucidaSans-Italic";
  margin-bottom: 0;
}

.magazine-section {
  padding: 60px 0 80px;
}

.magazine-section .filter-magazine {
  text-align: center;
  padding-bottom: 76px;
}

.magazine-section .filter-magazine ul {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
}

.magazine-section .filter-magazine ul li {
  display: inline-block;
  margin: 0 10px 15px;
  border-radius: 50px;
}

.magazine-section .filter-magazine ul li.active a {
  background-color: #E00034;
  border-color: #E00034;
  color: #fff;
}

.magazine-section .filter-magazine ul li a {
  padding: 14px 34px;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  border-radius: 50px;
  border: 1px solid #353735;
}

.magazine-section .filter-magazine ul li a:hover {
  background-color: #E00034;
  border-color: #E00034;
  color: #fff;
}

.magazine-section .row {
  margin: 0 -20px;
}

.magazine-section .row .item-article {
  padding: 0 20px;
}

.magazine-section .bloc-more-post {
  text-align: center;
  padding-top: 15px;
}

.magazine-section .bloc-more-post .default-btn {
  width: 240px;
  max-width: 100%;
}

.single-post {
  background-color: #fff;
}

.single-post .titre-single-article {
  margin-bottom: 10px;
  display: inline-block;
  width: 655px;
  max-width: 100%;
  font-family: "lucidasans-Demibold";
  line-height: 41px;
}

.single-post .sous-titre-single {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 46px;
}

.single-post .info-post {
  color: #9FACA1;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.single-post .info-post span {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}

.single-post .info-post span::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.single-post .info-post span.date-post::before {
  background: url("../../images/icon-date.svg");
  width: 18px;
  height: 20px;
}

.single-post .info-post span.time-read-post::before {
  background: url("../../images/icon-read.svg");
  width: 20px;
  height: 17px;
}

.single-post .image-post {
  margin-bottom: 45px;
  text-align: center;
  font-size: 14px;
}

.single-post .image-post .bloc-img-post {
  height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post .image-post img {
  display: none;
  width: 100%;
}

.single-post .image-post p {
  margin-top: 20px;
}

.single-post .image-post p span {
  text-decoration: underline;
}

.single-post .content-post p {
  margin-bottom: 40px;
  position: relative;
}

.single-post .content-post p .index-para {
  position: absolute;
  top: -11px;
  left: -12px;
  font-family: "LucidaSans-Bold";
  font-size: 40px;
  line-height: 46px;
  opacity: .22;
  color: #9FACA1;
}

.single-post .content-post p a {
  color: #E00034;
  text-decoration: underline;
}

.single-post .content-post .pdfemb-viewer {
  border: 0;
  margin-bottom: 40px;
}

.single-post .content-post .pdfemb-viewer .pdfemb-pagescontainer {
  background-color: #fff;
}

.single-post .content-post .pdfemb-toolbar {
  background-color: #E00034;
}

.single-post .content-post .pdfemb-toolbar > div {
  color: #fff;
}

.single-post .wp-block-image img {
  margin-bottom: 25px;
}

.single-post .bloc-rendezvous-post {
  margin-top: 15px;
  text-align: center;
}

.single-post .bloc-rendezvous-post .default-btn {
  min-height: 45px;
  height: auto;
}

.single-post .bloc-content-article {
  position: relative;
}

.single-post .bloc-content-article .sticky-clap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
}

.single-post .bloc-content-article .sticky-clap .btn-clap {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: inline-block;
  background: url(../../images/clap-sticky.svg);
  width: 40px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  cursor: pointer;
}

.single-post .bloc-content-article .sticky-clap .btn-clap .cunt-clap-sticky {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
}

.single-post .bloc-content-article .sticky-clap .btn-clap.active, .single-post .bloc-content-article .sticky-clap .btn-clap:hover {
  background: url(../../images/clap-sticky-active.svg);
}

.single-post .bloc-content-article .sticky-clap .btn-clap.active span, .single-post .bloc-content-article .sticky-clap .btn-clap:hover span {
  color: #E00034;
}

.single-post .post-partages-clap {
  margin: 85px 0;
}

.single-post .post-partages-clap .tag-post {
  margin-bottom: 20px;
}

.single-post .post-partages-clap .tag-post span {
  display: inline-block;
  padding: 8px 26px;
  border: 1px solid #EDEDED;
  border-radius: 23Px;
  font-size: 14px;
  line-height: 17px;
  background: #EDEDED;
  margin-right: 20px;
  margin-bottom: 15px;
}

.single-post .post-partages-clap .bloc-partage-clap {
  display: inline-block;
  width: 100%;
}

.single-post .post-partages-clap .bloc-partage-clap .clap {
  float: left;
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../../images/clap-icon.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 62px;
  height: 62px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud span::after {
  content: "claps";
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud.active::before, .single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud:hover::before {
  background: url(../../images/clap-active-icon.svg);
}

.single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud.active span, .single-post .post-partages-clap .bloc-partage-clap .clap .wp-applaud:hover span {
  color: #E00034;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage {
  float: right;
  margin-top: 20px;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage ul li {
  float: left;
  margin-left: 18px;
  font-size: 26px;
  line-height: 22px;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage ul li a {
  color: #3F525E;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.single-post .post-partages-clap .bloc-partage-clap .social-partage ul li a:hover {
  color: #E00034;
}

.single-post .autre-posts {
  padding: 30px 0 10px;
}

.single-post .autre-posts .slick-list {
  width: 100%;
}

.single-post .autre-posts .row {
  margin: 0 -20px;
}

.single-post .autre-posts .row .item-article {
  padding: 0 20px;
}

.contact-section .bloc-formulaire-contact {
  background-color: #fff;
  padding: 30px;
}

.contact-section .bloc-formulaire-contact .content-formulaire {
  width: 680px;
  max-width: 100%;
}

.contact-section .bloc-formulaire-contact .notice-contact {
  margin-bottom: 40px;
  line-height: 26px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact {
  padding-right: 35px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-row {
  margin: 0 -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-row > div {
  padding: 0 10px;
  margin-bottom: 30px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-row > div.captchat-form, .contact-section .bloc-formulaire-contact .formulaire-contact .form-row > div.btn-send-form {
  margin-bottom: 10px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-row .ajax-loader {
  position: absolute;
  right: 20px;
  top: 15px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact input {
  height: 45px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact textarea {
  height: 150px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control {
  border-radius: 10px;
  padding: 10px 20px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b3b4b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 81, 94, 0.08);
          box-shadow: 0 0 0 0.2rem rgba(63, 81, 94, 0.08);
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9FACA1;
  font-size: 14px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9FACA1;
  font-size: 14px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9FACA1;
  font-size: 14px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9FACA1;
  font-size: 14px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check {
  margin-bottom: 10px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check .wpcf7-list-item {
  margin: 0;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check label span {
  cursor: pointer !important;
  font-size: 14px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check label input[type=checkbox] {
  display: inline-block;
  border: 1px solid #9FACA1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 0;
  margin-right: 10px;
  background: transparent;
  cursor: pointer !important;
  border-radius: 3px;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .form-check label input[type=checkbox]:checked {
  background: #9FACA1;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
          box-shadow: inset 0px 0px 0px 4px #fff;
}

.contact-section .bloc-formulaire-contact .formulaire-contact .wpcf7-recaptcha > div {
  display: inline-block;
}

.contact-section .bloc-infos-contact {
  background-color: #F6F6F6;
  padding: 30px;
}

.contact-section .bloc-infos-contact .titre-section {
  font-family: "LucidaSans-Regular";
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
}

.contact-section .bloc-infos-contact > div {
  margin-bottom: 56px;
}

.contact-section .bloc-infos-contact > div:last-child {
  margin: 0;
  display: inline-block;
  margin-top: 40px;
}

.contact-section .bloc-infos-contact .item-info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 14px;
}

.contact-section .bloc-infos-contact .item-info-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.contact-section .bloc-infos-contact .item-info-contact > a:hover {
  color: #E00034;
}

.contact-section .bloc-infos-contact .item-info-contact .fas {
  background: #3F525E;
  width: 27px;
  height: 27px;
  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;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.contact-section .bloc-infos-contact .item-info-contact span {
  width: 284px;
  padding-left: 13px;
  max-width: 100%;
}

.contact-section .bloc-infos-contact .item-info-contact span a {
  text-decoration: none;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.contact-section .bloc-infos-contact .item-info-contact span a:hover {
  color: #E00034;
}

.contact-section .bloc-infos-contact .info-resus .item-info-contact .fas {
  background: #E00034;
}

.contact-section .bloc-infos-contact .social-contact ul {
  padding: 0;
  margin: 0;
}

.contact-section .bloc-infos-contact .social-contact ul li {
  float: left;
  margin-right: 18px;
}

.contact-section .bloc-infos-contact .social-contact ul li a {
  font-size: 31px;
  line-height: 30px;
  color: #3F525E;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.contact-section .bloc-infos-contact .social-contact ul li a:hover {
  color: #E00034;
}

footer .footer-top {
  padding: 24px 0 66px;
  background-color: #3F525E;
  position: relative;
  color: #fff;
}

footer .footer-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../images/footer-motif.svg);
  width: 487px;
  height: 169px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

footer .footer-top .logo-footer {
  text-align: center;
  width: 100px;
}

footer .footer-top .detail-footer {
  width: calc(100% - 100px);
  padding-left: 85px;
  margin-top: 38px;
}

footer .footer-top .detail-footer .titre-footer {
  font-size: 26px;
  line-height: 25px;
  font-family: "LucidaSans-Bold";
  margin-bottom: 75px;
}

footer .footer-top .menu-footer {
  position: relative;
  width: 820px;
  max-width: 100%;
  display: inline-block;
  margin: 0;
}

footer .footer-top .menu-footer ul {
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-top .menu-footer ul li {
  display: inline-block;
  vertical-align: top;
}

footer .footer-top .menu-footer ul li.dropdown > a .caret {
  display: none;
}

footer .footer-top .menu-footer ul li.dropdown > a::after {
  content: none;
}

footer .footer-top .menu-footer ul li a {
  font-family: "lucidasans-Demibold";
  font-size: 14px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

footer .footer-top .menu-footer ul li a:hover {
  color: #E00034;
}

footer .footer-top .menu-footer .dropdown-menu {
  position: static;
  padding: 0;
  text-align: left;
  display: block !important;
  background-color: transparent;
  border: 0;
}

footer .footer-top .menu-footer .dropdown-menu a {
  color: #A3ACB2;
  text-transform: inherit;
}

footer .footer-top .menu-footer .dropdown-menu a:hover {
  background-color: transparent;
}

footer .footer-copyright {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-clamp: 17px;
}

footer .footer-copyright a {
  text-decoration: underline;
}

footer .footer-copyright a:hover {
  color: #E00034;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1187px;
    padding: 0;
  }
  header .container {
    max-width: 1440px;
  }
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    left: 60px !important;
  }
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    left: 60px !important;
  }
  .tooltipster-sidetip.tooltipsterAvantage .tooltipster-arrow {
    left: 100px !important;
  }
  .last-article-section .slick-track {
    width: 100% !important;
  }
}

@media (min-width: 1281px) {
  .single-post .bloc-content-article .sticky-clap {
    left: -70px;
  }
  .single-post .bloc-content-article .sticky-clap .btn-clap {
    width: 54px;
    height: 70px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .row {
    margin: 0 -15px !important;
  }
  header .container {
    max-width: 100%;
  }
  header .logo {
    margin-right: 15px;
  }
  header .logo img {
    height: 60px;
  }
  header .default-btn {
    margin: 10px;
    min-width: auto;
    padding: 10px 15px;
  }
  header .navbar-nav li {
    margin: 0 15px;
  }
  header .lang-head {
    padding-left: 10px;
  }
  .slider-home .item-slide {
    height: 700px !important;
  }
  .items-etapes-participer {
    padding-top: 30px;
  }
  .items-etapes-participer .item-participe {
    padding: 0 20px !important;
  }
  .items-etapes-participer .item-participe::before, .items-etapes-participer .item-participe::after {
    content: none !important;
  }
  .items-etapes-participer .item-participe .content-item-participe {
    padding: 20px 15px 38px;
    text-align: center;
    border-radius: 20px !important;
  }
  .items-etapes-participer .item-participe .content-item-participe .number-etape {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    top: -63px;
    margin-bottom: -45px;
    opacity: .12;
    font-family: "lucidasans-Demibold";
  }
  .reseau-sante-resus {
    padding: 70px 0 30px;
  }
  .reseau-sante-resus .bloc-reseau-sante .image-reseau-sante {
    margin: auto;
    display: block;
  }
  .reseau-sante-resus .bloc-reseau-sante .content-reseau-sante {
    position: relative;
    top: -95px;
    margin: auto;
    margin-bottom: -95px;
  }
  .partenaire-section .slider-partenaire .slick-list {
    margin: 0px -15px;
    padding-bottom: 40px !important;
  }
  footer .footer-top::before {
    content: none;
  }
  footer .footer-top .logo-footer {
    text-align: center;
    width: 92px;
    margin: auto;
  }
  footer .footer-top .detail-footer {
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  footer .footer-top .detail-footer .titre-footer {
    font-family: "lucidasans-Demibold";
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #334551;
    display: inline-block;
  }
  .main-page {
    padding-top: 50px;
  }
  .header-page {
    height: 300px;
  }
  /*---------------------------
            About 
-----------------------------*/
  .main-page .bloc-breadcrumb {
    margin-bottom: 40px;
  }
  .equipe-about-section .row {
    width: 100%;
  }
  .presentation-about .image-presentation {
    padding-right: 0;
  }
  .equipe-about-section .item-equipe {
    padding: 0 15px;
  }
  /*---------------------------
            Contact 
-----------------------------*/
  .contact-section .bloc-formulaire-contact .formulaire-contact {
    padding-right: 0;
  }
  .single-post .bloc-content-article .sticky-clap {
    left: 0;
  }
}

@media (max-width: 993px) {
  header .navbar-nav {
    font-family: "lucidasans-Demibold";
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
  }
  header .navbar-nav li {
    margin-bottom: 10px;
  }
  header .navbar-nav .nav-link {
    display: inline-block;
  }
  header .default-btn {
    margin: 10px;
    min-width: auto;
    padding: 10px 15px;
    display: block;
    width: 190px;
    margin: 0 auto 15px;
  }
  header .lang-head {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .slider-home .item-slide {
    height: 500px !important;
  }
  .slider-home .item-slide .content-slide .titre-slide {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .slider-home .item-slide .content-slide {
    padding: 0 140px;
    font-size: 25px;
    line-height: 31px;
  }
  .slider-home .item-slide .content-slide .sous-titre-slide {
    margin-bottom: 106px;
  }
  .avantages-resus {
    padding: 40px 0 0;
  }
  .avantages-resus .item-avantage .content-avantage a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
    cursor: pointer;
    pointer-events: all;
  }
  .avantages-resus .item-avantage .content-avantage a:hover {
    background-color: #E00034;
  }
  .avantages-resus .item-avantage .content-avantage a:hover .icon-full-avantage {
    background-color: #FFF;
  }
  .avantages-resus .item-avantage .content-avantage a:hover .bloc-titre-avantage {
    color: #fff;
  }
  .avantages-resus .item-avantage .content-avantage a:hover .bloc-titre-avantage span {
    color: #fff;
  }
  .avantages-resus .item-avantage .bloc-img-avantage {
    background: none !important;
    height: auto;
    border-radius: 0;
  }
  .avantages-resus .item-avantage .bloc-img-avantage::before, .avantages-resus .item-avantage .bloc-img-avantage::after {
    content: none;
  }
  .avantages-resus .item-avantage .bloc-img-avantage .icon-full-avantage {
    position: relative;
    top: auto;
    left: auto;
    height: 50px;
    width: 50px;
    background: #f9ebf2;
    border-radius: 8px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  .avantages-resus .item-avantage .bloc-titre-avantage {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  .avantages-resus .item-avantage .bloc-titre-avantage span {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  .avantages-resus .item-avantage .bloc-text-avantage {
    display: none;
  }
  .comprendre-resus .video-home a, .comprendre-resus .video-home img {
    width: 100%;
  }
  .etape-participer .items-etapes-participer {
    width: 60% !important;
    max-width: 100%;
    margin: auto;
    padding: 30px 0 0;
  }
  .etape-participer .items-etapes-participer .item-participe {
    padding: 0 20px !important;
    margin-bottom: 90px;
  }
  .etape-participer .items-etapes-participer .item-participe:nth-child(3) {
    margin-bottom: 70px;
  }
  .etape-participer .items-etapes-participer .item-participe .items-etapes-participer .item-participe .content-item-participe {
    padding: 20px 45px;
  }
  .reseau-sante-resus {
    padding: 40px 0 15px;
  }
  /*---------------------------
            magazine 
-----------------------------*/
  .magazine-section .filter-magazine ul li {
    margin: 0 6px 15px;
  }
  /*---------------------------
            Contact 
-----------------------------*/
  .contact-section .bloc-infos-contact > div {
    margin-bottom: 40px;
    width: 50%;
    text-align: left;
    float: left;
    padding: 0 20px;
  }
  .contact-section .bloc-infos-contact > div:last-child {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .contact-section .bloc-infos-contact .social-contact ul {
    display: inline-block;
  }
  /*---------------------------
            Single
    -----------------------------*/
  .single-post .image-post .bloc-img-post {
    background-image: none;
    height: auto;
  }
  .single-post .image-post img {
    display: block;
  }
  /*---------------------------
            COOKIES
    -----------------------------*/
  #cookie-law-info-bar .cli-bar-message {
    text-align: center;
  }
  #cookie-law-info-bar .cli-bar-btn_container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  header .navbar {
    padding: .5rem 5px;
  }
  .titre-section {
    font-family: "LucidaSans-Regular";
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    max-width: 250px;
    margin: 0 auto 40px;
  }
  .titre-section::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .titre-section span {
    font-family: "LucidaSans-Bold";
  }
  .slider-home .item-slide {
    height: auto !important;
    padding: 90px 0 50px;
  }
  .slider-home .item-slide .content-slide {
    padding: 0 15px;
  }
  .etape-participer .items-etapes-participer {
    width: 100% !important;
  }
  .comprendre-resus {
    padding: 35px 0 50px;
    text-align: center;
  }
  .comprendre-resus .video-home a::before {
    height: 60px;
    width: 60px;
  }
  .comprendre-resus .titre-section {
    padding-right: 0;
    margin-top: 30px;
    margin: 15px auto;
  }
  .comprendre-resus .btn-small_view {
    display: inline-block;
    margin-top: 30px;
  }
  .comprendre-resus .btn-full_view {
    display: none;
  }
  .last-article-section .row {
    padding-bottom: 30px;
  }
  .last-article-section .slick-dots {
    bottom: 0;
  }
  footer .footer-top {
    padding: 30px 0 10px;
  }
  footer .footer-top .menu-footer ul {
    display: block;
  }
  footer .footer-top .menu-footer ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  footer .footer-top .menu-footer .dropdown-menu {
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
  footer .footer-copyright {
    margin-bottom: 20px;
  }
  #cookie-law-info-again {
    right: 15px !important;
  }
  .header-page {
    height: auto;
    padding: 40px 0;
  }
  .header-page .titre-heade {
    font-size: 30px;
    line-height: 37px;
  }
  /*---------------------------
            Contact 
-----------------------------*/
  .contact-section .bloc-infos-contact > div {
    width: 100%;
    padding: 0;
  }
  .contact-section .bloc-infos-contact .titre-section {
    max-width: inherit;
  }
}

@media (max-width: 575px) {
  #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
    width: 100%;
  }
}
