html {
    position: relative;
    min-height: 100%;
}
body {
    background: #1f1f1f;
    margin: 0 0 100px; /* bottom = footer height */
    height: 100%;
}
h1 {
    font-family: 'Courgette', cursive;
    color: #54a6d9;
    text-shadow: 2px 2px 5px black;
}
h2 {
    margin-left: 15px;
    font-family: 'Courgette', cursive;
    color: #54a6d9;
    text-shadow: 2px 2px 5px black;
}
h3 {
    font-size: 14px;
    font-family: 'Courgette', cursive;
    color: #54a6d9;
    text-shadow: 2px 2px 5px black;
}
h4 {
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Courgette', cursive, sans-serif;
    color: white;
    text-shadow: 2px 2px 5px black;
}
p {
    font-size: 12px;
    color: white;
}



.achat { background: #54a6d9; text-align: center; padding: 4px 10px; color: white; margin-bottom: 15px;  }
.fade-08 { -webkit-transition: all 1s ease; /* Safari et Chrome */ -moz-transition: all 1s ease; /* Firefox */ -ms-transition: all 1s ease; /* Internet Explorer 9 */ -o-transition: all 1s ease; /* Opera */ transition: all 1s ease;}
.fade-08:hover { opacity: .7; -webkit-transform:scale(1.15); /* Safari et Chrome */ -moz-transform:scale(1.15); /* Firefox */ -ms-transform:scale(1.15); /* Internet Explorer 9 */ -o-transform:scale(1.15); /* Opera */ transform:scale(1.15);}
.fade-08 h3, .fade-08 p {margin: 0; padding: 0; text-align: center;}
.fade-08 h3 span { color: white !important;}
.fade-08 h2 { margin: 0 0 8px 0 !important; padding: 0 !important; text-transform: uppercase; color: white; text-align: center; font-size: 15px; font-family: arial, 'sans-serif'; }
.achat a { color: white !important; text-decoration: none; }
.marge-top { margin-top: 65px; }

@media(max-width:992px){
    .fade-08 {  margin: 20px auto;}
    .marge-top { margin-top: 0 !important; }

}

header {background-color:black;box-shadow: 0px 0px 10px black;border-bottom: 2px #54a6d9 solid;}

.logo {
    margin: 20px 0;
}

.logo img{
    height: 120px;
    width: 120px;
}
.navbar {margin-top: 80px;}

/** Nav **/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 4px;
}
ul {
}
.navbar-default {
    background-color: black;
    border-color: rgba(231, 231, 231, 0);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #54a6d9;
    background-color: #54a6d9;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #54a6d9;
}
navbar navbar-default a {
    color: #54a6d9;
    text-decoration: none;
    margin-right: 60px;
}

navbar navbar-default a:hover {
    color: #54a6d9;
    text-decoration: none;
    margin-left: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #54a6d9;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #54a6d9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {color: #54a6d9;border-radius: 5px;}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 0px;
    /* border-top-right-radius: 5px; */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    border-radius: 0px;
    color: white;
    background-color: #54a6d9;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #54a6d9;
}
.dropdown-menu>li>a {display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: white;white-space: nowrap;text-align: center;}
/** Fin Nav **/

.carousel {position: relative;width: 100%;margin-top: 20px;border: 5px #000000 solid;border-radius: 0px;}
.jumbotron {
    height: 250px;
    box-shadow: 2px 2px 5px black;
    margin-top: 40px;
    margin-bottom: 30px;
    color: inherit;
    background-image: url(images/banniere.png);
}
.jumbotron h1{
    color: #495E6F;
    text-shadow: 2px 2px 8px black;
    font-style: italic;
}
.jumbotron h2{
    color: #495E6F;
    font-style: italic;
}
.jumbotronannonce {
    height: 250px;
    box-shadow: 2px 2px 5px black;
    margin-top: 75px;
    margin-bottom: 30px;
    color: inherit;
    background-image: url(images/banniere2.png);
}
.jumbotronannonce h1{
    text-transform: uppercase;
    font-size: 42px;
    padding: 160px;
    color: white;
    text-shadow: 2px 2px 8px black;
}
.contenu {
    margin: 20px 0;
    background-color: #000000;
    border-radius: 0px;
    box-shadow: 1px 1px 5px black;
    padding: 40px;
}
.contenu h1{/* padding-top: 20px; */margin: 0 0 20px 0;font-size: 24px;color: #54a6d9;font-weight:700;text-shadow: 2px 2px 8px black;}
.contenu p{ 
    font-size: 14px;
    color: white;
}
.contenu a {
    color: #54a6d9;
    text-decoration:underline;
    margin-right: 15px;
}

.contenu a:hover {
    color: #ffffff;
    text-decoration:underline;
    margin-right: 15px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: black;
    border: 1px solid #54a6d9;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:black;
    border-top: 2px #54a6d9 solid;
    box-shadow: 2px 2px 3px #656565;
}
footer a{
    color: #fff;
    margin-right: 20px;
}
footer a:hover{
    color: #54a6d9;
    margin-right: 20px;
}
.nav footer {

    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;   
}
.navfooter p {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
    margin-right: -4px;
}
.pfooter {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: white;
}

.textebold {
    color: #54a6d9;
    font-size: 14px;
    text-transform: uppercase;
    font-style: oblique;
}
td {
    padding-bottom: 5px;
}
table {
    background-color: black;
    box-shadow: 2px 2px 5px black; 
    border-radius: 5px;
}
.corner {
    border-radius: 2px;
    border-color: #54a6d9;
    background-color:#dedede;
}
.btn {
    background: #54a6d9;
    background-image: -webkit-linear-gradient(top, #54a6d9, #2980b9);
    background-image: linear-gradient(to bottom, #54a6d9, #2980b9);
    border-radius: 8px;
    text-shadow: 0px 1px 3px #000000;
    box-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.positiongoogle {
    margin-top: 65px;
}

.carousel-caption h1 {
    font-family: 'Courgette', cursive;
    color: #ffffff;
    text-shadow: 2px 1px 1px black;
}

figure.item-atelier {
    margin-top: 30px;
}

img.example-image { min-width: 155px !important; min-height: 155px !important; }

@media(max-width:992px){
    .navbar {
        margin-top: 0px;
    }
}