.top-bar-haut {
    background-color: black;
    text-align: right;
    padding-right: 35px;
}

 .cadre {
    max-width: 600px;
    border-radius: 7px;
    margin: -30px auto 40px auto;
    padding: 40px;
    padding-bottom: 40px;
    background-color: white;
    text-align: center;

}
.cadre-large {
    border-radius: 7px;
    margin: -30px 20px 40px 20px;
    padding: 20px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#contact-form input, #contact-form textarea{
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
}
#contact-form input {
    height: 40px;
}
.cadre-large h3, .cadre-large h4 {
    font-size: 1rem;
}
.element2-cadre-large {
    width: 50%;
}
.element1-cadre-large {
    max-width: 45%;
}

.marge-top-20 {
    margin-top: 20px;
}
.profil {
    margin: 20px;
}
.description-profil {
    margin: 20px 20px 20px 0px;
}
.profil i {
    font-size: 100px;
}
.ligne {

}
.modal {
    margin-top: 50px;
}
.modal .modal-dialog {
    margin-top: 150px;
}
form p {
    text-align: left;
    font-size: 0.9rem;
}
.illustration {
	font-size: 100px;
	margin: 0px;
}
.description-fonctionnalite {
	margin: 0px 0px 30px 0px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.bande {
    height: 1px;
    background-color: #777;
}
.bande-erreur {
    background-color: red;
    color: white;
    border-radius: 7px;
    text-align: left;
    padding: 20px;
}
.bande-succes {
    background-color: green;
    color: white;
    border-radius: 7px;
    padding: 20px;
}
.entete .header {
    background-color: white;
}
.conteneur-titre {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
}
.conteneur-titre div {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    padding-bottom: 80px;
}
.titre {
    text-align: center;
    color: white;
}
/* .signin-form input[type="submit"] {
    background-color: #0083ff;
} */
.carte-encours {
    position: absolute;
    top : 0px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
}
.carte-encours p {
    text-align: center;
    color: white;
    height: 35px;
    margin: auto;
}   
.carte-bancaire {
    width: 400px;
    max-width: 400px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #007bff;;
    margin: 20px auto 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.carte-bancaire *{
    color: white;
}
.titre-carte-bancaire {
    height: 100px;
    /* background-image: url("../images/fruits.jpg"); */
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 900;
}
.titre-carte-bancaire>p {
    font-size: 1.3rem;
    /* background-color: rgba(255, 255, 255, 0.616); */
    padding: 10px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 700;
}
.bas-carte-bancaire {
    height: 50px;
    /* background: linear-gradient(to right,#e67b00,white); */
    position: relative;
    bottom: 30px;
    right: 20px;
}
.numero-carte-bancaire {
    font-size: 1.3em;
    padding: 0px 0px 10px 10px;
}
.bas-carte-bancaire>p{
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}
.bas-carte-bancaire>.bas-gauche-carte-bancaire {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top : 0px;
    padding-left: 10px;
    color : white;
}
.titre-particulier {
    font-size: 1rem;
}
.pleine-largeur {
    width: 95%;
}
.separe {
    display: flex;
    justify-content: space-between;
}
table .progress {
    height: 40px;
}
footer *{
    color: #727272;
}
.footer-title{
    color: white;
    margin: 20px 0px 20px 0px;
}
#services {
    padding: 0px;
}
.grille {
    padding: 5em 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
#services .row *{
    color: white;
    text-align: justify;
}
.progress.transfert {
    height: 50px;
    width: 400px;
    margin: auto;
}
.modal-body .etape-transfert {
    text-align: center;
}
.valider-transfert {
    width: 100%;
    color: white !important;
}
@media screen and (max-width: 992px) {
    .entete .reqe-button {
        margin: 0px;
    }
    .cadre {
        margin: -30px 20px 40px 20px;
        padding:20px;
    }
    .element2-cadre-large {
        width: 100%;
    }
    .element1-cadre-large {
        max-width: 100%;
    }
    .carte-bancaire {
        width: 95%;
        height: 200px;
    }
    .titre-carte-bancaire {
        height: 75px;
    }
    .titre-carte-bancaire>p {
        font-size: 1rem;
        width: 90%;
    }
    .progress.transfert {
        width: 100%;
    }
  };

  /* @media screen and (min-width: 300px) {
    .element2-cadre-large {
        width: 100%;
    }
    .element1-cadre-large {
        max-width: 100%;
    }
  } */