body.body-disabled {
  overflow: hidden;
}
body.body-disabled .phone-number {
  pointer-events: none;
}
body.body-disabled .nav-main a:not(.nav-lang) {
  pointer-events: none;
}
body.body-disabled.order-page * {
  pointer-events: none;
}
body.body-disabled #site-cookies *, body.body-disabled #announcement * {
  pointer-events: initial;
}

.btn-common {
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 25px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  border: 2px solid #000;
  transition: all 0.25s;
}
.btn-common:hover {
  color: #fff;
  background-color: #000;
}
.btn-common.btn-common-small {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.btn-common.btn-common-light {
  color: #fff;
  border-color: #fff;
}
.btn-common.btn-common-light:hover {
  color: #000;
  background-color: #fff;
}

#site-cookies {
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  /*top: 100vh;
  left: 0;
  right: 0;
  height: 100vh;*/
  left: 0;
  bottom: -2000px;
  right: 0;
  min-height: 400px;
  overflow-y: auto;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  /*transition: top 0.5s;*/
  transition: bottom 0.5s;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
}
#site-cookies p {
  margin: 15px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
#site-cookies > div {
  position: relative;
  width: 50%;
  margin: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
}
#site-cookies.cookies-visible {
  bottom: 0;
}

#announcement {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: black 0 0 30px;
  display: flex;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}
#announcement > div {
  position: relative;
  width: 100%;
  min-height: calc(100% - 40px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#announcement .ann-close {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  bottom: auto;
  margin: 0;
  padding: 0;
}
#announcement .ann-title {
  font-size: 1.4em;
  font-weight: 700;
}
#announcement .ann-image {
  height: 150px;
}
#announcement > div {
  flex-grow: 1;
}
#announcement .ann-close {
  display: none;
}

.conditions-footer {
  padding-top: 15px;
  text-align: center;
}
.conditions-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.conditions-footer li {
  display: inline-block;
}
.conditions-footer a {
  display: block;
  margin: 4px 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.conditions-footer a:hover {
  opacity: 1;
}
.conditions-footer.conditions-footer-dark {
  padding-top: 0;
  padding-bottom: 8px;
}
.conditions-footer.conditions-footer-dark a {
  color: #000;
}

html.legal-statement body {
  margin: 0;
  padding: 45px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f4f4f4;
}
html.legal-statement body h1, html.legal-statement body h2, html.legal-statement body h3, html.legal-statement body p {
  padding: 0;
}
html.legal-statement body h1 {
  margin: 0;
}
html.legal-statement body h2 {
  margin: 20px 0 45px 0;
}
html.legal-statement body h3 {
  margin: 45px 0 15px 0;
}
html.legal-statement body p, html.legal-statement body ul {
  opacity: 0.6;
}
html.legal-statement body p {
  margin: 15px 0 15px 0;
  line-height: 1.5;
}
html.legal-statement body p.legal-ul {
  margin-bottom: 5px;
}
html.legal-statement body ul {
  margin: 0;
}
html.legal-statement body ul li {
  margin: 5px 0;
  line-height: 1.5;
}
html.legal-statement body .red {
  color: #c0392b;
  opacity: 1;
}

.legal-popup {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s;
}
.legal-popup iframe {
  width: 60%;
  height: calc(100% - 50px);
  margin: 0 20%;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}
.legal-popup.legal-visible {
  opacity: 1;
}

.bouton-suivant {
  transition: opacity 0.5s;
}
.bouton-suivant.suivant-disabled {
  opacity: 0.5;
  pointer-events: none;
}

#adresse-livraison {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.message-error-adresse {
  margin-top: 15px;
  flex-direction: row;
}

.adresse-domicile-cadre {
  margin-bottom: 0px;
}

.delivery-ok {
  display: none;
}

.order-container {
  font-family: 'Source Sans Pro';
  font-size: initial;
  font-weight: bold;
  color: #c0392b;
}
.order-container .order-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 4px;
}
.order-container .order-title, .order-container .order-price {
  line-height: 1.5;
  text-align: right;
}
.order-container .order-price > div {
  padding-left: 8px;
}
.order-container .order-delivery {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(192, 57, 43, 0.2);
}
.order-container .order-total {
  padding-top: 8px;
  font-size: 1.2em;
  color: #c0392b;
}

.place-order .titre-adresse-commande {
  margin-top: 20px;
  border-top: 1px solid rgba(192, 57, 43, 0.2);
}

@media (max-width: 1200px) {
  .legal-popup iframe {
    width: 80%;
    margin: 0 10%;
  }
}
@media (max-width: 800px) {
  .legal-popup iframe {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 500px) {
  #site-cookies > div {
    width: 100vw;
  }
}
