/*pour voir, ou 640 ? */
/*121212*/
/*AAAAAA*/
/*tous paragraphes, infos fiche, */
.fondsombre {
  background: #343434;
}
/*
                          note forcer les weight corrects à chaque police pour éviter le bavage :
                          */
.fontLight {
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-weight: 200 !important;
}
.fontLightItalic {
  font-family: 'akkurat-light-italic', Helvetica, sans-serif !important;
  font-weight: 200 !important;
}
.fontRegular {
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
}
.fontBold {
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  -webkit-overflow-scrolling: touch;
}
strong {
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 1084px) {
  .onlyDesktopBig {
    display: none;
  }
}
@media screen and (max-width: 1084px) {
  .onlyDesktop {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .onlyDesktop {
    display: none !important;
  }
}
.bothTabletAndDesktop {
  display: inherit;
}
@media screen and (max-width: 766px) {
  .bothTabletAndDesktop {
    display: none !important;
  }
}
.onlyTablet {
  display: none;
}
@media screen and (min-width: 766px) and (max-width: 1084px) {
  .onlyTablet {
    display: inherit !important;
  }
}
.onlyMobile {
  display: none !important;
}
@media screen and (max-width: 766px) {
  .onlyMobile {
    display: inherit !important;
  }
}
.container {
  margin-top: 80px;
  margin-top: 0px;
  width: 100%;
  position: relative;
  color: #252525;
  /*min-height: 100vh; note pour eviter flash de footer tant que container pas rempli via ajax*/
  background: white;
}
.container.Hauto {
  min-height: none;
  height: auto;
  /* display: block;
                 float: left; */
}
.container_diapos {
  background: white;
  opacity: 0;
  z-index: 6;
  position: relative;
  min-height: 100vh;
}
.pousseurHeader {
  width: 100%;
  position: relative;
  z-index: 6;
  height: 80px;
  /*decaler vers le haut de la meme maniere que le header*/
}
@media screen and (max-width: 1450px) {
  .pousseurHeader {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1084px) {
  .pousseurHeader {
    margin-top: -20px;
  }
}
@media screen and (max-width: 766px) {
  .pousseurHeaderIndexMobile {
    height: 80px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 766px) {
  #headerrelative {
    display: none;
  }
}
/*cache blanc*/
.fond_container {
  background: white;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
}
.traithautgris {
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 766px) {
  .traithautgrisMOBILEonly {
    border-top: 1px solid #e7e7e7;
  }
}
.traitbasgris {
  border-bottom: 1px solid #e7e7e7;
}
.traitgauchegris {
  border-left: 1px solid #e7e7e7;
}
.traitdroitgris {
  border-right: 1px solid #e7e7e7;
}
.traitgaucheblanc {
  border-left: 1px solid rgba(200, 200, 200, 0.35);
}
.tiretbasgris {
  border-bottom: 2px dashed #e7e7e7;
}
/*
Chaque ligne/contenu a son trait (gris ou blanc) + un trait fixe gris en fond permanent pour garantir la transition sans clignotement.
*/
.traitfondpermanent {
  pointer-events: none;
  border-left: 1px solid #e7e7e7;
  position: absolute;
  z-index: 6;
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  overflow: hidden;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /*transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .traitfondpermanent {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .traitfondpermanent {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .traitfondpermanent {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.traitfondpermanent_clients {
  border-left: 1px solid #e7e7e7;
  /*@grisclair*/
  position: absolute;
  height: 100%;
  left: -1px;
  /*a animer*/
  top: 0;
}
.traitfondpermanent_clients.sorti {
  transition: left 0.5s;
  left: 100px !important;
}
@media screen and (max-width: 1450px) {
  .traitfondpermanent_clients.sorti {
    left: 50px !important;
  }
}
@media screen and (max-width: 766px) {
  .traitfondpermanent_clients.sorti {
    left: -1px !important;
  }
}
.centreur_titre_client.sorti {
  transition: margin-left 0.5s;
  margin-left: 100px !important;
}
@media screen and (max-width: 1450px) {
  .centreur_titre_client.sorti {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 766px) {
  .centreur_titre_client.sorti {
    margin-left: -1px !important;
  }
}
.ligne_transition_repere {
  position: absolute;
  left: 0;
  top: 250px;
  width: 10px;
}
@media screen and (max-width: 766px) {
  .ligne_transition_repere {
    top: 20px;
  }
}
.ligne_groupe {
  width: 100%;
  position: relative;
  z-index: 6;
}
.ligne_groupe.ligne_rouge {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 170px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 766px) {
  .ligne_groupe.ligne_rouge {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ligne_groupe.ligne_rouge.no-border {
  border-bottom: none;
  /* padding-top:45px; */
  padding-top: 100px;
  padding-bottom: 170px;
  background: transparent;
}
@media screen and (max-width: 766px) {
  .ligne_groupe.ligne_rouge.no-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.diapoApparait {
  opacity: 0;
}
.ligne {
  width: 100%;
  position: relative;
}
.ligneFullHeight {
  min-height: 800px;
  max-height: 1080px;
}
.ligne_mobile_image {
  display: none;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .ligne_mobile_image {
    display: block;
  }
}
.parent_intro {
  min-height: 400px;
}
@media screen and (max-width: 766px) {
  .parent_intro {
    min-height: 0;
  }
}
.parent_100 {
  min-height: 400px;
}
@media screen and (max-width: 766px) {
  .parent_100 {
    min-height: 0;
  }
}
.ligne_home_intro {
  height: calc(100% - 0px);
  background: #dc3932;
  /*
                height:              ~"calc(100% - 80px)";
                height:              100%;

                background:          url('@{base}images/home_larger100.jpg');

                background-size:     cover;
                background-position: 99.5% 0%;

                transition:          0s linear;
                transition-property: background-position;

                @media screen and (max-width: @limiteMobileMode)
                {
                    background: white;
                    height:     auto;
                    color:      @noir;

                    img
                    {
                        display: none;
                    }
                }
                */
}
@media screen and (max-width: 766px) {
  .ligne_home_intro {
    height: auto;
  }
}
.ligne_home_intro h1,
.ligne_home_intro h5 {
  transform: translateX(calc(-100% - 100px));
  display: table;
}
@media screen and (max-width: 1450px) {
  .ligne_home_intro h1,
  .ligne_home_intro h5 {
    transform: translateX(calc(-100% - 50px));
  }
}
.ligne_vr_intro,
.ligne_fiche_intro {
  height: calc(100% - 0px);
  background: #FFF;
  /*
                height:              ~"calc(100% - 80px)";
                height:              100%;

                background:          url('@{base}images/home_larger100.jpg');

                background-size:     cover;
                background-position: 99.5% 0%;

                transition:          0s linear;
                transition-property: background-position;

                @media screen and (max-width: @limiteMobileMode)
                {
                    background: white;
                    height:     auto;
                    color:      @noir;

                    img
                    {
                        display: none;
                    }
                }
                */
}
@media screen and (max-width: 766px) {
  .ligne_vr_intro,
  .ligne_fiche_intro {
    height: auto;
  }
}
.ligne_vr_intro h1,
.ligne_fiche_intro h1,
.ligne_vr_intro h5,
.ligne_fiche_intro h5 {
  transform: translateX(calc(-100% - 200px));
  display: table;
}
@media screen and (max-width: 1450px) {
  .ligne_vr_intro h1,
  .ligne_fiche_intro h1,
  .ligne_vr_intro h5,
  .ligne_fiche_intro h5 {
    transform: translateX(calc(-100% - 150px));
  }
}
.ligne_fiche_intro {
  overflow: hidden;
}
.ligne_home_services {
  height: calc(100% - 0px);
  background: #FFF;
  /*
                height:              ~"calc(100% - 80px)";
                height:              100%;

                background:          url('@{base}images/home_larger100.jpg');

                background-size:     cover;
                background-position: 99.5% 0%;

                transition:          0s linear;
                transition-property: background-position;

                @media screen and (max-width: @limiteMobileMode)
                {
                    background: white;
                    height:     auto;
                    color:      @noir;

                    img
                    {
                        display: none;
                    }
                }
                */
}
@media screen and (max-width: 766px) {
  .ligne_home_services {
    height: auto;
  }
}
.ligne_home_services h1,
.ligne_home_services h5 {
  transform: translateX(calc(-100% - 100px));
  display: table;
}
@media screen and (max-width: 1450px) {
  .ligne_home_services h1,
  .ligne_home_services h5 {
    transform: translateX(calc(-100% - 50px));
  }
}
.parent_100 .child,
.vr_img .child {
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 766px) {
  .parent_100 .child,
  .vr_img .child {
    display: none;
  }
}
.ligne_home_1 {
  perspective: 1px;
  perspective-origin: 0 0;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 100%;
  background: none;
}
@media screen and (max-width: 766px) {
  .ligne_home_1 {
    -moz-background-size: cover;
    background-size: cover;
    background-position: 99.5% 0%;
    transition: 0s linear;
    transition-property: background-position;
    background-image: url('https://nedd.me//images/home/croixrougecover_m.jpg');
    color: #252525;
  }
  .ligne_home_1 img {
    display: none;
  }
}
.ligne_home_1 img {
  position: absolute;
  height: 100%;
}
.ligne_home_2 {
  perspective: 1px;
  perspective-origin: 0 0;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 100%;
  background: none;
}
@media screen and (max-width: 766px) {
  .ligne_home_2 {
    -moz-background-size: cover;
    background-size: cover;
    background-position: 99.5% 0%;
    transition: 0s linear;
    transition-property: background-position;
    background-image: url('https://nedd.me//images/snapchatlenses/snapchat_cover_m.jpg');
    color: #252525;
  }
  .ligne_home_2 img {
    display: none;
  }
}
.ligne_home_2 img {
  position: absolute;
  height: 100%;
}
.ligne_home_3 {
  perspective: 1px;
  perspective-origin: 0 0;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 100%;
  background: none;
}
@media screen and (max-width: 766px) {
  .ligne_home_3 {
    -moz-background-size: cover;
    background-size: cover;
    background-position: 99.5% 0%;
    transition: 0s linear;
    transition-property: background-position;
    background-image: url('https://nedd.me//images/home/thecampcover_m.jpg');
    color: #252525;
  }
  .ligne_home_3 img {
    display: none;
  }
}
.ligne_home_3 img {
  position: absolute;
  height: 100%;
}
.ligne_home_4 {
  perspective: 1px;
  perspective-origin: 0 0;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 100%;
  background: none;
  /* background:           url('@{base}images/home/snapchat_cover.jpg');


                         -moz-background-size: cover;
                         background-size:      cover;
                         background-position:  99.5% 0%;*/
  /*    transition:          0s linear;
                            transition-property: background-position;*/
}
@media screen and (max-width: 766px) {
  .ligne_home_4 {
    -moz-background-size: cover;
    background-size: cover;
    background-position: 99.5% 0%;
    transition: 0s linear;
    transition-property: background-position;
    background-image: url('https://nedd.me//images/home/bnpcover_m.jpg');
    color: #252525;
  }
  .ligne_home_4 img {
    display: none;
  }
}
.ligne_home_4 img {
  position: absolute;
  height: 100%;
}
.centreur {
  width: 61%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 5;
  margin: auto;
  position: relative;
  /*  transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .centreur {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .centreur {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.home_ligne {
  background: red;
}
/*ligne titre bloc client */
.home_titre_centreur {
  width: 61%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 5;
  margin: auto;
  position: relative;
  /*  transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  width: 100%;
  padding: 100px 100px 10px;
  max-width: 1000px;
  display: block;
  transform-origin: 50% 50%;
  overflow: hidden;
  /*
                      h1,
                      h5
                      {
                          transform: translateX(-1400px);
                          display:   table;
                      }*/
}
@media screen and (max-width: 1450px) {
  .home_titre_centreur {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .home_titre_centreur {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .home_titre_centreur {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
@media screen and (max-width: 1450px) {
  .home_titre_centreur {
    padding: 100px 60px 10px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .home_titre_centreur {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .home_titre_centreur {
    /*
                        width:          ~"calc(100% - 2 * @{marge_trait_mobile})";
                        padding-left:   @paddingPallierMobile;
                        padding-right:  @paddingPallierMobile;
                        max-width:      ~"calc(100% - 2 * @{marge_trait_mobile})";
                        */
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0px;
  }
}
.home_titre_centreur h1,
.home_titre_centreur h5 {
  transform: translateX(calc(-100% - 100px));
  display: table;
}
@media screen and (max-width: 1450px) {
  .home_titre_centreur h1,
  .home_titre_centreur h5 {
    transform: translateX(calc(-100% - 50px));
  }
}
@media screen and (max-width: 1084px) {
  .home_titre_centreur {
    padding-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .home_titre_centreur {
    padding-top: 55px;
    margin-left: 15px;
    width: calc(100% - 2 * 15px - 15px);
    max-width: calc(100% - 2 * 15px  - 15px);
  }
}
.home_button {
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  border: 1px solid #D3D3D3;
  color: #5a5a5a;
  border-radius: 2px;
  padding: 22px 72px;
  margin: auto;
  position: relative;
  margin-top: 30px;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.73px;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .home_button {
    border: 1px solid #D3D3D3;
    /*car fond blanc sur mobile*/
    color: #5a5a5a;
    margin: auto;
    margin-top: 35px;
    padding: 22px 40px;
    padding-left: 0;
    padding-right: 0;
    width: 240px;
    width: 100%;
    max-width: 320px;
  }
}
.home_button .button_fleche {
  background: url('https://nedd.me//images/fleche-blanche.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s, right 0.5s;
}
@media screen and (max-width: 766px) {
  .home_button .button_fleche {
    right: 20px;
    opacity: 1;
    transition: opacity 0.25s, right 0.25s;
  }
}
.home_button:hover .button_fleche {
  right: 30px;
  opacity: 1;
  transition: opacity 0.25s, right 0.25s;
}
.hover_etr_play #playvideo1_lecture {
  opacity: 1;
  transition: opacity 0.25s;
}
.hover_etr_play:hover #playvideo1_lecture {
  opacity: 0.8;
  transition: opacity 0.25s;
}
.hover_etr_play #playvideo1_lecture:hover {
  opacity: 0.8;
  transition: opacity 0.25s;
}
.aproposbutton {
  display: inline-block;
  border: 1px solid #dc3932;
  padding: 24px;
  width: 280px;
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  color: #dc3932;
  border-radius: 2px;
  margin: auto;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.73px;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .aproposbutton {
    display: block ;
    margin: auto ;
    margin-top: 40px;
    width: 240px;
    width: 100%;
    max-width: 320px;
  }
}
.aproposbutton.marge-button {
  margin-left: 15px;
}
@media screen and (max-width: 766px) {
  .aproposbutton.marge-button {
    margin-top: 20px;
    margin-left: auto;
  }
}
.aproposbutton.rouge {
  background: #dc3932;
  width: 320px;
  color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .aproposbutton.rouge {
    display: block ;
    margin: auto ;
    margin-bottom: 40px;
    width: 100%;
    max-width: 320px;
  }
}
.centre-rouge {
  position: relative;
  width: 300px;
  margin: auto;
  display: block;
}
.aproposbutton:hover .button_fleche,
.aproposbutton:hover .button_fleche.fleche_rouge {
  right: 30px;
  opacity: 1;
  transition: opacity 0.25s, right 0.25s;
}
.boutonflechedecale:hover .button_fleche {
  right: 20px;
  /*only on desktop*/
}
@media screen and (max-width: 766px) {
  .boutonflechedecale:hover .button_fleche {
    right: 30px;
  }
}
.aproposbutton .button_fleche {
  background: url(https://nedd.me//images/fleche-rouge.svg);
  height: 8px;
  width: 9px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s, right 0.5s;
}
.aproposbutton .button_fleche.fleche_rouge {
  background: url('https://nedd.me//images/fleche-blanche.svg');
  color: #ffffff;
}
.home_button_intro {
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .home_button_intro {
    margin: auto;
    margin-top: 35px;
  }
}
.home_button_intro .button_fleche {
  background: url('https://nedd.me//images/fleche-blanche.svg');
}
@media screen and (max-width: 766px) {
  .home_button_intro .button_fleche {
    background: url('https://nedd.me//images/fleche-blanche.svg');
    /*sauf sur mobile*/
  }
}
.button_apparait {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
}
@media screen and (max-width: 766px) {
  .button_apparait {
    margin: auto;
    margin-top: 35px;
  }
}
.button_apparait .button_fleche {
  background: url('https://nedd.me//images/fleche-blanche.svg');
  /*@media screen and (max-width: @limiteMobileMode)
                    {
                        background: url('@{base}images/fleche-grise.svg'); !*sauf sur mobile*!
                    }*/
}
.home_button_une {
  border: 1px solid #dc3932;
  color: #dc3932;
  margin-bottom: 150px;
  /*id. haut*/
}
.home_button_une .button_fleche {
  background: url('https://nedd.me//images/fleche-rouge.svg');
}
@media screen and (max-width: 766px) {
  .home_button_une {
    margin-bottom: 50px;
    width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.centreur_home_image {
  width: 61%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 5;
  position: relative;
  /*  transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  padding-top: 0;
  overflow: hidden;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*note special image home pour cacher hors padding via le slide*/
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: auto;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
}
@media screen and (max-width: 1450px) {
  .centreur_home_image {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_home_image {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_home_image {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
@media screen and (max-width: 1450px) {
  .centreur_home_image {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_home_image {
    width: calc(100% - 2 * 40px);
    max-width: none;
  }
}
@media screen and (max-width: 766px) {
  .centreur_home_image {
    width: calc(100% - 2 * 15px);
    max-width: none;
  }
}
.centreur_home_logos {
  width: 61%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 5;
  margin: auto;
  position: relative;
  /*  transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1450px) {
  .centreur_home_logos {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_home_logos {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_home_logos {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.centreur_footer {
  width: 61%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 5;
  margin: auto;
  position: relative;
  /*  transition:     width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  padding-top: 55px;
  overflow: auto;
}
@media screen and (max-width: 1450px) {
  .centreur_footer {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_footer {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_footer {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_footer {
    padding-left: 0px;
    margin-left: 25px;
    padding-right: 0px;
    width: auto;
    max-width: none;
  }
}
.home_vignette {
  width: 100%;
  opacity: 0;
  transform: scale(1) !important;
  transition: transform 1s;
  transition-timing-function: ease-in;
}
.home_vignette:hover {
  transform: scale(1.1) !important;
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1084px) {
  .home_vignette:hover {
    transform: scale(1) !important;
    transition: none;
  }
}
.centreur_large {
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*  transition:         width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .centreur_large {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large {
    /*  width:         ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";
                         padding-left:  @paddingPallierTablette;
                         padding-right: @paddingPallierTablette;
                         max-width:     ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";*/
    width: calc(100% - 2 * 40px - 2 * 0px);
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 40px - 2 * 0px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.centreur_large_sans_padding {
  width: calc(100% - 2 * 15px) !important;
  max-width: calc(100% - 2 * 15px) !important;
}
.centreur_large_diapo {
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*  transition:         width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .centreur_large_diapo {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_diapo {
    /*  width:         ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";
                         padding-left:  @paddingPallierTablette;
                         padding-right: @paddingPallierTablette;
                         max-width:     ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";*/
    width: calc(100% - 2 * 40px - 2 * 0px);
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 40px - 2 * 0px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_diapo {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.centreur_large_diapo_manifesto {
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*  transition:         width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_diapo_manifesto {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_diapo_manifesto {
    /*  width:         ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";
                         padding-left:  @paddingPallierTablette;
                         padding-right: @paddingPallierTablette;
                         max-width:     ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";*/
    width: calc(100% - 2 * 40px - 2 * 0px);
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 40px - 2 * 0px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_diapo_manifesto {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.centreur_large_table {
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*  transition:         width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_table {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_table {
    /*  width:         ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";
                         padding-left:  @paddingPallierTablette;
                         padding-right: @paddingPallierTablette;
                         max-width:     ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";*/
    width: calc(100% - 2 * 40px - 2 * 0px);
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 40px - 2 * 0px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_table {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_table {
    width: calc(100% - 2 * 40px );
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_table {
    width: calc(100% - 2 * 15px );
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}
.centreur_large_table .tiret {
  height: 1px;
  top: 9px;
  right: -5px;
  display: block;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #dc3932;
  z-index: 6;
  transform: scaleX(0);
  transition: right 0.5s;
  opacity: 0;
}
@media screen and (max-width: 1084px) {
  .centreur_large_table .tiret {
    left: -6px;
    right: auto;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_table .tiret {
    width: 9px;
    left: -4px;
    right: auto;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_table .drapeaudroite {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_table .drapeaudroite {
    margin-bottom: 20px;
  }
}
.centreur_large_titre_client {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1084px) {
  .centreur_large_titre_client {
    width: calc(100% - 2 * 40px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_titre_client {
    width: calc(100% - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 15px);
  }
}
.centreur_overflow {
  overflow: hidden;
}
/*car overflow caché*/
.centreur_large_drapeau {
  height: 20px;
  padding: 0;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
  margin: auto;
  position: relative;
  perspective: 500px;
  perspective-origin: 50% 50%;
  /*  transition:         width @dureeMainTransitions, padding @dureeMainTransitions, max-width @dureeMainTransitions;*/
  position: absolute;
  left: 0;
  margin-top: 50px;
  perspective: none;
  padding: 0 !important;
  /*note autre facon : conteneur sur marge gauche*/
  /*note drapeau entre par sa droite*/
  right: auto;
  width: calc((100% - 1200px) / 2) !important;
  min-width: calc((39% - 2* 100px) / 2) !important;
  /*transition:  margin @dureeMainTransitions, width @dureeMainTransitions, min-width @dureeMainTransitions;*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau {
    /*  width:         ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";
                         padding-left:  @paddingPallierTablette;
                         padding-right: @paddingPallierTablette;
                         max-width:     ~"calc(100% - 2 * @{margeFixeTablette} - 2 * @{paddingPallierTablette})";*/
    width: calc(100% - 2 * 40px - 2 * 0px);
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 40px - 2 * 0px);
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau {
    width: calc((100% - 1200px) / 2) !important;
    min-width: calc((39% - 2* 60px) / 2) !important;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau {
    width: 40px !important;
    min-width: 40px !important;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau {
    width: 15px !important;
    min-width: 15px !important;
  }
}
.centreur_large_drapeau .tiret {
  height: 1px;
  top: 9px;
  right: -5px;
  display: block;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #dc3932;
  z-index: 6;
  transform: scaleX(0);
  transition: right 0.5s;
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau .tiret {
    right: -6px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau .tiret {
    width: 9px;
    right: -5px;
  }
}
.ligne_home_intro .centreur_large_drapeau .tiret {
  border-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 766px) {
  .ligne_home_intro .centreur_large_drapeau .tiret {
    border-color: rgba(255, 255, 255, 0.8);
  }
}
.ligne_vr_intro .centreur_large_drapeau .tiret {
  border-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 766px) {
  .ligne_vr_intro .centreur_large_drapeau .tiret {
    border-color: #dc3932;
  }
}
.ligne_fiche_intro .centreur_large_drapeau .tiret {
  border-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 766px) {
  .ligne_fiche_intro .centreur_large_drapeau .tiret {
    border-color: #dc3932;
  }
}
.centreur_large_drapeau.drapeau_haut_home {
  margin: auto;
  margin-top: 129px;
  /*note mobile remonte*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau.drapeau_haut_home {
    margin: auto;
    margin-top: 109px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_haut_home {
    margin: auto;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1023px) {
  .centreur_large_drapeau.drapeau_haut_home {
    margin: auto;
    margin-top: 37px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_haut_home {
    margin: auto;
    margin-top: 27px;
  }
}
/*.centreur_large_drapeau.drapeau_bienicitv
{
    margin:     auto;
    margin-top: 129px;

                !*note mobile remonte*!

    @media screen and (max-width: 1450px)
    {
        margin:     auto;
        margin-top: 109px;
    }

    @media screen and (max-width: @limiteTabletteMode)
    {
        margin:     auto;
        margin-top: 27px;
    }

    @media screen and (max-width: @limiteMenuMobile)
    {
        margin:     auto;
        margin-top: 37px;
    }

    @media screen and (max-width: @limiteMobileMode)
    {
        margin:     auto;
        margin-top: 27px;

    }

}*/
.centreur_large_drapeau.drapeau_haut {
  margin: auto;
  margin-top: 129px;
  /*note mobile remonte*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau.drapeau_haut {
    margin: auto;
    margin-top: 109px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_haut {
    margin: auto;
    margin-top: 37px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_haut {
    margin: auto;
    margin-top: 27px;
  }
}
.centreur_large_drapeau.drapeau_ficheV2 {
  margin: auto;
  margin-top: 209px;
  /*note mobile remonte*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau.drapeau_ficheV2 {
    margin: auto;
    margin-top: 179px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_ficheV2 {
    margin: auto;
    margin-top: 97px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_ficheV2 {
    margin: auto;
    margin-top: 27px;
  }
}
.centreur_large_drapeau.drapeau_pagesig {
  margin: auto;
  margin-top: 129px;
  /*note mobile remonte*/
}
@media screen and (max-width: 1450px) {
  .centreur_large_drapeau.drapeau_pagesig {
    margin: auto;
    margin-top: 99px;
  }
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_pagesig {
    margin: auto;
    margin-top: 37px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_pagesig {
    margin: auto;
    margin-top: 27px;
  }
}
.centreur_large_drapeau.drapeau_lagence {
  margin: auto;
  margin-top: 108px;
  /*note mobile remonte*/
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_lagence {
    margin: auto;
    margin-top: 43px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_lagence {
    margin: auto;
    margin-top: 30px;
  }
}
.centreur_large_drapeau.drapeau_une {
  margin-top: 106px;
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_une {
    margin: auto;
    margin-top: 26px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_une {
    margin: auto;
    margin-top: 30px;
    margin-top: 27px;
  }
}
.centreur_large_drapeau.drapeau_logo_clients {
  margin-top: 155px;
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeau_logo_clients {
    margin: auto;
    margin-top: 45px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeau_logo_clients {
    margin: auto;
    margin-top: 30px;
  }
}
.centreur_large_drapeau.drapeaugauche_reals {
  margin-top: 105px;
}
@media screen and (max-width: 1084px) {
  .centreur_large_drapeau.drapeaugauche_reals {
    margin: auto;
    margin-top: 37px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_drapeau.drapeaugauche_reals {
    margin: auto;
    margin-top: 37px;
  }
}
.drapeau_services {
  position: absolute;
  top: 82px;
}
.drapeau_servicesVR {
  position: absolute;
  bottom: 140px;
}
.vrvideo .iframe_wrapper {
  box-sizing: border-box;
  width: 75%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
}
@media screen and (max-width: 766px) {
  .vrvideo .iframe_wrapper {
    width: calc(100% - 0px);
  }
}
.vrvideo iframe {
  width: 100% !important;
  height: 100% !important;
}
.vrvideo .croix {
  background: url('https://nedd.me//images/croix-blanche.svg');
  height: 16px;
  width: 16px;
  background-size: cover;
  position: absolute;
  right: -30px;
  top: -30px;
  bottom: auto;
  margin: auto;
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 766px) {
  .vrvideo .croix {
    height: 16px;
    width: 16px;
    right: 0px;
    top: -30px;
    bottom: auto;
    left: 0;
  }
}
.vrvideo .croix:hover {
  opacity: 1.0;
}
.cequevr {
  overflow: hidden;
}
.cequevr div {
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .cequevr div {
    margin-bottom: 20px;
  }
}
.cequevr h5 {
  display: inline-block;
  padding-left: 100px;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  color: #252525;
  line-height: 24px;
  padding-left: 0px;
  transform: translateX(calc(-100% - 100px));
}
@media screen and (max-width: 766px) {
  .cequevr h5 {
    font-family: 'akkurat-bold', Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
  }
}
.lignevr {
  padding-top: 100px;
  padding-bottom: 100px;
  transition: padding 0.5s;
}
@media screen and (max-width: 1084px) {
  .lignevr {
    padding-top: 100px;
    padding-bottom: 140px;
    transition: padding 0.25s;
  }
}
@media screen and (max-width: 766px) {
  .lignevr {
    padding-top: 50px;
    padding-bottom: 140px;
    transition: padding 0.25s;
  }
}
.centreurvr {
  padding-top: 15px;
  transition: padding 0.5s, width 0.5s;
}
@media screen and (max-width: 1084px) {
  .centreurvr {
    padding-top: 60px;
    transition: padding 0.25s, width 0.25s;
  }
}
@media screen and (max-width: 766px) {
  .centreurvr {
    padding-top: 60px;
  }
}
.margePremiereReal {
  margin-top: 42px;
}
@media screen and (max-width: 1450px) {
  .margePremiereReal {
    margin-top: 0;
  }
}
@media screen and (max-width: 766px) {
  .margePremiereReal {
    margin-top: 62px;
  }
}
.fond_blanc {
  /*background: white;*/
}
.drapeaugauche {
  position: absolute;
  overflow: hidden;
  right: 0;
  padding-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #dc3932;
  z-index: 5;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1084px) {
  .drapeaugauche {
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0s;
  }
}
.drapeaugauche p {
  text-align: right;
  transform: translateX(calc(100% + 20px));
}
.ligne_home_intro .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_intro .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_vr_intro .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_vr_intro .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_fiche_intro .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_fiche_intro .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_home_1 .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_1 .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_home_2 .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_2 .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_home_3 .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_3 .drapeaugauche {
    color: #dc3932;
  }
}
.ligne_home_4 .drapeaugauche {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_4 .drapeaugauche {
    color: #dc3932;
  }
}
.drapeaudroite {
  position: relative;
  overflow: hidden;
  left: 100%;
  padding-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #dc3932;
  z-index: 5;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  transition: opacity 0.0s;
  transition-delay: 0s;
  opacity: 0;
  width: 350px;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .drapeaudroite {
    max-width: 280px;
  }
}
@media screen and (max-width: 1084px) {
  .drapeaudroite {
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
  }
}
.drapeaudroite p {
  transform: translateX(calc(-100% - 20px));
}
@media screen and (max-width: 766px) {
  .drapeaudroite p {
    margin-left: -3px;
  }
}
.ligne_home_intro .drapeaudroite {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_intro .drapeaudroite {
    color: rgba(255, 255, 255, 0.8);
  }
}
.ligne_vr_intro .drapeaudroite {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_vr_intro .drapeaudroite {
    color: #dc3932;
  }
}
.ligne_fiche_intro .drapeaudroite {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_fiche_intro .drapeaudroite {
    color: #dc3932;
  }
}
.feature {
  position: relative;
  overflow: hidden;
  left: 100%;
  padding-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #dc3932;
  z-index: 5;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  transition: opacity 0.0s;
  transition-delay: 0s;
  opacity: 0;
  width: 350px;
  white-space: nowrap;
  color: #919191;
  margin-bottom: 20px;
  opacity: 1.0;
}
@media screen and (max-width: 766px) {
  .feature {
    max-width: 280px;
  }
}
@media screen and (max-width: 1084px) {
  .feature {
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
  }
}
.feature p {
  transform: translateX(calc(-100% - 20px));
}
@media screen and (max-width: 766px) {
  .feature p {
    margin-left: -3px;
  }
}
.ligne_home_intro .feature {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_home_intro .feature {
    color: rgba(255, 255, 255, 0.8);
  }
}
.ligne_vr_intro .feature {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_vr_intro .feature {
    color: #dc3932;
  }
}
.ligne_fiche_intro .feature {
  color: #FFF;
}
@media screen and (max-width: 766px) {
  .ligne_fiche_intro .feature {
    color: #dc3932;
  }
}
@media screen and (max-width: 766px) {
  .feature {
    margin-bottom: 0px;
    margin-left: 1px !important;
  }
}
.feature p {
  margin-left: 0px !important;
  transform: none;
  text-align: left;
}
.centreur_feature {
  padding-bottom: 0px;
}
@media screen and (max-width: 1084px) {
  .centreur_feature {
    /* padding-bottom: 100px; */
  }
}
@media screen and (max-width: 766px) {
  .centreur_feature {
    /* padding-bottom: 55px;*/
  }
}
.feature1 {
  width: 98px;
  margin-right: 50px;
}
.feature2 {
  width: 96px;
  margin-right: 50px;
}
.feature3 {
  width: 75px;
  margin-right: 50px;
}
.feature4 {
  width: 53px;
  margin-right: 50px;
}
.feature5 {
  width: 91px;
  margin-right: 50px;
}
@media screen and (max-width: 766px) {
  .feature1 {
    width: calc(98px * 0.6);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
  }
  .feature2 {
    width: calc(96px * 0.6);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
  }
  .feature3 {
    width: calc(75px * 0.6);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
  }
  .feature4 {
    width: calc(53px * 0.6);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
  }
  .feature5 {
    width: calc(91px * 0.6);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
  }
}
.espace_ligne_image {
  padding-bottom: 100px;
  /*ASTUCE pour padding au bas de chaque ligne_groupe MAIS en ayant un trait*/
  margin-left: -1px;
}
.centreur_titre_client {
  margin-left: -1px;
  padding-top: 100px;
  padding-bottom: 0px;
  overflow: hidden;
  color: #252525;
  position: relative;
}
@media screen and (max-width: 766px) {
  .centreur_titre_client {
    padding-top: 0px;
  }
}
.centreur_entete_fiche {
  margin-left: 102px;
  padding: 100px 30px 80px 0;
  overflow: hidden;
  height: auto;
  transition: margin 0.5s;
}
@media screen and (max-width: 1450px) {
  .centreur_entete_fiche {
    margin-left: 52px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_entete_fiche {
    padding: 55px 0px 40px;
    margin: auto;
  }
}
.centreur_entete_fiche .entete_fiche {
  width: 100%;
  height: auto;
  position: relative;
}
.centreur_entete_fiche .entete_fiche .entete_info_container {
  display: block;
  left: 0;
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.centreur_entete_fiche .entete_fiche .fiche_info {
  display: block;
  position: absolute;
  top: 0px;
  margin-top: 20px;
  display: inline-block;
  width: auto;
  margin-right: 90px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  /*anim entree*/
  opacity: 0;
}
@media screen and (max-width: 766px) {
  .centreur_entete_fiche .entete_fiche .fiche_info {
    margin-right: 32px;
  }
}
.centreur_entete_fiche .entete_fiche .fiche_info .infotitre {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .31px;
  line-height: 16px;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.centreur_entete_fiche .entete_fiche .fiche_info .info {
  color: #919191;
  font-size: 13px;
  letter-spacing: .3px;
  line-height: 20px;
  white-space: nowrap;
}
.centreur_entete_fiche .entete_fiche .fiche_info.fiche_info_url {
  margin-right: 0;
}
.services_bouton {
  margin-bottom: 25px;
  margin-left: 10px;
  display: none;
  float: left;
}
@media screen and (max-width: 766px) {
  .services_bouton {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 0;
    width: calc(100% - 10px);
  }
}
.services_bouton img {
  height: 12px;
  float: left;
  margin-right: 10px;
  transition: transform 0.3s;
}
.services_bouton div {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.3em;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #5a5a5a;
}
.fiches_bouton {
  margin-top: 25px;
  margin-bottom: 0px;
  transform: translateX(calc(-100% - 100px));
  display: none;
  float: left;
}
@media screen and (max-width: 766px) {
  .fiches_bouton {
    display: block;
  }
}
.fiches_bouton img {
  height: 12px;
  float: left;
  margin-right: 10px;
  transition: transform 0.3s;
}
.fiches_bouton div {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.3em;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #5a5a5a;
}
.apropos_bouton,
.apropos_bouton_index {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 10px;
  display: none;
  float: left;
}
@media screen and (max-width: 766px) {
  .apropos_bouton,
  .apropos_bouton_index {
    display: block;
    width: 100%;
  }
}
.apropos_bouton img,
.apropos_bouton_index img {
  height: 12px;
  float: left;
  margin-right: 10px;
  transition: transform 0.3s;
}
.apropos_bouton div,
.apropos_bouton_index div {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.3em;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: #5a5a5a;
}
@media screen and (max-width: 766px) {
  .apropos_bouton div,
  .apropos_bouton_index div {
    font-size: 13px;
    line-height: 1.0em;
  }
}
@media screen and (max-width: 766px) {
  .apropos_bouton_index {
    padding-top: 60px;
    margin-top: -50px;
    padding-bottom: 80px;
    margin-left: 0;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 766px) {
  .apropos_bouton_index.opened {
    padding-top: 70px;
  }
}
.decale_home {
  padding-top: 0px;
}
@media screen and (max-width: 766px) {
  .decale_home {
    padding-top: 20px;
  }
}
.opened .apropos_bouton img {
  transform: rotate(45deg);
}
.opened img {
  transform: rotate(45deg);
}
.description {
  margin-bottom: 150px;
  overflow: hidden;
  /*note toggleable description dans les fiches, sur mobile uniquement cachees*/
}
@media screen and (max-width: 766px) {
  .description {
    margin-bottom: 50px;
  }
}
.description h1 {
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: .48px;
  display: table;
  transform: translateX(calc(-100% - 10px));
}
@media screen and (max-width: 766px) {
  .description h3 {
    display: none;
  }
}
.centreur_intro {
  margin-left: 100px;
  padding: 50px 30px 0 0;
  overflow: hidden;
  opacity: 0;
  transition: margin 0.5s;
}
@media screen and (max-width: 1450px) {
  .centreur_intro {
    margin-left: 52px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_intro {
    margin-left: 0px;
    padding-right: 0px;
    padding: 30px 0 0 0;
  }
}
.centreur_intro p {
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: .16px;
  line-height: 30px;
  color: #919191;
}
.centreur_intro p span {
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  color: #252525;
}
.ligne_vignette_fiche {
  background-position: 50% 50%;
  background-size: cover;
}
.ligne_vignette_fiche img {
  width: 100%;
  margin-bottom: 50px;
}
.ligne_vignette_fiche_mobile {
  margin-top: 80px;
  /*80-0*/
}
@media screen and (max-width: 1450px) {
  .ligne_vignette_fiche_mobile {
    margin-top: 70px;
    /*80-10*/
  }
}
@media screen and (max-width: 1024px) {
  .ligne_vignette_fiche_mobile {
    margin-top: 60px;
    /*80-20*/
  }
}
@media screen and (max-width: 1024px) {
  .ligne_vignette_fiche_mobile {
    margin-top: 60px;
    /*80-20*/
  }
}
.centreur_titre_client_mover {
  transform: translateX(calc(-100% - 10px));
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 766px) {
  .centreur_titre_client_mover {
    padding-left: 10px;
  }
}
.fond_vignette_client {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transform: translateZ(-1000px);
  opacity: 0;
  transform-origin: 50% 50%;
}
.revele_logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .55;
  /*transform: scale(1.3);*/
}
@media screen and (max-width: 766px) {
  .revele_logo {
    transform: scale(0.5);
  }
}
.image_vignette_client {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transform: translateZ(-1000px);
  opacity: 0;
  transform-origin: 50% 50%;
  background-size: cover;
  background-position: center;
  transform: scale(1) !important;
  transition: transform 1s;
  transition-timing-function: ease-in;
}
.image_vignette_client:hover {
  transform: scale(1.1) !important;
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1084px) {
  .image_vignette_client:hover {
    transform: scale(1) !important;
    transition: none;
  }
}
.marge50 {
  width: calc(61% + 100px);
  /*compenser le padding de 50+50 "manquant" via width*/
  max-width: 1200px;
  padding: 50px 0 0;
  margin: auto;
}
.logo_clients {
  background-color: #FEF8F8;
}
.logo_clients .centreur_large .centreur_logo_clients {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  /*etait auto*/
  transition: padding 0.5s;
}
.logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
  width: 1050px;
  /* 5*(150+20+20) = 950 */
  overflow: auto;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 900px;
  }
}
@media screen and (max-width: 1330px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 616px;
  }
}
@media screen and (max-width: 1024px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 540px;
  }
}
@media screen and (max-width: 970px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 405px;
  }
}
@media screen and (max-width: 600px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 340px;
  }
}
@media screen and (max-width: 400px) {
  .logo_clients .centreur_large .centreur_logo_clients .wrapper_logo_clients {
    width: 273px;
  }
}
.logo_clients .centreur_large .centreur_logo_clients img {
  width: 150px;
  padding: 30px;
  float: left;
}
@media screen and (max-width: 1700px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 150px;
  }
}
@media screen and (max-width: 1450px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 120px;
  }
}
@media screen and (max-width: 1330px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 114px;
  }
}
@media screen and (max-width: 1024px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 95px;
  }
}
@media screen and (max-width: 970px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 95px;
  }
}
@media screen and (max-width: 600px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    width: 83px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .logo_clients .centreur_large .centreur_logo_clients img {
    padding: 8px;
    width: 74px;
  }
}
@media screen and (max-width: 1084px) {
  .logo_clients .centreur_large .centreur_logo_clients {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 766px) {
  .logo_clients .centreur_large .centreur_logo_clients {
    padding: 60px 0 50px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.ligne_services_desktop,
.ligne_vr_intro {
  height: 480px;
  background: url("https://nedd.me//images/cequenousfaisons_rallonge.jpg");
  background-position: 50% 0%;
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;
  overflow: hidden;
}
@media screen and (max-width: 1084px) {
  .ligne_services_desktop,
  .ligne_vr_intro {
    height: 350px;
  }
}
@media screen and (max-width: 766px) {
  .ligne_services_desktop,
  .ligne_vr_intro {
    /*avant*/
    height: 320px;
    background: url("https://nedd.me//images/m_services.jpg");
    background-size: contain;
    /*
                                 background:          url("@{base}images/services_gyro.jpg");
                                 background-size:     cover;

                                 background-position: center;
                                 */
  }
}
.ligne_services_desktop .entete_page,
.ligne_vr_intro .entete_page {
  height: calc(100% - 220px - 0px);
}
@media screen and (max-width: 1450px) {
  .ligne_services_desktop .entete_page,
  .ligne_vr_intro .entete_page {
    height: calc(100% - 200px - 00px);
  }
}
@media screen and (max-width: 1084px) {
  .ligne_services_desktop .entete_page,
  .ligne_vr_intro .entete_page {
    height: calc(100% - 160px - 0px);
  }
}
@media screen and (max-width: 766px) {
  .ligne_services_desktop .entete_page,
  .ligne_vr_intro .entete_page {
    height: calc(100% - 110px - 00px);
  }
}
.ligne_services_desktop .drapeaugauche,
.ligne_vr_intro .drapeaugauche,
.ligne_services_desktop .drapeaudroite,
.ligne_vr_intro .drapeaudroite {
  color: #ffffff;
}
.ligne_services_desktop .tiret,
.ligne_vr_intro .tiret {
  border-color: rgba(255, 255, 255, 0.8);
}
.ligne_fiche_intro .entete_page {
  height: calc(100% - 220px - 80px);
}
@media screen and (max-width: 1450px) {
  .ligne_fiche_intro .entete_page {
    height: calc(100% - 200px - 70px);
  }
}
@media screen and (max-width: 1084px) {
  .ligne_fiche_intro .entete_page {
    height: calc(100% - 160px - 60px);
  }
}
@media screen and (max-width: 766px) {
  .ligne_fiche_intro .entete_page {
    height: calc(100% - 110px - 80px);
  }
}
.navigation_fiches {
  background-color: #FEF8F8;
  height: 200px;
  overflow: hidden;
}
.navigation_fiches .centreur_large {
  height: 100%;
}
.navigation_fiches .prev,
.navigation_fiches .all,
.navigation_fiches .next {
  color: #dc3932 !important;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  /* background:     rgba(0, 0, 0, 0.1);*/
  top: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  white-space: nowrap;
  padding-right: 80px;
  padding-left: 80px;
}
.navigation_fiches .prev {
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-left: -80px;
}
.navigation_fiches .all {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navigation_fiches .next {
  right: 0%;
  transform: translateY(-50%);
  margin-right: -80px;
}
.navigation_fiches .prev::before {
  content: '<';
  font-size: 0;
  background: url('https://nedd.me//images/fleche-rouge.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.navigation_fiches .next::before {
  content: '>';
  font-size: 0;
  background: url('https://nedd.me//images/fleche-rouge.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
}
.navigation_fiches .onlyMobile .prev,
.navigation_fiches .onlyMobile .all,
.navigation_fiches .onlyMobile .next {
  width: 100%;
  position: relative;
  display: block;
  top: auto;
  margin: auto;
  text-align: center;
  transform: none;
  left: auto;
  padding: 24px 0px;
}
.navigation_fiches .onlyMobile .all,
.navigation_fiches .onlyMobile .next {
  border-top: 1px solid #e9d7d7;
  box-sizing: border-box;
}
.navigation_fiches .onlyMobile .prev::before {
  left: calc(0% + 15px);
  right: auto;
}
.navigation_fiches .onlyMobile .next::before {
  left: calc(100% - 25px);
  right: auto;
  transform: translateX(-50%);
}
.navigation_fiches_flottant {
  background-color: #FEF8F8;
  height: 200px;
  overflow: hidden;
  height: 80px;
  z-index: 9;
  text-align: center;
  position: fixed;
  bottom: -120px;
  opacity: 0.00;
  transition: opacity .5s, bottom .5s;
}
.navigation_fiches_flottant .centreur_large {
  height: 100%;
}
.navigation_fiches_flottant .prev,
.navigation_fiches_flottant .all,
.navigation_fiches_flottant .next {
  color: #dc3932 !important;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  /* background:     rgba(0, 0, 0, 0.1);*/
  top: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  white-space: nowrap;
  padding-right: 80px;
  padding-left: 80px;
}
.navigation_fiches_flottant .prev {
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-left: -80px;
}
.navigation_fiches_flottant .all {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navigation_fiches_flottant .next {
  right: 0%;
  transform: translateY(-50%);
  margin-right: -80px;
}
.navigation_fiches_flottant .prev::before {
  content: '<';
  font-size: 0;
  background: url('https://nedd.me//images/fleche-rouge.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.navigation_fiches_flottant .next::before {
  content: '>';
  font-size: 0;
  background: url('https://nedd.me//images/fleche-rouge.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
}
.navigation_fiches_flottant .onlyMobile .prev,
.navigation_fiches_flottant .onlyMobile .all,
.navigation_fiches_flottant .onlyMobile .next {
  width: 100%;
  position: relative;
  display: block;
  top: auto;
  margin: auto;
  text-align: center;
  transform: none;
  left: auto;
  padding: 24px 0px;
}
.navigation_fiches_flottant .onlyMobile .all,
.navigation_fiches_flottant .onlyMobile .next {
  border-top: 1px solid #e9d7d7;
  box-sizing: border-box;
}
.navigation_fiches_flottant .onlyMobile .prev::before {
  left: calc(0% + 15px);
  right: auto;
}
.navigation_fiches_flottant .onlyMobile .next::before {
  left: calc(100% - 25px);
  right: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .navigation_fiches_flottant {
    height: 50px;
    border-top: 1px solid #e7e7e7;
  }
}
.navigation_fiches_flottant .prev,
.navigation_fiches_flottant .all,
.navigation_fiches_flottant .next {
  padding: 14px 60px;
  margin-left: 0px;
  margin-right: 0px;
}
.navigation_fiches_flottant .next::before {
  right: 0px;
  height: 14px;
  width: 15px;
  background-size: contain;
}
.navigation_fiches_flottant .prev::before {
  left: 0px;
  height: 14px;
  width: 15px;
  background-size: contain;
}
.navigation_fiches_flottant.flottantEnters {
  bottom: 0px;
  opacity: 1.00;
  transition: opacity .5s, bottom .5s;
}
/* ---- note préFOOTER fiche ---- */
.fiche_bouton {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  cursor: pointer;
  width: 57px;
  margin-bottom: 0px;
  transition: margin 0.5s;
}
.fiche_bouton.decale {
  margin-bottom: 80px;
  transition: margin 0.5s;
}
@media screen and (max-width: 766px) {
  .fiche_bouton.decale {
    margin-bottom: 50px;
  }
}
.popin_fiche_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  display: none;
}
.popin_fiche_wrapper .popin_fiche_fond {
  background: rgba(208, 21, 21, 0.84);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 1084px) {
  .popin_fiche_wrapper .popin_fiche_fond {
    background: #d01515;
  }
}
.popin_fiche_wrapper .popin_fiche {
  border-radius: 2px;
  background: #fff;
  width: 300px;
  height: 500px;
  position: absolute;
  margin: auto;
  display: block;
  overflow: hidden;
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
@media screen and (max-width: 1084px) {
  .popin_fiche_wrapper .popin_fiche {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 766px) {
  .popin_fiche_wrapper .popin_fiche {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.footer_twitter_link {
  cursor: pointer;
}
.reveleur_footer {
  height: 350px;
}
@media screen and (max-width: 1084px) {
  .reveleur_footer {
    height: 500px;
  }
}
@media screen and (max-width: 766px) {
  .reveleur_footer {
    display: none;
  }
}
.footer_fixe {
  position: fixed;
  bottom: 0;
  height: 350px;
  background: #dc3932;
  background-size: cover;
  z-index: 2;
  width: 100%;
  display: block;
  /*avoids blinking on load*/
}
@media screen and (max-width: 1084px) {
  .footer_fixe {
    height: 500px;
  }
}
@media screen and (max-width: 766px) {
  .footer_fixe {
    position: relative;
    bottom: auto;
    height: auto;
    /* background: limegreen; */
    padding-bottom: 40px;
  }
}
/*
.footer_mobile
{
    .footer_fixe;
    position:   relative;
    bottom:     auto;
    height:     auto;
    background: limegreen;

    width:      100%;

    display:    none;

    @media screen and (max-width: @limiteMobileMode)
    {
        display: block;
    }

}
*/
/*tous footers*/
.footer_bloc {
  color: #FFF;
  display: block;
  float: left;
  margin-right: 110px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1084px) {
  .footer_bloc {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc {
    margin-bottom: 50px;
  }
}
.footer_bloc h1 {
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
}
.footer_bloc p {
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-weight: 200 !important;
  font-size: 14px;
  line-height: 1.6em;
}
.footer_bloc h5 {
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.6em;
}
/*tous footers*/
.footer_bloc_gauche {
  padding: 0;
  max-width: 1200px;
  margin: auto;
  perspective-origin: 50% 50%;
  position: absolute;
  left: 0;
  height: 100%;
  perspective: none;
  width: calc((100% - 1200px) / 2);
  right: auto;
  min-width: calc((39% - 2* 100px) / 2);
}
@media screen and (max-width: 1450px) {
  .footer_bloc_gauche {
    min-width: calc((39% - 2* 60px) / 2);
  }
}
@media screen and (max-width: 1084px) {
  .footer_bloc_gauche {
    width: 40px;
    min-width: 40px;
    position: relative;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_gauche {
    width: 15px;
    min-width: 15px;
  }
}
/*tous footers*/
.footer_bloc_gauche div:nth-child(1) {
  text-align: right;
  border-right: 1px solid #EBBEC1;
  height: 20px;
  margin-bottom: 35px;
  margin-right: 0px;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_gauche div:nth-child(1) {
    height: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_gauche div:nth-child(1) {
    margin-bottom: 40px;
  }
}
/*tous footers*/
.footer_bloc_gauche div:nth-child(2) {
  text-align: right;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  letter-spacing: 0.31px;
  line-height: 16px;
  position: relative;
  color: #EBBEC1;
  /**/
}
@media screen and (max-width: 1084px) {
  .footer_bloc_gauche div:nth-child(2) {
    text-align: left;
    left: 55px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_gauche div:nth-child(2) {
    left: 25px;
    margin-right: 5px;
  }
}
/*tous footers*/
.footer_bloc_gauche div:nth-child(2)::after {
  content: '-';
  font-size: 0;
  top: -8px;
  right: -25px;
  display: block;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #EBBEC1;
  z-index: 7;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_gauche div:nth-child(2)::after {
    display: none;
  }
}
/*tous footers*/
.footer_bloc_gauche div:nth-child(2)::before {
  content: '-';
  font-size: 0;
  top: -8px;
  right: 30px;
  display: none;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #EBBEC1;
  z-index: 7;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_gauche div:nth-child(2)::before {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_gauche div:nth-child(2)::before {
    right: 15px;
    width: 9px;
  }
}
/*tous footers*/
.footer_bloc_droite {
  padding: 0;
  max-width: 1200px;
  margin: auto;
  perspective-origin: 50% 50%;
  position: absolute;
  left: auto;
  height: 100%;
  perspective: none;
  width: calc((100% - 1200px) / 2);
  right: 0;
  min-width: calc((39% - 2* 100px) / 2);
  /*transition:         min-width @dureeMainTransitions,
                                            left @dureeMainTransitions,
                                            margin @dureeMainTransitions;*/
  top: 0;
}
@media screen and (max-width: 1450px) {
  .footer_bloc_droite {
    min-width: calc((39% - 2* 60px) / 2);
  }
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite {
    margin-left: 0;
    position: relative;
    height: auto;
    width: 40px;
    min-width: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_droite {
    width: 15px;
    min-width: 15px;
  }
}
/*tous footers*/
.footer_bloc_droite div:nth-child(1) {
  text-align: left;
  border-left: 1px solid #EBBEC1;
  height: 20px;
  margin-bottom: 35px;
  margin-left: 0px;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite div:nth-child(1) {
    border-left: none;
    /*border-right: 1px solid rgba(255, 255, 255, 0.4);*/
    height: 0;
    margin: 0;
  }
}
/*tous footers*/
.footer_bloc_droite div:nth-child(2) {
  text-align: right;
  text-transform: uppercase;
  transform: translateX(calc(-100% - 20px));
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  letter-spacing: 0.31px;
  line-height: 16px;
  position: relative;
  color: #EBBEC1;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite div:nth-child(2) {
    text-align: left;
    left: 55px;
    white-space: nowrap;
    transform: none;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_droite div:nth-child(2) {
    left: 25px;
    margin-right: -15px;
  }
}
/*tous footers*/
.footer_bloc_droite div:nth-child(2)::after {
  content: '-';
  font-size: 0;
  top: -8px;
  right: -26px;
  display: block;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #EBBEC1;
  z-index: 7;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite div:nth-child(2)::after {
    display: none;
  }
}
/*tous footers*/
.footer_bloc_droite div:nth-child(2)::before {
  content: '-';
  font-size: 0;
  top: -8px;
  right: 50px;
  display: block;
  position: absolute;
  width: 11px;
  border-bottom: 1px solid #EBBEC1;
  z-index: 7;
  display: none;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite div:nth-child(2)::before {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .footer_bloc_droite div:nth-child(2)::before {
    right: 36px;
    width: 9px;
  }
}
/*tous footers*/
.footer_bloc_droite img {
  display: block;
  position: absolute;
  top: -2px;
  right: -70px;
  width: 25px;
}
@media screen and (max-width: 1084px) {
  .footer_bloc_droite img {
    right: -90px;
  }
}
.wrapper_adresse {
  margin-left: 97px;
  width: 100%;
  display: block;
  min-height: 105px;
}
@media screen and (max-width: 1450px) {
  .wrapper_adresse {
    margin-left: 57px;
  }
}
@media screen and (max-width: 1084px) {
  .wrapper_adresse {
    margin-left: 10px;
  }
}
@media screen and (max-width: 766px) {
  .wrapper_adresse {
    margin-left: 0px;
  }
}
.bloc_adresse {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 50px;
}
@media screen and (max-width: 766px) {
  .bloc_adresse {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.contact_styler h2 {
  font-size: 42px;
  line-height: 46px;
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-weight: 200 !important;
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 5px;
}
.contact_styler .rouge {
  color: #dc3932;
  text-decoration: none;
}
.contact_styler .rouge:hover {
  text-decoration: underline;
}
.communContact .croix {
  background: url('https://nedd.me//images/croix_rouge.png');
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.communContact .sujet_label {
  /* PROSPECTS: */
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px;
  color: #252525;
  letter-spacing: 0.38px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .communContact .sujet_label {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.communContact .conditions {
  display: inline-block;
  color: #5a5a5a;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  margin-left: 25px;
  font-size: 12px;
  letter-spacing: 0px;
  vertical-align: middle;
  line-height: 16px;
  width: 360px;
}
.communContact .conditions.warning {
  color: #dc3932;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 766px) {
  .communContact .conditions {
    line-height: 16px;
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }
}
.communContact .success {
  display: inline-block;
  color: #070;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  margin-left: 25px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 26px;
  display: none;
}
.popin_fiche .success,
.popin_fiche .conditions {
  margin-left: 0px;
}
.contact_choix {
  display: block;
}
@media screen and (max-width: 766px) {
  .contact_choix {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.contact_choix button {
  display: inline-block;
  border: 1px solid #dc3932;
  padding: 24px;
  width: 240px;
  /*note repris style home*/
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  color: #dc3932;
  border-radius: 2px;
  margin: auto;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.73px;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .contact_choix button {
    width: 195px;
    /*pour eviter saut a la ligne a 1037 de large*/
  }
}
@media screen and (max-width: 766px) {
  .contact_choix button {
    display: block ;
    margin: auto ;
    margin-top: 10px ;
    width: 240px;
    width: 100%;
    max-width: 320px;
  }
}
.contact_choix button .button_fleche {
  background: url('https://nedd.me//images/fleche-rouge.svg');
  height: 8px;
  width: 9px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s, right 0.5s;
}
@media screen and (max-width: 766px) {
  .contact_choix button .button_fleche {
    right: 20px;
    opacity: 1;
    transition: opacity 0.25s, right 0.25s;
  }
}
.contact_choix button .button_fleche_special {
  right: 40px;
}
@media screen and (max-width: 766px) {
  .contact_choix button .button_fleche_special {
    right: 20px;
  }
}
.contact_choix button:hover .button_fleche {
  right: 30px;
  opacity: 1;
  transition: opacity 0.25s, right 0.25s;
}
@media screen and (max-width: 1450px) {
  .contact_choix button:hover .button_fleche {
    right: 20px;
  }
}
.contact_choix .button1 {
  margin-right: 10px;
}
@media screen and (max-width: 1450px) {
  .contact_choix .button1 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 766px) {
  .contact_choix .button1 {
    margin-right: auto;
  }
}
.contact_choix .button2 {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {
  .contact_choix .button2 {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 766px) {
  .contact_choix .button2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_choix .button3 {
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {
  .contact_choix .button3 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 766px) {
  .contact_choix .button3 {
    margin-left: auto;
  }
}
@media screen and (max-width: 766px) {
  #contact_form {
    margin-bottom: 40px;
  }
}
.fixedFormWrapperContact {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  display: none;
  background: rgba(208, 21, 21, 0.84);
}
.fixedFormWrapperContact .fond {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.fixedFormWrapperContact .bande {
  position: absolute;
  width: 100%;
  height: 440px;
  background: #FFF;
  bottom: -440px;
  transition: bottom 0.2s;
}
.fixedFormWrapperContact .bande.enters {
  bottom: 0px;
}
@media screen and (max-width: 766px) {
  .fixedFormWrapperContact .bande.enters {
    bottom: -40px;
  }
}
@media screen and (max-width: 1084px) {
  .fixedFormWrapperContact .bande {
    height: calc(100% - 60px);
    bottom: calc(-100% + 60px);
  }
}
@media screen and (max-width: 766px) {
  .fixedFormWrapperContact .bande {
    height: calc(100% + 40px);
    bottom: calc(-100% - 40px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fixedFormWrapperContact .contact_placeur {
  background: white;
  margin: auto;
  position: relative;
  max-width: 1200px;
  width: calc(61% + 2 * 100px);
}
@media screen and (max-width: 1450px) {
  .fixedFormWrapperContact .contact_placeur {
    width: calc(61% + 2 * 60px);
  }
}
@media screen and (max-width: 1084px) {
  .fixedFormWrapperContact .contact_placeur {
    width: calc(100% - 2 * 40px - 2 * 15px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% - 2 * 40px - 2 * 15px);
  }
}
@media screen and (max-width: 766px) {
  .fixedFormWrapperContact .contact_placeur {
    width: calc(100% - 2 * 15px - 2 * 10px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 2 * 15px - 2 * 10px);
  }
}
.contact_centreur {
  margin-left: 100px;
  position: relative;
  background: white;
  width: 760px;
}
@media screen and (max-width: 1084px) {
  .contact_centreur {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .contact_centreur {
    width: 610px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1084px) {
  .contact_centreur {
    margin-left: 0px;
    margin: auto;
  }
}
@media screen and (max-width: 766px) {
  .contact_centreur {
    margin-left: 0px;
    width: 100%;
  }
}
.contact_centreur input[type=text],
.contact_centreur textarea {
  /* Rectangle 2: */
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  /* Email*: */
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px;
  color: #5A5A5A;
  letter-spacing: 0px;
  line-height: 26px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 15px;
  height: 50px;
}
@media screen and (max-width: 766px) {
  .contact_centreur input[type=text],
  .contact_centreur textarea {
    width: 100%;
  }
}
.contact_centreur #email {
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .contact_centreur #email {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.contact_centreur #nom {
  margin-left: -4px;
}
@media screen and (max-width: 766px) {
  .contact_centreur #nom {
    margin-left: auto;
  }
}
.contact_centreur textarea {
  margin-top: 10px;
  height: auto;
  width: 100%;
}
.contact_centreur input[type=submit] {
  display: inline-block;
  padding: 24px;
  width: 240px;
  border: none;
  border-radius: 3px;
  /*note repris style home*/
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
  background: #dc3932;
  border-radius: 2px;
  margin: auto;
  position: relative;
  font-family: 'akkurat-bold', Helvetica, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.73px;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 1450px) {
  .contact_centreur input[type=submit] {
    width: 195px;
    /*pour eviter saut a la ligne a 1037 de large*/
  }
}
@media screen and (max-width: 766px) {
  .contact_centreur input[type=submit] {
    width: 100%;
  }
}
.contact_centreur input.error,
.contact_centreur textarea.error {
  border: 1px solid #dc3932;
}
.disabledsubmit {
  opacity: 0.3 !important;
  pointer-events: none;
}
.naos_exupery {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  display: block;
  width: 740px;
  height: 40%;
}
.naos_exupery .phrase {
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.27px;
  line-height: 40px;
}
.naos_exupery .auteur {
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px;
  color: #98A8C0;
  letter-spacing: 0.13px;
  line-height: 40px;
}
.svg_loader {
  display: block;
  margin: auto;
  width: 30px;
  margin-top: 30px;
  position: relative;
  height: 30px;
}
@media screen and (max-width: 766px) {
  .svg_loader {
    display: none;
  }
}
.svg_loader svg {
  position: absolute;
}
.svg_circle_2 {
  stroke: #C6C6C6;
  fill: none;
  stroke-width: 3px;
}
#cercle1 {
  stroke-opacity: 0.5;
}
.scroll_icon_wrapper {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-family: 'akkurat', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  z-index: 1;
  color: #FFF;
  transition: opacity 0.5s;
}
.scroll_icon_wrapper.disparu {
  opacity: 0;
  transition: opacity 0.5s;
}
.scroll_icon {
  position: absolute;
  bottom: 0;
  width: 21px !important;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 30px !important;
  animation: bounceScroll 2s infinite;
  -webkit-animation: bounceScroll 2s infinite;
  -moz-animation: bounceScroll 2s infinite;
  -o-animation: bounceScroll 2s infinite;
}
@-webkit-keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    bottom: 0px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 15px;
  }
}
@-moz-keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    bottom: 0px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 15px;
  }
}
@-o-keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    bottom: 0px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 15px;
  }
}
@keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    bottom: 0px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 15px;
  }
}
.thumb_line {
  margin: auto;
  display: inline-block;
  width: 90%;
}
@media screen and (max-width: 1084px) {
  .thumb_line {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .thumb_line {
    width: 320px;
  }
}
.thumb_line img {
  display: inline-block;
  margin: 5px 5px;
  width: calc(24% - 2 * 10px);
  max-width: 285px;
}
@media screen and (max-width: 1084px) {
  .thumb_line img {
    width: calc(24% - 2 * 10px);
    max-width: 285px;
  }
}
@media screen and (max-width: 766px) {
  .thumb_line img {
    width: 138px;
  }
}
.padding-bottom-fiches {
  padding-bottom: 140px;
}
@media screen and (max-width: 1450px) {
  .padding-bottom-fiches {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1084px) {
  .padding-bottom-fiches {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 766px) {
  .padding-bottom-fiches {
    padding-bottom: 50px;
  }
}
.vr_image {
  float: left;
  max-width: 490px;
  width: calc( 50% - 11px);
  margin-top: 40px;
  margin-bottom: 10px;
}
.vr_image:nth-child(odd) {
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  .vr_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
.camp_image {
  float: left;
  max-width: 590px;
  width: calc( 50% - 11px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.camp_image:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  .camp_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
  }
}
.camp_image_full {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: none;
  width: 100%;
}
.paragraphevr {
  display: block;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  .paragraphevr {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    display: block !important;
  }
}
.button_play_parent:hover .button_play {
  opacity: 0.6;
  transition: opacity 0.25s;
}
.bienicibuttonmobile {
  margin: 40px auto 20px !important;
}
.bienicibuttonmobile2 {
  margin: 0px auto 100px !important;
}
/*cas particulier*/
/**
.tete_bouton:hover .button_play
{
    opacity: 1.0 !important;
}
*/
.button_spot:hover .button_playspot {
  opacity: 0.6;
  transition: opacity 0.25s;
}
.button_play {
  background: url('https://nedd.me//images/VR/play.png');
  height: 20px;
  width: 20px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.5s;
}
.button_spot {
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
  cursor: pointer;
  border: 1px solid #dc3932 !important;
  color: #dc3932 !important;
  margin: auto;
}
@media screen and (max-width: 766px) {
  .button_spot {
    margin: auto;
    margin-top: 35px;
  }
}
.button_spot .button_fleche {
  background: url('https://nedd.me//images/fleche-blanche.svg');
}
@media screen and (max-width: 766px) {
  .button_spot .button_fleche {
    background: url('https://nedd.me//images/fleche-blanche.svg');
    /*sauf sur mobile*/
  }
}
@media screen and (max-width: 766px) {
  .button_spot {
    display: block;
  }
}
.button_playspot {
  background: url('https://nedd.me//images/VR/play.png');
  height: 20px;
  width: 20px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.5s;
  background: url('https://nedd.me//images/spot/CTA-player.png');
  background-size: contain;
}
@media screen and (max-width: 400px) {
  .bienicibuttonmobile2 .button_playspot {
    right: 15px;
  }
  .bienicibuttonmobile .button_playspot {
    right: 15px;
  }
}
.spot_noir {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.4s;
  /*
                &.onHover
                {
                    transition: background 0.2s;
                    background: rgba(0, 0, 0, 0.10);
                }
                */
}
#appthecamp,
#appentertheroom,
#appsephora,
#appbnp,
#qrsnapchat {
  height: 100px;
  position: absolute;
  margin: auto;
  left: 0;
  margin-top: 100px;
  right: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1084px) {
  #appthecamp,
  #appentertheroom,
  #appsephora,
  #appbnp,
  #qrsnapchat {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  #appthecamp,
  #appentertheroom,
  #appsephora,
  #appbnp,
  #qrsnapchat {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
#appentertheroom {
  height: 64px;
  /*moitié original*/
}
@media screen and (max-width: 766px) {
  #appentertheroom {
    height: 50px;
    margin-top: 20px;
  }
}
#appsephora {
  height: 88px;
  margin-top: 150px;
}
@media screen and (max-width: 1084px) {
  #appsephora {
    margin-top: 100px;
    height: 65px;
  }
}
@media screen and (max-width: 766px) {
  #appsephora {
    margin-top: 50px;
    height: auto;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
#apparkid {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  margin-bottom: 100px;
  height: 80px;
  margin-top: 110px;
}
@media screen and (max-width: 1084px) {
  #apparkid {
    margin-top: 90px;
    height: 65px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  #apparkid {
    margin-top: 12px;
    margin-bottom: 0px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
#apparkidbas {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 88px;
  margin-top: 150px;
}
@media screen and (max-width: 1084px) {
  #apparkidbas {
    margin-top: 100px;
    height: 75px;
  }
}
@media screen and (max-width: 766px) {
  #apparkidbas {
    margin-top: 50px;
    height: auto;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
#apparkidbas2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 88px;
  margin-top: 230px;
}
@media screen and (max-width: 1084px) {
  #apparkidbas2 {
    margin-top: 230px;
    height: 75px;
  }
}
@media screen and (max-width: 766px) {
  #apparkidbas2 {
    margin-top: 150px;
    height: auto;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
#apparkidbas2icon {
  display: block;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1084px) {
  #apparkidbas2icon {
    top: 150px;
    height: 90px;
  }
}
@media screen and (max-width: 766px) {
  #apparkidbas2icon {
    top: 70px;
    height: 80px;
  }
}
.sephoraDerniereLigne {
  padding-bottom: 1px;
  background: white;
  padding-top: 100px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1084px) {
  .sephoraDerniereLigne {
    padding-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .sephoraDerniereLigne {
    padding-top: 0px;
  }
}
#qrsnapchat {
  height: auto;
  width: 130px;
}
.croixrougeporte {
  width: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 1084px) {
  .croixrougeporte {
    margin-top: 150px;
  }
}
@media screen and (max-width: 766px) {
  .croixrougeporte {
    margin-top: 100px;
  }
}
.sephora {
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 1084px) {
  .sephora {
    margin-top: 0px;
  }
}
@media screen and (max-width: 766px) {
  .sephora {
    margin-top: 0px;
  }
}
.img-icon-sephora {
  display: block;
  margin: auto;
  margin-top: 250px;
  margin-bottom: 100px;
  width: 100px;
}
@media screen and (max-width: 1084px) {
  .img-icon-sephora {
    margin: auto;
    margin-top: 200px;
    margin-bottom: 50px;
    width: 90px;
  }
}
@media screen and (max-width: 766px) {
  .img-icon-sephora {
    margin: auto;
    margin-top: 100px;
    margin-bottom: 30px;
    width: 80px;
  }
}
.img-icon-sephora-text {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 250px;
  max-width: 650px;
}
@media screen and (max-width: 1084px) {
  .img-icon-sephora-text {
    margin-bottom: 200px;
    max-width: 500px;
  }
}
@media screen and (max-width: 766px) {
  .img-icon-sephora-text {
    margin-bottom: 100px;
    max-width: 320px;
  }
}
.href_room {
  pointer-events: auto;
  margin: auto;
  display: block;
  width: 30%;
  max-width: 353px;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1084px) {
  .href_room {
    width: 70%;
    max-width: 353px ;
  }
}
@media screen and (max-width: 766px) {
  .href_room {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.href_camp {
  pointer-events: auto;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 115px;
  margin-top: 100px;
  display: block;
  width: 165px;
}
@media screen and (max-width: 1084px) {
  .href_camp {
    margin-bottom: 115px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 766px) {
  .href_camp {
    margin-bottom: 90px;
    margin-top: 40px;
  }
}
/*thecamp*/
#divdownloadapple {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 1084px) {
  #divdownloadapple {
    height: 270px;
  }
}
@media screen and (max-width: 766px) {
  #divdownloadapple {
    height: 180px;
  }
}
#divdownloadapple img {
  height: 56px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-bottom: 100px;
  margin-top: 115px;
}
@media screen and (max-width: 1084px) {
  #divdownloadapple img {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 766px) {
  #divdownloadapple img {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.appthenest_centreur {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 1084px) {
  .appthenest_centreur {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 766px) {
  .appthenest_centreur {
    padding-bottom: 50px;
  }
}
#appthecamp_parent {
  position: relative;
  height: 285px;
}
@media screen and (max-width: 1084px) {
  #appthecamp_parent {
    height: 245px;
  }
}
@media screen and (max-width: 766px) {
  #appthecamp_parent {
    height: 135px;
    margin-top: 20px;
  }
}
#appthenest_parent {
  position: relative;
  height: 285px;
}
@media screen and (max-width: 1084px) {
  #appthenest_parent {
    height: 245px;
  }
}
@media screen and (max-width: 766px) {
  #appthenest_parent {
    height: 165px;
    margin-top: 20px;
  }
}
#appbnp_parent {
  position: relative;
  height: 285px;
}
@media screen and (max-width: 1084px) {
  #appbnp_parent {
    height: 245px;
  }
}
@media screen and (max-width: 766px) {
  #appbnp_parent {
    height: 135px;
    margin-top: 20px;
  }
}
#appentertheroom_parent {
  position: relative;
  height: 265px;
}
@media screen and (max-width: 1084px) {
  #appentertheroom_parent {
    height: 215px;
  }
}
@media screen and (max-width: 766px) {
  #appentertheroom_parent {
    height: 115px;
  }
}
#appsephora_parent {
  height: 388px;
}
@media screen and (max-width: 1084px) {
  #appsephora_parent {
    height: 265px;
  }
}
@media screen and (max-width: 766px) {
  #appsephora_parent {
    height: 160px;
  }
}
#apparkid_parent {
  height: 300px;
}
@media screen and (max-width: 1084px) {
  #apparkid_parent {
    height: 265px;
  }
}
@media screen and (max-width: 766px) {
  #apparkid_parent {
    height: 80px;
  }
}
#apparkidbas_parent {
  height: 300px;
}
@media screen and (max-width: 1084px) {
  #apparkidbas_parent {
    height: 225px;
  }
}
@media screen and (max-width: 766px) {
  #apparkidbas_parent {
    margin-top: 0px;
    height: 150px;
  }
}
#apparkidbas2_parent {
  height: 400px;
  margin-top: 80px;
  /*background: aqua;*/
}
@media screen and (max-width: 1084px) {
  #apparkidbas2_parent {
    height: 375px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  #apparkidbas2_parent {
    margin-top: 50px;
    height: 250px;
  }
}
.texte_etr {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .texte_etr {
    padding-bottom: 0px;
  }
}
#playvideo1_lecture {
  cursor: pointer;
  /* width: 100%; */
  display: block;
  position: relative;
  margin: auto;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 766px) {
  #playvideo1_lecture {
    width: 40px;
  }
}
.visuels_avance {
  position: relative;
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .visuels_avance {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.visuels_avance picture {
  position: absolute;
  background: aliceblue;
  display: block;
  width: 100%;
  top: 0;
}
.visuels_avance img {
  position: absolute;
  width: calc(100% - 80px);
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .visuels_avance img {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
#logoentertheroom {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1084px) {
  #logoentertheroom {
    /*
        width:          50%;
         padding-top:    100px;
         padding-bottom: 100px;
         */
  }
}
@media screen and (max-width: 766px) {
  #logoentertheroom {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#logothenest_text {
  font-size: 32px;
  margin: auto;
  width: 70%;
  text-align: center;
  padding-top: 50px;
  line-height: 48px;
}
@media screen and (max-width: 766px) {
  #logothenest_text {
    width: calc(100% - 40px);
    font-size: 24px;
    line-height: 35px;
  }
}
#bnp_text {
  font-size: 26px;
  margin: auto;
  max-width: 1200px;
  margin-top: 100px;
  width: 70%;
  max-width: 1000px;
  text-align: center;
  padding-top: 50px;
  line-height: 42px;
  margin-bottom: 70px;
}
@media screen and (max-width: 766px) {
  #bnp_text {
    width: calc(100% - 40px);
    font-size: 18px;
    margin-top: 50px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.bnp_title_innov {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media screen and (max-width: 766px) {
  .bnp_title_innov {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 97%;
  }
}
#bnp_video_title {
  font-size: 18px;
  width: 70%;
  line-height: 48px;
}
@media screen and (max-width: 766px) {
  #bnp_video_title {
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 24px;
  }
}
.centreur_texte_nest {
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .centreur_texte_nest {
    padding-bottom: 0px;
  }
}
.centreur_nest {
  padding: 0;
  margin: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 1084px) {
  .centreur_nest {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_nest {
    padding-bottom: 120px;
  }
}
.centreur_conseillere {
  padding: 0;
  margin: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 1084px) {
  .centreur_conseillere {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_conseillere {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_nest img {
    padding-top: 50px !important;
  }
}
.nest_wireframe {
  background: #FFF;
  margin: auto;
  display: block;
  max-width: 450px;
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 766px) {
  .nest_wireframe {
    max-width: 450px;
    width: 100%;
  }
}
.conseillere_wireframe {
  background: #FFF;
  margin: auto;
  display: block;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .conseillere_wireframe {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .centreur_large_sanspaddingmobile {
    width: calc(100% - 2 * 15px );
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 2 * 15px );
  }
}
#imagos {
  /*background: blue;*/
  width: 80%;
  max-width: 768px;
  /* height: 200px; */
  height: auto;
  margin: auto;
  display: block;
}
@media screen and (max-width: 766px) {
  #imagos {
    width: 100%;
  }
}
#imagos video {
  height: 390px;
}
@media screen and (max-width: 766px) {
  #imagos video {
    height: auto;
  }
}
@media screen and (max-width: 766px) {
  #imagos_col1 {
    margin-bottom: 0px;
  }
}
.imago_padding1,
.imago_padding2 {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 2 * 20px);
  padding-left: 20px;
  padding-right: 20px;
}
.imago_padding1 div,
.imago_padding2 div {
  max-width: 300px;
  font-size: 12px;
  color: #919191;
  line-height: 22px;
  font-family: 'akkurat' !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
@media screen and (max-width: 766px) {
  .imago_padding1,
  .imago_padding2 {
    width: 49%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .imago_padding1 div,
  .imago_padding2 div {
    max-width: 300px;
    font-size: 12px;
    color: #919191;
    line-height: 18px;
    font-family: 'akkurat' !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
  }
}
#containerthreejs {
  width: 100%;
  position: absolute;
  height: 100%;
  background: #dc3932;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  #containerthreejs {
    top: 10px;
  }
}
@media screen and (max-width: 1084px) {
  #containerthreejs {
    top: 20px;
  }
}
@media screen and (max-width: 766px) {
  #containerthreejs {
    top: 20px;
  }
}
.notre_approche {
  color: #000;
  float: none;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 46px;
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-weight: 200 !important;
  margin-left: -3px;
  display: inline-block;
}
@media screen and (max-width: 1084px) {
  .notre_approche {
    max-width: none;
    width: 100%;
    margin-bottom: 40px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 766px) {
  .notre_approche {
    margin-left: -3px;
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 0.17px;
  }
}
.thecamp_centreur1 {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1084px) {
  .thecamp_centreur1 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 766px) {
  .thecamp_centreur1 {
    padding-bottom: 0px;
  }
}
.bnp_image {
  float: left;
  max-width: 590px;
  width: calc( 50% - 30px);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 766px) {
  .bnp_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
  }
}
.bnp_image:nth-child(even) {
  margin-left: 20px;
}
.bnp_image_full {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: none;
  width: 100%;
}
/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
.centreur_intro.content_snap_lab {
  width: calc( 100% - 100px);
  padding-right: 0;
  padding-top: 0;
  opacity: 1;
  padding-bottom: 140px;
  padding-left: 2px;
}
@media screen and (max-width: 1084px) {
  .centreur_intro.content_snap_lab {
    padding-bottom: 40px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 766px) {
  .centreur_intro.content_snap_lab {
    width: 100%;
    padding-bottom: 0px;
  }
}
.content-vignette,
.content-video {
  display: block;
  position: relative;
  cursor: pointer;
}
.content-vignette img {
  max-width: 360px;
}
.snapchat-lab {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: block;
  float: left;
  color: #121212;
  font-size: 1.2em;
  /*BASTIEN*/
  position: absolute;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab {
    position: relative;
  }
}
.snapchat-lab:nth-of-type(1) {
  top: 0px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(1) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(2) {
  top: 595px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(2) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(3) {
  top: 1190px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(3) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(4) {
  top: 1785px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(4) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(5) {
  top: 2380px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(5) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(6) {
  top: 2975px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(6) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(7) {
  top: 3570px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(7) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(8) {
  top: 4165px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(8) {
    top: auto;
  }
}
.snapchat-lab:nth-of-type(9) {
  top: 4760px;
}
@media screen and (max-width: 1084px) {
  .snapchat-lab:nth-of-type(9) {
    top: auto;
  }
}
.snapchat-lab .content-vignette,
.snapchat-lab .content-etiquette {
  display: block;
  float: left;
}
.align-left {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.align-right {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.snapchat-lab:nth-child(odd) .align {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.snapchat-lab:nth-child(even) .align {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.content-etiquette {
  margin: 20px 0px 50px 0px;
}
.content-etiquette.etiquette-lab {
  margin: 0px auto 50px auto;
  width: 100%;
  max-width: 350px;
}
.player-snap-lab {
  width: 70px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-play {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-vignette .btn-play,
.content-video .btn-play {
  opacity: 1;
  transition: opacity .35s;
}
@media screen and (min-width: 1024px) {
  .content-vignette .btn-play,
  .content-video .btn-play {
    padding-top: 200px;
    /*avant transition*/
  }
}
.content-video .btn-play {
  padding-top: 0px;
  /*avant transition*/
}
.content-vignette:hover .btn-play,
.content-video:hover .btn-play {
  opacity: 0.8;
  transition: opacity 0.35s;
}
.projet-snap {
  font-family: 'akkurat-bold' !important;
  font-weight: 600 !important;
  font-size: 1.4em;
  line-height: 1.4em;
}
.content-text-snap {
  margin-top: 20px;
}
.content-text-snap p {
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  font-size: 1.4em;
  color: #B4B4B4;
  margin-bottom: 15px;
}
span.descri-lab {
  font-family: 'akkurat-light', Helvetica, sans-serif !important;
  line-height: 1.4em;
}
.groupe_neddlab {
  height: 2825px;
}
@media screen and (max-width: 1084px) {
  .groupe_neddlab {
    height: 2825px;
  }
}
@media screen and (max-width: 766px) {
  .groupe_neddlab {
    height: 3825px;
  }
}
.groupe_snapchat {
  height: 5468px;
}
@media screen and (max-width: 1084px) {
  .groupe_snapchat {
    height: 5200px;
  }
}
@media screen and (max-width: 766px) {
  .groupe_snapchat {
    height: 8050px;
  }
}
@media screen and (max-width: 340px) {
  .groupe_snapchat {
    height: 8000px;
  }
}
@media screen and (max-width: 1025px) {
  .groupe_snapchat {
    height: 8000px;
  }
}
@media screen and (min-width: 1024px) {
  .snapchat-lab {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    float: left;
    color: #121212;
    font-size: 14px;
    /* border-bottom: none ;*/
  }
  .snapchat-lab:nth-child(odd) .align {
    text-align: left;
    float: left;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
  }
  .snapchat-lab:nth-child(even) .align {
    text-align: right;
    float: right;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
  }
  /*
    .align-left
    {
        text-align:     left;
        float:          left;
        display:        flex;
        vertical-align: middle;
        flex-direction: row;

    }

    .align-right
    {
        text-align:     right;
        float:          right;
        display:        flex;
        vertical-align: middle;
        flex-direction: row;
    }
    */
  .content-vignette .image_arrondie {
    max-width: 300px;
    /*bastien*/
    padding-top: 200px;
    transform: scale(0.7);
  }
  .snapchat_vu .image_arrondie {
    max-width: 300px;
    /*bastien*/
    transition: padding 1.6s, transform 1.6s;
    padding-top: 0px;
    transform: scale(1);
  }
  .snapchat_vu .content-vignette .btn-play {
    transition: padding 1.6s;
    padding: 0;
  }
  .content-etiquette {
    margin: auto 20px;
    padding-top: 600px;
  }
  .content-etiquette-chat {
    margin: auto 20px;
    padding-top: 300px;
  }
  .snapchat_vu .content-etiquette {
    transition: padding 2.0s;
    padding-top: 0px;
  }
  .content-etiquette.etiquette-lab {
    margin: auto 20px;
    max-width: 260px;
  }
  .projet-snap {
    font-size: 20px;
  }
  .content-text-snap p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .snapchat-lab {
    margin-bottom: 60px;
  }
}
.content-vignette.img-horizontal img {
  width: 100%;
  max-width: 480px;
}
/* example */
.animfixsafari {
  -webkit-animation: repaint 1s infinite alternate;
  -moz-animation: repaint 1s infinite alternate;
  animation: repaint 1s infinite alternate;
}
@-moz-keyframes repaint {
  0% {
    width: 99.999%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes repaint {
  0% {
    width: 99.999%;
  }
  100% {
    width: 100%;
  }
}
@keyframes repaint {
  0% {
    width: 99.999%;
  }
  100% {
    width: 100%;
  }
}
