@import './defeault.css';
@import './index.css';
.baner-qsn {
    background: linear-gradient(190deg, #000, 50%, transparent 100%),
    url('/img/g13.jpeg') no-repeat center/cover;
    width: 100%;
    height: 70vh;
}
h1{
    text-align: center !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    color: #fff !important;
}
.jumbotron h3{
    margin:0 0 40px 0;
    color: #0253a5;
}
.a-prepos{
    width: 100%;
    height: 100%;
    background-color: #f5f5f6;
    padding: 100px 0;
}
.choix {
    background-color: #f3faf5;
    width: 100%;
    height: 80vh;
    padding: 50px 20px;
    text-align: center;
}
.choix .col-md-3{
    background-color: #fff;
    padding: 20px 10px;
    margin: 10px;
    border-radius: 5px;
}
.choix h4{
    font-size: 1.3em;
}

.choix h3, .equipe h3{
    color: #0253a5;
}
.equipe {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 50px 20px;
}
.equipe h5{
    font-size: 1.1em;
    font-weight: bold;
}
.equipe img {
    border: 5px solid #0253a5;
}
.equipe small {
    font-size: 1em;
}
@media only screen and (max-width: 768px) {
    .baner-qsn{
        width: 100%;
        height: 15vh;
    }
    h1{
        margin-top: 35px !important;
    }
    .choix, .equipe {
        height: auto !important;
    }
    .choix h3 {
        margin-top: -20px !important;
    }
    .equipe img {
        width: 150px;
        height: 150px;
    }
    .equipe h5 {
        font-size: 1em;
    }
}
@media only screen and (max-width: 992px) {
    .choix, .equipe {
        height: auto !important;
    }
    .baner-qsn{
        width: 100%;
        height: 15vh;
    }
    h1{
        margin-top: 30px !important;
    }

}
  /* Mini Pc */
@media only screen and (max-width: 1300px) {
    .choix, .equipe {
        height: auto !important;
    }
    .formules{
        background-color: #f5f5f6;
        width: 100%;
        height: 100%;
    }
    .formules-card{
        width: 100% !important;
    }
}
