@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", serif;
    background-color: white;
}
header{
    background-color: rgb(230, 230, 220);
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 120px;
    top: 0;    
}
header>*{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 50px;
}

header img{
    width: 350px;
}

header>ul{
    right: 0;
    text-decoration: none;
}

header, header a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

header>ul li{
    margin: 30px;
    border-radius: 5px;
    border: 2px;
    padding: 15px;
    font-weight: 300px;
    font-size: 22px;
    margin-left: 10px;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;
    text-decoration: none;
}

header>ul li:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

#main{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

/************ Section Accueil ************/
.accueil{
    display: block;
    flex-direction: row;
    margin-bottom: 50px;
    width: 80%;
    margin: auto;
}

.accueil h1{
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
}
 
.accueil h2{
    font-weight: 400;
    font-size: 33px;
    text-align: center;
  	margin: 5px;
}

.accueil h3{
  	margin-top: 5px;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.accueil-img{
    width: 100%;
    height: 500px;
    background-image: url("../img/Terrasse-1/Terrasse-1-A.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

/************ Section mobilier ************/
.mobilier{
    margin-bottom: 5%;
    text-align: left;
    width: 80%;
    margin: auto;
}

.mobilier h1{
    font-size: 30px;
}
.mobilier p{
    margin-top: 50px;
    font-size: 25px;
    text-align: left;
}

.mobilier-img{
    width: 100%;
    height: 500px;
    background-image: url("../img/Agencement-2/Agencement-2.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

/************ Section Répration ************/
.terrasseagencement{    
    margin-bottom: 5%;
    text-align: right;
    width: 80%;
    margin: auto;
}

.terrasseagencement h1{
    font-size: 30px;
}

.terrasseagencement p{
    margin-top: 50px;
    font-size: 25px;
    text-align: right;
}
 
.terrasseagencement-img{
    
    clear:right;
    width: 100%;
    height: 500px;
    background-image: url("../img/Agencement-8/Agencement-8-A.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
}
    
/************ Section Engagement qualité ************/
.engagement{
    margin-bottom: 5%;
    text-align: left;
    width: 80%;
    margin: auto;
}

.engagement h1{
    font-size: 30px;
}

.engagement p{
    margin-top: 50px;
    font-size: 25px;
    text-align: left;
}

.engagement-img{
    width: 100%;
    height: 500px;
    background-image: url("../img/Autres/Atelier-Bellevue.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}


/************ Section Contact ************/
.contact{
    display: block;
    margin: auto;
    margin-bottom: 5%;
    text-align: center;
    width: 80%;
    margin: auto;
}

.contact.titre1{
    margin-top: 50px;
    font-size: 30px;
}

.contact p{
    margin-top: 50px;
    font-size: 25px;
}

/************ Formulaire Contact ************/
form {
    /* On centre le formulaire */
    margin: 0 auto;
    width: 50vw;
  }

form input{
    margin-top: 10px;
}

input:not(input[type="submit"]), textarea{
    border: none;
    border-bottom: 2px solid #000;
    resize: none;
    outline: none;
    font-family: "Merriweather";
    width: 50vw;
    margin-bottom: 25px;
    font-size: 25px;
}

.form-contact input[type="submit"] {
    background-color: white;
    border-radius: 5px;
    border: 2px;
    padding: 10px;
    border-color: #000;
    font-weight: 600;
    font-size: 25px;
    color: black;
    font-family: "Merriweather";
    margin-bottom: 80px;
    cursor: pointer;
}

.form-contact input[type="submit"]:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

/************ Footer ************/
footer{
    background-color: rgb(230, 230, 220);
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 420px;
    top: 0;  
}

footer a {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
}

footer img{
    width: 400px;
}

.footer-right{
    position: absolute;
    width: 50%;
    translate: 100%;
}

footer h1{
    padding-top: 20px;
    width: 120px;
    padding-bottom: 0px;
    border-bottom: 2px solid #000;
    font-size: 25px;
    font-family: "Merriweather";
}

footer h2{
    margin: 0px;
}

footer p {
  	font-size: 20px;
}




/************ Responsive ************/
@media screen and (max-width: 1100px) {
    
footer{
    height: 250px;
}

footer img{
    width: 300px;
}

footer h1{
    font-size: 17px;
}

footer h2{
    font-size: 12px;
}

footer p {
    font-size: 12px;
}
}

@media screen and (max-width: 800px) {

header img{
    width: 250px;
}

.accueil h1{
    font-size: 25px;
}
.accueil h2{
    font-size: 20px;
}
  
.accueil h3{
    font-size: 18px;
}

.mobilier h1{
    font-size: 25px;
}
.mobilier p{
    margin-top: 5px;
    font-size: 25px;
}

.terrasseagencement h1{
    font-size: 25px;
}
.terrasseagencement p{
    margin-top: 5px;
    font-size: 25px;
}

.engagement h1{
    font-size: 25px;
}
.engagement p{
    margin-top: 5px;
    font-size: 25px;
}

.contact h1{
    font-size: 25px;
}
.contact p{
    margin-top: 5px;
    font-size: 25px;
}

input:not(input[type="submit"]), textarea{
    font-size: 15px;
}

form-contact input[type="submit"] {
    font-size: 15px;
}

footer img{
    width: 250px;
}
}

@media screen and (max-width: 700px) {
header{
    height: 90px;
}

header>*{
    margin: 0px 10px;
}  

header img{
    width: 150px;
}

header>ul li{
    margin: 5px;
    padding: 1px;
    font-size: 16px;
    font-weight: 500;
}

.mobilier p{
    font-size: 22px;
}

.terrasseagencement p{
    font-size: 22px;
}

.engagement p{
    font-size: 22px;
}

.contact p{
    font-size: 22px;
}

form {
width: 60vw;
}

input:not(input[type="submit"]), textarea{
width: 60vw;
}

footer {
    height: 320px;
}

footer a{      
    margin-left: 10px;
}

.footer-right{
    width: 50%;
    margin: auto;
}

footer img{
    width: 150px;
}
}