/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat";
    font-size: 15px;
}

body {
    text-align: center;
}

#main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    color: #252525;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.test {
    background-color: rgba(220, 25, 215, 0.3);
}

/* --------------------------------------------------------------- */
/*
/* Header
/*
/* --------------------------------------------------------------- */

#entete {
    position: relative;
    top: 0;
    left: 0;
    min-height: 110px;
}

#entete .liens a img{
    max-width: 100%;
    width: auto;
}
#entete #logo {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#entete #logo img {
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

@media screen and (min-width: 991px) {
    max-width: 100%;
    max-height: none;
}

#entete i {
    color: #ea5c1a;
    font-size: 22px;
}

#entete .panier_entete a {
    color: #252525;
    text-decoration: none;
}

#entete .panier_entete a i {
    margin-right: 7px;
}

#entete .coordonnees_entete i {
    margin-right: 10px;
}

#entete .ligne-groupe {
    background: #ea5c1a;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 5px;
}

#entete .ligne-groupe .hover-group {
    position: relative;
    text-transform: uppercase;
}

#entete .ligne-groupe .hover-group .hover-item {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #ea5c1a;
    color: #FFFFFF;
    padding: 10px 5px;
    min-width: 100%;
    text-align: center;
    text-transform: none;
    z-index: 10;
}

#entete .ligne-groupe .hover-group .hover-item a {
    color: #FFFFFF;
    font-weight: 500;
}

#entete .ligne-groupe .hover-group:hover .hover-item {
    display: block;
}


/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */

#menu {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
}

#menu #burger {
    display: none;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#menu ul li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#menu ul li a,
#menu ul li .categorie {
    text-decoration: none;
    display: block;
    padding: 20px 10px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
}

#menu ul li a:after,
#menu ul li .categorie:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    height: 14px;
    width: 2px;
    margin-top: -8px;
    background-color: #222222;
}

#menu ul li:first-child a {
    padding-left: 0;
}

#menu ul li:last-child a {
    padding-right: 0;
}

#menu ul li:last-child a:after {
    display: none;
}

#menu ul li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
    width: auto;
    min-width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

#menu ul li:hover ul,
#menu ul li ul.show {
    display: block;
}

#menu ul li ul li {
    margin: 0;
    padding: 10px 0;
}

#menu ul li ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    bottom: 0;
    height: 2px;
    width: 80%;
    background: #222222;
}

#menu ul li ul li:last-child:after {
    display: none;
}

#menu ul li ul li a {
    padding: 5px 10px !important;
    white-space: nowrap;
    text-align: center;
}

#menu ul li ul li a:after {
    display: none;
}

/* --------------------------------------------------------------- */
/*
/* Bandeau Haut
/*
/* --------------------------------------------------------------- */

#bandeau_haut {
    position: relative;
    top: 0;
    left: 0;
    height: 282px;
    background: url("../images/bandeau_defaut.jpg");
    display: flex;
    align-items: center;
    text-align: right;
}

#bandeau_haut h1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 27px;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
}

/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */

#page {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

#page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1365px 1365px 0 0;
    border-color: #FAFAFA transparent transparent transparent;
    z-index: 0;
}

#page:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -960px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1365px 1365px;
    border-color: transparent transparent #FAFAFA transparent;
}

#page .conteneur_page {
    position: relative;
    z-index: 10;
}

#page h2 {
    position: relative;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 27px;
    padding-bottom: 10px;
    border-bottom: 2px solid #222222;
    margin-bottom: 25px;
}

#page h2:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 40%;
    height: 2px;
    margin-left: -20%;
    background-color: #FBA809;
}

#page h2 span {
    position: relative;
}

/*#page h2 span:before {
	content:"";
	position: absolute; bottom: -12px; left: 0;
	width:100%; height:2px;
	background-color: #fba809;
}
*/
#page a {
    text-decoration: none;
}

#page .promotion {
    font-size: 80%;
    text-decoration: line-through;
}

/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */

#pied {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

#pied a {
    text-decoration: none;
}

#footer_haut {
    background-color: #232323;
    padding: 30px 0;
    text-align: left;
    color: #FFFFFF;
}

.box_pied h4 {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    color: #FBA809;
    text-transform: uppercase;
    font-size: 18px;
}

.box_pied h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #FBA809;
}

.box_pied ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.box_pied ul li {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 20px;
    margin: 7px 0;
    font-size: 13px;
}

.box_pied ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #FBA809;
}

.box_pied a {
    color: #FFFFFF;
}

.box_pied .facebook {
    text-align: right;
    font-size: 40px;
}

#footer_bas {
    padding: 10px 0;
    font-size: 13px;
}

#footer_bas a {
    color: #252525;
}

/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */

a img {
    border: none;
}


/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
    #menu ul li a, #menu ul li .categorie {
        /*padding : 15px 17px;*/
        padding: 15px 10px;
    }

    #menu ul li a:after, #menu ul li .categorie:after {
        right: -2px;
    }
}

@media screen and (max-width: 991px) {

    a img {
        width: 100%;
    }

    #entete {
        font-size: 14px;
        min-height: 90px;
    }

    #entete i {
        font-size: 16px;
    }

    /* ------------- Menu ------------- */
    #menu {
        padding: 15px 0 10px 0;
        /*position: absolute;*/
        z-index: 100;
        /*top: 90px;*/
    }

    #menu #burger {
        display: block;
        margin-left: 50px;
        cursor: pointer;
    }

    #menu #burger span {
        display: block;
        background-color: #222222;
        border-radius: 50px;
        width: 40px;
        height: 4px;
        margin-bottom: 7px;
    }

    #menu ul {
        display: none;
    }

    #menu ul.is-active {
        display: block;
    }

    #menu ul li a, #menu ul li .categorie {
        padding-left: 0;
        font-size: 16px;
    }

    #menu ul li a:hover, #menu ul li .categorie:hover {
        /*background-color: #AC0000;*/
    }

    #menu ul li a:after, #menu ul li .categorie:after {
        display: none;
    }

    /* --------- Footer ---------- */
    #footer_haut .bloc-footer {
        margin: 5px 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    /*#entete {*/
    /*    height: 120px;*/
    /*}*/

    /*#menu {*/
    /*    top: 120px;*/
    /*}*/

    #entete img {
        margin-bottom: 5px;
    }

    #entete .coordonnees_entete {
        font-size: 16px;
    }

    #entete .coordonnees_entete i {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    /*#entete {*/
    /*    height: 150px;*/
    /*}*/

    #entete .bloc-entete {
        margin: 3px auto;
    }

    /* ------------- Menu ------------- */
    #menu {
        padding: 15px 0 10px 0;
        /*position: absolute;*/
        z-index: 100;
        /*top: 150px;*/
    }

    #menu #burger {
        margin-left: 30px;
    }

    #menu ul.is-active {
        display: block;
        padding-left: 30px;
    }

}

@media screen and (max-width: 400px) {
    /*#entete {*/
    /*    height: 120px;*/
    /*}*/

    /* ------------- Menu ------------- */
    /*#menu {*/
    /*    top: 120px;*/
    /*}*/

}
