body
{
    /*
        background-image: url("../../img/ihm/body_background_dark.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-attachment: fixed;
    */
    margin-top: 55px;
}

/* Coins arrondis */
.border-radius-8
{
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}

/* Navbar */
#navbar-top
{
    height: 55px;
}
#navbar-top:hover
{
    /* background: rgba(255, 255, 255, 0.75); */
    /* background: #D6D5C8; */
    background: #FFFFFF;
    /*
        transition-duration: 750ms;
        transition-delay: 125ms;
    */
}
.navbar-background
{
    /* background: #D6D5C8; */
    background: #FFFFFF;
}

.navbar-brand
{
    padding: 0;
}
.navbar-bee
{
    height: 50px;
    margin-left: -15px;
    position: relative;
    top: 2px;
}
/* Ombrage de la barre de navigation */
.navbar-top-shadow
{
    box-shadow: 0 0 10px 5px rgba(0 , 0, 0, 0.25);
    transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -o-transition-duration: 250ms;
}
/* Notifications de la navbar */
#navbar-notification
{
    background-color: #E21313;
    border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    bottom: 0;
    color: #FFFFFF;
    font-size: 60%;
    font-weight: bold;
    height: 20px;
    line-height: 1.5;
    padding: 3px 2px;
    position: absolute;
    right: -5px;
    text-align: center;
    width: 20px;
}

/* Présentation des produits dans la mosaique page d'accueil */
.mosaic-product
{
    height: 250px !important;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.mosaic-product a img
{
    height: 100%;
    width: auto;
}
.mosaic-product figcaption
{
    background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.15) 0%,rgba(0, 0, 0, 0.85) 100%);
        background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0.15) 0%, rgba(0 ,0 ,0 ,0.85) 100%);
        background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.15) 0%,rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );

    bottom: -50px;
    color: #FFFFFF;
    cursor: help;
    font-size: 80%;
    height: 50px;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
}
.mosaic-product:hover figcaption
{
    bottom: 0;
    transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
}
.mosaic-product-figcaption-block-left
{
    bottom: 5px;
    display: block;
    left: 10px;
    max-width: calc(100% - 130px);
    position: absolute;
    width: 75%;
}
.mosaic-product-figcaption-block-right
{
    bottom: 5px;
    display: block;
    min-width: 100px;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 25%;
}

/* Page de présentation d'un produit */
#btn-like-unlike, #btn-comment
{
    font-size: 18pt;
    padding: 0 15px;
    width: 50%;
}
.prestashop-product-description
{
    height: 360px;
    overflow: hidden;
}
#help-prestashop-product-description
{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    bottom: 0;
    font-size: 150%;
    height: 80px;
    left: 0;
    padding: 50px 30px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
}
.error-new-comment
{
    background-color: rgba(220, 53, 69, 0.85) !important;
    left: 50%;
    position: absolute;
    top: 80px;
    transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    width: 450px;
    z-index: 100;
}

/* Commentaires produit */
.product-comment-container
{
    width: 80%;
}
.product-comment-container:hover
{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.product-comment-left
{
    border-left: 7px solid #dee2e6 !important;
}
.product-comment-right
{
    border-right: 7px solid #007BFF !important;
}
.comment-caret-right
{
    color:  #007BFF;
    position: absolute;
    right: 8px;
}
.comment-caret-left
{
    color:  #dee2e6;
    left: 8px;
    position: absolute;
}

/* Pseudo Fieldset des formulaire de connexion et d'inscription */
.form-registration-container, .form-login-container, .background-content
{
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    margin: 0 auto;
}

/* Alerte légale Cookies */
#cookies-alert
{
    background-color: rgba(255, 245, 217, 0.9);
    border: 10px solid #ffc107;
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    bottom: 15px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    left: 15%;
    padding: 15px;
    position: fixed;
    right: 15%;
    z-index: 100;
}
#cookies-alert p
{
    color: #646464;
    font-size: 80%;
    font-style: italic;
    margin-bottom: 0;
}
