.cinzel-decorative-regular {
    font-family: "Cinzel Decorative", serif;
    font-style: normal;
}

.img-container{
    height: 100%;
}

.card-action{
    display: flex;
    border: none !important;
    justify-content: right;
}

.row {
  height: 100%;
  margin-bottom: 0;
}

.btn{
    background-color: #68902B;
    border-radius: 50px;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Tahoma, Arial;
    font-size: 1.2rem;
}

nav ul a{
    color: black;
}

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3{
    color: #68902B;
    font-family: "Cinzel Decorative";
    text-align: center;
}

nav{
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
}

nav .material-icons{
    color: #000;
}

div .card{
    border-radius: 30px;
}

.card-title{
    color: #68902B;
    font-family: "Cinzel Decorative";
}

#index{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url("../accueil.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#index nav{
    background-color: rgba(0,0,0,0);
    box-shadow: none!important;
    position: fixed;
}

#index nav ul a{
    color: #fff;
}

#index{
    height: 100%;
}

#index .container{
    justify-content: start;
    height: 100%;
    display: flex;
    align-items: center;
}

#index .material-icons{
    color: #fff;
}

#index .container {
    width: 95%;
}

#index .title{
    position: fixed;
    top: 50vh;
    left: 5vh;
    width: 950px;
}

#infos .card{
    height: 100%;
}

#infos .contact{
    height: auto;
}

#infos .container{
    position: relative;
    top: -125px;
}

#infos .timeline{
    width:100%;
}

#map-container {
    width: 100%;
    display:inline-block;
    overflow:hidden;
}

#map {
    position:relative; top:-67px;
    border:none;
    width: 100%;
    height: 400px;
}

#adresses row{
    width: 100%;
}

#adresses img{
    padding: 0;
    margin: 0;
}

#adresses ul{
    margin: 20px;
    padding: 20px;
}


#adresses ul li{
    list-style-type: disc !important;
}

#adresses .card-image{
    margin: 20px;
}

#adresses .container{
    margin-top: 50px;
    margin-bottom: 50px;
}

#adresses .card{
    height: 100%;
}

#logements{
    padding-top: 0px;
    height: 560px;
}

#logements .container{
    width: 80%;
}

#logements .img-container{
    background-image: url("../toulouse_night.png");
    background-repeat: no-repeat;

}

#restos{
    height: 860px;
}

#restos .img-container{
    background-image: url("../bouffe.png");
    background-repeat: no-repeat;
}

#tourisme{
    height: 720px;
}

#tourisme .img-container{
    background-image: url("../canal_midi.png");
    background-repeat: no-repeat;
}

.img-mobile{
    width: 100%;
}

#jeu .enigme-elt{
    text-align: left;
    width: 60%;
    background-color: #111;
}

#jeu nav{
    background-color: rgba(0,0,0,0);
}

#jeu nav ul a{
    color: #fff;
}

#jeu .container{
    height: 100vh;
}

#jeu .material-icons{
    color: #fff;
}

#jeu .sidenav{
    background-color: #212121;
}

#jeu #mobile-demo ul a{
    color: #fff;
}

#jeu h1, h2, h3, h4{
    color: #fff;
    font-family: Tahoma, Arial;
    text-align: left;
}

#adresses h1, h2, h3, h4{
    color: #68902B;
    font-family: "Cinzel Decorative";
    text-align: center;
}

.img-enigme{
    height: 300px;
}

.question{
    margin-top: 20px;
}

@media (min-width: 993px) { /* Large screens and above */
    .flex {
        display: flex;
    }

    .flex .col {
        flex: 1;
    }
}

@media (max-width: 993px){
    #adresses .card-image img{
        width: 50px;
    }
}

/* label underline focus color */
#email_inline:focus, #mdp_inline:focus, #reponse:focus{
 border-bottom: 2px solid #68902B;
 box-shadow: 0 1px 0 0 #000;
}

.points_neg{
    color: #D14E4E;
}

.points_pos{
    color: #8FD14E;
}

.points_nul{
    color: #fff;
}

.inline{
    display: inline;
}

.inline-block{
    display: inline-block;
}

.helper-text{
    margin-bottom: 10px;
}

.li_enigme{
    margin: 20px;
}

#reponse{
    display: inline-block;
    width: 400px;
}

#countdown{
    color: #777;
}

.indice{
    margin-top: 20px;
}

.rep{
    margin-top: 20px;
}

.input{
    color: #fff;
}

.boutton-regle{
    margin-top: 40px;
    margin-bottom: 40px;
}

.boutton-regle .row div {
    margin-bottom: 20px;
}

.modal{
    width: 600px;
    max-height : 100%;
}

.modal-content img{
    width: 100%;
}

#lost{
    color: white;
}

#lost h1{
    margin: 100px;
    color: #fff;
    font-family: Tahoma, Arial;
}

.btn-playlist{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #000 !important;
}

.deezer:hover{
    background-color: #8A2BE2 !important;
}

.spotify:hover{
    background-color: #1DB954 !important;
}

.sidenav .btn-playlist{
    display: inline-flex;
    justify-content:center;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #000 !important;
    width: 90%;
}
    @media (max-width: 1500px) {
      .hide-1500 {
        display: none !important;
      }

      .sidenav-trigger-custom {
        display: inline-block !important;
      }

      nav{
        background-color: #fff;
        padding-left: 40px;
        padding-right: 40px;
      }
    }

    @media (min-width: 1501px) {
      .sidenav-trigger-custom {
        display: none !important;
      }

      .custom-hide {
        display: flex !important;
      }
    }

@media (orientation: portrait) {
    #index{
        position: relative;
        background-image: url("../accueil2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #index .container{
        justify-content: center;
    }

    #index .title{
        display: flex;
        justify-content: center;
        width: 100%;
        top: 200px;
    }

    html{
        font-size: 1rem;
    }

    #adresses ul{
        margin: 0px;
    }

    #infos .container{
        position: relative;
        top: 0px;
    }

    .modal{
        width: 100%;
    }

    #jeu .enigme-elt{
    text-align: left;
    width: 100%;
    background-color: #111;
}
}

