.bg-color-1 {
    background: rgba(255, 188, 3, 0.1);
}

.bg-icon-1 {
    background: #FFBB00;
    background: -moz-linear-gradient(top, #FFBB00 0%, #FFF574 100%);
    background: -webkit-linear-gradient(top, #FFBB00 0%, #FFF574 100%);
    background: linear-gradient(to bottom, #FFBB00 0%, #FFF574 100%);
}

.color-1 {
    color: #FFBB01;
}

.bg-color-2 {
    background: #E5F8EB;
}

.bg-icon-2 {
    background: #00843E;
    background: -moz-linear-gradient(top, #00843E 0%, #59F187 100%);
    background: -webkit-linear-gradient(top, #00843E 0%, #59F187 100%);
    background: linear-gradient(to bottom, #00843E 0%, #59F187 100%);
}

.color-2 {
    color: #00BC39;
}

.bg-color-3 {
    background: rgba(60, 33, 247, 0.1);
}

.bg-icon-3 {
    background: #FF2360;
    background: -moz-linear-gradient(top, #FF2360 0%, #9B8DFF 100%);
    background: -webkit-linear-gradient(top, #FF2360 0%, #9B8DFF 100%);
    background: linear-gradient(to bottom, #FF2360 0%, #9B8DFF 100%);
}

.color-3 {
    color: #9687FE;
}

.bg-color-4 {
    background: #FF2360;
}

.color-4 {
    color: #26C9E5;
}

.bg-color-5 {
    background: #E6FFFF;
}

.bg-icon-5 {
    background: #21F7F7;
    background: -moz-linear-gradient(top, #21F7F7 0%, #9B8DFF 100%);
    background: -webkit-linear-gradient(top, #21F7F7 0%, #9B8DFF 100%);
    background: linear-gradient(to bottom, #21F7F7 0%, #9B8DFF 100%);
}

.bg-color-6 {
    background: #EAEFFF;
}

.color-6 {
    color: #496EE8;
}

.bg-color-7 {
    background: #FFF2E5;
}

.color-7 {
    color: #FEA246;
}

.bg-color-8 {
    background: #E6FAF4;
}

.color-8 {
    color: #35CF96;
}

.bg-color-9 {
    background: #FEE9ED;
}

.color-9 {
    color: #F7284A;
}

.bg-color-10 {
    background: #EAEFFF;
}

.bg-icon-10 {
    background: #456CE9;
    background: -moz-linear-gradient(top, #456CE9 0%, #94A5DC 100%);
    background: -webkit-linear-gradient(top, #456CE9 0%, #94A5DC 100%);
    background: linear-gradient(to bottom, #456CE9 0%, #94A5DC 100%);
}

.color-10 {
    color: #496EE8;
}

.bg-color-11 {
    background: #FFF2E5;
}

.bg-icon-11 {
    background: #FFA143;
    background: -moz-linear-gradient(top, #FFA143 0%, #F3D5B7 100%);
    background: -webkit-linear-gradient(top, #FFA143 0%, #F3D5B7 100%);
    background: linear-gradient(to bottom, #FFA143 0%, #F3D5B7 100%);
}

.color-11 {
    color: #FFA143;
}

.bg-color-12 {
    background: #E6FAF4;
}

.bg-icon-12 {
    background: #4DEBBC;
    background: -moz-linear-gradient(top, #4DEBBC 0%, #B4F1DF 100%);
    background: -webkit-linear-gradient(top, #4DEBBC 0%, #B4F1DF 100%);
    background: linear-gradient(to bottom, #4DEBBC 0%, #B4F1DF 100%);
}

.color-12 {
    color: #35CF96;
}

.bg-color-13 {
    background: #FEE9ED;
}

.bg-icon-13 {
    background: #F7284A;
    background: -moz-linear-gradient(top, #F7284A 0%, #F9BAC6 100%);
    background: -webkit-linear-gradient(top, #F7284A 0%, #F9BAC6 100%);
    background: linear-gradient(to bottom, #F7284A 0%, #F9BAC6 100%);
}

.dark .bg-color-1,
.dark .bg-color-2,
.dark .bg-color-3,
.dark .bg-color-4,
.dark .bg-color-5,
.dark .bg-color-6,
.dark .bg-color-7,
.dark .bg-color-8,
.dark .bg-color-9,
.dark .bg-color-10,
.dark .bg-color-11,
.dark .bg-color-12,
.dark .bg-color-13 {
    background: #1E1D2B;
}


.main-footer {
    background-color: #f8f9fa; /* Couleur de fond */
    color: #495057; /* Couleur du texte */
    padding: 20px; /* Espacement interne */
    text-align: center; /* Centrage du texte */
    font-size: 14px; /* Taille de la police */
    border-top: 1px solid #e9ecef; /* Bordure en haut */
}

.main-footer a {
    color: #007bff; /* Couleur des liens */
    text-decoration: none; /* Pas de soulignement pour les liens */
    font-weight: 500;
}

.main-footer a:hover {
    color: #0056b3; /* Couleur des liens au survol */
}

.pull-right {
    float: right; /* Aligner à droite */
}

.hidden-xs {
    display: none; /* Cacher sur les petits écrans */
}

@media (min-width: 576px) {
    .hidden-xs {
        display: block; /* Afficher sur les écrans plus grands */
    }
}
.active .row {
    justify-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-content: center;
}
.active img {
    margin: auto;
    display: flex;
}

.active h2 {
    text-align: center;
    color: #262837;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-left: 0px;
    margin-bottom: 13px;
}
.active input.btn.btn-lg.btn-primary {
    border-radius: 4px !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px !important;
    padding: 10px !important;
    background: #25385e;
    border: none;
    box-shadow: none !important;
    margin: auto;
    width: 100%;
    justify-content: center;
}
section.login {overflow: hidden;}
        .left {
            background-image: url(../assets/images/login.jpg);
            height: 100vh;
            justify-items: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            }
            .left p {
    margin: auto;
    max-width: 460px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

div#login-box input {
    border-radius: 4px;
    background: #F8F8F8;
    border: none;
    padding: 10px;
}
div#login-box {width: 61%;border: 1px solid  #e9e9e9;padding: 20px;}

.col-md-6.right {      height: 100vh;
      justify-items: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0px !important;}

button.btn.btn-block.mx-auto.col-12 {
    color: #FFF;
}
.alert.alert-danger.d-flex.align-items-center {
    width: 97%;
    justify-content: center;
    display: flex;
    justify-items: center;
    padding: 8px 14px;
    margin-left: 7px;
}
p.oublie {
    float: right;
    margin-right: 10px;
}

p.oublie a {
    color: #eb5b38;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
}
.login-page {
    height: 100vh !important;
}
p.telephone a {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    background-color: #0dcaf0;
    padding: 15px 20px;
    border-radius: 4px;
}

p.telephone {
    width: 100%;
    justify-content: center;
    display: flex;
}


.text-area-auto-size{

    max-height: 94px;
height: 36px !important;
overflow-x: hidden;
resize: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}







