@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/Futura-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/Futura-CondensedExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/Futura-CondensedMedium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/Futura-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/Futura-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
* ::-moz-selection {
  color: #fff;
  background: #000;
}
* ::selection, ::-moz-selection {
  color: #fff;
  background: #000;
}

a {
  text-decoration: none;
  transition: 0.3s ease-out;
}
a:hover {
  transition: 0.3s ease-out;
  color: #1d1d1d;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-inline: 1em;
}

h1 {
  /* font-family: 'Nunito Sans', sans-serif; */
  font-family: Futura, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 130px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10vw;
  color: #FFF;
}
#slide-1 h1 {
  text-align: end;
}
#slide-2 h1 {
  text-align: start;
}

h2 {
  font-family: Futura, Bebas Neue, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  font-family: Futura, "Playfair Display", serif;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

h4 {
  font-size: 0.7em;
}

h5 {
  font-size: 0.8em;
}

p {
  font-size: 0.5em;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
}

a {
  color: #FFF;
}
#menufix .active a {
  color: #1d1d1d;
}

.heightdefinition iframe {
  height: 80vh;
  width: 100%;
  z-index: 5;
}

span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
}
span a:hover {
  color: gray;
}

/* custom scrollbar du navigateur */
.panneau, body {
  scrollbar-color: #1d1d1d #1d1d1d;
  scrollbar-width: thin;
  /* display: block; */
  flex-wrap: nowrap;
  color: #fff;
  font-family: Futura, "Playfair Display", serif;
}
.panneau::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.panneau::-webkit-scrollbar-button, body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.panneau::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #1d1d1d;
  border: 31px none #1d1d1d;
  border-radius: 5px;
}
.panneau::-webkit-scrollbar-thumb:hover, .panneau::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:active {
  background: #1d1d1d;
}
.panneau::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
}
.panneau::-webkit-scrollbar-track:hover, .panneau::-webkit-scrollbar-track:active, body::-webkit-scrollbar-track:hover, body::-webkit-scrollbar-track:active {
  background: #1d1d1d;
}
.panneau::-webkit-scrollbar-corner, body::-webkit-scrollbar-corner {
  background: transparent;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#scrollbar {
  width: 100vw;
  height: calc(50px / 3);
  position: fixed;
  bottom: 50px;
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: rgba(29, 29, 29, 0.5);
  z-index: 10;
}
#scrollbar .scrollElement {
  background: transparent;
  width: 100%;
  height: 100%;
  transition: 0.7s;
  caret-color: transparent;
  border-radius: 0;
}
#scrollbar .swiper-pagination-bullet-active {
  background-color: #FFF;
}

#menufix {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 12;
}
#menufix ul {
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: #1d1d1d;
  list-style-type: none;
  align-items: center;
  color: #fff;
  box-shadow: 0px -5px 19px 8px rgba(0, 0, 0, 0.24);
  z-index: 10;
}
#menufix ul li {
  color: #fff;
  background: transparent;
  width: 25%;
  height: 100%;
  transition: 0.7s;
}
#menufix ul li a {
  font-family: Futura, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#menufix ul li.active {
  background-color: #cccccc;
  box-shadow: 0px 9px 24px 12px rgba(0, 0, 0, 0.41);
}
#menufix ul li:hover {
  background-color: white;
  transition: 0.7s;
  box-shadow: 0px 9px 24px 12px rgba(0, 0, 0, 0.41);
}

.mobileMenuContainer {
  display: none;
}

.burger-line {
  background: white;
  width: calc(4px * 10);
  height: 4px;
  margin: calc(6px + 4px) 0;
  box-shadow: 0px 0px 25px -2px #333;
  border-radius: 1px;
}

.burger-line-reverse:first-child {
  animation: line1-reverse 0.5s forwards, ease-in-out;
}

.burger-line-reverse:nth-child(2) {
  animation: line2-reverse 0.5s forwards, ease-in-out;
}

.burger-line-reverse:nth-child(3) {
  animation: line3-reverse 0.5s forwards, ease-in-out;
}

.burger-line-active:first-child {
  animation: line1 0.5s forwards, ease-in-out;
}

.burger-line-active:nth-child(2) {
  animation: line2 0.5s forwards, ease-in-out;
}

.burger-line-active:nth-child(3) {
  animation: line3 0.5s forwards, ease-in-out;
}

@keyframes line1 {
  33% {
    margin: -4px 0;
  }
  50% {
    margin: -4px 0;
    transform: rotate(0);
  }
  100% {
    margin: -4px 0;
    transform: rotate(135deg);
  }
}
@keyframes line2 {
  33% {
    margin: -4px 0;
    opacity: 1;
  }
  66% {
    margin: -4px 0;
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    margin: -4px 0;
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes line3 {
  33% {
    margin: -4px 0;
  }
  66% {
    margin: -4px 0;
    transform: rotate(0);
  }
  100% {
    margin: -4px 0;
    transform: rotate(45deg);
  }
}
/* same animation, but reversed */
@keyframes line1-reverse {
  0% {
    margin: -4px 0;
    transform: rotate(135deg);
  }
  33% {
    margin: -4px 0;
    transform: rotate(0);
  }
  66% {
    margin: -4px 0;
  }
}
@keyframes line2-reverse {
  0% {
    margin: -4px 0;
    transform: scaleX(0);
    opacity: 0;
  }
  33% {
    margin: -4px 0;
    transform: scaleX(0);
    opacity: 0;
  }
  66% {
    margin: -4px 0;
    opacity: 1;
  }
}
@keyframes line3-reverse {
  0% {
    margin: -4px 0;
    transform: rotate(45deg);
  }
  33% {
    margin: -4px 0;
    transform: rotate(0);
  }
  66% {
    margin: -4px 0;
  }
}
/* mise en page sliders, drag et scrollable */
.slider {
  display: flex;
}

.panneau {
  min-width: 50vw;
  width: 50%;
  min-height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4ch;
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.bkgBlack {
  background-color: #000;
}

.bkgWhite {
  background-color: #fff;
}

#slide-1, #slide-2 {
  width: 100%;
  background-color: transparent;
}

/* photo de profil */
.pprofil {
  background-image: url(https://lucas-mr.fr/img_farah/img/home-page/profile-pic.jpg);
  background-size: cover;
  background-position: 65%;
}

.photo img {
  width: auto;
  height: 100vh;
}

.print img {
  width: auto;
  height: 80vh;
}

.realisations {
  z-index: 10;
}
.realisations li {
  padding-block: 0.3em;
  text-transform: uppercase;
}
.realisations li a:hover {
  color: gray;
}

.contact-button {
  position: fixed;
  z-index: 150;
  pointer-events: all;
  padding: 0.3em;
  padding-right: 0.5em;
  border-radius: 3px 0 0 3px;
  background-color: rgba(4, 4, 8, 0.6901960784);
  bottom: 4.5em;
  right: 0;
  width: 2em;
  height: 2em;
  transition: all 0.5s ease-out;
}
.contact-button .contactButtonLogo {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 2em;
  height: 2em;
  padding: 0.4em;
  fill: white;
}
.contact-button.active {
  width: 14em;
  height: 14em;
}
.contact-button.active .contactButtonLogo {
  top: 0.5em;
  left: 0.5em;
  transform: translate(0, 0);
}
.contact-button .contact-container {
  position: fixed;
  bottom: 4.5em;
  right: 0;
  width: 0;
  width: 2em;
  height: 2em;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background-color: rgba(4, 4, 8, 0.6901960784);
  transition: all 0.5s ease-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.2em;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.3s;
}
.contact-button .contact-container * {
  opacity: 0;
  visibility: hidden;
}
.contact-button .contact-container .title {
  flex-basis: 100%;
  text-align: center;
  font-size: 2em;
}
.contact-button .contact-container .contact-logo {
  width: 30%;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.contact-button .contact-container .contact-logo svg {
  fill: white;
  height: 100%;
  width: 100%;
}
.contact-button .contact-container .contact-footer {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: calc(0.2em + 5px);
  font-size: 1.2em;
  text-align: center;
  line-height: 0.7em;
}
.contact-button .contact-container .contact-footer a {
  color: white;
}
.contact-button .contact-container.active {
  height: 14em;
  width: 14em;
  opacity: 1;
  background-color: transparent;
  visibility: visible;
  color: white;
}
.contact-button .contact-container.active * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* contact */
#logo_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.8;
}
#logo_main svg {
  max-width: 98vh;
  max-height: 98vh;
}

#logo_jihane,
#logo_farah {
  fill: #FFF;
  transition: 0.2s ease-in-out;
}

#logo_jihane {
  transform: translateY(-100vh);
  opacity: 0;
  visibility: hidden;
}

#logo_farah {
  transform: translateY(100vh);
  opacity: 0;
  visibility: hidden;
}

.swiper-slide-visible #logo_jihane,
.swiper-slide-visible #logo_farah {
  transform: translateY(0);
  transition: 0.7s ease-in-out;
  opacity: 1;
  visibility: visible;
}

/* formulaire */
.form-Panel {
  z-index: 3;
}
.form-container {
  z-index: 2;
  font-weight: 300;
  line-height: 1.5;
  padding: 30px 30px 0 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.form-form-control {
  width: 100%;
  padding: 11px;
  color: #fff;
  border: none;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #1d1d1d;
  outline: none;
}
.form label .form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 30px;
}
.form .footer {
  height: 10vh;
}
.form .footer p {
  margin: 0;
}

.customCard {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana;
  font-size: 19px;
  margin-block: 1em;
  width: 400px;
  height: 810px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.9px);
  -webkit-backdrop-filter: blur(1.9px);
  border: 1px solid rgba(234, 234, 234, 0.1294117647);
  border-radius: 5px;
  color: #eaeaea;
}
.customCard span {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.customCard strong {
  font-weight: bold;
}
.customCard-header .row {
  border-bottom: 2px rgba(234, 234, 234, 0.0392156863) solid;
  padding: 0.4em;
}
.customCard-header .row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4em;
}
.customCard-header .row-flex-equal {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0.3em;
}
.customCard .photo-logo.icon {
  width: 27px;
  height: 27px;
  margin-left: 5px;
}
.customCard .insta-name {
  width: auto;
  height: 33px;
}
.customCard .icon {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.customCard .avatar-picture {
  background: #00112a;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
.customCard .avatar-picture.profilePic {
  background-image: url("https://www.lucas-mr.fr/test/img_farah/img/home-page/dijon_citegastronomie_avatar.jpg");
}
.customCard .title-row .avatar-picture {
  width: 25px;
  height: 25px;
  margin: 7px;
}
.customCard .title-row .title-content {
  flex: 1;
  text-align: left;
}
.customCard .title-row .title-content .card-title {
  margin-left: 0.4em;
  font-size: 0.8em;
  font-weight: 700;
}
.customCard .title-row .more-button {
  width: 25px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  justify-content: space-evenly;
}
.customCard .title-row .more-button .dot {
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #eaeaea;
}
.customCard .top-caterogies {
  padding: 0.2em 0.3em 0.7em;
}
.customCard .top-caterogies span {
  font-weight: 700;
  font-size: 0.7em;
}
.customCard .customCard-slider {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customCard .customCard-slider-wrapper {
  width: 400px;
}
.customCard .customCard-slider-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customCard .customCard-slider-pagination {
  height: 15px;
  width: 100%;
}
.customCard .customCard-slider-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.customCard .customCard-footer {
  height: 180px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customCard .customCard-footer .footer-top {
  display: flex;
  padding: 0.4em;
}
.customCard .customCard-footer .footer-top .icon {
  width: 27px;
  height: 27px;
  padding: 0.2em 0.4em;
}
.customCard .customCard-footer .footer-top .icon:last-child {
  margin-left: auto;
}
.customCard .customCard-footer .footer-middle {
  padding: 0.6em 1.2em;
  font-size: 0.7em;
  gap: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.customCard .customCard-footer .footer-middle div {
  padding: 0.2em 0;
}
.customCard .customCard-footer .footer-bottom {
  border-top: 2px rgba(234, 234, 234, 0.0392156863) solid;
  padding: 0.4em;
  display: flex;
  justify-content: space-evenly;
  width: 96%;
  margin: 0 auto;
}
.customCard .customCard-footer .footer-bottom .icon {
  width: 27px;
  height: 27px;
}
.customCard .heightdefinition iframe {
  overflow-y: auto;
  height: 80vh;
  justify-content: flex-start;
}

@media (max-width: 400px) {
  #phone {
    display: inline-flex;
  }
}
@media screen and (max-width: 1260px) {
  .print img {
    width: 80%;
    height: auto;
  }
  h2 {
    font-size: 1em;
  }
  h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  * {
    cursor: default;
    pointer-events: all;
  }
  .slider {
    height: calc(100vh - 30px);
  }
  .panneau {
    min-width: 100vw;
    min-height: calc(100vh - 30px);
  }
  #slide-1, #slide-2 {
    min-width: 50vw;
  }
  .mockup img {
    height: auto;
    width: 100vw;
  }
  .heightdefinition iframe {
    overflow-y: auto;
    height: 80vh;
    justify-content: flex-start;
  }
}
.px-6 {
  padding-inline: 10%;
}

.text-left {
  align-items: flex-start;
  margin-top: 30px;
}
.text-left span {
  font-family: Futura, Bebas Neue, sans-serif;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 600px) {
  #menufix ul {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transition: all 0.6s linear 0.3s, height 0.6s ease-in-out 0.3s;
  }
  #menufix .mobileMenuContainer {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    padding-block: 10px;
    background-color: #1d1d1d;
    z-index: 15;
  }
  #menufix .mobileMenuContainer .mobileToggleMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
  }
  #menufix .mobileActive {
    height: 50vh;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear 0.3s, height 0.6s ease-in-out 0.3s;
    margin-bottom: 70px;
  }
  #menufix .mobileActive li {
    width: 100%;
  }
}
.youtube iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 1010px) {
  .youtube iframe {
    width: 100%;
    height: 56.25%;
  }
}
.no-padding {
  padding: 0;
}

.alignStart {
  align-items: start;
}

.alignEnd {
  align-items: end;
}/*# sourceMappingURL=style.css.map */