<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #272727;
    margin: 0;
    padding: 0;
}

/*----POLICE----*/
h2{
    font-family: "Grand Hotel", serif;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
}

h3{
    font-family: "Fauna One", serif;
    font-weight: 400;
    font-size: 25px;
    color: #272727;
    margin: 0;
}

h4{
    font-family: "Grand Hotel", serif;
    font-weight: 400;
    font-size: 15px;
    color: #272727;
    margin: 0;
}

h5{
    font-family: "Fauna One", serif;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
}

p{
    font-family: "Fauna One", serif;
    font-size: 13px;
    padding: 0 20px;
    color: #FFFFFF;
}

.blanc{
    color: #FFFFFF;
}

italic{
    font-style: italic;
}

i{
    padding-top: 10px;
}

.rsn{
    font-size: 20px;
}

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

a:hover{
    color: #9198e5;
    text-decoration: wavy;
    cursor: pointer;
}

/*----BLOC----*/
@media screen and (min-width: 768px) {
    .container {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 50%;
        margin-right: 50%;
    }

    .line_box{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100px;
        gap: 100px;
        margin: 0 50%;
        z-index: 5;
    }

    .box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 200px;
        text-align: center;
    }

    .front{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        background-color: #272727;
        z-index: 5;
    }

    .middle_box{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 50px;
        height: 500px;
    }

    .box_contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 200px;
        text-align: center;
        z-index: 2;
    }

    .box_contact:before {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        background-color: #272727;
        border-radius: 50%;
        border: #FFFFFF solid 1px;
        z-index: -1;
    }

    .box_propos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        width: 800px;
        text-align: center;
        z-index: 2;
    }

    .box_propos:before {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        background-color: #272727;
        border-radius: 50%;
        border: #FFFFFF solid 1px;
        z-index: -1;
    }

    .box_txt{
        background-color: #272727;
        margin: 5px;
    }

    /*----Formulaire de contact----*/

    .box_form{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        font-size: 16px;
        padding-top: 20px;
    }

    .form_id{
        background-color: transparent;
        border-color: #FFFFFF;
        border-width: 0px 0px 1px 0px;
        padding: 8px 16px;
        margin-bottom: 10px;
    }

    .form_login{
        background-color: transparent;
        border-color: #FFFFFF;
        border-width: 0px 0px 1px 0px;
        padding: 8px 16px;
        margin-bottom: 10px;
    }

    .form_info{
        background-color: transparent;
        border-color: #FFFFFF;
        border-width: 0px 0px 1px 0px;
        padding: 8px 16px;
        margin-bottom: 10px;
    }

    .form_txt{
        background-color: transparent;
        border-color: #FFFFFF;
        border-width: 0px 0px 1px 0px;
        padding: 8px 16px;
        margin-bottom: 10px;
    }

    #flex_btn{
        width: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .btn_radius{
        background-color: #fff;
        border-radius: 25px;
        padding: 5px 5px;
    }

    /*-------------SLIDER BANCAL------------------*/

    .slider-container {
        position: relative;
        width: 100vw;
        height: 100%;
        transform: rotate(-2deg);
        overflow: hidden;
      }

    .slider {
        display: flex;
        gap: 20px;
        padding: 40px;
        overflow-x: auto; 
        scroll-behavior: auto; 
        scrollbar-width: none;     /* Firefox */
        -ms-overflow-style: none;  /* IE/Edge */
    }

    .slider::-webkit-scrollbar {
        display: none;             /* Chrome/Safari */
    }

    .slide {
        flex: 0 0 auto;
        width: 450px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        user-select: none;
    }

    .slide:hover{
        transform: rotate(1deg) scale(1.05);
        transition: 0.8s;
    }

    .slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
    }

    .slide img:hover {
        filter:none;
    }

    .legend{
        position: relative;
        z-index: 10;
        text-transform: lowercase;
        text-align: left;
        background: linear-gradient(#9198e5d5, rgb(79, 62, 126) 90%);
        margin-top: -42px;
    }

    .legend p{
        color: rgb(255, 255, 255);
        font-weight: 700;
    }

    /*-------------Page de prÃ©sentation d'un projet------------------*/

    .project-viewer {
        position: fixed;
        top: 20%; left: 0; right: 0; bottom: 0;
        background-color: #272727;
        color: #FFFFFF;
        padding: 60px 20px;
        z-index: 1000;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        font-family: "Fauna One", serif;
    }

    .project-slider {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .project-intro {
        background-color: #272727;
        border: 1px solid #ffffff7a;
        height: 100%;
        max-height: 300px;
        padding: 20px;
        border-radius: 10px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .project-intro h2 {
        font-family: "Grand Hotel", serif;
        font-size: 25px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .project-intro p {
        font-family: "Fauna One", serif;
        font-size: 13px;
        color: #FFFFFF;
        padding: 0;
    }

    .project-image {
        width: 100%;
        display: flex;
        justify-content: center;
        max-height: 300px;
    }

    .project-image img {
        width: 100%;
        max-width: 700px;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
        object-fit: cover;
    }

    .project-nav {
        margin-top: 40px;
        display: flex;
        gap: 20px;
        justify-content: center;
        position: relative;
    }

    .project-nav button {
        background-color: #FFFFFF;
        color: #272727;
        font-family: "Fauna One", serif;
        font-size: 14px;
        padding: 10px 20px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .project-nav button:hover {
        background-color: #9198e5;
        color: #FFFFFF;
    }
}</pre></body></html>