.for-web-logo {
    width: 10.9125rem !important;
    display: block !important;
}
.for-seller-logo {
    width: 3rem !important;
    height: 2rem !important;
    display: block !important;
}
.code-example {
    position: relative;
}

.code-example .btn-clipboard {
    outline: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.code-example .btn-clipboard:hover {
    color: rgba(0, 0, 0, 0.9);
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #fff;
    border-radius: 0.25rem;
}

.color-palette a > .color-entry {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.color-palette a:hover > .color-entry {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.color-palette a.active > .color-entry,
.color-palette a.active:hover > .color-entry {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.color-palette .color-entry .color-code {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
}

.color-code-preview {
    border: 1px solid 0.25rem;
    padding: 6px;
}

.color-code-preview .color-preview {
    height: 150px;
    position: relative;
}

.color-code-preview .color-code-rgb {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

.color-code-preview .color-code-hex {
    display: block;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.color-code-preview .color-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    display: block;
    text-align: center;
}

.color-code-preview .color-class {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: black;
    margin-top: 4px;
}
.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-inline-end: 5px;
    margin-inline-start: 3px;
    margin-top: 2px;
}
.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 10px;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #377dff !important;
}
ol.breadcrumb {
    padding: 1px;
}

.select2-container--open {
    z-index: 99999999999999;
}

.select2-container--open {
    z-index: 99999999999999;
}

@media screen and (min-width: 564px) {
    .daterangepicker.opensright {
        min-width: 564px;
    }
}

.drp-calendar {
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.div_size {
    margin-inline-end: 60px;
}

/********************************************
* 
* Pages du site web "https://liveats.nc/" 
* 
*********************************************/

:root {
    --heading-fonts: "Montserrat", sans-serif;
    --body-fonts: "Montserrat", sans-serif;
}

header {
    background-color: white;
    top: 0 !important;
}

/* Général */

header > .container > .header-wrapper > .dropdown--btn-hover {
    display: none !important;
}

/* Page d'accueil : En-tête */

.banner-section .banner-wrapper .banner-thumb,
.banner-section .banner-wrapper .banner-content .title {
    display: none !important;
}

.banner-section {
    height: 75vh !important;
    max-width: 1440px !important;
    margin: auto !important;
    border-radius: 0 0 32px 32px !important;
}

.banner-section > .container {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.banner-wrapper .banner-content {
    width: 100% !important;
    text-align: left !important;
}

.banner-wrapper .banner-content .subtitle {
    color: white !important;
    font-weight: 700;
}

.banner-wrapper .banner-content .name {
    margin-top: 1rem;
    margin-bottom: 2rem;
    background: transparent !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
}

.banner-wrapper .banner-content .txt {
    color: white !important;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .banner-section #store-buttons img {
        min-width: 200px !important;
    }
}

@media (max-width: 768px) {
    .banner-wrapper .banner-content {
        text-align: center !important;
    }

    .banner-wrapper #store-buttons {
        justify-content: center !important;
    }
}

/* Page d'accueil : A propos de nous */

.about-section {
    display: none !important;
}

/* Page d'accueil : Nos services */

.choose-section {
    display: none !important;
}

/* Page d'accueil : Commencez */

.lets-start-section {
    display: none !important;
}

/* Page d'accueil : Témoignages */

body > .container {
    display: none !important;
}

/* Page d'accueil : Newsletter */

.newsletter-section {
    display: none !important;
}

/* Page d'accueil : Footer */

.footer-bottom {
    background: linear-gradient(180deg, rgb(0 0 58) 0%, #000038 100%) !important;
    padding-top: 50px !important;
    margin-top: 50px !important;
}

.footer-widget .subtitle {
    font-weight: 700 !important;
}

.footer-widget .footer-logo img {
    max-height: 75px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(153deg) brightness(102%) contrast(102%);
}

@media (max-width: 768px) {
    .footer-widget,
    .footer-widget.widget-links {
        text-align: center !important;
    }

    .footer-widget ul.social-icon,
    .footer-widget .app-btn-grp {
        justify-content: center !important;
    }

    .footer-widget .footer-logo {
        margin: auto !important;
    }
}

/* Politique de confidentialité */

.privacy-section .section-wrapper-inner {
    mask: unset !important;
    -webkit-mask: unset !important;
}

.privacy-section .section-wrapper-inner h2,
.privacy-section .section-wrapper-inner h3 {
    margin-top: 20px !important;
}

.privacy-section h2.title {
    text-align: center !important;
}

.privacy-section ul {
    padding-left: 2rem !important;
    padding-bottom: 1.25rem !important;
}

.privacy-section ul li {
    list-style: disc !important;
}

/* Termes et conditions */

.terms-conditions-section h1 {
    color: var(--base-1) !important;
}

.terms-conditions-section ul {
    padding-left: 2rem !important;
    padding-bottom: 1.25rem !important;
}

.terms-conditions-section ul li {
    list-style: disc !important;
}

.terms-conditions-section h2,
.terms-conditions-section h3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* A propos de nous */

section.about-us .section-wrapper-inner {
    mask: unset !important;
    -webkit-mask: unset !important;
}

section.about-us h2,
section.about-us h3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.about-us ul {
    padding-left: 2rem !important;
    padding-bottom: 1.25rem !important;
}

.about-us ul li {
    list-style: disc !important;
}