.main-guillaume{
    padding-top: calc(2em + 125px);
    z-index: 2;
}
@media screen and (max-width: 700px) {
    .main-guillaume{
        padding-top: calc(0em + 125px);
    }
  }
/*                             */
/*   Page boutique             */
/*                             */
.page-numbers{
    display:none !important;
}
.page-boutique-color{
    position: absolute;
    background-color: #FCF9F4;
    height: 100%;
    width: 100%;
}

.page-boutique-white{
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    margin-top:-510px;
    height: 1030px;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .page-boutique-white{
        margin-top: 0px;
        height: 330px;
    }
  }


.page-produit-color{
    position: absolute;
    background-color: #FCF9F4;
    height: 100%;
    width: 100%;
}

.page-produit-white{
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    height: 1030px;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .page-produit-white{
        margin-top: 0px;
        height: 2000px;
    }
  }

img.img_page_shop{
    width:100%;
    height: 300px;
}

.title_shop_custom{
    border-bottom: 2px black solid;
    padding-bottom: 1rem;
}

.title_shop{
    z-index: 1;
}

.div_shop{
    z-index: 0;
}

.list_category, .block_effet{
    background-color: white;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);box-shadow: black 10px;
    line-height: 0%;
}
.block_effet{
    background-color: #DEC58F;
}
.block_effet div h3{
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
    .block_effet h3{
        text-align: center;
    }
  }




.btn_custom_shop{
    background-color: #A48C58;
    padding:1rem;
    border: 1px solid #A48C58;
}

.btn_custom_shop a{
    color:white;
    font-weight: 500;
    font-size: 1.2rem;
}

.title_list_categorie{
    font-size:2rem;
    font-weight: bolder;
}

/**************************/
.trie-produit-boutique .product_cat-hotel-et-spa,.trie-produit-boutique .product_cat-la-table-de-louis, .trie-produit-boutique .product_cat-le-baia,.trie-produit-boutique .product_cat-chateaux-vaudois{
    display:none;
}

.trie-produit-boutique .product_cat-golf-de-roquebrune{
    display:flex;
}

.categrorie_liste_produit .block_liste{
    display:flex;
}

.img_logo_boutique{
    opacity:0.7;
    max-height: 100px;
}
.img_logo_boutique:hover{
    opacity:1;
}

.logo-active{
    opacity:1;
}
/*                             */
/*      Page categorie         */
/*                             */
.block_presentation{
    margin-left: -15px;
    margin-right: -15px;
}

.block_presentation_categorie{
    right: 0;
    text-align: end;
    margin-right: 150px;
    margin-top: 80px;
}

.block_presentation_categorie p, .block_presentation_categorie h2{
    color:white;
    font-weight: bold;
}

.block_presentation_categorie h2{
    padding-bottom: 1rem;
}

.block_presentation_categorie img{
    width: 250px;
    height: auto;
}

.block_presentation_categorie p{
    font-size: 1.5rem;
    max-width: 800px;
    line-height: 2rem;
}

.block_presentation_categorie button{
    background-color: transparent;
    border: solid 2px white;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.block_presentation_categorie button a{
    color:white;
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
}
.effet_produit_cut_one{
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(100deg, transparent 40%, white 0%);
}

.effet_produit_cut_two{
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(100deg, white 60%,transparent 0%);
}
@media screen and (max-width: 700px) {
    .effet_produit_cut_one,.effet_produit_cut_two{
        display:none
    }
  }

@media screen and (max-width: 700px) {
    .block_presentation_categorie{
        margin-right: 0px;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .block_presentation_categorie img {
        width: 30px;
    }
    .block_presentation_categorie h2 {
        font-size: 1rem !important;
        padding-bottom: 0rem !important;
    }
    .block_presentation_categorie p {
        font-size: 0.5rem !important;
        padding-bottom: 0rem;
        line-height: 0.5rem;
    }
    .block_presentation_categorie button a{
        font-size: 0.5rem;
    }
    .block_presentation_categorie button{
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
  }

  @media screen and (min-width: 701px) and (max-width: 1000px) {
    .block_presentation_categorie{
        margin-right: 0px;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .block_presentation_categorie img {
        width: 60px;
    }
    .block_presentation_categorie h2 {
        font-size: 1.3rem !important;
        padding-bottom: 0rem !important;
    }
    .block_presentation_categorie p {
        font-size: 1rem !important;
        padding-bottom: 0rem;
        line-height: 1rem;
    }
    .block_presentation_categorie button a{
        font-size: 1rem;
    }
    .block_presentation_categorie button{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
  }

  .page-categorie{
      background-color:#FCF9F4;
  }
/* *************************** */
/* Liste des produits */
/* *************************** */

.block_liste{
    background-color: white;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);box-shadow: black 10px;
    line-height: 0%;
}
.block_liste a{
    z-index: 2;
    align-self: center;
}
.img_liste_produit a img{
    margin:0 0 0rem !important;
    line-height: 0;
}
.img_liste_produit img,.img_liste_produit {
    width:100%;
}

@media screen and (min-width: 1000px) {
    .img_liste_produit img,.img_liste_produit {
        min-height: 300px;
    }
  }

.description_produit_liste h2,.description_produit_liste p{
    margin-left: 50px !important;
}

.description_produit_liste h2{
    font-size: 2rem !important;
    color:black;
    min-width: 200px;
}

.description_produit_liste p{
    font-size: 1.3rem;
    min-width: 400px;
}

.description_produit_liste button{
    font-size: 1.5rem;
    background-color: #DEC58F;
}

.img_liste_produit{
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: -4px !important;
}
.background_page_produit{
    background-color: #FCF9F4;
}

@media screen and (max-width: 840px) {
    .img_liste_produit{
        margin-left: 0px !important;
    }
    .description_produit_liste p{
        font-size: 1rem;
        min-width: 0px;
    }
    .description_produit_liste h2,.description_produit_liste p{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .description_produit_liste{
        text-align: center;
        align-items: center;
    }
    .block_product_contact p {
        font-size: 1rem !important;
    }
  }

/* *************************** */
/* *************************** */

.div_title_categorie{
    border-bottom: 2px black solid;
}

.div_title_categorie .title_categorie{
    padding: revert;
}

.sub_title_categorie{
    color: #A48C58;
    font-size:1.8rem;
    text-decoration:underline;
}

.span_sub_title_categorie{
    color: #A48C58;
    font-size:2rem;
    position: relative;
    bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


.title_second_categorie, .title_third_categorie{
    margin-top: 130px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    height: 300px !important;
}

li.custom-product_categorie{
    background-color: white;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);box-shadow: black 10px;
    line-height: 0%;
    margin-right:50px;
}

li.custom-product_categorie a{
    width: 100%;
}

li.custom-product_categorie a{
    width: 100%;
}


.title_slider_categorie{
    color:#A48C58;
    font-size: 1.5rem;
}

.dot_page_categorie{
    bottom: 35px;
    left: 35px;
}
.text-para-product-page-cat{
    color:black;
}
h2.woocommerce-loop-product__title {
    font-size: 1.3rem;
}

.price_and_span_page_cat .price{
    position: relative;
    top: 5px;
}

.price_and_span_page_cat .price span{
color: black;
}

.loop-product{
    color:black;
    font-size: 1.3rem;
}
.para_li_product_page_cat
{
    background-color: #DEC58F;
    color: white;
    font-weight: bold;
    min-width: 200px !important;
    max-width: 200px !important;
}


/*                             */
/*      Page produit           */
/*                             */

.product{
    z-index:2;
}
.woocommerce-product-gallery__image{
    margin:0px !important;
}

.ywgc-form-preview-separator{
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ywgc-form-preview-from-to-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ywgc-form-preview-to{
    margin-left: 5px;
    margin-right: 5px;
}

span.ywgc-form-preview-from {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-right: 15px;
}

.ywgc_choose_design_title, .step-appearance{
    display:none;
}
.gift-card-content-editor.step-content{
    margin-top: -25px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 30px !important;
}

.ywgc-currency-symbol{
    margin-left: -25px;
}

.block_all_logos{
    background-color: #DEC58F;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: black 10px;
    line-height: 0%;
    padding: 10px;
}

.ywgc-sender-name,.ywgc-message,.ywgc-recipient-email,.ywgc-recipient-name,.ywgc-postdated,.ywgc-additional-recipient{
    display:flex;
    flex-direction: column;
}
.ywgc-sender-name,.ywgc-message,.ywgc-single-recipient,a.add-recipient{
    display:none;
}

.ywgc-edit-message label, .ywgc-sender-name,.ywgc-recipient-name,.gift-card-content-editor.step-content label{
    text-align: left !important;
}

.ywgc_select_amount_title, .ywgc_delivery_info_title{
 color: #DEC58F;
 margin-bottom: 10px;
 font-size: 1.3rem;
}
.ywgc-additional-recipient input, #ywgc-recipient-name,#ywgc-recipient-email,#ywgc-sender-name,#ywgc-edit-message,#ywgc-delivery-date{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ywgc-predefined-amount-button{
    padding: 12.5px !important;
    font-weight: bold;
}

.selected_button{
    background-color: #DEC58F !important;
}

.ywgc_recipient_info_title, .ywgc-sender-info-title {
    background-color: #DEC58F;
    color: white;
    border: #DEC58F;
    margin-bottom: 10px;
    font-size: 1.1rem;
    margin-top: 1em;
}

.quantity{
    display:none;
}

button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt{
    background-color: #DEC58F;
}

.block_livraison{
    background-color: #FCF9F4;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: black 10px;
    line-height: 0%;
}

.icon-apy svg{
    height: 50px;
    width: auto;
}

.text-icon{
    line-height: initial;
}







.trait-custom-product{
    border-bottom: 2px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img_aspect{
    width:500px;
    height:168px;
}

.block_field_product, .block_cepage{
    background-color: white;
    -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);box-shadow: black 10px;
    line-height: 0%;
    padding: 15px;
}

.block_cepage{
    background-color: #A48C58;
}

.block_field_product_two, .title_field_product{
    color:#A48C58;
}

.title_cepage, .block_cepage{
    color:white;
}

.title_fiche_technique{
 font-size: 1.5rem;
}

.title_fiche_technique a {
    color:black;
    font-weight: 900;
}


.border_fiche_telecharger{
    border-bottom: solid 2px black;
}

button.button_product.single_add_to_cart_button.button.alt {
    background-color: #A48C58;
    max-width: 350px;
    font-size:1.5rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
    width: 100%;
    margin: 10px;
}

.figure_galler_product img{
    border: solid 2px #A48C58;
}

.woocommerce-product-details__short-description.mt-2.mb-2{
    text-align: right;
}

.variations select{
    padding: 16px 20px;
    border-radius: 4px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.variations{
    position: relative;
    left: 70px;
    bottom: 5px;
}

.woocommerce-variation-add-to-cart{
    display:flex;
}

.qty_up, .icon-arrow.qty_btn.qty_down.input-number-decrement{
    display:none;
}

.woocommerce-variation-price span{
    color:black;
    background-color: white;
    margin: 1px;
}

select#pa_quantite_vin{
    text-indent: 40px;
    padding: 0px;
}

/*                             */
/*      Block ACF produit       */
/*                             */


.figcaption_product{
    width:100%;
    background-color: rgba(164,140,88, 0.4);
}

.figcaption_product h3, .figcaption_product p{
    color:white;
    margin:10px;
    margin-left: 50px;
    text-align: justify;
    font-size: 1.5rem;
}

.categorie_InProduct{
    font-size: 3.5rem;
}
.categorie_InProduct a{
    color: black;
    font-weight: bold;
}

.product_InProduct, .categorie_InTitle a, .figcaption_product h3, .title_product_big_field{
    font-size: 2rem;
}

.categorie_InTitle a{
    color: #A48C58;
}

.categorie_InTitle{
    position: relative;
    bottom: 10px;
}

.block_product_contact p{
    color:white;
    font-size: 2.5rem;
}

.block_product_contact{
    background-color: rgba(164,140,88, 0.4);
}

.para_contact_product{
    border: solid 2px white;
}

/* Jerem */
.title_third_categorie+.columns-4{
    justify-content: space-between;
    flex-wrap: wrap;
}
.title_third_categorie+.columns-4:before{
    display: none !important;
}

.title_third_categorie+.columns-4 .custom-product_categorie.product{
    margin: 2em 0;
    width: 100%;
    max-width: 31%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .title_third_categorie+.columns-4 .custom-product_categorie.product{
        max-width: 100%;
    }
}

.woocommerce-tabs .img_telecharge{
    position: absolute;
    right: 0;
    width: 80px;
}
.woocommerce-tabs .title_fiche_technique{
    text-align: right;
    margin-right: 100px;
}

.texte.noborder {
    border: none;
}
.texte {
    border-left: solid 1px #d9d1ba;
    margin-bottom: 10px;
}

.texte a{
    color: black;
    text-decoration: none;
    font-size: 10px;
}


@media only screen and (max-width: 767px) {
    .texte {
        border: none;
    }
}