.main-slider.style4 {
    background: #030e27;
    min-height: 142px;
}

.btn-one:hover {
    background-color: #000000 !important;
}

.btn-one:disabled {
    border-color: gray !important;
    background-color: gray !important;
}

.slogan-area {
    display: none;
}

.login-register-area {
    border-radius: 15px;
    padding-top: 25px;
}

#en-tete {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
    background-color: #fff;
    margin-bottom: 4%;
}

.info-box {
    /*display: -ms-flexbox;*/
    display: flex;
    min-height: 80px;
    padding: 1rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: .25rem;
    /*-ms-flex-align: center;*/
    align-items: center;
    /*display: -ms-flexbox;*/
    display: flex;
    font-size: 1.875rem;
    /*-ms-flex-pack: center;*/
    justify-content: center;
    text-align: center;
    /*width: 70px;*/
    width: 22%;
}

.info-box .info-box-icon img {
    height: 160px;
}

.info-box .info-box-text, .info-box i {
    font-size: 1.1rem;
}

.bg-info, .bg-info>a {
    color: #fff!important;
}
.bg-info {
    background-color: #17a2b8!important;
}

.info-box .info-box-content {
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-direction: column;*/
    flex-direction: column;
    /*-ms-flex-pack: center;*/
    justify-content: center;
    line-height: 1.8;
    /*-ms-flex: 1;*/
    flex: 1;
    padding: 0 3%;
}

.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700;
}


#en-tete h4 {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4%;
}

#en-tete h4 .label-primary {
    background-color: #428bca;
}
#en-tete h4 .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#en-tete .p-1 {
    padding: 1rem !important;
}


.card-danger {
    font-size: 14px;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .5rem 1.25rem;
}

.card-tools {
    float: right;
    display: inline-block;
}

.card-danger .card-header {
    background-color: #be0d0c;
}

.card-title, .card-header i {
    color: white;
}

.card-title {
    display: inline-block;
    margin-bottom: 0;
    line-height: 24px;
}

.card-tools button {
    padding: 0;
}

.card-body {
    padding: 0;
}

.card-body .menu-item {
    padding: .5rem 1.25rem;
    cursor: pointer;
}

.card-body .menu-item a {
    text-decoration: none;
    color: black;
}

.card-body .menu-item a:hover {
    font-weight: 600;
    color: #be0d0c;
}

.card-body .menu-item.active > a {
    font-weight: 600;
    color: #be0d0c !important;
}

#contenu > p > a.current {
    text-decoration: none;
    color: black !important;
    font-weight: 600;
}

.p-0 {
    padding: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-1 {
    margin-top: 1%;
}

.mb-1 {
    margin-bottom: 1%;
}

.mt-2 {
    margin-top: 2%;
}

.mb-2 {
    margin-bottom: 2%;
}

#contenu > p > a {
    font-size: 14px;
    color: #be0d0c;
}

#contenu > p > a:hover {
    color: black;
}

#contenu h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

#contenu h3 .label-primary {
    background-color: #428bca;
}
#contenu h3 .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.select2-container .select2-selection--single, .form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #ededed;
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 700ms ease 0s;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7e7e7e;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 15px;
}

.input-group-text {
    border-radius: 0px;
    padding: .375rem 1.15rem;
    margin-bottom: 0;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ededed;
}

#compte-form .btn-one {
    border-color: blue;
    background: blue;
    color: #ffffff;
    font-weight: 600;
}

#compte-form  label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: .1rem;
}