/* liste logo */

#header {
    background-color: #fff;
    color: #ffffff;
    cursor: default;
    line-height: 4.75em;
    width: 100%;
    z-index: 10000;
}
ul.liste-logos{
    margin: 0.5em;
    text-align: center;
}

ul.liste-logos li{
    padding: 0.2em;
    display: inline-block;
}

ul.liste-logos li img{
    width: 80px;
}

@media (max-width: 960px) { 
    ul.liste-logos li img{
        width: 50px;
    }
 }



/* Banner */

#banner {
    background-color: #f7a500;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top:4em ;
    text-align: center;
}

#banner h2 {
        color: #ffffff;
        font-size: 3em;
        line-height: 1em;
        margin: 0 0 0.5em 0;
        padding: 0;
}

img.logo-o-doo{
    width: 20vw;
    padding-bottom:30px;
}

button.reserver{
    color:#2E3192;
    font-weight: bold;
    padding: 20px 40px 20px 40px;
}

button.reserver:hover{
    color:#fff;
    background-color: transparent;
    border: 3px solid white;
    font-weight: bold;
    padding: 20px 40px 20px 40px;
}

#compteurargent{
    display: none;
}


img.particules{
    width: 100%;
}


.reglement{
    color: #2E3192;
    padding-top: 3em;
    margin-bottom: 30px;
    text-align: left;
}

.reglement h2{
   margin-bottom: 30px;
}
.reglement div div{
    margin-bottom: 10px;
 }

 .reglement a{
    color: #575a86;
 }

 #footer{
    background-color: #004585 !important;
    padding: 10px;
 }

 #footer ul{
    list-style-type: none;
 }
    