@font-face {
  font-family: "linotype-didot";
  src: url("../fonts/LinotypeDidotRoman.ttf") format("truetype");
 }

 @font-face {
  font-family: "LongShineScript";
  src: url("../fonts/LongShineScript.ttf") format("truetype");
 }

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
} 



/* new code by jeff    */
.bodyFH, .menuPC{
    margin: 0px;
    font-family: 'Questrial', sans-serif;
}

.menuSlideOut{
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    transition: 0.5s all;
    opacity: 0;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
  }
  
.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    will-change: transform;
    min-height: 100vh;
}

.slideout-open .slideout-menu {
    display: block;
}

.menuPC {
    padding: 0px;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
  }
  
.menuPC ul {
    padding: 0px 10px 10px;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    background: #1c1b1f;
    border-radius: 0px 0px 12px 12px;
  }
  
.menuPC li:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
    width: 150px;
}
  
.menuPC li {
    list-style: none;
    color: #9e9e9e;
    text-transform: uppercase;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    padding-right: 10px;
}
  
.menuPC li ul li{
    list-style: none;
    width: auto;
    min-width: 85px;
    color: #9e9e9e;
    text-transform: uppercase;
    line-height: 24px;
    text-align: initial;
}

.menuPC li a {
    transition: all .1s;
    font : 15px/20px "Lato", Arial, sans-serif;
}
  
.menuPC li a:hover {
    transition: all .1s;
    color: white;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100vw;
    height: 55px;
    line-height: 50px;
    background: linear-gradient( to right top, #0c0a0d, #18171a, #222126, #2c2b32, #36363f );
}


.infoSeanceReservationTitre{
        display: block;
        margin-bottom: 0;
        font: 48px/20px "Lato", Arial, sans-serif;
        color: #675148;
        line-height: 1;
        z-index: 1;
        text-decoration: none;
        transition: .5s all;
        text-transform: uppercase;
        margin: 0;
}

/* end new code */

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2c2b32;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c0a0d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

section.imageIntro {
  height: 70vh;
  overflow: hidden;
  /* background-image: url(../img/videoSlide/video.jpg); */
  background-size: cover;
  background-position: center;
  opacity: .5;
}

section.infoseance {
  height: 70vh;
  overflow: hidden;
  /* background-image: url(../img/00-backgroundSeances.jpg); */
  background-size: cover;
  background-position: right bottom;
  /* opacity: .5; */
}
@media screen and (min-width: 769px) {

  section.infoseance {
    background-position: right center;
  }
}


.infoSeancesReservationTexte {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 20px;
    background: #1b1a1e;
    text-align: justify;
    border: 2px solid #675148;
    border-radius: 20px;
    font: 14px/20px "Lato", Arial, sans-serif;
    color: #9e9e9e;
}

.infoSeancesReservationTexte h3 {
    grid-template-columns: auto!important;
    text-align: center;
}

.introLogo{
  position: relative;
  height: 75vh;
  display: grid;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}

.zoneLogo {
  position: absolute;
  left: 0;
}
.logoMenuRapide {
  width: inherit;
  height: 110px;
  float: left;
}

p.infoComplementaireTarif {
  font-size: 14px!important;
  font-style: italic;
}


.mainPanel{
  box-sizing: border-box;
  background-image: linear-gradient(
    to right top,
    #0c0a0d,
    #18171a,
    #222126,
    #2c2b32,
    #36363f
  );
}

.videoIndex{
    position: absolute;
}


#presentationStudio, #presentationVideo {
    padding: 100px 5px 20px;
    background-image: none;
}

.presentationStudio{
    font: 14px/20px "Lato", Arial, sans-serif;
    color: #9e9e9e;
}

#presentationVideo p{
    color: #9e9e9e;
    font-size: 14px;
    text-align: center;
}

#presentationVideo {
    margin: auto;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    #presentationVideo {
        width: 960px;
        margin: auto;
    }
}


.gallerieStudio {
  box-sizing: border-box;
  height: 100%;
  padding: 55px 0px 3px 0px;
  background: #19181b;
  /* background: linear-gradient(to bottom, #8c7a7a 0%, #af877c 65%, #af877c 100%)
    fixed; */
  /* background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/coc-background.jpg) */
    no-repeat center center fixed;
  background-size: cover;
  /* margin: 25px 0px; */
}

.noPaddingTop{
  padding-top: 0px!important;
}

#gallerieStudioTransparent{
  box-sizing: border-box;
  height: 100%;
  background-size: cover;
  margin: 25px 0px;
}
.titrePage{
    position: absolute;
    height: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 21px;
    align-items: center;
    justify-items: center;
    margin: 0px 10px;
}
.menuRapide {
  float: right;
  text-align: right;
  box-sizing: border-box;
  padding-right: 25px;
  display: flex;
  height: 100%;
  line-height: 55px;
}


.menuRapideContent a i {
  padding: 0px 10px;
  transition: all 1s;
}
.menuRapideContent a i:hover {
  color: white;
}

.menuRapideContent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 21px;
    align-items: center;
    justify-items: center;
}

.toggle-button {
  display: none;
  height: 50px;
  align-items: center;
  color: #9e9e9e;
}

#btnRetour{
  position: fixed;
  right: 15px;
  bottom: 10px;
  color: black;
  font-size: 18px;
  line-height: 50px;
  transition: all 1s;
  text-decoration: none;
  background: #b6978f;
  /* width: 50px; */
  text-align: center;
  border-radius: 25px;
  height: 50px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: auto auto;
  padding: 5px 15px;
  gap: 10px;
  z-index: 1;
}

#btnRetour:hover {
  color: white;
  background: #161518;
}
.presentation, .presentationSeances{
  margin: auto; 
  width : 960px;
  padding: 50px 0px;
}
@media screen and (max-width: 960px) {
    .presentation, .presentationSeances{
        margin: auto; 
        width : initial;
        padding: 50px 0px;
      }  
}


#presentationFany {
  padding: 25px 0px;
  color: #9e9e9e;
}

#presentationFany p {
    padding: 5px 0px;
    margin: 0px 5px;
    font: 14px/20px "Lato", Arial, sans-serif;
}
@media screen and (max-width: 825px) {
  #header {
    background: initial;
}
.gallerieStudio {
  padding: 0px 0px 3px 0px;
}
header.v-header.container {
  display: none;
}
.toggle-button {
  display: grid;
}
.zoneLogo {
  display: none;
}
.menuRapide {
    width: 20%;
    float: right;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #menuPC {
    display: none;
  }
  .logoMenuRapide {
    height: 55px;
}
.menuRapideContent {
    grid-template-columns: auto;
}
.menuRapideContent .fab{
  display: none;
}

#btnRetour {
  top : 10px;
  bottom: inherit ;
}

#btnRetour:hover {
  color: white;
  background: #161518;
}
.presentation, .presentationSeances {
  margin: auto;
  width: 100%;
}
#presentationFany p {
  padding: 5px 20px;
}

}

.menuRapide a {
  color: #9e9e9e;
  text-decoration: none;
  text-transform: uppercase;
}

#logoMain {
  width: 400px;
  text-align: center;
  animation: grow 60s linear 10ms infinite;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}


@media screen and (max-width: 640px) {
  #logoMain {
    width: 200px;
    animation: none;
  }
}
@keyframes grow {
  0% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1.5);
  }
}

.ligneContenu {
  height: auto;
}
.titre3FH {
  font-family: Roboto;
  font-size: 32px;
  padding: 20px 10px 10px 10px;
  margin: 0px;
}

.paragraphFH{
    font-family: Roboto;
    padding: 10px;
    text-align: justify;
}
.paragraphFH br {
    display: block;
    margin: 4px 0;
    line-height: 1px;
    content: " ";
}

.footerFH {
  height: auto;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 12px;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #9b9b9b;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "contact socialNetwork"
    "copyright copyright";
}
@media screen and (max-width: 640px){
.footerFH {
    display: flex;
    flex-direction: column;
}
.footerFH ul {
    padding: 0px;
    text-align: center;
}
  .copyright {
    margin: auto;
    padding-top: 0px;
  }
}

.footerFH ul {
  list-style: none;
}

#contact {
  grid-area: contact;
  justify-self: center;
  align-self: center;
  transition: all 3s;
}
#socialNetwork {
  grid-area: socialNetwork;
  justify-self: center;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  cursor: pointer;
}
#socialNetwork a i {
  transition: all 1s;
}
.copyright {
  padding-top: 25px;
  grid-area: copyright;
  justify-self: right;
  display: flex;
  transition: all 3s;
}
#contact:hover,
#socialNetwork a i:hover,
.cgv:hover {
  color: white;
}

/* Social Media Icons */
#socialNetwork a {
    color: #9e9e9e;
    text-decoration: none;
}
/* .social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
  text-decoration: none;
}

.social-media-list li {
  position: relative;
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all 0.2s ease-in-out;
}

.social-media-list li a:hover {
  background-color: #fff;
}

.social-media-list li a:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #111;
} */

.footerFH a i {
  font-size: 24px;
  padding: 24px;
  display: grid !important;
}




.h2FH {
  padding: 10px;
  color: #bc9b94;
}




#headerContact
{
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 65px;
  margin-bottom: 55px;
  height: auto;
  position: relative;
}
#headerContact #logoMain {
  width: 300px;
  text-align: center;
  animation: grow 60s linear 10ms infinite;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  justify-self: center;
  padding: 45px;
}

/* .formulaire {
  width: 75%;
} */
.formulaire{
  width: 95%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
  -webkit-box-shadow: inset 0px 0px 10px 0px #000000;
  box-shadow: inset 0px 0px 10px 0px #00000061;
  padding: 20px;
  margin: 25px;
}


.quote{  
  position: absolute;
  width: 960px;
  margin: auto;
  background-image: none;
  z-index: 1000;
  bottom: 75px;
  right: 75px;
}

.quote p{
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  line-height: 28px;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  }
}
#goDown {
  display: grid;
  justify-content: center;
  justify-items: center;
}
#goDown i{
  font-size: 32px;
}
.btnBottom{
  height: 42px;
  width: 42px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #d8b4a8;
  position: absolute;
  bottom: 30px;
  transition: .2s;
  display: grid;
  align-items: center;
  z-index: 90;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: .4s slidein infinite alternate;
  -moz-animation: .4s slidein infinite alternate;
  -o-animation: .4s slidein infinite alternate;
  -ms-animation: .4s slidein infinite alternate;
  animation: .4s slidein infinite alternate;
  cursor: pointer;
}
.btnBottom:hover{transition:.2s;color:#6f6e70}
a.btnBottom i{position:relative}
@keyframes slidein{0%{bottom:20px}50%{bottom:22px}100%{bottom:24px}}
@-webkit-keyframes slidein{0%{bottom:20px}50%{bottom:22px}100%{bottom:24px}}
@-moz-keyframes slidein{0%{bottom:20px}50%{bottom:22px}100%{bottom:24px}}
@-o-keyframes slidein{0%{bottom:20px}50%{bottom:22px}100%{bottom:24px}}
@-ms-keyframes slidein{0%{bottom:20px}50%{bottom:22px}100%{bottom:24px}}


.fraise{
 height : 50px;
 width : auto;
}

.studioIntro {
  width: 100%;
  padding-top: 55px;
  height: 70vh;
  overflow: hidden;
  display: grid;
  align-content: center;
  opacity: .5;
}

.studioIntro video {
  width: 100%;
}
/* .titreAProposFany{
  font-size: 48px;
  padding: 20px 10px 20px 10px;
} */


.btnAccueilList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1400px) {
    .btnAccueilList {
        font-size: 1rem;
      }
  }

.accueilBtn a{
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  padding: 5px 50px;
  color: #d8b4a8!important;
  text-decoration: none;
}

.accueilBtn a:hover{
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  background-color : #d8b4a8;
  color : black!important;
}

@media screen and (max-width: 1024px) {
  .accueilBtn a{
    padding: 5px 10px;
    font-size : 15px;
  }
}

.presentation h3 img {
  height: 40px;
  width: 40px;
}
.presentation h3 {
  /* display: grid; */
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  padding: 0px 0px 10px 0px;
  color: #9e9e9e;
}
/* .titreAProposFany {
    padding-bottom: 25px!important;
} */
.fullscreen-video-wrap span {
  position: absolute;
  z-index: 100;
  top: 65%;
  font-size: 60px;
  color: #9b9b9b;
  font-family: 'LongShineScript';
  width: 75vw;
  float: left;
  text-align: center;
}
.intersectionLinkTheme{
    font-size: 16px;
    line-height: 28px;
    color: #bc9b94;
    text-decoration: none;
    justify-self: center;
    align-self: center;
    font-family: 'Questrial', sans-serif;
    text-align: center;
}
.intersectionGrid3Col {
  position: relative;
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  padding: 5px;
}

.intersectionGridCol {
  display: grid;
  align-items: end;
  background-position: center;
  background-size: 100%;
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
}

.intersectionGridCol:hover {
  background-size: 110%;
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
}

.intersectionGridCol p {
  text-align: center;
  color: #d8b4a8;
  background: black;
  font-size: 18px;
}

.experienceUnique{
  background-image: url('../img/acceuil/fany-hennart-experience-unique.jpg');
}

.servicePersonnalise{
  background-image: url('../img/acceuil/fany-hennart-service-personnalise.jpg');
}

.produitsHauteQualite{
  background-image: url('../img/acceuil/fany-hennart-produits-haute-qualite.jpg');
}

.intersection2 {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0px;
    justify-content: space-evenly;
    /* background:  #b6978f; */
}
.citationContainer{
    background: #b6978f;
    width: 100%;
    font-size: 32px;
    color: #2b2a31;
    margin: auto;
    text-align: center;
    padding: 3rem 0px;
    display: block;
    align-items: center;
}

.citation {
    max-width: 960px;
    display: block;
    line-height: 3rem;
    font-size: 32px;
    color: #2b2a31;
    margin: auto;
    text-align: center;
    padding: 50px 0px;
}
.citationPortfolioContainer{
    width: 100%;
    font-size: 32px;
    color: #c3a199;
    margin: auto;
    text-align: center;
    padding: 10rem 0px;
    display: block;
    align-items: center;
    z-index: 10000;
    position: relative;
}
.citationPortfolio {
    max-width: 960px;
    margin: auto;
    display: block;
  }

.titreTemoignages {
  font-size: 32px;
  text-align: right;
  color: #9b9b9b;
  width: 960px;
  margin: auto;
}
#temoignages {
  padding: 25px 0px;
}

#temoignage{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 960px;
  margin : auto;
}

.temoignagesContent {
  width: 960px;
  margin: auto;
  color: #9b9b9b;
  padding: 25px 0px;
  display: grid;
}

.temoignageItem {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px;
  padding: 5px 0px 10px;
  box-sizing: border-box;
  min-height: 225px;
}

.temoignageItemImage{
  width : 100%;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
  align-self: center;
}

.temoignageItemTexte {
  align-self: center;
}

.temoignageItemTexte span {
  font-style: italic;
  color: #d8b4a8;
}

.cassandra {
  background-image: url('../img/temoignages/temoignage_cassandra.jpg');
}

.olivia {
  background-image: url('../img/temoignages/temoignage_olivia.jpg');
}

.marine {
  background-image: url('../img/temoignages/temoignage_marine.jpg');
}

.audrey {
  background-image: url('../img/temoignages/temoignage_audrey.jpg');
}

.anaelle {
  background-image: url('../img/temoignages/temoignage_anaelle.jpg');
}

.jessica {
  background-image: url('../img/temoignages/temoignage_jessica.jpg');
}

@media screen and (max-width: 769px) {
  .titreTemoignages {
    width: auto;
    font-size: 21px;
}
  
  .temoignagesContent {
    width: 100%;
    margin: auto;
    color: white;
    padding: 25px 0px;
    display: grid;
  }
  .citation {
    width: auto;
    font-size: 21px;
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {

  .intersection2 {
    grid-template-columns: 1fr;
  }

  .temoignageItem {
    grid-template-columns: 1fr;
  }

  .temoignageItemImage {
    width: 100%;
    background-size: cover;
    height: 250px;
    background-position: center;
  }

}
.presentationGallerie span a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  background-color: #b9948c;
  margin: 10px;
  border-radius: 9px;

}
.parallax75{
  height: 75vh;
  /* margin : 100px 0px; */
}

.parallaxIndex{
    position: relative;
    box-sizing: border-box;
    min-height: 15vh;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
}

.parallaxIndexTexte{
  color: #9b9b9b;
  margin: auto;
  font-size: 64px;
  z-index: 1;
}

.filtreFonce {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000054;
    top: 0;
}

.parallaxIndex a {
  width: initial;
  height: initial;
  margin: auto;
  color: #9b9b9b;
  background: none;
  border: 1px solid #ffffff;
  transition: .5s all;
  padding: 15px;
  border-radius: 0px;
  font-size: 32px;
  text-decoration: none;
  z-index: 1;
}

.parallaxIndex a:hover {
  transition: .5s all;
  color: #d8b4a8;
  border-color: #d8b4a8;
}
.contactTitle {
  font-size: 21px;
  text-align: left;
  padding: 0px;
}
@media screen and (max-width: 500px) {

  .parallaxIndex span {
     width: auto;
    font-size: 21px;
    padding: 15px;
}
.parallaxIndex a {
  width: 75%;
  font-size: 21px;
  padding: 15px;
}
.studioIntro {
  display: none;
}

.presentation h3 {
  line-height: 24px;
  font-size: 24px;
}

.contactTitle {
  font-size: 21px;
}
}
.headerContactClient{
  padding-top: 250px;
}
#contact a {
  text-decoration: none;
  color: inherit;
}

h4 {
  font-size: 21px;
  text-align: left;
  padding: 10px;
}

.iframeMap {
  width: 100vw;
  height: 400px;
}

/*Fenetre pop-up*/
.fenetre
{
	z-index: 200;
	position: fixed;
	width: 90%;
	background-color: #fff;
	border: 1px solid black;
	margin: auto;
	left: 0;
	right: 0;
	top: 20px;
	padding: 20px;
}
.fenetre img{
	width: auto;
}
.fond_fenetre
{
	z-index: 100;
	background-image:url(./ABC_modification/images/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
/*Class qui change le fonc d'un element en gris très claire*/
.bk_haighlight:hover
{
	background-color: #EAEAEA;
}

.cgv{
    color: inherit;
    text-decoration: none;
    transition: all 3s;
}

#contenu {
    color: #9e9e9e;
}

.fancyBoxContainer {
    margin: auto;
    max-width: 1200px;
    background: initial;
  }
  
  .fancyBoxResponsive-image {
    max-width: 100%;
  }
  .fancyBoxCell2{
      position: relative;
  }
  .fancyBoxCell img {
    display: block;
  }
  .robeNumero{
    font-size: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #675148;
    text-decoration: none;
    transition: .5s all;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  
  @media screen and (min-width: 600px) {
    .fancyBoxGrid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
    }
    .fancyBoxCell {
      width: 50%;
    }
  }
  
  @media screen and (min-width: 1000px) {
    .fancyBoxCell {
      width: calc(100% / 3);
    }
  }

  .fancyBoxResponsive-image {
    padding: 0.25rem;
    box-sizing: border-box;
}

.icon-wrap {
    width: 100%;
    height: 100%;

}



.icon-wrap i{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 72px;
    z-index: 6;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    transition: .5s all;
}
.fancyBoxCell:hover i{
    opacity: 1;
    transition: .5s all;
}

/* Temoignages */
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #d8b4a8;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
    padding: 0;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #d8b4a8;
    border-color: #d8b4a8;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    object-fit: cover;
}

.testim .cont div .h2FH {
    color: #d8b4a8;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1em;
    color: #9b9b9b;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h2FH {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h2FH {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #d8b4a8;        
        box-shadow: 0px 0px 10px 5px #d8b4a8;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #d8b4a8;        
        box-shadow: 0px 0px 0px 0px #d8b4a8;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #d8b4a8;        
        box-shadow: 0px 0px 10px 5px #d8b4a8;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #d8b4a8;        
        box-shadow: 0px 0px 0px 0px #d8b4a8;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #d8b4a8;        
        box-shadow: 0px 0px 10px 5px #d8b4a8;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #d8b4a8;        
        box-shadow: 0px 0px 0px 0px #d8b4a8;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #d8b4a8;        
        box-shadow: 0px 0px 10px 5px #d8b4a8;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #d8b4a8;        
        box-shadow: 0px 0px 0px 0px #d8b4a8;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #d8b4a8;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #d8b4a8;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}


.linkTheme {
    transition: .5s all;
    box-sizing: border-box;
    padding: 15px 10px;
    position: relative;
  }
  .linkTheme:hover {
    -webkit-transform: scale(0);
    transform: scale(1.02);
    -webkit-animation-timing-function: ease-in;
    transition: .5s all;
  }
  
  .linkThemeContent {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    position: relative;
  }
  
  .linkThemeImg{
    width: 75px;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(0%, -50%);
  }
  
  .linkThemeContent p{
    padding: 0;
    margin: 0;
  }


@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}
}
/* fin temoignages */

.presentation h3 a{
    /* font-size: 50px; */
    display: block;
    margin-bottom: 0;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font: 48px/20px "Lato", Arial, sans-serif;
    color: #675148;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
    transition: .5s all;
    text-transform: uppercase;
}

.linkToReservation{
    color: #b0908c;
    text-decoration: none;
    transition: .5s all;
}

.presentation h3 a:hover, .infoSeancesReservationTexte h3:hover {
    color: #b5988a;
    transition: .5s all;
}

.linkToReservation:hover {
    color: #b5988a;
    transition: .5s all;
}

.linkThemeContent h3{
    font-size: 21px;
    color: #9e9e9e;
    font-family: Roboto;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

.infoSeancesReservationTexte p {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: initial;
    text-align: center;
}

#prestationsAdvertising{
    padding: 5rem 0 0;
}



.dressingTitle{
    font-size: 50px;
    display: block;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #675148;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
    transition: .5s all;
    text-transform: uppercase;
    text-align: center;
}

/* Nouveaux Tarifs */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Open+Sans+Condensed:wght@300;700&display=swap');

section.nouveauTarifs {
    padding: 3rem 1rem 2rem;
}

.tarifPresentation{
    margin-top : 1rem;
    padding-bottom : 3rem;
    margin: auto;
    text-align : center;
    color: #9e9e9e;
    font-family : 'Roboto', sans-serif;
    max-width: 990px;
}

.tarifPresentation p{
    text-align: center;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}

.tarifPresentation h1{
  font-size: 50px;
  display: block;
  margin: 0;
  font: 48px/20px "Lato", Arial, sans-serif;
  color: #675148;
  line-height: 1;
  z-index: 1;
  text-decoration: none;
  transition: .5s all;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

/* portfolio */

.portfolioRound{
    padding: 120px 5px 10px;
    display : grid;
    grid-template-columns : 1fr;
    align-items : center;
    align-content : center;
    justify-items : center;
    justify-content : center;
    gap : 50px 5px;
  }

.portfolioRound2{
    padding: 10px 5px 10px;
    display : grid;
    grid-template-columns : 1fr;
    align-items : center;
    align-content : center;
    justify-items : center;
    justify-content : center;
    gap : 50px 5px;}

.parallaxPortfolio{
    position: relative;
}


.tarifsNewImgFixed{
    /* background: url(../img/fanyHennart_2019-12/tarifsNewA.jpg); */
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    background-color: transparent;
    padding: 10% 0% 0%;
    -webkit-box-pack: start;
    background-position: 100% 25%;
}
    
.tarifsTxt2{
    font-family: Lato;
    color: white;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .portfolioRound{
        grid-template-columns : 1fr 1fr;
    }
    .portfolioRound2{
        grid-template-columns : 1fr 1fr;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .portfolioRound{
        grid-template-columns : 1fr 1fr;
    }
    .portfolioRound2{
        grid-template-columns : 1fr 1fr;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .portfolioRound{
        width: 1200px;
        margin: auto;
        grid-template-columns : 1fr 1fr 1fr;
    }
    .portfolioRound2{
        width: 950px;
        margin: auto;
        grid-template-columns : 1fr 1fr 1fr;
    }
}

/* Page studio */
.videoStudio{
    width: 100%;
}

.presentationGallerie{
    color: #9e9e9e;
    font : 14px/20px "Lato", Arial, sans-serif;
}

.presentationGallerie p{
    margin: 0px;
}