@import './defeault.css';
@import './index.css';

.baner-contact {
    width: 100%;
    height: 80vh;
    background: url('../img/Contact.jpeg') no-repeat center/cover;
    /* padding: 100px 0; */
}

.contact{
    background-color: #0253a5;
    width: 100%;
    height: 100vh;
    
}
.contact h2{
    color: #fff;
}
form h3{
    color: #0253a5;
}
form{
    background-color: #f5f5f6;
    padding: 30px;
    border-radius: 5px;
}
.nos-contacts{
    width: 100%;
    height: 70vh;
    background-color: #f5f5f0;
}
.info-contact{
    border: 1px solid #fff;
    color: #171933;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.info-contact i{
    font-size: 3em;
}
.info-contact p {
    font-size: 1.1em;
}

/* Partie mobile */
@media only screen and (max-width: 768px) {
    .baner-contact {
        width: 100%;
        height: 15vh !important;
    }
    .contact{
        background-color: #0253a5;
        width: 100%;
        height: 100%;
    }
    lottie-player{
        width: 100% !important;
        height: 100% !important;
    }
    form{
        margin: 0 0 10px 0;
    }
    form h3{
        font-size: 1.2em;
    }
    .nos-contacts{
        width: 100%;
        height: 100%;
    }
}
/* Partie tablette */
@media only screen and (max-width: 992px) {
    .baner-contact {
        width: 100%;
        height: 15vh !important;
    }
    .contact{
        background-color: #0253a5;
        width: 100%;
        height: auto;
    }
    .nos-contacts{
        width: 100%;
        height: auto;
    }
    lottie-player{
        width: 100% !important;
        height: 100% !important;
    }
    form{
        margin: 0 0 10px 0;
    }
}
  /* Mini Pc */
@media only screen and (max-width: 1300px) {
    .baner-contact {
        width: 100%;
        height: 20vh !important;
    }
    lottie-player{
        width: 100% !important;
        height: 100% !important;
    }
}
