@font-face {
    font-family: "Seravek";
    src: url('../fonts/Seravek.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Seravek-light";
    src: url('../fonts/Seravek-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Seravek-light", Arial, sans-serif;
    color: white;
}

.full-width {
    width: 100%;
}

.img-width, .img-width-footer {
    width: 80%;
}

.text-orange {
    color: #f39200;
}

.text-dark {
    color: #212247;
}

.header-eppocrate {
    height: 100vh;
    color: white;
}

.social-header {
    height: 7vh;
    background-color: #f39200;
}

.social-header .baseline {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 3vh;
}

.list-icons {
    position: relative;
    float: right;
    height: inherit;
    margin-right: 6vw;
}

.icon-eppocrate {
    position: relative;
    color: #212247;
    font-size: 3vh;
    margin-left: 2vw;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main-part {
    height: 93vh;
    padding: 5vh 0;
}

.main-part .baseline {
    margin-top: 4vh;
    text-align: center;
    font-size: 7vh;
}

.social-button {
    margin-top: 8vh;
    background-color: #f39200;
    color: #212247;
    height: 10vh;
}

.social-button .icon-eppocrate {
    position: relative;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 6vh;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.social-button .join {
    position: absolute;
    display: inline-block;
    border-left: 1px solid #212247;
    padding-left: 1vw;
    font-size: 2.5vh;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.first-p {
    height: 100vh;
    background-color: #f39200;
}

.credo {
    margin-top: 15vh;
    text-align: center;
    font-size: 5vh;
}

.separator {
    margin-top: 4vh;
    height: 1px;
    background-color: white;
}

.second-p {
    height: 100vh;
    background-color: #212247;
}

.centered {
    text-align: center;
    padding-top: 25vh;
}

.question {
    font-family: "Seravek";
    font-size: 4vh;
    text-transform: uppercase;
    font-weight: bold;
}

.list-questions {
    padding-top: 17vh;
    line-height: 1.5em;
    font-size: 3vh;
}

.big {
    font-family: "Seravek";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 4vh;
    margin-top: 8vh;
}

.little-big {
    font-family: "Seravek";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 4vh;
    margin-top: 2vh;
}

.bulle {
    font-family: "Seravek";
    font-weight: bold;
    text-align: center;
    font-size: 3vh;
    margin-top: 2vh;
}

.marginTop {
    margin-top: 25vh;
}

.quote {
    font-family: "Seravek";
    font-weight: bold;
    text-align: center;
    font-size: 4vh;
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.author {
    font-family: "Seravek-light";
    font-weight: normal;
    font-weight: lighter;
}

.footer-eppocrate {
    height: 49vh;
    background-color: #f39200;
}

.footer-social {
    height: 40vh;
    text-align: center;
}

.footer-social .icon-eppocrate {
    font-size: 7vh;
    margin-left: 4vw;
}

.foot-dark {
    height: 10vh;
    background-color: #212247;
}

.rights {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: lighter;
    font-weight: normal;
    margin-left: 5vw;
    font-size: 0.7em;
}

.logo-footer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    float: right;
    margin-right: 4vw;
}