/*!
Theme Name:     Myshareplan v2 - RNL
Theme URI: 		
Description: 	Thème Share Plan S2H . V2  pour Renaulution 2023 
Version: 		1.1.5
Author:         S2H
Text Domain:    kingbee
*/
/* 

*/ :root {
  --header-height: 102px;
  --prim-color: #000; /*noir*/
  --sec-color: #B6783B; /*marron med*/
  --ter-color: #F4F4F4; /*light grey*/
  --quat-color: #622717; /*marron*/
  --sev-color: rgba(182, 120, 59, 0.18); /*marron light*/
}
@media only screen and (max-width: 1200px) {
  :root {
    --header-height: 70px;
  }
}
@media only screen and (max-width: 920px) {
  :root {
    --header-height: 65px;
  }
}
@media only screen and (max-width: 575.99px) {
  :root {
    --header-height: 55px;
  }
}
/*font-family: 'RenaultGroup' ; font-weight:300; font-style:normal*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
body {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: rgb(25, 25, 25);

  font-style: bokk;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  color: var(--prim-color);
  text-decoration: none;
  background-color: transparent;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
img {
  border: 0;
}
figure {
  margin: 1em 2.5rem;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--prim-color);
}
.title-wrapper {
  margin-bottom: 70px;
}
h1.entry-title, h2.entry-title, .modal-title {
  font-weight: 700;
}
h1.entry-title {
  font-size: 50px;
}
h2 {
  font-size: 35px;
  font-weight: 700;
}
h2.entry-title, h2.entry-title a, p.h2 {
  font-size: calc(24px + .40vw);
  line-height: calc(26px + .40vw);
  font-weight: 800
}
.entry-header h1 {
  margin-top: 0px;
}
h2.boxed-title {
  font-size: calc(14px + .40vw);
  line-height: calc(18px + .40vw);
  text-transform: uppercase;
  letter-spacing: 0.05rem
}
h3, p.h3, p.h3 a {
  font-size: calc(18px + .40vw);
  line-height: calc(20px + .40vw);
  font-weight: 800;
  margin-top: 30px;
}
h4 {
  font-size: 1rem;
  line-height: 1.3rem;
}
p {
  margin-bottom: 1.5em;
}
p, a p, li, li a {}
p a, li a {
  text-decoration: underline
}
p.header a {
  text-decoration: none
}
p a:hover, li a:hover, p a:focus, li a:focus {
  color: #E0A354;
}
.text-sm {
  font-size: 0.8rem;
}
.type-page {
  text-align: justify
}
.type-page h2 {
  color: #5C5C5B;
  font-weight: 200;
}
.type-page h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
}
.type-page h4 {}
.type-page p bold, .type-page p strong {}
h3.widget-title {
  font-size: 1.2rem;
}
.h5 {
  font-size: 120%
}
ul {
  padding: 0
}
li {
  list-style: outside;
  margin-bottom: 0.5rem;
  margin-left: 18px;
}
.content-wrapper li {
  list-style-position: inside;
  list-style: none;
  margin-left: 0;
  padding-left: 40px;
  background-image: url("images/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: 35px 20px;
  background-position: -5px 5px;
}
.content-wrapper li > ul > li {
  list-style-position: inside;
  list-style: none;
  margin-left: 0;
  padding-left: 30px;
  background-image: url("images/puce-ronde.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 8px;
}
[dir="rtl"] .content-wrapper li {
  margin-right: 0;
  padding-right: 40px;
  background-image: url("images/arrow-l.svg");
  background-position: calc(100% + 5px) 5px;
}
.content-wrapper .block-text-on-bkg li {
  background-image: url("images/arrow-r-white.svg");
}
ul.list-unstyled li {
  margin-left: 0;
  list-style: none;
}
.fw-700 {
  font-weight: 700
}
.erreur {
  color: red !important
}
@media (min-width: 1360px) {
  h1.entry-title {
    font-size: 50px;
  }
}
/*--------------------------------------------------------------
# KINGBEE / BOOTSTRAP  EXTENDED
--------------------------------------------------------------*/
@media (min-width: 767px) {
    .container{
        max-width: 760px;
    }
}
@media (min-width: 820px) {
    .container{
        max-width: 800px;
    }
}
@media (min-width: 1039px) {
    .container{
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1180px;
    }
}
@media (min-width: 1260px) {
    .container{
        max-width: 1240px;
    }
}

.no-puce {
  list-style: none
}
.fullwidth-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: 0 0 0 .25rem var(--sev-color);
  ;
}
@media (min-width: 769px) {
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .ps-md-70 {
    padding-left: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

}
@media (min-width: 1280px) {
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .ps-lg-70 {
    padding-left: 70px;
  }
  .pe-lg-70 {
    padding-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ps-lg-120 {
    padding-left: 120px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px;
  }
  .px-xxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xxl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xxl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
/*--------------------------------------------------------------
# COULEURS & HABILLAGES
--------------------------------------------------------------*/
/*fonds*/
.bg_c_1 {
  background: var(--sec-color);
}
.bg_c_2 {
  background-color: var(--prim-color); /*vert*/
}
.bg_c_3 {
  background-color: var(--ter-color); /*grey light*/
}
.bg_c_w {
  background-color: #FFF
}
.brd_c_1 {
  border-collapse: collapse;
  border: 1px solid #707070
}
.brd_c_2 {
  border: 1px solid #001F40;
  border-collapse: collapse;
}
/*texte*/
.t_c_1 {
  color: #00295F /*bleu*/
}
.t_c_2, a.t_c_2 {
  color: #EB323C !important; /*rouge*/
}
.t_c_3 {
  color: #4D4D4D;
} /*grix medium*/
.t_c_w, .t_c_w p {
  color: #FFF
}
/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.rotate90ah, .rotate-90 {
  transform: rotate(-90deg)
}
.rotate90 {
  transform: rotate(90deg)
}
@media only screen and (max-width: 575.99px) {
  .rotate90ah, .rotate-90-xs {
    transform: rotate(-90deg);
    transform-origin: center center;
  }
}
/*--------------------------------------------------------------
# HEADER WITH SCROLLED FX
--------------------------------------------------------------*/
body.customize-support, body.customize-support #header {
  margin-top: 28px
}
#barrenavigation {
  height: var(--header-height);
}
.top #barrenavigation {
  position: relative;
  /* Chrome, Safari*/
  -webkit-animation-name: ease-inAnimation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  /* Mozilla */
  -moz-animation-name: ease-inAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  /* Standard syntax */
  animation-name: ease-inAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.scrolled #barrenavigation {
  position: relative;
  /* Chrome, Safari*/
  -webkit-animation-name: ease-outAnimation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  /* Mozilla */
  -moz-animation-name: ease-outAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  /* Standard syntax */
  animation-name: ease-outAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@-webkit-keyframes ease-inAnimation {
  0% {
    height: 55px;
  }
  100% {
    height: var(--header-height)
  }
}
@-moz-keyframes ease-inAnimation {
  0% {
    height: 55px;
  }
  100% {
    height: var(--header-height)
  }
}
@keyframes ease-inAnimation {
  0% {
    height: 55px;
  }
  100% {
    height: var(--header-height)
  }
}
@-webkit-keyframes ease-outAnimation {
  0% {
    height: var(--header-height)
  }
  100% {
    height: 55px
  }
}
@-moz-keyframes ease-outAnimation {
  0% {
    height: var(--header-height)
  }
  100% {
    height: 55px
  }
}
@keyframes ease-outAnimation {
  0% {
    height: var(--header-height)
  }
  100% {
    height: 55px
  }
}
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
#header.scrolled {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.06);
}
#logoHeader {
  max-width: 100px;
  height: auto;
  margin-top: 5px
}
.scrolled #logoHeader {
  max-width: 70px;
}
#bandeau-img-1, #bandeau-img-2, #bandeau-img-3, #bandeau-img-4, #bandeau-img-5, #bandeau-img-6, #bandeau-img-7, #bandeau-img-8 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*  background-position: center bottom;*/
  background-size: 190% auto;
  height: 130px;
  transition: all 0.3s ease-out;
}
#bandeau-img-1 {
  background-image: url("images/bkg-img-bando-page-1.jpg");
}
#bandeau-img-2 {
  background-image: url("images/bkg-img-bando-page-2.jpg");
}
#bandeau-img-3 {
  background-image: url("images/bkg-img-bando-page-3.jpg");
}
#bandeau-img-4 {
  background-image: url("images/bkg-img-bando-page-4.jpg");
}
#bandeau-img-5 {
  background-image: url("images/bkg-img-bando-page-5.jpg");
}
#bandeau-img-6 {
  background-image: url("images/bkg-img-bando-page-6.jpg");
}
#bandeau-img-7 {
  background-image: url("images/bkg-img-bando-page-7.jpg");
}
#bandeau-img-8 {
  background-image: url("images/bkg-img-bando-page-8.jpg");
}


.home .bandeau-img {
  background-color: var(--prim-color)
}
.home #bandeau-img {
  background-image: url("images/bkg-img-home.jpg");
  background-repeat: no-repeat;
  background-position: -400px center;
  background-size: cover;
  height: 200px;
}


#bandeau-img .chevron-right, .bandeau-img .chevron-right  {
  width: 50%;
  position: relative;
  height: 100%;
  background-size: contain;
  background-image: url("images/chevron-orange-right.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
[dir="rtl"] .home #bandeau-img {
  background-image: url("images/bkg-img-home-rtl.jpg");
  background-position: -100px center;
}
#bandeau-img #logo-renaulution {
  position: absolute;
  top: 27%;
  left: 22%
}
#bandeau-img #logo-renaulution img {
  width: 240px;
  height: auto;
}
#bandeau-footer-home {
  height: 170px;
  background-image: url(images/bkg-img-footer-home.jpg);
  background-repeat: no-repeat;
  background-position: 22% center;
  background-size: cover;
  overflow: hidden
}
#bandeau-footer-home .chevron-inside {
  width: 40%;
  height: 100%;
  background-image: url("images/chevron-inside-no-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0%;
  margin-left: auto;
}
#bandeau-footer-home .chevron-right {
  position: relative;
  left: -15%;
  opacity: 0.65;
  width: 35%;
  height: 100%;
  background-image: url("images/chevron-orange-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  float: right;
}
  [dir="rtl"] #bandeau-img .chevron-right {
     transform: rotate(-180deg);
  }
#bandeau-footer-home .chevron-right.two {
  left: -7%;
}

[dir="rtl"] #bandeau-img #logo-renaulution {
  right: 30%
}
 .bandeau-img .chevron-right {
  background-image: url("images/chevron-orange-right.svg");
}
[dir="rtl"] .bandeau-img .chevron-right {
  background-image: url("images/chevron-orange-left.svg");
}
.bandeau-img .chevron-right.second {
  margin-left: -50px;
}
[dir="rtl"] .bandeau-img .chevron-right.second {
  margin-right: -70px;
}
.bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
  width: 24%
}
.bandeau-page .chevron-right.second {
  margin-left: -1%;
}
[dir="rtl"] .bandeau-page .chevron-right.second {
  margin-right: -1%;
}
@media (max-width: 400px) {
  #menu-footer.navbar-nav {
    display: block !important
  }
}
@media (min-width: 540px) {
  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 20%
  }
  .bandeau-page .chevron-right.second {
    margin-left: -4%;
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -4%;
  }
}
@media (max-height: 400px) {
[dir="rtl"] .bandeau-img .chevron-right.second {
  margin-right: -190px;
}
#bandeau-footer-home .chevron-right.two {
  left: 0;
}
.home #bandeau-img {

  background-position: -200px center;

}
#bandeau-img .chevron-right, .bandeau-img .chevron-right {
  width: 30%;
}
}

@media (min-width: 767px) {
  .home #bandeau-img {
    height: 300px;
  }
  #bandeau-img #logo-renaulution {
    position: absolute;
    top: 20%;
    left: 50%
  }
  #bandeau-img-1, #bandeau-img-2, #bandeau-img-3, #bandeau-img-4, #bandeau-img-5, #bandeau-img-6, #bandeau-img-7, #bandeau-img-8 {
    background-size: 100% auto;
    height: 108px;
  }
  #bandeau-img #logo-renaulution img {
    width: 350px;
  }
  #bandeau-img .chevron-right {
    width: 33%;
  }
  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 15%
  }
  .bandeau-page .chevron-right.second {
    margin-left: -6%;
  }
  #bandeau-footer-home {
    height: 320px;
    background-position: center center;
  }
  #bandeau-footer-home .chevron-inside {
    width: 30%;
    height: 100%;
    background-position: left 0%;
    margin-left: auto
  }
  #bandeau-footer-home .chevron-right {
    width: 35%;
    left: -10%;
  }
  [dir="rtl"] #bandeau-img #logo-renaulution {
    right: 30%
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -50%;
  }
}
@media (min-width: 1024px) {
  .home #bandeau-img {
    height: 340px;
    background-position: -200px center;
  }
  #bandeau-img-1, #bandeau-img-2, #bandeau-img-3, #bandeau-img-4, #bandeau-img-5, #bandeau-img-6, #bandeau-img-7, #bandeau-img-8 {
    height: 150px;
  }
  #bandeau-img #logo-renaulution {
    top: 30%;
    left: 10%
  }
  #bandeau-img #logo-renaulution img {
    width: 400px;
  }
  #bandeau-footer-home .chevron-right.two {
  left: 0%;
}

  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 15%
  }
  .bandeau-page .chevron-right.second {
    margin-left: -6%;
  }

  #bandeau-img .chevron-right {
    width: 25%;
  }
  #bandeau-footer-home .chevron-right {
    width: 30%;
    left: -11%;
  }
  [dir="rtl"] #bandeau-img #logo-renaulution {
    right: 10%
  }

    [dir="rtl"] .bandeau-img .chevron-right.second {
  margin-right: -100px;
}
}
@media (min-width: 1279px) {
  .home #bandeau-img {
    background-position: -150px center;
  }
  #bandeau-img-1, #bandeau-img-2, #bandeau-img-3, #bandeau-img-4, #bandeau-img-5, #bandeau-img-6, #bandeau-img-7, #bandeau-img-8 {
    height: 180px;
  }
  #bandeau-img #logo-renaulution {
    top: 35%;
    left: 7%
  }
  #bandeau-img #logo-renaulution img {
    width: 420px;
  }
  #bandeau-footer-home .chevron-right {
    left: -15%;
    width: 25%;
  }
  #bandeau-footer-home .chevron-right.two {
    left: -8%;
  }
  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 15%
  }
  .bandeau-img .chevron-right.second {
    margin-left: -130px;
  }
  [dir="rtl"] .bandeau-img .chevron-right.second {
    margin-right: -130px;
  }
  .bandeau-page .chevron-right.second {
    margin-left: -5%;
  }
  [dir="rtl"] #bandeau-img #logo-renaulution {
    right: 7%
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -5%;
  }
}
@media (min-width: 1359px) {
  .home #bandeau-img {
    height: 398px;
  }
  .home #bandeau-img {
    background-position: center center;
  }
  #bandeau-img #logo-renaulution {
    top: 30%;
  }
  #bandeau-img #logo-renaulution img {
    width: 492px;
  }
  .bandeau-img .chevron-right {
    width: 24%;
  }
  .bandeau-img .chevron-right.second {
    margin-left: -80px;
  }
  [dir="rtl"] .bandeau-img .chevron-right.second {
    margin-right: -80px;
  }
  #bandeau-footer-home .chevron-right {
    left: -15%;
    width: 23%;
  }
  #bandeau-footer-home .chevron-right.two {
    left: -9%;
  }
  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 14%
  }
  .bandeau-page .chevron-right.second {
    margin-left: -6%;
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -6%;
  }
}
@media (min-width: 1598px) {
  #bandeau-footer-home .chevron-right {
    left: -15%;
    width: 23%;
  }
  #bandeau-footer-home .chevron-right.two {
    left: -6%;
  }
  .bandeau-img .chevron-right.second {
    margin-left: -7%;
  }
  [dir="rtl"] .bandeau-img .chevron-right.second {
    margin-right: -7%;
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -7%;
  }
}
@media (min-width: 1799px) {
  .home #bandeau-img {
    height: 453px;
  }
  #bandeau-img #logo-renaulution {
    left: 15%;
  }
  .bandeau-img .chevron-right {
    width: 22%;
  }
  .bandeau-page .chevron-right, .bandeau-page .chevron-right.second {
    width: 14%
  }
  .bandeau-img .chevron-right.second {
    margin-left: -75px;
  }
  .bandeau-page .chevron-right.second {
    margin-left: -7%;
  }
  #bandeau-footer-home .chevron-right {
    left: -14%;
  }
  #bandeau-footer-home .chevron-right.two {
    left: -5% !important;
  }
  [dir="rtl"] .bandeau-img .chevron-right.second {
    margin-right: -75px;
  }
  [dir="rtl"] #bandeau-img #logo-renaulution {
    right: 15%
  }
}
@media (min-width: 1920px) {
  .bandeau-img .chevron-right.second {
    margin-left: -110px;
  }
  [dir="rtl"] .bandeau-img .chevron-right.second {
    margin-right: -110px;
  }
  .bandeau-page .chevron-right.second {
    margin-left: -8%;
  }
  [dir="rtl"] .bandeau-page .chevron-right.second {
    margin-right: -8%;
  }
}
/*--------------------------------------------------------------
# HAMBURGER
--------------------------------------------------------------*/
.hamburger {
  padding: 15px 15px;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: auto 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--prim-color);
}
.hamburger-box {
  width: 32px;
  height: 24px;
  display: flex;
  position: relative;
  margin: auto;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: var(--prim-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*-----------------------------------------------------------------------------------*/
/*  SECTION VIDEO HOME */
/*-----------------------------------------------------------------------------------*/
#video {
  background-color: var(--prim-color);
  min-height: 200px;

}
#video h1 {
  color: #FFF;
}
#video p {
  color: #FFF;
  font-size: 34px;
  line-height: normal;
  font-weight: 700;
}
#video p:last-child {
  margin-bottom: 0
}
@media (min-width: 1360px) {
  #video p {
    font-size: 40px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  SECTION SOUSCRIRE HOME */
/*-----------------------------------------------------------------------------------*/
#cta-subscribe .texte h2 {
  margin-bottom: 35px;
}
#cta-subscribe .texte p {
  font-size: 25px;
}
/*-----------------------------------------------------------------------------------*/
/*  SECTION QUESTIONS HOME */
/*-----------------------------------------------------------------------------------*/
#section-questions {
  background-repeat: no-repeat;
  background-image: url(images/bkg-questions-1.jpg);
  background-position: -800px center;
  background-size: cover;
}
@media (min-width: 767px) {
  #section-questions {
    background-position: center center;
  }
}
#section-questions .container-questions {
  padding-top: 100px;
  padding-bottom: 100px;
}
#section-questions .numero {
  font-size: 200px;
  line-height: 225px;
  font-weight: 100;
  color: var(--sec-color);
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
#section-questions a:hover .numero {
  font-size: 320px;
}
#section-questions .question {
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
    line-height: 1.8rem
}
.question-wrapper:hover {
  cursor: pointer
}
.overlay-question {
  position: absolute;
  background-color: var(--sec-color);
  font-size: 26px;
  color: #FFF;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  bottom: 0px;
}
.overlay-question:hover, .overlay-question:focus {
  opacity: 0.6;
}
@media (min-width: 767px) {
  .overlay-question {
    bottom: -100px;
  }
}
@media (min-width: 1280px) {
  #section-questions .container-questions {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .overlay-question {
    bottom: -100px;
    font-size: 26px;
    font-weight: 700;
  }
  #section-questions .question {
    margin-top: 0;
    line-height: normal
  }
}
@media (min-width: 1360px) {
  #section-questions .numero {
    font-size: 300px;
    line-height: 225px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
  padding-top: 0.6rem;
}
.navbar.main-nav {
  z-index: 1000;
}
.navbar-nav li {
  margin-bottom: 0
}
#primaryNav li {
  display: block;
  font-size: 20px;
  list-style-position: inside;
  font-weight: 700;
  line-height: 17px;
}
#primaryNav li a {
  color: var(--prim-color);
  transition: 0.3s;
}
#primaryNav li a:hover, #primaryNav li a:focus {
  color: var(--sec-color);
}
.menu-sidebar-header {
  margin-top: 15px;
}
.menu-sidebar-header .bouton-lien, .menu-sidebar-header .lien-interne {
  -o-transition: .4s ease-in;
  -ms-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in;
}
.menu-sidebar-header a {
  color: #fff;
}
.menu-sidebar-header .bouton-lien {
  background-color: var(--sec-color);
  width: 100%;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 4px solid #000;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: none;
}
.menu-sidebar-header .bouton-lien:hover, .menu-sidebar-header .bouton-lien:focus, .menu-sidebar-header .bouton-lien:active {
  color: #FFF;
  /*  background-color: #000;
*/ outline: none;
}
.menu-sidebar-header .bouton-lien:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #000;
  transition: all 0.6s;
  z-index: -2;
}
.menu-sidebar-header .bouton-lien:hover:before {}
.menu-sidebar-header .bouton-lien:hover, .menu-sidebar-header .bouton-lien:focus {
  background-color: #000;
  border-bottom: 4px solid #000;
}
.menu-sidebar-header .bouton-lien:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.6s;
  z-index: -2;
}
.menu-sidebar-header .bouton-lien:hover:before {
  height: 100%;
}
.menu-sidebar-header .lien-interne {
  padding: 24px 15px 24px 40px;
  font-size: 20px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  background-image: url("images/arrow-r-white.svg");
  background-repeat: no-repeat;
  background-size: 38px 23px;
  background-position: -5px 28px;
}
.menu-sidebar-header .lien-interne:hover, .menu-sidebar-header .lien-interne:focus {
  background-position: right 28px;
  padding: 24px 30px 24px 8px;
  font-weight: 600;
}
.menu-sidebar-header > a:last-child > div.lien-interne {
  border-bottom: none;
}
/*-----------------------------------------------------------------------------------*/
/* Boutons de navigation */
/*-----------------------------------------------------------------------------------*/
/*****/
.sous-menu {
  visibility: hidden;
  position: absolute;
  z-index: 5;
  background-color: var(--prim-color);
  height: 50px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-in;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#sub-menu-1 ul {
  margin-left: 20px
}
#sub-menu-3 ul {
  margin-right: 20px
}
#sub-menu-3.sous-menu {
  right: 0;
}
[dir="rtl"] #sub-menu-3.sous-menu {
  left: 0;
  right: auto
}
.sous-menu.active {
  display: block;
  visibility: visible;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-in;
  opacity: 1;
}
.sous-menu.inactive {
  visibility: hidden;
  opacity: 0;
}
.submenu-navbar {
  padding: 0 0 20px;
}
#sub-menu .sub_menu {
  flex-direction: row;
  width: auto;
  margin-top: 7px
}
#sub-menu .sub_menu ul {
  margin: 0;
  padding: 0
}
#sub-menu .sub_menu li {
  display: inline-block !important;
}
#sub-menu .sub_menu li a {
  color: #FFF;
}
#sub-menu .sub_menu li a:hover, #sub-menu a[aria-current="page"] {
  color: var(--sec-color);
  text-decoration: none
}
#sub-menu ul li.menu-item {
  line-height: 1rem;
  text-align: center !important;
  margin-bottom: 0.5rem
}
#sub-menu .sub_menu li:last-child a::after {
  content: '';
  margin: 0 0 0 10px
}
#footer {
  background-color: var(--prim-color);
  min-height: 300px;
}
#menu-menu-footer li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
#menu-menu-footer a, .footer a {
  text-decoration: none;
  color: rgb(25, 25, 25);
}
#menu-menu-footer li a:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 15px;
  background-image: url(images/arrow-r-red.svg);
  background-repeat: no-repeat;
}
#mmenu-menu-footer a:hover, #menu-menu-footer a:focus, .footer a:hover, .footer a:focus {
  color: #EB323C;
}
#menu-menu-docs li a {
  color: #EC661C
}
@media (min-width: 768px) {
  .menu-sidebar-header .lien-interne {
    width: 100%
  }
  #sub-menu .sub_menu li a::after {
    content: '|';
    color: #FFF;
    font-weight: 100;
    margin: 0 0 0 10px
  }
  #sub-menu .sub_menu li {
    margin-left: 10px
  }
}
@media (max-width: 980px) {
  .menu-sidebar-header .lien-interne {
    width: 90%
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    width: 40px;
  }
}
@media (min-width: 1020px) {
  #sub-menu-1 ul {
    margin-left: 40px
  }
  #sub-menu-3 ul {
    margin-right: 40px
  }
  .menu-sidebar-header .bouton-lien {
    width: 270px;
  }
  #sub-menu .sub_menu li {
    margin-left: 10px
  }
  #sub-menu .sub_menu li a::after {
    margin: 0 1rem 0 1.7rem
  }
  #primaryNav li {
    line-height: 22px;
  }
}
@media (min-width: 1199px) {
  #primaryNav li {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# LIENS & BOUTONS
--------------------------------------------------------------*/
a:hover, a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary, .item-cta.inactive .btn-primary, .btnPrim {
  font-weight: 700;
  color: var(--prim-color) !important;
  font-size: 20px;
  padding: 15px 110px 15px 40px;
  transition: all 0.3s;
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1;
  background-color: #FFF !important;
  outline: none;
}
[dir="rtl"] .btn-primary, [dir="rtl"] .item-cta.inactive .btn-primary, [dir="rtl"] .btnPrim {
  padding: 15px 40px 15px 110px;
}
.btn-primary, .btnPrim {
  border: 1px solid #000;
}
.item-cta.inactive .btn-primary, .item-cta .btn-primary {
  border: none;
  font-size: 20px
}
@media only screen and (min-width: 1041px) {
  .item-cta.inactive .btn-primary, .item-cta .btn-primary {
    font-size: 30px
  }
}
.btn-primary:hover, .btn-primary:active, .item-cta.inactive .btn-primary:hover, .item-cta.active .btn-primary, .btn-primary.active, .btnPrim:hover, .btnPrim:focus .btnPrim {
  color: #FFF !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  outline: none;
}
.btnPrim.previous {
  padding: 15px 40px 15px 110px;
}
.btnPrim.previous:after {
  background-image: none;
}
.btnPrim.previous:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(images/arrow-r.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 35px 25px;
  background-position: calc(100% - 30px) center;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after, .btn-primary.active:after, .item-cta.active .btn-primary:after, .item-cta.inactive .btn-primary:hover:after, .btnPrim:hover:after {
  background-image: url("images/arrow-r-white-90deg.svg");
  background-size: 30px 30px;
  background-position: calc(100% - 20px) center;
}
.btn-primary.item_2.active:after, .item-cta.active .btn-primary.item_2:after {
  background-image: url("images/arrow-r-white.svg");
  background-size: 30px 30px;
  background-position: calc(100% - 20px) center;
}
.btn-primary:after, .item-cta.inactive .btn-primary:after, .btnPrim:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 76%;
  width: 28%;
  height: 100%;
  background-color: transparent;
  background-image: url(images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 center;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary.arrow-anim-2:hover:after, .btn-primary.arrow-anim-2:focus:after, .btn-primary.arrow-anim-2:active:after, .btnPrim.arrow-anim-2:hover:after, .btnPrim.arrow-anim-2:focus:after, .btnPrim.arrow-anim-2:active:after, .item-cta.inactive .btn-primary.arrow-anim-2:hover:after {
  right: -110px;
  left: 80%;
  background-image: url("images/arrow-r-white.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  z-index: -1;
  transition: all 0.3s;
}
.btnPrim.arrow-anim-2-inv:hover:after, .btnPrim.arrow-anim-2-inv:focus:after, .btnPrim.arrow-anim-2-inv:active:after {
  background-image: url("images/arrow-l-white.svg");
  background-size: 35px 25px;
  left: 15px;
}
.btnPrim.disabled {
  background-image: url("images/picto-disabled.svg");
  background-size: 35px 25px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.btnPrim.disabled:after {
  background-image: none;
}
.wpforms-submit.btn-primary:hover:after, .wpforms-submit.btn-primary:focus:after, .wpforms-submit.btn-primary:active:after {
  background-image: url(images/arrow-r-white.svg);
  background-size: 35px 25px
}
.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  z-index: -2;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary:hover:before {
  width: 100%;
}
.btn-primary.btn-sm {
  font-size: 24px;
  padding: 12px 80px 12px 20px;
  border-radius: 0
}
.btn-primary.btn-sm:after {
  background-position: calc(100% - 10px) center;
}
#cta-wrapper {
  background-color: var(--prim-color);
}
#cta {
  z-index: 1;
  height: 90px;
  position: relative;
}
/*type bouton*/
#cta .item-cta {
  margin-top: -37px;
  margin-right: 15px;
  z-index: 2;
  color: var(--prim-color);
  cursor: pointer;
  border: none;
}
#cta .item-cta a.btn-primary {
  width: 100%;
  height: 60px;
  padding: 12px 15px;
  line-height: 28px;
  border: none
}
#cta .item-cta a.btn-primary:after {
  background-position: 48% center;
}
#cta .item-cta a.btn-primary:hover:after, #cta .item-cta a.btn-primary:focus:after, #cta .item-cta a.btn-primary:active:after {
  background-position: calc(100% - 30px) center;
}
#cta .item-cta, #sub-menu ul li.menu-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.btn_sm {
  font-size: 16px;
  padding: 10px 30px !important;
}
@media only screen and (max-width: 575.99px) {
  .btn_xs_sm {
    padding: 10px 10px !important;
  }
}
@media only screen and (min-width: 1040px) {
  #cta .item-cta, #sub-menu ul li.menu-item a {
    font-size: 26px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #cta {
    height: 100px;
  }
  #cta .item-cta a.btn-primary {
    height: 66px;
    padding: 12px 40px;
    line-height: 35px;
  }
  .btn-primary, .item-cta.inactive .btn-primary {
    padding: 12px 110px 12px 40px;
  }
  #cta .item-cta a.btn-primary:after {
    background-position: 50% center;
  }
  #cta .item-cta {
    margin-top: -37px;
    margin-right: 15px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1360px) {
  #cta {
    height: 110px;
  }
  #cta .item-cta a.btn-primary {
    height: 74px;
    padding: 12px 40px;
    line-height: 45px;
  }
  #cta .item-cta a.btn-primary:after {
    background-position: 55% center;
  }
  [dir="rtl"] #cta .item-cta a.btn-primary:after {
    background-position: 50% center;
  }
  .btn-primary, .item-cta.inactive .btn-primary {
    font-size: 30px;
    padding: 15px 110px 15px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #cta {
    height: 100px;
  }
  #cta .item-cta a.btn-primary:after {
    background-position: 50% center;
  }
}
.btn_xs {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  font-size: 11px;
  padding: 4px 11px !important;
  margin-right: 5px
}
a[href $='.pdf'] {
  font-size: 1em;
  font-weight: 400;
  background-repeat: no-repeat;
  color: #b71c1c;
  padding: 3px 8px 4px;
  border-radius: 3px;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a[href $='.pdf']:before {
  font-size: 1.2em;
  font-family: dashicons;
  content: "\f190";
  padding-right: 5px;
  vertical-align: middle
}
a[href $='.pdf']:hover, a[href $='.pdf']:focus {
  text-decoration: none;
  color: #e53935;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-box-shadow: 0px 0px 1px #D50C10;
  box-shadow: 0px 0px 1px #D50C10;
}
.connexion a:hover {
  color: #EB323C
}
.connexion .dashicons-warning {
  color: #EB323C;
  width: 30px;
  height: 30px;
  font-size: 30px
}
@media (min-width: 767px) {
  .connexion .dashicons-warning {
    width: 35px;
    height: 35px;
    font-size: 35px
  }
}
/*--------------------------------------------------------------
# SLICK
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-prev::before, .slick-next::before {
  font-size: 15px !important;
  opacity: .25 !important;
}
.slickcaroussel .item {
  position: relative;
}
.overlay-slick {
  position: absolute;
  background-color: #001F40;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000
}
/*--------------------------------------------------------------
# CUSTOMS BLOCS
--------------------------------------------------------------*/
.bo-intitule {
  display: none
}
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
/*======Buttons overlay =====*/
.slickcaroussel .nom {
  height: 80px /* 3 x la valeur font-size h3*/
}
.slickcaroussel h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase
}
.slickcaroussel .texte_intro {
  height: 220px;
}
.slickcaroussel .texte_intro p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #FFF;
}
.slickcaroussel img {
  max-height: 260px;
  width: auto;
}
.slickcaroussel .btnplus {
  color: #FFF;
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 8px;
  border: thin solid rgba(255, 255, 255, 1.00);
}
.slick-prev::before, .slick-next::before {
  font-size: 15px !important;
  opacity: .25 !important;
}
.slickcaroussel .item {
  position: relative;
}
.overlay-slick {
  position: absolute;
  background-color: #001F40;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000
}
.btn-close-w {
  position: relative;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  float: right;
  top: -2px;
  opacity: 1
}
.btn-close-w svg {
  width: 23px;
  height: 23px;
}
.btn-close-w:hover, .btn-close-w:focus {
  top: -3px;
  opacity: 0.6
}
#coordonnees, #coordonnees p, #coordonnees a {
  margin-bottom: 0.5rem;
  color: #FFF;
  text-align: center;
}
/*--------------------------------------------------------------
# TABLEAUX
--------------------------------------------------------------*/
.wp-block-table > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1), .wp-block-table > table:nth-child(1) > tbody:nth-child(2) > tr > td:nth-child(1) {
  white-space: nowrap;
}
.wp-block-table tr td {
  border-bottom: 1px solid grey;
  padding: 5px 10px;
}
.wp-block-table thead th {
  padding: 5px 15px 15px;
  text-align: center
}
/*--------------------------------------------------------------
# FORMULAIRES
--------------------------------------------------------------*/
/*div.wpforms-container-full .wpforms-form * {
  font-size: 18px !important;
}
.wpforms-container {
  margin-bottom: 50px !important;
}
*/
.quform-elements {
  margin-bottom: 70px !important;
}
.select2-container--quform .select2-results__option--highlighted[aria-selected] {
  background-image: none;
  background-color: var(--sev-color) !important;
}
.select2-results__option {
  background-color: rgba(238, 238, 238, 0.70)
}
.quform-field-select, .quform-field-select {
  background-color: var(--sev-color) !important
}

.quform-element-submit:hover .quform-button-text, .quform-element-submit:focus .quform-button-text {
  color: #FFF !important
}
.quform-success-message {
  background-color: #DDEBCF !important;
  display: flex;
  padding: 5px 15px !important;
  border: none !important;
  margin: 50px 0 100px 0 !important;
  line-height: 50px;
}
.quform-success-message p {
  margin: auto
}
.quform-error > .quform-error-inner {
  border-left: none !important;
  font-size: 18px !important
}
/*--------------------------------*/
/* ACF INPUT CSS
        /*----------------------------------*/
.inputSm {
  width: 100%
}
@media (min-width: 767px) {
  .inputSm, input#acf-field_6272b83b7ea28, #acf-field_623b94f476896 /*inscription/annee*/ {
    width: 200px;
  }
}
.af-input.acf-input select, ul.acf-radio-list li, .af-field-type-checkbox label, .acf-checkbox-list label, .acf-input input[type=text], .acf-input input[type=email], .acf-input select, input[type=number] {
  font-size: 18px !important;
  background-color: #fff
}
#acf-field_623b94f476896 /*inscription/annee*/ {
  text-align: center
}
.acf-form-submit {
  border-top: 1px solid #DBDBDB;
  padding-top: 35px !important
}
.acf-notice p {
  font-size: 18px !important;
  line-height: 22px;
  margin: 0.5em 0;
  color: #fff !important
}
.acf-notice.-error {
  background: #E36363 !important;
  border-color: #E36363 !important;
}
.af-field {
  display: flex;
  flex-wrap: wrap;
}
.af-field > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.af-label.acf-label {
  width: 40% !important;
  padding-right: 35px;
}
.af-input.acf-input {
  width: 50% !important;
}
.acf-label {
  color: #707070;
  font-weight: 400;
}
.acf-label label {
  margin-top: auto !important;
  margin-bottom: auto !important
}
p.af-field-instructions {
  font-size: 14px;
}
.acf-input input[type=text], .acf-input input[type=email], .acf-input select, input[type=number], #acf-field_627bd7abbad2a-field_627bd7abbad2c, .input-text, .select2-selection, .acf-input-append {
  border: 2px solid rgba(164, 164, 164, 0.40);
  border-radius: 5px;
  padding-left: 15px;
}
input[type=number] {
  text-align: center
}
.input-text, .select2-selection {
  width: 100%;
  margin-bottom: 15px
}
.acf-input-prepend, .acf-input-append, #acf-field_627bd7abbad2a-field_627bd7abbad2c {
  height: 35px;
}
.acf-input select:focus, .acf-input select:hover {
  border: 2px solid #7080B1;
}
.acf-fields > .acf-field {
  padding: 20px 12px !important
}
.categorychecklist-holder, .acf-fields.border, .acf-fields.-border {
  border: none !important;
}
.acf-fields.-border {
  margin-left: -12px
}
.acf-checkbox-list {
  padding: 0 !important
}
.acf-button-group label.selected {
  border-color: #7080B1 !important;
  background: #7080B1 !important;
  color: #fff;
  z-index: 2;
}
li.select2-results__option {
  list-style: none;
}
ul.select2-results__options {
  padding: 15px
}
.select2-dropdown {
  margin-top: 25px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px !important
}
.select2-selection__arrow {
  margin-top: 20px
}
.select2-container--default li {
  margin-left: 0
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: var(--prim-color) !important;
  background-color: rgba(112, 128, 177, 0.51) !important;
  font-weight: 600 !important;
}
.select2-selection--multiple .select2-selection__choice {
  border-color: none !important;
  padding: 3px 10px !important;
}
.select2-selection__choice__remove {
  font-size: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 10px 5px !important;
}
input[type=checkbox], input[type=radio], input[type=file] {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #DBDBDB;
  cursor: pointer;
}
input[type=file] {
  width: auto;
  height: 45px;
  background-color: transparent;
}
input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button {
  border: 1px solid var(--sec-color);
  color: var(--sec-color);
  padding: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type=file]::file-selector-button:hover, input[type=file]::-webkit-file-upload-button:hover {
  background-color: #e9e9e9;
}
/*input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #7080B1;
}*/
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 22px
}
input[type=checkbox]:active, input[type=radio]:active {}
.acf-input-append {
  font-size: 22px !important;
  line-height: 55px !important;
}
.af-success p {
  font-size: 28px
}
/*----------------*/
/* retrait du fond bleu sous chrome et d'autres*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes autofill {
  0%, 100% {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
/*--------------------------------------------------------------
# WRAPPERS & BOXES
--------------------------------------------------------------*/
.content-wrapper {
  background-color: #FFF;
  position: relative;
}
.page-wrapper {
  margin-top: calc(var(--header-height) - 10px);
  min-height: 250px;
}
.border-bot {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
}
.footer {
  padding-top: 40px
}
.copyright img {
  max-width: 100px;
  height: auto;
}
.footer p, .footer a, #footer-widget p {
  color: #4D4D4D;
  margin-bottom: 0.5rem
}
.colFooter3 li {
  margin-left: 0;
  text-align: center;
  list-style: none;
}
.colFooter3 li a {
  color: #FFF;
  padding: 0;
  font-size: 1rem;
  font-weight: 300
}
.colFooter3 li a:hover {
  color: var(--sec-color);
}
.colFooter3 li:last-child a:after {
  content: "";
  padding: 0
}
@media (min-width: 1040px) {
  .colFooter3 li a:after {
    content: "●";
    font-size: 0.5rem;
    padding: 0 0 0 14px
  }
}
@media (max-width: 641px) {
  /*boite scroll tableau pour mobile doit envelopper le tableau*/
  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    /*    white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    font-size: 0.9rem
  }
}
/*--------------------------------------------------------------
# TO TOP
-------------------------------------------------------------*/
#toTop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  cursor: pointer;
  padding: 6px 8px 7px;
  border-radius: 50%;
}
#toTop svg {
  width: 26px;
  height: auto;
  margin: auto;
  fill: #fff;
}
#toTop:hover {
  background-color: var(--sec-color);
}
#toTop:hover svg {
  fill: #6774E8;
}
@media only screen and (max-width: 768px) {
  #toTop {
    font-size: 1.1rem;
  }
}
/*--------------------------------------------------------------
# Recherche
--------------------------------------------------------------*/
#searchform svg, .searchform svg {
  max-width: 25px;
}
.mots-clefs-recherches {
  color: var(--prim-color)
}
.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}
.searchform svg .a {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}
#search-page .searchform svg .a {
  fill: #00486F;
  stroke: #00486F;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#search-page .btn-outline-search {
  color: #00486F;
  border-color: #00486F;
}
#search-page .form-control {
  border-color: #00486F
}
#search-content li.item {
  list-style: none
}
#search-page a {
  text-decoration: none
}
#search-page a:hover * {
  color: var(--sec-color);
}
/*--------------------------------------------------------------
# VOLET 
--------------------------------------------------------------*/
.overlay {
  background-color: var(--sec-color);
  min-height: 110%;
  width: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-wrapper {
  position: relative;
  top: 5%;
  width: 100%;
  margin-top: 30px;
  padding: 20px 25px;
  line-height: 1.8rem
}
.overlay .header, .overlay .header a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600
}
.overlay p {
  margin-bottom: 1rem
}
.overlay li {
  list-style: none
}
.overlay a, .overlay a:focus, .overlay a:hover, .overlay a:active {
  color: #fff;
}
.mobile-cta {}
.primaryNav {}
/*--------------------------------------------------------------
# WIDGET DOC ADMIN
--------------------------------------------------------------*/
#docs-admin {
  font-size: 1rem;
  margin-top: 1rem;
}
/*--------------------------------------------------------------
# MODULE NOTES DE BAS DE PAGE KBS
--------------------------------------------------------------*/
ul.notes-bas-de-page {
  border-top: 1px solid rgba(157, 157, 157, 1.00);
  margin: 40px 0 25px;
  padding: 25px 0
}
ul.notes-bas-de-page li {
  background-image: none;
  font-size: 80%;
  padding-left: 0
}
ul.notes-bas-de-page a p {
  color: var(--prim-color);
}
ul.notes-bas-de-page a:hover p {
  color: var(--sec-color);
}
/*.note-bas-de-page .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: grey
}*/
.number-note {
  color: var(--prim-color);
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #DADADA;
  text-align: center;
  font-size: 80%;
  line-height: 20px;
  top: -5px
}
.number-note a {
  color: var(--prim-color);
}
.number-note:hover, .number-note:focus, ul.notes-bas-de-page a:hover .number-note {
  background-color: rgba(182, 120, 59, 0.40);
}
/*--------------------------------------------------------------
# COMPLIANZ RGPD
--------------------------------------------------------------*/
.cmplz-cookiebanner, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
    border-radius: 0 !important
}


/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/
[dir="rtl"] h4 {
  text-align: right
}
[dir="rtl"] .btn-primary:hover:after, [dir="rtl"] .btn-primary:focus:after, [dir="rtl"] .btn-primary:active:after, [dir="rtl"] .btn-primary.active:after, [dir="rtl"] .item-cta.active .btn-primary:after, [dir="rtl"] .item-cta.inactive .btn-primary:hover:after, [dir="rtl"] .btnPrim:hover:after {
  background-image: url(images/arrow-r-white-90deg.svg);
  background-size: 25px 35px;
  left: 0;
  transform: rotate(0deg)
}
[dir="rtl"] btn-primary, [dir="rtl"] .item-cta.inactive .btn-primary, [dir="rtl"] .btnPrim {
  padding: 15px 40px 15px 110px;
}
[dir="rtl"] .btn-primary:after, [dir="rtl"] .item-cta.inactive .btn-primary:after, [dir="rtl"] .btnPrim:after {
  transform: rotate(-180deg)
}
[dir="rtl"] .btnPrim.disabled {
  background-position: calc(100% - 180px) center;
}
[dir="rtl"] .btnPrim.disabled:hover::after {
  background-image: none;
}
[dir="rtl"] .btnPrim.arrow-anim-2:hover:after {
  background-image: url("images/arrow-r-white.svg");
  transform: rotate(-180deg);
  right: 80%;
  left: 110px;
}
[dir="rtl"] .btnPrim.arrow-anim-2:hover:before {
  background-image: url("images/arrow-r-white.svg");
  transform: rotate(-180deg);
  right: 80%;
  left: -110px;
}
[dir="rtl"] .btnPrim.arrow-anim-2-inv:hover:after, [dir="rtl"] .btnPrim.arrow-anim-2-inv:focus:after, [dir="rtl"] .btnPrim.arrow-anim-2-inv:active:after {
  background-image: url("images/arrow-l-white.svg");
  transform: rotate(-180deg);
  background-size: 35px 25px;
  right: 15px;
}
[dir="rtl"] .btn-primary.btn-sm {
  font-size: 24px;
  padding: 12px 20px 12px 120px;
  border-radius: 0
}
.btnPrim.previous {
  padding: 15px 40px 15px 110px;
}
[dir="rtl"] .btnPrim.previous {
  padding: 15px 110px 15px 40px;
}
[dir="rtl"] .btnPrim.previous::before {
  right: 0;
  transform: rotate(0deg);
  background-position: calc(90%) center;
}
[dir="rtl"] .btn-primary:after, [dir="rtl"] .item-cta.inactive .btn-primary:after, [dir="rtl"] .btnPrim:after {
  right: calc(100% - 25%);
}
[dir="rtl"] .menu-sidebar-header .lien-interne {
  padding: 25px 40px 24px 16px;
  background-image: url(images/arrow-l-white.svg);
  background-repeat: no-repeat;
  background-size: 38px 23px;
  background-position: 100% 28px;
}
[dir="rtl"] .menu-sidebar-header .lien-interne:hover, [dir="rtl"] .menu-sidebar-header .lien-interne:focus {
  background-position: left 28px;
  padding: 24px 6px 24px 30px;
}
/*[dir="rtl"]  #cta .item-cta a.btn-primary:hover:after, [dir="rtl"] #cta .item-cta a.btn-primary:focus:after, [dir="rtl"] #cta .item-cta [dir="rtl"] a.btn-primary:active:after {
    background-position: calc(10% ) center;
}*/