/* C'est parti  */

:root{
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-gris: rgba(89, 89, 89, 1);
    --color-grisline: rgb(211, 211, 211);

    --size-huge: 40px;
    --size-medium: 20px; 
    --size-labeur: 17px;



    --speed : 400ms;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color:  transparent;
    height: 0px;
}
 

::-webkit-scrollbar-thumb {
    background-color: var(--blue); 
    border-radius: 5px;
}

        
@font-face {
    font-family: 'suiss';
    src: url('font/SuisseIntl-Regular-WebM.woff')format('woff');
    src: url('font/SuisseIntl-Regular-WebM.woff2')format('woff2');
    font-weight: normal;
}


@font-face {
    font-family: 'suiss';
    src: url('font/SuisseIntl-Medium-WebM.woff')format('woff');
    src: url('font/SuisseIntl-Medium-WebM.woff2')format('woff2');
    font-weight: 600;
}


@font-face {
    font-family: 'suiss';
    src: url('font/SuisseIntl-Bold-WebM.woff')format('woff');
    src: url('font/SuisseIntl-Bold-WebM.woff2')format('woff2');
    font-weight: 700;
}



@font-face {
    font-family: 'suiss_cond';
    src: url('font/SuisseIntlCond-Regular-WebS.woff')format('woff');
    src: url('font/SuisseIntlCond-Regular-WebS.woff2')format('woff2');
}

@font-face {
    font-family: 'suiss_cond';
    src: url('font/SuisseIntlCond-Bold-WebS.woff')format('woff');
    src: url('font/SuisseIntlCond-Bold-WebS.woff2')format('woff2');
    font-weight: 700;
}










html{
    margin: 0;
    padding: 0;
} 

body{
    font-family: 'suiss';
    margin: 0px;
    color: var(--black);
    font-size: 20px;
    transition: all var(--speed);


}

img{
    width: 500px;
}


h1,h2,h3,h4,h5,h6{
    font-size: 20px;
    margin: 0;
    padding: 0;
}


a{
    color: var(--realwhite);
}



header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--color-white);
    z-index: 100;
    justify-content: space-between;
}

h1{
    margin: 0 8px;
    line-height: 20px;
}

header ul{
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

header li{
    transition: all var(--speed);
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.window_apropos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;

    opacity: 0;
    visibility: hidden;

    background-color: var(--color-white);
    transition: all var(--speed);

    display: flex;
    justify-content: center;
    align-items: center;
}


.txt_apropos{
    width: 40%;

}

.exit_apropos{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 40px;
    cursor: pointer;
}





.window_studio{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;

    opacity: 0;
    visibility: hidden;

    background-color: var(--color-white);
    transition: all var(--speed);
}

.exit_studio{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 40px;
    cursor: pointer;
}


.container_table{
    margin: 40px;
    height: calc(100vh - 80px);
    overflow: scroll;
    width: calc(100% - 80px);
}


table{
    
}

thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

thead tr{
    background-color: var(--color-white);
}

tbody tr{
    cursor: pointer;
    transition: all var(--speed);
}

tbody tr:hover{
    background-color: var(--color-grisline);
}

.container_affiche_studio{
    position: fixed;
    right: 0;
    top: 10%;
    height: 80%;
    transition: all var(--speed);

    opacity: 0;
    visibility: hidden;
    z-index: 10;
}



.container_affiche_studio img{
    pointer-events: none;
    height: 100%;
    width: auto;
}










.all_image{

    margin: 80px;
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
    align-items: start;
}

.all_image .all_image_link{
    width: 1vw;
    height: auto;
    cursor: pointer;
    transition: all var(--speed);
}

.all_image .all_image_link:hover{
    transform: scale(110%);
}


.container_affiche_all{
    position: fixed;
    right: 0;
    top: 10%;
    height: 80%;
    transition: all var(--speed);

    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--color-white);
    pointer-events: none;
}


.container_affiche_all .container_img_content{
    flex: 1;
    height: calc(90% - 50px);
    margin-bottom: 10px;
}


.container_affiche_all img{
    width: auto;
    height: 100%;
}



.container_affiche_all p{
    font-size: 12px;
    margin-left: 10px;
}




.container_affiche_window{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;

    opacity: 0;
    visibility: hidden;

    background-color: var(--color-white);
    transition: all var(--speed);

    display: flex;
    justify-content: center;
    align-items: center;
}



.container_affiche_window_content{
    height: 95%;
    display: flex;
    gap: 50px;
    align-items: end;
}

.container_affiche_window_content img{
    height: 100%;
    width: auto;
}

.container_affiche_window_content p{
    font-size: 12px;
}
    

.exit_affiche_window{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 40px;
    cursor: pointer;
}


.swipper_taille{
    display: flex;
    font-size: 12px;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 40px;
    width: calc(20vw + 100px);
    min-width: 200px;
}


.swipper_taille p{
    width: 120px;
}

input[type='range'] {
    -webkit-appearance: none !important;
    background:white;
    border: 1px solid var(--color-black);
    height:3px;
    flex: 1;
    cursor: pointer;
    border-radius: 5px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:black;
    height:15px;
    width:15px;
        border-radius: 50%;
}