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

/* Bouton Sroll to top */
#scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s, opacity 0.3s;
}

#scroll-to-top:hover {
    background-color: #555;
}

/* Homepage */
.home-formations-card .elementor-icon-box-title,
.home-formations-card .elementor-icon-box-description {
    transition: all .5 ease;
}

.home-formations-card:hover .elementor-icon-box-title,
.home-formations-card:hover .elementor-icon-box-description {
    color: #ffffff !important;
}

/* Formations */
.type-coaching-card::after {
	content: '';
	width: 100%;
	height: calc(100% + 15px);
	left: 15px;
	position: absolute;
	border: solid 3px #cd2b82;
	border-radius: 20px;
}

.type-coaching-card-green::after {
	content: '';
	width: 100%;
	height: calc(100% + 15px);
	left: 15px;
	position: absolute;
	border: solid 3px #e3f2a6;
	border-radius: 20px;
}

.type-coaching-card-violet::after {
	content: '';
	width: 100%;
	height: calc(100% + 15px);
	left: 15px;
	position: absolute;
	border: solid 3px #572b82;
	border-radius: 20px;
}

.type-coaching-card-orange::after {
	content: '';
	width: 100%;
	height: calc(100% + 15px);
	left: 15px;
	position: absolute;
	border: solid 3px #ffa500;
	border-radius: 20px;
}

/* QSN */
.equipe .elementor-flip-box__layer__title {
	text-shadow: 0 0 15px rgba(0,0,0,.5);
}

.equipe .elementor-flip-box__layer__description {
	text-shadow: 0 0 8px rgba(0,0,0,.7);
	font-weight: 600 !important;
}



/* RWD */
header nav {
	top: 62px !important;
	border: solid 2px #aac731 !important;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
header .elementor-widget-icon-list {
    display: none;
    visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.home-hero h1 {
	color: #572b82 !important;
	text-shadow: none !important;
}
}

@media screen and (max-width: 767px) {
header nav {
	top: 30px !important;
}
}
