/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
 

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

header
{
	background-color: #936a33;
	color: #e8d474;
	font-family: "Lora", serif !important;
	height: auto;
	box-shadow: 0 0px 5px rgba(0,0,0,0.5);     
	overflow: hidden;
}


header a
{ 
	color: #e8d474;
	font-family: "Lora", serif;
}

header p.text-logo-custom 
{
    font-size: 30px !important;
    text-transform: uppercase; 
    display : block;
    font-family: 'Cinzel', serif !important;
    line-height: 1;
    margin: 0;
    font-weight: normal;
    vertical-align: baseline;
}

.text-logo-custom-baseline
{ 
    display : block;
    text-transform: uppercase; 
    font-size: 11px;
    letter-spacing: 5px;
    padding-left: 5px;
    height: 11px;
    font-family: "Cinzel" !important;
    line-height: 1;
    margin: 0;
    font-weight: normal;

}

#wrap_titre_header p
{
	text-align: center;
	margin-bottom: 1px;
}

#logo_site img
{
	max-height: 67px;
	width: auto;
	display: block;
}

body #wrap_in_header
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 5px;
	margin-bottom: auto;
}

body #big_wrap_header
{
  overflow: hidden;
  height: 80px;
  	margin-top: auto;
	margin-bottom: auto;
}


header #top_bar
{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #1b2024;
    position: relative;
    z-index: 10;
    color: #fff;
   }

  header #top_bar p
  {
    opacity: 0.8; 
    letter-spacing: 0.5px !important;
 
    font-family: "Lora", serif!important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #FFF;
    cursor: default;
    display: inline-block; 
    overflow: hidden;
    margin-right: 21px !important;
    margin-top: 4px;
}

header #top_bar p i
{
	margin-right: 5px;
}

header #top_bar .social
{
	float: right;
    margin-top: 0px;
}

header #top_bar .social a
{
	text-decoration: none;
    width: 25px;
    line-height: 40px;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;

    opacity: 0.8;  
  
    font-size: 18px !important;
    font-weight: 400 !important;
}


/***Footer**/

footer .widget_cristiano_contact 
{
    background-color: rgba(255, 255, 255, 0.03);
}
footer .widget 
{
    padding: 60px 30px;
    vertical-align: top;
}


footer 
{
    text-align: center;
    background-color: #1b2024;
    color: #fff;
    clear: both;
}

footer .like-table 
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

footer .like-table > * 
{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

footer h2 
{
	font-family: "Cinzel";
    font-size: 20px;
    color: #D1A054;
    margin-bottom: 15px;
}


footer .contact-info .hours 
{
    font-size: 13px;
}
footer .widget li,footer .widget li a,footer .widget p
{
    padding: 0;
    font-size: 18px !important;
    font-family: "Lora" !important;
}
.reset ul li 
{
    list-style: none;
}

footer .social a 
{
    width: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0 7px;
    border-radius: 50%;
    text-decoration: none;
}

footer h2 
{
    font-size: 20px;
    color: #D1A054;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#bottom-bar 
{
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

    padding-bottom: 15px;
    overflow: hidden;
}

#bottom-bar
{
    font-size: 18px !important;
    font-family: "Lora" !important;
    opacity: 0.8;
}


/***Formulaire bon cadeau****/

input, select, textarea 
{
    font: 14px / 1 'Open Sans', sans-serif;
    border: 1px solid #ddd;
    background-color: rgba(250, 250, 250, 0.95);
    height: 45px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.product-template-default .wp-container-core-group-is-layout-6c531013
{
	display: none;
}

.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] 
{
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    word-break: normal;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #936a33;
    color: #e8d474;
    opacity : 1;
}

.woocommerce div.product form.cart table.variations th 
{
    vertical-align: top;
}

#pwgc-email-preview-button, #pwgc-email-design-id
{
	color: #fff;
    background-color: #1b2024;
    border: 0;
    padding: 10px;
    cursor : pointer;
}

#pwgc-message 
{
    display: block;
    height: 100px;
    width: 95%;
    padding-left: 20px;
    padding-top: 10px;
}


.wc-block-product-description p
{
	font-size: 16px;
}

.wc-block-product-description h2
{
	font-size   : 20px;
	font-weight : bold;
    color       : #e8d474;
}

.wc-block-product-description h3
{
	font-size: 18px;
}


i.icone_fiche_produit 
{
    width: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #936a33;
    margin: 0 7px;
    border-radius: 50%;
    text-decoration: none;
    color: #e8d474;
    text-align: center; 
    border: 1px solid #936a33;

    padding : 0;
}

.woocommerce-order-received .order-again 
{
    display: none !important;
}