@font-face {
    font-family:'Apercu';
    src: url('/assets/fonts/apercu-pro/apercu_regular_pro.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}


@font-face {
    font-family:'Apercu Pro Bold';
    src: url('/assets/fonts/apercu-pro/apercu_bold_pro.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

@font-face {
    font-family:'Apercu Pro Medium';
    src: url('/assets/fonts/apercu-pro/apercu_medium_pro.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

@font-face {
    font-family:'Sky';
    src: url('/assets/fonts/skyfont.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}

* {
    font-family:'Apercu Pro', sans-serif;
    letter-spacing: 0.3px;
}

html,body {
    margin: 0;
    padding:0;
    width:100%;
    height:100%;
    min-height:100vh;
    _overflow: hidden;
    font-family:'Apercu Pro Bold', sans-serif;
    background-color: #00b3f0;
    color:white;

}

a {
    text-decoration: none;
    _margin:14px;

}

h2 {
    font-family:'Apercu', sans-serif;
    font-size: 18px;
    margin: 0 0 10px 0;
}

div {
    _margin-bottom: 5px;
}


#app {
    width: 100%;
    height: 100%;
}

/* ASK PAGE */

.ask-content {
    width:90%;
    max-width:394px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    _background-color: white;
    color:black;
}

.ask-header {
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    _margin: 5px 5px;
    _padding: 2px;
    _margin-bottom: 5px;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-color: #005EBA;
    border: 1px solid #005EBA;
    margin-top:0px;
    border-radius: 15px 15px 0px 0px;
    height:450px;
}

.ask-header h1 {
    color: white;
    display: flex;
    margin: 5px 20px;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-size: 28px;
        margin-top: -70px;
}

.fond-logo2 {
    min-width: 200px;
    max-width: 200px;
    background-color: #ffffff !important;
    padding: 100px 100px;
    border-radius: 200px;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
}

.logo-img {
    left: 50px;
    width: 130px;
    position: absolute;
    top: 50px;
    /* left: 30px; */
}

.lang {
    position: absolute;
    background-color: white;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    top: 50px;
    left: 0px;
    font-size: 12px;
}

.newsletter {
    display: flex;
    flex-direction: row;
}

.newsletter_title {
    font-size: 16px !important;
    text-align: left;
    width:80%;
}

.newsletter_text {
    font-size: 11px !important;
    text-align: left;
    margin-top:0;
    color:black;
}


input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    margin: 3px 23px 3px 4px;
    scale:2;
}

/*.rules {
    position:absolute;
    background-color: white;
    border-radius: 10px;
    padding:10px;
    bottom:10px;
   
}
*/
.rules {
    top: 10px;
    position: absolute;
    background-color: white;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    left: 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 100;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10px auto; /* from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*.lang a {
    position: absolute;

}*/

.ask-header p {
    color: white;
    padding: 1px;
    font-size: 12px;
    margin:0;
}

.ask-header div {
    margin-bottom: 10px;
}

.ask-content p {
    font-size: 30px;
}


.ask-header img {
    _position: absolute;
    _left:-2px;
    top:5px;
    width: 250px;
}

#responseMessage {
    margin-top: 20px;
    font-size: 18px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    display:none;
    color:red;
}



.formulaire {
    margin:0;
}

form.form-question {
    max-width: 400px;
    _margin: auto;
    padding: 10px 10px 10px 10px;
    _border: 1px solid #ccc;
    _border-radius: 5px;
    _background-color: white;
}

.form-question h2 {
    font-family: 'Bogart-Semi-Bold', sans-serif;
    font-size: 16px;
    /* margin: 10px 0 10px 0; */
    padding: 5px 15px 0 15px;
    text-transform: uppercase;
}

.error_message {
    color: red;
    padding: 5px 0;
}

#destination {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:10px 0px;
}

label {
    display: block;
    margin-bottom: 5px;
    float:left;
    color:black;
    text-transform: uppercase;
}

label.startinput {
    margin-bottom: 0;
    font-size: 12px;
    font-family: Arial;
}

input[type="text"], input[type="email"], input[type="number"], textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid grey;
    border-radius: 4px;
    height: 45px;
    font-size:14px;
    margin: 0 0 10px 0;
    _border: 1px solid black !important;
}


form.form-participate {
    max-width: 400px;
    _margin: auto;
    padding: 10px 10px 10px 10px;
    _border: 1px solid #ccc;
    _border-radius: 5px;
}

.form-participate h2 {
    font-family: 'Bogart-Semi-Bold', sans-serif;
    font-size: 18px;
    /* margin: 10px 0 10px 0; */
    padding: 5px 15px;
}


.form-participate label {
    display: block;
    margin-bottom: 5px;
    display: flex;
    font-size: 12px;
    margin: 0 10px;
}

/*label {
    display: block;
    margin-bottom: 5px;
}

label.startinput {
    margin-bottom: 0;
    font-size: 12px;
    font-family: Arial;
}*/


#text-field  {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid grey;
    border-radius: 4px;
    _height: 48px;
    font-size:14px;
}


.radio-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom:0px;
    flex-wrap: wrap;
}

.radio-list li {
    display: block;
    margin: 0px 5px;
/*    width:40%;*/
}

.radio-list label {
    display: block; /* Make the label fill the li, so the whole area is clickable */
    padding: 10px 15px; /* Add padding to create button shape */
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer; /* Change cursor to pointer to indicate interactivity */
    background-color: #f4f4f4;
    transition: background-color 0.3s;
    line-height: 20px;
}

.radio-list label:hover {
  background-color: #e9e9e9;
}

/* Hide the default radio input visually */
.radio-list input[type="radio"] {
  _display: none;
  -webkit-appearance: none;
  appearance: none;
  /* or position: absolute; opacity: 0; */
  /* Maintain accessibility by keeping it focusable */
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0; /* Important for consistency */
}

/* Style the label (the "li-like" element) when its associated radio is checked */
.radio-list input[type="radio"]:checked + label {
  background-color: #E1F4FB; /* Blue background for selected item */
  color: black; /* White text for better contrast */
  border-color: #ccc;
}

.rules button {
    background-color: white;
    font-size: 12px;
    text-transform: uppercase;
}

/* Submit */
button.ask {
    font-size: 18px;
    color: white;
    padding: 10px 15px;
    _border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    background-color: #005EBA;
    _border: 1px solid black !important;
}

button.ask:hover  {
    background-color: white;
    color: black;
    _border: 1px solid black !important;
}



@media screen and (max-width: 900px) {

    .start {
        display: flex;
        margin: auto;
        padding: 2px;
        _border: 1px solid #ccc;
        _border-radius: 5px;
        margin-bottom: 5px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .player-list {
        display: flex;
        width:100%;
    }

}

/* Remove pointer on img */
img {
    pointer-events: none;
}

/* Remove blue color on long press */
* {
    outline: none !important;
    border: none !important;
    box-shadow: none !important; /* Useful if using a framework like Bootstrap */
    -webkit-tap-highlight-color: transparent;
}

.header {
    top:0;
    width:100%;
    padding:0;
    margin:0;
    text-align: center;
    position: fixed;
    height:140px;
    background-color: white;
    border-bottom: 1px solid grey !important;
    z-index: 40;

}

.header .logo {
    padding:0;
    margin-top:10px;
    object-fit: contain;
    max-height: 20px;
}

.header .pain {
    position:absolute;
    top:-160px;
    right:100px;
    width:200px;
    overflow:hidden;
}


.header h1 {
    margin:7px;
    text-transform: uppercase;
}

.container {
    display: flex;
    padding: 0px 0px;
    width: 100%;
    flex-direction: column;
    _margin-top:140px;
    z-index: 10;
}

.end {
    display: flex;
    padding: 0px 0px;
    width: 100%;
    flex-direction: column;
    height: 600px;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

.logo-end {

    width:200px;
}

.popular {
    display: flex;
    padding: 0px 0px;
    width: 100%;
    flex-direction: column;
    margin-top:180px;
}

.gallery_popular {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}



.filters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter {
    font-family: 'Apercu Pro Medium', sans-serif;
    padding: 10px 10px;
    margin: 0 2px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 12px;
    background-color: rgb(235 245 245 / 1);
    border-radius: 5px;
    cursor: pointer;
}

.filter-dropdown {
    font-family: 'Apercu Pro Medium', sans-serif;
    _padding: 10px 10px;
    _margin: 0 2px;
    _text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 12px;
    _background-color: rgb(235 245 245 / 1);
    border-radius: 5px;
    cursor: pointer;
    _border: 1px solid black !important;
}


.filter-choosen {
    border: 1px solid grey !important;
    _border-radius: 5px;
}

#dropdown-close-helper {
    display:none;
}


.v-select { 
    width:100%;
    height: 40px;
    margin:20px 0;
    _width:90%;
    background-color: white;

}

button#myBtn1 {
    background-color: white;
}

a.rules-link {
     background-color: white;
}

.vs__search, .vs__search:focus {
    _font-family: 'BryantPro-Bold';
    color: var(--vs-search-input-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: var(--vs-line-height);
    font-size: 16px;
    _border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 20px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    z-index: 1;
    letter-spacing: 1.4px;
    _background-color: rgb(235 245 245 / 1);
}
.vs__actions {
    _background-color: rgb(235 245 245 / 1);
}
.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - var(--vs-border-width));
    left: 0;
    z-index: var(--vs-dropdown-z-index);
    _padding: 15px 0;
    margin: 0;
    min-width: var(--vs-dropdown-min-width);
    overflow-y: auto;
    box-shadow: var(--vs-dropdown-box-shadow);
    border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
    border-top-style: none;
    border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
    text-align: left;
    list-style: none;
    _background-color: rgb(235 245 245 / 1);
    color: black;
    overflow-y: auto;
    max-height: 300px;
    border:1px solid grey !important;
}

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: var(--vs-dropdown-option-padding);
    clear: both;
    color: var(--vs-dropdown-option-color);
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 0px 10px 20px;
    font-size: 16px !important;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    align-content: center;
    padding: 5px 0;
    letter-spacing: 1.4px;
}

.vs__dropdown-option--highlight {
    background: #005EBA !important;
    color:white;
    _color: var(--vs-dropdown-option--active-color);
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: var(--vs-selected-bg);
    border: var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);
    _border-radius: var(--vs-border-radius);
    color: var(--vs-selected-color);
    line-height: var(--vs-line-height);
    /* margin: 4px 2px 0; */
    /* padding: 0 .25em; */
    z-index: 0;
    padding: 0px 20px !important;
    font-size: 16px;
}

.no-scroll-dropdown .vs__dropdown-menu {
  overflow: hidden; 
  /* You may need to adjust the max-height if the list of options is long */
  /* max-height: 200px; */ 
}

.vs__dropdown-option--highlight {
    background: #00c1de;
    _color: var(--vs-dropdown-option--active-color);
}

.vs__clear {
    fill: var(--vs-controls-color);
    /* padding: 0 10px; */
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 25px;
}

.vs__open-indicator {
    fill: var(--vs-controls-color);
    transform: scale(var(--vs-controls-size));
    transition: transform var(--vs-transition-duration) var(--vs-transition-timing-function);
    transition-timing-function: var(--vs-transition-timing-function);
    margin-right: 10px;
}

/*.vs__actions {
    display: flex;
    align-items: center;
    padding: 5px;
}
*/



@keyframes fade-out {
  100% {
    opacity: 0;
    display: none;
  }
}


@keyframes fade-in {
  100% {
    opacity: 1;
    display: block;
  }
}


.hide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#select-countries1 {
    display: block;
}

.show {
    display: block;
}

.element {
  transition: opacity 0.5s ease-out, display 0.5s ease-out; /* Match duration */
  transition-behavior: allow-discrete; /* Allow display to transition */
}

.element.hidden {
  opacity: 0;
  display: none; /* This will now transition after opacity */
}



/* MEDIA QUERY */

@media (max-width: 1080px) {


}
    

@media (max-width: 625px) {

    .header {
        width:100%;
        padding:0;
        margin:0;
        text-align: center;
        position: fixed;
        height:150px;
        background-color: white;
        box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);

    }
    .header h1 {
        font-size: 18px;
    }
    .container {
        display: flex;
        padding: 0px 0px;
        width: 100%;
        flex-direction: column;
        _margin-top:150px;
    }


    .filter {

    }


}

.flag-icon {

    width:32px;
    margin-right:20px;
}


.custom-option {
    display:flex;
}
.footer {
    margin-top: 30px;
}
p.footer-infos {
    font-size: 12px;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r: .4em; /* control the ribbon shape (the radius) */
  --c: #f7f7f7;

  font-size:14px;
  position: absolute;
  top: 20px;
  left: calc(-1*var(--r));
  line-height: 1.8; 
  padding: 0 .5em calc(2*var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: 
    radial-gradient(100% 50% at left,var(--c) 98%,#0000 101%)
     100% 0/.5lh calc(100% - 2*var(--r)),
    radial-gradient(100% 50% at right,#edd2d255) 
     0 100%/var(--r) calc(2*var(--r)),
    conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)),#0000 25%,var(--c) 0)
     0 0/calc(101% - .5lh) 100%;
  background-repeat: no-repeat;  
  color:black; 
}

.ribbon2 {
  --r: .4em; /* control the ribbon shape (the radius) */
  --c: #f7f7f7;

  font-size:14px;

  position: absolute;
  top: 60px;
  left: calc(-1*var(--r));
  line-height: 1.8; 
  padding: 0 .5em calc(2*var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: 
    radial-gradient(100% 50% at left,var(--c) 98%,#0000 101%)
     100% 0/.5lh calc(100% - 2*var(--r)),
    radial-gradient(100% 50% at right,#edd2d255) 
     0 100%/var(--r) calc(2*var(--r)),
    conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)),#0000 25%,var(--c) 0)
     0 0/calc(101% - .5lh) 100%;
  background-repeat: no-repeat;
}

#nuage {
    position: absolute;
    top:200px;
    left:0px;
    z-index: 0;
    width: 140px;

}


.mandatory {
    color:red;
    font-size: 28px;
}

/* NOT GOOD ANYMORE TO DELETE */
