/******************************************************************
Stylesheet: Pour la maintenance sans compilation
******************************************************************/

/* filtres ACF */
.custom_acf_radio_disabled_1 li:first-child label,
.custom_acf_radio_disabled_2 li:nth-child(2) label,
.custom_acf_radio_disabled_3 li:nth-child(3) label,
.custom_acf_radio_disabled_4 li:nth-child(4) label,
.custom_acf_radio_disabled_5 li:nth-child(5) label{
  /* text-decoration: line-through; */
  opacity:0.3;
}

.custom_acf_select_disabled_1 option:nth-child(2),
.custom_acf_select_disabled_2 option:nth-child(3),
.custom_acf_select_disabled_3 option:nth-child(4),
.custom_acf_select_disabled_4 option:nth-child(5),
.custom_acf_select_disabled_5 option:nth-child(6),
.custom_acf_select_disabled_6 option:nth-child(7),
.custom_acf_select_disabled_7 option:nth-child(8),
.custom_acf_select_disabled_8 option:nth-child(9) {
  color: #ccc;
}


.action-single-content .action-risques {
  background-color: #00c7b3;
}

.action-single-content .action-alimentation {
  background-color: #9d3627;
}

aside#aside {
    display: none;
}

/* line 943, ../scss/_base.scss */
.page-template-intranet .programmes-wrapper .program-name,
.page-template-template-enseignant .programmes-wrapper .program-name {
  margin-bottom: 15px;
  min-height: 44px;
}

/* 08 09 2022 ajout couleurs programme RISQUES INONDATION */
.fc.fc-unthemed .fc-event.prog_115,
.fc.fc-unthemed .fc-event.prog_117,
.fc.fc-unthemed .fc-event.prog_118 {
  background-color: #00e0ca;
  border-color: #00c7b3; /* bordure gauche affichée sur l'ouverture des créneaux */
}

/* 08 09 2022 ajout couleurs programme mobilite */
.fc.fc-unthemed .fc-event.prog_123 {
  background-color: #ca6201;
  border-color: #c15701; /* bordure gauche affichée sur l'ouverture des créneaux */
}

/* 08 09 2022 ajout couleurs programme energie */
.fc.fc-unthemed .fc-event.prog_122 {
  background-color: #ffd427;
  border-color: #e7c024; /* bordure gauche affichée sur l'ouverture des créneaux */
}

/* 08 09 2022 ajout couleurs programme dechets */
.fc.fc-unthemed .fc-event.prog_102 {
  background-color: #95bb32;
  border-color: #89b228; /* bordure gauche affichée sur l'ouverture des créneaux */
}

/* 08 09 2022 ajout couleurs programme biodiversite */
.fc.fc-unthemed .fc-event.prog_110 {
  background-color: #629e00;
  border-color: #589200; /* bordure gauche affichée sur l'ouverture des créneaux */
}


/* 22 09 2020 ajout couleurs programme alimentation */
.fc.fc-unthemed .fc-event.prog_113,
.fc.fc-unthemed .fc-event.prog_100,
.fc.fc-unthemed .fc-event.prog_99,
.fc.fc-unthemed .fc-event.prog_98,
.fc.fc-unthemed .fc-event.prog_97 {
  background-color: #9d3627;
  border-color: #903020; /* bordure gauche affichée sur l'ouverture des créneaux */
}
.planning_anim.fc.fc-unthemed .fc-event.prog_97:hover {
  background-color: rgba(157, 54, 39, 0.2);
  border-color: #9d3627; /* je sais pas ou c'est affiché */
}
.planning_anim.fc.fc-unthemed .fc-event.prog_97.anim_ok:hover {
  background-color: rgba(157, 54, 39, 0.7);
}
.anim-action-list table td.fc-event.prog_97:hover {
  background-color: #9d3627;
  border-color: #9d3627; /* je sais pas ou c'est affiché */
  cursor: auto;
}
.anim-action-list table td.fc-event.prog_97:hover:after {
  content: none;
}

/* rappel hover après prog alimentation */
.fc.fc-unthemed .fc-event:hover,
.fc.fc-unthemed fc-event.tree_selected:hover {
  background-color: rgba(255, 69, 43, 0.2);
  border-color: #ff452b;
  cursor: pointer;
}
/* rappel tree selected après prog alimentation */
.fc.fc-unthemed .fc-event.tree_selected {
  border-color: #3a134d;
  background-color: #632182;
}




/* @patch 05/07/2022 ajout sous menu */
.page-template-intranet .menu-menu-ecopole-container .sub-menu {
	display:none;
}
.page-template-intranet .menu-menu-ecopole-container .current-menu-item .sub-menu,
.page-template-intranet .menu-menu-ecopole-container .current-menu-parent .sub-menu {
	display:block;
}
.page-template-intranet .menu-menu-ecopole-container .sub-menu li > a {
	font-size: 13px;
  padding: 0 0 0 50px;
}
.page-template-intranet .menu-menu-ecopole-container .sub-menu li {
	margin-top:0;
}
.page-template-intranet .menu-menu-ecopole-container .sub-menu li:after {
	border:0;
}





/* @patch 23/09/2022 ajout puces qui manquent sur le catalogue des actions */
body.single-actions .single-action-wrapper .action-meta h3 {
	font-size: 0.9em;
	margin-bottom:4px;
}
body.single-actions .single-action-wrapper .action-meta ul {
	padding-left: 0;
	margin-top:4px;
}
body.single-actions .single-action-wrapper .action-meta ul li {
	list-style: initial;
}


/* @patch 28/09/2022 couleur bouton validation enseignants */
.education_inscription_validation3, 
.education_inscription_ask4change3{
	background-color: #ff3b00!important;
	border-color: #ff3b00!important;
}
.education_inscription_validation3:hover, 
.education_inscription_ask4change3:hover{
	background-color: #fff!important;
	color: #ff3b00!important;
}

