/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


@font-face {
    font-family: 'BebasNeue-Light';
    src: url('../bebasneue-light.woff2') format('woff2'),
         url('../bebasneue-light.woff') format('woff');
        font-weight: lighter;
}


@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../bebasneue-regular.woff') format('woff'),
         url('../bebasneue-regular.woff2') format('woff2');
    font-weight: bold;
}



html {
    color: #fff;
    font-size: 2em;

}

::-moz-selection {
    background: #312783
    text-shadow: none;
}

::selection {
    background: #312783;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: titular, Helvetica, Helvetica Neue, Arial;
    background: url(../img/iStock-859688132.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#10110C;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL:  Theme
   =================== */

.header-container {
    border-bottom: 20px solid #918846;
}

.footer-container,
.main aside {
    border-top: 20px solid #918846;

    height: 40px;
    width: 100%;
    bottom: 0; /* stick to bottom */
}

.header-container,
.footer-container,
.main aside {
    background: #312783;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #918846;
}

nav a:hover,
nav a:visited {
    color: white;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 20px 0;
}


.footer-container footer {
    color: white;
    padding: 5px 5px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 2% 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #000;
           -moz-box-shadow: 0 5px 10px #000;
                box-shadow: 0 5px 10px #000;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
        height: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Custom
   ========================================================================== */
    

h1,
h2,
h3{
    letter-spacing: 2px;
    font-family: 'BebasNeue-Regular';
    margin: 0;
}

h1,
h2{
    font-size: 1.2em;
    line-height: 1.5em;
}

h3{
    font-size: 0.9em;
}


p{
   font-size: 1em;
   line-height: 1em;
   letter-spacing: 4px;
   margin: 0;
}
   
article{
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 5%;

}

.fab{
    font-size: 40px;
    color: #000;

}

.fab:hover,
.fab:visited {
    font-size: 40px;
    color: #fff;
}

.main-container{
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100% !important; /* real browsers */

}

.footer-container p{
    font-size: 0.5em!important;
    margin-top: 10px;

}


.dextera{
    padding-top: 10%;
    letter-spacing: 4px;

}

.freelance{
    font-family: titular,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    letter-spacing: 4px;
    margin: 0;

}

.neuve{
    margin-top: 80px;
    color: #D2D6E9;
}

.violaine{
    margin-top: 40px;
    letter-spacing: 4px;
    font-weight: 700!important;
    line-height: 1.5;

}

.empty{
    height: 20px;
}

.logo{
    margin: auto;
    width: 80px;
    height: 78px;
    background-image: url(../img/logo_png.png)
}

.suivre{
    margin-top: 20px;
}


.rep{
    margin-top: 60px;
}

