/**
Theme Name: Poterie turgis
Author: Krea3
Author URI: https://www.krea3.fr
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: poterie-turgis
Template: astra
*/

.largeur92{
    display:block;
    width:96%;
    padding:0;
    margin:0 auto 0 auto;
    max-width:1500px;
}

.home .ast-container{
	width:100%;
	max-width:100% !important;
	display:block !important;
	padding:0 !important;
}

.ast-main-header-wrap .ast-container{
	padding:0 !important;
}

.home{
	background:#fff !important;
}

.site-title a{
	font-family:"Libre Baskerville", serif;
}	

.site a{
    color: #6f1d1b !important;
	text-decoration:none !important;
}

.site-primary-footer-wrap{
	text-decoration:none !important;
}

h1{
	font-family: "Libre Baskerville", serif !important;

}

#ast-scroll-top {
    background-color: #bb9457 !important;
}

.site-header {
    padding: 0;
	background:#fff;
	position:fixed !important;
	z-index:100;
	left:0;
	right:0;
	top:0;
	border-bottom:1px solid #eee; 
}

.site-header .main-header-bar-wrap{
    padding: 0 50px;
}

.site-header .main-header-bar-wrap a{
    color:#000 !important;
}

.dsm_icon_list_text a{
    color:#fff !important;
	font-weight:bold;
}

.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
    border:none!important;
}

.ast-above-header-bar {
    background:#6f1d1b !important;
	padding: 0 50px;
}

.main-header-menu > .menu-item > .menu-link{
    text-transform: uppercase;
}

.main-header-menu .sub-menu .menu-link {
    padding: .5em 1em !important;
}

.main-header-menu .sub-menu .menu-link:hover {
    color:#6f1d1b !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, 
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
    background:#fff !important;
	font-weight:bold;
}

.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link:hover{
    background:#fff !important;
	color:#000 !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle{
    background:#fff !important;
	color:#000 !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu{
    border-top:3px solid #6f1d1b !important;
	border-bottom:1px solid #eee;
}

.main-header-menu .sub-menu .menu-link {
    padding: 0em 1em !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

@media (min-width: 922px) {
    .ast-primary-header-bar {
        border-bottom:none !important;
    }
}
.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu{
    border-top:3px solid #6f1d1b;
}

.main-header-menu > .menu-item > .menu-link:hover{
    color:#6f1d1b;
}

.site-above-footer-wrap{
    color:#000;
	border-top:1px solid #eee;
	max-width:1200px;
	margin:0 auto;
}

.site-above-footer-wrap p{
    text-align:center;
}

.site-above-footer-wrap p svg{
    font-size:1.8em !important;
	margin:15px auto 35px auto;
}

.site-above-footer-wrap p span{
    display:block;
	font-size:1.1em;
	clear:both;
	line-height:1.4em;
}

.site-above-footer-wrap p span span{
	font-family:"Libre Baskerville", serif;
	font-size:0.8em;
	font-weight:700;
}

/*************Diapo accueil******************/
.slider-nav a.slide-next, .slider-nav a.slide-prev{
    padding-top: 8px !important; 
}

.slider-nav a {
    background-color: rgba(255, 255, 255, 0.5) !important;
	}

#diapo-accueil-conteneur{
    max-height: calc(100vh - 100px);
	height:auto;
    overflow: hidden;
	background:#000;
	width:100%;
	display:block;
	position:relative;
	z-index:0;
}

#diapo-accueil-conteneur img{
    height: auto;
	width:100%;
	display:block;
	position:relative;
	z-index:0;
}

#diapo-accueil-conteneur::before{
    content: "";
    position: absolute;
	z-index:5;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background:#000;
    opacity: 0.25;
}

#diapo-texte{
	display:block;
	position:absolute;
	bottom:10vh;
	width:100%;
	height:auto;
	z-index:10;
	text-align:center;
}

#h1accueil{
	color:#fff;
	font-size:2.5em;
	width:80%;
	margin:0 auto;
	display:block;
	clear:both;
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
}

#h1accueil span{
	display:block;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

#diapo-texte a{
	display:inline-block;
	padding:10px 20px;
	background:#bb9457;
	color:#000 !important;
	text-decoration:none;
	margin:30px auto 0 auto;
	text-transform:uppercase
}

/*************fin Diapo accueil******************/

#main-accueil{
    position:relative;
	z-index:5;
	width:100%;
	padding:0;
}
/*************Interets***********************/
#interets{
    position:relative;
	display:block;
	margin:30px auto;
	width:80%;
	text-align:center;
	clear:both;
}

#interets li{
    display:inline-block;
	width:24%;
	text-align:center;
	vertical-align:top;
}

#interets li span{
    padding: 0 10px;
	color:#6f1d1b;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
}

#interets li img{
    width:100px;
	height:auto;
	margin:10px auto;
	display:block;
}
/*************Interets***********************/

/************************Ligne1**********************/
#ligne1{
    display:block !important;
	width:100% !important;
	margin:100px auto !important;
	text-align:center;
	margin: 10px auto !important;
    padding-top: 100px;
}

#ligne1 .largeur92{
    display:table;
	width:92% !important;
	max-width:1500px !important;
}

#ligne1 #gauche-ligne1{
    display:table-cell;
	width:70% !important;
	vertical-align:middle;
}

#ligne1 #droite-ligne1{
    display:table-cell;
	width:30% !important;
	vertical-align:middle;
}


.acces1, .acces2{
    position:relative;
	display:inline-block;
	border: 15px solid #fff;
	overflow:hidden;
	vertical-align:middle;
}

.acces1{
    width:49%;
	height:auto;
	max-height:300px;
	
}

.acces2{
    width:100%;
	height:600px;
}

.acces1 img, .acces2 img{
    position:relative;
	display:block;
	z-index:0;
}

.acces1 img{
    width:100%;
	height:auto;
}

.acces2 img{
    height:100%;
	width:auto;
}

.acces1::before, .acces2::before{
    content: "";
    position: absolute;
	z-index:5;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background:#000;
    opacity: 0.3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.acces1:hover::before, .acces2:hover::before{
    opacity: 0.5;
}

.acces1 span.titre-acces, .acces2 span.titre-acces{
    position:absolute;
	display:inline-block;
	color:#000;
	border:2px solid #fff;
	bottom:50px;
	left:50px;
	text-transform:uppercase;
	z-index:10;
	padding:10px 20px;
}

.acces1 span.titre-acces span, .acces2 span.titre-acces span{
	color:#000;
	display:block;
	z-index:10;
	position:relative;
}

.acces1:hover span.titre-acces span, .acces2:hover span.titre-acces span{
	color:#fff;
}

.acces1 span.titre-acces::before, .acces2 span.titre-acces::before{
    position:absolute;
	z-index:0;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.acces1:hover span.titre-acces::before, .acces2:hover span.titre-acces::before{
    width:0;
	left:auto;
}
/************************Fin Ligne1**********************/

/************************Ligne2**********************/

#ligne2{
    display:block !important;
	width:100% !important;
	color:#000;
	padding:0;
	margin:50px 0;
	overflow:hidden;
}

#content-ligne2{
	display:table;
	width:100%;
}

.gauche-ligne2{
    display:table-cell;
	vertical-align:middle;
	position:relative;
	width:32%;
}

.gauche-ligne2 img{
    border-radius:0 0 50% 0;
	overflow:hidden;
}

.droite-ligne2{
    display:table-cell;
	vertical-align:middle;
	position:relative;
	width:auto;
	padding:50px 100px;
	text-align:left;
}

.droite-ligne2 img{
    display: block;
    float: left;
    margin: 40px 30px 30px 0;
}

#ligne2 h2{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
	margin:0;
	font-size:1.5em;
}

#ligne2 h3{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
	margin:30px 0 0 0;
	clear:none !important;
	font-size:1.1em;
}

#ligne2 p{
	margin:5px 0;
}
/************************Fin Ligne2**********************/

/************************Ligne3**********************/

#ligne3{
    display:block !important;
	width:100% !important;
	text-align:center;
	padding:50px;
	margin:100px 0 0 0;
	background:#f2f2f2;
}

#ligne3 h2{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
	color:#6f1d1b;
}

/************************Fin Ligne3**********************/

 .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px;
	max-width:100% !important;
}

.site-above-footer-wrap {
    max-width: 100% !important;
}

.ast-builder-footer-grid-columns{
    max-width: 1200px !important;
	margin:0 auto;
}

.ast-custom-button{
    background:#6f1d1b !important;
	color:#fff !important;
}

.ast-custom-button:hover{
    background:#333 !important;
}

.et_pb_text_inner a{
    color:#000 !important;
	font-weight:bold !important;
}
/********************PAGES*********************/
.ast-blog-layout-4-grid .ast-article-inner {
    border: 1px solid #eee;
}

#page .site-content {
    padding: 100px 0 0 0;
	background: #fff !important;
}

.entry-meta, .entry-meta * {
    color:#6f1d1b !important;
}

.woocommerce-js a.button, [CLASS*="wc-block"] .wc-block-components-button, #content button{
    background: #bb9457 !important;
    color: #000 !important;
}

.woocommerce-js a.button:hover, [CLASS*="wc-block"] .wc-block-components-button:hover, #content button:hover{
    background: #eee !important;
}

#content button.show-password-input, #content button.show-password-input:hover{
    background: transparent !important;
	right: 0em !important;
    top: 0 !important;
    border: none !important;
	padding:11px !important;
}

#content button.show-password-input:hover{
    background: transparent !important;
}

}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 0em !important;
    top: 0 !important;
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    border-color: #333 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #333 !important;
    color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background: #6f1d1b !important;
}

.woocommerce button.button.alt.disabled.wc-variation-selection-needed{
    background: #6f1d1b !important;
    color: #fff !important;
}

.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover{
    background: #333 !important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #6f1d1b !important;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #6f1d1b !important;
}

.wc-block-cart-item__remove-link, .wc-block-cart-item__remove-link:hover{
    background:transparent !important;
}

.wc-block-components-quantity-selector__button{
    background:#f2f2f2 !important;
}
/********************Fin PAGES*********************/
.menu-toggle{
	background:transparent !important;
}

@media (min-width: 1180px) and (max-width: 1280px){
	.main-navigation ul li{
    font-size:0.9em !important;
}

.main-navigation ul li li{
    font-size:1.2em !important;
	padding:10px !important;
}
}

@media (min-width: 1080px) and (max-width: 1181px){
	.main-navigation ul li{
    font-size:0.78em !important;
}
}

@media (min-width: 1080px){
.main-navigation ul li li{
    font-size:1em !important;
	padding:10px !important;
}
}

@media (min-width: 920px) and (max-width: 1081px){
	.main-navigation ul li{
    font-size:0.7em !important;
	padding:5px !important;
	}
	
	.main-navigation ul li li{
    font-size:1.2em !important;
}

	.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 0.5em !important;
	}

	.ast-icon.icon-arrow svg {
    margin-left: 5px !important;
	}
	
.site-header .main-header-bar-wrap {
    padding: 0 20px !important;
}
}

@media (min-width: 679px) and (max-width: 1070px){	
#interets {
    width: 100% !important;
}

#interets li span{
    font-size:0.9em;
	padding:0;
}

#interets li img{
    width:80px;
}
}

@media (min-width: 1024px) and (max-width: 1160px){
.acces2 {
    height: 534px;
}
}

@media (min-width: 680px) and (max-width: 880px){
#ligne1 {
    margin: 50px auto !important;
}	
	
#ligne1 #gauche-ligne1 {
    width: 55% !important;
}

#ligne1 #droite-ligne1 {
    width: 45% !important;
}

.acces1 {
    width: 100% !important;
    max-height: 180px !important;
}

}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle:hover,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link:hover .ast-menu-toggle{
        color:#000 !important;
    }

@media (max-width: 921px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: block !important;
    }
	
	#page .site-content {
    padding: 80px 0 0 0 !important;
}

.site-header .main-header-bar-wrap {
    padding: 0 20px !important;
}
}

@media (max-width: 560px) {
#diapo-texte a {
    display: none !important;
}

.site-title {
    font-size: 1.2rem !important;
}
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 60px !important;
}

#diapo-texte {
    bottom: 40px !important;
}
}

@media (min-width: 881px) and (max-width: 1025px){
#ligne1 {
    margin: 50px auto !important;
}	
	
#ligne1 #gauche-ligne1 {
    width: 60% !important;
}

#ligne1 #droite-ligne1 {
    width: 40% !important;
}

.acces1 {
    width: 100% !important;
    max-height: 180px !important;
}
}

@media (max-width: 679px){
#interets {
    width: 100% !important;
}

#interets li span{
    font-size:0.8em;
	padding:0;
}

#interets li img{
    width:50px;
}	
	
#ligne1 {
    margin: 30px auto !important;
}

#ligne1 #gauche-ligne1 {
    width: 100% !important;
	display:block !important;
}

#ligne1 #droite-ligne1 {
    width: 100% !important;
	display:block !important;
}

.acces1 {
    width: 100% !important;
    max-height: 220px !important;
}

.acces2 {
    width: 100% !important;
    max-height: 220px !important;
}

.acces2 img {
    height: auto !important;
    width: 100% !important;
}

.droite-ligne2, .gauche-ligne2{
    display: block !important;
    width: 100% !important;
}

.gauche-ligne2{
    max-height:300px !important;
	overflow:hidden;
}

#ligne3 {
    margin: 30px 0 0 0 !important;
}

.site-header {
    position: relative !important;
}

#page .site-content {
    padding: 0 !important;
}
}

@media (max-width: 750px){
#h1accueil {
    font-size: 1.5em !important;
}
}

/**************************FOOTER****************************/
ul#menu_footer{
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding:15px 0;
}

ul#menu_footer li {
    display: inline-block !important;
}

#content-footer a {
	text-decoration:none !important;
	text-align:center;
}

ul#menu_footer li a {
    color: #333 !important;
	font-weight:400;
	border-left:1px solid rgba(0,0,0,0.5) !important;
	display: table-cell !important;
    padding: 0 20px !important;
    height: 35px;
    vertical-align: middle;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background:#f9f9f9 !important;
	padding:0;
}

.site-primary-footer-wrap {
    padding-bottom: 0 !important;
}
/**************************fin FOOTER****************************/

legend.obligatoire{color:#6f1d1b !important;}
.krea3_formulaire input[type=submit]{background-color:#6f1d1b !important;}
.krea3_formulaire input[type=submit]:hover{background: #333 !important;}

a.ast-builder-social-element.ast-google_reviews.footer-social-item{display:none !important;}