/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team & Nicolas Bousquet x Agence Unaniime Sport
Author URI: elementor.com log-design.fr unaniime.com
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


html {
    font-size: 14px !important;
    overflow-x : clip; 
}

:root {
    --main-color: 24, 24, 24;
    --accent-color: 244, 46, 47;
    --light-color: 255, 255, 255;
}

::selection {
    color: rgba(var(--accent-color),1);
    background-color: rgba(var(--accent-color),.1);
}

a{
    color: rgba(var(--main-color),1);
    text-decoration: none;
    padding-bottom:0.15rem;
    background: linear-gradient(to top, rgba(var(--main-color),1) 0%, rgba(var(--main-color),1) 0.08rem, transparent 0.081rem) no-repeat left bottom / 0 100%;
    transition: background-size .3s;
    background-size: 100% 100%;
    display: inline-block !important;
}

.white-link a{
	color: rgba(var(--light-color),1) !important;
	text-decoration: none;
    padding-bottom:0.15rem;
    background: linear-gradient(to top, rgba(var(--light-color),1) 0%, rgba(var(--light-color),1) 0.08rem, transparent 0.081rem) no-repeat left bottom / 0 100%;
    transition: background-size .3s;
    background-size: 100% 100%;
    display: inline-block !important;
}

a:hover, .white-link a:hover{
  color:  rgba(var(--accent-color),1) !important;
  background: linear-gradient(to top, rgba(var(--accent-color),1) 0%, rgba(var(--accent-color),1) 0.08rem, transparent 0.081rem) no-repeat left bottom / 0 100%;
  background-size: 100% 100%;
  animation: underlined 1s both;
}

@keyframes underlined{
  from {
  background-size: 100% 100%;
  background-position: bottom right;
  }
  50% {
  background-size: 0 100%;
  background-position: bottom right;
  }
  50.01% {
  background-position: bottom left;
  }
  100% {
  background-size: 100% 100%;
  background-position: bottom left;
  }
}

.site-logo img, .site-logo-footer img{
	filter: invert(99%) sepia(2%) saturate(0%) hue-rotate(265deg) brightness(108%) contrast(100%);
	cursor: pointer;
}

.site-logo img:hover, .site-logo-footer img:hover{
	filter: invert(27%) sepia(63%) saturate(5597%) hue-rotate(344deg) brightness(96%) contrast(100%);
	transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
    transition-duration: 1.5s;
	cursor: pointer;
}

a.elementor-button-link, .no-link a{
    background: none !important;
}

a.elementor-button-link:hover, .text-W a{
    transition: all 0.3s;
    color: rgb(var(--light-color))!important;
}

.diff {
    mix-blend-mode:difference; 
}

.elementor-nav-menu li.menu-item-type-post_type a{
	padding: 12px 24px 12px 24px !important;
}

.elementor-nav-menu li.menu-item-type-post_type:last-child a{
	color: var( --e-global-color-primary );
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(var(--light-color),1);
	border-radius: 2px 2px 2px 2px;
}

.cta-btn .elementor-button, .elementor-nav-menu li.menu-item-type-post_type:last-child a{
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	line-height: 24px !important;
}

.cta-btn .elementor-button:after, .elementor-nav-menu li.menu-item-type-post_type:last-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--light-color));
  border-radius: 0px;
  z-index: -2;
}

.cta-btn .elementor-button:before, .elementor-nav-menu li.menu-item-type-post_type:last-child a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(var(--main-color));
  transition: all 0.3s;
  border-radius: 0px;
  z-index: -1;
}

.cta-btn .elementor-button:hover:before, .elementor-nav-menu li.menu-item-type-post_type:last-child a:hover:before {
  width: 100%;
}

.cta-btn-black .elementor-button{
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	line-height: 24px !important;
	color: rgb(var(--light-color));
}

.cta-btn-black .elementor-button:hover{
	color: rgb(var(--main-color)) !important;
}

.cta-btn-black .elementor-button:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--main-color));
  border-radius: 0px;
  z-index: -2;
}

.cta-btn-black .elementor-button:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(var(--light-color));
  transition: all 0.3s;
  border-radius: 0px;
  z-index: -1;
}

.cta-btn-black .elementor-button:hover:before{
  width: 100%;
}

.elementor-nav-menu li.menu-item-type-post_type:last-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--main-color));
  border-radius: 0px;
  z-index: -2;
}

.elementor-nav-menu li.menu-item-type-post_type:last-child a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(var(--light-color));
  transition: all 0.3s;
  border-radius: 0px;
  z-index: -1;
}

.elementor-nav-menu li.menu-item-type-post_type:last-child a:hover{
	color: rgb(var(--main-color)) !important;
}

.tag{
	padding: 4px 8px;
	border-radius: 24px;
	background-color: #D9D9D9;
}

/* -- menu background on scroll effect -- */

.elementor-sticky--effects{
   background: rgba(var(--light-color),1) !important;
}

.elementor-sticky--effects .site-logo img{
   filter: none !important;
}

.elementor-sticky--effects .elementor-menu-toggle, .elementor-sticky--effects .elementor-menu-toggle svg {
	color: rgb(var(--main-color)) !important;
	fill: rgb(var(--main-color)) !important;
	background-color: none;
}

.elementor-sticky--effects .elementor-menu-toggle:hover, .elementor-sticky--effects .elementor-menu-toggle svg:hover{
	color: rgb(var(--accent-color)) !important;
	fill: rgb(var(--accent-color)) !important;
	background-color: none;
}

.elementor-sticky--effects .site-logo img:hover{
   filter: invert(27%) sepia(63%) saturate(5597%) hue-rotate(344deg) brightness(96%) contrast(100%) !important;
	transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
    transition-duration: 1.5s;
	cursor: pointer;
}

.elementor-sticky--effects .white-link a{
   color: rgba(var(--main-color),1) !important;
}

.elementor-sticky--effects .elementor-nav-menu li.menu-item-type-post_type:last-child a, .elementor-nav-menu--dropdown ul li.menu-item-type-post_type:last-child a{
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(var(--main-color),1) !important;
	border-radius: 2px 2px 2px 2px;
	line-height: 24px !important;
}

.elementor-sticky--effects .elementor-nav-menu li.menu-item-type-post_type:last-child a:after {
  background-color: rgb(var(--light-color));
}

.elementor-sticky--effects .elementor-nav-menu li.menu-item-type-post_type:last-child a:before {
  background-color: rgb(var(--main-color));
}

.elementor-sticky--effects .elementor-nav-menu li.menu-item-type-post_type:last-child a:hover{
	color: rgb(var(--light-color)) !important;
}

.elementor-sticky--effects .white-link a:hover{
  color:  rgba(var(--accent-color),1) !important;
}

.elementor-sticky--effects, .sticky-menu ul li a {
  transition: .5s all ease-in-out;
}

.elementor-nav-menu--dropdown ul li a{
	color: rgb(var(--main-color)) !important;
}

/* -- fin menu background on scroll effect -- */

.footer-cta .cta-btn a{
	color:  rgba(var(--primary-color),1) !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(var(--light-color),1) !important;
	border-radius: 2px 2px 2px 2px;
	line-height: 24px !important;
}

.footer-cta .cta-btn a:hover{
	color:  rgba(var(--light-color),1) !important;
	border-color: rgba(var(--light-color),1) !important;
}

.liste-menu-footer .elementor-nav-menu>li:not(:last-child):after {
--e-nav-menu-divider-content: ", ";
	padding-right: 4px;
	border: none !important;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: var( --e-global-typography-text-line-height );
	letter-spacing: var( --e-global-typography-text-letter-spacing );
	margin-top:-16px;
}


.elementor-4602 { 
	width: 100%;
	animation: fadeInRight 1s ease-in-out;
}

.elementor-nav-menu--dropdown{
	top: 26px !important;
}

.elementor-nav-menu--dropdown ul li{
	text-align: center !important;
	padding: 12px 0 !important;
}

.elementor-widget-container h5{
	display: none;
}

.cat-elem .elementor-widget-container ul{
 	list-style: none;
	padding:0;
}

.cat-elem .elementor-widget-container ul li{
	display: inline;
	font-family: "neue-haas-grotesk-display", Sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 0.9rem;
	letter-spacing: 0.05rem;
	padding-right: 6px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 720px) {
    html {
         font-size: 16px !important;
    }
}

@media only screen and (min-width: 960px) {
    html {
         font-size: 17px !important;
    }
}

@media only screen and (min-width: 1240px) {
    html {
         font-size: 18px !important;
    }
    
}

@media (max-width: 1024px) {

}
