@font-face {
    font-family: 'BelyRegular';
    src: url('font/BelyRegular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'BelyItalic';
    src: url('font/BelyItalic.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'BelyDisplay';
    src: url('font/BelyDisplay.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'BelyBold';
    src: url('font/BelyBold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'BelyBoldItalic';
    src: url('font/BelyBoldItalic.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
  }

body {
    background: #E4E6F0;
    font-family: 'BelyRegular';
    color: #102757;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a{
    font-family: 'BelyRegular';
    color: #102757;
    text-align: left;
    text-decoration: none;
}

a:hover{
    color: #E0551E;
}

.title{
    font-family: 'BelyDisplay';
}

.ita{
    font-family: 'BelyItalic';
}

#logoContent{
    height: 120vh;
}

#logo{
    max-width: 30vw;
    position: relative;
    top: 15vh;
}

@media screen and (orientation:portrait) {
    #logo{
        max-width: 60vw;
    }
}

#logoMenu{
    display: block;
    width: 50vw;
    position: absolute;
    top: 75vh;
    left: 25vw;
    transition-property: all;
    transition-duration: 0.5s;
}

#logoMenu a{
    float: left;
    padding: 1vw;
    text-decoration: none;
    font-size: 2.2vw;
    position: relative;
    top: 0;
    transition-property: all;
    transition-duration: 0.5s;
}

#logoMenu a:hover{
    top: -15%;
}

@media screen and (orientation:portrait) {
    #logoMenu{
        width: 50%;
        top: 50%;
        left: 25%;
    }
    #logoMenu a{
        font-size: 500%;
        position: relative;
        padding: 2vh;
        color: #E4E6F0;
        text-align: center;
        float: none;
        display: block;
        background: #102757;
        margin-bottom: 1vh;
    }
    #logoMenu a:hover{
        top: 0;
    }
}

.content{
    padding-top: 12vh;
}

@media screen and (orientation:portrait) {
    .content{
        padding-top: 10vh;
    }
}

#cours{
    display: block;
    height: 150vh;
    background: rgba(16, 39, 87, 1);
    position: relative;
    z-index: 10;
}

@media screen and (orientation:portrait) {
    #cours{
        height: 200vh;
    }
}

#presta{
    display: block;
    height: 120vh;
    background: rgba(224, 85, 30, 1);
    position: relative;
    z-index: 20;
}

#shop{
    display: block;
    height: 150vh;
    background: rgba(33, 104, 44, 1);
    position: relative;
    z-index: 30;
}

#contact{
    display: block;
    height: 120vh;
    background: rgba(16, 39, 87, 1);
    position: relative;
    z-index: 40;
}

@media screen and (orientation:portrait) {
    #contact{
        height: 200vh;
    }
}

#footer{
    background: rgba(228, 230, 240, 1);
}

.menu{
    display: block;
    width: 30vw;
    /*height: 50vh;*/
    position: sticky;
    top: 7vh;
    left: 15vh;
}

@media screen and (orientation:portrait) {
    .menu{
        left: 5vh;
        width: 20vw;
    }
}

h7{
    font-size: 12vw;
    text-align: left;
    font-family: 'BelyDisplay';
    writing-mode: vertical-rl;
    line-height: 12vw;
    margin: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
}

/*****H1 Bug*****/
h1{
    font-size: 12vw;
    text-align: left;
    font-family: 'BelyDisplay';
    writing-mode: vertical-rl;
    line-height: 12vw;
    margin: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
}

.menuCours{
    color: rgba(224, 85, 30, 1);
}
.menuCours a{
    color: rgba(224, 85, 30, 1);
}
.correctCours{
    top: 2vh;
}

.menuPresta{
    color: rgba(33, 104, 44, 1);
}
.menuPresta a{
    color: rgba(33, 104, 44, 1);
}
.correctPresta{
    top: 13vh;
}

.menuShop{
    color: rgba(16, 39, 87, 1);
}
.menuShop a{
    color: rgba(16, 39, 87, 1);
}
.correctShop{
    top: 14vh;
}

.menuContact{
    color: rgba(228, 230, 240, 1);
}
.menuContact a{
    color: rgba(228, 230, 240, 1);
}
.correctContact{
    top: 16vh;
}

.contentMenu{
    display: block;
    width: 35vw;
    height: 10vh;
    position: absolute;
    left: -17vw;
    transform: rotate(-90deg);
}

.contentMenu a{
    float: left;
    padding: 1vw;
    text-decoration: none;
    font-size: 1.4vw;
    position: relative;
    top: 0;
    transition-property: all;
    transition-duration: 0.5s;
}

.contentMenu a:hover{
    top: -15%;
}

@media screen and (orientation:portrait) {
    .contentMenu{
        width: 70vw;
        top: 60vh;
        left: -25vw;
    }
    
    .contentMenu a{
        font-size: 4vw;
    }
}

.blank{
    opacity: 0;
    pointer-events: none;
}

.info{
    display: block;
    height: 100vh;
    width: 60vw;
    margin-right: 7vw;
    float: right;
}

.coursBox{
    font-family: 'BelyRegular';
    text-align: left;
    padding: 2vw;
    margin: 1vw;
    font-size: 2vh;
    float: left;
    width: 30%;
    height: 20%;
}

.coursBox:hover{
    color: rgba(16, 39, 87, 1);
    background: rgba(224, 85, 30, 1);
}

@media screen and (max-width:1600px) {
    .coursBox{
        height: 30%;
    }
}

@media screen and (orientation:portrait) {
    .coursBox{
        padding: 2vw;
        margin: 1vw;
        font-size: 2vh;
        width: 100%;
        height: auto;
    }
}

.prestaBox{
    font-family: 'BelyRegular';
    text-align: left;
    padding: 4vw;
    margin: 2vw;
    font-size: 3vh;
    float: left;
    width: 90%;
    height: 15%;
}

.prestaBox:hover{
    color: rgba(224, 85, 30, 1);
    background: rgba(33, 104, 44, 1);
}

@media screen and (max-width:1600px) {
    .prestaBox{
        height: 25%;
    }
}

@media screen and (orientation:portrait) {
    .prestaBox{
        font-size: 2vh;
        height: auto;
    }
}

h2{
    font-size: 8vw;
    text-align: left;
    margin: 0;
}

h3{
    font-size: 6vw;
    text-align: left;
    margin: 0;
}

.shopPhoto{
    max-width: 50%;
    position: relative;
    top: -30vh;
    left: 29vh;
}

.cadreShop{
    position: relative;
    max-width: 52%;
    top: -77vh;
    left: 29vh;
}

a#btnShop{
    position: relative;
    left: 0;
    top: 100vh;
    padding: 30px;
    border: solid rgba(16, 39, 87, 1) 3px;
    font-size: 5vh;
    display: block;
    text-align: center;
}

@media screen and (max-width:1800px) {
    .shopPhoto{
        top: -25vh;
    }
}

@media screen and (orientation:portrait) {
    .shopPhoto{
        max-width: 99%;
        position: relative;
        top: 5vh !important;
        left: 0;
    }
    .cadreShop{
        position: relative;
        max-width: 100%;
        top: -15.5vh;
        left: 0;
    }
    a#btnShop{
        left: 0;
        top: 100vw;
        font-size: 1.6vh;
    }
}

.contactBox{
    text-align: left;
    width: 29vw;
    margin: 0 1vw 0 0;
    float: left;
}

.contactBox img{
    max-width: 50%;
    float: left;
}

.contactText{
    float: left;
    width: 40%;
    padding: 0 5% 5%;
}

h4{
    margin: 0;
    font-family: 'BelyDisplay';
    font-size: 4vh;
}

h5{
    margin: 0;
    font-family: 'BelyDisplay';
    font-size: 3vh;
    color: rgba(224, 85, 30, 1);
}

#links{
    float: left;
    font-size: 4vh;
    text-align: left;
}

#links a:hover{
    float: left;
    font-size: 4vh;
    color: rgba(224, 85, 30, 1);
}

@media screen and (orientation:portrait) {
    .contactBox{
        width: 100%;
        margin: 0 0 3vh 0;
    }
    .contactBox img{
        max-width: 100%;
        float: left;
    }
    
    .contactText{
        float: left;
        width: 100%;
        padding: 5% 0 0;
    }
    .bio{
        display: none;
    }
    #links{
        font-size: 2vh;
    }
    #links a{
        color: rgba(224, 85, 30, 1);
    }
    #links a:hover{
        float: none;
        font-size: 2vh;
        color: rgba(224, 85, 30, 1);
    }
}

@media screen and (max-width:1800px) {
    .bio{
        display: none;
    }
}

/*  FOOTER   */

.footContent{
    padding: 10vh;
    font-size: 1em;
}

.footContent a{
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'BelyDisplay';
}