/***********
VARIABLES
***********/
:root {
  --couleur-principale:#29a4be;
  /*bleu turquois*/
  --couleur-secondaire-1:#75C8E8;
  /*bleu ciel*/
  --couleur-secondaire-2:#5ecbe8;
  /*bleu*/ }

/***********
GENERAL
***********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.42857143; }
  body * {
    font-family: 'Catamaran',sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #337ab7; }

.container-fluid {
  padding: 0; }

.content-wrapper {
  max-width: 1175px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative; }

.fil-ariane {
  background: #F0F0F0;
  padding: 13px 0 10px; }
  .fil-ariane * {
    text-decoration: none;
    outline: none;
    color: #ADADAD;
    font-weight: 700;
    font-size: 16px; }

a.lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  color: transparent !important;
  text-decoration: none;
  outline: none; }

a.calltoaction {
  border: 1px solid var(--couleur-secondaire-1);
  background: var(--couleur-secondaire-1);
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
  margin: 5px auto;
  padding: 7px 10px 4px; }
  a.calltoaction:hover {
    background: #fff !important;
    color: var(--couleur-secondaire-1) !important;
    text-decoration: none !important; }

/***********
HEADER
***********/
  .home #inclusion_logoclient {
    display: none; }

.block-header {
  position: relative; }
    .block-header .banniere img {
      width: 100%; }
  .block-header #inclusion_logoclient {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%; }
    .block-header #inclusion_logoclient > a {
      display: inline-block;
      padding: 35px 35px 30px;
      background: rgba(255, 255, 255, 0.5); }
      .block-header #inclusion_logoclient > a img {
        width: 640px;
        max-width: 100%;
        height: auto; }
  .menu-top .navbar {
    padding: 0; }
  .menu-top #navbarNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--couleur-principale); }
  .menu-top #menu-general {
    text-align: center;
    display: inline-block;
    padding: 0 30px; }
    .menu-top #menu-general li {
      display: inline-block;
      position: relative;
      padding: 18px 0;
      text-decoration: none;
      outline: none;
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu-top #menu-general li:after {
        content: '|';
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin: 0 33px; }
      .menu-top #menu-general li a {
        text-decoration: none;
        outline: none;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block; }
        .menu-top #menu-general li a:hover {
          color: var(--couleur-secondaire-1); }
      .menu-top #menu-general li ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        text-align: left;
        left: -33px;
        background: #fff;
        padding: 10px 15px;
        z-index: 1; }
        .menu-top #menu-general li ul li {
          display: block;
          padding: 0; }
          .menu-top #menu-general li ul li:after {
            content: none; }
          .menu-top #menu-general li ul li a {
            padding: 0;
            color: #333; }
      .menu-top #menu-general li.current-menu-item > a:after {
        content: '';
        background: var(--couleur-secondaire-2);
        height: 2px;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0; }
      .menu-top #menu-general li:hover ul {
        display: block; }
        .menu-top #menu-general li:hover ul li a:hover {
          color: var(--couleur-secondaire-2); }

#nav-icon1 {
  display: none;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 5px; }

#nav-icon1.ouvert span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1.ouvert span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1 span:nth-child(3) {
  top: 31px; }

#nav-icon1.ouvert span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

#nav-icon1.ouvert span {
  background: #fff; }

/***********
FOOTER
***********/
footer {
  background: var(--couleur-principale);
  padding: 65px 0 35px; }

.conteneur-footer {
  text-align: center; }
  .conteneur-footer #footer-texte {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #fff; }

.conteneur-footer2 {
  text-align: center; }
  .conteneur-footer2 ul li {
    display: inline-block; }
    .conteneur-footer2 ul li:after {
      content: '|';
      display: inline-block;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      margin: 0 30px; }
    .conteneur-footer2 ul li a {
      color: #fff;
      text-decoration: none;
      outline: none;
      font-size: 17px;
      font-weight: 700;
      border-bottom: 1px solid transparent; }
      .conteneur-footer2 ul li a:hover {
        border-color: #fff; }

/***********
FRONTPAGE
***********/
section.accroche {
  text-align: center;
  padding: 80px 0;
  background-color: #ECECEC;
  background-image: url(../assets/img/accroche.jpg);
  background-size: cover; }
    section.accroche .block-accroche .block-titre {
      color: var(--couleur-secondaire-1);
      text-transform: initial;
      font-size: 34px;
      font-weight: 400; }
      section.accroche .block-accroche .block-titre:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin: 8px auto 55px;
        background: #CECECE;
        max-width: 305px; }
    section.accroche .block-accroche .block-texte {
      font-weight: 600;
      font-size: 17px; }
      section.accroche .block-accroche .block-texte a {
        text-decoration: none;
        outline: none;
        color: var(--couleur-secondaire-1); }

section.engagement {
  text-align: center;
  padding: 80px 0;
  background-color: #ECECEC;
  background-image: url(../assets/img/accroche.jpg);
  background-size: cover; }
  section.engagement .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.engagement .block-item .item {
      width: calc(25% - 37.5px);
      text-align: center; }
    section.engagement .block-titre h3 {
      margin: 20px 0;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 19px; }
  section.engagement .block-texte {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 700; }

/***********
PAGE
***********/
section.paragraphe {
  margin-top: 60px; }
  section.paragraphe .block-paragraphe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    section.paragraphe .block-paragraphe:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      section.paragraphe .block-paragraphe:nth-child(even) > img {
        padding-left: 0;
        padding-right: 60px; }
    section.paragraphe .block-paragraphe .block-texte {
      width: calc(50% - 30px);
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      color: #ADADAD;
      font-size: 17px;
      font-weight: 700;
      text-align: justify; }
      section.paragraphe .block-paragraphe .block-texte h2 {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 20px;
        color: #404040;
        font-weight: 400; }
    section.paragraphe .block-paragraphe > img {
      width: calc(50% + 30px);
      padding-left: 60px; }

/***********
BLOG LISTE
***********/
  section.actu-blog .entete {
    text-align: center;
    padding: 105px 0 55px; }
  section.actu-blog .block-titre {
    color: var(--couleur-secondaire-1);
    text-transform: initial;
    text-align: center;
    font-size: 34px;
    font-weight: 400; }
    section.actu-blog .block-titre:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin: 8px auto 55px;
      background: #CECECE;
      max-width: 305px; }
  section.actu-blog .block-texte {
    font-weight: 600;
    font-size: 17px; }
  section.actu-blog .block-categorie {
    padding-bottom: 40px; }
    section.actu-blog .block-categorie .categories {
      list-style: none; }
    section.actu-blog .block-categorie ul {
      text-align: center; }
      section.actu-blog .block-categorie ul li {
        display: inline-block; }
        section.actu-blog .block-categorie ul li a {
          padding: 7px 15px 3px;
          border: 2px solid #ECECEC;
          display: inline-block;
          text-decoration: none;
          outline: none;
          color: #BDBDBD;
          font-size: 16px;
          font-weight: 700;
          margin: 0 10px 20px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          section.actu-blog .block-categorie ul li a:hover {
            background: var(--couleur-secondaire-1);
            color: #fff;
            border-color: var(--couleur-secondaire-1); }
  section.actu-blog .block-actu {
    margin-bottom: 125px; }
    section.actu-blog .block-actu ul {
      display: grid;
      grid-gap: 45px;
      grid-template-columns: repeat(3, 1fr); }
    section.actu-blog .block-actu li {
      position: relative;
      width: auto; }
      section.actu-blog .block-actu li .image {
        position: relative;
        overflow: hidden; }
        section.actu-blog .block-actu li .image:before {
          content: '';
          width: 100%;
          display: inline-block;
          padding-top: 100%; }
        section.actu-blog .block-actu li .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      section.actu-blog .block-actu li .block-texte {
        background: #F0F0F0;
        padding: 20px 12px 7px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        section.actu-blog .block-actu li .block-texte .titre h2 {
          text-transform: uppercase;
          font-size: 20px;
          color: #404040;
          font-weight: 400;
          margin-bottom: 20px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        section.actu-blog .block-actu li .block-texte .texte {
          color: #ADADAD;
          font-size: 16px;
          font-weight: 700;
          max-height: 2.7em;
          overflow: hidden;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        section.actu-blog .block-actu li:hover .image img {
          -webkit-transform: scale(1.3);
              -ms-transform: scale(1.3);
                  transform: scale(1.3); }
        section.actu-blog .block-actu li:hover .block-texte {
          background: var(--couleur-secondaire-1); }
          section.actu-blog .block-actu li:hover .block-texte .titre h2 {
            color: #fff; }
          section.actu-blog .block-actu li:hover .block-texte .texte {
            color: #fff; }
      section.actu-blog .block-actu li:nth-child(4) {
        grid-area: 2/1/4/3; }

/***********
SINGLE
***********/
section.description {
  padding: 105px 0 85px; }
    section.description .block-description .titre-section {
      text-align: center; }
      section.description .block-description .titre-section h1 {
        font-weight: 400;
        font-size: 30px; }
    section.description .block-description .block-texte {
      text-align: center;
      color: var(--couleur-secondaire-1);
      font-size: 16px;
      font-weight: 700; }
      section.description .block-description .block-texte img {
        max-width: 100%; }
  section.secondaire .block-secondaire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 55px; }
  section.secondaire .block-para {
    width: calc(50% + 30px);
    padding-left: 60px;
    margin-bottom: 30px; }
    section.secondaire .block-para:nth-child(odd) {
      width: calc(50% - 30px);
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      padding-left: 0; }
    section.secondaire .block-para .block-texte {
      color: #ADADAD;
      font-size: 16px;
      font-weight: 700;
      text-align: justify;
      line-height: 1.5em; }
      section.secondaire .block-para .block-texte img {
        max-width: 100%; }
      section.secondaire .block-para .block-texte ul {
        list-style: disc; }
      section.secondaire .block-para .block-texte h2 {
        text-transform: uppercase;
        font-size: 20px;
        color: #404040;
        font-weight: 400;
        margin-bottom: 15px; }

section.galerie {
  padding-bottom: 125px; }
  section.galerie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    section.galerie ul li {
      width: 100%;
      position: relative; }
      section.galerie ul li:before {
        content: '';
        padding-top: 73%;
        width: 100%;
        display: inline-block; }
      section.galerie ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: none;
        text-decoration: none; }
        section.galerie ul li a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJfeDM4X18zXyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik0zMDYsMEMxMzYuOTkyLDAsMCwxMzYuOTkyLDAsMzA2czEzNi45OTIsMzA2LDMwNiwzMDZzMzA2LTEzNy4wMTIsMzA2LTMwNlM0NzUuMDA4LDAsMzA2LDB6IE0zMDYsNTczLjc1ICAgICBDMTU4LjEyNSw1NzMuNzUsMzguMjUsNDUzLjg3NSwzOC4yNSwzMDZDMzguMjUsMTU4LjEyNSwxNTguMTI1LDM4LjI1LDMwNiwzOC4yNWMxNDcuODc1LDAsMjY3Ljc1LDExOS44NzUsMjY3Ljc1LDI2Ny43NSAgICAgQzU3My43NSw0NTMuODc1LDQ1My44NzUsNTczLjc1LDMwNiw1NzMuNzV6IE00MjAuNzUsMjg2Ljg3NWgtOTUuNjI1VjE5MS4yNWMwLTEwLjU1Ny04LjU2OC0xOS4xMjUtMTkuMTI1LTE5LjEyNSAgICAgYy0xMC41NTcsMC0xOS4xMjUsOC41NjgtMTkuMTI1LDE5LjEyNXY5NS42MjVIMTkxLjI1Yy0xMC41NTcsMC0xOS4xMjUsOC41NjgtMTkuMTI1LDE5LjEyNWMwLDEwLjU1Nyw4LjU2OCwxOS4xMjUsMTkuMTI1LDE5LjEyNSAgICAgaDk1LjYyNXY5NS42MjVjMCwxMC41NTcsOC41NjgsMTkuMTI1LDE5LjEyNSwxOS4xMjVjMTAuNTU3LDAsMTkuMTI1LTguNTY4LDE5LjEyNS0xOS4xMjV2LTk1LjYyNWg5NS42MjUgICAgIGMxMC41NTcsMCwxOS4xMjUtOC41NjgsMTkuMTI1LTE5LjEyNUM0MzkuODc1LDI5NS40NDMsNDMxLjMwNywyODYuODc1LDQyMC43NSwyODYuODc1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4);
          background-size: 35px;
          background-repeat: no-repeat;
          background-position: center;
          background-color: rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0; }
        section.galerie ul li a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-fit: center;
             object-fit: center;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
  section.galerie .owl-stage-outer {
    overflow: hidden; }
  section.galerie .owl-prev {
    position: absolute;
    top: 0;
    left: -79px;
    height: 100%; }
    section.galerie .owl-prev:focus {
      outline: none; }
  section.galerie .owl-next {
    position: absolute;
    top: 0;
    right: -79px;
    height: 100%; }
    section.galerie .owl-next:focus {
      outline: none; }

section.widgets {
  padding-bottom: 115px; }
  section.widgets .block-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.widgets .block-widget span {
      text-transform: uppercase;
      color: #000;
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 15px;
      display: block; }
  section.widgets .theBoxOfMenu {
    padding-left: 13px;
    border-left: 2px solid #CFCFCF;
    width: calc(100%/3 - 30px); }
    section.widgets #containerListeCategorie a {
      text-decoration: none;
      outline: none;
      color: #ADADAD;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: inline-block; }
    section.widgets #containerListeCategorie ul li:before {
      content: '>';
      display: inline;
      margin-right: 3px;
      color: #ADADAD;
      font-size: 16px;
      font-weight: 700; }

.single section.actu .block-actu ul.mea-actu li {
  margin-bottom: 50px; }
  section.actu .block-actu ul.mea-actu li {
    width: calc(100%/3 - 30px);
    position: relative;
    text-align: center; }

/***********
CONTACT
***********/
section.accroche.contact {
  background: none; }
  section.accroche.contact .block-texte-accroche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.accroche.contact .block-texte-accroche .block-para {
      padding-right: 165px;
      width: 50%; }
      section.accroche.contact .block-texte-accroche .block-para .texte {
        text-align: justify;
        color: var(--couleur-secondaire-1);
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 75px; }
      section.accroche.contact .block-texte-accroche .block-para .adresse {
        color: #ADADAD;
        text-align: justify;
        font-size: 17px;
        font-weight: 700; }
        section.accroche.contact .block-texte-accroche .block-para .adresse h2 {
          text-transform: uppercase;
          font-size: 20px;
          color: #404040;
          font-weight: 400;
          margin-bottom: 20px; }
    section.accroche.contact .block-texte-accroche .block-formulaire {
      width: 50%; }
    section.accroche.contact .block-map iframe {
      width: 100% !important;
      pointer-events: none; }

/***********
FORMULAIRE
***********/
.nf-form-fields-required {
  display: none; }
  .block-formulaire .nf-form-content .list-select-wrap .nf-field-element > div,
  .block-formulaire .nf-form-content input:not([type=button]), .block-formulaire .nf-form-content textarea {
    background: transparent;
    padding: 7px 10px 5px !important;
    border: 2px solid #CECECE !important;
    font-size: 16px;
    font-weight: 700;
    color: #ADADAD !important; }
    .block-formulaire .nf-form-content .list-select-wrap .nf-field-element > div::-webkit-input-placeholder,
    .block-formulaire .nf-form-content input:not([type=button])::-webkit-input-placeholder, .block-formulaire .nf-form-content textarea::-webkit-input-placeholder {
      font-size: 16px;
      font-weight: 700;
      color: #ADADAD !important; }
    .block-formulaire .nf-form-content .list-select-wrap .nf-field-element > div:-ms-input-placeholder,
    .block-formulaire .nf-form-content input:not([type=button]):-ms-input-placeholder, .block-formulaire .nf-form-content textarea:-ms-input-placeholder {
      font-size: 16px;
      font-weight: 700;
      color: #ADADAD !important; }
    .block-formulaire .nf-form-content .list-select-wrap .nf-field-element > div::-ms-input-placeholder,
    .block-formulaire .nf-form-content input:not([type=button])::-ms-input-placeholder, .block-formulaire .nf-form-content textarea::-ms-input-placeholder {
      font-size: 16px;
      font-weight: 700;
      color: #ADADAD !important; }
    .block-formulaire .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
    .block-formulaire .nf-form-content input:not([type=button])::placeholder, .block-formulaire .nf-form-content textarea::placeholder {
      font-size: 16px;
      font-weight: 700;
      color: #ADADAD !important; }

.consentement {
  text-align: left; }
  .consentement a {
    color: #75C8E6; }

.validation {
  text-align: right; }
  .validation .btnForm {
    background: #75C8E6 !important;
    color: #fff !important;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 30px 6px !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .validation .btnForm:hover {
      background: #F0F0F0 !important;
      color: #75C8E6 !important; }

/******************
MEA DERNIERES ACTUS
*******************/
  .titre-section h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px; }
  .titre-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 8px auto 55px;
    background: #CECECE;
    max-width: 305px; }

section.actu {
  padding: 100px 0 90px; }
    section.actu .block-actu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      section.actu .block-actu ul li {
        width: 100%;
        position: relative;
        text-align: center; }
            section.actu .block-actu ul li:hover .image:after {
              opacity: 1; }
            section.actu .block-actu ul li:hover .image img {
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                      transform: scale(1.3); }
          section.actu .block-actu ul li:hover .block-texte {
            color: var(--couleur-secondaire-1); }
          section.actu .block-actu ul li:hover svg {
            opacity: 0; }
      section.actu .block-actu ul .owl-stage-outer {
        overflow: hidden; }
      section.actu .block-actu ul .owl-prev {
        position: absolute;
        top: 0;
        left: -79px;
        height: 100%; }
        section.actu .block-actu ul .owl-prev:focus {
          outline: none; }
      section.actu .block-actu ul .owl-next {
        position: absolute;
        top: 0;
        right: -79px;
        height: 100%; }
        section.actu .block-actu ul .owl-next:focus {
          outline: none; }
    section.actu .block-actu .theSeeMore {
      width: 35px;
      height: 35px;
      margin-top: 25px;
      display: inline-block;
      opacity: 1; }
      section.actu .block-actu .theSeeMore * {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    section.actu .block-actu .image {
      position: relative;
      overflow: hidden; }
      section.actu .block-actu .image:before {
        content: '';
        padding-top: 73%;
        width: 100%;
        display: block; }
      section.actu .block-actu .image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJfeDM4X18zXyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik0zMDYsMEMxMzYuOTkyLDAsMCwxMzYuOTkyLDAsMzA2czEzNi45OTIsMzA2LDMwNiwzMDZzMzA2LTEzNy4wMTIsMzA2LTMwNlM0NzUuMDA4LDAsMzA2LDB6IE0zMDYsNTczLjc1ICAgICBDMTU4LjEyNSw1NzMuNzUsMzguMjUsNDUzLjg3NSwzOC4yNSwzMDZDMzguMjUsMTU4LjEyNSwxNTguMTI1LDM4LjI1LDMwNiwzOC4yNWMxNDcuODc1LDAsMjY3Ljc1LDExOS44NzUsMjY3Ljc1LDI2Ny43NSAgICAgQzU3My43NSw0NTMuODc1LDQ1My44NzUsNTczLjc1LDMwNiw1NzMuNzV6IE00MjAuNzUsMjg2Ljg3NWgtOTUuNjI1VjE5MS4yNWMwLTEwLjU1Ny04LjU2OC0xOS4xMjUtMTkuMTI1LTE5LjEyNSAgICAgYy0xMC41NTcsMC0xOS4xMjUsOC41NjgtMTkuMTI1LDE5LjEyNXY5NS42MjVIMTkxLjI1Yy0xMC41NTcsMC0xOS4xMjUsOC41NjgtMTkuMTI1LDE5LjEyNWMwLDEwLjU1Nyw4LjU2OCwxOS4xMjUsMTkuMTI1LDE5LjEyNSAgICAgaDk1LjYyNXY5NS42MjVjMCwxMC41NTcsOC41NjgsMTkuMTI1LDE5LjEyNSwxOS4xMjVjMTAuNTU3LDAsMTkuMTI1LTguNTY4LDE5LjEyNS0xOS4xMjV2LTk1LjYyNWg5NS42MjUgICAgIGMxMC41NTcsMCwxOS4xMjUtOC41NjgsMTkuMTI1LTE5LjEyNUM0MzkuODc1LDI5NS40NDMsNDMxLjMwNywyODYuODc1LDQyMC43NSwyODYuODc1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0; }
      section.actu .block-actu .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      section.actu .block-actu .block-titre h2 {
        text-align: center;
        margin-top: 25px;
        text-transform: uppercase;
        font-size: 20px;
        color: #404040;
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    section.actu .block-actu .block-texte {
      color: #ADADAD;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      margin-top: 15px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      max-height: 4.2em; }

/******************
error404
*******************/
  .error404 section.accroche .block-accroche .block-texte h1 {
    color: var(--couleur-secondaire-1);
    text-transform: initial;
    font-size: 34px;
    font-weight: 400; }
    .error404 section.accroche .block-accroche .block-texte h1:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin: 8px auto 55px;
      background: #CECECE;
      max-width: 305px; }

/* 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) {
  #nav-icon1 {
    display: block;
    margin: 0px auto; }
  .menu-top {
    background: var(--couleur-principale); }
    .menu-top #navbarNav {
      text-align: center; }
    .menu-top #menu-general li {
      display: block;
      padding: 0; }
      .menu-top #menu-general li a {
        font-weight: 500;
        color: lightgrey;
        font-size: 23px;
        width: 100%; }
      .menu-top #menu-general li:after {
        content: none; }
      .menu-top #menu-general li ul {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        margin-bottom: 10px;
        background: none;
        text-align: center;
        padding: 0; }
        .menu-top #menu-general li ul li a {
          color: #fff;
          font-size: 23px; }
    .menu-top #menu-general li.current-menu-item > a:after {
      content: none; }
  .block-header #inclusion_logoclient > a {
    padding: 0 30px; }
  section.actu-blog .block-actu li:nth-child(4) {
    grid-area: initial; }
  section.actu .block-actu {
    padding-right: 40px !important;
    padding-left: 40px !important; }
    section.actu .block-actu .owl-prev {
      left: -34px; }
    section.actu .block-actu .owl-next {
      right: -34px; }
  section.description {
    padding: 50px 0 40px; }
  section.galerie .album {
    padding-right: 40px !important;
    padding-left: 40px !important; }
    section.galerie .album .owl-prev {
      left: -34px; }
    section.galerie .album .owl-next {
      right: -34px; }
  section.accroche.contact {
    padding-top: 50px; } }

@media only screen and (max-width: 768px) {
  section.engagement {
    padding: 50px 0 5px; }
    section.engagement .block-item .item {
      width: calc(50% - 20px);
      text-align: center;
      margin-bottom: 40px; }
  section.paragraphe .block-paragraphe {
    margin-bottom: 40px; }
  section.actu {
    padding: 50px 0 15px; }
    section.actu .block-actu ul.mea-actu li {
      width: calc(100%/2 - 30px);
      position: relative;
      margin-bottom: 30px; }
  section.actu-blog .block-actu ul {
    grid-template-columns: repeat(2, 1fr); }
  section.secondaire .block-para {
    width: calc(50% + 15px);
    padding-left: 30px; }
    section.secondaire .block-para:nth-child(odd) {
      width: calc(50% - 15px); }
  section.widgets .theBoxOfMenu {
    width: calc(50% - 30px);
    margin-bottom: 30px; }
  section.accroche.contact .block-texte-accroche { }
    section.accroche.contact .block-texte-accroche .block-para {
      width: 100%;
      padding-right: 0; }
    section.accroche.contact .block-texte-accroche .block-formulaire {
      width: 100%; } }

@media only screen and (max-width: 576px) {
  section.engagement .block-item .item {
    width: 100%; }
  section.paragraphe .block-paragraphe { }
    section.paragraphe .block-paragraphe .block-texte {
      width: 100%; }
    section.paragraphe .block-paragraphe img {
      width: 100%;
      padding: 0 !important;
      margin-top: 25px; }
  section.actu .block-actu ul.mea-actu li {
    width: 100%; }
  section.actu-blog .block-actu ul {
    grid-template-columns: repeat(1, 1fr); }
  section.secondaire .block-para {
    width: 100%;
    padding-left: 0px; }
    section.secondaire .block-para:nth-child(odd) {
      width: 100%; }
  section.widgets .theBoxOfMenu {
    width: 100%; } }
