@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
* {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    font-size: 50px;
}

html, body {
    background-color: black;
    color: white;
    height: 100%;
    cursor: crosshair;
    max-height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
h2 {
    display: inline;
}

.nom {
    -webkit-text-stroke: 1px white;
    font-size: 60px;
    color: transparent;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    display:flex;
    justify-content: center;
    align-items: center;
}

.logo-h1 {
    font-size: 20px;
    font-weight:600;
    line-height: calc(24px);
}
.header {

    /*background-color: red;*/
    height: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 1px 3px 1px #ffffff;
    padding: 0 10px 0 10px;
    /*border-bottom: dashed;*/

    /*border-radius: 1px;*/

}
.social a {
    font-size: 0.5rem;
}
.main {
    display: flex;
    align-items: center;
    height: 85%;
    /*background-color: aqua;*/

}
.lang {
    position: fixed;
    bottom: 18px;
    right: 2%;
    background-color: black;
    border-radius: 7px;

    height: 30px;
    width: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.lang span {
    height: 20px;
    width: 25px;
    background-size: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

footer {
    height: 5%;
    text-align: center;

}
footer p {
    font-size: 14px;
    color: gray;
    vertical-align: bottom;
}

.main-text {
    width: 55%;
    padding-left: 15px;
}
.main-table {
    width: 45%;
    right: 0;

}
.curriculum-head {
    margin-bottom: 50px;
    text-align: center;
}
.curriculum {
    font-size: 42px;
    -webkit-text-stroke: 1px white;
    color: transparent;
}
.main-curriculum {
    display: flex;
    flex-direction: column;
}
.divTableRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;


}
.divTableCell {
    width: 50%;
    font-size: 19px;
}
.date {
    text-align: center;
    width: 50%;
    font-size: 19px;
}
.loc {
    font-weight: 300;
    color: darkgray;
    font-size: 18px;
}

@media (max-width: 850px) {
    .main {
        flex-direction: column;
        justify-content: space-around;
    }
    .main-text {
        width: 80%;
        padding-left: 15px;
    }
    .main-text h2 {
        font-size: 40px;
    }
    .main-text span {
        font-size: 40px;
    }
    .main-table {
        width: 100%;

    }
}