/* 
Theme Name: Theme Capitale Web
Theme URI: https://capitaleweb.ca/
Description: Theme wordpress/woocommerce
Author: Capitale Web team
Author URI: https://capitaleweb.ca/
Template: hello-elementor
Version: 2.0.0
Text Domain: capitale-web
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/**** General ****/
body {
   overflow-x: hidden;
   cursor: none !important;
}
html {
   scroll-behavior: smooth;
   overflow-x: hidden;
}
:focus {
   outline: none;
}
a {
   text-decoration: none;
}
ul,
ol {
   margin-bottom: 15px;
}
::marker {
   color: var(--e-global-color-primary);
   font-weight: 600;
}
blockquote {
   border-left: 3px solid var(--e-global-color-primary);
   padding-left: 20px;
}
b, strong {
   font-weight: 600;
}
.color-primary {
   color: var(--e-global-color-primary) !important;
}
.color-secondary {
   color: var(--e-global-color-secondary) !important;
}
.color-accent {
   color: var(--e-global-color-accent) !important;
}
/**** Elementor ****/
.page-header .entry-title {
   display: none;
}
.elementor-widget-image a {
   width: 100%;
}
.elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu {
   position: relative !important;
   left: 0 !important;
   top: 0 !important;
   display: none;
}
.elementor-nav-menu--layout-vertical .elementor-nav-menu li:hover > .sub-menu {
   display: block;
   width: 100%;
}
/**** Form - Checkbox & Radio ****/
.elementor-field-option input[type="checkbox"],
.elementor-field-option input[type="radio"] {
   display: none !important;
}
.elementor-field-option input ~ label::before {
   content: "";
   display: inline-block;
   position: relative;
   top: 4px;
   width: 18px;
   height: 18px;
   border-radius: 50%;
   border: 2px solid var(--e-global-color-primary) !important;
   margin-right: 6px !important;
}
.elementor-field-option input:checked ~ label::before {
   background-color: var(--e-global-color-primary);
   box-shadow: inset 0px 0px 0px 3px white !important;
}
.elementor-field-type-acceptance .elementor-field-option label {
   display: inline-flex !important;
   font-size: 14px !important;
   line-height: 19px !important;
   margin-bottom: 5px;
}
.elementor-field-type-acceptance .elementor-field-option label::before {
   min-width: 18px;
   top: 2px !important;
}
/**** Form - Select ****/
.elementor-field-type-select select {
   padding-left: 10px !important;
}
.elementor-field-type-select .select-caret-down-wrapper {
   height: 100%;
}
.elementor-field-type-select .select-caret-down-wrapper svg {
   fill: var(--e-global-color-primary);
   height: 100%;
   padding-bottom: 10px;
}
/**** Form - File upload BTN ****/
.elementor-field-type-upload input[type="file"]::file-selector-button {
   background: var(--e-global-color-primary);
   border: 0;
   padding: 6px 15px 6px 38px;
   margin-right: 15px;
   font-size: 14px;
   font-weight: 600;
   color: #fff;
   border-radius: 0;
   cursor: pointer;
}
.elementor-field-type-upload input[type="file"]::before {
   content: "\e952";
   font-family: "eicons";
   padding: 6px 10px;
   font-size: 20px;
   color: white;
   position: absolute;
}
.elementor-field-type-upload input[type="file"] {
   font-size: 14px !important;
   border-radius: 0 !important;
}
/**** BG Water ****/
.bg-water {
   position: relative;
   overflow: hidden;
}
.bg-water::before {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 1;
   background: inherit;
}
.bg-water > * {
   position: relative;
   z-index: 2;
}
.bg-water.overlay::before {
    background:#004e7354 !important;
}
@media (max-width:1024px){
.bg-water.overlay-mobile::before {
    background:#004e7354 !important;
}
}
/**** Icone Scroll Down ****/
.mouse-down svg.mouse .down {
   animation: scroll-down 3s ease-in-out infinite;
}
@keyframes scroll-down {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		transform: translateY(30px);
	}
	100% {
		opacity: 0;
		transform: translateY(35px);
	}
}
/* Forme de goutte pour les container */
.goutte {
	min-height: 150px;
	box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05), 25px 35px 20px rgba(0, 0, 0, 0.05), 25px 30px 30px rgba(0, 0, 0, 0.05), inset -20px -20px 25px rgba(255, 255, 255, 0.4);
	border-radius: 63% 37% 42% 58% / 42% 36% 64% 58%;
	transition: border-radius 1.5s cubic-bezier(.42,.01,.33,1.01);
	backdrop-filter: blur(2px);
}
.goutte:hover {
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
}
/* Forme de goutte pour les nombres */
.goutte .goutte-inner {
    position: relative;
    width: 60px;
    height: 60px;
    background: #ffffff4f;
    border-radius: 50%;
    box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1), inset -2px -5px 10px rgba(255, 255, 255, 1), 15px 15px 10px rgba(0, 0, 0, 0.05), 15px 10px 15px rgba(0, 0, 0, 0.025);
    display: flex;
    align-items: center;
    justify-content: center;
}