@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@500&display=swap');

body { 
    background: url('../image/groupe-feuilles-multiples.jpg') no-repeat ;
    background-size: cover;
}

@media only screen and (max-width:768px) {

#container-contact {
    display:flex;
    flex-direction:column;
    height: 90vh;
    width:100vw;
}



.container-form{
    display:flex;
    align-items:center;
    justify-content:center;
    width: 70%;
    height: 100%;
    margin-left: 15%;
    border-radius:20px;

}

.form-contact{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    background-color:#FEEC9F;
    margin-top:20%;
    border-radius: 20px;
    padding:20px;

    
}

.name-form, .email-form{
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 15%;
    margin-top: 20px;
}

.name-form label, .email-form label{
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: small;
}

.name-form input, .email-form input{
   margin-top: 5px;
   width: 100%;
   height: 80%;
   border-radius: 20px;
   border: none;
   padding: 0px 10px ;
}

.name-form input:focus, .email-form input:focus{
    outline: none;
}


.question-form{
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 30%;
    margin-top: 20px;
    height: 30%;
}

.question-form label{
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: small;
}

.question-form textarea{
    margin-top: 5px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
    padding:  0px 10px ;
    resize: none;
}

.question-form textarea:focus{
    outline: none;
    justify-content: flex-start;
}

#envoi{
    width:100%;
    margin-top:1em;
    background-color:#E0F2F5;
    width: 40%;
    height: 15%;
    border: none;
    border-radius: 20px;
    font-family: 'Poiret One';
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    cursor: pointer;
}

.container-photo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10%;
}

.container-photo tr{
    height: 20%;

}

.container-photo td{
    text-align: center;
    width: 50%;
}

.container-photo img{
    width: 70%;
    height: auto;
    padding: 10%;

}

.container-info-form{
    margin-top:5%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 80%;
    margin-right: 5%;
}

.container-plan-acces{
    border-radius: 20px;
    height: 40%;
    width: 60%;
    background-color:#E0F2F5;
}

.container-info-contact{
    border-radius: 20px;
    height: 40%;
    width: 60%;
    background-color: #FEEC9F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Poiret One',cursive;
    font-size: large;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 10%;
    padding: 20px;
}

.container-info-contact img{
    width: 1em;
    height: 1em;
}
}

@media only screen and (min-width:769px){
    #container-contact {
        display:flex;
        flex-direction:row;
        height: 90vh;
        width:100vw;
    }
    
    
    
    .container-form{
        display:flex;
        align-items:center;
        justify-content:center;
        width:33%;
        height: 90vh;
        margin-left: 5%;
        border-radius:20px;
    
    }
    
    .form-contact{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        width:100%;
        height:50%;
        background-color:#FEEC9F;
        border-radius: 20px;
        padding:20px;
    
        
    }
    
    .name-form, .email-form{
        display: flex;
        flex-direction: column;
        width: 70%;
        height: 16%;
        margin-top: 20px;
    }
    
    .name-form label, .email-form label{
        font-family: 'Poiret One';
        font-style: normal;
        font-weight: 400;
        font-size: x-large;
    }
    
    .name-form input, .email-form input{
       margin-top: 5px;
       height: 60%;
       border-radius: 20px;
       border: none;
       padding: 0px 10px ;
    }
    
    .name-form input:focus, .email-form input:focus{
        outline: none;
    }
    
    
    .question-form{
        display: flex;
        flex-direction: column;
        width: 70%;
        height: 30%;
        margin-top: 20px;
        height: 30%;
    }
    
    .question-form label{
        font-family: 'Poiret One';
        font-style: normal;
        font-weight: 400;
        font-size: x-large;
    }
    
    .question-form textarea{
        margin-top: 5px;
        height: 100%;
        border-radius: 20px;
        border: none;
        padding:  0px 10px ;
        resize: none;
    }
    
    .question-form textarea:focus{
        outline: none;
        justify-content: flex-start;
    }
    
    #envoi{
        width:100%;
        margin-top: 2em;
        background-color:#E0F2F5;
        width: 30%;
        height: 10%;
        border: none;
        border-radius: 20px;
        font-family: 'Poiret One';
        color: black;
        font-style: normal;
        font-weight: 400;
        font-size: large;
        cursor: pointer;
    }
    
    .container-photo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33%;
    
    }
    
    .container-photo tr{
        height: 20%;
    
    }
    
    .container-photo td{
        text-align: center;
        width: 50%;
    }
    
    .container-photo img{
        width: 70%;
        height: auto;
        padding: 10%;
    
    }
    
    .feuille{
        width: 40% !important;
        height: auto;
    }
    
    
    .container-info-form{
        margin-top:5%;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        align-items: center;
        width: 33%;
        height: 80%;
        margin-right: 5%;
    }
    
    .container-plan-acces{
        border-radius: 20px;
        height: 40%;
        width: 60%;
        background-color:#E0F2F5;
    }
    
    .container-info-contact{
        border-radius: 20px;
        height: 40%;
        width: 60%;
        background-color: #FEEC9F;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-family: 'Poiret One',cursive;
        font-size: large;
        font-weight: bold;
        margin-bottom: 10%;
        padding: 20px;
    }
    
    .container-info-contact img{
        width: 3em;
        height: 3em;
    }
}
