@import url(https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&display=swap);
.head-section h1,
.head-section h2 {
    font-weight: 700;
    position: relative;
}
.blog-img,
.img-box {
    object-fit: contain;
}
.bt-bloc-title,
.head-section-title > span,
.title-h2 {
    text-transform: uppercase;
}
*,
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
li,
ol,
section,
span,
table,
td,
th,
tr,
ul {
    font-family: Alexandria, sans-serif;
}
.nav-link,
a.nav-item.nav-link {
    font-weight: 600;
}
body,
html {
    background: #fff;
}
.nav-top {
    background-color: var(--color1);
    padding: 14px 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 11.5pt;
}
.nav-top-light {
    box-shadow: 0 0 3px #ddd;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500;
}
.nav-container {
    background-color: #fff;
    padding: 12px 0;
}
.navbar-light .navbar-nav .btn-filled {
    background: var(--color1);
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 55px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
.bt-bloc-title span,
.demande-btn,
.field-val,
.link-orange,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--color1);
}
.navbar-light .navbar-nav .btn-filled-outline {
    color: var(--color1);
    padding: 12px 30px;
    border-radius: 55px;
    margin-left: 5px;
    font-weight: 400;
    border: 2px solid var(--color1);
    text-align: center;
}
.demande-btn {
    background-color: #fff;
    border-color: #fff;
    border-radius: 20px;
    font-weight: 500;
}
span.nav-icon {
    margin-right: 12px;
}
.dropdown-menu {
    border-top: 4px solid #0e57ab;
    top: 60px;
}
.slider-home .item {
    height: 100vh;
    position: relative;
}
.blog-img > img,
.slider-home .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-home .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(44, 11, 7, 0.4);
    display: flex;
    align-items: center;
}
.slider-home .item .cover .slider-home-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}
.slider-home .item .cover .slider-home-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider-home .owl-nav .owl-next,
.slider-home .owl-nav .owl-prev {
    top: 43%;
    opacity: 0;
    background: rgb(100 35 1) !important;
    width: 40px;
    display: block;
    z-index: 1000;
    border-radius: 20px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}
.slider-home .item .cover h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}
.slider-home .item .cover h1 {
    font-size: 58px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
.slider-home .item .cover h4 {
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
}
.slider-home .owl-item.active h1,
.slider-home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slider-home .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.slider-home .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.slider-home .owl-nav .owl-prev {
    left: 15px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.slider-home .owl-nav .owl-next span,
.slider-home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.slider-home .owl-nav .owl-next:focus,
.slider-home .owl-nav .owl-prev:focus {
    outline: 0;
}
.slider-home .owl-nav .owl-next:hover,
.slider-home .owl-nav .owl-prev:hover {
    background: rgb(100 35 1) !important;
}
.slider-home .owl-nav .owl-next {
    right: 15px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.slider-home:hover .owl-prev {
    left: 0;
    opacity: 1;
}
.slider-home:hover .owl-next {
    right: 0;
    opacity: 1;
}
.about-section {
    background-color: #fafafa;
}
.box-card.active,
.btn-ctm {
    background: #ef6110;
    color: #fff;
}
.btn-ctm {
    border-color: #ef6110;
    border-radius: 22px;
    padding: 6px 30px;
    margin-top: 12px;
    font-size: 14pt;
    font-weight: 500;
    box-shadow: 2px 2px 8px rgb(239 97 16);
}
#service_section .box-title,
#service_section .head-section > h1,
.active > .nk-menu-link,
.btn-ctm:hover,
.head-section.ctm h1,
.nk-menu-link:hover,
.search-box-button button,
span.st-label {
    color: #fff;
}
.references-section {
    padding: 30px 0;
    background-color: #fff;
}
.reference-img {
    height: 40px;
    filter: grayscale(1);
    opacity: 0.4;
}
.head-section {
    padding: 10px 0 40px;
}
.head-section h1 {
    text-align: center;
    font-size: 24pt;
    color: #000;
}
.head-section h2 {
    text-align: right;
    font-size: 20pt;
    color: #062b58;
}
.box-card-body h2,
.box-card-body p,
.nbr-lbl {
    text-align: center;
}
.head-section h2::after {
    content: "";
    height: 3px;
    width: 80px;
    background: var(--color1);
    position: absolute;
    bottom: -10px;
    right: 0;
    border-radius: 6px;
}
.contact-para {
    margin: 26px 0;
}
.client-img,
.client-txt {
    margin: 10px;
}
section {
    padding: 60px 0;
}
.box-card {
    padding: 12px;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 6px;
}
.box-card-head {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
}
.box-icon,
.footer-social-media,
.head-section-title {
    display: flex;
    justify-content: center;
}
.icon-box svg {
    width: 30px !important;
}
.icon-box-yellow {
    background: #fbe9cb;
    color: #dbb276;
}
.icon-box-yellow svg {
    fill: #dbb276;
}
.icon-box-blue {
    background: #e6efff;
    color: #82a0d7;
}
.icon-box-blue svg {
    fill: #82a0d7;
}
.icon-box-red {
    background: #f9c4c2;
    color: #c95d59;
}
.icon-box-red svg {
    fill: #c95d59;
}
.icon-box-green {
    background: #a2e7d6;
    color: #3ca68c;
}
.icon-box-green svg {
    fill: #3ca68c;
}
.box-card-body h2 {
    font-size: 16pt;
    font-weight: 600;
    color: #062b58;
    margin-bottom: 12px;
}
.img-box {
    width: 100%;
    max-height: 460px;
    display: flex;
    justify-content: center;
}
.img-box > img {
    max-height: 500px;
    max-width: 100%;
    border-radius: 50%;
    float: left;
}
.section-body .head-section h1 {
    text-align: left;
}
.section-body .head-section h1::before {
    transform: translateX(0);
    right: 0;
    width: 6 0;
}
.section-body .head-section p {
    line-height: 30px;
    font-size: 12pt;
    font-weight: 400;
    margin: 24px 0;
    color: #767e87;
    white-space: pre-line;
}
.btn-outline-orange {
    color: #ef6110;
    border: 2px solid #ef6110;
    border-radius: 22px;
    font-weight: 500;
}
.numbers-section {
    padding-top: 20px;
}
.nbr-up {
    font-size: 24pt;
}
.nbr-lbl {
    font-size: 12pt;
}
h2.nbr-up {
    font-size: 22pt !important;
}
.icon-box-black {
    background-color: initial;
}
.icon-box-black svg {
    color: #807c7c;
}
.box-card.active .nbr-up,
.nk-menu-item.active > .nk-menu-link .nk-menu-icon {
    color: #fff !important;
}
.box-card.active .icon-box svg {
    fill: white !important;
}
.client-active,
.cta-section-container,
.loader.show {
    display: flex;
}
.client-img {
    overflow: hidden;
    width: 56px;
    height: 56px;
    border-radius: 30px;
}
.client-img img {
    width: 100%;
    height: 100%;
}
.client-name {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 12pt;
}
.client-profession {
    font-size: 10pt;
    color: #888;
}
button.nav-btn {
    background: initial;
    border: 1px solid;
    border-radius: 16px;
}
button.nav-btn.nav-btn-left {
    color: #ef6110;
    border-color: #ef6110;
}
button.nav-btn.nav-btn-right {
    background-color: #ef6110;
    color: #fff;
    border-color: #ef6110;
}
.blog-box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}
.blog-img {
    overflow: hidden;
    height: 200px;
}
.blog-content {
    padding: 10px;
}
a.blog-link {
    color: #ef6110;
    font-weight: 500;
}
h3.blog-title,
td {
    color: #062b58;
}
h3.blog-title {
    font-size: 14pt;
    font-weight: 600;
}
.footer-body {
    background: #0b4283;
    padding: 40px 0;
}
.footer-coopyright {
    text-align: center;
    padding: 6px 0;
    color: #fff;
    background: var(--color1);
}
h5.footer-title {
    color: #fff;
    margin-bottom: 16px;
}
ol.list-footer {
    list-style: none;
    color: #fff;
    padding: 0;
}
.list-footer li {
    padding-bottom: 6px;
}
.search-box-input {
    width: 80%;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    background-color: #fafafa;
}
.search-box-input .input-group-text {
    border-style: none;
    background: initial;
}
.search-box-button {
    background-color: var(--color1);
    color: #fff;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-left: 6px;
}
section.actualites-section {
    padding-bottom: 90px;
}
.footer-social-media {
    padding-top: 30px;
}
.footer-social-media a {
    width: 24px;
    height: 24px;
    background: var(--color1);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 60%;
    color: #0b4283;
    margin: 0 4px;
}
html.ar,
html.ar * {
    direction: rtl;
}
.ar * {
    text-align: right;
}
#first_section {
    padding-top: 0;
    padding-bottom: 0;
}
.img-container {
    position: relative;
    padding: 40px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.title {
    color: var(--color1);
    line-height: 57px;
    font-size: 30pt;
    font-weight: 700;
}
.para {
    color: #000;
    margin-top: 30px;
    line-height: 30px;
    white-space: pre-line;
}
#search-container {
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#btn_track,
.thead_dark {
    background: var(--color1);
}
#btn_track {
    margin-right: 0;
    border-radius: 36px;
    border-color: var(--color1);
    padding: 10px 30px;
}
#track_input {
    border-style: none;
}
.icon_input {
    margin-right: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.statistique-container {
    display: flex;
    align-items: center;
}
span.st-number {
    color: #fff;
    font-size: 22pt;
    font-weight: 600;
    margin-left: 10px;
}
.img-motor {
    width: 70%;
    animation: 6s infinite float-y;
}
@keyframes float-y {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
span.nav-icon {
    color: var(--color1);
    font-size: 18pt;
}
img.icon {
    width: 80px;
    height: 80px;
}
.box-title {
    text-align: center;
    color: var(--color1);
    margin: 20px 0;
    font-size: 17pt;
    font-weight: 600;
}
p.box-text {
    color: #65667c;
    font-size: 11pt;
    text-align: center;
    margin: 4px 12px;
}
#service_section {
    background: url(../images/Ey-banner-bg_bk.jpg) center/cover no-repeat fixed
        #052a54;
}
.thead_dark {
    color: #fff;
}
.btn-download {
    background: var(--color1) !important;
    border-radius: 50% !important;
    vertical-align: top !important;
    padding: 5px;
    border: none;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
    white-space: nowrap;
    color: var(--color1) !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #60b6ab;
}
.table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th:first-child:before {
    content: "-";
    background-color: #d33333;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
    border-radius: 8px !important;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color1) !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#wa-widget-send-button,
.wa-chat-box {
    z-index: 16000160 !important;
    position: fixed !important;
    right: 20px;
}
.dataTables_info,
.dataTables_length {
    float: right;
}
#files_list_paginate,
.dataTables_filter {
    float: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--color1);
    color: #fff !important;
}
#contact_section {
    background-image: url(../images/about_background.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
}
.details-control,
.head-section.ctm h1::before,
.howitswork-responsive-sep,
.nav-ctas {
    display: none;
}
.ctm-txt {
    text-align: center;
    color: #fff;
    font-size: 14pt;
    margin-bottom: 40px;
}
.btn-success,
.btn-success:focus,
.btn-success:hover {
    margin-right: 6px;
    background: var(--color2);
    border-color: var(--color2);
    padding: 10px 30px;
    box-shadow: none;
}
#wa-widget-send-button,
.wa-chat-box,
.wa-chat-box-brand {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}
.btn-success.outline {
    border: 2px solid var(--color1);
    background: initial;
    color: var(--color1);
    border-radius: 36px;
}
.radius-36px {
    border-radius: 36px;
}
.btn-submit,
.btn-submit:hover {
    width: 100%;
    text-align: center;
    margin-right: 6px;
    border-radius: 8px;
    background: var(--color1);
    border-color: var(--color1);
    padding: 10px 30px;
    color: #fff;
}
.icon-title {
    color: #0b4283;
    margin: 10px 0;
}
.icon-subtitle {
    font-size: 11.5pt;
    color: #727e8c;
}
.ltr {
    direction: ltr !important;
}
.btn-orange,
.btn-orange:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    color: currentColor;
    border-radius: 20px;
    font-weight: 500;
}
.card-new-compte {
    margin: 70px 0;
}
.btn-signup {
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 8px;
}
.frm-title {
    color: #2f2d2b;
    margin-bottom: 8px;
    font-size: 17pt;
}
.frm-subtitle,
.txt-medium {
    font-size: 11pt;
}
.frm-subtitle {
    margin-bottom: 50px;
    font-weight: 300;
    color: #97928f;
}
span.lbl-obligatoire {
    color: #e21b1b;
}
.dropdown-menu {
    font-size: 0.8rem;
    border-radius: 0.1rem;
    background: #fff;
    border-color: rgba(33, 33, 33, 0.15);
}
.dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #212121;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cf183e;
}
::selection {
    background: #aabfc9;
}
::-moz-selection {
    background: #aabfc9;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color1);
    color: #fff;
}
.error {
    color: #dc3545;
    font-size: 9pt;
}
.card-new-compte.hover {
    box-shadow: 0 0 8px #ddd;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    transform: scale(1);
    animation: 0.5s ease-in scale;
}
@keyframes scale {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.card-top {
    padding: 20px 0;
    background-color: var(--color1);
    display: flex;
    justify-content: center;
}
.card-body.custom {
    overflow: hidden;
    padding: 30px 0;
}
.txt-message {
    text-align: center;
    padding: 10px 70px 11px;
    font-weight: 400;
    font-size: 12pt;
    color: #444;
}
.btn-orange.link {
    color: #fff;
    padding: 6px 30px;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-style: none;
}
@media (max-width: 700px) {
    #btn_track,
    .howitswork-item > p,
    .para,
    .title {
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10pt !important;
    }
    .navbar-brand {
        padding-left: 17px;
    }
    .nav-container {
        padding: 12px 0;
    }
    .nav-container > .container {
        padding: 0 !important;
    }
    .navbar-collapse {
        background: #fffafa;
        padding: 20px !important;
    }
    nav.navbar.navbar-expand-md.navbar-light {
        padding: 0;
        flex: 1;
    }
    .footer-title {
        margin-bottom: 10px !important;
    }
    .footer-cols .col-one,
    .footer-cols .col-three,
    .footer-cols .col-two {
        margin-bottom: 20px;
    }
    section {
        padding: 30px 0;
    }
    .img-container {
        padding: 30px 10px;
    }
    .title {
        line-height: 42px;
        font-size: 24pt;
    }
    .box-container {
        margin-bottom: 30px;
    }
    #btn_track {
        font-size: 10pt;
        padding: 8px 20px;
    }
    .statistique-container {
        border-style: none !important;
    }
    .nav-top {
        font-size: 9pt;
    }
    .head-section h1 {
        font-size: 19pt;
    }
    .howitswork-item .img-arrow {
        display: none;
    }
    .howitswork-item {
        width: 100%;
    }
    .howitswork-item .step-number {
        display: none !important;
    }
    .howitswork-responsive-sep {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 30px 0 40px;
        color: #347758;
        font-size: 27pt;
    }
}
.field-title,
pre code {
    display: block;
}
.wa-chat-box-brand,
.wa-chat-box-brand-text {
    margin-left: 20px;
    direction: ltr !important;
}
li.nk-menu-item.has-sub.active {
    background: var(--color2);
}
.rounded-32px {
    border-radius: 32px;
}
.action-link {
    font-size: 13pt;
    margin-right: 6px;
}
.special-label {
    color: #d30c16;
}
span.badge.field-badge {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
    font-size: 13pt;
    padding: 4px 12px;
}
.badge-invalide {
    color: #fff;
    background-color: #aaa8a7;
    border-color: #aaa8a7;
}
.delete-modal-header,
.validate-modal-header {
    border-radius: 60%;
    font-size: 16pt;
    background: #eee;
    width: 54px;
    height: 54px;
    margin-top: -40px;
    display: flex;
}
.delete-modal-header {
    color: #fc323e;
    justify-content: center;
    align-items: center;
}
.validate-modal-header {
    color: var(--color1);
    justify-content: center;
    align-items: center;
}
.delete-modal .modal-header,
.table-tarifs thead th,
.validate-modal .modal-header {
    border-bottom-style: none;
}
.delete-modal .cancel-btn,
.validate-modal .cancel-btn {
    background-color: initial !important;
    color: #333 !important;
    border-style: none !important;
}
.delete-modal .save-btn {
    background-color: #ff313b;
    border-color: #ff313b;
}
.swal-button,
.swal-button:hover {
    background-color: #2dd059 !important;
}
.border-bottom {
    border-bottom: 1px solid var(--color1) !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(159 155 154 / 10%);
    color: #1d1d27;
    font-weight: 600;
    font-size: 12pt;
}
.card-footer {
    background-color: rgb(245 245 245);
    border-top: 0 solid rgb(245 245 245);
}
.btn-save {
    background-color: #28b15c;
    border: 1px solid #28b15c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 8px;
}
.bx-container {
    border: 2px solid var(--color1);
    padding: 14px 11px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.bx-container > p {
    margin-bottom: 4px;
}
span.sp-title {
    color: var(--color1);
    font-weight: 900;
    margin-right: 6px;
}
#wa-widget-send-button {
    direction: ltr !important;
    margin: 0 0 20px !important;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-messenger-svg-whatsapp {
    direction: ltr !important;
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
}
.wa-chat-box {
    direction: ltr !important;
    background-color: #fff;
    margin-bottom: 60px;
    width: 360px;
    bottom: 20px !important;
    border-radius: 10px;
    font: 400 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans,
        Helvetica Neue, sans-serif;
}
.wa-chat-box-header {
    direction: ltr !important;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
}
.wa-chat-box-brand {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.wa-chat-box-brand-name {
    direction: ltr !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle {
    direction: ltr !important;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}
.wa-chat-bubble-close-btn {
    direction: ltr !important;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wa-chat-box-content {
    direction: ltr !important;
    background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
}
.wa-chat-box-content-chat,
.wa-chat-box-send {
    background-color: #fff;
    direction: ltr !important;
}
.wa-chat-box-content-chat {
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.wa-chat-box-content-chat-brand {
    direction: ltr !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.wa-chat-box-content-chat-welcome {
    direction: ltr !important;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}
.wa-chat-box-content-send-btn {
    direction: ltr !important;
    text-decoration: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247 !important;
    margin: 20px;
    overflow: hidden;
}
.wa-chat-box-poweredby {
    direction: ltr !important;
    text-align: center;
    font: italic 400 12px/1.3 -apple-system, BlinkMacSystemFont, Roboto,
        Open Sans, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    margin-top: -10px;
    color: #d3d3d3;
}
#whatsapp-button,
.wtsp-msg {
    color: #fff;
    border-radius: 60%;
}
.wa-chat-box-content-send-btn-icon {
    direction: ltr !important;
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}
.contact-infos-head,
.wtsp-msg {
    display: flex;
    justify-content: center;
}
div#whatsapp_chat_widget,
div#whatsapp_chat_widget * {
    direction: ltr !important;
    text-align: left;
}
.wa-chat-box-content-chat-welcome {
    text-align: right !important;
}
.overflow-scroll {
    overflow-x: scroll;
}
.navbar-light .navbar-nav .nav-link {
    color: #272727;
    font-size: 12pt;
}
.bg-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(31 34 33 / 30%);
}
.wtsp-msg,
a.connect-google-btn > svg {
    width: 24px;
}
.wtsp-box {
    position: fixed;
    bottom: -71px;
    right: 25px;
    z-index: 10000;
    animation: 0.5s ease-in-out 1s forwards wtsp-show;
}
.wtsp-msg {
    position: absolute;
    top: -8px;
    right: -5px;
    background: #fc0307;
    align-items: center;
    height: 23px;
    font-size: 11px;
    font-weight: 600;
    animation: 0.5s ease-in-out 1.5s forwards wtsp-show-msg;
    opacity: 0;
}
#whatsapp-button {
    display: inline-block;
    background-color: #25d366;
    padding: 1px 13px;
    text-decoration: none;
    font-weight: 700;
    font-size: 29pt;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
@keyframes wtsp-show {
    0% {
        bottom: -71px;
    }
    100% {
        bottom: 22px;
    }
}
@keyframes wtsp-show-msg {
    0% {
        right: -22px;
        opacity: 0;
    }
    100% {
        right: -5px;
        opacity: 1;
    }
}
.separator {
    width: 2px;
    margin: 0 16px;
}
.progress-item {
    margin-bottom: 12px;
}
.progress-item .progress {
    height: 10px;
}
.bg-success {
    background-color: var(--color1) !important;
}
.btn-rounded {
    border-radius: 44px;
    margin-top: 18px;
}
.howitswork-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.howitswork-item {
    position: relative;
}
.howitswork-item img:first-child {
    height: 64px;
}
.howitswork-item img {
    display: block;
    margin: 0 auto 15px;
}
.howitswork-item .img-arrow {
    position: absolute;
    top: -30px;
    left: 74%;
    width: 60%;
    transform: rotate(30deg);
    opacity: 0.3;
}
.howitswork-item .step-number {
    background: var(--color1);
    color: #fff;
    display: inline-block;
    padding: 2px 11px;
    border-radius: 60%;
    font-weight: 600;
    font-size: 17px;
}
footer {
    padding: 40px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-title {
    font-size: 13pt;
    margin-bottom: 24px;
}
ul.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-list > li {
    font-size: 10pt;
    font-weight: 400;
    margin-bottom: 10px;
}
ul.footer-list > li a {
    color: #444;
    font-weight: 400;
    text-decoration: none;
}
.separator-hz {
    background: #f4f4f4;
    height: 1px;
    margin: 50px 0 30px;
}
.footer-bottom {
    font-size: 11pt;
    color: #444;
    text-align: center;
}
.logo-footer {
    margin-bottom: 20px;
    max-height: 46px;
}
.footer-desc {
    font-size: 11pt;
    color: #444;
    font-weight: 400;
    line-height: 26px;
    margin-right: 43px;
}
footer ul.social-media-list {
    list-style: none;
    margin: 12px 0;
    padding: 0;
}
footer ul.social-media-list > li {
    display: inline-block;
    margin-right: 23px;
}
footer ul.social-media-list > li > a {
    color: var(--color1);
    font-size: 17pt;
}
span.footer-icon {
    margin-right: 6px;
    font-size: 11pt;
    color: #666;
}
.page-header {
    background: #fffafa;
    padding: 60px 0;
}
.bt-bloc {
    position: relative;
    padding: 60px 0;
}
.bt-bloc-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 34px;
    font-weight: 600;
}
pre code {
    min-width: max-content;
    padding: 1rem;
    background-color: rgb(37 42 55) !important;
    color: #fff;
    border-radius: 6px;
}
.bt-bloc table {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.bt-bloc table td {
    padding: 15px;
    color: #000;
    background: #fdfdfd;
    border: 1px solid #eee;
    font-size: 11pt;
    font-weight: 300;
}
.bt-bloc table tr:first-child td {
    font-weight: 700;
}
.disabled-input {
    background: #fff !important;
}
.container-color {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 120px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    margin-right: 6px;
}
input[type="color"] {
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    outline: 0;
}
.sect .separator:after,
.sect .separator:before {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color1);
    content: "";
}
.color-picker::-webkit-color-swatch {
    border-radius: 100%;
}
.navbar-collapse.show {
    padding: 20px 0 0;
}
@media (min-width: 800px) {
    .navbar-nav {
        align-items: center;
    }
    .navbar-light .navbar-nav .btn-filled {
        margin-left: 15px;
        margin-bottom: 0;
    }
}
h1.page-header-title {
    font-size: 15pt;
}
.section-head {
    margin-bottom: 33px;
}
.sect .separator {
    margin: 0 auto 25px;
    position: relative;
    width: 88px;
    height: 5px;
    background-color: var(--color1);
}
.sect .separator:before {
    left: -1px;
}
.sect .separator:after {
    right: -1px;
}
.sect .section-title {
    font-size: 22pt;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 21px;
}
.sect .section-description {
    text-align: center;
    font-size: 14pt;
    color: #444;
}
.contact-infos-box {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    padding: 42px;
    border-radius: 10px;
    margin: 68px 0 0;
}
.contact-infos-head {
    margin-top: -83px;
    margin-bottom: 23px;
}
.contact-infos-icon {
    background: #fffafa;
    border-radius: 60%;
    padding: 20px;
    box-sizing: border-box;
    width: 76px;
    height: 75px;
}
.contact-infos-icon img,
.dataTables_wrapper,
.loader,
.svg-chart-livraison > img,
.svg-target > img {
    width: 100%;
}
.loader,
.nk-heigh-100vh {
    height: 100vh;
}
.contact-infos-box > h4 {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-size: 14pt;
    font-weight: 600;
}
.contact-infos-box > h5 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 13pt;
}
.btn-back {
    border-radius: 25px;
}
html::-webkit-scrollbar {
    width: 8px;
}
html::-webkit-scrollbar-track {
    background: #d4d3d5;
}
html::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.loader {
    z-index: 1000000;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -6px;
    background: rgb(221 222 223 / 20%);
}
.loader > img {
    width: 36px;
}
.copy-btn {
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}
.copy-btn:active {
    background-color: #45a049;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    opacity: 0.9;
}
.btn-color-3 {
    background-color: var(--color3) !important;
    border-color: var(--color3) !important;
    outline: 0;
}
.alert-sm {
    padding: 8px 11px;
}
.vh {
    max-height: 100vh;
    overflow-y: scroll;
}
@media (max-width: 991px) {
    .nk-auth-second-section {
        display: none;
    }
}
.badge-yellow {
    background-color: #fdf2ca;
    border-color: #fdf2ca;
    color: #b68f04;
}
.badge-green1 {
    background-color: #d2f4cd;
    border-color: #d2f4cd;
    color: #189e04;
}
.badge-green2 {
    background-color: #c9fffe;
    border-color: #c9fffe;
    color: #039795;
}
tr.row-success {
    background-color: #c7ebd1 !important;
}
#services,
.head-section-title > span {
    background-color: #fffafa;
}
.select2-container--default .select2-selection--single .badge {
    margin-left: 5px;
    margin-top: -3px;
    border-radius: 17px !important;
    color: #fff;
    padding: 2px 8px;
    font-size: 9pt !important;
    font-weight: 600;
}
.filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.filter-item {
    flex: 220px;
}
.filter-header {
    cursor: pointer;
    background-color: #fbfbfb;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    margin-bottom: 12px;
}
.filter-header:hover {
    background-color: #f2f2f2;
}
.filter-header .icon {
    margin-right: 10px;
    font-size: 20px;
}
.filter-header .text {
    flex-grow: 1;
}
.filter-header .icon-toggle {
    margin-left: auto;
    transition: transform 0.3s;
}
.filter-header.collapsed .icon-toggle {
    transform: rotate(180deg);
}
.colis-point {
    background: #6000ff;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: 6px;
    border-radius: 9px;
}
.colis-point.distribution {
    background: #0cf;
}
.field-val {
    font-size: 12pt;
    color: #1d1d27;
    font-weight: 600;
}
.btn-outline-dark {
    width: 100%;
    justify-content: center;
}
#btnPrint {
    margin: 20px 0;
    border-color: #e6e8e9;
}
.title-h2 {
    font-size: 12pt;
    color: #4b4c4e;
    font-weight: 500;
}
.historique-list {
    width: 80%;
    position: relative;
}
.historique-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.left-line {
    width: 30px;
    height: 100%;
}
.left-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 2px;
    background-color: #ccc;
}
.circle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #007bff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 10px;
}
.content {
    padding: 0 6px 30px;
}
.header {
    margin: 0;
    font-size: 11pt;
    font-weight: 600;
    color: #666;
}
.header > strong {
    color: #000;
    font-weight: 700;
}
.text {
    margin: 5px 0 0;
    font-size: 1em;
}
.sub-text {
    color: #000;
    margin: 4px 0;
}
.select2-container .select2-results__option .badge {
    margin-left: 5px;
    border-radius: 17px !important;
    color: #fff;
    padding: 2px 8px;
    font-size: 9pt !important;
    font-weight: 600;
}
.badge-blue {
    color: #0888a2 !important;
    background-color: #c7e5eb;
    border-color: #c7ebd1;
}
.badge-orange {
    color: #c67600 !important;
    background-color: #ffe7c4;
    border-color: #ffe7c4;
}
#deliveryFeesInfos {
    background: #f5f6fa;
    border-radius: 3px;
    padding: 0.5rem;
    margin: 0 0.1rem 13px;
}
.profile-stats .amount {
    font-size: 1.125rem;
    font-weight: 700;
}
.sub-title-2 {
    display: block;
    color: #737373;
    margin: 4px 0;
    font-weight: 400;
}
.overflow-nobar {
    overflow-y: hidden;
}
.card-loader {
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), #eee);
    width: 100%;
    height: calc(100% + 60px);
}
.loader-icon {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #50a34e 94%, #0000) top/8px 8px
            no-repeat,
        conic-gradient(#0000 30%, #4da24a);
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 8px),
        #000 0
    );
    animation: 1s linear infinite l13;
}
@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}
.dataTables_scroll {
    border: 1px solid #e5e9f2;
    border-radius: 4px;
}
.site .form-control:focus {
    box-shadow: none;
}
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    background: #fff;
    display: none;
    transition: 0.1s ease-in-out;
}
#btn-signup-home,
.svg-chart-livraison {
    transition: 0.3s ease-in-out;
}
.progress-bar {
    height: 6px;
    background: var(--color2);
    z-index: 9999999;
}
.box-container {
    border-radius: 12px;
    height: 100%;
    padding: 12px 8px;
    opacity: 0.8;
    cursor: pointer;
}
.box-container:hover {
    transform: scale(1.1);
    opacity: 1;
}
.head-section-title > span {
    color: #034737;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 4px 12px;
    border-style: none;
    border-radius: 18px;
    margin-bottom: 10px;
}
.svg-target {
    width: 48px;
    position: absolute;
    top: 95px;
    left: 466px;
}
.svg-chart-livraison {
    width: 249px;
    position: absolute;
    top: 20px;
    right: 220px;
    animation: 3s infinite chartAnimation;
}
.auth-step,
.line,
.pagination-header {
    position: relative;
}
@keyframes chartAnimation {
    0% {
        top: 20px;
    }
    50% {
        top: 10px;
        transform: scale(1.03);
    }
    100% {
        top: 20px;
        transform: scale(1);
    }
}
.navs-container {
    display: flex;
    justify-content: space-between;
}
.nav-ctas {
    justify-content: flex-end;
    align-items: center;
}
.nav-ctas > .btn-filled-outline {
    margin-right: 13px;
    font-weight: 500;
}
.nav-ctas > .btn-filled {
    background: var(--color1);
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 55px;
    font-weight: 400;
    text-align: center;
}
.first-img-container > .main-img,
.first-img-container > .second-img {
    background-position: center center;
    background-size: cover;
}
.first-img-container {
    margin-left: 0;
}
.first-img-container > .main-img {
    width: 100%;
    height: 400px;
    background-image: url(/images/main-home-img1.png);
}
.first-img-container > .second-img {
    width: 200px;
    height: 200px;
    position: relative;
    top: -107px;
    left: 201px;
    background-image: url(/images/home-box.png);
    box-shadow: 0 0 6px #ccc;
}
.list-verified-option {
    list-style-type: none;
    padding: 0;
}
.list-verified-option .icon {
    background: green;
    color: #fff;
    font-size: 8pt;
    padding: 3px 4px;
    border-radius: 60%;
    margin-right: 9px;
}
ul.list-verified-option > li {
    padding: 5px 0;
}
.table-tarifs td {
    border-style: none !important;
    border-top: 1px solid #dee2e6 !important;
    font-size: 11pt;
}
.auth-step > p,
.table-tarifs th.th_text {
    font-size: 10pt;
}
.table-tarifs-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.table-tarifs-search {
    width: 240px;
}
.table-tarifs-search #searchCityInput {
    max-width: 240px;
    border-radius: 31px;
    font-size: 10pt;
}
.table-tarifs-pagination > .btn {
    background-color: var(--color1);
    color: #fff;
    border-radius: 6px;
}
.table-tarifs-pagination > .btn.disabled {
    opacity: 0.5;
    cursor: default;
}
.table-tarifs-pagination > .btn:first-child {
    margin-right: 5px;
}
.home-map path:hover {
    fill: #ccc;
    cursor: pointer;
}
.home-map #points path:hover {
    fill: var(--color1);
    cursor: pointer;
}
.footer-cols {
    display: flex;
    flex-direction: column;
}
.footer-cols .col-one {
    flex: 3;
}
.footer-cols .col-four,
.footer-cols .col-three,
.footer-cols .col-two {
    flex: 1;
}
.auth-separator {
    width: 100%;
    height: 2px;
    background: #eee;
    margin: 28px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-separator > span {
    background: #fff;
    padding: 9px;
    color: #bbb;
}
a.connect-google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-weight: 400;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 31px;
}
a:hover {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .nav-ctas {
        display: flex;
    }
    .footer-cols {
        flex-direction: row;
    }
    .first-img-container {
        margin-left: 70px;
    }
    .first-img-container > .main-img {
        width: 100%;
        height: 400px;
    }
}
.btn-black-outline {
    color: #000;
    border: 2px solid #aaa;
    background: initial;
}
.navbar-mobile-cta > .btn {
    font-size: 11pt;
    padding: 11px;
}
#btn-signup-home:hover {
    background-color: red;
}
.btn-success:focus,
.btn-success:hover {
    background-color: var(--color2) !important;
    border-color: var(--color2) !important;
}
.pagination-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
.auth-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.auth-circle {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: #bbb;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-step > p {
    margin-top: 10px;
    color: #666;
}
.line {
    width: 93px;
    height: 2px;
    background-color: #eee;
    top: -15px;
}
.auth-step.completed .auth-circle {
    background: #0ac359;
    color: #fff;
}
.line.completed {
    background: #0ac359;
}
.auth-step.active .auth-circle {
    background: #fff;
    border: 2px solid #0ac359;
    color: #0ac359;
}
.nk-auth-body {
    padding: 48px 1.25rem;
}
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color2);
}
.nav-ctas > .btn-filled:hover {
    background-color: var(--color2);
}
@keyframes dots {
    0% {
        content: "";
    }
    33% {
        content: ".";
    }
    66% {
        content: "..";
    }
    100% {
        content: "...";
    }
}
.loading-dots::after {
    content: "";
    animation: 1.5s steps(3, end) infinite dots;
}
.nk-split-content.nk-split-stretch.nk-auth-second-section {
    overflow: hidden;
    margin: 6px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    min-height: unset;
}
.text-linear-gradient {
    background: linear-gradient(to bottom right, #006029 0, #34b54e 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
