@font-face {
  font-family: "akaPosse";
  src: url(/assets/fonts/akaPosse.ttf) format("truetype"),
  url(/assets/fonts/akaPosse.woff) format("woff");
}
@font-face {
  font-family: "Pirata";
  src: url(/assets/fonts/PirataOne-Regular.ttf) format("truetype"),
  url(/assets/fonts/PirataOne-Regular.woff) format("woff");
}
html {
  cursor: grab;
}
/* body {
  background-color: #000;
  font-family: "Montserrat Medium", sans-serif;
  color: #fff;
  font-size: 16px;
  overflow-x: hidden;
} */
body {
  padding:0;
  background-color: #EEDDC0;
  background-image: url(/assets/img/background-biere-bonne-annei.jpg);
  font-family: 'Manrope', sans-serif;
  font-weight:600;
  color: #112E47;
  font-size: 16px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
/* CSS specific to iOS devices */ 
/* @supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll;
  }
  h1.claim {
    color:red!important;
  }
} */
.row {
  margin-left: 0;
  margin-right: 0;
}
.common-padding {
  padding: 0px 15px;
}
button:focus {
  box-shadow: none !important;
}
h2.seo-webdesign-title {
  font-size: 20px !important;
}
h3 {
  font-size: 25px;
}
.black-word {
  font-family: "Made Mirage Black", sans-serif;
}
.bold-word {
  font-family: "Made Mirage Bold", sans-serif;
  font-size: 22px;
  line-height: initial;
  margin-bottom: 0;
}
.recruitment {
  display: none;
}
/* .mts-b-word {
  font-family: "Montserrat Bold", sans-serif;
}
.mts-sb-word {
  font-family: "Montserrat Semibold", sans-serif;
} */
a .recruitment {
  /* color:#112E47; */
  color:#0095A5;
}
.mts-b-word, .mts-sb-word {
  font-family: "akaPosse";
}
.caps-word {
  text-transform: uppercase;
}
footer .fixed-bottom {
  z-index: 9998;
}
.main-header .btn-close {
  padding: 0px !important;
}
.main-header img {
  border-radius: 0px !important;
}
.icon-social {
  height: 30px;
  margin: 0 5px;
}

/* .topBar {
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  height: 100px;
  background-color: black;
} */
.topBar {
  height: 100px;
  background-color: #EEDDC1;
  -webkit-mask-image: linear-gradient(to bottom, #EEDDC1 10%, transparent 75%);
  mask-image: linear-gradient(to bottom, #EEDDC1 10%, transparent 75%);
  /* background-color: transparent; */
}
/* section.fixed-top .social-ico-home, .team-social .social-ico-home {
  font-size: 32px;
  color: #ff867a;
  display: block;
  background: -webkit-linear-gradient(360deg,#fdc2d8,#fca65e,#ff7983,#041282,#ff7983,#fca65e)var(--x, 0)/ 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
} */
section.fixed-top .social-ico-home, .team-social .social-ico-home {
  font-size: 32px;
  color: #ff867a;
  display: block;
  /* background: #112E47; */
  /* background: -webkit-linear-gradient(360deg,#112E47,#EEDDC1)var(--x, 0)/ 200%;
  background: -webkit-linear-gradient(360deg,#112E47,#112E47,#EEDDC1,#112E47,#EEDDC1)var(--x, 0)/ 300%; */
  /* background: -webkit-linear-gradient(360deg,#112E47,#112E47,#0095A5,#0095A5,#0095A5)var(--x, 0)/ 300%; */
  background: -webkit-linear-gradient(360deg,#C7152F,#C7152F,#df1d1d,#df1d1d,#df1d1d)var(--x, 0)/ 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.team-social .social-ico-home {
  font-size: 25px;
}
section.fixed-top .social-ico-home:nth-child(1) {
  margin-right: 20px;
}
section.fixed-top .social-ico-home:hover, .team-social .social-ico-home:hover {
  /* --x: 125%; */
  --x: 100%;
}
/* .bottomBar {
  -webkit-mask-image: linear-gradient(
    to top,
    black 30%,
    transparent 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to top,
    black 30%,
    transparent 90%,
    transparent 100%
  );
  height: 100px;
  background-color: black;
} */
.bottomBar {
  height: 100px;
  background-color: transparent;
}

#topSection {
  margin-top: 25vh !important;
}

/* custom scrollbar */
body::-webkit-scrollbar,
.modal-fullscreen .modal-body::-webkit-scrollbar {
  width: 2px;
}
body::-webkit-scrollbar-track,
.modal-fullscreen .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb,
.modal-fullscreen .modal-body::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 3px solid transparent;
}
/* ! custom scrollbar */
/* Slide down effect */
section.fixed-top {
  position: absolute;
  top: -250px;
  transition: top 2s;
  -moz-transition: top 2s;
  -webkit-transition: top 2s;
  -o-transition: top 2s;
}

section.fixed-top.visible {
  top: 0px;
  position: fixed;
}
/* ! slide down effect */

/* Slide up effect */
div.container-fluid.fixed-bottom {
  position: absolute;
  bottom: -250px;
  transition: bottom 2s;
  -moz-transition: bottom 2s;
  -webkit-transition: bottom 2s;
  -o-transition: bottom 2s;
}
div.container-fluid.fixed-bottom.visible {
  bottom: 0px;
  position: fixed;
}
/* ! slide up effect */

/* home navbar fixed */
section.fixed-top {
  height: 75px;
}
section.fixed-top .row.justify-content-between {
  height: inherit;
  position: relative;
}
#homeNavRight button.menu-toggle {
  position: absolute;
  right: 0px;
  top: auto;
  display: inline-block;
  background-color: transparent;
}
/* #homeNavRight a#phoneHome {
  position: absolute;
  top: auto;
  right: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(67, 234, 128, 1) 0%,
    rgba(56, 248, 212, 1) 100%
  );
  border-radius: 5px;
  padding: 6px;
  display: flex;
} */
#homeNavRight a#phoneHome {
  position: absolute;
  top: auto;
  /* right: 50px; */
  right: 15px;
  /* width: 30px;
  height: 30px; */
  text-align: center;
  /* background: linear-gradient(90deg, #112E47 0%, #EEDDC1 100%);
  background: #112E47;
  background: -webkit-linear-gradient(360deg,#112E47,#112E47,#0095A5,#0095A5,#0095A5)var(--x, 0)/ 300%; */
  border-radius: 5px;
  padding: 6px;
  display: flex;
}
#homeNavRight a#phoneHome .fa-phone-alt {
  background: -webkit-linear-gradient(360deg,#C7152F,#C7152F,#df1d1d,#df1d1d,#df1d1d)var(--x, 0)/ 300%;
  font-size: 28px;
  color: #C7152F;
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
#homeNavRight a#phoneHome:hover .fa-phone-alt {
  --x: 100%;
}
/* ! home navbar fixed */

/* h1.claim{
  font-size: 18px;
  color: #ff867a;
  font-family: "Made Mirage Medium";
} */
h1.claim {
  color: #112E47;
  font-family: "Pirata";
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 15px;
}
/* h2.hello{
  font-size: 55px;
  margin-bottom: 10%;
} */
h2.hello {
  color:#112E47;
  font-family: "akaPosse";
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 50px;
}
#homeLogo {
  width: 120px;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #fff;
}
.underline--magical, a.back-to-home {
  background-image: linear-gradient(
    90deg,
    rgba(253, 194, 216, 1) 0%,
    rgba(252, 166, 94, 1) 35%,
    rgba(255, 121, 131, 1) 65%,
    rgba(4, 18, 130, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 89%;
  transition: background-size 0.25s ease-in;
  padding: 2px;
}
.underline--magical:hover, a.back-to-home:hover {
  background-size: 100% 100%;
}
.icon-50 {
  height: 50px;
}
section#bottomTextPart {
  margin-bottom: 30vh;
}

/* Skubicode */
#skubi {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 150px;
}
#fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.skubi-container {
  z-index: 99999 !important;
}
/* ! Skubicode */

/* menu nav */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 48px;
}
button.menu-toggle,
button.btn-close {
  opacity: 1;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 25px;
  left: 24px;
  left: auto;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  transition: opacity 0.2s ease-out;
}
button.menu-toggle:before,
button.btn-close:before {
  content: url("../assets/img/menu-btn.png");
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px !important;
  height: 30px;
  margin: auto;
  right: auto;
  width: 15%;
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
  transform: scale(0.7);
}
button.menu-toggle:after,
button.btn-close:after {
  opacity: 0;
  content: "";
  color: white;
  content: url("../assets/img/Close_White.png");
  position: absolute;
  top: -6px !important;
  left: -7px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  right: 0;
  transition: opacity 0.4s ease-out;
  height: 30px;
  width: 30px;
}
.fixed-top button.menu-toggle:after,
.fixed-top button.btn-close:after {
  opacity: 0;
  content: "";
  color: white;
  content: url("../assets/img/Close_White.png");
  position: absolute;
  top: 16px;
  left: -7px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  right: 0;
  transition: opacity 0.4s ease-out;
  height: 30px;
  width: 30px;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(0.5);
}
button.menu-toggle:active,
button.btn-close:hover {
  opacity: 1;
}
.open {
  overflow: hidden;
}
.body-home {
  overflow: auto !important;
}
.open .md-custom-effect {
  overflow: unset;
}
.open button.menu-toggle,
.show button.btn-close {
  opacity: 1;
}
.open button.menu-toggle:before,
.show button.btn-close:before {
  opacity: 0;
  width: 0;
}
.open button.menu-toggle:after,
.show button.btn-close:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(360deg) scale(0.5);
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
}
.custom-modal-body button.menu-toggle:active,
.custom-modal-body button.btn-close:hover {
  opacity: 1;
}
.open .custom-modal-body button.menu-toggle,
.show .custom-modal-body button.btn-close {
  opacity: 1;
}
.open .custom-modal-body button.menu-toggle:before,
.show .custom-modal-body button.btn-close:before {
  opacity: 0;
  width: 0;
}
.open .custom-modal-body button.menu-toggle:after,
.show .custom-modal-body button.btn-close:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(360deg) scale(0.5);
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  top: 16px !important;
  left: -7px;
}
.menu-close-rotate:after {
  opacity: 0 !important;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out !important;
}
.open .menu-close-rotate:after {
  opacity: 1 !important;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out !important;
  background-color: #000;
}
nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
}
nav:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open nav {
  top: 0;
  transition: top 0s 0s;
}
nav {
  transition: top 0s 0.5s;
}
nav:before {
  animation: menu-animation-close 0.5s ease-in reverse;
  height: 100%;
}
ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  perspective: 1000;
  color: white;
}
ul.menu li {
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
  font-family: "Made Mirage Bold";
}
ul.menu a li {
  font-size: xx-large;
}
#s-link1 li, #s-link2 li, #s-link3 li {
  font-size:medium;
}
ul.menu a li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: xx-large;
  padding: 3% 0;
}
ul.menu a li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-image: linear-gradient(
    90deg,
    rgba(253, 194, 216, 1) 0%,
    rgba(252, 166, 94, 1) 35%,
    rgba(255, 121, 131, 1) 65%,
    rgba(4, 18, 130, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
ul.menu a:hover li::before {
  transform: scaleX(1);
}
nav ul.menu .underline--magical {
  background-image: none;
  transition: none;
  padding: inherit;
}
nav ul.menu .underline--magical:hover {
  background-size: inherit;
}
.open ul.menu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.open ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.open ul.menu li:nth-child(5) {
  transition-delay: 1.15s;
}
.open ul.menu li:nth-child(6) {
  transition-delay: 1.25s;
}
.open ul.menu li:nth-child(7) {
  transition-delay: 1.35s;
}
/* ! menu nav */


/* footer */
footer .disable-on-mobile {
  padding-left: 0px;
}
footer .text-appear {
  display: none;
}
footer .mts-b-word, a .recruitment {
  /* color: #C7152F; */
  color: #112E47;
}
footer .mts-b-word,
footer .mts-sb-word {
  width: max-content;
}
.footer-left-text-section .icon-ctn {
  margin-right: 15px;
  margin-left: 10% !important;
}
.footer-left-text-section{
  padding-top:5px;
}

/* Recrutement icon bounce */
.custom-icon {
  align-self: flex-end;
  animation-duration: 2s;
  animation-delay: 20s;
  animation-iteration-count: infinite;
  background-image: url(../assets/img/recrutement-icone.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
  width: 60px;
  display: flex;
}
.bounce-icon {
  animation-name: bounce-icon;
  animation-iteration-count: 2;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounce-icon {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
/* ! Recrutement icon bounce */

/* ! footer */

/* carousel settings */
.item img {
  max-width: -webkit-fill-available;
}
.owl-controls {
  display: none !important;
}
/* ! carousel settings */

/* logo carousel */
.owl-carousel-logo .owl-item img {
  filter: invert(77%) sepia(20%) saturate(1622%) hue-rotate(305deg)
    brightness(93%) contrast(92%);
}
.owl-carousel-logo {
  margin: 30px 0;
}
.owl-carousel-team .owl-stage-outer::before,
.owl-carousel-team .owl-stage-outer::after,
.owl-carousel-logo .owl-stage-outer::before,
.owl-carousel-logo .owl-stage-outer::after {
  /* background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 100%
  ); */
  background: linear-gradient(
    to right,
    #EEDDC0 10%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 20%;
  z-index: 2;
  pointer-events: none;
}
.owl-carousel-team .owl-stage-outer::after,
.owl-carousel-logo .owl-stage-outer::after {
  right: -2px;
  top: -3px;
  transform: rotateZ(180deg);
}
.owl-carousel-team .owl-stage-outer::before,
.owl-carousel-logo .owl-stage-outer::before {
  left: -2px;
  top: -3px;
}
/* ! logo carousel */

/* team card carousel */
.owl-carousel-team .card {
  background-color: transparent;
  border: none;
}
.team-social a {
  display: inline-flex;
}
.owl-carousel-team .card-body {
  padding: 1rem 0.3rem 0.3rem 0.3rem;
  height: 175px;
  position: relative;
}
.owl-carousel-team .team-social {
  position: absolute;
  bottom: 0;
  left: 1px;
}
/* ! team carousel */

/* Modals */
.modal-fullscreen .modal-header {
  height: 110px !important;
}
.modal-header {
  border-bottom: none;
}
.modal-header--sticky {
  position: sticky !important;
  top: 0;
  background-color: inherit;
  z-index: 1;
}
.modal.hide {
  display: none !important;
}
.modal.md-custom-effect.show {
  overflow: unset;
}
.custom-modal-body {
  padding: 0px;
  overflow-x: hidden;
}
.modal-fullscreen h2 {
  font-family: "Made Mirage Black", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: normal;
}
.modal .modal-content {
  background-color: #000;
}
.kevin-pierson-text {
  margin-bottom: 70px !important;
}
.modal-fullscreen button.btn-close {
  background: none;
}
.modal.show .modal-fullscreen button.btn-close::after {
  opacity: 1;
  top: 18px !important;
  left: 8px !important;
  transform: translate3d(0, 0, 0) rotate(360deg);
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
}
.modal-fullscreen button.btn-close::before {
  display: none;
}
.modal-fullscreen button.btn-close:focus {
  border: none !important;
  outline: none !important;
}
/* ! Modals */

/* modals circles background */
.circle {
  width: 60vw;
  height: 60vw;
  background: linear-gradient(
    50deg,
    rgba(253, 194, 216, 1) 0%,
    rgba(252, 166, 94, 1) 34%,
    rgba(255, 121, 131, 1) 65%,
    rgba(4, 18, 130, 1) 100%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -150%;
  left: 50%;
  transform: translate(-60%, -90%);
  filter: blur(15px);
  -webkit-animation: bubble-anim 2s ease-out infinite;
  animation: bubble-anim 2s ease-out infinite;
  transition: top 3s;
  -moz-transition: top 3s;
  -webkit-transition: top 3s;
  -o-transition: top 3s;
}
.circle2 {
  width: 60vw;
  height: 60vw;
  background: linear-gradient(
    29deg,
    rgba(209, 45, 156, 1) 0%,
    rgba(94, 162, 239, 1) 100%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-40%, -15%);
  filter: blur(15px);
  -webkit-animation: bubble-anim2 2s ease-out infinite;
  animation: bubble-anim2 2s ease-out infinite;
  transition: top 3s;
  -moz-transition: top 3s;
  -webkit-transition: top 3s;
  -o-transition: top 3s;
}
.circle.visible {
  top: 50%;
  left: 50%;
}
.circle2.visible {
  top: 50%;
  left: 50%;
}
@keyframes bubble-anim {
  0% {
    transform: scale(1) translate(-60%, -90%);
  }
  20% {
    transform: scale(1.001) translate(-60%, -90%);
  }
  40% {
    transform: scale(1.005) translate(-60%, -90%);
  }
  50% {
    transform: scale(1.01) translate(-60%, -90%);
  }
  60% {
    transform: scale(1.005) translate(-60%, -90%);
  }
  80% {
    transform: scale(1.001) translate(-60%, -90%);
  }
  100% {
    transform: scale(1) translate(-60%, -90%);
  }
}
@keyframes bubble-anim2 {
  0% {
    transform: scale(1) translate(-40%, -15%);
  }
  20% {
    transform: scale(1.001) translate(-40%, -15%);
  }
  40% {
    transform: scale(1.005) translate(-40%, -15%);
  }
  50% {
    transform: scale(1.01) translate(-40%, -15%);
  }
  60% {
    transform: scale(1.005) translate(-40%, -15%);
  }
  80% {
    transform: scale(1.001) translate(-40%, -15%);
  }
  100% {
    transform: scale(1) translate(-40%, -15%);
  }
}
/* ! modals circles background */

/* Contact modal */
#contactModal .modal-dialog {
  background: #000;
}
.contact-text-section {
  padding-left: 0px;
}
.contact-map iframe {
  padding-left: 0px;
  padding-right: 0px;
}
.messages .custom-alert {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #fff !important;
  background-color: transparent !important;
  border-color: #ff867a !important;
}
.contact-form-main #contact-form input,
.contact-form-main #contact-form textarea {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  border-radius: 0px !important;
}
#contactModal p,
#contactModal form input,
#contactModal form textarea {
  width: max-content;
}
#contactModal form {
  padding-left: 10px;
}
#contactModal form p,
#contactModal form input,
#contactModal form textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  background: none;
  border-bottom: 2px solid white;
}
#contactModal form input[type="text"]:focus,
#contactModal form input[type="tel"]:focus,
#contactModal form input[type="email"]:focus,
#contactModal form textarea:focus {
  box-shadow: none;
}
.social-icons a {
  height: 35px;
}
div.social-icons a:nth-child(2) {
  margin-left: calc(100% / 8);
  margin-right: calc(100% / 8);
}
div.social-icons .social-ico-contact, .social-ico-contact {
  font-size: 32px;
  color: #ff867a;
  display: block;
  background: -webkit-linear-gradient(30deg,#d12d9c,#5ea2ef)var(--x, 0)/ 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
div.social-icons .social-ico-contact:hover {
  --x: 100%;
}
.form-help-info {
  display: none;
  font-size: 14px !important;
  padding: 5px 0px 10px !important;
  color: #ff5050;
  margin-top: 5px;
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
.form-help-container {
  height: 35px;
}
.help-block.with-errors {
  display: none;
  color: #ff5050;
  margin-top: 5px;
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
.custom-error-message ul li {
  font-size: 14px !important;
  padding: 5px 0px 10px !important;
}
#contactModal form input[type="text"],
#contactModal form input[type="tel"],
#contactModal form input[type="email"],
#contactModal form textarea {
  width: 100%;
  border: none;
  font-size: 15px;
  border-bottom: 2px solid white;
  color: #fff;
}
#contactModal form input[type="text"],
#contactModal form input[type="tel"] {
  height: 40px;
}
#contactModal form ::placeholder, #comingSoon form ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-size: 15px;
}
#contactModal form :-ms-input-placeholder,
#contactModal form ::-ms-input-placeholder,
#comingSoon form :-ms-input-placeholder,
#comingSoon form ::-ms-input-placeholder {
  /* Internet Explorer 10-11 & Microsoft Edge */
  color: #fff;
  font-size: 15px;
  padding-left: 5px;
}
#divBird {
  position: relative;
  text-transform: uppercase;
}
button#testBird {
  text-align: left;
  background-color: transparent;
  border: 0;
  text-transform: inherit;
  font-size: 16px;
  color: #fff;
}
#birdBtnImg {
  content: url("../assets/img/Outline-bird.png");
  position: absolute;
  top: 15px;
  left: -100px;
}
#birdBtnImgAfter {
  content: url("../assets/img/Outline-bird.png");
  position: absolute;
  top: 15px;
  left: -100px;
}
/* ! Contact modal */

/* Manifest modal */
.manifest-main {
  padding: 50px 0px 0px 0px !important;
}
/* ! Manifest modal */

/* Strategy modal */
.strategy-main h3 {
  font-weight: 800;
  width: 100% !important;
  font-size: 25px !important;
  margin-bottom: 20px !important;
}
#strategyModal h2,
#strategyModal .col-md-10 h3 {
  width: max-content;
}
#strategy1,
#strategy2,
#strategy3,
#strategy4,
#strategy5,
#strategy6 {
  position: relative;
}
#strategy1 .col-md-10:before,
#strategy3 .col-md-10:before,
#strategy5 .col-md-10:before {
  content: "";
  width: 170px;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: calc(100% - 15%);
  padding: 120px 50px 50px 0px !important;
}
#strategy1 .col-md-10:before {
  background: url(../assets/img/gif/strat-digitale.gif) no-repeat center;
}
#strategy3 .col-md-10:before {
  background: url(../assets/img/gif/bob-l-eponge.gif) no-repeat center;
}
#strategy5 .col-md-10:before {
  background: url(../assets/img/gif/design.gif) no-repeat center;
}
#strategy2 .col-md-10:after,
#strategy4 .col-md-10:after,
#strategy6 .col-md-10:after {
  content: "";
  width: 170px;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: calc(100% - 15%);
  padding: 120px 50px 50px 0px !important;
}
#strategy2 .col-md-10:after {
  background: url(../assets/img/gif/gros-yeux.gif) no-repeat center;
}
#strategy4 .col-md-10:after {
  background: url(../assets/img/gif/epic-wow.gif) no-repeat center;
}
#strategy6 .col-md-10:after {
  background: url(../assets/img/gif/rs.gif) no-repeat center;
}
.strategy-main #strategy1 h3, .strategy-main #strategy3 h3, .strategy-main #strategy5 h3 {
  text-align: left;
}
.strategy-main #strategy2 h3, .strategy-main #strategy4 h3, .strategy-main #strategy6 h3 {
  text-align: right;
}
.strategy-main #strategy2 p,
.strategy-main #strategy4 p,
.strategy-main #strategy6 p {
  text-align: right;
}
/* ! Strategy modal */

/* Privacy modal */
#privacyModal ul li {
  list-style: inside;
  font-size: 20px;
}
#privacyModal h5 {
  font-size: 2rem;
}
/* ! Privacy modal */

/* SI Annei modal */
button#sIBtn {
  position: fixed;
  top: 50vh;
  left: 50vw;
  display: none;
  pointer-events: none;
}
#sIAnneiModal .modal-body #siCanvasContainer canvas {
	width: -webkit-fill-available;
}
#sIAnneiModal #spaceInfos {
  text-align: center;
}
#sIAnneiModal a#restart button {
  background: #ff867a;
  border: none;
  box-shadow: 0 1px 5px 0 #ff867a;
}
#sIAnneiModal .modal-header button:hover {
	color: red;
}
#sIAnneiModal.show {
  z-index: 9999;
  height: 100vh;
  overflow: inherit;
}
/* ! SI Annei modal */
@-webkit-keyframes roll {
  from { -webkit-transform: rotate(0deg) }
  to   { -webkit-transform: rotate(360deg) }
}  
@-moz-keyframes roll {
  from { -moz-transform: rotate(0deg) }
  to   { -moz-transform: rotate(360deg) }
} 
@keyframes roll {
  from { transform: rotate(0deg) }
  to   { transform: rotate(360deg) }
}
.roll {
  -moz-animation-name: roll;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-name: roll;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
}
/* Coming soon & Landscape disclaim */
#comingSoon, #mobileDisclaim {
  display: none !important;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999 !important;
}
#comingSoon .modal-content, #mobileDisclaim .modal-content {
  background: black;
}
#comingSoon form input:focus {
  border-color: transparent;
  box-shadow:none;
}
#comingSoon.visible, #mobileDisclaim.visible {
  display: block !important;
}
#comingSoon .stay-tuned {
  margin-bottom: 20px;
  display: inline-block;
}
#comingSoon h1 {
  font-family: "Made Mirage Black", sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 0;
}
#comingSoon h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
#comingSoon p {
  margin-bottom: 50px;
  margin-top: 20px;
}
#comingSoon h1,#comingSoon h2,#comingSoon p {
  text-align: center;
}
#comingSoon form input[type="email"] {
  width: 90%;
  margin-left: 5%;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: #FFF;
}
button.newsletter-submit {
  float: right;
  margin-right: 5%;
  background-color: transparent;
  text-transform: inherit;
  font-size: 16px;
  color: #fff;
  border: 1px solid #FFF;
  padding: 5px 10px;
  height: 45px;
  margin-top: 20px;
}
button.newsletter-submit:hover {
  border: 1px solid #fff;
}
#comingSoon .messages {
  float: left;
  width: fit-content;
  display: inline-block;
  margin-top: 20px;
}
#comingSoon .messages .custom-alert {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #fff !important;
  background-color: transparent !important;
  border-color: #ff867a !important;
  height: 47px;
}
#mobileDisclaim h2 {
  font-size: 1.2em !important;
}
#mobileDisclaim .col-md-5 {
  text-align: center;
}
#mobileDisclaim, #mobileDisclaim .row, #mobileDisclaim .col-md-5 {
  max-height: 100vh;
}
#mobileDisclaim .mobile-landscape-gif img {
  max-height: 40vh;
}
#mobileDisclaim p {
  margin-top: 10px;
}
/* ! Coming soon & Landscape disclaim */
/* 404 */
section.page-404 {
  margin-top: 5vh !important;
}
.page-404 .col-md-5 {
  text-align: center;
}
.page-404 .col-md-5 img {
  max-width: inherit;
}
.page-404 h2 {
  font-size: 1.7rem;
}

/* @media */
@media (min-width: 1921px) {
  .team-social a {
    display: inline-flex;
    margin-right: 15px;
    height: 40px !important;
    width: 40px !important;
  }
  .contact-map {
    margin-top: 40px;
    margin-bottom: 130px;
    height: 350px !important;
  }
  .main-header .btn-close {
    position: absolute;
    right: 13px;
    top: 15px;
    transform: scale(0.5);
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
  }
  .contact-form-main a {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 25px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 25px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 20px !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  .contact-form-main #contact-form textarea {
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 350px !important;
  }
  .bird-text-section {
    padding: 10px 20px 0px 0px;
    max-height: 65px;
    height: 65px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 0.5rem !important;
    font-size: 12px !important;
  }
  #birdBtnImg {
    top: 0;
    transform: scale(0.8);
    left: -85px;
  }
  #birdBtnImgAfter {
    top: 0;
    transform: scale(0.8);
    left: -85px;
  }
}
@media (min-width: 1920px) {
  .contact-map {
    margin-top: 40px;
    margin-bottom: 130px !important;
  }
  .strategy-main h2 {
    width: 100% !important;
    font-size: 30px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1920px) {
  .team-social a {
    display: inline-flex;
    margin-right: 10px;
    height: 30px !important;
    width: 30px !important;
  }
  .main-header .btn-close {
    position: absolute;
    right: 13px;
    top: 15px;
    transform: scale(0.5);
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
  }
  .strategy-main h2 {
    width: 100% !important;
    font-size: 30px !important;
    margin-bottom: 50px !important;
  }
  .contact-form-main a {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 25px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 25px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 20px !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  .contact-form-main #contact-form textarea {
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 40px;
    height: 350px !important;
  }
  .bird-text-section {
    padding: 10px 20px 0px 0px;
    max-height: 65px;
    height: 65px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 0.5rem !important;
    font-size: 12px !important;
  }
  #birdBtnImg {
    top: 0;
    transform: scale(0.8);
    left: -85px;
  }
  #birdBtnImgAfter {
    top: 0;
    transform: scale(0.8);
    left: -85px;
  }
}
@media (min-width: 1400px) {
  .main-header .btn-close {
    position: absolute;
    right: 13px;
    top: 15px;
    transform: scale(0.5);
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
  }
  .contact-form-main a {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 25px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 25px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 20px !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  .contact-form-main #contact-form textarea {
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 40px;
    margin-bottom: 130px;
    height: 350px !important;
  }
  .bird-text-section {
    padding: 10px 20px 0px 0px;
    max-height: 60px;
    height: 60px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 0.5rem !important;
    font-size: 12px !important;
  }
  #birdBtnImg {
    top: -5px;
    transform: scale(0.6);
    left: -80px;
  }
  #birdBtnImgAfter {
    top: -5px;
    transform: scale(0.6);
    left: -80px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .main-header .btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    transform: scale(0.5);
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
  }
  .contact-form-main a {
    font-size: 15px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 15px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 15px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 15px !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contact-form-main #contact-form textarea {
    height: 100px !important;
    padding: 15px !important;
    margin-bottom: 15px;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 40px;
    margin-bottom: 130px;
    height: 350px !important;
  }
  .bird-text-section {
    padding: 20px 20px 0px 0px;
    max-height: 75px;
    height: 75px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 15px !important;
    font-size: 16px !important;
  }
  #birdBtnImg {
    top: -5px;
    transform: scale(0.7);
    left: -85px;
  }
  #birdBtnImgAfter {
    top: -5px;
    transform: scale(0.7);
    left: -85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .owl-carousel-team .team-social {
    left: 6px !important;
  }
  .team-social a {
    display: inline-flex;
    margin-right: 10px;
  }
  .main-header .btn-close {
    position: absolute;
    right: 19px;
    top: 15px;
    transform: scale(0.5);
  }
  #contactModal form {
    padding-left: 3px !important;
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
  }
  .contact-form-main a {
    font-size: 15px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 15px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 15px !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contact-form-main #contact-form textarea {
    height: 100px !important;
    padding: 15px !important;
    margin-bottom: 15px;
  }
  button#testBird {
    font-size: 14px !important;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 20px;
    margin-bottom: 130px;
    height: 200px !important;
  }
  .bird-text-section {
    padding: 0px;
    max-height: 46px;
    height: 46px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 15px !important;
    font-size: 14px !important;
  }
  #birdBtnImg {
    top: -5px;
    transform: scale(0.5);
    left: -70px;
  }
  #birdBtnImgAfter {
    top: -5px;
    transform: scale(0.5);
    left: -70px;
  }
}
@media screen and (min-width: 578px) and (max-width: 767px) {
  .contact-text-section {
    padding: 0px 15px 0px 10px !important;
  }
  .contact-input-section {
    padding: 0px 15px 0px 10px !important;
  }
  .contact-map {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 577px) {
  .contact-map {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 767px) {
  h5.card-title{
    font-size:17px;
  }
  .owl-carousel-team .card{
    height: 300px;
  }
  .common-padding {
    padding: 0px 10px !important;
  }
  .manifest-main {
    padding: 50px 20px 0px 0px !important;
  }
  .owl-carousel-team .team-social {
    left: 6px !important;
  }
  .add-pr-15 {
    padding-right: 15px !important;
  }
  .add-pl-15 {
    padding-left: 15px !important;
  }
  .remove-p {
    padding: 0px !important;
    margin-bottom: 35px;
  }
  .contact-input-section form {
    padding-left: 0px !important;
  }
  .main-header {
    padding: 20px 20px 35px !important;
    position: relative;
    height: auto !important;
  }
  .main-header .btn-close {
    position: absolute;
    right: 33px;
    top: 14px;
    transform: scale(0.5);
  }
  .main-header img {
    max-width: 100px !important;
    width: 100px !important;
    z-index: 9999;
    border-radius: 0px !important;
  }
  .modal-fullscreen h2 {
    font-size: 35px !important;
    line-height: normal !important;
  }
  .contact-form-main a {
    font-size: 15px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 15px 0px !important;
    display: block;
  }
  .social-icons {
    margin-top: 15px !important;
    margin-bottom: 15px;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 15px !important;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .contact-form-main #contact-form textarea {
    height: 100px !important;
    padding: 15px !important;
    margin-bottom: 5px;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 20px;
    margin-bottom: 120px;
    height: 250px !important;
  }
  .contact-map iframe {
    padding-right: 5px !important;
  }
  .bird-text-section {
    padding: 0px;
    margin: 20px 0px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 5px !important;
    font-size: 12px !important;
  }
  #birdBtnImg {
    top: -5px;
    transform: scale(0.67);
    left: -85px;
  }
  #birdBtnImgAfter {
    top: -5px;
    transform: scale(0.7);
    left: -85px;
  }
  #strategy1,
  #strategy2,
  #strategy3,
  #strategy4,
  #strategy5,
  #strategy6 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  #strategy1 h3,
  #strategy2 h3,
  #strategy3 h3,
  #strategy4 h3,
  #strategy5 h3,
  #strategy6 h3 {
    text-align: left !important;
    font-size: 20px !important;
  }
  
  #topSection {
    margin-top: 20vh !important;
  }
  .globle-content-modal-inner {
    padding: 0px 0px 0px 10px;
  }
}
@media (min-width: 1200px) {
  footer .col-md-4.icon-ctn {
    padding-right: 0;
  }
  .main-header .btn-close {
    position: absolute;
    right: 13px;
    top: 15px;
    transform: scale(0.5);
  }
  .main-header img {
    z-index: 9999;
  }
  .contact-form-main a {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .contact-form-main a.tell-number {
    margin: 1rem 0rem !important;
    display: block;
  }
  .social-icons {
    margin-top: 25px !important;
  }
  .contact-form-main #contact-form input {
    height: 40px !important;
    padding: 20px !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  .contact-form-main #contact-form textarea {
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem;
    font-size: 15px !important;
  }
  #testBird {
    padding: 0px !important;
  }
  .contact-map {
    margin-top: 40px;
    height: 350px !important;
  }
  .bird-text-section {
    padding: 10px 20px 0px 0px;
    max-height: 60px;
    height: 60px;
  }
  .custom-error-message ul li {
    padding: 0px 0px 0.5rem !important;
    font-size: 12px !important;
  }
  #birdBtnImg {
    top: 0;
    transform: scale(0.7);
    left: -85px;
  }
  #birdBtnImgAfter {
    top: 0;
    transform: scale(0.7);
    left: -85px;
  }
}
@media (min-width: 769px) {
  .strategy-mobile-left,
  .strategy-mobile-right {
    display: none !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .main-header {
    padding: 15px 0px 35px !important;
    position: relative;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  iframe.youtube-video {
    max-width: fit-content;
    height: auto;
  }
  .team-social .social-ico-home {
    margin-right: 10px;
  }
  .circle {
    width: 110vw;
    height: 110vw;
    transform: translate(-60%, -90%);
    filter: blur(15px);
  }
  .circle2 {
    width: 110vw;
    height: 110vw;
    transform: translate(-40%, -15%);
    filter: blur(15px);
  }
  section.fixed-top.visible .row > *,
  div.fixed-bottom.visible .row > * {
    width: auto;
  }
  #strategy1 .col-md-10:before,
  #strategy3 .col-md-10:before,
  #strategy5 .col-md-10:before,
  #strategy2 .col-md-10:after,
  #strategy4 .col-md-10:after,
  #strategy6 .col-md-10:after {
    content: none;
  }
  .strategy-main #strategy2 p,
  .strategy-main #strategy4 p,
  .strategy-main #strategy6 p {
    text-align: left;
  }
}
@media (min-width: 576px) {
  div.fixed-bottom.visible .show-mobile-only,
  .modal-fullscreen .topBar.fixed-top {
    display: none;
  }
}
@media (max-width: 576px) {
  .add-p-xs {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }
  section.fixed-top.visible .row > *,
  div.fixed-bottom.visible .row > * {
    width: auto;
  }
  section.fixed-top.visible #topFacebookIcon {
    margin-left: 10%;
  }
  div.fixed-bottom.visible .disable-on-mobile {
    display: none;
  }
  div.fixed-bottom.visible .show-mobile-only {
    display: inline-block;
  }
  .owl-carousel-team .card-body {
    height: 215px;
  }
  div.fixed-bottom.visible .custom-icon.bounce-icon, .icon-50 {
    margin: 0;
    display: block;
    height: 40px;
    width: 40px;
  }
  div.fixed-bottom.visible .custom-icon.bounce-icon{
    margin-bottom: -4px;
  }
  footer .align-items-start {
    padding-left: 0;
  }
  footer .footer-left-text-section .icon-ctn {
    margin-left: 0!important;
    height: 35px;
  }
  footer .footer-left-text-section .disable-on-mobile {
    display: none !important;
  }
  .fixed-bottom .mb-4{
    margin-bottom:6px !important;
  }
  .modal-fullscreen .topBar.fixed-top {
    margin-top: 75px !important;
  }
  .modal .modal-body .col-md-4 {
    width: 80%;
  }
  #strategyModal h2,
  #strategyModal .col-md-10 h3 {
    width: auto;
  }
  #strategyModal .col-md-10 h3,
  #privacyModal h2 {
    margin-bottom: 10%;
  }
  #privacyModal h3 {
    margin-bottom: 5%;
    margin-top: 10%;
  }
  .modal .modal-fullscreen .modal-body .col-md-4.mx-auto {
    width: 100%;
  }
  #manifestModal .modal-body .col-md-4.align-items-center,
  #reglesModal .modal-body .col-md-4.align-items-center,
  #legalModal .modal-body .col-md-4.align-items-center,
  #privacyModal .modal-body .col-md-4.align-items-center,
  #strategyModal .modal-body .col-md-4.align-items-center {
    margin-bottom: 25%;
  }
  #legalModal .modal-body span {
    display: block;
    margin-bottom: 5%;
  }
  #privacyModal .modal-body .custom-text-container {
    position: relative;
    height: 25vh;
    width: auto;
  }
  ul.menu a li {
    font-size: x-large;
  }
  #contactModal form {
    padding-left: 0;
    margin-top: 5%;
  }
}
#gallery-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: -1;
}

#thumbnail-gallery-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* padding: 15px 50px 10px 50px; */
}

.thumbnail {
  width: 32%;
  margin-bottom: 2%; 
  position: relative;
  }

img.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  }

@media only screen and (max-width: 800px){
#gallery-section {
  padding: 10px 10px 0px 10px;
}
#thumbnail-gallery-container {
    padding: 0px;
}
}

/* Lightbox Styles */ 

.lightbox-overlay {
display: flex;
transform: scale(0,1);
/* transition: transform 400ms ease-out; */
transform-origin: center;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.95);
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}

.lightbox-overlay:target {
display: flex;
transform: scale(1,1);
z-index: 99999;
};

.lightbox-content {
color: rgb(250,250,250);
padding: 1.5em;
width: 75vw;
text-align: center;
}

.lightbox-image-title {
position: relative;
text-align: center;
}

.lightbox-navigation {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}

.close {
position: absolute;
background-color: none;
  top: 5px;    /* Top Right Corner Placement */
  right: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

a.close {
text-decoration: none;
font-weight: bold;
font-size :2em;
font-family: sans-serif;
}

.close::after {
content: 'X';
color: rgb(250,250,250);
}



.back, .next {
display: flex;
justify-content: center;
align-items: center;
width: 24%;
height: 2em;
color: rgb(255,255,255);
margin: 1%;
} 

img.lightbox-image {
width: 65vw;
max-height: 65vh;
object-fit: contain;
}
.gallery .big img {
  width: -webkit-fill-available;
  height: auto;
}
.gallery .big {
  padding: 5% 3%;
  height:250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sl-wrapper.simple-lightbox {
  background-color: #EEDDC1;
}
.vbox-container img {
	max-height: 90vh!important;
  width: auto!important;
}
#entrepreneur {
  font-size:1.2em;
}
@media (max-width:991px) {
	a.venobox {
		margin-bottom:10px;
	}
}
@media (max-width:575px) {
  h1.claim {
    font-size:2.5em;
  }
  h2.hello {
    font-size:1.5em;
  }
  a.venobox.one-pic {
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
  }
  #entrepreneur {
    font-size:1em;
  }
  @supports (-webkit-touch-callout: none) {
    body {
      background-color: #EEDDC0;
      background-image: none;
    }
  }
}
/* @media (max-width:575px) {
	a.venobox {
		max-width:50vw;
	}
} */