html, body, div, span, header, footer, img, p, nav, ul, li, main, a, br
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
color: unset;
font-family:Arial, Helvetica, sans-serif;
}

p{
margin: 20px;	
}


/* Extra small devices (portrait phones, less than 576px) */

@media screen and (max-width: 767.98px) {

/*header*/

#barre1{
background: #F7F4EF;
width:100%;
min-height: 35px;	
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}

.barre2 {
width: 100%;
background: #F7F4EF;
display:flex;
flex-wrap: wrap;
}

.langues{
width: 40%;
padding-left: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
order: 1;
}

.langues p, .recherche p{
margin: 5px 15px;
}

.CB, .FR, .GB {
width: 30px;
height: 30px;
cursor: pointer;
}

.recherche{
width: 100%;
padding-right: 10px;
font-size: 1em;
display: flex;
align-items: center;
justify-content: center;
order: 3
}

.recherche form {
display:flex;
align-items: center;
justify-content: center;   
}

.monBouton{
background:url("../img/bouton1.png");
width: 30px;
height:26px;
margin-left: 5px;
}

.tel{
width: 60%;
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 1.1em;
padding-right: 5px;
order: 2;
}

.fa-phone{
margin-right: 10px;
}

.barre3 {
background-color:rgb(39, 55, 77);
min-width: 100%;
height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {
width: 207px;
height: 90px;
}

.menu {
background-color:rgb(39, 55, 77);
width:100%;
border-top: 1px solid #D98F3E;
border-bottom: 1px solid #D98F3E;
box-shadow : 0px 4px 10px gray;
display: flex;
}

nav{
width: 100%;
display: flex;
margin: 0 auto;
color: aliceblue;
font-size: 1.3em;
text-transform:uppercase;
align-items: center;
justify-content: center;
}

ul {
width: 100%;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
list-style-type: none;
}

ul li {
margin: 0 20px;
border: 1px solid #D98F3E;
width: 100%;
height:50px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; 
}

ul li a:hover{
color: #D98F3E;
text-decoration: none;
}

.reserv {
background-color: #D98F3E;
width: 100%;
color:rgb(39, 55, 77);
height: 50px;
padding: 0 5px;
border: 1px solid #D98F3E;
display: flex;
align-items: center;
justify-content: center;
}

.reserv:hover{
background-color: rgb(39, 55, 77);
color: #D98F3E;
}

.reserv li a:hover{
color: #D98F3E;
text-decoration: none;
}

/*--------LE SITE---------*/

main {
margin: 0 auto;
width: 100%;
background: rgba(247, 244, 239, 0.452);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

h1{
margin: 10px;
text-align: center;
}

h2{
margin: 10px;
font-size: 1.5em; 
}

/*bouton de redirection vers le haut de la page*/

#boutonHaut{
display: none;
}

/*--------FOOTER---------*/


footer {
background: rgb(39, 55, 77);
width: 100%;
border-top: 1px solid #D98F3E;
color: aliceblue;
text-align: center;
}

footer p a:hover {
    color: #D98F3E;

}

.newsletters {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-bottom: 1px solid #D98F3E;
color: aliceblue;
}

.newletters button, .newsletters input{
margin-bottom: 20px;
}

.reseaux{
margin: 0 auto;
width: 80%;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}

.facebook, .twitter, .instagram, .tripadvisor{
width:25px;
height:25px;
cursor: pointer;
}

}














/*  Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 


/*header*/

#barre1{
width: 100%;
height: 35px;
margin: 0 auto;
background: #F7F4EF;
display: flex;
align-content: center;
justify-content: center;
}

.barre2 {
background: #F7F4EF;
width: 100%;
margin: 0 auto;
display:flex;
align-content: center;
justify-content: center;
}

.langues{
width: 20%;
padding-left: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.langues p, .recherche p{
margin: 5px 15px;
}

.CB, .FR, .GB {
width: 30px;
height: 30px;
cursor: pointer;
}

.recherche{
width: 50%;
padding-right: 10px;
font-size: 1.1em;
display: flex;
align-items: center;
justify-content: flex-end;
}

.recherche form {
display:flex;
align-items: center;
justify-content:  center;   
}

.monBouton{
background:url("../img/bouton1.png");
width: 30px;
height:26px;
margin-left: 5px;
}

.tel{
width: 30%;
font-size: 1.2em;
display: flex;
align-items: center;
justify-content: center;
}

.fa-phone{
margin-right: 10px;
}

.barre3 {
background-color:rgb(39, 55, 77);
margin: 0 auto;
width: 100%;
height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {
width: 299px;
height: 130px;
}

.menu {
background-color:rgb(39, 55, 77);
width:100%;
height: 50px;
border-top: 1px solid #D98F3E;
border-bottom: 1px solid #D98F3E;
box-shadow : 0px 4px 10px gray;
display: flex;
}

nav{
width:100%;
display: flex;
margin: 0 auto;
color: aliceblue;
font-size: 1em;
text-transform:uppercase;
align-items: center;
justify-content: center;
}

ul {
display:flex;
align-items: center;
justify-content: center;
list-style-type: none;
}

ul li {
margin: 0 20px;
}

ul li a:hover{
color: #D98F3E;
text-decoration: none;
}

.reserv {
background-color: #D98F3E;
color:rgb(39, 55, 77);
height: 50px;
padding: 0 5px;
border: 1px solid #D98F3E;
display: flex;
align-items: center;
justify-content: center;
}

.reserv:hover{
background-color: rgb(39, 55, 77);
color: #D98F3E;
}

.reserv li a:hover{
color: #D98F3E;
text-decoration: none;
}

/*--------LE SITE---------*/


main {
margin: 0 auto;
width: 100%;
background: rgba(247, 244, 239, 0.452);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px #D98F3E solid;
border-top:1px #D98F3E solid;
border-bottom:1px #D98F3E solid;
}

.texte p{
width: 90%;
text-align: left;
}

h1{
margin: 10px;
text-align: center;
}

h2{
margin: 10px;
font-size: 1.5em; 
}


/*bouton de redirection vers le haut de la page*/


#boutonHaut
{
position: fixed;
bottom : 10px;
right: -100px;
}

/*--------FOOTER---------*/


footer {
width: 100%;
background: rgb(39, 55, 77);
border-top: 1px solid #D98F3E;
color: aliceblue;
text-align: center;
}

footer p a:hover {
    color: #D98F3E;

}

.newsletters {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-bottom: 1px solid #D98F3E;
color: aliceblue;
}

.newletters button, .newsletters input{
margin-bottom: 20px;
}

.reseaux{
margin: 0 auto;
width: 250px;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}

.facebook, .twitter, .instagram, .tripadvisor{
width:35px;
height:35px;
cursor: pointer;
}

}











/* Pour ecran(desktops, 992px and up) */
@media screen and (min-width: 992px) { 

/*--------HEADER---------*/


#barre1{
background: #F7F4EF;
height: 35px;	
display: flex;
align-content: center;
justify-content: center;
}

.barre2 {
background: #F7F4EF;
width: 1200px;
display:flex;
flex-wrap: wrap;
}

.langues{
width: 20%;
padding-left: 10px;
display: flex;
align-items: center;
justify-content: flex-start;

}

.langues p, .recherche p{
margin: 5px 15px;
}

.CB, .FR, .GB {
width: 30px;
height: 30px;
cursor: pointer;
}

.recherche{
width: 80%;
padding-right: 10px;
font-size: 1.1em;
display: flex;
align-items: center;
justify-content: flex-end;
}

.monBouton{
background:url("../img/bouton1.png");
width: 30px;
height:24px;
margin-right: 15px;
}

.tel{
width: 20%;
font-size: 1.2em;
display: flex;
align-items: center;
justify-content: center;
}

.fa-phone{
margin-right: 10px;
}


.barre3 {
background-color:rgb(39, 55, 77);
height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {
width: 299px;
height: 130px;
}

.menu {
background-color:rgb(39, 55, 77);
width:100%;
height: 50px;
border-top: 1px solid #D98F3E;
border-bottom: 1px solid #D98F3E;
box-shadow : 0px 4px 10px gray;
display: flex;
}

nav{
width: 980px;
display: flex;
margin: 0 auto;
color: aliceblue;
font-size: 1.3em;
text-transform:uppercase;
align-items: center;
justify-content: center;
}

ul {
width: 980px;
display:flex;
align-items: center;
justify-content: center;
list-style-type: none;
}

ul li {
margin: 0 20px;
}

ul li a:hover{
color: #D98F3E;
text-decoration: none;
}

.reserv {
background-color: #D98F3E;
color:rgb(39, 55, 77);
height: 50px;
padding: 0 5px;
border: 1px solid #D98F3E;
display: flex;
align-items: center;
justify-content: center;

}

.reserv:hover{
background-color: rgb(39, 55, 77);
color: #D98F3E;
}

.reserv li a:hover{
color: #D98F3E;
text-decoration: none;
}


/*--------LE SITE---------*/


main {
margin: 0 auto;
width: 980px;
background: rgba(247, 244, 239, 0.452);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px #D98F3E solid;
border-top:1px #D98F3E solid;
border-bottom:1px #D98F3E solid;
}

.texte p{
width: 90%;
text-align: left;
}

h1{
margin: 10px;
text-align: center;
}

h2{
margin: 10px;
font-size: 1.5em;
}

/*bouton de redirection vers le haut de la page*/

#boutonHaut
{
position: fixed;
bottom : 10px;
right: -100px;
}

/*--------FOOTER---------*/


footer {
background: rgb(39, 55, 77);
width: 100%;
border-top: 1px solid #D98F3E;
color: aliceblue;
text-align: center;
}

footer p a:hover {
    color: #D98F3E;

}

.newsletters {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-bottom: 1px solid #D98F3E;
color: aliceblue;
}

.newletters button, .newsletters input{
margin-bottom: 20px;
}

.reseaux{
margin: 0 auto;
width: 250px;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}

.facebook, .twitter, .instagram, .tripadvisor{
width:35px;
height:35px;
cursor: pointer;
}
}