.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBook.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: 'flood-std-regular';
  src: url("../fonts/FloodStd.woff2") format("woff2");
  font-weight: 400;
}
body main section.calendrier {
  padding: 105px 0 130px;
}
body main section.calendrier .contenu .container {
  max-width: 1370px;
}
body main section.calendrier .contenu .fc-header-toolbar {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-today-button {
  display: none;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-right {
  display: none;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-center {
  display: table;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
  font-size: 35px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #151826;
  margin-left: 10px !important;
  line-height: 1;
}
body main section.calendrier .contenu .fc-header-toolbar button {
  background: transparent;
  border: 0;
  border-radius: 0;
}
body main section.calendrier .contenu .fc-header-toolbar button:focus {
  outline: none;
}
body main section.calendrier .contenu .fc-header-toolbar button span {
  width: 9px;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-prev-button span {
  background: url(../../../../img/prev.png) no-repeat;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-prev-button:hover span {
  background: url(../../../../img/prev-2.png) no-repeat;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-next-button span {
  background: url(../../../../img/next.png) no-repeat;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.calendrier .contenu .fc-header-toolbar .fc-next-button:hover span {
  background: url(../../../../img/next-2.png) no-repeat;
}
body main section.calendrier .contenu table .fc-head-container {
  border: 0 !important;
  background: transparent !important;
}
body main section.calendrier .contenu table .fc-head-container .ui-widget-header {
  border: 0 !important;
  background: transparent !important;
  margin-bottom: 15px;
  text-align: left;
}
body main section.calendrier .contenu table .fc-head-container .ui-widget-header span {
  text-transform: uppercase;
  color: #151826;
  font-size: 14px !important;
  font-family: 'Gotham', sans-serif;
  padding-left: 20px;
  display: block;
}
body main section.calendrier .contenu table .ui-widget-content {
  background: transparent;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  height: 200px !important;
}
body main section.calendrier .contenu table .ui-widget-content:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}
body main section.calendrier .contenu table .fc-day-grid-container {
  height: auto !important;
}
body main section.calendrier .contenu table .fc-day-number {
  font-family: 'Gotham', sans-serif;
  float: none !important;
  font-size: 28px !important;
  font-weight: 700;
  color: #151826;
}
body main section.calendrier .contenu table .fc-today {
  background-color: #F8F8F8;
}
body main section.calendrier .contenu table .fc-day-top {
  padding: 15px 20px 5px 20px !important;
  background-color: transparent;
}
body main section.calendrier .contenu table .fc-content-skeleton td {
  padding: 0 20px 20px 20px;
}
body main section.calendrier .contenu table .fc-day-grid-event {
  background-color: transparent !important;
  border: 0 !important;
}
body main section.calendrier .contenu table .fc-time {
  color: #EF4735;
  font-size: 15px !important;
  display: block;
}
body main section.calendrier .contenu table .fc-title {
  color: #484C56;
  font-size: 16px !important;
  display: block;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.calendrier {
    padding: 100px 0 110px;
  }
  body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
    font-size: 28px !important;
  }
  body main section.calendrier .contenu table .fc-day-number {
    font-size: 25px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.calendrier {
    padding: 90px 0 100px;
  }
  body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
    font-size: 25px !important;
  }
  body main section.calendrier .contenu table .fc-day-number {
    font-size: 23px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.calendrier {
    padding: 80px 0;
  }
  body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
    font-size: 23px !important;
  }
  body main section.calendrier .contenu table .fc-day-number {
    font-size: 21px !important;
  }
  body main section.calendrier .contenu table .fc-content-skeleton td {
    padding: 0 10px 10px 10px;
  }
  body main section.calendrier .contenu table .fc-day-top {
    padding: 10px 10px 5px 10px !important;
  }
  body main section.calendrier .contenu table .fc-head-container .ui-widget-header span {
    line-height: 3.7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.calendrier {
    padding: 60px 0;
  }
  body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
    font-size: 21px !important;
  }
  body main section.calendrier .contenu table .fc-day-number {
    font-size: 21px !important;
  }
  body main section.calendrier .contenu table .fc-content-skeleton td {
    padding: 0 10px 10px 10px;
  }
  body main section.calendrier .contenu table .fc-day-top {
    padding: 10px 10px 5px 10px !important;
  }
  body main section.calendrier .contenu table .fc-time {
    font-size: 14px !important;
  }
  body main section.calendrier .contenu table .fc-title {
    font-size: 15px !important;
  }
  body main section.calendrier .contenu table .ui-widget-content {
    height: 170px !important;
  }
  body main section.calendrier .contenu table .fc-head-container .ui-widget-header span {
    line-height: 3.7;
  }
}
@media (max-width: 767.98px) {
  body main section.calendrier {
    padding: 40px 0;
  }
  body main section.calendrier .contenu .fc-header-toolbar {
    margin-bottom: 20px;
  }
  body main section.calendrier .contenu .fc-header-toolbar .fc-center h2 {
    font-size: 19px !important;
  }
  body main section.calendrier .contenu .fc-header-toolbar button {
    margin-top: -10px;
  }
  body main section.calendrier .contenu table .fc-day-number {
    font-size: 19px !important;
  }
  body main section.calendrier .contenu table .fc-content-skeleton td {
    padding: 0 5px 10px 5px;
  }
  body main section.calendrier .contenu table .fc-day-top {
    padding: 10px 5px 5px 5px !important;
  }
  body main section.calendrier .contenu table .fc-time {
    font-size: 14px !important;
  }
  body main section.calendrier .contenu table .fc-title {
    font-size: 15px !important;
  }
  body main section.calendrier .contenu table .ui-widget-content {
    height: 170px !important;
  }
  body main section.calendrier .contenu table .fc-head-container .ui-widget-header span {
    font-size: 13px !important;
    padding-left: 0;
    line-height: 3.7;
  }
  body main section.calendrier .contenu table .fc-head-container .ui-widget-header {
    margin-bottom: 0;
  }
}
