/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: url("../img/arw.png"), auto;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: url("../img/arw.png"), auto;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: url("../img/arw.png"), auto;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html, body, header, h1, h2, h3, div, p, img, a, address {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  cursor: url("../img/cursor.png"), auto;
}

a {
  cursor: url("../img/cursor.png"), auto;
  text-decoration: none;
}

body {
  padding-bottom: 4px;
  height: 100%;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin-right: 10px;
  margin-left: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Source-sans";
  src: url("../fonts/source-sans-pro.woff");
}
@font-face {
  font-family: "Noway-regular";
  src: url("../fonts/Noway-Regular.woff");
}
@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Book.woff2");
}
@font-face {
  font-family: "Noway-Thin";
  src: url("../fonts/Noway-Thin.woff");
}
.font-reset, .img .img-switch, #proj-slide, .content-i-wrapper #content-i-mobile address, .content-i-wrapper #content-i-mobile, #info-mobile a, #infos address, #infos div p, #infos, #arrow-mobile a, header h2, header h1 {
  font-family: "Moderat";
  font-size: 1.1em;
  font-weight: unset;
  font-style: unset;
  text-decoration: none;
  color: rgb(15, 15, 15);
}

.font-courant, .img .img-switch, #proj-slide, .content-i-wrapper #content-i-mobile address, .content-i-wrapper #content-i-mobile, #infos address, #infos div p, #infos {
  font-family: "Moderat";
  font-size: 0.9em;
  line-height: 1.25;
}

.font-noway-thin {
  font-family: "Moderat";
}

.logo-anim--wrapper {
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-anim {
  height: 78%;
  margin: auto;
  fill: blue;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  stroke-width: 1.5px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes disapear {
  to {
    opacity: 0;
  }
}
@keyframes disapear {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes chargegalerie {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes chargegalerie {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0px 4px 8px;
  gap: 0px;
}
header h1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-bottom: 0px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  header h1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
header h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  header .infos-infos,
  header .proj-btn {
    display: none;
  }
}
header #return-arrow {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  header #return-arrow {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}

.projet .proj-btn:hover {
  cursor: url("../img/cursor-info.png"), auto;
}
@media screen and (max-width: 768px) {
  .projet header > a:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

#nom-proj {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
@media screen and (max-width: 768px) {
  #nom-proj {
    display: none;
  }
}

#arrow-mobile {
  display: none;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #arrow-mobile {
    display: block;
  }
}
#arrow-mobile img {
  width: 7vw;
}

#infos {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  height: 0px;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
@media screen and (max-width: 768px) {
  #infos {
    display: none;
  }
}
#infos div {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  position: relative;
}
#infos div img {
  width: 80px;
  float: left;
  padding-right: 10px;
}
#infos div p {
  position: absolute;
  display: inline-block;
}
#infos address {
  -ms-grid-column: 1;
  grid-column: 1;
  height: 150px;
  padding-left: 5px;
}

.info-on-display #infos {
  height: 150px !important;
}

#info-mobile {
  display: none;
  z-index: 9;
  border: 1px solid rgb(15, 15, 15);
  height: 23px;
  width: 23px;
  border-radius: 40px;
  position: absolute;
  right: 20px;
  padding-top: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info-mobile {
    display: block;
  }
}
.info-mobile-on-display .content-i-wrapper {
  width: 100%;
}

.content-i-wrapper {
  width: 0px;
  height: 100%;
  z-index: 8;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.content-i-wrapper #content-i-mobile {
  width: 100vw;
  padding: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
.content-i-wrapper #content-i-mobile img {
  width: 35vw;
  margin-bottom: 10px;
}
.content-i-wrapper #content-i-mobile address {
  position: absolute;
  bottom: 20px;
}

.home-page-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home-page-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

.img-wrap {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1fr;
  width: 100%;
  padding-top: 70%;
  cursor: url("../img/cursor.png"), auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-wrap img {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
}
.img-wrap p {
  display: none;
}

.home--c-two-p {
  cursor: url("../img/C2P_cursor.png"), auto;
}
.home--val {
  cursor: url("../img/VAL_cursor.png"), auto;
}
.home--fon {
  cursor: url("../img/FON_cursor.png"), auto;
}
.home--hay {
  cursor: url("../img/HAY_cursor.png"), auto;
}
.home--lpr {
  cursor: url("../img/LPR_cursor.png"), auto;
}
.home--bil {
  cursor: url("../img/BIL_cursor.png"), auto;
}
.home--eur {
  cursor: url("../img/EUR_cursor.png"), auto;
}
.home--mar {
  cursor: url("../img/MAR_cursor.png"), auto;
}
.home--oas {
  cursor: url("../img/OAS_cursor.png"), auto;
}
.home--ben {
  cursor: url("../img/BEN_cursor.png"), auto;
}
.home--afr {
  cursor: url("../img/AFR_cursor.png"), auto;
}
.home--med {
  cursor: url("../img/MED_cursor.png"), auto;
}
.home--ker {
  cursor: url("../img/KER_cursor.png"), auto;
}
.home--oas {
  cursor: url("../img/OAS_cursor.png"), auto;
}

.page-projet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-projet {
    position: relative;
  }
}

#proj-slide {
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: url("../img/cursor.png"), auto;
}
@media screen and (max-width: 768px) {
  #proj-slide {
    display: none;
  }
}
#proj-slide #proj-txt {
  width: 90%;
  height: 80vh;
  display: none;
}
#proj-slide .plan-wrapper {
  margin-top: 20px;
  height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#proj-slide .plan-wrapper #plan {
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #proj-slide .plan-wrapper #plan {
    margin-top: 20px;
    height: 30vh;
  }
}
#proj-slide .plan-wrapper #plan img {
  max-height: 75vh;
}

.info-on-display .plan-wrapper {
  display: none !important;
}
.info-on-display #proj-txt {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.info-on-display .proj-btn-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.proj-btn-plus {
  font-size: 1.6em;
}

.carrousel-link-on.map-point:after {
  border: 1px solid blue;
  background: blue;
}

.map-point {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  cursor: url("../img/cursor.png"), auto;
}
.map-point:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid rgb(160, 160, 160);
  background: rgb(160, 160, 160);
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .map-point {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.map-point:hover:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#proj-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #proj-txt {
    overflow-y: scroll;
    width: auto;
    display: block;
  }
}
#proj-txt p {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #proj-txt p {
    width: 100%;
  }
}

#carousel-container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #carousel-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
}

.galerie {
  -webkit-animation: chargegalerie 1s;
          animation: chargegalerie 1s;
}

.carousel-cell img {
  height: 91vh;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .carousel-cell img {
    height: auto;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}

.flickity-prev-next-button.previous {
  opacity: 0 !important;
  width: 50%;
  height: 100%;
  border-radius: 0px;
}
.flickity-prev-next-button.previous:hover {
  cursor: url("../img/arw-left.png"), auto;
}

.flickity-prev-next-button.next {
  opacity: 0 !important;
  width: 50%;
  height: 100%;
  border-radius: 0px;
}
.flickity-prev-next-button.next:hover {
  cursor: url("../img/arw.png"), auto;
}

.img .img-switch {
  position: absolute;
  margin: 6px;
  border: 1px solid rgb(15, 15, 15);
  background: white;
  border-radius: 20px;
  cursor: pointer;
}
.img .img-switch p {
  display: inline-block;
  padding: 6px;
}
.img .img-switch p:first-child {
  border-right: 1px solid rgb(15, 15, 15);
  border-radius: 20px 0 0 20px;
}
.img .img-switch p:last-child {
  border-radius: 0 20px 20px 0;
}
.img .img-switch p:hover {
  background: lightgrey;
}

/* enable Flickity by default */
.main-carousel:after {
  content: "flickity";
  display: none;
}
@media screen and (max-width: 768px) {
  .main-carousel:after {
    /* disable Flickity for small devices */
    content: "";
  }
}

.c2p .carousel-cell1 {
  position: absolute;
  top: 72%;
  left: 36%;
}
.c2p .carousel-cell2 {
  position: absolute;
  top: 83%;
  left: 44%;
}
.c2p .carousel-cell3 {
  position: absolute;
  top: 74%;
  left: 25%;
}
.c2p .carousel-cell4 {
  position: absolute;
  top: 80%;
  left: 18%;
}
.c2p .carousel-cell5 {
  position: absolute;
  top: 22%;
  left: 13%;
}
.c2p .carousel-cell7 {
  position: absolute;
  top: 25%;
  left: 43%;
}
.c2p .carousel-cell8 {
  position: absolute;
  top: 12%;
  left: 45%;
}
.c2p .carousel-cell9 {
  position: absolute;
  top: 12%;
  left: 19%;
}
.c2p .carousel-cell10 {
  position: absolute;
  top: 12%;
  left: 58%;
}
.c2p .carousel-cell11 {
  position: absolute;
  top: 83%;
  left: 56%;
}

.ker .carousel-cell1 {
  position: absolute;
  top: 69%;
  left: 14%;
}
.ker .carousel-cell2 {
  position: absolute;
  top: 42%;
  left: 40%;
}
.ker .carousel-cell3 {
  position: absolute;
  top: 56%;
  left: 46%;
}
.ker .carousel-cell4 {
  position: absolute;
  top: 48%;
  left: 43%;
}
.ker .carousel-cell5 {
  position: absolute;
  top: 87%;
  left: 0%;
}
.ker .carousel-cell6 {
  position: absolute;
  top: 32%;
  left: 45%;
}

.val .carousel-cell1 {
  position: absolute;
  top: 69%;
  left: 14%;
}
.val .carousel-cell2 {
  position: absolute;
  top: 29%;
  left: 40%;
}
.val .carousel-cell3 {
  position: absolute;
  top: 24%;
  left: 65%;
}
.val .carousel-cell4 {
  position: absolute;
  top: 43%;
  left: 71%;
}
.val .carousel-cell5 {
  position: absolute;
  top: 53%;
  left: 56%;
}
.val .carousel-cell6 {
  position: absolute;
  top: 55%;
  left: 35%;
}
.val .carousel-cell7 {
  position: absolute;
  top: 40%;
  left: 39%;
}
.val .carousel-cell8 {
  position: absolute;
  top: 44%;
  left: 31%;
}
.val .carousel-cell9 {
  position: absolute;
  top: 63%;
  left: 74%;
}
.val .carousel-cell10 {
  position: absolute;
  top: 70%;
  left: 59%;
}
.val .carousel-cell11 {
  position: absolute;
  top: 22%;
  left: 52%;
}