/*!
Theme Name: Divi-child
Template: Divi
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Deviweb
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.category_title {
    background-color: #015293;
    padding: 10px;
    margin-bottom: 10px;
    width: 25%;
}

.et-db #et-boc .et-l .category_title h3 {
    color: white;
    padding: 0;
}

.et-db #et-boc .et-l h3 a {
    color: #0068cf;
    font-size: large;
}

.category_blockquote {
    border-color: #ffcd00!important;
    position: relative;
    background-color: #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 0px;
	padding-left : 15px;
}

.category_blockquote h3 {
    padding: 0;
	margin-bottom: -7px;
}

.category_short_description {
    font-style: italic;
}

.category_icon-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    padding: 5px;
}

.category_icon-wrapper span {
    margin-left: 10px;
}

.category_cpf {
    background-image: url('images/cpf.png');
    display: flex;
    width: 35px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    margin-top: 5px;
	margin-right: 10px;
}
.et-db #et-boc .et-l .et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title {
	color: #606060!important;
}

/*.category_remote {*/
/*    background-image: url('images/remote.png');*/
/*    display: flex;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    font-size: 0;*/
/*    margin-top: 5px;*/
/*}*/

/*.category_in_class {*/
/*    background-image: url('images/in_class.png');*/
/*    display: flex;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    font-size: 0;*/
/*    margin-top: 5px;*/
/*}*/

.category_new {
    /*background-color: #ffcd00;*/
    /*color: white;*/
    /*padding: 10px;*/
    /*margin-bottom: 10px;;*/
    /*margin-top: 5px;*/
    /*font-family: Ebrima bold, serif;*/
    /*font-size: 24pt;*/
    background-image: url('images/nouveau.png');
    display: flex;
    width: 75px;
	height: 30px;
	margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    margin-top: 10px;
}


/* Format mobile */
@media (max-width:768px) {
    /* Pour changer la taille de la police et interligne en mode mobile de la description */
    .category_short_description {
        line-height: 1em;
    }
    /* Pour changer la taille de la police et interligne en mode mobile des titres */
    .category_blockquote h3 a {
        line-height: 1em;
    }

    /** Ne pas toucher ci-dessous si possible */
    .category_icon-wrapper {
        position: relative;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}

/* Format tablette */
@media (max-width:1024px) {
    .et-db #et-boc .et-l .et_pb_tabs_controls li a {
        padding: 5px;
    }
}
