body {
  margin: 0;
  color: white;
  overflow-x: hidden;
  background: black;
}
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body input[type=submit],
body select,
body textarea {
  -webkit-appearance: none !important;
  border-radius: 0px;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  background: transparent;
  color: white;
  font-style: italic;
}
body input[type=email] option,
body input[type=number] option,
body input[type=password] option,
body input[type=search] option,
body input[type=tel] option,
body input[type=text] option,
body input[type=url] option,
body input[type=submit] option,
body select option,
body textarea option {
  background: black;
  color: white;
}
body section#carte,
body section#informations,
body section#team {
  overflow-x: hidden;
}
body .button-primary {
  border-radius: 2px;
  background-color: #947a64 !important;
  border: 0px;
  border-bottom: #b7a18f 3px solid !important;
}
body .button-primary:hover {
  border-bottom: #b7a18f 0px solid !important;
  border-top: #6f5c4c 1.5px solid !important;
}
body a {
  color: white;
  text-decoration: none;
}
body h5 {
  font-weight: bold;
}
body h4 {
  font-weight: bold;
}
body h3 {
  margin: 0px;
  text-align: center;
  font-weight: bold;
}
body h3.h3-ornement {
  display: flex;
}
body h3.h3-ornement .container-h3-ornement {
  display: flex;
  padding: 65px 0px;
}
body h3.h3-ornement span {
  float: left;
}
body .my-full-size {
  min-height: 100vh;
}
body #menu {
  z-index: 1000;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}
body #menu .bar {
  transition-duration: 250ms;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 19px;
  left: 8px;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
body #menu .bar1 {
  transform: translateY(-10px);
}
body #menu .bar3 {
  transform: translateY(10px);
}
body #menu.clicked .bar1 {
  transform: rotate(225deg);
}
body #menu.clicked .bar2 {
  transform: translateX(34px);
}
body #menu.clicked .bar3 {
  transform: rotate(-225deg);
}
body #arrow-menu.common-display,
body #menu2.common-display {
  z-index: 1000;
  transition-duration: 250ms;
  opacity: 0;
  pointer-events: none;
}
body #arrow-menu.common-display.clicked,
body #menu2.common-display.clicked {
  opacity: 1;
  pointer-events: inherit;
}
body #arrow-menu {
  position: fixed;
  top: 40px;
  right: 66px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0px 9px 10px;
  border-color: transparent transparent transparent #ffffff;
}
body #menu2 {
  position: fixed;
  right: 75px;
  top: 30px;
  border-right: 2px solid white;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 30px 0px 30px;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
}
body #menu2 ul {
  color: white;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
body #menu2 ul a:hover {
  color: #eee;
}
body #menu2 ul li {
  margin-bottom: 5px;
}
body #menu2 ul .external-link a i {
  font-size: x-large;
}
body #homepage {
  overflow: hidden;
  text-shadow: 1px 1px 3px #000;
}
body #homepage #main-logo-mobile {
  display: none;
}
body #homepage #main-logo {
  width: 340px;
  height: 340px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -200px;
  margin-left: -170px;
  animation-name: mainlogo;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 2s;
}
body #homepage #main-logo img {
  width: 100%;
  height: 100%;
}
@keyframes mainlogo {
  from {
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -170px;
    width: 340px;
    height: 340px;
  }
  to {
    left: 20px;
    top: 0px;
    margin-top: -20px;
    margin-left: 0px;
    width: 200px;
    height: 200px;
  }
}
body #homepage #main-logo .main-logo-img {
  position: absolute;
}
body #homepage #main-logo .red {
  opacity: 1;
  animation-name: red;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 2s;
}
@keyframes red {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body #homepage #main-logo .white {
  opacity: 0;
  animation-name: white;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 2s;
}
@keyframes white {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body #homepage h4 {
  color: #947a64;
  text-shadow: 1px 1px 1px #000;
}
body #homepage video#bgvid {
  position: absolute;
  left: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../img/src/5.jpg) no-repeat;
  background-size: cover;
}
body #homepage .homepage-txt {
  position: absolute;
  bottom: 0px;
}
body #homepage .homepage-colums {
  float: right;
  text-align: right;
}
body #medias {
  transition-duration: 200ms;
}
body #medias img {
  position: absolute;
  cursor: pointer;
}
body #medias .container-medias {
  transition-duration: 300ms;
}
body #medias .container-medias .media {
  float: left;
}
body #carte {
  padding-bottom: 75px;
}
body #carte li {
  list-style-type: none;
}
body #carte h5 {
  color: #947a64;
}
body #informations {
  padding-bottom: 75px;
  background: linear-gradient(140deg, #222, #000);
  transition-duration: 200ms;
}
body #informations form {
  transition-duration: 200ms;
}
body #informations .replace {
  transition-duration: 200ms;
  margin-top: -110px;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
body #informations .replace div {
  padding: 10px;
}
body #informations .replace i {
  font-size: xx-large;
  padding-top: 50%;
  color: #009600;
}
body #map-container {
  transition-duration: 700ms;
  background: #8c7669;
  height: 0vh;
  overflow: hidden;
}
body #map-container #arrow-map {
  transition-duration: 300ms;
  position: absolute;
  background: #8c7669;
  transform: rotateZ(45deg);
  width: 50px;
  height: 50px;
  margin-top: 0px;
  opacity: 0;
  margin-left: 25%;
}
body #map-container .mapboxgl-ctrl-attrib {
  display: none;
}
body #map-container #password-map {
  transition-duration: 700ms;
  margin-top: -400px;
  max-width: 400px;
  margin: auto;
  display: flex;
  padding: 0px 10px;
}
body #map-container #password-map div {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
body #map-container #password-map div p {
  margin: 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}
@media screen and (max-device-width: 800px) {
  body #homepage {
    background: url(../img/src/5.jpg);
    background-size: cover;
  }
  body #homepage video {
    display: none;
  }
  body #homepage #main-logo {
    display: none;
  }
  body #homepage #main-logo-mobile {
    display: inherit;
    position: absolute;
    height: 300px;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
  }
  body #homepage #main-logo-mobile img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 550px) {
  body {
    margin: 0;
  }
  body .my-full-size {
    min-height: 0vh;
  }
  body #h3-team {
    display: none;
  }
  body #homepage .homepage-txt {
    position: inherit;
  }
  body #homepage .homepage-colums {
    text-align: left;
  }
  body #homepage #main-logo-mobile {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
}
