:root {
  --man_color: #4AA1DA;
  --woman_color: #F756FF;
  --bkcolor_1: #19232E;
  --color_1: #FFFFFF;
  --bkcolor_2: #E87F2F;
  --color_2: #FFFFFF;
  --bkcolor_3: #024182;
  --color_3: #FFFFFF;
  --bkcolor_4: #E87F2F;
  --color_4: #FFFFFF;
  --bkcolor_5: #27313C;
  --color_5: #FFFFFF;
  --bkcolor_6: #FFFFFF;
  --color_6: #024182;
  --app_color: #00274F;
  --bkcolor_7: #FFF;
  --color_7: #000;
  --bkcolor_8: #2E3843;
  --bkcolor_9: #165596;
  --bkcolor_10: #FFFFFF;
  --bkcolor_11: #FFFFFF;
  --color_12: #FFFFFF;
  --color_13: #FFFFFF;
  --bkcolor_14: #E87F2F;
  --color_15: #FFFFFF;
  --bkcolor_16: #3574B5;
  --bkcolor_17: #000000;
  --bkcolor_18: #000000;
  --bkcolor_20: #19232E;
  --color_20: #FFFFFF;
  --color_21: #FFFFFF;
  --color_22: #FFFFFF;
  --color_23: #FFFFFF;
  --bkcolor_24: #024182;
  --bkcolor_26: #E87F2F;
  --font_1: Arial;
  --font_1_url: [FONT1_URL];
  --font_2: Arial;
  --font_2_url: [FONT2_URL];
  --font_3: Arial;
  --font_3_url: [FONT3_URL];
  --font_4: Arial;
  --font_4_url: [FONT4_URL];
  --font_5: Arial;
  --font_5_url: [FONT5_URL];
  --font_6: JetSet, Arial;
  --font_6_url: [FONT6_URL];
  --font_7: Arial;
  --font_7_url: [FONT7_URL];
}
@charset "utf-8";
@font-face {
  font-family: "opensans";
  src: url('../../../fonts/opensans.ttf') format('truetype'), url('../../../fonts/opensans.woff') format('woff');
  font-weight: bold;
}
input,
select {
  border-radius: 0px;
  border-radius: 0px !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.body {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .body {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 720px) {
  .body {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 660px) {
  .body {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.container {
  padding: 0px;
}
.planning {
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
}
.planning_center,
.block_title,
.filters_menu {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 1064px;
}
.planning .hours {
  width: 56px;
}
.planning .all_days {
  width: 1004px;
  float: left;
  position: relative;
}
.planning .days {
  width: 140px;
  position: relative;
}
.planning .hours,
.planning .days {
  background-color: #024182;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 14px;
  float: left;
  margin-right: 4px;
}
.planning .days:last-child {
  margin-right: 0px;
}
.planning .hours .title,
.planning .days .title {
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
  color: #FFFFFF;
  white-space: nowrap;
}
.planning .hours ul li,
.planning .days ul.hours_separate li {
  text-align: center;
  height: 42px;
  background-color: #fff;
  color: #000;
}
.planning .hours ul li:nth-last-child(n+2),
.planning .days ul.hours_separate li:nth-last-child(n+2) {
  border-bottom: 1px solid #dfe0e1;
}
.planning .hours ul li div {
  display: table;
  width: 100%;
  height: inherit;
}
.planning .hours ul li div p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 13px;
}
.planning .hours ul li div p span {
  font-size: 11px;
}
.planning .days ul.hours_row {
  position: absolute;
  top: 35px;
  color: #000;
  width: 100%;
  top: 21px;
}
.planning:not(.admin) .days ul.hours_row {
  color: #fff;
}
.planning .days .position {
  position: relative;
}
.planning .hours_row li {
  position: absolute;
}
/* ---------  Planning Arrow  ---------  */
.planning .arrow_left,
.planning .arrow_right {
  position: absolute;
  bottom: 49%;
  opacity: 0.7;
}
.planning .arrow_left:hover,
.planning .arrow_right:hover {
  opacity: 1;
  cursor: pointer;
}
.planning .arrow_left {
  left: 10px;
}
.planning .arrow_right {
  right: 10px;
}
.planning .arrow_left img,
.planning .arrow_right img {
  width: 20px;
}
.all_days_week,
.all_days_week .days_3_4,
.all_days_week .days_5_6,
.all_days_week .days_7_7 {
  display: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .planning_center,
  .block_title,
  .filters_menu {
    width: calc(20%);
    width: calc(100% - 80px);
    /*for less*/
  }
  .planning .all_days {
    width: calc(40%);
    width: calc(100% - 60px);
    /*for less*/
    max-height: 0px;
  }
  .planning .days {
    width: calc(10.2857%);
    width: calc(14.2857% - 4px);
    /*for less*/
  }
  .planning .days:last-child {
    width: 14.2857%;
  }
}
@media (max-width: 767px) {
  .planning_center,
  .block_title,
  .filters_menu {
    width: calc(30%);
    width: calc(100% - 70px);
    /*for less*/
  }
  .planning .all_days {
    width: calc(40%);
    width: calc(100% - 60px);
    /*for less*/
    max-height: 0px;
  }
  .planning .days {
    width: calc(48%);
    width: calc(50% - 2px);
    /*for less*/
  }
  .planning .days:nth-child(even) {
    margin-right: 0px;
  }
  .planning .arrow_left {
    left: 4px;
  }
  .planning .arrow_right {
    right: 4px;
  }
  .hide_day {
    display: none;
  }
  .all_days_week {
    display: block;
  }
  .all_week {
    display: none;
  }
}
@media (max-width: 500px) {
  .planning_center,
  .block_title,
  .filters_menu {
    width: calc(45%);
    width: calc(100% - 55px);
    /*for less*/
  }
}
/* ---------  Planning Info  ---------  */
.planning_info {
  padding-top: 8px;
  padding-left: 6px;
  position: absolute;
  z-index: 20000;
  font-family: "Arial";
  font-size: 12px;
  line-height: 12px;
  top: 0px;
  left: 0px;
  width: 250px;
  display: none;
  margin: 1px;
}
.planning_info .div_info {
  border: 1px solid #555555;
  padding: 5px;
  min-height: 100px;
  position: relative;
}
.planning_info:not(.admin) .div_info {
  min-height: 80px;
}
.planning_info .hours {
  padding-bottom: 5px;
}
.planning_info .kart {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #000;
}
.planning_info .contact {
  font-weight: bold;
}
.planning_info .phone {
  padding-top: 10px;
}
.planning_info .title {
  display: table;
  width: 100%;
  min-height: 50px;
  padding-top: 10px;
}
.planning_info:not(.admin) .title {
  padding-top: 0px;
  margin-top: -4px;
}
.planning_info .title p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.planning_info .notes {
  display: table;
  width: 100%;
  padding-top: 10px;
  min-height: 30px;
}
.planning_info .notes p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* ---------  Block Title  ---------  */
.block_title {
  background-color: #024182;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.block_title h2 {
  background-color: #E87F2F;
  min-height: 38px;
  width: 280px;
  float: left;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.5;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block_title .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 28px 0 0;
  border-color: #E87F2F transparent transparent transparent;
  float: left;
}
@media (max-width: 400px) {
  .block_title h2 {
    float: none;
    height: auto;
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .block_title .triangle {
    display: none;
  }
}
/* ---------  Planning Color  ---------  */
.planning_color_1 {
  /* vert */
  background-color: rgba(0, 202, 27, 0.64);
}
.planning_color_2 {
  /* jaune */
  background-color: rgba(242, 184, 0, 0.78);
}
.planning_color_3 {
  /* orange */
  background-color: rgba(237, 85, 0, 0.8);
}
.planning_color_4 {
  /* rouge */
  background-color: rgba(236, 24, 0, 0.81);
}
.planning_color_5 {
  /*background-color: transparent;*/
  background-color: rgba(0, 0, 0, 0.25);
}
.planning_color_6 {
  background-color: rgba(0, 0, 0, 0.25);
}
li.part {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
li.part p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 13px;
  cursor: default;
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
li.part:hover p.text {
  display: none;
}
li.part p.time {
  font-size: 11px;
  display: none;
  font-family: Open Sans, sans-serif;
}
li.part:not([data-status="5"]):not([data-status="6"]):hover p.time {
  display: block;
  display: -webkit-flex;
  display: flex;
  z-index: 1000;
}
li.part[data-status="5"] p,
li.part[data-status="6"] p {
  display: none;
}
li.part:not([data-status="4"]) p.text {
  display: none;
}
li.part[data-status="1"]:hover,
li.part[data-status="2"]:hover,
li.part[data-status="3"]:hover,
li.part[data-status="4"]:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
li.part[data-status="1"]:hover .time.greater,
li.part[data-status="2"]:hover .time.greater,
li.part[data-status="3"]:hover .time.greater,
li.part[data-status="4"]:hover .time.greater {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 16px;
}
.planing .hours_row li:last-child {
  border-bottom: none;
}
/* ---------  Planning Legend  ---------  */
.planning_legend {
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
  color: #FFFFFF;
}
.planning_legend .center_legend {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.planning_legend .div_legend .square_color {
  background-color: #fff;
  width: 50px;
  height: 12px;
  float: left;
}
.planning_legend .div_legend .square_color div {
  width: inherit;
  height: inherit;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.planning_legend .legend {
  min-width: 90px;
}
.planning_legend .legend.right {
  float: left;
  padding-left: 10px;
}
.planning_legend .legend.left {
  text-align: right;
  /*margin-left: 70px;*/
  padding-right: 10px;
}
@media (max-width: 767px) {
  .planning_legend .legend.left {
    margin-left: 0px;
  }
  .planning_legend .div_legend .square_color {
    width: 40px;
  }
  .planning_legend {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .planning_legend .legend {
    font-size: 12px;
  }
  .planning_legend .legend {
    min-width: 80px;
  }
}
@media (max-width: 500px) {
  .planning_legend .div_legend .square_color {
    width: 20px;
  }
  .planning_legend .legend {
    min-width: 50px;
  }
  .planning_legend .legend.left {
    padding-left: 5px;
    padding-right: 5px;
  }
  .planning_legend {
    width: 98%;
  }
}
.block_title {
  margin-bottom: 4px;
}
.filters_menu {
  margin-bottom: 3px;
}
