.bg-video-custom {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.bg-video-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100vh;
}

.a-supprimer {
  padding: 44px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: open-offline, sans-serif;
  font-size: 12vh;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.h1.h2-produits {
  color: #7b7b7a;
  font-size: 8vh;
}

.body {
  font-family: open-offline, sans-serif;
  color: #444;
  line-height: 1.2;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 4vh;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
}

.border-bottom {
  width: 150px;
  height: 2.75vh;
  margin-top: 20px;
  background-color: #f2b82f;
}

.border-bottom.border-bottom--h3 {
  width: 75px;
  height: 1.5vh;
  margin-top: 10px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.border-bottom.border-bottom--text {
  width: 75px;
  height: 1vh;
  margin-top: 10px;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 3vh;
  line-height: 1.4;
  font-weight: 800;
  text-transform: none;
}

.h3.h3-card {
  color: #fff;
  font-size: 1.9vh;
  font-weight: 400;
  text-transform: uppercase;
}

.h3.h3-card.h3-card--atelier {
  margin-top: 0px;
  color: #f2b82f;
  font-size: 2vh;
  font-weight: 800;
  text-transform: uppercase;
}

.h3.h3-card.h3-card--atelier.h3-subheader {
  color: #f2b82f;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.h3.h3-produits-end {
  margin-top: 50px;
  color: #fff;
  text-transform: uppercase;
}

.h3.h3-produits-end.h3-end-button {
  padding-bottom: 3px;
  border-bottom: 1px solid #f2b82f;
  color: #f2b82f;
}

.h3.h3-subheader {
  margin-top: 0px;
}

.h3.h3--ightbox {
  margin-bottom: 36px;
}

.h4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 7vh;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.89vh;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
}

.text-italic {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #444;
  font-size: 2vh;
  line-height: 1.4;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.text-italic.txt-contact {
  margin-top: 14px;
  border-top: 1px none #7b7b7a;
  color: #f3f2f2;
}

.text-italic.txt-contact.contac-cta {
  margin-top: 0px;
}

.text-italic.txt-exemple {
  margin-top: 26px;
}

.text-italic.txt-testimon {
  font-size: 2.5vh;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero-fullpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 8vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero-fullpage.section-hero-gery {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f5f4f4;
}

.section-hero-fullpage.section-hero-gery.section-produit-end {
  height: auto;
  padding-top: 0vh;
  background-color: #444;
}

.section-hero-fullpage.section-hero-gery.section-produit-end.section-end-button {
  color: #f2b82f;
  text-decoration: none;
}

.section-hero-fullpage.section-hero-gery.grey-2 {
  background-color: #f6f6f6;
}

.section-hero-fullpage.section-hero-gery.sectionpartenaire {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #444;
}

.section-hero-fullpage.section-hero--produits {
  height: 80vh;
}

.section-hero-fullpage.hero-home {
  z-index: 2;
}

.container-max-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-max-width.container-margin-top {
  margin-top: 6vh;
}

.container-max-width.container-max-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container-max-width.container-max-horizontal.container-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container-max-width.container-max-horizontal.container-testimonial {
  padding: 46px 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.09);
}

.container-max-width.container-atelier {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-max-width.title-partenaires {
  position: absolute;
  left: 0%;
  top: 35%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: auto;
}

.container-max-width.title-partenaires.no-display {
  display: none;
}

.container-max-width.container-max-lightbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-home.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.bg.bg-coaching {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-coaching.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-coaching.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.bg.bg-animations {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.2)), to(rgba(68, 68, 68, 0.2))), url('../images/bg-animations.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.2), rgba(68, 68, 68, 0.2)), url('../images/bg-animations.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg.bg-portrait {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-portrait.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-portrait.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg.bg-equestre {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-equestre.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-equestre.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
}

.bg.bg-kit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.59)), to(rgba(68, 68, 68, 0.59))), url('../images/bg-kit.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.59), rgba(68, 68, 68, 0.59)), url('../images/bg-kit.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg.bg-adn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.53)), to(rgba(68, 68, 68, 0.53))), url('../images/bg-adn.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.53), rgba(68, 68, 68, 0.53)), url('../images/bg-adn.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.bg.bg-infos-pratiques {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-ref.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-ref.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg.bg-references {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-infos-pratiques.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-infos-pratiques.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bg.bg-seminaire {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0)), to(rgba(68, 68, 68, 0))), url('../images/bg-animations.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0)), url('../images/bg-animations.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg.bg-partenaire-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.32)), to(rgba(68, 68, 68, 0.32))), url('../images/bg-portrait.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.32), rgba(68, 68, 68, 0.32)), url('../images/bg-portrait.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.53);
}

.wrap-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-logo.wrap-logo-footer {
  margin-bottom: 16px;
}

.wrap-button-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-header-max-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.btn-header.w--current {
  padding-right: 16px;
  padding-left: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #444;
}

.btn-header.btn-header-2 {
  text-decoration: none;
}

.btn-header.btn-header-3 {
  text-decoration: none;
}

.btn-header.btn-header-4 {
  text-decoration: none;
}

.btn-header.btn-header-5 {
  text-decoration: none;
}

.text-btn-header {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.div-block {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  background-color: #7b7b7a;
}

.menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
}

.wrap-button-menu-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-omenu-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-btn-overlay {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.border-btn-overlay {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  background-color: #f2b82f;
}

.anti-illusion {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 3vh;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll {
  width: 2px;
  height: 100%;
  border-radius: 30px;
  background-color: #cacaca;
}

.txt-scroll {
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.section-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 100px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7b7b7a;
}

.block-split.split-grey2 {
  background-color: #444;
}

.block-split-white {
  width: 50%;
  padding: 59px;
  background-color: #fff;
}

.inside-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inside-split.inside-split-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3-split-1 {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  color: #fff;
  font-size: 3vh;
  line-height: 1.4;
  font-weight: 800;
  text-transform: none;
}

.block-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 100px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.block-split-left.split-left-white-2 {
  background-color: #f3f2f2;
}

.h3-split-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  color: #444;
  font-size: 3vh;
  line-height: 1.4;
  font-weight: 800;
  text-transform: none;
}

.img-split {
  margin-bottom: 28px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.image {
  width: 100%;
}

.wrap-burger {
  display: none;
}

.wrap-close {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0%;
  background-color: rgba(0, 0, 0, 0.09);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bar-2 {
  width: 100%;
  height: 2px;
  border-radius: 30px;
  background-color: #f2b82f;
}

.bar-2.bar-perpendiculaire {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 100%;
  background-color: #f2b82f;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.wrap-card-prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.wrap-card-prod.wrap-card-prod--refrences {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #444;
  box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.34);
  -webkit-transform: scale(1.05) translate(0px, -19px);
  -ms-transform: scale(1.05) translate(0px, -19px);
  transform: scale(1.05) translate(0px, -19px);
}

.card.card-references {
  width: 100%;
  height: 275px;
  margin-right: 0px;
  margin-bottom: 31px;
  margin-left: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.card.card-references.card-vo {
  padding-right: 0px;
  padding-left: 0px;
}

.card-img {
  width: 100%;
  height: 180px;
  background-image: url('../images/prod-coaching.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-img.card-portrait {
  background-image: url('../images/prod-portrait-2021.jpg');
}

.card-img.card-prtrai {
  background-image: url('../images/prod-portrait-2.jpg');
}

.card-img.card-cheval {
  background-image: url('../images/prod-connaissance.jpg');
  background-position: 50% 50%;
}

.card-img.card-kit {
  background-image: url('../images/prod-kit.jpg');
}

.card__text {
  height: 100%;
  padding: 23px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.wrap-all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-all.wra-map {
  padding: 8% 18%;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.section-bg-grey-dark {
  background-color: #f3f2f2;
}

.section-content.section-bg-grey-dark.section-atelier {
  padding-bottom: 127px;
}

.section-content.section-bg-grey-dark.section-atelier.section-atelier-bigger-margin-bottom {
  padding-bottom: 164px;
}

.section-content.section-no-display {
  display: none;
}

.section-content.section-bg-grey-dark-2 {
  background-color: #f3f2f2;
}

.section-content.section-tesimonial {
  background-color: #ececec;
}

.block-text {
  width: 35%;
  max-width: 350px;
  margin-right: 0px;
}

.block-text.bloc-text--adn {
  width: 65%;
  max-width: 550px;
  margin-right: 150px;
}

.block-text.bloc-text--adn.block-tet-adn-left {
  margin-right: 0px;
  margin-left: 150px;
}

.block-text.bloc-text--adn.bloc-text--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-text.bloc-text--ref {
  width: 100%;
}

.block-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 850px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-img.block-img-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-img.block-img-left.left-adn {
  width: 35%;
  max-width: 500px;
}

.block-img.bloc-img--adn {
  width: 35%;
  max-width: 500px;
}

.img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 20px 19px 6px rgba(0, 0, 0, 0.41);
}

.image-blockj {
  max-width: 100%;
}

.span-regular {
  font-weight: 400;
}

.big-number {
  display: block;
  color: #f2b82f;
  font-size: 30vh;
  font-weight: 800;
}

.ateliers {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-size: 6vh;
  font-weight: 800;
  text-align: center;
}

.card-atelier {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 350px;
  height: 275px;
  margin-right: 20px;
  margin-bottom: 253px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  background-image: url('../images/at-0228.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
}

.card-atelier:hover {
  box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.34);
  -webkit-transform: scale(1.05) translate(0px, -19px);
  -ms-transform: scale(1.05) translate(0px, -19px);
  transform: scale(1.05) translate(0px, -19px);
}

.card-atelier.card-atelier-2 {
  background-image: url('../images/2780.jpg');
  background-position: 50% 0%;
}

.card-atelier.card-atelier-3 {
  margin-bottom: 198px;
  background-image: url('../images/bg-atelier-collectif.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-4 {
  background-image: url('../images/at6.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-5 {
  background-image: url('../images/bg-atelier-force-du-groupe.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-6 {
  background-image: url('../images/at5.jpg');
  background-position: 50% 50%;
}

.card-atelier.car-atelier-comex {
  background-image: url('../images/at-comex.jpg');
}

.card-atelier.card-ateliers--journees-tb {
  background-image: url('../images/bg-atelier-journees-tb.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-vip {
  background-image: url('../images/bg-atelier-vip.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-soin {
  background-image: url('../images/bg-atelier-soin.jpg');
  background-position: 50% 100%;
}

.card-atelier.card-bien-etre {
  background-image: url('../images/bg-atelier-bien-etre.jpg');
}

.card-atelier.card-entretien-du-matos {
  background-image: url('../images/transmission-materiel.jpg');
}

.card-atelier.card-atelier-langage {
  background-image: url('../images/bg-atelier-langage.jpg');
}

.card-atelier.card-atelier-partage {
  margin-bottom: 198px;
  background-image: url('../images/bg-atelier-partage.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-prez-generique {
  background-image: url('../images/generique.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-invit {
  background-image: url('../images/INVIT.jpg');
  background-position: 50% 0%;
}

.card-atelier.card-mini {
  margin-bottom: 198px;
  background-image: url('../images/mini.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-seminaire {
  background-image: url('../images/seminaire.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-print {
  background-image: url('../images/print.jpg');
  background-position: 50% 50%;
}

.card-atelier.card-atelier-2595 {
  background-image: url('../images/2785.jpg');
  background-position: 50% 0%;
}

.card-atelier.card-atelier-0059 {
  background-image: url('../images/0059.jpg');
  background-position: 50% 0%;
}

.wrap-card-atelier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.card-atelier__text {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.card-atelier__text__content {
  margin-bottom: -100%;
  padding: 28px 19px;
  background-color: #444;
  box-shadow: 0 13px 8px 0 rgba(0, 0, 0, 0.45);
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-top: 39px;
  padding-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  color: #fff;
}

.link-bestdoc {
  text-decoration: none;
}

.link-bestdoc.nosmartphone {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  z-index: 3;
}

.bestdoc {
  color: #fff;
  font-size: 14px;
}

.bestdoc-black {
  font-weight: 900;
}

.span-extra-bold {
  font-size: 2.5vh;
  font-weight: 800;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.scroll-anim {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 4px;
  height: 100px;
  border-radius: 30px;
  background-color: #f2b82f;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.texte-bloc-references {
  width: auto;
  margin-left: 51px;
}

.wrap-card-ref {
  width: 18%;
  margin-right: 26px;
  margin-left: 26px;
}

.sous-titre-ref {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  border-top: 1px none rgba(123, 123, 122, 0.22);
  border-bottom: 1px solid #cacac9;
  background-color: transparent;
  color: #7b7b7a;
  font-size: 2vh;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #f2b82f;
}

.div-block-3 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20px;
  height: 20px;
  border-top: 4px solid #f2b82f;
  border-right: 4px solid #f2b82f;
  -webkit-transform: translate(-50%, 0px) rotate(135deg);
  -ms-transform: translate(-50%, 0px) rotate(135deg);
  transform: translate(-50%, 0px) rotate(135deg);
}

.subheader {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  color: #f3f2f2;
}

.inside-subheader {
  width: 100%;
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
}

.link-product {
  color: #f5f4f4;
  font-weight: 400;
  text-decoration: none;
}

.inside-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-mail-footer {
  color: #f2b82f;
}

.link-mail-footer.mail-content {
  color: #7b7b7a;
}

.link-mail-footer.mail-content-cta {
  color: #f2b82f;
}

.info-footer {
  margin-right: 28px;
  padding-top: 10px;
  border-top: 1px none #fff;
  line-height: 1.4;
}

.txt {
  margin-bottom: 0px;
  color: #414141;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
}

.txt.txt-footer {
  color: #fff;
  font-size: 0.8em;
}

.txt.txt-footer.adesse-no-display {
  display: none;
}

.wrap-link-page-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-logo-footer {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-footer {
  color: #8dd8ea;
  text-decoration: none;
}

.link-chap-footer {
  margin-bottom: 8px;
  padding-right: 41px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f2b82f;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link-chap-footer:hover {
  color: #f2b82f;
}

.footer-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-info.footer-last {
  margin-right: 0px;
}

.image-2 {
  max-height: 100%;
}

.link-page-footer {
  margin-bottom: 5px;
  padding-right: 41px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-page-footer:hover {
  color: #f2b82f;
}

.footer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 49px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2d2d;
  color: #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4.div-block-mention {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20%;
  padding: 13px 24px;
  background-color: #f2b82f;
  box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.41);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.cta:hover {
  padding-right: 34px;
  padding-left: 34px;
}

.tel {
  color: #fff;
  text-decoration: none;
}

.cta-open {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 24%;
  padding: 13px 24px;
  background-color: #444;
  box-shadow: 8px 8px 7px 0 rgba(0, 0, 0, 0.41);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-open:hover {
  padding-right: 34px;
  padding-left: 34px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.name {
  display: block;
  margin-bottom: 11px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(242, 184, 47, 0.26);
  color: #f2b82f;
}

.name.name-partenaire {
  color: #000;
}

.round {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f2b82f;
  cursor: pointer;
}

.round.round-1 {
  left: 42%;
  top: 49%;
  width: 35px;
  height: 35px;
  box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.49);
}

.round.round-partenaire-1 {
  left: 59%;
  top: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: transparent;
  text-decoration: none;
}

.round.round-partenaire-2 {
  left: 26%;
  top: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: transparent;
}

.halo-round {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(242, 184, 47, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  -ms-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
}

.txt-partenaries {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 150px;
  padding: 14px 5px;
  border-radius: 5px;
  background-color: #444;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.txt-partenaries:hover {
  background-color: #f2b82f;
}

.overlay-partenaire {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #444;
}

.slider {
  width: 100%;
  height: 100%;
}

.right-arrow {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 180px;
  height: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #202020;
  color: #f2b82f;
  font-size: 20px;
}

.wrap-light-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-partenaires {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 150px;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 12px 4px rgba(0, 0, 0, 0.17);
  -webkit-transition: opacity 400ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 400ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.lightbox-partenaires:hover {
  box-shadow: 4px 20px 12px 4px rgba(0, 0, 0, 0.17);
}

.plightbox-plus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: rgba(0, 0, 0, 0.51);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.62);
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 400ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.plightbox-plus:hover {
  opacity: 1;
}

.testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  margin-top: 16px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guillemets {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #f2b82f;
  font-size: 45px;
}

.guillemets.guillemets-end {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-top: 4px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.24);
}

.wrap-photo.wrap-photo-figaro {
  border-radius: 0%;
}

.wrap-photo-et-nom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 50px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 5px solid #f5f5f5;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .bg-video-2 {
    height: 100vh;
  }

  .html-embed {
    display: none;
  }

  .h1 {
    font-size: 60px;
  }

  .h1.h2-produits {
    color: #444;
    font-size: 50px;
  }

  .h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.2;
  }

  .border-bottom {
    height: 20px;
  }

  .border-bottom.border-bottom--h3 {
    height: 12px;
  }

  .border-bottom.border-bottom--text {
    height: 7px;
  }

  .h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.2;
  }

  .h3.h3-card {
    font-size: 18px;
  }

  .h3.h3-card.h3-card--atelier {
    font-size: 18px;
  }

  .h4 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.2;
  }

  .text {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.4;
  }

  .text-italic {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
  }

  .text-italic.txt-testimon {
    font-size: 20px;
  }

  .section-hero-fullpage {
    padding: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }

  .section-hero-fullpage.section-hero-gery {
    height: auto;
    padding-top: 111px;
  }

  .section-hero-fullpage.section-hero-gery.grey-2 {
    min-height: 100vh;
  }

  .section-hero-fullpage.section-hero-gery.sectionpartenaire {
    min-height: 100vh;
  }

  .container-max-width.container-max-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-max-width.container-max-horizontal.section-content-inversion-sens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-max-width.container-max-horizontal.container-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-max-width.title-partenaires {
    position: relative;
    margin-bottom: 78px;
  }

  .bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/bg-home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/bg-home.jpg');
    background-position: 0px 0px, 75% 50%;
    background-size: auto, cover;
  }

  .header {
    height: 60px;
  }

  .wrap-button-header {
    display: none;
  }

  .menu-overlay {
    left: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrap-button-menu-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-omenu-overlay {
    text-decoration: none;
  }

  .inside-split.inside-split-left {
    text-align: right;
  }

  .h3-split-1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.2;
  }

  .h3-split-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.2;
  }

  .wrap-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .bar {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #f2b82f;
    color: #f2b82f;
  }

  .wrap-close {
    top: 25px;
    right: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 0%;
    background-color: transparent;
  }

  .bar-2 {
    height: 2px;
    background-color: #b6950b;
  }

  .bar-2.bar-perpendiculaire {
    width: 2px;
  }

  .wrap-card-prod {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap-card-prod.wrap-card-prod--refrences {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card {
    width: 45%;
    margin-right: 6px;
    margin-bottom: 41px;
    margin-left: 6px;
  }

  .wrap-all.wra-map {
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .block-text {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }

  .block-text.bloc-text--adn {
    width: 100%;
    max-width: none;
  }

  .block-text.bloc-text--adn.block-tet-adn-left {
    margin-left: 0px;
  }

  .block-img {
    width: 100%;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-img.block-img-left.left-adn {
    width: 100%;
    max-width: none;
  }

  .block-img.bloc-img--adn {
    width: 100%;
    max-width: none;
  }

  .img-content {
    overflow: hidden;
    width: 100%;
    height: 250px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-blockj {
    width: 100%;
  }

  .big-number {
    font-size: 200px;
  }

  .ateliers {
    font-size: 50px;
  }

  .card-atelier {
    width: 45%;
    margin-right: 6px;
    margin-bottom: 232px;
    margin-left: 6px;
  }

  .wrap-card-atelier {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .link-bestdoc.nosmartphone {
    right: 15px;
    bottom: 15px;
  }

  .span-extra-bold {
    font-size: 22px;
  }

  .texte-bloc-references {
    margin-left: 0px;
  }

  .wrap-card-ref {
    width: 250px;
    margin-left: 0px;
  }

  .sous-titre-ref {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }

  .info-footer {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .wrap-link-page-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-chap-footer {
    padding-right: 0px;
  }

  .footer-info {
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-page-footer {
    padding-right: 0px;
  }

  .footer-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta {
    display: none;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .round {
    width: 25px;
    height: 25px;
  }

  .round.round-partenaire-1 {
    left: 65%;
    top: 47%;
    width: 150px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
  }

  .round.round-partenaire-2 {
    left: 12%;
    top: 39%;
  }

  .lightbox-partenaires {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .border-bottom {
    height: 15px;
  }

  .text {
    font-size: 18px;
    line-height: 1.4;
  }

  .text-italic {
    font-size: 18px;
    line-height: 1.4;
  }

  .section-hero-fullpage {
    padding: 25px;
  }

  .container-max-width.container-max-horizontal.container-testimonial {
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-max-width.title-partenaires {
    margin-bottom: 58px;
  }

  .bg.bg-coaching {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-animations {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-portrait {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-equestre {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-kit {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-adn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-infos-pratiques {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-references {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-seminaire {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .bg.bg-partenaire-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-coaching.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-coaching.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .wrap-logo.wrap-logo-footer {
    width: 100px;
    height: auto;
  }

  .section-split {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-split {
    width: 100%;
  }

  .inside-split {
    color: #f3f2f2;
  }

  .inside-split.inside-split-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .block-split-left {
    width: 100%;
    background-color: #7b7b7a;
  }

  .block-split-left.split-left-white-2 {
    background-color: #444;
  }

  .h3-split-2 {
    color: #fff;
  }

  .card {
    width: 100%;
  }

  .card__text {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .section-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card-atelier {
    width: 100%;
    margin-bottom: 188px;
  }

  .wrap-card-atelier {
    padding-right: 51px;
    padding-left: 51px;
  }

  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .link-bestdoc.nosmartphone {
    right: 15px;
    bottom: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .texte-bloc-references {
    margin-left: 0px;
  }

  .sous-titre-ref {
    font-size: 18px;
    line-height: 1.4;
  }

  .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .round.round-partenaire-1 {
    font-size: 10px;
  }

  .lightbox-partenaires {
    width: 100%;
    height: 250px;
  }

  .wrap-photo-et-nom {
    margin-right: 0px;
    margin-bottom: 22px;
    padding-right: 0px;
    border-right-style: none;
  }
}

@media screen and (max-width: 479px) {
  .a-supprimer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h1 {
    font-size: 40px;
    line-height: 0.8;
  }

  .h1.h2-produits {
    font-size: 35px;
  }

  .h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .border-bottom.border-bottom--h3 {
    width: 60px;
  }

  .border-bottom.border-bottom--text {
    width: 60px;
  }

  .h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .h4 {
    font-size: 26px;
    line-height: 1.2;
  }

  .text {
    font-size: 16px;
    line-height: 1.4;
  }

  .text-italic {
    font-size: 16px;
    line-height: 1.4;
  }

  .section-hero-fullpage {
    padding: 15px;
  }

  .section-hero-fullpage.section-hero--produits {
    height: 60vh;
  }

  .container-max-width.container-max-horizontal.container-testimonial {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-max-width.title-partenaires {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/bg-home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/bg-home.jpg');
    background-position: 0px 0px, 75% 100%;
  }

  .header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wrap-logo.wrap-logo-footer {
    margin-bottom: 25px;
  }

  .block-split {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3-split-1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .block-split-left {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3-split-2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .wrap-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .card {
    margin-bottom: 39px;
  }

  .section-content {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .section-content.section-tesimonial {
    padding-bottom: 50px;
  }

  .img-content {
    height: 150px;
  }

  .card-atelier {
    margin-bottom: 127px;
  }

  .wrap-card-atelier {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-atelier__text__content {
    margin-bottom: -80px;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-bestdoc.nosmartphone {
    right: 50%;
    bottom: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
  }

  .texte-bloc-references {
    margin-left: 0px;
  }

  .sous-titre-ref {
    font-size: 16px;
    line-height: 1.4;
  }

  .inside-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .info-footer {
    padding-top: 0px;
  }

  .txt {
    font-size: 16px;
    line-height: 1.4;
  }

  .wrap-logo-footer {
    left: 0px;
    width: 80px;
    text-align: center;
  }

  .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mentions-footer {
    line-height: 1.8;
    text-align: center;
  }

  .round {
    width: 20px;
    height: 20px;
  }

  .round.round-partenaire-1 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #444;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .txt-partenaries {
    display: none;
  }

  .lightbox-partenaires {
    height: 150px;
  }

  .wrap-photo-et-nom {
    width: 100%;
  }
}

@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSansLight-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline-condensed';
  src: url('../fonts/OpenSans-CondensedLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline-condensed';
  src: url('../fonts/OpenSans-CondensedLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline-condensed';
  src: url('../fonts/OpenSans-CondensedBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'open-offline';
  src: url('../fonts/OpenSans-ExtraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}