.container{
    border: 1px solid rgb(180, 175, 175);
    /*background-color: grey;
    color: white;*/
}
section#list-monuments{
    margin-top: 3em;
    
}
section#list-monuments img{
    width:100%;
    height: 14rem;
}

.hero-section-f{
    /*list-style-type: none;
    /*background-image: url(../images/banniere.jpg);
    background-repeat: no-repeat;*/
    height: 100vh;
    /*background-size: cover;
    background-position: center;*/
    text-align: center;
    color: white;
    padding-top: 20rem;
    border:1px solid red;
}
.hero-section{
    /*list-style-type: none;
    /*background-image: url(../images/banniere.jpg);
    background-repeat: no-repeat;*/
    height: 100vh;
    /*background-size: cover;
    background-position: center;*/
    text-align: center;
    color: white;
    padding-top: 20rem;
}
.hero-section .hero-heading{
    font-size: 2.5rem;
    line-height: 1rem;
    margin-bottom: 2rem;
}
.hero-section .hero-sub-heading{
    font-size: 1.5rem;
    line-height: 1rem;
    margin-bottom: 1.5rem;
}
.navbar-brand{
    margin-left: 2px;
}
nav{
    height: 60px;
}

/****************************Gabarit du bon de commande******************************/
.first-body-containt-bon-commande{
    position: relative;
    width: 93%;
    margin:0.5% auto 1% auto;
    height: 99vh;
    padding:10px;
    background-color: #fff;
    border: 1px solid #124982;
    box-shadow: 5px 5px 5px 5px rgba(17, 86, 175, 0.2);
}
.entete-bon-commande{
    position: relative;
    margin: auto;
    width: 96%;
    height: 100px;
    display: flex;
    padding: 0px;
    border: 1px solid red;
    margin-bottom: 10px;
}
.logo-droit{
    position: relative;
    margin: auto;
    right: 2px;
    width: 80px;
    height: 80px;
    border: 1px solid rgb(0, 238, 255);
}
.logo-gauche{
    position: relative;
    margin: auto;
    left:2px;
    width: 80px;
    height: 80px;
    border: 1px solid rgb(0, 238, 255);
}
.titre-bon-commande{
    position: relative;
    margin: auto auto 8px auto;
    width: auto;
    height: 45px;
    text-align: justify;
    align-items: center;
    align-content: center;
    border: 1px solid rgb(0, 238, 255);
    
}
.titre-bon-commande h1{
    color: royalblue;
    font-size: 100%;
    text-transform: uppercase;
}
.corps-bon-commande{
    position: relative;
    margin: auto;
    width: 96%;
    height: 100px;
    display: flex;
    border: 1px solid red;
    margin-bottom: 10px;
}
/****************************************************/