
body { /*Image de fond bien centré*/
  background: url("photo1.jpg") no-repeat center fixed;
  background-repeat:no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: 75%; /* version standardisée */
  position: relative;
  margin: auto;
  right: 0;
  left: 0;
  }
       
  #Logo {
  float: left;
  padding: 0px;
  margin: 0px;
  }
        
  #manoir1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  }
  
  #manoir2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 120px;
  }
  
  .menu {
  background-color:#2f3a68;
  text-align: center;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 290px; 
  width: 1280px;
  }  
  
  #navigation li {
  display: inline ;
  margin-right: 0% ;
  color: white ;
  background: #1fe0;/*code coleur transparent*/
  }
    
  #navigation li a {
  padding: 2px 0px ;
  background: #1fe0 ; /*code coleur transparent*/  
  color: white ;
  border: none;
  font: 106% "Montserrat", "Lucida Console",Arial,sans-serif ;
  line-height: "";
  text-align: center ;
  text-decoration: none ; 
  margin-left: 10px;
  }
    
  #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background: rgba(134, 179, 209, 0) ;
  text-decoration: none ;
  opacity: 0.50;
  }
  
  .menu1 {
  background-color:#ccdfe6; /*créer un fond dégradé de couleur*/
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 45px;
  height: 50px; 
  width: 1280px;
  z-index: -1;
  margin-bottom: -15px;
  } 

.menu2 {
  background-color:#ccdfe6;
  text-align: center;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
  height: 50px; 
  width: 1280px;
  position: relative;
  z-index: -1;
  margin-bottom: 0px;
  display: flex;
  } 

#icon-heart {
  padding-left: 20px;
  color: red; /*#2f3a68*/
  font-size: 60px;
    }

.hectare {
  margin-left: 280px;
  }

.hectare1 {
  padding-left: 20px;
  }

  

  h2 {
  color: #2f3a68;
  font-family: 'Montserrat', serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 0px;
  }
    
  .flex1 {
  margin: 0 auto;
  background-image: url("images/portail-manoir.jpg");
  background-size: 1280px 800px;
  border: none;
  height: 450px;
  width: 1280px;
  border-bottom-right-radius: 0px 0px;
  border-bottom-left-radius: 0px 0px;
  } 
  
  .flex1 div {
  border: none;
  height: 50px;
  width: 240px;
  text-align: center;
  border-radius:0.12em;
  }
  
  .button {
  background-color: rgba(47, 58, 104, 0.75);
  height: 150px;
  width: 660px;
  color: white;
  display: inline-block;
  border: solid white;
  border-radius:0.5em;
  margin-left: 40%;
  margin-top: 20%;
  font-size: 50px;
  padding-top: 10%;
  text-decoration:none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  
  }
  
  .button2 {
  height: 40px;
  width: 650px;
  color: white;
  display: inline-block;
  border-radius: 0.5em;
  border: none;
  margin-left: 45%;
  margin-top: 36%;
  font-size: 40px;
  padding-bottom: 10%;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  }
  
  .button3 {
  background-color: rgb(255, 255, 255);
  height: 40px;
  width:260px;
  color: rgba(47, 58, 104);
  display: inline-block;
  border-radius: 1em;
  margin-left: 200%;
  margin-top: 40%;
  padding-top: 7px;
  text-decoration:none;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  }
  
  .flex {
  margin: 0 auto;
  background-image: url("images/Manoir2.jpg");
  background-size: 1280px 400px;
  border: none;
  height: 400px;
  width: 1280px;
  border-top-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  margin-bottom: -15px;
  }   
    
  .flex div{
  border: none; 
  width: 600px;
  }
 
  .titre_histoire_de_generation {
    color: rgba(47, 58, 104);    
    margin-left: 15px;
    word-spacing: 4px;
    padding-top: 15px;    
  }

  .histoire_de_generation1 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(47, 58, 104);    
    margin-left: 15px;
    word-spacing: 4px;
    padding-top: 50px;
  }
  
  .histoire_de_generation2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(47, 58, 104);    
    margin-left: 15px;
    word-spacing: 4px;
    padding-top: 25px;
  }
       
  h7 {
    color: #2f3a68;
    font-size: 35px;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    }
      
    h8 {
    color: black;
    font-size: 15px;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif; 
    }     
        
    ul {
    padding-inline-start: 20%;
    }
    
    h9 {
    color: #2f3a68;
    font-family: 'GFS Didot', serif, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 60px;
    z-index: -1;
    }

    

    .conteneur_coeur_de_ville {
      background-color: white;
      border-left: #2f3a68 solid 1px;
      border-right: #2f3a68 solid 1px;
      margin: 0 auto;
      width: 1279px;
    }
  
  
  .texte_coeur_de_ville {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #2f3a68;
      margin-left: 25px;
      word-spacing: 2px;  
      padding-top: 25px;
      
    }

    .conteneur_gite_description{
      background-color:  white;
      border-left: #2f3a68 solid 1px;
      border-right: #2f3a68 solid 1px;
      text-align: left;
      padding-top: 15px;
      padding-bottom: 20px;
      
    }
    
    .gite_description {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #2f3a68;
      margin-left: 25px;
      word-spacing: 4px;  
    }
  
    .une_maison_familiale {  
  color: #2f3a68;
  font-size: 35px;
  margin-left: 24px;
  margin-top: 5px;
  font-family: 'GFS Didot', serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 100; 
  padding-bottom:  20px;
    }

  .menu3 {
  position: relative;
  background-color: white;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 30px;
  height: 110px; 
  width: 1279px;
  border-bottom-right-radius: 40px 40px;
  border-bottom-left-radius: 40px 40px;
  z-index: 1;
  margin-bottom: -50px;
  border-left:  #2f3a68 solid 2px;
  border-right:#2f3a68 solid 2px ;
  border-bottom:  #2f3a68 solid 2px;
  }

  #conteneur {
  padding-top: 30px;
  display: flex;
  justify-content: normal;
  align-items: center;
  }

  .hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #2f3a68;
    font-size: 18px; 
    margin-left: 15px;
    }        
      
    
    .hover-image {
    display: none;
    }
    
    body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
    }
    
    .hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Change width and height to scale images */
    width: 50vw;
    height: 50vh;
    }
    
    .hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
    }

  #icon-pool {
  margin-left: 40px;
  color: #2f3a68;
  font-size: 60px;
  }
  
  .element1 {
  font-family: 'Montserrat', sans-serif;
  color: #2f3a68;
  font-size: 17px;
  margin-left: 25px;
  
  }

  #icon-animal {
  margin-left: 30px;
  color: #2f3a68;
  font-size: 50px;
  }

  .element2 {
  font-family: 'Montserrat', sans-serif;
  color: #2f3a68;
  font-size: 17px;
  margin-left: 20px;
  }
  
  #icon-fort {
  margin-left: 50px;
  color: #2f3a68;
  font-size: 50px; 
  }

  .element3 {
  font-family: 'Montserrat', sans-serif;
  color: #2f3a68;
  font-size: 17px;
  margin-left: 25px;
  }

/*  */
  .menu4 {
  background-color:#ccdfe6; /*créer un fond dégradé de couleur*/
  text-align: center;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  height: 500px; 
  width: 1280px;
  position: relative;
  border-top-right-radius: 40px 40px;
  border-top-left-radius: 40px 40px;
  } 

   #conteneur_menu4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 20px;
  border-bottom: #2f3a68 none 2px;
  }


  
  .menu5 {
  background-color:#ccdfe6; /*créer un fond dégradé de couleur*/
  text-align: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 0px;
  height: 400px; 
  width: 1280px;
  position: relative;
  } 
  
  #conteneur1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  }
  
  #menu-footer {
  background-color:#2f3a68;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  height: 250px; 
  width: 1280px;
  }

  .conteneur_element_1 p {
    color: red;
  }
  
  #menu-footer p {
  font-size: 25px; 
  }

  .link_facebook { 
  color: red; 
  text-decoration: none;
  }

  .link_facebook a{ 
    color: red; 
    text-decoration: none;
    }

 

  .link_facebook:hover { 
  color:  #FE8080 ; 
  opacity: 0.50;
  } /* CSS link hover (gris) */



  /* Style all font awesome icons */
.fa {
  padding: 15px;
  font-size: 60px;
  width: 80px;
  height: 80;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {

  margin-right: 25px;
  color: white;
  background:  #3B5998;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* Instagram */
.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  border: white 2px solid;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}


#icon-phone{
 color: white;
font-size: 20px;
}
  
  #footer {
  background-color:#2f3a68;
  text-align: center;
  margin: 0 auto;
  padding-top: 220px;
  padding-bottom: 14px;
  height: 420px; 
  width: 1280px;
  }   
  
  #footer li {
  display: inline ;
  margin-right: 0% ;
  color: white ;
  background: #1fe0;/*code coleur transparent*/
  }
  
  #logo1{
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  }
  
  #footer li a {
  padding: 2px 80px ;
  background: #1fe0 ; /*code coleur transparent*/  
  color: white ;
  border: 20px black ;
  font: 116% Lato, "Lucida Console",Arial,sans-serif ;
  line-height: "";
  text-align: center ;
  text-decoration: none ; 
  }
  
  #footer li a:hover, #footer li a:focus, #footer li a:active {
  background: rgba(134, 179, 209, 0) ;
  text-decoration: none ;
  opacity: 0.50;
  }
   
  h1 {
  color: white;
  font-size: 68px;
  margin-top:5%;
  margin-bottom: 0px;
  margin-left: 4%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  }
  
  h3 {
  color: white;
  font-size: 55px;
  margin-top: 0px;
  margin-left: 4%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  }
  
  h4 {
  display: inline;
  color: white;
  font-size: 20px;
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  }
  
  h5 {
  color: #2f3a68;
  font-size: 60px;
  margin-left: 4%;
  text-align: left;
  font-family: 'GFS Didot', serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 100;
  }

  h6 {
  color: #2f3a68;
  font-size: 20px;
  margin-left: 4%;
  font-family: 'Montserrat', sans-serif;
  }  

  h10 {
  color: #2f3a68;
  font-size: 35px;
  display: inline;
  margin-left: 4px;
  margin-top: 20px;
  font-family: 'GFS Didot', serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 100; 
  }
  
  p {
  color: white;
  font-size: 20px;
  }
  
  .img-area {
  display: flex;
  background-color:#ccdfe6;  
  margin: 0 auto;
  padding-top: 25px;
  }
  
  .img-area .items {
  text-align: center;
  
  margin: 0 auto;
  }
  
  .img-area .items img {
  width: 300px;
  height: 320px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
  
  .img-area .slick-center .items {
  transform: scale(1);
  }
  
  .slick-dotted.slick-slider {
  margin-bottom: 0px;
  width: 1280px;
  text-align: center;
  margin: 0 auto;
  }
  
  .item__title {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: rgba(47, 58, 104);
  margin: 0 auto;
  padding-top: 15px;
  width: 300px;
  background-color:  white;
  
  }
  
  .item__description {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: rgba(47, 58, 104);
  margin: 0 auto; 
  width: 300px;
  background-color:  white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 50px;
  padding-top: 10px;
  }
  
  
  .img-area1 {
  display: flex;
  background-color:#ccdfe6;  
  margin: 0 auto;
  }
    
  .img-area1 .items1 {
  text-align: center;
  width: 370px;
  height: 325px;
  margin: 50px;
  margin: 0 auto;
  
  }
    
  .img-area1 .items1 img {
  width: 370px;
  height: 225px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
    
  .img-area1 .slick-center .items1 {
  transform: scale(1.1);
  }
  

  .fa-chevron-circle-left {
  color: red;
  text-shadow: 1px 1px 1px #000;
  font-size: 84px;
  margin-top: 70px;
  margin-left: 90px;
  }
  
  .fa-chevron-circle-right {
  color:red;
  text-shadow: 1px 1px 1px #000;
  font-size: 84px;
  margin-top: 70px;
  margin-right: 90px;
  }



  .fa-chevron-left {
    color: red;
    text-shadow: 1px 1px 1px #000;
    font-size: 60px;
    margin-top: 160px;
    margin-left: 90px;
    }
    
    .fa-chevron-right {
    color:red;
    text-shadow: 1px 1px 1px #000;
    font-size: 60px;
    margin-top: 160px;
    margin-right: 90px;
    }
      
  
  .item_image1 {
  width: 370px;
  height: 225px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
  .item__title1 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgba(47, 58, 104);
    margin: 0 auto;
    padding-top: 15px;
    width: 370px;
    background-color:  white;
    
    }
    
    .item__description1 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: rgba(47, 58, 104);
    margin: 0 auto; 
    width: 370px;
    background-color:  white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    padding-top: 10px;
    }
  
  /*Ceci est un menu verticale
  #navigation {
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navigation li {
    background: #8FC1E3 ;
    color:  #F3D250 ;
    border: none;
    margin-bottom: 4px ;
  }
  #navigation li a {
    display: block ;
    background: #8FC1E3 ;
    color:  #F3D250  ;
    font: 1em "Trebuchet MS",Arial,sans-serif ;
    line-height: 1em ;
    text-align: center ;
    text-decoration: none ;
    padding: 4px 0 ;
  }
  #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
    background: #5085A5 ;
    text-decoration: underline ;
  }*/
  
  /* Commentaire 
  Ceci est un menu horizontale*/
  
  
  /*html { 
    background: url(koi.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 0 0 ;
      }*/
  
     /* body { /*Image de fond bien centré
       background-image:url(koi.jg);
       background-repeat:no-repeat;
       background-position: center center;
       background-size: 75%
    } */
  