<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'FramesPartOne';
    font-weight: normal;
    src: url('font/FramesPartOne-Regular.woff2') format('woff2'), 
         url('font/FramesPartOne-Regular.woff') format('woff'),
         url('font/FramesPartOne-Regular.eot');
}

@font-face {
    font-family: 'FramesPartOne';
    font-weight: 900;
    src: url('font/FramesPartOne-Bold.woff2') format('woff2'), 
         url('font/FramesPartOne-Bold.woff') format('woff'),
         url('font/FramesPartOne-Bold.eot');
}

@font-face {
    font-family: 'FramesPartOne';
    font-weight: bold;
    src: url('font/FramesPartOne-Medium.woff2') format('woff2'), 
         url('font/FramesPartOne-Medium.woff') format('woff'),
         url('font/FramesPartOne-Medium.eot');
}

@font-face {
    font-family: 'FramesPartOne';
    font-weight: 200;
    src: url('font/FramesPartOne-Light.woff2') format('woff2'), 
         url('font/FramesPartOne-Light.woff') format('woff'),
         url('font/FramesPartOne-Light.eot');
}


.contact {
    right: 20px;
    font-size: 20px;
    z-index: 10;
    position: absolute;
    text-align: right;
}

.menu {
    font-size: 22px;
    width: 33vw;
    list-style-type: none;
}

#reg{
    font-weight: normal;
}

#med{
    font-weight: bold;
}

#sousmenu {
    font-weight: 200;
}

.menu-icon {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
}

.submenu ul {
    display: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.2;
}

.submenu ul.active {
    display: block;
}

.current {
text-decoration: underline dotted;
}


a {
    text-decoration: none;
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    text-decoration: underline dotted;
}

body {
    font-family: 'FramesPartOne', sans-serif;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}


#suiveur-curseur {
    position: absolute;
    width: 200px;
    height: auto;
    pointer-events: none;
    z-index: 9;
    transition: left 0.3s ease, top 0.3s ease;
}




.popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.popup-content {
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    max-width: 500px;
    margin: 20px;

}

.close-btn {
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    font-size: 24px;
}









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



.logo {
    padding-top: 40px;
    width: 24vw;
}

.uplogo {
    height: 120px;
    position: absolute;
    top: -80px;
    margin: 0;
}

header {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

    .menu-icon{ 
        display:none; 
    }

    .close-icon{
        display: none;
    }

    .mail-icon{
        display: none;
    }


    .submenu ul {
        font-size: 22px;
    }

    #sousmenu {
        font-size: 18px;
    }

footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
}




section{
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

}

.welcome{
    font-size: 27px;
    font-weight: 900;
    padding: 50px;
    width: 70vw;
    color: black;
    text-align: center;

}

.navi{
    height: 100vh;
    width: 28vw;
    filter: blur(1px);
}


#suiveur-curseur {
    position: absolute;
    width: 200px;
    height: auto;
    pointer-events: none;
    z-index: 9;
    transition: left 0.3s ease, top 0.3s ease;
}




.bgindex {
position: absolute;
width: 370px;
bottom: 30px;
left: 0px;
}


}





















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


#suiveur-curseur {
    display: none;
}


.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo {
    padding-top: 50px;
    width: 60%;
    align-items: center;
}

.uplogo {
    height: 100px;
    position: absolute;
    top: -50px;
    margin: 0;
    align-items: center;
}

header {
    width: 100vw;
    z-index: 2;
}


body{
    width: 100%;
} 

.welcome{
    padding: 20px;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    align-items: center;
    width: 90%;

}

li {
    width: 100vw;
}

#reg{
    font-size: 18px;
}

#sousmenu {
    font-size: 20px;
}



    .menu {
        display: none;
        position: fixed;
        text-align: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 10;
        overflow-y: auto;
        transition: transform 0.3s ease-in-out;
        transform: translateY(-100%);
        font-size: 30px;
        line-height: 150%;
        margin: 0;
        padding: 0;
    }

.submenu ul {
    display: none;
    list-style-type: none;
    padding: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.5;
}


.menu.show {
        transform: translateY(0);
        display: block;
        padding-top: 50px;
    }

    .menu li a {
        margin: 5px;
        color: white;
    }

    .menu-icon {
        position: fixed;
        top: 10px;
        left: 10px;
        display: block;
        color: black;
        font-size: 40px;
    }

    .contact {
        display: none;
    }


    .mail-icon{
        position: fixed;
        top: 24px;
        right: 15px;
        display: block;
        color: black;
        width: 35px;
    }

    .close-icon {
        display: block;
        color: white;
        z-index: 10;
    }

    .menu.show + .close-icon {
        display: block;
    }



    footer {
        text-align: center;
        display: block;
    }


.bgindex {
position: relative;
width: 350px;

}
</pre></body></html>