/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */

.content_scene_purchase_guide {
    margin: 0 0 26px 0;
}

.content_scene_purchase_guide .row {
    margin-left: 0px;
    margin-right: 0px;
}

.row .content_scene_purchase_guide_header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_scene_purchase_guide_header
{
    padding: 18px 25px;
    background-color: #0d1d37 !important;
    color: #f5fbfd;
    font-weight: 400;
}


.content_scene_purchase_guide_header h1
{
    text-transform:uppercase;
    color: #f5fbfd;
    margin: 0;
}

.content_scene_purchase_guide_header a
{
    color: #f5fbfd;
    text-decoration: none;
}

.content_scene_purchase_guide .content_scene_purchase_guide_content_bg {
    padding: 15px 0px;
    background-color: #f3f3f3 !important;
    font-size: 18px;
    font-weight: 300;
    color: #0b0b0a;
}

.hidden{
    display: none;
}

.visible {
    display: block;
}
.content_scene_purchase_guide_header .open_guide{
    text-align: right;
}

#purchase_guide table {
    width: fit-content !important;
    height: fit-content !important;
}
#purchase_guide table td, table th {
    padding: 7px 4px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .content_scene_purchase_guide_header h1
    {
        font-weight: 400;
        font-size:20px;
        text-align: center;
    }

    .content_scene_purchase_guide_header
    {
        font-weight: 200;
        font-size:14px;
    }
    .content_scene_purchase_guide_header .open_guide{
        float: none;
        text-align: center;
    }
    .content_scene_purchase_guide_header .show_guide_arrow {
        margin-top: 10px;
    }
    /* Styles pour cette Media Queries */
}

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and  (max-width: 991.98px) {
    .content_scene_purchase_guide_header .open_guide {
        text-align: center;
    }
    .content_scene_purchase_guide_header h1
    {
        text-align: center;
    }
    .content_scene_purchase_guide_header .show_guide_arrow {
        margin-top: 7px;
    }
}

.content_scene_cat {
    color: #d7d7d7;
    line-height: 19px;
    margin: 0 0 26px 0;
}

.content_scene_cat .content_scene_cat_bg {
    padding: 15px 25px;
    background-color: #eff0eb !important;
    font-size: 18px;
    font-weight: 300;
    color: #0b0b0a;
}

@media (max-width: 1199px) {
    .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px;
    }
}

.content_scene_cat h1.category-name {
    font: 400 25px/51px "Roboto", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px;
    }
}

.content_scene_cat p {
    margin-bottom: 0;
}

/*.content_scene_cat a {
    background: #a6a5a5;
    color: #fff;
    float: right;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}*/

/*.content_scene_cat a:after {
    width: 10px;
    height: 10px;
    display: inline-block;
    content: "";
    background: url("../img/sprite.png") repeat scroll 0 -32px;
    margin-left: 6px;
}*/

/*.content_scene_cat a:hover {
    background: #0b0b0a;
}*/

.content_scene_cat .content_scene {
    color: #777;
}

.content_scene_cat .content_scene .cat_desc {
    padding-top: 20px;
}

.content_scene_cat .content_scene .cat_desc a {
    color: #777;
}

.content_scene_cat .content_scene .cat_desc a:hover {
    color: #515151;
}


/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */

#subcategories {
    border-top: 1px solid #d6d4d4;
    padding: 15px 0 0px 0;
}

#subcategories p.subcategory-heading {
    color: #333;
    margin: 0 0 15px 0;
}

#subcategories ul {
    margin: 0 0 0 -20px;
}

#subcategories ul li {
    float: left;
    width: 145px;
    margin: 0 0 13px 33px;
    text-align: center;
    height: 220px;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px 0;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #d6d4d4;
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
}

#subcategories ul li .subcategory-name {
    font: 400 15px/20px "Roboto", sans-serif;
    color: #0157a4;
    text-transform: uppercase;
}

#subcategories ul li .subcategory-name:hover {
    color: #515151;
}

#subcategories ul li .cat_desc {
    display: none;
}

#subcategories ul li:hover .subcategory-image a {
    border: 3px solid #0157a4;
    padding: 7px;
}


/*# sourceMappingURL=category.css.map */