/*
 Theme Name:   Margaux Couribaut
 Template:     Divi

*/
/* @import must be at top of file, otherwise CSS will not work */





#logo {
    max-height: 100%;
}

/*@media only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
  p, li, ul{ font-size: 1.15em;
    line-height: 1.2em; }
}*/


/* Titres DESKTOP */
@media only screen and (min-width:1200px) {
    h1 {     font-size: 2.1vw; }
    h4 {   font-size: 1vw; }
}

/* Titres TABLETTES */
  @media only screen and (min-width:768px)  and (max-width: 1199px){
    h1 {   font-size: 8vw; }
  
}

/* Titres MOBILES */
  @media only screen and (max-width: 767px){
    h1 {   font-size: 10vw;}
    h2 {   font-size: 1.4rem; }
    h4 {   font-size: 20px; }
}


/* Menu Mobile */
.nav li li a, .et_mobile_menu li a {
  font-size: 1em !important;

}

/* Entree Menu Instagram DESKTOP*/
.menu-instagram {
  width: 42px;
  margin-top: 4px !important;
  margin-right: 8px;
}

/* Entree Menu Instagram TABLETTES */
  @media only screen and (min-width:768px)  and (max-width: 1199px){
    .menu-instagram {
         width: 3.4vw;
        margin-left: 12px;
}
}

/* Entree Menu Instagram Mobile*/
 @media only screen and (max-width: 767px){
    .menu-instagram {
         width: 24px;
        margin-left: 12px;
}
}


h2 {
  font-size: 1.8rem;
}

h3 {
 text-transform: uppercase;
font-size: 19px;
color: #d78264;
letter-spacing: 4px;
}


.maj
{ 
text-transform:uppercase;
 }


/* Deux colonnes sur mobile */

@media only screen and (max-width: 479px) {
.et-db #et-boc .et-l    .deux_colonnes .et_pb_column {
    width: 50%!important;
}
}


/* Inverser colonnes  */

@media screen and ( max-width: 980px ) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* WOOF Filtres produits */

body.woof_search_is_going nav.woocommerce-breadcrumb {
display: block;
}

.woof label {
    cursor: pointer;
    line-height: 1em;
}

.woof_checkbox_label {
    font-size: 1em !important ;
}

.woof_price_search_container .price_slider_amount .price_label {
    font-size: 1em !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    border: 1px solid #D98302;
}
.woof_products_top_panel_ul li ul li {
    font-size: 1em;
}

.ui-slideouttab-handle {
    display: block;
    position: absolute;
    cursor: pointer;
    color: white;
    background-color: #D78264 !important;
    font-size: 18px;
    border-radius: 13px 13px 0 0;
}



/* surcharge WOOF onglet  mobile pour mettre opacité totale */
.ac-code .woof-slide-out-div {
    
    opacity: 1 !important;
}





/* Woocommerce encart description et infos */
ul.et_pb_tabs_controls {
    background-color: transparent;
}

    {
    border-top: 0px;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls {
    background-color: transparent;
}

/* WOOCOMMERCE */



body.woocommerce .woocommerce-tabs {
    border: 0px ;
    margin: 30px 0 45px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    color: #a06f3b !important;
    font-size: 1.8em;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 0.5em;
   
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 500;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    color: #a06f3b !important;
    font-size: 30px;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 0.5em;
    font-family: 'Rockford Sans Light',Helvetica,Arial,Lucida,sans-serif;
}
}




/* Prix REDUIT */
.woocommerce ul.products li.product .price ins {
/*    font-weight: 700 !important;*/
    color: blue !important;
}

/* Prix VARIATION */
.woocommerce-variation-price {
  font-size: 1.6em;
}

/* Prix BARRE */
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: block;
    font-size: 0.8em !important;
    line-height: 0.2em;
    color: gray !important;
}

/* Prix BARRE Fiche PRODUIT*/
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: block;
    font-size: 0.9em !important;
      color: #999;
}


/* Prix BARRE lorsque plusieurs prix Fiche PRODUIT*/
.woocommerce div.product span.price, .woocommerce-page div.product span.price {
  color: #a06f3b;
line-height:1.1em;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #FF0B0B !important;
    font-family: 'Rockford Sans Light';
    text-transform: uppercase;
    font-size: 1.2em;
 }

ul.et_pb_tabs_controls {
    background-color: transparent;
}

ul.et_pb_tabs_controls::after {
    border-top: 0px;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls {
    background-color: transparent;
}

/* Attributs variation fiche produit */
.woocommerce div.product form.cart .variations label {
    font-size: 1em;
    color: #666;
    font-weight: 500;
}

.woo-selected-variation-item-name {
  color: #a06f3b;
  font-size: 1.1em;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
  display: inline-block;
  margin: 0 2px;
  font-size: 1.5em;
  font-weight: 700;
  color: #a06f3b;
}

.et_pb_wc_related_products  li.product {
    background-color: white;
    padding: 0.4em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em .3em;
    margin: 0;
    font-size: 1em;
}

.et_pb_bg_layout_light .et-pb-arrow-prev, .et_pb_bg_layout_light .et-pb-arrow-next {
    color: #a06f3b !important;
    font-size: 70px;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #a06f3b;
}

/* Messages Woocommerce (infos, erreurs...) */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #FFD700;
  border-radius: 6px;
  margin: 1vh 5vh;
  color: black !important;
}
}
/*  Infos Woocommerce et messages */
.et_pb_wc_cart_notice_0 .woocommerce-info, .et_pb_wc_cart_notice_0 .woocommerce-error {
  border-radius: 6px;
}

.showcoupon {
    color: black !important;
}

.showlogin {
    color: black !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #D78264;
    border-radius: 9px;
    font-size: 1.2em;
    background-color: #D78264 !important;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    font-size: 1.2em !important;
}


#main-content table.cart tr, table.cart tr {
    background-color: white;
}
.woocommerce a.remove {
    font-size: 2em;
}

/* Effacer options variation Produit*/
.reset_variations {
  float: left !important;
  font-size: 0.8em !important;
margin-bottom: 15px;
    color: grey !important;
}

/*Masque le terme Etiquette */
/*.tagged_as {
    font-size: 2px;
}

.tagged_as a {
    font-size : 18px!important
}  */


/* Quantité en stock */
.woocommerce div.product p.stock {
    font-size: 1em;
    color : black;
}

/*  Produits suggérés  */
@media (min-width:981px) {
    .et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-4 li.product, .et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-4 li.product {
    height: 380px;
    box-shadow: 1px 1px 29px 1px rgba(0,0,0,0.06) !important;
    }
}


/*  Texte produits apparentés  */
.et_pb_wc_related_products .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #666;
  font-size: 0.9em !important;
}


/* Bande ajout au panier haut de l'écran
.woocommerce-notices-wrapper {
    z-index: 999999 !important;
}*/

/*  Fil d'Ariane  Woocommerce */
.woocommerce .woocommerce-breadcrumb {
    font-size: 0.9em !important;
}




.woocommerce ul.products li.product {
    box-shadow: 2px 2px 29px -2px rgba(0,0,0,0.1) !important;
    color: #666;
    background-color: white;
    border-radius: 9px;
}

.et-db #et-boc .et-l .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product a{
    color: #666;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a06f3b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a06f3b;
}

/* Produit TABLEAU Info technique  */


.woocommerce table.shop_attributes th {
    width: 200px;
    border-bottom: 0px;
    border-top: 1px solid #a06f3b;
    padding: 4px 2px;
    padding-left: 2px;
    font-size: 1.4em;
    font-weight: 500;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 2px 2px;
 }
 .woocommerce table.shop_attributes td {
    border-bottom: 0px;
    line-height: 1;
    border-top: 1px solid #a06f3b;
    padding: 4px 2px;
    font-size: 1em;
    font-weight: 700;
    color: #a06f3b;
}

/* Woocommerce TABLEAU   */
.woocommerce table.shop_table {
  background: white;
}


.woocommerce a {
    color: #000000;
}

/*     Boutique PRIX EN BAS  */
.woocommerce-page.archive ul.products li.product .price
{
position: absolute;
bottom: 0;
width: 100%;
}

/*   PRIX EN BAS  class custom-price */
.custom-price .product a.woocommerce-LoopProduct-link {
    height: 100%;
    display: block;
}

.custom-price .product span.price {
    bottom: 0px!important;
    display: block;
    position: absolute;
    width: 100%;
}

@media screen and (max-width:480px){
.custom-price .product span.price{
    position: relative;
}
}

/*   MASQUER Badge Promo Module Produits liés */
.custom-woo-upsell-style .onsale {
    display: none;
}


/* BOUTONS Woocommerce */
.woocommerce button.button, .woocommerce-page button.button {
/*  font-size: 18px;*/
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background: #D78264;
  position: relative;
  border-radius: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
    transition-property: all;
  color: white;
}

/* BOUTON Woocommerce DESACTIVES */
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
/*  font-size: 18px;*/
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background: transparent;
  position: relative;
  border: 2px solid;
  border-radius: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* BOUTON Valider la commande */
.checkout-button.button.alt.wc-forward {
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #D78264;
    border-radius: 9px;
/*    font-size: 1em;*/
    background-color: #D78264;
    text-transform: uppercase;
}

/* BOUTON Woocommerce changement page */
.woocommerce-page a.button, .woocommerce a.button, .woocommerce-page a.button:hover, .woocommerce a.button:hover {
    border-radius: 9px;
    color: #D78264;
}

/* Nom PRODUIT dans PANIER */
.product-name a {
  font-size: 1.1em;
}

/* EN STOCK */
.stock.in-stock {
  margin-bottom: 0.6em;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, 
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single, .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, 
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    background-color: #f9f9f9;
    max-width: 100%;
    border-width: 1px;
    color: #000;
    font-size: 14px;
    padding: 16px;
    line-height: 1.2em;
    border-style: solid;
/*    border-color: black;*/
    border-radius: 9px;
    margin-bottom: 6px;
}


/* Encart paiement CB Stripe */
.woocommerce-checkout #payment div.payment_box {
  border-radius: 9px;
  background-color: #f9f9f9;
  color: #242424;
}

/* Champs saisie CB Stripe */
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  border: 1px solid #bbb;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff;
  outline: 0;
}

/* BADGE réduction */
.dipl_woo_products_0_tb_body .dipl_single_woo_product_sale_badge {
  background-color: #f00 !important;
  border-radius: 6px;
  font-size: 1.2em;
  font-weight: 600;
}

/* Bouton Formulaire */
.bouton-formulaire {
  background: #D78264 !important;
  color: #fff !important;
  border-radius: 13px !important;
  text-transform: uppercase;
  font-size: 18px;

}

/* ==========================================================================
   Titre & Prix module Woo Products (Divi Plus)
   Le module Divi Plus regenere a chaque sauvegarde son propre CSS,
   scope avec l'ID #et-boc (ex: .et-db #et-boc .et-l .dipl_woo_products_X_tb_body ...),
   ce qui repasse systematiquement devant les regles classiques ci-dessus.
   On reprend ici la meme profondeur de selecteur (ID + classes stables,
   valables sur toutes les instances du module) pour garder la main
   depuis ce fichier plutot que depuis le Theme Builder / CSS custom du module.
   ========================================================================== */

#et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_title {
    color: #000000 !important;
}

/* Titre module Woo Products - DESKTOP */
@media only screen and (min-width:1200px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_title {
        font-size: 1.7rem !important;
    }
}

/* Titre module Woo Products - TABLETTE */
@media only screen and (min-width:768px) and (max-width:1199px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_title {
        font-size: 1.5rem !important;
    }
}

/* Titre module Woo Products - MOBILE */
@media only screen and (max-width:767px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_title {
        font-size: 1.5rem !important;
    }
}

#et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price,
#et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price span {
    color: #958e09 !important;
    font-weight: 500 !important;
}

/* Prix barre / promo : on garde la couleur d'accent (regle plus specifique, placee apres) */
#et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price ins,
#et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price ins span {
    color: #c58052 !important;
}

/* Prix module Woo Products - DESKTOP */
@media only screen and (min-width:1200px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price,
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price span {
        font-size: 1.4rem !important;
    }
}

/* Prix module Woo Products - TABLETTE */
@media only screen and (min-width:768px) and (max-width:1199px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price,
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price span {
        font-size: 1.2rem !important;
    }
}

/* Prix module Woo Products - MOBILE */
@media only screen and (max-width:767px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price,
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price span {
        font-size: 1.1rem !important;
    }
}

/* Espace titre/prix module Woo Products - DESKTOP */
@media only screen and (min-width:1200px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price {
        margin-top: 12px !important;
    }
}

/* Espace titre/prix module Woo Products - TABLETTE */
@media only screen and (min-width:768px) and (max-width:1199px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price {
        margin-top: 10px !important;
    }
}

/* Espace titre/prix module Woo Products - MOBILE */
@media only screen and (max-width:767px) {
    #et-boc .et-l .woocommerce .products.dipl_woo_products_layout .dipl_single_woo_product_price {
        margin-top: 8px !important;
    }
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #666666; --cmplz_hyperlink_color: #a06f3b; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #e08e75; --cmplz_button_accept_border_color: #e08e75; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #eaeaea; --cmplz_button_deny_text_color: #333333; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #eaeaea; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} .cmplz-blocked-content-container.forminator-g-recaptcha { max-width: initial !important; height: 90px !important } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.forminator-g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.forminator-g-recaptcha .cmplz-blocked-content-notice { top: unset; left: unset; transform: unset; } .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { max-width: initial !important; height: 80px !important; margin-bottom: 20px; } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice { max-width: initial; padding: 7px; }