/*
 Theme Name:     Cours Thales Divi Child
 Template:       Divi
*/

/****** BODY ******/
/*@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css"); */

@font-face {
  font-family: "Nunito Sans-fallback";
  size-adjust: 101.38%;
  ascent-override: 109%;
  src: local("Arial");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400 700;
  font-display: swap;
  src: url('./assets/fonts/nunitoSans/nunito-sans-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: "Nunito Sans";
    font-weight: 400 700;
    font-display: swap;
    src: url('./assets/fonts/nunitoSans/nunito-sans-variable.woff2') format('woff2 supports variations'),
      url('./assets/fonts/nunitoSans/nunito-sans-variable.woff2') format("woff2-variations");
  }
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
  src: url('./assets/fonts/nunitoSans/nunito-sans-italic-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: "Nunito Sans";
    font-weight: 400 700;
    font-style: italic;
    font-display: swap;
    src: url('./assets/fonts/nunitoSans/nunito-sans-italic-variable.woff2') format('woff2 supports variations'),
      url('./assets/fonts/nunitoSans/nunito-sans-italic-variable.woff2') format("woff2-variations");
  }
}

:root {
  /* COLOR */
  --global--color-black: #111;
  --global--color-gray: #cecece;
  --global--color-gray-dark: #b2b2b2;
  --global--color-gray-light: #f2f2f2;
  --global--color-blue: #06113a;
  --global--color-blue-sky: #4895ef;
  --global--color-blue-sky-hover: #06113A;
  --global--color-red: #A9343F;
  --global--color-red-hover: #ff4252;
  --global--color-green: #1C8375;
  --global--color-green-hover: #1e999f;
  --global--color-green-light: #ecf2f2;
  --global--color-purpule: #6c69aa;
  --global--color-purpule-light: #F0F4FD;
  --global--color-link: #445CFF;
  --global--color-button-red: #d32d3b;
  --global--color-button-blue: #06113a;
  --global--color-yellow: #F2CD78;
  --global--color-orange: #F87C56;
  --global--color-orange-hover: #f48c6d;
  --global--color-pink: #c3355d;
  --global--color-pink-hover: #EFA5A8;

  --global--color-violet: #868EBB;
  --global--color-blue-canard: #0C4160;
  --global--color-marron: #BC6446;
  

  /* Font Size */
  --global--font-size-h1: 3.125rem;
  --global--font-size-h2: 2rem;
  --global--font-size-h3: 1.75rem;
  --global--font-size-h4: 1.188rem;
  --global--font-size-h5: 18px;
  --global--letter-spacing: normal;
}

body {
  overflow-x: hidden !important;
  font-size: 18px !important;
  line-height: 28px;
  color: var(--global--color-black) !important;
  background-color: #fff;
}

body a {
  color: var(--global--color-blue-sky);
  text-decoration: none !important;
}
a:hover{
  color: var(--global--color-blue);
}
body.no-scroll{
  overflow: hidden !important;
}

a.fasc-button.rounded.fasc-size-large,
.fasc-rounded-medium.fasc-size-large{
  border-radius: 5px !important;
  padding: 8px 18px !important;
}

.et_pb_text ol,
.et_pb_text ul {
  padding-bottom: 0.3em;
}

.wp-caption {
  border: 0 !important;
  background: none !important;
}
/*Fin Boutons Thales */

.et_pb_video_box video {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
}

.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: var(--global--color-blue);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}

.left-quote {
  content: "&#8216";
  font-size: 20px;
  color: red;
}

.max_width_section {
  max-width: 75%;
}
.max_width_section_70 {
  max-width: 70%;
}
.max_width_section_65 {
  max-width: 65%;
}

.et_pb_row,
.container {
  max-width: 1280px;
  width: 95%;
}
.container {
  padding-left: 0;
  padding-right: 0;
}

.section-accueil-lieux .vignette-centres {
  text-align: center;
}

/**********************************************************/
/****  TITRES
/**********************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  color: var(--global--color-blue);
}

h1 {
  font-size: var(--global--font-size-h1);
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

h2 {
  font-size: var(--global--font-size-h2);
}
h3 {
  font-size: var(--global--font-size-h3);
  color: var(--global--color-green) !important;
  font-weight: 400;
}
h4{
  font-size: var(--global--font-size-h4);
}

* {

}

body p {
  line-height: 28px;
  color: var(--global--color-black);
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 0;
}


.top-banner h1 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  font-weight: 800;
}

.top-banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/*.maxsize_h3 h3 {
  font-weight: 700;
  font-size: 30px;
  color: var(--global--color-blue) !important;
  line-height: 36px;
}


.title_p p {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: var(--global--color-blue) !important;
}

.title_h4 h4 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: var(--global--color-blue) !important;
}

.title_p_mobile p {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: red !important;
}*/

.i-circle {
  background: #e6e6ef;
  color: var(--global--color-red);
  padding: 15px 20px;
  border-radius: 50%;
  font-size: 35px;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
}


/**********************************************************/
/****  FIL ARIANE
/**********************************************************/

.fil-ariane{
  font-size: 15px;
  font-weight: 600;
  padding-top: 30px;
  color: #fff;
}
.fil-ariane.mobile{
  display: none;
}
.fil-ariane.mobile,
.fil-ariane.mobile a{
  color: #fff;
}
.fil-ariane p{
  margin: 0;
}
.fil-ariane a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.fil-ariane .aioseo-breadcrumb-separator,
.fil-ariane .sep{
  padding: 0 7px;
  font-size: 15px;
  color: #fff;
}
.section-offre-top-banner .fil-ariane,
.section-offre-top-banner .fil-ariane a{
  color: #fff;
}

.page-video .header-page .fil-ariane,
.page-actualites .header-page .fil-ariane,
.page-archives .header-page .fil-ariane{
  width: 80%;
  margin: 0 auto;
}
.page-actualites .header-page .fil-ariane,
.page-actualites .header-page .fil-ariane a,
.page-temoignages .header-page .fil-ariane,
.page-temoignages .header-page .fil-ariane a,
.page-video .header-page .fil-ariane,
.page-video .header-page .fil-ariane a,
.page-archives .header-page .fil-ariane,
.page-archives .header-page .fil-ariane a,
.page-ressources-listing .header-page .fil-ariane,
.page-ressources-listing .header-page .fil-ariane a{
  text-align: left;
  color: #fff;
}

.single-page .fil-ariane{
  padding-top: 0;
  margin-bottom: 15px;
}

.fil-ariane li{
  list-style: none;
  display: inline-block;
}
.content-post .fil-ariane li,
.content-page .fil-ariane li{
  padding-left: 0;
  padding-right: 11px;
}
.content-post .fil-ariane li:before,
.content-page .fil-ariane li:before{
  display: none;
}
.content-page .fil-ariane li.sep{
  padding: 0 11px;
}


.lire-aussi {
  color: #000;
  font-size: 14px;
  line-height: 15px;
  padding: 15px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: url(images/favicon-2020.svg) left center no-repeat;
  background-size: 23px;
  padding-left: 33px;
  margin-bottom: 20px;
}

.lire-aussi a {
  color: var(--global--color-blue);
  font-weight: bold;
}

.small-section-purple {
  background-color: var(--global--color-purpule) !important;
  border-radius: 10px;
}

.small-section-purple p {
  color: #fff;
}

.small-section-purple ul{
  margin-top: 20px;
}

.small-section-purple ul li {
  color: #fff;
  font-size: 16px;
}

.small-section-purple-light {
  background-color: var(--global--color-purpule) !important;
  border-radius: 10px;
}

.small-section-purple-light p {
  color: var(--global--color-black);
}

.small-section-blue{
  background-color: var(--global--color-blue) !important;
}

.small-section-blue p {
  color: #fff;
}

.small-section-blue ul{
  margin-top: 20px;
}

.small-section-blue ul li {
  color: #fff;
  font-size: 16px;
}

 /*#page-container{
    padding-top: 84px;
  }
.home #page-container,
.page-contact #page-container,
.page-actualites-cours-thales #page-container,
.page-videos #page-container,
.page-template-page-ressources-listing #page-container,
.page-brochures #page-container,
.page-reunions-dinformation #page-container,
.page-candidature-professeurs #page-container,
.page-ouvrages #page-container,
.page-archives #page-container,
.page-plan-du-site #page-container,
.page-donnees-personnelles #page-container,
.page-les-mentions-legales-du-site-cours-thales #page-container,
.page-cgv #page-container{
    padding-top: 42px;
}*/

#page-container{
    padding-top: 42px;
}

body.has-menu-categorie #page-container{
    padding-top: 84px;
}

body #main-content .page-ressources-listing .container .content-texte{
  margin-top: -40px;
}

/******HEADER ******/
.dd-fixed-header{
  padding: 5px 0 0 0 !important;
}


.header-top{
  background: var(--global--color-blue);
  background-color: var(--global--color-blue) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10011 !important;
}
.logged-in.admin-bar .header-top{
  top:32px;
}
.dd-fixed-header.header-top{
  padding: 5px 0 5px 0 !important;
}
.dd-fixed-header.header-top .et_pb_column.et-last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

/**********************************************************/
/****  HEADER
/**********************************************************/
.new-header-top{
  overflow: visible !important;
  height: 42px;
}
.new-header-top > .et_pb_row{
  display: flex;
  align-items: center;
}
.new-header-top .col-1,
.new-header-top .col-3{
  width: 34.6667%;
}
.new-header-top .col-2{
  width: 19.6667%;
}
.new-header-top .dd-logo {
    padding-top: 0px;
    margin-top: -4px;
}
.new-header-top .menu-top-left {
  margin-top: 4px;
}
.new-header-top .menu-top-left .et_pb_menu__menu{
  display: flex !important;
}
.new-header-top .menu-top-left .et_mobile_nav_menu{
  display: none !important;
}
.new-header-top .menu-top-left ul#mega-menu-primary-menu > li > a{
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 12px !important;
  height: auto !important;
  align-items: center !important;
}
.new-header-top .menu-top-left ul#mega-menu-primary-menu{
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 !important;
}

.new-header-top .menu-top-left ul#mega-menu-primary-menu > li:not(:last-child) {
    margin-right: 30px !important;
}
.new-header-top li.btn-nos-preparations > a{
  position: relative !important;
  display: block !important;
  padding-left: 26px !important;
  height: auto !important;
}
.new-header-top li.btn-nos-preparations > a:before, .new-header-top li.btn-nos-preparations > a:after {
    content: '' !important;
    width: 20px !important;
    height: 2px !important;
    left: 0 !important;
    display: block !important;
    background: #fff !important;
    position: absolute !important;
    -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
.new-header-top li.btn-nos-preparations > a:before {
  top: -1px !important;
}
.new-header-top li.btn-nos-preparations > a:after {
    bottom: 1px !important;
}
.new-header-top li.btn-nos-preparations > a > span {
    opacity: 1 !important;
    height: 2px !important;
    background: #fff !important;
    width: 20px !important;
    margin: 0 !important;
    display: block !important;
    top: 4px !important;
    left: 0 !important;
    position: absolute !important;
    -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
    transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
  .new-header-top li.btn-nos-preparations > a > span:after{
    display: none !important;
  }

  .new-header-top li.btn-nos-preparations > a.active:before{
    transform: rotate(45deg);
    top: 5px !important;
  }
  .new-header-top li.btn-nos-preparations > a.active:after{
    transform: rotate(-45deg);
    bottom: 5px !important;
  }
  .new-header-top li.btn-nos-preparations > a.active > span{
    opacity: 0 !important;
  }

.new-header-top .et_pb_menu{
  background: none !important;
}
.new-header-top .menu-top-left #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.btn-nos-preparations > ul.mega-sub-menu{
  opacity: 0 !important;
  visibility: visible !important;
  transform: translate(0, 14.5px) !important;
  display: none;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.new-header-top .menu-top-left #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.btn-nos-preparations > ul.mega-sub-menu.active{
  opacity: 1 !important;
  /*border: 1px solid var(--global--color-gray);
  border-top: none;*/
  border: none;
/*  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);*/
}
.new-header-top .menu-top-left #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  // background: var(--global--color-gray-light);
  background: #fff;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}

.new-header-top .menu-top-left #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.new-header-top .menu-top-left #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
  color: var(--global--color-blue) !important;
  font-weight: 700 !important;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.new-header-top .menu-top-left .et_pb_menu li li.current-menu-item > a,
.new-header-top .menu-top-left .mega-current-menu-item > a{
  color: var(--global--color-blue) !important;
  font-weight: 700 !important;
}
.new-header-top #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
  color: #fff !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link:before{
  margin:0 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-custom-icon:before{
  margin: 0 6px 0 0px !important;
}
.new-header-top .menu-top-right a{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
}
.new-header-top .menu-top-right ul{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
}
.new-header-top .menu-top-right ul li:not(:last-child) {
    margin-right: 20px;
}
.logo-thales-top .et_pb_image_wrap{
  text-align: center;
}

/********************************************************/
.header-menu-desktop{
  padding-top: 6px !important;
  margin-top: 0 !important;
  position: fixed !important;
  top: 42px !important;
  left: 0 !important;
  width: 100% !important;
}
.logged-in.admin-bar .header-menu-desktop{
  padding-top: 37px !important;
}
.dd-fixed-header .et_pb_button_module_wrapper{
  float: right;
}
.dd-fixed-header .et_pb_button {
  float: right;
}
.header-top .et_pb_module{
  margin-bottom: 0 !important;
}

.dd-fixed-header .lien-mon-compte{
  margin-top: 1px;
  margin-right: 40px;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 14px;
}
  .dd-fixed-header .lien-mon-compte a{
    font-size: 14px;
    color: #fff;
  }
  .dd-fixed-header .lien-mon-compte p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
  }

.header-menu-desktop .et_pb_menu ul li a {
  color: var(--global--color-blue); /* Menu Text Color After Scroll */
}

.et-menu a:hover {
    opacity: 1 !important;
}
.header-menu-desktop .et_pb_menu
  .nav
  li
  ul.sub-menu
  a {
  color: var(--global--color-blue);
  white-space: nowrap;
}
.header-menu-desktop .et_pb_menu .nav li ul.sub-menu a {
  white-space: nowrap;
}

.header-menu-desktop .et_pb_menu .nav li ul.sub-menu a:hover {
  background: #f1f1f1;
}

.header-menu-desktop .et_pb_menu ul li a {
  color: var(--global--color-blue);
  font-size: 16px;

  word-break: keep-all;
}
.header-menu-desktop .et_pb_menu ul li > a{
  font-weight: 700 !important;
}
.header-menu-desktop .et_pb_menu ul li li{
  padding: 0 5px;
}
.header-menu-desktop .et_pb_menu ul li ul li a{
  font-weight: 400 !important;
}
.header-menu-desktop .et_pb_menu_0_tb_header.et_pb_menu ul li a {
  color: var(--global--color-blue); /* Menu Text Color After Scroll */
}
@media (max-width: 980px) {

  .dd-fixed-header .lien-mon-compte{
    margin-top: 1px;
    display: inherit;
    justify-content: inherit;
    width: auto;
    transform: translate(0, 0);
  }

  .dd-fixed-header .et_pb_column{
    margin-bottom: 0 !important;
  }
  .dd-fixed-header p{
    text-align: center !important;
    margin-bottom: 0;
  }
  .et_pb_row.header_thales .et_pb_column{
    margin-bottom: 0px !important;
  }
  .header_thales .et_pb_column_1_5{
    width: 25% !important;
  }
  .header_thales .et_pb_column_3_5{
    width: 50% !important;
  }

}

.header-menu-desktop .et_pb_column_2_5{
  width: 25%;
    margin-right: 3%;
}
.header-menu-desktop .et_pb_column_3_5{
  width: 72%;
}

.header-menu-desktop .et_pb_row .et_pb_column{
  display: flex;
}
.header-menu-desktop .et_pb_module{
  margin-bottom: 0 !important;
}
.header-menu-desktop #dd-full-menu{
  width: 100%;
}
.header-menu-desktop .nom-categorie-header{
  margin-right: 50px;
}

.header-menu-desktop .nom-categorie-header{
  font-size: 20px;
  font-weight: bold;
  color: var(--global--color-blue);
  margin-left: 0;
}
.header-menu-desktop .nom-categorie-header a {
  font-size: 20px !important;
}
.header-menu-desktop .nom-categorie-header .et_pb_text_inner {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.header-menu-desktop .nom-categorie-header p{
  font-size: 20px !important;
  font-weight: bold;
  line-height: 24px !important;
  color: var(--global--color-blue) !important;
  margin-bottom: 0 !important;
  padding-top: 1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.header-menu-desktop .nom-categorie-header a{
  color: var(--global--color-blue) !important;
}
.header-menu-desktop .nom-categorie-header span{
  color: var(--global--color-red);
}
.header-menu-desktop .nom-categorie-header img{
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}

#dd-section .nom-categorie-header{
  font-size: 22px;
  font-weight: bold;
  color: var(--global--color-blue);
  margin-left: 0;
  margin-bottom: 0;
}
#dd-section .nom-categorie-header{
  font-size: 30px !important;
  font-weight: bold;
  line-height: 28px !important;
  color: var(--global--color-blue) !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  text-align: left;
  padding-left: 0;
}
#dd-section .nom-categorie-header > div{
  position: relative;
  display: flex;
  align-items: center;
}
#dd-section .nom-categorie-header p{
  margin-bottom: 0 !important;
  font-size: 29px !important;
  font-weight: bold;
  line-height: 28px !important;
  color: var(--global--color-blue) !important;
  display: flex;
  align-items: center;
}
#dd-section .nom-categorie-header a{
  font-size: 30px !important;
  font-weight: bold;
  line-height: 28px !important;
  color: var(--global--color-blue) !important;
}
#dd-section .nom-categorie-header img{
  height: auto;
  width: 30px;
  margin-right: 21px;
}

.menu-page-secondaire{
  padding: 10px 0 0 0 !important;
}

#burger-menu {
  display: block;
}

@media(min-width: 981px) {
  #burger-menu {
    display: none;
  }
}

#dd-section {
  right: -100%;
  position: fixed;
  top: 119px !important;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: right 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: right 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  border-top: 1px solid var(--global--color-blue);
  height: calc(100% - 69px);
}
#dd-section.dd-m-menu {
  top: 119px !important;
  overflow-x: hidden;
  right: 0;
}

#dd-section li.btn-nos-preparations > a{
  position: relative;
}
#dd-section li.btn-nos-preparations > a span.mega-indicator{
  display: none !important;
}
#dd-section li.btn-nos-preparations > a:after{
  content: '\f140';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block !important;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
  float: right;
}
#dd-section li.btn-nos-preparations > a.active:after{
  transform: rotate(180deg);
}
#dd-section .ligne-mon-compte{
  padding: 25px 0 !important;
}

#dd-section .ligne-filiere{
  padding: 15px 0 !important;
  border-bottom: 1px solid var(--global--color-blue);
  width: 100% !important;
}

.ligne-mon-compte .lien-mon-compte,
.ligne-mon-compte .lien-mon-compte p{
  margin: 0;
}

#dd-menu-mobile{
  border: none !important;
  padding-top: 20px;
}


#dd-menu-mobile .mobile_menu_bar {
  display: none;
}

#dd-menu-mobile .et_mobile_menu {
  display: block !important;
  border-top: none;
  box-shadow: none;
  position: relative;
}

.mobile_nav ul{
  list-style: none;
}



.mobile_nav ul .menu-item{
  margin-bottom: 10px;
}

/******MOBILE MENU ******/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu
  .et_mobile_nav_menu
  .mobile_nav.opened
  .mobile_menu_bar::before {
  content: "\4d";
}

/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  li.page_item_has_children
  .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
}

/*some code to keep everyting positioned properly*/

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu
  > li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  > li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children {
  position: relative;
}

/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}

/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
  visibility: hidden !important;
}

/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  .menu-item-has-children
  .sub-menu.visible,
.et-db
  #main-header
  ul.et_mobile_menu
  .menu-item-has-children
  .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  li.menu-item-has-children
  .mobile-toggle {
  text-align: center;
  opacity: 1;
}

/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  li.menu-item-has-children
  .mobile-toggle::after {
  top: 10px;
  position: relative;
  font-family: "ETModules";
  content: "\33";
  color: var(--global--color-red);
  background: #f0f3f6;
  border-radius: 50%;
  padding: 3px;
}

/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  li.menu-item-has-children.dt-open
  > .mobile-toggle::after {
  content: "\32";
}

/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
  position: absolute;
  right: 5%;
  margin-left: -20px;
  top: -14px;
  width: 0;
  height: 0;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}

/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
  position: relative;
  display: block;
  bottom: 10px;
  line-height: 0;
}

/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
  background-color: #ffffff !important;
  border-radius: 10px;
}

.logo_mobile img {
  max-width: 70%;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  li.page_item_has_children
  .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 24px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-size: 20px;
  color: var(--global--color-blue);
}

#dd-menu-mobile.dd-submenu ul li a {
  font-size: 18px;
}
#dd-menu-mobile.dd-submenu ul li > .sub-menu{
  padding-left: 15px !important;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db
  #et-boc
  .et-l
  ul.et_mobile_menu
  .menu-item-has-children
  .sub-menu.visible,
.et-db
  #main-header
  ul.et_mobile_menu
  .menu-item-has-children
  .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}
/******FIN MOBILE MENU ******/


#dd-menu-mobile .et_mobile_nav_menu,
#dd-menu-mobile .mobile_nav {
  width: 100%;
}

#dd-menu-mobile ul li a {
  text-align: center; /* Alignment of menu items */
  font-weight: 500 !important; /* Font-weight of menu items */
  border-bottom: none; /* Bottom border of menu items */
  cursor: default;
}

#dd-menu-mobile ul li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

#dd-menu-mobile ul li.menu-item-has-children > a {
  background-color: rgba(0, 0, 0, 0);
}

#dd-menu-mobile.dd-submenu ul li a {
  text-align: left; /* Alignment of menu items in case sub-items exist */
}

#dd-menu-mobile .mobile_nav li ul.hide {
  display: none !important;
}

#dd-menu-mobile .mobile_nav .menu-item-has-children {
  position: relative;
}

#dd-menu-mobile .mobile_nav .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700; /* Font-weight of submenu parent menu item icons */
  cursor: default;
  z-index: 3;
}

#dd-menu-mobile span.menu-closed:before {
  content: "L";
  display: block;
  color: #333; /* Color of submenu parent menu item icons */
  font-size: 16px;
  font-family: ETmodules;
}

#dd-menu-mobile span.menu-closed.menu-open:before {
  content: "K";
}

.dd-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*@media (max-width: 980px) {
  .et_pb_section.et_pb_section_1_tb_header,
  .et_pb_row.et_pb_row_2_tb_header,
  .et_pb_column.et_pb_column_4_4.et_pb_column_2_tb_header.dd-flex-column {
    height: 80px;
  }
}*/

header.et-l--header.dd-cfixed-header {
  position: fixed;
  top: -150px;
  width: 100%;
  z-index: 999999;
}

@media (max-width: 980px) {
  header.et-l--header.dd-cfixed-header-mobile {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}

body.admin-bar header.et-l--header.dd-cfixed-header {
  z-index: 999;
}

.dd-fixed-header,
.dd-fixed-header-mobile {
  -webkit-transition: background-color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.dd-fixed-header-mobile{
  background: #fff;
}

.et-menu a:hover {
    opacity: 1 !important;
}

.et-menu .sub-menu li > a{
  padding: 9px 20px 9px 10px !important;
  border-bottom: 1px solid #cecece;
}
.et-menu .sub-menu li:last-child > a{
  border: none;
}

.et-menu .menu-item-has-children > a:first-child:after {
  font-size: 16px;
  color: var(--global--color-pink);
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  font-weight: 800;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
.et-menu .menu-item-has-children:hover > a:first-child:after {
  transform: rotate(-180deg);
}

.et-menu .sub-menu .menu-item-has-children > a:first-child:after {
  top: 8px !important;
}
.et-menu .sub-menu .menu-item-has-children:hover > a:first-child:after {
  transform: rotate(-90deg);
}

.dd-logo{
  padding-top: 7px;
}
.dd-logo img{
  width: 156px !important;
}
.new-header-top .dd-logo img{
  width: 119px !important;
}

#burger-menu p{
  margin: 0 !important;
}
#burger-menu a{
    text-indent: -9000px;
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
    float: right;
    -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
#burger-menu a span{
  opacity: 1;
  height: 4px;
  background: var(--global--color-blue);
  width: 100%;
  display: block;
  top: 13px;
  right: 0;
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}

#burger-menu a:before,
#burger-menu a:after{
  content: '';
  width: 35px;
  height: 4px;
  left: 0;
  display: block;
  background: var(--global--color-blue);
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
#burger-menu a:before{
  top:0;
}
#burger-menu a:after{
  bottom: 0;
}


#burger-menu.active a span{
  opacity: 0;
}

#burger-menu.active a:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}
#burger-menu.active a:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
}
.bloc-phone-header p {
    position: relative;
    padding-left: 21px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;

}
  .bloc-phone-header p:before {
      content: "\25B6 \FE0E";
      position: absolute;
      top: 1px;
      left: 0;
      font-size: 16px;
      color: var(--global--color-red);
  }
  body .et_pb_module.et_pb_blurb.bloc-phone-header a,
  body .bloc-phone-header a {
      color: var(--global--color-blue) !important;
      text-decoration: none;
      font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif !important;
  }
@media (min-width: 980px) {
  .bloc-phone-header{
    margin-top: 6px !important;
  }
  .bloc-phone-header p {
      font-size: 16px;
  }
  .bloc-phone-header a{
    font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif !important;
  }
  body .et_pb_module.et_pb_blurb.bloc-phone-header a,
  body .bloc-phone-header a {
      color: #fff !important;
  }
}
.dd-logo-mobile img{
  width: 68px !important;
}

.new-header-mobile .row-header-top-mobile{
  padding: 15px 0;
  width: 100% !important;
  border-bottom: 1px solid #fff;
}
.new-header-mobile .header-top-mobile{
  max-width: 95%;
  margin: 0 auto;
}
.new-header-mobile .header-top-mobile ul{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
}
.new-header-mobile .header-top-mobile ul li a{
  color: #fff;
}
.new-header-mobile{
  background: var(--global--color-blue);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.new-header-mobile .bloc-phone-header p{
  margin: 0;
  padding: 0;
}
  .new-header-mobile .bloc-phone-header p:before {
    display: none;
  }
/*.new-header-mobile .bloc-phone-header a{
  text-indent: -9000px;
  display: block;
  width: 40px;
  height: 31px;
  background: url(assets/images/telephone-enveloppe-blanc.svg) no-repeat top center;
  background-size: cover;
}*/
.new-header-mobile .bloc-phone-header a{
  display: block;
  width: 39px;
  height: 34px;
  position: relative;
  margin-top: -3px;
}
.new-header-mobile .bloc-phone-header a:before {
  content: '\f015';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 31px;
  color: #fff;
  font-size: 32px;
  display:none;
}

.new-header-mobile .dd-logo-mobile{
  text-align: center;
  margin-top: 2px !important;
}
.new-header-mobile .dd-logo-mobile img{
  width: 145px !important;
}
.new-header-mobile #burger-menu a {
    height: 28px;
}
.new-header-mobile #burger-menu a span{
  background: #fff;
  top: 12px;
  border-radius: 2px;
}

.new-header-mobile #burger-menu a:before,
.new-header-mobile #burger-menu a:after{
  background: #fff;
  border-radius: 2px;
}

.dd-social-follow li {
  margin-bottom: 0;
}

#dd-full-menu{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#dd-full-menu .et_pb_menu__menu,
#dd-full-menu .et-menu-nav,
#dd-full-menu .et-menu-nav .et-menu {
  width: 100%;
}

#dd-full-menu .et-menu-nav .et-menu {
  /*-webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;*/
  justify-content: flex-start;
}

.dd-search input.et_pb_searchsubmit {
  background: transparent !important;
  border: none !important;
  padding: 0 20px;
  z-index: 99;
}

.dd-search-icon {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0.715em 17px;
  background-color: var(--global--color-blue); /* background-color of Search Icon */
  border-left: 1px solid rgba(0, 0, 0, 0); /* Left Border of Search Icon */
}

.dd-search-icon:after {
  content: "U";
  font-family: "ETmodules" !important;
  display: block;
  font-size: 17px; /* Font-size of Search Icon */
  font-weight: bold;
  color: #fff; /* Color of Search Icon */
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.admin-bar header.et-l--header.dd-cfixed-header {
  top: -118px;
}



/**********************************************************/
/****  MENU
/**********************************************************/

/*add icon to Divi submenu items*/
.et-menu li li a {
  width: 100% !important;
  word-break: keep-all;
  padding: 6px 20px 6px 0px !important;
}


.nav li li ul{
    top: -6px !important;
    left: 100% !important;
}
.nav li.et-reverse-direction-nav li ul {
    left: inherit !important;
    right: 100% !important;
}

.nav li li.menu-item-has-children:last-child ul{
  left: inherit !important;
  right: 100% !important;
}

.nav li ul {
  border-top: none;
  width: auto !important;
}
.nav li ul > li{
  display: block !important;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: 25px !important;
    left: 0;
    box-shadow: none;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child>ul{
  left: inherit;
  right: 0;
}
.nav li ul:before{
  content: '';
  width: 100%;
  border-top: 1px solid var(--global--color-blue);
  top: 2px;
  left: 0;

}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{
  padding-bottom: 12px !important;
}

.et_pb_menu li.mega-menu ul {
  border-radius: 7px;
}

.et_pb_menu li.mega-menu > ul > li > a:first-child:before {
  content: "";
}

.et_pb_menu li.mega-menu > ul > li > a:first-child {
  color: var(--global--color-blue);
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  content: "";
  padding-bottom: 15px;
}

.et_pb_menu li.mega-menu > ul > li > a:first-child:hover {
  border-bottom: 3px solid var(--global--color-purpule);
}

.et_pb_menu li ul {
  padding: 10px !important;
}

.et_pb_menu li {
  padding: 0;
}

.et_pb_menu li li a:first-child {
  color: var(--global--color-blue);
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

.et_pb_menu li li a:first-child:before {
  content: "";
}

.et_pb_menu li li a:hover {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  color: var(--global--color-red);
}
.header-menu-desktop .et_pb_menu ul li ul li.current-menu-item > a {
  font-weight: 700 !important;
}


.et_pb_menu li li.current-menu-item > a,
.mega-current-menu-item > a{
/*  color: var(--global--color-red) !important;*/
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0;
  display: flex !important;
}


/**********************************************************/
/****  FOOTER
/**********************************************************/

.section-footer{
  background: var(--global--color-blue)!important;
  padding-bottom: 50px !important;
}

@media (min-width: 981px){
  .section-footer .col-2{
    width: 23.875% !important;
  }
  .section-footer .col-3,
  .section-footer .col-4{
    width: 18.875%;
  }
}
.logo-thales-footer{
  max-width: 156px;
}
.logo-thales-footer img{
  width: 100%;
}
.thales-adresse a{
  color: #fff;
}

/**********************************************************/
/****  SOCIALS MEDIA
/**********************************************************/

.reseaux-footer li{
  margin-right: 10px;
}

.et_pb_social_media_follow li a.icon{
  border-radius: 0 !important;
}

.et_pb_social_icon a.icon:before {
  font-family: "Font Awesome 6 Brands";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

.et-social-facebook a.icon:before {
  content: "\f09a";
}

.et-social-twitter a.icon:before {
  content: "\f099";
}

.et-social-instagram a.icon:before {
  content: "\f16d";
}

.et-social-youtube a.icon:before {
  content: "\f167";
  background: #c4302b;
}

.et-social-linkedin a.icon:before {
  content: "\f0e1";
}

.et-social-google a.icon:before {
  content: '';
  background: #fff url(assets/images/icon-google-news.svg) no-repeat center;
  background-size: 85%;
}

.et-social-flipboard a.icon:before {
  content: '';
  background: #fff url(assets/images/icon-feedly.svg) no-repeat center;
  background-size: 85%;
}
.et-social-rss a.icon:before {
  content: '';
  background: url(assets/images/icon-rss-blanc.svg) no-repeat center;
  background-size: 55%;
}

.et-social-bandcamp a.icon:before {
  content: '';
  background: url(assets/images/icon-deezer.svg) no-repeat center;
  background-size: 90%;
}

.et_pb_social_media_follow li.break{
  display: block;
  margin: 0;
  width: 0;
  height: 0;
}

/**********************************************************/
/****  AVIS GOOGLE
/**********************************************************/

.wp-gr {
  contain: layout style;
}

.box-avis-google .wp-gr.wpac .wp-google-name a{
  color: #fff !important;
}
.box-avis-google .wp-gr.wpac .wp-google-left{
  float: left;
  margin-right: 20px;
}
.box-avis-google .wp-gr.wpac .wp-google-right{
  float: left;
  width: calc(100% - 80px);
}
.box-avis-google .wp-gr.wpac .wp-google-left img{
  border:2px solid #fff !important;
  border-radius: 0 !important;
}
.box-avis-google .wp-gr .wp-google-powered {
    color: #777!important;
    margin: 6px 0 0!important;
}
.box-avis-google .wp-gr .wp-google-wr {
    margin: 15px auto 8px -6px!important;
}

.box-avis-google .wp-gr .wp-google-rating {
    color: #e7711b!important;
    font-size: 20px!important;
    font-weight: 600!important;
    margin: 0 6px 0 0!important;
    vertical-align: middle!important;
}

.box-avis-google .wp-gr .wp-google-wr a {
    color: #fff!important;
    padding: 8px 20px 10px!important;
    border-radius: 27px!important;
    background: #427fed!important;
    white-space: nowrap!important;
    text-shadow: 1px 1px 0 #888!important;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
    user-select: none!important;
    transition: all .2s ease-in-out!important;
}
.box-avis-google .wp-gr .wp-google-wr a svg {
    padding: 1px;
    margin: 0 0 0 4px;
    background: #fff;
    border-radius: 50%;
}

.titre-centre-footer p,
.titre-informez-footer p{
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
}
.centres-footer p{
  color: #fff !important;
}
.titre-footer {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 50px !important;
}
.titre-footer:before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 24%;
  height: 6px;
  background-color: var(--global--color-pink);
}
.titre-footer a{
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
}

.section-footer .et_pb_button:hover{
  background-color: var(--global--color-red) !important;
}
.footer-menu-row{
  border-top:1px solid #fff;
  padding-top: 20px;
}
.bloc-avis-footer{
  border-top:1px solid #fff;
  padding-top: 20px;
  color: #fff;
}
  .bloc-avis-footer p{
    color: #fff;
  }
  .bloc-avis-footer strong{
    color: var(--global--color-red);
  }

.menu-footer{
  padding-bottom: 40px;
}
.menu-footer .et_pb_menu__menu{
  display: block !important;
}
.menu-footer .et_mobile_nav_menu{
  display: none !important;
}
.et_pb_menu.menu-footer .et_pb_menu__menu>nav{
  display: block !important;
}
.et_pb_menu.menu-footer .et_pb_menu__menu > nav > ul{
  display: block;
}
.et_pb_menu--without-logo.menu-footer .et_pb_menu__menu>nav>ul>li {
    margin-top: 6px;
    display: block;
}

.menu-footer a{
  color: #fff;
  font-size: 16px;
}
.menu-footer a:hover{
  color: var(--global--color-pink) !important;
  opacity: 1 !important;
}
.wp-google-powered img {
/*  display: none;*/
}

.wp-google-place .excellent {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif  !important;
  color: var(--global--color-blue-sky)  !important;
  text-transform: uppercase  !important;
  font-weight: 600  !important;
  font-size: 23px  !important;
  line-height: 30px  !important;
  margin-bottom: 10px  !important;
  display: block  !important;
}

/******FIN FOOTER ******/

/******ACCUEIL ******/

.dotted {
  border: 0.1px solid rgba(0, 0, 0, 0.1);
}

.accueil_title_p p {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: var(--global--color-blue) !important;
}

.section-accueil-top-banner-mobile P {
  color: #fff;
}

.section-accueil-top-banner h1 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  font-weight: 800;
}

.section-accueil-top-banner .et_pb_module_header h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}

.section-accueil-top-banner .left_bloc p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.section-accueil-top-banner .right_bloc p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.section-accueil-top-banner .right_bloc h2 {
  text-align: center;
}

.section-accueil-top-banner .right_bloc .bloc_p {
  text-align: center;
  color: #fff;
  font-size: 23px;
}


/*.section-accueil-directeur i {
  color: var(--global--color-grey);
}

.section-accueil-directeur span.quoteL:before {
  color: var(--global--color-blue);
  font-size: 90px;
  line-height: 50px;
}

.section-accueil-directeur span.quoteR:before {
  color: var(--global--color-blue);
  font-size: 90px;
  line-height: 50px;
}*/

/*.section-accueil-directeur .title_p {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: bold;
  line-height: 1em;
  font-size: 18px;
  color: var(--global--color-blue) !important;
}*/

.section-accueil-lieux p {
  color: #fff;
}

.section-accueil-lieux .et-size-col,
  .section-accueil-lieux .et-size-col .et_pb_button{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
.section-accueil-lieux .et-size-col.et-change-size_active{
 width: 66.667% !important;
}
  .section-accueil-lieux .et-size-col.et-last-child .et_pb_button{

  }
  .section-accueil-lieux .et-size-col.et-last-child.et-change-size_active .et_pb_button{
    opacity: 1;
  }
  .section-accueil-lieux .et-size-col.first-col.change-size{

  }

.section-accueil-contact {
  background-color: #fff;
}
/*.h2 h2{
  font-weight: 600;
  font-size: 32px;
  color: var(--global--color-blue) !important;
}*/

.section-accueil-contact .et_pb_contact p input,
.section-accueil-contact .et_pb_contact p textarea {
    background-color: var(--global--color-gray-light);
}

.section-accueil-blog {
  background-color: var(--global--color-gray-light);
}


.stages-home-slider p {
  color: var(--global--color-black);
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin-top: 10px;
  padding-bottom: 5px;
}

.stages-home-slider .card-title {
  color: var(--global--color-blue);
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 5px;
}

.stages-home-slider .card-subtitle {
  color: var(--global--color-black);
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Mobile */

.et_pb_blog_grid h2 {
  font-size: 23px;
  margin-bottom: 20px;
  color: var(--global--color-blue);
  font-weight: bold;
  text-align: justify;
}

.et_pb_blog_grid h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--global--color-blue);
  font-weight: bold;
  height: 30px;
}

.et_pb_blog_grid h3 a {
  color: var(--global--color-purpule);
}

/*.et_pb_blog_0 .et_pb_post .post-meta,
.et_pb_blog_0 .et_pb_post .post-meta a,
#left-area .et_pb_blog_0 .et_pb_post .post-meta,
#left-area .et_pb_blog_0 .et_pb_post .post-meta a {
  font-size: 18px;
  color: var(--global--color-blue) !important;
  margin-bottom: 25px;
}

.et_pb_blog_0 .et_pb_post .post-meta,
.et_pb_blog_0 .et_pb_post .post-meta a:before {
  content: "\f02c";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  color: var(--global--color-purpule);
  font-size: 16px;
}*/



/******OFFRES ******/
.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

.section-offre-top-banner{
  position: relative;
  padding: 45px 0 20px 0 !important;
}

.section-offre-top-banner > .et_pb_row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.section-offre-top-banner:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .50;
}

.section-offre-top-banner.opacite-35:before{
  opacity: .35;
}
.section-offre-top-banner.opacite-40:before{
  opacity: .40;
}
.section-offre-top-banner.opacite-45:before{
  opacity: .45;
}
.section-offre-top-banner .et_pb_column{
  padding: 0 !important;
}


.section-offre-top-banner .small_p p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.section-offre-top-banner h2 {
  color: #fff !important;
}

.section-offre-top-banner p {
  color: #fff;
  font-weight: 600;
  margin-top: -5px;
}
.entry-content .section-offre-top-banner ul li:before{
  color: #fff;
}
.section-offre-top-banner .et_pb_promo{
  margin-bottom: 20px !important;
}

.section-slider-rubrique{
  padding: 0 !important;
  margin: 0 !important;
}
.slider-rubrique .owl-item > div{
  padding: 20px !important;
  margin: 0 10px !important;
  background: #fff !important;
  height: 100% !important;

}
.slider-rubrique .owl-carousel .owl-stage{
  height: 100% !important;
}
.slider-rubrique .owl-item{
  text-align: center !important;
  height: 100% !important;
}
.slider-rubrique .owl-item h3{
  text-align: center !important;
  margin-bottom: 10px;
}
.slider-rubrique .owl-item p{
  text-align: center !important;
}
.slider-rubrique .owl-item img{
  max-width: 20% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
  display: block !important;
}

.section-offre-intro {
  background-color: #f1eff6;
}
.section-offre-intro h2 {
  font-weight: 800;
  font-size: 36px;
  color: var(--global--color-blue) !important;
  text-align: center;
  line-height: 42px;
}

.section-offre-intro .valeurs-ajoutees p {
  font-size: 36px;
  color: var(--global--color-blue) !important;
  line-height: 40px;
  text-align: center;
}

.section-offre-intro .valeurs-ajoutees ul {
  list-style: none;
  line-height: 25px;
  font-size: 16px;
}

.section-offre-intro .valeurs-ajoutees i {
  color: var(--global--color-red);
}

.section-offre-stage h2 {
  font-weight: 800;
  font-size: 36px;
  color: var(--global--color-purpule) !important;
}

.section-offre-stage .bloc-1 h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e5f2;
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: #e7e5f2;
  color: var(--global--color-red);
}

.section-offre-stage .bloc-1 .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-offre-stage .bloc-2 h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e5f2;
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: #e7e5f2;
  color: var(--global--color-red);
}

.section-offre-stage .bloc-2 .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-offre-stage h3 {
  font-weight: 700;
  font-size: 30px;
  color: var(--global--color-blue) !important;
  line-height: 36px;
  text-align: left;
}

.section-offre-stage h4 {
  color: var(--global--color-purpule);
  font-weight: 800;
  font-size: 18px;
}



.section-offre-contraste .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-offre-contraste h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: none;
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: transparent;
  color: var(--global--color-red);
}

.section-rubrique-presentation-offres {
  background-color: var(--global--color-grey-light);
}

.section-rubrique-presentation-offres h2 {
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  color: var(--global--color-purpule) !important;
}

.section-offre h2 {
  font-weight: 800;
  font-size: 36px;
  color: var(--global--color-blue);
  text-align: center !important;
}

/******FIN OFFRES ******/

/******Tête Rubrique ******/
.section-rubrique-top-banner h1 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  font-weight: 800;
}

.section-rubrique-top-banner p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: -10px;
}


.section-offre-contraste {
  background-color: var(--global--color-gray-light);
  padding: 20px 0 !important;
}
.section-rubrique-defaut{
  padding: 20px 0 !important;
}

/*.section-rubrique-contraste h2,
.section-rubrique-defaut h2  {
  font-weight: 600;
  font-size: 32px;
  color: var(--global--color-blue) !important;
}*/
/*.section-rubrique-contraste h3,
.section-rubrique-defaut h3 {
  font-weight: 400;
  font-size: 28px;
  color: var(--global--color-green) !important;
  line-height: 32px;
  padding-bottom: 0;
}
*/
/*.section-rubrique-contraste h4,
.section-rubrique-defaut h4 {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: var(--global--color-blue) !important;
  padding-bottom: 0;
}*/




.top-ribbon .section-rubrique-defaut h2 {
  font-weight: 400;
  font-size: 32px;
  color: var(--global--color-blue) !important;
}

.section-rubrique-contraste {
  background-color: var(--global--color-gray-light);
}


.section-rubrique-contraste h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section-rubrique-contraste .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-rubrique-intro {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--global--color-grey-light) !important;
}

.section-rubrique-intro h2 {
  font-weight: 600;
  font-size: 32px;
  color: var(--global--color-blue) !important;
  text-align: center;
  line-height: 42px;
}

.section-rubrique-slider {
  background-color: var(--global--color-purpule);
}

/*.section-rubrique-slider h2 {
  font-weight: 600;
  font-size: 32px;
  color: #fff !important;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}*/

.section-rubrique-slider h4 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: var(--global--color-blue) !important;
}

/*.slider_stages_new h3 {
  padding: 6px 15px;
  color: #fff;
  background: var(--global--color-purpule);
  display: inline-block;
}

.slider_stages_new h5 {
  color: var(--global--color-blue);
  font-size: 30px !important;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider_stages_new ul {
  list-style: none;
}

.slider_stages_new ul li {
  line-height: 35px;
  font-size: 15px;
  color: var(--global--color-blue);
}

.slider_stages_new ul li i {
  color: var(--global--color-red);
  margin-right: 10px;
}

.slider_stages_new i {
  font-size: 22px;
  font-weight: 600;
  color: var(--global--color-red);
  display: inline-block;
}*/

.accordion i {
  color: var(--global--color-red);
  margin-right: 10px;
}

.section-rubrique-presentation {
  background-color: var(--global--color-blue);
}

.section-rubrique-presentation h2 {
  font-weight: 600;
  font-size: 32px;
  color: #fff !important;
  text-align: center;
}

.section-rubrique-presentation-directeur h3 {
  font-weight: 400;
  font-size: 30px;
  color: var(--global--color-blue) !important;
  line-height: 36px;
}



.section-rubrique-stage {
  background-color: #fff;
}
.section-rubrique-stage h2 {
  font-weight: 600;
  font-size: 36px;
  color: var(--global--color-purpule) !important;
}

.section-rubrique-stage h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section-rubrique-stage .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-rubrique-stage h3 {
  font-weight: 400;
  font-size: 23px;
  color: var(--global--color-blue) !important;
  line-height: 36px;
}

.section-rubrique-stage ul li {
  list-style: none;
  line-height: 26px;
  font-size: 16px;
}

.section-rubrique-stage ul i {
  margin-right: 10px;
  color: var(--global--color-red);
}

.section-rubrique-stage ul li::before {
  margin-right: 10px;
  color: var(--global--color-red);
}


.section-rubrique-video h2 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  color: var(--global--color-blue) !important;
}

.section-rubrique-contact h2 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  color: var(--global--color-blue) !important;
}

.section-rubrique-video h3 {
  font-weight: 400;
  font-size: 22px;
  color: var(--global--color-blue) !important;
  line-height: 36px;
}

.section-rubrique-video h4 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: var(--global--color-blue) !important;
}

.section-rubrique-carte {
  background-color: #fff;
}

.section-rubrique-carte h2 {
  font-weight: 600;
  font-size: 36px;
  color: var(--global--color-purpule) !important;
}

.section-rubrique-carte h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section-rubrique-carte .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section-rubrique-carte ul li {
  list-style: none;
  line-height: 26px;
}

.section-rubrique-carte ul i {
  margin-right: 10px;
  color: var(--global--color-red);
}

.section-rubrique-carte ul li::before {
  margin-right: 10px;
  color: var(--global--color-red);
}


.h2_subtitle h2 {
  font-size: 36px;
  color: var(--global--color-red) !important;
  line-height: 40px;
}

.purple_p_title p {
  font-weight: 800;
  text-align: left;
  font-size: 18px;
  color: var(--global--color-purpule) !important;
  line-height: 22px;
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
}

.purple_p_title i {
  margin-right: 6px;
}

.et_pb_slide_description .et_pb_slide_title {
  font-size: 25px;
  display: inline-block;
}

.bloc-reserver-stages-carousel a {
  color: var(--global--color-red);
  text-align: center;
}
/******FIN Tête Rubrique ******/

/******BROCHURES ******/

/*.section1-rubrique-brochures {
  background-color: #fff;
}

.section1-rubrique-brochures h2 {
  font-weight: 400;
  font-size: 32px;
  color: var(--global--color-blue) !important;
}

.section1-rubrique-brochures h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section1-rubrique-brochures .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section2-rubrique-brochures {
  background-color: var(--global--color-grey-light);
}

.section2-rubrique-brochures h2 {
  font-weight: 600;
  font-size: 36px;
  color: var(--global--color-blue) !important;
}

.section2-rubrique-brochures h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section2-rubrique-brochures .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section3-rubrique-brochures {
  background-color: #fff;
}

.section3-rubrique-brochures h2 {
  font-weight: 600;
  font-size: 36px;
  color: var(--global--color-blue) !important;
}

.section3-rubrique-brochures h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section3-rubrique-brochures .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.section4-rubrique-brochures {
  background-color: var(--global--color-grey-light);
}

.section4-rubrique-brochures h2 {
  font-weight: 600;
  font-size: 36px;
  color: var(--global--color-blue) !important;
}

.section4-rubrique-brochures h2 i {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--global--color-grey-light);
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--global--color-grey-light);
  color: var(--global--color-red);
}

.section4-rubrique-brochures .icon-flex-2,
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}*/

/******FIN BROCHURES ******/

/******RESSOURCES ******/
/******FIN RESSOURCES ******/

/******ACTUALITÉS ******/

/* Blog Grid */
.blog_header {
  /* Styles de l'entête du Blog */
}



.et_pb_post_extra.el_dbe_block_extended.image-background .post-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
}

.et_pb_post_extra.el_dbe_block_extended .post-content .post-data p {
  font-size: 16px;
}

.posts_by_category h3 {
  font-size: 21px;
}

/* Single */
/*.blog_container {
  margin-bottom: 30px;
}

.blog_container h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0;
  display: block;
  color: var(--global--color-purpule);
  font-weight: 650;
  clear: both;
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
}

.blog_container h3 {
  font-size: 22px;
  line-height: 23px;
  margin: 0 0 5px 0;
  padding-top: 0;
  font-weight: 400;
  color: var(--global--color-blue);
  clear: both;
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
}

.blog_container a {
  color: var(--global--color-red);
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
}



.et_pb_post_content_0_tb_body ul li {
  line-height: 1.5em;
  margin-left: 10px;
  position: relative;
  margin-bottom: 0;
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-size: 16px;
  list-style: disc;
}

.posts_h1 h1 {
  color: #fff;
  text-align: center;
}*/

/* Edit this block to change background color for the categories on top.*/
/*.stellar-post-layout-category a {
  background: var(--global--color-red);
  padding: 12px 20px;
  border-radius: 10px;
}*/

/* Edit this block to change background color for the tags.*/
/*.stellar-post-layout-content-section .stellar-post-tags a {
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}*/

/* Ends */

/*.stellar-post-layout-category a:not(:last-child) {
  margin-right: 10px;
}
*/
/* Add uniformity in width of both classic WordPress editor and Divi Builder based posts. */

/*.stellar-post-layout-content-section .et_pb_post_content .et_pb_section {
  padding: 0;
}

.stellar-post-layout-content-section .et_pb_post_content .et_pb_row {
  width: 100%;
}*/
/******FIN ACTUALITÉS ******/

/* FAQ */

.section-faq-top h2 {
  font-weight: 400;
  font-size: 36px;
  color: var(--global--color-blue) !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
}

.section-faq-questions h2 {
  font-weight: 400;
  font-size: 36px;
  color: var(--global--color-blue) !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  margin-bottom: 25px;
}
/* FIN FAQ */

/* Divi Separator */
.container:before {
  background-color: transparent !important;
}
.et_pb_widget_area_right {
  border-left: 0 !important;
}
.et_pb_widget_area_left {
  border-right: 0 !important;
}

h4.titre-stage {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  color: var(--global--color-purpule);
  font-weight: bolder;
}

.postStageItem ul {
  list-style: none;
}

.postStageItem ul li {
  margin-left: 10px;
  line-height: 25px;
  font-size: 16px;
  color: var(--global--color-black);
}
.bloc-accordion .et_pb_toggle_content .pictos li:before{
  display: none;
}
/* Slider Content */

#slider_stages {
  padding: 2% 2%;
  margin: 0px 0%;
  background-color: rgba(244, 204, 204, 0);
  min-height: 35px;
}

#slider_stages .owl-item .slider-title {
  font-size: 23px;
  text-align: left;
  color: var(--global--color-purpule);
  font-weight: bolder;
  text-align: center;
}

#slider_stages .owl-item .slider-button {
  text-align: center;
}

#slider_offres{
  background: var(--global--color-gray-light);
}

.section-rubrique-contraste #slider_offres{
  background: #fff;
}

#slider_offres .owl-item > div{
  padding: 20px !important;
}


#slider_offres .owl-item .slider-title {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  color: var(--global--color-blue);
  font-weight: bolder;
  text-align: center;
}

#slider_offres .owl-item .slider-button {
  text-align: center;
}

.owl-stage-outer h3 {
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  color: var(--global--color-blue);
  font-weight: bolder;
}

.owl-item p {
  line-height: 18px;
}

.owl-item .slider-title {
  font-size: 23px;
  color: var(--global--color-blue);
  font-weight: bolder;
  text-align: center;
}

.owl-item .slider-button {
  text-align: center;
}

.owl-stage-outer ul li {
  list-style: none;
  font-size: 14px;
  color: var(--global--color-black);
}

.owl-stage-outer ul li i {
  color: var(--global--color-red);
  margin-right: 5px;
}

.owl-stage-outer .maxbutton {
  text-align: center;
}

/********************  PAGES VIDEOS ******************/

.page-video{
  padding-bottom: 80px;
}
.page-video .header-page{
  background-color:var(--global--color-blue);
  padding-top:45px;
  padding-bottom: 20px;
}

.page-video .header-page .container{
  padding-top: 0 !important;
}

.page-video .content-texte{
  margin-bottom: 50px;
}


.post-video{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  cursor: pointer;
}
  .post-video .image-video{
    height: 188px;
    position: relative;
    background-position: center;
  }
  .post-video .image-video a{
    width: 100%;
    height: 100%;
    display: block;
  }
  .post-video .content-video{
    padding: 20px 10px;
    text-align: left;
    position: relative;
  }

  .post-video h3{
    font-size:17px;
    margin-bottom: 15px;
    color: var(--global--color-blue);
    min-height: 51px;
    font-weight: 400;
  }
   .post-video .content-video a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
   }
.post-video .btn:before {
    content: '';
    background: var(--global--color-pink);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 0;
}

.post-video .btn:after {
    content: '';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 10px;
    bottom: 35px;
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    display: block !important;
    z-index: 1;
}

/********************  PAGES ACTUALITES ******************/

.page-actualites{
  padding-bottom: 80px;
}
.page-actualites .header-page{
  background-color:var(--global--color-blue);
  padding-top:45px;
  padding-bottom:20px;
}
.page-actualites .container {
    max-width: 80%;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.page-actualites .content-texte{
  margin-bottom: 50px;
}

.page-actualites .item-post-card{
  height: 100%;
}

.page-actualites .col-item{
  margin-bottom: 30px;
}
.page-actualites .item-post{
  height: 100%;
}

/********************  PAGES ARCHIVES ******************/

.page-archives{
  padding-bottom: 80px;
}
.page-archives .header-page{
  background-color:var(--global--color-blue);
  padding-top:75px;
  padding-bottom:75px;
  text-align:center;
}
.page-archives .container {
    max-width: 80%;
    padding-top: 0 !important;
}

.page-archives .content-texte{
  margin-bottom: 50px;
}

.page-archives .header-page h1{
  color:#fff;
  font-size:56px;
}
.page-archives .item-post-card{
  height: 100%;
}

.page-archives ul li{
  font-size: 18px;
}
/********************  PAGES TEMOIGNAGES ******************/

.page-temoignages{
  padding-bottom: 80px;
}
.page-temoignages .header-page{
  background-color:var(--global--color-blue);
  padding-top:45px;
  text-align:left;
  position: relative;
}
.page-temoignages .header-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--global--color-black);
    opacity: .30;
}
.page-temoignages .header-page .content-header-page{
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
}
.page-temoignages .container {
/*    max-width: 90% !important;*/
    padding: 0 !important;
    width: 90% !important;
    max-width: 1280px !important;
}

.page-temoignages .content-texte{
  margin-bottom: 60px;

}
.page-temoignages .content-texte p{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.page-temoignages .item-post-card{
  margin-bottom: 0;
  height: 100%;
}
.page-temoignages .col-item{
  margin-bottom: 30px;
}

.page-temoignages #list-element{
  padding-top: 30px;
}

.bloc-avis-widget-temoignage{
  padding-top: 50px;
}
.widget-avis-temoignage{
  border: 1px solid var(--global--color-grey);
  padding: 30px 15px;
  border-radius: 10px;
}

.widget-avis-temoignage .wp-gr .wp-google-place .wp-star svg {
  width: 25px!important;
  height: 25px!important;
}

.widget-avis-temoignage .wp-google-left,
.widget-avis-temoignage .wp-google-name,
.widget-avis-temoignage .wp-google-powered{
  display: none !important;
}

.widget-avis-temoignage .wp-google-right div{
  float: left !important;
  margin-right: 50px !important;
}
.widget-avis-temoignage .wp-google-wr{
  margin-top: 0px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.widget-avis-temoignage .wp-google-rating{
  color: var(--global--color-blue) !important;
  font-size: 35px !important;
  margin-right: 30px !important;
}

.page-temoignages .temoignage{
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

/****************************************************/

.paginationS a{
    color: #fff;
    background: var(--global--color-pink);
    border: none !important;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    border-radius: .25rem;

}
.paginationS a:hover {
    background: var(--global--color-pink-hover);
    opacity: 1;
}


.paginationS{
  text-align: center;
  padding-top: 30px;
}
.paginationS .lds-dual-ring{
    display: none;
}

    .paginationS.loading a{
        display: none !important;
    }
    .paginationS.loading .lds-dual-ring{
        display: block;
    }


.lds-dual-ring {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin:  0 auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--global--color-grey-light);
  border-color: var(--global--color-grey-light) transparent var(--global--color-grey-light) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******************** SINGLE PAGE *********************/

.single-page .header-page{
  background-color:var(--global--color-blue);
  padding-top: 45px;
  padding-bottom: 0;
  text-align:center;
  position: relative;
}

.single-page .header-page .bg-image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.single-page .header-page .bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .30;
}
.single-page .header-content{
  width: 80%;
  max-width: 1280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.single-page .content-page{
  background: #fff;
  width: 80%;
  max-width: 1280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 50px 0;
}
.single-page .fil-ariane{
  padding-top: 0px;
  margin-bottom: 20px;
}
.single-page .fil-ariane a{
  color: #fff;
  text-decoration: none !important;
}
.single-page .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.single-page .header-page h1{
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  text-align: left;
}
.single-page .header-page .post-excerpt {
  margin-bottom: 20px;
}
.single-page .header-page p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: -5px;
  line-height: 26px;
}
.category-post{
  margin-bottom: 30px;
}
.single-page .post-title{
  color: var(--global--color-blue);
}

/*.head-post h1{
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 39px;
    font-weight: 800;
    text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}

.head-post .category-post{
   margin-bottom: 20px;
}*/
.content-post{
  margin-top: -50px;
  background: #fff;
  padding: 30px 30px;
}

.single-page h1{
  margin-bottom: 10px;
}


.single-page .pages-relateds .content-page{
  border: none;
  margin-top: 0;
  background: none;
}

/*.single-post .section-sticky-bottom,
.page-template-page-ressources .section-sticky-bottom{
  display: none !important;
}*/

.single-page .container{
  padding-top: 0px !important;
}

.post-date{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--global--color-blue);
}
.single-video .container{
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  padding: 0 !important;
}
.single-video .header-page .container {
  max-width: 100%;
}


.triangle{
  border-style : solid;
 border-color : transparent transparent var(--global--color-blue) transparent;
 width : 25px;
 height : 100%;
 display : block; /* ou inline-block */
 position: absolute;
 right: 0;
 top:0;
 z-index: 2;
}


.single-video .fluid-width-video-wrapper{
  border:10px solid #cecece;
  margin-bottom: 20px;
}

/********************  PAGES RESSOURCES ******************/
.page-ressources .header-page{
  background-color:var(--global--color-blue);
  padding-top: 45px;
  padding-bottom: 20px;
/*  text-align:center;*/
  position: relative;
}

.page-ressources .header-page .bg-image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.page-ressources .header-page .bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .30;
}
.page-ressources .header-content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.page-ressources .content-page{
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 50px 0;
}

.page-ressources .fil-ariane a{
  text-decoration: none !important;
}
.page-ressources .container {
    max-width: 1280px;
    width: 95%;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}


.page-ressources .header-page .post-excerpt {
  margin-bottom: 20px;
}
.page-ressources .header-page p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: -5px;
  line-height: 26px;
}
.page-ressources .post-title{
  color: var(--global--color-blue);
}

.page-ressources .pages-relateds .content-page{
  border: none;
  margin-top: 0;
  background: none;
}

/*.page-ressources h2,
.page-ressources h2 strong{
  font-weight: 600;
  font-size: 32px;
  color: var(--global--color-blue) !important;
}

.page-ressources h3{
  font-weight: 400;
  font-size: 28px;
  color: var(--global--color-green) !important;
  line-height: 32px;
  padding-bottom: 0;
}
.page-ressources h4{
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: var(--global--color-blue) !important;
  padding-bottom: 0;
}*/

.page-ressources .rll-youtube-player{
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: 39.23%;
  margin-bottom: 40px;
}
.page-ressources .owl-carousel{
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.owl-pagination-true {
    margin-bottom: 50px !important;
}
.page-ressources .owl-carousel .postStageItem{
  padding: 3px 0;
}

/*************** Page ressources listing ************************/
.page-ressources-listing {
    padding-bottom: 80px;
}
.page-ressources-listing .header-page {
    background-color: var(--global--color-blue);
    padding-top: 45px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
}
.page-ressources-listing .header-page h1{
  color:#fff;
}
.page-ressources-listing .col-item {
    margin-bottom: 30px;
}
.page-ressources-listing .item-post,
.page-ressources-listing .item-post-card {
  height: 100%;
}


/****************************************************************/
.pages-relateds{
  background: var(--global--color-gray-light);
  padding: 15px 0;
}

.pages-relateds .group-cols{
  margin-bottom: 40px;
}
.pages-relateds .group-cols .item-post{
  height: 100%;
}
.pages-relateds .item-post-card{
  height: 100%;
}

.pages-relateds .item-post-card .post-categories{
  display: none;
}
.card-page{
  background: #fff;
  padding: 10px;
  height: 100%;
}
  .card-page h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--global--color-blue);
  }

.widget-reunion{
  padding-left: 80px;
  background: var(--global--color-blue) url(assets/images/picto-reunion-infos.png) no-repeat left top;
  z-index: 100;
  text-align: left;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
  background-size: 70px;
  padding-top: 8px;
}
.widget-reunion.fixed{
  position: fixed;
  right: -100%;
  top: 60%;
  padding: 20px;
}
.widget-reunion.fixed.active{
  right: 0;
}
  .widget-reunion.fixed .toggle-widget{
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    height: 80px;
    background: var(--global--color-blue) url(assets/images/picto-reunion-infos.png) no-repeat center;
    background-size: 70%;
  }
  .widget-reunion h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .widget-reunion h4 span{
    color: var(--global--color-purpule);

  }
  .widget-reunion p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
  .widget-reunion .bloc-btn{
    text-align: left;
  }

/**************  ABDOU ***************/

#dd-section .lien-mon-compte{
  text-align: center;
}
.et_pb_button,
.btn{
  border: none !important;
  color: white;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px !important;
  line-height: 27px !important;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}

.btn.btn-lg {
  padding: 13px 20px !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
.btn.btn-scale:hover {
  transform: scale(1.04);
}
.btn:hover{
  opacity: .8;
}
.et_pb_button:focus,
.btn:focus{
  box-shadow: none !important;
}
.et_pb_button,
.btn.btn-bleu,
.btn.btn-blue {
  background-color: var(--global--color-blue) !important;
  padding: 3px 12px;
}
.et_pb_button:after,
.btn.btn-bleu:after,
.btn.btn-blue:after{
  top: 4px;
}
  .et_pb_button:hover,
  .btn.btn-bleu:hover,
  .btn.btn-blue:hover {
    background-color: var(--global--color-blue-sky) !important;
    color: #fff;
    opacity: 1;
    padding: 3px 12px;
  }
  .et_pb_button:hover:after,
  .btn.btn-bleu:hover:after{
    display: none !important;
  }

.btn.btn-blue-2 {
  background-color: var(--global--color-blue-sky) !important;
  padding: 3px 12px;
}
  .btn.btn-blue-2:hover {
    background-color: var(--global--color-blue-sky-hover) !important;
    color: #fff;
    opacity: 1;
    padding: 3px 12px;
  }
.btn.btn-pink,
.btn.btn-rose {
  background-color: var(--global--color-pink) !important;
  padding: 3px 12px;
}
  .btn.btn-pink:hover,
  .btn.btn-rose:hover {
    background-color: var(--global--color-pink-hover) !important;
    color: #fff;
    opacity: 1;
    padding: 3px 12px;
  }
.btn.btn-red,
.btn.btn-rouge{
  background: var(--global--color-red) !important;
  padding: 3px 12px;
}
  .btn.btn-red:hover,
  .btn.btn-rouge:hover{
    background: var(--global--color-red-hover) !important;
    padding: 3px 12px;
  }
  .btn.btn-red:hover:after,
  .btn.btn-rouge:hover:after{
    display: none;
  }
.btn.btn-red.btn-typeform{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.btn-green,
.btn.btn-vert{
  background: var(--global--color-green) !important;
  padding: 3px 12px;
}
  .btn.btn-vert:hover,
  .btn.btn-green:hover{
    background: var(--global--color-green-hover) !important;
    padding: 3px 12px;
  }
  .btn.btn-green:hover:after,
  .btn.btn-vert:hover:after{
    display: none;
  }

.btn.btn-orange {
  background: var(--global--color-orange);
  padding: 3px 12px;
}
  .btn.btn-orange:hover {
    background: var(--global--color-orange);
    padding: 3px 12px;
  }
  .btn.btn-orange:hover:after{
    display: none;
  }

.btn.btn-white {
  padding: 6px 12px;
  font-size: 20px;
  color: var(--global--color-blue);
  background: #fff;
  font-weight: bold;
}
.btn.btn-white:hover{
  color: var(--global--color-blue);
}

.btn:hover{
  color: #fff;
}

a.btn.btn-thales.btn-orange::before,
a.btn.btn-thales.btn-blue::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.icon-flex, .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
text-align:center;
}
.icon-wrapper {
  border-radius: 50%;
  overflow: hidden;
  font-size: 2.4rem;
  width: 88px;
  height: 88px;
background-color:var(--global--color-grey-light);
color:var(--global--color-red);
}


/* Boutons Thales */
.btn_thales_red {
  border-width: 0px!important;
    border-radius: 8px;
    font-size: 20px;
    padding: 0.3em 2em 0.3em 0.7em;
    font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: var(--global--color-red) !important;
    color: #fff !important;
}
.btn_thales_red:hover {
  border-width: 0px!important;
  border-radius: 8px;
  font-size: 20px;
  padding: 0.3em 2em 0.3em 0.7em;
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-color: var(--global--color-blue) !important;

}


/*

  #868EBB = btn-violet
  #06113A = btn-bleu
  #EFA5A8 = btn-rose
  #F2CD78 = btn-jaune
  #0C4160 = btn-bleu-canard
  #BC6446 = btn-marron
  #A9343F = btn-rouge
  #1C8375 = btn-vert
  #F87C56 = btn-orange

 */
.btn.btn-violet {
  background: var(--global--color-violet) !important;
  padding: 3px 12px;
}

  .btn.btn-violet:hover:after{
    display: none;
  }

.btn.btn-jaune {
  background: var(--global--color-yellow) !important;
  padding: 3px 12px;
}

  .btn.btn-jaune:hover:after{
    display: none;
	padding: 3px 12px;
  }

.btn.btn-marron {
  background: var(--global--color-marron) !important;
  padding: 3px 12px;
}

  .btn.btn-marron:hover:after{
    display: none;
  }

.btn.btn-bleu-canard {
  background: var(--global--color-blue-canard) !important;
  padding: 3px 12px;
}

  .btn.btn-bleu-canard:hover:after{
    display: none;
  }

/*************************************/

body .color-red,
body .color-red p{
  color: var(--global--color-red) !important;
}

.slider-offre-simple{
    background-color: #fff !important;
    padding: 10px 0 0 0;
}
.slider-offre-simple h4{
  color: var(--global--color-blue) !important;
  font-weight: bold;
}
.slider-offre-simple p,
.slider-offre-simple ul,
.slider-offre-simple li{
  font-size: 15px;
  color: var(--global--color-blue) !important;
}

.section-rubrique-chiffres{
  overflow: hidden !important;
  background: var(--global--color-gray-light) !important;
}

@media (min-width: 981px){
  .section-rubrique-chiffres .et_pb_column_1_4,
  .section-rubrique-chiffres .et_pb_column_1_4 {
    width: 25%;
    margin:0;
  }
}
.chiffres-anime .et_pb_column:nth-child(2n+1) .bloc-chiffre{
/*  background: #fff;*/
}
.bloc-chiffre{
  padding: 27px 0;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.bloc-chiffre p span{
  font-weight: 700 !important;
}
.bloc-chiffre p{
  color: var(--global--color-blue);
}

body .white{
  background: none !important;
}
body .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(assets/images/fleche-carrousel-gris-gauche.svg) no-repeat center !important;
    width: 24px !important;
    height: 42px !important;
}
body .white .sa_owl_theme .owl-nav .owl-next {
    background: url(assets/images/fleche-carrousel-gris-droite.svg) no-repeat center !important;
    width: 24px !important;
    height: 42px !important;
}

.sa_owl_theme .owl-nav .owl-prev{
  left: -30px !important;
}
.sa_owl_theme .owl-nav .owl-next{
  right: -30px !important;
}

body .white .sa_owl_theme .owl-nav .owl-prev:hover,
body .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.list-team .dipl_team_overlay_wrapper{
  background-color: #fff !important;
}
.list-team h5{
  color: var(--global--color-blue) !important;
  font-weight: bold;
}
.list-team .dipl_team_member_short_desc{
  color: var(--global--color-blue) !important;
}

.module-ancre{
  padding: 0 !important;
  margin-bottom: 40px;
  margin: 0 !important;
}
.module-ancre .et_pb_row{
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.module-ancre.bg{
  padding-top: 27px !important;
}
.module-ancre ul{
  text-align: center;
  margin: 0;
}
.module-ancre ul > li{
  display: inline-block;
  margin-bottom: 20px;
}
.entry-content .module-ancre ul li:before {
    display: none;
}


.module-ancre ul > li:not(:last-child) {
    margin-right: 10px;
}
.module-ancre ul > li > a{
  display: block;
  color: var(--global--color-blue);
  background: var(--global--color-gray-light);
  padding: 10px 28px 10px 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.module-ancre ul > li > a:before{
  content: '"';
  font-family: ETmodules!important;
    font-size: 17px;
    color: var(--global--color-blue);
    position: absolute;
    left: 11px;
    top: 10px

}
.module-ancre ul > li > a:hover{
  background: var(--global--color-blue);
  color: #fff;
}
.module-ancre ul > li > a:hover:before{
  color: var(--global--color-red);
}

.resume .et_pb_blurb_content{
  max-width: 100%;
}
  .resume .et_pb_main_blurb_image{
    width: 0px !important;
    position: relative;
  }

  .resume .et_pb_image_wrap{
    position: absolute;
    left: 0;
    width: 32px !important;
  }
  .resume h3,
  .resume h4{
    font-weight: 700;
    font-size: 20px;
    color: var(--global--color-blue) !important;
    line-height: 27px;
    padding-left: 50px;
  }
  .resume .et_pb_blurb_container{
    padding-left: 0;
  }

.resume-dotted{
  border-left: 2px dotted var(--global--color-blue);
}
.resume-border h3,
.resume-border h4{
    border-bottom: 1px solid var(--global--color-grey);
    margin-bottom: 20px;
    padding-bottom: 20px
}
.section-offre-contraste .resume-border h3,
.section-offre-contraste .resume-border h4{
   border-bottom: 1px solid var(--global--color-grey);
}
.section-offre-contraste .resume-bg.resume-border h3,
.section-offre-contraste .resume-bg.resume-border h4{
  border-bottom: 1px solid var(--global--color-grey);
}
.resume-bg{
  padding: 25px 20px;
  background: rgba(255,255,255, .9);
}

.section-rubrique-defaut .resume-bg{
  background: var(--global--color-gray-light);
}

.resume-atout{
  background: #fff;
  color: var(--global--color-blue);
  padding: 20px;
  margin-bottom: 0!important;
  height: 100%;
  border: 1px solid var(--global--color-gray);
  text-align: center !important;
}
.section-rubrique-defaut .resume-atout{
  background: var(--global--color-gray-light);
}
.resume-atout.resume-atout-sans-filet{
  border: none !important;
}
.resume-atout .et_pb_blurb_content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resume-atout .et_pb_blurb_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resume-atout .et_pb_main_blurb_image img[src*=".svg"],
.resume-atout-contact .et_pb_main_blurb_image img[src*=".svg"] {
    width: 50px !important;
    height: auto !important;
}
  .resume-atout .et-pb-icon,
  .resume-atout-contact .et-pb-icon{
    font-size: 40px;
    color: var(--global--color-grey) !important;
  }
  .resume-atout h2 a{
    font-weight: 600;
    font-size: 32px;
    color: var(--global--color-blue) !important;
  }
  .resume-atout h3,
  .resume-atout h4,
  .resume-atout-contact h3,
  .resume-atout-contact h4{
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--global--color-blue);
  }
  .resume-atout .et_pb_blurb_description{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .resume-atout.only-btn .et_pb_blurb_description{
    justify-content: flex-end;
  }
  .resume-atout p,
  .resume-atout-contact p,
  .resume-atout-contact .et_pb_blurb_description{
/*    text-align: center !important;*/
  }
  .resume-atout .et_pb_blurb_description p:last-child{
    margin-bottom: 0;
    margin-top: auto;
  }
  .resume-atout.no-button .et_pb_blurb_description p:last-child {
    margin-top: 0;
  }

.resume-atout-contact{
  background:var(--global--color-gray-light);
  color: var(--global--color-blue);
  padding: 20px;
  margin-bottom: 0!important;
  height: 100%;
  text-align: center !important;
}
.resume-atout-contact a{
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  background: var(--global--color-blue) !important;
  border-radius: 0.25rem;
}
.resume-atout-contact a:hover {
  background: var(--global--color-blue-sky) !important;
}
.resume-atout-contact strong{
  font-size:23px;
  color: var(--global--color-blue);
}

/******  resume-matiere *********/

.resume-matiere{
  
  border-radius: 8px;
}
  .resume-matiere .resume-matiere-title{
    background: var(--global--color-green);
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
    .resume-matiere .resume-matiere-title h3{
      color: #fff !important;
      font-weight: 600 !important;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0px;
      margin: 0;
      padding: 0;
      text-align: center;
    }
  .resume-matiere .resume-matiere-list{
    border: 1px solid var(--global--color-green);
    display: flex;
    justify-content: space-between;
/*    border: 1px solid var(--global--color-gray-light);*/
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
    .resume-matiere .resume-matiere-list > div{
      padding: 10px;
      width: 100%;
    }
    .resume-matiere .resume-matiere-list > div:nth-child(odd) {
      background: #fff;
    }
    .resume-matiere .resume-matiere-list > div:nth-child(even) {
      background: var(--global--color-gray-light);
    }
    .resume-matiere .resume-matiere-list ul{
      line-height: 20px !important;
    }
    .resume-matiere .resume-matiere-list ul li{
      margin-bottom: 10px;
    }
    @media all and (max-width: 767px) {
      .resume-matiere .resume-matiere-list {
        flex-direction: column;
      }
    }
/******  resume-matiere-matiere *********/
.resume-atout-matiere {
  border-radius: 8px;
  padding: 30px;
  background-color: var(--global--color-purpule-light);
  contain: content;
}
.et_pb_column_1_2 .resume-atout-matiere,
.et_pb_column_1_3 .resume-atout-matiere,
.et_pb_column_1_4 .resume-atout-matiere{
  height: 100%;
}
.resume-atout-matiere .et_pb_blurb_content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resume-atout-matiere .et_pb_blurb_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resume-atout-matiere .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.resume-atout-matiere .et_pb_main_blurb_image img[src*=".svg"] {
    width: 50px !important;
    height: auto !important;
}
  .resume-atout-matiere .et-pb-icon{
    font-size: 40px;
    color: var(--global--color-grey) !important;
  }
  .resume-atout-matiere h2 a{
    font-weight: 600;
    font-size: 32px;
    color: var(--global--color-blue) !important;
  }
  .resume-atout-matiere h3,
  .resume-atout-matiere h4{
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
    color: var(--global--color-blue);
  }
  .resume-atout-matiere .et_pb_blurb_description{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }

  .resume-atout-matiere .et_pb_blurb_description p:last-child{
    margin-bottom: 0;
    margin-top: auto;
  }

.resume-atout-nu {
  border-radius: 8px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid var(--global--color-gray);
}

.box-white {
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
  contain: content;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-align: center;
}

  .box-white img {
    height: 80px;
    width: auto;
    object-fit: contain;
/*    margin-bottom: 15px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .box-white.img-only {
    text-align: center;
  }
  .box-white.img-only img {
    height: inherit;
  }

  .box-white strong {
    font-size: 38px;
    color: var(--global--color-red);
    display: block;
/*    margin-bottom: 8px;*/
  }

  .box-white p {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #333;
  }

/******************************************/
.content-page ul,
.content-post ul,
.liste-puce ul,
.entry-content ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px !important;
  margin-bottom: 17px;
    padding-bottom: 0px;
}
  .content-page ul{
    margin-bottom: 20px;
  }
  .content-page li,
  .content-post li,
  .liste-puce li,
  .entry-content ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 0px;
  }
  .entry-content .item-card-stage ul li{
    padding-left: 28px;
  }
  .content-page li:before,
  .content-post li:before,
  .liste-puce li:before,
  .entry-content ul li:before{
    content: '\2022';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    color: #000;
  }

  .entry-content ul.ok li {
    padding-left: 27px;
  }
  .entry-content ul.ok li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Sharp";
    color: var(--global--color-green);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    font-weight: bold;
    color: var(--global--color-green);
  }

  .entry-content ul.et_pb_tabs_controls li,
  .entry-content ul.unstyled li {
    padding-left: 0;
  }
  .entry-content ul.et_pb_tabs_controls li:before,
  .entry-content ul.unstyled li:before {
    display: none;
  }

.et_pb_section.section-image-biseau{
  background: var(--global--color-blue);
  padding: 30px 0 20px 0;
  position: relative;
}
.image-biseau{
  position: absolute;
  width: 41.66%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.et_pb_section.section-image-biseau .et_pb_row{
  padding: 0;
}


body hr{
  background-color: var(--global--color-blue);
  opacity: 1;
}

body .et_pb_section {
    padding: 20px 0;

}
body #main-content .et_pb_section{
  overflow-x: hidden;
}
body #main-content .et_pb_section.card-excellence-home{
  overflow-x: unset;
}
body .et_pb_row {
      padding: 15px 0;
  }

body .et_pb_section.section-stabilo,
body .et_pb_section.section-stabilo .et_pb_row {
  padding-bottom: 0;
}
/*************  CAROUSEL TEMOIGNAGES ************/

.slick-temoignages{
  background: #fff;
  border: 1px solid var(--global--color-grey);
  padding: 0 20px;
  color: var(--global--color-blue);
  border-radius: 10px;
}


.temoignage{
  font-size: 18px;
  padding: 20px;
  border: 1px solid var(--global--color-grey);
  border-radius: 10px;
  background: #fff;
}

.slick-temoignages .temoignage{
  border: none;

}
.temoignage .name {
  float: left;
  font-weight: bold;
  color: var(--global--color-blue);
  margin-bottom: 10px;
}
.temoignage .gfield_radio,
.temoignage .date{
    float: right;
    margin-left: 8px;
}
.temoignage .gfield_radio{
  margin-bottom: 0;
  padding-bottom: 0;
}
.temoignage .gfield_radio li{
    display: inline-block;
    padding: 0;
}
.temoignage .gfield_radio,
.temoignage .gfield_radio li,
.temoignage .gfield_radio label:before {
    font-size: 16px;
    line-height: 1;
}

.temoignage .gfield_radio label {
    width: 17px;
    margin: 0 0 0 6px;
    overflow: hidden;
    white-space: nowrap;
}

.temoignage .gfield_radio label:before{
    content: "";
/*    font: normal normal normal 30px/1 FontAwesome;*/
    font-family: 'Font Awesome 6 Pro';
    color: rgb(34, 47, 92);
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
}
.temoignage .gfield_radio i{
  color: #cecece;
}
.temoignage .gfield_radio .checked i{
  color: var(--global--color-yellow);
}

.temoignage .gfield_radio .checked label:before{
    content: "";
}
.temoignage .description{
  font-size: 16px;
  line-height: 24px;
  border-top: 0.05rem solid #e7e8f4;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.temoignage .date{
    float: right;
    margin-left: 8px;
    color: var(--global--color-blue);
    display: none;
}
.temoignage .class{
    float: right;
}
.temoignage .gfield_radio,
.temoignage .date,
.temoignage .stage {
    float: right;
    margin-left: 8px;
    font-style: italic;
}
.temoignage .stage{
  margin-left: 0;
}
/************************  ACCUEIL  ******************/

@media (min-width: 981px){
  .bloc-mot-directeur .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
  .bloc-mot-directeur.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
      width: 48% !important;
      margin-right: 3% !important;
  }
}


.bloc-mot-directeur .resume-atout{
  margin-bottom: 20px !important;
}
.bloc-mot-directeur .resume-atout .et_pb_main_blurb_image{
  margin-bottom: 20px !important;
}
.bloc-mot-directeur .resume-atout p{
  margin-bottom: 0 !important;
}
.mot-directeur h2{
  font-weight: 400;
  font-size: 24px;
  color: var(--global--color-blue) !important;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
}
.mot-directeur h2:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
    width: 18%;
    height: 5px;
  background: var(--global--color-blue);
}

  .mot-directeur span.quoteL,
  .mot-directeur span.quoteR{
    font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
    position: relative;
    display: inline-block;
    width:0;
    height:1px;
  }
  .mot-directeur span.quoteL{
    padding-left: 40px;
  }
  .mot-directeur span.quoteL:before,
  .mot-directeur span.quoteR:before{
    color: var(--global--color-red);
    font-size: 90px;
    line-height: 50px;
  }
  .mot-directeur span.quoteL:before{
    content: '“';
    position: absolute;
    top: 7px;
    left: 0;
  }
  .mot-directeur span.quoteR:before{
    content: '”';
    position: absolute;
    top: 12px;
    left: 0;
  }


/*.section-accueil-portfolio {
  background-color: #fff;
}



.section-accueil-portfolio .p_title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin-bottom: -20px;
}

.section-accueil-portfolio .p_description {
  color: #fff;
}

.section-accueil-portfolio .p_title_mobile {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
}

.section-accueil-portfolio .p_description_mobile {
  color: #fff;
  margin-top: 20px;
}

.section-accueil-portfolio h2 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  color: var(--global--color-blue) !important;
}*/


body .et_pb_section.section-card-offres{
  padding: 40px 0 20px 0;
}
.ligne-card-offres{

}
.colonne-card-offre{

}


/* card-offre */
.card-offre{
  height: 100%;
  position: relative;
  cursor: pointer;
}
.card-offre:before{
  content: '';
  background: var(--global--color-red);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 10;
}
.card-offre:after{
  content: '';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  bottom: 35px;
  color: #fff;
  font-size: 22px;
  width: 20px;
  height: 20px;
  display: block !important;
  z-index: 11;
}
.card-offre:hover{
  background-color: rgba(0,0,0,0.5) !important;
}

.card-offre h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.card-offre > .et_pb_background_mask{
  background-image: none !important;
  background-color: rgba(0,0,0,0.3) !important;
}
.card-offre .et_pb_promo_description{
  text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.card-offre .et_pb_promo_description div,
.card-offre p{
  font-size: 16px;
  font-weight: 700;
  line-height: 21px !important;
  color: #fff;
  text-align: center;
}
.card-offre .et_pb_button_wrapper{
  position: absolute !important;
  bottom: 10px;
  right: 0;
  display: none;
}
.card-offre .et_pb_button.et_pb_promo_button{
  position: relative;

  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card-offre .et_pb_button.et_pb_promo_button:before{
  content: '';
  position: absolute;
  left: 3px;
  top:3px;
  color: #fff;
  font-size: 15px;
  width: 10px;
  height: 10px;
  background: yellow;
  display: block !important;
}

/*Fin New Cards */

.centre-stage{
  background:#fff;
  cursor: pointer;
  height: 100%;
  margin-bottom: 0 !important;
}
  .centre-stage .et_pb_main_blurb_image{
    margin-bottom: 15px !important;
    width: 100%;
  }
    .centre-stage .et_pb_main_blurb_image img{
      width: 100%;
    }
  .centre-stage .et_pb_blurb_container{
    padding: 0 15px 15px 15px;
  }
  body .centre-stage .et_pb_blurb_container p{
    margin-bottom: 5px;
  }
  .centre-stage h4{
    color: #292C56;
  }

  /**********  card video ************/

  .item-card-video{
    cursor: pointer;
  }
  .item-card-video .image-video{
    padding-bottom: 56%;
    position: relative;
    background-position: center;
  }
   .item-card-video .image-video a,
   .post-video .image-video a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   }

    .item-card-video .image-video a:before,
    .post-video .image-video a:before{
      content: '';
      text-align: center;
      color: var(--global--color-red);
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      margin-top: -25px;
      right: 50%;
      margin-right: -25px;
      background: #fff;
      border-radius: 50%;
      background: url(assets/images/player-video-bleu.svg) no-repeat center;
      background-size: cover;
    }
    .content-video{
      padding: 10px;
      font-size: 16px;
      line-height: 24px;
    }

    .mot-directeur span.quoteL::before {
    content: "“";
    position: absolute;
    top: 7px;
    left: 0px;
}
    .mot-directeur span.quoteL:before, .mot-directeur span.quoteR:before {
    color: var(--global--color-red);
    font-size: 90px;
    line-height: 50px;
}

  /**********  card stage ************/

/*.carrousel-stage .dipl_image_card_carousel_item{
   background: var(--global--color-gray-light);

    border-radius: 0 !important;
    overflow: hidden;
    border-width: 0 !important;
    border-color: none !important;
    box-shadow: none !important;

}

.carrousel-stage .dipl_swiper_navigation .swiper-button-next::after,
.carrousel-stage .dipl_swiper_navigation .swiper-button-prev::after{
  font-size: 40px !important;
  color: var(--global--color-blue);
}
.carrousel-stage .dipl_swiper_navigation .swiper-button-prev::after {
    content: "prev" !important;
    font-family: swiper-icons !important;

}

.carrousel-stage .dipl_swiper_navigation .swiper-button-next::after {
    content: "next" !important;
    font-family: swiper-icons !important;
}

*/

  .item-card-stage{
    background: var(--global--color-gray-light) !important;
    border: 1px solid var(--global--color-blue);
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-rubrique-contraste .item-card-stage{
    background: #fff !important;
  }

    .item-card-stage .et_pb_blurb_content{
      max-width: inherit;
    }
      .item-card-stage h4,
      .item-card-stage h3,
      .carrousel-stage .dipl_image_card_carousel_item h4{
        color: var(--global--color-blue);
        font-size: 20px !important;
        line-height: 23px !important;
        font-weight: 600;
        padding: 15px;
        border-bottom: 1px solid var(--global--color-blue);
        margin-bottom: 0;
      }
      .item-card-stage h4 a,
      .item-card-stage h3 a,
      .carrousel-stage .dipl_image_card_carousel_item h4 a{
         color: var(--global--color-blue);
      }
      .carrousel-stage .dipl_image_card_carousel_item h4{
        padding: 0 0 15px;
      }
    .item-card-stage .et_pb_blurb_description,
    .item-card-stage .et_pb_promo_description > div{
       padding: 15px;
       padding-top: 0px;
    }

    .section-rubrique-contraste .item-card-stage h4,
    .section-rubrique-contraste .item-card-stage h3{
      border-bottom: 1px solid var(--global--color-blue);
    }
    .section-rubrique-contraste .carrousel-stage .dipl_image_card_carousel_item h4,
    .section-rubrique-contraste .carrousel-stage .dipl_image_card_carousel_item h3{
      border: 1px solid var(--global--color-blue);
      border-bottom: none;
      margin-right: 1px;
      position: relative;
    }

    .section-rubrique-contraste .item-card-stage .et_pb_promo_description{
      height: 100%;
    }
    .item-card-stage ul,
    .carrousel-stage .dipl_image_card_carousel_item ul{
      padding-left: 0;
      margin: 0;
    }

    .item-card-stage li,
    .carrousel-stage .dipl_image_card_carousel_item li{
      padding-left: 30px;
      position: relative;
      margin-bottom: 10px;
    }
    .item-card-stage li .fas,
    .carrousel-stage .dipl_image_card_carousel_item li .fas{
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      margin: 0;
      color: var(--global--color-red);
    }
    .item-card-stage .postStageItem .desc,
    .carrousel-stage .dipl_image_card_carousel_item .desc{
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      color: var(--global--color-blue);
      margin-bottom: 0;

    }

     .item-card-stage .postStageItem .desc ul{
      padding-top: 15px;
     }
    .item-card-stage .postStageItem .desc ul li,
    .carrousel-stage .dipl_image_card_carousel_item .desc ul li {
      margin-left: 0;
      line-height: 22px;
      font-size: 16px;
      color: var(--global--color-black);
      text-align: left;
    }

    .resume-stage{
      background: #fff;
      border: 1px solid var(--global--color-grey);
      height: 100%;
    }
    .resume-stage .et_pb_blurb_container{
      padding: 20px;
    }
    .resume-stage .et_pb_main_blurb_image{
      margin-bottom: 0;
    }
    .resume-stage h3,
    .resume-stage h4{
      color: var(--global--color-blue);
        font-size: 20px !important;
        line-height: 23px !important;
        font-weight: 400;
    }
      .resume-stage h3 a{
        color: var(--global--color-blue);
      }
/************    item-card-stage-inline  *************/

.carrousel-stage-2 .dipl_image_card_carousel_item{
  border: 2px solid var(--global--color-gray-light);
}
.carrousel-stage-2 .dipl_swiper_navigation .swiper-button-next:after,
.carrousel-stage-2 .dipl_swiper_navigation .swiper-button-prev:after {
    font-size: inherit;
    color: var(--global--color-blue) !important;
    font-size: 40px !important;
}

.carrousel-stage-2 .dipl_image_card_carousel_item h2{
  color: var(--global--color-blue);
  font-size: 20px !important;
  font-weight: 400;
  margin-bottom: 0;
}
.carrousel-stage-2 .dipl_image_card_carousel_item .et_pb_button_wrapper{
  text-align: center;
}

.item-card-stage-inline{
  border-bottom: 2px solid var(--global--color-gray-light);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item-card-stage-inline .et_pb_blurb_content{
  max-width: 100%;
}
.item-card-stage-inline.et_pb_blurb_position_left .et_pb_main_blurb_image,
.item-card-stage-inline.et_pb_blurb_position_right .et_pb_main_blurb_image{
  width: 22% !important;
}

.item-card-stage-inline .et_pb_blurb_container{
    padding-bottom: 30px;
    position: relative;
}
  .item-card-stage-inline .et_pb_blurb_container:after{
    content: 'Réserver';
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px !important;
    padding: 8px 18px !important;
    background: var(--global--color-red);
  }


.item-card-offre{
  margin-bottom: 0 !important;
  position: relative;
  cursor: pointer;
  background-color: var(--global--color-green);
  background-image: inherit !important;
}
.item-card-offre .et_pb_text_inner{
  padding: 30px 20px 30px 20px;
  background: rgba(0, 0, 0, .3);
  height: 100%;
  text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.item-card-offre .et_pb_text_inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card-offre .et_pb_text_inner,
.item-card-offre .et_pb_text_inner p{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-align: center;
}
.item-card-offre h2,
.item-card-offre h3{
    font-weight: 500;
    color: #fff !important;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item-card-offre h2 a,
.item-card-offre h3 a {
  color: #fff;
}

@media screen and (min-width: 320px) {
  .item-card-offre h2,
  .item-card-offre h3{
    font-size: calc(30px + 6 * ((100vw - 320px) / 680)) !important;
    line-height: calc(34px + 6 * ((100vw - 320px) / 680)) !important;
  }
  .item-card-offre .et_pb_text_inner,
  .item-card-offre .et_pb_text_inner p{
    font-size: calc(6px + 6 * ((100vw - 320px) / 680));
    line-height: calc(7px + 6 * ((100vw - 320px) / 680));
  }
}

@media screen and (min-width: 980px) {
  .item-card-offre h2,
  .item-card-offre h3{
    font-size: calc(21px + 6 * ((100vw - 320px) / 680)) !important;
    line-height: calc(25px + 6 * ((100vw - 320px) / 680)) !important;
  }
  .item-card-offre .et_pb_text_inner,
  .item-card-offre .et_pb_text_inner p{
    font-size: calc(6px + 6 * ((100vw - 320px) / 680));
    line-height: calc(7px + 6 * ((100vw - 320px) / 680));
  }
}

@media screen and (min-width: 1200px) {
  /* 2,025 */
  .item-card-offre h2,
  .item-card-offre h3 {
    font-size: calc(30px + 6 * ((100vw - 1200px) / 2550)) !important;
    line-height: calc(35px + 6 * ((100vw - 1200px) / 2550)) !important;
  }
  .item-card-offre .et_pb_text_inner,
  .item-card-offre .et_pb_text_inner p{
    font-size: calc(13px + 6 * ((100vw - 1200px) / 360));
    line-height: calc(16px + 6 * ((100vw - 1200px) / 360));
  }
}

@media screen and (min-width: 1500px) {
  /* 2,025 */
  .item-card-offre h2,
  .item-card-offre h3 {
    font-size: calc(28px + 6 * ((100vw - 1200px) / 2550));
    line-height: calc(33px + 6 * ((100vw - 1200px) / 2550));
  }
  .item-card-offre .et_pb_text_inner,
  .item-card-offre .et_pb_text_inner p{
    font-size: calc(13px + 6 * ((100vw - 1200px) / 1600));
    line-height: calc(16px + 6 * ((100vw - 1200px) / 1600));
  }
}

.item-card-offre:before {
    content: '';
    background: var(--global--color-pink);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: absolute;
    bottom: 15%;
    right: 0;
    z-index: 10;
}
.item-card-offre:hover:before{
  background: var(--global--color-pink-hover);
}
.item-card-offre:after {
    content: '';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 6px;
    bottom: calc(15% + 13px);
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    display: block !important;
    z-index: 11;
}


.item-card-simple{
  background: #fff !important;
  border:2px solid var(--global--color-gray-light);
  padding: 15px;
  height: 100%;
}

.item-card-simple h3{
  color: var(--global--color-blue) !important;
  font-size: 20px;
  line-height: 23px;
}
.item-card-simple h3 a{
  color: var(--global--color-blue) !important;
}
/******** SLIDER *******/

.slider-home{
  background: var(--global--color-gray-light);

}
body .slider-home{
  padding-bottom: 0 !important;
}
body .slider-home .et_pb_row{
  padding: 0 !important;
  position: relative;
  max-width: 100%;
}
body .slider-home .et_pb_row.colonne-slider .et_pb_module{
  margin: 0 !important;
}

body .slider-home .slick-track{
  display: flex;
}
body .slider-home .slick-track .slick-slide{
  height: inherit;
}
body .slider-home .slick-track .slick-slide .et_pb_module_inner,
body .slider-home .slick-track .slick-slide .et_pb_module_inner .item-banniere{
  height: 100%;
}

body .titre-home-h1{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 0 0;
  z-index: 10;
  text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
.titre-home-h1 h1{
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  padding: 0;
  letter-spacing: 1px;
}

.slider_1_col{
  padding: 0 !important;
  position: relative;
}
.slider_1_col .slick-slider .slick-slide > div{
  padding-right: 1px;
}


/* the slides */
.slider_1_col .slick-slide,
.slider_3_col .slick-slide,
.slider_4_col .slick-slide,
.slider-posts-actu .slick-slide{
    margin: 0 20px;
}
.slider_1_col .slick-slide{
  margin: 0 1px;
}
/* the parent */

.slider_3_col .slick-list,
.slider_4_col .slick-list,
.slider-posts-actu .slick-list {
    margin: 0 -20px;
}
.slider_3_col .slick-track,
.slider_4_col .slick-track,
.slider-posts-actu .slick-track{
    display: flex !important;
}

.slider_3_col .slick-slide,
.slider_4_col .slick-slide,
.slider-posts-actu .slick-slide{
    height: inherit !important;
}
.slider_3_col .slick-slide.resume-stage{
  margin-bottom: 0 !important;
}
.slider_3_col .slick-slide > div,
.slider_4_col .slick-slide > div,
.slider-posts-actu .slick-slide > div{
    height: 100%;
}
.slider_3_col .slick-slide > div .item-card-stage,
.slider_4_col .slick-slide > div .item-card-stage,
.slider-posts-actu .slick-slide > div{
    height: 100%;
}
.slider-posts-actu .slick-slide > div article{
  height: 100%;
}
.slider-posts-actu .slick-slide > div{
  padding-bottom: 20px;
}

.slider_3_col .slick-slide img,
.slider_4_col .slick-slide img,
.slider-posts-actu .slick-slide img{
  display: inline-block;
}

.slick-prev, .slick-next{
  width: 50px;
  height: 100%;
  z-index: 100;
}

.slick-prev{
  left: -40px;
}
.slick-next{
  right: -40px;
}
.slick-next:before,
.slick-prev:before{
  content: "";
    width: 24px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -21px;
    position: absolute;
    background-size: cover !important;
    opacity: 1;
    color: var(--global--color-blue);
}
.slick-prev:before{
/*  background: url(assets/images/fleche-carrousel-gris-gauche.svg) no-repeat center;*/
  background: none;
  content: '';
  font-family: 'Font Awesome 6 Pro';
  transform: rotate(180deg);
  font-size: 45px;
}
.slick-next:before{
/*  background: url(assets/images/fleche-carrousel-gris-droite.svg) no-repeat center;*/
  background: none;
  content: '';
  font-family: 'Font Awesome 6 Pro';
  font-size: 45px;
}

.section-rubrique-contraste .slick-prev:before{
/*  background: url(assets/images/fleche-carrousel-2-bleu-gauche.svg) no-repeat center;*/
}
.section-rubrique-contraste .slick-next:before{
/*  background: url(assets/images/fleche-carrousel-2-bleu-droite.svg) no-repeat center;*/
}

.slider-ct .slick-prev{
  left: -18px;
}
.slider-ct .slick-next{
  right: -18px;
}
.slider-ct .item-content{
  background: var(--global--color-gray-light);
  padding: 40px 15px !important;
  margin-left: 25px;
  margin-right: 25px;
}
.page-ressources .slider-ct .item > .item-content.is-image-bg h3,
.page-ressources .slider-ct .item > .item-content.is-image-bg .texte-slide,
.page-ressources .slider-ct .item > .item-content.is-image-bg .texte-slide p{
  color: #fff !important;
}

.slider-ct .item-content{
  position: relative;
}
.slider-ct .item-content .row{
  position: relative;
  z-index: 1;
}
.slider-ct .item-content.is-image-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--global--color-black);
    opacity: .30;
    z-index: 0;
}
/******************  .slider-home *********************/
.slider-home .et_pb_row.colonne-slider{
  width: 100% !important;
  max-width: 100% !important;
  z-index: 0;
}

.slider-home .et_pb_row.colonne-slider.colonne-slider-home{
  min-height: 400px;
  height: 400px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
.slider-home .et_pb_row.colonne-slider.colonne-slider-home.loaded{
  height: auto;
  overflow: visible;
}
.titre-home-h1{
  display: none;
}
.slider-home .et_pb_row.colonne-slider.colonne-slider-home .et_pb_column{
  opacity: 0;
}
.slider-home .et_pb_row.colonne-slider.colonne-slider-home.loaded .et_pb_column{
  opacity: 1;
}

.slider-home .container_slider{
  width: 90% !important;
  max-width: 1280px !important;
  margin: 0 auto;
  position: relative;
}
  .slider-home .container_slider .texte{
    width: 90%;
    float: left;
    padding: 90px 0 30px;
    color: #fff;
  }
  .slider-home .container_slider .texte h2{
    color: #fff !important;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .slider-home .container_slider .texte p{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .item-banniere{
    position: relative;
    min-height: 400px;
    background: var(--global--color-blue);
  }

    .item-banniere .image-banniere{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    .item-banniere .bg_color{
      background: rgba(18, 32, 84, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
    }


.slider-home .slick-prev{
  left: 20px;
}
.slider-home .slick-next{
  right: 20px;
}
.slider-home .slick-prev:before{
/*  background: url(assets/images/fleche-carrousel-blanche-gauche.svg) no-repeat center;*/
  background: none;
  color: #fff;
}
.slider-home .slick-next:before{
/*  background: url(assets/images/fleche-carrousel-blanche-droite.svg) no-repeat center;*/

  color: #fff;
}
.slider-home .slick-dots{
  margin: 0;
  padding: 0;
  bottom: 20px;
}
  .slider-home .slick-dots li:before{
    display: none;
  }
  .slider-home .slick-dots li button:before{
    font-size: 12px;
    opacity: .55;
  }
  .slider-home .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
  }

.item-post-card{
  position: relative;
  border-radius: 0;
  box-shadow: none;
  border: none;
  /*-webkit-box-shadow: 0px 11px 12px -4px rgb(0 0 0 / 33%);
    box-shadow: 0px 11px 12px -4px rgb(0 0 0 / 33%);*/
    background: #fff;
    padding-bottom: 35px;
    border: 1px solid #cecece;
    contain: content;
}


.item-post-card .link-plus {
    content: '';
    background: var(--global--color-pink);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 10;
}
.item-post-card .link-plus:hover{
  background: var(--global--color-pink-hover);
}
.item-post-card .link-plus:before {
    content: '';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 5px;
    top: 8px;
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    display: block !important;
    z-index: 11;
}
.item-post-card .post-media{
  min-height: 200px;
  position: relative;
}
.item-post-card .post-media a{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item-post-card .post-media a img{
  width: 120px;
}
.item-post-card .post-categories{
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}
.home.page-template-default .post-categories,
.page-template-page-actualites .post-categories{
  display: block;
}
.page-template-page-actualites .specific-category .post-categories{
  display: none;
}

.item-post-card .post-categories a {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 3px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 16px;
  color: var(--global--color-blue);
  font-weight: 600;
}
.item-post-card .post-content {
    padding: 10px 30px 30px 30px;
}
.item-post-card h3 {
  font-family: "Nunito Sans", "Nunito Sans-fallback", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  color: var(--global--color-blue) !important;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.item-post-card h3 a{
  color: var(--global--color-blue);
}

.slider-posts-actu .item-post-card{
  height: calc(100% - 21px);
}

/******************************************************/
.section-sticky-bottom{
  padding: 10px 0 !important;
  background: #fff;
  -webkit-box-shadow: 0px -2px 25px 5px rgba(0,0,0,0.2);
  box-shadow: 0px -2px 14px 5px rgba(0,0,0,0.23);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.section-sticky-bottom.no-sticky{
  position: relative;
  bottom: inherit;
  left: inherit;
  box-shadow: none;
  background-color: var(--global--color-gray-light);
}
.section-sticky-bottom .et_pb_row{
  padding: 0;
}
.section-sticky-bottom .et_pb_row .et_pb_module{
  margin-bottom: 0;
}
  .section-sticky-bottom ul{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section-sticky-bottom ul li{
    display: inline-block;
  }
  .section-sticky-bottom ul li:not(:last-child) {
    margin-right: 20px;
  }

.popup-video-youtube{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

/**********  POPUP  ************/
.el_modal_popup .el_modal_popup_inner_wrap {
  border: 1px solid var(--global--color-blue);
  border-radius: 8px;
}
.modal-header .btn-close{
    width: 30px;
    height: 30px;
    background: url(assets/images/icon-close.svg) no-repeat center;
    color: #fff;
    opacity: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 4px;
}
.modal-content{
    border: none;
    border-radius: 4px;
}
.modal-header{
    border-bottom: 0;
}
.modal-body{
    padding: 10px 10px 0px 10px;
}


.bloc-accordion .et_pb_module{
  margin-bottom: 5px !important;
}
.bloc-accordion .et_pb_toggle_close,
.bloc-accordion .et_pb_toggle_open {
  padding: 0;
  background: var(--global--color-gray-light) !important;
  border: none;
}

.section-rubrique-contraste .bloc-accordion .et_pb_toggle_close,
.section-rubrique-contraste .bloc-accordion .et_pb_toggle_open{
  border: 2px solid #fff;
}
.section-rubrique-contraste .bloc-accordion .et_pb_module{
  margin-bottom: 7px !important;
}
.bloc-accordion .et_pb_toggle_close .et_pb_toggle_title,
.bloc-accordion .et_pb_toggle_open .et_pb_toggle_title{
  color: var(--global--color-blue)!important;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
  padding: 20px 50px 20px 20px;
  margin: 0;
  display: flex;
  align-items: center;
}
.bloc-accordion .et_pb_toggle_title:after {
    content: '2' !important;
    font-family: ETmodules;
    /*content: "next" !important;
    font-family: swiper-icons !important;*/
    position: absolute;
    color: #ccc;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    transform: rotate(180deg);
    font-size: 41px;
    color: var(--global--color-blue);
    display: block !important;
}
.bloc-accordion .et_pb_toggle_open .et_pb_toggle_title:after{
  transform: rotate(0deg);
}

.bloc-accordion .et_pb_toggle_title:before {
  content: '';
  right: inherit;
  left: 0;
  font-size: 35px;
  color: var(--global--color-blue);
  position: relative;
  display: block !important;
  top: inherit;
  margin-top: 0;
  margin-right: 0;
  text-indent: -9000px;
}
.et_pb_toggle_title:before {
  content: '';
}
.bloc-accordion .et_pb_toggle_title .span-accordion:before {
  left: 0;
  font-size: 24px;
  color: var(--global--color-blue);
  position: relative;
  display: block !important;
  top: inherit;
  margin-top: 0;
  margin-right: 15px;
}

.bloc-accordion .et_pb_toggle_content{
  padding: 20px;
  background: #fff;
  border: 2px solid var(--global--color-gray-light);
  border-top: 0;
}
.section-rubrique-contraste .bloc-accordion .et_pb_toggle_content{
  border: 2px solid #fff;
}
.entry-content .bloc-accordion .et_pb_toggle_content ul{
  padding: 0;
  list-style-type: none;
}
.bloc-accordion .et_pb_toggle_content li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
}
.bloc-accordion .et_pb_toggle_content li:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    color: var(--global--color-orange);
}
.bloc-accordion .et_pb_toggle_content li::marker{
  display: none;
}
.bloc-accordion .et_pb_toggle_content .fas{
  color: var(--global--color-button-red);
  margin-right: 3px;
}

.bloc-accordion .et_pb_toggle_content li .fas {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0;
    color: var(--global--color-button-red);
}

/**********  NEW BLOC-ACCORDION  *******************/

/****** STYLE 1 ********/
.chiac_divi_accordions.style-1 .et_pb_module_inner .chiac-content-wrapper .et_pb_module {
  margin-bottom: 5px !important;
}

.chiac_divi_accordions.style-1 .chiac_divi_accordions_item {
    border: none;
}
.chiac_divi_accordions.style-1 .chiac-header, 
.chiac_divi_accordions.style-1 .chiac-header.chiac_opened {
  background: var(--global--color-gray-light);
}

.chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_left_icon {
  background-color: transparent;
  width: 55px;
  padding: 20px 35px;
  color: var(--global--color-blue);
} 
  .chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_left_icon>span,
  .chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_left_icon>span:before {
    font-size: 28px;
  }
.chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_right_icon {
    background-color: transparent;
    padding: 20px 14px;
}
  .chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_right_icon>span, 
  .chiac_divi_accordions.style-1 .chiac_divi_accordions_item .chiac_right_icon>span:before {
      font-size: 40px;
      line-height: 25px;
      font-weight: 600;
      color: var(--global--color-blue);
  }
.chiac_divi_accordions.style-1 .chiac_heading_container {
  padding-left: 0;
}

.chiac_divi_accordions.style-1 .chiac-content {
    border: 2px solid var(--global--color-gray-light);
    border-top: 0;
}

/****** STYLE 2 ********/
.chiac_divi_accordions.style-2 .et_pb_module_inner .chiac-content-wrapper .et_pb_module {
  margin-bottom: 5px !important;
}
.chiac_divi_accordions.style-2 {
  border-top: 2px solid var(--global--color-gray-light);
}

.chiac_divi_accordions.style-2 .chiac_divi_accordions_item {
    border: none;
}
.chiac_divi_accordions.style-2 .chiac-header, 
.chiac_divi_accordions.style-2 .chiac-header.chiac_opened {
  background: transparent;
}
.chiac_divi_accordions.style-2 .chiac-header {
  border-bottom: 2px solid var(--global--color-gray-light);
}
.chiac_divi_accordions.style-2 .chiac-header.chiac_opened {
  border-bottom: 0;
}

.chiac_divi_accordions.style-2 .chiac_divi_accordions_item .chiac_right_icon {
    background-color: transparent;
    padding: 20px 14px;
}
  .chiac_divi_accordions.style-2 .chiac_divi_accordions_item .chiac_right_icon>span, 
  .chiac_divi_accordions.style-2 .chiac_divi_accordions_item .chiac_right_icon>span:before {
      font-size: 40px;
      line-height: 25px;
      font-weight: 600;
      color: var(--global--color-blue);
  }

.chiac_divi_accordions.style-2 .chiac_divi_accordions_item .chiac_left_icon_container{
  display: none !important;
} 

.chiac_divi_accordions.style-2 .chiac-content {
    border-bottom: 2px solid var(--global--color-gray-light);
}

/**** COLOR BG HEADER  *********/

/*

  BOUTONS

  #868EBB = btn-violet
  #06113A = btn-bleu
  #EFA5A8 = btn-rose
  #F2CD78 = btn-jaune
  #0C4160 = btn-bleu-canard
  #BC6446 = btn-marron
  #A9343F = btn-rouge
  #1C8375 = btn-vert
  #F87C56 = btn-orange

  ACCORDIONS

  style-2 violet
  style-2 bleu
  style-2 rose
  style-2 jaune
  style-2 bleu-canard
  style-2 marron
  style-2 rouge
  style-2 vert
  style-2 orange


 */

.chiac_divi_accordions.style-2.violet {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-violet) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.bleu {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-blue) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.rose {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-pink) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.jaune {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-yellow) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.bleu-canard {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-bleu-canard) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.rouge {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-red) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.vert {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-green) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.orange {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-orange) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.marron {
  .chiac_divi_accordions_item {
    .chiac-header {
      border: none !important;
      .chiac_right_icon {
        border-radius: 0 !important;
        box-shadow: none !important;
      }
      .chiac_heading_container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--global--color-marron) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        h4 {
          color: #fff;
        }
      }
    }
    .chiac-content {
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important;
    }
    &:hover {
      border-radius: 0 !important;
    }
  }
}

.chiac_divi_accordions.style-2.shadow {
  .chiac_divi_accordions_item {
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3) !important;
  }
}

/****** STYLE 3 ********/

.chiac_divi_accordions.style-3 .et_pb_module_inner .chiac-content-wrapper .et_pb_module {
  margin-bottom: 5px !important;
}
.chiac_divi_accordions.style-3 {
/*  border-top: 2px solid var(--global--color-gray-light);*/
  border-top: 1px solid var(--global--color-gray);
}

.chiac_divi_accordions.style-3 .chiac_divi_accordions_item {
    border: none;
}
.chiac_divi_accordions.style-3 .chiac-header, 
.chiac_divi_accordions.style-3 .chiac-header.chiac_opened {
  background: transparent;
}
.chiac_divi_accordions.style-3 .chiac-header {
/*  border-bottom: 2px solid var(--global--color-gray-light);*/
  border-bottom: 1px solid var(--global--color-gray);
}
.chiac_divi_accordions.style-3 .chiac-header.chiac_opened {
  border-bottom: 2px solid transparent;
}

.chiac_divi_accordions.style-3 .chiac_divi_accordions_item .chiac_right_icon {
    background-color: transparent;
    padding: 20px 0 20px 14px;
}
  .chiac_divi_accordions.style-3 .chiac_divi_accordions_item .chiac_right_icon>span, 
  .chiac_divi_accordions.style-3 .chiac_divi_accordions_item .chiac_right_icon>span:before {
      font-size: 40px;
      line-height: 25px;
      font-weight: 600;
      width: 33px;
      color: var(--global--color-blue);
  }

.chiac_divi_accordions.style-3 .chiac_divi_accordions_item .chiac_left_icon_container{
  color: var(--global--color-pink);
  font-weight: 500;
  font-size: 27px;
  padding: 0 15px 0 0;
} 

.chiac_divi_accordions.style-3 .chiac_heading_container {
  padding-left: 0;
}

.chiac_divi_accordions.style-3 .chiac-content {
    border-bottom: 2px solid var(--global--color-gray-light);
}

/****** COMMUN *********/
.chiac_divi_accordions .chiac-title {
    display: block;
    line-height: 26px;
    color: var(--global--color-blue);
    padding: 0;
    margin: 0;
    word-break: break-word;
    width: 100%;
}

/*******************  FORM INSCRIPTION ***************************************/
#inscription-page{
  padding-top: 90px;
}
#inscription-page h1{
  font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 8px 15px 5px 0;
    display: block;
    color: var(--global--color-blue);
    font-weight: 300;
    margin-left: -0.5px;
    background: none;
}
#divstageWeb,.divcandidature{position:relative; font-size:14px;line-height:16px;padding:20px;background:#f1f1f1;margin-bottom:20px}
.divcandidature .form-group{
    margin-bottom: 20px;
}
.divcandidature .loader{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(255,255,255,0.6);
    display: none;
}
.divcandidature .form-group label,
.form-select label{
    margin-bottom: 10px;
}
.divcandidature .hr{
    margin: 0 0 30px 0;
    border-bottom: 3px solid var(--global--color-gray);
}
.divcandidature .msg p.success{
    font-weight: bold;
    background: green;
    padding: 10px;
    color: #fff;
    display: block;
    text-align: left;
}
.content-main #divstageWeb h3{font-size:24px;line-height:28px;font-weight:800;color:#e95a0c;margin-top:0;padding-top:0;margin-bottom:20px}
#steps{list-style:none;width:100%;overflow:hidden;margin:0 0 30px;padding:0}
#steps li{font-family:"Nunito Sans","Nunito Sans-fallback",sans-serif;border:1px solid #dfdede;background:#fff;font-size:40px;line-height:40px;float:left;padding:6px;color:#b0b1b3;margin-right:12px;text-transform:uppercase;list-style:none;font-weight:700;min-width:18%}
#steps li span{font-size:12px;line-height:12px;display:block;color:var(--global--color-blue)}
#steps li.current{color:#e74904;border:1px solid #e74904}
h4.legend,h4.legende2{font-size:24px;margin:0 0 15px;color:var(--global--color-blue);font-weight:700;text-transform:uppercase}
.group-fields{margin-bottom:20px}
#divstageWeb .prev,#divstageWeb .next{margin-top:20px;padding:3px 50px;color:#fff;text-decoration:none;float:left;font-size:11px}
#divstageWeb .next{float:right}
#divstageWeb .prev:before,#divstageWeb .next:before{display:none}
#divCgv{font-size:14px;line-height:18px}
#login_error{color:red;font-weight:700}
.content-main #noStageAvailable{margin-left:12px;margin-bottom:10px}
.saved_msg{font-size:13px;margin:5px 0 0;padding:0;color:var(--global--color-red);margin-left:20px}
.errors{font-size:13px;margin:0;padding:0;font-style:italic;margin-left:20px}
.msg1{font-size:13px;margin:0;padding:0;color:var(--global--color-red);font-style:italic;margin-left:20px}
label{display:block}
#divstageWeb label{
    margin-bottom: 5px;
}
#divstageWeb label span.obligatoire{
    color: red;
}
.droite{float:right;margin:10px 100px 0 0}
.content-main ul#steps > li:before{display:none}
.content-main #divstageWeb ul > li:before{display: none;}
.content-main #divstageWeb ul > li { padding-left: 0;}

.content-main #divstageWeb .multiselect.btn:before{
    display: none;
}
.content-main #divstageWeb .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px !important;
    margin-left: -20px;
}
.content-main #divstageWeb .btn-group>.btn{
    width: 100%;
    border-radius: 4px;
}
.content-main #divstageWeb .btn-group>.btn.invalid{
    border: 1px solid red;
    color : red;
}
.content-main #divstageWeb .btn-group{
    width: 100%;
    display: block;
    height: inherit;

}

.error{font-size:14px;color:var(--global--color-blue);font-weight:700}

.formvisiteur{margin-top:0;padding:10px 5px 0;margin-left:auto;margin-right:auto}
.requis,
.invalid{border:1px solid red}
.mail_incorrect{border:1px solid red}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
}
#divstageWeb #listMatieres .col{
    background: #fff;
    padding: 12px 12px 10px 12px;
    margin: 12px;
    border: 1px solid #cecece;
}
#divstageWeb #listMatieres .col.invalid{

    border: 1px solid red;
}

figure {
    width: 100% !important;
}
.wp-caption-text{
    padding: 5px 0;
    color: #929292;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
    margin-right: 4px !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 14px !important;
}
@media only screen and (min-width : 992px) and (max-width : 1130px) {
    #steps{margin:0 0 30px}
    #steps li{padding:5px;min-width:inherit;min-width:12%;margin-right:9px}
    #steps li span{font-size:11px;display:block}
}
@media only screen and (min-width : 600px) and (max-width : 771px) {
    #steps{margin:0 0 30px}
    #steps li{padding:2px;min-width:inherit;width:16%;margin-right:3px}
    #steps li span{font-size:9px;display:block}
}
@media only screen and (max-width : 767px) {
    .group-fields{margin-bottom:0}
    .group-fields .col{margin-bottom:20px}
}
@media only screen and (min-width : 320px) and (max-width : 600px) {
    #steps{margin:0 0 30px}
    #steps li{padding:3px;min-width:inherit;width:13%;text-align:center}
    #steps li span{display:none}
    .review-page .content-main .entry-content > div {
        margin-top: 50px !important;
        background-color: #e8eaef;
        padding: 20px 20px 10px !important;
    }

    .review-page .content-main .entry-content {
        padding-top: 50px !important;
    }

}

#divStageSpecialites{
    margin-bottom: 20px;
}
#divStageSpecialites .multiselect-container{
    position: relative;
    top:0;
}
    #divStageSpecialites .multiselect-container.dropdown-menu>li>a{
        white-space: inherit;
    }
#choix_stage{
    position: relative;
}

.wait-get{
    left: 0;
    right: 0;
    top:0;
    position: absolute;
    z-index: 10;
    background: #f1f1f1 url(images/loader.gif) no-repeat center;
    width: 100%;
    height: 100%;
    display: none;
}
optgroup[label] {
    font-weight: bold;
    color :var(--global--color-black);
}

.addButton{
  margin-bottom: 30px;
}
/****************  TABLEAU  *************************/

.tablepress{
  font-size: 16px;
}
.tablepress td{
  border-left: 1px solid #eee;
}
.entry-content thead th, .entry-content tr th{
  color: #fff;
}

.et-l--footer{
  z-index: 10;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-height: 2010px;
}

@media(min-width: 480px) {
  .et-l--footer{
    contain-intrinsic-height: 1215px;
  }
}
@media(min-width: 981px) {
  .et-l--footer{
    contain-intrinsic-height: 650px;
  }
}

/****************  MOBILE MENU  *************************/
.mobile-menu{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.mobile-menu.mobile-menu-generique {
  margin-top: 0px;
}

body #dd-section .lien-propos a{
  color: var(--global--color-blue) !important;
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
body #dd-section .bloc-contact-mobile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  z-index: 0;
}
body #dd-section .bloc-contact-mobile > div {
  margin: 0;
  float: none;
}
body #dd-section .bloc-contact-mobile .et_pb_column.et-last-child,
body #dd-section .bloc-contact-mobile .et_pb_column:last-child,
body #dd-section .bloc-contact-mobile .et_pb_column.et-last-child,
body #dd-section .bloc-contact-mobile .et_pb_column:last-child {
    display: flex;
    justify-content: flex-end;
}


body #dd-section .resume-atout-contact{
  margin-bottom: 0px !important;
  border: 1px solid var(--global--color-blue) !important;
  border-radius: 8px;
  padding: 20px 0 0 0;
  width: 95%;
}
body #dd-section .resume-atout-contact .et_pb_main_blurb_image{
  margin-bottom: 10px;
}

/*body #dd-section.menu-specifique .resume-atout-contact {
  margin: 25px auto 80px auto !important;
  max-width: 90%;
}*/

#dd-section.menu-specifique .mobile-menu{
    margin-top: 0;
}
body #dd-section .ul-mobile-menu > .mega-sub-menu{
  margin-bottom: 60px !important;
  opacity: 1 !important;
}
body #dd-section .ul-mobile-menu{
  overflow: scroll;
  height: calc(100% - 289px);
}
body ul.mega-menu{
  padding: 0 !important;
}
body .mobile-menu li.mega-toggle-on > ul.mega-sub-menu {
  margin-bottom: 0 !important;
  padding-top: 20px !important;
}
body .mobile-menu .mega-menu > li{
  padding-left: 49px !important;
}
body .mobile-menu .mega-menu > li.mega-menu-item-has-children{
  padding-left: 0 !important;
}

body .mobile-menu .mega-menu-wrap .mega-menu > li {
    padding: 0 !important;
    border-bottom: 1px solid #cecece !important;
}
body #dd-section.menu-specifique .mobile-menu .mega-menu-wrap .mega-menu > li{
  padding: 0 5% !important;
}
body .mobile-menu .mega-menu-wrap .mega-menu > li > a{
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 18px 0 12px 0 !important;
}

body .mobile-menu .mega-menu > li.mega-menu-item > a {
  font-size: 19px !important;
  line-height: 25px !important;
  display: block;
}
body .mobile-menu .mega-menu > li.mega-menu-item-has-children > a{
  position: relative !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: center;
/*  flex-direction: row-reverse;*/
/*  justify-content: space-between;*/
}
body .mobile-menu .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a > span.mega-indicator{
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 6px;
  background: transparent !important;
  color: var(--global--color-blue) !important;
  text-align: center;
/*  margin: 0 20px 0 0 !important;*/
  margin: 0 0 0 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: rotate(270deg) !important;
}
body .mobile-menu .mega-menu-wrap .mega-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a > span.mega-indicator{
  right: 15px !important;
}
body .mobile-menu.mobile-menu-generique .mega-menu-wrap .mega-menu li.mega-menu-item-has-children.mega-toggle-on > a > span.mega-indicator{
  transform: rotate(360deg) !important;
}

body .mobile-menu .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a > span.mega-indicator:after{
  font-family: ETmodules !important;
  content: "3" !important;
  font-weight: 500 !important;
  font-size: 29px !important;
}

.mobile-menu .mega-menu > li:first-child{
  border-top: none !important;
}

.mobile-menu .mega-menu-toggle{
    display: none !important;
}
.mobile-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu,
.mobile-menu .mega-menu-toggle.mega-menu-open + .mega-menu{
  display: block !important;
}
.mobile-menu #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu,
.mobile-menu .mega-menu-wrap .mega-menu-toggle + .mega-menu{
  background: none !important;
  display: block !important;
}
.mobile-menu li.mega-menu-megamenu.mega-menu-item:not(:last-child) {
    margin-right: 0 !important;
}
.mobile-menu li.mega-menu-item > a.mega-menu-link,
.mobile-menu li.mega-menu-item > span.mega-menu-link{
  color: var(--global--color-blue) !important;
  background: none !important;
}
.mobile-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
  background: none !important;
}
.mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu{
  box-shadow: none !important;
}

.mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu > li.mega-menu-item > span.mega-menu-link{
  font-size: 19px !important;
  line-height: 28px !important;
  padding: 10px 50px 10px 5% !important;
}
.mobile-menu.mobile-menu-generique .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 10px 50px 10px 0 !important;
}
.mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children .bloc-mobile-menu > .close-submenu{
  text-align: left;
  border-bottom: 1px solid #cecece !important;
  padding: 0 5%;
}
  #dd-section .mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children .bloc-mobile-menu > .close-submenu a{
    font-size: 16px !important;
    line-height: 28px !important;
    color: var(--global--color-blue-sky) !important;
    font-weight: bold !important;
    padding: 4px 15px 13px 20px !important;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
  }
    body .mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children .bloc-mobile-menu > .close-submenu a:after{
      margin-left: 0;
      position: absolute;
      left: -5px;
      font-family: ETmodules !important;
      content: "3" !important;
      font-weight: 500 !important;
      font-size: 24px !important;
      line-height: 0;
      transform: rotate(90deg);
      display: flex;
      margin-top: -2px;
    }
   /* body .mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu > li.close-submenu a > span.mega-indicator:after{

    }*/
.mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu > li.mega-menu-item {
  border-bottom: 1px solid #cecece !important;
}
.mobile-menu .mega-menu-wrap > .mega-menu > li.mega-menu-item-has-children ul.mega-sub-menu li.mega-menu-item:last-child {
  border: none !important;
}
.mobile-menu li.mega-menu-item > a.mega-menu-link{
  padding: 0 0 !important;
  height: auto !important;
}
.mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu{
  padding: 0 !important;
}

.mobile-menu li.mega-menu-flyout ul.mega-sub-menu{
  background: none !important;
  padding-left: 0 !important;
}

div.pdfemb-viewer{
  margin-bottom: 40px !important;
}

.dataTables_length,
.dataTables_info,
.dataTables_paginate{
  font-size: 18px;
  margin-bottom: 20px;
}
.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before{
  color: var(--global--color-black);
  text-shadow: none;
}

.tf-v1-popup{
  z-index: 10010 !important;
}

.page-template-page-ressources .li-demande-rappel{
  display: none;
}

.page-template-page-ressources .owl-carousel{
  margin-bottom: 80px !important;
  border: 1px solid var(--global--color-blue) !important;
}
.page-template-page-ressources .sa_owl_theme .owl-dots{
  bottom: -32px !important;
}

.bloc-scroll-h{
  overflow-x: inherit;
}

.liste-buttons-mobile ul{
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}
.liste-buttons-mobile ul li:not(:last-child) {
    margin-right: 15px;
}

.liste-buttons-mobile .btn{
  font-size: 18px;
}

/*******  banniere ************/

.banniere-test {
  border:1px solid var(--global--color-green);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}
.banniere-test .bloc-droit {
  padding: 20px;
  border-top-left-radius: 20%;
  border-bottom-left-radius: 20%;
  background: var(--global--color-purpule-light);
}
.bloc-banniere{
  margin-bottom: 20px;
  position: relative;
}
.bloc-banniere a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.section-evenement .et_pb_row{
  width: 100% !important;
  max-width: inherit !important;
}

body #main-content.bloc-banniere-event .container,
.bloc-banniere-event .container{
  max-width: 1280px !important;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0;
}
.bloc-banniere-event .col-event{
  display: flex;
}
.event-image{
  position: relative;
}

body #main-content .bloc-banniere-event .col-event{
  border: 1px solid var(--global--color-green);
  border-radius: 20px;
  background-color: var(--global--color-purpule-light);
  overflow: hidden;
}
body #main-content .bloc-banniere-event .container .col-l,
body #main-content .bloc-banniere-event .container .col-r{
  width: 20%;
  float: left;
}
body #main-content .bloc-banniere-event .container .col-r{
  width: 80%;
  float: right;
  position: relative;
}
body #main-content .bloc-banniere-event .container .col-r:after {
  content: '';
  position: absolute;
  top: 0;
  left: -29px;
  height: 100%;
  background-color: var(--global--color-purpule-light);
  width: 65px;
  border-top-left-radius: 85%;
  border-bottom-left-radius: 85%;
}
body #main-content .bloc-banniere-event .container .col-l {
  background: #fff;
}
body #main-content .bloc-banniere-event .container .col-l .event-image {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
  body #main-content .bloc-banniere-event .container .col-l .event-image img {
    max-height: 210px;
    height: 70%;
    margin-left: -15px;
  }
body #main-content .bloc-banniere-event .container .col-r .col-r-content{
  padding: 20px;
  color: var(--global--color-blue);
  position: relative;
  z-index: 1;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content h3{
  margin-bottom: 30px;
  padding-bottom: 0;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content h2 {
  font-weight: 700;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content h5{
  color: #04FDBB;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
body .page-ressources .bloc-banniere-event h4,
body #main-content .bloc-banniere-event .container .col-r .col-r-content h4{
  color: var(--global--color-blue) !important;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 10px;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content p{
  color: var(--global--color-blue);
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content .group-ul{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul{
  display: block;
  margin: 0;
}
body #main-content .bloc-banniere-event.status-0 .container .col-r .col-r-content ul,
body #main-content .bloc-banniere-event.nolink .container .col-r .col-r-content ul{
  justify-content: flex-start;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li{
  padding-left: 0;
  color: var(--global--color-blue);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li.next-lien {
  align-items: end !important;
  justify-content: flex-end;
  margin-bottom: 0;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li.next-visio {
  margin-bottom: 0;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li span:first-letter{
  text-transform: uppercase;
}
body #main-content .bloc-banniere-event.status-0 .container .col-r .col-r-content ul li,
body #main-content .bloc-banniere-event.nolink .container .col-r .col-r-content ul li{
  margin-right: 40px;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li:before{
    display: none;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li.next-heure{
  text-align: right;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li .picto{
  width: 25px;
  margin-right: 7px;
}
body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li .btn-reservez{
  color: #fff;
  font-size: 13px !important;
  line-height: 15px !important;
  font-weight: 600;
  padding: 8px 15px;
  border: 1px solid #fff !important;
}
  body #main-content .bloc-banniere-event .container .col-r .col-r-content ul li .btn-reservez:focus{
    box-shadow: none;
  }

.bloc-event-next{
  color: var(--global--color-blue);
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0;
  padding: 20px 0;
}
.bloc-event-next .col-next{
  width: 25%;
  float: left;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.bloc-event-next .col-next .a-venir{
  text-transform: initial;
}
.bloc-event-next .col-next img{
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

/********************************************/

.liste-dates .et_pb_text_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.liste-dates .bloc-event-encart {
  width: 49%;
}
.bloc-event-encart{
  border: 1px solid var(--global--color-green);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  align-items: center;
  contain: content;
}
.bloc-event-encart.status-0{
  cursor: inherit;
}

.bloc-event-encart .bloc-event-encart-ul{
  margin:0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.bloc-event-encart .bloc-event-encart-ul > li{
  padding-left: 0;
}
  .bloc-event-encart .bloc-event-encart-ul > li:before{
    display: none;
  }
.bloc-event-encart .event-encart-left{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #fff;
}
.bloc-event-encart .event-encart-left img{
  height: 80px;
  max-height: 80px;
}


/*.bloc-event-encart .event-encart-left .date{
  font-size:16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}
  .bloc-event-encart .event-encart-left .date b{
    font-weight: bold;
    text-transform: capitalize;
  }
  .bloc-event-encart .event-encart-left .date span{
    font-weight:bolder;
    color: var(--global--color-blue-sky);
    font-size: 45px;
    line-height: 40px;
    display: block;
  }
  .bloc-event-encart .event-encart-left .date span.a-venir{
    font-size:22px;
    line-height: 24px;
  }*/
.bloc-event-encart .event-encart-right{
  position: relative;
  padding: 20px;
  height: 100%;
  width: 80%;
  background-color: var(--global--color-purpule-light);
}
/*.bloc-event-encart .event-encart-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  background-color: var(--global--color-purpule-light);
  width: 25px;
  border-top-left-radius: 45%;
  border-bottom-left-radius: 45%;
}*/
.bloc-event-encart .event-encart-right-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
  /*.bloc-event-encart .event-encart-right:before{
    content: '';
    width:1px;
    height: 90%;
    position:absolute;
    left: 0;
    top: 5%;
    border-left: 1px solid #cecece;
  }*/
  .bloc-event-encart .event-encart-right h4{
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--global--color-green);
  }

  .bloc-event-encart .event-encart-right .resume p{
    font-size: 14px !important;
    line-height: 23px !important;
  }

    .bloc-event-encart .event-encart-right .event-resume .titre-banniere {
      font-size: 24px;
      line-height: 27px;
      font-weight: 600;
    }
    .bloc-event-encart .event-encart-right .event-resume .sur-titre-banniere {
      font-size: 21px;
    }

    .bloc-event-encart .event-encart-right .group-ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
    .bloc-event-encart .event-encart-right ul{
      margin-bottom: 3px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
    .bloc-event-encart .event-encart-right .group-ul ul.reserver {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
    .bloc-event-encart .event-encart-right .encart-type{
      font-size:16px;
    }

    .bloc-event-encart .event-encart-right ul li:before{
      display: none;
    }
    .bloc-event-encart .event-encart-right .encart-heure img,
    .bloc-event-encart .event-encart-right .encart-type img{
      width: 25px;
    }
    .bloc-event-encart .event-encart-right .encart-heure span {
      font-weight: bolder;
      font-size: 16px;
    }
    .bloc-event-encart .event-encart-right .next-lien{
      margin-top: 10px;
    }
    .bloc-event-encart .event-encart-right ul li.next-lien a{
      background: var(--global--color-blue);
      font-size: 16px !important;
      line-height: 16px !important;
      padding: 6px 7px;
      text-decoration: none;
      color:#fff;
    }

/*******************************************************/
.page-template-page-reunions-info #page-container{
  padding-top: 57px;
}

.page-template-page-reunions-info .header-menu-desktop,
.page-template-page-reunions-info .has_et_pb_sticky .header-menu-desktop{
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
body.page-template-page-reunions-info .bloc-phone-header {
    margin-top: 10px !important;
}
body.page-template-page-reunions-info .bloc-phone-header a {
/*    color: var(--global--color-blue) !important*/
}

.modal-temoignage .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.modal-temoignage .modal-header .btn-close{
  top: 13px;
}
.modal-temoignage .modal-body{
  padding: 5px 20px 20px 20px;
  font-size: 16px;
  line-height: 24px;
}
.modal-temoignage .temoignage {
    font-size: 18px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.modal-temoignage .temoignage .description {
    margin-top: 0;
}
.modal-temoignage .name {
    float: left;
    font-weight: bold;
    color: var(--global--color-blue);
    margin-bottom: 10px;
}
.clickable{
  cursor:pointer;
}


/**************** SCALE ELEMENT ********/

.hover-scale{
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
.hover-scale:hover{
  transform: scale(1.1);
}
.hover-scale.pop {
  cursor: pointer;
}

/***************** LOADER **************/

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*********   sommaire-divi   *************/
body .et_pb_section.sommaire-divi{
  padding: 0;
  border-top: 1px solid var(--global--color-gray);
  border-bottom: 1px solid var(--global--color-gray);
}

body .et_pb_section.sommaire-divi.fixed{
  position: fixed;
  width: 100%;
  left: 0;
  top: 146px;
  z-index: 1000;
}
body .sommaire-divi .et_pb_row{
  padding: 0;
}
.sommaire-divi .et_pb_text_inner {
    padding-left: 0;
    display: flex;
    align-items: center;
}
.sommaire-divi .icon-sommaire,
.section-sommaire .icon-sommaire{
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 13px;
  line-height: 13px;
  color: var(--global--color-blue);
  text-transform: uppercase;
  position: relative;
  margin-right: 20px;
  margin-top: 2px;
}
  .sommaire-divi .icon-sommaire span,
  .section-sommaire .icon-sommaire span{
    padding-top: 2px;
    font-weight: 700;

  }
  .sommaire-divi .icon-sommaire:before,
  .section-sommaire .icon-sommaire:before {
    content: '';
    content:':';
    position: absolute;
    right: 0;
    right: -12px;
    font-family: 'Font Awesome 6 Pro';
    font-family: inherit;
  }
.sommaire-divi .fa-list,
.section-sommaire .list-element .fa-list{
  color: var(--global--color-blue);
  /*position: absolute;
  left: 0;
  top: 8px;*/
  font-size: 13px;
  line-height: 13px;
  margin-right: 6px;
  display: none;
}


.sommaire-divi ul{
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
  .sommaire-divi ul li{
    padding-left: 0;
    white-space: nowrap;
  }
  .sommaire-divi ul li:before{
    display: none;
  }
  .sommaire-divi ul li a{
    display: block;
    padding: 8px 20px;
    color: var(--global--color-blue);
    font-size: 15px;
  }
  .sommaire-divi ul li a.active{
    color: var(--global--color-blue);
    font-weight: 700;
  }
  .sommaire-divi ul li a:hover{
    color: var(--global--color-blue);
  }

.sommaire-divi ul {
    margin: 0;
    display: flex;
}
.sommaire-divi ul li {
    padding-left: 0;
    text-align: center;
}
.sommaire-divi ul li a {
    display: block;
    padding: 8px 20px;
    color: var(--global--color-blue);
}
.sommaire-divi ul li a.active {
    color: var(--global--color-blue);
    font-weight: 700;
}
.sommaire-divi ul li:before{
  display: none !important;
}



.sommaire-divi ul {
    display: flex;
    align-items:center;
    overflow-x: scroll;
}

.sommaire-divi ul > li {
    flex: none;
    max-width: 100%;
}

.sommaire-divi ul #sommaireUL{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.sommaire-divi ul::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.sommaire-divi ul {
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}

/*@media (min-width: 767px) {
  .sommaire-divi ul {
     overflow-x: scroll;
  }
}*/

.section-sommaire .list-element #sommaireUL {
    display: flex;
    align-items:center;
    overflow-x: scroll;
}

.section-sommaire .list-element #sommaireUL > li {
    flex: none;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.section-sommaire .list-element #sommaireUL{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.section-sommaire .list-element #sommaireUL::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

@media (min-width: 767px) {
  .bloc-section-sommaire.fixed{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
  }
  /*.section-sommaire .list-element #sommaireUL {
     overflow-x: visible;
  }*/

  .section-sommaire .list-element #sommaireUL > li {
    flex-basis: 0;
    flex-grow: 1;
   }
}

/**************  SOMMAIRE RESSOURCES  *****/
.container-sommaire{
  min-height: 42px;
  display: none;
}
.bloc-section-sommaire .content-page{
  padding: 0;
  background: transparent;
  overflow: overlay;
}
.bloc-section-sommaire{
  background-color: var(--global--color-gray-light);
  border-top: 1px solid var(--global--color-gray);
  border-bottom: 1px solid var(--global--color-gray);
}
.section-sommaire{
  padding: 0;
}
.bloc-section-sommaire.fixed{
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
}

.section-sommaire .list-element{
  padding-left: 0;
  display: flex;
  align-items: center;
}

.section-sommaire .list-element #sommaireUL {
    margin: 0;
    display: flex;
}
.section-sommaire .list-element #sommaireUL li {
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
}
.section-sommaire .list-element #sommaireUL li a {
    display: block;
    padding: 8px 20px;
    color: var(--global--color-blue);
}
.section-sommaire .list-element #sommaireUL li a.active {
    color: var(--global--color-blue);
    font-weight: 700;
}
.section-sommaire .list-element #sommaireUL li:before{
  display: none !important;
}

/*********  swith-form-content ***********/

#popup-switch-form .modal-header .btn-close{
  top: 10px;
}
.swith-form-content{
  padding: 20px 20px 40px 20px;
  text-align: center;
}
  .swith-form-content label{
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--global--color-blue);
  }
  .swith-form-content select{
    padding: 4px;
    font-weight: 600;
    color: var(--global--color-blue);
    margin-right: 8px;
  }

.header-menu-desktop .et_pb_menu ul li.bolder > a{
  font-weight: 800 !important;
}
/*****************  CARTE ***********************/

.carte-stage{
  border: 1px solid var(--global--color-green);
  border-radius: 8px;
  overflow: hidden;
  background: var(--global--color-green-light);
  contain: content;

}
.carte-stage.pop{
  cursor: pointer;
}
.carte-stage.pop:hover .link{
  color: var(--global--color-blue);
}
.link{
  color: var(--global--color-link);
}
.link:hover{
  color: var(--global--color-blue);
}

.section-rubrique-contraste .carte-stage{
  background: #fff;
}
.carte-stage .et_pb_blurb_container{
  padding-left: 0 !important;
}
.carte-stage .et_pb_blurb_content{
  position: relative;
  max-width: 100%;
}
.carte-stage .et_pb_main_blurb_image{
  position: absolute;
  top: 10px;
  left: 20px;
}
.carte-stage .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
  color: #fff;
}
.carte-stage h4 {
    font-weight: 700;
    font-size: 21px;
    color: #fff !important;
    padding: 10px;
    background: var(--global--color-green);
    padding: 15px 20px 15px 70px;
    margin: 0;
}
.carte-stage.pop h4{
  text-align: center;
}
.carte-stage.no-icon h4{
  padding: 15px 15px 15px 15px;
}
.carte-stage.carte-stage-blue h4{
  background: var(--global--color-blue);
}
.carte-stage .et_pb_blurb_description{
  padding: 20px;
}
.carte-stage.pop .et_pb_blurb_description{
  padding: 0;
}
.carte-stage.pop .et_pb_blurb_description img {
  width: 100%;
}
.carte-stage .et_pb_blurb_description h5{
  margin-bottom: 3px;
  color: #ff7a53;
  font-weight: 700;
  font-size: 16px;
}
.carte-stage .et_pb_blurb_description p{
  margin-bottom: 20px;
}
.carte-stage .et_pb_blurb_description p.link strong{
    font-weight: 400;
    position: relative;
    font-size: 14px;
  }
.carte-stage .et_pb_blurb_description p.link strong:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    border-bottom: 1px solid var(--global--color-link);
}
.carte-stage.pop.hover-scale:hover .et_pb_blurb_description p.link strong:before{
  border-bottom: 1px solid var(--global--color-blue);
}


.carte-stage .et_pb_blurb_description li a{
  color: #161616;
  background: #fff;
  padding: 3px 8px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
  border: 1px solid var(--global--color-gray);
}
.section-rubrique-contraste .carte-stage .et_pb_blurb_description li a{
  background: var(--global--color-gray-light);

  
}
.carte-stage .et_pb_blurb_description li a:before{
  content:'';
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: url(assets/images/picto-fleche-noir-IDcard.svg) no-repeat;
  background-size: cover;
}
.carte-stage .et_pb_blurb_description li a.pop:before{
  background: url(assets/images/picto-plus-noir-IDcard.svg) no-repeat;
  background-size: cover;
}
.carte-stage ul{
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.carte-stage li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}
.carte-stage ul.tarifs li{
  display: block;
}
.entry-content .carte-stage ul li:before{
  display: none;
}

.carte-stage ul.tarifs li{
  padding-left: 15px !important;
}
.entry-content .carte-stage ul.tarifs li:before{
  display: block;
  color: #000;
}
body a.small-button{
  background: var(--global--color-blue) !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  text-shadow: none !important;
  padding: 3px 12px !important;
  text-align: center;
}
body a.smallblue,
body a.bigblue{
  color: #fff !important;
}
body a.small-button:hover,
body a.smallblue:hover,
body a.bigblue:hover{
  color: #fff !important;
  background-color: var(--global--color-blue-sky) !important;
  opacity: 1;
  padding: 3px 12px;
}

/*****************  section-temoignage vert *********/

.section-temoignage{
  background-color: var(--global--color-green-light)!important;
  color: var(--global--color-blue);
}
body .section-temoignage h2{
  color: var(--global--color-blue);
}
body .section-temoignage p {
  color: var(--global--color-blue);
  font-size: 18px;
  line-height: 26px;
}
body .section-temoignage .name{
  color: var(--global--color-blue);
  font-size:16px;
}
body .section-temoignage a{
  color: var(--global--color-blue-sky) !important;
  text-decoration: underline !important;
}
body .section-temoignage a:hover{
  color: var(--global--color-blue) !important;
}

/*****************  navigation-tabs *********/
.navigation-tabs{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.navigation-tabs .et_pb_row{
  padding-bottom: 0 !important;
}
.navigation-tabs .et_pb_text_inner{
  display: flex;
  justify-content: center;
}
.navigation-tabs .et_pb_text_inner ul{
  display: flex;
  background: var(--global--color-gray-light);
  border-radius: 8px;
  margin-bottom: 0;
}
.navigation-tabs ul li:first-child span{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.navigation-tabs ul li:last-child span{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.navigation-tabs ul li span{
  color: var(--global--color-blue);
  background: var(--global--color-gray-light);
  padding: 8px 12px;
  display: block;
  cursor: pointer;
}
.navigation-tabs ul li span.active{
  color: #fff;
}
.navigation-tabs ul li span.green.active{
  background: var(--global--color-green);
}
.navigation-tabs ul li span.blue.active{
  background: var(--global--color-blue);
}
.navigation-tabs li{
  padding-left: 0 !important;
}
.navigation-tabs li:before{
  display: none !important;
}
.bloc-tab{
  display: none;
}


.carte-offre{
  height: 100%;
  border: 1px solid var(--global--color-green);
  border-radius: 8px;
  overflow: hidden;
  background: var(--global--color-green-light);
}
.section-rubrique-contraste .carte-offre{
  background: #fff;
}

.carte-offre .offre-head span{
    font-weight: 700;
    font-size: 21px;
    color: #fff !important;
    padding: 10px;
    background: #00777b;
    text-align: center;
    padding: 15px 20px 15px 20px;
    margin: 0;
    display: block;
}
.carte-offre.carte-blue {
  border: 1px solid var(--global--color-blue);
}
.carte-offre.carte-blue .offre-head span{
  background: var(--global--color-blue);
}
.carte-offre  .content-offre h4{
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.carte-offre .et_pb_text_inner{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.carte-offre .content-offre{
  padding: 20px;
  display: flex;
  flex-direction: column;
/*  align-items: center;*/
  height: 100%;
  justify-content: space-between;
}
.carte-offre .offre-description h3{
  font-weight: bold;
  text-align: center;
}
.carte-offre .offre-description ul{
  color: var(--global--color-black);
  font-size: 16px !important;
  line-height: 23px;
}
  .carte-offre .offre-description ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
  }
  .carte-offre .offre-description ul li del{
    color: #d7d7d7;
    text-decoration: none;
  }

  .carte-offre .offre-description ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 6 Sharp";
    color: var(--global--color-green);
    font-weight: 900;
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: 0;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .carte-offre .offre-description ul li.no:before{
    content: "\f00d";
    color: #d7d7d7;
    font-weight: 400;
  }


/*.carte-offre .content-offre-bottom .tarif {
    margin-bottom: 20px;
    color: var(--global--color-blue);
    font-size: 25px;
    text-align: center;
    font-weight: bolder;
}
  .carte-offre .content-offre-bottom .tarif span {
    color: var(--global--color-pink;
  }*/
.content-offre-bottom{
  text-align: center;
}

.carte-offre .content-offre-bottom .tarif {
  display: none;
}
.carte-offre .content-offre-bottom .reservez{
  margin-bottom: 20px;
  margin-top: 20px;
}
.carte-offre .content-offre-bottom .savoir-plus a{
  position: relative;
}

.carte-offre .content-offre-bottom .savoir-plus a:before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  border-bottom: 1px solid var(--global--color-blue-sky);
}
  .carte-offre .content-offre-bottom .savoir-plus a:hover:before{
    border-bottom: 1px solid var(--global--color-blue);
  }



.carte-offre .et_pb_main_blurb_image{
  display: none;
}
.carte-stage.carte-offre h4{
  padding-left: 20px;
  text-align: center;
}
.carte-offre .et_pb_blurb_description{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carte-offre .et_pb_blurb_description p{
  line-height: 33px;
}
.carte-offre .et_pb_blurb_description p.tarif{
  margin-bottom: 25px;
  color: var(--global--color-blue);
  font-size: 25px;
  text-align: center;
}
.carte-offre .et_pb_blurb_description i{
  margin-right: 8px;
}
body .carte-offre .et_pb_blurb_description a.small-button{
  padding: 12px !important;
}

.picto-atout .et_pb_main_blurb_image img{
  height: 115px;
}

.picto-atout .et_pb_blurb_description p{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: var(--global--color-blue);
  margin-bottom: 10px;
}

.picto-atout .et_pb_blurb_description p a{
  font-weight: 400;
  position: relative;
  font-size: 14px;
}

.picto-atout .et_pb_blurb_description p a:before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid var(--global--color-link);
}
.picto-atout .et_pb_blurb_description p a:hover:before{
  border-bottom: 1px solid var(--global--color-blue);
}

.picto-atout.atout-modal{
  cursor: pointer;
}
.picto-atout.atout-modal:hover .et_pb_blurb_description p a{
  color: var(--global--color-blue);
}
.picto-atout.atout-modal:hover .et_pb_blurb_description p a:before{
  border-bottom: 1px solid var(--global--color-blue);
}

.row-100 {
  width: 100% !important;
  max-width: 100% !important;
}


/**********************************************

Class Css pour l'editeur

**********************************************/

.sous-titre-carte, .sous-titre-carte p {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  color: var(--global--color-red2);
  font-weight: 600;
  font-size: 16px;
}

.titre-carte {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: -1px;
}
.tarif,
.prix {
  font-size: 20px;
  font-weight: bolder;
}
.tarif,
.petit-tarif {
  color: var(--global--color-blue);
}
.prix,
.petit-prix{
  color: var(--global--color-pink);
}

.petit-tarif,
.petit-prix {
  font-size: 18px;
  font-weight: bolder;
}


.texte-violet {
  color: var(--global--color-violet) !important;
}
.texte-bleu {
  color: var(--global--color-blue) !important;
}
.color-2,
.texte-rose {
  color: var(--global--color-pink) !important;
}
.texte-jaune {
  color: var(--global--color-yellow) !important;
}
.texte-bleu-canard {
  color: var(--global--color-blue-canard) !important;
}
.texte-marron {
  color: var(--global--color-marron) !important;
}
.texte-rouge {
  color: var(--global--color-red) !important;
}
.color-3,
.texte-vert {
  color: var(--global--color-green) !important;
}
.texte-orange {
  color: var(--global--color-orange) !important;
}
.color-1,
.texte-bleu-ciel {
  color: var(--global--color-blue-sky) !important;
}



.surligne a {
  text-decoration: underline;
}

.titre-banniere {
  font-size: var(--global--font-size-h2);
  color: var(--global--color-blue);
  font-weight: 700;
  line-height: 36px;
}

.sur-titre-banniere {
  font-size: var(--global--font-size-h3);
  color: var(--global--color-blue2) !important;
  font-weight: 400;
}

.entry-content .et_builder_inner_content > .et_pb_section {
  contain: content;
}

#banniere {
  min-height: 379px;
}

.box-shadow {
  padding: 15px;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.bg-white-shadow {
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  background: #fff;
}

.radius-8 {
  border-radius: 8px;
}

.entry-content table.table-responsive {
  border: none !important;
}
.entry-content table.table-responsive tr td {
  border: none !important;
}

@media all and (max-width: 767px) {
  .entry-content table.table-responsive tr {
    display: flex;
    flex-direction: column;
  }
  .entry-content table.table-responsive tr td {
    width: 100% !important;
  }
}




