/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 08:13:07 */
div#content-area {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
.entry-title {
        font-family: 'Bodoni Moda' !important;
    }
    
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #34b6b3;
}
#sidebar {
	    float: right;
    width: 28% !important; 
}
.works-list, .artist-works, .default-widget a{
	color: #666 !important;
}
.works-list, .artist-works, .default-widget a:hover{
	color: #34b6b3 !important;
}
.default-widget li{
		padding-bottom: 10px !important;
	border-bottom: 1px solid !important;
border-bottom-color: lightgrey !important;
}
.et_pb_post .entry-content {
max-width: 100%;
margin-right: auto;
margin-left: auto;
}

/* FOOTER */
#main-footer {
    background-color: #222222;
    margin-top: 80px;
}
.et_pb_post .post-meta {
    visibility: hidden;
}
.et_post_meta_wrapper {
	text-align: center;
}
.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0, 0, 0, .5);
}
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
    visibility: hidden;
}
#top-menu li a, .et_search_form_container input {
    font-weight: 400;
}
/* Ajuster la largeur de la colonne de droite */
.sidebar {
    width: 300px; /* Ajustez la largeur selon vos besoins */
}

/* Centrer le contenu principal */
.main-content {
    margin: 0 auto; /* Centrer le contenu */
    max-width: 800px; /* Limiter la largeur du contenu */
}

/* Ajuster l'alignement des éléments */
h1, h2, h3, p {
    text-align: left; /* Aligner le texte à gauche */
}

/* Espacement entre les colonnes */
.row {
    display: flex; /* Utiliser flexbox pour l'alignement */
    justify-content: space-between; /* Espacement entre les colonnes */
}

/* page article single*/
.entry-content, h3 {
    
}

/*Pied de page*/
@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 2%;
    }
	    #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
        margin-bottom: 1% !important;
}

.wpa-test-msg {
    visibility: hidden;
}
@media (max-width: 479px) {

    }
}
