@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  src: url('../fonts/ITCAvantGardeStd-Demi.eot');
  src: url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std';
  src: url('../fonts/ITCAvantGardeStd-Bold.eot');
  src: url('../fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.eot');
  src: url('../fonts/Karla-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Karla-Regular.woff2') format('woff2'), url('../fonts/Karla-Regular.woff') format('woff'), url('../fonts/Karla-Regular.ttf') format('truetype'), url('../fonts/Karla-Regular.svg#Karla-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Italic.eot');
  src: url('../fonts/Karla-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Karla-Italic.woff2') format('woff2'), url('../fonts/Karla-Italic.woff') format('woff'), url('../fonts/Karla-Italic.ttf') format('truetype'), url('../fonts/Karla-Italic.svg#Karla-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'League Gothic';
  src: url('../fonts/LeagueGothic-Italic.eot');
  src: url('../fonts/LeagueGothic-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/LeagueGothic-Italic.woff2') format('woff2'), url('../fonts/LeagueGothic-Italic.woff') format('woff'), url('../fonts/LeagueGothic-Italic.ttf') format('truetype'), url('../fonts/LeagueGothic-Italic.svg#LeagueGothic-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'League Gothic';
  src: url('../fonts/LeagueGothic-CondensedItalic.eot');
  src: url('../fonts/LeagueGothic-CondensedItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/LeagueGothic-CondensedItalic.woff2') format('woff2'), url('../fonts/LeagueGothic-CondensedItalic.woff') format('woff'), url('../fonts/LeagueGothic-CondensedItalic.ttf') format('truetype'), url('../fonts/LeagueGothic-CondensedItalic.svg#LeagueGothic-CondensedItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'League Gothic';
  src: url('../fonts/LeagueGothic-Condensed.eot');
  src: url('../fonts/LeagueGothic-Condensed.eot?#iefix') format('embedded-opentype'), url('../fonts/LeagueGothic-Condensed.woff2') format('woff2'), url('../fonts/LeagueGothic-Condensed.woff') format('woff'), url('../fonts/LeagueGothic-Condensed.ttf') format('truetype'), url('../fonts/LeagueGothic-Condensed.svg#LeagueGothic-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'League Gothic';
  src: url('../fonts/LeagueGothic-Regular.eot');
  src: url('../fonts/LeagueGothic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LeagueGothic-Regular.woff2') format('woff2'), url('../fonts/LeagueGothic-Regular.woff') format('woff'), url('../fonts/LeagueGothic-Regular.ttf') format('truetype'), url('../fonts/LeagueGothic-Regular.svg#LeagueGothic-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
  overflow: auto;
}
body header {
  position: relative;
}
body header .menu-mobile .menu-toggler {
  color: #fff;
  padding: .2rem .8rem;
  text-align: center;
  top: 15px;
  width: 40px;
  left: 15px;
  position: absolute;
}
body header .menu-mobile .menu-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #151f5b;
  top: 0;
  left: -140%;
  z-index: 200;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper .bt-close {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3rem;
  color: #fff;
}
body header .menu-mobile .menu-wrapper .bt-close i {
  font-size: 1.5rem;
}
body header .menu-mobile .menu-wrapper.active {
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 8rem;
}
body header .menu-mobile .menu-wrapper ul li {
  margin: 0;
  display: block;
  margin-bottom: 2rem;
}
body header .menu-mobile .menu-wrapper ul li:last-child {
  margin-bottom: 0;
}
body header .menu-mobile .menu-wrapper ul li:last-child a::before {
  display: none;
}
body header .menu-mobile .menu-wrapper ul li a {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: .9rem;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
}
body header .menu-mobile .menu-wrapper ul li a::before {
  content: "";
  position: absolute;
  background-color: #aa9a21;
  height: 4px;
  width: 0;
  left: 0;
  bottom: -25px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body header .menu-mobile .menu-wrapper ul li a::before {
    bottom: -15px;
  }
}
body header .menu-mobile .menu-wrapper ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #aa9a21;
}
body header .menu-mobile .menu-wrapper ul li a:hover::before {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper .reseaux-socios {
  padding: 0;
  margin-top: 2rem;
}
body header .menu-mobile .menu-wrapper .reseaux-socios .instagram svg,
body header .menu-mobile .menu-wrapper .reseaux-socios .facebook svg {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper .reseaux-socios .instagram svg:hover,
body header .menu-mobile .menu-wrapper .reseaux-socios .facebook svg:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #aa9a21;
}
body header .menu-mobile .menu-wrapper .reseaux-socios .facebook {
  font-size: .85rem;
  margin-left: 1rem;
}
body header::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: -20px;
  background: #000000;
  background: -webkit-linear-gradient(#000000 0%,#151f5b 90%);
  background: -o-linear-gradient(#000000 0%,#151f5b 90%);
  background: linear-gradient(#000000 0%,#151f5b 90%);
  opacity: .2;
}
body header .container-fluid {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .container-fluid {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .container-fluid {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (max-width: 767.98px) {
  body header .container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
body header .container-fluid #wrapper-header {
  padding: 1rem 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .container-fluid #wrapper-header .logo {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .logo {
    margin-bottom: 1rem;
  }
}
body header .container-fluid #wrapper-header .logo img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .container-fluid #wrapper-header .logo img {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .logo img {
    max-width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .nav {
    padding-left: 15px;
  }
}
body header .container-fluid #wrapper-header .nav .main-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
body header .container-fluid #wrapper-header .nav .main-menu ul li {
  display: inline-block;
  margin: 0 1.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .container-fluid #wrapper-header .nav .main-menu ul li {
    margin: 0 1rem;
  }
}
body header .container-fluid #wrapper-header .nav .main-menu ul li::before {
  content: "";
  position: absolute;
  background-color: #aa9a21;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  right: -28px;
  top: 11px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .container-fluid #wrapper-header .nav .main-menu ul li::before {
    right: -20px;
    top: 12px;
    height: 5px;
    width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .nav .main-menu ul li::before {
    right: -20px;
    top: 12px;
    height: 4px;
    width: 4px;
  }
}
body header .container-fluid #wrapper-header .nav .main-menu ul li:last-child::before {
  display: none;
}
body header .container-fluid #wrapper-header .nav .main-menu ul li a {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: .85rem;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .container-fluid #wrapper-header .nav .main-menu ul li a {
    font-size: .75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .nav .main-menu ul li a {
    font-size: .8rem;
    letter-spacing: 0;
  }
}
body header .container-fluid #wrapper-header .nav .main-menu ul li a::before {
  content: "";
  position: absolute;
  background-color: #aa9a21;
  height: 4px;
  width: 0;
  left: 0;
  bottom: -25px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .container-fluid #wrapper-header .nav .main-menu ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #aa9a21;
}
body header .container-fluid #wrapper-header .nav .main-menu ul li a:hover::before {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .container-fluid #wrapper-header .nav .reseaux-socios {
  padding: 0;
  margin-left: 1rem !important;
}
body header .container-fluid #wrapper-header .nav .reseaux-socios .instagram svg,
body header .container-fluid #wrapper-header .nav .reseaux-socios .facebook svg {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .container-fluid #wrapper-header .nav .reseaux-socios .instagram svg:hover,
body header .container-fluid #wrapper-header .nav .reseaux-socios .facebook svg:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #aa9a21;
}
body header .container-fluid #wrapper-header .nav .reseaux-socios .facebook {
  font-size: .85rem;
  margin-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .container-fluid #wrapper-header .nav .reseaux-socios .facebook {
    font-size: .75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .container-fluid #wrapper-header .nav .reseaux-socios .facebook {
    font-size: .75rem;
  }
}
body,
html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
body {
  font-weight: 300;
  background-color: #151f5b;
}
body.page-id-6 #bloc-entete {
  margin: 10rem 0 15rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bloc-entete {
    margin: 8rem 0 10rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bloc-entete {
    margin: 7rem 0 9rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bloc-entete {
    margin: 2rem 0 4rem 0;
  }
}
body.page-id-6 #bloc-entete::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 135px;
  height: 145px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-yellow-left-home.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #bloc-entete::before {
    left: -60px;
    bottom: 0;
    width: 105px;
    height: 95px;
  }
}
body.page-id-6 #bloc-entete::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-yellow-home.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #bloc-entete::after {
    display: none;
  }
}
body.page-id-6 #bloc-entete #wrapper-entete {
  width: 795px;
  height: 455px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/une_onepage_illu.svg');
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete {
    width: 635px;
    height: 335px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete {
    width: 600px;
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete {
    background-image: url('../img/une_onepage_illu-mobile.svg');
    width: 300px;
    height: 330px;
  }
}
body.page-id-6 #bloc-entete #wrapper-entete .slide-anchor {
  width: 180px;
  height: 130px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -145px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete .slide-anchor {
    width: 120px;
    height: 90px;
    right: 15px;
    bottom: -100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete .slide-anchor {
    width: 130px;
    height: 100px;
    right: 6px;
    bottom: -100px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bloc-entete #wrapper-entete .slide-anchor {
    right: 0;
    bottom: -95px;
    width: 130px;
    height: 100px;
  }
}
body.page-id-6 #bloc-entete #wrapper-entete .slide-anchor img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: mover .9s infinite alternate ease-in-out;
  -moz-animation: mover .9s infinite alternate ease-in-out;
  -o-animation: mover .9s infinite alternate ease-in-out;
  animation: mover .9s infinite alternate ease-in-out;
}
body.page-id-6 #qui-sommes-nous {
  margin: 20rem 0 10rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #qui-sommes-nous {
    margin: 14rem 0 10rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #qui-sommes-nous {
    margin: 14rem 0 9rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous {
    margin: 12rem 0 8rem 0;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner {
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner {
    padding: 0;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner::before {
  content: "";
  position: absolute;
  right: 230px;
  top: -85px;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-simple.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner::before {
    display: none;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -45px;
  width: 80px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/wave-yellow.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 60px;
    height: 30px;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .titre h2 {
    text-align: center;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .sous-titre {
  margin-bottom: 1rem;
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .sous-titre h3 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #fef3f4;
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .sous-titre h3 {
    text-align: center;
  }
}
body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .texte p {
  color: #fef3f4;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .95rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .texte p {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .texte p {
    font-size: .9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #qui-sommes-nous .presentation-entreprise .inner .texte p {
    font-size: .85rem;
  }
}
body.page-id-6 #qui-sommes-nous .image {
  width: 100%;
  height: 450px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #qui-sommes-nous .image {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .image {
    order: -1;
    height: 330px;
    margin-bottom: 4rem;
  }
}
body.page-id-6 #qui-sommes-nous .image::before {
  content: "";
  position: absolute;
  right: 0;
  top: -100px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-pink-blue-home.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .image::before {
    bottom: -70px;
    top: inherit;
    width: 45px;
    height: 45px;
  }
}
body.page-id-6 #qui-sommes-nous .image .visuel {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/illu-prez.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #qui-sommes-nous .image .visuel {
    margin-left: auto !important;
  }
}
body.page-id-6 #nos-livres {
  background-color: #fef3f4;
  padding: 12rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #nos-livres {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres {
    padding: 4rem 0;
  }
}
body.page-id-6 #nos-livres::before {
  content: "";
  position: absolute;
  left: 430px;
  top: 0;
  z-index: 2;
  width: 215px;
  height: 305px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/bird-look-bottom.svg');
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-6 #nos-livres::before {
    left: 150px;
    width: 200px;
    height: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #nos-livres::before {
    left: 100px;
    width: 165px;
    height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres::before {
    right: 85px;
    left: inherit;
    width: 141px;
    height: 200px;
    transform: scaleX(-1);
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres::before {
    left: 25px;
    width: 120px;
    height: 170px;
  }
}
body.page-id-6 #nos-livres::after {
  content: "";
  position: absolute;
  left: 250px;
  bottom: 135px;
  z-index: 1;
  width: 65px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/wave-yellow.svg');
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-6 #nos-livres::after {
    left: 40px;
    width: 65px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #nos-livres::after {
    left: 70px;
    bottom: 35px;
    width: 50px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres::after {
    left: 75px;
    bottom: 125px;
    transform: rotate(240deg);
    width: 60px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres::after {
    display: none;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book {
  position: relative;
}
body.page-id-6 #nos-livres #wrapper-slider-book::before {
  content: "";
  position: absolute;
  right: -190px;
  top: -120px;
  transform: rotate(-15deg);
  z-index: 1;
  width: 85px;
  height: 85px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-yellow-blue-small.svg');
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book::before {
    right: 0;
    top: 420px;
    transform: rotate(-95deg);
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book::before {
    display: none;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book {
  position: relative;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .visuel {
  width: 100%;
  height: 370px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .visuel {
    margin-bottom: 2rem;
    margin-top: 3rem;
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .visuel {
    height: 250px;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-book {
  background-color: #253386;
  border-radius: 20px;
  padding: .6rem 1rem .3rem 1rem;
  color: #fff;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-book:hover {
  border: solid 1px #253386;
  background-color: transparent;
  color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-extrait {
  position: relative;
  margin-left: 1rem;
  background-color: #aa9a21;
  height: 40px;
  width: 40px;
  padding-top: 0.5rem;
  padding-left: 0.65rem;
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-extrait:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #aa9a21;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-extrait:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .image .btn-group .btn-extrait svg {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre {
  padding-left: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre {
    padding-left: 1rem;
    order: -1;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre {
    padding-left: 1rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .titre {
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .titre {
    padding-left: 0;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .titre h2 {
    text-align: center;
    font-size: 1.1rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .sous-titre {
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .sous-titre {
    padding-left: 0;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .sous-titre h3 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #151f5b;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .infos-livre .sous-titre h3 {
    text-align: center;
    font-size: 1.6rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-gauche {
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-gauche {
    padding: 0;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-gauche p {
  color: #253386;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .95rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-gauche p {
    text-align: justify;
    font-size: .85rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-droit {
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-droit {
    padding: 0;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-droit p {
  color: #253386;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .95rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .resumer .texte-droit p {
    text-align: justify;
    font-size: .85rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item #listes-infos-sup {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item #listes-infos-sup {
    padding-left: 15px;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item #listes-infos-sup .item-infos-sup {
  color: #aa9a21;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item #listes-infos-sup .item-infos-sup {
    text-align: justify;
    font-size: .85rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item #listes-infos-sup .item-infos-sup::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 12px;
  background-color: #aa9a21;
  height: 1px;
  width: 10px;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-book {
  background-color: #253386;
  border-radius: 20px;
  padding: .5rem 1rem;
  color: #fff;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-book:hover {
  border: solid 1px #253386;
  background-color: transparent;
  color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile {
  position: relative;
  border-radius: 20px;
  background-color: #aa9a21;
  padding: .5rem 1rem;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 80%;
  margin: 0 auto 1rem auto;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile span {
  color: #fff;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile:hover span {
  color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-stage-outer .owl-stage .owl-item .livre-item .btn-group .btn-extrait-mobile svg {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .3rem;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -6rem;
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots {
    bottom: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots {
    bottom: -3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots {
    bottom: -2rem;
  }
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background-color: #253386;
  opacity: .2;
  border-radius: 50%;
  margin: 0 .3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: none;
  cursor: pointer;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots .owl-dot:hover {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #nos-livres #wrapper-slider-book #slider-book .owl-dots .owl-dot.active {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus {
  padding: 10rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bonus {
    padding: 8rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus {
    padding: 5rem 0;
  }
}
body.page-id-6 #bonus::before {
  content: "";
  position: absolute;
  left: 250px;
  top: 100px;
  width: 70px;
  height: 70px;
  transform: rotate(235deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-pink-blue-home.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus::before {
    left: 75px;
    top: 60px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bonus::before {
    left: 150px;
    top: 50px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus::before {
    right: 25px;
    left: inherit;
    top: 50px;
    width: 50px;
    height: 50px;
  }
}
body.page-id-6 #bonus::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 50px;
  width: 135px;
  height: 145px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-yellow-left-home.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus::after {
    right: -60px;
    bottom: 50px;
    width: 100px;
    height: 115px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus::after {
    display: none;
  }
}
body.page-id-6 #bonus #wrapper-bonus {
  position: relative;
}
body.page-id-6 #bonus #wrapper-bonus::before {
  content: "";
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  bottom: -65px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-simple.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus::before {
    display: none;
  }
}
body.page-id-6 #bonus #wrapper-bonus::after {
  content: "";
  position: absolute;
  right: 100px;
  transform: scaleX(-1);
  top: 85px;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-double.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus::after {
    display: none;
  }
}
body.page-id-6 #bonus #wrapper-bonus .wrapper-titre .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus .wrapper-titre .titre h2 {
    font-size: 1.1rem;
  }
}
body.page-id-6 #bonus #wrapper-bonus .wrapper-titre .sous-titre h3 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #fef3f4;
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus .wrapper-titre .sous-titre h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus {
    margin-rop: 2rem;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus {
  padding: 0 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus:last-child {
    margin-bottom: 0;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
  width: 100%;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 190px;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .titre {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .titre h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .titre h2 {
    font-size: 1.4rem;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .titre::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  background-color: #aa9a21;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif {
  margin-top: 1rem;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: #fef3f4;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
    font-size: .85rem;
  }
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download {
  margin-top: 1rem;
  background-color: #aa9a21;
  height: 40px;
  width: 40px;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download svg {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile {
  position: relative;
  border-radius: 20px;
  background-color: #aa9a21;
  padding: .5rem 1rem;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
  width: 70%;
  margin: 1rem auto auto auto;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile span {
  color: #fff;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover span {
  color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile svg {
  color: #fff;
  font-size: .85rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .3rem;
}
body.page-id-6 #blog {
  padding: 8rem 0;
  background-color: #fef3f4;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #blog {
    padding: 7rem 0 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog {
    padding: 4rem 0;
  }
}
body.page-id-6 #blog::before {
  content: "";
  position: absolute;
  left: 280px;
  top: 65px;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-actu.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #blog::before {
    left: 150px;
    top: 65px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #blog::before {
    left: 190px;
    top: 35px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog::before {
    display: none;
  }
}
body.page-id-6 #blog::after {
  content: "";
  position: absolute;
  right: 280px;
  bottom: 120px;
  width: 65px;
  height: 60px;
  transform: rotate(165deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/wave-yellow.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #blog::after {
    right: 150px;
    bottom: 80px;
    width: 55px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #blog::after {
    right: 150px;
    bottom: 70px;
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog::after {
    right: 25px;
    bottom: 30px;
    width: 45px;
    height: 45px;
  }
}
body.page-id-6 #blog .wrapper-actus {
  position: relative;
}
body.page-id-6 #blog .wrapper-actus::before {
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(-175deg) scaleX(-1);
  bottom: 95px;
  width: 40px;
  z-index: 1;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-simple.svg');
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus::before {
    left: 50%;
    transform: rotate(0) scaleX(1) translateX(-50%);
    bottom: inherit;
    top: -45px;
    height: 30px;
    width: 30px;
  }
}
body.page-id-6 #blog .wrapper-actus .wrapper-titre {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .wrapper-titre {
    margin-bottom: 2rem;
  }
}
body.page-id-6 #blog .wrapper-actus .wrapper-titre .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .wrapper-titre .titre h2 {
    font-size: 1.1rem;
  }
}
body.page-id-6 #blog .wrapper-actus .wrapper-titre .sous-titre h3 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #151f5b;
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .wrapper-titre .sous-titre h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus:last-child {
    margin-bottom: 0;
  }
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus {
  min-height: 380px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 4s ease-in-out !important;
  -webkit-transition: all 4s ease-in-out !important;
  -moz-transition: all 4s ease-in-out !important;
  -o-transition: all 4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus {
    min-height: 335px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus {
    min-height: 360px;
  }
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus {
  width: 100%;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus {
    height: 190px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus {
    min-height: 200px;
  }
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus .btn-more {
  background-color: rgba(21,31,91,0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus .btn-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #aa9a21;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus .btn-more:hover::before {
  background-color: #fef3f4;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .photo-actus .btn-more svg {
  position: relative;
  z-index: 1;
  color: #151f5b;
  font-size: 1rem;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .categorie {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: .8rem;
  letter-spacing: 3px;
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .categorie {
    text-align: center;
  }
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  color: #151f5b;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus h2 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus h2 {
    font-size: 1rem;
    text-align: center;
  }
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .circle-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  opacity: 0;
  width: 80%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus .inner-actus .circle-hover .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fef3f4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus:hover .photo-actus .btn-more {
  background-color: rgba(21,31,91,0.8);
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #blog .wrapper-actus .liste-actus .ctn-actus:hover .circle-hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
  bottom: -11px;
}
body.page-id-6 #blog .wrapper-actus .btn-see-news {
  background-color: #253386;
  border-radius: 20px;
  padding: .6rem 1.5rem .6rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5rem;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #blog .wrapper-actus .btn-see-news {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #blog .wrapper-actus .btn-see-news {
    margin-top: 3rem;
  }
}
body.page-id-6 #blog .wrapper-actus .btn-see-news:hover {
  border: solid 1px #253386;
  background-color: transparent;
  color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #histoire {
  padding: 6rem 0 14rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire {
    padding: 4rem 0 11rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire {
    padding: 4rem 0 10rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire {
    padding: 4rem 0 14rem 0;
  }
}
body.page-id-6 #histoire::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 715px;
  height: 426px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/deco-bottom-histoire.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire::before {
    width: 455px;
    height: 271px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire::before {
    width: 421px;
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire::before {
    width: 320px;
    height: 191px;
  }
}
body.page-id-6 #histoire #wrapper-histoire .inner .titre {
  margin-bottom: 13rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .titre {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .titre {
    margin-bottom: 9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .titre {
    margin-bottom: 9rem;
  }
}
body.page-id-6 #histoire #wrapper-histoire .inner .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire {
  position: relative;
  padding: 0 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire {
    padding: 0 1rem;
  }
}
body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire::before {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -170px;
  transform: translateX(-50%);
  width: 850px;
  height: 940px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/deco-texte-histoire.svg);
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire::before {
    left: 39%;
    bottom: -185px;
    width: 740px;
    height: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire::before {
    bottom: -195px;
    width: 665px;
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire::before {
    bottom: -100px;
    width: 500px;
    height: 600px;
    background-image: url(../img/deco-texte-histoire-mobile.svg);
  }
}
body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire p {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8;
  color: #151f5b;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire p {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire #wrapper-histoire .inner .texte-histoire p {
    font-size: .85rem;
  }
}
body.page-id-6 #histoire .texte-oiseau {
  position: relative;
  padding-left: 14vw;
  margin-top: 15rem;
}
@media (min-width: 1920px) and (max-width: 2199.98px) {
  body.page-id-6 #histoire .texte-oiseau {
    padding-left: 12vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire .texte-oiseau {
    padding-left: 24vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire .texte-oiseau {
    padding-left: 25vw;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #histoire .texte-oiseau {
    display: none;
  }
}
body.page-id-6 #histoire .texte-oiseau::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -90px;
  width: 245px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/deco-oiseau-histoire.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #histoire .texte-oiseau::before {
    left: 40px;
    top: -80px;
    width: 195px;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #histoire .texte-oiseau::before {
    left: 0;
    top: -80px;
    width: 180px;
    height: 260px;
  }
}
body.page-id-6 #histoire .texte-oiseau p {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .85rem;
  color: #fef3f4;
  margin-bottom: 0;
}
body.blog header::before {
  height: 10px;
  bottom: -10px;
  background: #000000;
  background: -webkit-linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
}
body.blog #main-actus {
  background-color: #fef3f4;
  position: relative;
}
body.blog #main-actus::before {
  content: "";
  position: absolute;
  left: 160px;
  bottom: -20px;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-actu.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #main-actus::before {
    left: 50px;
    bottom: 10px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus::before {
    bottom: -30px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus::before {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }
}
body.blog #main-actus #wrapper-main-actus {
  padding: 5rem 0 12rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus #wrapper-main-actus {
    padding: 5rem 0 7rem 0;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus {
    padding: 0 0 5rem 0;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus {
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus {
  height: 500px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus {
    padding: 0;
    height: 230px;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus::before {
  content: "";
  position: absolute;
  background-color: rgba(21,31,91,0);
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus .btn-more {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  padding: .7rem 1.2rem;
  letter-spacing: 2px;
  color: #fff;
  background-color: #aa9a21;
  border-radius: 25px;
  display: inline-block;
  font-size: .8rem;
  text-transform: uppercase;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 130%;
  transform: translate(-50%,-50%);
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .photo-actus .btn-more:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  background-color: #fef3f4;
  color: #151f5b;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
  background-color: #fff;
  padding: 4rem;
  position: absolute;
  right: 0;
  bottom: -90px;
}
@media (min-width: 1440px) and (max-width: 1649.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
    padding: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
    padding: 1.5rem;
    bottom: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
    padding: 1.5rem 1rem;
    bottom: -70px;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner {
    padding: 2rem 1.5rem 3rem 1.5rem;
    position: relative;
    right: inherit;
    bottom: inherit;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    margin: 0 auto;
    transform: translateY(-20px);
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .categorie {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .categorie {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .categorie {
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  color: #151f5b;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .date {
  color: #151f5b;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .85rem;
  opacity: .3;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .date {
    font-size: .8rem;
    text-align: center;
    padding-left: 0;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #151f5b;
  height: 1px;
  width: 10px;
  opacity: .3;
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .date::before {
    left: 50%;
    top: -10px;
    height: 1px;
    width: 10px;
    transform: translateX(-50%);
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .content {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  color: #151f5b;
  font-size: .9rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .content {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .content {
    font-size: .8rem;
    text-align: justify;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .circle-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -53px;
  opacity: 0;
  width: 80%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .circle-hover {
    bottom: -24px;
    opacity: 1;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .circle-hover {
    width: 90%;
  }
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus .inner .circle-hover .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fef3f4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus:hover .photo-actus::before {
  background-color: rgba(21,31,91,0.8);
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus:hover .photo-actus .btn-more {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  top: 50%;
}
body.blog #main-actus #wrapper-main-actus .container-fluid .bloc-main-actus:hover .inner .circle-hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
  bottom: -23px;
}
body.blog #list-actus {
  background-color: #fef3f4;
  padding: 3rem 8rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus {
    padding: 2rem 1rem 3rem 1rem;
  }
}
body.blog #list-actus .wrapper-top-actus {
  margin-bottom: 2rem;
}
body.blog #list-actus .wrapper-top-actus .titre-blog h3 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus .wrapper-top-actus .titre-blog h3 {
    font-size: 1rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus .wrapper-top-actus .titre-blog h3 {
    font-size: .95rem;
  }
}
body.blog #list-actus .wrapper-top-actus .texte {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #151f5b;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus .wrapper-top-actus .texte {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus .wrapper-top-actus .texte {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus .wrapper-top-actus .texte {
    font-size: 1.5rem;
    text-align: center;
  }
}
body.blog #list-actus .wrapper-top-actus .filters {
  margin-top: 1.5rem;
}
body.blog #list-actus .wrapper-top-actus .filters .ui-group {
  width: 230px;
}
@media (max-width: 767.98px) {
  body.blog #list-actus .wrapper-top-actus .filters .ui-group {
    width: 100%;
  }
}
body.blog #list-actus .wrapper-top-actus .filters .ui-group #filter-select,
body.blog #list-actus .wrapper-top-actus .filters .ui-group .filter-select {
  padding: 0.7rem 1rem;
  border: none;
  outline: none;
  font-size: .95rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  color: rgba(21,31,91,0.5);
  width: 100%;
}
body.blog #list-actus .wrapper-top-actus .filters .separator {
  color: #151f5b;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 2px;
  opacity: .5;
  margin: 0 1rem;
}
@media (max-width: 767.98px) {
  body.blog #list-actus .wrapper-top-actus .filters .separator {
    margin: 1rem 0;
  }
}
body.blog #list-actus #wrapper-list-actus {
  margin-top: 5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus {
    margin-top: 0;
  }
}
body.blog #list-actus #wrapper-list-actus::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 50%;
  width: 65px;
  height: 60px;
  transform: translateY(-50%) rotate(245deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/wave-yellow.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus::before {
    left: -45px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus::before {
    left: -35px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus::before {
    display: none;
  }
}
body.blog #list-actus #wrapper-list-actus::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-blue.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus::after {
    right: -5px;
    bottom: 25px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus::after {
    right: 0px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus::after {
    display: none;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus:last-child {
    margin-bottom: 0;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus {
  min-height: 440px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 4s ease-in-out !important;
  -webkit-transition: all 4s ease-in-out !important;
  -moz-transition: all 4s ease-in-out !important;
  -o-transition: all 4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus {
    min-height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus {
    min-height: 330px;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus {
    min-height: 350px;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
  width: 100%;
  height: 290px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
    height: 230px;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more {
  background-color: rgba(21,31,91,0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #aa9a21;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more:hover::before {
  background-color: #fef3f4;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more svg {
  position: relative;
  z-index: 1;
  color: #151f5b;
  font-size: 1rem;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .categorie {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: .8rem;
  letter-spacing: 3px;
  padding: 0 1.3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .categorie {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .categorie {
    padding: 0 1rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  color: #151f5b;
  padding: 1.3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus h2 {
    font-size: .9rem;
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus h2 {
    padding: 1rem;
    text-align: center;
    font-size: .9rem;
  }
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .circle-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  opacity: 0;
  width: 80%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus .inner-actus .circle-hover .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fef3f4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus:hover .photo-actus .btn-more {
  background-color: rgba(21,31,91,0.8);
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #list-actus #wrapper-list-actus .ctn-actus:hover .circle-hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
  bottom: -13px;
}
body.blog #bonus {
  padding: 10rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #bonus {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #bonus {
    padding: 8rem 0;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus {
    padding: 5rem 0;
  }
}
body.blog #bonus::before {
  content: "";
  position: absolute;
  left: 250px;
  top: 100px;
  width: 70px;
  height: 70px;
  transform: rotate(235deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-pink-blue-home.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #bonus::before {
    left: 75px;
    top: 60px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #bonus::before {
    left: 150px;
    top: 50px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus::before {
    right: 25px;
    left: inherit;
    top: 50px;
    width: 50px;
    height: 50px;
  }
}
body.blog #bonus::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 50px;
  width: 135px;
  height: 145px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-yellow-left-home.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #bonus::after {
    right: -60px;
    bottom: 50px;
    width: 100px;
    height: 115px;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus::after {
    display: none;
  }
}
body.blog #bonus #wrapper-bonus {
  position: relative;
}
body.blog #bonus #wrapper-bonus::before {
  content: "";
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  bottom: -65px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-simple.svg');
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus::before {
    display: none;
  }
}
body.blog #bonus #wrapper-bonus::after {
  content: "";
  position: absolute;
  right: 100px;
  transform: scaleX(-1);
  top: 85px;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-double.svg');
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus::after {
    display: none;
  }
}
body.blog #bonus #wrapper-bonus .wrapper-titre .titre h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus .wrapper-titre .titre h2 {
    font-size: 1.1rem;
  }
}
body.blog #bonus #wrapper-bonus .wrapper-titre .sous-titre h3 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
  color: #fef3f4;
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus .wrapper-titre .sous-titre h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus {
    margin-rop: 2rem;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus {
  padding: 0 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus:last-child {
    margin-bottom: 0;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
  width: 100%;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .visuel {
    height: 190px;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .titre {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .titre h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .titre h2 {
    font-size: 1.4rem;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .titre::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  background-color: #aa9a21;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif {
  margin-top: 1rem;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: #fef3f4;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .texte-descriptif p {
    font-size: .85rem;
  }
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download {
  margin-top: 1rem;
  background-color: #aa9a21;
  height: 40px;
  width: 40px;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download svg {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile {
  position: relative;
  border-radius: 20px;
  background-color: #aa9a21;
  padding: .5rem 1rem;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
  width: 70%;
  margin: 1rem auto auto auto;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile span {
  color: #fff;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover {
  border: solid 1px #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover span {
  color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile:hover svg {
  color: #aa9a21;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #bonus #wrapper-bonus #les-bonus .item-bonus .btn-download-mobile svg {
  color: #fff;
  font-size: .85rem;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .3rem;
}
body.single {
  background-color: #fef3f4;
}
body.single header {
  background-color: #151f5b;
}
body.single header::before {
  height: 10px;
  bottom: -10px;
  background: #000000;
  background: -webkit-linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(#000000 0%,rgba(0,0,0,0) 100%);
}
body.single #bandeau-top {
  position: relative;
  padding: 5rem 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #bandeau-top {
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  body.single #bandeau-top {
    padding: 0;
  }
}
body.single #bandeau-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #fff;
  z-index: -1;
}
body.single #bandeau-top .container-fluid {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.single #bandeau-top .container-fluid {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single #bandeau-top .container-fluid {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single #bandeau-top .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 767.98px) {
  body.single #bandeau-top .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.single #bandeau-top .container-fluid .ctn-bandeau {
  height: 550px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau {
    height: 280px;
  }
}
body.single #bandeau-top .container-fluid .ctn-bandeau::before {
  content: "";
  position: absolute;
  left: 115px;
  bottom: -185px;
  transform: rotate(55deg);
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-actu.svg');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau::before {
    left: 10px;
    bottom: -70px;
    width: 55px;
    height: 55px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau::before {
    left: 10px;
    bottom: -70px;
    width: 55px;
    height: 55px;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  body.single #bandeau-top .container-fluid .ctn-bandeau::before {
    display: none;
  }
}
body.single .wrapper-single .actus-content {
  background-color: #fff;
  width: 100%;
  position: relative;
}
body.single .wrapper-single .actus-content .inner-actu {
  padding: 4rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single .wrapper-single .actus-content .inner-actu {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu {
    padding: 1.5rem;
  }
}
body.single .wrapper-single .actus-content .inner-actu::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 25%;
  width: 60px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-simple.svg');
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single .wrapper-single .actus-content .inner-actu::before {
    right: -30px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu::before {
    display: none;
  }
}
body.single .wrapper-single .actus-content .inner-actu::after {
  content: "";
  position: absolute;
  left: -180px;
  transform: scaleX(-1);
  top: 45%;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/guillemet-double.svg');
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single .wrapper-single .actus-content .inner-actu::after {
    left: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu::after {
    display: none;
  }
}
body.single .wrapper-single .actus-content .inner-actu .type {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 3px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single .wrapper-single .actus-content .inner-actu .type {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .type {
    font-size: 1rem;
    text-align: center;
  }
}
body.single .wrapper-single .actus-content .inner-actu .titre-actu h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 2.8rem;
  color: #151f5b;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single .wrapper-single .actus-content .inner-actu .titre-actu h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .titre-actu h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
body.single .wrapper-single .actus-content .inner-actu .date {
  color: #151f5b;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  opacity: .3;
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .date {
    font-size: .95rem;
    text-align: center;
  }
}
body.single .wrapper-single .actus-content .inner-actu .texte {
  width: 100%;
}
body.single .wrapper-single .actus-content .inner-actu .texte p {
  color: #2d2b2c;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .9rem;
  text-align: justify;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .texte p {
    font-size: .95rem;
  }
}
body.single .wrapper-single .actus-content .inner-actu .texte img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
body.single .wrapper-single .actus-content .inner-actu .btn-fichier-news {
  background-color: #aa9a21;
  border-radius: 20px;
  padding: .6rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .btn-fichier-news {
    width: 100%;
  }
}
body.single .wrapper-single .actus-content .inner-actu .btn-fichier-news span {
  margin-left: .5rem;
}
body.single .wrapper-single .actus-content .inner-actu .btn-fichier-news svg {
  color: #fff;
}
body.single .wrapper-single .actus-content .inner-actu .btn-fichier-news:hover {
  background-color: #151f5b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .inner-actu .share-news {
    display: none;
  }
}
body.single .wrapper-single .actus-content .inner-actu .share-news .inner .titre-share h2 {
  color: #aa9a21;
  font-size: .85rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
body.single .wrapper-single .actus-content .inner-actu .share-news .inner .btn-partage .xs_social_share_widget ul li {
  margin: 0 .5rem;
}
body.single .wrapper-single .actus-content .inner-actu .share-news .inner .btn-partage .xs_social_share_widget ul li a {
  border-radius: 50%;
  background-color: #151f5b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .wrapper-single .actus-content .inner-actu .share-news .inner .btn-partage .xs_social_share_widget ul li a:hover {
  background-color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .wrapper-single .actus-content .circle-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  opacity: 1;
  width: 90%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .circle-hover {
    bottom: -16px;
  }
}
body.single .wrapper-single .actus-content .circle-hover .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fef3f4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .circle-hover .circle {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  body.single .wrapper-single .actus-content .circle-hover .circle:nth-child(9),
  body.single .wrapper-single .actus-content .circle-hover .circle:nth-child(10),
  body.single .wrapper-single .actus-content .circle-hover .circle:nth-child(11),
  body.single .wrapper-single .actus-content .circle-hover .circle:nth-child(12) {
    display: none;
  }
}
body.single .mini-menu {
  margin: 2rem 0;
}
body.single .mini-menu .item a {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  font-weight: normal;
  font-style: normal;
  font-size: .85rem;
  letter-spacing: 2px;
  color: #151f5b;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single .mini-menu .item a {
    font-size: .8rem;
    letter-spacing: 1px;
  }
}
body.single .mini-menu .item svg {
  color: #aa9a21;
  font-size: 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .mini-menu .item:hover svg {
  color: #151f5b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .mini-menu .back {
    display: none;
  }
}
body.single .mini-menu .back svg {
  color: #aa9a21;
  font-size: 1.5rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .mini-menu .back:hover svg {
  color: #151f5b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .mini-menu .item-prev span {
  margin-left: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .mini-menu .item-prev span {
    display: none;
  }
}
body.single .mini-menu .item-prev:hover span {
  margin-left: 1.5rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .mini-menu .item-next {
  text-align: right;
}
body.single .mini-menu .item-next a {
  justify-content: flex-end;
}
body.single .mini-menu .item-next span {
  margin-right: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single .mini-menu .item-next span {
    display: none;
  }
}
body.single .mini-menu .item-next:hover span {
  margin-right: 1.5rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #back-actus-mobile {
  background-color: #151f5b;
  padding: 1.5rem 0;
  position: relative;
}
body.single #back-actus-mobile::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #aa9a21;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: -50px;
}
body.single #back-actus-mobile .btn-back-news {
  background-color: #aa9a21;
  border-radius: 20px;
  padding: .6rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 60%;
  margin: 0 auto;
  display: block;
}
body.single #back-actus-mobile .btn-back-news:hover {
  background-color: transparent;
  border: solid 1px #aa9a21;
  color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #liste-actus {
  padding: 8rem 0;
  background-color: #151f5b;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #liste-actus {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.single #liste-actus {
    display: none;
  }
}
body.single #liste-actus::before {
  content: "";
  position: absolute;
  left: 280px;
  top: 65px;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/circle-actu.svg');
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #liste-actus::before {
    left: 150px;
    top: 65px;
    width: 70px;
    height: 70px;
  }
}
body.single #liste-actus::after {
  content: "";
  position: absolute;
  right: 280px;
  bottom: 120px;
  width: 65px;
  height: 60px;
  transform: rotate(165deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/wave-yellow.svg');
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #liste-actus::after {
    right: 35px;
    bottom: 30px;
    width: 45px;
    height: 40px;
  }
}
body.single #liste-actus .wrapper-other-actus {
  position: relative;
}
body.single #liste-actus .wrapper-other-actus .titre-other-news {
  margin-bottom: 3rem;
}
body.single #liste-actus .wrapper-other-actus .titre-other-news h2 {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus {
    margin-bottom: 2rem;
  }
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus {
  min-height: 380px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 4s ease-in-out !important;
  -webkit-transition: all 4s ease-in-out !important;
  -moz-transition: all 4s ease-in-out !important;
  -o-transition: all 4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus {
    min-height: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus {
    min-height: 300px;
  }
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
  width: 100%;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus {
    height: 200px;
  }
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more {
  background-color: rgba(21,31,91,0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #aa9a21;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more:hover::before {
  background-color: #fef3f4;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .photo-actus .btn-more svg {
  position: relative;
  z-index: 1;
  color: #151f5b;
  font-size: 1rem;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .categorie {
  color: #aa9a21;
  text-transform: uppercase;
  font-family: 'League Gothic';
  font-weight: normal;
  font-style: normal;
  font-size: .8rem;
  letter-spacing: 3px;
  padding: 0 1rem;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  color: #151f5b;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus h2 {
    font-size: 1rem;
    padding: .5rem 1rem;
  }
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .circle-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  opacity: 0;
  width: 80%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus .inner-actus .circle-hover .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #151f5b;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus:hover .photo-actus .btn-more {
  background-color: rgba(21,31,91,0.8);
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #liste-actus .wrapper-other-actus .wrapper-list-actus .ctn-actus:hover .circle-hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
  bottom: -11px;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-o-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
footer {
  background-color: #fef3f4;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 765px;
  height: 109px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/deco-footer.svg');
}
@media (max-width: 767.98px) {
  footer::before {
    width: 360px;
    height: 51px;
  }
}
footer .footer-top {
  padding: 7rem 0 5rem 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer .footer-top {
    padding: 3rem 0;
  }
}
footer .footer-top .logo-contact .logo {
  width: 250px;
  height: 300px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-top .logo-contact .logo {
    width: 190px;
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .logo-contact .logo {
    width: 160px;
    height: 220px;
  }
}
footer .footer-top .logo-contact .logo img {
  width: 100%;
  height: 100%;
}
footer .footer-top .logo-contact .coordonner {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  footer .footer-top .logo-contact .coordonner {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
footer .footer-top .logo-contact .coordonner .facebook {
  position: relative;
}
footer .footer-top .logo-contact .coordonner .facebook::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #151f5b;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .logo-contact .coordonner .facebook svg {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .9rem;
}
footer .footer-top .logo-contact .coordonner .facebook:hover::before {
  background-color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .logo-contact .coordonner .instagram {
  position: relative;
  margin: 0 3rem;
}
@media (max-width: 767.98px) {
  footer .footer-top .logo-contact .coordonner .instagram {
    margin: 0 2rem;
  }
}
footer .footer-top .logo-contact .coordonner .instagram::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #151f5b;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .logo-contact .coordonner .instagram svg {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
}
footer .footer-top .logo-contact .coordonner .instagram:hover::before {
  background-color: #aa9a21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .logo-contact .coordonner .mail {
  position: relative;
}
footer .footer-top .logo-contact .coordonner .mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #aa9a21;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .logo-contact .coordonner .mail svg {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .9rem;
}
footer .footer-top .logo-contact .coordonner .mail:hover::before {
  background-color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .newsletter .wrapper-titre-newsletter .sous-titre h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 1.6rem;
  color: #151f5b;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-top .newsletter .wrapper-titre-newsletter .sous-titre h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .newsletter .wrapper-titre-newsletter .sous-titre h2 {
    font-size: 1.2rem;
  }
}
footer .footer-top .newsletter .wrapper-titre-newsletter .titre {
  margin-top: 1.5rem;
  position: relative;
}
footer .footer-top .newsletter .wrapper-titre-newsletter .titre::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  background-color: #151f5b;
  height: 2px;
  width: 6px;
}
footer .footer-top .newsletter .wrapper-titre-newsletter .titre h3 {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: .85rem;
  color: #253386;
}
footer .footer-top .newsletter .form-newsletter {
  margin-top: 1rem;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 {
  width: 300px;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 input {
  width: 100%;
  padding: .7rem 1rem;
  border: none;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .8rem;
  color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 ::placeholder {
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  font-size: .8rem;
  color: #253386;
  opacity: .4;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 p {
  margin-bottom: 0;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 .sib-NAME-area {
  margin-bottom: 6px;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 .sib-default-btn {
  width: 50%;
  display: block;
  margin: 2rem auto 0 auto;
  background-color: #253386;
  border-radius: 20px;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: 2px;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-top .newsletter .form-newsletter #sib_signup_form_1 .sib_signup_box_inside_1 .sib-default-btn:hover {
  border: solid 1px #253386;
  background-color: transparent;
  color: #253386;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-bottom {
  padding: 1rem 0 3rem 0;
  border-top: solid 1px;
  color: #151f5b;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: .8rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-bottom {
    font-size: .75rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    font-size: .7rem;
    padding: 1rem 0;
  }
}
footer .footer-bottom span,
footer .footer-bottom a {
  color: #151f5b;
  font-family: 'Karla';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: .8rem;
  opacity: .5;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-bottom span,
  footer .footer-bottom a {
    font-size: .75rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom span,
  footer .footer-bottom a {
    font-size: .7rem;
  }
}
footer .footer-bottom .separator {
  color: #253386;
  display: inline-block;
  margin: 0 .2rem;
  opacity: .55;
}
footer .footer-bottom a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-bottom a:hover {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .footer-bottom .agence {
  text-decoration: underline;
  margin-left: .2rem;
}
footer .footer-bottom .agence-make {
  margin-right: .2rem;
}
