body .container-calendar h2 {
  margin-top: 0;
}

body .container-calendar #calendarHome h2 {
  margin-top: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 20px;
  letter-spacing: 0;
}

body .container-calendar #calendarHome .simple-calendar-btn {
  top: 0px;
}

body .container-calendar #calendarHome table {
  font-family: adobe-garamond-pro, serif;
  width: auto;
  display: inline-block;
  margin: 30px auto;
}

body .container-calendar #calendarHome table td, body .container-calendar #calendarHome table th {
  padding: 5px;
}

@media screen and (max-width: 1250px) {
  body .container-calendar #calendarHome table td, body .container-calendar #calendarHome table th {
    padding: 0;
  }
}

body .container-calendar #calendarHome table .day {
  color: #8c8f8f;
}

body .container-calendar #calendarHome table .day.has-event {
  color: #000;
}

body .container-calendar #calendarHome table .day.wrong-month {
  color: #CBD1D2;
}

body .container-calendar #calendarHome table .day.today {
  color: white;
}

body .container-calendar #calendarHome table tr:nth-child(odd) {
  background: white;
}

body .container-calendar #calendarHome table tbody {
  display: table-header-group;
  width: auto;
}

.carrefour .node-teaser {
  max-width: inherit;
  width: 100%;
}

.contenu p img,
.contenu div img,
.contenu td img {
  max-width: 100%;
}

.actions-login {
  margin-left: 1rem;
}

.actions-login a {
  color: #FFF;
  display: flex;
  align-items: center;
}

.actions-login a > i {
  padding-right: 0.5rem;
}

.actions-header .dropdown > span {
  display: flex;
}

.actions-header .dropdown > span > i {
  line-height: 1.2rem;
}

.header-imgs__autres img {
  max-height: 50px;
  width: auto;
}

.section-slider .posr {
  position: relative;
  height: 100%;
}

.sous-header .flex .main-menu > li > a {
  font-size: 12px;
}

.section-slider .caption {
  position: absolute;
  background: white;
  z-index: 3;
  bottom: 60px;
  padding: 30px 25px;
  left: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  width: 100%;
}

.section-slider .caption p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .section-slider .caption {
    width: 50%;
  }
}


.desktop-only {
  @media (width < 992px) {
    display: none;
  }
}

.mobile-only {
  @media (width >= 992px) {
    display: none;
  }
}
