.entry-header{
  display: none;
}

#colRes{
  margin-top :15px;
  z-index: 2 !important;
}

#calendrier-semaine{

}

#titreMois{
  color: #fff;
font-size: 2em;
margin-bottom: 0;
margin-left: 5%;
padding-top: 2% !important;
}

.jour{
  width : max-content;
}

.radioReserv{
  transform : scale(0)
}

.labelRadioReserv, .labelRadioReservNon{
  background: #f3acc5;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  color: #555;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.labelRadioReserv:hover{
  cursor: pointer;
  background: #cc2a55;
}

.labelRadioReservNon:hover{
  cursor: not-allowed;
}

.inputText{
	border : 1px solid grey;
	border-radius: 7px;
  font-size : 20px !important;
}

button.jour{
  background-color: #f3acc5 !important;
}

.titre{
  margin-top  : 0px !important;
}

#tableReserv{
  font-family: 'Roboto', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}

body{
  background-color: #F5F1E9;
}
#calendar{
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  font-family: 'Lato', sans-serif;
}
#calendar_weekdays div{
  display:inline-block;
  vertical-align:top;
}
#calendar_content, #calendar_weekdays, #calendar_header{
  position: relative;
  width: 320px;
  overflow: hidden;
  float: left;
  z-index: 10;
}
#calendar_weekdays div, #calendar_content div{
  width:40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
}
#calendar_content{
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
}
#calendar_content div{
  float: left;
}
#calendar_content div:hover{
  background-color: #F8F8F8;
}
#calendar_content div.blank{
  background-color: #E8E8E8;
}
#calendar_header, #calendar_content div.today{
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#calendar_content div.today{
  color: #FFFFFF;
}
#calendar_header{
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: #FF6860;
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
#calendar_header h1{
  font-size: 1.5em;
  color: #FFFFFF;
  float:left;
  width:70%;
  margin: 0px !important;
}
.icon-chevron-left, .icon-chevron-right{
  color: #FFFFFF;
  float: left;
  width:15%;
  border-radius: 50%;
}

.inputS{
  background: none !important;
  color: #333333;
  margin: 0;
  padding: 0;
  font-size : 1em;
  padding-top: 15%;
}

.calend{
  width : auto !important;
}

#buttonSub{
	width : 100%;
	padding : 0px;
}

.semaine{
  display: flex;
}


/** **/

.radioMenu, .radioDessert, .radioBoisson {
    transform: scale(0,0);
}

.labelRadioMenu, .labelRadioBoisson, .labelRadioDessert, .labelRadioReserv {
    background: #f3acc5;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    color: #333333;
    transition : 0.5s;
    font-size: 12px;
}

.labelRadioMenu:hover{
  cursor: pointer;
  background: #cc2a55;
  transition : 0.5s;
}

.labelRadioBoisson:hover{
  cursor: pointer;
  background: #cc2a55;
  transition : 0.5s;
}

 .labelRadioDessert:hover{
   cursor: pointer;
   background: #cc2a55;
   transition : 0.5s;
 }

 #calendrier-semaine{
   background: #cc2a55;
   padding: 0px;
   width : auto;
   border-radius: 10px 10px 0px 0px;
 }

#semaine{
  background-color: #f3acc5 !important;
}

 #semaine{
   display: flex;
 }

 #titreMoi{
   color : #FFFFFF;
   margin-top : 10px;
   margin-left : 10px;
   margin-bottom : 0px;
 }

h4.calendrier{
  margin-top : 11px !important;
  margin-bottom: 0px !important;
  color : #000;
}

textarea.inpuText{
  width: 100%;
}

input.inpuText {
    border: 2px solid #cc2a55;
    margin-top: 5px !important;
    width : 100%;
    font-size: 20px;
}

#inputMail{
  padding-left : 20px;
}

#inputSubmit{
  border: none !important;
  background: #cc2a55;
  float: right;
  margin-top: 5px !important;
  margin-bottom : 5px !important;
  font-size: 15px;
  padding: 7px;
  border-radius: 10px;
  color: #FFF;
}


#tableDate{
  background-color: #cc2a55;
}

.thTable{
  padding: 5px;
}

.tableNum {
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.reservTable{
  background: #ffffff;
  border : 1px solid #333333;
  text-align: center;
}

.commandeTable{
  text-align: left;
  font-weight: bold;
}

#tableTitre{
  background: #f3acc5;
}

#tableTitre>th{
  text-align: center;
}


.post-inner{
  padding: 0px !important;
}
