/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Style général du cookie wall */
.containerheadcookies {
    background-color: #f5f5f5; /* Fond gris clair pour contraster */
    border-top: 4px solid #006663; /* Bordure verte */
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contentcookies {
    font-size: 24px;
    font-weight: 900;
    color: #1D1D1D; /* Noir */
}

.cookiesdesccontent {
    font-size: 16px;
    color: #333;
    max-width: 600px;
}

.cookiesdesccontent p {
    margin: 5px 0;
}

/* Style des boutons */
.moove-gdpr-button-holder {
    display: flex;
    gap: 15px;
}

.moove-gdpr-button-holder .mgbutton {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0; /* Supprime les coins arrondis */
    border: none; /* Supprime les bordures par défaut */
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none; /* Désactive les styles par défaut du navigateur */
    background: none; /* Supprime le fond par défaut */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-allow-all {
    background-color: #006663; /* Vert pour le bouton accepter */
    color: #fff;
    border-radius: 4px; /* Coins légèrement arrondis */
    border: none; /* Supprime les bordures bleues */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:hover {
    background-color: #004d4f; /* Vert plus foncé au survol */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-reject-btn {
    background-color: #ff4d4d; /* Rouge pour refuser */
    color: #fff;
    border-radius: 4px; /* Coins légèrement arrondis */
    border: none; /* Supprime les bordures bleues */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-reject-btn:hover {
    background-color: #d43f3f; /* Rouge plus foncé au survol */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn {
    background-color: transparent;
    color: #006663;
    border: 2px solid #006663;
    border-radius: 4px; /* Coins légèrement arrondis */
}

.moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn:hover {
    background-color: #006663;
    color: #fff;
}

.payment_method_paypal .about_paypal { /* //MODIFIER FEV 2025 */
    display: none !important;
}

footer {/* //MODIFIER FEV 2025 */
    z-index: 100;
}

.term-description {/* //MODIFIER FEV 2025 */
    margin-top: 35px;
}

.sidebar-left .wc-sidebar-toggle.active::before {/* //MODIFIER FEV 2025 */
    content: "\eb00" !important;
}

.sidebar.dt-sticky-sidebar.is-affixed > div {/* //MODIFIER FEV 2025 */
    transform: translate3d(0px, 110px, 0px) !important;
    top: 90px !important;
}

.ydu_more_products {/* //MODIFIER FEV 2025 */
    margin-top: 30px; 
    padding: 20px 30px; 
    background: #f9f9f9;
    width: 100%;
}

.ydu_more_products > div {/* //MODIFIER FEV 2025 */
    display: flex; 
    gap: 20px;
}

.ydu_more_products .produit {/* //MODIFIER FEV 2025 */
    border: 1px solid #ddd; 
    padding: 15px; 
    width: 50% !important; 
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.ydu_more_products .produit > a {/* //MODIFIER FEV 2025 */
    width: 120px;
    display: block;
}

.ydu_more_products img {/* //MODIFIER FEV 2025 */
    height: 120px;
}

.ydu_more_products h4 {/* //MODIFIER FEV 2025 */
    font-size: 1em;
    line-height: 1.2;
    margin: 0 !important;
}

.sidebar.dt-sticky-sidebar.is-affixed > div {/* //MODIFIER FEV 2025 */
    position: relative !important;
    left: 0 !important;
}

.ydu_promos_infos {/* //MODIFIER FEV 2025 */
    position: absolute;
    top: 100%;
    margin-top: 50px;
}

.ydu_promos_infos_title {/* //MODIFIER FEV 2025 */
    position: relative;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #016664;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ydu_promos_infos_title::after {/* //MODIFIER FEV 2025 */
    content: '';
    width: 68px;
    height: 4px;
    background-color: #016664;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ydu_promos_infos_subtxts_top svg {/* //MODIFIER FEV 2025 */
    height: 14px;
    width: 14px;
}

.ydu_promos_infos_subtxts_top {/* //MODIFIER FEV 2025 */
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.ydu_promos_infos_subtxts_bottom {/* //MODIFIER FEV 2025 */
    max-width: 375px;
}

.ydu_promos_infos_subtxts_top, .ydu_promos_infos_subtxts_bottom {/* //MODIFIER FEV 2025 */
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #B0B7BF;
}

.ydu_promos_infos_svg svg {/* //MODIFIER FEV 2025 */
    width: 350px;
    height: 108px;
}

.ydu_promos_infos_svg {/* //MODIFIER FEV 2025 */
    margin-bottom: 10px;
}

@media (max-width: 991px) {/* //MODIFIER FEV 2025 */
    .ydu_more_products > div {
        flex-direction: column;
    }
}

@media (max-width: 778px) {/* //MODIFIER FEV 2025 */
    .single-product .woocommerce-product-gallery  {
        padding-bottom: 300px;
    }

    .ydu_promos_infos {/* //MODIFIER FEV 2025 */
        top: calc(100% - 300px);
    }
}

@media (max-width: 767px) {/* //MODIFIER FEV 2025 */
    .ydu_more_products .produit {
        width: calc(100% - 35px) !important;
    }
}

@media (max-width: 480px) {/* //MODIFIER FEV 2025 */
    .ydu_more_products .produit {
        flex-direction: column;
    }

    .ydu_promos_infos_subtxts_bottom {
        max-width: 300px;
    }

    .ydu_promos_infos_svg svg {
        width: 310px;
    }
}

/* Responsiveness */
@media (max-width: 768px) {
    .containerheadcookies {
        flex-direction: column;
        text-align: center;
    }
    
    .contentcookies {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .cookiesdesccontent {
        margin-bottom: 15px;
    }
    
    .moove-gdpr-button-holder {
        flex-direction: column;
    }

    .moove-gdpr-button-holder .mgbutton {
        width: 100%;
    }
}