/*
Theme Name: Zenithame
Author: Rémy Leclanche
Author URI: http://mystoryweb.fr/
Version: 1
*/

@font-face {
    font-family: 'jokerman';
    src: url('fonts/jokerman.eot');
    src: url('fonts/jokerman.otf') format('truetype'),
	 url('fonts/jokerman.eot?#iefix') format('embedded-opentype'),
         url('fonts/jokerman.woff') format('woff'),
         url('fonts/jokerman.ttf') format('truetype'),
         url('fonts/jokerman.svg#jokerman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chiller';
    src: url('fonts/chiller.eot');
    src: url('fonts/chiller.otf') format('truetype'),
	 url('fonts/chiller.eot?#iefix') format('embedded-opentype'),
         url('fonts/chiller.woff') format('woff'),
         url('fonts/chiller.ttf') format('truetype'),
         url('fonts/chiller.svg#chiller') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; }
.content, .content-area { width: 1100px; margin: 0 auto; }
.content-area { padding: 40px 0; }

header .top { background-color: #e30613; height: 8px; }
header .content.top-header { display: flex; flex-direction: row; gap: 15px; justify-content: right; margin-bottom: 10px; }
header .content.top-header span { background: #e30613; padding: 2px 9px; color: #fff; font-size: 14px; font-weight: 700; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
header .content.top-header a { text-decoration: none; color: #000; font-size: 14px; font-weight: 400; }
header #logo { display: block; text-align: center; }
header .menu { background-color: #000; z-index: 25; position: relative; }
header .menu ul { list-style: none; display: flex; gap: 45px; padding: 4px 0; border: 2px solid #fff;margin: 30px 0 0 0; height: 100%; justify-content: center; -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39); box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39); }
header .menu ul li a { color: #000; text-decoration: none; font-size: 16px; font-weight: 400; color: #fff; }

#breadcrumbs { margin: 15px 0; }
#breadcrumbs a, .woocommerce-breadcrumb a { font-size: 14px; color: #666; text-decoration: none; font-weight: 400; }
#breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb { font-size: 14px !important; color: #000 !important; font-weight: 400; }

.slider-container { position: relative; width: 100%; height: 420px; overflow: hidden; }
.slides { display: flex; width: 100%; height: 100%; transition: transform 0.5s ease-in-out; }
.slide { min-width: 100%; height: 100%; background-size: cover; background-position: center; }
.arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.4); color: #fff; border: none; padding: 12px 16px; cursor: pointer; font-size: 22px; border-radius: 50%; }
.arrow.left { left: 20px; }
.arrow.right { right: 20px; }
.bullets { position: absolute; bottom: 20px; width: 100%; display: flex; justify-content: center; gap: 10px; }
.bullet { width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; transition: background 0.3s; }
.bullet.active { background: #e60000; }

.texte-home { background-color: #3c3c3b; }
.texte-home .content { color: #fff; padding: 80px 100px; }

.bg-produit-home { background: url(images/jay-castor.jpg) no-repeat 0 0; padding: 50px 0; background-size: cover; }
.liste { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-columns: max-content; gap: 1.75rem; }
.liste div.produit { /*height: 430px;*/ }
.liste div.produit img { display: block; height: 400px; width: 100%; object-fit: cover; cursor: pointer; } 
.page-template-template-portfolio .liste div.produit img, .home .liste div.produit img { height: 450px; } 
.liste div.produit .desc { background-color: #3c3c3b; color: #fff; padding: 20px; }
.liste div.produit .desc p { font-size: 16px; }
.liste div.produit .desc h2 { font-family: 'jokerman'; font-size: 18px; min-height: 55px; text-align: center; margin-bottom: 15px; text-transform: uppercase; }
.liste div.produit a { font-size: 23px; text-align: center; font-weight: 600; text-decoration: none; color: #fff; background-color: #696969; display: block; padding: 7px 0; }
.presentation { display: grid; grid-template-columns: 30% 70%; gap: 3rem; padding: 50px 0; align-items: center; }
.presentation img { border-radius: 100%; width: 100%; height: auto; }
.presentation h3 { font-weight: 600; margin-bottom: 10px; }
.presentation a { color: #e30613; display: block; margin-top: 15px; }
.woocommerce ul.products li.product a img { height: 330px !important; margin: 0 !important; }

.content.liste-cat { padding: 40px 0; }
h1.page-title { font-family: 'jokerman'; font-size: 25px; margin-bottom: 15px; text-transform: uppercase; }
ul.products { column-count: 4; column-gap: 24px; }
ul.products li { width: 100% !important; -webkit-box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.25); box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.25); break-inside: avoid; page-break-inside: avoid; -webkit-column-break-inside: avoid; }
.woocommerce ul.products li.product.large a img { height: 195px !important; }
ul.products li.large h2 { min-height: 62px; }
ul.products li h2 { text-align: center; color: #3c3c3b; font-size: 18px !important; font-weight: 700; background: #dbdada; min-height: 83px; }
ul.products li p { background: #dbdada; padding: 0 10px 10px 10px; font-size: 15px; font-weight: 600; color: #e30613; text-align: center; }
ul.products li .price { display: none !important; }
ul.products li a.add_to_cart_button { margin: 0 !important; background: #696969; color: #fff; width: 100%; text-align: center; }

body.page-template-template-contact { background: url(images/fond-contact.jpg) no-repeat 0 -250px; background-size: cover; }
.content.contact { display: grid; grid-template-columns: 70% 30%; gap: 50px; padding-top: 50px; }
.content.contact textarea { width: 100%; max-height: 150px; margin-bottom: 15px; border-radius: 7px; padding: 3px 10px; outline: none; border: 1px solid #999; }
.content.contact input { width: 100%; margin-bottom: 15px; border-radius: 7px; padding: 3px 10px; outline: none; border: 1px solid #999; }
.content.contact input.demi { width: 49%; margin-right: 2%; }
.content.contact input.no-margin { margin-right: 0; }
.content.contact input[type="submit"] { -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36); border-radius: 8px; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36);background: #e30613; border: 1px solid #fff; color: #fff; display: block; font-weight: 700; width: auto; text-transform: uppercase; cursor: pointer; padding: 5px 20px; }
#coord { border-top: 2px solid #e30613; padding-top: 15px; }
#coord h2 { font-family: 'jokerman'; }
#coord #tel { border-bottom: 2px solid #e30613; padding-bottom: 15px; }

h1.titleactu { font-weight: 600; color: #000; padding-bottom: 5px; margin: 15px 0 0 0; }
.date { color: #e30613; font-size: 15px; }
.uneactu { display: grid; grid-template-columns: 35% 1fr; gap: 25px; border-top: 2px solid #e30613;  padding-top: 30px; margin-bottom: 25px; }
.uneactu img { width: 100% ; height: 290px; background-size: cover; object-fit: contain; }
.uneactu .uneactucontent { text-align: justify; }
.uneactu h2 { font-weight: 600; margin-bottom: 10px; }

.page-default .content { padding: 25px 0; }

h1.product_title { font-weight: 700; font-size: 23px; margin-bottom: 15px; }
.woocommerce div.product form.cart .button { -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36); box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36); border-radius: 8px; background: #e30613; border: 1px solid #fff; color: #fff; font-weight: 700; text-transform: uppercase; padding: 5px 20px; }
.quantity .qty { height: 33px; }
.single_variation_wrap { margin-top: 25px; }
.woovr-variations .woovr-variation > div { display: flex; gap: 15px; }
.woovr-variation-name label, .woovr-variation-price bdi { font-weight: 300 !important; color: #e30613; font-size: 18px; }

.wc-block-components-product-name { color: #e30613; text-decoration: none; font-weight: 500; }
.wc-block-cart__submit-button { background: #e30613; color: #fff; text-decoration: none; font-weight: 700; border-radius: 10px; border: 1px solid #fff; box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.36); margin-top: 15px !important; }
.wp-block-product-new { display: none; } 

#customer_login h2 { font-weight: 700; color: #e30613; }
.woocommerce form.login, .woocommerce form.register { border: 1px solid #000 !important; }
.woocommerce-form.woocommerce-form-register.register p { font-size: 17px; font-weight: 300; color: #666; }
.woocommerce-form.woocommerce-form-register.register a, .woocommerce-form.woocommerce-form-login.login a { color: #e30613; }
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit { height: 32px; margin-top: 15px; -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36); border-radius: 8px; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36);background: #e30613; border: 1px solid #fff; color: #fff; display: block; font-weight: 700; width: auto; text-transform: uppercase; cursor: pointer; padding: 5px 20px; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price { margin-bottom: 25px; color: #e30613 !important; font-weight: 500; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price bdi, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price bdi { color: #e30613 !important; font-weight: 500; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price bdi span, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price bdi span { color: #e30613 !important; font-weight: 500; }

footer { padding-bottom: 75px; background: url(images/texture-footer.jpg) no-repeat 0 bottom; background-size: 100% 50%; }
footer .content { background-color: #000; padding: 20px; border: 2px solid #fff; border-radius: 5px; display: grid; grid-template-columns: 1fr 1fr 1fr; -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39); box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39); }
footer .content .footercontent ul { list-style: none; }
footer .content .footercontent img { display: block; margin-bottom: 20px; }
footer .content .footercontent a.rs { display: inline-block; margin-right: 15px; }
footer .content .footercontent { border-left: 2px solid #e30613; text-decoration: none; font-size: 14px; font-weight: 400; padding-left: 15px; }
footer .content .footercontent a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; }

@media (min-width: 320px) and (max-width: 720px) {
    .content, .content-area { width: auto; }
    header .menu ul { padding: 20px; display: block; }
    .texte-home .content { padding: 25px; text-align: justify; }
    .liste { grid-template-columns: 1fr; padding: 25px; }
    .presentation { grid-template-columns: 1fr 1fr; }
    .woocommerce-products-header { padding: 25px; }
    ul.products { column-count: 1; padding: 25px !important; }
    .uneactu { grid-template-columns: 1fr; padding: 25px; }
    .content.contact { grid-template-columns: 1fr; padding: 25px; }
}