/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Lycia Diaz - Astuces Divi
Author URI: https://astucesdivi.com/
*/


@media (min-width: 981px) {
    .et_right_sidebar #main-content .container:before {
        right: 26% !important;
    }
	    #sidebar {
        float: left;
        width: 25%;
    }
	    #left-area {
        width: 75%;
        padding-bottom: 23px;
    }
}

 .post-meta a{
   background: #ebebeb;
    color: #000000 !important;
    padding: 0 10px;
    border-radius: 6px;
    white-space: normal;
overflow-wrap: break-word;
	 white-space: nowrap;
}


.et_pb_widget ol li ol li, .et_pb_widget ul li ul li {
    margin-left: 5px;
}


/* Niveau 1 - Catégories principales */
.widget_categories > ul > li > a {
    color: #000; 
    font-weight: bold;
	text-transform: uppercase;
	
}
.widget_categories > ul > li {
margin-top:15px;	
}
/* Niveau 2 - Sous-catégories */
.widget_categories ul.children > li > a {
    color: #111; 

}

/* Niveau 3 - Sous-sous-catégories */
.widget_categories ul.children ul.children > li > a {
    color: red; /* Vert */
}

/* Niveau 4 - Encore plus profond */
.widget_categories ul.children ul.children ul.children > li > a {
    color: #9a5a1a; /* Orange */
	
}
/* Niveau 5 - Encore plus profond */
.widget_categories ul.children ul.children ul.children ul.children > li > a {
    color: #c3915d; /* Orange */
	
}
.et_pb_post {
	margin-bottom: 0;}


.et_pb_widget ul li {
	margin-bottom: 0;
}
#sidebar .cat-item-1{
	display:none;
}
.archive .et_pb_post a img {
    vertical-align: bottom;
    max-width: 240px;
}

img.mfp-img{
	padding:0!important;
}
@media (min-width: 981px) {
    .et_right_sidebar #sidebar {
        padding-left: 10px!important;
    }
}
div#sidebar {
    font-size: 0.9em;
    line-height: 20px;
}
p.post-meta a {
    font-size: 11px !important;
    
}

.custom-breadcrumb-container {
    text-align: center;
    margin-bottom: 20px;
}

.custom-breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.custom-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.custom-category-title {
    font-size: 32px;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.custom-tag-description {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}


.custom-breadcrumb-container {
    text-align: center;
    margin-bottom: 20px;
}

.custom-breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.custom-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.custom-category-title {
    font-size: 32px;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.custom-term-description {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}