/* Master
----------------------------------------*/
.agenda .portlet-content {
  padding: 0; }

div.week-of-year {
  cursor: pointer; }

.meeting-type {
  display: none; }

/* Nav
----------------------------------------*/
p.nav-month {
  overflow: auto;
  margin: 0; }

p.nav-month a {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  height: 19px;
  line-height: 20px;
  width: 40%;
  margin: 1px 0; }

p.nav-month a.prev {
  background: url(../images/agenda/icon-nav-prev.png) 5% no-repeat;
  padding: 0% 0% 0% 8%;
  float: left; }

p.nav-month a.next {
  background: url(../images/agenda/icon-nav-next.png) 95% no-repeat;
  float: right;
  padding: 0% 8% 0% 0%;
  text-align: right; }

p.nav-month a:hover {
  background-color: #f4f4f4; }

/* Titles
----------------------------------------*/
h2.agenda-title {
  font-size: 30px !important;
  color: white !important;
  background: url(../images/agenda/icon-calendar.png) right 10px no-repeat #3498db;
  height: 60px;
  border-right: 10px solid transparent;
  position: relative; }

h2.cm-direct-agenda-title {
  font-size: 1em !important;
  font-weight: bold !important;
  color: black !important;
  background-color: #e6e6e6 !important;
  text-transform: uppercase !important;
  line-height: 1em !important;
  padding: 5px;
  margin: 0px !important; }

h2.cm-direct-agenda-title span {
  bottom: 5px;
  left: 10px; }

h2.agenda-title span {
  position: absolute;
  bottom: 5px;
  left: 10px; }

div.meeting-update-date {
  font-size: 11px;
  margin: 0;
  padding: .4em 1em;
  border-bottom: 1px solid #E6E6E6; }

.cm-direct-week-of-year h3 {
  color: #666;
  padding: 1em 1em 0;
  text-align: center;
  font-size: 14px; }

.cm-direct-day-of-week h4 {
  font-size: 1em !important;
  color: #666 !important;
  text-transform: uppercase !important;
  padding-left: 5px;
  line-height: 17px; }

/* Une journ�e */
.day-of-week {
  border-bottom: 1px solid #E6E6E6;
  padding: 1em; }

.cm-direct-day-of-week ul li {
  position: relative;
  border-left: 10px solid transparent;
  background: url(../images/white-1x1px.png);
  overflow: hidden;
  margin-bottom: 1px; }

h3.toggle-week {
  font-size: 1.17em !important;
  color: #3d6294 !important; }

.day-of-week ul li {
  position: relative;
  border-left: 10px solid transparent;
  background: url(../images/white-1x1px.png) 17% repeat-y #f4f4f4;
  overflow: auto;
  margin-bottom: 1px; }

.cm-direct-day-of-week ul li,
.cm-direct-day-of-week ul li a,
.day-of-week ul li,
.day-of-week ul li a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.day-of-week ul li:hover {
  /*background-color: #cacbca;
  color: #000 !important;*/
  border-left: 10px solid #666; }

.day-of-week ul li:hover a {
  color: #000; }

.day-of-week ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.day-of-week ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* Les couleurs */
.day-of-week li.meeting-color-type-cm,
li.meeting-legend.meeting-color-type-cm span {
  background-color: #bde498; }

.day-of-week li.meeting-color-type-deputies,
li.meeting-legend.meeting-color-type-deputies span {
  background-color: #bfe8f4; }

.day-of-week li.meeting-color-type-dh,
li.meeting-legend.meeting-color-type-dh span {
  background-color: #ffbcbc; }

.day-of-week li.meeting-color-type-gr,
li.meeting-legend.meeting-color-type-gr span {
  background-color: #fffdbe; }

span.meeting-color-type-cm {
  height: 100%;
  width: 2%;
  font-size: 1em;
  background-color: #bde498;
  display: inline-block;
  position: absolute; }

span.meeting-color-type-deputies {
  height: 100%;
  width: 2%;
  font-size: 1em;
  background-color: #bfe8f4;
  display: inline-block;
  position: absolute; }

span.meeting-color-type-dh {
  height: 100%;
  width: 2%;
  font-size: 1em;
  background-color: #ffbcbc;
  display: inline-block;
  position: absolute; }

span.meeting-color-type-gr {
  height: 100%;
  width: 2%;
  font-size: 1em;
  background-color: #fffdbe;
  display: inline-block;
  position: absolute; }

span.meeting-color-type-other {
  height: 100%;
  width: 2%;
  font-size: 1em;
  background-color: #f4f4f4;
  display: inline-block;
  position: absolute; }

/* Le contenu */
span.meeting-hour {
  height: 100%;
  float: left;
  padding: 2% 1%;
  width: 110px;
  text-align: center;
  background: url(../images/agenda/icon-sep-white.png) center center no-repeat;
  font-size: 1em; }

span.cm-direct-meeting-hour {
  height: 100%;
  padding: 2%;
  width: 13%;
  text-align: center;
  background: url(../images/agenda/icon-sep-white.png) center center no-repeat;
  font-size: 0.8em;
  vertical-align: text-bottom;
  display: inline-block;
  float: left; }

span.meeting-hour > .debut {
  float: left; }

span.meeting-hour > .end {
  float: right; }

span.meeting-subject, a.meeting-subject {
  color: #5b677d !important;
  font-size: 13px;
  float: left;
  width: 65%;
  text-decoration: none;
  padding: 2%; }

span.cm-direct-meeting-subject {
  font-size: 13px;
  width: 80%;
  text-decoration: none;
  padding: 2%;
  display: inline-block;
  margin-left: 2%; }

a.cm-direct-meeting-subject {
  font-size: 13px;
  width: 100%;
  text-decoration: none; }

/* Les labels */
span.meeting-label-state-new,
span.meeting-label-state-canceled,
span.meeting-label-state-modified {
  position: absolute;
  right: 5px;
  top: 6px;
  background-repeat: no-repeat;
  background-color: white;
  padding: 0 5px 0 20px;
  border-radius: 3px;
  opacity: 0.8;
  font-size: 10px;
  text-transform: uppercase;
  background-position: 5px center;
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #666; }

span.meeting-label-state-new {
  background-image: url(../images/agenda/icon-label-new.png); }

span.meeting-label-state-canceled {
  background-image: url(../images/agenda/icon-label-cancelled.png); }

span.meeting-label-state-modified {
  background-image: url(../images/agenda/icon-label-modified.png); }

/* Sidebar */
div.meeting.month-menu ul {
  margin: 0;
  padding: 0; }

div.meeting.month-menu ul li a,
div.meeting.month-menu ul li {
  display: block;
  margin: 0 !important; }

div.meeting.month-menu ul li a {
  padding: 5px 5px 5px 22px;
  background: url(../images/bullet-arrow-grey.png) 10px center no-repeat;
  text-decoration: none;
  border-bottom: 1px solid #E6E6E6;
  margin: 0; }

div.meeting.month-menu ul li a:hover {
  background-color: #f4f4f4; }

div.meeting.month-menu ul li:last-child a {
  border-bottom: none; }

div.meeting.month-menu ul li a.root {
  background-color: #cbcbcb;
  background-image: none;
  color: white;
  text-decoration: none;
  text-align: right;
  font-size: 26px;
  height: 40px;
  line-height: 60px; }

div.meeting.month-menu ul li a.current {
  background-color: #cbcbcb; }

/* Archives */
a.meeting-archives-link {
  background: url(../images/agenda/icon-archives.png) right center no-repeat #3d6294;
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  padding: 1em;
  border-right: 15px solid transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px; }

a.meeting-archives-link:hover {
  color: #fff; }

/* Legende */
li.meeting-legend {
  padding-left: 30px !important;
  position: relative; }

li.meeting-legend span {
  position: absolute;
  background-color: #f4f4f4;
  width: 25px;
  height: 15px;
  left: 0;
  top: 1px;
  margin: 0;
  padding: 0;
  border-radius: 3px; }

/* Responsive */
/* All Mobiles */
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .agenda li {
    padding: 0 !important; }

  span.meeting-hour {
    background: none; }

  span.meeting-hour > .debut {
    float: none;
    display: block; }

  span.meeting-hour > .end {
    float: none;
    display: block; } }
.time-hide {
  display: none; }

/* Smartphones */
@media only screen and (min-width: 320px) and (max-width: 560px) {
  span.meeting-subject, a.meeting-subject {
    width: 52%; } }
/* Tablettes */
@media only screen and (min-width: 561px) and (max-width: 979px) {
  span.meeting-subject, a.meeting-subject {
    width: 60%; } }
.passed-week-true {
  display: none; }

.events-not-in-month {
  display: none; }

ul.day-planning {
  margin: 0; }

.cm-calendar-overflow {
  overflow-y: scroll;
  padding: 0 10px; }

.cm-calendar-overflow li {
  line-height: 17px; }