/* Polices d'Écriture du Site */
@font-face {
    font-family: "Roboto";
    src: url('polices\Roboto\Roboto-Regular.ttf');
}

body {
    font-family: "Roboto";
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(239, 245, 242);
}
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(239, 245, 242);
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.presentation {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.adresse {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.description {
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.serv {
    background-color: rgb(239, 245, 242);
}
.services {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.descriptionServices {
    display: flex;
    flex-direction: column;
}
.descriptionServices strong {
    color: red;
}

.form {
    background-image: url(../images/lavage-auto2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:  rgb(239, 245, 242);
}


.interieur {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.exterieur {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.interieurExpress {
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(31, 154, 211);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 10px 10px 5px 0px rgb(31, 154, 211);
}
.interieurPrestige {
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(31, 154, 211);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 10px 10px 5px 0px rgb(31, 154, 211);
}
.exterieurExpress {
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(31, 154, 211);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 10px 10px 5px 0px rgb(31, 154, 211);
}
.exterieurIntegral {
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(31, 154, 211);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 10px 10px 5px 0px rgb(31, 154, 211);
}
.exterieurPrestige {
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(31, 154, 211);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 10px 10px 5px 0px rgb(31, 154, 211);
}

#contact {
    background-image: url(../images/lavage-auto.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:  rgb(31, 154, 211);
    display : flex;
    justify-content: center;
    padding: 150px;
}
#contact h1 {
    font-size: 2em;

}
#contact p {
    font-size: 1.5em;
    font-style: italic;
}
#contact button {
    width: 100%;
    height: 35px;
    border-radius: 25px;
    background-color: rgb(239, 245, 242);
    color: rgba(44,44,46,0.75);
    font-size: 1em;
}
#contact input {
    box-shadow: 5px 5px 5px 0px rgba(44,44,46,0.75);
}
#contact textarea {
    box-shadow: 5px 5px 5px 0px rgba(44,44,46,0.75);
}
form {
    border: 2px solid #2c2c2e;
    border-radius: 30px;
    padding: 50px;
    background-color: #e5e7e8;
    background: transparent;
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 5px 0px rgba(44,44,46,0.75);
}
button:hover {
    scale: 1.2;
    color: white;
    background-color: blue;
    font-size: 1.5;
}