@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;600&display=swap');

/*à utiliser
Vert

HEX: #2ecc71

RGB: rgb(46, 204, 113)

Bleu

HEX: #3498db

RGB: rgb(52, 152, 219)

Orange

HEX: #e67e22 

RGB: rgb(230, 126, 34)

Rouge

HEX: #e74c3c e67e22 3498db

RGB: rgb(231, 76, 60)

ou version vive
Vert vif

HEX: #1abc9c

RGB: rgb(26, 188, 156)

Bleu vif

HEX: #3498db

RGB: rgb(52, 152, 219)

Orange vif

HEX: #f39c12

RGB: rgb(243, 156, 18)

Rouge vif

HEX: #e74c3c

RGB: rgb(231, 76, 60)*/

#ContenuEspaceAdherent {
    padding: 0px;
    /*width: 1120px;*/
}

#globalsapinConteneur {
    /* padding: 40px 0 40px 0; a remettre si pas de transparence*/

    min-height: 100vh;
    padding: 0 0 40px 0;
    font-family: sans-serif;
    line-height: 1;
    font-size: 16px;
    background: #f5f7fa;
    position: relative;


    --couleur-vert: #2ecc71;
    --couleur-bleu: #3498db;
    --couleur-orange: #e67e22;
    --couleur-rouge: #e74c3c;
}

#globalsapinConteneur ol,
ul {
    list-style: none
}

#globalsapinConteneur * {
    margin: 0;
    padding: 0;
}

#globalsapinConteneur *,
#globalsapinConteneur *::before,
#globalsapinConteneur *::after {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

#globalsapinConteneur #sapinConteneur {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    overflow-y: hidden;
    padding-bottom: 300px;
    user-select: none;
}


#fontSizeWrapper {
    font-size: 16px;
}

#globalsapinConteneur #fontSize {
    width: 100px;
    font-size: 1rem;
}

/* ————————————————————–
    Tree core styles
  */
#globalsapinConteneur .tree {
    margin: 1rem;
}

#globalsapinConteneur .tree input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

#globalsapinConteneur .tree input~ul {
    display: none;
}

#globalsapinConteneur .tree input:checked~ul {
    display: block;
}

/* ————————————————————–
    Tree rows
  */
#globalsapinConteneur .tree li {
    line-height: 1.2;
    position: relative;
    padding: 0 0 1rem 1rem;
}

#globalsapinConteneur .tree ul li {
    padding: 1rem 0 0 1rem;
}

#globalsapinConteneur .tree>li:last-child {
    padding-bottom: 0;
}

/* ————————————————————–
    Tree labels
  */
#globalsapinConteneur .tree_label {
    position: relative;
    display: inline-block;
    background: #f5f7fa;
    /*#fff;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;

}

#globalsapinConteneur .tree_label_sous {
    position: relative;
    display: inline-block;
    /* background: #fff;*/
    width: 14rem;
    line-height: 2.2rem;
    padding-left: 0.1rem;
    font-family: 'Open Sans', sans-serif;
    /*  z-index: -10;*/
}

#globalsapinConteneur .tree_label_sous_left {
    position: relative;
    display: inline-block;
    /* background: #fff;*/
    width: 14rem;
    line-height: 2.2rem;
    padding-left: 0.1rem;
    font-family: 'Open Sans', sans-serif;
    /*  z-index: -10;*/
}

#globalsapinConteneur label.tree_label {
    cursor: pointer;
    line-height: 2.5rem;
    font-size: 2rem;
    color: #171e22;
}

#globalsapinConteneur label.tree_label:hover {
    color: #666;
}

#globalsapinConteneur .cache {
    visibility: hidden;
}

/*left*/
#globalsapinConteneur .tree li.left {
    padding: 0 0rem 1rem 0;
    /* Inverse le padding */
    text-align: right;
    /* Aligne le texte à droite */
}

/* Ajustement de la ligne verticale pour les éléments de gauche  : A REMETTRE SI TRAIT VERTICAL MANQUANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#globalsapinConteneur .tree li.left:before {
    left: auto;
    right: -1.69rem;
}

#globalsapinConteneur .tree li.left .tree_label_sous_left:after {
    left: auto;
    right: -1.62rem;
    border-radius: 0 0 3rem 0;
    border-left: none;
    border-right: 2px solid #bcc2c8;
    /* rgb(179, 194, 204);*/
    position: absolute;
    top: 0;
    display: block;
    height: 1rem;
    width: 1.5rem;
    border-bottom: 2px solid #bcc2c8;
    /*rgb(179, 194, 204);*/
    content: '';

}

/*fin left*/
/* ————————————————————–
    Tree expanded icon
  */
/* label.tree_label:before {
    background: #207CDB;
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1rem 0 -3.8rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    content: '+';
    text-align: center;
    line-height: 4rem;
    border: 7px solid #fff;
    }*/

#globalsapinConteneur .rond {
    background: #116FB1;
    /*#3498db;*/
    /*rgba(20,20,20,0.5);/* #207CDB;/*rgba(20,20,20,0.5);*/
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1rem 0 -3.8rem;
    width: 8rem;
    min-width: 8rem;
    height: 4rem;
    border-radius: 3rem;
    content: '+';
    text-align: center;
    line-height: 4rem;
    border: 7px solid #f5f7fa;
    translate: -25% 0;
    /* #fff;*/
}

#globalsapinConteneur .rondGris {
    translate: -25% 0;
    background: rgb(167, 171, 174);
    height: 1rem;
    max-width: 1rem;
    width: 1rem;
    border: 0px;
    min-width: 1rem;
    margin: 0px 1rem 0px -1.65rem;
    z-index: 1;
    float: left;
    border-radius: 50%;

    /* background: #116FB1;
  
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1rem 0 -3.8rem;
    width: 8rem;
    min-width: 8rem;
    height: 4rem;
    border-radius: 3rem;
    content: '+';
    text-align: center;
    line-height: 4rem;
    border: 7px solid #f5f7fa;
    translate: -25% 0;*/
    /* #fff;*/
}

#globalsapinConteneur #leftSapin {
    width: 100%;
}

#globalsapinConteneur #rightSapin {
    width: 100%;
}

/*:checked ~ label.tree_label:before {  content: attr(data-before); }*/

/* ————————————————————–
    Tree branches
  */
#globalsapinConteneur .tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5rem;
    display: block;
    width: 0;
    border-left: 3px solid #bcc2c8;
    /*rgb(179, 194, 204);*/
    /* #0ff;*/
    content: "";
}

#globalsapinConteneur .tree_label:after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    height: 0.5rem;
    width: 1rem;
    /*border-bottom: 3px solid #7F7;
    border-left: 3px solid #F0F;*/
    border-radius: 0 0 0 3rem;
    content: '';
}

#globalsapinConteneur label.tree_label:after {
    border-bottom: 0;
}

#globalsapinConteneur .tree_label_sous:after {
    position: absolute;
    top: 0;
    left: -1.44rem;
    display: block;
    height: 1rem;
    width: 1.44rem;
    /*border-bottom: 3px solid #7F7;
    border-left: 3px solid #F0F;*/
    border-bottom: 2px solid #bcc2c8;
    /* rgb(179, 194, 204);*/
    border-left: 2px solid #bcc2c8;
    /*rgb(179, 194, 204);*/
    border-radius: 0 0 0 3rem;
    content: '';
}

#globalsapinConteneur label.tree_label_sous:after {
    border-bottom: 0;
}

#globalsapinConteneur label.tree_label_sous_left:after {
    border-bottom: 0;
}

/*:checked ~ label.tree_label:after {
   border-radius: 0 .3rem 0 0;
    border-top: 3px solid #f00;
    border-right: 3px solid #f00;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5rem;
    height: auto;
    }*/

#globalsapinConteneur .tree li:last-child:before {
    height: 4rem;
    bottom: auto;
}

#globalsapinConteneur .tree>li:last-child:before {
    display: none;
}

#globalsapinConteneur .tree_custom {
    display: block;
    background: #eee;
    padding: 1rem;
    border-radius: 0.3rem;
}

#globalsapinConteneur .vert {
    background: #1BAC64;
    /*#2ecc71;*/
}

#globalsapinConteneur .bleu {
    background: #116FB1;
    /*#3498db;*/
}

#globalsapinConteneur .orange {
    background: #F49335;
    /*#e67e22;*/
}

#globalsapinConteneur .rouge {
    background: #EB2255;
    /*#e74c3c;*/
}

#globalsapinConteneur .vertshadow {
    box-shadow: 0px 0px 0px 2px #1BAC64;
    /*#2ecc71;*/
}

#globalsapinConteneur .bleushadow {
    box-shadow: 0px 0px 0px 2px #116FB1;
    /*#3498db;*/
}

#globalsapinConteneur .orangeshadow {
    box-shadow: 0px 0px 0px 2px #F49335;
    /*#e67e22;*/
}

#globalsapinConteneur .rougeshadow {
    box-shadow: 0px 0px 0px 2px #EB2255;
    /*#e74c3c;*/
}

#globalsapinConteneur .cvert {
    color: #1BAC64;
    /*#2ecc71;*/
}

#globalsapinConteneur .cbleu {
    color: #116FB1;
    /*#3498db;*/
}

#globalsapinConteneur .corange {
    color: #F49335;
    /*#e67e22;*/
}

#globalsapinConteneur .crouge {
    color: #EB2255;
    /*#e74c3c;*/
}

#globalsapinConteneur .intitule {

    /*#1abc9c;*/

    padding: 0.1rem 1rem;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    /*space-between;*/
    align-items: center;
    flex-wrap: nowrap;


    border: solid 2px #fff;
}

/*
.mobilite {
    background: #e74c3c;
 
    padding: 0.1rem 1rem;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;


}

.dossierrh {
    background: #e67e22;
 


    padding: 0.1rem 1rem;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}*/

#globalsapinConteneur .soustitre {

    padding-left: 1rem;
}

/*carte ----------------------------------*/


#globalsapinConteneur .cards-container {
    display: flex;
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    gap: 2.5rem;
    /*METTRE 2rem 1.5rem; S'IL Y A AU MOINS 4 EVENT A METTRE DANS LA LIGNE*/
    /* margin-top: 0.5rem;*/
    padding: 2rem 0 2rem 0;
    background: #f5f7fa;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    /*width:400px;*/
    /*grid-template-columns: 1fr;*/
}


#globalsapinConteneur .cards-container-left {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    gap: 2.5rem;
    /* margin-top: 0.5rem;*/
    padding: 2rem 0 2rem 0;
    background: #f5f7fa;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
    /*width:400px;*/
    /*grid-template-columns: 1fr;*/
}

#globalsapinConteneur .ombreSousCarte {

    max-width: 14rem;
    min-width: 14rem;
    height: 2.72rem;
    ;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 5px 5px;
    left: 0;
    /*  background: #f0f;*/
    transition: all 0.5s ease;
    border-radius: 0.5rem;

}

#globalsapinConteneur .echelleHaut {
    z-index: 25;
}

#globalsapinConteneur .echelleBas {
    /*transition: z-index 0.5s 0.5s;*/
    animation: animZindex 0.5s forwards;
}

@keyframes animZindex {
    0% {
        z-index: 20;
    }

    10% {
        z-index: 19;
    }

    20% {
        z-index: 18;
    }

    30% {
        z-index: 17;
    }

    40% {
        z-index: 16;
    }

    50% {
        z-index: 15;
    }

    60% {
        z-index: 14;
    }

    70% {
        z-index: 13;
    }

    80% {
        z-index: 12;
    }

    90% {
        z-index: 11;
    }

    99% {
        z-index: 10;
    }

    100% {
        z-index: 0;
    }
}

#globalsapinConteneur .card2 {
    /* background: #0f0;*/
    border-radius: 0.4rem;
    padding: 0rem;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 14rem;
    min-width: 14rem;
    /*display:flex;
    justify-content:center;
    align-items:start;*/
    height: 2rem;
    max-height: 2rem;
    position: relative;
    text-align: center;
    /* text-align: center;*/

}

#globalsapinConteneur .card2-conteneur {
    font-size: 1rem;
    /* background: #00f;*/
    width: 100%;
    height: 2rem;
    border-radius: 0.4rem;
    position: absolute;
    transition: height 0.5s ease;
    overflow: hidden;
    /* clip-path: rect(50px 50px);*/
    text-align: center;
}

/*.card2-conteneur:hover{
    height:auto;
   
}*/

#globalsapinConteneur .card2-title {
    /* font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    height: 2.22rem;
    width: 100%;
    line-height: 2.22rem;
    border-radius: 0.444rem;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    cursor: pointer;*/
    font-weight: 400;
    font-size: 0.9rem;
    color: #fff;

    height: 2.72rem;
    width: 100%;
    line-height: 1.1rem;
    border-radius: 0.444rem;
    z-index: 3;

    position: absolute;

    top: 0;
    transition: all 0.5s ease;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

}

#globalsapinConteneur .card2-dessous-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    justify-content: center;


}

#globalsapinConteneur .card2-dessous-title {
    font-weight: 600;
    font-size: 1.0rem;
    color: #2c3e50;
    padding-left: 10px;
    line-height: 1.2rem;

}

#globalsapinConteneur .card2-dessous-footer {
    margin-top: 1rem;

    padding-top: 1rem;
    border-top: 1px solid #eee;
    color: #95a5a6;
    font-size: 0.9rem;
}

#globalsapinConteneur .card2-dessous-footer a {
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 2px 2px;
    color: #2c3e50;

}

#globalsapinConteneur .card2-dessous-footer a:hover {
    text-decoration: none;
    background-color: #f0f8ff;

    padding: 2px 4px;

    border-radius: 4px;
}

#globalsapinConteneur .card2-dessous-footer-abonnement {
    margin-top: 1rem;

    padding-top: 1rem;
    border-top: 1px solid #eee;
    color: #95a5a6;
    font-size: 0.9rem;
    cursor: pointer;
}

#globalsapinConteneur .card2-dessous-footer-abonnement span {

    transition: all 0.5s ease;
    padding: 4px 2px;
    color: #2c3e50;
}

@keyframes bellring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }
}

#globalsapinConteneur .card2-dessous-footer-abonnement span:hover {

    background-color: #f0f8ff;

    

   
   
}

#globalsapinConteneur .card2-dessous-footer-abonnement:hover .fa-bell {
    transform-origin: 50% 0%;
    animation-name: bellring;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    
}

#globalsapinConteneur .divCard2Texte {
    text-align: left !important;
}

#globalsapinConteneur .card2-dessous {

    /* color: #2c3e50;*/
    background: #fff;
    /* height: 100%;*/
    /* line-height: 2.22rem;*/
    border-radius: 0.444rem;
    padding: 2rem 0.5rem 1.5rem 0.5rem;
    /*margin-top:0.2rem;*/
    position: absolute;
    /*top:0;*/
    left: 0;
    z-index: 1;
    bottom: 1px;
    height: auto;
    color: #666;
    line-height: 1.6;
    font-size: 0.8rem;
    width: 100%;
    box-sizing: border-box;
    /*opacity:0;*/
    /*  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);*/
}

/*Animation au premier affichage*/
@keyframes fadeInSlideRight {
    from {
        opacity: 0;
        transform: translate(-100px, -50px);
        max-width: 2rem;

    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        max-width: 14rem;

    }
}

#rightSapin .intitule {
    animation: fadeInSlideRight 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}


#rightSapin .card2-apparition {
    animation: fadeInSlideRight 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both;
    animation-delay: calc(0.05s + 0.1s * var(--index, 1) / var(--delay-multiplier, 1));
    /* pose PBM pour le repli de la carte ******************************************************************************************************************************/
}



@keyframes fadeInSlideLeft {
    from {
        opacity: 0;
        transform: translate(100px, -50px);
        max-width: 2rem;
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        max-width: 14rem;
    }
}

#leftSapin .intitule {
    animation: fadeInSlideLeft 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}



#leftSapin .card2-apparition {
    animation: fadeInSlideLeft 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.05s + 0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}



@keyframes brancheRight {
    from {
        opacity: 0;
        max-width: 0;
    }

    to {
        opacity: 1;
        max-width: 1.44rem;
        ;
    }
}

@keyframes brancheLeft {
    from {
        opacity: 0;
        max-width: 0;
    }

    to {
        opacity: 1;
        max-width: 1.5rem;
        ;
    }
}

#leftSapin .tree li.left .tree_label_sous_left::after {
    animation: brancheLeft 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}



#rightSapin .tree li .tree_label_sous::after {
    animation: brancheRight 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}

@keyframes bulleMois {
    from {
        opacity: 0;
        min-width: 0;
        width: 0;
        transform: translate(30px, -50px);
    }

    to {
        opacity: 1;
        min-width: 8rem;
        width: 8rem;
        transform: translate(0, 0);
        ;
    }
}

#rightSapin .rond {
    animation: bulleMois 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: backwards;
    animation-delay: calc(0.05s + 0.1s * var(--index, 1) / var(--delay-multiplier, 1));
}

@keyframes sapinDeroule {
    from {

        max-height: 150px;


    }

    to {
        max-height: 100vh;
    }
}

#sapinConteneur {
    /*  visibility:hidden;*/
    animation: sapinDeroule 0.2s ease-out;
    animation-fill-mode: backwards;
    animation-delay: 0s;
}

/* debut de l'expansion */

/*
parentoriginal.querySelector('.ombreSousCarte').style.height = maxHeight + 'px'; //// Hauteur pour l'ombre sous carte 
parentoriginal.querySelector('.ombreSousCarte').style.boxShadow ='0 20px 50px rgba(0, 0, 0, 0.8)'; //// Hauteur pour l'ombre sous carte
 parent.querySelector('.card2-dessous').style.bottom='0';
 parentoriginal.querySelector('.card2-title').style.transform = 'translateY(-1.5rem)';

.card2.expansion .ombreSousCarte{}

.card2.expansion .card2-dessous{}

.card2.expansion .card2-title'{}*/
















/* Fin de l'expansion */
#globalsapinConteneur .card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease, box-shadow 0.5s ease;
    max-width: 7rem;
    max-height: 9rem;


}

#globalsapinConteneur .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

#globalsapinConteneur .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;

}

#globalsapinConteneur .card-header i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

#globalsapinConteneur .card-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
}

#globalsapinConteneur .card-content {
    color: #666;
    line-height: 1.6;
    font-size: 0.8rem;
}

#globalsapinConteneur .card-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    color: #95a5a6;
    font-size: 0.9rem;
}

#globalsapinConteneur .queSipetitOuFiltre {
    display: none;
}


#globalsapinConteneur #divGlossy {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 700px;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.2);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 77;
}


@media (max-width: 520px) {
    #globalsapinConteneur {
        /*padding: 40px;*/
        font-family: sans-serif;
        line-height: 1;
        font-size: 16px;
        background: #f5f7fa;

    }

    #sapinConteneur {
        padding: 0 40px 40px 40px;
    }

    #barreChoixFrise {
        padding-top: 0.2rem !important;
    }

    #globalsapinConteneur #divGlossy {
        height: 811px;
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);

    }

}

@media (max-width: 780px) {
    .grid-container {
        display: grid !important;
    }

    #flex-ChoixFrise {
        display: none !important;
    }

}

@media (min-width: 781px) {
    .grid-container {
        display: none !important;
    }

    #flex-ChoixFrise {
        display: flex !important;
    }
}


/*fin de carte ------------------------------------*/
/*debut switch categorie ---------------------------*/
#switchCategorieConteneur {
    display: flex;
    justify-content: center;
    padding-top: 2rem;



}

#switchCategorieConteneur .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}


#switchCategorieConteneur .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


#switchCategorieConteneur .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchCategorieConteneur .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchCategorieConteneur input:checked+.slider {
    background-color: #2196F3;
}

#switchCategorieConteneur input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

#switchCategorieConteneur input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


#switchCategorieConteneur .slider.round {
    border-radius: 17px;
}

#switchCategorieConteneur .slider.round:before {
    border-radius: 50%;
}

#switchCatagoLabel {
    margin-left: 0.5rem;
    cursor: pointer;
}


/*fin de switch Categorie---------------------------*/
/*debut switch abonnement ---------------------------*/
#switchAbonnementConteneur {
    display: flex;
    justify-content: center;
    padding-top: 1rem;



}

#switchAbonnementConteneur .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}


#switchAbonnementConteneur .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


#switchAbonnementConteneur .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchAbonnementConteneur .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchAbonnementConteneur input:checked+.slider {
    background-color: #2196F3;
}

#switchAbonnementConteneur input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

#switchAbonnementConteneur input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


#switchAbonnementConteneur .slider.round {
    border-radius: 17px;
}

#switchAbonnementConteneur .slider.round:before {
    border-radius: 50%;
}

#switchAbonnementLabel {
    margin-left: 0.5rem;
    cursor: pointer;
}


/*fin de switch Categorie---------------------------*/

/*barre menu choix catégorie-------------------------*/

#globalsapinConteneur #barreChoixFrise {
    display: flex;
    justify-content: center;
    align-items: stretch;
    cursor: pointer;
    gap: 4px;

    /*transprence dessous*/
    /* backdrop-filter: blur(0.5rem);*/
    position: sticky;
    top: 80px;
    z-index: 30;
    padding: 2rem 0 1rem;
    background: linear-gradient(to bottom, #f5f7fa 0%, #f5f7fa 85%, rgba(245, 247, 250, 0) 100%);
    width: inherit;
    /* mask: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  background: rgba(0, 0, 0, 0.09);*/
}

#globalsapinConteneur #flex-ChoixFrise {
    display: flex;
    justify-content: center;
    align-items: stretch;
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 3rem;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    /* gap:4px;*/
}

/*
#globalsapinConteneur #AllChoixFrise {
    color: #fff;
    background: linear-gradient(90deg, #116FB1 25%, #1BAC64 25% 50%, #dd0000 50% 75%, #ffc608 75%);
    letter-spacing: 2rem;
}

#globalsapinConteneur #texteAllChoixFrise {
    transform: translateX(1rem);
}


#globalsapinConteneur #c1ChoixFrise {
    color: #fff;
    background: #1BAC64;
}

#globalsapinConteneur #c3ChoixFrise {
    color: #fff;
    background: #116FB1;
}

#globalsapinConteneur #c2ChoixFrise {
    color: #fff;
    background: #F49335;
}

#globalsapinConteneur #c4ChoixFrise {
    color: #fff;
    background: #EB2255;
}

#globalsapinConteneur .bouttonChoixFrise {
    height: 2rem;
    width: 10rem;
    text-align: center;
    line-height: 2rem;
    transition: all 0.5s ease;
    border-radius: 0.5rem;

}
#globalsapinConteneur .desactiveFiltre {
    filter: brightness(125%);
    opacity: 0.4;
}

#globalsapinConteneur .activeFiltre {
    border: solid 1px #868686;
}

#globalsapinConteneur .bouttonChoixFrise:hover {
    filter: brightness(100%);
    opacity: 1;
}*/

/* Deuxième version pour les boutons de filtre*/
#globalsapinConteneur .filter-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

#globalsapinConteneur .grid-container {
    display: grid;
    grid-template-columns: 10rem 10rem;
    grid-template-rows: 3rem 3rem;
    position: relative;
    width: 20rem;
    min-width: 20rem;
    height: 6rem;
    border-radius: 0.5rem;
    overflow: hidden;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    display: none;
}

#globalsapinConteneur .bouttonChoixFrise {
    width: 10rem;
    height: 3rem;
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-weight: bold;*/
    color: white;
    /* font-size: 1.5rem;*/
}

#globalsapinConteneur #AllChoixFriseEnLong {
    width: 6rem;
    height: 3rem;
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-weight: bold;*/
    color: white;
    font-weight: bold;
    /* font-size: 1.5rem;*/
    transition: filter 0.3s ease, transform 0.3s ease;
    background-color: #353039;
    /* font-size: 1.5rem;*/
}

#globalsapinConteneur .bouttonChoixFrise:hover {
    filter: brightness(1.3);
}

#globalsapinConteneur .bouttonChoixFrise:active {
    filter: brightness(0.7);
}

#globalsapinConteneur #AllChoixFriseEnLong:hover {
    filter: brightness(1.3);
}

#globalsapinConteneur #AllChoixFriseEnLong:active {
    filter: brightness(0.7);
}

#globalsapinConteneur .cercleChoixFrise {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #353039;
    z-index: 6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
}

#globalsapinConteneur .cercleChoixFrise:hover {
    filter: brightness(1.2);
    transform: translate(-50%, -50%) scale(1.1);
}

#globalsapinConteneur .cercleChoixFrise:active {
    filter: brightness(0.9);
}

#globalsapinConteneur .titreFiltre {
    padding-left: 0.5rem;
}

/*ce n'est pas la barre de filtre mais pour cacher quand on clique sur la barre  :*/
.cacheFiltre {
    display: none !important;
}

.leftSapinCache {
    margin-left: 100px;
    display: none;
}

.rightSapinFiltre {
    margin-left: 100px !important;
}

.tree_label_sousCache {
    display: none !important;
}

/*fin de barre menu choix catégorie------------------------------------*/
/*personalise la frise ------------------------------------------------*/
#modifPerso {
    cursor: pointer;
    padding: 0 10px;
    color: #212;
    text-decoration: none;
}

#persoFrise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
  margin: auto;
}

#monAcad {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0 0 0;
}

#labelAca {
    padding: 0 0.5rem 0 0;
}

#monAcad .LabelDessus {
    display: none !important;
}



/*fin de personalise la frise ------------------------------------------------*/


/* debut étoile abonnement ----------------------------------------*/
.star-container {
    position: absolute;
    top: -8px;
    left: -14px;
    z-index: 2;
    text-shadow: 0 0 2px #321;
}

.star-rotate-wrapper {

    animation: star-rotate 3s infinite linear;
    display: inline-block;
}

.star-pulse-wrapper {

    animation: star-pulse 1s infinite ease-in-out;
    display: inline-block;
}

.star {
    color: #FFD700;
    font-size: 32px;
}

@keyframes star-pulse {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(0.4);
        opacity: 1;
    }
}

@keyframes star-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/* fin étoile abonnement ----------------------------------------*/