* {
  margin: 0;
  padding: 0;
} 
#texteNeptuneHotel{
    position: absolute;
    width: 100%;
    top:360px;
    color:white;
    text-shadow:rgb(0, 174, 255) 8px -3px;
    font-size:130px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.administration{
    width:60%;
    margin-top: 50px;
    margin-left: 20%;
    margin-bottom:200px ;
}
.administration a{
    text-decoration: none;
    color: black;
    font-size: large;
}
.administration ul{
    list-style-type:none;
}
/*Centrer le contenu */
.container {
    margin-top: 30px;
    width: 70%;
    margin-left: 15%;
    text-align: justify;
    line-height: 25px;
    font-size: 20px;
}
.largeContainer{
    width:90%;
    margin-left: 5%;
    text-align: center;
}
.largeContainer table{
    margin-left: auto;
    margin-right: auto;
}

.page{
    display:flex;
    flex-flow: row wrap;
}

.header{
    background-color: rebeccapurple;
    width:100%;
    order:1;
    text-align: center;
}

.body .article a{
    background-color: deepskyblue;
    color: ghostwhite;
    border: 1px solid darkslategrey;
    border-radius: 5px;
    padding: 6px 3px;
    margin: 10px 15px;
    width: fit-content;
}


.sidebar{
    background-color: deeppink;
    width:30%;
    order:2;
    padding:15px;
}
.footer{
    background-color: darkolivegreen;
    width: 100%;
    order:4;
}
@media (max-width:770px){
    .sidebar{
        order: 3;
        width:100%;
    }
    .body{
        order: 2;
        width:100%;
    }
}

.alertEvent{
    text-align: center;
    background-color: #87dd8b;
    width:100%;
    padding:0px;
    height: 50px;
}

.footer{
    background-color: rgb(35,31,32);
    color: white;
    height: 50px;
    padding:10px;
    margin-top: 60px;
}
.contact a{
    color:black;
    text-decoration: none;
}
/* page detailChambre */
.infosChambre{
    width: 220px;
    margin: 0;
    float: left;
}

.descriptionchambre {
    padding-left:0px;
    text-align: justify;
}

.liste {
    list-style: none;
}
/*page Chambre */
.bande{
    width:100%;
    background-color: #ffdb98;
    height:50px;
    text-align: center;
    text-decoration: underline;
    font-size:large;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 510px;
}
.filter{
    background-color: rgb(0, 0, 0);
    color:white;
    text-align: center;
    padding: 12px 0px;
    margin-bottom: 40px;
}

.leftAlignedCard{
    display: flex;
    background-color: rgb(204, 204, 204);
    margin:0px 15px;
}
.leftAlignedCard .carrousel{
    order:1;
    width: 120%;

}
.leftAlignedCard .desc{
    order:2;
    padding: 30px 20px;
    line-height: 20px;
}

.rightAlignedCard{
    display: flex;
    background-color: rgb(226, 226, 226);
    margin:15px 0px;
}

.rightAlignedCard .carrousel{
    order:2;
    width: 120%;
}
.rightAlignedCard .desc{
    order:1;
    padding: 30px 20px;
    line-height: 20px;
}

/*---- Carrousel -----*/

.slider{
    overflow:hidden;
}
.slider figure{
    position: relative;
    width: 500%;
    margin:0;
    left: 0;
    animation: 20s slider infinite;
}

.slider figure img{
    width:20%;
    float: left;
}

@keyframes slider {
    0% {
        left: 0;
    }
    20% {
        left:0;
    }
    25% {
        left: -100%;
    }
    45% {
        left:-100%;
    }
    50% {
        left:-200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}
/*-------*/

.logosservice {
    margin-top: 2%;
}
.logosservice i {
    font-size: 40px;
    margin: 0px 10px;
}

.borneelectrique {
    margin: 30px 0px;

    display: flex;
}
.borneelectrique img{
    width:40%;
    margin-right: 15px;
}

.pres {
    margin: 30px 0px;
}
.contact {
    margin-bottom: 30px;
    text-align:left;
}
.contact i {
    font-size:35px;
    margin-bottom:20px;
}
.bandeReserv{
    text-align:center;
    font-size:30px;
    position:sticky;
    width:100%;
    top: 10px;
    height: 70px;
    background-color: #6fb1cd;   
    box-shadow: 0px 0px 5px 5px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.bandeReserv a{
    text-decoration:none;
    color:white;
}
.bandeReserv a:hover{
    text-decoration:none;
    color:white;
    text-decoration:underline;
}

table{
    border-collapse: collapse;
  }
  
th, td{
    border: 1px solid black;
    padding: 10px;
  }

mark{
    background-color: red;
}

.droite{
    position: absolute;
    left: 1850px;
    top : 80px;
}