.calendrier {
  background: #f3f3f3;
}
.calendrier .section-padding {
  padding-top: 10px;
}
.calendrier .lien-mois {
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  padding-top: 6px;
}
.calendrier .lien-mois:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
table.calendar {
  width: 100%;
}
table.calendar table {
  width: 100%;
  text-align: center;
}
table.calendar thead {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #b7b7b7;
}
table.calendar th {
  text-align: center;
  padding: 6px;
  color: black;
  font-weight: 300;
}
table.calendar tbody .day > a,
table.calendar tbody .day > span {
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
}
table.calendar .day > span,
table.calendar .day > a {
  width: 100%;
  display: block;
  padding: 4px;
  text-align: center;
}
table.calendar .day > a:hover,
table.calendar .day > a.current {
  background: #2179ae;
  color: white;
  text-decoration: none;
}


table.calendar .day-prev-month,
table.calendar .day-next-month {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

table.calendar tbody {
  position: relative;
}


.day
{
  z-index:  100;
}

.show .bulle 
{
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  
}
.hover {
  cursor:  pointer;
}

.bulle 
{
  
  position: absolute;
  top: 0;
  left:  0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: red;
  text-align: center;
  -webkit-transition: -webkit-transform .30s ease-in;
  transition: -webkit-transform .30s ease-in;
  -o-transition: transform .30s ease-in;
  transition: transform .30s ease-in;
  transition: transform .30s ease-in, -webkit-transform .30s ease-in;
  z-index: 1;
}

.wy-calendar__month .bulle .titre {
  display: block;
  font-weight: 700;
}
.wy-calendar__month .bulle .emplacement {
  display: block;
  font-weight: normal;
  padding-top: 5px;
}

.wy-calendar__month .bulle p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
  color: #757575;
  line-height: 1.3em;
}
/*table.calendar .bulle :after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}*/
.lien-mois-cal {
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-decoration: underline;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1em;
}
.lien-mois-cal:hover {
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .lien-mois-cal {
    margin: 0;
  }
  .lien-mois-cal.align-gauche {
    width: 40px;
    height: 20px;
    text-indent: 9999px;
    background: url('../../images/icon-arrow-pages-left_rl.png') no-repeat left center;
  }
  .lien-mois-cal.align-droite {
    width: 40px;
    height: 20px;
    text-indent: 9999px;
    background: url('../../images/icon-arrow-pages-right_rl.png') no-repeat left center;
  }
}
.calendrier-legende {
  padding: 10px 0 0 11px;
  zoom: 1;
}
.calendrier-legende:after {
  content: "";
  display: block;
  clear: both;
}
.calendrier-legende .legende {
  display: block;
  clear: both;
  margin-top: 30px;
}
.calendrier-legende .legende dl {
  zoom: 1;
  margin: 0;
}
.calendrier-legende .legende dl:after {
  content: "";
  display: block;
  clear: both;
}
.calendrier-legende .legende dt {
  display: block;
  clear: both;
  float: left;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.calendrier-legende .legende dt:nth-child(1) {
  background-color: #f7d358;
}
.calendrier-legende .legende dt:nth-child(3) {
  background-color: #2e2efe;
}
.calendrier-legende .legende dt:nth-child(5) {
  background-color: #088a08;
}
.calendrier-legende .legende dt:nth-child(7) {
  background-color: #E5F700;
}
.calendrier-legende .legende dt:nth-child(9) {
  background-color: #ff8000;
}
.calendrier-legende .legende dt:nth-child(11) {
  background-color: #7401df;
}
.calendrier-legende .legende dt:nth-child(13) {
    background-color: #DF0101;
}
.calendrier-legende .legende dd {
  display: block;
  float: right;
  width: 225px;
  line-height: 22px;
}

.hidden
{
  display:  none;
}

.wy-calendar table 
{
  margin-bottom:  0px;
}

.wy-calendar table td
{
  border:  none;
}

.wy-calendar 
{
    overflow: hidden;
    position:  relative;
}

.wy-calendar table tbody>tr:nth-child(odd)>td, .wy-calendar table tbody tr:hover>td
{
  background:  none;
}


td.wy-table__cell 
{
  padding: 2px 6px;
  text-align: center;
}

.elementor-widget-Calendrier .wy-calendar__events,
.elementor-widget-Calendrier .wy-calendar__day__header 
{
  width: 100%;
  height: 100%;
}
.elementor-widget-Calendrier .wy-calendar__events,
.elementor-widget-Calendrier .wy-calendar__day__header 
{
  top: 0;
  left: 0;
}

.wy-calendar__controls {
  padding: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: stretch;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.wy-calendar__controls__button {
  margin: 0;
  cursor: pointer;
  font-size: 12px;
}
.wy-calendar__controls__month {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.header-bulle{display:  -webkit-box;display:  -ms-flexbox;display:  flex;}