/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.2

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

:root {
    --green-color: #23A557;
    --orange-color: #FF7500;
}

@font-face {
    font-family: 'alte_haas_grotesk_regular';
    src: url('Fonts/AlteHaasGroteskRegular.ttf') format('truetype'),
}
@font-face {
    font-family: 'alte_haas_grotesk_bold';
    src: url('Fonts/AlteHaasGroteskBold.ttf') format('truetype'),
}

body {
    background-color: var(--green-color)!important;
	font-family: 'alte_haas_grotesk_regular', sans-serif;
}

#masthead {
	border-bottom: 10px solid black!important;
	max-height: 125px!important;
}

#masthead .elementor { 
	max-height: 125px!important;
}

#masthead .elementor .elementor-element { 
	max-height: 125px!important;
}

#masthead .elementor .elementor-element .e-con-inner { 
	max-height: 125px!important;
	align-items: center;
}


.hfe-dropdown-expandible {
    border-radius: 25px!important;
    border: 10px solid black!important;
	background: var(--orange-color);
}

.hfe-nav-menu {
    border: none!important;
	position: relative;
}

.hfe-nav-menu-icon {
	background: var(--orange-color);
	border: 5px solid black;
	border-radius: 25px;
}

.hfe-nav-menu .hfe-nav-menu__toggle {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.hfe-creative-menu {
    padding: 0.7rem 0 0!important;
	border: none!important;
}

.hfe-menu-item {
    background: white!important;
    width: 100%!important;
    margin: 0 auto!important;
    border-radius: 25px!important;
	font-size: 2rem!important;
    font-family: 'alte_haas_grotesk_bold', sans-serif!important;
    font-weight: bolder!important;
}

.hfe-dropdown-expandible {
	width: 100%!important;
	padding: 1rem!important;
	position: absolute;
	top: 35px!important;
}		

.hfe-creative-menu:last-child {
  margin-bottom: 1rem!important;
}

.hfe-creative-menu:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: black;
  margin: 1rem 0;
  border-radius: 20px;
}

.hfe-creative-menu:first-child {
  border-top: 10px solid black !important;
  margin-top: 3rem !important;
  padding: 1rem 0 0 0 !important;
}

.hfe-creative-menu:first-child:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #000000;
}

.hfe-creative-menu:first-child:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #000000;
}

.e-con-inner {
	max-width: 1600px!important;
}

.hfe-site-logo-img {
	max-width: 38%!important;
}

.elementor-172 .elementor-element.elementor-element-cf8b0d7 .elementor-button {
	box-shadow: none!important;
	border-width: 9px 9px 9px 9px!important;
	font-weight: bolder!important;
	border-radius: 28px !important;
	padding: 0px 5px;
}

.elementor-172 .elementor-element.elementor-element-cf8b0d7 .elementor-button .elementor-button-text {
	font-size: 2rem!important;
	padding: 8px 15px;
}

.elementor-post {
    border: 10px solid black!important;
    border-radius: 25px!important;
}

.elementor-post__thumbnail__link {
    margin: 0!important;
}

.elementor-post__text {
    border-top: 10px solid black!important;
    text-align: center!important;
    padding: 1rem 2rem!important;
}

.elementor-post__text h3 {
    font-size: 1.5rem!important;
}

.elementor-post__text h3 a {
    text-decoration: none!important;
    color: black!important;
}

.elementor-post__thumbnail__link, .elementor-post__title a {
    cursor: default!important;
    pointer-events: none!important;
}

.elementor-shortcode .masonry-grid .masonry-item h2 {
	font-family: 'alte_haas_grotesk_bold', sans-serif!important;
  	font-weight: bolder!important;
  	text-transform: uppercase!important;
	margin: 1rem 0 0 0!important;
}

.descGima {
	font-family: 'IM Fell English', serif!important;
	font-size: 2rem!important;
}

.masonry-grid {
    margin-left: -15px; /* Ajustez en fonction de votre marge */
    margin-right: -15px;
}

.masonry-item {
    width: calc(33.333% - 30px); /* 3 éléments par ligne avec les marges */
    margin: 15px;
    display: inline-block; /* Utiliser inline-block au lieu de flex */
	border: 10px solid black;
	border-radius: 20px;
	text-align: center;
	color: black;
}

.masonry-item img {
	border-bottom: 10px solid black;
    width: 100%;
    height: auto;
    display: block;
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
}

.slider {
    position: relative;
}

.slider img {
    width: 100%;
    display: block;
}

.slide {
	display: none;
	position: relative;
}

.showing {
	display: block;
	position: relative;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

footer {
	border-top: 10px solid black!important;
  	margin-top: 2rem!important;
}

@media only screen and (max-width: 768px) {
    .masonry-item {
        width: calc(50% - 30px); /* 2 éléments par ligne */
    }
	#masthead .elementor-element-cf8b0d7 {
		display: none;	
	}
	.e-con-inner .elementor-element-a228281 {
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 480px) {
    .masonry-item {
        width: calc(100% - 30px); /* 1 élément par ligne */
    }
}

@media only screen and (min-width: 768px) {
	#menu-item-504 {
		display: none;
	}
}

#colophon a {
    color: inherit !important;
}

.post-153 h2 span {
	font-family: 'alte_haas_grotesk_bold'!important;
}



