@charset "UTF-8";
.bold-text,
.sectionTitle,
strong {
  font-weight: 600;
}

.agenda__date,
.card__date,
.intro__title,
.mobileMenu__item,
.nav__items,
.uppercase {
  text-transform: uppercase;
}

.moreCta,
.nav__cta,
.nav__items {
  float: right;
}

.preheader {
  text-align: center;
  background-color: red;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
}

.nav .container {
  margin-top: 18px !important;
}

body .preheader + div.container {
  margin-top: 10px !important;
}

.actions__imgWrap:after,
.mediaShare__item:before,
.mobileMenu.open:after,
.simpleIntro__img:before,
.title-preline:before {
  content: "";
}

.engage-signature,
.footer__input {
  font-style: italic;
}

.footer__input,
.notFound-card,
.slick-slider {
  box-sizing: border-box;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots li button,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
}

.greyBg {
  background-color: #f5f5f5;
}

body {
  font-family: Open Sans, sans-serif;
}

.footer__input,
.hind,
.intro__dataItem,
.intro__number,
.nav,
.sectionTitle {
  font-family: Hind, sans-serif;
}

a {
  color: inherit;
}

a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
li::-moz-selection,
p::-moz-selection {
  background: #ffaf00;
  color: #fff;
}

a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
li::selection,
p::selection {
  background: #ffaf00;
  color: #fff;
}

.text {
  font-size: 16px;
  line-height: 28px;
}

.blueText {
  color: #5a6cea;
}

.link-text {
  color: #f63439;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.sectionTitle {
  color: #152052;
  font-size: 50px;
}

@media (max-width: 668px) {
  .text-center-xs {
    text-align: center;
  }
  .sectionTitle {
    font-size: 28px;
    line-height: 32px;
  }
}

.sectionTitle--smaller {
  font-size: 42px;
}

.nav {
  position: fixed;
  background: #fff;
  display: -ms-flexbox;
  height: auto;
  box-shadow: 0 0 37px -11px rgba(0, 0, 0, 0.15);
  z-index: 400;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0px 0px 20px;
}

.nav__items {
  font-size: 14px;
  font-weight: 500;
}

.nav__items a {
  color: #3f3f3f;
  transition: color 0.25s ease-in-out;
}

.nav__items a:hover {
  color: #5a6cea;
}

@media (min-width: 992px) {
  .current-menu-item a {
    color: #5a6cea;
  }
}

@media (max-width: 992px) {
  .current-menu-item a {
    color: #ffaf00;
  }
}

.intro__title {
  color: #f63439;
  font-size: 122px;
  font-weight: 800;
  line-height: 100px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__title {
    font-size: 66px;
    line-height: 63px;
  }
}

@media (max-width: 668px) {
  .intro__title {
    font-size: 42px;
    line-height: 48px;
  }
  body .top-50 {
    margin-top: 180px !important;
  }
}

.intro__commitment,
.intro__motto {
  color: #152052;
}

.intro__commitment {
  font-size: 46px;
  font-weight: 600;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__commitment {
    font-size: 36px;
  }
}

.intro__motto {
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__motto {
    font-size: 16px;
  }
}

@media (max-width: 668px) {
  .intro__motto {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
  }
  .intro__number {
    text-align: right;
  }
}

.intro__number {
  font-size: 50px;
  color: #5a6cea;
  font-weight: 700;
}

@media (min-width: 992px) {
  .intro__number {
    font-size: 64px;
  }
}

.intro__numberDescription {
  text-transform: uppercase;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 21px;
}

@media (max-width: 668px) {
  .intro__numberDescription {
    font-size: 16px;
  }
}

.actions__themeTitle {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeTitle {
    font-size: 16px;
  }
}

.actions__themeItem--active .actions__themeTitle {
  color: #171717;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeItem--active .actions__themeTitle {
    font-size: 20px;
  }
}

.actions__description {
  color: #4a4a4a;
}

.descriptionLaw {
  font-size: 12px;
  font-weight: 600;
}

.actionTitle {
  color: #5a6cea;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 668px) {
  .actionTitle {
    font-size: 16px;
    line-height: 21px;
  }
}

.actions__subtitle {
  font-family: Hind;
  font-weight: 500;
  font-size: 28px;
}

.card__date {
  color: #5a6cea;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.card__title {
  font-family: Hind;
  font-weight: 600;
}

@media (max-width: 668px) {
  .card__title {
    font-weight: 500;
    line-height: 24px;
  }
}

.partners__catchline {
  font-family: Hind;
  font-size: 38px;
  color: #5a6cea;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
}

.actionsFields__item p,
.actions__content p,
.actions__titlePage,
.agenda-container .agenda__eventName,
.agenda__date,
.agenda__eventName,
.agenda__title,
.articleList__articleTitle,
.articleList__description,
.articleSingle__date p,
.assos-top__title,
.footer__copyright,
.mobileMenu__item,
.newsIntro__description,
.newsIntro__eventTitle--bigger,
.newsIntro__eventTitle--smaller,
.newsSlider__title,
.newsTitle {
  font-family: Hind, sans-serif;
}

@media (max-width: 668px) {
  .partners__catchline {
    font-size: 16px;
  }
  .footer__copyright {
    text-align: center;
  }
}

.footer {
  color: #fff;
}

.footer__item-title {
  font-size: 24px;
  font-weight: 500;
}

.footer__item a {
  color: #d4d4d4;
  font-weight: 300;
}

.footer__item--emergency a {
  color: #fff;
  font-weight: 600;
}

.footer__input {
  color: #d4d4d4;
  font-weight: 300;
  font-size: 14px;
}

.agenda__date,
.agenda__title,
.mobileMenu__item {
  font-weight: 500;
}

.footer__copyright {
  font-size: 12px;
}

.mobileMenu__item {
  color: #fff;
  letter-spacing: 0.8px;
  text-align: center;
}

.agenda__title {
  font-size: 28px;
}

.agenda__date {
  font-size: 21px;
  text-align: center;
  color: #5a6cea;
}

.agenda__date span {
  font-size: 50px;
  font-weight: 600;
}

.agenda-container .agenda__date {
  font-size: 28px;
}

.agenda-container .agenda__date span {
  font-size: 68px;
}

.agenda-container .agenda__eventName {
  font-size: 21px;
}

.agenda__description {
  font-size: 16px;
  line-height: 22px;
  color: #3f3f3f;
}

.agenda__eventName {
  font-weight: 600;
  color: #152052;
}

.newsIntro__description {
  color: #fff;
  font-weight: 500;
}

.newsIntro__eventData {
  font-size: 16px;
  font-weight: 500;
}

.newsIntro__eventTitle--bigger {
  font-size: 38px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .newsIntro__eventTitle--bigger {
    font-size: 28px;
  }
}

.newsIntro__eventTitle--smaller {
  font-size: 21px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .newsIntro__eventTitle--smaller {
    font-size: 18px;
  }
}

.newsTitle {
  font-size: 34px;
  font-weight: 500;
}

.articleList__date {
  font-family: Hind, sans-serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
}

@media (max-width: 668px) {
  .articleList__date {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 500;
  }
}

.articleList__articleTitle {
  color: #5a6cea;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
}

@media (max-width: 668px) {
  .articleList__articleTitle {
    font-size: 18px;
    line-height: 21px;
  }
}

.articleList__description {
  font-size: 21px;
  line-height: 26px;
}

@media (max-width: 668px) {
  .articleList__description {
    font-size: 16px;
    line-height: 21px;
  }
}

.newsSlider__title {
  font-weight: 800;
  color: #f63439;
  font-size: 38px;
}

.newsSlider .card__date {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}

.newsSlider .card__title {
  color: #5a6cea;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
}

@media (max-width: 668px) {
  .newsSlider .card__title {
    font-size: 16px;
    line-height: 24;
  }
}

.articleSingle__title {
  font-size: 50px;
  color: #f63439;
  text-transform: uppercase;
  text-align: center;
  line-height: 64px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .articleSingle__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 668px) {
  .articleSingle__title {
    font-family: Hind, sans-serif;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }
}

.articleSingle__date p {
  font-size: 21px;
  text-align: center;
}

@media (max-width: 668px) {
  .articleSingle__date p {
    color: #515151;
    font-size: 14px;
    font-weight: 500;
  }
}

.newsSlider__carousel .card__title {
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 668px) {
  .newsSlider__carousel .card__title {
    font-weight: 400;
  }
}

.actionsFields__title {
  font-weight: 500;
  font-size: 26px;
}

.actionsFields__item p {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .actionsFields__item p {
    font-size: 18px;
  }
}

@media (max-width: 668px) {
  .actionsFields__item p {
    font-size: 16px;
  }
}

.actions__content p {
  font-size: 16px;
  line-height: 22px;
}

.actions__titlePage {
  color: #f63439;
  font-weight: 800;
  font-size: 38px;
}

@media (max-width: 668px) {
  .actions__titlePage {
    font-size: 32px;
    line-height: 38px;
  }
}

.engage-subtitle {
  font-weight: 600;
  font-size: 35px;
}

@media (max-width: 668px) {
  .engage-subtitle {
    text-align: left;
    font-size: 28px;
    line-height: 41px;
  }
}

.engage-textHead {
  font-weight: 600;
}

.assos-content__letter {
  color: #f63439;
}

.assos-content__letter,
.assos-top__title,
.engage-donation__title {
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 668px) {
  .assos-top__title {
    font-size: 26px;
  }
}

.assos-top__search input {
  color: #5a6cea;
  font-size: 14px;
}

.assos-top__search input::-webkit-input-placeholder {
  color: #5a6cea;
}

.assos-top__search input:-ms-input-placeholder,
.assos-top__search input::-ms-input-placeholder {
  color: #5a6cea;
}

.assos-top__search input::placeholder {
  color: #5a6cea;
}

.assos-nav__item a {
  color: #fff;
}

.assos-nav__item:hover > a {
  color: #ffaf00;
}

.assos-case__name {
  font-size: 26px;
  font-weight: 600;
}

.assos-case a {
  color: #5a6cea;
  transition: color 0.4s ease-in-out;
}

.assos-case a:hover {
  color: #f63439;
}

.about-section-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
}

@media (max-width: 668px) {
  .about-section-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.about-president__title {
  color: #f63439;
  font-size: 46px;
  font-weight: 600;
}

@media (max-width: 668px) {
  .about-president__title {
    font-size: 28px;
  }
}

.about-president__subtitle,
.slider-single__focusTitle {
  font-size: 24px;
  font-weight: 600;
}

.slider-single__focusTitle:first-child {
  font-size: 30px;
}

.about-ambassador__navItem {
  font-size: 17px;
  font-weight: 600;
  color: #b3b1b1;
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-ambassador__navItem {
    font-size: 14px;
  }
}

.about-ambassador__activeTransition--active .about-ambassador__navItem,
.about-ambassador__descriptionTitle {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-ambassador__activeTransition--active .about-ambassador__navItem,
  .about-ambassador__descriptionTitle {
    font-size: 22px;
  }
}

@media (max-width: 668px) {
  .about-ambassador__activeTransition--active .about-ambassador__navItem,
  .about-ambassador__descriptionTitle {
    font-size: 20px;
  }
}

.about-partners__descriptionTitle {
  font-size: 24px;
  font-weight: 600;
}

.history-slider__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  line-height: 48px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .history-slider__title {
    font-size: 40px;
  }
}

.history-slider-nav__item p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}

.history-slider-nav .slick-current p {
  font-size: 30px;
  font-weight: 600;
}

.history-slider--xs .history-slider__itemTitle {
  font-size: 18px;
  font-weight: 600;
}

.simpleIntro__title {
  font-size: 50px;
  color: #f63439;
  font-weight: 600;
  line-height: 58px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .simpleIntro__title {
    font-size: 42px;
  }
  .nav .container {
    padding: 0;
  }
}

@media (max-width: 668px) {
  .simpleIntro__title {
    font-size: 38px;
    line-height: 48px;
  }
}

.contact-intro__text {
  line-height: 30px;
}

.contact-form__title {
  font-weight: 600;
  font-size: 32px;
}

.contact-form__label {
  font-weight: 600;
}

.input-group input,
.input-group select,
.input-group textarea {
  font-size: 16px;
  color: #000;
}

.input-group input::-webkit-input-placeholder,
.input-group select::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-style: italic;
}

.input-group input:-ms-input-placeholder,
.input-group input::-ms-input-placeholder,
.input-group select:-ms-input-placeholder,
.input-group select::-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder,
.input-group textarea::-ms-input-placeholder {
  font-size: 16px;
  font-style: italic;
}

.input-group input::placeholder,
.input-group select::placeholder,
.input-group textarea::placeholder {
  font-size: 16px;
  font-style: italic;
}

.don__title {
  font-size: 42px;
}

.don-text__title {
  font-weight: 600;
}

@media (max-width: 668px) {
  .don__title {
    font-size: 34px;
  }
  .mentions__title {
    font-size: 26px;
  }
}

.home-map__title {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}

@media (max-width: 668px) {
  .archives__title {
    font-size: 30px;
    line-height: 32px;
  }
}

.archives__sectionTitle {
  font-size: 38px;
}

.archives__livret {
  font-family: Hind;
  font-weight: 500;
}

.archives__sectionSubtitle {
  font-weight: 600;
}

@media (max-width: 668px) {
  .archives__sectionTitle {
    font-size: 24px;
  }
  .archives__livret,
  .archives__sectionSubtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.archives__link,
.archives__livret,
.archives__sectionSubtitle {
  font-size: 21px;
  line-height: 24px;
}

.emergency-card__top {
  text-align: center;
}

@media (max-width: 668px) {
  .archives__link,
  .archives__livret,
  .archives__sectionSubtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .emergency-card__top {
    text-align: left;
  }
}

@media (max-width: 668px) {
  .emergency-card.preheader_active {
    margin-top: 45px !important;
  }
}

.emergency-card__top * {
  color: #fff;
}

.emergency-card__top p {
  font-size: 12px;
}

.emergency-card__topTitle {
  font-size: 18px;
  font-family: Hind;
  text-transform: uppercase;
  font-weight: 500;
}

.emergency-card__text {
  font-size: 12px;
  color: #484848;
  line-height: 18px;
}

.emergency-card__close {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 600;
  cursor: pointer;
}

.notFound-card * {
  color: #152052;
}

.notFound-card__title {
  font-family: Hind;
  font-size: 38px;
  font-weight: 600;
}

.notFound-card__text {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
}

.notFound-card__text a {
  color: #5a6cea;
  font-weight: 700;
}

.container--about-partners .slick-slide h3 {
  margin: 20px 0;
}

.nav .container {
  width: 90%;
}

@media (max-width: 1250px) {
  .nav .container {
    width: 95%;
  }
}

.nav * {
  display: inline-block;
}

.nav .container {
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

body {
  margin-top: 90px !important;
}

@media (max-width: 668px) {
  .nav {
    height: 70px;
  }
  .nav img {
    width: 40px;
  }
  body {
    margin-top: 70px !important;
  }
}

.nav .nav__cta {
  position: relative;
  min-width: 85px;
  padding: 14px 26px 12px 52px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .nav .nav__cta {
    margin-right: 70px;
  }
}

.nav .nav__cta span {
  position: absolute;
  left: 14px;
  top: 11px;
}

.nav .nav__cta img {
  height: 20px;
  margin-right: 10px;
}

.nav .nav__cta:hover {
  transform: translateY(-2px);
}

.nav__items {
  margin-left: 0%;
}

@media (max-width: 1250px) {
  .nav__items {
    margin-left: 0;
  }
}

.nav__items a:not(:first-child),
.nav__items li:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 1100px) {
  .nav__items a:not(: first-child), .nav__items li:not(: first-child) {
    margin-left: 28px;
  }
}

.homeBurgerContainer {
  position: fixed;
  right: 38px;
  top: 18px;
  z-index: 500;
  transition: transform 0.3s ease-in 0.7s;
}

@media (min-width: 992px) {
  .homeBurgerContainer {
    left: unset;
    right: 4vw;
  }
}

@media (max-width: 668px) {
  .homeBurgerContainer {
    right: 20px;
  }
}

.homeBurgerContainer.reappearBurger {
  opacity: 0;
  animation: 0.5s 2s fadeAppear ease-out forwards;
}

@keyframes fadeAppear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.homeBurger {
  position: relative;
  top: 6px;
  width: 22px;
  height: 18px;
  cursor: pointer;
  z-index: 30;
  transition: transform 1s ease-in;
}

@media (min-width: 668px) and (max-width: 992px) {
  .nav__items a:not(: first-child), .nav__items li:not(: first-child) {
    margin-left: 10px;
  }
  .homeBurger {
    top: 18px;
  }
}

.homeBurger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  right: 0;
  background: #0f0f0f;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}

@media (min-width: 992px) {
  .homeBurger span {
    left: unset;
    right: 0;
  }
}

.homeBurger span:first-child {
  top: 0;
}

.homeBurger span:nth-child(2) {
  top: 8px;
}

.homeBurger span:nth-child(3) {
  top: 16px;
  width: 60%;
}

.homeBurger.active span {
  background: #fff;
  top: 10px;
  width: 100%;
}

.homeBurger.active span:first-child {
  transform: rotate(135deg);
}

.homeBurger.active span:nth-child(2) {
  opacity: 0;
}

.homeBurger.active span:nth-child(3) {
  transform: rotate(-135deg);
}

.mobileMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 30%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 450;
}

@media (max-height: 450px) {
  .mobileMenu {
    padding: 10%;
  }
}

.mobileMenu.open {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.mobileMenu.open:after {
  position: absolute;
  left: -10vw;
  top: -10vh;
  width: 110vw;
  height: 110vh;
  background: #5a6cea;
  z-index: -10;
}

.mobileMenu ul {
  margin-bottom: 60px;
}

.mobileMenu__social {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  text-align: center;
}

.mobileMenu__social img {
  height: 5vh;
}

.mobileMenu__social img:first-child {
  margin-left: 3%;
}

@media (max-width: 992px) {
  .menu-item,
  .mobileMenu__item {
    margin-bottom: 28px;
  }
}

.menu-item.productsItem:after,
.mobileMenu__item.productsItem:after {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 6px;
  content: "";
  background: url(../../assets/img/arrow_down.png) no-repeat;
  background-size: 100%;
  background-position-y: center;
  transition: transform 0.3s ease-out;
}

.menu-item span,
.mobileMenu__item span {
  position: relative;
  margin-left: 2px;
}

.menu-item span img,
.mobileMenu__item span img {
  position: absolute;
  height: 6px;
  top: 7px;
  left: 6px;
}

.rotate:after {
  transform: rotate(-180deg);
}

.dropdown-content {
  display: none;
  margin-bottom: 28px;
}

.dropdown-content.show {
  display: block;
}

.intro__cta,
cta {
  display: inline-block;
}

.mobileMenu__logo {
  width: 40px;
  position: absolute;
  top: 17px;
  left: 9px;
}

cta span {
  margin-right: 20px;
}

.donationCta {
  background-color: #f63439;
  border-radius: 5px;
  padding: 14px 50px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 6px 0 #f6343942;
  transition: all 0.2s ease-in-out;
}

.donationCta img {
  transition: transform 0.2s ease-in-out;
}

.intro__cta {
  position: relative;
  width: 230px;
  padding: unset;
  height: 52px;
  overflow: hidden;
}

.intro__cta:hover {
  box-shadow: 0 3px 6px 0 rgba(255, 1, 2, 0.48);
}

.intro__cta:hover .intro-cta__content {
  right: -190px;
}

.intro__cta:hover .intro-cta__content--hover {
  left: -12px;
}

.intro__cta span img {
  position: relative;
  top: 2px;
}

.intro-cta__content,
.intro-cta__content--hover {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: right 0.4s ease-in-out;
}

.intro-cta__content img,
.intro-cta__content--hover img {
  margin-right: 18px;
  height: 20px;
}

.intro-cta__content {
  display: -ms-flexbox;
  display: flex;
  right: 23px;
  width: 185px;
  height: 21px;
}

.intro-cta__content--hover {
  background: #f63439;
  width: 230px;
  left: -270px;
  padding-left: 40px;
  transition: left 0.4s ease-in-out;
}

.moreCta,
.moreCta img {
  transition: transform 0.2s ease-in-out;
}

.intro-cta__content--hover p {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 24px;
}

.moreCta {
  color: #f63439;
  font-weight: 600;
  transform-origin: 0 50%;
  line-height: 22px;
}

.blueCta,
button.alm-load-more-btn.more {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  cursor: pointer;
}

.moreCta span {
  margin-left: 5px;
  position: relative;
}

.moreCta img {
  display: inline-block !important;
  height: 10px;
  transform: translateX(0);
}

.moreCta:hover img {
  transform: translateX(10px);
}

.intro__donation-cta--xs {
  position: absolute;
  background-color: #f63439;
  background-image: url(../../img/icons/heart.png);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: 32px;
  left: 20px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.articleSingle-cta {
  display: none;
}

.mobileCta {
  background: #152052;
  padding: 10px 30px;
  border-radius: 4px;
  margin-top: 40px;
}

.blueCta,
.mobileCta {
  display: inline-block;
  color: #fff;
}

.blueCta {
  background: #5a6cea;
  border-radius: 4px;
  padding: 10px 40px;
  border: 1px solid #5a6cea;
  transition: background 0.3s ease-in-out;
}

.blueCta:hover {
  background: 0 0;
  color: #5a6cea;
}

.emergency-card__cta {
  padding: 10px 30px;
  background: #f63439;
}

@media (max-width: 668px) {
  .articleSingle-cta {
    display: inline-block;
  }
  .presse-intro__cta {
    width: 50%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .emergency-card__cta {
    height: 17px;
  }
}

.footer__cta {
  color: #fff !important;
}

.alm-btn-wrap {
  text-align: center;
}

button.alm-load-more-btn.more {
  display: inline-block;
  background: #5a6cea;
  border-radius: 4px;
  padding: 10px 40px;
  color: #fff;
  border: 1px solid #5a6cea;
}

.partners {
  padding: 110px 0 55px;
}

.partners__wrap {
  display: grid;
  grid-template-columns: repeat(9, auto);
  margin-top: 70px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .partners {
    background: 0 0;
    padding: 64px 0 55px;
  }
  .partners__wrap {
    margin-top: 40px;
  }
}

@media (max-width: 668px) {
  .partners {
    background: 0 0;
    padding: 40px 0 25px;
  }
  .partners__wrap {
    grid-template-columns: repeat(5, auto);
    margin-top: 20px;
  }
}

.partners__logo {
  position: relative;
  height: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.partners__logo:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partners__logo img,
.partners__logo svg {
  position: absolute;
  width: 70%;
  max-height: 140%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.agenda {
  padding-left: 7%;
  padding-top: 10px;
}

.agenda__title {
  margin-bottom: 24px;
  margin-left: 8px;
}

.agenda__date,
.agenda__text {
  display: inline-block;
}

.agenda__date span {
  display: block;
}

.agenda__text {
  margin-left: 12%;
}

.agenda__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 7%;
  margin-top: 10px;
  border-radius: 8px;
  transition: background 0.2s ease-in-out;
  box-shadow: 1px 3px 14px 0 rgba(0, 0, 0, 0.08);
}

.agenda__line:hover {
  background: #faf8f8;
}

.agenda__eventName {
  margin-bottom: 10px;
}

.agenda__moreCta {
  float: right;
  position: relative;
  top: 30px;
}

.agenda__img {
  width: 100%;
  margin-bottom: 30px;
}

.agenda__img img {
  width: 100%;
}

.container.agenda-container {
  max-width: 720px;
  padding-bottom: 30px;
}

.container.agenda-container .agenda__line {
  padding: 33px 50px;
  margin-bottom: 25px;
  box-shadow: 1px 3px 14px 0 rgba(0, 0, 0, 0.15);
}

.container.agenda-container .agenda__line:hover {
  background: 0 0;
}

.container.agenda-container .agenda__eventName {
  margin-bottom: 16px;
}

@media (max-width: 668px) {
  .container.agenda-container .agenda__line {
    display: block;
    padding: 20px;
  }
  .container.agenda-container .agenda__eventName {
    margin-bottom: 8px;
  }
  .container.agenda-container .agenda__date {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
  .container.agenda-container .agenda__date span {
    display: inline-block;
  }
  .container.agenda-container .agenda__text {
    display: block;
    margin-left: 0;
  }
}

.simpleIntro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0 150px;
}

.simpleIntro__description,
.simpleIntro__img {
  width: 46%;
}

@media (max-width: 668px) {
  .simpleIntro {
    display: initial;
  }
  .simpleIntro__description,
  .simpleIntro__img {
    width: 100%;
  }
}

.simpleIntro__img {
  position: relative;
  z-index: 10;
}

@media (min-width: 668px) and (max-width: 992px) {
  .simpleIntro {
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 70px;
  }
  .simpleIntro__img {
    width: 40%;
  }
}

@media (max-width: 668px) {
  .simpleIntro__img {
    width: 100%;
    margin-bottom: 80px;
  }
}

.simpleIntro__img:before {
  position: absolute;
  height: 100%;
  z-index: -10;
  background: #5a6cea;
  width: 50%;
  top: 20%;
  left: -20%;
}

.simpleIntro__title {
  margin: 70px 0 40px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .simpleIntro__title {
    margin: 0 0 20px;
  }
}

@media (max-width: 668px) {
  .simpleIntro__img:before {
    width: 100%;
    top: 40%;
    height: 80%;
    left: -36%;
  }
  .simpleIntro__title {
    margin: 20px 0 16px;
  }
}

.simpleIntro__text {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .simpleIntro__text {
    margin: 50px 0;
  }
  .articleList__text {
    width: 80%;
  }
}

.articleList {
  margin: 50px 0 90px;
}

@media (max-width: 668px) {
  .articleList {
    margin: 50px 0 70px;
  }
}

.articleList__list {
  margin-top: 90px;
}

.articleList__date,
.articleList__text {
  display: inline-block;
}

.articleList__date {
  float: left;
  margin-right: 54px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .articleList__list {
    margin-top: 50px;
  }
  .articleList__date {
    margin-bottom: 20px;
  }
}

@media (max-width: 668px) {
  .articleList__list {
    margin-top: 30px;
  }
  .articleList__date {
    margin-bottom: 10px;
  }
  .articleList__articleTitle {
    margin-top: 21px;
  }
}

.articleList__articleTitle {
  margin-bottom: 16px;
}

.articleList__item {
  position: relative;
  width: 85%;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .articleList__item {
    width: 100%;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .articleList__item {
    width: 100%;
  }
}

@media (max-width: 668px) {
  .articleList__item {
    width: 100%;
  }
}

.articleList__item--dl .articleList__text {
  width: 75%;
}

.articleList__dl {
  position: absolute;
  top: 0;
  right: -10px;
  height: 38px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
  .articleList__dl {
    height: 35px;
    top: 20%;
    right: 0;
  }
}

.articleList__dl:hover {
  background: #5a6cea;
  transform: scale(1.04);
}

.articleList__dl img {
  height: 100%;
}

.articleList__line {
  border: none;
  background: #d2cfcf;
  height: 1px;
  margin: 30px 0;
}

@media (max-width: 668px) {
  .articleList__line {
    margin: 24px 0;
  }
}

.articleList__cta {
  margin-top: 20px;
}

.alm-listing.alm-ajax.articleList__list {
  margin-top: 0 !important;
}

.mediaShare {
  height: 70px;
  display: block;
  margin: 40px auto 200px;
  width: 203px;
  background: #fff;
  z-index: 0;
  box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.22);
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.confirm-clip,
.mediaShare__item--blue,
.mediaShare__item:hover {
  background: #5a6cea;
}

@media (min-width: 992px) {
  .mediaShare {
    position: fixed;
    height: unset;
    bottom: 10px;
    width: 85px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.confirm-clip,
.mediaShare__item.center:before {
  margin: auto;
  bottom: 0;
}

.mediaShare.hide {
  opacity: 0;
}

.mediaShare img,
.mediaShare svg {
  position: relative;
  top: 18px;
  margin: auto;
  display: block;
}

.mediaShare__item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 65px;
}

@media (min-width: 992px) {
  .mediaShare__item {
    height: 67px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mediaShare__item.copy-clipboard {
    width: 64px;
    bottom: 3px;
    right: -1px;
  }
}

.confirm-clip {
  position: absolute;
  right: -210px;
  color: #fff;
  padding: 8px;
  top: 0;
  height: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.confirm-clip.active {
  opacity: 1;
}

.mediaShare__item {
  transition: background 0.2s ease-in-out;
}

.mediaShare__item:before {
  position: absolute;
  left: 0;
  top: unset;
  background: #5a6cea;
  height: 10px;
  width: 60px;
  bottom: 0;
}

.footer,
.footer__wrap,
.form-group {
  position: relative;
}

@media (min-width: 992px) {
  .mediaShare__item:before {
    height: 60px;
    width: 10px;
    top: 0;
  }
}

.mediaShare__item.last:before {
  top: unset;
  right: 0;
  bottom: -3px;
  left: unset;
}

@media (min-width: 992px) {
  .mediaShare__item.last:before {
    right: unset;
    left: 0;
  }
}

.mediaShare__item:hover g g {
  fill: #fff;
  stroke: #fff;
}

.footer {
  z-index: 50;
  background: #152052;
  padding: 40px 0;
}

.footer .container {
  max-width: 1060px;
  width: 80%;
  left: -4%;
}

.footer__wrap {
  display: grid;
}

@media (max-width: 668px) {
  .footer {
    padding: 20px 0 40px;
  }
  .footer .container {
    left: 0;
  }
  .footer__wrap {
    display: none;
    grid-gap: 30px 0;
    grid-template-columns: auto;
  }
  .footer__item--top {
    margin-top: 20px;
  }
}

.footer__wrap--top {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 65px;
}

@media (max-width: 668px) {
  .footer__wrap--top {
    grid-template-columns: auto;
  }
}

.footer__wrap--bottom {
  grid-template-columns: 2fr 1fr;
}

@media (min-width: 668px) and (max-width: 992px) {
  .footer__wrap--bottom {
    grid-template-columns: 3fr 2fr;
  }
}

.footer__item-title {
  margin-bottom: 34px;
}

.footer__item li {
  margin-bottom: 12px;
}

.footer__form {
  margin-top: 38px;
}

.form-group button {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: 0 0;
  border: none;
}

.form-group button img {
  width: 18px;
}

.footer__input {
  width: 100%;
  background: 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 14px 16px;
}

.footer__wrap--bottom .footer__item:first-child {
  padding-right: 20px;
}

.footer__wrap--bottom .footer__item:first-child .text {
  max-width: 550px;
}

.footer__copyright {
  margin-top: 30px;
}

.footer__line {
  background: hsla(0, 0%, 59%, 0.45);
  height: 1px;
  width: 100%;
  border: none;
  margin: 40px 0 10px;
}

@media (max-width: 668px) {
  .footer__wrap--bottom {
    grid-template-columns: auto;
  }
  .footer__line {
    margin: 20px 0 10px;
  }
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin: 18px auto auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer__social-item img {
  width: 30px;
}

.footer__itemTel:not(:last-child) {
  margin-bottom: 12px;
}

.footer__item--emergency {
  position: relative;
}

.footer__item--emergency p:last-child {
  margin-top: 26px;
}

.footer-emergency__alloenfance {
  display: none;
}

@media (min-width: 992px) {
  .footer-emergency__alloenfance {
    display: block;
    position: absolute;
    height: 90px;
    right: -110px;
    top: 10px;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1400px) {
  .footer-emergency__alloenfance {
    height: 70px;
    right: -85px;
    top: 10px;
  }
}

.footer__legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
  margin: 30px auto auto;
}

.footer-cta {
  position: absolute;
  background-color: #f63439;
  background-image: url(../../img/icons/heart.png);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: 32px;
  right: -101px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.footer-cta:hover {
  background-color: #ffaf00;
  transform: scale(1.08);
}

.trigger-carousel {
  display: none;
}

@media (max-width: 668px) {
  .trigger-carousel {
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin: auto;
    height: 50px;
  }
}

@media (max-width: 668px) and (max-width: 668px) {
  .trigger-carousel .flexbox {
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    margin: auto;
  }
}

.side-carousel-section {
  padding-top: 100px;
  padding-bottom: 350px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .side-carousel-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media (max-width: 668px) {
  .trigger-carousel .dot {
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
  }
  .trigger-carousel .dot:not(:last-child) {
    margin-right: 2px;
  }
  .side-carousel-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .side-carousel-section .container {
    width: unset;
  }
  .side-carousel-section .container.visible-xs {
    width: 90%;
  }
  .side-carousel-section .sectionTitle {
    margin-left: 20px;
  }
}

.side-carousel-section__intro {
  display: inline-block;
  width: 28%;
  margin-right: 10%;
}

.side-carousel-section__intro p {
  margin: 30px 0 60px;
}

.side-carousel .slick-arrow {
  top: 403px;
}

.side-carousel .slick-prev {
  left: -194px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .side-carousel-section__intro {
    width: 340px;
  }
  .side-carousel-section__intro p {
    margin: 30px 0 20px;
  }
  .side-carousel .slick-arrow {
    top: 500px;
  }
  .side-carousel .slick-prev:before {
    left: 41%;
  }
}

.side-carousel .slick-next {
  left: -134px;
}

.side-carousel.presse .slick-arrow {
  top: 350px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .side-carousel .slick-next:before {
    left: 50%;
  }
  .side-carousel.presse .slick-arrow {
    top: 450;
  }
}

@media (max-width: 668px) {
  .side-carousel-section__intro {
    width: 100%;
  }
  .side-carousel .slick-slide {
    width: 270px;
  }
}

.home-map {
  position: relative;
}

.home-map .moreCta {
  float: none;
}

.home-map__title {
  position: absolute;
  top: 20px;
  left: 80px;
}

#map,
.map-card {
  position: relative;
}

#map {
  top: 2px;
}

#map tspan {
  display: none !important;
}

.map-card {
  background: #fff;
  width: 480px;
  padding: 30px 30px 40px;
  float: right;
  box-shadow: 3px 4px 18px 0 rgba(0, 0, 0, 0.22);
  margin-top: -6%;
  z-index: 160;
}

.map-card__text {
  margin: 20px 0;
}

.emergency-cta {
  position: fixed;
  background: red;
  bottom: 4vh;
  right: 3vw;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.emergency-cta img {
  width: 34%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.emergency-card {
  position: fixed;
  right: 50px;
  bottom: 190px;
  background: #fff;
  width: 320px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  transform: translateY(45px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  z-index: 1000;
}

.emergency-card__img img,
.gallery-icon.landscape {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .emergency-card {
    bottom: 120px;
  }
}

.emergency-card.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.emergency-card__top {
  background: #f63439;
  padding: 20px 10px;
}

@media (max-width: 668px) {
  .emergency-card {
    opacity: 1;
    position: static;
    width: 100%;
    margin-bottom: 60px;
    pointer-events: all;
  }
  .emergency-card__top {
    padding: 20px;
  }
}

.emergency-card__top p {
  margin-bottom: 12px;
}

.emergency-card__close {
  display: none;
}

.emergency-card__body {
  padding: 18px;
}

.emergency-card__text {
  margin-bottom: 20px;
}

.emergency-card__ctaContainer {
  height: 30px;
  margin-top: 30px;
}

@media (max-width: 668px) {
  .emergency-card__close {
    display: block;
  }
  .emergency-card__img {
    display: none;
  }
  .emergency-card__body {
    display: none;
    padding: 18px 25px;
  }
  .emergency-card__ctaContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gallery {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  margin-top: 70px;
}

.figure.gallery-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.figure.gallery-item img {
  margin: 0;
}

figcaption {
  color: #5a6cea;
  font-family: Hind;
}

@media (max-width: 668px) {
  body.home {
    margin-top: 20px !important;
  }
}

body.page-id-11 {
  margin-top: 58px !important;
}

.intro {
  padding: 105px 0 65px;
}

.intro__title {
  display: block;
  margin: auto;
  width: 760px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro {
    padding: 50px 0 65px;
  }
  .intro__title {
    width: unset;
    margin-left: 50px;
  }
}

.intro__wrap {
  position: relative;
  margin: 50px 0 0 120px;
}

@media (min-width: 1500px) {
  .intro__wrap {
    margin-left: 200px;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__wrap {
    margin: 0 0 0 50px;
  }
}

@media (max-width: 668px) {
  .intro {
    padding: 26px 0 30px;
  }
  .intro__title {
    width: auto;
  }
  .intro__wrap {
    margin: unset;
  }
}

.intro__info {
  display: inline-block;
  width: 480px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__info {
    margin-top: 40px;
  }
}

@media (max-width: 668px) {
  .intro__info {
    margin-top: 0;
    width: unset;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .intro__info {
    margin-top: 10vh;
  }
}

.intro__motto {
  width: 460px;
  margin: 26px 0 28px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .intro__motto {
    margin: 16px 0 28px;
  }
}

@media (max-width: 668px) {
  .intro__motto {
    margin: 20px 0 30px;
    width: unset;
  }
}

.intro__data {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0 60px;
}

.intro__data--xs {
  display: none;
}

@media (max-width: 668px) {
  .intro__data {
    margin: 30px 0 0;
  }
  .intro__data--xs {
    width: 230px;
    display: grid;
    grid-template-columns: auto auto;
    float: right;
  }
  .intro__number {
    top: -4px;
    margin-right: 20px;
  }
}

.intro__dataItem {
  width: 170px;
}

.intro__number {
  margin-bottom: 8px;
}

.intro__numberDescription {
  max-width: 90%;
}

.intro__square {
  background: #5a6cea;
  display: none;
  width: 50%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .intro__square {
    width: 39%;
  }
}

@media (max-width: 668px) {
  .intro__square {
    width: 100%;
  }
}

.intro__square img {
  width: 100%;
}

.intro__square--md {
  position: relative;
  float: right;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .intro__square--md {
    display: block;
  }
}

.actions {
  padding: 150px 0 140px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions {
    padding: 60px 0 20px;
  }
}

.actions .sectionTitle {
  margin-bottom: 60px;
}

@media (max-width: 668px) {
  .intro__square--xs {
    display: block;
    position: relative;
  }
  .actions {
    padding: 40px 0;
  }
  .actions .sectionTitle {
    margin-bottom: 28px;
  }
}

.actions__themeItem *,
.actions__themes {
  display: inline-block;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions .sectionTitle,
  .actions__themes {
    margin-bottom: 30px;
  }
  .actions__themes {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 668px) {
  .actions__themes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

.actions__themes--xs {
  display: none;
}

@media (max-width: 668px) {
  .actions__themes--xs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 36px;
  }
  .actions__themes--xs img,
  .actions__themes--xs svg {
    margin: auto;
    width: 80%;
  }
}

.actions__themeItem {
  cursor: pointer;
  position: relative;
  height: 80px;
  width: 390px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeItem {
    font-size: 60px;
    width: 100%;
  }
}

@media (max-width: 668px) {
  .actions__themeItem {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.6;
    transition: opacity 0.15s ease-in-out;
  }
  .actions__themeItem img,
  .actions__themeItem svg {
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.actions__themeItem:hover .actions__themeTitle {
  color: #171717;
}

.actions__themeItem * {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.actions__themeItem img,
.actions__themeItem svg {
  width: 40px;
  transition: all 0.2s ease-in-out;
}

.actions__themeTitle {
  left: 85px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeItem img,
  .actions__themeItem svg {
    width: 30px;
  }
  .actions__themeTitle {
    left: 55px;
  }
}

.actions__themeLine {
  height: 3px;
  background: #ffaf00;
  border-radius: 3px;
  width: 0;
  left: 83px;
  transition: width 0.3s ease-in-out;
}

.actions__themeItem--active .actions__themeLine {
  width: 55px;
}

.actions__themeItem--active img,
.actions__themeItem--active svg {
  transform: scale(2);
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeLine {
    left: 50px;
  }
  .actions__themeItem--active .actions__themeLine {
    width: 45px;
  }
  .actions__themeItem--active img,
  .actions__themeItem--active svg {
    transform: scale(1.5);
  }
}

@media (max-width: 668px) {
  .actions__themeItem * {
    position: static;
  }
  .actions__themeLine,
  .actions__themeTitle {
    display: none;
  }
  .actions__themeItem--active {
    opacity: 1;
  }
  .actions__themeItem--active img,
  .actions__themeItem--active svg {
    transform: none;
  }
  .actions__focus-img {
    height: 100px;
    margin: auto;
  }
}

.actions__themeItem--active .actions__themeTitle {
  left: 160px;
}

.actions__focus {
  display: inline-block;
  width: 100%;
}

@media (min-width: 992px) {
  .actions__focus {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .actions__focus {
    width: 55%;
  }
}

.actionTitle {
  margin: 16px 0 32px;
}

@media (max-width: 668px) {
  .actionTitle {
    margin: 16px 0 20px;
  }
}

.actions__content .actionTitle {
  margin: 16px 0;
}

.actions__content .descriptionLaw {
  margin-bottom: 36px;
}

.actions__text {
  width: 100%;
  margin-top: 40px;
}

.actions__cta {
  margin-top: 20px;
}

.actionsFields {
  background: #fff;
  display: inline-block;
  float: left;
  margin-top: 140px;
  padding: 52px 0;
  width: 460px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.04);
}

@media (max-width: 668px) {
  .actionsFields {
    padding: 35px 0;
    width: 90%;
    margin: auto;
    display: block;
    float: none;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.04);
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__themeItem--active .actions__themeTitle {
    left: 110px;
  }
  .actionsFields {
    float: unset;
    display: block;
    margin: 30px auto;
    width: 90%;
  }
}

.about-ambassador__cta,
.about-president__cta {
  float: none;
}

.actionsFields--sticky {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  bottom: 10vh;
  z-index: 20;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .actionsFields {
    width: 33%;
    padding: 35px 0;
  }
  .actionsFields--sticky {
    bottom: unset;
    top: 40px;
  }
}

.actionsFields--sticky.show {
  opacity: 1;
}

.actions__titlePage {
  margin-bottom: 20px;
}

@media (max-width: 668px) {
  .actionsFields--sticky {
    position: static;
  }
  .actions__titlePage {
    margin: 20px;
  }
}

.actions__fieldTitle {
  margin-bottom: 40px;
}

@media (max-width: 668px) {
  .actions__fieldTitle {
    margin-bottom: 20px;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__fieldTitle {
    margin-bottom: 30px;
  }
}

.actions__content {
  display: inline-block;
  width: 50%;
  margin: 100px 0 80px 45%;
}

@media (max-width: 668px) {
  .actions__content {
    width: unset;
    margin: 40px 20px 30px;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .actions__content {
    display: block;
    width: unset;
    margin: 30px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .actions__content {
    width: 50%;
  }
}

.actions__imgWrap {
  margin: 50px 0;
  position: relative;
}

.actions__imgWrap:after {
  position: absolute;
  background: #5a6cea;
  width: 100%;
  height: 80%;
  z-index: -50;
  top: 10%;
  right: 30%;
}

.actions__imgWrap:nth-child(2n):after {
  background: #f63439;
  right: -30%;
}

.actionsFiels__grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 90px 0;
}

@media (max-width: 668px) {
  .actionsFiels__grid {
    grid-gap: 24px 0;
  }
  .actionsFields__item {
    margin-top: 15px;
  }
}

.actionsFields__item {
  position: relative;
  cursor: pointer;
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.actionsFields__item:hover {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}

@media (min-width: 668px) and (max-width: 992px) {
  .actionsFiels__grid {
    grid-template-columns: auto auto auto;
  }
  .actionsFields__item {
    width: 90%;
  }
}

.actionsFields__item img,
.actionsFields__item svg {
  height: 60px;
  margin-bottom: 26px;
  width: unset;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .actionsFiels__grid {
    grid-gap: 34px 0;
  }
  .actionsFields__item img,
  .actionsFields__item svg {
    height: 45px;
  }
}

.actionsFields__item p {
  max-width: 150px;
  margin: auto;
}

.actionsFields__item--active {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}

.action-focus__bloc,
.actions__subtitle {
  margin-bottom: 40px;
}

@media (max-width: 668px) {
  .actionsFields__item img,
  .actionsFields__item svg {
    height: 40px;
  }
  .action-focus__bloc,
  .actions__subtitle {
    margin-bottom: 26px;
  }
}

.title-preline {
  position: relative;
  left: 34px;
}

.title-preline:before {
  background: #ffaf00;
  position: absolute;
  width: 23px;
  left: -32px;
  bottom: 7px;
  height: 4px;
  border-radius: 1px;
}

@media (min-width: 992px) {
  .carouselContainer {
    position: absolute;
    right: -20%;
    display: inline-block;
    width: 80%;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .carouselContainer {
    margin-top: 40px;
  }
}

.slick-slide {
  padding: 0 20px;
  width: 210px;
}

@media (max-width: 668px) {
  .carouselContainer {
    margin-top: 20px;
  }
  .slick-slide {
    padding: 0 12px 0 20px;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .slick-slide {
    width: 260px;
  }
  .slick-slider .slick-list {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .slick-slide {
    width: 325px;
  }
}

body .slick-arrow {
  background: #5a6cea;
  width: 45px;
  height: 65px;
  padding: 12px 0 17px;
  border-radius: 1px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

body .slick-arrow:before {
  font-size: 36px;
  font-weight: 500;
  font-family: miloPro;
  opacity: unset;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow--active,
body .slick-arrow:hover {
  opacity: 1;
}

.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}

.card {
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
}

.card:hover {
  transform: scale3d(1.01, 1.01, 1);
}

.newsIntro__description:hover,
.newsIntro__wrapBg:hover + .newsIntro__description {
  transform: translateY(10px);
}

.card__body {
  padding: 25px 28px 30px;
  box-shadow: 1px 3px 14px 0 rgba(0, 0, 0, 0.15);
}

.home .card__body {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .card__body {
    height: 170px;
  }
}

.card__title {
  margin: 21px 0 25px;
}

@media (max-width: 668px) {
  .card__body {
    padding: 25px 22px 30px;
  }
  .card__title {
    margin: 21 0 13px;
  }
}

.storytelling {
  position: relative;
  margin-bottom: 3rem;
}

.storytelling video {
  width: 100%;
  margin-top: 40px;
}

.storytelling-bg {
  position: absolute;
  background: #ffaf00;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .storytelling-bg {
    height: 80%;
  }
}

@media (max-width: 668px) {
  .storytelling-bg {
    height: 60%;
  }
}

@media (min-width: 992px) {
  .container-video {
    max-width: 850px;
    width: 70%;
  }
}

.newsIntro {
  padding: 58px 0 60px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 2fr;
  min-height: 600px;
  grid-gap: 10px;
}

.newsIntro__wrap--big {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
}

.agenda {
  grid-row: 3/-1;
  grid-column: 2/-1;
}

.newsIntro__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.newsIntro__wrapBg {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  width: 100%;
  height: 100%;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.newsIntro__wrapBg:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.newsIntro__description {
  position: absolute;
  left: 30px;
  bottom: 20px;
  transition: transform 0.2s ease-in-out;
}

.newsIntro__description:hover + .newsIntro__wrapBg {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.newsIntro__eventTitle {
  max-width: 95%;
}

.newsSlider__carousel {
  margin: 30px 0 50px;
}

.newsIntro__eventData {
  margin-bottom: 10px;
}

.newsSlider {
  margin-bottom: 50px;
  margin-top: 15px;
}

.newsSlider .slick-list {
  overflow: visible;
}

.newsSlider .slick-slide {
  width: 280px;
  padding: 0 25px 0 0;
}

.newsSlider .card__body {
  padding: 14px 0 0;
}

.newsSlider .card__title {
  margin: 10px 48px 0 0;
}

@media (max-width: 668px) {
  .newsSlider .card__body {
    padding: 14px 18px;
  }
  .no-bg-xs {
    background: 0 0;
  }
}

@media (min-width: 668px) {
  .articleSingleThumbnail {
    position: relative;
    height: 40vh;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .articleSingleThumbnail img {
    position: absolute;
    width: 100%;
  }
}

.articleSingle {
  padding: 72px 0 185px;
}

.articleSingle__title {
  display: block;
  margin: auto auto 45px;
  max-width: 900px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .articleSingle {
    padding: 10px 0 65px;
  }
  .articleSingle__title {
    width: 100%;
  }
}

@media (max-width: 668px) {
  .articleSingle {
    padding: 34px 0 40px;
  }
  .articleSingle__title {
    margin-bottom: 34px;
  }
}

.articleSingle__date {
  display: block;
  margin: auto auto 46px;
}

@media (max-width: 668px) {
  .articleSingle__date {
    margin-bottom: 20px;
  }
}

.articleSingle__date p {
  position: relative;
  display: inline-block;
}

.articleSingle__date p:after,
.articleSingle__date p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #5a6cea;
}

.articleSingle__date p:before {
  left: -130px;
}

.articleSingle__date p:after {
  right: -130px;
}

.articleSingle__body p,
.coupDePouce__body p {
  margin-bottom: 30px;
}

.articleSingle__body img,
.coupDePouce__body img {
  margin: 40px 0;
  width: 100%;
}

@media (max-width: 668px) {
  .articleSingle__body img,
  .coupDePouce__body img {
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .articleSingle__body,
  .coupDePouce__body {
    width: 715px;
    margin: auto;
  }
}

.coupDePouce__body img {
  display: block;
  width: auto;
  margin: 40px auto;
}

.coupDePouce__body a {
  display: block;
  color: #5a6cea;
}

.newsSlider__carousel .card__body {
  background: #fbfbfb;
}

.newsSlider__carousel .slick-list {
  padding: 0 !important;
  margin: 0 50px;
  overflow: hidden;
}

@media (min-width: 668px) and (max-width: 992px) {
  .newsSlider__carousel .slick-list {
    margin: 0 30px;
  }
  .newsSlider__carousel .slick-slide {
    width: 270px;
  }
}

@media (max-width: 668px) {
  .newsSlider__carousel .no-bg-xs {
    background: 0 0;
  }
  .newsSlider__carousel .slick-arrow {
    display: none !important;
  }
  .newsSlider__carousel .slick-list {
    margin: 0;
    overflow: visible;
  }
  .newsSlider__carousel .slick-slide {
    width: 230px;
    padding: 0 32px 0 0;
  }
  .newsSlider__carousel .card__title {
    margin: 14px 0 16px;
  }
}

.engage-subtitle {
  margin: 60px 0 50px;
}

@media (max-width: 668px) {
  .engage-subtitle {
    margin: 0 0 30px;
  }
}

.engage-textHead {
  margin-bottom: 20px;
}

.engage-news {
  padding: 100px 0 380px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-news {
    padding: 60px 0;
  }
}

@media (max-width: 668px) {
  .engage-news {
    padding: 35px 0 40px;
  }
}

.engage-donation,
.engage-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0 170px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-donation,
  .engage-intro {
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 80px;
  }
}

@media (max-width: 668px) {
  .engage-donation,
  .engage-intro {
    display: initial;
  }
}

.engage-donation {
  padding: 90px 0 220px;
}

.engage-donation__img,
.engage-donation__text,
.engage-intro__description,
.engage-intro__img {
  display: inline-block;
}

.engage-donation__img,
.engage-intro__img {
  position: relative;
  width: 580px;
  z-index: 10;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-donation {
    padding: 30px 0 70px;
  }
  .engage-donation__img,
  .engage-intro__img {
    width: 40%;
  }
}

@media (max-width: 668px) {
  .engage-donation__img,
  .engage-intro__img {
    width: 100%;
    margin-bottom: 80px;
  }
}

.engage-donation__img:before,
.engage-intro__img:before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -10;
}

.engage-intro__img:before {
  background: #5a6cea;
  width: 50%;
  top: 20%;
  left: -20%;
}

@media (max-width: 668px) {
  .engage-intro__img:before {
    width: 100%;
    top: 40%;
    height: 80%;
    left: -36%;
  }
}

.engage-donation__img {
  width: 500px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-donation__img {
    width: 40%;
  }
}

.engage-donation__img:before {
  background: #f63439;
  width: 100%;
  top: 40%;
  right: -37%;
}

.engage-intro__description {
  width: 480px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-donation__img:before {
    top: 20%;
  }
  .engage-intro__description {
    width: 50%;
  }
}

.engage-donation__text {
  width: 45%;
  margin-top: 90px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .engage-donation__text {
    width: 50%;
    min-width: 340px;
    margin-top: 40px;
  }
}

@media (max-width: 668px) {
  .engage-donation__img:before {
    height: 90%;
    top: 30%;
    right: -17%;
  }
  .engage-intro__description {
    margin-bottom: 30px;
  }
  .engage-donation__text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .engage-donation__img,
  .engage-donation__text,
  .engage-intro__description,
  .engage-intro__img {
    width: 100%;
  }
}

.engage-donation__title {
  margin-bottom: 30px;
}

.engage-donation__cta {
  margin-top: 20px;
}

.assos-top {
  padding: 100px 0 160px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 668px) and (max-width: 992px) {
  .assos-top {
    display: initial;
  }
}

.assos-top__text,
.assos-top__text span.visible-xs,
.assos-top__visu,
.assos-top__visu span.visible-xs {
  display: inline-block;
}

.assos-top__description {
  width: 60%;
  margin-right: 5%;
}

@media (min-width: 668px) and (max-width: 992px) {
  .assos-top__description {
    width: 100%;
    margin: 40px auto 70px;
  }
}

@media (max-width: 668px) {
  .assos-top {
    padding: 30px 0;
  }
  .assos-top__description {
    width: 100%;
    margin: 0;
  }
}

.assos-top__visu {
  position: relative;
  width: 30%;
  max-width: 333px;
}

.assos-top__visu:after {
  content: "";
  position: absolute;
  background: #f63439;
  width: 105%;
  height: 100%;
  top: 20%;
  left: 20%;
  z-index: -30;
}

.assos-top__title {
  margin-bottom: 50px;
}

.assos-top__search {
  margin-top: 30px;
}

.assos-top__search input {
  max-width: 400px;
  border: 1px solid #5a6cea;
  padding: 12px 10px;
  border-radius: 4px;
}

.assos-top__search input[type="text"] {
  width: 35%;
}

.assos-top__search input[type="text"]:first-child {
  margin-right: 30px;
}

.assos-top__search input[type="text"]:nth-child(2) {
  margin-right: 18px;
}

@media (max-width: 668px) {
  .assos-top__title {
    margin-bottom: 30px;
  }
  .assos-top__search input[type="text"] {
    width: 60%;
    margin-bottom: 20px;
  }
  .assos-nav {
    display: none;
  }
}

.assos-top__search input[type="submit"] {
  background: url(../../img/icons/search.png) 50% no-repeat #5a6cea;
  width: 55px;
  background-size: 47%;
}

.assos-nav {
  position: fixed;
  height: 30px;
  width: 100vw;
  max-width: 1700px;
  bottom: 0;
  background: #5a6cea;
  padding: 16px 0;
  z-index: 50;
}

.contact-form:after,
.presse-intro__img:before {
  z-index: -10;
  content: "";
}

.assos-nav__grid {
  display: grid;
  grid-template-columns: repeat(27, auto);
  margin: auto;
  width: 80%;
  max-width: 1200px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .assos-nav__grid {
    width: 95%;
  }
}

.assos-nav__item {
  padding: 8px 0;
  display: inline-block;
}

.assos-nav__item a {
  transition: color 0.2s ease-in-out;
}

.assos-content {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .assos-content {
    padding-bottom: 80px;
  }
}

.assos-content__wrap {
  display: inline-block;
  margin-left: 4%;
}

.assos-content__letter {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.assos-content__letter:after {
  content: "";
  position: absolute;
  background-color: #f63439;
  width: 70vw;
  height: 2px;
  top: 0;
  left: 50px;
  bottom: 0;
  margin: auto;
}

.assos-content__letterWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 668px) and (max-width: 992px) {
  .assos-content__letterWrap {
    grid-template-columns: 1fr 1fr;
  }
}

.assos-case {
  padding: 0 0 60px;
  display: inline-block;
  max-width: 300px;
}

.assos-case a {
  display: block;
}

.assos-case__name {
  margin-bottom: 32px;
}

.asos-case__adress {
  margin: 32px 0;
}

.about-president {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
}

.about-president__img {
  width: 36%;
}

@media (max-width: 668px) {
  .assos-content__letterWrap {
    grid-template-columns: 1fr;
  }
  .about-president {
    display: initial;
  }
  .about-president__img {
    width: 75%;
    margin: auto;
    position: relative;
  }
  .about-president__img:before {
    content: "";
    position: absolute;
    width: 185%;
    height: 85%;
    top: 0;
    bottom: 0;
    left: -32%;
    margin: auto;
    background: #5a6cea;
    z-index: -10;
  }
}

.about-president__text {
  width: 54%;
}

@media (max-width: 668px) {
  .about-president__text {
    width: 100%;
    margin-top: 40px;
  }
  .about-president__page-title {
    margin: 30px 0;
  }
}

.about-president__title {
  width: 440px;
  margin-bottom: 50px;
}

@media (max-width: 668px) {
  .about-president__title {
    width: 100%;
    text-align: center;
    margin: auto auto 30px;
  }
}

.about-president__subtitle {
  margin-bottom: 20px;
}

.about-ambassador__descriptionText,
.about-president__description {
  margin-bottom: 30px;
}

.about-president__cta--xs {
  display: none;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .about-ambassador {
    margin-left: 5%;
  }
}

@media (max-width: 668px) {
  .about-president__cta--xs {
    display: inline-block;
    margin-top: unset;
    margin-bottom: 30px;
  }
  .about-ambassador {
    margin-left: 0;
  }
}

.about-ambassador__nav {
  height: 60vh;
  width: 230px;
  margin-top: 40px;
  margin-left: 70px;
  display: inline-block;
}

@media (max-width: 992px) {
  .about-ambassador__nav {
    height: unset;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-ambassador__nav {
    margin-left: 50px;
  }
}

.about-ambassador__descriptionSubtitle {
  margin: 20px 0 40px;
}

.about-ambassador__activeTransition {
  position: relative;
  height: 70px;
}

@media (max-width: 668px) {
  .about-ambassador__descriptionSubtitle {
    margin: 0 0 20px;
  }
  .about-ambassador__activeTransition {
    height: 50px;
  }
}

.about-ambassador__activeTransition--active .about-ambassador__navItem {
  height: 30px;
}

@media (max-width: 668px) {
  .about-ambassador__activeTransition--active .about-ambassador__navItem {
    height: 20px;
  }
}

.about-ambassador__activeTransition--active:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: #ffaf00;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -70px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-ambassador__activeTransition--active:before {
    width: 40px;
    left: -60px;
  }
}

.ambassador-single-slider {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-ambassador__navItem {
  position: absolute;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

.about-ambassador__focus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem 70px;
}

.about-ambassador__focus .slick-track {
  align-items: flex-start;
}

@media (max-width: 992px) {
  .about-ambassador__focus {
    width: 100%;
    float: none;
    margin: 60px 0;
  }
}

.about-ambassador__focus .slick-next,
.about-ambassador__focus .slick-prev {
  top: 85%;
}

.about-ambassador__focus .slick-prev {
  left: -145px;
}

.about-ambassador__focus .slick-next {
  right: unset;
  left: -75px;
}

.about-ambassador__description {
  display: inline-block;
  width: 50%;
}

.about-ambassador__img {
  display: inline-block !important;
  width: 40%;
  height: 100%;
}

.partners-slider {
  margin-top: 40px;
}

.ambassador-slider__item,
.partners-slider__item {
  transform: scale(0.95);
  transition: transform 0.2s ease-in-out;
}

.ambassador-slider__item img,
.partners-slider__item img {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
  tranistion: 0.2s ease-in-out;
}

@media (max-width: 668px) {
  .ambassador-slider-text__item .mobileCta {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.slick-current .ambassador-slider__item,
.slick-current .partners-slider__item {
  transform: none;
}

.slick-current .ambassador-slider__item img,
.slick-current .partners-slider__item img {
  -webkit-filter: none;
  filter: none;
}

.partners-slider__item {
  position: relative;
  background: #f5f5f5;
  padding: 40% 0;
}

.partners-slider__item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 85%;
}

.ambassador-slider-text .slick-slide,
.partners-slider-text .slick-slide {
  opacity: 0;
  margin-top: 20px;
  transition: opacity 0.5s ease-in-out;
}

.ambassador-slider-text .slick-slide.slick-current,
.partners-slider-text .slick-slide.slick-current {
  opacity: 1;
}

.partners-slider-text__img {
  height: 210px;
  position: relative;
  margin-bottom: 20px;
}

.partners-slider-text__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.about-ambassador__descriptionTitle {
  margin-bottom: 30px;
}

.about-partners {
  background: #f8f8f8;
}

.about-partners .slick-slide {
  cursor: pointer;
}

.container--about-partners {
  max-width: 1000px !important;
}

.container--about-partners .slick-list {
  height: auto !important;
}

.container--about-partners .slider-single__focusText p {
  line-height: 22px;
}

.about-partners__descriptionTitle {
  margin-bottom: 20px;
}

.about-publications {
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-publications__text {
  width: 40%;
}

@media (max-width: 668px) {
  .about-partners {
    background: 0 0;
  }
  .about-publications {
    display: initial;
  }
  .about-publications__text {
    width: 100%;
  }
}

.about-publications__img {
  width: 50%;
}

@media (max-width: 668px) {
  .about-publications__img {
    position: relative;
    width: 80%;
    margin: 20px auto auto;
  }
  .about-publications__img:before {
    content: "";
    position: absolute;
    background: #5a6cea;
    height: 100%;
    width: 200%;
    top: 15%;
    left: -30%;
    z-index: -10;
  }
}

.about-publications__cta {
  margin-top: 50px;
  margin-bottom: 30px;
}

.about-publications__title {
  width: 270px;
  margin-bottom: 50px;
}

.about-publications__description {
  margin-bottom: 30px;
}

.about-partners {
  padding: 90px 0;
}

@media (max-width: 668px) {
  .about-publications__title {
    margin-bottom: 30px;
  }
  .about-partners {
    padding: 40px 0 30px;
  }
}

.about-partners .slider-single {
  margin: 50px 0 80px;
}

.about-partners .slider-single .slick-slide > div > div {
  display: -ms-flexbox !important;
  display: flex !important;
}

.about-partners .slider-single .slider-single__img {
  position: relative;
  width: 36%;
}

.about-partners .slider-single .slider-single__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
}

.about-partners .slider-single .slider-single__focusText {
  width: 50%;
  display: inline-block;
  margin-left: 40px;
}

.about-partners .slider-single .slick-prev {
  left: -105px;
}

@media (min-width: 992px) and (max-width: 1600px) {
  .about-partners .slider-single .slick-prev {
    left: -75px;
  }
}

.about-partners .slider-single .slick-next {
  right: -75px;
}

.about-partners .slider-nav .slick-slide {
  background: #fff;
  height: 130px;
  position: relative;
  width: 130px !important;
  padding: 6px;
  margin: 0 15px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .about-partners .slider-nav .slick-arrow {
    display: none !important;
  }
  .about-partners .slider-nav .slick-slide {
    height: 70px;
    width: 60px !important;
  }
}

.about-partners .slider-nav .slick-slide img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 85%;
  max-height: 80%;
}

.slider-single__focusTitle {
  margin-bottom: 15px;
}

.slider-single__focusTitle:first-child {
  margin-bottom: 30px;
}

.slider-single__focusDescription {
  margin-bottom: 20px;
}

.history-slider {
  padding-left: 10%;
}

.history-slider .slick-arrow {
  top: unset;
  bottom: -28%;
  opacity: 1;
}

@media (min-width: 1500px) {
  .history-slider .slick-arrow {
    bottom: -24%;
  }
}

@media (min-width: 668px) and (max-width: 992px) {
  .history-slider {
    padding-left: 0;
  }
  .history-slider .slick-arrow {
    display: none !important;
    opacity: 0;
    touch-event: none;
  }
}

.history-slider .slick-next {
  right: 10%;
}

.history-slider .slick-prev {
  left: unset;
  right: 15%;
}

.about-history__navContainer .slick-next:before,
.about-history__navContainer .slick-prev:before {
  color: #f63439;
  font-weight: 600;
}

.about-history__navContainer .slick-list,
.about-history__navContainer .slick-slide {
  padding: 0 !important;
}

.history-slider__item .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content-width: 86%;
  justify-content-margin: auto;
}

.history-slider__description {
  width: 45%;
}

.history-slider__title {
  margin-bottom: 40px;
}

.history-slider__text {
  margin-bottom: 20px;
}

.about-history__navContainer {
  background: #ffaf00;
  padding: 150px 20% 50px 60px;
  margin-left: 10%;
  margin-top: -70px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .history-slider__description {
    width: 46%;
  }
  .about-history__navContainer {
    padding: 50px 20px;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 668px) {
  .about-history__navContainer {
    margin-left: 0;
    margin-top: 0;
    padding: 40px 60px;
    background: #f63439;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .history-slider {
    max-height: 610px;
  }
  .history-slider__description {
    width: 40%;
  }
  .about-history__navContainer {
    margin-top: -30px;
  }
}

.about-history__navContainer .slick-next {
  right: -45px;
}

.about-history__navContainer .slick-prev {
  left: -45px;
}

.history-slider__img {
  max-width: 46%;
  max-height: 560px;
  height: auto;
  width: auto;
}

.history-slider-nav__item {
  cursor: pointer;
  position: relative;
  height: 40px;
}

.history-slider-nav__item p {
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 668px) {
  .history-slider-nav__item p {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 100%;
  }
  .history-slider-nav__item:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.history-slider-nav__item:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  bottom: 0;
  background: #fff;
  transition: width 0.3s ease-in-out;
}

.history-slider-nav .slick-current .history-slider-nav__item:before {
  width: 72px;
  margin: auto;
  left: 0;
  right: 0;
}

.history-slider-nav--xs .slick-current .history-slider-nav__item:before {
  width: 45px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .history-slider-nav .slick-list {
    padding: 0 !important;
  }
}

.history-slider-nav--xs .slick-arrow {
  background: #fff;
  opacity: 1;
  border-radius: 8px;
}

.history-slider-nav--xs .slick-next:before,
.history-slider-nav--xs .slick-prev:before {
  color: #f63439;
  font-weight: 800;
}

.about-history__navContainer .slick-arrow,
.history-slider .slick-arrow {
  width: 45px;
  height: 65px;
  border-radius: 2px;
}

.about-history__navContainer .slick-arrow:before,
.history-slider .slick-arrow:before {
  height: 100%;
  width: 12px;
  display: block;
  top: 23px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-history__navContainer .slick-prev:before,
.history-slider .slick-prev:before {
  content: "<";
  left: -3px;
}

.about-history__navContainer .slick-next:before,
.history-slider .slick-next:before {
  content: ">";
  left: 0;
}

.history-slider--xs .slick-slide {
  padding: 0;
}

.history-slider--xs .history-slider__itemText {
  padding: 20px 30px;
}

.history-slider--xs p {
  margin-top: 16px;
}

.presse-intro__container {
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0 200px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .presse-intro__container {
    margin: 40px 0 80px;
  }
}

.presse-intro__description,
.presse-intro__img {
  width: 46%;
}

@media (max-width: 668px) {
  .presse-intro__container {
    margin: 30px 0 60px;
  }
  .presse-intro__description,
  .presse-intro__img {
    width: 100%;
  }
}

.presse-intro__img {
  position: relative;
}

@media (min-width: 668px) and (max-width: 992px) {
  .presse-intro__img {
    width: 42%;
  }
}

.presse-intro__img:before {
  position: absolute;
  background: #5a6cea;
  height: 100%;
  width: 90%;
  left: -60%;
  top: 27%;
}

@media (max-width: 668px) {
  .presse-intro__img:before {
    height: 90%;
    width: 86%;
    left: -20%;
  }
}

.presse-intro {
  -ms-flex-align: center;
  align-items: center;
}

.presse-intro__text {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .presse-intro__text {
    margin: 50px 0;
  }
}

.presse-intro__cta-container {
  max-width: 430px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .presse-intro__description {
    width: 50%;
  }
  .presse-intro__cta-container {
    display: initial !important;
  }
  .presse-intro__cta-container.visible-xs {
    display: none !important;
  }
  .contact-intro__img:before {
    background: 0 0;
  }
}

.archives__link,
.container,
.input-group * {
  display: block;
}

@media (max-width: 992px) {
  .presse-intro__cta-container .presse-intro__cta:first-child {
    margin-bottom: 20px;
  }
}

.contact-intro {
  -ms-flex-align: center;
  align-items: center;
}

.contact-intro__img:before {
  height: 70%;
  width: 50%;
  top: -20%;
  left: -30%;
}

@media (max-width: 668px) {
  .presse-intro__cta-container {
    margin-top: 60px;
  }
  .contact-intro__img {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .contact-intro__img:before {
    background: 0 0;
  }
}

.contact-intro__title {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .contact-intro__title {
    margin: 0 0 40px;
  }
}

.contact-intro__text:not(last-child) {
  margin-bottom: 20px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .contact-intro__text:not(last-child) {
    margin-bottom: 10px;
  }
}

.contact-form {
  width: 58%;
  position: relative;
  margin-bottom: 100px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .contact-form {
    width: 70%;
  }
  .don-intro {
    margin-top: 50px;
  }
}

@media (max-width: 668px) {
  .contact-form {
    width: 80%;
  }
}

.contact-form form {
  width: 100%;
}

.contact-form:after {
  position: absolute;
  background: #f63439;
  height: 772px;
  width: 100%;
  top: 0;
  right: -130%;
}

@media (max-width: 668px) {
  .contact-form:after {
    background: 0 0;
  }
}

.contact-form__title {
  margin-bottom: 50px;
}

.input-group {
  margin-bottom: 30px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 15px 15px 30px;
}

.input-group select {
  font-style: italic;
  background: 0 0;
  border: 1px solid #000;
  height: 30px;
  width: 120px;
}

.contact-form__label {
  margin-bottom: 20px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  display: block;
  border: none;
  background: #f63439;
  color: #fff;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
  width: 370px;
  padding: 20px 16px;
}

.don-intro {
  margin-bottom: 70px;
}

.don-chapter {
  width: 370px;
}

@media (max-width: 668px) {
  .don-chapter {
    width: 80%;
    margin-left: 10%;
  }
}

.don-text {
  width: 60%;
}

@media (max-width: 668px) {
  .don-text {
    width: 100%;
    margin: 30px 0;
  }
}

.don-text__title {
  margin-bottom: 20px;
}

#haWidget {
  min-height: 1630px;
}

.mentions__text {
  width: 65%;
  margin: 0 auto 100px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .mentions__text {
    width: 85%;
  }
  .mentions__title {
    margin: 20px 0;
  }
}

@media (max-width: 668px) {
  .mentions__text {
    width: 100%;
  }
  .mentions__title {
    margin: 20px 0;
  }
}

.archives__img,
.archives__img img {
  width: 100%;
}

.archives__title {
  margin: 94px 0 72px;
  max-width: 890px;
}

@media (min-width: 668px) and (max-width: 992px) {
  .archives__title {
    margin: 54px 0 42px;
  }
}

@media (max-width: 668px) {
  .archives__title {
    margin: 24px 0 22px;
  }
  .archives__link:before,
  .archives__livret:before {
    height: 3px;
  }
}

.archives__sectionSubtitle {
  margin: 40px 0 34px;
}

.wrap-term {
  margin-top: 45px;
}

.archives__link:before {
  bottom: 4px;
}

.archives__link:not(:last-child) {
  margin-bottom: 30px;
}

.archives__livret:before {
  bottom: 10px;
}

.archives__link:before,
.archives__livret:before {
  transition: width 0.16s ease-in-out;
}

.archives__link:hover:before,
.archives__livret:hover:before {
  width: 0;
}

.archives-line {
  margin: 42px 0;
  border: 0.5px solid #dbdbdb;
}

.notFound-content {
  background: #5a6cea;
  height: 90vh;
  position: relative;
}

@media (max-width: 668px) {
  .archives-line {
    margin: 34px 0;
  }
  .notFound-content {
    height: unset;
    padding: 30px 0;
  }
}

.notFound-content .container {
  height: 100%;
}

.notFound__img {
  width: 51%;
  float: right;
  margin-top: 90px;
}

@media (max-width: 668px) {
  .notFound__img {
    width: 70%;
    float: unset;
    margin: auto auto 20px;
  }
}

.notFound__img img {
  width: 100%;
}

.notFound-card {
  position: absolute;
  width: 600px;
  bottom: 70px;
  left: 0;
  background: #fff;
  border-radius: 3px;
  padding: 65px 72px;
}

@media (max-width: 668px) {
  .notFound-card {
    position: static;
    width: 100%;
    padding: 30px;
  }
  body .hidden-xs {
    display: none;
  }
}

.notFound-card__title {
  margin-bottom: 38px;
}

.sliding-text .appear-animated {
  opacity: 0;
  transform: translateX(-10px);
}

.sliding-text.appeared .appear-animated {
  opacity: 1;
  transform: translateX(0);
}

.sliding-text .appear--1 {
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--2 {
  transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--3 {
  transition: transform 0.3s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--4 {
  transition: transform 0.3s ease-in-out 0.8s, opacity 0.3s ease-in-out 0.8s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--5 {
  transition: transform 0.3s ease-in-out 1s, opacity 0.3s ease-in-out 1s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--6 {
  transition: transform 0.3s ease-in-out 1.2s, opacity 0.3s ease-in-out 1.2s,
    background 0.3s ease-in-out;
}

.sliding-text .appear--7 {
  transition: transform 0.3s ease-in-out 1.4s, opacity 0.3s ease-in-out 1.4s,
    background 0.3s ease-in-out;
}

.sliding-block {
  opacity: 0;
  transform: translateX(-20%);
  transition: all 0.3s ease-in-out;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.sliding-block.sliding-block--right {
  transform: translateX(30%);
}

.sliding-block.appeared {
  opacity: 1;
  transform: translateX(0);
}

body,
html {
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

body .hidden,
body .visible-xs {
  display: none;
}

@media (min-width: 668px) and (max-width: 992px) {
  .container {
    padding: 0 50px;
    width: unset;
  }
}

@media (min-width: 992px) {
  body .hidden-md {
    display: none;
  }
}

@media (max-width: 668px) {
  body .visible-xs {
    display: block;
  }
}

body .visible-md {
  display: none;
}

@media (min-width: 992px) {
  body .visible-md {
    display: block;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.flexbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

@media (max-width: 668px) {
  .flexbox {
    display: block;
  }
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-next,
.slick-prev {
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: 0;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

#mce-EMAIL {
  width: 100%;
  height: 20px;
  border: none;
  margin: 0.5rem 0;
  padding: 5px;
  font-size: 16px;
  border-radius: 3px;
}

#mc-embedded-subscribe {
  font-size: 16px;
  padding: 1rem;
}

.container-letters {
  display: flex;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.container-letters__single {
  color: #f63439;
  font-weight: 700;
  font-size: 25px;
  padding: 0.5rem 1rem;
  justify-content: center;
}

.slick-track {
  display: flex;
  align-items: center;
}

.margin-top-3 {
  margin-top: 1rem;
}

.grid-partenaires {
  grid-template-columns: repeat(auto-fit, minmax(200px, 4fr));
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid-partenaires a {
  margin: auto;
}

.button-back {
  margin: 4rem;
}

.partenaire-text .button-back button {
  background-color: #ffaf00;
  border-radius: 5px;
  padding: 14px 50px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 6px 0 #f6e93442;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 100%;
}

.partenaire-text {
  margin-top: 3rem;
}
