html, body
{
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    color: #ffffff;
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0; }

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }

a:hover, a:active, a:focus
{
    text-decoration: none;
    color: #ffffff;
}

li {
    margin: 0;
    padding: 0; }

h1
{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 34px;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 23px;
    margin-top: 50px; }

h3 {
    /* TODO */ }

h4 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0; }

h5 {
    /* TODO */ }

h6 {
    /* TODO */ }

.container .content
{
    margin: 90px 0 120px 0;
}

.container .content h1
{
    margin-top: 10px;
}

.big-icon
{
    font-size: 120px;
    margin-top: 5px;
}

.small-icon
{
    font-size: 50px;
}

/* ->Menu */
nav
{
    width: 175px;
    position: fixed;
    left: 30px;
    top: 20px;
    z-index: 100;
    background-color: transparent;
    font-size: 18px;
    color: grey;
}

nav .pagelogo
{
    background: rgba(23, 26, 26, 0.25);
    margin-bottom: 1px;
    padding: 8px 0 0 0;
    height: 170px;
}

nav .pagelogo a
{
    display: block;
    text-align: center;
    font-size: 40px;
    padding-top: 0;
    line-height: 40px;
}

nav .nav li
{
    background: rgba(23, 26, 26, 0.25);
    margin-bottom: 1px;
}

nav .nav li a
{
    background: none;
    padding: 17px;
    outline: 0;
}

nav .nav li a span
{
    margin-right: 15px;
}

nav .nav li a:hover, nav .nav li a:focus {
    background-color: black;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60); }

/* <-Menu */

/* ->Bouton de changement de page */

.scrolldown
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.btn-scroll
{
    -webkit-box-shadow: 1px 1px 5px 0px #737c7e;
    -moz-box-shadow: 1px 1px 5px 0px #737c7e;
    box-shadow: 1px 1px 5px 0px #737c7e;
    color: white;
    padding: 5px;
    background: rgba(255, 255, 255, 0.3);
}

a.btn-scroll:hover span
{
    background: white;
    color: #2d3132;
}

.btn-scroll span
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: block;
    padding: 10px 10px;
    font-size: 20px;
    background: #2d3132;
}

/* <-Bouton de changement de page */



.slidepage
{
    min-height: 100vh;
}

#accueil, #presentation, #prestation, #realisation, #contact
{
    position: relative;
    z-index: 50;
}

#accueil.image-background, #presentation.image-background,
#prestation.image-background, #realisation.image-background,
#contact.image-background
{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#accueil.container, #presentation.container, #prestation.container,
#realisation.container, #contact.container
{
    height: 100%;
}

#accueil.image-background
{
    background-image: url("../Images/bg-accueil.jpg");
}

/* ->Bouton Entrer */
#accueil .btn
{
    background: transparent;
    font-size: 16px;
    color: grey;
    border: 1px solid grey;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#accueil a.btn:hover
{
    color: grey;
    background: rgba(81,81,81,0.5);
}
/* <-Bouton Entrer */

#presentation.image-background
{
    background-image: url("../Images/bg-presentation.jpg");
}

#presentation
{
    color: white;
}

#presentation .bg
{
    background: rgba(81,81,81,0.5);
    padding: 20px;
}

#prestation.image-background
{
    background-image: url("../Images/bg-prestation.jpg");
}

#prestation
{
    color: grey;
}

#realisation.image-background
{
    background-image: url("../Images/bg-realisation.jpg");
}

#realisation #filter-gallery ul
{
    list-style-type: none;
    padding: 0;
}

#realisation #filter-gallery ul li
{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px #fff solid;
}



#realisation a
{
    display: inline-block;
    margin-bottom: 5px;
}



#contact.image-background
{
    background-image: url("../Images/bg-contact.jpg");
}

#contact .bg
{
	background: rgba(81,81,81,0.5);
    padding: 10px;
}

form input {
    border-radius: 0; }

form input.form-control {
    height: 50px; }

form .form-control {
    background-color: #424a4b;
    border: 1px solid white;
    border-radius: 0;
    color: white; }

form input,
form textarea {
    background-color: #424a4b; }

form input:focus,
form textarea:focus {
    background-color: white;
    color: black; }

#contact .form-group {
    position: relative; }

#contact .form-group.name:before,
#contact .form-group.email:before,
#contact .form-group.tel:before,
#contact .form-group.message:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 1;
    width: 48px;
    text-align: center;
    color: #2d3132; }

#contact .form-group.name:before {
    content: "\f007"; }

#contact .form-group.email:before {
    content: "\f0e0"; }

#contact .form-group.tel:before {
    content: "\f095"; }

#contact .form-group.message:before {
    content: "\f044"; }

#contact .form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    font-size: 20px;
    padding: 8px 12px 8px 48px;
    outline: 0; }

#contact .form-control::-webkit-input-placeholder {
    color: #fff; }

#contact .form-control:-moz-placeholder {
    color: #fff; }

#contact .form-control::-moz-placeholder {
    color: #fff; }

#contact .form-control:-ms-input-placeholder {
    color: #fff; }

#contact .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #fff; }

#contact textarea.form-control {
    padding: 8px 12px 24px 48px; }

#contact #btn-send
{
    margin-top: 10px;
}

footer {
    background-color: #1d2020;
    color: #48494b;
    font-size: 18px; }

footer a {
    color: #48494b; }

footer p {
    padding: 40px 0; }

footer .soc {
    margin-right: 15px;
    border-color: #666665;
    color: #666665; }

footer a.soc:hover {
    color: black;
    border-bolor: white;
    background-color: white; }