/*======================================
Theme Name: Ville de Trois-Bassins
Theme URI: https://divicake.com/
Description: Thème développé par Libertyprod OI pour Ville de Trois-Bassins
Version: 1.0
Author: jrduchemann
Author URI: https://libertyprod.re
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/* KADIO Consulting: Problème d'affichage mobile page évènement 16/09/2002 */
/*
@media only screen and (max-width: 767px) {
	.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav {
	display: none;
}
	
	.menu1_navigate .et_pb_fullwidth_menu .et_pb_row .mobile_menu_bar.opened:before {
    content: "M" !important;
}		
	
}

*/

/* Masquer Monarch (flottant + inline) sur tous les articles de la catégorie 76 (comm-interne) */
.single-post.category-76 .et_monarch,
.single-post.category-76 .et_social_icons_container {
    display: none !important;
}