/*
Theme Name:   Collectif WEB
Theme URI:    https://collectif-web.ca
Description:  Un super thème réalisé avec ♥ par le Collectif WEB
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
*/

/*
    Add your custom styles here
*/

@font-face { 
	font-family: 'Antro Vectra'; 
	src: url('https://foodarom.collectifweb.dev/wp-content/uploads/2025/02/Antro_Vectra_Bolder.woff'); 
	font-weight: 400;
} 

.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child {
	margin-bottom: 0;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding: 0 0 20px 20px;
}

.elementor-widget-text-editor a {
	color: #21B2B9;
	text-decoration: underline;
}

.elementor-location-header {
	position: fixed;
    top: 0;
    transition: top 0.3s;
    width: 100%;
	z-index: 9999;
}

.nav-up {
    top: -150px;
}

.elementor-location-header > .e-con {
	transition: .3s;
}

.nav-down > .e-con {
	background-color: #171717!important;
	padding: 12px 60px!important;
}

h1 span {
	font-family: 'Antro Vectra';
	font-size: 150px;
	line-height: 0.5;
	text-transform: none;
	font-weight: 400;
}

h2 span {
	font-family: 'Antro Vectra';
	font-size: 80px;
	line-height: 1.1;
	text-transform: none;
	font-weight: 400;
}

.small-animated-plus a,
.big-animated-plus a {
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s;
	right: -160px;
}

.big-animated-plus a {
	right: -210px;
}

.small-animated-plus a:hover,
.big-animated-plus a:hover {
    right: 0px!important;
}


.small-animated-plus a:after,
.big-animated-plus a:after {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    margin-left: 20px;
    opacity: 0;
    transition: .3s;
	font-size: 22px;
}

.big-animated-plus a:after {
	font-size: 40px;
}

.small-animated-plus a:hover:after,
.big-animated-plus a:hover:after {
    opacity: 1!important;
}

.elementor-element.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: linear;
    }

    from {
   
        transform: translate3d(0, 5px,0)
    }

    25% {
  
        transform: translate3d(0,-5px,0)
    }

    50% {
        transform: translate3d(0,5px,0)
    }

    75% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}


@media screen and (max-width: 1025px) {
	
	.nav-down > .e-con {
		padding: 30px!important;
	}
	
	h1 span {
		font-size: 100px;
	}
	
	h2 span {
		font-size: 42px;
	}
	
	.small-animated-plus a {
		right: -140px!important;
	}
	
	.small-animated-plus a:after {
		font-size: 20px!important;
	}
	
	.big-animated-plus a {
    	right: -190px;
	}
	
	.big-animated-plus a:after {
		font-size: 32px!important;
	}
	
}


@media screen and (max-width: 768px) {
	
	.nav-down > .e-con {
		padding: 20px!important;
	}
	
	h1 span {
		font-size: 50px;
	}
	
	h2 span {
		font-size: 32px;
	}
	
	.big-animated-plus a:after {
		font-size: 28px!important;
	}
	
	.big-animated-plus a {
        right: -170px;
    }
	
	.small-animated-plus a:after {
		font-size: 18px!important;
	}
	
	.small-animated-plus a {
        right: -130px !important;
    }
	
	.hide-mobile {
		display: none!important;
	}
	
}
