@charset "utf-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





#texte {
	    font-family: 'Montserrat', serif;
        font-size: 14px;
		text-transform:uppercase;
		letter-spacing:3px;
		font-weight:normal;
		line-height:30px;
	width:30%;
	text-align:center;
	margin:50px auto 100px auto;
	color:#333333;
	}
	
#texte-bas {
	    font-family: 'Montserrat', serif;
        font-size: 12px;
		text-transform:uppercase;
		letter-spacing:3px;
		font-weight:bold;
		line-height:22px;
	width:35%;
	text-align:center;
	margin:50px auto 50px auto;
	color:#333333;
	}


#logo {
	width:100%;
	text-align:center;
	margin:100px auto;
}


.image {
	margin:0;
	padding:0;
}


/* unvisited link */
a {
    color:#333333;
	text-decoration:none;
}


/* mouse over link */
#texte-bas a:hover {
    color:#ffffff;
	    background-color: rgba(51, 51, 51, 1);
		    padding: 1em;
}




@font-face {
    font-family: 'si';
    src: url('socicon-1.3/socicon.eot');
    src: url('socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'),
         url('socicon-1.3/socicon.woff') format('woff'),
         url('socicon-1.3/socicon.ttf') format('truetype'),
         url('socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(socicon-1.3/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
	width:50%;
	text-align:center;
	margin:50px auto;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #333333;
}
.soc-facebook:before {
    content:'b';
}
.soc-linkedin {
    background-color: #333333;
}
.soc-linkedin:before {
    content:'j';
}
.soc-soundcloud {
    background-color: #333333;
}
.soc-soundcloud:before {
    content:'n';
}
.soc-behance {
    background-color: #333333;
}
.soc-behance:before {
    content:'H';
}
.soc-instagram {
    background-color: #333333;
}
.soc-instagram:before {
    content:'x';
}

.soc-facebook:hover {
    background-color: #526fac;
}
.soc-linkedin:hover {
    background-color: #4785cb;
}
.soc-soundcloud:hover {
    background-color: #ff4c15;
}
.soc-behance:hover {
    background-color: #000000;
}
.soc-instagram:hover {
    background-color: #b09082;
}




.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #333333;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
		font-family: 'Montserrat', serif;
		text-transform:uppercase;
		letter-spacing:3px;
		font-weight:normal;
}

.back-to-top:hover {    
    background-color: rgba(51, 51, 51, 1);
	color:#ffffff;
}



