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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
/*@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.428571429;
	color: #888;
    -webkit-overflow-scrolling:touch;
    /*padding-top: 70px;
    background-color: #f4f4f4;*/
}

html {
    position: relative;
    min-height: 100vh;
}

a {
    text-decoration: none;
    border: none;
    color: #888;
}

/* Menu haut */
.navbar-custom {
    padding-bottom: 15px;
    margin: 0 auto;
    width: 100%;
    border-bottom:1px solid #e5e5e5;
    background-color: #FFF;
}

.navbar-custom .navbar-nav > li > a {
    background: none;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    margin-left: 20px;
    padding-bottom: 5px;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a.active  {
    color: #19B5FE;
    background: none;
    outline: 0;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ccc;
}

@media(min-width:767px) {
    .navbar-custom .navbar-brand {
        font-family: 'Roboto', Arial, sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 400;
        color: #333;
    }

    .navbar-custom .container {
        margin-top: 20px;
        width: 1080px;
        max-width: none !important;
    }
}

/* Bloc contenu */
.contenu-section {
    background-color: #fff;
    color: #000;
    margin-top: 0px;
}

.contenu-section a {
    color: #888;
}

#contenu .container {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: none !important;
}

@media(min-width:767px) {
    #contenu .container {
        width: 1080px;
    }
}

#contenu .container > a {
    font-size: 50px;
}

/* Bas de page */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer .footer-section {
    letter-spacing: .5px;
    font-size: 12px;
    color: #777;
    background-color: #f4f4f4;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer .fa {
    color: #888;
    text-decoration: none;
    padding: 5px;
}
#footer .fa:hover {
    color: #19B5FE;
}

/* Thumbnail */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background: none;
  border: 0px;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail_galerie {
    width: 210px;
    display: block;
    padding: 4px;
    margin-bottom: 40px;
    line-height: 1.42857143;
    background: none;
    border: 0px;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

/* Portfolio */
.titre-categorie {
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #aaa;
    border: 0px;
    text-decoration: none;
    width: 210px;
}
.titre-categorie:hover {
    color: #19B5FE;
}

.thumbnail img:hover {
    opacity: 0.8;
}

/* Scroll TOP */
#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    height: auto;
    margin: 0;
}

#back-top span {
    width: 38px;
    height: 38px;
    display: block;

    padding: 9px;
    text-align: center;
    text-decoration: none;

    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

/*    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;*/

    border: 2px solid #e8e8e8;

    background: #FFF;
}

#back-top span i {
    text-decoration: none;
    color: #a3a3a3;
}

#back-top span:hover {
    background-color: #e8e8e8;
}

.marge-plus {
    padding-top: 20px;
}

.marge-plus2 {
    padding-top: 40px;
}

.marge-plus3 {
    padding-top: 80px;
}
