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

@font-face {
    font-family: 'PragRoman';
    src: url('./font/coolvetica rg.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Login';
    src: url('./font/Suburbana.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nougat";
    src: url("./font/Nougat-ExtraBlack.ttf");
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*.lead {
    font-size: 18px;
    font-weight: 400;
}*/

.intro-header {
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    margin-top: -5px;
    background-color: #384454;
    background:#384454 url("../graphique/home.png");
    background-size:contain;
    background-position : right top;
    background-repeat : no-repeat;
    line-height: 80px;
}

.intro-header h2 {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    /*Google Font*/
    font-family: "Protest Guerrilla", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 200%;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 20%;
}

.intro-message>h1 {
    margin-top: 20%;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message>h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    /*background-color #f8f8f8;*/
    background-color: #f7f7f7;
    /*background: linear-gradient(to bottom, #afafaf 0% , #F5F5F5 3%, #F5F5F5 97%, #afafaf 100%);*/
    box-shadow: 0px 0px 10px #999;
}


.content-section-b {
    padding: 50px 0;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #999;
    /*ùbox-shadow: 0px 0px 10px #999;*/
}

.arc{
    border-radius: 0 0 100% 100%;
    height:75px;
    background-color: #384454;
}


.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #FCFCFC;
    background: url(../graphique/headerfond.jpg) no-repeat center center;
    background-size: cover;
    background-position: 50% 5%;
}

.banner h2 {
    margin: 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

p.copyright {
    margin: 15px 0 0;
    color: #999;
}