@import url('https://fonts.googleapis.com/css2?family=Alexandria:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*fonts */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* :root {
    --color1: #347758;
    --color2: #1d543b;
    --color3: #f2f8f5;
} */

html,
body,
div,
section,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
b,
i,
table,
tr,
td,
th,
a,
* {
    font-family: 'Alexandria', sans-serif;
}

a.nav-item.nav-link,
.nav-link {
    font-weight: 600;
}

html,
body {
    background: white;
}

.nav-top {
    background-color: var(--color2);
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 11.5pt;
}

.nav-top-light {
    box-shadow: 0px 0px 3px #ddd;
    padding: 8px 12px;
    color: white;
    font-weight: 500;
}

.nav-container {
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 12px 0px;
}
.navbar-light .navbar-nav .btn-filled
{
    background: var(--color1);
    color: white !important;
    padding: 12px 30px;
    border-radius: 55px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
.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;
}

.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);
}
.site-logo {
    margin: 8px;
    height: 48px;
    width: auto;
}
.demande-btn {
    background-color: white;
    border-color: white;
    color: var(--color1);
    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;
}

.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 .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;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
}

.slider-home .owl-item.active h1 {
    -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 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 {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(100 35 1) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 20px;
}

.slider-home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider-home .owl-nav .owl-prev:focus {
    outline: 0;
}

.slider-home .owl-nav .owl-prev:hover {
    background: rgb(100 35 1) !important;
}

.slider-home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(100 35 1) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 20px;
}

.slider-home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider-home .owl-nav .owl-next:focus {
    outline: 0;
}

.slider-home .owl-nav .owl-next:hover {
    background: rgb(100 35 1) !important;
}

.slider-home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.slider-home:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.about-section {
    background-color: #fafafa;
}

.btn-ctm {
    background: #ef6110;
    border-color: #ef6110;
    color: white;
    border-radius: 22px;
    padding: 6px 30px;
    margin-top: 12px;
    font-size: 14pt;
    font-weight: 500;
    box-shadow: 2px 2px 8px rgb(239 97 16);
}

.btn-ctm:hover {
    color: white;
}

.references-section {
    padding: 30px 0px;
    background-color: white;
}

.reference-img {
    height: 40px;
    filter: grayscale(1);
    opacity: 0.4;
}

.about-section {}

.head-section {
    padding: 10px 0px;
    padding-bottom: 40px;
}

.head-section h1 {
    text-align: center;
    font-size: 24pt;
    font-weight: 700;
    color: var(--color1);
    position: relative;
}

.head-section h2 {
    text-align: right;
    font-size: 20pt;
    font-weight: 700;
    color: #062b58;
    position: relative;
}

.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 0px;
}

section {
    padding: 60px 0px;
}

.box-card {
    padding: 12px;
    background: white;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 6px;
}

.box-card-head {
    padding: 12px 0px;
    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;
}

.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 {
    text-align: center;
    font-size: 16pt;
    font-size: 16pt;
    font-weight: 600;
    color: #062b58;
    margin-bottom: 12px;
}

.box-card-body p {
    text-align: center;
}

.img-box {
    width: 100%;
    max-height: 460px;
    object-fit: contain;
    /*overflow: hidden;*/
}

.img-box>img {
    max-height: 500px;
    max-width: 100%;
    border-radius: 50%;
    float: left;
}

.section-body {
    /* padding: 60px 40px; */
}

.section-body .head-section h1 {
    text-align: left;
}

.section-body .head-section h1::before {
    transform: translateX(0);
    right: 0;
    width: 6 0px;
}

.section-body .head-section p {
    line-height: 30px;
    font-size: 12pt;
    font-weight: 400;
    margin: 24px 0px;
    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 {
    text-align: center;
    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 {
    background: #ef6110;
    color: white;
}

.box-card.active .nbr-up {
    color: white !important;
}

.box-card.active .icon-box svg {
    fill: white !important;
}

.client-active {
    display: flex;
}

.client-img {
    overflow: hidden;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    margin: 10px;
}

.client-img img {
    width: 100%;
    height: 100%;
}

.client-txt {
    margin: 10px;
}

.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: white;
    border-color: #ef6110;
}

.blog-box {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
}

.blog-img {
    object-fit: contain;
    overflow: hidden;
    height: 200px;
}

.blog-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 10px;
}

a.blog-link {
    color: #ef6110;
    font-weight: 500;
}

h3.blog-title {
    font-size: 14pt;
    font-weight: 600;
    color: #062b58;
}

.footer-body {
    background: #0b4283;
    padding: 40px 0px;
}

.footer-coopyright {
    text-align: center;
    padding: 6px 0px;
    color: white;
    background: var(--color1);
}

h5.footer-title {
    color: white;
    margin-bottom: 16px;
}

ol.list-footer {
    list-style: none;
    color: white;
    padding: 0px;
}

.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: white;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-left: 6px;
}

.search-box-button button {
    color: white;
}

section.actualites-section {
    padding-bottom: 90px;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    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: 0px 4px;
}

html.ar,
html.ar * {
    direction: rtl;
}

.ar * {
    text-align: right;
}

#first_section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-container {
    position: relative;
    padding: 80px 120px;
    display: flex;
    align-items: center;
    background: #052a54 url(../images/Ey-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.title {
    color: white;
    line-height: 70px;
    font-size: 36pt;
    font-weight: 700;
}

.para {
    color: white;
    margin-top: 30px;
    line-height: 30px;
    white-space: pre-line;
}

#search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 6px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#btn_track {
    margin-right: 0px;
    border-radius: 8px;
    background: var(--color1);
    border-color: var(--color1);
    padding: 10px 30px;
}

#track_input {
    border-style: none;
}

.icon_input {
    margin-right: 10px;
}

.statistique-container {
    display: flex;
    align-items: center;
}

span.st-number {
    color: white;
    font-size: 22pt;
    font-weight: 600;
    margin-left: 10px;
}

span.st-label {
    color: white;
}

.img-motor {
    width: 70%;
    animation: 6s ease infinite float-y;
}

@keyframes float-y {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes scale {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

span.nav-icon {
    color: white;
    font-size: 18pt;
}

.box-icon {
    display: flex;
    justify-content: center;
}

img.icon {
    width: 80px;
    height: 80px;
}

.box-title {
    text-align: center;
    color: var(--color1);
    margin: 20px 0px;
    font-size: 17pt;
    font-weight: 600;
}

p.box-text {
    color: #767e87;
    font-size: 11pt;
    text-align: center;
    margin: 4px 12px;
}

#service_section {
    background-color: #062b58;
    background: #052a54 url(../images/Ey-banner-bg_bk.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#service_section .head-section>h1 {
    color: white;
}

#service_section .box-title {
    color: white;
}

.thead_dark {
    background: var(--color1);
    color: white;
}

.btn-download {
    background: var(--color1)!important;
    border-radius: 50%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: top!important;
    padding: 5px;
    border: none;
    color: white;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px !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: white;
    border: 2px solid white;
    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: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color1)!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.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: white !important;
}

td {
    color: #062b58;
}

#contact_section {
    background-image: url(../images/about_background.jpg);
    background-size: cover;
    background-position: center;
    padding: 0px;
}

.head-section.ctm h1 {
    color: white;
}

.head-section.ctm h1::before {
    display: none;
}

.ctm-txt {
    text-align: center;
    color: white;
    font-size: 14pt;
    margin-bottom: 40px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    margin-right: 6px;
    border-radius: 8px;
    background: var(--color1);
    border-color: var(--color1);
    padding: 10px 30px;
}

.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: white;
}

.icon-title {
    color: #0b4283;
    margin: 10px 0px;
}

.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 0px;
}

.btn-signup {
    background: var(--color1);
    border: 1px solid var(--color1);
    color: white;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 8px;
}
.btn-export-excel,.btn-export-excel:hover  {
    background: #1D6F42;
    border: 1px solid #1D6F42;
    color: white;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 8px;
}
.btn-cta {
    background: var(--color2);
    border: 1px solid var(--color2);
    color: white;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 0px;
    padding: 4px 10px;
    border-radius: 40px;
}
.btn-cta:hover {
    color: white;
}
.btn-plus {
    background: var(--color2);
    border: 1px solid var(--color2);
    color: white !important;
    padding: 4px 14px;
    border-radius: 8px;
    margin-top: 8px;
}
.btn-login {
    width: 100%;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: white;
    padding: 10px 20px;
    border-radius: 22px;
    margin-top: 8px;
}
.frm-title {
    color: #2f2d2b;
    margin-bottom: 34px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .0025em;
    line-height: 3.75rem;
    text-align: center;
}

.frm-subtitle {
    margin-bottom: 50px;
    font-size: 11pt;
    font-weight: 300;
    color: #97928f;
}

span.lbl-obligatoire {
    color: var(--color1);
}

.txt-medium {
    font-size: 11pt;
}

.link-orange {
    color: var(--color1);
}
/* responsive*/

.dropdown-menu {
    font-size: .8rem;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(33, 33, 33, .15)
}

.dropdown-item {
    padding: .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: white;
}

.error {
    color: #dc3545;
    font-size: 9pt;
}

.card-new-compte.hover {
    box-shadow: 0px 0px 8px #ddd;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    animation: scale 0.5s ease-in;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.card-top {
    padding: 20px 0px;
    background-color: var(--color1);
    display: flex;
    justify-content: center;
}

.card-body.custom {
    overflow: hidden;
    padding: 30px 0px;
}

.txt-message {
    text-align: center;
    padding: 20px 12px;
    font-weight: 300;
}

.btn-orange.link {
    color: white;
    padding: 6px 30px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-style: none;
}

.howitswork-responsive-sep{
    display: none;
}

@media(max-width: 700px) {
    section {
        padding: 30px 0px;
    }
    .img-container {
        padding: 60px 10px;
    }
    .title {
        font-size: 19pt;
        line-height: 58px;
    }
    .box-container {
        margin-bottom: 30px;
    }
    #btn_track {
        font-size: 10pt;
        padding: 8px 20px;
        text-align: center;
    }
    .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 > p {
        text-align: center;
    }
    .howitswork-item .step-number{
        display: none !important;
    }
    .howitswork-responsive-sep {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 30px 0px 40px;
        color: #347758;
        font-size: 27pt;
    }
}

li.nk-menu-item.has-sub.active {
    background: var(--color2);
}

.nk-menu-item.active>.nk-menu-link .nk-menu-icon {
    color: white !important;
}

.nk-menu-link:hover,
.active>.nk-menu-link {
    color: white;
}

.action-link {
    font-size: 13pt;
    margin-right: 6px;
}

.special-label {
    color: #d30c16;
}

.field-title {
    display: block;
}

.field-val {
    font-size: 16pt;
    color: var(--color1);
}

span.badge.field-badge {
    background: var(--color1);
    border-color: var(--color1);
    color: white;
    font-size: 13pt;
    padding: 4px 12px;
}

.badge-invalide {
    color: #fff;
    background-color: #aaa8a7;
    border-color: #aaa8a7;
}

.delete-modal-header {
    border-radius: 60%;
    color: #fc323e;
    font-size: 16pt;
    background: #eee;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

.validate-modal-header {
    border-radius: 60%;
    color: var(--color1);
    font-size: 16pt;
    background: #eee;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

.delete-modal .modal-header,
.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: white;
    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 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 20px;
    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: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font: 400 normal 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: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}

.wa-chat-box-brand {
    direction: ltr !important;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.wa-chat-box-brand-text {
    direction: ltr !important;
    margin-left: 20px;
}

.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 {
    direction: ltr !important;
    background-color: white;
    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: rgb(17, 17, 17);
}

.wa-chat-box-send {
    direction: ltr !important;
    background-color: white;
}

.wa-chat-box-content-send-btn {
    direction: ltr !important;
    text-decoration: none;
    color: rgb(255, 255, 255)!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: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    margin-top: -10px;
    font-style: italic;
    font-size: 12px;
    color: lightgray;
}

.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;
}

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-box {
    position: fixed;
    bottom: -71px;
    right: 25px;
    z-index: 10000;
    animation: wtsp-show 0.5s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.wtsp-msg {
    position: absolute;
    top: -8px;
    right: -5px;
    background: #fc0307;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 23px;
    border-radius: 60%;
    font-size: 11px;
    font-weight: 600;
    animation: wtsp-show-msg 0.5s ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#whatsapp-button {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    padding: 1px 13px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 60%;
    font-size: 29pt;
    box-shadow: 0px 0px 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;
    }
}
.cta-section-container
{
    display: flex;
}
.separator
{
    width: 2px;
    margin: 0px 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:nth-child(1)
{
    height: 64px;
}
.howitswork-item img 
{
    display: block;
    margin: 0px 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: white;
    display: inline-block;
    padding: 2px 11px;
    border-radius: 60%;
    font-weight: 600;
    font-size: 17px;
}
footer
{
    padding: 40px 0px 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: 0px;
    padding: 0px;
}
ul.footer-list > li {
    font-size: 10pt;
    font-weight: 400;
    margin-bottom: 10px;
}
ul.footer-list > li a {
    color: #777;
    font-weight: 300;
}
.separator-hz {
    background: #f4f4f4;
    height: 1px;
    margin: 50px 0px 30px;
}
.footer-bottom {
    font-size: 9pt;
    color: #777;
}
.logo-footer{
    margin-bottom: 20px;
}
.footer-desc{
    font-size: 11pt;
    color: #777;
    font-weight: 300;
    line-height: 26px;
    margin-right: 43px;
}
footer ul.social-media-list {
    list-style: none;
    margin: 12px 0px;
    padding: 0px;
}
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: #efefef;
    padding: 60px 0px;
}
.bt-bloc {
    position: relative;
    padding: 60px 0px;
}
.bt-bloc-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
}
.bt-bloc-title span
{
    color:var(--color1);
}
pre code{
    display: block;
    min-width: max-content;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(37 42 55)!important;
    color: white;
    border-radius: 6px;
}
.bt-bloc table{
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
}

.bt-bloc table td {
    padding: 15px;
    color: black;
    background: #FDFDFD;
    border: 1px solid #EEEEEE;
    font-size: 11pt;
    font-weight: 300;
}

.bt-bloc table tr:first-child td {
    font-weight: bold;
}

.disabled-input {
    background: white !important;
}
.container-color {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 120px;
    border: 2px solid lightgrey;
    border-radius: 10px;
    margin-right: 6px;
}

input[type="color"] {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  outline: none;
}

.color-picker::-webkit-color-swatch {
  border-radius: 100%;
}

/* Responsive */
.navbar-collapse.show
{
    padding: 20px 0px 0px;
}
@media(min-width:800px)
{
    .navbar-nav {
        align-items: center;
    }
    .navbar-light .navbar-nav .btn-filled {
        margin-left: 15px;
        margin-bottom: 0px;
    }
}
h1.page-header-title {
    font-size: 18pt;
}
section.sect {
    background: white;
}
.section-head {
    margin-bottom: 33px;
}
.sect .separator {
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    width: 88px;
    height: 5px;
    background-color: var(--color1);
}
.sect .separator:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color1);
}
.sect .separator:after {
    position: absolute;
    content: '';
    right: -1px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color1);
}
.sect .section-title {
    font-size: 22pt;
    text-align: center;
    color: #222;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 11px;
}
.sect .section-description {
    text-align: center;
    font-size: 15pt;
    color: #979393;
}
.contact-infos-box {
    box-shadow: 0px 0px 11px rgba(0,0,0,0.1);
    padding: 42px;
    border-radius: 10px;
    margin: 68px 0px 0px;
}
.contact-infos-head {
    display: flex;
    justify-content: center;
    margin-top: -83px;
    margin-bottom: 23px;
}
.contact-infos-icon {
    background: #f5f5f5;
    border-radius: 60%;
    padding: 20px;
    box-sizing: border-box;
    width: 76px;
    height: 75px;
}
.contact-infos-box > h4 {
    text-align: center;
    color: var(--color1);
    margin-bottom: 17px;
    font-size: 16pt;
    font-weight: 600;
}
.contact-infos-box > h5 {
    text-align: center;
    color: black;
    font-weight: 500;
    font-size: 15pt;
}
.contact-infos-icon img {
    width: 100%;
}
.btn-back {
    border-radius: 25px;
}
.contain-to-grid {
    margin: 0 auto;
    max-width: 91.4285714286rem;
    display: flex;
    flex-wrap: wrap;
    padding: 9px 10px;
    align-items: center;
}
.contain-to-grid.between{
    justify-content: space-between;
}
.btn.btn-white {
    background-color: white;
    font-size: 10pt;
    padding: 3px 16px;
    border-radius: 36px;
    color: var(--color1);
    font-weight: 300;
}
.btn.btn-white2 {
    background-color: white;
    width: fit-content;
    font-size: 10pt;
    margin-top: 8px;
    padding: 6px 16px;
    border-radius: 36px;
    color: var(--color1);
    font-weight: 300;
}
.btn.btn-cta2 {
    background-color: #ff8714;
    width: fit-content;
    font-size: 10pt;
    padding: 6px 16px;
    border-radius: 36px;
    color: white;
    font-weight: 300;
}
.btn{
    transition: all 0.4s ease-in-out;
}
.btn-style1{
    background-color: var(--color1);
    font-size: 10pt;
    padding: 8px 18px;
    border-radius: 9px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-style1:hover{
    color: white;
    opacity: 0.9;
}
.btn-icon{
    font-size: 12pt;
    margin-right: 8px;
    color: var(--color1);
}
.nav-top .right {
    display: none;
}
.select-container-style1 span.select2.select2-container.select2-container--default {
    text-align: left;
    font-size: 9pt;
}
.select-container-style1 span#select2-selectPaysAccueil-container {
    color: white;
}
.select-container-style1 .select2-container--default .select2-results>.select2-results__options{
    font-size: 9pt;
}
.select-container-style1 .select2-container--default .select2-selection--single {
    background-color: var(--color2);
    border-style: none;
}
.select-container-style1 .select2-container--default .select2-results>.select2-results__options{
    font-size: 9pt;
}
.top-bar-header{
    background-color: #f2e9e4;
}
.top-bar-header .brand-name {
    height: 60px;
    width: 280px;
}
.top-bar-header .top-bar-search-input
{
    width: 100%;
    max-width: 380px;
}
.top-bar-header .top-bar-search-input input[type="text"]{
    width: 100%;
    background: initial;
    padding: 6px 10px;
    font-size: 10pt;
    font-weight: 400;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: white;
    color: rgba(0,0,0,.75);
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 22px;
}
.btn-search
{
    background: var(--color1);
    color: white;
    border-radius: 0px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    line-height: 19px;
}
.top-bar-search-box {
    display: flex;
    overflow: hidden;
    width: 300px;
}
.top-bar-section{
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.top-bar-search{
    flex: 0 0 auto;
}
.top-bar-cta{
    display: none;
    margin-left: auto;
}
.btn-search .icon {
    color: white;
    font-size: 9pt;
}
.test-container{
    display: flex;
    margin: 20px 30px;
    padding: 12px;
    background: #eee;
    border-radius: 8px;
}
.test-item{
    background: gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    height: 180px;
    flex:1;
}
.nav-items{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: none;
}
.nav-items .nav-item{
    text-align: left;
}
.nav-items .nav-item .nav-link{
    font-size:10pt;
    color: var(--color2);
    font-weight: 500;
    text-align: left;
    padding: 6px 12px;
}
.home-greeter-wrapper{
    margin: 0 auto;
    max-width: 91.4285714286rem;
}
.home-greeter-wrapper::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 320px;
    background: linear-gradient(90deg,#e3f6ff 50%,#fff2df 50%);
    z-index: 0;
}
.home-greeter{
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.home-greeter-sect1{
    background-color: #e3f6ff;
    height: 320px;
    display: flex;
    justify-content: space-between;
    max-width: 100vw;
    padding: 20px 10px;
    z-index: 1;
}
.home-greeter-sect1-content{
    display: flex;
    flex-direction: column;
}
.home-greeter-sect2{
    background-color: #fff2df;
    height: 320px;
    display: flex;
    justify-content: space-between;
    max-width: 100vw;
    padding: 20px 10px;
    flex: 1;
    z-index: 1;
}
.home-greeter-sect2-content{
    display: flex;
    flex-direction: column;
}
.title-1{
    font-size: 20pt;
}
.par-1{
    font-size: 11pt;
    font-weight: 300;
}
.title-1, .title-2, .title-3, .title-4, .title-5, .title-6 {
    font-weight: 400;
    font-style: normal;
    color: #222;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.home-greeter__discover--image {
    position: relative;
    width: 100%;
    height: 100%;
}
.home-greeter__discover--image > img{
    max-width: none;
    height: 80%;
    right: 0px;
    position: absolute;
    opacity: 0.6;
}
.block-short{
    background-color: var(--color2);
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 11.5pt;
}
.search-results-nbr {
    font-size: 10pt;
    font-weight: 400;
    padding: 10px 0px;
}
.search-by-category-frm{
    padding: 0px 20px;
}
.product-box
{
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    height: 320px;
    margin-bottom: 20px;
}
.product-box:hover {
    box-shadow: 0 0 0 4px rgba(0,135,194,.4);
    text-decoration: none;
}
.list_product_name {
    margin-top: 12px;
    line-height: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
    color: #000;
    display: inline-flex;
    height: 82px;
    overflow: hidden;
}
.list_product_img {
    height: 144px;
    margin: 12px;
}
.list_product_img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.list_product_controls {
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
    margin-bottom: 10px;
}
#pages.pagination {
    clear: left;
    border-top: 2px solid #e8eef4;
    display: flex;
    align-items: center;
    padding-top: 1rem;
}
#pages.pagination li:first-child {
    margin-right: 8px;
}
#pages.pagination li:last-child {
    margin-left: auto;
    display: none;
}
#pages.pagination li, #pages.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
}
#pages.pagination li a {
    border-radius: 50%;
    width: 2.15rem;
    height: 2.15rem;
    text-align: center;
    padding: 0;
    font-size: .9em;
}
ul.pagination li.current a, ul.pagination li.current button {
    background: var(--color2);
    color: #fff;
    cursor: default;
    font-weight: 700;
}
ul.pagination li a {
    color: #000;
}
.donation-banner, .donation-banner-footer {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 1.5rem 1rem;
    width: 100%;
    gap: 1rem;
    background-color: #fffaf1;
}
.donation-banner-footer__logo, .donation-banner__logo {
    position: absolute;
    bottom: -20px;
    left: -15px;
    background-image: url(/images/half-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
}
.donation-banner-footer__hand, .donation-banner__hand {
    position: absolute;
    transform: rotate(80deg);
    top: -40px;
    right: 45%;
    background-image: url(/images/donate-hearth.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
}
.donation-banner-footer__content, .donation-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.donation-banner-footer__main-text, .donation-banner__main-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    background-color: #ff8714;
    border-radius: 5px;
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
}
.donation-banner-footer__aside, .donation-banner__aside {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.donation-banner-footer__secondary-text, .donation-banner__secondary-text {
    font-size: 16px;
}
.donation-banner-footer__secondary-text, .donation-banner-footer__tertiary-text, .donation-banner__secondary-text, .donation-banner__tertiary-text {
    color: #008c8c;
    font-weight: 700;
}
.donation-banner-footer__tertiary-text, .donation-banner__tertiary-text {
    font-size: 13px;
}
.donation-banner-footer__donate, .donation-banner__donate {
    padding: 0.8rem;
    text-transform: uppercase;
    background-color: #008c8c;
    color: #fff;
    border-radius: 10px;
}
.donation-banner-footer__image, .donation-banner__image {
    height: 400px;
    flex: 4;
    background-image: url(/images/donate.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
p.donation-banner-footer__tertiary-text {
    margin-bottom: 0px;
}
.block_ristreto {
    background-color: #201a17;
}
.block_dark, .block_dark.block_off a {
    color: #fff;
}
#footer_block_image_banner_outside {
    background: no-repeat top left url(/images/footer-planet.svg);
}
#footer_block_image_banner_outside2 {
    background: no-repeat bottom right url(/images/footer-orange.svg);
}
.h-space-large {
    padding: 30px 2rem;
}
.social-links{
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.social-links > li{
    padding: 0px 6px;
}
.btn-modal-send, .btn-modal-send:hover{
    color: white;
    font-size: 10pt;
    background: var(--color1);
    border-color: var(--color1);
    border-radius: 19px;
    width: 100%;
}
span.lbl-obligatoire {
    color: #e21b1b;
}
.product-single-wrapper{
    margin: 0 auto;
    max-width: 91.4285714286rem;
    padding: 24px 10px;
}
.product-single-card{
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    padding: 8px;
    background: white;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    border-radius: 8px;
}
.product-single-img{
    margin: 10px 30px;
    padding: 40px 20px;
    height: 380px;
    flex: 1 0 200px;
}
.product-single-img > img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-single-content{
    flex: 2 1 120px;
    padding: 4px 20px;
}
.donation-banner-footer__donate:hover{
    color: white;
    text-decoration: none;
}
.product-single-title{
    font-size: 23pt;
}
.product-single-attribute {
    font-size: 11pt;
    font-weight: 400;
    margin-bottom: 17px;
}
.product-field-val.price {
    color: #ff8714;
    font-weight: 800;
}
.product-alternatives{
    flex: 0 0 auto;
    width: 100%;
}
.product-alternatives-sect-title{
    margin-top: 33px;
    font-size: 13pt;
    font-weight: 600;
}
.alternative-frm-title{
    background: gray;
    padding: 4px 8px;
    margin-bottom: 15px;
    color: white;
    border-radius: 3px;
}
.loader{
    z-index: 1000000;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: -6px;
    background: rgb(221 222 223 / 20%);
    width: 100%;
    height: 100vh;
}
.loader.show{
    display: flex;
}
.loader > img{
    width: 36px;
}
.block-single-blog {
    padding: 30px 0px;
}
.block-short .select2-container--default .select2-selection--single {
    border-radius: 22px;
    overflow: hidden;
}
.nav-top .left{
    display: flex;
    align-items: center;
}
#toggle-menu-btn{
    padding: 8px 12px;
    background: initial;
    color: #ff8714;
    font-size: 15pt;
    border-style: none;
}
.ctm-menu-dropdownlist.show {
    max-width: 330px;
}
.ctm-menu-dropdownlist {
    width: 86%;
    height: calc(100vh);
    background: #ff8714;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0px;
    z-index: 8;
    transition: all 0.4s ease-in-out;
    max-width: 0;
    overflow: hidden;
}
.ctm-menu-dropdownlist-inner {
    padding: 22px;
}
#responsive-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#responsive-menu > li:not(:last-child) {
    border-bottom: 1px solid #e37d1c;
}
#responsive-menu > li {
    padding: 8px 0px;
}
#responsive-menu > li.menu-item.current > .menu-link {
    color: white;
}
.main-header-menu > .menu-item > .menu-link:hover, .main-header-menu > .menu-item.current > .menu-link, #responsive-menu > li.menu-item > .menu-link, #responsive-menu > li.menu-item.current > .menu-link {
    color: white;
}
.filter-block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.filter-item {
    flex: 0 0 160px;
    margin-right: 10px;
}



@media (min-width: 560px){
    .nav-top .right {
        display: block;
    }
    #pages.pagination li:last-child{
        display: block;
    }
    .btn.btn-white2{
        margin-top: 2rem;
    }
    .home-greeter__discover--image > img{
        opacity: 1;
    }
}
@media (min-width: 687px){
    .ctm-menu-dropdownlist{
        top:140px;
    }
}
@media (min-width: 865px){
    .top-bar-cta {
        display: block;
    }
    .top-bar-search{
        flex: 0 0 auto;
        padding: 0px 2rem;
    }
    .product-single-card{
        padding: 24px;
    }
}
@media (min-width: 969px){
   
}
@media (min-width: 1052px){
    .donation-banner-footer__content, .donation-banner__content{
        flex: 5;
    }
    .home-greeter-wrapper{
        padding: 0px 40px;
    }
    .home-greeter-sect1, .home-greeter-sect2{
        flex:1;
        padding: 2rem;
    }
    .home-greeter-sect1{
        padding-left: 0px;
    }
}
@media (min-width: 1207px){
    .nav-items{
        display:flex;
    }
    #toggle-menu-btn{
        display: none;
    }
    .contain-to-grid{
        flex-wrap: nowrap;
        padding: 9px 40px;
    }
    .product-single-wrapper{
        padding: 24px 40px;
    }
    .top-bar-section{
        width: 100%;
    }
}
.badge{
    font-weight: 600;
}
.badge-secondary{
    color: #5b7282;
    background-color: #dce3e8;
    border-color: #dce3e8;
}
.badge-success{
    color: #075e45;
    background-color: #c7ebd1;
    border-color: #c7ebd1;
}
.badge-warning{
    color: #1c2b36;
    background-color: #faf6cf;
    border-color: #faf6cf;
}
.badge-danger{
    color: #a1160a;
    background-color: #fadcd9;
    border-color: #fadcd9;
}
.badge-orange{
    color: white;
    background-color: #fb8137;
    border-color: #fb8137;
}
.badge-yellow{
    color: white;
    background-color: #e7d00f;
    border-color: #e7d00f;
}
.badge-gray{
    color: white;
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}
.badge-green{
    color: white;
    background-color: #075e45;
    border-color: #075e45;
}
.badge-red{
    color: white;
    background-color: #a1160a;
    border-color: #a1160a;
}
.icon svg {
    width: 25px;
}
#groupeCalendar{
    padding: 40px 0px;
}
.component-title{
    font-size: 11pt;
    border-bottom: 2px solid var(--color1);
    padding: 9px 9px;
    background-color: #f6f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-container{
    display: flex;
    flex-wrap: wrap;
}
.login-left {
    background: #002771;
    min-height: 100vh;
    flex: 0 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-right{
    flex: 1;
    padding: 1.5rem;
    margin-top: 5rem;
}
.login-box {
    max-width: 460px;
    width: 100%;
    margin: 0px auto;
}
.input-login{
    padding: 8px 12px;
    height: unset;
}
.swal2-content{
    color: black;
}
tr.row-danger {
    background-color: #fadcd9 !important;
}
tr.row-orange {
    background-color: #ffdbc6 !important;
}
tr.row-yellow {
    background-color: #f0ffc6 !important;
}
tr.row-green {
    background-color: #c7ebd1 !important;
}
.text-badge-danger
{
    font-size: 9pt;
    color: #a1160a;
    margin-left: 8px;
}
.text-badge-success {
    font-size: 9pt;
    color: #0aa199;
    margin-left: 8px;
}
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #017cf5;
    border-color:  #017cf5;
}
a.dropdown-toggle.btn.btn-icon.btn-primary {
    background: #017cf5;
    color: white;
    border-color: #017cf5;
}
.money-red{
    color: #d81e0e;
}
.color-t6{
    color:#d289e2 !important;
}
.bg-t6{
    background-color: #f2e6f5 !important;
}
.color-t9{
    color:#fb8137 !important;
}
.bg-t9{
    background-color: #f7ddce !important;
}
.color-t10{
    color:#7ebce3 !important;
}
.bg-t10{
    background-color: #dbecf6 !important;
}
.color-t11{
    color:#ea5991 !important;
}
.bg-t11{
    background-color: #f8d8e4 !important;
}
.title {
    color: #333333;
    line-height: 42px;
    font-size: 13pt;
    font-weight: 700;
}
.wider .profile-ud-label{
    color: #333;
}

.login-box-dark{
    display: none;
}

.nk-error-ld {
    padding: 4rem 1rem;
}

.nk-error-head {
    font-size: 160px;
    font-weight: 700;
    background: -webkit-linear-gradient(#75a0f1, #002771);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .9;
}

h3.nk-error-title {
    margin-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #364a63;
    margin-bottom: 26px;
}
@media (min-width: 576px){
    .wide-xs {
        max-width: 520px !important;
    }
}   
p.nk-error-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 12pt;
    color: #667e9b;
    margin-bottom: 26px;
}
.btn.btn-error {
    background: #002771;
    color: white;
    border-color: #002771;
    padding: 8px 21px;
}

/* Responsive */
@media(max-width: 800px) {
    .login-left{
        display: none;
    }
    .login-box-dark{
        display: flex;
    }
}
html::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  html::-webkit-scrollbar-track {
    background: #d4d3d5;
  }
  
  /* Handle */
  html::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 4px;
  }
  
  /* Handle on hover */
  html::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
  } 