/* Eléments CSS pour réservation ----------------------------------------------- */

/* 
body {
  font-family: 'Georgia', serif;
  margin: 0;
  padding: 40px 0;
  min-height: 100vh;
}
*/

#reservation-surface {
  position: absolute;
  top: 0 ; left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: auto;
}
 
.titre-calendriers {
  text-align: center;
  color: #222;
  margin-bottom: 18px;
  font-family: 'Georgia', serif;
  background: rgba(255,255,255,0.85);
  padding: 20px 0 10px 0;
  border-radius: 12px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.calendars-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.calendar-block {
  background: rgba(255,255,255,0.85);
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.18);
  padding: 30px 25px 25px 25px;
  min-width: 370px;
  text-align: center;
}

.calendar-block h2 {
  margin-bottom: 18px;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.day {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  background: #e0e0e0;
  color: #888;
  transition: background 0.2s, color 0.2s;
}

.day.available {
  background: #4caf50;
  color: #fff;
  cursor: pointer;
}

.day.past {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
}

.day.selected {
  border: 2px solid #1976d2;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  min-width: 300px;
  text-align: center;
  position: relative;
  font-family: 'Georgia', serif;
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#slots button {
  display: block;
  margin: 15px auto;
  padding: 10px 30px;
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Georgia', serif;
}
#slots button:hover {
  background: #1256a2;
}


/* -------------------------------------------------------------------------------- */
.style.vertical-align-middle-innerbox {
    padding: 4px;
}
.paragraph_style {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_1 {
    font-family: 'Georgia-Bold', 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.style_2 {
    font-family: 'Georgia-Bold', 'Georgia', serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    vertical-align: 6px;
}
.paragraph_style_1 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 6px;
    padding-top: 22px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_2 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia-Italic', 'Georgia', serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_3 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia-Italic', 'Georgia', serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_3 {
    line-height: 24px;
    text-decoration: underline;
}
.paragraph_style_4 {
    color: rgb(52, 82, 95);
    font-family: 'Georgia-Bold', 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_4 {
    padding: 0px;
}
.paragraph_style_5 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_6 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_7 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia-Italic', 'Georgia', serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_8 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 1px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_5 {
    font-family: 'Georgia-Italic', 'Georgia', serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
}
.style_SkipStroke_2 {
    background: rgb(255, 255, 255);
    opacity: 0.90;
}
.style_SkipStroke_3 {
    background: rgb(255, 255, 255);
    opacity: 0.90;
}
.style_SkipStroke {
    background: transparent;
    opacity: 1.00;
}
.style_SkipStroke_1 {
    background: rgb(255, 255, 255);
    opacity: 0.80;
}
.style_SkipStroke_4 {
    background: transparent;
    opacity: 1.00;
}
.paragraph_style_9 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_10 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia-Italic', 'Georgia', serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_6.vertical-align-middle-innerbox {
    padding: 4px;
}
.style_External_489_166.vertical-align-middle-middlebox {
    height: 166px;
    position: relative;
    width: 489px;
}
.style_External_461_111.vertical-align-middle-middlebox {
    height: 111px;
    position: relative;
    width: 461px;
}
.paragraph_style_11 {
    color: rgb(83, 83, 83);
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_External_480_159 {
    position: relative;
}
.style_SkipStrokeSkipFillSkipOpacity {
}
.Free_Form {
    color: rgb(88, 77, 77);
    font-family: 'GeorgiaMT', 'Georgia', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.graphic_image_style_default_SkipStroke {
    background: transparent;
    opacity: 1.00;
}
.graphic_shape_layout_style_default_External_567_317 {
    position: relative;
}
.graphic_shape_layout_style_default_External_1280_720 {
    position: relative;
}
.graphic_shape_layout_style_default {
    padding: 4px;
}
.graphic_shape_style_default_SkipStroke {
    background: rgb(255, 255, 255);
    opacity: 1.00;
}
.graphic_textbox_layout_style_default {
    padding: 4px;
}
.graphic_textbox_layout_style_default_External_489_166 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_568_53 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_480_159 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_567_60 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_363_35 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_461_111 {
    position: relative;
}
.graphic_textbox_layout_style_default_External_568_35 {
    position: relative;
}
.graphic_textbox_style_default_SkipStrokeSkipFillSkipOpacity {
}
.graphic_textbox_style_default_SkipStroke {
    background: transparent;
    opacity: 1.00;
}
a {
    color: rgb(88, 77, 77);
    text-decoration: underline;
}
a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}
a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
.bumper {
    font-size: 1px;
    line-height: 1px;
}
#widget0 a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
#widget0 a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}
#widget0 a {
    color: rgb(88, 77, 77);
    text-decoration: underline;
}
.spacer {
    font-size: 1px;
    line-height: 1px;
}
body { 
    -webkit-text-size-adjust: none;
}
div { 
    overflow: visible; 
}
img { 
    border: none; 
}
.InlineBlock { 
    display: inline; 
}
.InlineBlock { 
    display: inline-block; 
}
.inline-block {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom:0.3em;
}
.inline-block.shape-with-text {
    vertical-align: bottom;
}
.vertical-align-middle-middlebox {
    display: table;
}
.vertical-align-middle-innerbox {
    display: table-cell;
    vertical-align: middle;
}
div.paragraph {
    position: relative;
}
li.full-width {
    width: 100;
}
