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

/*GENERAL------------------------------------------*/

body{
    overflow-x: hidden;
}


/*Floating cookie button*/
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: var(--e-global-color-text) !important;/*CHANGER LA COULEUR*/
    background: var(--e-global-color-text) !important;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(images/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}

/*Back to top button*/
#scroll-to-top i{
	position: relative;
}
#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 45px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 0 0 4px 0;
    background: url(images/back-to-top-w.png) no-repeat center 12px var(--e-global-color-primary);
    border-color: #fff;
    transition: .3s;
}
#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: var(--e-global-color-accent);
}

/*orange pills*/
.impkt-pills li.elementor-icon-list-item{
    background: #DD4205;
    background: -webkit-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD4205", endColorstr="#FF7031", GradientType=1);
    padding: 6px 12px;
    border-radius: 30px;
}


/*pills list*/
.impkt-pills-list > ul{
    gap: 10px 0;
}
.impkt-pills-list li.elementor-icon-list-item{
    background: #DD4205;
    background: -webkit-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD4205", endColorstr="#FF7031", GradientType=1);
    padding: 6px 12px;
    border-radius: 30px;
    text-align: center !important;
}

/*Accordion*/
.accordion-impkt details summary{
    justify-content: space-between!important;
}

/*LISTING FORMATIONS-------------------------------*/

.tile-text{
    font-size: 14px;
    line-height: 24px;
}
.tile-text .elementor-shortcode p:last-child{
    margin-bottom: 0px;
}

/*HEADER - MAIN MENU ------------------------------*/

.impkt-main-menu.desktop ul.sub-menu li a{
    border-left: none;
}

.impkt-main-menu.desktop .we-rugby a{
    color: #ffffff00!important;
    background-image: url(https://weform.britweb.fr/wp-content/uploads/2025/12/logo-we-rugby-blanc-isole.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.e-off-canvas__content .elementor-nav-menu .we-rugby a{
        color: #ffffff00!important;
    background-image: url(https://weform.britweb.fr/wp-content/uploads/2025/12/logo-we-rugby-blanc-isole.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*HOME PAGE / ACCUEIL -----------------------------*/


/*h1 title*/
span.home-h1-orange{
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    margin: 15px 0 20px 0;
    display: block;
}


/*Video button animation*/

@keyframes pulse-video {
    0%{
        width: 130%;
        height: 130%;
        top: -15%;
        left: -15%;
        background-color: rgba(255,255, 255, .2);
    }
    50%{
        width: 146%;
        height: 146%;
        top: -23%;
        left: -23%;
        background-color: rgba(255,255, 255, .2);
    }
    100%{
        width: 130%;
        height: 130%;
        top: -15%;
        left: -15%;
        background-color: rgba(255,255, 255, .2);
    }
    
}

/*titre outline en décalé*/

@media screen and (min-width:1440px) {
    
    .homepage.outlined-text h2{
        display: flex;
        flex-direction: column;
    }

    .homepage.outlined-text .ligne.n1{
        margin-bottom: 10px;

    }
    .homepage.outlined-text .ligne.n2{
        margin-bottom: 10px;
        padding-left: 580px;
    }
    .homepage.outlined-text .ligne.n3{
        margin-bottom: 10px;
        padding-left: 750px;
    }
    .homepage.outlined-text .ligne.n4{
        padding-left: 920px;
    }


}

.homepage.outlined-text .img-vous{
    background-image: url(images/vous-icon.png);
    margin-right: 20px;
}
.homepage.outlined-text span.img-vous{
    display: inline-block;
    height: 78px;
    width: 78px;
    margin-bottom: -15px;
    transform: scale(.9);
    transition: .3s;
}
.homepage.outlined-text h2:hover span.img-vous{
    transform: scale(1) rotate(-18deg);
}

/*Carousel des formations*/
.home-formations-carousel .swiper-slide{
    filter: blur(5px);
    opacity: 0.8;
    transform: scale(.8);
    transition: .3s;
}
.home-formations-carousel .swiper-slide.swiper-slide-active{
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
}
.home-formations-carousel .carousel-pills li.elementor-icon-list-item{
    background: #DD4205;
    background: -webkit-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    background: linear-gradient(90deg, rgba(221, 66, 5, 1) 0%, rgba(255, 112, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD4205", endColorstr="#FF7031", GradientType=1);
    padding: 6px 12px;
    border-radius: 30px;
}

/*We-Rugby*/


/*Carrousel Nos Partenaires*/
.partenaires-carousel .swiper-slide{
    filter: blur(0px);
    opacity: 1;
    transition: .5s;
}
.partenaires-carousel .swiper-slide[aria-hidden="true"]{
    filter: blur(2px);
    opacity: 0;
}

/*Carrousel avis*/
.home-avis .elementor-testimonial__name{
    margin-bottom: -6px;
}
.home-avis .elementor-testimonial__text{
    text-align: justify;
}

.home-avis .swiper-slide{
    filter: blur(20px);
    opacity: 0.0;
    transform: scale(.8);
    transition: .3s;
}

.home-avis .swiper-slide-active,
.home-avis .swiper-slide-next{
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
}

/*We-From en chiffres - Animation*/

.animated-number .elementor-counter-number-wrapper{
    animation: 8s nmbrs-lightup infinite;
}

.animated-number.anim1 .elementor-counter-number-wrapper{
    animation-delay: 0s;
}
.animated-number.anim2 .elementor-counter-number-wrapper{
    animation-delay: .5s;
}
.animated-number.anim3 .elementor-counter-number-wrapper{
    animation-delay: 1s;
}

@keyframes nmbrs-lightup{
    0%{
        color: #0097A500
    }
    45%{
        color: #0097A500
    }
    50%{
        color: #fff;
    }
    55%{
    color: #0097A500
    }
}


/*PAGE BILAN DE COMPETENCES---------------------------------------------------------*/

/*Outline text & icon*/
.outlined-text span.img-biceps{
    background-image: url(images/biceps-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 24px;
}
.outlined-text span.img-biceps{
    display: inline-block;
    height: 78px;
    width: 78px;
    margin-bottom: -15px;
    transform: scale(.9);
    transition: .3s;
}
.outlined-text.bilan-comp:hover span.img-biceps{
    transform: scale(1) rotate(-8deg);
}

.outlined-text span.img-success-1{
    background-image: url(images/success-1-icon-lg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 24px;
    display: inline-block;
    height: 78px;
    width: 78px;
    margin-bottom: -15px;
    transform: scale(.9);
    transition: .3s;
}
.outlined-text.bilan-comp:hover span.img-success-1{
    transform: scale(1) rotate(-2deg);
}


.outlined-text span.img-growth{
    background-image: url(images/growth-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 24px;
    display: inline-block;
    height: 78px;
    width: 78px;
    margin-bottom: -15px;
    transform: scale(.9);
    transition: .3s;
}
.outlined-text.bilan-comp:hover span.img-growth{
    transform: scale(1.05) translateY(-5.5%);
}


.outlined-text span.img-rocket{
    background-image: url(images/rocket-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 24px;
    display: inline-block;
    height: 78px;
    width: 78px;
    margin-bottom: -15px;
    transform: scale(1) rotate(-45deg) translate(-15px, 0);
    opacity: 1;
    transition: transform 0s, opacity .3s;
}
.outlined-text.bilan-comp:hover span.img-rocket{
    transform: scale(0) rotate(-10deg) translate(10px, -55px);
    opacity: 0;
    transition: 1.75s;
    transition-timing-function: ease-in;
}


/*Pills list (numbered list)*/
.pills-list.num1, .pills-list.num2, .pills-list.num2,.pills-list.num3, .pills-list.num4, .pills-list.num5, .pills-list.num6{
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transition: .5s;
}
.pills-list.num1{
    animation-name: pill-list-1-a;
    animation-delay: 0s;
}
.pills-list.num2{
    animation-name: pill-list-1-b;
    animation-delay: .5s;
}
.pills-list.num3{
    animation-name: pill-list-1-b;
    animation-delay: 1s;
}
.pills-list.num4{
    animation-name: pill-list-1-b;
    animation-delay: 1.5s;
}
.pills-list.num5{
    animation-name: pill-list-1-b;
    animation-delay: 2s;
}
.pills-list.num6{
    animation-name: pill-list-1-b;
    animation-delay: 2.5s;
}

@keyframes pill-list-1-a {
    5%{
        background-color: var(--e-global-color-accent);
    }
    10%{
        background-color: var(--e-global-color-secondary);
    }
    30%{
        background-color: var(--e-global-color-secondary);
    }
    38%{
        background-color: var(--e-global-color-accent);
    }
}
@keyframes pill-list-1-b {
    0%{
        background-color: var(--e-global-color-secondary);
    }
    5%{
        background-color: var(--e-global-color-accent);
    }
    10%{
        background-color: var(--e-global-color-secondary);
    }
}

/*Carousel étapes*/
.bilan-comp-steps-container .swiper{
    position: relative;
}
.bilan-comp-steps-container .swiper:before,
.bilan-comp-steps-container .swiper:after
{
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 11;
}
.bilan-comp-steps-container .swiper:before{
    left: -50%;
    background: #ffffff;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}
.bilan-comp-steps-container .swiper:after{
    right: -50%;
    background: #ffffff;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

.bilan-comp-steps-container .elementor-swiper-button{
    height: 100%;
    align-items: center;
}

.bilan-comp-steps-container .swiper-button-disabled{
    display: none!important;
}


.bilan-comp-steps-list{
    margin-left: -32px;
    margin-bottom: -15px;
}

.bilan-comp-steps-list ul{
    list-style: none;
    margin-bottom: -15px;
    padding-left: 70px;
    overflow: hidden;
}

.bilan-comp-steps-list li{
    position: relative;
    margin-top: 15px;
}

.bilan-comp-steps-list li:before{
    content: "";
    position: absolute;
    left: -70px;
    top: 3px;
    display: block;
    width: 60px;
    height: 20px;
    background-image: url(images/arrow-right-grey.png);
    background-position: right center;
}


/*Formations en apprentissage - Filters*/

#filters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 30px;
}

#filters select{
    width: calc(50% - 15px);
    padding: 8px 18px 8px 12px;
    border-radius: 4px;
    border: 1px solid #777;
}


/*Formation en apprentissage - Loop*/
#loop-grid.formation-apprentissage .e-loop-item > .elementor-element{
    height: 100%;
}


/*PAGE WE-RUGBY*/

#impkt-hotspot-accordion .e-n-accordion-item-title-text,
#impkt-hotspot-accordion .e-n-accordion-item-title-icon svg{
    transition: .3s;
}

.impkt-balle-btn .e-hotspot__button .e-hotspot__outer-circle {
    animation: hotspot-pulse 4s linear infinite/*, delay-animation 8s linear infinite*/;
    background-color: rgb(210 95 47 / 25%);
}
.impkt-balle-1 .e-hotspot__button{
    transform: scale(0.8);
}
.impkt-balle-4 .e-hotspot__button{
    transform: scale(1.25);
}
.impkt-balle-4 .e-hotspot__button{
    transform: scale(1.5);
}


.impkt-balle-btn .e-hotspot__button .e-hotspot__inner-circle{
    animation: hotspot-pulse-front 4s linear infinite/*, delay-animation 8s linear infinite*/;
}

@keyframes hotspot-pulse {
    0%{
        transform: scale(0);
        opacity: 0;
    }
    33%{
        transform: scale(0);
        opacity: 0;
    }
    44%{
        transform: scale(0.325);
        opacity: 1;
    }
    66%{
        transform: scale(1.75);
        opacity: 0;
    }
    100%{
        transform: scale(1.75);
        opacity: 0;
    }
}

/*@keyframes hotspot-pulse-front-old {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}*/

@keyframes hotspot-pulse-front {
    0%{
        opacity: 0;
    }
    33%{
        opacity: 0;
    }
    49.5%{
        opacity: 1;
    }
    66%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}


/*SINGLE POST TEMPLATE*/

.side-recent-post .elementor-post__text{
    display: flex;
    justify-content: center;
}

.cta-img{
    padding-top: 15px;
    margin: 30px 0 -12px 0;
}
.cta-img img{
    max-height: 350px;
    object-fit: cover;
}

.cta-btn{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .6px;
    margin-top: -35px !important;
    margin-bottom: 35px !important;
}

.cta-btn a{
    transition: .3s;
    padding-bottom: 11px!important;
}
.cta-btn a:hover{
    background-color: var(--e-global-color-text)!important;
}

/*CONTACT FORM 7 PERSONNAL STYLING*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    font-family: var(--e-global-typography-text-font-family);
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    margin-bottom: 12px;
}
.cf-col-12.submit{
    text-align: left;
    margin-top: -20px;
}


.cf-container label{
    width: 100%;
}
.cf-container input,
.cf-container textarea{
    border: 2px solid #f2f2f2;
    border-radius: 4px 4px 2px 2px;
    background-color: #f2f2f2;
    margin-top: 10px;
}
.cf-container input:hover,
.cf-container textarea:hover{
    outline: none;
    border-color: #f2f2f2;
    border-bottom-color: #dbdbdb;
}
.cf-container input:focus,
.cf-container textarea:focus{
    outline: none;
    border-color: #f2f2f2;
    border-bottom-color: var(--e-global-color-accent);
    box-shadow: 0 3px 4px -3px #d2d2d2;
}

.cf-container textarea{
    height: 165px;
}

.cf-container .wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: .9em;
}

.cf-col-12.acceptance{
    margin-top: -12px;
}

.wpcf7-acceptance{
    font-size: 14px;
}

.wpcf7-acceptance input[type="checkbox"]{
    margin-top: 0px;
}

.wpcf7-acceptance .wpcf7-list-item label{
    display: flex;
    gap: 8px;
}

.cf-col-12.submit input{
    margin-top: 15px;
    border: none;
    background-color: var(--e-global-color-accent);
}

.cf-col-12.submit input:hover{
    background-color: var(--e-global-color-d57fdf6);
}

@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}











/*RESPONSIVE*/

@media screen and (max-width:1440px) {
    .carousel-pills ul{
        gap: 20px 0;
    }
}



@media screen and (max-width:1024px) {

    /*h1 title*/
    span.home-h1-orange{
        font-size: 18px;
        line-height: 18px;
        margin: 12px 0 16px 0;
    }

    .homepage.outlined-text .img-vous{

    }

    
    .homepage.outlined-text span.img-vous{
        height: 62px;
        width: 64px;
        background-size: 100%;
    }


    .outlined-text span.img-biceps{
        height: 52px;
        width: 52px;
        background-size: 52px;
    }

}


@media screen and (max-width:768px){

    /*h1 title*/
    span.home-h1-orange{
        font-size: 16px;
        line-height: 16px;
        margin: 8px 0 10px 0;
    }

    .bilan-comp-steps-list li:before {
        left: -50px;
        width: 40px;
    }
}

@media screen and (max-width:360px){
    /*formation en apprentissage - Loop*/
    #loop-grid.formation-apprentissage .ctas{
        justify-content: center;
    }
}
