* {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    background: linear-gradient(45deg, rgb(90, 231, 231),rgb(109, 214, 174),rgb(126, 226, 204)) ;
}
h1 {
    position: absolute;
    left: 35%;
    top: 0px;
    font-weight: bold;
    color: aliceblue;
    font-size: 30px;
    text-shadow: 0px 10px 10px black;
}
p {
    font-size: 50px;
    color: rgb(22, 173, 22);
    position: absolute;
    left: 26%;
    top: 100px;
}
.navbar2 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    align-items: center;
}
.navbar2 {
    position: absolute;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    align-items: center;
   
}
.navbar2 .logo {
    font-size: 3em;
    color: aliceblue;
    font-weight: bold;
    text-decoration: none;
}
a.logo {
    position: relative;
    overflow: hidden;
    padding: 3px;
    border-radius: 10px;
    height: 55px;
    width: 160px;
    left: 8px;
    border-radius: 15px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 2px 15px rgb(0, 0, 0);
    font-size: 3em;
    color: cyan;
    font-weight: bold;
}

a.logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            rgba(209, 228, 228, 0.808)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}
a.logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
a.logo:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
.formulaire {
    position: absolute;
    left: 25vw;
    top: 200px;
    width: 700px;
    height: 700px;
}
form {
    position: relative;
    top: 150px;
    width: 700px;
    height: 500px;
    border-radius: 30px;
    background-image: url(images/paysageriviere.jpg);
    background-position: center;
    background-size: cover;
}

form .gauche {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    height: 70%;
    gap: 23px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px 5px 15px 5px;
    outline-color: rgb(124, 122, 233) ;
    border-radius: 5px;
}
input {
    height: 50px;
    width: 300px;
    border-radius: 15px;
    padding: 0px 0px 0px 20px;
}
.Nom {
    color: beige;
    font-size: 25px;
    font-weight: bold;
}
.Email {
    color: beige;
    font-size: 25px;
    font-weight: bold;
}
.Sujet {
    color: beige;
    font-size: 25px;
    font-weight: bold;
}

form .droite {
    position: absolute;
    right: 50px;
    top: 5px;
    width: 300px;
    margin-top: 5px;
    height: 350px;
    padding: 10px 5px 15px 5px;
    outline-color: rgb(124, 122, 233) ;
    border-radius: 5px;
}
.Message {
    position: absolute;
    top: 0px;
    right: 70px;
    color: beige;
    font-size: 25px;
    font-weight: bold;
}
.submit {
    position: absolute;
    top: 400px;
    margin: 20px;
    padding: 10px;
    left: 25%;
    height: 50px;
}


.submit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.message {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 200px;
    height: 300px;
    border-radius: 15px;
    padding: 20px 5px 10px 25px;
}
.ampoule {
    position: absolute;
    left: 305px;
    top: 250px;
    height: 21px;
}

.personne{
 position: absolute;
    top: 50px;
    height: 21px;
    left: 305px;
}
.enveloppe {
 position: absolute;
    top: 147px;
    height: 21px;
    left: 305px;
}
.chat {
 position: absolute;
    top: 45px;
    left: 70px;
    height: 20px;
}




@media screen and (max-width: 1000px) {
 .formulaire {

    left: 15vw;

}

}






















@media screen and (max-width: 1000px) {
 
}