@import url('https://fonts.googleapis.com/css2? family= Dancing+Script:wght@500 & display=swap');

body{
    font-family: "dancing Script";
    padding:0;
    margin: 0;
}
#of{
    height: 45px;
    width: 235px;
    background-color:seashell;
    float: left;
    margin: 50px -160px 0 0;
    font-size: 1.5em;
    text-align: center;
    border-radius: 20px;
    padding-top: 15px;
    box-shadow: 2px 3px 2px 1px rgba(0,0,0,0.75);
  
}
ul{
    padding:0;
    margin: 0; 
}
li{
    list-style-type: none;
}
h2{
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    font-size: 2em;
}
a{
    text-decoration: none;
    color: black;
}
nav{
    overflow: hidden;
    background-color: blanchedalmond;
    position: fixed;
    width: 100%;
    opacity: 0.9;
}
header li{
    float: right;
    font-size: 1.2em;
}
header li a {
text-decoration: none;
display: block;
text-align: center;
padding: 18px 16px;
}
#logo{
    font-family:"dancing Script";
    font-weight: bold;
    float: left;
}
#imageprincipale{
    padding-top: 60px;
    background: url(villa.jpeg) no-repeat fixed 50% 50%;
    background-size: cover;
    height: 799px;
}
h1{
    font-family: "dancingSript";
    text-align: center;
    font-size:6em ;
    margin-top: 110px;
    color: antiquewhite;
    text-shadow: 1px 3px 2px black;
}
#premiertrait{
    height: 3px;
    width:25% ;
    margin: -3px auto;
    background-color: blanchedalmond;
    box-shadow: 2px 3px 2px black;
}
h3{
    text-align: center;
    color: antiquewhite;
    font-size: 3em;
    text-shadow: 1px 3px 2px black;
}
#presentation{
   background-color: antiquewhite;
  padding: 10px 0px 100px 0;  
}
#texteintro{
    padding: 0px 20%;
}
#prestation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 10%;
}
.imageprestation h4 {
   text-align: center;
   font-size: 1.8em;
   margin: 15px;
   font-weight: 300px
}
.imageprestation img {
   border-radius: 100px;
   box-shadow: 5px 5px 3px 1px rgba(0,0,0,0.7);
}
.imageprestation img:hover{
    opacity: 0.5;
    transform: scale(1.05);
    transition: 0.6s ease-in-out;
}
#tourisme{
    height: 1400px;
    background-color: aliceblue;
    padding: 1px 2%;
}
#belle{
    background: url(belle.jpg);
}
#coupe{
    background: url(coupe.jpg);
}
#couple{
    background: url(couple.jpg);
}
#etage{
    background: url(etage.jpg);
}
#tourisme li{
    margin: 65px 100px 0 100px;
    height: 225px;
    width: 55%;
    max-width: 550px;
    float: left;
    border-radius: 30px;
    box-shadow: 2px 3px 2px 1px rgba(0,0,0,0.75);

}
#tourisme p{
height: 45px;
width: 235px;
background-color:seashell;
float: right;
margin: 50px -160px 0 0;
font-size: 1.5em;
text-align: center;
border-radius: 20px;
padding-top: 15px;
box-shadow: 2px 3px 2px 1px rgba(0,0,0,0.75);
}
#tourisme #coupe,#tourisme #etage {
float: right;
}
#coupe p,#etage p{
    float: left;
    margin-left: -180px;
}
 footer{
     background-color: skyblue;
     color: antiquewhite;
     padding: 20px 0 10px;
     text-align: center;
 }
form{
    margin: 0 auto;
    max-width: 900px;

}
input textarea button{
border: none;
width: 55%;
padding: 15px 10px;
margin: 1px 0;
font-size: 1.2px;
border-radius: 8px;
}
textarea{
    height: 120px;
}
button{
    background-color: azure;
}
button:hover{
    background-color: blue;
    color: antiquewhite;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#deuxiemetrait{
    height: 1px;
    width: 75%;
    background-color: antiquewhite;
    margin: 60px;
}
#copyrightEtIcons{
    display: flex;
    margin-bottom: 20px;
    padding: 0 10%;
}
#copyright{
    width: 50%;
    text-align: left;
    color: antiquewhite;
}
#Icons{
    width: 50%;
    text-align: right;
}
#Icons a{
display: inline-block;
padding: 0 15px;
font-size: 1.3em;
color: antiquewhite;
}
#Icons a:hover{
transform: scale(1.5s);
transition: 0.1s;
}




