@charset "utf-8";
/*imports*/
@import url(reset.css);
@import url(animations.css);
/*variables*/
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
html {
  /*GLOBAL*/
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #6f6f6f;
  background: #F6F6F6;
  overflow-x: hidden;
  /*HEADER*/
  /*CENTRE*/
  /*FOOTER*/
  /*FORMULAIRES*/
  /*CONTENU*/
}
html .mobile {
  display: none;
}
html .nomobile {
  display: inline;
}
html .center {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  outline-style: none !important;
}
html a:hover {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html em {
  font-style: italic;
}
html .lightbox {
  display: none;
}
html header {
  float: left;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 134px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  overflow: hidden;
}
html header .logo {
  float: left;
  height: 35px;
  width: auto;
  margin-top: 50px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  filter: brightness(0) invert(1);
}
html header nav {
  float: left;
  position: relative;
  z-index: 12000;
  width: auto;
  margin-top: 50px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #fff;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul {
  float: right;
  width: auto;
}
html header nav ul li {
  float: left;
  position: relative;
}
html header nav ul li a {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 12px;
  font-size: 0.9em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: open-sans, sans-serif;
  font-weight: 400;
}
html header nav ul li a.active {
  color: #008a99;
}
html header nav ul li a:hover,
html header nav ul li a.active:hover {
  color: #008a99;
}
html header .lang-switcher {
  position: absolute;
  z-index: 12000;
  top: 5px;
  right: 5px;
  font-size: 0.9em;
  font-weight: 400;
}
html header .lang-switcher a {
  color: #6f6f6f;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
html header .lang-switcher a:hover,
html header .lang-switcher a.active {
  opacity: 1;
  color: #008a99;
}
html header .lang-switcher .sep {
  color: #6f6f6f;
  opacity: 0.3;
  font-size: 1.2em;
  font-weight: 800;
}
html header #menu_checkbox {
  display: none;
}
html header label {
  position: absolute;
  z-index: 20000;
  top: 40px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px auto 0 auto;
  cursor: pointer;
}
html header label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
html header label div:first-child {
  transform-origin: 0;
}
html header label div:last-child {
  margin-bottom: 0;
  transform-origin: 30px;
}
html header label div:nth-child(2) {
  right: 0;
  width: 30px;
}
html header #menu_checkbox:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:last-child {
  top: 3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:nth-child(2) {
  width: 42px;
  top: 0;
  right: 6px;
  transform: rotateZ(-45deg);
}
html header.scrolled {
  height: 100px;
  background: #ffffff;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled .logo {
  margin-top: 35px;
  filter: brightness(1) invert(0);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav {
  margin-top: 35px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #6f6f6f;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav ul li a {
  color: #6f6f6f;
}
html header.scrolled nav ul li a.active {
  color: #008a99;
}
html header.scrolled nav ul li a:hover,
html header.scrolled nav ul li a.active:hover {
  color: #008a99;
}
html .slideshow {
  float: left;
  position: relative;
  z-index: 600;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
}
html .slideshow .rslides {
  position: relative;
  z-index: 700;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
}
html .slideshow .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 800;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html .slideshow .rslides li .content {
  position: absolute;
  z-index: 850;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
html .slideshow .rslides li .content .title {
  font-family: "novecento-sans-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}
html .slideshow .rslides li .content a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 40px;
  background: url("/images/communs/bottom.svg") no-repeat;
  background-size: contain;
}
html .slideshow .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow .rslides_nav {
  position: absolute;
  display: block;
  z-index: 700;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .rslides_nav::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  margin: 30%;
  background: url("/images/communs/prev.svg") no-repeat center center;
  background-size: contain;
}
html .slideshow .rslides_nav:active {
  opacity: 1;
}
html .slideshow .rslides_nav.next {
  right: 20px;
  left: auto;
}
html .slideshow .rslides_nav.next::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  margin: 30%;
  background: url("/images/communs/next.svg") no-repeat center center;
  background-size: contain;
}
html .slideshow .rslides_nav:hover {
  background: rgba(0, 0, 0, 0.9);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .bg {
  position: absolute;
  z-index: 810;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
html main {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 60px;
}
html main .text h1 {
  font-family: "novecento-sans-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding-bottom: 40px;
  color: #008a99;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
html main .text h2 {
  font-family: "novecento-sans-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #008a99;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
html main .text p {
  line-height: 1.6em;
  font-size: 0.9em;
  padding-bottom: 20px;
}
html main .text p a {
  color: #008a99;
}
html main .text p a:hover {
  filter: brightness(1.2);
}
html main .text ul {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 0.9em;
  padding-bottom: 20px;
  list-style-type: square;
  padding-left: 20px;
}
html main .text strong {
  font-weight: 800;
}
html main .bloc,
html main .bloc3,
html main .bloc4 {
  float: left;
  position: relative;
  width: 100%;
  height: 330px;
  background: #fff;
  margin-top: 40px;
}
html main .bloc .image,
html main .bloc3 .image,
html main .bloc4 .image {
  float: left;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #D0D0D2;
  text-align: center;
}
html main .bloc .text,
html main .bloc3 .text,
html main .bloc4 .text {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  padding: 40px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main .bloc .text h2,
html main .bloc3 .text h2,
html main .bloc4 .text h2 {
  padding-top: 0px;
}
html main .bloc .text a,
html main .bloc3 .text a,
html main .bloc4 .text a {
  color: #008a99;
}
html main .bloc .text a.read-more,
html main .bloc3 .text a.read-more,
html main .bloc4 .text a.read-more {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  color: #ffffff;
  font-family: "novecento-sans-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: width 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: width 0.3s ease-out, background 0.3s ease-out;
  -o-transition: width 0.3s ease-out, background 0.3s ease-out;
  transition: width 0.3s ease-out, background 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main .bloc .text a.read-more span,
html main .bloc3 .text a.read-more span,
html main .bloc4 .text a.read-more span {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
html main .bloc .text a.read-more.right,
html main .bloc3 .text a.read-more.right,
html main .bloc4 .text a.read-more.right {
  padding: 10px 0 10px 40px;
  background: #008999 url("/images/communs/fl_r.png") no-repeat 50% 50%;
  left: 0;
  width: 40px;
}
html main .bloc .text a.read-more.left,
html main .bloc3 .text a.read-more.left,
html main .bloc4 .text a.read-more.left {
  padding: 10px 40px 10px 0;
  background: #008999 url("/images/communs/fl_l.png") no-repeat 50% 50%;
  text-align: right;
  right: 0;
  width: 40px;
}
html main .bloc .text a.read-more.right:hover,
html main .bloc3 .text a.read-more.right:hover,
html main .bloc4 .text a.read-more.right:hover {
  width: 100%;
  background-position: 95% 50%;
}
html main .bloc .text a.read-more.left:hover,
html main .bloc3 .text a.read-more.left:hover,
html main .bloc4 .text a.read-more.left:hover {
  width: 100%;
  background-position: 5% 50%;
}
html main .bloc .text a.read-more:hover span,
html main .bloc3 .text a.read-more:hover span,
html main .bloc4 .text a.read-more:hover span {
  opacity: 1;
}
html main .bloc2 {
  float: left;
  width: 50%;
  display: inline-block;
  margin-top: 40px;
  padding-left: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main .bloc2:nth-child(even) {
  padding-left: 0px;
  padding-right: 20px;
}
html main .bloc2 .image {
  float: left;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
html main .bloc2 .text {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
html main .bloc2 .text h2 {
  font-size: 1.2em;
  padding-top: 0px;
}
html main .bloc3 {
  height: 250px;
}
html main .bloc3 h2 {
  padding-top: 0px;
}
html main .bloc3 .text {
  padding-top: 40px;
}
html main .bloc3 .image {
  background-size: contain;
}
html main .bloc3 .image img {
  max-height: 100%;
  width: auto;
}
html main .bloc4 {
  float: none;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}
html main .map {
  position: relative;
  display: inline-block;
  float: right;
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
html main .map .coord {
  position: absolute;
  z-index: 500;
  width: 180px;
  right: 20px;
  top: 20px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: right;
  font-size: 1.2em;
  background: rgba(0, 138, 153, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main .map .coord h2,
html main .map .coord a {
  color: #fff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
html main .map .coord a {
  text-decoration: underline;
}
html footer {
  float: left;
  position: relative;
  z-index: 900;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-top: 60px;
}
html footer .bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 400;
  color: #6f6f6f;
  background: #fff;
}
html footer .bottom a,
html footer .bottom button {
  color: #008a99;
}
html footer .bottom a:hover,
html footer .bottom button:hover {
  filter: brightness(1.2);
}
html footer .bottom a:last-child,
html footer .bottom button:last-child {
  margin-right: 10px;
}
html footer .bottom button {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  border: 0;
  font-size: 1em;
  background: none;
  cursor: pointer;
}
html .form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
html .form section {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
html .form section.small-left {
  width: 49%;
  margin-right: 1%;
}
html .form section.small-right {
  width: 49%;
  margin-left: 1%;
}
html .form div.field {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .form div.checkboxfield {
  background: transparent;
}
html .form div.checkboxfield label {
  font-family: open-sans, sans-serif;
  font-weight: 400;
}
html .form input[type="text"],
html .form input[type="password"],
html .form select,
html .form textarea {
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .form textarea {
  width: 100%;
  margin-left: 0;
  padding: 20px;
  padding-top: 15px;
  height: 80px;
  line-height: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html .form input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
html .form .placeholder {
  position: absolute;
  pointer-events: none;
  font-size: 1em;
  left: 20px;
  top: 13px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  color: #6f6f6f;
  transition: 0.2s ease all;
}
html .form .placeholder strong {
  color: #e73233;
  margin-left: 5px;
}
html .form input:focus ~ .placeholder,
html .form input:-webkit-autofill ~ .placeholder,
html .form input:not(:placeholder-shown):not(:focus):valid ~ .placeholder,
html .form select:focus ~ .placeholder,
html .form select:not(:focus):valid ~ .placeholder,
html .form input:disabled ~ .placeholder {
  top: 2px;
  left: 20px;
  font-size: 0.6em;
  opacity: 1;
}
html .form input:disabled {
  color: #fff;
}
html .form input.error,
html .form select.error {
  color: #e73233;
}
html .form div.error {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-left: 14px;
  margin-bottom: -18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .form div.error label {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #e73233;
}
html .form div.error label::before {
  content: '🚫';
  padding-right: 5px;
  color: #e73233;
}
html .form #adressecomplete {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 1.2em;
}
html .form label {
  cursor: pointer;
  font-family: open-sans, sans-serif;
  font-weight: 400;
}
html .form label a {
  color: #008a99;
}
html .form label a:hover {
  color: #6f6f6f;
}
html .form .toggle-password {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
html .form p.infos {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .form .btn {
  float: right;
  border: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #008a99;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .form .btn:hover {
  filter: brightness(1.2);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html section.checkbox div.field {
  background: none;
}
html section.checkbox div.field i {
  position: relative;
  top: initial;
  left: initial;
}
html .contactform {
  float: left;
  width: 100%;
  padding-top: 60px;
  background: #f6f6f6;
}
html .featherlight .featherlight-content {
  overflow: visible;
}
html .featherlight .featherlight-content .featherlight-close {
  z-index: 100000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 2m;
  margin-top: -10px;
  margin-right: -10px;
  background: #008a99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "novecento-sans-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .featherlight .featherlight-content .featherlight-close:hover {
  filter: brightness(1.2);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/*# sourceMappingURL=styles.css.map */