@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap";
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #18355b;
}
a:hover {
  color: #333333;
}
strong {
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #555555;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 62.5%;
  color: #333;
}
.wrap, section {
  font-size: 1rem;
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wrap, section {
    max-width: 90vw;
  }
}
header {
  transition: all 0.3s;
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: solid 1px transparent;
  padding-top: 3rem;
}
header.fixed {
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.95);
  border-color: #ddd;
  z-index: 1000;
  padding-top: 0rem;
}
@media screen and (max-width: 1024px) {
  header {
    padding-top: 1rem;
    transition: none;
  }
}
header .header-wrap {
  font-size: 1rem;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  background-image: url("logo.2e416c76.png");
  background-size: 230px 75px;
  background-repeat: no-repeat;
  width: 230px;
  height: 75px;
  text-indent: -10000px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  header h1 {
    margin-left: 0;
  }
}
header nav {
  text-transform: uppercase;
  z-index: 10;
  font-size: 1em;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  header nav {
    margin-right: 1rem;
  }
}
header nav ul li {
  display: inline-block;
  margin: 0 1rem;
}
header nav ul li a {
  color: #18355b;
}
header nav ul li a:hover {
  color: #666;
}
footer {
  background: #1f1f1f;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  margin-top: 5rem;
}
footer .contact-wrap {
  font-size: 1rem;
  max-width: 1440px;
  margin: 0 auto;
}
footer .contact-wrap div {
  margin: 0.5rem 0;
}
footer .contact-wrap a {
  color: #c4c4c4;
}
footer .contact-wrap a:hover {
  color: #fff;
}
footer .contact-wrap .tel {
  font-size: 1.5rem;
}
.message {
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  position: absolute;
  top: 43vh;
}
@media screen and (max-width: 1024px) {
  .message {
    position: initial;
  }
}
.message .message-content {
  color: #fff;
  border: solid 3px #fff;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  width: 50vw;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1.4em;
}
.message .message-content h2 {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
.message .message-content a {
  color: #6db7fc;
}
@media screen and (max-width: 1024px) {
  .message .message-content {
    width: 85vw;
    padding: 1rem;
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
  }
  .message .message-content h2 {
    color: #000;
  }
}
.message .message-content .logo-ghauz {
  width: 128px;
  height: 50px;
  background-image: url("logo-ghauz.74ce5525.png");
  background-size: cover;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .message .message-content .logo-ghauz {
    background-image: url("logo-ghauz-comp.92cfebac.png");
  }
}
.message .message-content .link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #eae1d0;
}
.message .message-content .link:hover {
  color: #d0ba91;
}
.message .message-content .link img {
  display: block;
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .message .message-content .link {
    color: #1a2827;
  }
  .message .message-content .link:hover {
    color: #4c6c6a;
  }
}
section {
  padding: 5rem 1rem;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 2rem 1rem;
  }
}
section p {
  margin-bottom: 1em;
}
section .cols {
  display: flex;
}
@media screen and (max-width: 1024px) {
  section .cols {
    display: block;
  }
}
section .cols .col:first-child {
  margin-right: 1rem;
}
section ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
section ul li {
  padding-left: 0px;
}
.services-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .services-wrap {
    margin-top: 2rem;
  }
}
#qui-sommes-nous .line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #qui-sommes-nous .line {
    display: block;
    margin-bottom: 0rem;
  }
}
#qui-sommes-nous img {
  border: solid 5px #ccc;
}
#qui-sommes-nous .photos {
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #qui-sommes-nous .photos {
    margin: 2rem 0;
  }
}
#qui-sommes-nous .photo1 {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  #qui-sommes-nous .photo1 {
    width: 150px;
    margin-right: 0.5rem;
  }
}
#qui-sommes-nous .photo2 {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  #qui-sommes-nous .photo2 {
    width: 150px;
  }
}
.soumission {
  background-color: #f1f1f1;
  padding: 1rem 2rem 1rem 2rem;
  width: 50vw;
  margin: 5rem auto 0 auto;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .soumission {
    width: 80vw;
    margin-top: 2rem;
  }
}
.soumission .mail {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .soumission .mail {
    font-size: 1rem;
  }
}
.soumission .mail a:hover {
  color: #888;
}
.splash {
  background-image: url("splash.97c3cc7c.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1440px) {
  .splash {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .splash {
    height: 500px;
    background-position: center center;
    background-attachment: inherit;
  }
}
@media screen and (max-width: 768px) {
  .splash {
    height: 280px;
    background-image: url("splash-mobile.6119e820.jpg");
  }
}
.splash-qui {
  background: url("splash-qui.ec740af0.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .splash-qui {
    background-attachment: inherit;
  }
}
.splash-service {
  background: url("splash-service.5ade6356.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .splash-service {
    background-attachment: inherit;
  }
}
.fj-gallery {
  position: relative;
  overflow: hidden;
  transition: 0.2s height ease-in-out;
}
.fj-gallery::after {
  content: "";
  display: block;
  clear: both;
}
.fj-gallery .fj-gallery-item {
  float: left;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s -webkit-transform ease-in-out, 0.2s width ease-in-out, 0.2s height ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s width ease-in-out, 0.2s height ease-in-out;
}
.fj-gallery .fj-gallery-item > img {
  width: 100%;
  height: auto;
}
#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 15;
  margin-right: 2rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  #nav-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #nav-icon {
    margin-right: 1rem;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #555;
  border-radius: 5px;
  opacity: 1;
  left: 4px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#nav-icon span:nth-child(1) {
  top: 5px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 13px;
}
#nav-icon span:nth-child(4) {
  top: 21px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  header nav:last-child {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    margin: 0 -250px 0 0;
    z-index: 11;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header nav:last-child ul {
    margin: 50px 0 0 0;
    padding: 0;
  }
  header nav:last-child ul li {
    display: block;
  }
  header nav:last-child ul li a {
    display: block;
    color: #000;
    margin: 0;
    border: none;
    padding: 10px 10px;
  }
  header nav:last-child ul li a:hover {
    color: #000;
    background-color: #f1f1f1;
  }
}
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.1
*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
