/*---------- CARTE ----------*/
.shortbody {
  padding-top: 0px !important;
}

.filtreCategorie {
  text-align: center;
  margin-bottom: 45px;
}

.filtreCategorie table {
  display: block;
  width: 100%;
}

.filtreCategorie tbody {
  text-align: center;
  display: block;
  width: 100%;
}

.filtreCategorie tr {
  display: inline-block;
  margin: 0 15px;
}

.filtreCategorie input[type=radio]:checked + label,
.filtreCategorie input[type=radio]:not(:checked) + label {
  font-family: RotisSansSerif-Bold;
  font-size: 16px;
  color: #000;
  transition: 0.2s all ease-out;
  position: relative;
  line-height: 35px;
  padding-left: 0px;
  margin-right: 0px;
  cursor: pointer;
  height: 35px;
}

.filtreCategorie input[type=radio]:checked + label {
  color: #c03442;
}

.filtreCategorie input[type=radio]:not(:checked) + label:hover {
  opacity: 0.6;
}

.filtreCategorie input[type=radio]:checked + label:before,
.filtreCategorie input[type=radio]:not(:checked) + label:before {
  display: none;
}

.filtreCategorie input[type=radio]:checked + label:after,
.filtreCategorie input[type=radio]:not(:checked) + label:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  border: 0px;
  border-radius: 0px;
  content: "";
  transition: 0.2s all ease-out;
  height: 0px;
  width: 100%;
  background-color: #c03442;
}

.filtreCategorie input[type=radio]:checked + label:after {
  height: 3px;
}

.cartePlatsCt {
  width: 830px;
  margin: 0 auto;
}

.cartePlatsCt + .cartePlatsCt .cartePlatsSoustitre {
  margin-top: 40px;
}

.carteBoissonsCt + .carteBoissonsCt {
  margin-top: 0px;
}

.cartePlatsTitre {
  display: block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  color: #000;
  line-height: 50px;
  text-transform: uppercase;
  font-family: RoboltxVintageLine;
}

.cartePlatsSoustitre {
  display: block;
  text-align: left;
  font-size: 30px;
  margin-bottom: 0px;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
  font-family: RoboltxVintage;
}

.platCarte {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #f8e7e9;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}

.platCarte:after {
  content: "";
  width: 55px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #c03442;
}

.cartePlatContenu {
  width: 480px;
}

.cartePlatTitre {
  display: block;
  text-transform: uppercase;
  font-family: RotisSansSerif-Bold;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.coupDeCoeur {
  display: inline-block;
  margin-right: 5px;
}

.coupDeCoeur:before {
  content: "\e907";
  font-family: bdeFont;
  color: #c03442;
  font-size: 15px;
  line-height: 23px;
}

.platSavoyard {
  display: inline-block;
  margin-right: 5px;
}

.platSavoyard:before {
  content: "\e906";
  font-family: bdeFont;
  color: #c03442;
  font-size: 15px;
  line-height: 23px;
}

.cartePlatDesc {
  margin-top: 8px;
  font-size: 14px;
  color: #000;
  font-family: RotisSansSerif;
}

.cartePlatPrix {
  color: #c03442;
  font-size: 16px;
  line-height: 16px;
  width: 90px;
  text-align: right;
  font-family: RotisSansSerif;
}

.carteBoissonsCt .cartePlatPrix {
  width: 350px;
}

.carteBoissonsCt .colBoisson,
.carteBoissonsCt .colBoissonVide {
  width: 85px;
  display: inline-block;
  vertical-align: bottom;
}

.carteBoissonsQt {
  width: 830px;
  margin: 0 auto;
  text-align: right;
}

.carteBoissonsQtDiv {
  width: 85px;
  font-size: 14px;
  display: inline-block;
}

.cartePlatPrixQt {
  display: none;
}

.blocCarte {
  width: 100%;
  display: block;
  padding: 70px 0 60px 0px;
  background-image: url(/assets/styles/modules/images/backGroupe.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.blocCarteBtn {
  width: 480px;
  margin: 0 auto;
  text-align: center;
}

.blocCarteBtn .btn {
  width: 42%;
  box-sizing: border-box;
  margin: 5px 10px;
}

.menusCt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}

.menuCt {
  width: 446px;
  margin: 0 15px;
  text-align: center;
  background-image: url(/assets/styles/modules/images/fondLinesMid.png);
  background-position-x: center;
  background-size: contain;
  padding: 30px 30px 50px 30px;
  box-sizing: border-box;
  position: relative;
}

.menuCt:nth-of-type(n+3) {
  margin-top: 80px;
}

.menuCt:before {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background-image: url(/assets/styles/modules/images/fondLinesTop.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
}

.menuCt:after {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background-image: url(/assets/styles/modules/images/fondLinesBot.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.menuCtTitre {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  color: #000;
  line-height: 28px;
  text-transform: uppercase;
  font-family: RoboltxVintage;
}

.menuCtDesc {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  margin-bottom: 20px;
}

.menuCtDesc:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #c03442;
  display: block;
  margin: 15px auto 0 auto;
}

.menuCtPlat {
  width: 100%;
  line-height: 22px;
  font-family: RotisSansSerif-Bold;
  color: #383838;
  font-size: 18px;
  text-align: center;
}

.menuCt .bdeSep {
  margin: 25px 0px;
}

.menuCt .bdeSep:after {
  font-size: 70px;
}

.prixMenu {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  line-height: 17px;
  font-family: RotisSansSerif-Bold;
  color: #fff;
  text-transform: uppercase;
  background: #c03442;
  display: inline-block;
  padding: 13px 35px;
  letter-spacing: 0.5px;
  z-index: 20;
}

@media (max-width: media-tablet) {
  .cartesBloc {
    width: 640px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .carteBloc:nth-of-type(3) {
    margin-top: 30px;
  }
  .cartePlatsCt {
    width: 640px;
  }
  .carteBoissonsQt {
    width: 640px;
  }
  .cartePlatsTitre {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  .cartePlatsSoustitre {
    font-size: 26px;
    line-height: 28px;
  }
  .cartePlatTitre {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .cartePlatDesc {
    margin-top: 5px;
  }
  .cartePlatContenu {
    width: 370px;
  }
  .cartePlatPrix {
    font-size: 15px;
    line-height: 15px;
    width: 70px;
  }
  .filtreCategorie tr {
    margin: 0 10px;
  }
  .filtreCategorie input[type=radio]:checked + label, .filtreCategorie input[type=radio]:not(:checked) + label {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .groupeMenu {
    width: 200px;
    margin: 10px 4px 0 4px;
    padding: 25px 15px;
  }
}
