/*
Theme Name: hello-elementor Child
Theme URI:  https://lealaguette.com/
Author:     Léa Laguette
Author URI: https://lealaguette.com/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.elementor-kit-8 {
	letter-spacing: 0 !important;
}

p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

form.frm-fluent-form label {
	font-size: 14px;
}

form.frm-fluent-form .ff-el-input--content .ff-el-form-control {
	border-width: 0 0 1px 0;
    border-radius: 0;
}

form.frm-fluent-form textarea.ff-el-form-control {
	line-height: 30px;
}

form.fluent_form_1.frm-fluent-form .ff-btn-submit.ff-btn-md.ff_btn_style {
	background-color: var(--e-global-color-a148919);
	border-radius: 0;
}

.elementor-lightbox .elementor-swiper-button.elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button.elementor-swiper-button-prev {
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}

.elementor-lightbox .elementor-swiper-button.elementor-swiper-button-next .eicon-chevron-right, .elementor-lightbox .elementor-swiper-button.elementor-swiper-button-prev .eicon-chevron-left {
	font-size: 40px;
}

.e-n-accordion .e-n-accordion-item .elementor-widget-text-editor .elementor-widget-container p:last-child {
	margin-bottom: 0;
}

/* HEADER */

.the-logo img {
    transition: transform 0.5s ease;
    transform: scale(1);
    transform-origin: right center;
}

body.scrolled .the-logo img {
    transform: scale(0.6);
}

header .elementor-nav-menu__container .menu-item.lang-item {
	margin-top: 40px;
	font-style: italic;
}

/* FOOTER */

#menu-1-a4c7544 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-privacy-policy.menu-item-1765 > a {
    padding : 0 20px 0 0 !important;
}

.footer-title p {
	font-family: 'Anaphora'
 !important;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0;
	}

/* FOOTER - Brevo form newsletter */
  
:where(.sib-form-message-panel) {
	display: none;
}

:where(.sib-form-message-panel .sib-notification__icon) {
	width: 20px;
	height: 20px;
}

#sib-container input:-ms-input-placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
}

#sib-container input::placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
}

#sib-container textarea::placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
}

#sib-container a {
	text-decoration: underline;
	color: #2BB2FC;
}

.sib-form {
	padding: 0 !important;
}

#sib-container {
	max-width: 100% !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.newsletter-title {
	font-family: Poppins, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	margin: 0 0 16px 0;
}

.newsletter-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.newsletter-row .sib-input {
	flex: 1;
	margin: 0;
	padding: 0;
}

.newsletter-row .form__entry {
	margin: 0;
}

.newsletter-row .entry__field {
	margin: 0;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.newsletter-row #EMAIL,
.newsletter-row .entry__field .input {
	width: 100%;
	box-sizing: border-box;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding: 8px 0;
	font-family: Poppins, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	outline: none;
	box-shadow: none !important;
}

.newsletter-row #EMAIL:focus,
.newsletter-row .entry__field .input:focus {
	border-bottom-color: #000 !important;
	box-shadow: none !important;
}

.newsletter-row .entry__specification,
.newsletter-row .entry__label-row .entry__label {
	display: none;
}

.sib-form .sib-optin .entry__choice label p {
	font-size: 14px;
}

.sib-form .sib-optin .entry__choice .checkbox {
	width: 14px;
	height: 14px;
}

.sib-form .sib-optin.sib-form-block {
	padding: 0;
}

.sib-form .sib-optin .entry__specification {
	max-width: 100%;
}

.newsletter-submit {
	flex-shrink: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.newsletter-submit .sib-form-block__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	padding: 0 !important;
	margin: 0 0 8px 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: #000 !important;
	font-family: Poppins, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.newsletter-submit .sib-form-block__button svg {
	display: none;
}

.newsletter-submit .sib-form-block__button::before {
	content: "+";
}

.newsletter-submit .sib-form-block__button-with-loader.sib-form-block__button--loading::before {
	content: none;
}


/* CONTACT */

.ff-btn-submit {
	background-color: black !important;
	font-family: 'Poppins';
}

#fluentform_1 label {
	font-family: 'Poppins' !important;
}

/* HOME HEADER */

.home header .elementor-widget-theme-site-logo img {
  filter: invert(1);
}

.home header .elementor-menu-toggle {
	color: white !important;
}

/* GALERIE RÉALISATIONS */

.realisation-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.realisation-gallery__row {
  display: grid;
  gap: 12px;
}

.realisation-gallery__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.realisation-gallery__row--1 {
  grid-template-columns: 1fr;
}

.realisation-gallery__item {
  margin: 0;
  overflow: hidden;
}

.realisation-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ligne avec 2 images */
.realisation-gallery__row--2 .realisation-gallery__item {
  aspect-ratio: 1 / 1.28;
}

/* Ligne pleine largeur */
.realisation-gallery__row--1 .realisation-gallery__item {
  aspect-ratio: 1.9 / 1;
}

.realisation-gallery__item figcaption {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .realisation-gallery__row--2 {
    grid-template-columns: 1fr;
  }

  .realisation-gallery__row--2 .realisation-gallery__item,
  .realisation-gallery__row--1 .realisation-gallery__item {
    aspect-ratio: auto;
  }

  .realisation-gallery__item img {
    height: auto;
  }
}

.realisation-gallery__item {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity 0.8s ease,
        transform 1s ease;
}

.realisation-gallery__item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.realisation-gallery__item-text {
	font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
	margin-top: 15px;
	margin-left: 15px;
}