.container-fluid{
    max-width: 1440px;
}
.section.parametres .nav-pills-vertical .nav-link {
    margin-bottom: 5px;
    height: auto;
    background: transparent;
    color: #161718;
    border-radius: 0;
    text-align: left;
    padding: 10px 0;
}
.section.parametres .nav-pills-vertical {
    margin-top: 0;
}
.section.parametres .title-nav {
    font: 18px/20px "Roboto Medium",sans-serif;

}
.section.parametres .nav-pills-vertical .nav-link.active, .section.parametres .nav-pills-vertical .show>.nav-link {
    color: #467aff;
}
.btn-primary.btn-icon {
    line-height: 27px;
    font-family: "Roboto Medium",sans-serif;
    text-align: center;
    border-radius: 7px;
}
.btn-icon .icon {
    display: inline-block;
    margin-left: 10px;
    margin-top: -3px;
}
.content-button .btn-primary {
    width: 100%;
    max-width: 270px;
}
.bloc-img-profil {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bloc-img-profil > div {
    flex: 0 0 50%;
    max-width: 50%
}
.section.parametres .title-sm {
    display: block;
    margin-bottom: 10px;
}
.form-control {
    font: normal 16px 'Roboto Regular',sans-serif;
    height: 45px;
    border-radius: 5px;
    padding-left: 15px;
}
.form-group {
    margin-bottom: 2rem;
}
textarea.form-control {
    height: 285px;
    padding: 15px;
}
.btn-primary.btn-submit {
    height: 50px;
    font: 18px "Roboto Medium",sans-serif;
}
.btn-primary.btn-setting {
    font-family: "Roboto Medium",sans-serif;
    height: 50px;
    border-radius: 5px;
}
.form-group-btn {
    display: block;
    margin: 30px 0;
}
.link {
    color: #467aff;
    font-family: 'Roboto Bold',sans-serif;
    text-decoration: underline;
}
.title-lg {
    font: normal 22px 'Roboto Bold',sans-serif;
    margin-bottom: 35px;
}
.section.parametres p {
    font: 16px/24px 'Roboto Medium',sans-serif;
}
.section.parametres .tab-content-vertical .inner {
    min-height: auto;
}
.text-warning {
    color: #da484a !important;
}
.section.parametres .text-warning {
    font-size: 18px;
}
.btn-setting.btn-warning {
    border-color: #da484a;
    background: #da484a;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    font-size: 16px;
}
.max-width-800 {
    max-width: 800px;
    margin: auto;
}
.modal-parametre .modal-content {
    background: #2A2B3A;
    border: 1px solid #d39e00;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-parametre .modal-body {
    border: none;
    position: relative;
    padding: 35px 20px;
}
.modal-parametre .modal-close {
    position: absolute;
    top: 20px; right: 20px;
}
.modal-parametre .title-sm {
    font-size: 20px;
    margin-bottom: 20px;
}
.modal-parametre .text-warning {
    font-family: 'Roboto Medium',sans-serif;
}
.btn-modal-content {
    margin-top: 40px;
}
.btn-primary.btn-ligth {
    background-color: white;
    height: 50px;
    line-height: 38px;
    color: #1E1E2D;
    width: 100%;
    max-width: 290px;
    border-radius: 7px;
}
.content-connex {
    max-width: 650px;
    margin: 60px auto;
}
.content-paie {
    max-width: 970px;
    margin: auto;
    padding: 25px 0;
    border-top: 3px solid #1E1E2D;
    border-bottom: 3px solid #1E1E2D;
}
.row-btn {
    margin-top: 25px;
}
.bloc-radio {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
p b {
    font-weight: normal;
    font-family: 'Roboto Bold',sans-serif;
}
.bloc-radio .content-radio {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}
.bloc-radio .label-radio {
    position: relative;
    padding: 10px 10px 10px 5px;
    background: white;
    border-radius: 7px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 4px solid #2A2B3A;
}
.bloc-radio .label-radio .txt {
    text-align: center;
    color: #1E1E2D;
    font: bold 14px/16px 'Roboto Bold',sans-serif;
    padding-left: 20px;

}
.bloc-radio .label-radio:hover {
    border-color: #467aff;
}
.bloc-radio .label-radio .carte {
    width: 100%;
    max-width: 125px;
}
.bloc-radio .label-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #467aff;
    margin-right: 7px;
}
.bloc-radio .label-radio input[type="radio"]:hover {
    accent-color: #467aff;
}
.click-img-profil {
    position: relative;
}
.click-img-profil .content-img {
    position: absolute;
    top: -100px;
    right: -460px;
    width: 430px;
    height: auto;
    background: white;
    padding: 15px 20px 20px;
    z-index: 55;
    border-radius: 10px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
    text-align: left;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.click-img-profil.show .content-img {
    opacity: 1;
    visibility: visible;
}

.click-img-profil .content-img::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 17px 13.5px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    left: -16px;
    top: 107px;
}
.content-img .title {
    color: #333;
    font-size: 15px;
}
.liste-img {
    margin: 0 -5px;
}
.liste-img .img {
    float: left;
    width: 22%;
    height: 90px;
    object-fit: cover;
    object-position: center;
    margin: 20px 5px;
    border-radius: 7px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}
.liste-img .img:hover {
    border: 4px solid #467aff;
}
.btn-primary.click-img-profil:hover {
    background: #3862CC;
}

.btn-primary:focus, .btn-primary:active {
    background: #2D4EA3;
    background-color: #2D4EA3;
}

#v-pills-paiement .btn-setting {
    border: none;
    text-transform: inherit;
}
.modal-infos {
    color: #1E1E2D;
}
.modal-infos .title-sm {
    color: #1E1E2D;
    font: bold 18px/20px 'Roboto Bold',sans-serif;
    margin-bottom: 15px;
}
.modal-infos .modal-body {
    padding: 40px 30px 30px;
}
.modal-infos .select-control {
    background: #fff;
    color: #1E1E2D;
    border: 1px solid #ced4da;
    font-family: 'Roboto Bold';
    height: 45px;
}
.form-group.inline-groupe .select-control {
    display: inline-block;
    width: 44%;
}
.form-group.inline-groupe .select-control:first-of-type {
    margin-right: 5px;
}
.form-group.inline-groupe .select-control:last-of-type {
    margin-left: 5px;
}
.form-group.inline-groupe .form-control {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: 15px ;
}
.modal-infos .btn-modal-content {
    margin-top: 5px;
}
.modal-infos .bloc-coordo {
    color: #1E1E2D;
    font: normal 20px/27px 'Roboto Medium', sans-serif;
}
.btn-setting.btn-light {
    background: #fff;
    border-color: #1E1E2D;
    color: #1E1E2D;
}
.btn-setting.btn-light:hover {
    border-color: #467aff;
}
.modal-infos .btn {
    border-radius: 7px;
}
.modal-infos .col-right .form-group {
    margin-bottom: 15px;
}
.section.parametres .select-control {
    height: 45px;
    background-color: white;
    color: #1E1E2D;
    border-color: #1E1E2D;
}

.content-select.select-pays .list-select {
    height: 45px;
    background: white
}
.content-num {
    position: relative;
}
.content-num .drapeau {
    position: absolute;
    top: 7px; left: 7px;
    opacity: 0;
    transition: all .3s ease;
    width: 45px;
}
.content-num.show .drapeau {
    opacity: 1;
}
.content-num.show .form-control {
    padding-left: 124px;
}
.select2-container {
    top: 3px;
}
.select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font: normal 16px/42px 'Roboto Regular', sans-serif;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.flag-icon + .flag-text {
    margin-left: 15px;
    color: #1E1E2D;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    line-height: 22px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: white;
    background: #467aff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .flag-icon+.flag-text {
    color: white;
}
.select2-results__option {
    padding: 8px 10px;
}
.flag-icon.flag-icon-squared {
    width: 2em;
    height: 1.3em;
    background-size: cover;
    border-radius: 4px;
}
.flag-icon.flag-icon-squared {
    position: relative;
    top: -2px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 275px;
}


/* Responsive */
@media (max-width: 1199px) {
    .click-img-profil .content-img {
        top: -100px;
        right: -375px;
        width: 350px;
        height: auto;
    }
    .liste-img .img {
        width: 46.7%;
        margin: 5px;
    }
}
@media (max-width: 992px) {
    .section.parametres .title-nav {
        font-size: 16px;
    }
    .btn-modal-content .btn-setting:first-of-type {
        margin-bottom: 15px;
    }
    .modal-parametre .modal-close {
        top: 7px;
    }
    .bloc-radio {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .bloc-radio .content-radio {
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .click-img-profil .content-img {
        top: auto;
        bottom: -777px;
        right: 0;
        width: 430px;
    }
    .click-img-profil .content-img::before {
        left: auto;
        top: -20px;
        right: 60px;
        transform: rotate(90deg);
    }
    .row-btn .btn-setting:first-of-type {
        margin-bottom: 15px;
    }
    .row-carte .content-desc {
        margin-block: 20px;
    }
    .bloc-radio .content-radio {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .modal-infos .bloc-coordo {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .section.parametres .text-warning {
        font-size: 16px;
    }
    .btn-setting.btn-warning {
        font-size: 14px;
    }
    .click-img-profil .content-img {
        width: 288px;
    }
    .liste-img .img {
        width: 45.7%;
    }
    .bloc-img-profil {
        display: block;
    }
    .click-img-profil .content-img {
        left: 0;
        right: auto;
    }
    .click-img-profil .content-img::before {
        left: 50px;
        right: auto;
    }
    .section.parametres p {
        font-size: 14px;
    }
    .row-carte img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .bloc-radio {
        margin: 0;
    }
    .bloc-radio .content-radio {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .btn-setting.btn-warning {
        font-size: 13px;
        height: auto;
    }
    .btn-primary.btn-submit {
        height: 45px;
        font-size: 14px;
    }
}
/* Custom Blue HR Separator */
.custom-hr {
    border: none; /* Remove default border */
    height: 3px; /* Set line thickness */
    background-color: #467aff; /* Use the main blue color */
    width: 100%; /* Full width */
    margin: 30px 0; /* Add spacing above & below */
    border-radius: 5px; /* Round edges for a smoother look */
}
