/* LESS Document */
/*************************/
/* Imports */
/*************************/
/*@import url(https://fonts.googleapis.com/css?family=Fjalla+One);*/
@import "/midibouffe/include/css/google-font.css";
@import "/midibouffe/include/css/ajaxStyle.css";
@import "/midibouffe/include/css/bootstrap.css";
@import "/midibouffe/include/css/font-awesome.min.css";
/*************************/
/* Variables */
/*************************/
/*************************/
/* classes universelles */
/*************************/
/******* TEST **********/
/******* Master **********/
body,
html {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1em;
  background-color: #f7f5e2;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
a {
  cursor: pointer;
}
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
.link {
  color: #e02222;
  text-decoration: underline;
}
.link:hover {
  color: #b61919;
}
.other-font-family {
  font-family: Arial, sans-serif;
}
input[type=text],
textarea,
select {
  font-family: Arial, sans-serif;
}
.color-text {
  color: #48443e !important;
}
.layout-table {
  display: table;
}
.layout-table > .layout-row {
  display: table-row;
}
.layout-table > .layout-row > .layout-col {
  display: table-cell;
}
[data-type^=Breuvage] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100vw;
  z-index: 100;
}
header .line-menu {
  background-color: #e02222;
  text-align: right;
}
header .line-menu > .layout-table {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 3;
}
header .line-menu > .layout-table .layout-col {
  vertical-align: middle;
}
header .line-menu > .layout-table .layout-col .btn {
  border: solid #fff 2px;
  padding: 5px 15px 5px 15px;
  text-transform: none;
}
header .line-menu > .layout-table .layout-col {
  padding-left: 10px;
  padding-right: 10px;
}
header .line-menu > .layout-table div.layout-col {
  height: 54px;
}
header .line-menu > .layout-table a.layout-col {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  white-space: nowrap;
}
header .line-menu > .layout-table .login.layout-col {
  vertical-align: middle;
}
header .line-menu > .layout-table .login.layout-col a,
header .line-menu > .layout-table .login.layout-col input {
  display: inline-block;
}
header .line-menu > .layout-table .login.layout-col .form-control {
  width: auto;
  font-family: Arial, sans-serif;
  margin-right: 4px;
}
header .line-menu > .layout-table .login.layout-col .forgot-password {
  text-decoration: underline;
  color: #fff;
}
header .line-menu > .layout-table .login.layout-col .forgot-password:hover {
  text-decoration: none;
}
header .line-menu > .layout-table .login.layout-col .double-link {
  font-family: Arial, sans-serif;
  color: #fff;
  margin-left: 4px;
  font-size: 0.75em;
  line-height: 0.75em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
header .line-menu > .layout-table .date {
  font-family: Arial, sans-serif;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: capitalize;
}
header .line-menu > .layout-table .credits img {
  margin-right: 5px;
  height: 30px;
}
header .line-menu > .layout-table .credits span {
  margin-left: 10px;
}
header .line-menu > .layout-table .basket .fa {
  margin-right: 10px;
  font-size: 1.2em;
}
header .line-menu > .layout-table .disconnect {
  font-size: 1em !important;
}
header .line-menu > .layout-table .bt-menu-mobile {
  display: none;
  width: 54px;
  text-align: center;
}
header .line-menu > .layout-table .bt-login-small {
  display: none;
}
@media (max-width: 960px) {
  header .line-menu > .layout-table .login.layout-col {
    display: none;
  }
  header .line-menu > .layout-table .basket,
  header .line-menu > .layout-table .credits,
  header .line-menu > .layout-table .disconnect {
    display: none;
  }
  header .line-menu > .layout-table .bt-login-small {
    display: block;
  }
}
@media (max-width: 920px) {
  header .line-menu > .layout-table .date {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .line-menu > .layout-table .teacher-login,
  header .line-menu > .layout-table .create-account {
    display: none;
  }
  header .line-menu > .layout-table .basket {
    font-size: 1em !important;
  }
  header .line-menu > .layout-table .credits {
    font-size: 1em !important;
  }
  header .line-menu > .layout-table .credits img {
    width: 30px;
  }
  header .line-menu > .layout-table .bt-menu-mobile {
    display: table-cell;
  }
}
header .main-menu {
  background-color: transparent;
  border-bottom: solid 7px transparent;
}
header .main-menu > .layout-table {
  padding-left: 15px;
  padding-right: 25px;
  width: 100%;
}
header .main-menu > .layout-table .layout-col {
  vertical-align: middle;
}
header .main-menu > .layout-table .layout-col.logo-header .logo-web {
  display: inline-block;
  position: relative;
}
header .main-menu > .layout-table .layout-col.logo-header .logo-web img {
  height: 150px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .main-menu > .layout-table .layout-col.logo-header .logo-web .facebook {
  font-size: 1.5em;
  position: absolute;
  left: 150px;
  bottom: 5px;
  background-color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1em;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .main-menu > .layout-table .layout-col.logo-header .logo-mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .main-menu > .layout-table .layout-col.logo-header .logo-web img {
    height: 120px;
    margin-top: -50px !important;
  }
  header .main-menu > .layout-table .layout-col.logo-header .logo-web .facebook {
    display: none;
  }
}
@media (max-width: 960px) {
  header .main-menu > .layout-table .layout-col.logo-header .logo-web {
    display: none;
  }
  header .main-menu > .layout-table .layout-col.logo-header .logo-mobile {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .main-menu > .layout-table .layout-col.logo-header .logo-mobile img {
    margin-top: -75px;
    width: 150px;
  }
}
header .main-menu > .layout-table .layout-col.menu {
  text-align: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*.menu-mobile{
                        display:none;
                    }*/
}
header .main-menu > .layout-table .layout-col.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header .main-menu > .layout-table .layout-col.menu ul li {
  display: inline-block;
}
header .main-menu > .layout-table .layout-col.menu ul li a {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #48443e;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
header .main-menu > .layout-table .layout-col.menu ul li a:hover {
  color: #e8491b;
  text-decoration: none;
}
header .main-menu > .layout-table .layout-col.menu ul li + li {
  margin-left: 40px;
}
@media (max-width: 1640px) {
  header .main-menu > .layout-table .layout-col.menu .member-menu {
    font-size: 0.8em;
  }
}
@media (max-width: 1420px) {
  header .main-menu > .layout-table .layout-col.menu .member-menu {
    font-size: 0.6em;
  }
  header .main-menu > .layout-table .layout-col.menu .member-menu li + li {
    margin-left: 20px;
  }
}
header .main-menu.transition-all {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .main-menu.transition-background-color {
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
header .main-menu.scrolled {
  background: rgba(247, 245, 226, 0.75);
}
@media (min-width: 1200px) {
  header .main-menu.scrolled .logo-header img {
    height: 120px !important;
    margin-top: -50px !important;
  }
  header .main-menu.scrolled .logo-header .facebook {
    bottom: 0px !important;
    left: 125px !important;
  }
}
header .main-menu.scrolled .menu {
  font-size: 75%;
}
header .main-menu.border {
  border-bottom: solid rgba(0, 0, 0, 0.1) 3px;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  header {
    /*.menu-mobile{
            display:inline-block;
        }*/
  }
  header .main-menu {
    background-color: transparent !important;
    border-bottom: solid 0px transparent !important;
  }
  header .main-menu ul {
    display: none;
  }
}
/* r�gl� bug ios 11*/
.modal-open {
  position: fixed;
}
.modal-mobile-menu {
  /* r�gl� bug ios 11*/
}
.modal-mobile-menu input {
  font-size: 16px !important;
}
.modal-mobile-menu .modal-body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.modal-mobile-menu .modal-body ul li a {
  display: block;
  font-size: 1.2em;
}
.modal-mobile-menu .modal-body ul li + li {
  margin-top: 10px;
}
.modal-mobile-menu .modal-body .login {
  display: none;
  padding: 10px;
  background-color: #e02222;
  color: #fff;
}
.modal-mobile-menu .modal-body .login a,
.modal-mobile-menu .modal-body .login input {
  margin-top: 10px;
}
.modal-mobile-menu .modal-body .login input {
  font-family: Arial, sans-serif;
}
.modal-mobile-menu .modal-body .login .forgot-password {
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  float: right;
  color: #fff;
}
.modal-mobile-menu .modal-body .mobile {
  display: none;
}
@media (max-width: 960px) {
  .modal-mobile-menu .modal-body ul a {
    font-size: 1em !important;
  }
  .modal-mobile-menu .modal-body .login {
    display: block;
  }
  .modal-mobile-menu .modal-body .mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .modal-mobile-menu .modal-body ul.menu-public {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .modal-mobile-menu .modal-body .login {
    display: block;
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .modal-mobile-menu .modal-body .login .forgot-password {
    float: none;
    display: block;
  }
}
.modal-mobile-menu .modal-body:after {
  display: block;
  clear: both;
  content: "";
}
.custom-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-modal > .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 3px 3px 15px 0px #000000;
  -o-box-shadow: 3px 3px 15px 0px #000000;
  box-shadow: 3px 3px 15px 0px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=135, Strength=15);
}
.custom-modal > .container.full {
  position: relative;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.custom-modal > .container h3 {
  margin-top: 0px;
}
.spacer-menu {
  background-color: #f7f5e2;
}
main {
  background-color: #f7f5e2;
  color: #48443e;
}
main:after {
  content: "";
  display: block;
  clear: both;
}
footer {
  background-color: #48443e;
  color: #fff;
}
footer > [class^="container"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #b4aa9c;
  text-decoration: none;
}
footer .layout-table .layout-col {
  vertical-align: bottom;
}
footer .social {
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
}
footer .menus {
  margin-bottom: 10px;
}
footer .menus .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .menus .menu li {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.875em;
}
footer .menus .menu li:last-child {
  margin-right: 0px;
}
footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .contact {
  font-size: 0.75em;
}
footer .contact ul {
  font-family: Arial, sans-serif;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .contact ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .contact ul li:last-child {
  margin-right: 0px;
}
footer .copyright {
  text-align: right;
  font-family: Arial, sans-serif;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
footer .copyright p {
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
.section-title {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  text-align: center;
}
h1,
.h1 {
  font-size: 2em;
  color: #48443e;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 1.8em;
  color: #3ea723;
  text-transform: uppercase;
  border-bottom: solid rgba(0, 0, 0, 0.1) 7px;
  display: inline-block;
}
.bt-facebook {
  background-color: #234999;
  text-decoration: none;
  color: #fff;
}
.bt-facebook:hover {
  background-color: #1a356f;
  text-decoration: none;
  color: #fff;
}
.bt-color1 {
  background-color: #e02222;
  text-decoration: none;
  color: #fff;
}
.bt-color1:hover {
  background-color: #b61919;
  text-decoration: none;
  color: #fff;
}
.bt-color2 {
  background-color: #e8491b;
  text-decoration: none;
  color: #fff;
}
.bt-color2:hover {
  background-color: #bd3913;
  text-decoration: none;
  color: #fff;
}
.bt-color3 {
  background-color: #f28f24;
  text-decoration: none;
  color: #fff;
}
.bt-color3:hover {
  background-color: #d6750d;
  text-decoration: none;
  color: #fff;
}
.bt-color4 {
  background-color: #f6c23f;
  text-decoration: none;
  color: #fff;
}
.bt-color4:hover {
  background-color: #f4b30e;
  text-decoration: none;
  color: #fff;
}
.bt-color5 {
  background-color: #dbd424;
  text-decoration: none;
  color: #fff;
}
.bt-color5:hover {
  background-color: #afaa1d;
  text-decoration: none;
  color: #fff;
}
.bt-color6 {
  background-color: #3ea723;
  text-decoration: none;
  color: #fff;
}
.bt-color6:hover {
  background-color: #2e7d1a;
  text-decoration: none;
  color: #fff;
}
.bt-color7 {
  background-color: #1bbcd0;
  text-decoration: none;
  color: #fff;
}
.bt-color7:hover {
  background-color: #1593a3;
  text-decoration: none;
  color: #fff;
}
@-webkit-keyframes bt-flash {
  0% {
    background-color: white;
  }
  50% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
.bt-flash {
  -webkit-animation-name: bt-flash;
  animation-name: bt-flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bg-color1 {
  background-color: #e02222;
}
.bg-color6 {
  background-color: #3ea723;
}
.bg-color6-50 {
  background-color: rgba(62, 167, 35, 0.5);
}
hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-bottom: solid rgba(0, 0, 0, 0.1) 7px;
}
.warning {
  background-color: #fff;
  border: dashed 2px #e02222;
  color: #e02222;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.important {
  background-color: #fff;
  border: dashed 2px #e02222;
  color: #e02222;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
.notice-rupture-stock {
  border: solid red 1px;
  background-color: red;
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  font-size: 0.75em;
}
.bambora-field {
  text-align: center;
  width: 100%;
  padding: 3px 6px;
  height: 28px;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/******* Pages ***********/
.carousel-index .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-index .carousel1 {
  background-image: url(/midibouffe/images/carousel-index/carousel1.jpg);
  background-position: left;
}
.carousel-index .carousel1 .carousel-caption .text {
  background: rgba(232, 73, 27, 0.75);
}
.carousel-index .carousel2 {
  background-image: url(/midibouffe/images/carousel-index/carousel2.jpg);
}
.carousel-index .carousel2 .carousel-caption .text {
  background: rgba(246, 194, 63, 0.75);
}
.carousel-index .carousel3 {
  background-image: url(/midibouffe/images/carousel-index/carousel3.jpg);
}
.carousel-index .carousel3 .carousel-caption .text {
  background: rgba(62, 167, 35, 0.75);
}
.carousel-index .carousel4 {
  background-image: url(/midibouffe/images/carousel-index/carousel4.jpg);
}
.carousel-index .carousel4 .carousel-caption .text {
  background: rgba(27, 188, 208, 0.75);
}
.carousel-index .carousel-indicators {
  margin-bottom: 0px;
}
.carousel-index .carousel-indicators li {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  border-color: #e8491b;
}
.carousel-index .carousel-indicators li.active {
  background-color: #e8491b;
}
.carousel-index .carousel-indicators li:hover {
  border-color: #bd3913;
}
.carousel-index .carousel-indicators li:hover.active {
  background-color: #bd3913;
}
.carousel-index .carousel-control {
  background: none;
  width: auto;
  top: auto;
  bottom: 20px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-index .carousel-control .fa {
  margin: 0px;
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 36px;
  color: #e8491b;
}
.carousel-index .carousel-control .fa:hover {
  color: #bd3913;
}
.carousel-index .carousel-control.left {
  left: 20px;
}
.carousel-index .carousel-control.right {
  right: 20px;
}
.carousel-index .carousel-caption {
  text-shadow: none;
}
.carousel-index .carousel-caption .text {
  display: inline-block;
  padding: 30px;
  text-transform: uppercase;
}
@media (max-width: 1800px) {
  .carousel-index .carousel-caption .text {
    font-size: 0.8em;
  }
}
@media (max-width: 1400px) {
  .carousel-index .carousel-caption .text {
    font-size: 0.6em;
  }
}
.carousel-index .carousel-caption .text .title {
  font-size: 2.5em;
  line-height: 1em;
}
.carousel-index .carousel-caption .text .subtitle {
  font-size: 1.2em;
  line-height: 1em;
}
.carousel-index .carousel-caption .quick-button {
  margin-top: 10px;
}
.carousel-index .carousel-caption .quick-button a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  width: 100px;
  display: inline-block;
  font-size: 0.75em;
}
.carousel-index .carousel-caption .quick-button a .logo {
  height: 40px;
  margin-bottom: 4px;
  font-size: 3em;
  line-height: 1em;
}
.carousel-index .carousel-caption .quick-button a + a {
  margin-left: 6px;
}
@media (max-width: 600px) {
  .carousel-index .carousel-caption .text {
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .carousel-index .carousel-caption .quick-button a {
    width: auto;
    display: block;
  }
  .carousel-index .carousel-caption .quick-button a br {
    display: none;
  }
  .carousel-index .carousel-caption .quick-button a .logo {
    display: none;
  }
  .carousel-index .carousel-caption .quick-button a + a {
    margin-left: 0px;
    margin-top: 6px;
  }
}
@media (max-width: 350px) {
  .carousel-index .carousel-caption .quick-button a {
    display: none;
  }
}
.title-index {
  font-size: 1.75em;
  color: #f28f24;
  text-transform: uppercase;
  text-align: center;
}
.content-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.title-page {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.title-page h1,
.title-page .h1 {
  margin: 0px;
}
.title-page h2,
.title-page .h2 {
  margin: 0px;
  border-bottom: 0px;
}
.title-block {
  text-align: center;
}
.title-block h2,
.title-block .h2 {
  color: #48443e;
}
.calendar-panel {
  background-color: #f6c23f;
  border: solid #f6c23f 2px;
  margin-top: 25px;
}
.calendar-panel .menu {
  border: solid #f6c23f 2px;
}
.calendar-panel .menu select {
  background-color: #f9d988;
  border: 0px;
  padding: 5px;
  font-size: 0.8em;
  color: #7d5b06;
  margin-top: 2px;
}
.calendar-panel .menu .bt-mobile {
  display: none;
  padding: 4px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 4px;
  background-color: #dea20a;
}
.calendar-panel .menu .bt-mobile:hover {
  background-color: #ad7e08;
}
.calendar-panel .menu .bts {
  float: right;
  margin-top: -4px;
  margin-right: -4px;
}
.calendar-panel .menu .bts a {
  height: 38px;
  line-height: 32px;
  display: inline-block;
  padding: 4px;
  color: #fff;
  text-decoration: none;
  float: left;
}
.calendar-panel .menu .bts a:not(.order) {
  background-color: #dea20a;
}
.calendar-panel .menu .bts a:not(.order):hover {
  background-color: #ad7e08;
}
.calendar-panel .menu .bts a.pdf {
  font-size: 0.875em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel .menu .bts a.print {
  font-size: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel .menu .bts a.order {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.calendar-panel .menu .bts a + a {
  margin-left: 2px;
}
.calendar-panel .menu:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel .time-selection {
  background-color: #f9d988;
  border: solid #f6c23f 2px;
  text-align: center;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
  position: relative;
}
.calendar-panel .time-selection > div {
  font-size: 1.5em;
}
.calendar-panel .time-selection > a {
  color: #7d5b06;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel .time-selection > a:hover {
  color: #e02222;
}
.calendar-panel .time-selection > a.prev {
  left: 0px;
}
.calendar-panel .time-selection > a.next {
  right: 0px;
}
.calendar-panel .time-selection .uc {
  display: block;
}
.calendar-panel .time-selection .uc td {
  background-color: transparent !important;
}
.calendar-panel .time-selection .uc > tbody {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr {
  display: none;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr {
  display: block;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td {
  display: inline-block;
  width: auto !important;
  text-align: center !important;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
  font-size: 1.5em;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
  left: 0px;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
  right: 0px;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
  color: #7d5b06 !important;
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a:hover {
  color: #e02222 !important;
}
@media (max-width: 991px) {
  .calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
    font-size: 1.2em;
  }
  .calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
    left: 0px;
  }
  .calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
    right: auto;
    left: 30px;
  }
  .calendar-panel .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2em;
  }
}
.calendar-panel .calendar {
  border-bottom: solid #f6c23f 2px;
  border-right: solid #f6c23f 2px;
}
.calendar-panel .calendar .jour {
  float: left;
  width: 20%;
  min-height: 300px;
  position: relative;
  border: solid #f6c23f 2px;
  background-color: #fff;
  /* type de jour */
  /* /type de jour */
}
.calendar-panel .calendar .jour .noservice {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #f2f2f2;
  color: #b9b9b9;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/midibouffe/images/calendrier_jour_sansmidibouffe_icon.jpg);
}
.calendar-panel .calendar .jour .contenu {
  padding: 10px;
  min-height: 275px;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.calendar-panel .calendar .jour .contenu .date {
  font-size: 1.4em;
  width: 100%;
  text-transform: uppercase;
}
.calendar-panel .calendar .jour .contenu .repas {
  font-size: 1em;
}
.calendar-panel .calendar .jour .contenu .repas > div {
  margin-top: 10px;
}
.calendar-panel .calendar .jour .contenu .repas > div:first-of-type {
  margin-top: 0px;
}
.calendar-panel .calendar .jour .contenu .repas .nom {
  height: 18px;
}
.calendar-panel .calendar .jour .contenu .repas .nom .checkbox-choice {
  display: inline-block;
  width: 30px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
}
.calendar-panel .calendar .jour .contenu .repas .nom .checkbox-choice input {
  margin-top: -2px;
  display: none;
}
.calendar-panel .calendar .jour .contenu .repas .nom .text {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.calendar-panel .calendar .jour .contenu .repas .nom .description {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  float: right;
  text-align: center;
}
.calendar-panel .calendar .jour .contenu .repas .nom .description a {
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.calendar-panel .calendar .jour .contenu .repas .nom .description a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel .calendar .jour .contenu .repas .nom:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel .calendar .jour .contenu .repas .meal {
  width: 100%;
  margin-top: 4px;
  font-family: Arial, sans-serif;
}
.calendar-panel .calendar .jour .contenu .repas .meal .text {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.2em;
}
.calendar-panel .calendar .jour .contenu .repas .meal .price {
  font-size: 0.875em;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 10px;
  display: none;
}
.calendar-panel .calendar .jour .contenu .repas .ENTRY .nom {
  background-color: #f28f24;
}
.calendar-panel .calendar .jour .contenu .repas .ENTRY .nom .text {
  color: #f28f24;
}
.calendar-panel .calendar .jour .contenu .repas .ENTRY .selection_format {
  background-color: #f8c084;
}
.calendar-panel .calendar .jour .contenu .repas .HOT .nom {
  background-color: #e8491b;
}
.calendar-panel .calendar .jour .contenu .repas .HOT .nom .text {
  color: #e8491b;
}
.calendar-panel .calendar .jour .contenu .repas .HOT .selection_format {
  background-color: #f19378;
}
.calendar-panel .calendar .jour .contenu .repas .COLD .nom {
  background-color: #1bbcd0;
}
.calendar-panel .calendar .jour .contenu .repas .COLD .nom .text {
  color: #1bbcd0;
}
.calendar-panel .calendar .jour .contenu .repas .COLD .selection_format {
  background-color: #66dceb;
}
.calendar-panel .calendar .jour .contenu .repas .DRINK .nom {
  background-color: #22cc8a;
}
.calendar-panel .calendar .jour .contenu .repas .DRINK .nom .text {
  color: #22cc8a;
}
.calendar-panel .calendar .jour .contenu .repas .DRINK .selection_format {
  background-color: #6de7b8;
}
.calendar-panel .calendar .jour .contenu .repas .DESERT .nom {
  background-color: #f56ce6;
}
.calendar-panel .calendar .jour .contenu .repas .DESERT .nom .text {
  color: #f56ce6;
}
.calendar-panel .calendar .jour .contenu .repas .DESERT .selection_format {
  background-color: #fbccf6;
}
.calendar-panel .calendar .jour .contenu .repas .VEGETARIAN .nom {
  background-color: #3ea723;
}
.calendar-panel .calendar .jour .contenu .repas .VEGETARIAN .nom .text {
  color: #3ea723;
}
.calendar-panel .calendar .jour .contenu .repas .VEGETARIAN .selection_format {
  background-color: #70db55;
}
.calendar-panel .calendar .jour .contenu .repas .aucun {
  display: none;
}
.calendar-panel .calendar .jour .contenu .repas .aucun .nom {
  background-color: #48443e;
}
.calendar-panel .calendar .jour .contenu .repas .aucun .nom .text {
  color: #48443e;
}
.calendar-panel .calendar .jour .contenu .repas .choix_enfant {
  padding: 5px;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid rgba(0, 0, 0, 0.3) 1px;
}
.calendar-panel .calendar .jour .contenu .repas .choix_enfant .gformat {
  font-size: 0.75em;
}
.calendar-panel .calendar .jour .contenu .repas .selection_format {
  display: none;
  font-size: 0.75em;
  padding-left: 5px;
  padding-right: 5px;
}
.calendar-panel .calendar .jour .contenu .repas .selection_format div {
  display: inline-block;
}
.calendar-panel .calendar .jour .contenu .repas .selection_format div label {
  font-weight: normal;
}
.calendar-panel .calendar .jour:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel .calendar .jour .notice_mixe {
  display: none;
}
.calendar-panel .calendar .jour .notice_mixe > div {
  padding: 10px;
  font-size: 0.875em;
  background-color: rgba(242, 242, 242, 0.8);
  border-top: solid rgba(217, 217, 217, 0.8) 1px;
  border-bottom: solid rgba(217, 217, 217, 0.8) 1px;
}
.calendar-panel .calendar .jour .notice_mixe > div b {
  text-transform: uppercase;
}
.calendar-panel .calendar .jour .contenu_bottom .bt_annuler {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel .calendar .jour .contenu_bottom .bt_annuler div + div {
  margin-top: 4px;
}
.calendar-panel .calendar .jour .contenu_bottom .bt_annuler .for_index {
  display: block;
}
.calendar-panel .calendar .jour .contenu_bottom .bt_annuler .for_order {
  display: none;
}
.calendar-panel .calendar .jour.aveccommande {
  background-color: #cdffc0;
}
.calendar-panel .calendar .jour.aveccommande .nom .text {
  background-color: #cdffc0;
}
.calendar-panel .calendar .jour.sanscommande {
  background-color: #fff;
}
.calendar-panel .calendar .jour.sanscommande .nom .text {
  background-color: #fff;
}
.calendar-panel .calendar .jour.sansmidibouffe .noservice {
  display: block;
}
.calendar-panel .calendar .jour.sansmidibouffe .repas,
.calendar-panel .calendar .jour.sansmidibouffe .contenu_bottom {
  display: none;
}
.calendar-panel .calendar .jour.horsmois {
  opacity: 0.5;
}
.calendar-panel .calendar .jour.horsmois .repas,
.calendar-panel .calendar .jour.horsmois .contenu_bottom,
.calendar-panel .calendar .jour.horsmois .notice_mixe {
  display: none;
}
.calendar-panel .calendar .jour.locker .lock_block {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background-color: rgba(246, 194, 63, 0.5);
}
.calendar-panel .calendar .jour.locker .contenu_bottom {
  display: none;
}
.calendar-panel .calendar .jour.locker.sansmidibouffe .noservice:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(246, 194, 63, 0.5);
}
.calendar-panel .calendar .jour.mixe .notice_mixe {
  display: block;
}
.calendar-panel .legend {
  border: solid #f6c23f 2px;
  text-align: right;
}
.calendar-panel .legend ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.calendar-panel .legend ul li {
  display: inline-block;
  font-size: 0.75em;
}
.calendar-panel .legend ul li + li {
  margin-left: 10px;
}
.calendar-panel .legend ul li span {
  border: solid #fff 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: -3px;
  position: relative;
}
.calendar-panel .legend ul li.sanscommande span {
  background-color: #fff;
}
.calendar-panel .legend ul li.aveccommande span {
  background-color: #a5ff8d;
}
.calendar-panel .legend ul li.sansmidibouffe span {
  background-color: #bebebe;
}
.calendar-panel .legend ul li.repascommande span {
  background-color: #a5ff8d;
}
.calendar-panel .legend ul li.repascommande span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .calendar-panel .menu .bt-mobile {
    display: inline-block;
  }
  .calendar-panel .menu .bts {
    float: none;
    margin-top: 4px;
    margin-right: 0px;
    clear: both;
  }
  .calendar-panel .menu .bts a {
    height: auto;
    line-height: 32px;
    display: none;
    padding: 4px;
    float: none;
  }
  .calendar-panel .menu .bts a.order {
    display: block !important;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-panel .menu .bts a + a {
    margin-left: 0px;
  }
  .calendar-panel .time-selection {
    text-align: left;
    padding-left: 60px;
  }
  .calendar-panel .time-selection div {
    font-size: 1.2em;
  }
  .calendar-panel .time-selection a {
    font-size: 1.2em;
    padding-right: 5px;
    padding-left: 5px;
  }
  .calendar-panel .time-selection a.prev {
    left: 0px;
  }
  .calendar-panel .time-selection a.next {
    right: auto;
    left: 30px;
  }
  .calendar-panel .calendar .jour {
    float: none;
    width: 100%;
    border: solid #f6c23f 2px;
  }
  .calendar-panel .calendar .jour:nth-of-type(5n+1) {
    margin-top: 30px;
  }
  .calendar-panel .calendar .jour:first-of-type {
    margin-top: 0px;
  }
  .calendar-panel .legend {
    text-align: left;
  }
  .calendar-panel .legend ul li {
    margin-right: 10px;
  }
  .calendar-panel .legend ul li + li {
    margin-left: 0px;
  }
}
.calendar-panel.mode_commander {
  background-color: #f6c23f;
  border: solid #f6c23f 2px;
  background-color: #f28f24;
  border: solid #f28f24 2px;
  margin-top: 25px;
}
.calendar-panel.mode_commander .menu {
  border: solid #f6c23f 2px;
}
.calendar-panel.mode_commander .menu select {
  background-color: #f9d988;
  border: 0px;
  padding: 5px;
  font-size: 0.8em;
  color: #7d5b06;
  margin-top: 2px;
}
.calendar-panel.mode_commander .menu .bt-mobile {
  display: none;
  padding: 4px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 4px;
  background-color: #dea20a;
}
.calendar-panel.mode_commander .menu .bt-mobile:hover {
  background-color: #ad7e08;
}
.calendar-panel.mode_commander .menu .bts {
  float: right;
  margin-top: -4px;
  margin-right: -4px;
}
.calendar-panel.mode_commander .menu .bts a {
  height: 38px;
  line-height: 32px;
  display: inline-block;
  padding: 4px;
  color: #fff;
  text-decoration: none;
  float: left;
}
.calendar-panel.mode_commander .menu .bts a:not(.order) {
  background-color: #dea20a;
}
.calendar-panel.mode_commander .menu .bts a:not(.order):hover {
  background-color: #ad7e08;
}
.calendar-panel.mode_commander .menu .bts a.pdf {
  font-size: 0.875em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel.mode_commander .menu .bts a.print {
  font-size: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel.mode_commander .menu .bts a.order {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.calendar-panel.mode_commander .menu .bts a + a {
  margin-left: 2px;
}
.calendar-panel.mode_commander .menu:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .time-selection {
  background-color: #f9d988;
  border: solid #f6c23f 2px;
  text-align: center;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
  position: relative;
}
.calendar-panel.mode_commander .time-selection > div {
  font-size: 1.5em;
}
.calendar-panel.mode_commander .time-selection > a {
  color: #7d5b06;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel.mode_commander .time-selection > a:hover {
  color: #e02222;
}
.calendar-panel.mode_commander .time-selection > a.prev {
  left: 0px;
}
.calendar-panel.mode_commander .time-selection > a.next {
  right: 0px;
}
.calendar-panel.mode_commander .time-selection .uc {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc td {
  background-color: transparent !important;
}
.calendar-panel.mode_commander .time-selection .uc > tbody {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr {
  display: none;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td {
  display: inline-block;
  width: auto !important;
  text-align: center !important;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
  font-size: 1.5em;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
  left: 0px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
  right: 0px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
  color: #7d5b06 !important;
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a:hover {
  color: #e02222 !important;
}
@media (max-width: 991px) {
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
    font-size: 1.2em;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
    left: 0px;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
    right: auto;
    left: 30px;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2em;
  }
}
.calendar-panel.mode_commander .calendar {
  border-bottom: solid #f6c23f 2px;
  border-right: solid #f6c23f 2px;
}
.calendar-panel.mode_commander .calendar .jour {
  float: left;
  width: 20%;
  min-height: 300px;
  position: relative;
  border: solid #f6c23f 2px;
  background-color: #fff;
  /* type de jour */
  /* /type de jour */
}
.calendar-panel.mode_commander .calendar .jour .noservice {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #f2f2f2;
  color: #b9b9b9;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/midibouffe/images/calendrier_jour_sansmidibouffe_icon.jpg);
}
.calendar-panel.mode_commander .calendar .jour .contenu {
  padding: 10px;
  min-height: 275px;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.calendar-panel.mode_commander .calendar .jour .contenu .date {
  font-size: 1.4em;
  width: 100%;
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas {
  font-size: 1em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas > div {
  margin-top: 10px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas > div:first-of-type {
  margin-top: 0px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom {
  height: 18px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .checkbox-choice {
  display: inline-block;
  width: 30px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .checkbox-choice input {
  margin-top: -2px;
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .text {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  float: right;
  text-align: center;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description a {
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal {
  width: 100%;
  margin-top: 4px;
  font-family: Arial, sans-serif;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal .text {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.2em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal .price {
  font-size: 0.875em;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 10px;
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .nom {
  background-color: #f28f24;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .nom .text {
  color: #f28f24;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .selection_format {
  background-color: #f8c084;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .nom {
  background-color: #e8491b;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .nom .text {
  color: #e8491b;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .selection_format {
  background-color: #f19378;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .nom {
  background-color: #1bbcd0;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .nom .text {
  color: #1bbcd0;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .selection_format {
  background-color: #66dceb;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .nom {
  background-color: #22cc8a;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .nom .text {
  color: #22cc8a;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .selection_format {
  background-color: #6de7b8;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .nom {
  background-color: #f56ce6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .nom .text {
  color: #f56ce6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .selection_format {
  background-color: #fbccf6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .nom {
  background-color: #3ea723;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .nom .text {
  color: #3ea723;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .selection_format {
  background-color: #70db55;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun .nom {
  background-color: #48443e;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun .nom .text {
  color: #48443e;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .choix_enfant {
  padding: 5px;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid rgba(0, 0, 0, 0.3) 1px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .choix_enfant .gformat {
  font-size: 0.75em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format {
  display: none;
  font-size: 0.75em;
  padding-left: 5px;
  padding-right: 5px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format div {
  display: inline-block;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format div label {
  font-weight: normal;
}
.calendar-panel.mode_commander .calendar .jour:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe > div {
  padding: 10px;
  font-size: 0.875em;
  background-color: rgba(242, 242, 242, 0.8);
  border-top: solid rgba(217, 217, 217, 0.8) 1px;
  border-bottom: solid rgba(217, 217, 217, 0.8) 1px;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe > div b {
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler div + div {
  margin-top: 4px;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler .for_index {
  display: block;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler .for_order {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.aveccommande {
  background-color: #cdffc0;
}
.calendar-panel.mode_commander .calendar .jour.aveccommande .nom .text {
  background-color: #cdffc0;
}
.calendar-panel.mode_commander .calendar .jour.sanscommande {
  background-color: #fff;
}
.calendar-panel.mode_commander .calendar .jour.sanscommande .nom .text {
  background-color: #fff;
}
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .noservice {
  display: block;
}
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .repas,
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .contenu_bottom {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.horsmois {
  opacity: 0.5;
}
.calendar-panel.mode_commander .calendar .jour.horsmois .repas,
.calendar-panel.mode_commander .calendar .jour.horsmois .contenu_bottom,
.calendar-panel.mode_commander .calendar .jour.horsmois .notice_mixe {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.locker .lock_block {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background-color: rgba(246, 194, 63, 0.5);
}
.calendar-panel.mode_commander .calendar .jour.locker .contenu_bottom {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.locker.sansmidibouffe .noservice:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(246, 194, 63, 0.5);
}
.calendar-panel.mode_commander .calendar .jour.mixe .notice_mixe {
  display: block;
}
.calendar-panel.mode_commander .legend {
  border: solid #f6c23f 2px;
  text-align: right;
}
.calendar-panel.mode_commander .legend ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.calendar-panel.mode_commander .legend ul li {
  display: inline-block;
  font-size: 0.75em;
}
.calendar-panel.mode_commander .legend ul li + li {
  margin-left: 10px;
}
.calendar-panel.mode_commander .legend ul li span {
  border: solid #fff 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: -3px;
  position: relative;
}
.calendar-panel.mode_commander .legend ul li.sanscommande span {
  background-color: #fff;
}
.calendar-panel.mode_commander .legend ul li.aveccommande span {
  background-color: #a5ff8d;
}
.calendar-panel.mode_commander .legend ul li.sansmidibouffe span {
  background-color: #bebebe;
}
.calendar-panel.mode_commander .legend ul li.repascommande span {
  background-color: #a5ff8d;
}
.calendar-panel.mode_commander .legend ul li.repascommande span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .calendar-panel.mode_commander .menu .bt-mobile {
    display: inline-block;
  }
  .calendar-panel.mode_commander .menu .bts {
    float: none;
    margin-top: 4px;
    margin-right: 0px;
    clear: both;
  }
  .calendar-panel.mode_commander .menu .bts a {
    height: auto;
    line-height: 32px;
    display: none;
    padding: 4px;
    float: none;
  }
  .calendar-panel.mode_commander .menu .bts a.order {
    display: block !important;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-panel.mode_commander .menu .bts a + a {
    margin-left: 0px;
  }
  .calendar-panel.mode_commander .time-selection {
    text-align: left;
    padding-left: 60px;
  }
  .calendar-panel.mode_commander .time-selection div {
    font-size: 1.2em;
  }
  .calendar-panel.mode_commander .time-selection a {
    font-size: 1.2em;
    padding-right: 5px;
    padding-left: 5px;
  }
  .calendar-panel.mode_commander .time-selection a.prev {
    left: 0px;
  }
  .calendar-panel.mode_commander .time-selection a.next {
    right: auto;
    left: 30px;
  }
  .calendar-panel.mode_commander .calendar .jour {
    float: none;
    width: 100%;
    border: solid #f6c23f 2px;
  }
  .calendar-panel.mode_commander .calendar .jour:nth-of-type(5n+1) {
    margin-top: 30px;
  }
  .calendar-panel.mode_commander .calendar .jour:first-of-type {
    margin-top: 0px;
  }
  .calendar-panel.mode_commander .legend {
    text-align: left;
  }
  .calendar-panel.mode_commander .legend ul li {
    margin-right: 10px;
  }
  .calendar-panel.mode_commander .legend ul li + li {
    margin-left: 0px;
  }
}
.calendar-panel.mode_commander .menu {
  border: solid #f28f24 2px;
}
.calendar-panel.mode_commander .menu select {
  background-color: #f6b46c;
  border: 0px;
  padding: 5px;
  font-size: 0.8em;
  color: #5e3306;
  margin-top: 2px;
}
.calendar-panel.mode_commander .menu .bt-mobile {
  display: none;
  padding: 4px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 4px;
  background-color: #be680b;
}
.calendar-panel.mode_commander .menu .bt-mobile:hover {
  background-color: #8e4e08;
}
.calendar-panel.mode_commander .menu .bts {
  float: right;
  margin-top: -4px;
  margin-right: -4px;
}
.calendar-panel.mode_commander .menu .bts a {
  height: 38px;
  line-height: 32px;
  display: inline-block;
  padding: 4px;
  color: #fff;
  text-decoration: none;
  float: left;
}
.calendar-panel.mode_commander .menu .bts a:not(.order) {
  background-color: #be680b;
}
.calendar-panel.mode_commander .menu .bts a:not(.order):hover {
  background-color: #8e4e08;
}
.calendar-panel.mode_commander .menu .bts a.pdf {
  font-size: 0.875em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel.mode_commander .menu .bts a.print {
  font-size: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-panel.mode_commander .menu .bts a.order {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.calendar-panel.mode_commander .menu .bts a + a {
  margin-left: 2px;
}
.calendar-panel.mode_commander .menu:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .time-selection {
  background-color: #f6b46c;
  border: solid #f28f24 2px;
  text-align: center;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
  position: relative;
}
.calendar-panel.mode_commander .time-selection > div {
  font-size: 1.5em;
}
.calendar-panel.mode_commander .time-selection > a {
  color: #5e3306;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel.mode_commander .time-selection > a:hover {
  color: #e02222;
}
.calendar-panel.mode_commander .time-selection > a.prev {
  left: 0px;
}
.calendar-panel.mode_commander .time-selection > a.next {
  right: 0px;
}
.calendar-panel.mode_commander .time-selection .uc {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc td {
  background-color: transparent !important;
}
.calendar-panel.mode_commander .time-selection .uc > tbody {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr {
  display: none;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr {
  display: block;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td {
  display: inline-block;
  width: auto !important;
  text-align: center !important;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
  font-size: 1.5em;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
  left: 0px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
  right: 0px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
  color: #5e3306 !important;
  font-size: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a:hover {
  color: #e02222 !important;
}
@media (max-width: 991px) {
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td[style*="width: 70%"] {
    font-size: 1.2em;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:first-child {
    left: 0px;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next:last-child {
    right: auto;
    left: 30px;
  }
  .calendar-panel.mode_commander .time-selection .uc > tbody > tr:first-child > td > .months-ctrl > tbody > tr > td.prev_next a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2em;
  }
}
.calendar-panel.mode_commander .calendar {
  border-bottom: solid #f28f24 2px;
  border-right: solid #f28f24 2px;
}
.calendar-panel.mode_commander .calendar .jour {
  float: left;
  width: 20%;
  min-height: 300px;
  position: relative;
  border: solid #f28f24 2px;
  background-color: #fff;
  /* type de jour */
  /* /type de jour */
}
.calendar-panel.mode_commander .calendar .jour .noservice {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #f2f2f2;
  color: #b9b9b9;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/midibouffe/images/calendrier_jour_sansmidibouffe_icon.jpg);
}
.calendar-panel.mode_commander .calendar .jour .contenu {
  padding: 10px;
  min-height: 275px;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.calendar-panel.mode_commander .calendar .jour .contenu .date {
  font-size: 1.4em;
  width: 100%;
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas {
  font-size: 1em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas > div {
  margin-top: 10px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas > div:first-of-type {
  margin-top: 0px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom {
  height: 18px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .checkbox-choice {
  display: inline-block;
  width: 30px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .checkbox-choice input {
  margin-top: -2px;
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .text {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  float: right;
  text-align: center;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description a {
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom .description a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .nom:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal {
  width: 100%;
  margin-top: 4px;
  font-family: Arial, sans-serif;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal .text {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.2em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .meal .price {
  font-size: 0.875em;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 10px;
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .nom {
  background-color: #f28f24;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .nom .text {
  color: #f28f24;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .ENTRY .selection_format {
  background-color: #f8c084;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .nom {
  background-color: #e8491b;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .nom .text {
  color: #e8491b;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .HOT .selection_format {
  background-color: #f19378;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .nom {
  background-color: #1bbcd0;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .nom .text {
  color: #1bbcd0;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .COLD .selection_format {
  background-color: #66dceb;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .nom {
  background-color: #22cc8a;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .nom .text {
  color: #22cc8a;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DRINK .selection_format {
  background-color: #6de7b8;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .nom {
  background-color: #f56ce6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .nom .text {
  color: #f56ce6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .DESERT .selection_format {
  background-color: #fbccf6;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .nom {
  background-color: #3ea723;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .nom .text {
  color: #3ea723;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .VEGETARIAN .selection_format {
  background-color: #70db55;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun .nom {
  background-color: #48443e;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .aucun .nom .text {
  color: #48443e;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .choix_enfant {
  padding: 5px;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid rgba(0, 0, 0, 0.3) 1px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .choix_enfant .gformat {
  font-size: 0.75em;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format {
  display: none;
  font-size: 0.75em;
  padding-left: 5px;
  padding-right: 5px;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format div {
  display: inline-block;
}
.calendar-panel.mode_commander .calendar .jour .contenu .repas .selection_format div label {
  font-weight: normal;
}
.calendar-panel.mode_commander .calendar .jour:after {
  content: "";
  display: block;
  clear: both;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe > div {
  padding: 10px;
  font-size: 0.875em;
  background-color: rgba(242, 242, 242, 0.8);
  border-top: solid rgba(217, 217, 217, 0.8) 1px;
  border-bottom: solid rgba(217, 217, 217, 0.8) 1px;
}
.calendar-panel.mode_commander .calendar .jour .notice_mixe > div b {
  text-transform: uppercase;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler div + div {
  margin-top: 4px;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler .for_index {
  display: block;
}
.calendar-panel.mode_commander .calendar .jour .contenu_bottom .bt_annuler .for_order {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.aveccommande {
  background-color: #cdffc0;
}
.calendar-panel.mode_commander .calendar .jour.aveccommande .nom .text {
  background-color: #cdffc0;
}
.calendar-panel.mode_commander .calendar .jour.sanscommande {
  background-color: #fff;
}
.calendar-panel.mode_commander .calendar .jour.sanscommande .nom .text {
  background-color: #fff;
}
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .noservice {
  display: block;
}
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .repas,
.calendar-panel.mode_commander .calendar .jour.sansmidibouffe .contenu_bottom {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.horsmois {
  opacity: 0.5;
}
.calendar-panel.mode_commander .calendar .jour.horsmois .repas,
.calendar-panel.mode_commander .calendar .jour.horsmois .contenu_bottom,
.calendar-panel.mode_commander .calendar .jour.horsmois .notice_mixe {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.locker .lock_block {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background-color: rgba(242, 143, 36, 0.5);
}
.calendar-panel.mode_commander .calendar .jour.locker .contenu_bottom {
  display: none;
}
.calendar-panel.mode_commander .calendar .jour.locker.sansmidibouffe .noservice:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(242, 143, 36, 0.5);
}
.calendar-panel.mode_commander .calendar .jour.mixe .notice_mixe {
  display: block;
}
.calendar-panel.mode_commander .legend {
  border: solid #f28f24 2px;
  text-align: right;
}
.calendar-panel.mode_commander .legend ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.calendar-panel.mode_commander .legend ul li {
  display: inline-block;
  font-size: 0.75em;
}
.calendar-panel.mode_commander .legend ul li + li {
  margin-left: 10px;
}
.calendar-panel.mode_commander .legend ul li span {
  border: solid #fff 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: -3px;
  position: relative;
}
.calendar-panel.mode_commander .legend ul li.sanscommande span {
  background-color: #fff;
}
.calendar-panel.mode_commander .legend ul li.aveccommande span {
  background-color: #a5ff8d;
}
.calendar-panel.mode_commander .legend ul li.sansmidibouffe span {
  background-color: #bebebe;
}
.calendar-panel.mode_commander .legend ul li.repascommande span {
  background-color: #a5ff8d;
}
.calendar-panel.mode_commander .legend ul li.repascommande span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .calendar-panel.mode_commander .menu .bt-mobile {
    display: inline-block;
  }
  .calendar-panel.mode_commander .menu .bts {
    float: none;
    margin-top: 4px;
    margin-right: 0px;
    clear: both;
  }
  .calendar-panel.mode_commander .menu .bts a {
    height: auto;
    line-height: 32px;
    display: none;
    padding: 4px;
    float: none;
  }
  .calendar-panel.mode_commander .menu .bts a.order {
    display: block !important;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-panel.mode_commander .menu .bts a + a {
    margin-left: 0px;
  }
  .calendar-panel.mode_commander .time-selection {
    text-align: left;
    padding-left: 60px;
  }
  .calendar-panel.mode_commander .time-selection div {
    font-size: 1.2em;
  }
  .calendar-panel.mode_commander .time-selection a {
    font-size: 1.2em;
    padding-right: 5px;
    padding-left: 5px;
  }
  .calendar-panel.mode_commander .time-selection a.prev {
    left: 0px;
  }
  .calendar-panel.mode_commander .time-selection a.next {
    right: auto;
    left: 30px;
  }
  .calendar-panel.mode_commander .calendar .jour {
    float: none;
    width: 100%;
    border: solid #f28f24 2px;
  }
  .calendar-panel.mode_commander .calendar .jour:nth-of-type(5n+1) {
    margin-top: 30px;
  }
  .calendar-panel.mode_commander .calendar .jour:first-of-type {
    margin-top: 0px;
  }
  .calendar-panel.mode_commander .legend {
    text-align: left;
  }
  .calendar-panel.mode_commander .legend ul li {
    margin-right: 10px;
  }
  .calendar-panel.mode_commander .legend ul li + li {
    margin-left: 0px;
  }
}
.calendar-panel.mode_commander .checkbox-choice input {
  display: inline-block !important;
}
.calendar-panel.mode_commander .commission-scolaire {
  display: none;
}
.calendar-panel.mode_commander .repas .aucun {
  display: block !important;
}
.calendar-panel.mode_commander .jour:not(.locker) .contenu .repas .selection_format {
  display: block !important;
}
.calendar-panel.mode_commander .jour.locker .contenu .repas .nom .checkbox-choice input,
.calendar-panel.mode_commander .jour.aveccommande .contenu .repas .nom .checkbox-choice input,
.calendar-panel.mode_commander .jour.aveccommande .contenu .repas .aucun,
.calendar-panel.mode_commander .jour.locker .contenu .repas .aucun,
.calendar-panel.mode_commander .jour.aveccommande .contenu .repas .selection_format,
.calendar-panel.mode_commander .jour.sansmidibouffe .contenu .repas .aucun {
  display: none !important;
}
.calendar-panel.mode_commander .repas .meal .price {
  display: table-cell !important;
}
.calendar-panel.mode_commander .contenu_bottom .bt_annuler .for_index {
  display: none !important;
}
.calendar-panel.mode_commander .contenu_bottom .bt_annuler .for_order {
  display: block !important;
}
.description-meal .container {
  text-align: left !important;
}
.description-meal .bt-close {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.description-meal .title {
  font-size: 2em;
  margin-bottom: 10px;
}
.description-meal .img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 400px;
}
.description-meal .img img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .description-meal .title {
    text-align: center;
  }
  .description-meal .img {
    float: none;
    text-align: center;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
}
.basket-panel {
  text-align: left !important;
}
.basket-panel .bt-close {
  float: right;
}
.basket-panel .basket .table {
  min-width: 600px;
}
.basket-panel .basket .table td {
  white-space: normal;
}
.basket-panel .billing {
  float: right;
  text-align: right;
}
.basket-panel .billing .total {
  font-size: 1.5em;
}
.basket-panel .billing .btn {
  margin-bottom: 5px;
}
.text-midibouffe-cest {
  width: 100%;
}
.text-midibouffe-cest .layout-col {
  float: none;
  position: relative;
  color: #fff;
}
.text-midibouffe-cest .text {
  font-size: 2em;
  text-transform: uppercase;
  padding: 30px;
  background-position-x: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.text-midibouffe-cest .text p {
  margin-bottom: 0px;
}
.text-midibouffe-cest .row1 .layout-col,
.text-midibouffe-cest .row2 .layout-col,
.text-midibouffe-cest .row3 .layout-col,
.text-midibouffe-cest .row4 .layout-col,
.text-midibouffe-cest .row5 .layout-col {
  height: 250px;
  vertical-align: middle;
}
.text-midibouffe-cest .row1 .img {
  background: url(/midibouffe/images/img-midibouffe-cest-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-midibouffe-cest .row1 .text {
  background-color: #e8491b;
  background-image: url(/midibouffe/images/bg-midibouffe-cest-1.png);
}
.text-midibouffe-cest .row2 .img {
  background: url(/midibouffe/images/img-midibouffe-cest-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-midibouffe-cest .row2 .text {
  background-color: #f28f24;
  background-image: url(/midibouffe/images/bg-midibouffe-cest-2.png);
}
.text-midibouffe-cest .row3 .img {
  background: url(/midibouffe/images/img-midibouffe-cest-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-midibouffe-cest .row3 .text {
  background-color: #dbd424;
  background-image: url(/midibouffe/images/bg-midibouffe-cest-3.png);
}
.text-midibouffe-cest .row4 .img {
  background: url(/midibouffe/images/img-midibouffe-cest-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-midibouffe-cest .row4 .text {
  background-color: #3ea723;
  background-image: url(/midibouffe/images/bg-midibouffe-cest-4.png);
}
.text-midibouffe-cest .row5 .img {
  background: url(/midibouffe/images/img-midibouffe-cest-5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-midibouffe-cest .row5 .text {
  background-color: #1bbcd0;
  background-image: url(/midibouffe/images/bg-midibouffe-cest-5.png);
}
@media (max-width: 1200px) {
  .text-midibouffe-cest .text {
    font-size: 1.8em;
  }
  .text-midibouffe-cest .row1 .layout-col,
  .text-midibouffe-cest .row2 .layout-col,
  .text-midibouffe-cest .row3 .layout-col,
  .text-midibouffe-cest .row4 .layout-col,
  .text-midibouffe-cest .row5 .layout-col {
    height: 200px !important;
  }
}
@media (max-width: 960px) {
  .text-midibouffe-cest .text {
    font-size: 1.2em;
  }
  .text-midibouffe-cest .row1 .layout-col,
  .text-midibouffe-cest .row2 .layout-col,
  .text-midibouffe-cest .row3 .layout-col,
  .text-midibouffe-cest .row4 .layout-col,
  .text-midibouffe-cest .row5 .layout-col {
    height: 150px !important;
  }
}
@media (max-width: 580px) {
  .text-midibouffe-cest .table-layout,
  .text-midibouffe-cest .layout-row,
  .text-midibouffe-cest .layout-col {
    display: block !important;
    width: 100%;
  }
  .text-midibouffe-cest .text {
    font-size: 1.2em;
    width: 100%;
    height: auto !important;
  }
  .text-midibouffe-cest .layout-col.img {
    height: 200px !important;
  }
  .text-midibouffe-cest .layout-col.text {
    height: auto !important;
  }
}
.full-width-link {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.75em;
  text-transform: uppercase;
}
.thanks {
  text-transform: uppercase;
  text-align: center;
}
.thanks .text1 {
  font-size: 1.5em;
}
.thanks .text1 span {
  color: #e02222;
}
.thanks .text2 {
  font-size: 2.9em;
  color: #3ea723;
}
.news {
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  background-color: #3ea723;
  padding-left: 15px;
  padding-right: 15px;
}
.news > .layout-row > .layout-col {
  vertical-align: middle;
  padding: 15px;
}
.news .title {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  white-space: nowrap;
}
.news .list {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.news .list .item {
  font-size: 1.2em;
  line-height: 1em;
}
.news .list .item a {
  color: #48443e;
}
.news .list .item a:hover {
  color: #e02222;
  text-decoration: none;
}
.news .list .item + .item {
  margin-top: 8px;
}
.news .more {
  text-align: center;
  font-size: 1.5em;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.news.layout-table {
  display: none;
}
.news-header .news.layout-table {
  margin-top: 0px !important;
  display: table !important;
}
.list-school {
  padding-top: 25px;
  padding-bottom: 15px;
}
.list-school .item {
  padding: 5px;
}
.list-school .item .school {
  background: -webkit-gradient(linear, left bottom, left top, from(#f28f24), to(#f6c23f));
  background: linear-gradient(0deg, #f28f24, #f6c23f);
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.5), Direction=134, Strength=5);
}
.list-school .item .school .name {
  font-size: 1.5em;
}
.how-to-order .title {
  font-size: 1.75em;
  text-transform: uppercase;
}
.how-to-order .layout-col {
  vertical-align: top;
}
.how-to-order .layout-col.img {
  padding-right: 10px;
}
.how-to-order .layout-col.img img {
  border: solid #ddd 1px;
}
.how-to-order h4 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
.how-to-order .fa {
  margin-right: 5px;
  font-size: 1.5em;
}
.how-to-order .online {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
}
.how-to-order .online .title,
.how-to-order .online h4,
.how-to-order .online .fa {
  color: #3ea723;
}
.how-to-order .coupons {
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #fff;
}
.how-to-order .coupons .title {
  color: #1bbcd0;
  line-height: 1em;
  margin-bottom: 10px;
}
.how-to-order .coupons .title small {
  font-size: 75%;
}
.how-to-order .or {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.5em;
  background-color: #f6c23f;
}
.midibouffe-bundle-promo {
  background-color: #3ea723;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.midibouffe-bundle-promo .fa {
  font-size: 2em;
  margin-right: 10px;
  margin-left: 10px;
}
.midibouffe-bundle-promo .text {
  font-size: 1.2em;
  text-transform: uppercase;
}
.midibouffe-bundle-promo .layout-table {
  margin-left: auto;
  margin-right: auto;
}
.midibouffe-bundle-promo .layout-table .layout-col {
  vertical-align: middle;
}
#accordion {
  margin-top: 15px;
}
#accordion > div {
  padding: 10px;
  background-color: #fff;
}
#accordion > h3 {
  margin: 0px;
  padding: 10px;
}
.contact-info {
  width: 100%;
}
.contact-info .layout-col {
  float: none;
  vertical-align: top;
}
.contact-info .info {
  padding: 15px;
}
.contact-info .map {
  padding-left: 15px;
}
.contact-info .map iframe {
  height: 550px;
  width: 1200px;
}
@media (max-width: 1600px) {
  .contact-info .map iframe {
    width: 800px ;
  }
}
@media (max-width: 1200px) {
  .contact-info .map iframe {
    width: 400px ;
  }
}
@media (max-width: 960px) {
  .contact-info,
  .contact-info .layout-table,
  .contact-info .layout-row,
  .contact-info .layout-col {
    display: block !important;
    width: 100%;
  }
  .contact-info .map {
    padding-left: 0px;
  }
  .contact-info .map iframe {
    height: 400px;
    max-height: 100vh;
    width: 100%;
  }
}
.page-menu .liste-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-menu .liste-menu .bt-color1 {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 40px 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.page-menu .liste-menu .bt-color1 .txt-menu {
  font-weight: 900;
  font-size: 2em;
}
.page-menu .liste-menu .bt-color1 .txt-type {
  font-size: 2em;
}
.page-menu .liste-menu .bt-color1 img {
  margin-bottom: 10px;
}
.page-enterprise .description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-enterprise .description img {
  margin-top: 20px;
  width: 100%;
}
.page-enterprise .description td {
  vertical-align: top;
}
.page-enterprise .list .item {
  padding: 15px;
  margin-bottom: 15px;
}
.page-enterprise .list .item:nth-child(1) {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #e8491b;
  color: #601d0a;
}
.page-enterprise .list .item:nth-child(2) {
  background-color: #f28f24;
  color: #5e3306;
}
.page-enterprise .list .item:nth-child(3) {
  background-color: #f6c23f;
  color: #7d5b06;
}
.page-enterprise .list .item:nth-child(4) {
  background-color: #3ea723;
  color: #173e0d;
}
.page-enterprise .list .item:nth-child(5) {
  background-color: #1bbcd0;
  color: #094249;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-enterprise .list .item .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0px;
}
.page-faq .question-answer:nth-child(1n) {
  background-color: #f28f24;
}
.page-faq .question-answer:nth-child(2n) {
  background-color: #3ea723;
}
.page-faq .question-answer button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: 0px;
}
.page-faq .link-question {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  font-size: 2em;
  text-align: left;
  display: block;
}
.page-faq .block-answer {
  text-align: left;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}
.saviez-vous-que {
  border-top: dashed 3px #c69009;
  border-bottom: dashed 3px #c69009;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6c23f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.saviez-vous-que .title {
  font-size: 1.5em;
}
.saviez-vous-que .fa {
  margin-right: 10px;
}
.saviez-vous-que .layout-row + .layout-row .layout-col {
  padding-top: 5px;
}
.login-panel {
  max-width: 100vw;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}
.login-panel input {
  text-align: center;
}
.form-inline .form-group {
  margin-right: 10px;
}
.form-inline .form-group .input-group .date {
  display: table-cell;
  text-align: left;
}
.form-inline .form-group .input-group input[type=text] {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  min-width: 100px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-inline .form-group .input-group input[type=text] + img {
  height: 24px;
  margin: 5px;
}
.order-report .table {
  background-color: #fff;
  margin-bottom: 0px;
}
.order-report .table thead {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}
.order-report .table tbody {
  font-family: Arial, sans-serif;
}
.order-report .table td {
  padding: 4px;
  line-height: 1em;
  border: solid #000 1px !important;
}
.order-report .table .table {
  margin-left: 5px;
}
.order-report .table .Chaud {
  color: #e8491b;
}
.order-report .table .Froid {
  color: #1bbcd0;
}
.page-inscription {
  margin-top: 25px;
  margin-bottom: 15px;
}
.page-inscription .text {
  margin-bottom: 15px;
}
.page-inscription .text .msg-notice {
  font-size: 0.75em;
  margin-top: 15px;
  background-color: #fbe1a0;
  border: dashed 3px #f6c23f;
  padding: 15px;
  border-radius: 5px;
}
.page-inscription .text .msg-notice div {
  margin: 0px;
}
.page-inscription .text .msg-notice div.h4 {
  font-size: 1.2em;
}
.page-inscription .text .msg-notice div.h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.page-inscription .inscription-form .table {
  border: solid #ddd 1px;
  background-color: #fff;
}
.page-inscription .inscription-form .table .form-group {
  margin-bottom: 0px;
}
.page-inscription .inscription-form .table > *:first-child > tr:first-child > td {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-inscription .inscription-form .table > *:last-child > tr:last-child > td {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-inscription .inscription-form .table td {
  vertical-align: top;
}
.page-inscription .inscription-form .table thead td {
  background-color: #3ea723;
}
.page-inscription .inscription-form .table thead td div {
  margin: 0px !important;
  color: #fff;
  text-transform: uppercase;
}
.page-inscription .inscription-form .table tfoot td {
  padding: 0px;
  overflow: hidden;
}
.page-inscription .inscription-form .table tfoot .btn {
  width: 100%;
  text-transform: uppercase;
  border-radius: 0px;
}
@media (max-width: 500px) {
  .page-inscription .msg-notice {
    padding: 8px;
  }
  .page-inscription .inscription-form .table thead,
  .page-inscription .inscription-form .table tbody,
  .page-inscription .inscription-form .table tfoot,
  .page-inscription .inscription-form .table tr,
  .page-inscription .inscription-form .table td {
    display: block;
  }
  .page-inscription .inscription-form .table .text {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .page-inscription .inscription-form .table .field {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px !important;
  }
}
.page-archive {
  margin-top: 25px;
}
.page-archive .item {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.5), Direction=135, Strength=10);
}
.page-archive .item h3 {
  text-align: left;
  margin-top: 0px;
}
.page-archive .item .img {
  float: left;
}
.page-archive .item .img a {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 250px;
  display: inline-block;
}
.page-archive .item + .item {
  margin-top: 15px;
}
.page-archive .item:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 500px) {
  .page-archive .item .img {
    float: none;
  }
}
.paging {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px;
  text-align: right;
}
.page-package {
  margin-top: 25px;
}
.page-package .normal .type {
  background-color: #36921f;
  color: #fff;
  font-size: 1.2em;
  padding: 5px;
  margin-top: 15px;
}
.page-package .normal .packages {
  margin-left: -15px;
  margin-right: -15px;
  padding: 9px;
}
.page-package .normal .packages > div {
  padding: 0px;
  padding: 5px;
}
.page-package .normal .packages .item {
  border: solid #bbb 1px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: #666;
}
.page-package .normal .packages .item .title {
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid #bbb 1px;
  margin-bottom: 5px;
  padding: 5px;
  color: #48443e;
}
.page-package .normal .packages .item .receive .credit {
  font-size: 0.75em;
  font-family: Arial, sans-serif;
}
.page-package .normal .packages .item .buy {
  font-size: 1.5em;
  font-weight: bold;
  color: #2e7d1a;
}
.page-package .normal .packages .item .bt {
  margin-top: 5px;
}
.page-package .normal .packages .item .bt input {
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1em;
  white-space: normal;
}
.page-package .normal .packages .item .notice {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  padding: 5px;
}
.page-package .normal .packages:after {
  content: "";
  display: block;
  clear: both;
}
.page-package .normal .bt input {
  background-color: #3ea723;
  text-decoration: none;
  color: #fff;
}
.page-package .normal .bt input:hover {
  background-color: #2e7d1a;
  text-decoration: none;
  color: #fff;
}
.page-package .special .type {
  background-color: #ee830e;
  color: #fff;
  font-size: 1.2em;
  padding: 5px;
  margin-top: 15px;
}
.page-package .special .packages {
  margin-left: -15px;
  margin-right: -15px;
  padding: 9px;
}
.page-package .special .packages > div {
  padding: 0px;
  padding: 5px;
}
.page-package .special .packages .item {
  border: solid #bbb 1px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: #666;
}
.page-package .special .packages .item .title {
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid #bbb 1px;
  margin-bottom: 5px;
  padding: 5px;
  color: #48443e;
}
.page-package .special .packages .item .receive .credit {
  font-size: 0.75em;
  font-family: Arial, sans-serif;
}
.page-package .special .packages .item .buy {
  font-size: 1.5em;
  font-weight: bold;
  color: #d6750d;
}
.page-package .special .packages .item .bt {
  margin-top: 5px;
}
.page-package .special .packages .item .bt input {
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1em;
  white-space: normal;
}
.page-package .special .packages .item .notice {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  padding: 5px;
}
.page-package .special .packages:after {
  content: "";
  display: block;
  clear: both;
}
.page-package .special .bt input {
  background-color: #f28f24;
  text-decoration: none;
  color: #fff;
}
.page-package .special .bt input:hover {
  background-color: #d6750d;
  text-decoration: none;
  color: #fff;
}
.page-childs {
  margin-top: 25px;
}
.page-childs .msg-update {
  border: solid #e02222 3px;
  padding: 3px;
  font-size: 0.875em;
  font-family: Arial, sans-serif;
  color: #b61919;
}
.page-childs .allergie {
  font-family: Arial, sans-serif;
}
.page-childs .allergie .sub-allergie {
  margin-bottom: 3px;
  font-size: 0.75em;
  overflow-y: hidden;
  padding-left: 5px;
}
.page-childs .allergie .sub-allergie .list input[type=checkbox] {
  margin: 0px;
  margin-top: 2px;
  margin-right: 3px;
}
.page-childs .allergie .sub-allergie .list .item {
  margin-right: 5px;
  position: relative;
  padding-left: 10px;
}
.page-childs .allergie .sub-allergie .list .item span {
  display: inline-block;
  width: 10px;
  height: 100px;
  border-left: solid #888 2px;
  border-bottom: solid #888 2px;
  position: absolute;
  top: -90px;
  left: 0px;
}
.page-childs .allergie + .allergie {
  border-top: solid #ddd 1px;
}
.form-table {
  border: solid #ddd 1px;
  background-color: #fff;
}
.form-table > *:first-child > tr:first-child > td {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.form-table > *:last-child > tr:last-child > td {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form-table thead td {
  background-color: #3ea723;
  color: #fff;
  text-transform: uppercase;
}
.form-table tfoot td {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .form-table .table thead,
  .form-table .table tbody,
  .form-table .table tfoot,
  .form-table .table tr,
  .form-table .table td {
    display: block;
  }
  .form-table .table .text {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .form-table .table .field {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px !important;
  }
}
.page-text-law {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-text-law h3 {
  font-size: 1em;
  text-align: left;
}
.page-text-law h4 {
  font-size: 0.875em;
  text-align: left;
}
.page-text-law p,
.page-text-law li {
  font-size: 0.75em;
  font-family: Arial, sans-serif;
}
.list-bills {
  font-family: Arial, sans-serif;
}
.list-bills .top-bill td {
  background-color: rgba(62, 167, 35, 0.5);
  font-weight: bold;
}
.list-bills .bill-content {
  background-color: #fff;
}
.list-bills .total-bill {
  font-size: 0.75em;
  background-color: #fff;
  text-align: right;
}
.list-bills .bill {
  font-size: 0.75em;
  margin-bottom: 0px;
}
.list-bills .bill td {
  padding: 2px;
}
.list-bills .bill .type td {
  font-weight: bold;
}
.list-transactions {
  font-family: Arial, sans-serif;
}
.list-transactions .text {
  background-color: rgba(242, 143, 36, 0.5);
  font-weight: bold;
}
.list-transactions .comment {
  font-size: 0.75em;
  background-color: #fff;
}
.billing-page {
  background-color: #fff;
  /* ..... */
  border: solid #ddd 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
}
.billing-page hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.billing-page .menu {
  float: right;
}
.billing-page .logo {
  text-align: center;
}
.billing-page .logo img {
  height: 100px;
}
.billing-page .tps-tvq-number {
  display: none;
  font-size: 0.75em;
  margin-top: 5px;
}
.billing-page .tps-tvq-number div {
  display: inline-block;
}
.billing-page .price {
  text-align: right;
}
.billing-page .price .layout-table {
  margin-left: auto;
}
.billing-page .price .layout-table .layout-col:first-child {
  padding-right: 10px;
}
.billing-page .ctrl {
  text-align: right;
}
.billing-page .notes {
  font-size: 0.65em;
  line-height: 1em;
  text-align: right;
  margin-bottom: 5px;
}
.billing-page .miss-payment {
  margin-top: 10px;
}
.billing-page .payment-type {
  text-align: right;
}
.billing-page .payment-type .layout-table {
  margin-left: auto;
}
.billing-page .payment-type .layout-table .layout-col:first-child {
  padding-right: 10px;
}
.billing-page .payment-type label {
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 0px;
}
.billing-page .items .table {
  margin-bottom: 0px;
  font-size: 0.875em;
}
.billing-page .items .table td {
  padding: 4px;
}
.billing-page .items .sub-total {
  text-align: right;
  margin-top: 5px;
}
.billing-page .table-bypaiementtype {
  width: 100%;
}
.billing-page .table-bypaiementtype .paiementtype {
  vertical-align: top;
}
.billing-page .table-bypaiementtype .paiementtype.spacer {
  padding-right: 10px;
}
.billing-page .table-bypaiementtype .paiementtype .msg-warning {
  /*display:none;*/
  display: block !important;
}
@media (max-width: 1200px) {
  .billing-page .table-bypaiementtype,
  .billing-page .table-bypaiementtype > tr,
  .billing-page .table-bypaiementtype .paiementtype {
    display: block;
    width: 100% !important;
  }
  .billing-page .paiementtype.spacer {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .billing-page .paiementtype .msg-warning {
    display: block !important;
  }
}
.success-bill {
  margin-top: 25px;
  margin-bottom: 25px;
}
.success-bill .payment-invoice {
  font-size: 0.875em;
  border: solid #ddd 1px;
  padding: 10px;
  background-color: #fff;
}
.cards-list-paiement {
  text-align: center;
}
.cards-list-paiement .card {
  padding: 8px;
  width: 100%;
  max-width: 360px;
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 5px;
  text-align: left;
}
.cards-list-paiement .card a {
  text-decoration: none;
  color: #48443e;
}
.cards-list-paiement .card table td {
  vertical-align: middle;
}
.cards-list-paiement .card .bt-check {
  width: 40px;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 30px;
  color: #e02222;
}
.cards-list-paiement .card .bt-check .check {
  display: none;
}
.cards-list-paiement .card .bt-check .nocheck {
  display: block;
}
.cards-list-paiement .card .selected .bt-check .check {
  display: block;
}
.cards-list-paiement .card .selected .bt-check .nocheck {
  display: none;
}
.cards-list-paiement .card label {
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 5px;
}
.cards-list-paiement .card .form-control {
  padding: 3px 6px;
  height: auto;
}
.cards-list-paiement .card .cvv {
  width: 80px;
}
.table-spacing {
  border-collapse: separate;
  border-spacing: 10px;
}
.table-meal-calendar {
  table-layout: fixed;
  width: 100%;
  font-size: 1rem;
}
.table-meal-calendar th,
.table-meal-calendar td {
  width: 20%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none !important;
}
.table-meal-calendar thead th {
  font-size: 1.5rem;
}
.table-meal-calendar tbody td .date {
  font-weight: bold;
}
.table-meal-calendar tbody td .list {
  min-height: 200px;
}
.table-meal-calendar tbody td .list .childmenu {
  margin: 5px 0px 10px 0px;
}
.table-meal-calendar tbody td .list .childmenu .childname {
  border-bottom: solid #ccc 1px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.table-meal-calendar tbody td .list .childmenu .meals {
  /*display: -webkit-box;
                          -webkit-line-clamp: 2;
                          -webkit-box-orient: vertical;
                          overflow: hidden;*/
}
.table-meal-calendar tbody td .list .childmenu .meals .ENTRY {
  font-size: 0.75rem;
}
.table-meal-calendar tbody td .list .childmenu .meals .DRINK {
  font-size: 0.75rem;
}
.table-meal-calendar tbody td .list .childmenu .meals .DESERT {
  font-size: 0.75rem;
}
@media print {
  /* version hiqpdf*/
  .nocontainerprint {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
  }
  .table-meal-calendar th,
  .table-meal-calendar td {
    border: solid #ccc 1px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .table-meal-calendar tbody td .date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-meal-calendar tbody td .list {
    height: 1200px;
    min-height: auto;
    overflow: hidden;
  }
  .table-meal-calendar tbody td .list .childmenu .childname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-meal-calendar tbody td .list .childmenu .meals .ENTRY {
    font-size: 0.75rem;
  }
  .table-meal-calendar tbody td .list .childmenu .meals .DRINK {
    font-size: 0.75rem;
  }
  .table-meal-calendar tbody td .list .childmenu .meals .DESERT {
    font-size: 0.75rem;
  }
  .Month .table-meal-calendar tbody td .list {
    height: 225px;
    min-height: auto;
    overflow: hidden;
  }
  .Month .table-meal-calendar tbody td .list .childmenu {
    margin: 5px 0px 5px 0px;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .childname {
    border-bottom: solid #ccc 1px;
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .ENTRY {
    display: none;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .HOT {
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .COLD {
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .DRINK {
    display: none;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .DESERT {
    display: none;
  }
  .Month .table-meal-calendar tbody td .list .childmenu .meals .VEGETARIAN {
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*************************/
/* classes sur mobile    */
/*************************/
@media (max-width: 600px) {
  /******* Master **********/
  h1,
  .h1 {
    font-size: 1.6em !important;
  }
  h2,
  .h2 {
    font-size: 1.4em !important;
  }
  .custom-modal > .container {
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  /******* Pages ***********/
  .title-index {
    font-size: 1.4em;
  }
  .news {
    display: block !important;
    padding: 0px;
  }
  .news > .layout-row,
  .news > .layout-row > .layout-col {
    display: block !important;
  }
  .news .title {
    font-size: 1.5em;
  }
  .news .list .item {
    font-size: 1.2em;
  }
  .news .more {
    font-size: 1.2em;
  }
  .news-header .news {
    display: table !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 0px;
  }
  .news-header .news > .layout-row {
    display: table-row !important;
  }
  .news-header .news > .layout-row > .layout-col {
    display: table-cell !important;
  }
  .news-header .news .title,
  .news-header .news .title.layout-col {
    display: none !important;
  }
  .news-header .news .list {
    background-color: transparent !important;
  }
  .news-header .news .list .item,
  .news-header .news .list .item a {
    color: #fff;
  }
  .news-header .news .more {
    font-size: 1.2em;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .thanks .text1 {
    font-size: 0.8em;
  }
  .thanks .text2 {
    font-size: 1.5em;
  }
  .full-width-link {
    font-size: 1.5em;
  }
  .how-to-order .title {
    font-size: 1.4em;
  }
  .how-to-order .layout-col.img {
    display: none;
  }
  .midibouffe-bundle-promo .text {
    font-size: 1em;
  }
}
/*************************/
/* classes sur �cran     */
/*************************/
/******* Master **********/
/******* Pages ***********/
.toprint {
  display: none;
}
/*************************/
/* classes sur print    */
/*************************/
@media print {
  /******* Master **********/
  body {
    font-size: 50%;
  }
  .toprint {
    display: block;
  }
  .noprint {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .spacer-menu {
    display: none;
  }
  .table-responsive {
    overflow-x: visible;
  }
  /******* Pages ***********/
  .carousel {
    display: none;
  }
  .calendar-panel {
    vertical-align: top;
  }
  .calendar-panel .menu {
    display: none;
  }
  .calendar-panel .calendar {
    vertical-align: top;
  }
  .calendar-panel .calendar .lock_block {
    display: none;
  }
  .calendar-panel .calendar .jour {
    page-break-inside: avoid !important;
    height: auto !important;
    vertical-align: top;
    display: inline-block;
    margin-right: -2px;
  }
  .calendar-panel .calendar .jour .contenu {
    height: auto !important;
  }
  .calendar-panel .calendar .jour .nom .checkbox-choice input {
    display: none !important;
  }
  .calendar-panel .calendar .jour .nom .description {
    display: none !important;
  }
  .calendar-panel .calendar .jour .aucun {
    display: none !important;
  }
  .calendar-panel .calendar .jour:nth-of-type(5n+1) {
    clear: left;
  }
  .calendar-panel .calendar .contenu_bottom {
    display: none;
  }
}
