/* START NAVBAR HOME PAGE */

.menubar a {
    /*font-family: 'MuseoModerno', cursive;*/
    font-family: 'Courier Prime', monospace;
    margin: 5px;
    transition: all 200ms ease;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 68px;
    color: #666;
    text-decoration: black;
    color: black;
}

#menulink {
    text-decoration: black;
    color: black;
}

#logo {
    height: 50px;
}

#mention-footer {
    margin: 10px;
    padding: 0px;
}


/* END NAVBAR HOME PAGE */


/* START BODY HOME PAGE */

.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron H1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 0;
    padding-bottom: 0;
}

footer p {
    margin-bottom: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

H2 {
    /*font-family: 'MuseoModerno', cursive;*/
    font-family: 'Courier Prime', monospace;
    transition: all 200ms ease;
    font-style: normal;
    font-weight: normal;
    color: #666;
    text-decoration: black;
}


/* END BODY HOME PAGE */


/* DEBUT Modifications Samir  */

.navbar-nav {
    cursor: pointer;
    font-size: 12px;
}

#navbarCollapse {
    flex-grow: initial;
}

#navbar-principale {
    justify-content: space-between;
}

.panier-compte {
    display: inline-block;
}

.panier-compte a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panier-compte a i {
    font-size: 35px;
    margin: 0;
}

.panier-compte a span {
    font-size: 17px;
    line-height: 0;
}

.panier-compte.compte i {
    bottom: -3px;
    position: relative;
}

section.monfont {
    min-height: 76vh;
}

.containerArticle {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    width: 100%;
    max-width: 77%;
}

.imageArticle {
    width: 100%;
}

.monCaroussel {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.titleArticle1 {
    font-size: 1.75rem;
}

.titleArticle2 {
    font-size: 1.25rem;
}


/* DEBUT FOOTER */


/* RESEAUX SOCIAUX */

.listLinks {
    list-style: none;
}

.links {
    margin: 0px 0px;
    float: left;
    text-decoration: none;
    color: inherit;
}

.wp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
}

.fa-facebook-f {
    background: #3B5998;
}

.fa-linkedin {
    background: #0077B5;
}

.fa-twitter {
    background: #1DA1F2;
}

.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-google-plus {
    background: #D04338;
}

.fa-youtube {
    background: #FF0000;
}

.fa-pinterest {
    background: #BD081C;
}

.footer {
    flex-shrink: 0;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}


/* RESEAUX SOCIAUX*/


/* FIN FOOTER */

@media screen and (max-width: 1230px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    /* Replacement de l'ordre des elements de la navbar */
    .nav-brand {
        order: 1;
    }
    #navbarPanierConnexion {
        order: 2;
        margin-left: auto;
    }
    .navbar-toggler {
        order: 3;
    }
    #navbarCollapse {
        order: 4;
    }
    .contact-image img {
        width: 80% !important;
    }
    .monCaroussel {
        width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .contact-image img {
        width: 100% !important;
    }
    .titleArticle1 {
        font-size: 1.20rem;
    }
    .titleArticle2 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .monCaroussel {
        width: 98% !important;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
    }
    #mention-footer {
        margin: 0px;
        padding: 0px;
    }
}


/* FIN  Modifications Samir  */


/*############## DEBUT BANNIERE NOUVEAU PRODUIT ############*/

@import url(https://fonts.googleapis.com/css?family=Lato:700);

/* common */

.ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -5;
    content: '';
    display: block;
    border: 0px solid #29b93c;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #5bdb34;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -20px;
    left: 70px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}


/*#################### FIN BANNIERE NOUVEAU PRODUIT ########################*/


/*#################### FIN BANNIERE NOUVEAU PRODUIT ########################*/


/*#################### FIN BANNIERE NOUVEAU PRODUIT ########################*/