@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* background-image: url("/images/background.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    font-family: "Montserrat", sans-serif;
    font-size: 16px;

}

@media screen and (max-width: 2300px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    body {
        /* background-image: url("/images/background-mobile.jpg"); */
        background-position: 40% 92%;
        background-repeat: no-repeat;
        background-size: auto;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
    }

    footer {
        text-align: center;
    }
}

footer a:hover {
    text-decoration: underline;
    color: #FFF;
}

.offcanvas {
    font-size: 16px;
}

/*
footer {
    font-size: 16px;
}

@media screen and (max-width: 2300px) {
    footer {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    footer {
        font-size: 12px;
    }
}

footer a:hover {
    text-decoration: underline;
    color: #FFF;
}
*/



.page-item.active .page-link {
    background-color: #9dcba5 !important;
    border-color: #9dcba5 !important;
    color: white !important;
}

.page-link {
    color: black !important;
}

.primary-color {
    color: #9dcba5 !important;
}

.bg-primary-color {
    background-color: #1ca14d !important;
    border-color: #1ca14d !important;
}

.text-mensuel {
    color: #9dcba5;
}

.text-semestriel {
    color: #f59f00;
}

.text-annuel {
    color: #e96958;
}

.btn-mobile, .btn-mobile-back {
    height: 60px;
    width: 300px;
    align-content: center;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-mobile:hover {
    background-color: red !important;
    border-color: red !important;
}

.btn-mobile-back:hover {
    background-color: #212529 !important;
    border-color: #212529 !important;
    color: #FFF;
}

#customers_form_cbFront {
    height: 60px;
    width: 100px;
    text-align: center;
    margin: auto;
    font-size: 25px;
    letter-spacing: 4px;
}

#customers_form_cbBack {
    height: 60px;
    width: 80px;
    text-align: center;
    margin: auto;
    font-size: 25px;
    letter-spacing: 4px;
}

#customers_form {
    display: flex;
    justify-content: center;
}

.form-group {
    padding-left: 10px;
    padding-right: 10px;
}

/*
label {
    display: none;
}*/



/* AIR-V */

header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.bg-header {
    background-image: url("/carousel.jpg");
    background-position: left bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    background-size: 30%;
}


.btn {
    background-color: #0f2360;
    color: #FFF;
    border-radius: 30px;
}

.btn:hover {
    background-color: #FFF;
    color: #0f2360;
    border-color: #0f2360;
}

a {
    text-decoration: none;
    color: #FFF;
}

footer {
    background-color: #01174F;
    color: #FFF !important;
}

footer > a {
    background-color: #01174F;
    color: #FFF !important;
}

.title-info {
    text-transform: uppercase;
}

.title-info::after {
    border-bottom: 4px solid #FFF;
}

.title-info::after {
    content: '';
    padding-top: 10px;
    width: 30px;
    display: block;
}

@media screen and (max-width: 600px) {
    .title-info::after {
        margin: auto;
    }
}


.test-info {
    position: relative;
}

@media screen and (min-width: 700px) {
    .test-info::after {
        content: '';
        height: 90px;
        width: 0.5px;
        
        position: absolute;
        right: 0;
        top: 0; 
        
        background-color: #FFF;
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


.game {
    transition: transform 0.3s, filter 0.3s;
    filter: grayscale(0.5);
    border-radius: 20px;
}

.game:hover {
    cursor: pointer;
    transform: scale(1.05);
    filter: grayscale(0);
}


.input_players {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  
  .input_players::-webkit-inner-spin-button,
  .input_players::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  
  .number-input {
    border: 1px solid #0f2360;
    display: inline-flex;
  }
  
  .number-input,
  .number-input * {
    box-sizing: border-box;
  }
  
  .number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
  }
  
  .number-input button:before,
  .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #0f2360;
    transform: translate(-50%, -50%);
  }
  .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  
  .number-input input[type=number] {
    max-width: 5rem;
    padding: .5rem;
    color: #0f2360;
    border: 0;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
  }


.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}



/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}
  
/* CHECKED STYLES */
[type=radio]:checked + img {
    transform: scale(1.05);
    filter: grayscale(0);
}

.dateSelect {
    background: #031850;
    border-radius: 50rem !important;
    color: white;
}

.hour {
    cursor: pointer;
    border: 1px solid transparent;
    transition: border 0.3s, border-radius 0.3s;
}

.hour:hover {
    border: solid 1px #031850;
    border-radius: 50rem !important;
}

.hourDisabled {
    background: #f3f3f3;
    border-radius: 50rem !important;
}


.btn-inverse {
    background-color: #0f2360;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
}

.btn-inverse:hover {
    background-color: #FFF;
    color: #0f2360;
    border-color: #0f2360;
}




  .btn-style903 {
    background-color: #FFF;
    position: relative;
    border-color: #031850;
    color: #031850;
  }


  .btn-style903::before {
    width: 15px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      transition: all 0.2s;
      transition-delay: 0.1s;
      background: #031850;
      content: "";
  }

  .btn-style903:hover {
    background-color: #031850;
    color: #fff;


  }

  .btn-style903:hover::before {
    left: 100%;
        transform: translate(-100%, -50%);
        background-color: #fff;
  }












  .btn-style904 {
    background-color: #FFF;
    position: relative;
    border-color: #031850;
    color: #031850;
  }


  .btn-style904::before {
    width: 15px;
      height: 3px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      transition: all 0.2s;
      transition-delay: 0.1s;
      background: #031850;
      content: "";
  }

  .btn-style904:hover {
    background-color: #031850;
    color: #fff;


  }

  .btn-style904:hover::before {
    right: 100%;
        transform: translate(-100%, -50%);
        background-color: #fff;
  }






.btn-lang {
    background-color: #ffffff00;
    color: #FFF;
    border-radius: 30px;
}

.btn-lang:hover {
    background-color: #FFF;
    color: #0f2360;
    border-color: #0f2360;
}

.carousel {
    font-size: 16px;
}




.banner-reservation {
    background-image: url("/images/header-reservation.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 600px) {
    .banner-reservation {
        background-image: url("/images/header-reservation-mobile.png");
        height: 150px;
    }
}


.banner-homepage {
    background-image: url("/images/header-homepage.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media screen and (max-width: 600px) {
    .banner-homepage {
        background-image: url("/images/header-reservation-mobile.png");
        height: 350px;
    }

    .btnPink {
        font-size: 12px;
    }
}



.btnPink {
    background-color: #E10234 !important;
    color: #FFF;
    border-radius: 30px;
}

.btnPink:hover {
    background-color: #FFF;
    color: #E10234 !important;
    border-color: #E10234 !important;
    background-color: #FFF !important;
}





.bottom-reservation {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 76vw;
    display: flex;
    align-items: flex-end;
}

.bottom-reservation-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* height: 108vw; */
    height: 125vw;
    display: flex;
    align-items: center;
}

.underline-white::after {
    border-bottom: 4px solid #FFF;
    content: '';
    padding-top: 10px;
    width: 30px;
    display: block;
}

.underline-primary::after {
    border-bottom: 4px solid #01174F;;
    content: '';
    padding-top: 10px;
    width: 30px;
    display: block;
}

.underline-pink::after {
    border-bottom: 4px solid #E10234;;
    content: '';
    padding-top: 10px;
    width: 30px;
    display: block;
}



.air-v {
    position: fixed;
    background-image: url("/images/air-v.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32vw;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


@media screen and (max-width: 767px) {
    .underline-white::after {
        margin: auto;
    }
    
    .underline-primary::after {
        margin: auto;
    }
    
    .underline-pink::after {
        margin: auto;
    }

    .bottom-reservation {
        height: 100%;
    }

    .air-v {
        height: 130px;
    }
}

@media screen and (max-width: 1100px) {
    .bottom-reservation-home {
        height: 100%;
    }
}



a:hover {
    color: #E10234 !important;
}

.game-hover:hover {
    cursor: pointer;
    > div {
        visibility: visible !important;
    }
}

.p-absolute {
    position: absolute;
}


@media screen and (max-width: 900px) {
    .p-absolute {
        position: initial;
    }
}




.list-group-item.active {
    background-color: #01174F;
    border-color: #01174F;
}








.game-container {
    position: relative;
    cursor: pointer;
   
  }
  
  .image {
    display: block;
    width: 100%;
 
  }
  
  .overlay-gaming {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #021757e0;
  }

  .overlay-cultural {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #f3e3a1b3;
  }
  
  .game-container:hover .overlay-gaming {
    opacity: 1;
  }

  .game-container:hover .overlay-cultural {
    opacity: 1;
  }
  
  .game-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }


  .game-text-2 {
    position: absolute;
    /*top: 57%;*/
    bottom: 8%;
    left: 58%;
    -webkit-transform: translate(-60%, 0%);
    -ms-transform: translate(-60%, 0%);
    transform: translate(-60%, 0%);
  }




  @media screen and (max-width: 1400px) {
    .game-text-2 {
        position: absolute;
        bottom: 8%;
        left: 58%;
        -webkit-transform: translate(-60%, 0%);
        -ms-transform: translate(-60%, 0%);
        transform: translate(-60%, 0%);
      }
  }

  @media screen and (max-width: 991px) {
    .game-text-2 {
        position: absolute;
        bottom: 9%;
        left: 58%;
        -webkit-transform: translate(-60%, 0%);
        -ms-transform: translate(-60%, 0%);
        transform: translate(-60%, 0%);
      }
  }

  @media screen and (max-width: 760px) {
    .game-text-2 {
        position: absolute;
        bottom: 11%;
        left: 58%;
        -webkit-transform: translate(-60%, 0%);
        -ms-transform: translate(-60%, 0%);
        transform: translate(-60%, 0%);
      }
  }


  @media screen and (max-width: 400px) {
    .game-text-2 {
        position: absolute;
        bottom: 9%;
        left: 58%;
        -webkit-transform: translate(-60%, 0%);
        -ms-transform: translate(-60%, 0%);
        transform: translate(-60%, 0%);
      }
  }

  @media screen and (max-width: 350px) {
    .game-text-2 {
        position: absolute;
        bottom: 9%;
        left: 58%;
        -webkit-transform: translate(-60%, 0%);
        -ms-transform: translate(-60%, 0%);
        transform: translate(-60%, 0%);
      }
  }



  .nav-link {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
  }

  .nav-link:hover, .nav-link:focus {
    color: #E10234 !important;
    cursor: pointer;
  }


  @media screen and (min-width: 700px) {
    .carousel-control-prev, .carousel-control-next {
        height: max-content;
        width: 5%;
        top: 50%;
    }

    .bottom-reservation-home > .container {
        padding-top: 250px;
    }

    .bottom-reservation-home {
        background-image: url("/images/figure-bottom-home.jpg");
    }

      #hoursTarifs {
          display: none;
      }

    .bottom-reservation {
        background-image: url("/images/figure-bottom2.svg");
    }

    .navbar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .bottom-reservation-home {
        background-image: url("/images/figure-bottom-home_2.jpg");
    }
}

@media screen and (max-width: 1200px) {
    .bottom-reservation-home {
        height: max-content;
    }
    #hoursTarifs {
        display: block;
    }
}



@media screen and (min-width: 1200px) {
    #our-cultural-experiences > .row {
        position: absolute;
    }
}




.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(0);
}




@media screen and (max-width: 1400px) {
    #textSlider1 {
        display: none;
    }

    #textHome {
        display: block !important;
    }

    .banner-homepage {
        background-image: url("/images/header-homepage-mobile.jpg");
    }
}


.privacypolicies-com---nb-simple {
    border-radius: 30px;
    box-shadow: 1px 0px 5px black;
    right: 15px !important;
    bottom: 15px !important;
    max-width: 20% !important;
    background-color: #ffffff !important;
}

.privacypolicies-com---palette-light .cc-nb-title {
    color: #01174f !important;
}

.privacypolicies-com---palette-light .cc-nb-okagree {
    background-color: #01174f !important;
}

.cc-nb-main-container {
    padding: 2rem;
}

/* RGPD */

.rgpd {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.rgpd.show {
  right: 20px;
}
.rgpd header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #4070f4;
  font-size: 32px;
}
header h2 {
  color: #4070f4;
  font-weight: 500;
}
.rgpd .data {
  margin-top: 16px;
}
.rgpd .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #01174F;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.rgpd .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #01174F;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #2e50a6;
}
#declineBtn {
  border: 2px solid #01174F;
  background-color: #fff;
  color: #01174F;
}
#declineBtn:hover {
  background-color: #01174F;
  color: #fff;
}

/* END RGPD */



#flash_messages {

    position: absolute;
    top: 65px;
    width: 100%;
}


.carousel-control-prev-icon {
    background-image: url("/images/left5.svg");
}

.carousel-control-next-icon {
    background-image: url("/images/right5.svg");
}

/*
@media screen and (max-width: 600px) {
    .navbar {
        padding-top: 1.5rem;
    }
}
*/

.grecaptcha-badge {
    visibility: hidden;
}

.alert-succcess {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-succcess hr {
    background-color: #c9e2b3;
}

.alert-succcess .alert-link {
    color: #2b542c;
}

#toast-container {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1055;
}

.badge.tag-filter.active {
    background-color: #E10234 !important;
    color: #FFF !important;
}
.game-item {
    /* on part d’une opacité à 1 */
    opacity: 1;
    /* on indique une transition sur l’opacité */
    transition: opacity 0.3s ease;
}