.light-text {
  color: #D6D3C0; }

.light-text-hover {
  color: #D6D3C0; }

.light-text-hover:hover {
  color: #bc6514; }

.dark-text {
  color: #bc6514; }

a {
  text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }

#petitLogo {
  position: fixed;
  top: 25px;
  left: 35px;
  z-index: 9; }
  #petitLogo a {
    height: 60px; }
    #petitLogo a img {
      height: 60px;
      z-index: 9; }

.connexionFormBox {
  margin-bottom: 100px; }

.imgDescContainer {
  padding: 30px;
  padding-top: 150px;
  height: 100%;
  margin: auto; }

h1 {
  font-family: "Montserrat", sans-serif;
  margin-top: 200px;
  margin-bottom: 100px;
  font-size: 3em;
  color: #D6D3C0;
  -webkit-text-stroke: 1px #D6D3C0; }
  h1 span {
    border-bottom: #bc6514 3px solid;
    padding-bottom: 30px; }

.description {
  margin: auto;
  padding-right: 30px; }
  .description h2 {
    color: #D6D3C0;
    font-size: 1.5em;
    letter-spacing: 4px;
    padding-bottom: 30px;
    border-bottom: #bc6514 3px solid;
    margin-bottom: 35px; }

.boxfit, .boxfit-z6 {
  height: 100vh;
  padding: 10px;
  top: 0;
  left: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7); }
  .boxfit img, .boxfit-z6 img {
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .boxfit .boxfit-content, .boxfit-z6 .boxfit-content {
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.boxfit {
  z-index: 10; }

.boxfit-z6 {
  z-index: 6; }

.commande {
  margin-bottom: 100px; }
  .commande th {
    white-space: nowrap;
    border-bottom: 1px #bc6514 solid; }
  .commande td {
    white-space: nowrap;
    border: none; }
  .commande h2 {
    border: none;
    margin: 60px;
    font-size: 3em; }
  .commande p {
    width: 50%;
    margin: auto;
    margin-bottom: 100px; }
  .commande h3 {
    margin-bottom: 50px; }
    .commande h3 span {
      padding-bottom: 15px;
      border-bottom: 3px #bc6514 solid; }

.priceTables {
  display: flex;
  justify-content: space-around; }

.orderBtn {
  background-color: transparent;
  padding: 0 15px;
  border: 2px solid #bc6514;
  border-radius: 10px; }
  .orderBtn:hover {
    background-color: #bc6514;
    color: black; }

.orderBtn_green {
  background-color: transparent;
  padding: 0 15px;
  border: 2px solid #7BCE45;
  border-radius: 10px; }
  .orderBtn_green:hover {
    background-color: #7BCE45;
    color: black; }

#tableLegend {
  margin-top: 100px;
  color: #D6D3C0; }

.photoSend {
  color: #D6D3C0; }
  .photoSend h1 {
    margin-bottom: 50px;
    margin-top: 150px; }

.btn2 {
  transition: all 0.7s ease-in-out;
  padding: 50px; }
  .btn2 a {
    margin-top: 50px;
    border: 2px solid #bc6514;
    border-radius: 20px;
    text-decoration: none;
    font-size: 2em;
    color: #D6D3C0;
    padding: 20px; }
    .btn2 a:hover {
      background-color: #D6D3C0;
      color: black; }

.avantApres {
  width: 100vw;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  position: relative; }

.photo-avant {
  width: 75%; }

.photo-apres {
  width: 75%;
  opacity: 0;
  transition: all 3s ease; }
  .photo-apres:hover {
    opacity: 1; }

.subtitle img {
  height: 100px;
  max-width: 100%;
  margin-bottom: 40px; }

.photoSendInstr {
  margin-top: 200px;
  margin-bottom: 200px;
  min-width: 1200px; }
  .photoSendInstr ul {
    margin-left: 50px;
    list-style: disc; }
    .photoSendInstr ul li {
      margin-bottom: 50px;
      font-size: 1.5rem; }

.photoSubmit {
  margin-bottom: 100px;
  margin-top: 100px; }

.instructionItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px;
  min-width: 1200px; }

.bullet {
  height: 70px;
  width: 100px; }
  .bullet img {
    margin-right: 20px;
    height: 50%; }

.spaceForNav {
  margin-top: 200px; }

.panier {
  width: 800px;
  padding: 50px;
  margin: 100px auto; }

.tablePanier {
  width: 100%;
  margin: auto; }
  .tablePanier img {
    height: 50px;
    margin: 5px; }
  .tablePanier th {
    text-align: left;
    border-bottom: 5px solid #bc6514;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .tablePanier td {
    vertical-align: middle; }

.gap50px {
  height: 50px; }

.totalCell {
  margin-top: 15px;
  border-top: 4px solid #bc6514;
  padding-top: 15px;
  font-size: 1.2em; }

.cmdBtn {
  padding: 20px;
  border: 2px solid #bc6514;
  border-radius: 20px;
  background-color: transparent;
  color: #D6D3C0;
  margin-top: 50px; }
  .cmdBtn:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #bc6514; }

.table_center_content {
  text-align: center;
  vertical-align: middle; }

.livraison {
  margin: 80px 0;
  color: #D6D3C0; }

#checkoutContainer {
  width: 75%;
  height: 200px; }
  #checkoutContainer p {
    margin-top: 7px; }
  #checkoutContainer button {
    background-color: transparent;
    border: none; }

#mentionsLegales {
  margin-bottom: 100px;
  padding: 0 100px; }
  #mentionsLegales h2 {
    color: #bc6514; }
  #mentionsLegales a {
    text-decoration: underline; }

.sharePage {
  height: 90vh;
  margin: 20px;
  overflow: hidden; }
  .sharePage img {
    height: 80vh; }
  .sharePage .BDD-btn {
    display: none; }
  .sharePage:hover .BDD-btn {
    display: block; }

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