/*
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 */

/* body fix */

body {
    margin-top: 98px;
}

body.admin-bar {
    margin-top: calc( 98px );
}

@media only screen and (max-width : 782px) {

    body.admin-bar {
        margin-top: calc( 98px + 46px );
    }
}

/* header */

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.25);
    z-index: 10000;
}

body.admin-bar .elementor-location-header {
    top: 32px;
}

@media only screen and (max-width : 782px) {

    body.admin-bar .elementor-location-header {
        top: 46px;
    }
}

.elementor-location-header .elementor-nav-menu .elementor-item-active {
    font-weight: 700 !important;
}

/* footer */

.footer_heures strong {
    font-size: 20px;
}

@media only screen and (max-width : 1199px) {
    .footer_heures strong {
        font-size: 18px;
    }
}

@media only screen and (max-width : 1023px) {

}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 424px) {

}

/* accueil */

.logo_shadow img {
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(255, 255, 255, 1));
    filter: drop-shadow( 0px 0px 5px rgba(255, 255, 255, 1));
}

.accueil_rouge_icon a {
    color: #000 !important;
}

.inline_over_title div,
.inline_over_title span {
    display: inline-block !important;
}

.no_shadow,
.no_shadow * {
    box-shadow: none;
    text-shadow: none;
}

.services_box_shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15) !important;
    cursor: pointer;
}

.accueil_cadre_gauche {
    width: 100% !important;
    max-width: calc( 100% - ( ( 100vw - 1590px ) / 2 ) ) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.accueil_cadre_droite {
    width: 100% !important;
    max-width: calc( 100% - ( ( 100vw - 1590px ) / 2 ) ) !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    z-index: 1;
}

/* a propos */

.equipe_shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15) !important;
}

.bullet_list li {
    margin-bottom: 1em;
    list-style-type: disc;
}

.bullet_list li ul {
    margin-top: 1em;
}

h2 .smaller {
    font-size: 60% !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.elementor-button {
    text-shadow: none !important;
}

.formulaire_soumission input,
.formulaire_soumission select {
    height: 55px;
}

.formulaire_soumission input,
.formulaire_soumission select,
.formulaire_soumission textarea {
    padding: 20px 24px;
}

@media only screen and (max-width : 767px) {

    .formulaire_soumission input,
    .formulaire_soumission select {
        height: 35px;
    }

    .formulaire_soumission input,
    .formulaire_soumission select,
    .formulaire_soumission textarea {
        padding: 10px 14px;
    }

}

input[type="file"] {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #1A3232;
}

.heures_bullet_list strong {
    color: #C23A37;
}

.heures_bullet_list li {
    margin-bottom: .5em;
    list-style-type: disc;
}

.heures_bullet_list ul {
    margin-top: .5em;
}
