@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);

body {
    font-family: Arial, sans-serif;
    background-image: url('../images/background.png');
    /* Remplacez 'background.jpg' par le chemin vers votre image */
    background-size: cover;
    /* Ajuste la taille de l'image pour couvrir l'ensemble du corps */
    background-repeat: repeat;
    /* Empêche la répétition de l'image en arrière-plan */
    background-position: right top;
    background-attachment: fixed;
    /* Fixe l'image en arrière-plan pour qu'elle ne défile pas avec la page */
    color: #000000;
    /* Couleur du texte */
}

.bg-orange {
    padding: 10px;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}




.container {
    max-width: auto;
    margin: 0 auto;
    padding: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.containerform {
    max-width: auto;
    margin: 0 auto;
    padding: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*text-align: right;*/
}

.divformAr {
    text-align: right;
}

.divformFr {
    text-align: left;
}

.container-fluid {
    max-width: auto;
    padding-left: 50px;


    padding-right: 50px;

}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
}

.breadcrumb .breadcrumb-item {
    color: gray;
}

.breadcrumb .breadcrumb-item.active {
    color: orange;
}

.jumbotron {
    margin-top: 20px;
    /* Ajoute un espace de 20 pixels en haut de la bannière */
    border: 1px solid orange;
    text-align: center;
    background-color: rgba(192, 192, 192, 0.5);
    /* Couleur gris (RGB) avec opacité de 0.5 */
}

.input-group-addon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.field-validation-error1 {
    color: red;
    font-size: 12px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.main-section {

    margin: 0 auto;

    padding: 20px;

    margin-top: 100px;

    background-color: #fff;

    box-shadow: 0px 0px 20px #c1c1c1;

}

.fileinput-remove {

    display: none;

}


.red {
    color: red;
}
.form-step {
    display: none;
}

.form-step h2 {
    color: #333;
}
.form-container {
    width: 60%;
    margin: 50px auto;
}
#step1{
    margin-top:-10%;
}

.suivant{
    margin-top: 0.5em !important;
 				  
}
.arabe{
    text-align: right !important;
}
.pieces{
    display: block !important;
}