@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #d3d3d3;
}
.bg_pink {
  background: #D9126F;
}
.bg_lightPink {
  background: #FDF2F6;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #d3d3d3;
}
.pink {
  color: #D9126F;
}
.red {
  color: #DC002E;
}
.darkred {
  color: #8E2B35;
}
.lightPink {
  color: #FDF2F6;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
  font-weight: bold;
}
h2 {
  font-size: 2.25rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2rem !important;
  }
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
  font-weight: 900;
}
.underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 11px;
  background-color: #F27E0A;
  bottom: 4px;
  z-index: -1;
  will-change: width;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 992px) {
  .underline:after {
    height: 5px !important;
  }
}
.underline.is-visible:after {
  width: 100% !important;
}
.underline.rose:after {
  background-color: #E40046 !important;
  height: 11px !important;
  bottom: 7px;
}
@media screen and (max-width: 992px) {
  .underline.rose:after {
    height: 8px !important;
    bottom: 2px !important;
  }
}
.underline.orange:after {
  background-color: #F27E0A !important;
  height: 11px !important;
  bottom: 7px;
}
@media screen and (max-width: 992px) {
  .underline.orange:after {
    height: 8px !important;
    bottom: 2px !important;
  }
}
.underline.bleuet:after {
  background-color: #E7EEFF !important;
  height: 11px !important;
  bottom: 7px;
}
@media screen and (max-width: 992px) {
  .underline.bleuet:after {
    height: 8px !important;
    bottom: 2px !important;
  }
}
main {
  height: 100%;
  z-index: 2;
  width: 100%;
  /*background: blue;*/
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  height: auto;
  position: relative;
}
.header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
  text-align: cente;
}
@media screen and (max-width: 576px) {
  .header_section h2 {
    font-size: 2rem;
  }
}
.header_section p {
  font-size: 1.375rem;
  display: inline-block;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .header_section p {
    font-size: 1rem;
    line-height: initial;
    max-width: 100%;
  }
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  max-width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .small_wrap {
    width: 95%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: dashed grey 0.5px;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-block {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 56.25%;
  top: 0;
  left: 0;
}
.video-btn {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
h2.special {
  color: #000000;
  font-size: 2.125rem;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  h2.special {
    font-size: 1.625rem;
  }
}
h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #DC002E;
  display: inline-block;
  padding: 7px 7px 0px 7px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  transform: rotate(-2deg);
  position: relative;
}
@media screen and (max-width: 576px) {
  h2.special span {
    font-size: 1.625rem;
  }
}
#sticky_btn {
  width: 100%;
  height: auto;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #sticky_btn {
    display: none;
  }
}
#sticky_btn .container {
  max-width: 1140px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
#sticky_btn .container .btn {
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn {
    padding-left: 13px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  #sticky_btn .container .btn {
    font-size: 0.625rem;
  }
}
#sticky_btn .container .btn .icon-brochure {
  font-size: 1.625rem;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 1.25rem;
    top: -1px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 0.9375rem;
  }
}
#sticky_btn.sticked {
  opacity: 1;
  visibility: visible;
}
.contact_sticky_wrap {
  width: 100%;
  height: auto;
  position: relative;
  background: green;
}
.container_contact_sticky {
  display: flex;
  justify-content: flex-end;
}
.illustration.crochets {
  position: relative;
  --bracket-move: 0px;
  --bracket-opacity: 0;
}
.illustration.crochets:before,
.illustration.crochets:after {
  color: #F27E0A;
  font-family: 'start' !important;
  position: absolute;
  z-index: 3;
  will-change: transform, opacity;
  opacity: 0;
  transition: transform 0.1s ease-out;
}
.illustration.crochets.is-visible:before,
.illustration.crochets.is-visible:after {
  opacity: var(--bracket-opacity);
}
.illustration.crochets:before {
  transform: translateY(var(--bracket-move));
}
.illustration.crochets:after {
  transform: translateY(calc(0px - var(--bracket-move)));
}
#contact_sticky {
  width: 274px;
  height: 130px;
  display: flex;
  align-items: center;
  background: #DC002E;
  padding: 15px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
  top: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #contact_sticky {
    display: flex;
    width: 274px;
    height: 130px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
    top: auto;
  }
}
#contact_sticky.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#contact_sticky.is-hidden-final {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
#contact_sticky .illustration {
  flex-shrink: 0;
  width: 97px;
  height: 97px;
  margin-right: 15px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  overflow: hidden;
}
#contact_sticky .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#contact_sticky .text p {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  max-width: 170px;
  line-height: 1.125rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 90%;
  }
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?kywm21');
  src: url('../fonts/start.eot?kywm21#iefix') format('embedded-opentype'), url('../fonts/start.ttf?kywm21') format('truetype'), url('../fonts/start.woff?kywm21') format('woff'), url('../fonts/start.svg?kywm21#start') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-button-logo:before {
  content: "\e90b";
}
.icon-quote1:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-family:before {
  content: "\e917";
}
.icon-jump:before {
  content: "\e91a";
}
.icon-people:before {
  content: "\e91b";
}
.icon-planete:before {
  content: "\e91c";
}
.icon-plant:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.icon-facebook-2:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-twitter-1:before {
  content: "\e918";
}
.icon-youtube-1:before {
  content: "\e919";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
.icon-construction:before {
  content: "\e91f";
}
.icon-bell:before {
  content: "\e920";
}
.icon-coeur:before {
  content: "\e923";
}
.icon-maison:before {
  content: "\e927";
}
.icon-pause .path1:before {
  content: "\e928";
  color: #f24646;
}
.icon-pause .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-people1:before {
  content: "\e92a";
}
.icon-play1 .path1:before {
  content: "\e92b";
  color: #f24646;
}
.icon-play1 .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fffcee;
}
.icon-private:before {
  content: "\e92d";
}
.icon-samll_heart:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-quote:before {
  content: "\e931";
}
.icon-mute:before {
  content: "\e932";
}
.icon-volume:before {
  content: "\e933";
}
.icon-volume2 .path1:before {
  content: "\e934";
  color: #f24646;
}
.icon-volume2 .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path1:before {
  content: "\e938";
  color: #f24646;
}
.icon-mute2 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mail:before {
  content: "\e93b";
}
.icon-facebook_circle:before {
  content: "\e93c";
}
.icon-twitter_circle:before {
  content: "\e93d";
}
.icon-insta_circle:before {
  content: "\e93f";
}
.icon-youtube_circle:before {
  content: "\e96b";
}
.icon-close_bt:before {
  content: "\e940";
}
.icon-logo-x .path1:before {
  content: "\e941";
  color: #000000;
}
.icon-logo-x .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: #ffffff;
}
.icon-twitter:before {
  content: "\e943";
}
.icon-brochure:before {
  content: "\e944";
}
.icon-uniE946:before {
  content: "\e946";
}
.icon-telephone:before {
  content: "\e947";
}
.icon-arrow_right_2:before {
  content: "\e948";
}
.icon-arrow_left_2:before {
  content: "\e949";
}
.icon-love:before {
  content: "\e94a";
}
.icon-personnes_acceuillies:before {
  content: "\e94b";
}
.icon-helping-hand:before {
  content: "\e94c";
}
.icon-play-button-arrowhead:before {
  content: "\e94d";
}
.icon-telecharger-arrow:before {
  content: "\e94e";
}
.icon-twitter_x:before {
  content: "\e94f";
}
.icon-square_linkedin:before {
  content: "\e945";
}
.icon-square_facebook:before {
  content: "\e950";
}
.icon-square_x:before {
  content: "\e951";
}
.icon-recommandation:before {
  content: "\e952";
}
.icon-expertise:before {
  content: "\e954";
}
.icon-reglementation:before {
  content: "\e956";
}
.icon-offre:before {
  content: "\e955";
}
.icon-small_quote:before {
  content: "\e957";
}
.icon-sound:before {
  content: "\e958";
}
.icon-down .path1:before {
  content: "\e959";
  color: #8e2b35;
}
.icon-down .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: #000000;
}
.icon-left:before {
  content: "\e95b";
}
.icon-place:before {
  content: "\e95c";
}
.icon-search1:before {
  content: "\e95d";
}
.icon-up:before {
  content: "\e95e";
}
.icon-right:before {
  content: "\e95f";
}
.icon-youtube1:before {
  content: "\e960";
}
.icon-insta:before {
  content: "\e961";
}
.icon-in:before {
  content: "\e962";
}
.icon-facebook1:before {
  content: "\e963";
}
.icon-big_quote:before {
  content: "\e964";
}
.icon-plus1:before {
  content: "\e965";
}
.icon-minus1:before {
  content: "\e966";
}
.icon-playred .path1:before {
  content: "\e967";
  color: #dc002e;
}
.icon-playred .path2:before {
  content: "\e968";
  margin-left: -1.01074219em;
  color: #ffffff;
}
.icon-home2:before {
  content: "\e969";
}
.icon-pause1:before {
  content: "\e96a";
}
.icon-file:before {
  content: "\e93e";
}
.icon-up_right:before {
  content: "\e96c";
}
.icon-metro:before {
  content: "\e96d";
}
.icon-bus:before {
  content: "\e96e";
}
.icon-train:before {
  content: "\e96f";
}
.icon-oi-heart:before {
  content: "\e970";
}
.icon-job:before {
  content: "\e971";
}
.icon-play4:before {
  content: "\e972";
}
.icon-shape2:before {
  content: "\e973";
}
.icon-shape1:before {
  content: "\e974";
}
.icon-eye:before {
  content: "\e975";
}
.icon-link:before {
  content: "\e977";
}
.icon-documents:before {
  content: "\e976";
}
.icon-play5:before {
  content: "\e978";
}
.icon-linkedin:before {
  content: "\e979";
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: normal;
  white-space: initial;
  background-color: lightBlue;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  display: inline-flex;
  /* 'inline-flex' permet au bouton de ne prendre que la largeur de son contenu */
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
  line-height: 1.2;
}
.btn:hover {
  background-color: #d3d3d3;
  color: white;
  text-decoration: none;
}
.btn.btn-dark-blue {
  background-color: #02216E;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.btn.btn-dark-blue:hover {
  background-color: #01123c;
  color: #ffffff;
}
.btn.btn-blue {
  background-color: #0031A7;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.btn.btn-blue:hover {
  background-color: #002274;
  color: #ffffff;
}
.btn.btn-yellow {
  background-color: #FFCE00;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 30px;
  line-height: 1.2;
  min-height: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-stretch: 75%;
}
.btn.btn-yellow:hover {
  background-color: #cca500;
  color: #000000;
}
.btn.btn-svplus {
  background-color: #FFCE00;
  color: #02216E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 30px;
  line-height: 1.2;
  min-height: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-stretch: 75%;
}
.btn.btn-svplus:hover {
  background-color: #cca500;
  color: #02216E;
}
.btn.btn-svplus.orange {
  background-color: #F27E0A;
  color: #02216E;
}
.btn.btn-svplus.orange:hover {
  background-color: #c16508;
  color: #02216E;
}
.btn.btn-svplus.bleuet {
  background-color: #64B4E2;
  color: #02216E;
}
.btn.btn-svplus.bleuet:hover {
  background-color: #399fda;
  color: #02216E;
}
.btn.btn-svplus.yellow {
  background-color: #FFCE00;
  color: #02216E;
}
.btn.btn-svplus.yellow:hover {
  background-color: #cca500;
  color: #02216E;
}
.btn.icon-btn-dark-blue {
  background-color: #02216E;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
  gap: 10px;
}
.btn.icon-btn-dark-blue:hover {
  background-color: #01123c;
  color: #ffffff;
}
.btn.icon-btn-dark-blue .picto {
  display: flex;
  font-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.btn.icon-btn-dark-blue:hover .picto {
  transform: scale(1.2);
}
.btn.icon-right-btn-dark-blue {
  /* Mise en forme Flexbox */
  display: inline-flex;
  /* 'inline-flex' permet au bouton de ne prendre que la largeur de son contenu */
  align-items: center;
  /* Aligne verticalement le texte et l'icône */
  gap: 10px;
  /* L'espace entre le texte et l'icône */
  /* Dimensions et Espacement */
  padding: 10px 20px;
  /* 20px Haut/Bas, 10px Gauche/Droite */
  padding-top: 12px;
  text-decoration: none;
  /* Enlève le soulignement du lien */
  /* Couleurs et Style (basés sur l'image) */
  background-color: #0031A7;
  /* Bleu foncé */
  color: #ffffff;
  /* Texte blanc */
  border-radius: 50px;
  /* Pour l'aspect très arrondi (pill button) */
  /* Typographie */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
  /* Style spécifique pour l'icône si nécessaire */
}
.btn.icon-right-btn-dark-blue .picto {
  display: flex;
  color: #F27E0A;
  /* La couleur orangée de la flèche sur l'image */
  font-size: 1.2rem;
  transition: transform 0.2s ease-in-out;
}
.btn.icon-right-btn-dark-blue:hover .picto {
  transform: scale(1.2);
}
.btn.icon-btn-rose {
  background-color: #E40046;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  gap: 10px;
}
.btn.icon-btn-rose:hover {
  background-color: #b10036;
  color: #ffffff;
}
.btn.icon-btn-rose .picto {
  display: flex;
  font-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.btn.icon-btn-rose:hover .picto {
  transform: scale(1.2);
}
.btn.icon-btn-white {
  background-color: #ffffff;
  color: #E40046;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  gap: 10px;
  font-size: 24px;
}
.btn.icon-btn-white:hover {
  background-color: #e6e6e6;
  color: #E40046;
}
.btn.icon-btn-white .picto {
  display: flex;
  font-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.btn.icon-btn-white:hover .picto {
  transform: scale(1.2);
}
.btn.btn-contact {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  color: #DC002E;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-contact:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.btn.btn-submit {
  padding: 10px 30px;
  background-color: #FFCE00;
  color: #000000;
  font-weight: bold;
  height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  font-weight: 800;
  font-size: 1.25rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.btn.btn-submit:hover {
  background-color: #cca500;
  color: #000000;
}
.btn.btn-submit:after {
  content: "\e95d";
  font-family: 'start' !important;
  margin-left: 10px;
}
@media screen and (max-width: 570px) {
  .btn.btn-submit {
    font-size: 18px;
  }
}
.btn.btn-cta {
  padding: 10px 10px 10px 10px;
  background-color: #DC002E;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-cta:hover {
  background-color: #a90023;
  color: #ffffff;
}
.btn.btn-cta:after {
  content: "\e95f";
  font-family: 'start' !important;
  margin-left: 10px;
  background: #E40046;
  padding: 10px;
  font-size: 13px;
}
@media screen and (max-width: 570px) {
  .btn.btn-cta {
    font-size: 18px;
  }
}
.btn.btn-gohst {
  padding: 10px 30px;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
  line-height: 1.2;
  font-weight: bold;
}
.btn.btn-gohst:hover {
  background-color: #ffffff;
  color: #02216E;
}
@media screen and (max-width: 570px) {
  .btn.btn-gohst {
    font-size: 18px;
  }
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  transform: scale(1.1);
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .btn.btn-black {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-black {
    font-size: 17px;
  }
}
.btn.btn-cookies {
  background-color: #D9126F;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn-cookies:hover {
  background-color: #aa0e57;
  color: #ffffff;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_1_5 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_2_0_5 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-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;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.zoomer {
  animation-name: zoomer;
  -webkit-animation-name: zoomer;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomer {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.floater {
  animation-name: floater;
  -webkit-animation-name: floater;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}
@keyframes floater {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floater {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.slideRightWagon {
  animation-name: slideRightWagon;
  -webkit-animation-name: slideRightWagon;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes slideRightWagon {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideRightWagon {
  0% {
    -webkit-transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
.bounceIn_stars_stars {
  -webkit-animation-name: bounceIn_stars;
  animation-name: bounceIn_stars;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes bounceIn_stars {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn_stars {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.wiggle {
  animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}
@keyframes wiggle {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
.modal-backdrop.show {
  opacity: 0.85;
}
@media screen and (max-width: 576px) {
  .modal .alerte {
    display: none;
  }
}
.modal.modal_video_player .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video_player .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video_player .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 980px;
  width: 980px;
  padding: 40px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 {
  color: #ffffff;
  font-size: 2.1875rem;
  text-align: left;
  line-height: 2.1875rem;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 span {
  color: #DC002E;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .btn_red {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.375rem;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .btn_red {
    font-size: 1rem;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .info_don {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.6875rem;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .info_don {
    margin-top: 10px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  background: #DC002E;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close:before {
  content: "\ea0f";
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: 'start';
}
.modal.modal_mentions .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_mentions .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_mentions .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_mentions .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 980px;
  width: 980px;
  padding: 40px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container h3 {
  color: #ffffff;
  font-size: 2.1875rem;
  text-align: left;
  line-height: 2.1875rem;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.modal.modal_mentions .modal-content .modal-body .container h3 span {
  color: #F27E0A;
  font-weight: bold;
  text-align: center;
}
.modal.modal_mentions .modal-content .modal-body .container .btn_red {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.375rem;
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container .btn_red {
    font-size: 1rem;
  }
}
.modal.modal_mentions .modal-content .modal-body .container .info_don {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.6875rem;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container .info_don {
    margin-top: 10px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  background: #02216E;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  opacity: 1;
}
.modal.modal_mentions .modal-content .modal-body .container .btn-close:before {
  content: "\ea0f";
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: 'start';
}
.the_header {
  width: 100%;
  z-index: 1000;
  background: white;
  transition: all 0.3s ease;
  font-family: 'Open Sans', sans-serif;
  font-stretch: 75%;
}
@media screen and (max-width: 1070px) {
  .the_header .btn {
    font-size: 0.8rem;
    gap: 5px;
  }
}
.the_header.home .navbar .container {
  padding: 40px 0 20px 0;
  max-width: 80%;
}
@media screen and (max-width: 2000px) {
  .the_header.home .navbar .container {
    max-width: 1430px;
  }
}
@media screen and (max-width: 1430px) {
  .the_header.home .navbar .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1166px) {
  .the_header.home .navbar .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .the_header.home .navbar .container {
    max-width: 90%;
    padding: 0;
  }
}
.the_header.home .navbar-brand {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  bottom: -50px;
  background-color: #ffffff;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 25px;
}
@media screen and (max-width: 1400px) {
  .the_header.home .navbar-brand {
    width: 130px;
    bottom: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .the_header.home .navbar-brand {
    padding-top: 5px ;
    padding-bottom: 5px ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative ;
    bottom: auto ;
    background-color: none ;
    width: auto ;
    display: inline-block;
    padding: 0;
  }
}
.the_header.home .navbar-brand .logo {
  width: 121px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .the_header.home .navbar-brand .logo {
    content: url('../../medias/nav/logo-mini.svg');
    height: 75px ;
    width: auto ;
    margin-bottom: 0;
  }
}
.the_header.home.sticked .navbar .container {
  padding: 0;
}
.the_header.home.sticked .navbar-brand {
  padding-top: 5px ;
  padding-bottom: 5px ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative ;
  bottom: auto ;
  background-color: none ;
  width: auto ;
  display: inline-block;
}
.the_header.home.sticked .navbar-brand .logo {
  content: url('../../medias/nav/logo-mini.svg');
  height: 75px ;
  width: auto ;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}
.navbar .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .navbar .container {
    max-width: 100%;
  }
}
.mobile_menu_trigger {
  color: #02216E;
  height: 55px;
  width: 55px;
  background-color: transparent;
  border: 1px solid #F27E0A;
  transition: all 0.2s ease;
}
.mobile_menu_trigger:focus,
.mobile_menu_trigger:active:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #F27E0A;
}
.desktop_nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.link_n1 {
  color: #0d235c !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 10px !important;
  transition: all 0.2s ease;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 1070px) {
  .link_n1 {
    font-size: 0.8rem;
  }
}
.has-sous-menu:hover .link_n1 {
  background-color: #1a337e !important;
  color: white !important;
  padding-top: 15px !important;
}
.sous-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background-color: #f0faff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 15px 0;
}
.has-sous-menu:hover .sous-menu {
  display: block;
}
.ul_n2 li {
  padding: 5px 25px;
  position: relative;
}
.link_n2 {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
.link_n2::before {
  content: "•";
  color: #1a337e;
  position: absolute;
  left: 10px;
  font-weight: bold;
}
.link_n2:hover {
  text-decoration: underline;
}
.the_header.sticked {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.the_header.sticked .navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.the_header.sticked .link_n1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.the_header.sticked .logo {
  content: url('../../medias/nav/logo-mini.svg');
  height: 75px;
}
.the_header.sticked .has-sous-menu:hover .link_n1 {
  margin-top: 0;
  padding-top: 15px !important;
}
@media screen and (max-width: 992px) {
  .desktop_nav {
    display: none !important;
  }
  .the_header,
  .the_header.sticked {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: none;
    animation: none !important;
    transform: translateY(0) !important;
  }
  .the_header .logo,
  .the_header.sticked .logo {
    content: url('../../medias/nav/logo-mini.svg');
    height: 75px !important;
    width: auto !important;
    position: relative;
    top: 10px;
  }
  .the_header .navbar-brand,
  .the_header.sticked .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative !important;
    bottom: auto !important;
    background-color: none !important;
    width: auto !important;
    display: inline-block !important;
  }
  .link_n1 {
    border-radius: 0;
  }
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #1a337e;
    box-shadow: none;
  }
  .mobile-navigation .nav-link {
    padding: 10px 15px;
    color: #0d235c;
  }
}
footer {
  background: #02216E;
  text-align: left;
  padding: 3rem  0;
  display: inline-block;
  width: 100%;
  color: #ffffff;
}
footer .copyright {
  color: #ffffff;
  opacity: 1;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer .logo_foot {
  width: 178px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  footer .logo_foot {
    width: 150px;
  }
}
footer .container {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  footer .container {
    width: 90%;
  }
}
footer .row {
  display: flex;
  justify-content: space-between;
}
footer .row .col-infos {
  -ms-flex-preferred-size: 308px;
  flex-basis: 308px;
  max-width: 308px;
}
@media screen and (max-width: 992px) {
  footer .row .col-infos {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .row .col-infos .footer-brand {
  text-align: center;
}
footer .row .col-infos p {
  font-size: 0.875rem;
}
footer .row .col-plans {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  max-width: 220px;
  margin-top: 90px;
  font-family: 'Open Sans', sans-serif !important;
}
@media screen and (max-width: 992px) {
  footer .row .col-plans {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
footer .row .col-social {
  -ms-flex-preferred-size: 152px;
  flex-basis: 152px;
  max-width: 152px;
  margin-top: 90px;
  font-family: 'Open Sans', sans-serif !important;
}
@media screen and (max-width: 992px) {
  footer .row .col-social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
footer .row .col-social p {
  font-size: 1rem;
  font-weight: bold;
  font-variation-settings: "wdth" 75;
}
footer .row .col-social h6 {
  display: block;
  font-size: 1rem !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  font-variation-settings: "wdth" 75 !important;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  footer .row .col-social h6 {
    font-size: 1.5625rem;
  }
}
footer .row .col-news {
  -ms-flex-preferred-size: 302px;
  flex-basis: 302px;
  max-width: 302px;
  margin-top: 90px;
}
@media screen and (max-width: 992px) {
  footer .row .col-news {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
footer ul.social_links {
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer ul.social_links {
    justify-content: center;
  }
}
footer ul.social_links li {
  display: inline-block;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: "wdth" 75;
}
footer ul.social_links li a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: "wdth" 75;
}
footer ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  footer ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 576px) {
  footer ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
footer ul.social_links li a .picto {
  font-size: 1.75rem;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  footer ul.social_links li a .picto {
    font-size: 1.875rem;
  }
}
footer ul.social_links li a .picto:hover {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  footer .menu-links {
    text-align: center;
  }
}
footer .menu-links li {
  margin-bottom: 15px;
}
footer .menu-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-variation-settings: "wdth" 75;
  transition: opacity 0.2s;
}
footer .menu-links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  footer .menu-links a:hover {
    text-align: center;
  }
}
footer .newsletter-card {
  min-width: 260px;
}
footer .newsletter-card .color-primary {
  color: #02216E;
  font-variation-settings: "wdth" 75;
}
footer .btn-primary-ligue {
  background-color: #0031A7;
  color: white;
  border: none;
  padding: 10px;
  font-size: 0.8rem;
}
footer .social-icons a {
  color: white;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer .form-control {
  padding: 0.6rem;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100% !important;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
  height: 100% !important;
  font-family: 'Open Sans', sans-serif;
  font-stretch: 75%;
  /* Version serrée */
  /* Style pour la croix de fermeture rouge */
  /* Retirer le style par défaut des boutons d'accordéon Bootstrap */
}
.offcanvas .offcanvas-body {
  padding-top: 90px;
}
.offcanvas .offcanvas-body-head {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.offcanvas .offcanvas-body-head .logo_link {
  display: inline-block;
  position: relative;
  pointer-events: all;
}
.offcanvas .offcanvas-body-head .logo_link img {
  width: 120px;
  height: auto;
}
.offcanvas .custom-close-btn {
  background-color: #E40046;
  /* Couleur rouge de l'image */
  opacity: 1;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.offcanvas .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #DC002E;
}
.offcanvas .accordion-button::after {
  filter: hue-rotate(150deg);
  /* Ajuster la couleur de la flèche si besoin */
}
.offcanvas .accordion-button {
  font-family: 'Open Sans', sans-serif;
  font-stretch: 75%;
  /* Version serrée */
  color: #02216E;
  text-transform: uppercase;
  padding: 10px 20px;
}
.offcanvas .accordion-button.show {
  color: #02216E;
}
.offcanvas .nav-link {
  padding: 10px 20px;
  color: #02216E;
}
.offcanvas .nav_tools {
  width: 100%;
  /* Optionnel : Si tes icônes ne sont pas bien centrées */
}
.offcanvas .nav_tools ul {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 15px;
  /* Espace entre les deux cercles */
}
.offcanvas .nav_tools ul li {
  list-style-type: none;
}
.offcanvas .nav_tools a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  /* Ajuste selon tes besoins */
  height: 35px;
  /* Doit être égal à width pour un cercle parfait */
  background-color: #F27E0A;
  /* Le orange de ton image */
  color: #02216E;
  /* Le bleu de tes pictos */
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.5rem;
  /* Taille de l'icône */
  transition: transform 0.2s ease-in-out, background-color 0.2s;
}
.offcanvas .nav_tools a:hover {
  background-color: #F27E0A;
  /* Orange un peu plus foncé au survol */
  transform: scale(1.05);
  /* Petit effet de zoom sympa */
}
.offcanvas .nav_tools i {
  line-height: 0;
}
form .form-control {
  padding: 0.6rem;
}
form label {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
.newsletter-card {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.newsletter-card p {
  color: #02216E;
  font-family: 'Open Sans', sans-serif;
}
#nav-sticky {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 1050;
  /* Pour passer au-dessus du contenu */
  background-color: #F3FCFF;
  /* Couleur de fond très claire (vue sur l'image) */
  padding: 30px 10px;
  border-radius: 18px 0px 0px 18px;
  /* Arrondi à gauche seulement */
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #nav-sticky {
    display: none;
  }
}
#nav-sticky ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Espace entre les deux cercles */
}
#nav-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  /* Ajuste selon tes besoins */
  height: 35px;
  /* Doit être égal à width pour un cercle parfait */
  background-color: #F27E0A;
  /* Le orange de ton image */
  color: #02216E;
  /* Le bleu de tes pictos */
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.5rem;
  /* Taille de l'icône */
  transition: transform 0.2s ease-in-out, background-color 0.2s;
}
#nav-sticky a:hover {
  background-color: #F27E0A;
  /* Orange un peu plus foncé au survol */
  transform: scale(1.05);
  /* Petit effet de zoom sympa */
}
/* Optionnel : Si tes icônes ne sont pas bien centrées */
#nav-sticky i {
  line-height: 0;
}
/*--------------------------------------
  sections
--------------------------------------*/
#section_top_start {
  background: #02216E;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5rem 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  --parallax-y: 0px;
}
@media screen and (max-width: 1430px) {
  #section_top_start {
    min-height: initial;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: auto;
  }
}
#section_top_start:after {
  content: "";
  width: 582px;
  height: 762px;
  background-image: url("../img/bg_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
  /* Préparation pour le parallaxe */
  will-change: transform;
  transform: translateY(0);
  transform: translateY(var(--parallax-y));
}
@media screen and (max-width: 1430px) {
  #section_top_start:after {
    width: 432px;
    height: 602px;
  }
}
#section_top_start .container {
  max-width: 1430px;
}
@media screen and (max-width: 1430px) {
  #section_top_start .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1166px) {
  #section_top_start .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start .container {
    max-width: 90%;
  }
}
#section_top_start .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  #section_top_start .row {
    justify-content: center;
    flex-direction: column;
  }
}
#section_top_start .col-text {
  text-align: left;
}
@media screen and (max-width: 1430px) {
  #section_top_start .col-text {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start .col-text {
    text-align: center;
    margin-bottom: 3rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_top_start .col-text .btn {
  background-color: #ffffff;
  color: #E40046;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  gap: 10px;
  font-size: 1.5rem;
}
#section_top_start .col-text .btn:hover {
  background-color: #e6e6e6;
  color: #E40046;
}
#section_top_start .col-text .btn .picto {
  display: flex;
  font-size: 1.25rem;
}
#section_top_start .col-text h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 20px;
  max-width: 435px;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  #section_top_start .col-text h1 {
    font-size: 3rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start .col-text h1 {
    font-size: 2rem;
  }
}
#section_top_start .col-text h1 .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#section_top_start .col-text h1 .underline:after {
  content: "";
  width: 0;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  height: 17px;
  background-color: #F27E0A;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
}
#section_top_start .col-text h1 .underline.is-visible:after {
  width: 100%;
}
#section_top_start .col-text p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 450px;
}
@media screen and (max-width: 1400px) {
  #section_top_start .col-text p {
    max-width: 100%;
  }
}
#section_top_start .col-video {
  position: relative;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  #section_top_start .col-video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_top_start .col-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  cursor: pointer;
  display: block;
  transition: transform 0.4s ease-in-out;
}
#section_top_start .col-video video:hover {
  transform: scale(1.05);
}
#section_top_start_internal_read {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#section_top_start_internal_read .container {
  max-width: 960px;
  width: 90%;
}
#section_top_start_internal_read .module_free_text {
  float: none;
  display: inline-block;
}
#section_top_start_internal_read .module_free_text .container {
  max-width: 100%;
  width: 100%;
}
#section_top_start_internal_read .breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .breadcrumb {
    font-size: 0.75rem;
  }
}
#section_top_start_internal_read .breadcrumb ol {
  margin-bottom: 0;
}
#section_top_start_internal_read .breadcrumb li {
  color: #02216E;
}
#section_top_start_internal_read .breadcrumb li:first-child a {
  color: #F27E0A;
}
#section_top_start_internal_read .breadcrumb li a {
  color: #02216E;
}
#section_top_start_internal_read .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_read .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_read .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #F27E0A;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 0.75rem;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.5625rem;
    top: 3px;
  }
}
#section_top_start_internal_read .illustration {
  width: 100%;
  height: 382px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .illustration {
    height: 300px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .illustration {
    height: 250px;
  }
}
#section_top_start_internal_read .content_section {
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .content_section {
    margin-bottom: 0;
  }
}
#section_top_start_internal_read .content_section .content_inside {
  max-width: 760px;
  position: relative;
  top: -50px;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 23px 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .content_section .content_inside {
    padding: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: auto;
  }
}
#section_top_start_internal_read .module_free_text .free_user_block:last-child {
  margin-bottom: 0;
}
body.single-offre_emploi #section_top_start_internal_read .breadcrumb {
  margin-bottom: 1rem;
}
body.single-offre_emploi #section_top_start_internal_read .content_section {
  margin-bottom: 0;
}
body.single-offre_emploi #section_top_start_internal_read .content_section .content_inside {
  top: 0;
}
#section_discover {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 842px;
  min-height: 842px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5rem 0;
}
@media screen and (max-width: 992px) {
  #section_discover {
    height: auto;
  }
}
#section_discover .container {
  max-width: 1430px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1430px) {
  #section_discover .container {
    max-width: 90%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 992px) {
  #section_discover .container {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
  }
}
#section_discover h2 {
  font-size: 3rem;
  color: #02216E;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1430px) {
  #section_discover h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_discover h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }
}
#section_discover .content_section {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section {
    padding-top: 30px;
  }
}
#section_discover .row-big {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #section_discover .row-big {
    margin-bottom: 0;
  }
}
#section_discover .row-big .col {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  #section_discover .row-big .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#section_discover .row-small .col {
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  max-width: 380px;
}
@media screen and (max-width: 992px) {
  #section_discover .row-small .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#section_discover .item {
  display: flex;
  padding: 20px;
  gap: 20px;
  background: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#section_discover .item.orange {
  border: 1px solid #F27E0A !important;
}
#section_discover .item.bleuet {
  border: 1px solid #64B4E2 !important;
}
#section_discover .item.yellow {
  border: 1px solid #FFCE00 !important;
}
#section_discover .item.has-custom-accent {
  border: 1px solid var(--discover-accent) !important;
}
#section_discover .item.has-custom-accent .btn.btn-svplus {
  background-color: var(--discover-accent);
  color: #02216E;
}
#section_discover .item.has-custom-accent .btn.btn-svplus:hover {
  background-color: var(--discover-accent-hover, var(--discover-accent));
  color: #02216E;
}
#section_discover .item .picto {
  width: 73px;
  height: 73px;
}
@media screen and (max-width: 1430px) {
  #section_discover .item .picto {
    width: 60px;
    height: 60px;
  }
}
#section_discover .item h3 {
  font-size: 1.6875rem;
  color: #02216E;
}
@media screen and (max-width: 1430px) {
  #section_discover .item h3 {
    font-size: 1.375rem;
  }
}
#section_discover .item p {
  font-size: 1rem;
  color: #02216E;
}
#section_discover .illustration.crochets {
  width: 483px;
  height: 674px;
  position: absolute;
  right: 0;
  top: 0;
  --bracket-move: 0px;
  --bracket-opacity: 0;
}
@media screen and (max-width: 992px) {
  #section_discover .illustration.crochets {
    position: relative;
    width: 374px;
    height: 522px;
  }
}
#section_discover .illustration.crochets:before,
#section_discover .illustration.crochets:after {
  color: #F27E0A;
  font-family: 'start' !important;
  position: absolute;
  z-index: 3;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
#section_discover .illustration.crochets.is-visible:before,
#section_discover .illustration.crochets.is-visible:after {
  opacity: var(--bracket-opacity);
}
#section_discover .illustration.crochets:before {
  content: "\e974";
  font-size: 6.75rem;
  top: -10px;
  left: 60px;
  transform: translateY(var(--bracket-move));
}
@media screen and (max-width: 1430px) {
  #section_discover .illustration.crochets:before {
    font-size: 4.6875rem;
    top: 0;
  }
}
#section_discover .illustration.crochets:after {
  content: "\e973";
  font-size: 6.75rem;
  bottom: 362px;
  right: 70px;
  transform: translateY(calc(0px - var(--bracket-move)));
}
@media screen and (max-width: 1430px) {
  #section_discover .illustration.crochets:after {
    font-size: 4.6875rem;
    bottom: 372px;
  }
}
@media screen and (max-width: 992px) {
  #section_discover .illustration.crochets:after {
    font-size: 4.6875rem;
    bottom: 282px;
  }
}
#section_discover .illustration.crochets .img {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section_discover_link {
  background: #02216E;
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section_discover_link:after {
  content: "";
  width: 432px;
  height: 602px;
  background-image: url("../img/bg_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10px;
}
#section_img_footer {
  display: inline-block;
  width: 100%;
  height: 692px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  #section_img_footer {
    height: 800px;
  }
}
@media screen and (min-width: 3000px) {
  #section_img_footer {
    height: 1000px;
  }
}
@media screen and (max-width: 576px) {
  #section_img_footer {
    height: 300px;
  }
}
#section_img_footer .text {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #section_img_footer .text {
    bottom: 5%;
  }
}
#section_img_footer .text .container {
  max-width: 960px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 576px) {
  #section_img_footer .text .container {
    text-align: center;
  }
}
#section_img_footer .text .container h2 {
  color: #ffffff;
  font-size: 2.25rem;
}
@media screen and (max-width: 576px) {
  #section_img_footer .text .container h2 {
    font-size: 1.375rem;
  }
}
#section_top_start_internal_etablissement {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#section_top_start_internal_etablissement .container {
  max-width: 1140px;
  width: 90%;
}
#section_top_start_internal_etablissement .module_free_text .container {
  max-width: 100%;
  width: 100%;
}
#section_top_start_internal_etablissement .breadcrumb {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .breadcrumb {
    font-size: 0.75rem;
  }
}
#section_top_start_internal_etablissement .breadcrumb ol {
  margin-bottom: 0;
}
#section_top_start_internal_etablissement .breadcrumb li {
  color: #02216E;
}
#section_top_start_internal_etablissement .breadcrumb li:first-child a {
  color: #F27E0A;
}
#section_top_start_internal_etablissement .breadcrumb li a {
  color: #02216E;
}
#section_top_start_internal_etablissement .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_etablissement .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_etablissement .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #F27E0A;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 0.75rem;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.5625rem;
    top: 3px;
  }
}
#section_top_start_internal_etablissement .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
}
#section_top_start_internal_etablissement .header_section h1 {
  color: #02216E;
}
#section_top_start_internal_etablissement .header_section p {
  font-size: 1rem;
}
#section_top_start_internal_etablissement .illustration {
  width: 100%;
  height: 530px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .illustration {
    height: 300px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_etablissement .illustration {
    height: 250px;
  }
}
#section_top_start_internal_etablissement .content_section {
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .content_section {
    margin-bottom: 0;
  }
}
#section_top_start_internal_etablissement .content_section .content_inside {
  max-width: 960px;
  position: relative;
  top: -50px;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 23px 50px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .content_section .content_inside {
    padding: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: auto;
  }
}
#section_top_start_internal_etablissement .row {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}
#section_top_start_internal_etablissement .row .col-map {
  flex: 0 0 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .row .col-map {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#section_top_start_internal_etablissement .row .col-map .content_map {
  width: 100%;
  height: auto;
}
#section_top_start_internal_etablissement .row .col-map h4 {
  color: #02216E;
  font-weight: bold;
  font-size: 1.25rem;
}
#section_top_start_internal_etablissement .row .col-etablissement {
  flex: 0 0 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .row .col-etablissement {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_etablissement .row .col-etablissement .head_col {
    text-align: center;
  }
}
#section_top_start_internal_etablissement .row .col-etablissement .head_col h2 {
  color: #02216E;
  margin-bottom: 20px;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-card .item {
  display: inline-block;
  width: 100%;
  background: #FCF2EB;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  padding: 16px 16px 16px 70px;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-card .item:before {
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  background-image: url(../../medias/map/marker.svg);
  position: absolute;
  left: 13px;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-card .item h3 {
  color: #02216E;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-card .item p {
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos {
  padding-top: 30px;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos h4 {
  font-size: 1.25rem;
  color: #02216E;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos .contact {
  width: 100%;
  height: auto;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos .access {
  width: 100%;
  height: auto;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos .access ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos .access ul li .picto {
  margin-right: 10px;
  font-size: 1.1875rem;
}
#section_top_start_internal_etablissement .row .col-etablissement .content_col .etablissement-infos .access ul li p {
  margin-bottom: 0;
}
#section_admission {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3rem 0;
}
@media screen and (max-width: 992px) {
  #section_admission {
    background: #FCF2EB;
  }
}
#section_admission .container {
  max-width: 960px;
  width: 90%;
}
#section_admission .content_section {
  display: inline-block;
  width: 100%;
  background: #FCF2EB;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  #section_admission .content_section {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
  }
}
#section_admission .content_section .content_inside {
  max-width: 653px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_admission .content_section .content_inside {
    max-width: 100%;
    margin: 0 auto;
  }
}
#section_admission .content_section .content_inside h2 {
  color: #02216E;
  text-align: center;
  margin-bottom: 30px;
}
#section_admission .content_section .content_inside .sous-titre {
  font-size: 1.25rem;
}
#section_admission .content_section .content_inside p {
  font-size: 1rem;
}
#section_top_start_internal_actus {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3rem 0;
}
#section_top_start_internal_actus .container {
  max-width: 960px;
  width: 90%;
}
#section_top_start_internal_actus .module_free_text .container {
  max-width: 100%;
  width: 100%;
}
#section_top_start_internal_actus .breadcrumb {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_actus .breadcrumb {
    font-size: 0.75rem;
  }
}
#section_top_start_internal_actus .breadcrumb ol {
  margin-bottom: 0;
}
#section_top_start_internal_actus .breadcrumb li {
  color: #02216E;
}
#section_top_start_internal_actus .breadcrumb li:first-child a {
  color: #F27E0A;
}
#section_top_start_internal_actus .breadcrumb li a {
  color: #02216E;
}
#section_top_start_internal_actus .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_actus .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_actus .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #F27E0A;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 0.75rem;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_actus .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.5625rem;
    top: 3px;
  }
}
#section_top_start_internal_actus .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
}
#section_top_start_internal_actus .header_section h1 {
  color: #02216E;
}
#section_top_start_internal_actus .header_section p {
  font-size: 1rem;
}
#section_top_start_internal_actus .content_section {
  display: inline-block;
  width: 100%;
}
#section_top_start_internal_actus .content_section .head {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#section_top_start_internal_actus .content_section .head h2 {
  color: #02216E;
  font-weight: bold;
  font-size: 1.5rem;
}
#section_top_start_internal_actus .content_section .row {
  justify-content: space-around;
}
#section_top_start_internal_actus .content_section .row .col-left {
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
  max-width: 640px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_actus .content_section .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
#section_top_start_internal_actus .content_section .row .col-right {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_actus .content_section .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_top_start_internal_actus .content_section .row .date {
  width: 100%;
  display: inline-block;
  position: relative;
}
#section_top_start_internal_actus .content_section .row .date:after {
  content: "\e95e";
  font-family: 'start' !important;
  color: #F27E0A;
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
}
#section_top_start_internal_actus .content_section .row .main-article .article-image {
  margin-bottom: 1.5rem;
}
#section_top_start_internal_actus .content_section .row .main-article .article-image img {
  width: 100%;
  border-radius: 1.5rem;
  display: block;
}
#section_top_start_internal_actus .content_section .row .main-article .article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: #000;
  font-weight: 600;
}
#section_top_start_internal_actus .content_section .row .main-article .article-title {
  color: #02216E;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_actus .content_section .row .main-article .article-title {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
#section_top_start_internal_actus .content_section .row .main-article .article-excerpt {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 90%;
}
#section_top_start_internal_actus .content_section .row .sidebar-articles {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#section_top_start_internal_actus .content_section .row .sidebar-articles .side-article .article-image {
  margin-bottom: 1rem;
}
#section_top_start_internal_actus .content_section .row .sidebar-articles .side-article .article-image img {
  width: 100%;
  border-radius: 1.25rem;
}
#section_top_start_internal_actus .content_section .row .sidebar-articles .side-article .article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}
#section_top_start_internal_actus .content_section .row .sidebar-articles .side-article .article-title {
  color: #02216E;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
}
#section_search_actus {
  background: #02216E;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
#section_search_actus .header_search {
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#section_search_actus .header_search .head {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  max-width: 960px;
  margin-inline: auto;
}
#section_search_actus .header_search .head h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
#section_search_actus .header_search .container {
  max-width: 1140px;
  display: flex;
  justify-content: center;
}
#section_search_actus .header_search form p.filtrer {
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_search_actus .header_search form p.filtrer {
    text-align: center;
  }
}
#section_search_actus .header_search form .date-input::placeholder {
  color: #000000;
  opacity: 1;
  font-weight: bold;
}
#section_search_actus .header_search form .date-input:-ms-input-placeholder {
  color: #000000;
}
#section_search_actus .header_search form .date-input::-ms-input-placeholder {
  color: #000000;
}
#section_search_actus .header_search .filters {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  #section_search_actus .header_search .filters {
    flex-direction: column;
    width: 100%;
  }
}
#section_search_actus .header_search .filters .form-control,
#section_search_actus .header_search .filters .form-select {
  height: 50px;
  border-radius: 25px;
  border: none;
  padding-left: 25px;
  font-weight: bold;
  color: #333;
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
}
#section_search_actus .header_search .filters .form-control.date-input,
#section_search_actus .header_search .filters .form-select.date-input {
  width: 220px;
}
#section_search_actus .header_search .filters .form-control.form-select,
#section_search_actus .header_search .filters .form-select.form-select {
  width: 260px;
}
@media screen and (max-width: 992px) {
  #section_search_actus .header_search .filters .form-control,
  #section_search_actus .header_search .filters .form-select {
    width: 100% !important;
  }
}
#section_search_actus .header_search .filters .btn-submit {
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
}
#section_search_actus .content_section .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_search_actus .content_section .container {
    max-width: 90%;
  }
}
#section_search_actus .content_section .row {
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #section_search_actus .content_section .row {
    justify-content: center;
  }
}
#section_search_actus .content_section .row .col {
  flex: 0 0 366px;
  max-width: 366px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #section_search_actus .content_section .row .col {
    flex-basis: 366px;
    margin: 10px 10px;
  }
}
#section_search_actus .content_section .row .col .card_item {
  background: #8E2B35;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
#section_search_actus .content_section .row .col .card_item .illustration {
  width: 366px;
  height: 190px;
  position: relative;
  float: left;
}
#section_search_actus .content_section .row .col .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#section_search_actus .content_section .row .col .card_item .text_content {
  padding: 20px;
  height: 265px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#section_search_actus .content_section .row .col .card_item .text_content .article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: #000;
  font-weight: 600;
}
#section_search_actus .content_section .row .col .card_item .text_content .date {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#section_search_actus .content_section .row .col .card_item .text_content .date:after {
  content: "\e95e";
  font-family: 'start' !important;
  color: #F27E0A;
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
}
#section_search_actus .content_section .row .col .card_item .text_content .article-title {
  color: #02216E;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: initial;
}
#section_search_actus .content_section .row .col .card_item .text_content h3 {
  color: #02216E;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#section_search_actus .content_section .row .col .card_item .text_content p {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0;
}
#section_search_actus .content_section .row .col .card_item .text_content .btn {
  margin-top: auto;
}
.wrap_bt {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.search_pager {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.search_pager .pagination {
  border: none;
  align-items: center;
}
.search_pager .pagination .page-item {
  margin: 0 15px;
}
.search_pager .pagination .page-item .page-link {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  .search_pager .pagination .page-item .page-link {
    font-size: 1rem;
  }
}
.search_pager .pagination .page-item .page-link:hover,
.search_pager .pagination .page-item .page-link:focus {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.search_pager .pagination .page-item.active .page-link,
.search_pager .pagination .page-item:hover .page-link {
  color: #DC002E;
  position: relative;
  background: transparent;
  text-decoration: underline;
}
.search_pager .pagination .page-item:first-child .page-link:hover,
.search_pager .pagination .page-item:last-child .page-link:hover {
  text-decoration: none;
}
#section_top_start_internal_news_detail {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#section_top_start_internal_news_detail .container {
  max-width: 1140px;
  width: 90%;
}
#section_top_start_internal_news_detail .module_free_text .container {
  max-width: 100%;
  width: 100%;
}
#section_top_start_internal_news_detail .breadcrumb {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: 'wdth' 75;
  /* Version serrée */
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_news_detail .breadcrumb {
    font-size: 0.75rem;
  }
}
#section_top_start_internal_news_detail .breadcrumb ol {
  margin-bottom: 0;
}
#section_top_start_internal_news_detail .breadcrumb li {
  color: #02216E;
}
#section_top_start_internal_news_detail .breadcrumb li:first-child a {
  color: #F27E0A;
}
#section_top_start_internal_news_detail .breadcrumb li a {
  color: #02216E;
}
#section_top_start_internal_news_detail .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_news_detail .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_news_detail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #F27E0A;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 0.75rem;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_news_detail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.5625rem;
    top: 3px;
  }
}
#section_top_start_internal_news_detail .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 3rem;
}
#section_top_start_internal_news_detail .header_section h1 {
  color: #02216E;
}
#section_top_start_internal_news_detail .header_section .auteur {
  font-size: 1rem;
}
#section_top_start_internal_news_detail .header_section .auteur span {
  color: #02216E;
  font-weight: bold;
}
#section_top_start_internal_news_detail .header_section .chapo {
  font-size: 1.25rem;
}
#section_top_start_internal_news_detail .header_section ul.list_tags {
  padding: 0;
  display: inline-block;
}
#section_top_start_internal_news_detail .header_section ul.list_tags li {
  list-style-type: none;
  display: inline-block;
}
#section_top_start_internal_news_detail .header_section ul.list_tags li .tag {
  display: inline-block;
  background: #FFCE00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000000;
  font-weight: normal;
  padding: 5px 20px;
  font-size: 1rem;
}
#section_top_start_internal_news_detail .header_section .content_inside {
  max-width: 716px;
  width: 100%;
}
#section_sliders_news {
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_sliders_news {
    padding: 2rem 0;
  }
}
#section_sliders_news .container {
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_sliders_news .container {
    max-width: 100%;
  }
}
#section_sliders_news figcaption {
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
#section_sliders_news .custom-news-slider {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
#section_sliders_news .custom-news-slider .carousel-inner {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#section_sliders_news .custom-news-slider .carousel-inner img {
  object-fit: cover;
  height: 450px;
}
@media screen and (max-width: 992px) {
  #section_sliders_news .custom-news-slider .carousel-inner img {
    height: 250px;
  }
}
#section_sliders_news .custom-news-slider .carousel-control-prev,
#section_sliders_news .custom-news-slider .carousel-control-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 5;
}
#section_sliders_news .custom-news-slider .carousel-control-next:hover .carousel-control-next-icon:before {
  transform: translateX(5px);
}
#section_sliders_news .custom-news-slider .carousel-control-prev:hover .carousel-control-prev-icon:before {
  transform: rotate(180deg) translateX(5px);
}
#section_sliders_news .custom-news-slider .carousel-control-prev {
  left: -30px;
}
#section_sliders_news .custom-news-slider .carousel-control-next {
  right: -30px;
}
#section_sliders_news .custom-news-slider .carousel-control-next-icon {
  background-image: none !important;
  width: 20px;
  height: 20px;
}
#section_sliders_news .custom-news-slider .carousel-control-next-icon:before {
  content: "\e94e";
  font-family: 'start' !important;
  color: #02216E;
  display: inline-block;
  position: relative;
  left: -10px;
  transition: transform 0.3s ease;
}
#section_sliders_news .custom-news-slider .carousel-control-prev-icon {
  background-image: none !important;
  width: 20px;
  height: 20px;
}
#section_sliders_news .custom-news-slider .carousel-control-prev-icon:before {
  content: "\e94e";
  font-family: 'start' !important;
  color: #02216E;
  transform: rotate(180deg);
  display: inline-block;
  position: relative;
  right: -10px;
  transition: transform 0.3s ease;
}
@media (max-width: 1020px) {
  .custom-news-slider .carousel-control-prev {
    left: 10px;
  }
  .custom-news-slider .carousel-control-next {
    right: 10px;
  }
}
#section_soutien {
  background: #ffffff;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
#section_soutien .illustration {
  width: 90%;
  height: ;
}
#section_soutien .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #section_soutien .header_section {
    margin-bottom: 20px;
  }
}
#section_soutien .header_section h2 {
  color: #02216E;
  margin-bottom: 2rem;
}
#section_soutien .header_section .container {
  max-width: 1140px;
  width: 100%;
}
#section_soutien .header_section .illustration {
  width: 100%;
  height: 450px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #section_soutien .header_section .illustration {
    height: 250px;
  }
}
#section_soutien .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  #section_soutien .content_section {
    top: auto;
    margin-bottom: 0px;
  }
}
#section_soutien .content_section .container {
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_soutien .content_section .row {
    justify-content: center;
    wrap: flex-wrap;
    gap: 20px;
  }
}
#section_soutien .content_section .row .item {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
  position: relative;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  #section_soutien .content_section .row .item {
    height: auto;
    min-height: initial;
  }
}
#section_soutien .content_section .row .item h3 {
  color: #ffffff;
}
#section_soutien .content_section .row .item p {
  color: #ffffff;
}
#section_soutien .content_section .row .item .btn {
  color: #02216E;
}
#section_soutien .content_section .row .item .deco_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section_soutien .content_section .row .item .deco_top:before {
  content: "\e974";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'start' !important;
}
#section_soutien .content_section .row .item .deco_top:after {
  content: "\e974";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'start' !important;
  transform: rotate(90deg);
}
#section_soutien .content_section .row .item .deco_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#section_soutien .content_section .row .item .deco_bottom:before {
  content: "\e973";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(90deg);
  font-family: 'start' !important;
}
#section_soutien .content_section .row .item .deco_bottom:after {
  content: "\e973";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'start' !important;
  transform: rotate(90deg);
}
#section_soutien .content_section .row .col-left {
  -ms-flex-preferred-size: 472px;
  flex-basis: 472px;
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  #section_soutien .content_section .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_soutien .content_section .row .col-left .item {
  width: 100%;
  height: auto;
  background: #02216E;
}
#section_soutien .content_section .row .col-right {
  -ms-flex-preferred-size: 472px;
  flex-basis: 472px;
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  #section_soutien .content_section .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_soutien .content_section .row .col-right .item {
  width: 100%;
  height: auto;
  background: #E40046;
}
.section_form {
  padding: 1rem 0 3rem 0;
}
.section_form .header_section {
  display: block;
  width: 100%;
  text-align: center;
}
.section_form .header_section h2 {
  color: #02216E;
  margin-bottom: 2rem;
  font-weight: 700;
}
.section_form .content_section .container {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section_form .content_section .container {
    max-width: 90%;
  }
}
.section_form .content_section form {
  --bs-gutter-y: 1.5rem;
}
.section_form .content_section form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}
.section_form .content_section form .form-control,
.section_form .content_section form .form-select {
  border-radius: 8px;
  padding: 0.6rem 1rem;
  border: 1px solid #ced4da;
}
.section_form .content_section form .form-control:focus,
.section_form .content_section form .form-select:focus {
  border-color: #0031A7;
  box-shadow: 0 0 0 0.25rem rgba(29, 54, 142, 0.1);
}
.section_form .content_section form input[type="file"].form-control {
  padding: 0;
  line-height: 2.2rem;
}
.section_form .content_section form input[type="file"].form-control::file-selector-button {
  background-color: #f8f9fa;
  border: none;
  border-right: 1px solid #ced4da;
  padding: 0.6rem 1rem;
  margin-right: 1rem;
  color: #555;
}
.section_form .content_section form .form-check {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.section_form .content_section form .form-check.form-check-inline {
  display: inline-flex;
  margin-right: 1.5rem;
  margin-top: 0;
}
.section_form .content_section form .form-check .form-check-input {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
  border: 1px solid #ced4da;
}
.section_form .content_section form .form-check .form-check-input:checked {
  background-color: #0031A7;
  border-color: #0031A7;
}
.section_form .content_section form .form-check .form-check-input[type="radio"]:checked {
  background-color: #fff !important;
  border-color: #0031A7 !important;
  background-image: radial-gradient(circle, #0031A7 35%, transparent 45%) !important;
}
.section_form .content_section form .form-check label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500;
  cursor: pointer;
}
.section_form .content_section form .btn {
  background-color: #0031A7;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  border: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.section_form .content_section form .btn:hover {
  opacity: 0.9;
  background-color: #002a8e;
}
.section_form .content_section form .invalid-feedback {
  font-size: 0.85rem;
  margin-top: 0.35rem;
}
.section_form form.needs-validation.was-validated .form-control:valid,
.section_form form.needs-validation.was-validated .form-select:valid,
.section_form form.needs-validation.was-validated .form-check-input:valid {
  border-color: #ced4da !important;
  background-image: none !important;
  box-shadow: none !important;
}
.section_form form.needs-validation.was-validated .form-control:valid:checked,
.section_form form.needs-validation.was-validated .form-select:valid:checked,
.section_form form.needs-validation.was-validated .form-check-input:valid:checked {
  background-color: #0031A7 !important;
  border-color: #0031A7 !important;
}
.section_form form.needs-validation.was-validated .form-control:valid:checked[type="radio"],
.section_form form.needs-validation.was-validated .form-select:valid:checked[type="radio"],
.section_form form.needs-validation.was-validated .form-check-input:valid:checked[type="radio"] {
  background-color: #fff !important;
  background-image: radial-gradient(circle, #0031A7 35%, transparent 45%) !important;
}
.section_form form.needs-validation.was-validated .form-control:valid:checked[type="checkbox"],
.section_form form.needs-validation.was-validated .form-select:valid:checked[type="checkbox"],
.section_form form.needs-validation.was-validated .form-check-input:valid:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.section_form form.needs-validation.was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit !important;
}
.section_form form.needs-validation.was-validated .form-control:invalid,
.section_form form.needs-validation.was-validated .form-select:invalid,
.section_form form.needs-validation.was-validated .form-check-input:invalid {
  border-color: #dc3545 !important;
}
.section_form form.needs-validation.was-validated .form-control:invalid:focus,
.section_form form.needs-validation.was-validated .form-select:invalid:focus,
.section_form form.needs-validation.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.section_form .field-readonly {
  background-color: #fdf5f0 !important;
  color: #0031A7 !important;
  font-weight: 600;
  border: none !important;
  cursor: default;
}
.section_form .field-readonly:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.section_form .form-control[type="file"] {
  overflow: hidden;
  background: #D4ECEE;
}
#section_you {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3rem 0;
}
#section_you .container {
  max-width: 1430px;
}
@media screen and (max-width: 1430px) {
  #section_you .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 992px) {
  #section_you .container {
    max-width: 90%;
  }
}
#section_you .row {
  justify-content: center;
  align-items: center;
}
#section_you .row .col-img {
  flex: 0 0 500px;
  max-width: 500px;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-img {
    flex-basis: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  #section_you .row .col-img {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#section_you .row .col-img .illustration {
  width: 476px;
  height: 476px;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-img .illustration {
    width: 376px;
    height: 376px;
  }
}
#section_you .row .col-img .illustration:before {
  content: "\e974";
  font-size: 6.75rem;
  top: -10px;
  left: 60px;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-img .illustration:before {
    font-size: 4.6875rem;
    top: 0;
  }
}
#section_you .row .col-img .illustration:after {
  content: "\e973";
  font-size: 6.75rem;
  bottom: 169px;
  right: 70px;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-img .illustration:after {
    font-size: 4.6875rem;
    bottom: 132px;
  }
}
#section_you .row .col-img .illustration .img {
  background-size: cover;
  width: 100%;
  height: 100%;
}
#section_you .row .col-content {
  flex: 0 0 700px;
  max-width: 700px;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-content {
    flex-basis: 600px;
    max-width: 600px;
  }
}
@media screen and (max-width: 992px) {
  #section_you .row .col-content {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#section_you .row .col-content h2 {
  font-size: 3rem;
  color: #02216E;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1430px) {
  #section_you .row .col-content h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_you .row .col-content h2 {
    font-size: 2rem;
  }
}
#section_you ul.list_situation {
  padding: 0;
  display: inline-block;
}
#section_you ul.list_situation li {
  list-style-type: none;
  display: inline-block;
}
#section_you ul.list_situation li .situation {
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #02216E;
  padding: 5px 20px;
  font-size: 1.1rem;
  border: 1px solid #F27E0A;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#section_you ul.list_situation li .situation:hover {
  background-color: #E7EEFF;
}
#section_soutien_home {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_soutien_home .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #section_soutien_home .header_section {
    margin-bottom: 20px;
  }
}
#section_soutien_home .header_section h2 {
  font-size: 3rem;
  color: #02216E;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .header_section h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .header_section h2 {
    font-size: 2rem;
  }
}
#section_soutien_home .header_section .container {
  max-width: 1430px;
  padding: 0;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .header_section .container {
    max-width: 90%;
  }
}
#section_soutien_home .header_section .illustration {
  width: 100%;
  height: 560px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .header_section .illustration {
    height: 560px;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .header_section .illustration {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #section_soutien_home .header_section .illustration {
    height: 250px;
  }
}
#section_soutien_home .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  #section_soutien_home .content_section {
    top: auto;
    margin-bottom: 0px;
  }
}
#section_soutien_home .content_section .container {
  max-width: 1430px;
  width: 100%;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .content_section .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .content_section .container {
    max-width: 90%;
  }
}
#section_soutien_home .content_section .row {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_soutien_home .content_section .row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #section_soutien_home .content_section .row {
    gap: 20px;
  }
}
#section_soutien_home .content_section .row .item {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
  position: relative;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  #section_soutien_home .content_section .row .item {
    height: auto;
    min-height: initial;
  }
}
#section_soutien_home .content_section .row .item h3,
#section_soutien_home .content_section .row .item p {
  color: #ffffff;
}
#section_soutien_home .content_section .row .item .btn {
  color: #02216E;
}
#section_soutien_home .content_section .row .item .deco_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section_soutien_home .content_section .row .item .deco_top:before,
#section_soutien_home .content_section .row .item .deco_top:after {
  content: "\e974";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 20px;
  font-family: 'start' !important;
}
#section_soutien_home .content_section .row .item .deco_top:before {
  left: 20px;
}
#section_soutien_home .content_section .row .item .deco_top:after {
  right: 20px;
  transform: rotate(90deg);
}
#section_soutien_home .content_section .row .item .deco_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#section_soutien_home .content_section .row .item .deco_bottom:before,
#section_soutien_home .content_section .row .item .deco_bottom:after {
  content: "\e973";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  font-family: 'start' !important;
  transform: rotate(90deg);
}
#section_soutien_home .content_section .row .item .deco_bottom:before {
  left: 20px;
}
#section_soutien_home .content_section .row .item .deco_bottom:after {
  right: 20px;
}
#section_soutien_home .content_section .row .col-left {
  -ms-flex-preferred-size: 472px;
  flex-basis: 472px;
  max-width: 472px;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .content_section .row .col-left {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .content_section .row .col-left {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #section_soutien_home .content_section .row .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_soutien_home .content_section .row .col-left .item {
  width: 100%;
  background: #02216E;
}
#section_soutien_home .content_section .row .col-middle {
  display: flex;
  align-items: center;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  max-width: 220px;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .content_section .row .col-middle {
    flex-basis: 10%;
    max-width: 10%;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .content_section .row .col-middle {
    display: none;
  }
}
#section_soutien_home .content_section .row .col-middle img {
  width: 220px;
  height: auto;
}
#section_soutien_home .content_section .row .col-right {
  -ms-flex-preferred-size: 472px;
  flex-basis: 472px;
  max-width: 472px;
}
@media screen and (max-width: 1430px) {
  #section_soutien_home .content_section .row .col-right {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  #section_soutien_home .content_section .row .col-right {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #section_soutien_home .content_section .row .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_soutien_home .content_section .row .col-right .item {
  width: 100%;
  background: #E40046;
}
#section_search_actus_home {
  background: #02216E;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
  --parallax-y: 0px;
  overflow: hidden;
}
#section_search_actus_home:after {
  content: "";
  width: 432px;
  height: 602px;
  background-image: url("../img/bg_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
  will-change: transform;
  transform: translateY(var(--parallax-y));
}
#section_search_actus_home .header_search {
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#section_search_actus_home .header_search .head {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  max-width: 960px;
  margin-inline: auto;
}
#section_search_actus_home .header_search .head h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
  #section_search_actus_home .header_search .head h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  #section_search_actus_home .header_search .head h2 {
    font-size: 2rem;
  }
}
#section_search_actus_home .header_search .head p {
  color: #ffffff;
  font-size: 1rem;
}
#section_search_actus_home .header_search .container {
  max-width: 1140px;
  display: flex;
  justify-content: center;
}
#section_search_actus_home .content_section .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_search_actus_home .content_section .container {
    max-width: 90%;
  }
}
#section_search_actus_home .content_section .row {
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #section_search_actus_home .content_section .row {
    justify-content: center;
  }
}
#section_search_actus_home .content_section .row .col {
  flex: 0 0 366px;
  max-width: 366px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #section_search_actus_home .content_section .row .col {
    -ms-flex-preferred-size: 366px;
    flex-basis: 366px;
    max-width: 366px;
    margin: 10px 10px;
  }
}
#section_search_actus_home .content_section .row .col .card_item {
  background: #8E2B35;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
#section_search_actus_home .content_section .row .col .card_item .illustration {
  width: 366px;
  height: 190px;
  position: relative;
  float: left;
}
#section_search_actus_home .content_section .row .col .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#section_search_actus_home .content_section .row .col .card_item .text_content {
  padding: 20px;
  height: 265px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#section_search_actus_home .content_section .row .col .card_item .text_content .date {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#section_search_actus_home .content_section .row .col .card_item .text_content .date:after {
  content: "\e95e";
  font-family: 'start' !important;
  color: #F27E0A;
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
}
#section_search_actus_home .content_section .row .col .card_item .text_content .article-title {
  color: #02216E;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  /* 18px */
  line-height: initial;
}
#section_search_actus_home .content_section .row .col .card_item .text_content p {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0;
}
#section_search_actus_home .content_section .row .col .card_item .text_content .btn {
  margin-top: auto;
  /* Pousse le bouton vers le bas */
}
.wrap_bt {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
/*--------------------------------------
  modules
--------------------------------------*/
.module_free_text {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* --- Éléments de Titres (H1-H6) --- */
  /* --- Paragraphes et alignements standards WP --- */
  /* --- Spans de style (remplaçant les <b>) --- */
  /* --- Listes (UL / LI) --- */
  /* Simulation d'une liste libre où l'utilisateur met en gras le début */
  /* Style spécifique pour tes indicateurs (ex: 58%) */
  /* --- Citations (Blockquote / Quote) --- */
  /* Simulation Média & Texte */
  /* Gestion du mobile (is-stacked-on-mobile) */
  /* --- Responsive mobile --- */
}
.module_free_text .container {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  .module_free_text .container {
    max-width: 90%;
  }
}
.module_free_text.news_detail .container {
  max-width: 716px;
}
@media screen and (max-width: 992px) {
  .module_free_text.news_detail .container {
    max-width: 90%;
  }
}
.module_free_text h1,
.module_free_text h2,
.module_free_text h3,
.module_free_text h4,
.module_free_text h5,
.module_free_text h6 {
  color: #02216E;
  font-family: "Open Sans", sans-serif;
}
.module_free_text h1,
.module_free_text h2,
.module_free_text h3,
.module_free_text h4,
.module_free_text h5,
.module_free_text h6 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.module_free_text h1 {
  font-size: 2.5rem;
}
.module_free_text h2 {
  font-size: 2rem;
}
.module_free_text h3 {
  font-size: 1.75rem;
}
.module_free_text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.module_free_text .sous-titre {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 500;
}
.module_free_text .text-center {
  text-align: center !important;
}
.module_free_text .text-right {
  text-align: right !important;
}
.module_free_text .text-left {
  text-align: left !important;
}
.module_free_text .bold {
  font-weight: bold;
}
.module_free_text .text-blue {
  color: #02216E;
}
.module_free_text ul.wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.module_free_text ul.wp-block-list li {
  margin-bottom: 0.5rem;
  color: #000000;
}
.module_free_text ul.wp-block-list li span.bold {
  color: #02216E;
  margin-right: 5px;
}
.module_free_text blockquote,
.module_free_text .wp-block-quote {
  border-left: 5px solid #02216E;
  padding: 1rem 2rem;
  margin: 2rem 0;
  font-style: italic;
  background-color: #f9f9f9;
  /* Optionnel : léger fond pour détacher la citation */
}
.module_free_text blockquote p,
.module_free_text .wp-block-quote p {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 0;
}
.module_free_text blockquote cite,
.module_free_text .wp-block-quote cite {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: normal;
}
.module_free_text .wp-block-media-text {
  display: flex;
  gap: 40px;
  /* Espace entre l'image et le texte comme sur ton modèle */
  margin-bottom: 2rem;
  align-items: flex-start;
  /* Aligne en haut */
}
.module_free_text .wp-block-media-text__media {
  /* L'image ne s'étire pas, elle garde sa taille intrinsèque */
  flex: 0 0 auto;
  max-width: 40%;
  /* Sécurité pour éviter que l'image ne prenne toute la largeur */
  justify-content: center;
}
.module_free_text .wp-block-media-text__media figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  /* Évite un petit espace blanc sous l'image */
}
.module_free_text .wp-block-media-text__media img {
  display: block;
  width: auto;
  /* Laisse l'image décider de sa largeur */
  max-width: 100%;
  /* Mais l'empêche de déborder du parent */
  height: auto;
}
.module_free_text .wp-block-media-text__content {
  /* Le texte prend tout l'espace restant */
  flex: 1;
  min-width: 0;
  /* Évite les bugs de débordement de flexbox avec du texte long */
}
@media (max-width: 576px) {
  .module_free_text .wp-block-media-text.is-stacked-on-mobile {
    flex-direction: column;
  }
  .module_free_text .wp-block-media-text__media {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 576px) {
  .module_free_text .wp-block-media-text {
    flex-direction: column !important;
  }
  .module_free_text h1 {
    font-size: 1.8rem;
  }
  .module_free_text h2 {
    font-size: 1.5rem;
  }
}
.module_free_text .free_user_block {
  margin-bottom: 40px;
}
.module_free_text figure {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
}
@media screen and (max-width: 576px) {
  .module_free_text figure {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.module_free_text figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  /* C'est l'image qui porte l'arrondi comme sur ta capture */
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.module_free_text figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  color: #000;
}
.module_video_block {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3rem 2rem;
}
@media screen and (max-width: 992px) {
  .module_video_block {
    padding: 3rem 0;
  }
}
.module_video_block .container {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  .module_video_block .container {
    max-width: 90%;
  }
}
.module_video_block .ratio {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  display: inline-block;
}
.module_video_block .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_video_block .header_module h2 {
  color: #02216E;
  margin-bottom: 20px;
}
.module_video_block .header_module p {
  color: #000000;
}
.module_video_block .infos {
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
.module_video_block .infos p {
  margin-bottom: 0;
  color: #000000;
}
.module_video_block .infos span {
  font-weight: bold;
}
.module_temoignage {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 3rem 0;
}
.module_temoignage .container {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  .module_temoignage .container {
    max-width: 90%;
  }
}
.module_temoignage .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .module_temoignage .header_module {
    margin-bottom: 30px;
  }
}
.module_temoignage .header_module h2 {
  color: #02216E;
}
.module_temoignage .header_module p {
  color: #000000;
}
.module_temoignage .header_module .deco_sound {
  width: 84px;
  height: auto;
}
.module_temoignage .infos {
  text-align: right;
  color: #ffffff;
  margin-top: 20px;
}
.module_temoignage .infos p {
  margin-bottom: 0;
  color: #ffffff;
}
.module_temoignage .infos span {
  font-weight: bold;
}
.module_temoignage .content_module blockquote {
  border-left: 0;
  background: none;
  margin: 0;
  font-size: 1rem;
  margin-bottom: 20px;
}
.module_temoignage .content_module .sign_2 {
  display: inline-block;
  width: 100%;
}
.module_temoignage .content_module .sign_2 P.sign {
  border-top: 1px solid #000000;
  display: inline-block;
  padding-top: 20px;
  width: 100%;
}
.module_temoignage .content_module p.sign {
  font-size: 1rem;
  color: #000000;
  line-height: initial;
  margin-top: 0px;
}
.module_temoignage .content_module p.sign span {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module p.sign {
    text-align: center;
  }
}
.module_temoignage .content_module .row {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.module_temoignage .content_module .row.blockquote {
  justify-content: center;
}
.module_temoignage .content_module .row h3 {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}
.module_temoignage .content_module .row .col-img {
  position: absolute;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  order: 2;
  z-index: 2;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img {
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    top: auto;
    margin-bottom: -100px;
  }
}
.module_temoignage .content_module .row .col-img .wrap_illu {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img .wrap_illu {
    width: 250px;
    height: 250px;
  }
}
.module_temoignage .content_module .row .col-img .wrap_illu:before {
  content: "\e974";
  color: #F27E0A;
  font-size: 3.625rem;
  font-family: 'start' !important;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 3;
}
.module_temoignage .content_module .row .col-img .wrap_illu:after {
  content: "\e973";
  color: #F27E0A;
  font-size: 3.625rem;
  font-family: 'start' !important;
  bottom: -40px;
  right: -40px;
  left: auto;
  z-index: 3;
  position: absolute;
}
.module_temoignage .content_module .row .col-img .illustration {
  width: 100%;
  height: 320px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img .illustration {
    width: 250px;
    height: 250px;
  }
}
.module_temoignage .content_module .row .col-img img {
  width: 309px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img img {
    width: 230px;
  }
}
@media screen and (max-width: 400px) {
  .module_temoignage .content_module .row .col-img img {
    width: 150px;
  }
}
.module_temoignage .content_module .row .col-text {
  position: relative;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  order: 1;
  align-self: center !important;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text {
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0px;
    align-self: auto;
  }
}
.module_temoignage .content_module .row .col-text .text_inside {
  text-align: left;
  width: 100%;
  display: inline-block;
  background: #FCF2EB;
  padding: 30px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside {
    margin-top: 20px;
    padding-top: 100px;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote {
  font-size: 1.25rem;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  line-height: 150%;
  text-align: left;
  max-width: 70%;
  display: inline-block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote:before {
  content: "\e964";
  font-family: 'start' !important;
  color: #02216E;
  font-size: 2.125rem;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote:before {
    font-size: 1.5625rem;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote:after {
  content: "\e957";
  font-family: 'start' !important;
  color: #02216E;
  font-size: 1.5625rem;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote:after {
    font-size: 0.9375rem;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.text {
  font-size: 1rem;
  color: #000000;
}
.module_temoignage .content_module .row .col-blockquote {
  max-width: 600px;
  padding-top: 30px;
}
.module_ressources {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background: #02216E;
}
.module_ressources .container {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  .module_ressources .container {
    max-width: 90%;
  }
}
.module_ressources.white_bg {
  background: #ffffff;
}
.module_ressources.white_bg .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_ressources.white_bg .header_module h2 {
  color: #02216E;
  margin-bottom: 30px;
}
.module_ressources .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_ressources .header_module h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.module_ressources .content_module {
  display: inline-block;
  width: 100%;
}
.module_ressources .content_module .row .col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.module_ressources .item {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #F3FCFF;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #02216E;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
}
@media screen and (max-width: 992px) {
  .module_ressources .item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.module_ressources .item.download:before {
  content: "\e976";
  font-family: 'start' !important;
  font-size: 2.5rem;
  color: #02216E;
  position: absolute;
  left: 1rem;
}
.module_ressources .item.link:before {
  content: "\e977";
  font-family: 'start' !important;
  font-size: 2.5rem;
  color: #02216E;
  position: absolute;
  left: 1rem;
}
@media screen and (max-width: 992px) {
  .module_ressources .item .text {
    margin-bottom: 10px;
  }
}
.module_ressources .item .text h4 {
  color: #02216E;
  font-weight: bold !important;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .module_ressources .item .text h4 {
    font-size: 1rem;
  }
}
.module_ressources .item .text P {
  margin-bottom: 0;
}
.module_ressources .item .text a {
  color: #02216E;
}
.module_ressources .item .text a:hover {
  text-decoration: underline;
}
.module_ressources .item span {
  word-break: break-all;
  display: inline-block;
  font-weight: bold;
}
.module_links {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.module_links .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  .module_links .container {
    max-width: 90%;
  }
}
.module_links .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_links .header_module h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.module_links .content_module {
  display: inline-block;
  width: 100%;
}
.module_links .content_module .row {
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .module_links .content_module .row {
    justify-content: center;
  }
}
.module_links .content_module .row .col {
  flex: 0 0 366px;
  max-width: 366px;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .module_links .content_module .row .col {
    justify-content: center;
    -ms-flex-preferred-size: 366px;
    flex-basis: 366px;
    max-width: 366px;
    margin: 10px 10px;
  }
}
.module_links .content_module .row .col .card_item {
  background: #8E2B35;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
.module_links .content_module .row .col .card_item .illustration {
  width: 366px;
  height: 190px;
  position: relative;
  float: left;
}
.module_links .content_module .row .col .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.module_links .content_module .row .col .card_item .text_content {
  padding: 1.25rem;
  height: 265px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module_links .content_module .row .col .card_item .text_content h3 {
  color: #02216E;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.module_links .content_module .row .col .card_item .text_content p {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0;
}
.module_links .content_module .row .col .card_item .text_content .btn.icon-right-btn-dark-blue {
  margin-top: auto;
}
#module_soutien_home {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
  /* --- CONTAINER & CARD --- */
  /* --- SWITCH CUSTOM (Logique demandée) --- */
  /* --- GRILLE DES MONTANTS --- */
  /* --- CHAMP AUTRE MONTANT (Largeur flexible) --- */
  /* --- TEXTE & BOUTON FINAL --- */
}
#module_soutien_home .illustration {
  width: 90%;
  height: ;
}
#module_soutien_home .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #module_soutien_home .header_section {
    margin-bottom: 20px;
  }
}
#module_soutien_home .header_section .container {
  max-width: 1430px;
  padding: 0;
}
@media screen and (max-width: 1430px) {
  #module_soutien_home .header_section .container {
    max-width: 90%;
  }
}
#module_soutien_home .header_section .illustration {
  width: 100%;
  height: 560px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1430px) {
  #module_soutien_home .header_section .illustration {
    height: 560px;
  }
}
@media screen and (max-width: 992px) {
  #module_soutien_home .header_section .illustration {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #module_soutien_home .header_section .illustration {
    height: 250px;
  }
}
#module_soutien_home .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  #module_soutien_home .content_section {
    top: auto;
    margin-bottom: 0px;
  }
}
#module_soutien_home .content_section .container {
  max-width: 1430px;
  width: 100%;
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}
@media screen and (max-width: 1430px) {
  #module_soutien_home .content_section .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 992px) {
  #module_soutien_home .content_section .container {
    max-width: 90%;
    top: auto;
    margin-bottom: 0;
  }
}
#module_soutien_home .content_section .row {
  justify-content: center;
  align-items: center;
}
#module_soutien_home .content_section .row .col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#module_soutien_home .donation-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#module_soutien_home .donation-card {
  background: #02216E;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  #module_soutien_home .donation-card {
    max-width: 100%;
  }
}
#module_soutien_home .donation-card .deco_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#module_soutien_home .donation-card .deco_top:before {
  content: "\e974";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'start' !important;
}
#module_soutien_home .donation-card .deco_top:after {
  content: "\e974";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'start' !important;
  transform: rotate(90deg);
}
#module_soutien_home .donation-card .deco_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#module_soutien_home .donation-card .deco_bottom:before {
  content: "\e973";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(90deg);
  font-family: 'start' !important;
}
#module_soutien_home .donation-card .deco_bottom:after {
  content: "\e973";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'start' !important;
  transform: rotate(90deg);
}
#module_soutien_home .donation-title {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  #module_soutien_home .donation-title {
    font-size: 2rem;
  }
}
#module_soutien_home .custom-switch-container {
  display: inline-flex;
  position: relative;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 4px;
  width: 100%;
  height: 48px;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-bottom: 25px;
}
#module_soutien_home .custom-switch-container input[type="radio"] {
  display: none;
}
#module_soutien_home .custom-switch-container label {
  flex: 1;
  text-align: center;
  z-index: 2;
  font-weight: 700;
  font-size: 0.875rem;
  color: #E40046;
  cursor: pointer;
  transition: color 0.3s ease;
  margin: 0;
}
#module_soutien_home .custom-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background-color: #E40046;
  border-radius: 40px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
#module_soutien_home .custom-switch-container input:checked + label {
  color: #ffffff;
}
#module_soutien_home .custom-switch-container input[value="regulier"]:checked ~ .custom-slider {
  transform: translateX(100%);
}
#module_soutien_home .amounts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
#module_soutien_home .btn-check {
  display: none;
}
#module_soutien_home .btn-amount {
  display: block;
  background-color: #ffffff;
  color: #E40046;
  padding: 12px 0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s;
}
#module_soutien_home .btn-check:checked + .btn-amount {
  background-color: #E40046;
  color: white;
}
#module_soutien_home .custom-amount-field {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 25px;
  /* Padding interne pour que rien ne touche les bords */
  margin-bottom: 25px;
  box-sizing: border-box;
  /* Important pour que le padding ne fasse pas grandir la div */
  width: 100%;
  /* S'assure qu'il ne dépasse pas du parent */
}
#module_soutien_home .field-label {
  color: #E40046;
  font-weight: 800;
  font-size: 0.9rem;
  white-space: nowrap;
  /* Indispensable pour garder le texte sur une ligne */
  margin-right: 15px;
}
#module_soutien_home .field-input {
  flex: 1;
  /* Prend tout l'espace entre le label et l'euro */
  min-width: 0;
  /* Permet à l'input de rétrécir si le conteneur est petit */
  background: transparent;
  border: none;
  border-bottom: 1px solid #E40046;
  /* La ligne de saisie que l'on voit sur votre capture */
  text-align: right;
  color: #E40046;
  font-weight: 700;
  padding: 0 5px;
  font-size: 1.1rem;
  margin-right: 5px;
}
#module_soutien_home .field-input:focus {
  outline: none;
}
#module_soutien_home .field-currency {
  color: #E40046;
  font-weight: 800;
  font-size: 1.2rem;
}
#module_soutien_home .tax-info {
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 30px;
}
#module_soutien_home .btn-submit {
  width: 100%;
  background-color: #E40046;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s;
}
#module_soutien_home .btn-submit:hover {
  background-color: #a82a3f;
}
#module_soutien_home .icon-heart {
  margin-right: 8px;
}
.module_find_on_map {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background: #ffffff;
}
.module_find_on_map .container {
  max-width: 960px;
  width: 90%;
}
.module_find_on_map .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.module_find_on_map .header_module h2 {
  color: #02216E;
  margin-bottom: 30px;
}
.module_find_on_map .header_module p {
  text-align: left;
}
.module_find_on_map .content_module {
  display: inline-block;
  width: 100%;
}
.module_find_on_map .content_module h3 {
  color: #02216E;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.module_find_on_map .content_module .row {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.module_find_on_map .content_module .row .col-map {
  flex: 0 0 auto;
  flex-basis: 557px;
  max-width: 557px;
}
@media screen and (max-width: 992px) {
  .module_find_on_map .content_module .row .col-map {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .module_find_on_map .content_module .row .col-map .head_col {
    text-align: center;
  }
}
.module_find_on_map .content_module .row .col-map .content_map {
  width: 100%;
  height: auto;
}
.module_find_on_map .content_module .row .col-map .content_map img {
  width: 100%;
  height: auto;
}
.module_find_on_map .content_module .row .col-map h4 {
  color: #02216E;
  font-weight: bold;
  font-size: 1.25rem;
}
.module_find_on_map .content_module .row .col-list {
  flex: 0 0 auto;
  flex-basis: 320px;
  max-width: 320px;
}
@media screen and (max-width: 992px) {
  .module_find_on_map .content_module .row .col-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .module_find_on_map .content_module .row .col-list .head_col {
    text-align: center;
  }
}
.module_find_on_map .content_module .row .col-list ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
}
.module_find_on_map .content_module .row .col-list ul li {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.module_find_on_map .content_module .row .col-list ul li a {
  display: inline-block;
  width: 100%;
  background: #FCF2EB;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  padding: 16px 16px 16px 70px;
  text-decoration: none;
}
.module_find_on_map .content_module .row .col-list ul li a:before {
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  background-image: url(../../medias/map/marker.svg);
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.module_find_on_map .content_module .row .col-list ul li a h4 {
  color: #02216E;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.module_find_on_map .content_module .row .col-list ul li a p {
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
}
.module_soutien {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 992px) {
  .module_soutien {
    background: #0031A7;
    padding: 3rem 0;
  }
}
.module_soutien .content_section {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 3rem 0;
}
@media screen and (max-width: 992px) {
  .module_soutien .content_section {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .module_soutien .content_section {
    max-width: 90%;
  }
}
.module_soutien .container {
  max-width: 1140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .module_soutien .container {
    max-width: 100% !important;
    padding: 0;
  }
}
.module_soutien .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .module_soutien .illustration {
    position: relative;
    height: 250px;
    left: auto;
    top: auto;
    float: left;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
  }
}
.module_soutien .donation-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.module_soutien .donation-card {
  background: white;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .module_soutien .donation-card {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 100%;
  }
}
.module_soutien .donation-title {
  color: #02216E;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 2rem;
}
.module_soutien .custom-switch-container {
  display: inline-flex;
  position: relative;
  background-color: #fdf5ef;
  border-radius: 50px;
  padding: 4px;
  width: 100%;
  height: 48px;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-bottom: 25px;
}
.module_soutien .custom-switch-container input[type="radio"] {
  display: none;
}
.module_soutien .custom-switch-container label {
  flex: 1;
  text-align: center;
  z-index: 2;
  font-weight: 700;
  font-size: 0.875rem;
  color: #000000;
  cursor: pointer;
  transition: color 0.3s ease;
  margin: 0;
}
.module_soutien .custom-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background-color: #E40046;
  border-radius: 40px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.module_soutien .custom-switch-container input:checked + label {
  color: #ffffff;
}
.module_soutien .custom-switch-container input[value="regulier"]:checked ~ .custom-slider {
  transform: translateX(100%);
}
.module_soutien .amounts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.module_soutien .btn-check {
  display: none;
}
.module_soutien .btn-amount {
  display: block;
  background-color: #fdf5ef;
  color: #000000;
  padding: 12px 0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s;
}
.module_soutien .btn-check:checked + .btn-amount {
  background-color: #E40046;
  color: white;
}
.module_soutien .custom-amount-field {
  display: flex;
  align-items: center;
  background-color: #fdf5ef;
  border-radius: 50px;
  padding: 10px 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
}
.module_soutien .field-label {
  color: #000000;
  font-weight: 800;
  font-size: 0.9rem;
  white-space: nowrap;
  margin-right: 15px;
}
.module_soutien .field-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #E40046;
  text-align: right;
  color: #E40046;
  font-weight: 700;
  padding: 0 5px;
  font-size: 1.1rem;
  margin-right: 5px;
}
.module_soutien .field-input:focus {
  outline: none;
}
.module_soutien .field-currency {
  color: #E40046;
  font-weight: 800;
  font-size: 1.2rem;
}
.module_soutien .tax-info {
  font-size: 0.9rem;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 30px;
}
.module_soutien .btn-submit {
  width: 100%;
  background-color: #E40046;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.module_soutien .btn-submit:hover {
  background-color: #a82a3f;
}
.module_soutien .icon-heart {
  margin-right: 8px;
}
.module_list_events {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background: #ffffff;
}
.module_list_events.home .header_module h2 {
  color: #02216E;
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  .module_list_events.home .header_module h2 {
    font-size: 2rem;
  }
}
.module_list_events .container {
  max-width: 804px;
  width: 90%;
}
.module_list_events .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_list_events .header_module h2 {
  color: #02216E;
  margin-bottom: 30px;
}
.module_list_events .content_module {
  display: inline-block;
  width: 100%;
}
.module_list_events .content_module .item {
  padding: 50px 0;
  border-bottom: 1px solid #DFDFDF;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .module_list_events .content_module .item {
    padding: 20px 0;
  }
}
.module_list_events .content_module .item:last-child {
  border: none;
}
.module_list_events .content_module .row {
  display: flex;
  gap: 40px;
  margin-bottom: 2rem;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .module_list_events .content_module .row {
    gap: 20px;
  }
}
.module_list_events .content_module .row .col-img {
  flex: 0 0 auto;
  -ms-flex-preferred-size: 237px;
  flex-basis: 237px;
  max-width: 237px;
}
@media screen and (max-width: 992px) {
  .module_list_events .content_module .row .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.module_list_events .content_module .row .col-text {
  flex: 1;
  min-width: 0;
}
.module_list_events .content_module .illustration {
  width: 237px;
  height: 237px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .module_list_events .content_module .illustration {
    width: 157px;
    height: 157px;
  }
}
.module_list_events .content_module .text .date_lieu {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-variation-settings: "wdth" 75;
  /* Version serrée */
  font-weight: bold;
}
.module_list_events .content_module .text .date_lieu span {
  font-weight: 100;
}
.module_list_events .content_module .text h3 {
  font-weight: bold;
  color: #02216E;
}
.module_list_events .content_module .text p {
  font-size: 1rem;
  color: #000000;
}
.module_list_events .btn.icon-right-btn-dark-blue {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.module_list_events .btn.icon-right-btn-dark-blue i.picto {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.module_list_events .btn.icon-right-btn-dark-blue:hover i.picto {
  transform: translateX(5px);
}
