
/* test commentaire rep1 = repere 1 */ 
.rep1 {
    font-size: 2em ;
}
.grand-texte {
    font-size: 30px;
}
h1 { 
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin:0px;
    color: rgb(211,23,48);
    text-align: center;
    font-size: 7em;
    opacity: 0,8;
    text-shadow:5px 5px 0px black;
} 
h2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(118, 128, 128) ;
    text-align: center;
    font-size: 4em;
    border-radius: 20px;
    padding: 30px;
    color:aliceblue;
    
}
    
h4{
    margin-left: 40px;
    }

.VTC {
    border:solid black;
    background-color: black ;
    border-radius:0px;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    padding:70px;

}
body{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: whitesmoke;
    margin-left: 20px;
}

table{
    border-collapse: collapse;
    margin-left: 20px;
}
td,th {
    border: 3px solid black;
}
a{ color: black;
}
a:hover{
    color:gray;
}
a:active{
    color:red;
}
a{
    font-size: 2em;
}
p{
    padding: 16px;
}
.container{
    display:flex ;
    flex-direction: column;
    margin-left: 20px;
}
    
form{
    display:flex;
    flex-direction: column;
    margin-left: 27%;
    width:50%;
}

input{
    padding: 5px;
    border: 1px solid black;
}

textarea{
    padding: 70px;
    border: 1px solid black;
}
.telephone{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color:rgb(211,23,48);
    font-size: 40px;
    text-align: center;
    border-radius: 20px;
    color: aliceblue;
}
.formulaire{
    background-color:rgb(211,23,48) ;
    font-size: 30PX;
    text-align: center;
    color: aliceblue;
    border-radius: 20px;
}
.reservation{
    font-size: 40PX;
    text-align: center;
    background-color: rgb(211,23,48);
    color:aliceblue;
    border-radius: 20PX;
    padding: 0px;
}
.categorie{
    font-size: 30px;
    text-align: center;
}
.img_tour{
    display: block;
    float: right;
}
.desserte{
    font-size: 20px;
    margin-left: 30px;
}
.reservez{
    color: aliceblue;
    font-size: 30px;
    background-color:rgb(211,23,48) ;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}
.centrale{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: aliceblue;
    font-size: 40PX;
    background-color:rgb(211,23,48) ;
    padding: 30px;
    text-align: center;


}