html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

main, li {
  display: block;
}

h1, h2, h3, h4 {
  font-size: inherit;
}

strong {
  font-weight: 650;
}

a, button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  font-size: 16pt;
  text-align: left;
  word-spacing: 0.2em;
  line-height: 1.5em;
}

.main-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

h1 {
  font-size: 3em;
  text-align: center;
}

.loader-page-elem {
  visibility: hidden;
}

#backgroundContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#backgroundContainer svg {
  height: auto;
  transform-origin: center center;
  overflow: visible;
  width: 100px;
}

circle, path, polygon {
  transform-origin: center center !important;
}

.main-menu {
  cursor: pointer;
}

.invisible-circle {
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: transparent;
}

.mobile-menu-handler {
  display: none;
}

header, footer {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 99;
}

header {
  bottom: 0;
  padding: 0 0.5em;
  transform: translateY(100%);
  border-radius: 25px 25px 0 0;
  background-color: rgba(0, 0, 0, 0.3);
}
header ul {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
header ul li {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 13pt;
  transform: scale(0);
  transform-origin: center center;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
}
header ul li#navBarListHome {
  flex: 1.5;
}
header ul li a, header ul li span {
  width: 100%;
  display: block;
}
header ul li a {
  text-transform: uppercase;
}
header ul li span {
  margin-bottom: 0.5em;
}
header ul li span path {
  fill: #FFFFFF;
}
header ul li svg {
  width: 20px;
}

.header-bis {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: translate(0, 100%) scale(0, 1);
  background-color: rgb(0, 0, 0);
  border-radius: 25px 25px 0 0;
}

footer {
  display: none;
  bottom: 0;
  padding: 1em 1em;
  color: #FFF;
  font-size: 0.8em;
  transform: translateY(100%);
  background-color: #000000;
  align-items: center;
  justify-content: center;
  /* font-weight: 600; */
}

footer ul {
  text-align: center;
}

footer svg {
  width: 10px;
}

.fw-700 {
  font-weight: 700;
}

.mb-05 {
  margin-bottom: 0.5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.button {
  width: 150px;
  display: block;
  padding: 0.5em 1em;
  margin: 16px auto 0 auto;
  background-color: rgb(158, 117, 194);
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  cursor: pointer;
}

.sub-info {
  font-size: 11pt;
  text-align: center;
}

.decomposed {
  display: inline-block;
  opacity: 0;
}

strong.decomposed {
  display: initial;
}

.decomposed_space {
  display: inline-block;
}

.tagline-container {
  width: 100%;
  position: absolute;
  top: 185px;
  left: 0;
  text-transform: uppercase;
  opacity: 0;
}
.tagline-container#taglineTop {
  transform: scaleX(0) translate(0, -50px);
}
.tagline-container#taglineTop h1 {
  font-size: 47px;
}
.tagline-container#taglineBottom {
  transform: scaleX(0) translate(0, 50px);
}
.tagline-container#taglineBottom h1 {
  font-size: 20px;
}
.tagline-container h1 {
  font-weight: 900;
}

.section-container {
  height: calc(100% - 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 98;
  /* Responsive image gallery rules begin*/
  /* overlay styles */
  /* hover */
}
.section-container .sub-section {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(100%);
  top: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1em;
  box-sizing: border-box;
}
.section-container .sub-section h2 {
  max-width: 600px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 42pt;
  font-weight: 900;
  text-align: center;
  margin: 16px auto 16px auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-container .sub-section h3 {
  text-align: center;
  font-size: 21pt;
  font-weight: 900;
  max-width: 600px;
  margin: 0 auto 32px auto;
}
.section-container .sub-section h4 {
  font-weight: 900;
}
.section-container .sub-section .content {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.section-container .sub-section#sectionPresentation h2 {
  color: #F9AE0C;
}
.section-container .sub-section#sectionPrestations h2 {
  color: #6FCC8D;
}
.section-container .sub-section#sectionPrestations h4 {
  font-size: 26pt;
  margin-bottom: 16px;
  color: #6FCC8D;
}
.section-container .sub-section#sectionPrestations li {
  padding: 32px;
}
.section-container .sub-section#sectionPrestations li:nth-child(odd) {
  background: #000000;
  color: #FFFFFF;
}
.section-container .sub-section#sectionGallery h2 {
  color: #46BACA;
}
.section-container .sub-section#sectionDevis h2 {
  color: #9E75C2;
}
.section-container .sub-section#sectionDevis .content div {
  width: 100%;
  line-height: 2em;
}
.section-container .sub-section#sectionDevis .content div#devisIntro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.section-container .sub-section#sectionDevis .content div#devisIntro p {
  text-align: center;
}
.section-container .sub-section#sectionDevis .content div#devisIntro span {
  opacity: 0;
}
.section-container .sub-section#sectionDevis .content div#devisForm {
  opacity: 0;
}
.section-container .sub-section#sectionDevis .content div#devisForm p {
  line-height: 1.8em;
}
.section-container .sub-section#sectionDevis .content div#devisForm .form-part {
  opacity: 0;
}
.section-container .sub-section#sectionDevis .content div#devisForm .form-part.input {
  font-size: 16pt;
  font-weight: 700;
  background-color: rgba(158, 117, 194, 0.2);
}
.section-container .sub-section#sectionDevis .content label {
  font-size: 16pt;
}
.section-container .sub-section#sectionDevis .content input,
.section-container .sub-section#sectionDevis .content textarea,
.section-container .sub-section#sectionDevis .content select {
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16pt;
  color: #000000;
  background-color: rgba(158, 117, 194, 0.2);
  border-radius: 0px;
  border: none;
}
.section-container .sub-section#sectionDevis .content textarea {
  width: 100%;
  display: block;
  margin-top: 0.5em;
}
.section-container .sub-section#sectionDevis .content textarea::-moz-placeholder {
  font-weight: normal;
  font-size: 13pt;
}
.section-container .sub-section#sectionDevis .content textarea::placeholder {
  font-weight: normal;
  font-size: 13pt;
}
.section-container .sub-section#sectionDevis .content button {
  width: 100%;
  display: block;
  padding: 0.5em 1em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16pt;
  background: #9E75C2;
  box-sizing: border-box;
}
.section-container .image-gallery {
  /* Mobile first */
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.section-container .image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-container .image-item img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-container .image-item {
  position: relative;
  cursor: pointer;
}
.section-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-container .image-item:hover .overlay {
  transform: scale(1);
}

#mininav {
  position: absolute;
  bottom: 125px;
  right: 15px;
  transform: translate(100px, 0) scale(0);
  list-style-type: none;
  padding: 0.75em 0.5em 0.75em 0.5em;
  border-radius: 25px 25px 25px 25px;
  background: #000;
  z-index: 99;
  opacity: 0.8;
}
#mininav li {
  height: 30px;
  margin-bottom: 0.75em;
}
#mininav li:last-child {
  margin-bottom: 0;
}
#mininav a {
  height: 30px;
  display: block;
}
#mininav svg {
  height: 30px;
  width: 30px;
}

@media only all and (min-width: 768px) {
  .image-gallery {
    flex-direction: row;
  }
}
@media all and (max-width: 600px) {
  .tagline-container#taglineTop h1 {
    font-size: 37px;
  }
  .tagline-container#taglineBottom h1 {
    font-size: 16px;
  }
  .header-bis {
    height: 80px;
  }
  header ul li {
    height: 80px;
    font-size: 9pt;
  }
  .section-container {
    height: calc(100% - 80px);
  }
  .section-container .sub-section h2 {
    font-size: 32pt;
  }
  #backgroundContainer svg {
    width: 80px;
  }
  #mininav {
    bottom: 105px;
  }
}/*# sourceMappingURL=main.css.map */