@font-face {
  font-family: "madeoutersans";
  font-weight: 300;
  src: url("../fonts/MADE Outer Sans Light PERSONAL USE.otf");
}
@font-face {
  font-family: "madeoutersans";
  font-weight: bold;
  src: url("../fonts/MADE Outer Sans Bold PERSONAL USE.otf");
}
@font-face {
  font-family: "madeoutersans";
  font-weight: 900;
  src: url("../fonts/MADE Outer Sans Black PERSONAL USE.otf");
}
@font-face {
  font-family: "madeoutersans";
  font-weight: normal;
  src: url("../fonts/MADE Outer Sans Regular PERSONAL USE.otf");
}
@font-face {
  font-family: "madeoutersans";
  font-weight: 100;
  src: url("../fonts/MADE Outer Sans Thin PERSONAL USE.otf");
}
body {
  font-family: Montserrat !important;
}

header.borne .accroche {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 90%;
  padding: 83px 40px 20px 0;
  z-index: 9999;
  font-size: 1.6em;
  font-family: madeoutersans !important;
  font-weight: normal;
  text-transform: uppercase;
}

.spacerEntete {
  height: 73px;
}

h1 {
  font-family: madeoutersans !important;
  font-weight: 900 !important;
  font-size: 100px;
  text-transform: none !important;
  overflow-wrap: normal;
  text-align: center;
  padding-top: 20px;
  color: black;
}
h1:before {
  background-image: url(../images/carre.svg);
  background-size: cover;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 5px;
  content: "";
}

.ligne {
  margin-bottom: 70px;
  opacity: 0.8;
  position: relative;
}
.ligne.selected {
  opacity: 1;
}
.ligne h2 {
  font-family: madeoutersans !important;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.1px;
  position: absolute;
  top: -33px;
  color: #000;
}
.ligne .fond {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: calc(100% - 33px);
  background-size: cover;
  opacity: 0.3;
}

.oeuvre {
  position: relative;
  border: 1px solid transparent;
  padding: 20px 20px;
  text-decoration: none;
}
.oeuvre * {
  transition: all ease 0.5s;
}
.oeuvre:focus {
  outline: none !important;
}
.oeuvre.selected > div {
  transform: scale(1.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}
.oeuvre.selected > div .titre {
  opacity: 1;
}
.oeuvre.plus > div {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.oeuvre.plus > div .more {
  text-align: center;
  color: black;
  text-decoration: none;
}
.oeuvre > div {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.oeuvre > div img {
  max-height: 400px;
  max-width: 100%;
}
.oeuvre > div img.all {
  margin: 50px 0;
  max-height: 100px;
}
.oeuvre > div img.detail {
  max-height: 500px;
}
.oeuvre > div .titre {
  opacity: 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1em;
  font-weight: 200;
  text-align: center;
}

/*
.owl-nav.disabled {
  display: none;
}*/
.site-header-wrapper {
  top: 0 !important;
}

.owl-stage-outer {
  padding-left: 10px !important;
}

.overMenu {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 350px 350px 0 0/100px 100px 0 0;
  color: white;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  text-align: center;
  padding: 7px 0 30px 0;
}
.overMenu .element {
  text-align: center;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.overMenu .element:first-child {
  transform: translateY(30px);
}
.overMenu .element:nth-child(2), .overMenu .element:nth-child(4) {
  transform: translateY(7px);
}
.overMenu .element:nth-child(5) {
  transform: translateY(30px);
}
.overMenu .element i {
  background-color: white;
  color: black;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 1em;
}
.overMenu .element .text {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.overMenu .element.disabled {
  opacity: 0.4;
}
.overMenu .manette {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

.wait {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
}
.wait img {
  animation: spin 2s linear infinite;
  min-height: 100px;
  max-height: 100px;
}

.acheter {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99998;
}
.acheter .infos {
  padding: 60px 0;
}
.acheter .infos .titre {
  font-family: madeoutersans !important;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.acheter .infos .informations {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.acheter .tailles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.acheter .tailles .taille {
  margin: 0 50px;
  display: flex;
  flex-direction: column;
}
.acheter .tailles .taille .titre {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.acheter .tailles .taille .prix {
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
}

.logo {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: white;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  text-align: center;
}

/*# sourceMappingURL=borne2.css.map */
