html,
body {
  height: 100%;
}

body {
  background-color: #f3f3f4;
  font-family: "Raleway", sans-serif;
  color: #818181;
}

#page {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#wpadminbar + #page #masthead {
  top: 32px;
}

@media screen and (max-width: 782px) {
  #wpadminbar + #page #masthead {
    top: 46px;
  }
}
#masthead {
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  min-height: auto;
  padding: 5px 20px;
  z-index: 1000;
}
#masthead a {
  display: inline-block;
}

#primary {
  padding: 70px 20px 20px;
}

.custom-logo-link {
  display: block;
}
.custom-logo-link img {
  display: block;
  height: 40px;
  width: auto;
}

#site_footer {
  padding: 10px 20px;
}
#site_footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#site_footer li {
  display: inline-block;
  margin: 0 10px;
}
#site_footer a {
  color: #cb1c27;
  text-decoration: none;
}
#site_footer a:hover {
  text-decoration: underline;
}

article header {
  display: none;
}

.entry-content {
  margin: 0 auto;
  max-width: 1000px;
}
.entry-content > *:first-child {
  margin: 0 !important;
}

html body .formcraft-css .fc-pagination-cover {
  display: none !important;
}
html body .formcraft-css form.fc-form {
  margin: 0 auto !important;
}
html body .formcraft-css .powered-by {
  display: none;
}

.entry-content p > a {
  text-decoration: none;
  color: #cb1c27;
}
.entry-content p > a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #cb1c27;
}

body .entry-content .formcraft-css .fc-form {
  font-family: "Raleway", sans-serif;
}

body .privacy-policy #site_footer .menu-item-privacy-policy {
  display: none;
}

/*Iframe*/
html.iframe {
  height: auto;
}

.iframe #page,
.iframe body {
  height: auto;
}
.iframe .iframe #masthead {
  display: none;
}
.iframe #primary {
  padding-top: 20px;
}
.iframe #site_footer {
  display: none;
}

/* Fin Iframe */
option {
  color: #333 !important;
  background-color: #FFF !important;
}
option:hover {
  background-color: #FAFAFA !important;
}

/* Correction formcraft addon */
.ui-datepicker-other-month {
  opacity: 0 !important;
}

/* Boutons */
.submit-button {
  opacity: 1;
  -moz-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.submit-button:hover {
  opacity: 0.5 !important;
}

[data-handler=selectDay][data-event=click] {
  opacity: 1;
  -moz-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
[data-handler=selectDay][data-event=click]:hover {
  opacity: 0.5 !important;
}

/*# sourceMappingURL=style.css.map */
