@charset "UTF-8";
/*
*
* Variables générales
*
*/
/* .h1, h1 {
    font-size: calc(1.425rem + 5vw);
} */
@media (min-width: 1200px) {
  /* .h1, h1 {
      font-size: 5.125rem;
  } */
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/GothamMedium.ttf") format("truetype");
  src: url("../fonts/gotham-medium.woff") format("woff");
}
@font-face {
  font-family: "Gotham Light";
  src: url("../fonts/GothamLight.ttf") format("truetype");
  src: url("../fonts/gotham-light.woff") format("woff");
}
.breadcrumbs {
  font-size: 14px;
  font-family: "Gotham Medium", sans-serif;
  margin-top: 30px;
  margin-bottom: 1.6vw;
}
.breadcrumbs a {
  font-family: "Gotham Light", sans-serif;
  color: #104A54;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  margin-top: -23px;
  margin-bottom: 0;
}

.titre {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-radius: 30px;
  display: inline-block;
}
.titre_vert {
  background-color: #104A54;
  color: #fff;
  margin-bottom: 3vw;
}
.titre_vertclair {
  background-color: #58CBBB;
  color: #fff;
  margin-bottom: 3vw;
}
.titre_blanc {
  background-color: #fff;
}

h2.wp-block-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-radius: 30px;
  background-color: #104A54;
  color: #fff;
  margin-bottom: 2.6vw;
  font-size: 1.77vw;
  display: inline-block;
}

.font_light {
  font-family: "Gotham Light", sans-serif;
}

.lien,
#searchsubmit {
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 30px;
  background-color: #58CBBB;
  text-decoration: none;
  font-size: 18px;
  border: 3px solid #58CBBB;
  transition: 0.3s;
  cursor: pointer;
}
.lien:hover,
#searchsubmit:hover {
  background-color: #fff;
  color: #58CBBB;
}

.bordures_dot {
  border-top: 7px dotted #104A54;
}

.scrollto_contact {
  cursor: pointer;
}

.modals {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
}
.modals .btn-close {
  position: absolute;
  top: 0;
  right: 1rem;
}
.modals .modal-content {
  border: none;
  border-radius: 38px;
  padding: 1rem;
}
.modals .inner {
  position: relative;
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: "Gotham Medium", sans-serif;
  color: #104A54;
  /*HOME*/
  /*CONTENT*/
  /* content géré dans la page directement */
  /*chiffres*/
  /* vignettes 2 colonnes */
  /* vignettes 4 colonnes */
  /*contenu liste */
  /*diaporama*/
  /* labels et referencements */
  /* contenu services */
  /*bloc avec images*/
}
body main {
  overflow: hidden;
}
body .logo_vep {
  max-width: 150px;
}
body header {
  font-weight: bold;
  font-size: 18px;
  background: #fff;
}
body header .nav-link {
  color: #000;
  font-weight: bold;
}
body header .nav-link:hover {
  color: #008A8B;
}
body header .dropdown-item.active,
body header .dropdown-item:active {
  background-color: rgb(248, 249, 250);
}
body header .pictos_header {
  width: 37px;
  height: 37px;
  background-color: #F0F0F0;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  background-size: 40%;
  border-radius: 37px;
}
body header .pictos_header:hover {
  background-color: #008A8B;
}
body header #mail_header {
  background-image: url(../images/SVG/mail_picto.svg);
  margin-right: 0.525vw;
}
body header #mail_header:hover {
  background-image: url(../images/SVG/mail_picto_hover.svg);
}
body header #search_header {
  background-image: url(../images/SVG/loupe_picto.svg);
  margin-left: 0.525vw;
}
body header #search_header:hover {
  background-image: url(../images/SVG/loupe_picto_hover.svg);
}
body header #telephone_header {
  text-decoration: none;
  color: #008A8B;
  /*padding-left: 20px;
  background-size: 15px;
  background-position: left 90%;*/
}
body header #telephone_header:hover {
  color: #000;
}
body header #contact_header {
  background: #008A8B;
  color: #fff;
  border-radius: 17px;
  border: 0;
  padding: 3px 27px;
}
body header #contact_header:hover {
  background: #000;
}
body footer {
  line-height: 21px;
}
body footer #bg_footer {
  background: #104A54;
  color: #fff;
}
body footer #bg_footer .col-sm-6:first-of-type p {
  margin-bottom: 0 !important;
}
body footer #bg_footer h2 {
  font-size: 1.77vw;
  margin-bottom: 5.208vw;
  color: #104A54;
}
body footer #bg_footer .wpcf7 {
  /*input[type="checkbox"] {
      background-color: $vert_fonce;
      border: 2px solid #fff;
      color: $vert_fonce;
  }*/
}
body footer #bg_footer .wpcf7 button,
body footer #bg_footer .wpcf7 input[type=text],
body footer #bg_footer .wpcf7 input[type=email],
body footer #bg_footer .wpcf7 input[type=tel],
body footer #bg_footer .wpcf7 input[type=submit],
body footer #bg_footer .wpcf7 select,
body footer #bg_footer .wpcf7 textarea {
  color: #fff;
  width: 100%;
  background: #104A54;
  border: 2px solid #fff;
  margin-bottom: 23px;
  padding: 10px 5px;
}
body footer #bg_footer .wpcf7 button::placeholder,
body footer #bg_footer .wpcf7 input[type=text]::placeholder,
body footer #bg_footer .wpcf7 input[type=email]::placeholder,
body footer #bg_footer .wpcf7 input[type=tel]::placeholder,
body footer #bg_footer .wpcf7 input[type=submit]::placeholder,
body footer #bg_footer .wpcf7 select::placeholder,
body footer #bg_footer .wpcf7 textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
body footer #bg_footer .wpcf7 wpcf7-list-item-label {
  color: #fff;
}
body footer #bg_footer .wpcf7 input[type=submit] {
  background-color: #fff;
  border-radius: 30px;
  color: #104A54;
}
body footer #footer_infos p:last-child {
  margin-bottom: 0;
}
body footer #footer_infos .img_linkedin {
  max-width: 66px;
  max-height: 66px;
}
body footer #footer_infos #reseaux_sociaux {
  position: relative;
}
body footer #footer_infos #reseaux_sociaux #slogan {
  font-family: "Gotham Medium", sans-serif;
  font-size: 24px;
  margin-top: 40px;
}
body footer #footer_infos a {
  color: #104A54;
  text-decoration: none;
}
body footer #footer_infos a:hover {
  text-decoration: underline;
}
body footer #bg_footer2 {
  background-color: #D3D3D3;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
}
body footer #bg_footer2 #menu-menu-bas {
  padding-left: 0;
  margin-bottom: 0;
}
body footer #bg_footer2 #menu-menu-bas li {
  display: inline-block;
}
body footer #bg_footer2 #menu-menu-bas li:not(:last-child):after {
  content: " • ";
}
body footer #bg_footer2 #menu-menu-bas li a {
  color: #104A54;
  text-decoration: none;
}
body footer #bg_footer2 #menu-menu-bas li a:hover {
  text-decoration: underline;
}
body footer .row_vep {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
body #header_home {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  width: 100%;
  padding-top: 37%;
}
body #header_home2 {
  position: absolute;
  top: 27.5vw;
  left: 0;
  bottom: 0;
  right: 0;
}
body #header_home2 .col_bg {
  position: relative;
  background: #fff;
  z-index: 1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 52%;
}
body #header_home2 .col_bg::before {
  background: #fff;
  content: "";
  width: 500px;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: -497px;
}
body #header_home2 .col_bg::after {
  content: "";
  position: absolute;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  width: 1500px;
  right: 0;
  height: 100%;
  top: 0;
  border-radius: 30px;
  z-index: -1;
}
body #header_home2 .col_bg h1 {
  font-size: 2.083vw;
  padding-top: 3vw;
}
body #header_home2 .col_bg h2 {
  font-size: 1.25vw;
  padding-bottom: 1.5vw;
}
body #header_home2 .col_bg .lien {
  margin-bottom: 2.5vw;
  display: inline-block;
}
body #bordures_header_home {
  position: relative;
  width: 100%;
  padding-top: 15%;
  background: rgb(16, 74, 84);
  background: linear-gradient(90deg, #104A54 0%, #104A54 25%, #196364 25%, #196364 50%, #58CBBB 50%, #58CBBB 75%, #FCCF3F 75%, #FCCF3F 100%);
}
body #header_page {
  position: relative;
  min-height: 21vw;
}
body #header_page #bg_header_page {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 55%;
  right: 0;
  height: 100%;
}
body #header_page h1 {
  font-size: 2.5vw;
  line-height: 2.5vw;
  margin-bottom: 1.6vw;
}
body #header_page h2 {
  font-size: 1.25vw;
}
body #header_page .chevrons {
  background-image: url("../images/SVG/chevron.svg");
  background-repeat: no-repeat;
  width: 103px;
  height: 43px;
  margin-bottom: 1.6vw;
}
body #bordures_header_page {
  width: 55%;
  height: 20px;
  position: relative;
  left: 45%;
  background: rgb(16, 74, 84);
  background: linear-gradient(90deg, #104A54 0%, #104A54 25%, #196364 25%, #196364 50%, #58CBBB 50%, #58CBBB 75%, #FCCF3F 75%, #FCCF3F 100%);
}
body #desc2 {
  font-size: 24px;
  background-image: url("../images/SVG/fleche_jaune.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 120px;
  margin-top: 2.44vw;
  line-height: 29px;
}
body .content_wp_home {
  font-size: 1.25vw;
  line-height: 29px;
  margin-top: 8.48vw;
}
body .content_wp_home .row_flex {
  align-items: stretch;
  display: flex;
}
body .content_wp_home .row_flex a {
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
  border-radius: 30px;
  background-color: #58CBBB;
  text-decoration: none;
  font-size: 18px;
  border: 3px solid #58CBBB;
  transition: 0.3s;
  display: inline-block;
  margin-top: 2.2vw;
}
body .content_wp_home .row_flex a:hover {
  background-color: #fff;
  color: #58CBBB;
}
body .content_wp_home .row_flex p {
  padding-left: 15px;
  padding-right: 15px;
}
body .content_wp_home .row_flex .col-12 p:last-of-type {
  margin-bottom: 0;
}
body .content_wp_home .row_flex .col_fleche {
  background-image: url("../images/SVG/fleche_jaune.svg");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 50px 100px;
}
body .content_wp_home .row_flex img {
  border-radius: 38px;
}
body .content_wp {
  margin-top: 3vw;
  margin-bottom: 3vw;
}
body .content_wp h2 {
  margin-bottom: 1vw !important;
}
body .content_wp a {
  color: #58CBBB;
}
body #section_chiffres {
  line-height: 21px;
  font-size: 0.9375vw;
  margin-top: 6.14vw;
}
body #section_chiffres > .container > .row:first-child > .col-12 {
  background-image: url("../images/SVG/chevron.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 132px 55px;
}
body #section_chiffres .col_margin {
  padding-left: 5%;
  padding-right: 5%;
}
body #section_chiffres .col_margin .bloc_arrondi {
  position: relative;
  border: 9px solid #FCCF3F;
  border-radius: 50%;
  font-size: 2.86vw;
  line-height: 3vw;
  padding: 15px;
  margin-bottom: 1.25vw;
}
body #section_chiffres .col_margin .bloc_arrondi .bloc_arrondi_img {
  max-width: 100%;
}
body #section_chiffres .col_margin .bloc_arrondi .bloc_arrondi_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
body #section_chiffres .col_margin .col_padding {
  padding-left: 7%;
  padding-right: 7%;
}
body #section_chiffres .bordures_dot {
  margin-top: 3.54vw;
}
body #section_vignettes2 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6vw;
  margin-top: 5.05vw;
}
body #section_vignettes2 .col_margin {
  margin-bottom: 40px;
}
body #section_vignettes2 p {
  color: #FCCF3F;
  text-transform: uppercase;
  margin-bottom: 0;
}
body #section_vignettes2 .vignettes {
  background-color: #104A54;
  border-radius: 38px;
  min-height: 175px;
  padding: 25px;
  display: flex;
  align-items: center;
  height: 100%;
}
body #section_vignettes2 .vignettes > .row {
  height: 100%;
}
body #section_vignettes2 .no_bg {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body #section_vignettes2 .no_bg .chevrons {
  background-image: url("../images/SVG/chevron.svg");
  background-repeat: no-repeat;
  width: 132px;
  height: 55px;
  transform: scaleX(-1);
}
body #section_vignettes4 {
  user-select: none;
  color: #fff;
  font-size: 0.9375vw;
  margin-bottom: 6vw;
  margin-top: 5.05vw;
  transition: 0.3s;
}
body #section_vignettes4 .vignettes {
  background-color: #104A54;
  border-radius: 38px;
  height: 259px;
  padding: 25px 30px;
  margin-bottom: 2.03125vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9375vw;
  line-height: 20px;
  transition: 0.3s;
  overflow: hidden;
}
body #section_vignettes4 .vignettes .titre_vignette {
  font-size: 1.35vw;
  line-height: 29px;
}
body #section_vignettes4 .no-bg {
  background-color: transparent;
  border: 6px solid #58CBBB;
  color: #58CBBB;
}
body #section_vignettes4 .no-bg .chevrons {
  background-image: url("../images/SVG/chevron.svg");
  background-repeat: no-repeat;
  width: 132px;
  height: 55px;
  transform: scaleX(-1);
}
body #section_liste {
  margin-bottom: 7.81vw;
}
body #section_liste .col_gauche {
  font-size: 24px;
  font-weight: bold;
}
body #section_liste .col_droit {
  line-height: 38px;
  font-size: 0.93vw;
  font-size: 18px;
}
body #section_liste .col_droit ul {
  padding-left: 4vw;
}
body #section_diaporama {
  background-color: #FCCF3F;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  padding-top: 2.6vw;
  padding-bottom: 7.44vw;
}
body #section_diaporama > .container:first-child {
  background-image: url("../images/SVG/guillemets_picto.svg");
  background-repeat: no-repeat;
  background-size: 145px 100%;
  background-position: 95% top;
}
body #section_diaporama .titre {
  margin-bottom: 1.5vw;
  margin-top: 1.5vw;
}
body #section_diaporama .slick {
  margin-top: 5vw;
}
body #section_diaporama .slide {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 90px;
  padding-right: 65px;
  margin-left: 85px;
  margin-right: 85px;
  opacity: 0.4;
  transition: 0.3s;
  border: 6px dotted #104A54;
  border-radius: 51px;
}
body #section_diaporama .slide .titre_slide {
  text-transform: uppercase;
  font-size: 1.4vw;
  font-weight: bold;
  margin-bottom: 5px;
}
body #section_diaporama .slide .sous-titre_slide {
  font-size: 1vw;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
body #section_diaporama .slick-current {
  opacity: 1;
}
body #label_ref {
  margin-bottom: 8vw;
}
body #label_ref .bordures_dot {
  margin-bottom: 8vw;
}
body #section_services {
  font-size: 24px;
  line-height: 26px;
  margin-top: 4.688vw;
}
body #section_services .square {
  padding-top: 25%;
  padding-bottom: 25%;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  border-radius: 38px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}
body #section_blocs_image {
  font-size: 18px;
}
body #section_blocs_image .row_couleur {
  display: flex;
  margin-bottom: 45px;
  align-items: stretch;
  align-content: flex-end;
}
body #section_blocs_image .row_couleur .col_couleur {
  border-radius: 38px;
  padding-top: 2.785vw;
  padding-bottom: 2.785vw;
  padding-left: 1.734vw;
  padding-right: 1.734vw;
  line-height: 21px;
  height: 100%;
}
body #section_blocs_image .row_couleur .col_couleur .row_titre {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
body #section_blocs_image .row_couleur .col_couleur .row_titre p.titrebloc {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
body #section_blocs_image .row_couleur .col_couleur .row_titre p {
  margin-bottom: 0;
}
body #section_blocs_image .row_couleur .col_couleur ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
body #section_blocs_image .row_couleur .col_couleur ul li {
  background-image: url("../images/SVG/puce_textes.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 40px;
  margin-bottom: 15px;
  min-height: 28px;
  padding-top: 4px;
}
body #section_blocs_image .row_couleur .col_couleur ul li:last-child {
  margin-bottom: 0;
}
body #section_blocs_image .row_couleur:nth-of-type(5n-4) .col_couleur {
  background-color: #58CBBB;
}
body #section_blocs_image .row_couleur:nth-of-type(5n-3) .col_couleur {
  background-color: #104A54;
  color: #fff;
}
body #section_blocs_image .row_couleur:nth-of-type(5n-2) .col_couleur {
  background-color: #318673;
  color: #fff;
}
body #section_blocs_image .row_couleur:nth-of-type(5n-1) .col_couleur {
  background-color: #0B272D;
  color: #fff;
}
body #section_blocs_image .row_couleur:nth-of-type(5n) .col_couleur {
  background-color: #FCCF3F;
  color: #0B272D;
}
body #section_blocs_image .row_couleur:last-of-type {
  margin-bottom: 0;
}
body #section_blocs_image .row_couleur .col_image {
  align-self: flex-end;
}
body #section_blocs_image .row_couleur .col_image img {
  margin-left: auto;
  margin-right: auto;
}

.search-div {
  z-index: 10;
}
.search-div #modalSearch {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
}
.search-div .modal-header {
  border-bottom: none;
  color: #104A54;
  width: 100%;
  font-size: 30px;
}
.search-div .modal-title {
  margin: 0 auto;
}
.search-div .modal-body {
  padding-top: 0;
}
.search-div .modal-body #s {
  display: block;
  width: 100%;
  border: 2px solid #318673;
  color: #318673;
  border-radius: 3px;
}
.search-div .modal-body #searchsubmit {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-div input[type=search] {
  border-radius: 31px;
}
.search-div input[type=search]::placeholder {
  opacity: 0.5;
}

.search-results .search-div {
  padding: 4rem 0;
}
.search-results .search-div .modal-content {
  padding: 1rem 6rem;
}
.search-results .search-div .search-form {
  padding: 0.5rem 0;
}
.search-results h3,
.search-results h4,
.search-results h5,
.search-results h6 {
  color: #58CBBB;
}
.search-results a {
  text-decoration: none;
  color: #196364;
}
.search-results a:hover {
  text-decoration: underline;
}
.search-results article {
  margin-bottom: 1rem;
  color: #196364;
}
.search-results article h6 {
  text-transform: uppercase;
  color: #196364;
  margin-bottom: 0;
}
.search-results .results-title {
  margin-bottom: 1rem;
}
.search-results .results {
  padding-bottom: 80px;
}
.search-results .results .article-container article {
  color: #104A54;
}
.search-results .results .article-container article h6,
.search-results .results .article-container article * p,
.search-results .results .article-container article .search-highlight {
  font-size: 15px;
}
.search-results .results .article-container article h6 {
  font-weight: bold;
}

/* tutoriels */
#section_tutoriels {
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  font-size: 18px;
}
#section_tutoriels #modal_video {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
}
#section_tutoriels .a_video {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-top: 56%;
  background-size: 100%;
  background-position: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}
#section_tutoriels .a_video:hover {
  background-size: 110%;
}
#section_tutoriels .a_video .play-wrap {
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.2745098039));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#section_tutoriels .a_video .play-wrap .play {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 81px;
  height: 94px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}
#section_tutoriels .titre_video {
  margin-top: 20px;
  color: #0B272D;
  line-height: 21px;
}
#section_tutoriels .desc_video {
  margin-top: 10px;
  color: #58CBBB;
  line-height: 21px;
}
#section_tutoriels .border_bottom {
  height: 1px;
  border-bottom: 2px solid #0B272D;
}
#section_tutoriels .bloc_btn {
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 4.9vw;
}
#section_tutoriels .bloc_btn .btn_lire {
  text-decoration: none;
  color: #0B272D;
  cursor: pointer;
  margin-top: 8px;
}
#section_tutoriels .bloc_btn .btn_lire:hover {
  text-decoration: underline;
}

/*count js */
/* -------------------------------- 

Component 

-------------------------------- */
.countup {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  opacity: 0;
}

.countup--is-visible {
  opacity: 1; /* show countup once JS has been initialized */
}

/* -------------------------------- 

Utilities 

-------------------------------- */
.cd-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

/*# sourceMappingURL=main.css.map */
