/* RETURN SITE */
body-reverse {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

:root {
  --main-color: #009b72;
}

/* 
==========================================================================
                              FONTS
==========================================================================
*/

@font-face {
  font-family: Newake;
  src: url("/assets/fonts/Newake-Regular.ttf");
}

@font-face {
  font-family: Cocon;
  src: url("/assets/fonts/COCONREGULARFONT.OTF");
}


@font-face {
  font-family: Protest Strike;
  src: url("/assets/fonts/ProtestStrike-Regular.ttf");
}

@font-face {
  font-family: Outfit;
  src: url("/assets/fonts/Outfit-VariableFont_wght.ttf");
}

@font-face {
  font-family: SpicyRice;
  src: url("/assets/fonts/SpicyRice-Regular.ttf");
}

@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: ClimateCrisis;
  src: url("/assets/fonts/ClimateCrisis-Regular.ttf");
}

@font-face {
  font-family: JollyLodger;
  src: url("/assets/fonts/JollyLodger-Regular.ttf");
}



.bg-minesr {
  background-color: #009b72;
}

.bg-success {
  background-color: #4e0973;
}

.text-minesr {
  color: #009b72;
}

.text-gray {
  color: rgb(85, 90, 100)
}

.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: .4s cubic-bezier(.215, .61, .355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;

}

.toastify.on {
  opacity: 1
}

.toast-close {
  opacity: .4;
  padding: 0 5px
}

.toastify-right {
  right: 100px
}

.toastify-left {
  left: 15px
}

.toastify-top {
  top: -150px
}

.toastify-bottom {
  bottom: 25px !important
}

.toastify-rounded {
  border-radius: 25px
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content
}

@media only screen and (max-width:360px) {

  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content
  }
}

.bg-primary-3-minesr {
  background: url(/assets/img/bgblur.webp) center
}

.header-mineboard-bloc,
.header-minesr-bloc {
  margin-top: -70px
}

.nav-link-mb {
  color: #fff !important
}

.mineboardnav {
  background: #555a6438;
  border-radius: 15px
}

.index-icon {
  width: 40px;
  height: 40px;
}

.index-icon-lg {
  width: 50px;
  height: 50px;
}

.index-icon-xl {
  width: 55px;
  height: 55px;
}

.icon-xs {
  height: 20px;
  width: 20px;
}

.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden
}

.score .stars-active,
.score-wrap {
  position: relative;
  display: inline-block
}

.score-wrap {
  height: 19px
}

.score .stars-active {
  z-index: 10;
  overflow: hidden;
  white-space: nowrap
}

.score .stars-inactive {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial
}

.corner-ribbon {
  width: 175px;
  position: absolute;
  top: 30px;
  right: -40px;
  text-align: center;
  color: #f0f0f0;
  padding: 5px 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

.moving-border {
  position: absolute;
  width: 230px;
  height: 57px;
  top: 16px;
  left: 3px;
}

.moving-border::after {
  filter: blur(5px);
}

.moving-border-myboxperf4::before,
.moving-border-myboxperf4::after {
  background: linear-gradient(var(--angle), #ffffff, #574e3f, #8f816a);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf8::before,
.moving-border-myboxperf8::after {
  background: linear-gradient(var(--angle), #ffffff, #1d6956, #3ea48a);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf12::before,
.moving-border-myboxperf12::after {
  background: linear-gradient(var(--angle), #ffffff, #146779, #4e96a7);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf16::before,
.moving-border-myboxperf16::after {
  background: linear-gradient(var(--angle), #ffffff, #6e319a, #9073a6);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf24::before,
.moving-border-myboxperf24::after {
  background: linear-gradient(var(--angle), #ffffff, #994d00, #bf8c54);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf32::before,
.moving-border-myboxperf32::after {
  background: linear-gradient(var(--angle), #ffffff, #7b7b7b, #c8c8c8);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf48::before,
.moving-border-myboxperf48::after {
  background: linear-gradient(var(--angle), #ffffff, #8e7c32, #d3caa0);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.moving-border-myboxperf64::before,
.moving-border-myboxperf64::after {
  background: linear-gradient(var(--angle), #ffffff, #eeb738, #4a746d);
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  animation: rotate 4s linear infinite;
  border-radius: 10px;
}

.MyBox-strator {
  position: absolute;
  right: -40px;
  top: 0;
  opacity: 0.5;
  height: 300px;
}

.MyBox-header-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.MyBox-header-perf {
  background: linear-gradient(0deg, #EA5625 0%, #994537 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.MyBox-header-Free {
  background: linear-gradient(0deg, #493B36 0%, #8D7268 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.card-MyBox-choice {
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.card-MyBox-choice.active {
  transform: scale(1.05);
}

.card-MyBox-choice:not(.active):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  z-index: 10;
}

.card-MyBox-choice h4 {
  font-family: 'Newake';
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
}

.card-MyBox-choice p {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.MyBox-include-icon-img {
  height: 1.5rem;
  width: 1.5rem;
}

.card-MyBox-include p {
  font-size: 16px;
  font-weight: 500;
}

.MyBox-choice-include-label-mybox {
  color: #009b72;
}

.MyBox-choice-include-label-mybox-perf {
  background: linear-gradient(0deg, #EA5625 0%, #994537 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.liste-offres-strator-mbp {
  bottom: -40px;
  left: 30px;
  opacity: 0.5;
  width: 300px;
}

.liste-offres-strator-next1 {
  bottom: -30px;
  left: 30px;
  opacity: 0.5;
  width: 280px;
}

.liste-offres-strator-next2 {
  bottom: -30px;
  left: 0px;
  opacity: 0.5;
  width: 350px;
}

.liste-offres-strator-next3 {
  bottom: -30px;
  left: 15px;
  opacity: 0.5;
  width: 300px;
}

.liste-offres-strator-next4 {
  bottom: -30px;
  left: -60px;
  opacity: 0.5;
  width: 350px;
}

.liste-offres-strator-next5 {
  bottom: -30px;
  left: 10px;
  opacity: 0.5;
  width: 290px;
}

.liste-offres-strator-bg {
  bottom: -30px;
  left: 20px;
  opacity: 0.5;
  width: 300px;
}

#rangeRAM {
  margin: 30px 0 60px 0;
  height: 5px;
}

.rangeRAM-mybox {
  background-image: gradient(linear, 0% 0%, 100% 0%, color-stop(0%, #009b72), color-stop(0%, #e0e0e0));
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0%, #009b72), color-stop(0%, #e0e0e0));
}

.rangeRAM-mybox-perf {
  background-image: gradient(linear, 0% 0%, 100% 0%, color-stop(0%, #EA5625), color-stop(0%, #e0e0e0));
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0%, #EA5625), color-stop(0%, #e0e0e0));
}

.rangeRAM-step {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #e0e0e0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  top: -10px;
}

.rangeRAM-step img {
  width: 18px;
  height: 18px;
}

.rangeRAM-step-mybox.active {
  background-color: #009b72;
}

.rangeRAM-step-mybox.active img {
  filter: brightness(0) invert(1);
}

.rangeRAM-step-mybox.active-selected {
  background-color: #ffffff;
  outline: 5px solid #009b72;
}

.rangeRAM-step-mybox-perf.active {
  background-color: #EA5625;
}

.rangeRAM-step-mybox-perf.active img {
  filter: brightness(0) invert(1);
}

.rangeRAM-step-mybox-perf.active-selected {
  background-color: #ffffff;
  outline: 5px solid #EA5625;
}

.rangeRAM-step span {
  position: absolute;
  top: 50px;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 8px;
}

.rangeRAM-step-mybox span.active {
  color: white;
  background-color: #009b72;
}

.rangeRAM-step-mybox-perf span.active {
  color: white;
  background-color: #EA5625;
}

.rangeRAM-step span.active:before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.rangeRAM-step-mybox span.active:before {
  border-bottom: 10px solid #009b72;
}

.rangeRAM-step-mybox-perf span.active:before {
  border-bottom: 10px solid #EA5625;
}

.rangeRAM-step-1n span {
  left: -12px;
}

.rangeRAM-step-2n span {
  left: -17px;
}

.rangeRAM-step-3n span {
  left: -22px;
}

#rangeRAM-default {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 25px;
  top: -10px;
}

#rangeRAM-default:focus {
  outline: none;
}

#rangeRAM-default::-webkit-slider-runnable-track {
  background-color: transparent;
  border-radius: 0.5rem;
  height: 0.5rem;
}

#rangeRAM-default::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -4px;
  background-color: transparent;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

#rangeRAM-default:focus::-webkit-slider-thumb {
  outline: 0 solid transparent;
  outline-offset: 0;
}

#rangeRAM-default::-moz-range-track {
  background-color: transparent;
  border-radius: 0.5rem;
  height: 0.5rem;
}

#rangeRAM-default::-moz-range-thumb {
  background-color: transparent;
  border: none;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

#rangeRAM-default:focus::-moz-range-thumb {
  outline: 0 solid transparent;
  outline-offset: 0;
}

.MyBox-choice-gamme {
  font-family: 'Newake';
}

#liste-offres-mybox-toggle-input {
  display: none;
}

#liste-offres-mybox-toggle-input+label {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 52px;
  height: 30px;
  margin-bottom: 0;
  background-color: #A6A6A6;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  top: 8px;
  right: 6px;
}

#liste-offres-mybox-toggle-input:checked+label {
  background-color: #A6A6A6;
}

#liste-offres-mybox-toggle-input:checked+label:before {
  background: rgb(255, 114, 91);
  background: linear-gradient(0deg, rgba(255, 114, 91, 1) 0%, rgba(153, 69, 55, 1) 100%);
}

#liste-offres-mybox-toggle-input+label:before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #A6A6A6;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

#liste-offres-mybox-toggle-input+label:before,
#liste-offres-mybox-toggle-input+label:after {
  content: "";
  display: block;
  position: absolute;
}

#liste-offres-mybox-toggle-input:checked+label:after {
  -moz-transform: translateX(22px);
  -ms-transform: translateX(22px);
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

#liste-offres-mybox-toggle-input+label:after {
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

#liste-offres-mybox-toggle-input+label:before,
#liste-offres-mybox-toggle-input+label:after {
  content: "";
  display: block;
  position: absolute;
}

#liste-offres-mybox,
#liste-offres-mybox-perf {
  max-width: 1200px;
  margin: 0 auto;
}

#liste-offres-mybox-perf {
  display: none;
}

#liste-offres-mybox .splide__arrow,
#liste-offres-mybox-perf .splide__arrow {
  background: var(--main-color);
}

#liste-offres-mybox .splide__arrow svg,
#liste-offres-mybox-perf .splide__arrow svg {
  fill: white;
}

#liste-offres-mybox .splide__arrow--prev,
#liste-offres-mybox-perf .splide__arrow--prev,
#liste-offres-mybox .splide__arrow--next,
#liste-offres-mybox-perf .splide__arrow--next {
  top: 485px;
}

#liste-offres-mybox .splide__arrow--prev,
#liste-offres-mybox-perf .splide__arrow--prev {
  left: 0;
}

#liste-offres-mybox .splide__arrow--next,
#liste-offres-mybox-perf .splide__arrow--next {
  right: 0;
}

@media (min-width:1330px) {

  #liste-offres-mybox .splide__arrow--prev,
  #liste-offres-mybox-perf .splide__arrow--prev {
    left: -3em;
  }

  #liste-offres-mybox .splide__arrow--next,
  #liste-offres-mybox-perf .splide__arrow--next {
    right: -3em;
  }
}

@media (max-width:992px) {

  #home-mbfree-specs,
  #home-mbfree-online {
    text-align: center;
  }

  #home-mbfree-price {
    gap: 5px;
  }
}

#liste-reviews .splide__pagination {
  bottom: -.5rem;
}

.MyBox-header-offre-strator {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background-color: #fff1ef;
  overflow: hidden;
}

.MyBox-header-offre-strator img {
  height: 100px;
  position: relative;
  bottom: -10px;
}

.btn-mybox-perf {
  background-color: #EA5625;
  border-color: #EA5625;
  color: white;
}

.btn-mybox-perf:hover {
  background-color: #BF3B0D;
  border-color: #EA5625;
  color: white;
}

.msr-header-offre {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  color: #fff;
}

.card-rupture {
  position: relative
}

.card-rupture:after {
  content: " ";
  z-index: 50;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .75);
  border-radius: .3125rem
}

.card-rupture .rupture-msg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 100;
  font-size: 15px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px
}

.index-corner-ribbon {
  width: 220px;
  background: #ee4433c7;
  position: absolute;
  top: 25px;
  left: -30px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: .7rem
}

.index-corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.index-corner-ribbon.top-right {
  top: 25px;
  right: -70px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.rotate {
  animation: 20s linear infinite rotation
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@media (max-width:992px) {

  .navbar.navbar-toggled-show,
  .navbar.scrolled {
    background-color: transparent
  }

  .navbar-collapse {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px
  }

  .navbar-collapse .navbar-nav {
    margin-top: 0 !important
  }

  .navbar.navbar-toggled-show.navbar-dark .navbar-toggler svg path {
    stroke: white !important
  }

  .header-minesr-bloc {
    margin-top: -40px
  }

  #div-dropdown-language {
    float: right;
    align-items: end;
  }

  #dropdown-espace-client {
    width: 200px;
  }
}

@media (max-width:768px) {
  .strator {
    display: none
  }

  #reductions-mois {
    flex-direction: column
  }
}

.pulsing {
  box-shadow: 0 0 0 0 rgba(0, 155, 114, 0.7);
  ;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

.pulsing-new {
  box-shadow: 0 0 0 0 rgba(223, 109, 20, 0.7);
}

.pulsing-halloween {
  box-shadow: 0 0 0 0 rgba(135, 192, 127, 1);
}

.pulsing-promo {
  box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
}

.pulsing-mybox-perf {
  box-shadow: 0 0 0 0 rgba(253, 113, 90, 0.7);
}

.bg-promo {
  background-color: rgba(255, 215, 0, 0.2);
}

.bg-new {
  background-color: rgba(223, 109, 20, 0.2);
}

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

/* ANIMATION FLOTING*/
#msg-halloween-promo {
  background-color: transparent;
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0% {

    transform: translatey(0px);
  }

  50% {

    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* CSS RECAPTCHA */
#captcha-v2,
#captcha-v2-create {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.imgHeader {
  margin-top: 0 !important;
}

.carousel-button {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  border: none;
  background-color: transparent;
}

#versionsRow .card-header {
  background-color: #192d35;
}

#versionsRow .card-header h6 {
  color: white;
}

.btn-version {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}

.offer-flags {
  width: 35px;
  height: 35px
}

@media screen and (max-width: 992px) {
  .infos-mybox-included {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .infos-mybox-included .media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/* 
==========================================================================
                              POPUP TICKET : PAGE INDEX
==========================================================================
*/
#ticketDiv {
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  width: 400px;
  background-color: #009b72;
  border-color: #009b72;
  font-size: 16px;
}


#carouselMaintenanceDiv {
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: -42px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  height: 250px;
  width: 400px;
  border-color: #F6921D;
  font-size: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}


#ticketDiv img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#ticketDiv button,
#maintenanceDiv button {
  position: absolute;
  top: 0%;
  right: 0%;
  color: white;
}


#maintenanceButton {
  background-color: #DF6D14;
  color: #161616;
  border: none;
}

#first-maintenance-msg {
  width: 100%;
  height: 100%;
  background-image: url('/img/evenement/maintenance/background_1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#second-maintenance-msg {
  width: 100%;
  height: 100%;
  background-image: url('/img/evenement/maintenance/background_2.webp');
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.offer-flags {
  width: 35px;
  height: 35px
}

@media screen and (max-width: 992px) {
  .infos-mybox-included {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .infos-mybox-included .media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/* 
==========================================================================
                              POPUP : PAGE INDEX
==========================================================================
*/

#popupDiv {
  background: #FAFAFA;
  background: transparent;
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: -0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #555A64;
  height: 350px;
  width: 450px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  text-align: center;
}

#popupDiv .card {
  height: 100%;
}

#closePopupDiv {
  position: absolute;
  top: 3px;
  right: -10px;
  color: white;
  z-index: 999;
}

#closePopupDiv span {
  background-color: #2C3038;
  padding: 0px 8px;
  border-radius: 50px;
}

#popupDiv h3 {
  color: #009B72;
}

#popupButton {
  border-radius: 10px;
  background: rgba(0, 155, 114, 0.20);
  color: #009B72;
}

#closePopupDiv:focus {
  box-shadow: none;
}

/* RESPONSIVE */
@media screen and (max-width: 576px) {

  #popupDiv {
    width: 300px !important;
    height: 225px !important;
  }

  #popup-content {
    display: none;
    padding: 0;
  }

  #popupDiv h3 {
    font-size: 17px;
    /* color:  #009b72 */
  }

  .img-presskit-logo {
    width: 300px;
  }

  .img-presskit-logo {
    width: 300px;
  }

  .img-presskit-logo {
    width: 300px;
  }
}

/* 
==========================================================================
                              POPUP FULL BACKGROUND : PAGE INDEX
==========================================================================
*/
#popupFullDiv {
  background: url("/img/evenement/2024/noel/background_popup.webp") no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  height: 300px;
  width: 380px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  text-align: center;
  overflow: hidden;
}

#popupFullDiv .card {
  background: transparent;
  border-color: transparent;
  height: 250px;
}

#popupFullDiv #popupButton {
  background-color: #B13030;
  color: #fff;
  border-radius: 10px;
}

#popupFullDiv #popupButton:hover {
  background-color: #B13030;
  border-radius: 10px;
  color: #fff !important;
}

/* 
==========================================================================
                              END 
==========================================================================
*/
#rulesModal .modal-content {
  background-color: #22262E;
  border-color: #22262E;
  border-radius: 10px;
  color: #F4F4F4;
  font-family: Outfit;
}

#rulesModal button {
  color: #DF6D14;
}

#rulesModal .modal-header h5,
#rulesModal .modal-body,
#rulesModal .modal-header h3 {
  color: #F4F4F4;
}

#rulesModal .modal-header,
#rulesModal .modal-footer {
  border-color: #22262E;
}

#rulesModal .modal-body h4 {
  color: #DF6D14;
}

/*----------------------------------------------------------*/


.btn-back-to-top {
  border: 1px solid white;
  left: 2rem !important;

}

@media screen and (max-width: 992px) {
  .rotate {
    display: none;
  }

  .octo-slider {
    display: none;
  }

}

.img-presskit,
.img-presskit-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imgBedrockHeader {
  height: 600px !important;
}

.infos-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.msr-header-play-2023 {
  background: url(/assets/img/oakleaves.png) 0 0/180px 180px;
}

.msr-header-play-plus-2023 {
  background: url(/assets/img/water.webp);
}

.msr-header-play-pro-2023 {
  background: url(/assets/img/redstone.gif) 0 0/212px 212px;
}

.msr-header-play-pro-2023,
.msr-header-play-plus-2023,
.msr-header-play-2023 {
  padding: 11px 11px 4px;
  border-radius: 8px;
  max-width: 340px;
  margin: 0 auto 12px;
  color: #fff;
}

.carousel-control-prev-custom {
  left: -20px
}

.carousel-control-next-custom {
  right: -20px;
}

@media (max-width: 1200px) {
  #carouselHomeCross .img-slide {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 992px) {
  /*#carouselHome {
    height: 250px !important;
  }

  #carouselHomeCross {
    height: 250px !important;
  }*/

  #carouselHomeCross .img-slide {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .col-center {
    justify-content: center !important;
  }

  #carouselHomeCross #img-slide-1 {
    display: none;
  }
}

@media (max-width: 768px) {
  /*#carouselHome {
    height: 400px !important;
  }

  #carouselHomeCross {
    height: 300px !important;
  }*/
}

@media (max-width: 576px) {
  /*#carouselHome {
    height: 450px !important;
  }*/

  .carousel-control-prev-custom {
    left: 0px
  }

  .carousel-control-next-custom {
    right: 0px;
  }
}

@media (max-width: 390px) {
  /*#carouselHome {
    height: 500px !important;
  }

  #carouselHomeCross {
    height: 250px !important;
  }*/

  #carouselHomeCross .img-slide {
    display: none;
  }

  #carouselHomeCross .img-platform {
    display: none;
  }
}

@media (max-width: 340px) {
  /*#carouselHome {
    height: 550px !important;
  }*/
}

#container-img-shop {
  overflow: hidden;
  border-radius: 10px;
}

#img-shop,
.img-shop {
  transform-origin: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: opacity .5s;
  cursor: zoom-in;
  border-radius: 10px;
}

#label-new {
  background-color: #ee4433c7;
  color: white;
  font-size: 8px;
  padding: 2px 5px;
  padding-top: 3px;
  border-radius: 10px;
  position: absolute;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

/* 
==========================================================================
                              HALLOWEEN GAME 
==========================================================================
*/
#div-rules h4 {
  color: #DF6D14;
  font-family: Protest Strike;
  color: #FFF;
  font-weight: 200 !important;
}

#div-rules #div-login {
  min-width: 50%;
}

#div-subtitle {
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 0em 5em;
}

#div-starting {
  color: #DF6D14;
  font-family: Protest Strike;
  font-size: 74px;
  ;
}

#div-starting .btn {
  font-family: Outfit;
}

#start-countdown {
  color: #FFF;
  font-family: "Protest Strike";
  font-size: 500px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#div-ranking {
  color: #F4F4F4;
  position: absolute;
  top: 20px;
  left: 12%;
  z-index: 999;
}

.game-div {
  font-size: 24px;
  font-family: SpicyRice;
  background-color: rgba(22, 22, 22, 0.95);
  color: #FFF;
  font-weight: 300;
}

#main-game-section {
  background: url("/img/evenement/halloween/background.webp") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

#game-section {
  /* background-color: rgba(22, 22, 22, 0.95); */

  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#div-result,
#div-result-fail,
#div-participate,
#div-finish {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Protest Strike;
  animation: overlay-grow 500ms forwards;
  font-size: 40px !important;
}

#ranking-body {
  font-size: 18px;
}

.user-rank {
  color: #FFBB89;
}

.user-tokens {
  color: #DF6D14;
}

.user-rank-out-of {
  color: #FFBB89;
}

/* TABLE */
#card-table,
#ranking-table {
  border-collapse: unset;
  cursor: pointer;
}

#card-table td:hover {
  color: #DF6D14;
}

#ranking-table {
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #F4F4F4;
  vertical-align: middle;
}

#ranking-table tr,
#ranking-table th {
  border: none;
}

#ranking-table td {
  border: none;
  vertical-align: middle;
}

#ranking-table td:first-child {
  border-radius: 10px 0 0 10px;
}

#ranking-table td:last-child {
  border-radius: 0 10px 10px 0;
}

#ranking-table .top-player-first {
  background-color: rgba(255, 199, 92, 0.50);
}

#ranking-table .top-player-second {
  background-color: rgba(216, 216, 216, 0.50);
}

#ranking-table .top-player-third {
  background-color: rgba(255, 160, 92, 0.25);
}

#ranking-table .top-player-odd {
  background: #2D3139;
  ;
}

#ranking-table .top-player-even {
  background-color: #22262E;
  ;
}

#cards-container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 10px;
  margin: 50px;
  justify-content: center;
  perspective: 500px;
}

.halloween-card {
  position: relative;
  height: 175px;
  width: 125px;
}

.halloween-card.visible .halloween-card-back {
  transform: rotateY(-180deg);
}

.halloween-card.visible .halloween-card-front {
  transform: rotateY(0deg);
}

.halloween-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  transition: transform 300ms ease-in-out;
}

.halloween-card-back {
  background-color: black;
  border-color: transparent;
}

.halloween-card-front {
  /* background-color: #FFBB89;
  border-color: #333; */
  border-color: transparent;
  transform: rotateY(180deg);
}

.halloween-card-front:hover {
  transform: scale(1);
}

.halloween-card.matched {
  animation: turn 1s linear infinite 500ms;
}

/* IMAGES**/
#head-halloween-strator {
  position: absolute;
  bottom: -7px;
  z-index: -1;
}

#halloween-candy-footer {
  position: absolute;
  bottom: -10px;
  right: -35px;
  z-index: -1;
}

#halloween-bat-left {
  position: fixed;
  transform: rotate(-25deg) translate(-200px, -300px);
  z-index: -1;
}

#halloween-bat-right {
  position: absolute;
  transform: rotate(25deg) translate(300px, -350px);
  z-index: -1;
}

#button-close {
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 1000;
  /* transform: translate(100%, 0px) */
}

.img-recto {
  width: 125px;
}

.span-time-number {
  font-size: 60px;
}

.flex-timer {
  margin: 0px 20px;
}

#div-timer-end-event {
  background-color: #DF6D14;
  padding: 10px;
  border-radius: 10px;
  color: #161616;
}

#div-timer-end-event[hidden] {
  display: none !important;
}


#div-halloween-countdown {
  color: #DF6D14;
  font-weight: 700;
}

#div-ranking h4 {
  color: #F4F4F4;
}


@keyframes overlay-grow {
  from {
    font-size: 0;
  }

  to {
    font-size: 4em;
  }
}

@keyframes overlay-grow-xs {
  from {
    font-size: 0;
  }

  to {
    font-size: 2em;
  }
}

@keyframes turn {

  0%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }
}

#link-halloween-home,
#button-ranking,
#button-ranking-fail,
#button-start-real-game,
#button-start-real-game-2 {
  background-color: #DF6D14;
}

#div-game-info {
  width: 500px;
}

@media (max-width: 550px) {

  #div-result {
    animation: overlay-grow-xs 500ms forwards;
  }

  #cards-container {
    grid-template-columns: repeat(4, auto);
  }

  .halloween-card {
    position: relative;
    height: 75px;
    width: 50px;
  }

  .img-recto {
    height: 75px;
  }

  #div-game-info {
    width: 230px;
  }

  .game-div {
    font-size: 1.5em;
  }

  #game-section {
    padding-top: 100px;
  }

  #halloween-candy-footer {
    display: none;
  }

  .span-time-number {
    font-size: 20px;
  }

  #div-timer-end-event,
  #div-halloween-countdown {
    font-size: 10px;
  }

  #div-subtitle {
    padding: 1em;
  }
}

@media (max-width: 1000px) {
  #div-ranking {
    top: 75px;
  }

}

@media (max-width: 660px) {
  #div-ranking {
    top: 60px;
  }

  .span-time-number {
    font-size: 20px;
  }

  #div-timer-end-event,
  #div-halloween-countdown {
    font-size: 10px;
  }
}

/* 
==========================================================================
                              BLACK FRIDAY
==========================================================================
*/

.btn-black-friday {
  background: #FEC02F;
  border-color: #FEC02F;
  color: #161616;
}

.btn-black-friday:hover {
  background: rgba(254, 192, 47, 0.);
  border-color: rgba(254, 192, 47, 0.8);
  color: #161616;
}

#promo-header-message {
  height: 40px;
}

@media (max-width: 660px) {
  #promo-header-message {
    height: 70px;
  }
}


/* -------------------------------------------------------------------------------------------------- */

#img-strator-offre {
  height: 70px;
  top: 50px;
  left: -70px;
}


/* .color-custom {
	color: #009b72 !important;
} */

/* 
==========================================================================
                              WHEEL EVENT
==========================================================================
*/

#wheel-text {
  padding-left: 190px;
  padding-right: 50px
}

#btn-roue {
  background: #192D35 !important;
  border-color: #192D35 !important;
  /* animation: glowing-wheel 1300ms infinite; */
  color: #FFF !important;
}

@keyframes glowing-wheel {
  0% {
    box-shadow: 0 0 6px rgba(195, 143, 27, 1);
  }

  50% {
    box-shadow: 0 0 16px rgba(195, 143, 27, 1);
  }

  100% {
    box-shadow: 0 0 6px rgba(195, 143, 27, 1);
  }
}

#div-wheel-content,
#div-mega-wheel-content,
#daily-wheel-content {
  height: 600px;
  position: relative;
}

#div-wheel-full-content {
  height: 800px;
}

.wheel-hand {
  width: 20px;
  height: 60px;
}

.wheel-center {
  width: 40px;
  height: 40px;
}

/* .wheel-bottom {
  width: 500px;
  height: 500px;
} */

@media screen and (max-width: 1450px) {
  #div-wheel-full-content {
    height: 550px;
  }

  #wheel-canvas,
  #mega-wheel-canvas,
  #daily-wheel-canvas {
    width: 400px;
    height: 400px;
  }

  #div-wheel-content,
  #div-mega-wheel-content,
  #daily-wheel-content {
    height: 400px;
  }

}

@media screen and (max-width: 800px) {
  #div-wheel-full-content {
    height: 550px;
  }

  #wheel-canvas,
  #mega-wheel-canvas,
  #daily-wheel-canvas {
    width: 400px;
    height: 400px;
  }

  #div-wheel-content,
  #div-mega-wheel-content,
  #daily-wheel-content {
    height: 400px;
  }



  /* .wheel-bottom {
    width: 400px;
    height: 400px;
  } */
}

@media screen and (max-width: 992px) {
  #wheel-text {
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media screen and (max-width: 500px) {
  /* #div-wheel-full-content {
    height: 350px;
  } */

  #wheel-canvas,
  #mega-wheel-canvas,
  #daily-wheel-canvas {
    width: 250px;
    height: 250px;
  }

  #div-wheel-content,
  #div-mega-wheel-content,
  #daily-wheel-content {
    height: 250px;
  }

  .wheel-center {
    width: 30px;
    height: 30px;
  }

  .wheel-hand {
    width: 10px;
    height: 30px;
  }

  /* .wheel-bottom {
    width: 300px;
    height: 300px;
  } */
}

@media screen and (max-width: 250px) {
  /* #div-wheel-full-content {
    height: 275px;
  } */

  #wheel-canvas,
  #mega-wheel-canvas,
  #daily-wheel-canvas {
    width: 200px;
    height: 200px;
  }

  #div-wheel-content,
  #div-mega-wheel-content,
  #daily-wheel-content {
    height: 200px;
  }

  .wheel-center {
    width: 30px;
    height: 30px;
  }

  .wheel-hand {
    width: 10px;
    height: 30px;
  }

  /* .wheel-bottom {
    width: 200px;
    height: 200px;
  } */
}

/*===================== LANGUAGES MENU =====================*/

.dropdown-language {
  cursor: pointer;
}

.dropdown-menu-language {
  min-width: 0px;
  padding: 0;
  background-color: rgba(255, 255, 255, .3);
  border-color: transparent;
}

.dropdown-item-language {
  padding: 5px 5px;
}

/*----------------------------------------------------------*/


/* 
==========================================================================
                              EASTER GAME 
==========================================================================
*/

#game-section-easter {
  background-color: rgba(188, 35, 86, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-game {
  font-size: 24px;
  background-color: rgba(22, 22, 22, 0.95);
  font-weight: 300;
}

.div-game h4 {
  color: #FFF;
}

.div-game #div-login {
  min-width: 50%;
}

.text-color-white {
  color: #FFF;
}

/* 
==========================================================================
                              CARROUSEL MSG
==========================================================================
*/
.carousel-msg {
  height: 275px
}

.container-msg {
  min-height: 200px
}

.flex-msg {
  padding-left: 200px
}

@media screen and (max-width: 1200px) {
  .container-msg {
    min-height: 250px
  }

  .carousel-msg {
    height: 300px
  }
}

@media screen and (max-width: 992px) {
  .egg-icons {
    display: none;
  }

  .flex-msg {
    padding: 10px;
  }

  .carousel-msg {
    height: 350px
  }
}

@media screen and (max-width: 768px) {
  .container-msg .rounded-lg {
    border-radius: 50px !important;
  }
}

@media screen and (max-width: 522px) {


  .flex-msg {
    padding: 15px;
  }

  .carousel-msg {
    height: 400px
  }
}

@media screen and (max-width: 445px) {
  .carousel-msg {
    height: 450px
  }
}

@media screen and (max-width: 354px) {
  .carousel-msg {
    height: 525px
  }
}

.input-custom {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.no-border-color {
  border-color: transparent;
}

.btn-primary-orange {
  color: #ED5954;
  border: 2px solid rgba(234, 86, 37, 0.25);
}

.btn-primary-orange:hover {
  background-color: rgba(220, 53, 69, 0.2);
  color: #ED5954;
}

.text-orange {
  color: #ED5954;
}

/* GOODIES SHOP */
/* .div-goodies{
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
} */

.price-goddies {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  color: #2C3038;
}

#div-goodies-cart {
  background-color: #FFF;
  /* filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.10)); */
  /* border-radius: 10px; */
}

#link-black-friday:hover {
  color: #fff !important;
  font-weight: 900;
}

/* 
==========================================================================
                              HEADER
==========================================================================
*/

#title-more-games {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Cocon';
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  transform: translate(-50%, -50%);
}

#dropdown-game {
  width: 90vw;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.10);
  /* background: transparent;  */
  border-color: transparent;
  backdrop-filter: blur(7.5px);
  /* overflow-x: scroll; */
  /* scrollbar-color: #343a40 transparent; */
}

#dropdown-menu-col {
  left: 5vw !important;
}

.icon-game {
  height: 120px;
  width: 180px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
}

#carouselGame {
  width: 90%;
  padding-left: 40px;
  padding-right: 40px;
}

#carouselGame .carousel-inner {
  display: flex;
  gap: 10px
}

#carouselGame .carousel-item {
  margin-right: 0;
  flex: 0 0 10%;
  display: block;
}

#carouselGame .carousel-control-prev,
#carouselGame .carousel-control-next {
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50px;
  padding: 5px;
}

#dropdown-link-game.arrow-bottom:before {
  background: rgba(0, 0, 0, 0.10);
}

.img-egg-responsive {
  height: 100px;
  border-radius: 5px;
}

.xs-img-egg-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

#dropdow-egg-sm {
  display: none !important;
}

#dropdow-egg-md {
  display: none !important;
}

.link-all-games {
  color: #F7F9FC;
  font-size: 14px;
  font-style: italic;
}

@media screen and (min-width: 1200px) {
  #navigation-menu .nav-item {
    font-size: 18px;
  }

  #icon-user-area {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #div-user-area {
    display: none;
  }

  #icon-user-area {
    display: inline;
    margin: 0px;
  }
}

@media screen and (max-width: 992px) {
  #div-user-area {
    display: inline;
  }

  #dropdown-menu-col {
    /* left: -10vw !important; */
    left: auto !important;

  }

  #dropdown-game {
    position: static;
    width: auto;
    background-color: transparent;
  }

  #carouselGame {
    display: none;
  }

  #dropdow-egg-md {
    display: flex !important;
  }
}


@media screen and (max-width: 768px) {
  #dropdow-egg-md {
    display: none !important;
  }

  #dropdow-egg-sm {
    display: flex !important;
  }
}

/*----------------------------------------------------------*/

#div-input-invoice input[type="file"] {
  display: none;
}


#label-input-invoice {
  height: 270px;
  width: 100%;
  border-radius: 20px;
  border: 1px dashed rgba(0, 155, 114, 0.50);
  background: rgba(0, 155, 114, 0.05);
  cursor: pointer;
  padding: 20px;
}

.label-custom {
  color: #2C3038;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.card-custom {
  border-radius: 20px;
}

.input-custom-2 {
  border-radius: 10px;
  border: 1px solid #E1E5EA;
}

.col-form {
  margin-bottom: 20px;
}

#offers-table td {
  vertical-align: middle
}

.input-radio-custom {
  border-color: red;
  color: rebeccapurple;
}

/* 
==========================================================================
                              MAP
==========================================================================
*/

.jvm-tooltip {
  background-color: #009b72 !important;
  z-index: 999;
}

#map-localisation {
  min-height: 450px;
}

@media only screen and (max-width:992px) {
  #map-localisation {
    min-height: 400px;
  }
}

@media only screen and (max-width:768px) {
  #map-localisation {
    min-height: 350px;
  }
}

@media only screen and (max-width:576px) {
  #map-localisation {
    min-height: 300px;
  }
}

@media only screen and (max-width:400px) {
  #map-localisation {
    min-height: 250px;
  }
}

/* 
==========================================================================
                              HEADER
==========================================================================
*/
.strator-header {
  height: 100px;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 9
}

@media only screen and (min-width:2300px) {
  .strator-header {
    bottom: -2.5px;
  }
}



@media only screen and (min-width:2500px) {
  .strator-header {
    bottom: -2.9px;
  }
}