/* ============================================
   SIP – Sales In Progress – CSS Custom
   ============================================ */


b {
    color: #74B9FF
}
.header a {
	    color: #222; 
}

a {
    color: #5193D6; 
    text-decoration: none;
    transition: filter 0.3s ease; 
}

.bluebg {
    color: #222!important; 
}

a:hover {
    filter: brightness(80%);
}


/*HEADER*/
.header-rt .elementor-icon .far:hover,
.header-rt .elementor-icon .fas:hover {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease-out;
}

.header-rt .elementor-icon .far,
.header-rt .elementor-icon .fas {
    transition: transform 0.5s ease-out;
}

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

    #header-contact .elementor-widget-wrap {
        display: grid;
        justify-content: space-around;
        grid-template-columns: .8fr 1fr;

    }

    #header-menu .elementor-nav-menu {
        margin-bottom: 40px;
    }
}

#home-formations .elementor-column {height:400px}

#header-tel p, #header-contact p {margin-top:auto; margin-bottom:auto; }

#header-tel a {color:#DC7230}
#header-contact a {color:white}


/* HOME PAGE */

#home-resultats .elementor-icon i,
#home-resultats .elementor-icon svg {
    margin-top: 7px;
}

#home-temoignage .elementor-icon-box-icon {
    margin-right: -10px;
    margin-top: -15px;
}


/*FOOTER*/

#footer-form .elementor-field-label {
    display: none;
}

/*Footer animate*/

.footer-anim {
    background-color: transparent;
    transition: background-color .5s linear;
}

.blue-footer {
    background-color: var(--e-global-color-primary);
    transition: background-color .5s linear;
}


/*Page FORMATIONS*/
.encart-formation {
    height: 20vw;
}


.onglet-formations .elementor-tabs-content-wrapper {
    border: none !important;
    margin: 2% 8% 0 8%;
}


.onglet-formations .elementor-tab-title {
    opacity: 0.5;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid transparent;
    transition: all 1s ease-out;
}

.onglet-formations .elementor-tab-title::before,
.onglet-formations .elementor-tab-title::after {
    border: none !important
}

.onglet-formations .elementor-tab-title:hover {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.onglet-formations .elementor-tab-title.elementor-active {
    opacity: 1;
    border-bottom: 1px solid #70707066;
    transition: border-bottom 0.5s ease-out;
}

.onglet-formations .elementor-active:before,
.onglet-formations .elementor-active:after {
    border-right: 2px solid !important;
    content: '';
    display: block;
    margin-top: -6px !important;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) !important;
    right: 3px !important;
    top: 50% !important;
    width: 0;
}

.onglet-formations .elementor-tab-title.elementor-active:after {
    margin-top: -11px !important;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 9px;
}

.onglet-formations .elementor-tab-title.elementor-active:hover,
.onglet-formations .elementor-tab-title.elementor-active:focus,
.onglet-formations .elementor-tab-title.elementor-active:hover:before,
.onglet-formations .elementor-tab-title.elementor-active:hover:after,
.onglet-formations .elementor-tab-title.elementor-active:focus:before,
.onglet-formations .elementor-tab-title.elementor-active:focus:after {
    color: #000;
}

/*page CONVICTIONS*/
.equipes .elementor-icon {
    position: absolute;
}

.equipes .swiper-pagination-bullets {
    bottom: -40px
}

/*Section Équipe  ============================================ */

.sip-equipe--radial {
    padding: 40px 0 80px;
}

.sip-equipe__scene {
    position: relative;
    height: 1000px;
    max-width: 960px;
    margin: 0 auto;
}

/* Fondateur – centré */
.sip-equipe__scene .sip-membre--fondateur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.sip-equipe__scene .sip-membre--fondateur .sip-membre__photo img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.sip-equipe__scene .sip-membre--fondateur .sip-membre__nom {
    font-size: 1.2rem;
    margin: 10px 0 4px;
}

.sip-equipe__scene .sip-membre--fondateur .sip-membre__fonction {
    font-size: 0.85rem;
    opacity: 0.7;
    margin: 0 0 10px;
}

/* Membres en orbite */
.sip-equipe__scene .sip-membre--grid {
    position: absolute;
    width: 160px;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sip-equipe__scene .sip-membre--grid.sip-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.sip-equipe__scene .sip-membre--grid .sip-membre__photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: block;
}

.sip-equipe__scene .sip-membre--grid .sip-membre__nom {
    font-size: 0.9rem;
    margin: 0 0 3px;
}

.sip-equipe__scene .sip-membre--grid .sip-membre__fonction {
    font-size: 0.78rem;
    opacity: 0.7;
    margin: 0 0 8px;
}

/* LinkedIn */
.sip-membre__linkedin {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s;
}

.sip-membre__linkedin:hover {
    opacity: 0.75;
}

/* Mobile – liste verticale */
@media (max-width: 768px) {
    .sip-equipe__scene {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 20px 0;
    }

    .sip-equipe__scene .sip-membre--fondateur,
    .sip-equipe__scene .sip-membre--grid {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        left: auto !important;
        top: auto !important;
        width: 160px;
    }
}


/*Pages PEPITES*/
.dlprog {display:block;width:100%;background:#A51C30;margin-top:-23px;padding:5px;border:none;text-align: center;}

/*page RESSOURCES */
.tab-ressources .elementor-tabs-wrapper {
    margin-left: 20%;
}

.ressource-podcast .elementor-icon svg {
    width: auto;
    height: 1em;
}




/*page INNER GAME*/
.ig-faq .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-content {
    display: block;
}

.innergame-reco .ht-client-info-3 h4 {
    display: block !important;
}

.innergame-reco .ht-client-img-2 img {
    -webkit-box-shadow: 15px -16px 0px 0px #A51C30;
    box-shadow: 15px -16px 0px 0px #A51C30;
}

.innergame-reco .ht-client-info-3 span::before {
    display: none;
}

.innergame-reco .ht-single-testimonial-wrap {
    border: none !important;
}

.innergame-popup .elementor-field-type-radio .elementor-field-subgroup {
    display: inline-block;
}

.innergame-popup .elementor-field-type-radio .elementor-field-subgroup label {
    cursor: pointer;
}

.innergame-popup .elementor-field-type-radio .elementor-field-subgroup span {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #74B9FF;
    height: 50px;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}

.innergame-popup .elementor-field-type-radio .elementor-field-subgroup input {
    vertical-align: top;
    margin-top: 5px;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    padding-left: 8px;
    background: #0069d9;
    cursor: pointer;
}

.innergame-popup .elementor-field-type-radio .elementor-field-subgroup span input:checked {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

/*Animations*/
.rt .elementor-icon,
.rt .elementor-button-icon {
    -webkit-transform: rotate(0deg);
    transition: all 1s ease-out;
}

.rt .elementor-icon:hover,
.rt .elementor-button-icon:hover {
    -webkit-transform: rotate(360deg);
    transition: all 1s ease-out;
}

/*Woocommerce*/
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #74B9FF
}

.product.type-product .product_title.entry-title {
    font-size: 1.5rem;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #A51C30 !important;
    background-color: #A51C30 !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    background: #A51C30 !important;
    background-color: #A51C30 !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    background: #A51C30 !important;
    color: white !important;
    text-shadow: transparent !important;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #A51C30 !important;
    box-shadow: none;
    text-shadow: transparent !important;
    color: white !important;
    border-color: #ca0606 !important;
}

/*Réservations*/

.resa-short-desc {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 0.9rem;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    margin-top: 15px;
}

.summary .woocommerce-variation-price {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.summary p.price {
    display: none;
}

/*PRODUITS*/

/*PAGE CONFIANCE EN SOI */

#confiance-en-soi .encart-formation {
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 9999;
    width: 10vw;
    height: calc(320px - 3vw);


}

#confiance-en-soi .encart-formation .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    justify-content: center;
}


/*RESPONSIVE*/

/*Desktop*/
@media only screen and (min-width:1025px) {
    .header-contact-mobil {
        display: none;
    }
}

/*Tablet*/
@media only screen and (max-width: 1024px) {
    .header-menu .elementor-nav-menu--dropdown {
        position: absolute;
        z-index: 999;
        top: 55px;
        left: 40px;
    }

    .encart-formation {
        height: 30vh;
    }

    .onglet-formations .elementor-tab-content {
        padding: 0 !important;
    }
}

/*Mobile*/
@media only screen and (max-width: 600px) {
    .encart-formation {
        height: 417px;
    }

    #convictions .elementor-image-box-content,
    .changement .elementor-widget-wrap.elementor-element-populated {
        padding: 0 20px 0 20px;
    }


}
