/* css main */

:root {

	--medaa-yellow: #FDFF44;


    --primary: #000000; /* couleur primaire interface */
    --primary-hover: #eee; /* couleur primaire interface */
    --secondary: #eee; /* couleur secondaire */
    --calendar-active: var(--medaa-yellow);
    --icon-info: #c3c3c3;
    --icon-zoom: #777;
    --menu-icon: #555;
    --mainmenu-selected: #1d5691;
    --mainmenu-icon-bg: #f7f7f7;
	
	

    --button-primary: var(--medaa-yellow);
    --button-primary-hover: var(--primary-hover);
    --button-primary-text: #000;
    --button-grey: #ddd;
    --button-grey-text: #777;

    --text: #555; /* base du texte */
    --title: #555; /* titre sur fond standard */
    --link: var(--primary);
    --link-hover: #888;
    --hr: #f7f7f7;

    --page-bg: #fff; /* fond de page */
    --page-dimmed-text: #ccc; /* texte gris sur page */

    --popup-bg: #fff; /* fond popup */
    --popup-border-radius: 8px;

    --form-alt-bgcolor: #f7f7f7; /* couleur d'alternance de liste */

    --date-bg: #000;

    --header-text: #444;
    --header-text-hover: var(--primary-hover);

    --panel-bg: #eee; /* fond de panneau standard */
    --panel-text: #555; /* texte de panneau standard */

    --panel-caution-bg: orange;
    --panel-caution-text: #fff;

    --titlebar-bg: #000;
    --titlebar-text: #fff;

    --filet: transparent; /* filet d'une grille */
    --grey: #eee; /* couleur neutre de remplissage */
    --overlay: rgba(0,0,0,0.40); /* fond overlay */
    --alert: #ec5252;


    --font: 'Open Sans','Helvetica', 'Arial', sans-serif;
    --font-normal: 300;
    --font-bold: 700;
}


body.pcl .pcl-header {
  background: #fff;
  height: 80px;
  border-bottom: 1px solid #000;
  padding: 0 15px;
}

#epcl-useragenda-frame .cellmagHW {
	color: #333;
}

#datepicker .ui-state-active {
	color: #000;
}

.pcl-manage-user .userbox {	
	color: var(--text);
}
.pcl-manage-user .userbox .functions {
	color: var(--text);
}
.pwico {
	color: var(--text);
}


.main-title {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}
.frame-selection {
    background:#f7f7f7;
    border-radius: 0.8rem;
    padding: 1rem;
    margin: 5px 30px 15px 30px;
}
.link-bold a {
	font-weight: bold;
}
	
	