@font-face {
    font-family: 'Savate Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Savate Regular'), url('savate-regular.woff') format('woff');
    }

:root {
    --colorA: rgb(189, 255, 201);
    --colorB: rgb(143, 53, 245);

    --colorC: rgb(254, 249, 113);
    --colorD: rgb(255, 25, 163); 

    --colorE: rgb(255, 188, 227);
    --colorF: rgb(255, 18, 57);

    --colorG: rgb(129, 219, 126);
    --colorH: rgb(70, 42, 6);;

    --colorI: rgb(231, 173, 252);
    --colorJ: rgb(24, 96, 15);

    --colorK: rgb(255, 255, 255);
    --colorL: rgb(0, 0, 0);

    --colorM: #fff3c9;
    --colorN: #2d59dc;

    --colorO: rgb(255, 218, 125);
    --colorP: rgb(255, 60, 0);

    --colorQ: rgb(53, 157, 255);
    --colorR: rgb(199, 234, 255);

    --colorS: rgb(46, 51, 90);
    --colorT: rgb(255, 165, 106);

    --color1: var(--colorM);
    --color2: var(--colorN);

    --color2bis: var(--colorN);


    --color1tagTOUT: var(--colorM);
    --color2tagTOUT: var(--colorN);

    --color1tagAPROPOS: var(--colorM);
    --color2tagAPROPOS: var(--colorN);

    --color1tagOBJET: var(--colorM);
    --color2tagOBJET: var(--colorN);

    --color1tagESPACE: var(--colorM);
    --color2tagESPACE: var(--colorN);

    --color1tagJEU: var(--colorM);
    --color2tagJEU: var(--colorN);

    --color1tagGRAPHISME: var(--colorM);
    --color2tagGRAPHISME: var(--colorN);

    --color1tagEVENEMENT: var(--colorM);
    --color2tagEVENEMENT: var(--colorN);

    --color1tagDETAG: var(--colorM);
    --color2tagDETAG: var(--colorN);



    --autoTOUT: auto;
    --noneTOUT: none;
    --auto: auto;
    --none: none;


    --clickTOUT: auto;
    --pasclickTOUT: none;

    --pasclickAPROPOS: none;
    --clickAPROPOS:  none;

    --pasclickOBJET:  none;
    --clickOBJET:  none;

    --pasclickESPACE:  none;
    --clickESPACE:  none;

    --pasclickEVENEMENT:  none;
    --clickEVENEMENT:  none;

    --pasclickJEU:  none;
    --clickJEU:  none;

    --pasclickGRAPHISME:  none;
    --clickGRAPHISME: none;

    --pasclickDETAG: none;
    --clickDETAG:  none;



    --pasclickESPACE-EVENEMENT: var(--none);
    --clickESPACE-EVENEMENT:  var(--none);

    --pasclickOBJET-ESPACE:  var(--none);
    --clickOBJET-ESPACE:  var(--none);

    --pasclickOBJET-JEU:  var(--none);
    --clickOBJET-JEU:  var(--none);

    --pasclickEVENEMENT-JEU:  var(--none);
    --clickEVENEMENT-JEU:  var(--none);

    --pasclickAPROPOS-JEU:  var(--none);
    --clickAPROPOS-JEU:  var(--none);


    --flexGauche: 0.645;
    --flexDroite: 1.3;

    --TELflexIMG: 1;
    --TELflexTXT: 1;

}


body {
    margin: 0;
    padding: 0;
    font-family: 'Savate Regular';
    background-color: var(--color2);
    color: var(--color1);
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    cursor: default;
}

.header {
    background-color: var(--color1);
    color: var(--color2);
    width: 100vw;
    padding: 0.5vw;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    z-index: 3;
    height: 3vw;
    transition: height 0.1s linear;
    display: flex;
    flex-direction: column;
}

.header-top {
    display: grid;
    font-size: 2vw;
    transition: 0.1s linear; 
    grid-template-columns: auto auto auto 4vw;
}

#MainTitle{
    text-align: left;
    cursor: pointer;
}

#MainJob{
    text-align: center;
}

.class-contact{
    text-align: right;
}
    #contact{
        text-align: right;
        margin-right: 1vw;
        cursor: pointer;
    }

    #contact2{
        text-decoration: underline;
        cursor: pointer;
    }

.custom{
    width: 4vw;
    cursor: pointer;
    transform: scale(0.5);
}    
    #custom-txt{
        width: 100%;
        text-decoration: none;
        margin-top: -35%;
        margin-left: -3%;
    }



#text-link-header {
    text-decoration: underline;
    color: var(--color2);
}

.bio {
    margin-top: 5vw;
    padding-right: 6vw;
    font-size: 2vw;
    display: grid;
    grid-template-columns: auto 20vw auto;
    grid-template-areas: entreprise sticker freelance;
    overflow: hidden;
}

    #entreprise {
        height: 35vw;
        text-align: left;
    }

    #mentions-legales{
        font-size: 1vw;
        overflow: scroll;
    }

        @keyframes rotating {
            from {
            transform: rotate(0deg);
            }
            to {
            transform: rotate(360deg);
            }
        }

   .sticker{
            height: 38vw;
            width: 38vw;
            transform: rotate(-12deg);
            animation: rotating 20s linear infinite;
            margin-top: 5vw;
    } 

    #freelance {
        height: 35vw;
        text-align: right;
    }

#contact-text {
    text-decoration: underline;
    color: var(--color2);
}

.liseret-header {
    height: 0.3vw;
    background-color: var(--color2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Header custom */

.header-custom {
    background-color: var(--color1);
    color: var(--color2);
    width: 100vw;
    position: absolute;
    z-index: 2;
    height: 3vw;
    transition: height 0.1s linear;
    display: grid;
    grid-template-rows: 4vw auto;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

#gap-custom{
    height: 4vw;
    width: 100%;
} 

.pimpMyWeb{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 5vw 5vw;
    align-items: center;
    justify-items: center;
}

    #pastille-chewinggum{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorB);
        background-color: var(--colorA);
        color: var(--colorB);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        overflow: hidden;
    }
        #chewinggum{
            font-size: 2vw;
        }

    #pastille-vanille-fraise{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorD);
        background-color: var(--colorC);
        color: var(--colorD); 
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #vanille-fraise{
            font-size: 2vw;
        }

    #pastille-ChupaChups{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorF);
        background-color: var(--colorE);
        color: var(--colorF);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #ChupaChups{
            font-size: 2vw;
        }

    #pastille-menthe-choco{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorH);
        background-color: var(--colorG);
        color: var(--colorH);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #menthe-choco{
            font-size: 2vw;
        }
       
    #pastille-jolie-fleur{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorJ);
        background-color: var(--colorI);
        color: var(--colorJ);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #jolie-fleur{
            font-size: 2vw;
        }

    #pastille-boring{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorL);
        background-color: var(--colorK);
        color: var(--colorL);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #boring{
            font-size: 2vw;
        }

    #pastille-plage{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorN);
        background-color: var(--colorM);
        color: var(--colorN);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #plage{
            font-size: 2vw;
        }

    #pastille-caliente{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorP);
        background-color: var(--colorO);
        color: var(--colorP);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #caliente{
            font-size: 2vw;
        }

    #pastille-nuage{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorR);
        background-color: var(--colorQ);
        color: var(--colorR);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #nuage{
            font-size: 2vw;
        }

    #pastille-night{
        height: 3vw;
        width: 17vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.3vw;
        border-color: var(--colorT);
        background-color: var(--colorS);
        color: var(--colorT);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #night{
            font-size: 2vw;
        }




/* Fenetres laterales */

.container {
    display: flex;
    flex: 1;
    padding-top: 3.2vw;
    overflow: hidden;
}

.liseret-container {
    width: 0.3vw;
    background-color: var(--color2);
    z-index: 1;
    cursor: col-resize;
}

.pastille-resizing{
    height: 3vw;
    width: 4vw;
    border-radius: 50%;
    margin-left: -1.85vw;
    margin-top: 0.3vw;
    position: auto;
    background: linear-gradient(90deg, var(--color2) 0%, var(--color2) 53.5%, var(--color1) 53.5%);
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: center;
    z-index: 1;
}
#resizer-txt {
    font-size: 1.5vw;
    color: var(--color1);
    margin-left: -10%
}

            

/* Fenêtre Gauche */

.sidebar-left {
    padding: 0px;
    overflow: scroll;
    flex: var(--flexGauche);
    position: relative;
} 

    .sidebar-left img {
        width: 100%;
        display: block;
}
    .liseret-photo {
        width: 100%;
        height: 0.3vw;
        position: relative;
        background-color: var(--color2);
    
}

.gap-fin{
    width: 100%;
    height: 50%;
    background: linear-gradient(var(--color2), var(--color1));
}


    /* Fenêtre Droite */

    .sidebar-right {
        font-size: 2vw;
        background-color: var(--color2);
        flex: var(--flexDroite);
        display: grid;
        grid-template-rows: auto 0.3vw 6vw;
        grid-template-areas:
        txt
        liseret-tag
        sidebar-right-tag ;
    
    }
    
        .txt{
            background-color: var(--color1);
            overflow: scroll;
        }
    
            #credit-txt{
                font-size: 1vw;
                color: var(--color2);
                padding: 0.7vw;
                text-align: right;
            }
    
            #soustitre-txt{
                font-size: 1vw;
                color: var(--color2);
            }
    
            #figure-txt{
                padding: 0.7vw;
                color: var(--color2);
                margin-bottom: 4vw;    
            }
    
    
        .liseret-filtres {
            width: 100%;
            height: 0.3vw;
            background-color: var(--color2);
        }
    
    
    
        .sidebar-right-filtres{
            background: linear-gradient(var(--color2), var(--color1));
            color: var(--color2);
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-items: center;
            padding-left: 1vw;
            overflow-x: scroll;
        }

                    #tag-TOUT{
                        width: 17vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color2tagTOUT);
                        color: var(--color1tagTOUT);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-APROPOS{
                        width: 12vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagAPROPOS);
                        color: var(--color2tagAPROPOS);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-OBJET{
                        width: 9vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagOBJET);
                        color: var(--color2tagOBJET);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-ESPACE{
                        width: 10vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagESPACE);
                        color: var(--color2tagESPACE);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-EVENEMENT{
                        width: 15vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagEVENEMENT);
                        color: var(--color2tagEVENEMENT);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-JEU{
                        width: 7vw;
                        height: 3vw;
                        margin-right: 1vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagJEU);
                        color: var(--color2tagJEU);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }
                    #tag-GRAPHISME{
                        width: 15vw;
                        height: 3vw;
                        margin-right: 2vw;
                        border-radius: 50%;
                        border-style: solid;
                        border-width: 0.3vw;
                        border-color: var(--color2bis);
                        background-color: var(--color1tagGRAPHISME);
                        color: var(--color2tagGRAPHISME);
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        cursor: pointer;
                        flex: 0 0 auto;
                        transition: 0.1s linear; 
                    }


/* sousheader-projet */

.titre-projet {
    width: 100%;
    height: 3vw;
    background-color: var(--color1);
    border-style: solid;
    border-color: var(--color2);
    border-left: 0;
    border-right: 0;
    border-width: 0.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    overflow: hidden;
    top: 0vw;
    z-index: 1;
}
.titre-scroll {
    width: 100%;
    height: 1.5vw;
    background: var(--color1);
    border-style: solid;
    border-color: var(--color2);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-width: 0.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    overflow: hidden;
    z-index: 1;
}
#scroll-down-img {
    font-size: 1vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}
#scroll-down-txt {
    font-size: 1vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}

#scroll-up-img{
    font-size: 1vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}
#scroll-up-txt{
    font-size: 1vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}



/* repère navigation */

.liseret-feedBar{
    width: 0.3vw;
    background-color: var(--color2);
    z-index: 1;
    justify-items: center;
}

.feedBar{
    width: 3vw;
    padding-top: 1vw;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: auto;
    gap: 1vw;
    z-index: 1;
}


    /* PROJETS */  

/* APROPOS */

#txt-figureSALUT {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureSALUT {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureSALUT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tag-figureSALUT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureSALUT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureSALUT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#txt-figureVARIMO {
    width: auto;
    height: 2vw;
    position: relative;
    transition: 0.1s linear; 
    cursor: pointer;
    text-decoration: none;
}
#img-figureVARIMO {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureVARIMO-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tag-figureVARIMO-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureVARIMO-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureVARIMO-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#txt-figureCV {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureCV {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureCV-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tag-figureCV-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureCV-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureCV-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#txt-figureYELO{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureYELO{
    width: auto;
    height: 2vw;
    position: relative; 
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureYELO-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tag-figureYELO-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureYELO-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureYELO-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


/* APROPOS - JEU */


#txt-figureUSDS {
    width: auto;
    height: 2vw;
    position: relative;
    transition: 0.1s linear; 
    cursor: pointer;
    text-decoration: none;
}
#img-figureUSDS {
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureUSDS-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS-JEU);
    flex: 0 0 auto;
} 
#txt-tag-figureUSDS-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS-JEU);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureUSDS-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureUSDS-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



/* OBJET */

#txt-figureATELIER_MOBILE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureATELIER_MOBILE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureATELIER_MOBILE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET);
    flex: 0 0 auto;
}
#txt-tag-figureATELIER_MOBILE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET);
    flex: 0 0 auto;
}
#txt-tagTOUT-figureATELIER_MOBILE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureATELIER_MOBILE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#txt-figureBOBOAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}   
#img-figureBOBOAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}  
#txt-tag-figureBOBOAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-ESPACE);
    flex: 0 0 auto;
}   
#txt-tag-figureBOBOAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-ESPACE);
    flex: 0 0 auto;
}  
#txt-tagTOUT-figureBOBOAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureBOBOAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



/* OBJET - JEU */

#txt-figureFLOOOAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureFLOOOAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureFLOOOAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-JEU);
    flex: 0 0 auto;
}
#txt-tag-figureFLOOOAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-JEU);
    flex: 0 0 auto;
}
#txt-tagTOUT-figureFLOOOAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureFLOOOAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#txt-figurePEAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#into-txt-figurePEAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figurePEAT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figurePEAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-JEU);
    flex: 0 0 auto;
}
#txt-tag-figurePEAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-JEU);
    flex: 0 0 auto;
}
#txt-tagTOUT-figurePEAT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figurePEAT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


/* ESPACE   */

#txt-figureORANGE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureORANGE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureORANGE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE);
    flex: 0 0 auto;
}
#txt-tag-figureORANGE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE);
    flex: 0 0 auto;
}
#txt-tagTOUT-figureORANGE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureORANGE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#txt-figureDLNEH{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureDLNEH{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureDLNEH-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE);
    flex: 0 0 auto;
}
#txt-tag-figureDLNEH-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE);
    flex: 0 0 auto;
}
#txt-tagTOUT-figureDLNEH-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureDLNEH-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   




/* ESPACE - EVENEMENT */

#txt-figureGUINGUETTE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#into-txt-figureGUINGUETTE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureGUINGUETTE{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureGUINGUETTE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#txt-tag-figureGUINGUETTE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureGUINGUETTE-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureGUINGUETTE-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#txt-figure5TENT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figure5TENT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figure5TENT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#txt-tag-figure5TENT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figure5TENT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figure5TENT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


/* EVENEMENT - JEU */

#txt-figureOBJET_GESTE_BUT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#into-txt-figureOBJET_GESTE_BUT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureOBJET_GESTE_BUT{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureOBJET_GESTE_BUT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickEVENEMENT-JEU);
    flex: 0 0 auto;
} 
#txt-tag-figureOBJET_GESTE_BUT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickEVENEMENT-JEU);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureOBJET_GESTE_BUT-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureOBJET_GESTE_BUT-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



/* JEU */

#txt-figure111{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#into-txt-figure111{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figure111{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figure111-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickJEU);
    flex: 0 0 auto;
} 
#txt-tag-figure111-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickJEU);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figure111-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figure111-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#txt-figureVRM_SHEET{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#into-txt-figureVRM_SHEET{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#img-figureVRM_SHEET{
    width: auto;
    height: 2vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#txt-tag-figureVRM_SHEET-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickJEU);
    flex: 0 0 auto;
} 
#txt-tag-figureVRM_SHEET-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickJEU);
    flex: 0 0 auto;
} 
#txt-tagTOUT-figureVRM_SHEET-click{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#txt-tagTOUT-figureVRM_SHEET-pasclick{
    width: 2vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   

/* DE TAG */






/* ANCRES */

#ancreTOP-img {
    height: 0;
    width: 100%;
}
#ancreTOP-txt {
    height: 0;
    width: 100%;
}

#ancreBOTTOM-img {
    height: 0;
    width: 100%;
}
#ancreBOTTOM-txt {
    height: 0;
    width: 100%;
}

#ancreSALUT-img {
    height: 0;
    width: 100%;
}
#ancreSALUT-txt {
    height: 0;
    width: 100%;
}

#ancreVARIMO-img {
    height: 0;
    width: 100%;
}
#ancreVARIMO-txt {
    height: 0;
    width: 100%;
}

#ancreUSDS-img {
    height: 0;
    width: 100%;
}
#ancreUSDS-txt {
    height: 0;
    width: 100%;
}

#ancreGUINGUETTE-img {
    height: 0;
    width: 100%;
}
#ancreGUINGUETTE-txt {
    height: 0;
    width: 100%;
}

#ancreATELIER_MOBILE-img {
    height: 0;
    width: 100%;
}
#ancreATELIER_MOBILE-txt {
    height: 0;
    width: 100%;
}

#ancreBOBOAT-img {
    height: 0;
    width: 100%;
}
#ancreBOBOAT-txt {
    height: 0;
    width: 100%;
}

#ancreFLOOOAT-img {
    height: 0;
    width: 100%;
}
#ancreFLOOOAT-txt {
    height: 0;
    width: 100%;
}

#ancreYELO-img {
    height: 0;
    width: 100%;
}
#ancreYELO-txt {
    height: 0;
    width: 100%;
}

#ancreOBJET_GESTE_BUT-img {
    height: 0;
    width: 100%;
}
#ancreOBJET_GESTE_BUT-txt {
    height: 0;
    width: 100%;
}

#ancreORANGE-img {
    height: 0;
    width: 100%;
}
#ancreORANGE-txt {
    height: 0;
    width: 100%;
}

#ancreDLNEH-img {
    height: 0;
    width: 100%;
}
#ancreDLNEH-txt {
    height: 0;
    width: 100%;
}

#ancreVRM_SHEET-img {
    height: 0;
    width: 100%;
}
#ancreVRM_SHEET-txt {
    height: 0;
    width: 100%;
}

#ancrePEAT-img {
    height: 0;
    width: 100%;
}
#ancrePEAT-txt {
    height: 0;
    width: 100%;
}

#ancreCV-img {
    height: 0;
    width: 100%;
}
#ancreCV-txt {
    height: 0;
    width: 100%;
}



.TEL {display: none;} 
.TEL-header {display: none;}
.TEL-header-top {display: none;}
.TEL-custom {display: none;}
.TEL-header-custom {display: none;}
.TEL-pimpMyWeb {display: none;}
.TEL-feedBar{display: none;}
.TEL-container{display: none;}
.TEL-body{display: none;}
.TEL-header-TAG{display: none;}



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

    body {
        margin: 0;
        padding: 0;
        font-family: 'Savate Regular';
        font-size: 7vw;
        background-color: var(--color1);
        color: var(--color2);
        display: flex;
        flex-direction: row;
        border-style: solid;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-width: 1vw;
        border-color: var(--color2);
        overflow: hidden;
    }

    .header {display: none;}
    .header-top {display: none;}
    .header-custom {display: none;}
    .pimpMyWeb {display: none;}
    .container {display: none;}
    .feedBar {display: none;}
    .liseret-feedBar {display: none;}


    .TEL-header {
        background-color: var(--color1);
        color: var(--color2);
        border-style: solid;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-width: 1vw;
        border-color: var(--color2);
        width: 100vw;
        padding: 0.5vw;
        padding-bottom: 0;
        position: absolute;
        z-index: 3;
        height: 10vw;
        transition: height 0.1s linear;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    
    .TEL-header-top {
        display: grid;
        grid-template-columns: 1fr 10vw 12vw 10vw;
        align-items: center;
        align-content: center;
    }
    
    
    .TEL-class-MainTitle{
        display: grid;
        align-items: center;
        justify-items: left;
        margin-left: 1vw;
        margin-top: 0.5vw;
    }

        #TEL-MainTitle{
            cursor: pointer;
            font-size: 7vw;
        }

    
    .TEL-class-contact{
        width: 8vw;
        cursor: pointer;
        display: grid;
        align-items: center;
        margin-top: -0.5vw;
    }
        #TEL-contact{
            width: 100%;
            height: auto;
            margin-left: 1vw;
            text-decoration: none;
            margin-top: 0;
        }

    .TEL-class-tag{
        width: 7vw;
        cursor: pointer;
        display: grid;
        align-items: center;
        justify-self: center;
        margin-right: 0.5vw;
        margin-top: -0.5vw;
    }    
        #TEL-tag{
            width: 100%;
            height: auto;
            text-decoration: none;
            margin-top: 0;
        }


    .TEL-class-custom{
        width: 7vw;
        cursor: pointer;
        display: grid;
        align-items: center;
        justify-self: center;
        margin-right: 1.5vw;
        margin-top: -0.5vw;
    }    
        #TEL-custom{
            width: 100%;
            height: auto;
            text-decoration: none;
            margin-top: -5%;
        }



    .TEL-bio {
        font-size: 7vw;
        width: 100%;
        padding: 1vw;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 10vw;
        text-wrap: balance;
    }

        #TEL-MainJob{
            text-align: left;
        }

        #TEL-entreprise {
            text-align: left;
        }

        #TEL-freelance {
            text-align: left;
        }

        #TEL-mentions-legales{
            font-size: 3vw;
            text-align: center;
            text-decoration: none;
        }

                @keyframes rotating {
                    from {
                    transform: rotate(0deg);
                    }
                    to {
                    transform: rotate(360deg);
                    }
                }

        .TEL-class-sticker{
            width: 60%;
        }
            #TEL-sticker{
                width: 100%;
                height: 100%;
                animation: rotating 10s linear infinite;
            }

        #TEL-contact-text {
            text-decoration: underline;
            color: var(--color2);
        }

    .TEL-liseret-header {
        height: 1vw;
        background-color: var(--color2);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }



    /* Header custom */

.TEL-header-custom {
    background: linear-gradient(var(--color2), var(--color1));
    width: 100vw;
    position: absolute;
    z-index: 2;
    height: 3vw;
    transition: height 0.1s linear;
    display: grid;
    grid-template-rows: 10vw auto;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

#TEL-gap-custom{
    height: 12vw;
    width: 100%;
} 

.TEL-pimpMyWeb{
    width: 100%;
    height: 100%;
    display: grid;
    padding-top: 4vw;
    grid-template-columns: auto;
    grid-template-rows: 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw;
    align-items: center;
    justify-items: center;
    overflow: scroll;
}

    #TEL-pastille-chewinggum{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorB);
        background-color: var(--colorA);
        color: var(--colorB);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        overflow: hidden;
    }
        #TEL-chewinggum{
            font-size: 7vw;
        }

    #TEL-pastille-vanille-fraise{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorD);
        background-color: var(--colorC);
        color: var(--colorD); 
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-vanille-fraise{
            font-size: 7vw;
        }

    #TEL-pastille-ChupaChups{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorF);
        background-color: var(--colorE);
        color: var(--colorF);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-ChupaChups{
            font-size: 7vw;
        }

    #TEL-pastille-menthe-choco{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorH);
        background-color: var(--colorG);
        color: var(--colorH);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-menthe-choco{
            font-size: 7vw;
        }
       
    #TEL-pastille-jolie-fleur{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorJ);
        background-color: var(--colorI);
        color: var(--colorJ);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-jolie-fleur{
            font-size: 7vw;
        }

    #TEL-pastille-boring{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorL);
        background-color: var(--colorK);
        color: var(--colorL);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-boring{
            font-size: 7vw;
        }

    #TEL-pastille-plage{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorN);
        background-color: var(--colorM);
        color: var(--colorN);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-plage{
            font-size: 7vw;
        }

    #TEL-pastille-caliente{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorP);
        background-color: var(--colorO);
        color: var(--colorP);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-caliente{
            font-size: 7vw;
        }

    #TEL-pastille-nuage{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorR);
        background-color: var(--colorQ);
        color: var(--colorR);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-nuage{
            font-size: 7vw;
        }

    #TEL-pastille-night{
        height: 14vw;
        width: 80vw;
        border-radius: 50%;
        border-style: solid;
        border-width: 1vw;
        border-color: var(--colorT);
        background-color: var(--colorS);
        color: var(--colorT);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
        #TEL-night{
            font-size: 7vw;
        }


/* Container */        

.TEL-body{
    display: flex;
    flex: 1;
    overflow: hidden;
}

.TEL-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.TEL-liseret-container{
    height: 1vw;
    width: 100%;
    background-color: var(--color2);
    position: relative;
    z-index: 1;
}

/* TAG  */

.TEL-header-TAG{
    background: linear-gradient(var(--color2), var(--color1));
    color: var(--color2);
    width: 86vw;
    height: 20vw;
    margin-top: -10vw;
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 3vw;
    transition: margin-top 0.05s linear;
    overflow-x: scroll;
}

            #TEL-tag-TOUT{
                width: 64vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color2tagTOUT);
                color: var(--color1tagTOUT);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-APROPOS{
                width: 42vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagAPROPOS);
                color: var(--color2tagAPROPOS);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-OBJET{
                width: 32vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagOBJET);
                color: var(--color2tagOBJET);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-ESPACE{
                width: 32vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagESPACE);
                color: var(--color2tagESPACE);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-EVENEMENT{
                width: 60vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagEVENEMENT);
                color: var(--color2tagEVENEMENT);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-JEU{
                width: 26vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagJEU);
                color: var(--color2tagJEU);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }
            #TEL-tag-GRAPHISME{
                width: 60vw;
                height: 10vw;
                margin-right: 3vw;
                border-radius: 50%;
                border-style: solid;
                border-width: 1vw;
                border-color: var(--color2bis);
                background-color: var(--color1tagGRAPHISME);
                color: var(--color2tagGRAPHISME);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                cursor: pointer;
                flex: 0 0 auto;
                transition: 0.1s linear; 
            }


/* Fenêtre image */

.TEL-sidebar-IMG{
    width: 100%;
    background-color: var(--color2);
    flex: var(--TELflexIMG);
    z-index: 1;
    overflow: scroll;
    position: relative;
    transition: flex 0.1s linear;
}

    .TEL-sidebar-IMG img {
        width: 100%;
        display: block;
}

    .TEL-liseret-photo {
        width: 100%;
        height: 1vw;
        position: relative;
        background-color: var(--color2);
    
}

.TEL-gap-fin{
    width: 100%;
    height: 50%;
    background: linear-gradient(var(--color2), var(--color1));
}

/* Fenêtre txt */

.TEL-sidebar-TXT{
    font-size: 5vw;
    width: 100%;
    background-color: var(--color1);
    flex: var(--TELflexTXT);
    z-index: 1;
    overflow: scroll;
    text-wrap: balance;
    transition: flex 0.1s linear;
}

        #TEL-credit-txt{
            font-size: 3vw;
            color: var(--color2);
            padding: 4vw;
            text-align: right;
        }

        #TEL-soustitre-txt{
            font-size: 3vw;
            color: var(--color2);
        }

        #TEL-figure-txt{
            padding: 2vw;
            color: var(--color2);
            margin-bottom: 4vw;    
        }





.TEL-titre-projet {
    width: 100%;
    height: 10vw;
    background-color: var(--color1);
    border-style: solid;
    border-color: var(--color2);
    border-left: 0;
    border-right: 0;
    border-width: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    overflow: hidden;
    top: 0;
    z-index: 1;
}


.TEL-titre-scroll {
    width: 100%;
    height: 5vw;
    background: var(--color1);
    border-style: solid;
    border-color: var(--color2);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-width: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    overflow: hidden;
    z-index: 1;
}
#TEL-scroll-down-img {
    font-size: 4vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    margin-top: 0.5vw;
    cursor: pointer;
}
#TEL-scroll-down-txt {
    font-size: 4vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}

#TEL-scroll-up-img{
    font-size: 4vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}
#TEL-scroll-up-txt{
    font-size: 4vw;
    color: var(--color2);
    position: relative;
    transition: 0.1s linear; 
    text-decoration: none;
    cursor: pointer;
}


/* repère navigation */

.TEL-liseret-feedBar{
    width: 1vw;
    height: 100%;
    background-color: var(--color2);
    z-index: 1;
}

.TEL-feedBar{
    width: 10vw;
    padding-top: 13vw;
    padding-left: 1vw;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: auto;
    gap: 3vw;
    z-index: 1;
}


    /* PROJETS */  

/* APROPOS */

#TEL-txt-figureSALUT {
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureSALUT {
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureSALUT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureSALUT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureSALUT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureSALUT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#TEL-txt-figureVARIMO {
    width: auto;
    height: 7vw;
    position: relative;
    transition: 0.1s linear; 
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureVARIMO {
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureVARIMO-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureVARIMO-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} #TEL-txt-tagTOUT-figureVARIMO-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureVARIMO-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#TEL-txt-figureUSDS {
    width: auto;
    height: 7vw;
    position: relative;
    transition: 0.1s linear; 
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureUSDS {
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureUSDS-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS-JEU);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureUSDS-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS-JEU);
    flex: 0 0 auto;
} #TEL-txt-tagTOUT-figureUSDS-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureUSDS-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#TEL-txt-figureYELO{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureYELO{
    width: auto;
    height: 7vw;
    position: relative; 
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureYELO-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureYELO-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureYELO-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureYELO-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#TEL-txt-figureCV {
    width: auto;
    height: 7vw;
    position: relative;
    transition: 0.1s linear; 
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureCV {
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureCV-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureCV-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickAPROPOS);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureCV-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureCV-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}  



/* OBJET */

#TEL-txt-figureATELIER_MOBILE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureATELIER_MOBILE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureATELIER_MOBILE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET);
    flex: 0 0 auto;
}
#TEL-txt-tag-figureATELIER_MOBILE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET);
    flex: 0 0 auto;
}
#TEL-txt-tagTOUT-figureATELIER_MOBILE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureATELIER_MOBILE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#TEL-txt-figureBOBOAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}   
#TEL-img-figureBOBOAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}  
#TEL-txt-tag-figureBOBOAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-ESPACE);
    flex: 0 0 auto;
}   
#TEL-txt-tag-figureBOBOAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-ESPACE);
    flex: 0 0 auto;
}  
#TEL-txt-tagTOUT-figureBOBOAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureBOBOAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



/* OBJET - JEU */

#TEL-txt-figureFLOOOAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureFLOOOAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureFLOOOAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-JEU);
    flex: 0 0 auto;
}
#TEL-txt-tag-figureFLOOOAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-JEU);
    flex: 0 0 auto;
}
#TEL-txt-tagTOUT-figureFLOOOAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureFLOOOAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#TEL-txt-figurePEAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-into-txt-figurePEAT{
    width: auto;
    height: 5vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figurePEAT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figurePEAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickOBJET-JEU);
    flex: 0 0 auto;
}
#TEL-txt-tag-figurePEAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickOBJET-JEU);
    flex: 0 0 auto;
}
#TEL-txt-tagTOUT-figurePEAT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figurePEAT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


/* ESPACE   */

#TEL-txt-figureORANGE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureORANGE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureORANGE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE);
    flex: 0 0 auto;
}
#TEL-txt-tag-figureORANGE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE);
    flex: 0 0 auto;
}
#TEL-txt-tagTOUT-figureORANGE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureORANGE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



#TEL-txt-figureDLNEH{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureDLNEH{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureDLNEH-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE);
    flex: 0 0 auto;
}
#TEL-txt-tag-figureDLNEH-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE);
    flex: 0 0 auto;
}
#TEL-txt-tagTOUT-figureDLNEH-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureDLNEH-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   




/* ESPACE - EVENEMENT */

#TEL-txt-figureGUINGUETTE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-into-txt-figureGUINGUETTE{
    width: auto;
    height: 5vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureGUINGUETTE{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureGUINGUETTE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureGUINGUETTE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureGUINGUETTE-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureGUINGUETTE-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


#TEL-txt-figure5TENT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figure5TENT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figure5TENT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figure5TENT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickESPACE-EVENEMENT);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figure5TENT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figure5TENT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   


/* EVENEMENT - JEU */

#TEL-txt-figureOBJET_GESTE_BUT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-into-txt-figureOBJET_GESTE_BUT{
    width: auto;
    height: 5vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureOBJET_GESTE_BUT{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureOBJET_GESTE_BUT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickEVENEMENT-JEU);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureOBJET_GESTE_BUT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickEVENEMENT-JEU);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureOBJET_GESTE_BUT-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureOBJET_GESTE_BUT-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}   



/* JEU */

#TEL-txt-figureVRM_SHEET{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-into-txt-figureVRM_SHEET{
    width: auto;
    height: 5vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figureVRM_SHEET{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figureVRM_SHEET-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickJEU);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figureVRM_SHEET-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickJEU);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figureVRM_SHEET-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figureVRM_SHEET-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}  



#TEL-txt-figure111{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-into-txt-figure111{
    width: auto;
    height: 5vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-img-figure111{
    width: auto;
    height: 7vw;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#TEL-txt-tag-figure111-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickJEU);
    flex: 0 0 auto;
} 
#TEL-txt-tag-figure111-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickJEU);
    flex: 0 0 auto;
} 
#TEL-txt-tagTOUT-figure111-click{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: var(--clickTOUT);
    flex: 0 0 auto;
}     
#TEL-txt-tagTOUT-figure111-pasclick{
    width: 7vw;
    height: auto;
    position: relative;
    cursor: default;
    text-decoration: none;
    opacity: 25%;
    transform: scale(80%);
    display: var(--pasclickTOUT);
    flex: 0 0 auto;
}  



/* ANCRES */

#TEL-ancreTOP-img {
    height: 0;
    width: 100%;
}
#TEL-ancreTOP-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreBOTTOM-img {
    height: 0;
    width: 100%;
}
#TEL-ancreBOTTOM-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreSALUT-img {
    height: 0;
    width: 100%;
}
#TEL-ancreSALUT-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreVARIMO-img {
    height: 0;
    width: 100%;
}
#TEL-ancreVARIMO-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreUSDS-img {
    height: 0;
    width: 100%;
}
#TEL-ancreUSDS-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreGUINGUETTE-img {
    height: 0;
    width: 100%;
}
#TEL-ancreGUINGUETTE-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreATELIER_MOBILE-img {
    height: 0;
    width: 100%;
}
#TEL-ancreATELIER_MOBILE-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreBOBOAT-img {
    height: 0;
    width: 100%;
}
#TEL-ancreBOBOAT-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreFLOOOAT-img {
    height: 0;
    width: 100%;
}
#TEL-ancreFLOOOAT-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreYELO-img {
    height: 0;
    width: 100%;
}
#TEL-ancreYELO-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreOBJET_GESTE_BUT-img {
    height: 0;
    width: 100%;
}
#TEL-ancreOBJET_GESTE_BUT-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreORANGE-img {
    height: 0;
    width: 100%;
}
#TEL-ancreORANGE-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreDLNEH-img {
    height: 0;
    width: 100%;
}
#TEL-ancreDLNEH-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreVRM_SHEET-img {
    height: 0;
    width: 100%;
}
#TEL-ancreVRM_SHEET-txt {
    height: 0;
    width: 100%;
}

#TEL-ancrePEAT-img {
    height: 0;
    width: 100%;
}
#TEL-ancrePEAT-txt {
    height: 0;
    width: 100%;
}

#TEL-ancreCV-img {
    height: 0;
    width: 100%;
}
#TEL-ancreCV-txt {
    height: 0;
    width: 100%;
}



}