<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:  Divi2
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      
*/

/*****Add any custom CSS below this line*****/






/* BREADCRUMB YOAST */

p#breadcrumbs {
    font-size: 15px!important;
    color: #444!important;
}

p#breadcrumbs a {
    color: #444!important;
}



/* IMAGE EFFECT */
img:hover{
    opacity:0.6;
}



/* STYLE POST &amp; PAGE */


.et_pb_post h1 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom:20px;

}

.et_pb_post h2 {
	font-size: 26px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
}

.et_pb_post h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:15px;

}

.et_pb_post p,li {
	font-size: 17px; 
	font-weight: 400;
	line-height: 28px;
	color:#444;
	
}








/* SIDEBAR */


span.rpwwt-post-title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

h4.widgettitle {
    font-size: 25px;
    margin-bottom: 10px;
}





/*REMOVE HORIZONTAL LINE DIVI*/
@media (min-width: 981px) {
#main-content .container:before {

    width: 0px!important;

}
}



/*REMOVE VERTICAL LINE DIVI SIDEBAR*/
@media (min-width: 981px) {
.et_pb_widget_area_left {
	border-right: 0px;
    padding-right: 15px;
}
}





/* DTB CATEGORY PAGES */


/*Titres H2 on category pages*/
.dtb-post-wrap h2 {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

/*excerpt on category pages*/
.dtb-post-content {
    font-size: 16px!important;
}





/* START DTB RELATED POSTS */

#dtb-related-posts-list li a:hover {
    transform: none!important;
}

.dtb-related-posts h4 {
    font-size: 25px!important;
	font-weight: bold!important;
    margin-bottom: 20px!important;
}

.dtb-related-posts {
    margin-top: 80px;
}

#dtb-related-posts-list li a {
border: 0px !important;
box-shadow: 0px 0px 0px!important;
}


#dtb-related-posts-list li a strong {
    font-size: 18px;
}




/*Arrondis images related posts
#dtb-related-posts-list img {
	border-radius: 16px;
}*/


/*Hauteur fixe des images du related posts
@media (min-width: 981px) {	
#dtb-related-posts-list img {
    height: 180px;
}
}*/

/* Related posts sur 2 colonnes 
@media (min-width: 981px) {	
#dtb-related-posts-list li {
    flex-basis: 45%;
    margin-bottom: 6%;
}
}*/

/* Hauteur images 
@media (min-width: 981px) {
#dtb-related-posts-list img {
    max-height: 240px!important;
	height: 240px!important;
}
}	*/
	

/* END DTB RELATED POSTS */	






/* START PAGENAVI */


/*styles the wp-pagenavi */
.wp-pagenavi {
  margin-bottom:50px;
}


/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 14px; 
  margin-right: 10px!important;
  font-size: 16px !important;
  text-decoration: none!important;
  color: #333333;
  line-height: 20px;
  background: #eeeeee;
  transition: all .5s;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; 
  border-radius: 5px;
  border: 0px solid #BFBFBF;
}
 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #9e9e9e !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #9e9e9e !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}


/* END PAGENAVI */



</pre></body></html>