/* reset de parametre */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
/* genrale */
h1,h2,h3{
    margin-bottom: 20px;
}
:root,html{
    font-family: "Open Sans", sans-serif;
    --color-dark: #222;
    --bg-dark:#333;
    --bg-dark-hover:#444;
    --color-text:white;}
body{
    font-family: "Montserrat", sans-serif;
}
 a{
    text-decoration: none;
    color: var(--color-dark);}
 p{
    margin-bottom: 20px;
}
/* la mise en page de la partie header */

header{
background:var(--bg-dark);
padding: 20px 0 0 0;
overflow: auto;
line-height: 2em;
display: flex;
justify-content:space-between;
flex-wrap: nowrap;
}
header h1{
    color: var(--color-text);
    font-family: "Long Cang", cursive;
    font-weight: 200;
}
header h1 span{
    color: yellow;
}
header ul {
    list-style: none;
}
header ul a{
    list-style: none;
    color: var(--color-text);
    margin: 20px;
    font-family: "Open Sans", sans-serif;
    
}
header ul a:hover{
    color:yellow;

}
.icone{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 18px;
}
/* partie first-section */
.first-part{
    height: 800px ;
    background:url(../images/tou\ effil.jpg) center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.content{
    max-width: 800px;
    color: var(--color-text);
    text-align: center;
    margin: auto;
}
.content h1{
    font-size: 55px;
    font-weight: 700;
}
.content h1 span{
    color: yellow;
    font-weight: 100;
}
.content p{
    font-size: 1.8rem;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 2rem;
}
/* second-part */
.second-part{
    height: 100vh;
    background-color: #eeeeee;
    font-family: "Quicksand", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 150px;
}
.second-part h1{
    font-weight: 100;
    font-size: 2rem;
    padding-bottom: 30px;
    margin: 0 20px;
}
.second-part ul{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 40px;
    list-style: none;
    margin: 0 auto;
}
.second-part ul li {
    background: #ffffff;
    height: 420px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 100;

}
.second-part ul li p{
    padding: 15px 0;
    margin: auto;
}
.second-part ul li {
    padding: 0 0 15px 0;
    margin: auto;
}
.second-part ul li img{
    width: 370px;
    
}

.seperator{
    border-bottom: 3px solid black ;
    width: 50px;
    margin: auto auto 10px auto;
    
}
/* third part */
.third-part{
    height: 600px;
    display: flex;
    flex-wrap: nowrap;
    background: #333333;
    text-align: center;
    color: white;

}
.third-part img{
    width: 700px;
    height: auto;
}
.text{
    background: #333333;
    margin: auto 47px;
    font-size: 18px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-align: start;
}
.text p{
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 1.4rem;
    /* text-align: center; */
}
.text h1 span{
    font-family: "Quicksand", sans-serif;
    color: yellow;
    font-weight: 100;
}
/* forth-part */
.forth-part{
    height: 800px;
    background: #eeeeee;
    font-family: "Quicksand", sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.comment{
    height: 150px;
    width: 80%;
    margin: 10px;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    text-align: center;
    padding: 20px;
    
}
.comment img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.commentaire{
    padding: 30px;
    font-size: 1.12rem;
    font-weight: 400;
    margin-bottom: 15%;

}
.forth-part  h1{
 font-size: 2.2rem;
 font-weight: 100;
 margin: 50px 0 50px 40px;
 margin-right: 750px;
}
.image:nth-of-type(1){
    border-radius: 20%;
    
}
.size{
  width: 50px;
  border-radius: 50%;
}
.final-part{
    height: 700px;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.final-part h1{
    color: white;

}
.formulaire {
    display: flex;
    flex-direction: column;
    align-items: center;
     justify-content: center; 
    background-color: #333333;
    color: #666967;
    margin: auto auto;
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 100;
}
input[type="text"],
input[type="email"]{
    border: none;
    background-color: #333333;
    border-bottom: 2px solid #666967;
    
    width: 500px;
    height: 100px;
}
.final-part button{
    color:white;
    background-color: #f1c40f;
    border-radius: 20px;
    width: 150px;
    height: 50px;
    border: none;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 20px;

}
.final-part button:hover{
    background-color:  red;
    
}
.formulaire span{
    color: yellow;
    font-weight: 100;
     font-family: "Quicksand", sans-serif;
}  
.formulaire h1{
    margin-right: 300px;

}  
footer{
    background: #444444;
    height: 150px;
    font-size: 1.1rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}