:root {
  --couleur-principale:#4c4d4f;
  --couleur-secondaire-1:#b2d234;
  --couleur-secondaire-2:#f0f0f0; }

body {
  font-size: 16px;
  line-height: 1.37em;
  font-family: 'Barlow',sans-serif;
  font-weight: 500;
  color: var(--couleur-principale); }

.calltoaction, .calltoaction-vert, .calltoaction-gris {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 23px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
  text-decoration: none !important;
  background-color: #fff;
  position: relative;
  clear: both; }
  .calltoaction:before, .calltoaction-vert:before, .calltoaction-gris:before {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px; }

.calltoaction {
  background-color: var(--couleur-secondaire-1);
  border: 1px solid #fff;
  color: #fff; }
  .calltoaction:hover {
    background-color: #fff;
    color: var(--couleur-secondaire-1); }

.calltoaction-vert {
  background-color: var(--couleur-secondaire-1);
  border: 1px solid var(--couleur-secondaire-1); }
    .calltoaction-vert.calltoaction-oeil:before {
      content: url("../assets/img/picto_oeil_blanc.png"); }
    .calltoaction-vert.calltoaction-fleche:before {
      content: url("../assets/img/picto_fleche_blanc.png"); }
    .calltoaction-vert.calltoaction-target:before {
      content: url("../assets/img/picto_target_blanc.png"); }
    .calltoaction-vert.calltoaction-download:before {
      content: url("../assets/img/picto_download_blanc.png"); }
  .calltoaction-vert:hover {
    background-color: #fff;
    color: var(--couleur-secondaire-1); }
      .calltoaction-vert:hover.calltoaction-oeil:before {
        content: url("../assets/img/picto_oeil_vert.png"); }
      .calltoaction-vert:hover.calltoaction-fleche:before {
        content: url("../assets/img/picto_fleche_vert.png"); }
      .calltoaction-vert:hover.calltoaction-target:before {
        content: url("../assets/img/picto_target_vert.png"); }
      .calltoaction-vert:hover.calltoaction-download:before {
        content: url("../assets/img/picto_download_vert.png"); }

.calltoaction-gris {
  border: 1px solid var(--couleur-principale);
  background-color: var(--couleur-principale); }
    .calltoaction-gris.calltoaction-oeil:before {
      content: url("../assets/img/picto_oeil_blanc.png"); }
    .calltoaction-gris.calltoaction-fleche:before {
      content: url("../assets/img/picto_fleche_blanc.png"); }
    .calltoaction-gris.calltoaction-target:before {
      content: url("../assets/img/picto_target_blanc.png"); }
    .calltoaction-gris.calltoaction-download:before {
      content: url("../assets/img/picto_download_blanc.png"); }
  .calltoaction-gris:hover {
    color: var(--couleur-principale) !important;
    background-color: #fff !important; }
      .calltoaction-gris:hover.calltoaction-oeil:before {
        content: url("../assets/img/picto_oeil_noir.png"); }
      .calltoaction-gris:hover.calltoaction-fleche:before {
        content: url("../assets/img/picto_fleche_noir.png"); }
      .calltoaction-gris:hover.calltoaction-target:before {
        content: url("../assets/img/picto_target_noir.png"); }
      .calltoaction-gris:hover.calltoaction-download:before {
        content: url("../assets/img/picto_download_noir.png"); }

.lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

h1 {
  font-size: 50px;
  line-height: 1.37em; }

h2 {
  font-size: 35px;
  line-height: 1em; }

ul {
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }
  .texte-zone-home h1, .texte-zone-home h2, .texte-zone-home h3, .texte-zone-home h4, .texte-zone-home h5, .texte-zone-home h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .texte-zone-home h1:after, .texte-zone-home h2:after, .texte-zone-home h3:after, .texte-zone-home h4:after, .texte-zone-home h5:after, .texte-zone-home h6:after {
      content: '';
      display: block;
      width: 116px;
      height: 4px;
      background-color: var(--couleur-secondaire-1);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .texte-zone-home ul {
    padding-left: 20px; }
    .texte-zone-home li::marker {
      color: var(--couleur-secondaire-1);
      font-size: 20px; }

.container-wave {
  position: relative;
  background: #fff;
  height: 100px;
  top: -100px; }

.wave {
  position: absolute;
  height: 100px;
  width: 100%;
  background: #fff;
  bottom: 0; }

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%; }

.wave::before {
  width: 55%;
  height: 109%;
  background-color: var(--couleur-secondaire-1);
  right: -1.5%;
  top: 60%; }

.wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%; }
  .liste-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: auto; }
  .liste-categories a {
    display: block;
    padding: 10px 25px;
    border: 2px solid #b2b4b8;
    border-radius: 5px;
    color: #b2b4b8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important; }
    .liste-categories a:hover {
      border: 2px solid var(--couleur-secondaire-1);
      color: #000; }
    .archive .liste-categories li.current-cat a {
      border: 2px solid var(--couleur-secondaire-1);
      color: #000; }
  .tobi-zoom a img {
    margin: auto; }
  .tobi-zoom:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    display: none !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tobi-zoom:hover .tobi-zoom__icon {
      opacity: 0; }
    .tobi-zoom:hover:before {
      opacity: 0; }

.tobi-zoom__icon {
  display: none !important;
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(../assets/img/picto_loupe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .tobi-zoom__icon svg {
    display: none; }

.fil-ariane {
  margin: 20px 0; }
  .fil-ariane * {
    color: var(--couleur-secondaire-1);
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500; }
  .wave-header svg {
    background-color: var(--couleur-secondaire-1) !important; }

.wsp-container a {
  color: var(--couleur-principale); }
  .wsp-container a:hover {
    color: var(--couleur-secondaire-1); }

#btnAscenseur {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background: var(--couleur-secondaire-1);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%; }
  #btnAscenseur svg {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #btnAscenseur.apparition {
    opacity: 1;
    visibility: visible; }
  #btnAscenseur:hover {
    border-radius: 0; }
    #btnAscenseur:hover svg {
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg); }

@media all and (max-width: 992px) {
  .pause-animation-mobile {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  #btnAscenseur {
    display: none !important; } }

/********
* HEADER
*********/
#top-bar {
  padding: 10px 0;
  background-color: var(--couleur-secondaire-2); }
  #top-bar img {
    max-width: 17px;
    margin-right: 10px; }
  #top-bar ul {
    margin-bottom: 0;
    text-align: right; }
  #top-bar li {
    display: inline-block;
    margin: 0 10px; }
    #top-bar li:last-child {
      margin-right: 0; }
  #top-bar a {
    color: var(--couleur-principale);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px; }
  #menu-general .custom-logo-link img {
    padding: 10px 0; }
  #menu-general .nav-link {
    color: var(--couleur-principale);
    font-size: 15px;
    font-weight: 500; }
  #menu-general .menu {
    padding-top: 15px; }
    #menu-general .menu li {
      list-style: none;
      position: relative; }
      #menu-general .menu > li:not(:last-child) {
        margin-right: 40px; }
      #menu-general .menu > li > a {
        position: relative;
        padding-right: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        #menu-general .menu > li > a:after {
          content: '';
          display: block;
          width: 5px;
          height: 15px;
          background-color: var(--couleur-secondaire-1);
          border-radius: 5px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #menu-general .menu > li:hover > a {
          color: var(--couleur-secondaire-1); }
    #menu-general .menu .sub-menu {
      position: absolute;
      top: 100%;
      padding-top: 18px;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #menu-general .menu .sub-menu .nav-link {
        background-color: var(--couleur-principale);
        padding: 10px 20px;
        white-space: nowrap;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff; }
        #menu-general .menu .sub-menu .nav-link:hover {
          background-color: #fff;
          color: var(--couleur-principale); }
    #menu-general .menu > li:hover .sub-menu {
      opacity: 1; }

/********
* FOOTER
*********/
footer {
  background-color: var(--couleur-secondaire-2);
  padding: 50px 0; }
  footer .widget {
    padding: 15px; }
    footer .bloc-widget h3 {
      font-size: 15px;
      line-height: 20px;
      color: var(--couleur-secondaire-1);
      font-weight: 700;
      margin-bottom: 20px; }
    footer .bloc-widget ul {
      padding-left: 15px; }
        footer .bloc-widget ul li::marker {
          color: var(--couleur-secondaire-1); }
      footer .bloc-widget .menu a {
        color: var(--couleur-principale);
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase; }
    footer .row-2 .menu {
      list-style: none; }
      footer .row-2 .menu li {
        position: relative;
        display: inline-block; }
          footer .row-2 .menu li:not(:last-child):after {
            content: '';
            display: block;
            width: 1px;
            height: 10px;
            background-color: #b1b4b8;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      footer .row-2 .menu a {
        color: #b1b4b8;
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
        padding: 0 15px;
        text-transform: none; }

/********
* HOME
*********/
#zone-1-home {
  width: 100%;
  min-height: 597px;
  background-color: var(--couleur-principale);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.texte-zone-1-home {
  padding: 115px 0;
  color: #fff;
  font-size: 20px;
  line-height: 22px; }
  .texte-zone-1-home h1, .texte-zone-1-home h2, .texte-zone-1-home h3, .texte-zone-1-home h4, .texte-zone-1-home h5, .texte-zone-1-home h6 {
    margin-bottom: 37px; }

#zone-2-home {
  margin: 55px 0; }

.content-mea-zone-2-home {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto 0; }
  .content-mea-zone-2-home .bloc {
    padding: 10px;
    height: 100%; }
  .content-mea-zone-2-home .content-bloc {
    color: #fff;
    height: 100%; }
  .content-mea-zone-2-home .bloc-image {
    position: relative;
    height: 100%;
    background-color: var(--couleur-secondaire-2); }
    .content-mea-zone-2-home .bloc-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .content-mea-zone-2-home .texte-bloc {
    height: 100%;
    width: 100%;
    padding: 50px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    background-color: var(--couleur-principale);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content-mea-zone-2-home .texte-bloc h1, .content-mea-zone-2-home .texte-bloc h2, .content-mea-zone-2-home .texte-bloc h3, .content-mea-zone-2-home .texte-bloc h4, .content-mea-zone-2-home .texte-bloc h5, .content-mea-zone-2-home .texte-bloc h6 {
      margin-bottom: 10px; }
  .content-mea-zone-2-home .more {
    display: inline-block;
    margin-top: auto;
    padding: 7px 25px;
    border-radius: 23px;
    font-weight: bold;
    background-color: var(--couleur-secondaire-1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .content-mea-zone-2-home .more svg {
      width: 20px;
      height: 20px;
      margin-right: 8px; }
    .content-mea-zone-2-home > .row .col-lg-6:nth-child(odd) .texte-bloc {
      background-color: var(--couleur-secondaire-1); }
    .content-mea-zone-2-home > .row .col-lg-6:nth-child(odd) .more {
      background-color: var(--couleur-principale); }
      .content-mea-zone-2-home > .row .col-lg-6:nth-child(odd) .more:hover {
        color: var(--couleur-secondaire-1); }
      .content-mea-zone-2-home .content-bloc:hover .more {
        background-color: #fff !important;
        color: var(--couleur-principale); }

#zone-3-home {
  margin: 55px 0; }

.content-mea-zone-3-home {
  max-width: 1108px;
  width: 100%;
  margin: 50px auto 0; }
  .content-mea-zone-3-home .content-bloc {
    position: relative; }
  .content-mea-zone-3-home .bloc {
    max-width: 370px;
    width: 100%;
    margin: auto;
    padding: 24px; }
  .content-mea-zone-3-home .bloc-image {
    width: 100%;
    height: 176px;
    background-color: var(--couleur-secondaire-1);
    overflow: hidden; }
    .content-mea-zone-3-home .bloc-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
  .content-mea-zone-3-home .texte-bloc {
    padding: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .content-mea-zone-3-home .bloc-para {
    margin-bottom: 20px; }
    .content-mea-zone-3-home .bloc-para h1, .content-mea-zone-3-home .bloc-para h2, .content-mea-zone-3-home .bloc-para h3, .content-mea-zone-3-home .bloc-para h4, .content-mea-zone-3-home .bloc-para h5, .content-mea-zone-3-home .bloc-para h6 {
      font-size: 25px;
      color: var(--couleur-secondaire-1);
      font-weight: 700;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .content-mea-zone-3-home .more {
    display: inline-block;
    margin-top: auto;
    padding: 10px 25px;
    border-radius: 23px;
    font-weight: bold;
    background-color: var(--couleur-secondaire-1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }
    .content-mea-zone-3-home .more svg {
      color: var(--couleur-principale);
      width: 20px;
      height: 20px;
      margin-right: 8px; }
      .content-mea-zone-3-home .content-bloc:hover .bloc-image img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .content-mea-zone-3-home .content-bloc:hover .texte-bloc {
        background-color: var(--couleur-secondaire-1);
        color: #fff; }
        .content-mea-zone-3-home .content-bloc:hover .bloc-para h1, .content-mea-zone-3-home .content-bloc:hover .bloc-para h2, .content-mea-zone-3-home .content-bloc:hover .bloc-para h3, .content-mea-zone-3-home .content-bloc:hover .bloc-para h4, .content-mea-zone-3-home .content-bloc:hover .bloc-para h5, .content-mea-zone-3-home .content-bloc:hover .bloc-para h6 {
          color: #fff; }
      .content-mea-zone-3-home .content-bloc:hover .more {
        background-color: #fff;
        color: var(--couleur-secondaire-1); }

#zone-4-home {
  overflow: hidden;
  padding: 100px 0 30px;
  position: relative;
  background-color: var(--couleur-secondaire-1); }
  #zone-4-home h1, #zone-4-home h2, #zone-4-home h3, #zone-4-home h4, #zone-4-home h5, #zone-4-home h6 {
    position: relative;
    padding-bottom: 20px; }
    #zone-4-home h1:after, #zone-4-home h2:after, #zone-4-home h3:after, #zone-4-home h4:after, #zone-4-home h5:after, #zone-4-home h6:after {
      content: '';
      display: block;
      width: 116px;
      height: 4px;
      background-color: #fff;
      margin-top: 20px; }
  #zone-4-home .calltoaction-vert {
    border: 1px solid #fff; }
    #zone-4-home .calltoaction-vert svg {
      color: var(--couleur-principale);
      margin-right: 10px; }
  #zone-4-home .more {
    display: block;
    margin-top: 50px; }
    #zone-4-home .more a {
      font-size: 16px; }

#zone-5-home {
  margin: 55px 0; }

.content-mea-zone-5-home {
  max-width: 1108px;
  width: 100%;
  margin: 50px auto 0; }
  .content-mea-zone-5-home .bloc {
    height: 100%;
    max-width: 370px;
    width: 100%;
    margin: auto;
    padding: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .content-mea-zone-5-home .bloc:hover {
      -webkit-transform: translate(10px, 5px);
          -ms-transform: translate(10px, 5px);
              transform: translate(10px, 5px); }
  .content-mea-zone-5-home .content-bloc {
    position: relative;
    min-height: 314px;
    height: 100%;
    background-color: var(--couleur-principale);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px; }
    .content-mea-zone-5-home .content-bloc:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0; }
  .content-mea-zone-5-home .texte-bloc {
    padding: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
  .content-mea-zone-5-home .bloc-para {
    margin-bottom: 20px;
    color: #fff; }
    .content-mea-zone-5-home .bloc-para h1, .content-mea-zone-5-home .bloc-para h2, .content-mea-zone-5-home .bloc-para h3, .content-mea-zone-5-home .bloc-para h4, .content-mea-zone-5-home .bloc-para h5, .content-mea-zone-5-home .bloc-para h6 {
      font-size: 25px;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

#zone-6-home {
  margin: 55px 0; }
  #zone-6-home .more {
    display: inline-block;
    margin-top: auto;
    padding: 10px 25px;
    border-radius: 23px;
    font-weight: bold;
    background-color: var(--couleur-secondaire-1);
    border: 1px solid var(--couleur-secondaire-1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }
    #zone-6-home .more svg {
      color: var(--couleur-principale);
      width: 20px;
      height: 20px;
      margin-right: 8px; }
    #zone-6-home .more:hover {
      background-color: #fff !important;
      color: var(--couleur-secondaire-1) !important; }

.content-mea-zone-6-home {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto; }
  .content-mea-zone-6-home .content-bloc {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .content-mea-zone-6-home .bloc {
    max-width: 370px;
    width: 100%;
    margin: auto;
    padding: 24px;
    height: 100%; }
  .content-mea-zone-6-home .bloc-image {
    width: 100%;
    height: 176px;
    background-color: var(--couleur-secondaire-1);
    overflow: hidden; }
    .content-mea-zone-6-home .bloc-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
  .content-mea-zone-6-home .texte-bloc {
    padding: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
  .content-mea-zone-6-home .bloc-para {
    margin-bottom: 20px; }
    .content-mea-zone-6-home .bloc-para h1, .content-mea-zone-6-home .bloc-para h2, .content-mea-zone-6-home .bloc-para h3, .content-mea-zone-6-home .bloc-para h4, .content-mea-zone-6-home .bloc-para h5, .content-mea-zone-6-home .bloc-para h6 {
      font-size: 25px;
      color: var(--couleur-secondaire-1);
      font-weight: 700;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .content-mea-zone-6-home .content-bloc:hover .bloc-image img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .content-mea-zone-6-home .content-bloc:hover .texte-bloc {
        background-color: var(--couleur-secondaire-1);
        color: #fff; }
        .content-mea-zone-6-home .content-bloc:hover .bloc-para h1, .content-mea-zone-6-home .content-bloc:hover .bloc-para h2, .content-mea-zone-6-home .content-bloc:hover .bloc-para h3, .content-mea-zone-6-home .content-bloc:hover .bloc-para h4, .content-mea-zone-6-home .content-bloc:hover .bloc-para h5, .content-mea-zone-6-home .content-bloc:hover .bloc-para h6 {
          color: #fff; }
      .content-mea-zone-6-home .content-bloc:hover .more {
        background-color: #fff !important;
        color: var(--couleur-secondaire-1) !important; }
    .content-mea-zone-6-home .categories ul, .content-mea-zone-6-home .categories li {
      list-style: none;
      padding: 0; }
    .content-mea-zone-6-home .categories a {
      color: var(--couleur-principale);
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1px; }
  .content-mea-zone-6-home .more {
    display: inline-block;
    margin-top: auto;
    padding: 10px 25px;
    border-radius: 23px;
    font-weight: bold;
    background-color: var(--couleur-secondaire-1);
    border: 1px solid var(--couleur-secondaire-1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }
    .content-mea-zone-6-home .more svg {
      color: var(--couleur-principale);
      width: 20px;
      height: 20px;
      margin-right: 8px; }
    .content-mea-zone-6-home .more:hover {
      background-color: #fff !important;
      color: var(--couleur-secondaire-1) !important; }

#menu-secondaire {
  padding: 10px 0;
  background-color: var(--couleur-secondaire-2); }
  #menu-secondaire ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #menu-secondaire ul li {
      position: relative; }
      #menu-secondaire ul li:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background-color: #b8b9bd; }
      #menu-secondaire ul li a {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: var(--couleur-principale); }
        #menu-secondaire ul li a:hover {
          color: var(--couleur-secondaire-1); }

/********
* CORPORTATE
*********/
.header-corpo {
  width: 100%;
  height: 240px;
  background-color: var(--couleur-principale);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.accroche-corpo {
  margin: 55px 0; }

.bloc-flexible {
  margin: 50px 0; }
    .flexible .texte-zone-home h1, .flexible .texte-zone-home h2, .flexible .texte-zone-home h3, .flexible .texte-zone-home h4, .flexible .texte-zone-home h5, .flexible .texte-zone-home h6 {
      margin-bottom: 40px; }
      .flexible .texte-zone-home h1:after, .flexible .texte-zone-home h2:after, .flexible .texte-zone-home h3:after, .flexible .texte-zone-home h4:after, .flexible .texte-zone-home h5:after, .flexible .texte-zone-home h6:after {
        left: 0;
        right: auto; }
    .flexible .texte-zone-home .calltoaction, .flexible .texte-zone-home .calltoaction-gris, .flexible .texte-zone-home .calltoaction-vert {
      font-size: 16px; }
      .flexible .zone-mea .bloc-texte h1, .flexible .zone-mea .bloc-texte h2, .flexible .zone-mea .bloc-texte h3, .flexible .zone-mea .bloc-texte h4, .flexible .zone-mea .bloc-texte h5, .flexible .zone-mea .bloc-texte h6 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .flexible .zone-mea .bloc-texte h1:after, .flexible .zone-mea .bloc-texte h2:after, .flexible .zone-mea .bloc-texte h3:after, .flexible .zone-mea .bloc-texte h4:after, .flexible .zone-mea .bloc-texte h5:after, .flexible .zone-mea .bloc-texte h6:after {
          content: '';
          display: block;
          width: 116px;
          height: 4px;
          background-color: var(--couleur-principale);
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
  .flexible .flexible-content-zone-mea {
    max-width: 1108px;
    width: 100%;
    margin: auto; }
    .flexible .flexible-content-zone-mea .content-bloc {
      position: relative; }
    .flexible .flexible-content-zone-mea .bloc {
      max-width: 370px;
      width: 100%;
      margin: auto;
      padding: 24px; }
    .flexible .flexible-content-zone-mea .bloc-image {
      width: 100%;
      height: 176px;
      background-color: var(--couleur-secondaire-1);
      overflow: hidden; }
      .flexible .flexible-content-zone-mea .bloc-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
    .flexible .flexible-content-zone-mea .texte-bloc {
      padding: 25px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .flexible .flexible-content-zone-mea .bloc-para {
      margin-bottom: 20px; }
      .flexible .flexible-content-zone-mea .bloc-para h1, .flexible .flexible-content-zone-mea .bloc-para h2, .flexible .flexible-content-zone-mea .bloc-para h3, .flexible .flexible-content-zone-mea .bloc-para h4, .flexible .flexible-content-zone-mea .bloc-para h5, .flexible .flexible-content-zone-mea .bloc-para h6 {
        font-size: 25px;
        color: var(--couleur-secondaire-1);
        font-weight: 700;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .flexible .flexible-content-zone-mea .more {
      display: inline-block;
      margin-top: auto;
      padding: 10px 25px;
      border-radius: 23px;
      font-weight: bold;
      background-color: var(--couleur-secondaire-1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff; }
      .flexible .flexible-content-zone-mea .more svg {
        color: var(--couleur-principale);
        width: 20px;
        height: 20px;
        margin-right: 8px; }
        .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-image img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .flexible .flexible-content-zone-mea .content-bloc:hover .texte-bloc {
          background-color: var(--couleur-secondaire-1);
          color: #fff; }
          .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h1, .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h2, .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h3, .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h4, .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h5, .flexible .flexible-content-zone-mea .content-bloc:hover .bloc-para h6 {
            color: #fff; }
        .flexible .flexible-content-zone-mea .content-bloc:hover .more {
          background-color: #fff;
          color: var(--couleur-secondaire-1); }
  .flexible .zone-bandeau-promo {
    width: 100%;
    height: 300px;
    background-color: var(--couleur-secondaire-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
      .flexible .carousel-flexible .owl-nav button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-weight: bold;
        font-size: 20px; }
        .flexible .carousel-flexible .owl-nav button.owl-prev {
          left: -50px; }
        .flexible .carousel-flexible .owl-nav button.owl-next {
          right: -50px; }
    .flexible .carousel-flexible .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .flexible .carousel-flexible ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .flexible .carousel-flexible ul li {
        text-align: center;
        padding: 20px; }
        .flexible .carousel-flexible ul li img {
          max-width: 100%;
          width: auto;
          margin: auto; }
    .flexible .carousel-modele-1 .liste-carousel {
      max-width: 1290px;
      width: 100%;
      margin: auto;
      padding: 0 100px; }
  .flexible .carousel-modele-2 {
    background-color: var(--couleur-secondaire-1);
    padding: 50px 0; }
    .flexible .carousel-modele-2 .liste-carousel {
      max-width: 1290px;
      width: 100%;
      margin: auto;
      padding: 0 100px; }
      .flexible .carousel-modele-2 .bloc-texte h1, .flexible .carousel-modele-2 .bloc-texte h2, .flexible .carousel-modele-2 .bloc-texte h3, .flexible .carousel-modele-2 .bloc-texte h4, .flexible .carousel-modele-2 .bloc-texte h5, .flexible .carousel-modele-2 .bloc-texte h6 {
        color: #fff;
        font-size: 25px;
        font-weight: 700; }
      .flexible .carousel-modele-2 .bloc-texte img {
        max-width: 85px;
        display: block;
        margin: 0 auto 20px; }
      .flexible .carousel-modele-2 .owl-nav button {
        color: #fff; }
  .flexible .zone-cta {
    background-color: var(--couleur-secondaire-1);
    padding: 70px 0; }
      .flexible .zone-cta .texte-zone-home h1, .flexible .zone-cta .texte-zone-home h2, .flexible .zone-cta .texte-zone-home h3, .flexible .zone-cta .texte-zone-home h4, .flexible .zone-cta .texte-zone-home h5, .flexible .zone-cta .texte-zone-home h6 {
        color: #fff; }
        .flexible .zone-cta .texte-zone-home h1:after, .flexible .zone-cta .texte-zone-home h2:after, .flexible .zone-cta .texte-zone-home h3:after, .flexible .zone-cta .texte-zone-home h4:after, .flexible .zone-cta .texte-zone-home h5:after, .flexible .zone-cta .texte-zone-home h6:after {
          background-color: #fff; }
    .flexible .zone-video .bloc-video {
      width: 100%;
      position: relative; }
      .flexible .zone-video .bloc-video:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 75%; }
    .flexible .zone-video .youtube_player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .flexible .zone-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .flexible .zone-video .calltoaction-vert {
      margin-top: 30px; }
      .flexible .zone-video .calltoaction-vert svg {
        margin-right: 10px; }
      .flexible .zone-video .calltoaction-vert span {
        color: #fff;
        font-size: 13px; }
    .flexible .galerie ul {
      list-style: none; }
    .flexible .galerie li {
      padding: 10px; }
      .flexible .galerie li img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

/********
* OFFRE EMPLOIS
*********/
  .accroche-offre svg {
    color: var(--couleur-secondaire-1); }

.description-offre {
  padding: 40px 0; }

#detail-emploi {
  background-color: var(--couleur-secondaire-1);
  padding: 20px 40px; }
  #detail-emploi h2 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative; }
    #detail-emploi h2:after {
      content: '';
      display: block;
      width: 100px;
      height: 4px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
  #detail-emploi ul {
    padding-left: 20px;
    margin: 0;
    width: 100%;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
      #detail-emploi ul li a {
        color: var(--couleur-principale); }
      #detail-emploi ul li::marker {
        color: #fff;
        font-size: 20px; }
  #detail-emploi .value {
    font-weight: 700; }

h2.titre-contact-agence {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  position: relative; }
  h2.titre-contact-agence:after {
    content: '';
    display: block;
    width: 116px;
    height: 4px;
    background-color: var(--couleur-secondaire-1);
    position: absolute;
    bottom: 0;
    left: 0; }

#bloc-contact-agence {
  margin-bottom: 30px; }
  #bloc-contact-agence .image-mea-agence {
    margin-bottom: 20px; }
    #bloc-contact-agence .bloc-texte-contact-agence h1, #bloc-contact-agence .bloc-texte-contact-agence h2, #bloc-contact-agence .bloc-texte-contact-agence h3, #bloc-contact-agence .bloc-texte-contact-agence h4, #bloc-contact-agence .bloc-texte-contact-agence h5, #bloc-contact-agence .bloc-texte-contact-agence h6 {
      color: var(--couleur-secondaire-1);
      font-weight: bold;
      font-size: 25px; }
    #bloc-contact-agence .bloc-texte-contact-agence .calltoaction-gris, #bloc-contact-agence .bloc-texte-contact-agence .calltoaction-vert {
      font-size: 16px; }
    #bloc-contact-agence .bloc-texte-contact-agence .picto {
      position: relative;
      padding-left: 20px; }
    #bloc-contact-agence .bloc-texte-contact-agence .picto svg {
      position: absolute;
      left: 0;
      top: 4px;
      margin-right: 5px;
      color: var(--couleur-secondaire-1); }

.bloc-form-contact-agence {
  margin-bottom: 30px;
  background-color: var(--couleur-secondaire-1);
  padding: 20px;
  border-radius: 5px; }
  .bloc-form-contact-agence .texte-zone-home h2 {
    font-weight: bold;
    font-size: 35px; }
    .bloc-form-contact-agence .texte-zone-home h2:after {
      background-color: #fff;
      margin-right: auto;
      right: auto; }
    .bloc-form-contact-agence .fluentform .ff_file_upload_holder {
      margin-top: 20px !important; }
    .bloc-form-contact-agence .fluentform .ff_upload_btn {
      background-color: transparent !important;
      border: 1px solid #fff !important;
      border-radius: 5px !important;
      color: var(--couleur-principale) !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .bloc-form-contact-agence .fluentform .ff_upload_btn:hover {
        background-color: var(--couleur-principale) !important;
        color: #fff !important; }
    .bloc-form-contact-agence .fluentform button.ff-btn-submit {
      background-color: #fff !important;
      color: var(--couleur-principale) !important;
      border-radius: 23px !important;
      padding: 5px 30px !important; }
    .zone-partage-rs-offre .widget h1, .zone-partage-rs-offre .widget h2, .zone-partage-rs-offre .widget h3, .zone-partage-rs-offre .widget h4, .zone-partage-rs-offre .widget h5, .zone-partage-rs-offre .widget h6 {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-weight: bold; }
      .zone-partage-rs-offre .widget h1:after, .zone-partage-rs-offre .widget h2:after, .zone-partage-rs-offre .widget h3:after, .zone-partage-rs-offre .widget h4:after, .zone-partage-rs-offre .widget h5:after, .zone-partage-rs-offre .widget h6:after {
        content: '';
        display: block;
        width: 116px;
        height: 4px;
        background-color: var(--couleur-secondaire-1);
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        margin-right: auto; }

.content-mea-offre-associees {
  max-width: 1380px;
  margin: auto;
  width: 100%;
  padding: 50px 0; }
  .content-mea-offre-associees .mea-offres-emploi {
    margin-bottom: 20px; }
  .content-mea-offre-associees .bloc-mea {
    padding: 15px; }
  .content-mea-offre-associees .content-bloc {
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .content-mea-offre-associees .content-bloc h3 {
      text-transform: uppercase;
      font-size: 22px;
      color: var(--couleur-secondaire-1);
      font-weight: bold;
      margin-bottom: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .content-mea-offre-associees .content-bloc .info-publi {
      display: block;
      color: #b8b9bd;
      margin-bottom: 8px;
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .content-mea-offre-associees .content-bloc .info-job {
      margin-bottom: 20px; }
      .content-mea-offre-associees .content-bloc .info-job span, .content-mea-offre-associees .content-bloc .info-job a {
        color: var(--couleur-principale);
        font-size: 14px; }
      .content-mea-offre-associees .content-bloc .info-job .picto {
        float: left;
        margin-right: 8px; }
      .content-mea-offre-associees .content-bloc .info-job svg {
        color: var(--couleur-secondaire-1); }
    .content-mea-offre-associees .content-bloc .calltoaction-vert {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 16px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-mea-offre-associees .content-bloc .calltoaction-vert img {
        width: 18px;
        margin-right: 5px; }
    .content-mea-offre-associees .content-bloc:hover {
      background-color: var(--couleur-secondaire-1); }
      .content-mea-offre-associees .content-bloc:hover h3 {
        color: #fff; }
      .content-mea-offre-associees .content-bloc:hover .info-publi {
        color: var(--couleur-principale); }
        .content-mea-offre-associees .content-bloc:hover .info-job svg {
          color: #fff; }
      .content-mea-offre-associees .content-bloc:hover .calltoaction-vert {
        background-color: #fff;
        color: var(--couleur-principale); }
  .content-mea-offre-associees .more {
    font-size: 16px; }
    .content-mea-offre-associees .more a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .content-mea-offre-associees .more svg {
      margin-right: 10px;
      color: var(--couleur-principale); }

/********
* AGENCES
*********/
  .content-page-agence .bloc-contact-agence {
    max-width: 316px;
    margin: auto;
    width: 100%;
    margin-top: 50px;
    background-color: var(--couleur-secondaire-1); }
  .content-page-agence .image-agence {
    height: 175px;
    background-color: var(--couleur-principale); }
    .content-page-agence .image-agence img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .content-page-agence .texte-contact-agence {
    padding: 20px 20px 0; }
    .content-page-agence .texte-contact-agence ul {
      list-style: none; }
      .content-page-agence .texte-contact-agence ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 25px; }
        .content-page-agence .texte-contact-agence ul li svg:not(.picto-liste) {
          position: absolute;
          left: 0;
          top: 5px;
          color: #fff; }
      .content-page-agence .texte-contact-agence .btn-contact-agence a {
        font-size: 14px; }
    .content-page-agence .texte-contact-agence .tableau-horaires {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .content-page-agence .bloc-rs-agence {
    padding: 0 20px 20px 40px; }
    .content-page-agence .bloc-rs-agence ul {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
        .content-page-agence .bloc-rs-agence ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 30px;
          height: 30px;
          background-color: #fff;
          border-radius: 50%;
          margin: 0 5px; }
          .content-page-agence .bloc-rs-agence ul li a svg {
            color: var(--couleur-secondaire-1); }
  .content-page-agence .btn-contact-agence {
    padding: 0 20px 20px 40px; }
    .content-page-agence .btn-contact-agence a {
      font-size: 14px; }
  .content-page-agence .map-agence {
    max-width: 316px;
    margin: auto;
    width: 100%;
    height: 230px;
    background-color: var(--couleur-principale); }
    .content-page-agence .map-agence img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .content-page-agence .btn-itineraire-agence {
    padding: 20px 0; }
    .content-page-agence .btn-itineraire-agence a {
      font-size: 14px; }
  .content-page-agence .btn-liste-horaires {
    cursor: pointer; }
      .content-page-agence .btn-liste-horaires:hover .tableau-horaires {
        max-height: 500px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

/****************
GEO MY WP
*************/
.gmw-single-location-wrapper {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background-color: transparent !important; }
  .gmw-single-location-wrapper i {
    display: none !important; }
  .gmw-single-location-wrapper .gmw-sl-address {
    margin-bottom: 0 !important; }
    .gmw-single-location-wrapper .gmw-sl-address a {
      color: var(--couleur-principale) !important; }

/*******************
STYLE WPSL
********************/
.wpsl-locations-details a {
  color: var(--couleur-principale); }

.wpsl-contact-details {
  font-weight: bold; }
  .wpsl-contact-details span {
    font-weight: 100; }
  .wpsl-opening-hours tr td:nth-child(1) {
    font-weight: bold; }

/* WordPress Core*/
/*-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/***********
RESPONSIVE
************/
@media only screen and (max-width: 992px) {
  #menu-general { }
    #menu-general .menu { }
      #menu-general .menu > li {
        margin-right: 0 !important; }
        #menu-general .menu > li > a { }
          #menu-general .menu > li > a:after {
            display: none; }
      #menu-general .menu .sub-menu {
        position: relative;
        opacity: 1;
        padding-top: 0; } }

@media only screen and (max-width: 768px) {
  #detail-emploi ul {
    -webkit-column-count: 1;
            column-count: 1; } }
