/* NAVIGATION */


.theHeader {
    padding: 0;
    margin: 0;
    position: fixed;
    transition: ease, 2s;
    z-index: 10;
    transition: none !important;
}


.nav-link {
    padding: 0;
    margin: 0;
    height: 10px;
    text-align: start;
    width: auto;
    position: relative;
    font-size: 13pt;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-family: var(--font-1);
}

.Logo {
    top: 2px;
    left: 10px;
    transform-origin: top left;
    transition: ease 0.5s;
    display: block;
    position: fixed;
}

.Contact {
    top: 2px;
    right: 10px;
    transform-origin: top right;
    transition: ease 0.5s;
    display: block;
    position: fixed;
}

.aPropos {
    bottom: 6px;
    left: 10px;
    transform-origin: bottom left;
    transition: ease 0.5s;
    display: block;
    position: fixed;
}

.Index {
    bottom: 6px;
    right: 10px;
    transform-origin: bottom right;
    transition: ease 0.5s;
    display: block;
    position: fixed;
}

.Contact,
.aPropos,
.Index {
    transition: transform 3s ease;
}

.Contact:hover,
.aPropos:hover,
.Index:hover {
    transform: scale(3);
}

.active {
    transform: scale(3);
}

.OverlayContainer {
    display: none;
    max-width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* CONTACT */

.Container-Contact {
    margin: 90px 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.Left-Contact {
    margin: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 18vw;

}

.Right-Contact {
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 18vw;
}

.Right-Contact #link {
    text-decoration: underline;
}

.Right-Contact p {
    font-size: 13pt;
}

.Right-Contact span {
    font-size: calc(13pt);
}

.Text-Contact {
    font-size: 13pt;
    text-align: justify;
}

#Info-Contact {
    padding-left: 25px;
}

/* À PROPOS */

.Container-Propos {
    width: 100vw;
    height: 200vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

.Container-Propos-1 {
    margin: 10px 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    gap: 0px;
    display: flex;
    margin-top: 10px;
}

.Left-Propos {
    margin: 0;
    flex: 0.6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-items: space-between;
    align-items: flex-start;
    height: 100%;

}

.Description-Propos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

.architecture {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 13pt;
    font-family: var(--font-1);
}

.paragraphe {
    font-size: 13pt;
    flex: 1;
    text-align: justify;
    font-family: var(--font-1);
}

.Right-Propos {
    margin: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    height: 100%;
    gap: 10px;
}

.CAL {
    object-fit: scale-down;
    width: 30vw;
    flex: 1;
}


.curriculum {
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 0.8;
    gap: 0px;
    font-size: calc(13pt * 1);
}

.Container-Propos-2 {
    margin: 10px 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    gap: 0px;
    display: flex;
    margin-top: 10px;
}

.curriculum-vitae {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.curriculum-vitae-1 {
    display: flex;
    flex: 0.7;
    flex-direction: column;
    max-width: auto;
    justify-content: flex-end;
    margin-bottom: 80px;
}

#implication-titre {
    max-width: 275px;
}

#implication-titre span {
    margin-left: 60px;
}

.curriculum-vitae-2 {
    display: flex;
    flex: 1.4;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 80px;
}

#experience {
    display: flex;
    gap: 10px;
}

#experience-L {
    flex: 1;
}

#experience-R {
    flex: 2.1;
}

.curriculum-vitae-3 {
    display: flex;
    flex: 2.4;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 80px;
}

#distinction-publications span {
    padding-left: 10px;
}

#distinction-publications a:hover span {
    text-decoration: underline;
}

.curriculum-vitae-titre {
    font-size: 13pt;
}

/* INDEX */

#OverlayContainerIndex {
    width: 100vw;
}


.tableau {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    gap: 0px;
    height: auto;
    background-color: none;
    z-index: 20;
}

.projet {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
    padding-bottom: 5px;
}

.projet p {
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: left;
    transition: all 2s ease;
    font-weight: 300;
    opacity: 40% !important;
}

a.projet p {
    opacity: 1 !important;
    font-weight: 400;
    filter: none;
    transition: all 2s ease;
}

a.projet:hover p:not(#type) {
    text-decoration: none;
}

.projet.dimmed p {
    opacity: 40% !important;
    transition: all 2s ease;
    filter: blur(1px);
}

.projet #numero {
    flex: 0.1;
}

.projet #nom {
    flex: 0.9;
    text-align: end;
}

.projet #type {
    flex: .3;
    font-family: var(--font-1);
    text-transform: uppercase;
    letter-spacing: 0pt;
}

.projet #mention {
    flex: .5;
    text-align: right;
}

.projet #lieu {
    flex: 0.6;
}

.projet #date {
    flex: .1;
    text-align: right;
}

.image-hover {
    opacity: 1;
    position: fixed;
    display: none;
    pointer-events: none;
    height: 250px;
    width: 250px;
    object-fit: scale-down;
    z-index: 999999999;
    transform: translate(-50%, -50%);
    transition: transform 2s ease;
}

.cursor {
    transition: opacity 0.3s ease;
}

.cursor.hidden {
    opacity: 0;
}

@media screen and (max-width: 768px) {

    .Contact:hover,
    .aPropos:hover,
    .Index:hover {
        transform: scale(2);
    }

    .active {
        transform: scale(2);
    }

    /* CONTACT */
    .Container-Contact {
        margin: 10px;
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: hidden !important;
    }

    .Left-Contact {
        width: calc(100vw - 20px);
        overflow: hidden !important;
        padding-top: 90px;
        flex: 1;

    }

    .Right-Contact {
        width: calc(100vw - 20px);
        overflow: hidden !important;
        justify-content: center;
        flex: 1.6;
    }

    /* PROPOS */

    .Container-Propos {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        columns: 1;
    }

    .Container-Propos-1 {
        margin: 10px;
        flex-direction: column;
        width: calc(100vw - 20px);
        height: auto;
        gap: 0px;
        display: flex;
        margin-top: 10px;
    }

    .Right-Propos {
        padding-top: 0vh;
        padding-bottom: 60vh;
    }

    .CAL {
        object-fit: scale-down;
        width: calc(100vw - 20px);
        flex: 1;
    }

    .Container-Propos-2 {
        margin: 10px 10px;
        padding-bottom: 9vh;
        width: calc(100vw - 20px);
        height: auto;
        gap: 0px;
        display: flex;
    }

    .curriculum-vitae {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .curriculum-vitae-1,
    .curriculum-vitae-2,
    .curriculum-vitae-3 {
        display: flex;
        height: auto;
        flex-direction: column;
        max-width: auto;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    /* INDEX */

    .projet #numero {
        display: none;
    }

    .projet #nom {
        flex: 1;
        order: 2;
        text-align: start;
    }

    .projet #type {
        order: 1;
        flex: .5;
    }

    .projet #mention {
        display: none;
    }

    .projet #lieu {
        display: none;
    }

    .projet #date {
        flex: .1;
        order: 3;
        text-align: right;
    }

}