.maxime {
  padding: 1rem;
}

.breadCrumb {
  background-color: var(--primary);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 24px;
  font-size: 14px;
  margin-bottom: 8px;
}

.bigTitle {
  color: black;
}

.breadcrumbBlack {
  color: #666666;
}

.bigTitle {
  text-transform: uppercase;
  font-size: 32px;
}

.breadCrumbGrey {
  font-size: 16px;
  color: var(--main-accent-light);
}

.breadcrumpCity {
  text-transform: uppercase;
}

.flexAdress {
  /*
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
  */
}

.bannerPrincipale {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
}
.bannerPrincipale img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.bannerNumber {
  position: absolute;
  background-color: var(--main-accent);
  color: var(--second-accent);
  top: 0;
  left: 0;
  padding: 12px;
}

.globalFormContainer {
  margin-top: 24px;
}

.labelLiContainer {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
  border: 1px solid black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.labelLiContainer label {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.labelLiContainer input {
  display: none;
}
.labelLiContainer:hover {
  background-color: var(--primary);
}
.labelLiContainer.labelLiContainer-active {
  background-color: var(--primary);
}

.flexRadioInput {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flexRadioInput label {
  margin-bottom: 12px;
}

.submitInput {
  display: block;
  margin: 0 auto;
}
.submitInput input[type=submit] {
  display: inline;
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background-color: var(--primary);
  color: var(--primary-accent);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 24px;
}

#ar-button {
  background: #FFBC1F;
}

h2.title__medium {
  margin-bottom: 1rem;
}

h1.title__big {
  margin-bottom: 1rem;
}

ul.splide__list {
  margin-bottom: 2rem !important;
}

img.intro__img {
  margin-bottom: 0.5rem;
}

.textContainer > p {
  line-height: 1.2;
  height: auto;
  margin-bottom: 5px;
}

.labelLiContainer {
  position: relative;
}
.labelLiContainer:nth-of-type(2):before {
  content: "02";
}
.labelLiContainer:nth-of-type(3):before {
  content: "03";
}
.labelLiContainer:before {
  position: absolute;
  content: "01";
  font-weight: 600;
  left: 10px;
}

.globalFormContainer {
  margin-bottom: 1rem;
}

model-viewer {
  margin-top: -50px;
}

@font-face {
  font-family: "Switzer-Bold";
  src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff");
}
@font-face {
  font-family: "Switzer-BoldItalic";
  src: url("../fonts/Switzer-BoldItalic.woff2") format("woff2"), url("../fonts/Switzer-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer-Medium";
  src: url("../fonts/Switzer-Medium.woff2") format("woff2"), url("../fonts/Switzer-Medium.woff") format("woff");
}
@font-face {
  font-family: "Switzer-MediumItalic";
  src: url("../fonts/Switzer-MediumItalic.woff2") format("woff2"), url("../fonts/Switzer-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer-Regular";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff");
}
@font-face {
  font-family: "Switzer-Italic";
  src: url("../fonts/Switzer-Italic.woff2") format("woff2"), url("../fonts/Switzer-Italic.woff") format("woff");
}
@font-face {
  font-family: "Switzer-Semibold";
  src: url("../fonts/Switzer-Semibold.woff2") format("woff2"), url("../fonts/Switzer-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Switzer-SemiboldItalic";
  src: url("../fonts/Switzer-SemiboldItalic.woff2") format("woff2"), url("../fonts/Switzer-SemiboldItalic.woff") format("woff");
}
html {
  font-family: "Switzer-Regular";
  font-size: 18px;
}

p {
  line-height: 150%;
}

ul {
  list-style: none;
}

:root {
  --main-accent: #101010;
  --second-accent: #FFFFFF;
  --main-accent-light: #666666;
  --primary: #ffbc1f;
}

body {
  background-color: white;
}

.title__big {
  font-size: 28px;
  text-transform: uppercase;
}

.title__medium {
  font-size: 24px;
  padding: 0px 12px 0px 12px;
  text-transform: uppercase;
}

.title__medium--padding {
  font-size: 24px;
  padding: 0;
  text-transform: uppercase;
}

.title--grey {
  color: var(--main-accent-light);
  font-family: "Switzer-Italic";
}

.intro {
  padding: 0px 12px 0px 12px;
}
.intro__banner {
  width: 100%;
}
.intro__img {
  width: 100%;
}

.nav {
  margin-bottom: 25px;
}
.nav__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px;
}
.nav__left {
  height: 25px;
  width: 25px;
}
.nav__ElementBlock {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.nav__profil {
  background-color: var(--main-accent);
  width: 25px;
  height: 25px;
}
.nav__text--first {
  margin-right: 25px;
}
.nav__text--last {
  margin-right: 50px;
}
.nav__profil {
  border-radius: 25px;
  background-size: contain;
  background-image: url(../images/profil.png);
}

.footer {
  color: white;
  background-color: var(--main-accent);
  padding: 48px 12px 24px 12px;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer__nav {
  padding: 0;
  margin: 0;
  width: 55%;
}
.footer__logo {
  width: 25px;
  height: 25px;
}
.footer__el--title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: white;
}
.footer__el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 12px;
  border-top: 2px solid var(--main-accent-light);
}
.footer__el:last-child {
  border-bottom: 2px solid var(--main-accent-light);
}
.footer__text {
  font-size: 16px;
  margin: 7px 10px 7px 10px;
  color: white;
}
.footer__list {
  padding: 0;
}
.footer__number {
  font-size: 12px;
}
.footer__p {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 12px;
  margin-top: 48px;
}
.footer__link {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.slideContainer {
  object-fit: cover;
  position: relative;
}
.slideContainer .textContainer {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 24px);
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7133228291) 10%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 6px;
  margin: 0;
}
.slideContainer .textContainer p {
  font-family: "Switzer-Medium";
}

.imageInSlider {
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 12px);
  object-fit: cover;
}

.mapContainer {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 42px;
}
.mapContainer__img {
  width: 100%;
}

#slide1, #slide2 {
  margin: 2rem 0;
}

.square__top--left {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 30%;
  top: 21%;
}

.square__top--right {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 50%;
  top: 31%;
}

.square__bottom {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 30%;
  top: 51%;
}

.tabs {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding: 0px 12px 0px 12px;
}

.table {
  cursor: pointer;
  width: 100%;
}
.table:last-of-type .table__line {
  border-bottom: 0px;
}
.table__img {
  width: 100%;
}
.table__content {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.table__secondary {
  font-size: 21px;
  font-family: "Switzer-Bold";
  margin: 10px 0px 10px 70px;
}
.table__text {
  margin-left: 70px;
}
.table__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.table__adds {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.table__open {
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: var(--main-accent);
}
.table__open--back {
  width: 25px;
  height: 25px;
}
.table__title {
  margin: 0 !important;
  padding: 12px 0px 12px 0px;
}
.table--hidden .table__content {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  scale: 0;
}
.table--hidden .table__line {
  border-bottom: 1px solid var(--main-accent-light);
}
.table--hidden .table__open--vertical {
  transform: rotate(90deg);
  transform-origin: center;
}

.table * {
  pointer-events: none;
  transition: transform 0.4s, height 0.2s;
}

@keyframes landing {}
.connexion {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/connexion.jpg);
  display: flex;
  align-items: center;
  background-color: #666666;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 100;
  display: none;
}
.connexion__title {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.connexion__el {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connexion__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@keyframes fadeIn {
  100% {
    opacity: 100%;
    transform: translateY(0%);
  }
}
@keyframes animateDash {
  to {
    stroke-dashoffset: 0;
  }
}
.connexion__list * {
  pointer-events: none;
}

.connexion__el svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  pointer-events: none;
  animation: animateDash 2000ms ease;
}

.itsme {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #FFF;
  background-color: #FF4612;
  line-height: 1.2;
  font-size: 18px;
  display: inline-flex;
  column-gap: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 25%;
  animation: fadeIn 400ms ease forwards;
  animation-delay: 300ms;
  opacity: 0%;
  transform: translateY(40px);
}

.phone {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: var(--main-accent);
  background-color: white;
  line-height: 1.2;
  font-size: 18px;
  display: inline-flex;
  column-gap: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 24px;
  animation: fadeIn 400ms ease forwards;
  animation-delay: 300ms;
  opacity: 0%;
  transform: translateY(40px);
}

.connect {
  position: relative;
  overflow: hidden;
}
.connect .connexion {
  display: flex;
}

.mobile {
  display: none;
}

@media screen and (min-width: 500px) {
  body {
    overflow: hidden;
  }
  .mobile {
    background-color: #666666;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
  }
  .mobile__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .mobile__el {
    color: white;
    font-size: 32px;
    text-align: center;
    width: 70%;
    line-height: 125%;
  }
}
/*# sourceMappingURL=main.css.map */
