/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752567268
Updated: 2025-07-15 08:14:28

*/



/** Start Block Kit CSS: 33-3-f2d4515681d0cdeb2a000d0405e47669 **/

.envato-kit-30-phone-overlay {
	position: absolute !important;
	display: block !important;
	top: 0%;
	left: 0%;
	right: 0%;
	margin: auto;
	z-index: 1;
}
.envato-kit-30-div-rotate{
	transform: rotate(90deg);
}

/** End Block Kit CSS: 33-3-f2d4515681d0cdeb2a000d0405e47669 **/

#site-header {
	position:fixed;
	top:10;
	left:0;
	width:100%;
	z-index:9999;
background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.85),
    rgba(20, 20, 20, 0.7)
  );
}

.menu-item a {
  text-decoration: none !important;
  font-weight: bold !important;
}


.comments-area{
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.comment-form-comment{
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.comment-form-author {
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.comment-form-email {
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.comment-form-url {
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.comment-form-cookies-consent {
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

.form-submit {
  max-width: 700px; /* ou 600px, selon ton design */
  margin: 0 auto;   /* centre horizontalement */
  padding: 20px;
}

@media (max-width: 768px) {
  #sidebar {
    display: none !important;
  }
}

/* .footer-width-fixer {
	background-color: rgba(20, 20, 20, 0.7); 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
} */

/* .footer-width-fixer {
	background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.85),
    rgba(20, 20, 20, 0.7)
  );
} */