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

/* Général */
:root {
    --primary-color: #ffc107;
    --primary-alt-color: #bf9d36;
    --secondary-color: #54595f;
    --secondary-alt-color: #3b4055;
    --text-color: #7a7a7a;
    --highlight-color: #61ce70;
    --indigo-color: #3e51aa;
    --light-color: #dee2e6;
    --light-alt-color: #f8f9fa;
    --pink-color: #CF617E;
}

p {
    margin-bottom: .5em !important;
}

/* Sliders */
.wpr-grid-media-wrap {
    margin-bottom: 1em;;
}

.wpr-grid-slider-dots {
    margin-top: 2em;
}

/* Transitions */
.elementor-kit-6 e-page-transition {
    display: none;
}