
   *, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
   
  
   
   /* *******************header**************** */
   .logo {
    display: none;
   }

  .logo-mobile {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
   
 }
   .meteo {
     display: none;
   }
     
   .bandeau{
     display: none;
   }

   .menu{
    display: none;
  }
/* *******************menu**************** */
 .navbar li {
    list-style: none;
}
.navbar li>a {
    text-decoration: none;
}
   .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.hamburger {
    display: none;
}

.bar {
position: relative;
    display: block;
    width: 40px;
    height: 4px;
    margin: 5px auto;
    margin: 10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link{
    font-size: 1.6rem;
    font-weight: 500;
    color: #475569;
}

.nav-link:hover{
    color: #f71010;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #f0ebea;
}

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0rem;
        flex-direction: column;
        background-color: #fff;
        width: 40%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 90;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 1rem 0;
    }

    .hamburger {
      
        display: block;
        cursor: pointer;
    }


/* // Inside the Media Query. */

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


/* ********************taille portable*********************************** */
/* ********************index*********************************** */
  .galerie{
margin-top: 140px;
width: 100%;
  }

   .mot {

     padding-left: 10px;
     margin-top: 20px;
    
   }

   .mot>ol {
     padding-left: 30px;
     list-style: disc;
   }

/* ********************taille portable*********************************** */
/* ..........................location...................................................*/



.w3-content {

  padding-top: 10px;
}
.w3-display-left {
  position: absolute;
  top: 70%;
  left: 0%;
  transform: translate(0%,-50%);
}

 #descriptif {
 padding: 4%;
 }

 #descriptif>ol {
 list-style: square;
 padding-left: 20px;
 }

 /* ********************taille portable*********************************** */
/* ..........................tourisme................................................... */
#touri {
  padding-top: 120px;
  padding-left: 20px;
  font-size: 1em;
}

#office {
  padding-left: 20px;
}
.activité{
  margin: 10px;
  max-width: 80%;
  height: auto;
}

.activité1{
  margin: 10px;
  max-width: 80%;
  height: auto;
}

  /* ********************taille portable*********************************** */
/* ********************recette*********************************** */

     
     .recette {
       display: flex;
       flex-wrap: wrap;
       gap: 10px;
       padding-left: 30px;
       padding-bottom: 40px;
     }

     .photo {

       cursor: pointer;
       height: 150px;
       position: relative;
       overflow: hidden;
       width: 150px;
     }


     .photo .fadedbox {

       background-color: #fff7f700;
       position: absolute;
       top: 0;
       left: 0;
       color: #fff;
       -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
       -o-transition: all 300ms ease-out;
       -ms-transition: all 300ms ease-out;
       transition: all 300ms ease-out;
       opacity: 0;
       width: 150px;
       height: 150px;
       padding: 10px 10px;

     }

   /* ********************taille portable*********************************** */
/* ********************plat*********************************** */

   
.plat {
  color: #000000;
 
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns:none;
  gap: 30px;
  grid-auto-rows: none;
  justify-items:center;
}

.un{
  padding-top: 10px;
}

/* 
<!-- ........CSS   LIVRE D'OR............. -->
/* <style type="text/css"> */

article {

    width: 80%;
    margin-left: auto;
    margin-right: auto;

}

p { border-top: solid 1px rgb(0, 0, 0);
  
}


#form {
position: relative;
width: 400px;
margin: 10px auto 10px auto;
}

#bouton{
  border-bottom: none;
}
input {
font-family: 'Lato', sans-serif;
font-size: 0.875em;
width: 100%;
height: 50px;
padding: 0px 15px 0px 15px;

background: transparent;
outline: none;
color: #000000;

border: solid 1px rgb(0, 0, 0);


transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

input:hover {
background: #b3aca7;
color: #000000;

}

textarea {
width: 100%;
max-width: 470px;
height: 110px;
max-height: 110px;
padding: 15px;

background: transparent;
outline: none;

font-size: 0.875em;
border: solid 1px black;

transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
background: #b3aca7;
color: #000000;
}

#submit {
width: 20px;
padding: 0;
margin: -5px 0px 0px 0px;

font-family: 'Lato', sans-serif;
font-size: 0.875em;
color: #000000;

outline:none;
cursor: pointer;

border: solid 4px black;

}

#submit:hover {
color: #000000;
}
 


/* ********************taille portable*********************************** */
/* ********************footer*********************************** */
   #footer {
     background-color: #828992;
     color: #fbfbfb;
     padding-left: 10px;
     margin-top: 40px;
   }
   .contact {
    color: #fbfbfb;
    padding-left: 60px;
  }
  
   #copyright {
    padding-left: 70%;
  }