/*
Theme Name: Hello Elementor Child
Description: La Table des Armaillis
Author: Naoms - Behu Webdesign
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*** TYPOS ***/
p:last-child {
    margin-bottom: 0;
}
.txt-mentions h2 {
    font-weight: bold;
    font-size: 1.22em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}
.txt-mentions p:not(:last-child) {
    margin-bottom: 1.1rem;
}
.txt-mentions p a {
    color: #004653;
    text-decoration: underline;
    transition: all 0.15s ease-in-out;
}
.txt-mentions p a:hover {
    color: #509534;
}
.txt-mentions ul li:not(:last-child) {
    margin-bottom: 0.4rem;
}
/**** HEADER ****/
#navmenu .elementor-nav-menu--dropdown {
    padding-top: 10vh;
    padding-bottom: 16px;
    height: calc(100vh - 87px);
}
#navmenu .elementor-nav-menu--dropdown::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url("https://www.latabledesarmaillis.fr/wp-content/uploads/2023/11/logo-les-saisies-hauteluce-edelweiss_web.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
/*** FORMULAIRE ***/
#form-contact input, #form-contact textarea {
    padding-left: 0;
}
#form-contact input:focus, #form-contact textarea:focus {
    box-shadow: none;
}
#form-contact input::placeholder, #form-contact textarea::placeholder {
    opacity: 0.8;
}
#form-contact .elementor-field-type-textarea, #form-contact .elementor-field-type-acceptance {
    margin-bottom: 28px;
}
#form-contact .elementor-field-type-acceptance span {
    line-height: 1.1;
}
#form-contact .elementor-field-type-acceptance label {
   font-size: 12px;
}
#form-contact .elementor-button.elementor-size-md {
    min-height: auto;
}