<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

header {
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 40px;
  z-index: 999;
}
header .el {
  flex: 1 1 0%;
  flex-grow: 2;
}
header .el:first-child {
  flex-grow: 1;
}
header .el:last-child {
  flex-grow: 1;
}
header a {
  text-decoration: none;
  padding: 0 1rem;
  color: #828282;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.3rem;
  letter-spacing: 0.175rem;
  transition: 0.3s;
}
header a:hover {
  cursor: pointer;
  color: #424242;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
header .title {
  letter-spacing: 0.25rem;
  font-size: 1.75rem;
  line-height: 1rem;
  letter-spacing: 0.175rem;
}
header .menu {
  text-align: center;
}
header .menu .choix {
  padding: 0 15px;
}
header .lang {
  text-align: right;
}

#rp {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
}
#rp .slider {
  width: 80%;
}
#rp .splide {
  margin: auto;
}
#rp .splide__slide {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: ease-in-out 0.2s;
}
#rp .splide__slide:hover {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}
#rp .colored {
  filter: none;
}
#rp .filter {
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(105, 105, 105, 0.1348914566) 56%, rgba(0, 0, 0, 0.4738270308) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
#rp .filter:hover,
#rp .text:hover {
  cursor: pointer;
}
#rp .text {
  position: absolute !important;
  bottom: 0 !important;
  text-align: left;
  margin: 1.875rem;
}
#rp .text h1,
#rp .text p {
  color: #ffffff;
  font-weight: 300;
  text-align: justify;
  font-style: normal;
}
#rp .text h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: 0.05em;
}
#rp .text p {
  font-size: 1.125rem;
  line-height: 1.313rem;
  text-align: justify;
  letter-spacing: 0.05em;
}
#rp .arrow {
  margin: 0 -3.125rem;
}
#rp .arrow svg {
  fill: #424242 !important;
}
#rp .fade-enter-active,
#rp .fade-leave-active {
  transition: opacity 0.5s;
}
#rp .fade-enter,
#rp .fade-leave-to {
  opacity: 0;
}

.down {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
}
.down svg {
  transform: rotateZ(90deg);
}

.contact {
  display: block;
  width: 80%;
  margin: 100px auto 0 auto;
}
.contact .infos {
  max-width: 30rem;
  width: 75%;
  display: block;
  margin: 0px auto;
  background-color: #424242;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
}
.contact .infos h1 {
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.75rem;
  margin-top: 5px;
}
.contact .infos .info {
  display: flex;
  margin: 10px 6rem;
  text-align: left;
}
.contact .infos .info div {
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.31rem;
  color: #ffffff;
}
.contact .infos .info .type {
  font-weight: normal;
}
.contact .infos .info .data {
  font-weight: 300;
}
.contact .infos .info .data a {
  color: inherit;
  transition: 0.3s;
}
.contact .infos .info .data a:hover {
  color: #acacac;
}
.contact .infos iframe,
.contact .infos .bureau {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.contact .infos .bureau {
  height: 100%;
}
.contact .recrutement {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .recrutement .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.contact .recrutement .annonces {
  width: 40%;
}
.contact .recrutement .annonces .annonce {
  display: flex;
  justify-content: space-between;
}
.contact footer {
  text-align: center;
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 1.31rem;
  color: #898989;
}

@media only screen and (max-height: 750px) and (min-width: 500px) {
  .slider {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1430px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1290px) {
  html {
    font-size: 75%;
  }
  .arrow {
    margin: 0 -2rem;
  }
  .arrow svg {
    width: 2rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 60% !important;
  }
  .infos {
    width: 90%;
  }
  .infos .info {
    margin: 10px 2rem !important;
  }
}
@media only screen and (max-width: 895px) {
  .down {
    display: flex;
  }
  .title {
    text-align: center;
  }
  .lang {
    right: -15px;
    position: relative;
  }
  header .el:nth-child(1) {
    text-align: center;
    font-size: 2rem;
    margin-left: 30px;
  }
  header .el:nth-child(2) {
    display: none;
  }
  header .el:nth-child(3) {
    flex-grow: 0 !important;
  }
  .annonces {
    width: 80% !important;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>