/* variables */
/* couleur mise dans le thème  #663399; A REFAIRE */

:root {
    /* colors black thème */
    --couleur_blanc: white;
    --couleur_gris_clair: #f1f1f1;
    --couleur_texte: white;
    --couleur_violet: #a68afe;
    /* A vérifier, couleur des liens */
    --couleur_violet_AVERIF: #b170e5;
    /* A mettre à jour dans le CSS*/
    --couleur_orange: #f57c00;
    --couleur_verte: #4caf50;
    --couleur_noir_1: #12111b;
    --couleur_noir_2: #292336;
    --couleur_noir_bg: #070608;
    --couleur_noir_bg_2: #242336;
    /* A mettre à jour dans le CSS*/
    --couleur_gris_fonce: #4a4555;
    /* A mettre à jour dans le CSS*/
    --couleur_violet_clair: #d6ccea;
    --couleur_violet_clair_2: #a68afe;
    --couleur_violet_old: #663399;
    --couleur_grise_prix_barre: #999;
    --couleur_degrade: linear-gradient(122.53deg, #2a115d 0%, #9d54b1 67.25%, #f57c00 100%);
    --couleur_degrade2: linear-gradient(114.96deg, #2a115d 0%, #9054b1 67.12%, #f57c00 100%);
    --container_width: 80%;
    --position_barre_comparatif: 12.9%;

}

/* @media screen and (max-width: 1024px) {
    :root {
        --container_width: 80%;
    }
} */
@media screen and (max-height: 552px) {
    :root {
        --container_width: 50%;
    }
}

@media screen and (max-height: 764px) {
    :root {
        --container_width: 75%;
    }
}

/* Google ICON */

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.material-symbols-custom {
    font-size: 60px !important;
    color: var(--couleur_blanc);
    animation: halo_lum 3s infinite;
}

@keyframes halo_lum {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.1;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.1;
    }

}

body {
    color: var(--couleur_blanc);
    font-size: 15px;
    font-weight: 400 !important;
}

.text-small {
    font-size: 13px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #f57c01;
}

.h1_mobile {
    text-align: center;
    color: var(--couleur_blanc);
}

.h2_mobile {
    text-align: center;
}

/* disclaimer site web */
.box-top-header>[class*="col-"] {
    justify-content: center;
}

.service.service-style-twelve .sub-title {
    color: var(--couleur_noir_bg);
}

.deo-parallax {
    box-shadow: rgb(18, 17, 27) 0px -24px 20px -14px inset, rgb(18, 17, 27) 0px 24px 20px -14px inset;
}

.deo-parallax-top {
    box-shadow: rgb(18, 17, 27) 0px 24px 20px -14px inset !important;
}

.close {
    color: var(--couleur_texte) !important;
    text-shadow: 0 1px 0px #fff !important;
    opacity: 0.8 !important;
}

.list_bonus_produit {
    color: var(--couleur_blanc);
    font-weight: 500;
    font-size: 14px;
}

/*

#4a4555
#1f1f24
#070608

*/

/*Body*/

body {
    /* background-color: #1f1b20; */
    /* background-color: #0c0b0c; */
    background-color: var(--couleur_noir_bg);
}

.popup-over .popup-content {
    background: #1f1f24 !important;
}

#header,
.deo-header-mobile,
.deo-nav-mobile {
    background-image: var(--couleur_degrade2);
}

/* Intro Accueil */

.top-page {
    height: 350px;
    padding-top: 75px;
}

@media (min-width: 0px) and (max-width: 600px) {
    .top-page {
        height: 650px;
        padding-top: 150px;
    }
}

.sous_titre_image {
    text-align: center;
    font-size: 1.3em;
    color: var(--couleur_blanc) !important;
}

.top-page,
.top-page_eth,
.top-page_titre2 {
    /* min-height: 45vh; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.top-page_eth {
    /* min-height: 45vh; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.para1,
.para2 {
    font-family: 'Lobster', sans-serif;
    text-align: center;
    margin: 1em 1em;
    color: var(--couleur_texte);
    font-size: 3em;
    /* min-height: 3em; */
}

@media (max-width: 768px) {

    .para1,
    .para2 {
        font-size: 2.5em;
    }
}

/* .para1, .para2{
    text-align: center;
    color: var(--couleur_texte);
    font-size: 2em;
    font-weight: 700;
} */

.header-top .inner .DeoRow:nth-child(3) .DeoColumn {
    padding: 0px !important;
}

.divAvecFond {
    background: linear-gradient(to bottom, transparent 80%, #1e222c 80%);
}

/* Alertes colors */
.reward_alert_message {
    border: none;
    color: var(--couleur_verte);
    background-color: transparent;
}

.alert-warning {
    background-color: transparent;
    border-color: var(--couleur_orange);
    color: var(--couleur_orange);
}

.page-addresses .addresses .address,
.page-my-account .addresses .address {
    background: var(--couleur_noir_1);
}

.size25:first-child .img-fluid {
    width: 17% !important;
}

.media:first-child .img-fluid {
    width: 75%;
}


/*Images SLIDE page d’accueil*/
.slide_color {
    color: #e48cff !important
}

.slide_color2 {
    color: var(--couleur_texte) !important
}

.slide_color3 {
    color: #f57c01 !important
}

.DeoSlideshow .first-text {
    font-weight: 600 !important;
}

.DeoSlideshow .second-text {
    font-weight: 600 !important;
}

.slide_size1 {
    font-size: 1.3vw !important;
}

.slide_size_mob {
    font-size: 2vw !important;

}

.slick-prev,
.slick-next {
    background-color: #f57c0570 !important;
}

.slick-prev::before,
.slick-next::before {
    color: #000000 !important;
}

.slick-dots li.slick-active button {
    background: #f57c00 !important;
}

.slick-dots li:hover:not(.slick-active) button {
    background: #f57c00 !important;
}

/*MENU mobile*/
.deo-horizontal-menu .navbar-header .navbar-toggler {
    border: 1px solid #ffffff;
}

.deo-horizontal-menu .navbar-header .navbar-toggler .icon-bar.line-middle {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.deo-horizontal-menu .navbar-header .navbar-toggler .icon-bar.line-top,
.deo-horizontal-menu .navbar-header .navbar-toggler .icon-bar.line-bottom {
    background: #ffffff !important;
}

.flexMenuGauche {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexMenuLogo {
    display: flex;
    justify-content: center;
}

.flexMenuSettings {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.deo-horizontal-menu .megamenu>.nav-item>.nav-link,
.menu-white .deo-horizontal-menu .megamenu>.nav-item>.nav-link {
    color: #eccdff
}

/*logos du menu mobile*/
.popup-over.deo_customer_actions .popup-title .icon {
    color: var(--couleur_texte) !important;
}

/*même problème de couleur avec le menu mobile */
.popup-over.userinfo-selector .popup-title .icon:before {
    color: var(--couleur_texte) !important;
}

.deo-nav-mobile .DeoCartClone .deo-cart-solo .icon-cart-sidebar-wrapper .icon-cart-sidebar:before {
    color: var(--couleur_texte);
}

.deo-megamenu-mobile-button-toogle {
    padding-right: 10px !important;
}

.deo-nav-mobile .back-top-nav-mobile i:before {
    color: var(--couleur_texte) !important;
}

.deo-nav-mobile .home-nav-mobile i:before {
    color: var(--couleur_texte) !important;
}

/*Liens bas de page d'accueil (footer) */
.block-link-inline>ul>li>a {
    color: #f57c01 !important;
}

.title>a {
    color: #f57c01 !important;
}

.read-more>a {
    color: #663399 !important;
    font-weight: 400;
}

.panel-title>a {
    color: #eaeaea !important;
}

.panel-title>a:hover {
    color: #663399 !important;
}

/*texte en bas du footer*/
.footer_style {
    color: white;
    font-size: small;
    font-weight: 500;
}

/* form-footer */
.form-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.input-group .input-group-btn>.btn {
    background: #7e57c2;
}

.input-group .input-group-btn>.btn:hover {
    background: #e59956;
}

#contactform-message {
    height: 10em;
}




/*FAQ*/
.indicationsFAQ {
    font-style: italic;
}

.service.service-style-twelve .link-service {
    background: rebeccapurple !important;
}

.service.service-style-twelve {
    border: 3px solid rebeccapurple !important;

}

.service.service-style-twelve:hover {
    box-shadow: 0px 0px 0px 2px #b170e5;
}

.service.service-style-twelve {
    background: var(--couleur_gris_clair);
}

.service.service-style-twelve .link-service {
    -moz-box-shadow: 0px 0px 0px 3px #f1f1f1;
    -webkit-box-shadow: 0px 0px 0px 3px #f1f1f1;
    -o-box-shadow: 0px 0px 0px 3px #f1f1f1;
    -ms-box-shadow: 0px 0px 0px 3px #f1f1f1;
    box-shadow: 0px 0px 0px 3px #f1f1f1;
}

/*Couleurs liens mobile, problème avec le menu mobile ou un lien sur 2 est blanc/orange */
.mobile>a,
.media>a,
a {
    color: #b170e5 !important;
}

.mobile>a:hover,
.media>a:hover,
a:hover {
    color: var(--couleur_orange) !important;
}

/* .service.service-clgt-one .read-more{
    color: #f57c01 !important;
} */
.deo-nav-mobile .DeoCartClone .deo-cart-solo .icon-cart-sidebar-wrapper .icon-cart-total {
    background: #f57c01 !important;
    color: rgb(14, 0, 22) !important;
}

.deo-nav-mobile .mobile {
    color: var(--couleur_texte) !important;
}

/*Ligne blanche du bas dans le header*/
.box-header-mobile {
    border-bottom: 0px solid #eeeeee !important;
}


/*Border radius accordeons*/
.DeoAccordions .panel {
    border-radius: 10px;
}

/*Retour au top*/
#back-top a {
    background: #f57c01 !important;
    color: #242336 !important;
}

/*Menu*/

.deo-megamenu-mobile,
#deo-megamenu-tab-mobile {
    background: var(--couleur_noir_bg) !important;
}

/* .deo-megamenu-mobile-button-toogle {
    background: var(--couleur_noir_bg) !important;
} */

.megamenu .dropdown-menu {
    background-color: var(--couleur_noir_bg) !important;
}

.deo-megamenu-mobile-button-toogle {
    /* background: #b85ed7 !important; */
    background-image: linear-gradient(122.53deg, #2a115d 0%, #9d54b1 67.25%, #f57c00 100%) !important;
}

.deo-megamenu-mobile-button-toogle .deo-megamenu-mobile-close {
    background: #ff8d5e00;
}

#cart-block .cart-preview,
#cart-block .cart-preview.active a {
    color: #eaeaea !important;
}

#wrapper .breadcrumb .breadcrumb-wrapper {
    display: none;
}

.footer-center {
    background: var(--couleur_noir_1) !important;
}

/* Pour mobile */
@media only screen and (max-width: 992px) {
    .footer-center {
        background: var(--couleur_noir_bg) !important;
    }
}

/*je touche au wapper pour le footer*/
#wrapper {
    padding-bottom: 10em;
}

/* .wrapper{
    background-color: var(--couleur_noir_bg);
} */

@media only screen and (max-width: 992px) {
    #wrapper {
        padding-bottom: 1em;
    }
}

.footer-bottom {
    background: linear-gradient(80deg, #2a115d 0%, #9d54b1 67.25%, #f57c00 100%) !important;
}

.dropdown-menu .wishlist-popup {
    display: none;
}

.dropdown-menu .compare-popup {
    display: none;
}

.dropdown-menu .check-out {
    display: none;
}

.popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup,
.popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-out-popup {
    padding: 4px 0px;
}

.popup-over.deo_customer_actions .popup-content .language-currency-block>div:last-child .link {
    margin-bottom: 5px;
    padding: 10px 0px;
}

.popup-over:not(.search-widget):first-child .popup-title {
    padding: 0px 10px 0px 10px !important;
}

/* Fiat */
.popup-over.deo_customer_actions .popup-content .link {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.popup-over.deo_customer_actions .popup-content .currency-selector li.current a {
    border-bottom: 1px solid #fff;
    padding: 5px 4px;
}

.popup-over.deo_customer_actions .popup-content .currency-selector li a:hover {
    border-bottom: 1px solid #f57c01;
    color: #f57c01 !important;
}

/* drapeaux */
.popup-over.deo_customer_actions .popup-content .language-selector li.current {
    border-bottom: 1px solid #fff;
    padding: 5px 4px;
}

.popup-over.deo_customer_actions .popup-content .language-selector li {
    padding: 5px 4px;
}

.popup-over.deo_customer_actions .popup-content .language-selector li:hover {
    border-bottom: 1px solid #f27b10;
}

/* 4 block */

.deo-social-login-modal .modal-header {
    border-bottom: 1px solid #f1f1f1 !important;
    background-color: transparent !important;
}

/*----------------------------------------------*/
/*Page produit*/
/*----------------------------------------------*/
.more-infor-product {
    margin-top: 15px;
}

.product-discounts {

    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Image produit*/

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    /* margin-top: 2em; */
}

.product-flags .product-flag {
    display: none !important;
}

.product-add-to-cart .add .add-to-cart {
    border-radius: 9999px !important;
}

.default-info-product .info-content {
    border: 0px solid #eaeaea;
    background: var(--couleur_noir_1);
}

.product-discounts>.table-product-discounts thead tr th {
    background: var(--couleur_noir_bg) !important;
    border: 5px #292336 solid !important;
}

.product-discounts>.table-product-discounts tbody tr {
    background: var(--couleur_noir_bg) !important;
}

.product-discounts>.table-product-discounts tbody tr td {
    border: 5px #292336 solid !important;
}

/*PRIX*/
.product-prices .current-price,
.product-price .current-price {
    color: #eaeaea;
}

.product-prices .tax-shipping-delivery-label,
.product-price .tax-shipping-delivery-label {
    color: #eaeaea;
}

.product-discounts>.product-discounts-title {
    font-weight: bold !important;
    color: var(--couleur_orange) !important;
}

.table-product-discounts>thead>tr>th {
    color: #eaeaea;
}

label,
.label {
    color: #eaeaea;
}

.megamenu .content-menu .title .menu-title {
    color: var(--couleur_blanc);
    font-weight: 500;
    /* font-size: 1.2em; */
}

#cart-block .cart-preview .shopping-cart {
    font-size: 22px !important;
}

.popup-over .popup-title .icon {
    font-size: 20px !important;
}

.megamenu .nav-item.parent>.nav-link:after {
    color: var(--couleur_texte);
    background-color: transparent !important;
    margin-left: 7px;
}

/*Bouton liens Ajouter panier*/

.btn-outline,
.btn-primary,
.btn-inverse {
    color: var(--couleur_texte) !important;
    background-color: #242336 !important;
    border-color: #1f1b20 !important;
}

/*Hoover*/
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    color: var(--couleur_texte) !important;
    background-color: #b170e5 !important;
    border-color: #444444 !important;
}

/*Quantité*/

.product-quantity #quantity_wanted {
    background-color: #242336 !important;
    color: var(--couleur_texte) !important;
    border: 1px solid #242336 !important;
    border-radius: 4px !important;
}

.product-quantity #quantity_wanted:focus {
    background-color: #4a4555 !important;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn {
    color: var(--couleur_texte);
    background: var(--couleur_noir_bg) !important;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn:hover {
    color: #f57c00;
    background: var(--couleur_noir_bg) !important;
}

/**Zone Description produit/commentaires etc.*/
.products-accordion .card-header {
    background: var(--couleur_noir_bg) !important;
}

/*COmmentaires*/
.products-accordion .card-block {
    background: var(--couleur_noir_bg);
    border-top: 1px solid #eaeaea;
}

#product_reviews_product_page .review_details:before {
    border-top-color: #f57c01;
}

#product_reviews_product_page .review_details {
    background: #242336;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid var(--couleur_violet_clair_2);
}

.modal-content {
    background-color: var(--couleur_noir_bg);
    border: 1px solid var(--couleur_violet_clair_2);
    box-shadow: var(--couleur_violet_clair) 0px 0px 25px -8px;
}

.modal-footer {
    border-top: 1px solid var(--couleur_violet_clair_2);
}

.form-control {
    background-color: #242336;
}

.form-control:focus {
    color: #55595c;
    background-color: #4a4555;
}

.password-requirements-score {
    color: #f57c01;
}

/*Block assurance*/

.blockreassurance_product .block-title {
    color: #eaeaea !important;
}

.blockreassurance_product p {
    color: #eaeaea !important;
}

/*Liens Descrption/detail produit/commentaires*/
.product-tabs.tabs .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background: #242336;
    border-color: #1f1b20;
}

.product-tabs.tabs .nav-tabs .nav-link:hover {
    color: #FFFFFF;
    background: #242336;
    border-color: #1f1b20;
}

.product-tabs.tabs .nav-tabs .nav-link.active:hover {
    background: #242336;
}

.product-tabs.tabs .nav-tabs .nav-link {
    background: var(--couleur_noir_1);
    border: 0px solid #eaeaea !important;
}

/*Cacher le lien Description*/
/* .nav-item:nth-child(2) > a {
    display: none;
  } */

.product-tabs.tabs .tab-content {
    border: 0px solid #eaeaea !important;
    background: var(--couleur_noir_1);
    border-radius: 10px;
}

/* détails du produit*/
/* .product-tabs>ul>li:first-child {
    display: none !important;
} */
/* Cacher uniquement l'onglet Détails du produit */
.nav-tabs a[href="#detail-product"] {
    display: none !important;
}

.product-quantity .qty {
    margin-top: 30px;
}

.product-prices .discount,
.product-price .discount {
    color: var(--couleur_verte);
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn i {
    font-size: 20px;
}

.thumbnail-container .product-price-and-shipping .discount-percentage,
.thumbnail-container .product-price-and-shipping .discount-amount {
    color: var(--couleur_verte);
}

.product-cover .layer {
    background: var(--couleur_violet_old);
    color: var(--couleur_blanc);
}

#product-modal .modal-content {
    background: var(--couleur_noir_bg);
}

.add {
    margin: 0px !important;
    padding: 0px !important;
}

.product-quantity {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.product-add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-name {
    text-align: center;
}

/*----------------------------------------------*/
/*ICON Cart*/
/*----------------------------------------------*/

.deo-cart-solo.solo {
    display: none;
}



/*----------------------------------------------
                Page Home https://www.lambot-trading.fr/fr/2-home
----------------------------------------------*/

.products-selection#js-product-list-top {
    background: var(--couleur_noir_bg);
}

.products-sort-order {
    display: none;
}

.sidebar .block {
    background: var(--couleur_noir_1);
}

.deo-blog-tags .tag {
    background: var(--couleur_violet_old);
}

.deo-blog-tags .tag:after {
    border-color: transparent transparent transparent var(--couleur_violet_clair);
}

.deo-blog-tags .tag:hover {
    color: var(--couleur_blanc) !important;
    font-weight: 600;
}

.deo-blog-tags>a {
    color: var(--couleur_blanc) !important;
}

/* PAGE HOME */

#grid>a>i {
    color: var(--couleur_blanc);
}

#list>a>i {
    color: var(--couleur_blanc);
}

.products-selection .display>div.selected a {
    background: var(--couleur_violet_old);
    border-color: var(--couleur_violet_old);
}

.products-selection .display>div a {
    background: var(--couleur_violet_old);
    border: 1px solid var(--couleur_violet_old);
}

/*----------------------------------------------
                Page Paiement check cart
----------------------------------------------*/
body#checkout section.checkout-step {
    background: var(--couleur_noir_1) !important;
    border: none !important;
    border-radius: 8px !important;
}

#id-address-delivery-address-2 {
    background: var(--couleur_noir_bg_2);
    border-radius: 8px;

}

body#checkout section.checkout-step .address-item {
    background: var(--couleur_noir_bg_2);
}

body#checkout section.checkout-step .continue {
    margin-bottom: 1em;
}

.cart-summary-products .sub-title {
    color: var(--couleur_texte);
}

.blockreassurance_product {
    display: none;
}

.definition-list dl {
    background: none;
}

.definition-list dl dd,
.definition-list dl dt {
    background: var(--couleur_noir_bg_2);
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
    background: var(--couleur_noir_bg_2);
}

.cart-total>.label,
.cart-total>.value {
    color: var(--couleur_verte);

}

/*----------------------------------------------
                Page COntact
----------------------------------------------*/
/* barre en mode mobile */
#wrapper .breadcrumb {
    display: none;
}

.product-detail-name {
    margin-top: 1.25rem;
}

.card {
    background-color: var(--couleur_noir_1);
    border: 0px solid #f8f8f8 !important;
}

.contact-rich .block {
    background-color: var(--couleur_noir_bg);
}

.contact-rich {
    opacity: 0;
}

/* #content-wrapper{
    margin: 5em 0em;
    width: 100%;
} */
.form-control {
    color: var(--couleur_texte);
    border-bottom: 1px solid #eaeaea !important;
    border-top: 0px solid #eaeaea !important;
    border-right: 0px solid #eaeaea !important;
    border-left: 0px solid #eaeaea !important;
}

.form-control:focus {
    color: var(--couleur_texte);
}

.form-control-comment {
    color: #b170e5;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #4a4555;
}

.custom-radio input[type="radio"]+span {
    background-color: #f57c01;
}

/*MENU*/
.dropdown-menu {
    color: #b170e5;
}

.popup-over .popup-content::before {
    display: none;
}

/*Barre couleur MDP*/

.bg-danger {
    background-color: #c4151c !important;
}

.bg-warning {
    background-color: #f57c01 !important;
}

.bg-success {
    background-color: #4bb250 !important;
}

.thumbnail-container .product-price-and-shipping.has_discount .price {
    color: var(--couleur_blanc);
}

.thumbnail-container .box-button .btn-product:hover {
    color: var(--couleur_violet);
    font-weight: bold;
}

.thumbnail-container .box-button .btn-product {
    color: var(--couleur_violet);
    font-weight: bold;
}

/*----------------------------------------------*/
/*Page Connexion*/
/*----------------------------------------------*/

.page-authentication #content {
    background: var(--couleur_noir_1);
}


/*----------------------------------------------*/
/* PAGE CREER COMPTE Inscription*/
/*----------------------------------------------*/



.custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #5c598e;
    background: #242236;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    color: #f57c01;
}

.page-customer-account #content .form-footer .form-control-submit {
    border-radius: 9999px;
    margin-bottom: 10px;
}


/*----------------------------------------------*/
/*Page CheckOUt*/
/*----------------------------------------------*/

.cart-grid-body .card {
    background: var(--couleur_noir_1) !important;
    border: 0px solid #f8f8f8 !important;
    border-radius: 8px !important;
}

.cart-grid-right .card {
    background: var(--couleur_noir_1) !important;
    border: 0px solid #f8f8f8 !important;
    border-radius: 8px !important;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #4bb250;
}

/* promo */
.block-promo .promo-code {
    background: #12111a;
}

.promo-input {
    margin-right: 5px;
}

.input-group .input-group-btn>.btn {
    margin-left: 5px !important;
    border-radius: 9999px;
}

.bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .btn {
    background-color: #ffffff00;
    border: 0px solid #ffffff00;

}

.bootstrap-touchspin .btn-touchspin:hover,
.bootstrap-touchspin .btn:hover {
    background-color: #ffffff00;

}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    color: #eaeaea;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    color: #eaeaea;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #eaeaea;
}

/* .featured-products{
    display: none;
} */



/* Possible conflit, j'ai besoin de retirer la ligne violette sous le block qui permet de selction le nombre de produit dans la page vérifier le panier 
    j'ai donc retirer la ligne du dessous pour la remplacer, voire si autre part il ne manque pas un border-bottom violet
*/

/* .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child){
    border-radius: 4px !important;
} */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px !important;
    color: white;
    /* background: none;  j'ai retirer cette ligne pour améliorer le design quand on ouvre un compte */
    border: none !important;
    background: var(--couleur_noir_bg_2);
}







.btn {
    border-radius: 9999px !important;
}

/*PAGE CONTACT*/
.txt_essai_gratuit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2em;
    color: var(--couleur_blanc);
}

.form-group-input .input-group-addon {
    border-radius: 4px 0px 0px 4px;
    border: 0px solid #eaeaea;
}

.form-control {
    color: var(--couleur_texte);
    border-bottom: 1px solid var(--couleur_violet_clair_2) !important;
    border-top: 0px solid #eaeaea !important;
    border-right: 0px solid #eaeaea !important;
    border-left: 0px solid #eaeaea !important;
    border-radius: 0px 4px 4px 0px !important;
}

.slick-slide {
    /* background: #242336; */
    cursor: grab;

}

.slick-slide:focus {
    /* background: #242336; */
    cursor: grabbing;

}

.slick-slide:active {
    /* background: #242336; */
    cursor: grabbing;

}

.car-title {
    background: var(--couleur_noir_bg);
    color: #b170e5;
    font-size: 1em;
    margin: .5rem;
    padding: 2%;
    position: relative;
    text-align: center;
    height: 50px;
    border-radius: 9999px;
    cursor: pointer;
}

.car-title:hover {
    background: #242336;
    cursor: pointer;
}

.slider-nav {
    margin-bottom: 15px;
}

.slider-single .car-title {
    line-height: 10rem;
}

.slider-nav .car-title::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.slider-nav .car-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.slick-slide.is-active .car-title {
    color: #f57c00;
    background: #242336;
}

/* 
@media (min-width: 992px) {
    #left-column {
        width: 13%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #left-column {
        width: 17.33%;
    }
} */

/*----------------------------------------------*/
/*----------------------------------------------*/
/* PAGE MON COMPTE */
/*----------------------------------------------*/
/*----------------------------------------------*/

.page-order-detail .box.box-border {
    background: var(--couleur_noir_1) !important;
}

.page-order-detail table {
    background: var(--couleur_noir_1) !important;
}

.page-order-detail .address {
    background: var(--couleur_noir_1);
}

#idTab4 tr.total,
#idTab4 td.total {
    background-color: #242236;
}

.deo-my-account {
    margin-top: 1.5rem;
}

.deo-my-account .deo-links {
    background: #24223600;
    border: 0px solid #07060800;
}

.page-identity .deo-my-account .deo-content,
.page-address .deo-my-account .deo-content,
.psgdprinfo17 {
    border: 0px solid var(--couleur_noir_1);
    background: var(--couleur_noir_1);
    border-radius: 10px;
}

.page-customer-account table {
    background: var(--couleur_noir_2);
}

.thead-default th {
    color: #b170e5;
    background-color: var(--couleur_noir_1);
}

.invoice {
    background: none !important;
}

.rewards,
.rewards label {
    color: white;
}

/*
Ancien style, je l'ai désactiver pour la page détail de commande dans mon compte
.table-bordered th, .table-bordered td {
    border: 1px solid var(--couleur_noir_bg);
}
    
*/

.table-bordered th,
.table-bordered td {
    border: none;
}

/* Programme parrainage */

.sheets {
    background: var(--couleur_noir_1);
    border: none !important;
    border-radius: 0 0 10px 10px !important;
}

.idTabs a {
    border: 1px solid var(--couleur_noir_bg_2) !important;
    background-color: var(--couleur_noir_1) !important;
    border-radius: 10px 10px 0 0 !important;

}

.selected {
    color: #f57c00 !important;
}

.total {
    background: var(--couleur_noir_1);
    color: var(--couleur_texte) !important;

}

.table thead th {
    border-bottom: none !important;
}

/* My Account */

.address {
    /* mis en commentaire à cause de la page paiement, c'est le fond de l'adresse quand on veut payer */
    /* background-color: var(--couleur_noir_1)  !important; */
    border: none !important;
}

.address-footer {
    border: none !important;
}

/* PANIER RAPIDE */
.cart-sidebar-heading .alias {
    display: none;
}

.deo-content-cart {
    background: var(--couleur_noir_1);
    border: 1px solid var(--couleur_violet_clair_2);
    box-shadow: inset 0 0 25px -11px var(--couleur_violet_clair_2);
}

.deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty:hover {
    background: var(--couleur_noir_1);
}

.deo-content-cart .cart-item .cart-item-info .product-price .discount {
    color: #4bb250;
}

.deo-content-cart .cart-item .cart-item-info .product-price {
    color: #eaeaea;
}

/*SUPPRIMER ARTICLES*/
.deo-content-cart .cart-item .remove-cart i:before {
    color: #f57c00;
}

/*QUANTITÉ*/
.deo-content-cart .cart-item .cart-item-info .product-quantity {
    border: 0px solid #ececec00;
    color: #eaeaea;
}

/*TEXTE*/
.cart-total-wrapper .cart-total .title {
    color: #eaeaea;
}

.cart-total-wrapper .cart-total .value {
    color: #f57c00;
}

/* mobile */
/*header*/
.deo-sidebar-cart .cart-sidebar-heading .close-sidebar-cart:before {
    color: #eaeaea;
}

.deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty:before {
    color: #f57c00;
}

.deo-content-cart .cart-item .cart-item-info .product-quantity .input-product-qty {
    color: #eaeaea;
    border-left: 1px solid #ececec00;
    border-right: 1px solid #ececec00;
    background: #242336;
}

.deo-sidebar-cart .cart-sidebar-heading {
    background-image: linear-gradient(122.53deg, #2a115d 0%, #9d54b1 67.25%, #f57c00 100%) !important;
}

.cart-total-wrapper .cart-total {
    border-top: 1px solid #eaeaeabd;
    padding: 10px 15px;

}

.cart-total-wrapper .cart-total .cart-subtotals {
    border-bottom: 1px solid #eaeaeabd;
}

.deo-content-cart {
    min-width: 300px;
}

.deo-sidebar-cart {
    background: #ffffff00;
}


.cart-total-wrapper .cart-buttons .btn {
    margin: 0px 2px 0px 5px !important;
}

.deo-content-cart .cart-item {
    padding: 20px 10px !important;
}

.cart-total-wrapper .cart-buttons .btn.view-cart {
    display: block;
}

.cart-buttons {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(-50%);
    left: 50%;


}

.discount.total-line .value {
    color: #4bb250;
}

.shipping.total-line .title {
    display: none;
}

/* Page Affiliation */

.conteneur_principal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conteneur_sup {

    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

.sous_conteneur {
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-radius: 1em;
    background-color: var(--couleur_noir_1);
    box-shadow: 0 1px 17px -6px #a68afe80;
    margin: 1em;
    flex: 1;
    align-items: center;
}

.designIconsGoogle {
    color: #a68afe;
    font-size: 50px !important;
    margin-bottom: 0.3em;
}

.sousLigne {
    border-bottom: 1px #a68afe solid;
    width: 80%;
    margin: 0.5em 0em 2em 0em;
}

.text_color_white {
    color: var(--couleur_texte);
}

.text_align_center {
    text-align: center;
}

.text_align_justify {
    text-align: justify;
}

.titre_page {
    margin: 2em 1em 2em 1em;
    font-size: 23px;
    text-align: center;

}

.sous_titre_page {
    margin: 0em 1em 0.6em 1em;
    text-align: center;

}

/* Page CGV/CGU */


#main .page-header {
    margin-top: 5em;
}


/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/


#cart-block .cart-preview,
#cart-block .cart-preview.active a {
    color: var(--couleur_texte);
}

@media (min-width: 992px) {
    #cart-block .cart-preview.active a:hover {
        color: var(--couleur_texte);
    }
}

#cart-block .cart-products-count {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
}

@media (min-width: 992px) {
    #cart-block .cart-preview.active a:hover .cart-products-count {
        color: #ff9700;
    }
}

#cart-block .cart-products-count {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    #cart-block .cart-preview.active a:hover .cart-products-count {
        background-color: #ffffff;
    }
}

.deo-horizontal-menu .megamenu>.nav-item>.nav-link,
.menu-white .deo-horizontal-menu .megamenu>.nav-item>.nav-link {
    color: #eccdff;
}

@media (min-width: 992px) {

    .deo-horizontal-menu .megamenu>.nav-item:hover>.nav-link,
    .deo-horizontal-menu .megamenu>.nav-item:focus>.nav-link,
    .menu-white .deo-horizontal-menu .megamenu>.nav-item:hover>.nav-link,
    .menu-white .deo-horizontal-menu .megamenu>.nav-item:focus>.nav-link {
        color: #eccdff;
    }
}


/* 
///////////////////////////////////////////
//      Machine à écrire ANIMATION       //
/////////////////////////////////////////// 
*/

/* var(--couleur_texte_violet) */
.colText1 {
    color: #a68afe;
}

/* 
///////////////////////////////////////////
//         Comparatif carousssel         //
/////////////////////////////////////////// 
*/
.slider_nav {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: 2em auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#id_img,
#id_img_mobile,
#id_img_strat {
    display: block;
    max-width: 100%;
}

#div_slider,
#div_slider_2,
#div_slider_3,
#div_slider_4,
#div_slider_mobile,
#div_slider_mobile_2,
#div_slider_mobile_3,
#div_slider_mobile_4,
#div_slider_strat,
#div_slider_strat2,
#div_slider_strat3,
#div_slider_strat_mobile {
    width: var(--container_width);
    margin: 0 auto;
    /* display: grid; */
    /* place-items: center;
    min-height: 100vh; */
}

/* #div_slider_strat2{
    display: none;
} */

.class_container,
.class_container_2,
.class_container_3,
.class_container_4,
.class_container_mobile,
.class_container_mobile_2,
.class_container_mobile_3,
.class_container_mobile_4,
.class_container_strat,
.class_container_strat_mobile {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 12%;
    margin-bottom: 5em;
}

/* .image-container {
max-width: 800px;
max-height: 90vh;
aspect-ratio: 1/1;
} */

#div_slider_strat img,
#div_slider_strat2 img,
#div_slider_strat3 img,
#div_slider img,
#div_slider_2 img,
#div_slider_3 img,
#div_slider_4 img {
    border-radius: 10px;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    /* filter: grayscale(100%) */
}

.slider,
.slider_2,
.slider_3,
.slider_4,
.slider_mobile,
.slider_mobile_2,
.slider_mobile_3,
.slider_mobile_4,
.slider_strat,
.slider_strat_mobile {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid red;
    outline-offset: 3px;
}

.slider_2:focus-visible~.slider-button_2 {
    outline: 5px solid red;
    outline-offset: 3px;
}

.slider_3:focus-visible~.slider-button {
    outline: 5px solid red;
    outline-offset: 3px;
}

.slider_4:focus-visible~.slider-button {
    outline: 5px solid red;
    outline-offset: 3px;
}

.slider_mobile:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider_mobile_2:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider_mobile_3:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider_mobile_4:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider_strat:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider_strat_mobile:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

/* .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    z-index: 4;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
} */

/* .slider-button, .slider-button_2 {
    position: absolute;
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
} */

.slider-button,
.slider-button_2 {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 2.5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
    background-image: radial-gradient(circle, #fff 30%, transparent 20%);
    background-origin: border-box;
    background-clip: border-box;
    align-content: center;
}



.slider-button {
    top: 50%;
}

.slider-button_2 {
    top: 59%;
}

.slider_none {
    display: none;
}

.slider_show_grid {
    display: grid;
}


.display_block {
    display: block;
}

.display_none {
    display: none;
}

/* 
///////////////////////////////////////////
//              Comparatif V2            //
/////////////////////////////////////////// 
*/


.cd-image-container {
    position: relative;
    width: 100%;
    margin: 0em auto;
}

.cd-image-container img {
    display: block;
    max-width: 100%;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: var(--position_barre_comparatif);
    /* bounce in animation of the modified image */
    /* -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s; */
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 25%;
    }

    100% {
        width: var(--position_barre_comparatif);
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 25%;
    }

    100% {
        width: var(--position_barre_comparatif);
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 25%;
    }

    100% {
        width: var(--position_barre_comparatif);
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: var(--position_barre_comparatif);
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: rebeccapurple url("../../../../img/cms/cd-arrows.svg") no-repeat center center;
    /* background: rebeccapurple url("www.lambot-trading.fr/img/cms/cd-arrows.svg") no-repeat center center; */
    cursor: move;
    /* box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3); */
    opacity: 0;
    /* -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); */
}

.cd-handle.draggable {
    /* change background color when element is active */
    background-color: var(--couleur_orange);
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: rebeccapurple;
    left: var(--position_barre_comparatif);
    transform: translateX(-50%);
    pointer-events: none;
} */

/* .is-visible .slider-line, .is-visible .cd-handle {
    -webkit-animation: cd-bounce-in2 0.7s;
    -moz-animation: cd-bounce-in2 0.7s;
    animation: cd-bounce-in2 0.7s;
  } */

/* .slider-line.draggable {
    background-color: var(--couleur_orange);
} */

@-webkit-keyframes cd-bounce-in2 {
    0% {
        left: 0;
    }

    60% {
        left: 25%;
    }

    100% {
        left: var(--position_barre_comparatif);
    }
}

@-moz-keyframes cd-bounce-in2 {
    0% {
        left: 0;
    }

    60% {
        left: 25%;
    }

    100% {
        left: var(--position_barre_comparatif);
    }
}

@keyframes cd-bounce-in2 {
    0% {
        left: 0;
    }

    60% {
        left: 25%;
    }

    100% {
        left: var(--position_barre_comparatif);
    }
}

/* 
///////////////////////////////////////////
//                   FAQ                 //
/////////////////////////////////////////// 
*/


.accordion-container .accordion-title {
    position: relative;
    margin: 0.7em 0em 0em 0em;
    padding: 0.625em 3.625em 0.625em 2em;
    background-color: var(--couleur_noir_1);
    font-size: 1.25em;
    font-weight: 700;
    color: var(--couleur_texte);
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rebeccapurple;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    /* text-decoration: underline; */
    transition: box-shadow 0.4s ease;
    /* Ajoute une transition pour une animation fluide */
    box-shadow: 0px 0px 0px 1px #b170e5;
    /* Applique l'ombre portée sur le survol */
}

.accordion-container .accordion-title:active,
.accordion-title.open {
    border-radius: 10px 10px 0px 0px;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    padding: 1em 2.3125em;
    margin: -1px;
    border: 1px solid #b170e5;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--couleur_noir_1);
    text-align: justify;
}

.p_FAQ {
    background-color: #000;
    color: var(--couleur_texte);
}

.border_faq:hover {
    box-shadow: 0px 0px 0px 1px #b170e5;
}

.border_faq {
    border: 3px solid rebeccapurple !important;
}

#accordion {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #accordion {
        width: 95%;
    }
}

#accordion-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; modif*/
}

.open {

    border-radius: 10px 10px 0px 0px;
}

/* Effet halo lumineux */
/* .classcible{
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 30.44%, #ba8fdf8f 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    background-color: #7e57c2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: bg-move;
    margin: 0px 1em;
} */

@-webkit-keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}



/* 
///////////////////////////////////////////
//           Bitcoin ANIMATION           //
/////////////////////////////////////////// 
*/

/* https://codepen.io/bitbay/pen/eVyKRa */
/* 
#bitcoin{
    padding-top:80px;
    width:200px;
    margin:0 auto;
    display:block;
    text-align:center;
    color:#888888;
} */
.div_btc_logos {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100px;
}

.div_path1 {
    stroke-dasharray: 2110;
    stroke-dashoffset: 2110;
    stroke-width: 2;
    stroke-linecap: round;
    animation: dash 7s linear infinite;
    fill-opacity: 0;
    stroke: orange;
}

#Layer_1 {
    position: relative;
    height: 170px;
    top: 50px;
    z-index: -100;
    left: -400px;
    transform: rotate(315deg);
}

#Layer_1_mobile {
    position: relative;
    height: 170px;
    top: 162px;
    left: -8em;
    transform: rotate(315deg);
    z-index: -100;
}

.div_path2 {
    stroke-dasharray: 2110;
    stroke-dashoffset: 2110;
    stroke-width: 2;
    stroke-linecap: round;
    animation: dash 9s linear infinite;
    fill-opacity: 0;
    stroke: orange;
}

#Layer_2 {
    position: relative;
    height: 100px;
    top: 80px;
    /* top: -80px;
    left: 55em; */
}

#Layer_2_mobile {
    position: relative;
    height: 100px;
    top: -80px;
    left: 55em;
}

.div_path3 {
    stroke-dasharray: 2110;
    stroke-dashoffset: 2110;
    stroke-width: 2;
    stroke-linecap: round;
    animation: dash 4s linear infinite;
    fill-opacity: 0;
    stroke: orange;
}

#Layer_3 {
    position: relative;
    height: 65px;
    top: -200px;
    left: 400px;
}

#Layer_3_mobile {
    position: relative;
    height: 65px;
    top: 155px;
    left: 95em;
}

@media (min-width: 0px) and (max-width: 500px) {
    #Layer_1 {
        left: 0px;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    #Layer_1 {
        left: -50px;
    }
}

@media (min-width: 600px) and (max-width: 720px) {
    #Layer_1 {
        left: -120px;
    }
}

@media (min-width: 720px) and (max-width: 880px) {
    #Layer_1 {
        left: -180px;
    }
}

@media (min-width: 880px) and (max-width: 992px) {
    #Layer_1 {
        left: -250px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #Layer_1 {
        left: -300px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    #Layer_1 {
        left: -350px;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    #Layer_3 {
        display: none;
    }
}

@media (min-width: 750px) and (max-width: 1350px) {
    #Layer_3 {
        left: 250px;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 2110;
        opacity: 0;
        stroke: orange;
    }

    15% {
        opacity: 1;
        stroke: orange;
    }

    70% {
        opacity: 1;
        stroke: orange;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
        stroke: yellow;
    }
}



/* 
///////////////////////////////////////////
//           ETHER ANIMATION             //
/////////////////////////////////////////// 
*/
.container_logo_eth {
    padding: 12em 0em 0em 0em;
    /* min-height: 100vh; */
}

/* https://codepen.io/Zlaty/pen/paJGyb */
.btn_logo_eth {
    font-family: 'Lobster', sans-serif;
    text-align: center;
    padding: 10em 0em 2em 0em;
    color: #f57c00;
    font-size: 3em;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    margin: -4em 0em;
    width: 80%;
}

.btn_logo_eth_mobile {
    font-family: 'Lobster', sans-serif;
    text-align: center;
    padding: 10em 0em 3em 0em;
    color: #f57c00;
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 100%;
    top: 65%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0em 1em;
}

.para_eth,
.para_eth_mobile {
    opacity: 0;
    z-index: 2;
    position: sticky;
    padding: 0px !important;
    height: 0px;
}

#ether_logo1 {
    height: 48em;
    /* position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; */
    opacity: 25%;
}

#ether_logo1_mobile {
    height: 54em;
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 15%;
    width: 90%;
}

/* @media (min-width: 0px) and (max-width: 768px){
    #ether_logo1{
        top: 5%;
    }
} */

@media (min-width: 450px) and (max-width: 992px) {
    #ether_logo1_mobile {
        top: 250px;
    }
}

@media (min-width: 450px) and (max-width: 550px) {
    #ether_logo1_mobile {
        width: 80%;
    }
}

@media (min-width: 550px) and (max-width: 700px) {
    #ether_logo1_mobile {
        width: 70%;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
    #ether_logo1_mobile {
        width: 50%;
    }
}


.multiply {
    mix-blend-mode: multiply;
}

.screen {
    mix-blend-mode: screen;
}

.overlay {
    mix-blend-mode: overlay;
}

.darken {
    mix-blend-mode: darken;
}

.lighten {
    mix-blend-mode: lighten;
}

.color-dodge {
    mix-blend-mode: color-dodge;
}

.color-burn {
    mix-blend-mode: color-dodge;
}

.hard-light {
    mix-blend-mode: hard-light;
}

.soft-light {
    mix-blend-mode: soft-light;
}

.difference {
    mix-blend-mode: difference;
}

.exclusion {
    mix-blend-mode: exclusion;
}

.hue {
    mix-blend-mode: hue;
}

.saturation {
    mix-blend-mode: saturation;
}

.color {
    mix-blend-mode: color;
}

.luminosity {
    mix-blend-mode: luminosity;
}

.span_DApp {
    color: #f57c00;
}

/* .textAnim_logo_eth{
    
} */
/* 
///////////////////////////////////////////
//            PRIX ANIMATION             //
/////////////////////////////////////////// 
*/

/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
#div_price {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: black;
}

.logo-size {
  position: relative;
  width: 25px;
}

.price-container {
  overflow: hidden;
}

.price-box {
  position: relative;
  width: auto;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 24rem;
  animation: scrolling 60s linear infinite;
}

.price-box_mobile {
  position: relative;
  width: auto;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7rem;
  animation: scrolling_mobile 40s linear infinite;
}


@keyframes scrolling {
  from {
    -moz-transform: translateX(125%);
    -webkit-transform: translateX(125%);
    transform: translateX(125%);
  }
  to {
    -moz-transform: translateX(-125%);
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
}
@keyframes scrolling_mobile {
  from {
    -moz-transform: translateX(400%);
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
  to {
    -moz-transform: translateX(-400%);
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
}

@keyframes carousel_key {
    100%{
        transform: translateX(-2556px);
    }
}
.negative-price {
  color: red;
}
.positive-price {
  color: green;
}

.currency-id {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  font-family: "Montserrat";
  margin: 0em;
}
.price-styling {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  z-index: 2;
  font-family: "Montserrat";
  margin: 0em 0.5em;
}

.box-styling {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.inner-box-styling {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0rem;

}

.change-styling {
  font-size: 1.2rem;
  z-index: 2;
  font-family: "Montserrat";
  font-weight: 900;
  margin: 0em 0em 1px 0em;
} */


:root {
    --taille_logo_crypto: 550px;
    --taille_logo_crypto_neg: -550px;
    --nombre_images: 7;
    --nombre_images_double: 7;
    --temps_animation_slide_crypto: 50s;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(var(--taille_logo_crypto_neg) * var(--nombre_images)));
    }
}

.slider_crypto_prix {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    background-color: #000;
}

.slider_crypto_prix .slider_track_crypto_prix {
    animation: scroll var(--temps_animation_slide_crypto) linear infinite;
    display: flex;
    width: calc(var(--taille_logo_crypto) * 14);
}

.slider_crypto_prix .slide_crypto_prix {
    width: var(--taille_logo_crypto);
}


.slider_crypto_prix:hover .slider_track_crypto_prix {
    animation-play-state: paused;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

#div_price {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: black;
}

.logo-size {
    position: relative;
    width: 25px;
    margin: 0.5em;
    /* object-fit: cover; */
}

.negative-price {
    color: red;
}

.positive-price {
    color: green;
}

.currency-id {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    font-family: "Montserrat";
    margin: 0em;
}

.price-styling {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    z-index: 2;
    font-family: "Montserrat";
    margin: 0em 0.5em;
}

.box-styling {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
}

.inner-box-styling {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0rem;

}

.change-styling {
    font-size: 1.2rem;
    z-index: 2;
    font-family: "Montserrat";
    font-weight: 900;
    margin: 0em 0em 1px 0em;
}


/* 
///////////////////////////////////////////
//             halo texte               //
/////////////////////////////////////////// 
*/
/*  */

/* @keyframes shine {
    0% { background-position: -500px; }
    100% { background-position: 500px; }
}

.text-with-shine {
    font-size: 36px; 
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent); 
    background-size: 200% 100%; 
    animation: shine 2s infinite linear; 
} */



/* Reveal  */


/*.reveal-loaded .reveal [class*="reveal-"] {*/
.reveal {
    opacity: 0 !important;
    transform: translateY(40px);
}

.reveal-2,
.reveal_bis {
    opacity: 0 !important;
}

.reveal-loaded {
    transition: 1.5s cubic-bezier(.5, 0, 0, 1);
}

.reveal-loaded-2 {
    /* transition: 2s cubic-bezier(.5, 0, 0, 1); */
    /* animation: pop 2.8s linear 1; */
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0.8);
}

.reveal-loaded-2.active {
    transform: scale(1.2);
}

/* On ajoute du dÃ©lai */
.reveal-loaded .reveal-T05 {
    transition-delay: .5s;
}

.reveal-loaded .reveal-T1 {
    transition-delay: 1s;
}

.reveal-loaded .reveal-T2 {
    transition-delay: 2s;
}

.reveal-loaded .reveal-T3 {
    transition-delay: 3s;
}



/* 
///////////////////////////////////////////
//        Dapp TV_to_EX animation        //
/////////////////////////////////////////// 

*/

.anim_puff {
    opacity: 0;
}

.anim_puff_show {
    opacity: 1;
    animation: puffEffect 1.5s ease-in-out;
}

.anim_puff_show_05 {
    opacity: 1;
    animation: puffEffect 1.5s ease-in-out 0.5s forwards;
}


.anim_puff_show .anim_puff_show_T05 {
    transition-delay: .5s;
}

.anim_puff_show .anim_puff_show_T15 {
    transition-delay: 5.5s;
}

@keyframes puffEffect {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.75;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



#container_anim_dapp_tv_to_ex {
    display: none;
    flex-direction: column;
    align-items: center;
    min-height: 20em;
    margin: 20em 0em 10em 0em;
}


@media (max-width: 768px) {
    #container_anim_dapp_tv_to_ex {
        margin: 15em 0em 10em 0em;
    }
}

.div_presentation_tv_to_ex {
    width: 100%;
    margin: 1em 0em;
}

.img_anim_tv_to_ex {
    width: 100%;
    cursor: pointer;
    padding: 10px;
}

.img_anim_tv_to_ex:hover {
    scale: 1.05;
}

.txt_imgs {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 0em;
    text-align: center;
    cursor: pointer;

}

.sous_div_presentation_tv_to_ex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}

.txt_tv_to_ex {
    margin-top: 2em;
}

.divs_dapp_tv_to_ex {
    margin: 2em 0em;
    width: 40%;
}

.div_img_tv_to_ex {
    display: none;
    position: relative;
    width: 70%;
    top: -20px;
    margin: 0 auto;
}

#div_img_RS {
    margin: 2em auto 2em auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    justify-content: center;

}

@media (min-width: 768px) {
    .div_img_tv_to_ex {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .divs_dapp_tv_to_ex {
        width: 30%;
    }

    .div_img_tv_to_ex {
        width: 40%;
    }
}

@media (min-width: 1500px) {
    .divs_dapp_tv_to_ex {
        width: 20%;
    }

    .div_img_tv_to_ex {
        width: 30%;
    }
}

.X_close {
    color: var(--couleur_orange);
    font-weight: 800;
    position: relative;
    /* top: 20px; */

}



/* 
///////////////////////////////////////////
//              Multi line               //
/////////////////////////////////////////// 

*/




/* Style du premier chemin */
.line1 {
    fill: none;
    stroke: var(--couleur_orange);
    stroke-width: 5;
    stroke-miterlimit: 10;
}

/* Style du deuxième chemin */
.line2 {
    fill: none;
    stroke: var(--couleur_orange);
    stroke-width: 5;
    stroke-miterlimit: 10;
}

/* Style du troisième chemin */
.line3 {
    fill: none;
    stroke: #62AB38;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

/* Style du quatrième chemin */
.line4 {
    fill: none;
    stroke: var(--couleur_violet_old);
    stroke-width: 5;
    stroke-miterlimit: 10;
}


.line1,
.line2,
.line3,
.line4 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
    animation: dashLine 5s linear forwards;
    animation-play-state: paused;
}

@keyframes dashLine {
    to {
        stroke-dashoffset: 0;
    }
}




/* 
///////////////////////////////////////////
//              Zone de prix             //
/////////////////////////////////////////// 

*/
.container_price {
    display: flex;
}

.sous_conteneur_price {
    display: flex;
}

.btn_abos {
    display: flex;
    align-items: center;
    justify-content: center;
}





.container_price {
    margin: 50px auto 0px auto;
    padding: 90px 0;
    width: 75%;
    /* background-color: rgba(255,255,255,1); */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 100vh; */
}

.container_price1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.container_price2 {
    width: 100%;
}

.switch_price {
    position: relative;
    height: 32px;
    width: 300px;
    margin: 20px auto;
    background: #F2F2F2;
    background: #D7D7D7;
    border-radius: 32px;
    display: flex;
}

.switch-input {
    display: none;
}

.switch-input:checked+.switch-label {
    color: var(--couleur_texte);
    transition: 0.15s ease-out;
    transition-property: color, text-shadow;
}

.switch-input:checked+.switch-label-y~.switch-selector {
    transform: translateX(0%);
    background-color: var(--couleur_orange);
}

.switch-input:checked+.switch-label-i~.switch-selector {
    transform: translateX(100%);
    background-color: var(--couleur_orange);
}

.switch-input:checked+.switch-label-n~.switch-selector {
    transform: translateX(200%);
    background-color: var(--couleur_orange);
}


.switch-selector {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 100px;
    height: 32px;
    border-radius: 32px;
    background-color: var(--couleur_violet);
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.class_diplay_none {
    display: none;
}

.class_diplay_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.class_align_items {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1em;
    font-weight: 400;
}

.div_prix_mensuel,
.div_prix_quadrimestriel,
.div_prix_annuel {
    margin: 2em 0em 0em 0em;
}

.pack_trader,
.pack_trader_pro {
    border: var(--couleur_violet) 1px solid;
    padding: 1em 3em 2em 3em;
    border-radius: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--couleur_noir_1);
    margin: 1em 0.5em 2em 0.5em;
}

.prix_pack_trader {
    color: var(--couleur_orange);
    font-size: 2em;
    font-weight: 600;
}

/* .liens_anim {
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: var(--couleur_texte);
    border-radius: 22px;
    padding: 7px 24px;
    height: 37px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 1em;


    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 30.44%, #ba8fdf8f 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    background-color: #7e57c2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: bg-move;
    cursor: pointer;
    justify-content: center;
    text-align: center;

}
*/
/* .liens_anim:hover,
.liens_anim_small:hover, */
.liens_anim_icon:hover {
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 20%);
    background-color: #e59956;
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #e8d6aa80 75.52%, rgba(100, 181, 239, 0) 100%);
}

/*
.liens_anim>a {
    color: var(--couleur_texte) !important;
}

.liens_anim_small {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: var(--couleur_texte);
    border-radius: 22px;
    padding: 3px 12px;
    height: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0.5em;
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 30.44%, #ba8fdf8f 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    background-color: #7e57c2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: bg-move;
    cursor: pointer;
    justify-content: center;
    text-align: center;
}
 */
.liens_anim_icon {
    text-decoration: none;
    font-size: 25px;
    line-height: 17px;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    color: var(--couleur_texte);
    border-radius: 22px;
    padding: 3px 12px;
    height: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 1em auto;
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 30.44%, #ba8fdf8f 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    background-color: #7e57c2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: bg-move;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    justify-content: center;
    text-align: center;
}

.delete_style {
    text-decoration: line-through;
    color: var(--couleur_grise_prix_barre);
    margin-right: 0.4em;
    font-weight: 400;
}

.sous_prix_pack_trader {
    margin: 0.5em 0em;

}

.pourcentage_pack_trader {
    color: var(--couleur_verte);
    font-size: 2em;
    font-weight: 500;
}

.white_line {
    border-top: #fff 1px solid;
    width: 75%;
    margin: 1.5em 0em;

}

.titre_pack_trader,
.titre_pack_trader_pro {
    border: var(--couleur_violet) 1px solid;
    margin: 0em 0em 1em 0em;
    padding: 1em 0em;
    border-radius: 27px;
    width: 124%;
}

.titre_pack_trader_hover {
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 0px 2px #b170e5;
}

.container_price1>h2 {
    font-size: 2em;
}

@-webkit-keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}




/* 
///////////////////////////////////////////
//              Zone de prix             //
/////////////////////////////////////////// 

*/

.div_carousel_strat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
}

.div_carousel_strat2 {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.carousel_strat,
.carousel_strat_mobile {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-mask: linear-gradient(90deg, transparent, black 2%, 98%, transparent);
    mask: linear-gradient(90deg, transparent, black 2%, 98%, transparent);
}

.carousel_strat {
    width: 70%;
}

.carousel_strat_mobile {
    width: 70%;
}

.carousel_container_strat,
.carousel_container_strat_mobile {
    display: flex;
    transition: transform 0.5s ease;
    animation: scroll_strat 65s linear infinite;
    /* Ajoutez l'animation ici */
}

.carousel_item_strat,
.carousel_item_strat_mobile {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.carousel_item_strat>img,
.carousel_item_strat_mobile>img {
    width: 100%;
    height: 100%;
}

.carousel_container_strat:hover,
.carousel_item_strat_mobile:hover {
    animation-play-state: paused;
    /* Mettre en pause l'animation au survol */
}

@keyframes scroll_strat {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-500%);
    }

    /* Changez la valeur selon la direction souhaitée */
}

.div_commandes_carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.commandes_carousel>span {
    cursor: pointer;
}

.rotate_180 {
    rotate: 180deg;
}

/* widget TV caroussel */

.tv_widget_caroussel_custom {
    margin-bottom: 2em;
}

@media (prefers-reduced-motion: no-preference) {
    .tape-N_kypjt9 {
        animation-play-state: running !important;
    }
}

/* @media (any-hover: hover){
    .tape-N_kypjt9:hover {
        animation-play-state: paused !important;
    }
} */

@media (prefers-reduced-motion:reduce) {
    .tape-N_kypjt9 {
        animation-play-state: running !important;
        margin: 1em;
    }
}

/* widget TV Heatmap */
.tv_widget_heatmap_custom {
    width: 100% !important;
    height: 0px;
}

/* @media (max-height: 700px){
    .tv_widget_heatmap_custom {
        max-height: 350px !important;
    }
} */
.widget_heatmap {
    height: 0px;
    display: flex;
    flex-direction: column;
}

.heatmapControl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5em;
}

/* widget TV custom caroussel */


:root {
    --taille_logo_crypto_tv: 550px;
    --taille_logo_crypto_neg_tv: -550px;
}


@keyframes scroll_crypto {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(var(--taille_logo_crypto_neg_tv) * 7));
    }
}

.slider_crypto {
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}



.slider_crypto .slide-track_crypto {
    animation: scroll_crypto 60s linear infinite;
    display: flex;
    width: calc(var(--taille_logo_crypto_tv) * 14);
    /* height: 130px; */
}

.slider_crypto .slide_crypto {
    width: var(--taille_logo_crypto_tv);
}

.slider_crypto_h100 {
    height: 100px;
}

/* .slider_crypto:hover .slide-track_crypto {
    animation-play-state: paused;
} */

.show_heatmap,
.hide_heatmap,
.size_up_heatmap,
.size_down_heatmap,
.close_widget,
.close_widget2 {
    text-align: center;
    color: var(--couleur_orange);
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    top: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hide_heatmap,
.size_up_heatmap,
.size_down_heatmap,
.close_widget2 {
    margin: 3em 6em 0em 6em;
    opacity: 0;
}


.close_widget,
.show_heatmap {
    margin: 0em 3em 0em 3em;
}

.heatmap_control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_crypto_base {
    height: 52px;
}

@media (max-width: 992px) {

    .hide_heatmap,
    .size_up_heatmap,
    .size_down_heatmap,
    .close_widget2 {
        margin: 3em 2em 0em 2em;
        opacity: 0;
    }

    /* .tv_widget_heatmap_custom {
        height: 350px !important;
    } */
}

/* @media (max-width: 992px){
    .slider_crypto .slide-track_crypto {
        height: 100px;
    }
    .slider_crypto_base {
        height: 160px;
    }
    .show_heatmap{
        top: 8px;
    }
} */


/* 
///////////////////////////////////////////
//               line Anim               //
/////////////////////////////////////////// 

*/


/* ajouter ces 2 classes pour transformer une div en une line animée */
.line_anim {
    width: 0%;
    margin: auto auto 3.5em auto;
    padding: 0.02em;
    /* not lower than 0.02em */
    background-color: white;
    /* for test only */
    animation: line_animation 1s ease forwards;
    height: 7px;
    animation-play-state: paused;
}

.line_anim_colors {
    background: repeating-linear-gradient(90deg,
            var(--couleur_orange) 0%, rebeccapurple 20%,
            rebeccapurple 20%, rebeccapurple 40%,
            rebeccapurple 40%, rebeccapurple 60%,
            rebeccapurple 60%, rebeccapurple 80%,
            rebeccapurple 80%, var(--couleur_orange) 100%) 0 0 / 100% 2.0em repeat-x;
    /* value between 25% and 100% */
}

@keyframes line_animation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


/* 
///////////////////////////////////////////
//            line liens menu            //
/////////////////////////////////////////// 

*/

.lien_ligne {
    text-transform: uppercase;

    &::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleX(0);
        transform-origin: 50% 50%;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.8);
        transition: transform 300ms;
    }

    &:hover {

        &::after {
            transform: translateX(-50%) scaleX(1);
        }

    }

}

.lien_ligne_orange {
    text-transform: uppercase;

    &::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleX(0);
        transform-origin: 50% 50%;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 145, 0, 0.8);
        transition: transform 300ms;
    }

    &:hover {

        &::after {
            transform: translateX(-50%) scaleX(1);
        }

    }

}

.block-link-inline ul li {
    padding: 10px 10px;
}

.deo-horizontal-menu .megamenu>.nav-item>.nav-link {
    padding: 10px;
}



/* 
///////////////////////////////////////////
//            Reseaux sociaux            //
/////////////////////////////////////////// 

*/



#reseaux {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}

.imgReseaux {
    /* margin: 1em; */
    width: 2em;
    cursor: pointer;
}

.imgReseauxHover {
    display: none;
}

.sousGroupeReseaux {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svgReseaux {
    margin-right: 0.5rem;
}

.liensReseaux,
.liensReseaux:hover {
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: 0.03em;
    height: 40px;
    padding: 0px 24px;
    color: #fff;
}

.box-top-footer {
    padding-top: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .box-top-footer {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .box-top-footer {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

/* 
///////////////////////////////////////////
//           Toutes les tuiles           //
///////////////////////////////////////////  
*/

/* Tuile 6 */

.container_crypto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal_crypto {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 2em 0em;

}

.logo_stables {
    width: 50px;
}

/* Tuile 8 */
.modal_affi {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.regles_generales {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}

.regles_aventages {
    display: flex;
}

.bonus_LBT {
    flex: 1;
    margin: 1em;
    text-align: center;
}



/* 
///////////////////////////////////////////
//                  Blog                //
///////////////////////////////////////////  
*/

#block-categories {
    margin-top: 2.5em;

}

.deo-blog-detail .blog-meta {
    margin-bottom: 4em;
    text-align: center;
}

.deo-blog-detail .blog-title {
    margin-top: 3em;
    text-align: center;
}

.deo-blog-detail .blog-meta {
    margin-bottom: 4em;
    text-align: center;
}

.deo-blog-detail .blog-short-description {
    text-align: center;
}

.deo-blog-detail .blog-description {
    text-align: justify;
    margin-top: 3em;
}

.deo-blog-detail .blog-meta {
    color: var(--couleur_grise_prix_barre);
}

.container_blog {
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-radius: 1em;
    background-color: var(--couleur_noir_1);
    /* box-shadow: 0 1px 17px -6px #a68afe80; */
    margin: 1em;
    align-items: center;
}

.deo-blog-detail .blog-description {
    margin-bottom: 5em;
}

.deo-blog-detail .deo-blog-tags,
.deo-blog-detail .deo-extra-blogs,
.deo-blog-detail .deo-blog-comment-block,
.deo-blog-detail .deo-blog-social-share {
    margin-bottom: 3em;
}

.deo-comment-local .form-horizontal {
    background: var(--couleur_noir_1);
    box-shadow: none !important;
}

.style-one.deo-blog-category .deo-blog-item {
    background: var(--couleur_noir_1);
}

.deo-blog-item .right-block {
    background: var(--couleur_noir_1);
}

.deo-blog-item {
    border-radius: 1em;
    border: 1px solid var(--couleur_violet_AVERIF);
}

.deo-blog-item:hover {
    -moz-box-shadow: 1px 2px 5px var(--couleur_violet_clair_2);
    -webkit-box-shadow: 1px 2px 5px var(--couleur_violet_clair_2);
    -o-box-shadow: 1px 2px 5px var(--couleur_violet_clair_2);
    -ms-box-shadow: 1px 2px 5px var(--couleur_violet_clair_2);
    box-shadow: 1px 2px 5px var(--couleur_violet_clair_2);
}

.pagination {
    background-color: transparent;
}

.deo-blog-category {
    margin-top: 4em;
}

.deo-comment-local .comment-wrap {
    background: var(--couleur_noir_1);
    border: none;
    border-radius: 1em;
}

.comment-posted-by span {
    color: var(--couleur_orange);
}

.deo-comment-local .comment-wrap .comment-link {
    background: transparent;
}

@media (min-width: 992px) {
    .megamenu .dropdown-mega-menu .nav-item>.nav-link:before {
        top: 53%;
    }
}

/* Paypal */

.locale--FR .message__headline {
    color: white;
}

.paypal-mark {
    border: none !important;
    background: var(--couleur_blanc) !important;
    color: var(--couleur_noir_bg_2);
}

/* Trustpilot Widget Alignment */
/* .trustpilot-widget {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
} */

.wk_paypal_note {
    display: none;
}

/* Règle pour cacher la quantité dans les pages produits 
Cette règle permet de cacher la quantité dans les pages produits abonnement
Il faut la commenter pour les périodes promotionnelles.
*/
.product-quantity .qty {
    display: none;
}

/* Supprimer le style bleu moche du module Webkul */
.product-prices .alert.alert-info,
.product-information .alert.alert-info {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}


#add-to-cart-or-refresh {
    display: flex;
    justify-content: space-between;
}

#group_1 {
    margin-left: 1em;
}


/* page d'acceuil IA */


/* .liens_anim {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 20px;
    color: var(--lambot-text);
    cursor: pointer;
    font-size: 0.9em;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.liens_anim:hover,
.liens_anim.active {
    background: var(--lambot-primary);
    color: #fff;
    border-color: var(--lambot-primary);
} */