
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.bootstrap-datetimepicker-widget {
  width: 250px;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 5px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #9c9c9c;
  border-width: 10px;
  border-top-width: 0;
  top: -10px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #fff;
  border-width: 9px;
  top: -9px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #9c9c9c;
  border-width: 10px;
  border-bottom-width: 0;
  bottom: -10px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #fff;
  border-width: 9px;
  bottom: -9px;
}
.bootstrap-datetimepicker-widget table {
  border-collapse: collapse;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  text-shadow: none;
  background-color: #ee7202;
}
.bootstrap-datetimepicker-widget .table-condensed th,
.bootstrap-datetimepicker-widget .table-condensed td {
  padding: 8px 5px;
}
.bootstrap-datetimepicker-widget .btn {
  padding: 4px 12px;
  height: auto;
  line-height: normal;
  color: #333;
  border: none;
}
.bootstrap-datetimepicker-widget [class*='icon']::before {
  margin-right: 0;
}
.bootstrap-datetimepicker-widget li:last-child table td {
  height: auto;
  margin: 0;
  line-height: normal;
  padding: 10px 5px;
}
.bootstrap-datetimepicker-widget li:last-child span {
  display: inline-block;
  height: auto;
  padding: 5px;
  line-height: normal;
  cursor: pointer;
}
.timepicker-sbs {
  width: auto;
  border: none;
}
.section-infos .form-group label,
#section-date .form-group label {
  display: none;
}
.section-title {
  position: relative;
  padding-bottom: 5px;
  margin: 3rem 0 2.5rem;
  line-height: normal;
  border-bottom: 1px solid #333;
  font-size: 2.4rem;
  font-weight: 600;
}
.section-title > i {
  font-size: 6rem;
}
.photos-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: ;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photos-list > li {
  position: relative;
  padding: 0 10px;
  margin-top: 20px;
}
.photos-list > li > div {
  position: relative;
  overflow: hidden;
}
.photos-list > li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.photos-list > li.photo-add > .type-file,
.photos-list > li#photo-add > .type-file,
.photos-list > li#logo-add  > .type-file {
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 55%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.photos-list > li.photo-add > .type-file > span,
.photos-list > li#photo-add > .type-file > span,
.photos-list > li#logo-add  > .type-file > span {
  position: relative;
  bottom: 10px;
}
.photos-list > .empty-cell {
  margin-top: 0;
}
.photos-list > .empty-cell > div {
  height: 0;
}
.photo-change,
.photo-delete {
  height: 0;
  width: 30px;
  border-bottom: 50px solid rgba(255,255,255,0.8);
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.photo-change > span,
.photo-delete > span {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.photo-change:hover > span,
.photo-delete:hover > span {
  height: auto;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.photo-change {
  left: 0;
  top: 0;
  color: #333;
}
.photo-change > span {
  display: inline-block;
  width: 0;
}
.photo-change::after {
  content: '\e80c';
  line-height: 50px;
  margin-left: 3px;
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.photo-change::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 50px solid transparent;
  border-right: 18px solid rgba(255,255,255,0.8);
  -webkit-transform: skew(-20deg,0);
  -moz-transform: skew(-20deg,0);
  -ms-transform: skew(-20deg,0);
  -o-transform: skew(-20deg,0);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.photo-change:hover > span {
  display: inline;
  width: 100%;
}
.photo-delete {
  right: 0;
  bottom: 0;
  color: #d61126;
}
.photo-delete > span {
  margin-left: 3px;
}
.photo-delete::before {
  content: '\e807';
  margin-right: 5px;
  line-height: 50px;
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.section-contacts .input-group {
  position: relative;
}
.section-contacts .input-group::before,
.section-contacts .input-group::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.section-contacts .key-premium::after {
  content: '\e817';
  right: 10px;
  padding: 0 3px;
  font-size: 2.2rem;
  color: #ffba00;
  background-color: #fff;
}
.section-contacts .contact-tel .input-group::before {
  content: '\e808';
}
.section-contacts .contact-fax::before {
  content: '\f1ac';
}
.section-contacts #contacts-email .input-group::before {
  content: '\e803';
}
.section-contacts #contacts-website .input-group::before {
  content: '\f108';
}
.section-contacts #contacts-facebook .input-group::before {
  content: '\f308';
  color: #1b54b3;
}
.section-contacts #contacts-instagram .input-group::before {
  content: '\f16d';
  color: #7a3a01;
}
.section-contacts #contacts-twitter .input-group::before {
  content: '\f099';
  color: #01ccff;
}
.section-contacts #contacts-whatsapp .input-group::before {
  content: '\f232';
  color: #41a62a;
}
.section-contacts #contacts-reservation .input-group::before {
  content: '\e804';
}
.element-generic {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.icon-key {
  padding: 0 3px;
  font-size: 2.2rem;
  color: #ffba00;
  background-color: #fff;
}
.navbar-fixed .element-generic {
  padding-top: 40px;
}
.etablissement-menu {
  background-color: #333;
  color: #fff;
}
.etablissement-menu .etab-menu > li {
  display: block;
  border-bottom: 1px solid #fff;
}
.etablissement-menu .etab-menu > li:first-child {
  border-top: 1px solid #fff;
}
.etablissement-menu .etab-menu > li > .link-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  background-color: #333;
}
.etablissement-menu .etab-menu > li > .link-menu div {
  padding: 4px 10px;
}
.etablissement-menu .etab-menu > li > .link-menu div + div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.etablissement-menu .etab-menu > li > .link-menu .picto-menu {
  width: 110px;
  border-right: 2px solid #ee7202;
  font-size: 3.2rem;
  text-align: center;
}
.etablissement-menu .etab-menu > li > .link-menu:hover,
.etablissement-menu .etab-menu > li > .link-menu.btn-opened,
.etablissement-menu .etab-menu > li > .link-menu.current {
  color: #ee7202;
  background-color: #f0f0f0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.etablissement-menu .etab-menu > li > .link-menu.btn-toggle::after {
  content: '\f107';
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.etablissement-menu .etab-menu > li > .link-menu.btn-opened {
  border-bottom: 1px solid #fff;
}
.etablissement-menu .etab-menu > li > .link-menu.btn-opened::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.etablissement-menu .etab-menu > .link-premium > a {
  color: #ffba00;
}
.etablissement-menu .etab-menu > .link-premium > a:hover {
  color: #fff;
  background-color: #ffba00;
}
.etablissement-menu .toggle-element {
  padding-left: 108px;
  background-color: #f0f0f0;
}
.etablissement-menu .toggle-element ul {
  padding: 15px 0;
  border-left: 2px solid #ee7202;
}
.etablissement-menu .toggle-element ul > li > a {
  display: block;
  padding: 4px 15px;
  color: #333;
}
.etablissement-menu .toggle-element ul > li > a:hover,
.etablissement-menu .toggle-element ul > li > a.current {
  color: #ee7202;
}
.etablissement-menu .etab-recap {
  padding: 15px;
}
.etablissement-menu .etab-recap .statut-premium {
  color: #ffba00;
}
.etablissement-menu .etab-recap p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .row-wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
  }
  .element-generic {
    min-height: 780px;
  }
  .btn-validation .btn {
    min-width: 180px;
  }
  .input-picto > i,
  .tel-new > i,
  .input-picto > .form-group > i {
    display: inline-block;
    min-width: 40px;
  }
  .etablissement-menu {
    width: 400px;
    margin-left: -15px;
  }
  .etablissement-menu .etab-nav {
    width: 400px;
    background-color: #333;
  }
}
@media screen and (min-width: 992px) {
  .element-generic:not(.menu-hidden) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .etab-content > .container {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .etab-menu-mobile {
    position: relative;
  }
  .etab-menu-mobile > .btn-menu-etab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 1.6rem;
    color: #fff;
    background: #333;
  }
  .etab-menu-mobile > .btn-menu-etab > i {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .etab-menu-mobile .etab-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .etab-menu-mobile .etablissement-menu {
    width: 100%;
    height: 100vh;
  }
  .etab-menu-mobile .etablissement-menu .etab-menu {
    margin-top: -1px;
    width: 100%;
  }
  .etab-menu-mobile .etablissement-menu.toggle-element.animated {
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .element-generic {
    width: 100%;
  }
  #section-categories select,
  #section-prix select {
    width: 300px;
  }
  .btn-validation .btn + .btn {
    margin-left: 30px;
  }
  .wrapp-flex {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
  }
  .section-contacts div > label {
    display: none;
  }
  .section-contacts .input-group {
    padding-left: 40px;
  }
  .section-contacts .input-group::before {
    left: 0;
  }
  .section-contacts .row-flex {
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
  }
  .section-contacts .row-flex .input-group {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 40px;
  }
  .section-contacts .row-flex .btn-verif {
    min-width: 240px;
  }
  .section-actus .input-group::before {
    left: 0;
  }
  .section-actus .row-flex {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-actus .row-flex .input-group {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 40px 0 5px;
  }
  .section-actus .row-flex .btn-verif {
    min-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .etab-menu-mobile .etablissement-menu {
    position: absolute;
    z-index: 2000;
    top: 45px;
    left: 0;
  }
  .etab-menu-mobile .etablissement-menu .etab-menu > li > .link-menu:hover {
    background: #333;
    color: #fff;
  }
  .etab-menu-mobile .etablissement-menu .etab-menu > li > .link-menu.btn-opened {
    background: #f0f0f0;
    color: #ee7202;
  }
  .etab-menu-mobile .toggle-single.animated {
    max-height: 100vh;
  }
  .etablissement-menu .etab-recap {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-validation .btn {
    display: block;
    margin: 0 auto;
  }
  .btn-validation .btn + .btn {
    margin-top: 15px;
  }
  .section-title {
    font-size: 2.4rem;
  }
  .section-contacts .input-group::before {
    left: 10px;
  }
  .section-contacts .input-group .form-control {
    padding-left: 40px;
  }
  .etablissement-menu .picto-menu {
    display: none;
  }
  .etablissement-menu .link-menu {
    padding: 10px 0;
  }
  .etablissement-menu .toggle-element {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .menu-desktop,
  #etab-menu {
    display: none;
  }
  #toggle-burger.animated #etab-menu {
    display: block;
  }
  .menu-navigation {
    min-height: 64px;
  }
  .menu-desktop {
    flex-direction: column;
    color: #FFFFFF;
  }
  .menu-desktop > .menu-logged {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
  }
  .menu-desktop a {
    color: #FFFFFF;
  }
}
@media (min-width: 992px) {
  .menu-burger {
    display: none;
  }
}
.sub-title {
  font-size: 2.2rem;
  text-align: center;
  color: #ee7202;
}
#panier {
  position: relative;
  margin: 45px 0 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
#panier .home {
  margin: 45px 0 -70px;
}
#panier .panier-wrapp {
  position: absolute;
  right: 0;
  bottom: 5px;
}
#panier #panier-element {
  display: inline-block;
  position: relative;
  left: 8px;
  top: 8px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  background-color: #ee7202;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
#panier .pf-caddie {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#panier.home {
  margin: 45px 0 -70px !important;
  border: 0;
}
@media screen and (max-width: 768px) {
  #panier.home {
    margin: 45px 0 -60px;
  }
}
.anim-cart label {
  animation: effect-size-text 1s forwards;
}
.bounce {
  animation: bounce 0.8s forwards;
}
.booster .booster-visuel {
  height: 120px;
  background: url(/images/produit/sprite-booster.jpg) no-repeat;
}
#produit-web .booster-visuel {
  background-position: 0 -120px;
}
#booster-papier .booster-visuel {
  background-position: 0 -240px;
}
.booster-commande #panier .panier-wrapp {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.booster-commande .booster {
  margin-top: 40px;
}
.booster-commande .booster-visuel {
  width: 300px;
}
.booster-commande .icon-trash-empty {
  color: #d61126;
  font-size: 2.5rem;
  cursor: pointer;
}
.booster-commande .text-green {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .booster-commande .row-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .booster-commande .booster-content {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .booster-commande .booster {
    padding-top: 40px;
    border-top: 1px solid #a4a4a4;
    text-align: center;
  }
  .booster-commande .booster:first-child {
    padding-top: 0;
    border-top: none;
  }
  .booster-commande .booster-visuel {
    margin: 0 auto 25px;
  }
  .booster-commande .booster-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
  .booster-commande .booster-visuel {
    width: 100%;
  }
}
