/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*************************
 * Menu fixe transparent *
 * ***********************/
#site-header.top-header .header-top {
  position: fixed;
  width: 100%;
  top: 10px;
}

/*************************
 * Header abaissé/hauteur*
 * ***********************/
#site-header.top-header {
    position: relative;
    top: 30px;
}
@media ( min-width: 782px ) {	/* tablettes et ordinateurs */
	#site-header.top-header {
		height: 250px;
	}
}
/************************
 * Pas de titre de site *
 ***********************/
#site-header.top-header #site-logo #site-logo-inner {
    display: none;
}
/************************
 * Pas de titre "Blog"  *
 ***********************/
.single .page-header-title {
    display: none;
}
/************************
 * Sous-menus					  *
 ***********************/
.dropdown-menu .sub-menu {
  background-color: #5fc3c8 !important;
}
.dropdown-menu ul li a.menu-link:hover {
	background-color: #488e5a !important;
}
/************************
 * Appels de notes			*
 ***********************/
.appel {
	color:blue; 
	text-decoration: underline;
}
.note {
	display:none;
}
.appel:hover + .note {
	display:block;
	width:40%;
	margin:15px;
	position:relative;
	left:10%;
	top:-10px;
	background-color:#5fc3c8;
	color:#ffffff;
}
/************************
 * Cadrage cellules tabl*
 ***********************/
tr ul, tr ol {
	margin: 0px 0 15px 20px;
}
/************************
 * Largeur articles     *
 ***********************/
.single-post.content-max-width .entry-content p {
	max-width: 80%;
}
/************************
 * Date mot du maire    *
 ***********************/
.pt-cv-meta-fields {
	text-align: center;
}
/*************************
 * Abonnement            *
 * ***********************/
#mailpoet_form_1 {
	max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/************************
 * BI #7 : mise en page   *
 **************************/
#travaux > .elementor-container {
	max-width: 80%;
	padding-left: 20px;
}

/*************************
 * PVs col date AAAAMMJJ *
 *************************/
.col-date_reunion_ymd {
	display : none !important;
}