/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* :root{
    --plants-yellow: #D9F500;
    --general-dark-green: #002200;
    --general-medium-green:#306A2D;
    --general-light-green: #6FB883;
    --general-lighter-green: #BBD8A7;
    --general-mustard: #C2F64C;
    --tomatoes-pink: #FF71FF;
} */

.pl-section {
  overflow-x: clip;
}

/* correction bug Elementor */
.pl-icon .elementor-icon-wrapper{
    line-height: 0;
}

.pl-icon .elementor-icon, .pl-icon .elementor-icon svg {
    max-width: 100%;
}

/* Grande icône bouton */
.pl-icon-button svg {
    height: auto;
    width: 60px;
    margin: -10px 0;
}

.pl-button .elementor-button-content-wrapper {
    align-items: center;
}

.pl-form .elementor-field-type-submit {
    margin-top: 20px;
}

.pl-form .elementor-acceptance-field {
    accent-color: grey;
}

/* Augmentation police et taille checkbox acceptance field */
.pl-form .elementor-field-type-acceptance .elementor-field-option {
  font-size: 26px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 20px;
}

@media (max-width: 1280px) {
    .pl-form .elementor-field-type-acceptance .elementor-field-option {
        font-size: 19.5px;
    }
}

/* Largeur container adapté au contenu */
.pl-width-content {
    width: fit-content;
}

.grecaptcha-badge {
    visibility: hidden;
}

ol, ul {
    margin-bottom: 1.2rem;
}

/* Opacité liens header footer au survol */
/* #pl-header a:hover:not(.elementor-button), */ #pl-footer a:hover, #pl-subfooter a:hover, #pl-menu-footer a:hover {
    opacity: .75;
}

.pl-text p:last-of-type {
    margin-bottom: 0;
}

/* icone Elementor non sur la hauteur mais sur la largeur via layout */ 
.pl-icon-custom-width .elementor-icon, .pl-icon-custom-width .elementor-icon svg {
    width: 100%!important;
    height: auto!important;
}

.pl-icon-motion .elementor-motion-effects-element {
    transition: all 1s;
}

.pl-form .elementor-message {
    text-align: center;
    margin-top: 20px;
}

.pl-overflow-x-clip {
    overflow-x: clip;
}

/* .pl-menu-popup.elementor-popup-modal .dialog-message {
    width: fit-content;
} */

.pl-menu-popup.elementor-popup-modal .dialog-close-button:hover {
    transform: scale(1.1);
}

#pl-main-menu a:hover {
    transform: scale(1.1);
}

#pl-main-menu a, .pl-recaptcha a {
    transition: all ease .3s;
}

#pl-main-menu .pl-range-menu-item a {
    font-size: 30px;
    font-weight: normal;
}

/* @media (max-width: 1024px) {
    #pl-main-menu .pl-soil-activator-menu-item a {
    font-size: 19.5px;
    }
} */

/* #pl-main-menu ul.elementor-nav-menu--dropdown a {
    border: none;
} */

/* #pl-main-menu .elementor-nav-menu a {
    justify-content: center;
    text-align: center;
    line-height: 1em;
} */

/* supression scrollbars menu */
/* #pl-main-menu  .elementor-nav-menu--dropdown {
    overflow: visible;
} */

.pl-shadow-section::before {
    background-size: 100% 100%;
}

.pl-shadow-section {
    filter: blur( 20px );
}

.pl-sa-landing-heading {
    max-width: 680px !important;
}

.pl-square-container {
    aspect-ratio: 1;
}

.pl-bg-height-100 {
    background-size: auto 100%;
}

.pl-category-cta a, .pl-category-cta .elementor-cta__content {
    height: 100%;
}

.pl-max-w-720 {
    max-width: 720px;
}

.pl-max-w-540 {
    max-width: 540px;
}

#pl-sample-form #form-field-samplechoice {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pl-backdrop-blur-8 img {
    backdrop-filter: blur(8px);
}

.pl-sa-agriculture-patchwork-pics {
    max-width: 480px;
}

.pl-heading-shadowed .elementor-heading-title {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.pl-subheading-shadowed .elementor-heading-title {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.pl-button-shadowed .elementor-heading-title {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.pl-button-shadowed .elementor-button .elementor-button-text {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.pl-button-shadowed .elementor-button:hover .elementor-button-text {
    text-shadow: none;
}

#pl-header .lang-menu .sub-arrow {
/*     display: none; */
    padding: 2px;
    font-size: 10px;
}

#pl-header .lang-menu .elementor-nav-menu--dropdown {
    margin: 0px !important;
}

#pl-header .lang-menu .sub-menu {
    transform: translateX(-12px);
}

#pl-header .lang-menu  ul.elementor-nav-menu--dropdown a {
    border: none;
}