@font-face {
    font-family: 'fairviewregular';
    src: url('fonts/fairview_regular-webfont.eot');
    src: url('fonts/fairview_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fairview_regular-webfont.woff') format('woff'),
         url('fonts/fairview_regular-webfont.ttf') format('truetype'),
         url('fonts/fairview_regular-webfont.svg#fairviewregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'high_tidesans';
    src: url('fonts/hightide_sans-webfont.eot');
    src: url('fonts/hightide_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hightide_sans-webfont.woff') format('woff'),
         url('fonts/hightide_sans-webfont.ttf') format('truetype'),
         url('fonts/hightide_sans-webfont.svg#high_tidesans') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-regular_1-webfont.eot');
    src: url('fonts/din-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular_1-webfont.woff') format('woff'),
         url('fonts/din-regular_1-webfont.ttf') format('truetype'),
         url('fonts/din-regular_1-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #161616;
}

h1 a {
    color: #F2F2F2;
    text-decoration: none;
}

h1 {
    margin: 0;
}

h2 {
    color: #F2F2F2;
    opacity: 0.4;
}

h3 {
    color: #F2F2F2;
    opacity: 0.7;
    text-transform: uppercase;
}

h4 {
    color: white;
    font-family: sans-serif;
    width: 400px;
    border-bottom: 1px white solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

header {

    padding: 30px;
}

ul {
    list-style: none;
}

.titre {
    Font-size: 36px;
    color: #F2F2F2;
    text-transform: uppercase;
}

#container {
    width: 900px;
    margin: 0 auto;
}

#container a {
    text-decoration: none;
    color: #F2F2F2;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#container ul li {
    border-bottom: 1px solid white;
}

#container ul li:last-child {
    border-bottom: none;
}

#container ul li a p:hover {
   opacity: 0.5;

}

.border-img {
    border: 20px solid rgba(255,255,255,0.2);
}

img {
    margin-bottom: 50px;
}

#prochainement {
    color: #F2F2F2;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* STYLEGUIDES */

#color1 {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #B10200;
    float: left;
    margin: 5px;
}

#color2 {
    display: block;
    width: 100px;
    height: 100px;
    background-color: white;
    float: left;    
    margin: 5px;
}

#color3 {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #303030;
    float: left;
    margin: 5px;
}

#color4 {
    display: block;
    width: 100px;
    height: 100px;
    background-color: black;
    margin: 5px;
    float: left;
    margin-bottom: 30px;
}

#fairview {
    font-family: fairviewregular, sans-serif;
    color: white;
    font-size: 27px;
    letter-spacing: 2px;
}

#hightide{
    font-family: high_tidesans, sans-serif;
    color: white;
    font-size: 24px;
}

#din {
    font-family :dinregular, sans-serif;
    color: white;
    font-size: 24px;
}

@-webkit-keyframes animatedBackground {
	0% { opacity: 0; }
    1% { opacity: 0.8;}
    5% { opacity: 0;}
    10% { opacity: 0.5;}
    15% { opacity: 0;}
    100% { opacity: 0;}
}

#par1 {
    display: block;
    background-color: white;
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    -webkit-animation: animatedBackground 3s linear infinite 1s;
}

#par2 {
    display: block;
    background-color: white;
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    -webkit-animation: animatedBackground 2s linear infinite 2s;
}

#par3 {
    display: block;
    background-color: white;
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    margin-bottom: 30px;
    -webkit-animation: animatedBackground 1s infinite 3s;    
}

#h1 {
    font-family: fairviewregular, sans-serif;
    font-size: 60px;
    color: white;
    line-height: 60px;
    font-weight: 100;
    display: block;
    width : 180px;
    letter-spacing: 2px;
}

#h2 {
    font-size: 36px;
    font-family: high_tidesans, sans-serif;
    font-weight: 100;
    color: white;
    line-height: 60px;
}

#h3 {    
    font-family: high_tidesans, sans-serif;
    font-size: 27px;
    line-height: 60px;
    font-weight: 100;
    color: white;
}

#paragraph {
    font-family :dinregular, sans-serif;
    font-size: 18px;
    line-height: 30px;
    width : 450px;
    color: white;
}

nav ol {
    list-style-type: upper-roman;
    text-align: left;
    list-style-position:inside;
    font-family: high_tidesans, sans-serif;
    margin-top: 5px;
    background-color: white;
    width: 250px;

}

#container ol a {
    color: black;
}
ol {
    -webkit-padding-start: 0px;
}

ol li {
    padding-left: 30px;

}

ol li a {
    font-family: high_tidesans, sans-serif;
    text-decoration: none;
    font-size: 18px;
    line-height : 60px;
    color: black;
    margin-left: 3px;
}

#container ol li:hover{
    color: white;
    background-color: #303030;
}

#container ol li:hover a {
    color: white;
}

#top-menu li a{
    font-size: 18px;
}

#container li.active a {
    color: #B10200;
    font-weight: bold;
}

#container li.active:hover a {
    color: white;
    font-weight: bold;
}

#container ol li #actif {
    color: #B10200;
    font-weight: bold;
}

#container ol li:hover #actif{
    color: white;

}

#txt_nav {
    color: white;
}

.id_color {
    color: white;
    margin-top: 80px;
    text-align: right;
    margin-right: 5px;
}

#color2 p {
    color: black;
}

#sg_logo {
    font-family: fairviewregular, sans-serif;
    font-size: 60px;
    color: black;
    line-height: 60px;
    font-weight: 100;
    display: block;
    width : 220px;
    margin-top: 30px;
    padding-left: 30px;
    background-color: white;
}

#youtuber {
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 0;
}

#you {
    color: #B10200;
    display: inline;
}

#sg_logo a {
    color: black;
    text-decoration : none;
    text-transform: none;
    font-size: 60px;
    letter-spacing: 0px;
}

#sg_favicon {
    margin-bottom: 0px;
}

.txt_arrow {
    color: white;
}

#sg_arrow {
    margin-bottom: 0px;
}

#sg_arrow_min {
    width: 70px;
    margin-left: 30px;
    margin-bottom: 0px;
}

#bg_light {
    width: 400px;
    margin-bottom: 0px;
}

#bg_dark {
    width: 400px;
}

    



