/* Nouvelle palette de couleurs */
:root {
    --primary: #b19777; /* Or champagne - couleur principale de luxe */
    --secondary: #3a3a3a; /* Gris anthracite - élégance scandinave */
    --accent: #d6cfc7; /* Beige/taupe clair - touche scandinave neutre */
    --dark: #262626; /* Presque noir - pour contraste et élégance */
    --light: #f5f5f5; /* Blanc cassé - lumière scandinave */
    --highlight: #e8d9c5; /* Beige chaud - pour mise en valeur subtile */
    --primary-rgb: 177, 151, 119;
    --secondary-rgb: 58, 58, 58;
    --dark-rgb: 38, 38, 38;
}

/* Style pour corriger l'apparence des liens de texte */
.texts p a.cbtn1 {
    display: inline !important;
    background: none !important;
    background-color: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    font-size: inherit !important;
    text-transform: none !important;
}

.texts p a.cbtn1:hover {
    color: var(--dark) !important;
    text-decoration: underline !important;
    background: none !important;
    background-color: transparent !important;
}

@media screen and (max-width: 640px) {
    #process-popup, #process-popup2, #process-popup_end {
        top: 1% !important;
        overflow: hidden;
        max-height: 92%;
        max-width: 100%;
    }
}

.prodbox {
    margin-top: 30px;
}

.prodbox .prodimg figure {
    display: block;
    border: 2px solid var(--primary);
}

.prodbox .innerbox {
    border: 2px solid var(--primary);
    background-color: var(--light);
    padding: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}

.prodbox .innerbox:hover {
    border-color: var(--dark);
}

.topprod .innerbox {
    border-color: var(--primary);
}

.topno {
    background-color: var(--secondary);
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 5px 15px;
}

.topprod .topno {
    background-color: var(--primary);
}

.prodbox .innerbox h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 25px;
}

.prodbox .rating {
    background-color: var(--accent);
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.prodbox .rating .ratingstars {
    float: left;
    margin-top: 6px;
}

.prodbox .rating .ratingtext {
    float: left;
}

.prodbox .rating h4 {
    float: left;
    font-size: 30px;
    font-weight: 800;
    color: var(--primary);
    border-right: 1px solid #c4d6d3;
    padding-right: 20px;
    margin-right: 20px;
}

.prodbox .rating span {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    float: right;
}

.prodbox .prodinfo ul {
    float: left;
    width: 100%;
    margin: 22px 0;
}

.prodbox .prodinfo ul li {
    float: left;
    padding-right: 20px;
    margin: 2px 0;
    color: #515252;
    font-size: 16px;
    font-weight: 600;
    background: url(../images/tickmark.png) no-repeat 0 6px;
    padding-left: 26px;
    width: 100%;
}

.prodbox .prodinfo ul li b {
    color: var(--primary);
}

.prodbox .prodinfo .btnrow {
    border-top: 1px solid #d7e2e0;
    float: left;
    width: 100%;
    padding-top: 30px;
}

.quote {
    background: var(--highlight);
    border: 1px dashed var(--primary);
    text-align: center;
    padding: 20px;
}

footer .terms p {
    padding-top: 15px;
    color: #afbac6;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.alerts-border {
    border: 5px var(--primary) solid;
    animation: blink 1s;
    animation-iteration-count: 500;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.floating-bar.floating-bottom.floating-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.floating-bar.floating-bottom {
    bottom: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
}
.floating-bar, .floating-bar a p {
    font-size: 15px !important;
    font-weight: bold;
    text-align: center;
}
.floating-bar {
    background-color: var(--primary);
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: transform 150ms ease;
    -moz-transition: transform 150ms ease;
    -ms-transition: transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
}
.floating-btn .btn-floating-bar {
    padding: 15px;
    float: left;
    margin-left: 15px;
}
.floating-bar .btn-floating-bar p:first-child {
    padding: 10px 15px;
    color: #fff;
}
.floating-btn .btn-floating-bar p {
    font-size: 16px;
    line-height: 24px;
    margin: 0!important;
    padding: 0!important;
}
.floating-bar, .floating-bar a p {
    font-size: 1.5rem!important;
}
@media screen and (min-width: 770px){
    .floating-bar {
        display: none!important;
    }
}
.rheader ul {
    float: right;
    margin-top: 12px;
}
.rheader ul li {
    float: left;
    margin-right: 30px;
}
.rheader ul li a {
    float: left;
    color: #ffffff;
}
@media only screen and (max-width: 575px){
    .rheader {
        width: 100%;
        text-align: center !important;
    }
}
.bold { font-weight: bold; }
.red { color: var(--primary) !important; }

/* Ajout des bords arrondis à toutes les images */
img {
    border-radius: 5px;
}

/* Modifications supplémentaires pour la cohérence visuelle */
.ctitle {
    color: var(--secondary);
}

/* Spécifications pour les images de l'article */
.leftpart .texts img.img-fluid {
    width: 100%;
    max-width: 820px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Assurer que les logos sont bien contraints sans affecter les autres images */
.logo img.img-fluid, .flogo img {
    max-width: 80% !important;
}

/* Spécifications pour les images du produit dans la colonne de droite */
.rightpart .prodimg img.img-fluid {
    width: 100%;
    height: auto;
    border: 1px solid rgba(var(--primary-rgb), 0.2);
}

@media only screen and (max-width: 767px) {
    .leftpart .texts img.img-fluid {
        max-width: 472px;
        height: auto;
    }
    
    /* Augmenter la taille du logo sur mobile */
    .logo img.img-fluid {
        max-width: 80% !important;
    }
    
    /* Augmenter la taille du logo du footer sur mobile */
    .flogo img {
        max-width: 80% !important;
    }
    
    /* Augmenter la taille du titre sur mobile */
    .ctitle, .reviews-section .ctitle, h3.ctitle {
        font-size: 26px !important;
    }
}

.tatsu-shortcode, .btn-floating-bar {
    background-color: var(--primary) !important;
    color: white !important;
    border: 2px solid var(--primary) !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

.tatsu-shortcode:hover, .btn-floating-bar:hover {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
    color: white !important;
    text-decoration: none;
}

/* Style pour améliorer les témoignages */
.google_slider {
    margin: 60px 0 30px 0;
}
.google_slider h1 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    color: var(--secondary);
}
.slicktop {
    max-width: 650px;
    margin: 0 auto;
}	
.slicktop .slick-slide {
    background: #f3f3f3;
    border-radius: 10px;
    max-width: 305px;
    padding: 20px;
    font-size: 0;
    margin: 0 10px;
}
.slicktop .testimonials {
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
    max-width: 30%;
}

.slicktop .name {
    font-size: 14px;
    font-weight: 900;
}
.conts .texts .slicktop .text {
    font-size: 15px;
    font-weight: 400;	
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 0;
    height: auto;
    min-height: 120px;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}
.slicktop .posted {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    display: block;
}
.slicktop a {
    font-size: 15px;
    color: #141414;
    font-weight: 400;
    height: 22px;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
}
.slick-next {
    background: url(../images/slick-arrow.png) center center no-repeat;
    width: 36px;
    height: 36px;
    right: -39px;
    opacity: 0.5;
    border-radius: 50%;
}
.slick-next::before, .slick-prev::before {
    content: '';
}
.slick-next:hover, .slick-prev:hover {
    opacity: 1;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.slick-prev {
    background: url(../images/slick-prev.png) center center no-repeat;
    width: 36px;
    height: 36px;
    left: -39px;
    opacity: 0.5;
    border-radius: 50%;
}

/* Adaptation des styles pour mobile */
@media only screen and (max-width: 767px) {
    .google_slider {
        margin: 40px 0 20px 0;
    }
    
    .slicktop {
        max-width: 100%;
    }
    
    .slicktop .slick-slide {
        max-width: none;
    }
    
    .slick-next {
        right: -20px;
    }
    
    .slick-prev {
        left: -20px;
    }
}

/* Masquer les flèches indésirables et résoudre le problème d'affichage */
.slick-track {
    display: flex !important;
    margin: 0 auto;
}

.slick-slide {
    background: white;
    border-radius: 8px;
    padding: 5px;
    margin: 0 10px;
    height: inherit !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.slick-slide > div {
    height: 100%;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03) inset;
}

/* Style pour les éléments du testimonial */
.slick-slide img.testimonials {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(177, 151, 119, 0.2);
}

.slick-slide .name {
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 10px 0 5px;
    color: var(--secondary);
}

.slick-slide img[src="images/stars.png"] {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    height: 18px;
}

.slick-slide p.text {
    margin: 0;
    text-align: center;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

/* Améliorer la navigation du slider */
.slick-dots {
    position: relative;
    bottom: -30px;
    margin-top: 10px;
    z-index: 10;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 20;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: var(--primary);
    -webkit-font-smoothing: antialiased;
}

/* Masquer les flèches Slick par défaut et remplacer par nos propres styles */
.google_slider button.slick-arrow {
    background-color: rgba(255,255,255,0.8) !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.google_slider button.slick-arrow:hover {
    background-color: white !important;
}

/* Assurer que seules les flèches de navigation Slick sont visibles */
.google_slider .slick-arrow:before {
    display: inline-block;
}

/* Supprimer tous les autres éléments qui pourraient ressembler à des flèches */
.google_slider *:not(.slick-arrow):before {
    content: none !important;
}

/* Style pour les boutons d'action */
a.tatsu-shortcode, .cbtn1, .btn-floating-bar {
    background-color: var(--primary) !important;
    color: white !important;
    border: 2px solid var(--primary) !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

a.tatsu-shortcode:hover, .cbtn1:hover, .btn-floating-bar:hover {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
    color: white !important;
    text-decoration: none;
}

/* Centrer les CTA sur toutes les tailles d'écran */
.texts > a.tatsu-shortcode {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 15px auto;
    text-align: center;
}

.texts p {
    text-align: left;
}

.texts center {
    display: block;
    text-align: center;
    margin: 10px auto;
}

/* Style pour les liens dans le contenu */
.texts a:not(.tatsu-shortcode):not(.cbtn1) {
    color: #1d928a;
    text-decoration: none;
    font-weight: 700 !important;
    transition: color 0.2s ease;
}

.texts a:not(.tatsu-shortcode):not(.cbtn1):hover {
    color: var(--dark);
    text-decoration: underline;
}

/* Amélioration des headers */
.ctitle {
    color: var(--secondary);
    border-bottom: 2px solid var(--accent);
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Améliorations globales */
body {
    background-color: #fafafa;
    color: #333;
}

/* Amélioration de la section produit */
.productbox {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    margin-top: 0;
}

.productbox h4 {
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.productbox .prodimg {
    margin: 10px 0 15px;
    transition: all 0.3s ease;
}

.productbox .prodimg:hover {
    transform: scale(1.03);
}

.productbox .prodimg img {
    border: 1px solid rgba(var(--primary-rgb), 0.2);
}

.prod-price-box {
    background-color: var(--highlight);
    padding: 12px;
    border-radius: 6px;
    margin: 15px auto;
    max-width: 90%;
}

.prod-features {
    background-color: var(--light);
    border-radius: 6px;
    padding: 15px !important;
    margin-top: 20px;
}

.prod-features ul {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .rightpart .productbox {
        position: sticky;
        top: 20px;
        margin-top: 0;
        transition: all 0.2s ease;
    }
}

/* Style pour améliorer les boîtes en général */
.innerbox, .aboutauthor {
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    border-radius: 8px;
}

/* Style de liste amélioré */
ul li {
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Amélioration des témoignages */
.slicktop div {
    background-color: var(--light);
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 3;
}

.slicktop div:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonials {
    box-shadow: 0 3px 10px rgba(177, 151, 119, 0.2);
}

/* Effet de transition sur les images */
.img-fluid {
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.02);
}

/* Seconde partie du CSS */ 