/**
Theme Name: unstoppable-us
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unstoppable-us
Template: astra
*/

/* --------------------------------------------------
   BASE
-------------------------------------------------- */

/* ----- VARIABLES */

:root {
    /* Colors */
    --brown: #35301E;
    --brown-light: #494434;
    --green: #E1FF95;
    --off-white: #F9F9F9;
    --pink: #FFC4B5;
    --purple: #AFB3E4;
    --teal: #00AFCB;
    --turquoise: #ACE5E0;
}

/* --------------------------------------------------
   TESTIMONIALS
-------------------------------------------------- */

/* ----- ANIMATIONS */

@-webkit-keyframes left-to-right-looping {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(100% - 100vw + 30px));
        transform: translateX(calc(100% - 100vw + 30px));
    }
}

@keyframes left-to-right-looping {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(100% - 100vw + 30px));
        transform: translateX(calc(100% - 100vw + 30px));
    }
}

@-webkit-keyframes right-to-left-looping {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% + 100vw - 30px));
        transform: translateX(calc(-100% + 100vw - 30px));
    }
}

@keyframes right-to-left-looping {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% + 100vw - 30px));
        transform: translateX(calc(-100% + 100vw - 30px));
    }
}

@-webkit-keyframes bottom-to-top-looping {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(calc(-100% + 800px));
        transform: translateY(calc(-100% + 800px));
    }
}

@keyframes bottom-to-top-looping {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(calc(-100% + 800px));
        transform: translateY(calc(-100% + 800px));
    }
}

/* ----- STYLE */

.testimonials {
    overflow: hidden !important;
    position: relative !important;
    z-index: 5 !important;
    flex-wrap: nowrap !important;
    margin-top: -100px !important;
    padding: 50px 30px 0 !important;
    background-image: url("/wp-content/uploads/2025/03/brush-shape-brown.png"),
                      linear-gradient(var(--brown), var(--brown));
    background-position: top,
                         bottom;
    background-size: 100% 100px,
                     100% calc(100% - 50px);
    background-repeat: no-repeat,
                       no-repeat;
}

.testimonials__title-container {
    flex: none !important;
    align-self: center !important;
    align-items: center !important;
    gap: 15px !important;
    max-width: 400px;
    padding: 60px 30px 30px !important;
    text-wrap: balance;
}

.testimonials__title-container::before {
    content: "" !important;
    position: unset !important;
    flex: none;
    width: 75px !important;
    height: 60px !important;
    background-color: var(--green);
    mask-image: url("/wp-content/uploads/2025/03/speech-bubble.svg");
    mask-size: 100%;
    mask-repeat: no-repeat;
}

.testimonials__title-container h2 {
    color: white !important;
    text-align: center !important;
}

@media only screen and (min-width: 1025px) {
    
    .testimonials__title-container {
		flex: auto !important;
        align-items: flex-start !important;
        width: 33% !important;
		min-width: 250px !important;
        max-width: 500px;
        margin: 0 auto 110px !important;
        padding: 30px !important;
    }
    
    .testimonials__title-container h2 {
        text-align: unset !important;
    }
}

.testimonials__carousel-container {
    overflow: visible !important;
    flex: none !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    gap: unset !important;
    padding: 0 0 110px !important;
}

@media only screen and (min-width: 1025px) {
    
    .testimonials__carousel-container {
        position: relative;
        flex: initial !important;
        overflow: hidden !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: unset !important;
        height: 800px !important;
        transform: translateX(60px);
    }
    
    .testimonials__carousel-container::before {
        content: "" !important;
        position: absolute !important;
        z-index: 1;
        inset: 0 0 auto !important;
        height: 150px !important;
        background-image: linear-gradient(
            to bottom,
            hsla(47, 28%, 16%, 1) 0%,
            hsla(47, 28%, 16%, 0.738) 19%,
            hsla(47, 28%, 16%, 0.541) 34%,
            hsla(47, 28%, 16%, 0.382) 47%,
            hsla(47, 28%, 16%, 0.278) 56.5%,
            hsla(47, 28%, 16%, 0.194) 65%,
            hsla(47, 28%, 16%, 0.126) 73%,
            hsla(47, 28%, 16%, 0.075) 80.2%,
            hsla(47, 28%, 16%, 0.042) 86.1%,
            hsla(47, 28%, 16%, 0.021) 91%,
            hsla(47, 28%, 16%, 0.008) 95.2%,
            hsla(47, 28%, 16%, 0.002) 98.2%,
            hsla(47, 28%, 16%, 0) 100%
        );
    }
}

.testimonials__carousel {
    flex: none !important;
    display: flex;
    flex-direction: row !important;
    overflow: visible !important;
    gap: 30px !important;
    width: max-content !important;
    height: 400px !important;
    padding: 15px 0 !important;
}

.testimonials__carousel:nth-child(1) {
    align-self: flex-start;
    -webkit-animation: right-to-left-looping 25s linear infinite;
    animation: right-to-left-looping 25s linear infinite;
}

.testimonials__carousel:nth-child(2) {
    align-self: flex-end;
    -webkit-animation: left-to-right-looping 30s linear infinite;
    animation: left-to-right-looping 30s linear infinite;
}

.testimonials__carousel:nth-child(3) {
    display: none;
}

@media only screen and (min-width: 1025px) {
    
    .testimonials__carousel {
        flex: 1 !important;
        align-self: unset !important;
        flex-direction: column !important;
        width: unset !important;
		min-width: min-content !important;
        height: fit-content !important;
        padding: 0 15px !important;
    }
    
    .testimonials__carousel:nth-child(1) {
        -webkit-animation: bottom-to-top-looping 30s linear infinite;
        animation: bottom-to-top-looping 30s linear infinite;
    }
    
    .testimonials__carousel:nth-child(2) {
        -webkit-animation: bottom-to-top-looping 35s linear infinite;
        animation: bottom-to-top-looping 35s linear infinite;
    }
    
    .testimonials__carousel:nth-child(3) {
        display: flex;
        -webkit-animation: bottom-to-top-looping 30s linear infinite;
        animation: bottom-to-top-looping 30s linear infinite;
    }
}

.testimonials__carousel > .testimonials__text-card,
.testimonials__carousel > .testimonials__image-card {
    flex: none !important;
    order: unset !important;
    width: 325px !important;
    height: 100% !important;
    min-height: unset !important;
    border-radius: 10px;
}

.testimonials__carousel > .testimonials__text-card {
    justify-content: center !important;
    gap: 20px;
    padding: 20px !important;
    font-size: 22px !important:
    font-weight: 600;
}

@media only screen and (min-width: 1025px) {
    
    .testimonials__carousel > .testimonials__text-card,
    .testimonials__carousel > .testimonials__image-card {
        width: 300px !important;
        height: 400px !important;
    }
}

.testimonials__carousel > .testimonials__text-card .elementor-widget-text-editor {
	margin: 0 auto;
}

.testimonials__carousel > .testimonials__text-card p {
    margin: unset !important;
    line-height: 1.2 !important;
}

.testimonials__carousel > .testimonials__text-card--blue p,
.testimonials__carousel > .testimonials__text-card--orange p {
    color: white !important;
}

.testimonials__carousel > .testimonials__text-card p strong {}

.testimonials__carousel > .testimonials__text-card p em {
    font-size: 13px !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.testimonials__carousel > .testimonials__text-card img {
    width: 50px;
    height: auto !important;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50% !important;
}

.testimonials__carousel > .testimonials__image-card {
    overflow: hidden;
}

.testimonials__carousel > .testimonials__image-card img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

/* --------------------------------------------------
   ...
-------------------------------------------------- */

.ast-plain-container.ast-no-sidebar #primary {
    margin: unset !important;
}

#masthead {
    position: sticky;
    top: 0;
}

#ast-mobile-header{
    width: 100%;
}

#recipient{
    display: none;
}

.elementor-widget-text-editor{
    font-family: "Poppins" !important;
    font-weight: 400;
}

.semi-bold.elementor-widget-text-editor{
    font-family: "Poppins" !important;
    font-weight: 600;
}

.elementor-button, .wpcf7-submit, .btn .elementor-button2, .menu-item-182 a, .menu-item-180 a, .menu-item-377 a{
    font-family: "Verveine" !important;
    font-size: 24px !important;
    padding: 15px 30px !important;
    border-radius: 24px !important;
    background: #35301E !important;
    color: #E1FF95 !important;
    opacity: 0.9 !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}



.elementor-button-content-wrapper {
    column-gap: 15px;
}

.wpcf7-submit{
    background: #E1FF95 !important;
  color: #000000 !important;
}

.cadre .elementor-button{
    font-family: "Poppins" !important;
    font-weight: 700;
    font-size: 18px !important;
}

.cadre .elementor-widget-text-editor{
    font-family: "Poppins" !important;
    font-weight: 600;
    font-size: clamp(0.875rem, 0.282vw + 0.787rem, 1.125rem) !important;
    
}

.menu-item-182 a, .menu-item-180 a, .menu-item-377 a {
    color: #E1FF95 !important;
    line-height:22px !important;
    height:35px !important;
    font-size: 18px !important;
    padding: 6px 30px !important;
}

.btn2 .elementor-button {
    background: #E1FF95 !important;
    color: #000000 !important;
}

input, textarea, select {
    border-radius: 30px !important;
}

.elementor-button:hover, .menu-item-182 a:hover, .menu-item-180 a:hover {
    opacity: 1 !important;
}

.elementor-button svg {
    fill: #E1FF95 !important;
}

.btn2 .elementor-button svg, .mobile-menu-toggle-icon svg {
    fill: #000000 !important;
}

h1, h2{
    font-family: "Verveine" !important;
    font-size: clamp(1.875rem, -0.8036rem + 8.5714vw, 5.625rem) !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

h2{
    font-family: "Verveine" !important;
    line-height: 1.2em !important;
    font-size: 45px !important;
    text-align: left !important;
}

#about-us h2, #qui-sommes-nous h2{
    font-size: 52px !important;
}


h3{
    font-family: "Verveine" !important;
    font-size: 30px !important;
    color: #000000 !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    text-align: center !important;
    min-height: 73px;
}

.elementor-widget-text-editor{
    color: #35301E !important;
}

#contact .elementor-widget-text-editor{
    color: #E1FF95 !important;
    font-size: clamp(20px, 1.21vw + 12.73px, 36px);
    font-family: "Poppins" !important;
    margin-bottom: 20px;
}

.section1 h2{
    font-weight: normal !important;
    color: #000000 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    text-align: center !important;
    font-family: "Poppins" !important;
}

.section1 h2 a{
    color: #00AFCB !important;
}

.verveine, .verveine p{
    font-family: "Verveine" !important;
    color: #000000 !important;
    font-size: clamp(24px, 1.82vw + 13.09px, 48px);
    line-height: 1.35;
}

#about-us .verveine p, #qui-sommes-nous .verveine p{
    font-size: clamp(1.875rem, 0.7143rem + 3.7143vw, 3.5rem) !important;
}

footer p, footer a{
    color: #ffffff !important;
}

footer .site-below-footer-wrap{
    margin-top: -36px !important;
    background: transparent url("/wp-content/uploads/2024/04/bg_footer.png") no-repeat 0 0 !important;
    background-size: cover !important;
    z-index: 3 !important;
    position: relative !important;
    border: none !important;
}

#ast-scroll-top{
    background-color: #35301E !important;
}

#menu-item-181 a span, #menu-item-179 a span{
    text-transform: uppercase;
}

#primary-site-navigation-desktop .main-navigation a, .wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
    color:#000000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450 !important;
  border: none !important;
  color: white !important;
}

.cadre .e-con-inner .e-con-inner {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    border: solid 20px white;
    padding: 0 0 20px 0 !important;
    background: #FFC4B5;
    background-size: 100% auto;
    
}

.cadre .e-con-inner .e-con-inner h3 {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: clamp(1.25rem, 0.8rem + 0.7vw, 1.625rem) !important;
    margin-bottom: 10px;
    padding: 0 10px;
}

@media only screen and (min-width: 768px) {
    .cadre .e-con-inner .e-con-inner h3 {
        background: transparent url("/wp-content/uploads/2024/04/bg_titre.png") no-repeat 0 0;
        background-size: 100% 100%;
    }
}

.cadre .e-con-inner .e-con-inner p {
    padding: 0 10px;
}

.cadre .e-con-inner .cadre2 .e-con-inner {
    background: #A0C2E8;
    background-size: 100% auto;
}

.cadre .elementor-widget-text-editor{
    max-width: 80% !important;
}

.entry-content p {
  margin-bottom: 1em !important;
}

#about-us a, #qui-sommes-nous a{
    font-family: "Verveine" !important;
    color: #00AFCB !important;
    font-size: 32px;
    text-decoration: none;
}

#about-us a:hover, #qui-sommes-nous a:hover{
    text-decoration: underline !important;
}

/*.about-txt{
    min-height:184px;
}*/

.elementor-element-9a4cce4, .elementor-element-521703a {
    background: transparent url("/wp-content/uploads/2024/04/classe.png") no-repeat 100% 100%;
    background-size: 90% auto;
    /*background-size: auto 50%;*/
}

.elementor-element-de8f70d, .elementor-element-48d6e4a {
    background: transparent url("/wp-content/uploads/2024/04/bureau.png") no-repeat 0 100%;
    background-size: 70% auto;
    /*background-size: auto 50%;*/
}

#contact {
    background: transparent url("/wp-content/uploads/2024/10/bg_orange.png") repeat-x 50% 0;
    background-size: auto 100%;
    z-index: 9;
}

#ast-hf-menu-2{
    border: none !important;
    background: none !important;
}

.guide{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    font-size: 16px;
}

.guide img{
    margin-right: 20px;
}

.guide b{
    font-family: "Verveine" !important;
    font-size: 30px;
}

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
    .menu-item-182, .menu-item-181 a > span,  
    .elementor-element-0868c72,
    .elementor-element-858dd82,
    .elementor-element-11b7872,
    .elementor-element-b04c7f9,
    .elementor-element-ba39f8f,
    .elementor-element-953796c,
    .elementor-element-941f502,
    .elementor-element-48d6e4a,
    .elementor-element-0a634a3,
    .elementor-element-12be596,
    .elementor-element-1178161,
    .elementor-element-b8603c9,
    .elementor-element-bcaa72a
    {
        display: none !important;
    }
     .menu-item-377 a {
      max-width: 110px;
      margin-left: 20px;
      margin-top: 8px;
         margin-bottom: 40px;
      text-align: center;
    }
    .menu-item-379{
         margin-top: 40px;
    }
    #animaux{
        margin-top: -50px;
    }
    .elementor-widget-video{
      margin-bottom: 50px !important;
    }
    .cadre .e-con-inner .cadre2 .e-con-inner {
        background: #A0C2E8 !important; /*A0C2E8*/
        padding: 10px 10px 20px 10px !important;
    }
    .cadre .e-con-inner .e-con-inner {
        background: #FFC4B5 !important;
        padding: 10px 10px 20px 10px !important;
    }
    .elementor-element-5a8ad50, .elementor-element-c7e910a, .elementor-element-3ec1c8f, .elementor-element-50be0ab{
        margin-top: 30px !important;
    }
    .cadre .e-con-inner .e-con-inner {
        box-shadow: none !important;
    }
    .cadre .e-con-inner{
        margin: 0 !important;
        padding: 0 0 25px 0 !important;
        gap: 0 !important;
    }
    .cadre1, .cadre2{
        padding:0;
    }
    .cadre .e-con-inner .e-con-inner h3 {
        min-height: 25px !important;
        text-align: left !important;
    }

    .cadre1 .elementor-widget-image{
        max-width: 120px !important;
        top: 70px !important;
        bottom: inherit !important;
        text-align: right !important;
    }
    .cadre2 .elementor-widget-image {
      text-align: left !important;
    }
    .cadre2 .elementor-absolute{
        margin-top: 150px;
    }
    .section1 h2{
    font-weight: normal !important;
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    text-align: center !important;
    font-family: "Poppins" !important;
    }
}

#free-access{
    background: #FF8F28;
    color: #E1FF95;
    text-align:center;
    font-family: "Verveine";
    font-size:calc(clamp(1.5rem, 1.566vw + 0.496rem, 2.375rem));
    padding:20px;
}

#free-access a{
    color: #E1FF95;
}

#free-access span{
    text-decoration:underline;
}

#formulaire-responsive {
    max-width:820px;
    margin:0 auto;
    padding: 0 10px;
    width:100%;
}
.rang-form {
    width: 100%;
}
.demi-colonne, .colonne {
    float: left;
    position: relative;
    padding: 0 5px;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.colonne {
    width: 100%;
}
.demi-colonne {
    width: 50%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.colonne-submit{
    text-align:center;
}

#formulaire-responsive .entry-content p {
    margin-bottom: 0;
}
.wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
}

/* ----- Play at school ----- */

#play-at-school,
#en-classe {
    min-height: 650px;
    padding-bottom: 160px;
    background-color: #ACE5E0;
    background-image: url("/wp-content/uploads/2024/04/classe.png"),
                      url("/wp-content/uploads/2024/04/femme.png");
    background-position: right bottom,
                         right bottom;
    background-size: auto 250px,
                     auto 50%;
    background-repeat: no-repeat,
                       no-repeat;
}

@media only screen and (min-width: 768px) { /* Desktop */
    #play-at-school,
    #en-classe {
        min-height: var(--min-height); /* Reset to Elementor min-height variable */
        padding-bottom: unset;
        background-color: transparent;
        background-image: url("/wp-content/uploads/2024/04/bg_bleu.png");
        background-position: 50% 0;
        background-size: auto 100%;
        background-repeat: repeat-x;
    }
}

/* ----- Play at home ----- */

#play-at-home,
#en-famille {
    min-height: 720px;
    padding-bottom: 280px;
    background-color: #AFB3E4;
    background-image: linear-gradient(to right, #AFB3E4 50%, transparent 100%),
                      url("/wp-content/uploads/2024/04/bureau.png"),
                      url("/wp-content/uploads/2024/04/femme2.png");
    background-position: right 260px bottom,
                         right -60px bottom 85px,
                         right -60px bottom 85px;
    background-size: 300px 100%,
                     470px auto,
                     auto 55%;
    background-repeat: no-repeat,
                       no-repeat,
                       no-repeat;
}

@media only screen and (min-width: 768px) { /* Desktop */
    #play-at-home,
    #en-famille {
        min-height: var(--min-height); /* Reset to Elementor min-height variable */
        padding-bottom: unset;
        background-color: transparent;
        background-image: url("/wp-content/uploads/2024/04/bg_violet.png");
        background-position: 50% 0;
        background-size: auto 100%;
        background-repeat: repeat-x;
    }
}

/* --------------------------------------------------
   ORDER
-------------------------------------------------- */

/* ----- ORDER MENU */

.order-menu > .e-con-inner {
    padding-block: 50px 35px !important;
}

#menu-stepper-en,
#menu-stepper-fr { /* Stepper menu */
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin: unset;
    padding: unset;
    list-style: none;
}

#menu-stepper-en > .menu-item,
#menu-stepper-fr > .menu-item { /* Stepper menu item */
    flex: none;
}

#menu-stepper-en > .menu-item > .menu-link,
#menu-stepper-fr > .menu-item > .menu-link { /* Stepper menu link */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--teal);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    cursor: default;
}

#menu-stepper-en > .current_page_item ~ .menu-item > .menu-link,
#menu-stepper-fr > .current_page_item ~ .menu-item > .menu-link { /* Stepper menu link (after .current_page_item) */
    color: var(--brown);
}

#menu-stepper-en > .menu-item > .menu-link::before,
#menu-stepper-fr > .menu-item > .menu-link::before { /* Stepper menu link icon */
    content: "";
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--teal);
}

#menu-stepper-en > .current_page_item ~ .menu-item > .menu-link::before,
#menu-stepper-fr > .current_page_item ~ .menu-item > .menu-link::before { /* Stepper menu link icon (after .current_page_item) */
    background-color: var(--brown);
}

#menu-stepper-en > .menu-item:nth-of-type(1) > .menu-link::before,
#menu-stepper-fr > .menu-item:nth-of-type(1) > .menu-link::before {
    mask-image: url("/wp-content/uploads/2025/01/order-profile.svg"); /* Stepper menu link icon (profile) */
}

#menu-stepper-en > .menu-item:nth-of-type(2) > .menu-link::before,
#menu-stepper-fr > .menu-item:nth-of-type(2) > .menu-link::before {
    mask-image: url("/wp-content/uploads/2025/01/order-licence.svg"); /* Stepper menu link icon (licence) */
}

#menu-stepper-en > .menu-item:nth-of-type(3) > .menu-link::before,
#menu-stepper-fr > .menu-item:nth-of-type(3) > .menu-link::before {
    mask-image: url("/wp-content/uploads/2025/01/order-payment.svg"); /* Stepper menu link icon (payment) */
}

#menu-stepper-en > .menu-divider,
#menu-stepper-fr > .menu-divider {  /* Stepper menu divider */
    flex: 1;
    max-width: 246px;
    height: 2px;
    background-color: var(--teal);
    mask-image: url("/wp-content/uploads/2025/01/order-divider.svg");
}

#menu-stepper-en > .current_page_item ~ .menu-divider,
#menu-stepper-fr > .current_page_item ~ .menu-divider {  /* Stepper menu divider (after .current_page_item) */
    background-color: var(--brown);
}

/* ----- ORDER PROFILE, ORDER LICENCE & ORDER CHECKOUT SECTIONS (COMMON STYLE) */

.order-profile,
.order-licence,
.order-checkout {
    max-width: unset !important;
    padding-block: 70px 110px;
    background-position: center,
                         bottom center;
    background-size: cover,
                     100% calc(100% - 100px);
    background-repeat: no-repeat,
                       no-repeat;
}

.order-profile > .e-con-inner,
.order-licence > .e-con-inner,
.order-checkout > .e-con-inner {
    gap: 70px !important;
    padding: unset !important;
}

.order-profile__header,
.order-licence__header,
.order-checkout__header {
    gap: 10px !important;
    padding: unset !important;
}

.order-profile__header h1,
.order-licence__header h1,
.order-checkout__header h1 {
    color: var(--brown) !important;
    font-size: 50px !important;
    line-height: 1 !important;
    text-align: center;
    text-transform: unset !important;
}

.order-profile__header p,
.order-licence__header p,
.order-checkout__header p {
    margin: unset !important;
    line-height: 1.15;
    text-align: center;
}

/* ----- ORDER PROFILE SECTION */

.order-profile {
    background-image: url("/wp-content/uploads/2024/04/bg_violet.png"),
                      linear-gradient(var(--purple), var(--purple));
}

.order-profile__form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 650px;
    margin: 0 auto;
}

.order-profile__radio-group {
    display: flex;
    justify-content: center;
    gap: min(10%, 70px);
    width: 100%;
}

.order-profile__radio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 160px;
    min-width: 100px;
    cursor: pointer;
}

.order-profile__radio-container input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: unset;
    background-color: white;
    background-position: bottom center;
    background-size: auto 70%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 50% !important;
    cursor: inherit;
}

.order-profile__radio-container:where(.order-profile__teacher-container) input {
    background-image: url("/wp-content/uploads/2025/01/order-teacher.svg");
}

.order-profile__radio-container:where(.order-profile__family-container) input {
    background-image: url("/wp-content/uploads/2025/01/order-family.svg");
}

.order-profile__radio-container input:checked {
    background-color: var(--green);
    border: 1px solid var(--brown);
}

.order-profile__radio-container input:checked::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
    height: auto;
    aspect-ratio: 1;
    background-image: url("/wp-content/uploads/2025/01/check-circle.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.order-profile__radio-container div {
    color: var(--brown);
    font-size: 18px;
    font-weight: 400;
}

.order-profile__field-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-profile__field-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-profile__field-container:where(.order-profile__student-container),
.order-profile__field-container:where(.order-profile__gift-container) {
    align-self: flex-start;
    align-items: center;
}

.order-profile__field-container div {
    color: var(--brown);
    font-size: 20px;
    font-weight: 500;
}

.order-profile__field-container input {
    color: black !important;
    font-size: 18px;
    font-weight: 500;
}

.order-profile__field-container:where(.order-profile__email-container) input {
    height: unset;
    padding: 20px 40px;
    border: unset !important;
    border-radius: 30px !important;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

.order-profile__field-container:where(.order-profile__student-container) input {
    width: 44px;
    height: 44px;
    padding: unset;
    border: 1px solid var(--brown) !important;
    border-radius: 12px !important;
    text-align: center;
}

.order-profile__field-container:where(.order-profile__gift-container) input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 44px;
    height: 44px;
    margin: unset;
    padding: unset;
    background-color: white;
    border: 1px solid var(--brown) !important;
    border-radius: 50%;
    cursor: pointer;
}

.order-profile__field-container:where(.order-profile__gift-container) input:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2025/01/check-circle.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.order-profile__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.order-profile__home-button,
.order-profile__next-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px clamp(30px, 2.27vw + 16.36px, 60px); !important;
    color: var(--green) !important;
    background-color: var(--brown-light) !important;
    border-radius: 24px !important;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25) !important;
    font-family: "Verveine" !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    text-decoration: unset !important;
    transition: background-color 100ms ease-in-out;
}

.order-profile__home-button:hover,
.order-profile__home-button:focus,
.order-profile__home-button:active,
.order-profile__next-button:hover,
.order-profile__next-button:focus,
.order-profile__next-button:active {
    background-color: var(--brown) !important;
}

.order-profile__home-button::before,
.order-profile__next-button::after {
    content: "";
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--green);
    mask-size: 100%;
    mask-repeat: no-repeat;
}

.order-profile__home-button::before {
    mask-image: url("/wp-content/uploads/2025/01/arrow-left.svg");
}

.order-profile__next-button::after {
    mask-image: url("/wp-content/uploads/2025/01/arrow-right.svg");
}

/* ----- ORDER LICENCE SECTION */

.order-licence {
    background-image: url("/wp-content/uploads/2024/04/bg_bleu.png"),
                      linear-gradient(var(--turquoise), var(--turquoise));
}

/* ----- ORDER CHECKOUT SECTION */

.order-checkout {
    background-image: url("/wp-content/uploads/2024/04/bg_rose.png"),
                      linear-gradient(var(--pink), var(--pink));
}

.order-checkout__thank-you-image {
    display: block;
    margin: 0 auto 35px;
}

.order-checkout__thank-you-header,
.order-checkout__thank-you-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

.order-checkout__thank-you-header h2 {
    margin: unset !important;
    color: var(--brown) !important;
    font-size: 40px !important;
    line-height: 1 !important;
    text-align: inherit !important;
    text-transform: unset !important;
}

.order-checkout__thank-you-header p,
.order-checkout__thank-you-content p {
    margin: unset !important;
    line-height: 1.2;
}

.order-checkout__thank-you-header p:empty,
.order-checkout__thank-you-content p:empty {
    display: none;
}

.order-checkout__thank-you-content p:nth-of-type(1) {
    font-size: 24px;
}

/* ----- WOOCOMERCE (COMMON STYLE) */

.woocommerce-cart-form__contents,
.cart_totals,
.woocommerce-info,
.woocommerce-error,
.woocommerce-checkout-review-order,
.woocommerce-thankyou-order-details,
.woocommerce-order-details,
.woocommerce-customer-details {
    overflow: hidden;
    background-color: var(--off-white);
    border: unset !important;
    border-radius: 14px !important;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart-form__contents,
.woocommerce-info,
.woocommerce-error,
.woocommerce-thankyou-order-details,
.woocommerce-order-details {
    margin-bottom: 70px !important;
}

.woocommerce-customer-details {
    margin-bottom: 0;
}

.cart_totals {
    float: unset !important;
    margin: 0 auto;
}

.woocommerce-billing-fields > h3,
#order_review_heading {
    min-height: unset !important;
    margin: 0 auto 35px !important;
    padding: unset !important;
    border: unset !important;
}

.woocommerce-billing-fields__field-wrapper label {
    color: var(--brown);
    font-size: 20px !important;
    font-weight: 500 !important;
}

.woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-input-wrapper .selection > span {
    height: unset;
    padding: 20px 40px !important;
    color: black !important;
    border: unset !important;
    border-radius: 30px !important;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.1) !important;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-input-wrapper .selection > span > span {
    color: inherit !important;
}

.woocommerce-thankyou-order-received { /* WooCommerce generic thank you message */
    display: none;
}

.woocommerce-thankyou-order-received + p { /* WooCommerce custom thank you message container */
    display: contents;
}

.woocommerce-thankyou-order-details {
    padding: 18px !important;
}

/* ----- Friendly captcha ----- */

.frc-captcha {
    margin: 0 auto 20px;
}

/**---------------- Media query ----------------**/
/* @media only screen and (min-width: 48em) { 
    #formulaire-responsive .demi-colonne {
        width: 50%;
    }
} */

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {

}
