/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
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,accessibility-ready,blog,portfolio,news
Version: 1.0.1675765626
Updated: 2023-02-07 11:27:06

*/

.wp-element-button, .wp-block-button__link, .checkout-button button, .wp-element-button:visited, .wp-block-button__link:visited {
    background-color: black;
    color: white;
}

.wp-element-button:hover {
    background-color: rgb(97, 0, 0);
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: black;
    color: white;
    border-top: 0;
}
.page-id-281 .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
  width: 63%;
	margin: auto;
}

.page-id-281 .elementor-281 .elementor-element.elementor-element-5f7b2f1 .wpr-grid-filters li > .wpr-active-filter, 
.page-id-281 .elementor-281 .elementor-element.elementor-element-5f7b2f1 .wpr-grid-filters li > span:hover  {
	background-color: #43815f;
}
.page-id-281 .elementor-281 .elementor-element.elementor-element-5f7b2f1 .wpr-grid-item-add-to-cart .inner-block a:hover {
	border: 1px solid #43815f;
	color: #43815f;
}


@font-face {
    font-family: "Questrial";
    src: url("fonts/Questrial-Regular.ttf") format("truetype");
  }
  
  body {
    font-family: 'Questrial', sans-serif;
  }

.wp-block-post-title {
	display: none !important;
}

/**HEADER **/
.container-title-header, header nav, header figure{
	flex: 1; 
  text-align: center; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
header figure {
	display: initial;
	text-align: left;
}
header figure img {
	width: 100px !important;
	height: 100px !important;
}
header nav a:hover {
	color: #43815f !important;
	font-weight: bold;
	text-decoration: none !important;
	

  box-shadow: 0 0 0 transparent; /* Ajoutez une ombre transparente */
  /* ou */
  margin: 0; /* Ajoutez une marge transparente */
}

.container-title-header h1 {
      font-size: 60px;
	margin: 0px;
}

.elementor-217 .elementor-element.elementor-element-3be91f0b {
	width: 100% !important;
}


.container-title-header h2 {
      font-size: 17px;
	color: #43815f;
	margin-top: 5px;
	margin-bottom: 0px;
}



body > div.wp-site-blocks > header > div > div {
	padding-bottom: 12px !important;
}



body .inside-header {
    border-bottom: 2px solid black;
    padding-bottom: 20px;
}

/**SHOP ONE PRODUCT PAGE**/

.flex-nav-prev, .flex-nav-next, .wpr-woo-rating {
    display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
    height: 50px;
}
.product_meta {
    display: none;
}

/*CORPS HOME**/
.title-home-on-img {
    background-size: cover;
    transition: all 0.1s ease-in;
}
.title-home-on-img:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

#shop-title-home {
    background: url('images/Champ.png');
		margin-bottom: 52px;
}
#galerie-title-home {
    background: url('images/2.JPG');
		margin-bottom: 52px;
}
#contact-title-home {
    background: url('images/3.JPEG');
		margin-bottom: 52px;
}
#events-title-home {
    background: url('images/4.JPEG');
		margin-bottom: 52px;
}
#apropos-title-home {
    background: url('images/5.JPG');
		margin-bottom: 52px;
}

/* PARALAXE EFFET */
.parallax {
    height: 400px; /* Hauteur de la section parallaxe */
    overflow: hidden; /* Cacher l'image en dehors de la section */
  }
  
  .title-home-on-img  {
    width: 100%;
    transform: translate3d(0, 0, 0); /* Activer l'accélération matérielle */
  }

.title-home-on-img h2 {
    text-align: center;
    line-height: 350px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}
.title-home-on-img a {
    display: block;
    height: 100%;
    width: 100%;
}
.wp-site-blocks {
    padding-bottom: 0;
}
.wp-site-blocks > * + * {
    margin-top: 59px;

}


/**FORM CONTACT**/

.wpcf7-submit {
    background-color: black;
    color: white;
    border: 0;
    padding: 15px;
    padding-left: 32px;
    padding-right: 32px;
}
.wpcf7-submit:hover {
    background-color: brown;
}



/**FOOTER**/
footer {
    background-color: black;
    height: 150px;
}

.container-links-footer-top, .container-links-footer-bottom {
    display: flex;

    color: white;
    margin: auto;
    text-align: center;
    justify-content: space-around;
    
}

.container-links-footer-top {
    margin-top: 25px;
    padding-top: 40px;
    width: 250px;
}
.container-links-footer-bottom {
    margin-top: 20px;
    width: 360px;
}




.container-links-footer-top a, .container-links-footer-bottom a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}


/*FOOTER PAGE SHOP**/

.woocommerce-shop footer.wp-block-template-part {
    display: none;
}



@media screen and (max-width: 900px) {
  .container-title-header h1 {
    font-size: 25px;
  }
  header figure img {
    width: 70px !important;
    height: 60px !important;
  }
}