@font-face{ 
	font-family: 'papyrus';
	src: url('papyrus.eot');
}

html,body{
    width: 100%;
    height: 100%;
}
body{
    background-color: rgb(213,210,191);
    font-family: papyrus cursive;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
a{
    color: #606060;
}
a:hover, a:focus{
    color: #000000;
    text-decoration: underline;
}
.navbar{
    border-radius: 0;
    margin-bottom:0;
}
/**********************
    Jumbotron
**********************/
.jumbotron{
    background:#000;
    padding:30px 0 30px 0;
    color: #fff;
}
.jumbotron p{
    font-size: 16px;
    font-weight: bolder!important;
    margin-top: 6%;
}
.slide-wrapper{
    border: 12px solid #E2E1E1;

}
.slide-shadow{
    width: 100%;
}
.slide-shadow::after{
    box-shadow: 0 48px 12px 0px rgb(131,129,118);
    width: 96%;
    content: "";
    height: 20px;
    display: block;
    margin: -35px auto;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}
.gallery img{
    border: 4px solid #000;
    margin-bottom:10%;
    margin-top:2%;
}
.gallery h3, #meubles h3, #meubles h4{
    font-weight: bolder;
    text-decoration: underline;
}
#portes-jardin img{
    margin-bottom: 5%;
}
.row-spacing{
    margin-top: 10%;
}
footer{
    color:#606060;
}
footer ul li{
    border-right:1px solid gray;

}
footer ul li:last-child{
    border-right:none;
}
footer ul li a{
    font-size: 12px;    
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .footer-right{
        text-align: right;
        font-size: 12px;
    }
    
    #home .right-content-box{
        margin:4% 0;
    }
    #home .right-content-box h3{
        color:#000;
        font-weight: bolder;
        font-family: papyrus cursive;
    }
    /**********************
        Navigation
    **********************/
    .navbar-default{
        background-image: url(../img/s5_na_menuback.png);
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
        background-color: transparent;
        border-radius: 6px;
        padding:2px 10px;
        margin-top:13px;
        font-weight: bold;
        color:#000;
    }
    .navbar-nav > li{
        margin-right:10px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover{
        background:rgb(153,151,152);
        color:#fff;
        background: -webkit-linear-gradient(rgb(162,162,162), rgb(137,137,137),rgb(125,125,125)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(162,162,162), rgb(137,137,137),rgb(125,125,125)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(162,162,162), rgb(137,137,137),rgb(125,125,125)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(162,162,162), rgb(137,137,137),rgb(125,125,125)); /* Standard syntax */
    }
    /**********************
        Jumbotron
    **********************/

    #accueil .jumbotron{
        background:#000;
        padding:30px 0 10px 0;
    }
    #accueil .slide-wrapper{
        border: 12px solid #E2E1E1;
        margin-top: 4%;
    }
    #accueil .slide-shadow{
        width: 100%;
    }
    #accueil .slide-shadow::after{
        box-shadow: 0 48px 12px 0px rgb(131,129,118);
        width: 96%;
        content: "";
        height: 20px;
        display: block;
        margin: -35px auto;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
    }
    
    /**********************
        Gallery-links
    **********************/
.gallery-links ul li img {border: 4px solid #606060;width: 180px; /* Largeur fixe */height: 200px; /* Hauteur fixe */object-fit: cover; /* Ajuste l'image pour remplir l'espace défini */}
.gallery-links ul li img:hover{
border:4px solid #000;
}

#portes-jardin img{
    margin-bottom: 5%;
    height: 300px;
    width: 100%;   
}


