body{
    color: #fff;
    padding: 0px;
    margin: 0px;
    background-color: #005d51;
    font-family: 'Poppins', sans-serif;
}

div{
    box-sizing: border-box;
}
.top{
    width: 100%;
    height: 100vh;
    background-image: url(../images/promotion-immobilier.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-opaque{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.content{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.content .logo{
width: 100%;
text-align: center;
}

.content h1{
text-align: center;
text-transform: uppercase;
font-size: 100px;
line-height: 110px;
}

.content p{
    font-size: 22px;
}

.content h2{
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    }

    .page{
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .gauche{
        width: 50%;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .gauche img{
        width: 50%;
        height: auto;
    }

    .droite{
        width: 50%;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
        border-left: #fff 1px solid ;
    }

    .droite img{
        width: 50%;
        height: auto;
    }

    .page h3{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
    }

    .page h3 span{
color: #FCBF00;
    }

    .page p.slogan{
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        width: 100%;
        margin-top: 60px;
        padding-top: 60px;
        border-top: #fff 1px solid ;

        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: #fff 1px solid ;
    }

    .page form{
        width: 100%;
        padding-left: 150px;
        padding-right: 150px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .page form h4{
width: 100%;
color: #FCBF00;
text-align: center;
font-weight: 400;
text-transform: uppercase;
font-size: 40px;
margin-top: 0px;
margin-bottom: 30px;
    }

    .page form input[type=text], .page form input[type=email]{
        border: #FCBF00 solid 2px;
        border-radius: 3px;
        box-sizing: border-box;
        height: 40px;
        padding: 5px;
        width: 40%;
        margin-bottom: 25px;
        margin-left: 5%;
        margin-right: 5%;
        background-color: #fff;
    }

    .page form label{
        box-sizing: border-box;
        height: 40px;
        padding: 5px;
        width: 40%;
        margin-bottom: 25px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .page form textarea {
        border: #FCBF00 solid 2px;
        border-radius: 3px;
        box-sizing: border-box;
        height: 120px;
        padding: 5px;
        width: 90%;
        margin-bottom: 25px;
        margin-left: 5%;
        margin-right: 5%;
        background-color: #fff;
    }

    .page form input[type=submit], .page form button {
        border: #FCBF00 solid 2px;
        border-radius: 3px;
        box-sizing: border-box;
        height: 40px;
        padding: 5px;
        width: 40%;
        margin-bottom: 25px;
        margin-left: 5%;
        margin-right: 0%;
        cursor: pointer;
        background-color: #FCBF00;
        font-size: 22px;
        color: #005d51;
    }

    .page form input[type=submit]:hover, .page form button:hover {
background-color: #fff;
border: #fff solid 2px;
    }

    .page form p.erreur{
        padding: 10px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        box-sizing: border-box;
        background-color: red;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 3px;
    }

    .page form p.success{
        padding: 10px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        box-sizing: border-box;
        background-color: #fff;
        color: #005d51;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 3px;
    }

    .footer{
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding-top: 50px;
        padding-bottom: 100px;
        justify-content: center;
        align-items: flex-end;
        border-top: #fff 1px solid;
    }

    .footer a.logo{
      
        width: 50%;
        text-align: right;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .footer p.adresse{
width: 50%;
box-sizing: border-box;
text-align: left;
margin: 0px;
padding-left: 20px;
    }

    .footer p.adresse a{
  color: #FCBF00;
    }

    .footer img{
        width: 200px;
        height: auto;
    }