/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
* 62.5% permet de convertir les rem en px -> 1.6rem = 16px
*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
}
/****************************************************************************/
/* MIXINS
/****************************************************************************/
/****************************************************************************/
/* COULEURS
/****************************************************************************/
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
/****************************************************************************/
/* RESPONSIVE BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* GENERAL
/****************************************************************************/
html {
  scroll-behavior: smooth;
}
/****************************************************************************/
/* COOKIES / RGPD
/****************************************************************************/
body.gdpr-infobar-visible {
  position: relative;
}
body.gdpr-infobar-visible::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 9980;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  z-index: 9990;
}
@media (max-width: 576px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 60px;
  }
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  order: 2 !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-reject-btn {
  order: 1 !important;
}
@media (max-width: 576px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    position: absolute;
    top: 30px;
    right: 10px;
  }
}
.gdpr_lightbox {
  z-index: 99970;
}
.grecaptcha-badge {
  visibility: hidden;
}
.rgpd__block {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rgpd__block .rgpd__title {
  font-weight: 700;
}
.rgpd__block .rgpd__content {
  height: 120px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rgpd__block .rgpd__content::-webkit-scrollbar {
  display: none;
}
.rgpd__block .rgpd__content > p, .rgpd__block .rgpd__content ul {
  font-size: 1.4rem;
}
/****************************************************************************/
/* TITRES, LIENS et TEXTES
/****************************************************************************/
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
p {
  font-size: 1.6rem;
}
img, iframe {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: none;
}
h1 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}
h2 {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
}
ul li {
  list-style-type: none;
}
a, button, input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, button:hover, input[type=submit]:hover {
  text-decoration: none;
}
a:focus-visible, button:focus-visible, input[type=submit]:focus-visible {
  box-shadow: none;
}
.effect {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
}
.effect.visible {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
.navbar-brand img {
  max-height: 50px;
}
.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb * {
  font-size: 0.9rem;
}
.rank-math-breadcrumb span.last {
  font-weight: bold;
}
/****************************************************************************/
/* BLOC MEDIA / TEXTE
/****************************************************************************/
/****************************************************************************/
/* BLOC CHIFFRES CLES
/****************************************************************************/
/****************************************************************************/
/* HOMEPAGE
/****************************************************************************/
/****************************************************************************/
/* RECRUTEMENT
/****************************************************************************/
/****************************************************************************/
/* ACTUALITES
/****************************************************************************/
/****************************************************************************/
/* SLICK SLIDER
/****************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  padding-bottom: 40px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
/****************************************************************************/
/* FORMS
/****************************************************************************/
.wp-block-contact-form-7-contact-form-selector .wpcf7 form .row + .row {
  margin-top: 30px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group input, .wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group textarea, .wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group select {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px;
  border-radius: 0;
}
/****************************************************************************/
/* MAPS
/****************************************************************************/
#map {
  position: relative;
  height: 500px;
  width: 100%;
}
#map .marker {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.5);
}
