
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:#2f3a68; /*créer un fond dégradé de couleur*/
    text-align: center;
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 100px;
    height: 50px; 
    width: 1280px;
    z-index: -1;

    } 
    
    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/piscine0.1.jpg");
    background-size: 1280px 480px;
    border: none;
    height: 300px;
    width: 1280px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    } 
    
    .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;
    height: 120px; 
    width: 600px;
    padding-top: 3%;
    }
        
    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%;
    }
    
    .menu2 {
    background-color:#ccdfe6;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 75px;
    height: 50px; 
    width: 1280px;
    position: relative;
    z-index: -1;
    margin-bottom: 0px;
    } 
    
    h9 {
    color: #2f3a68;
    font-family: 'GFS Didot', serif, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 60px;
    z-index: -1;
    }
    
    .menu3 {
    position: relative;
    background-color:#2f3a68;
    text-align: center;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 30px;
    height: 90px; 
    width: 1280px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    z-index: 1;
    margin-bottom: -50px;
    }
    
    #conteneur {
      width: 1280px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      }

      .contact {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        border-top: white solid 1px;
        border-right: white solid 1px;
        border-left: white solid 1px;
    
        font-size: 19px;
        font-family: 'Montserrat', serif;
        font-weight: 400;
        color: white;
    
        padding-top: 15px;
        padding-left: 15px;
        }

        .titre_contact1 {
        text-align: center;
        font-size: 48px;
        padding-bottom: 40px;
        }

        .texte_contact1{
        text-align: center;
        padding-bottom: 40px;
        }


        .titre_contact2 {
          text-align: center;
          font-size: 28px;
          padding-bottom: 40px;
          }

          .texte_contact2{
            text-align: center;
            padding-bottom: 40px;
            }

            
          .texte_contact3{
            text-align: left;
            padding-bottom: 40px;
            }
    
    
    .menu4 {
    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: 14px;
    padding-bottom: 0px;
    height: 850px; 
    width: 1280px;
    position: relative;
    } 
    
    .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: 14px;
    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: 25px;
    padding-bottom: 0px;
    height: auto; 
    width: 1278px;
    border-right: solid white 1px;
    border-left: solid white 1px;
    border-bottom: solid white 1px;
    }
    
    #menu-footer p {
    font-size: 25px; 
    }

    #menu-footer p a:hover, #menu-footer p a:focus, #menu-footer p a:active {
    background: rgba(134, 179, 209, 0) ;
    text-decoration: none ;
    opacity: 0.50;
    } 

       #menu-footer p {
    font-size: 25px; 
    }

      .conteneur_element_1 p {
    color: red;
  }
  
  .contenur_element_1 {
  margin-top: 70px;
  }


  #menu-footer p {
  font-size: 25px; 
  }



  .link_facebook { 
  color: red; 
  }

  .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: 5px;
    padding-bottom: 0px;
    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, #navigation li a:focus, #navigation 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: white;
    font-size: 25px;
    margin-left: 4%;
    text-align: center;
    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;
    }  
    
    p {
    color: white;
    font-size: 20px;
    }
    
    .img-area {
    display: flex;
    background-color:#ccdfe6;  
    margin: 0 auto;
    }
    
    .img-area .items {
    text-align: center;
    width: 350px;
    height: 440px;
    
    margin: 0 auto;
    }
    
    .img-area .items img {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    }
    
    .img-area .slick-center .items {
    transform: scale(1.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;
    }
    
    .item__description {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgba(47, 58, 104);
    margin: 0 auto; 
    }
    
    
    
    
    .img-area1 {
      display: flex;
      background-color:#ccdfe6;  
      margin: 0 auto;
      }
      
      .img-area1 .items1 {
      text-align: center;
      width: 350px;
      height: 325px;
      margin: 50px;
      margin: 0 auto;
      }
      
      .img-area1 .items1 img {
      width: 350px;
      height: 225px;
      margin: 0 auto;
      }
      
      .img-area1 .slick-center .items1 {
      transform: scale(1.1);
      }
    