@charset "UTF-8";
/**
 * Theme Name: Lovelace & Balzac - Baltoro
 * Theme URI: https://lovelace-balzac.com
 * Description: Un thème pour Baltoro par Lovelace & Balzac
 * Author: Camille Landoas et Théo Manoury (Lovelace & Balzac)
 * Author URI: https://lovelace-balzac.com
 * Version: 1.0.0
 * Template: Divi
 */
.lab-carre__contenu {
  padding: 100% 0 0;
}

.lab-carre__contenu > div {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lab-textes-decales__titre {
  margin-bottom: 0;
  margin-top: max(0px, calc(var(--lab-parallax) - 2vh));
}

.lab-textes-decales__titre h1, .lab-textes-decales__titre h2, .lab-textes-decales__titre h3, .lab-textes-decales__titre h4, .lab-textes-decales__titre h5, .lab-textes-decales__titre h6 {
  margin-bottom: 0;
}

.lab-textes-decales--right .lab-textes-decales__titre h1, .lab-textes-decales--right .lab-textes-decales__titre h2, .lab-textes-decales--right .lab-textes-decales__titre h3, .lab-textes-decales--right .lab-textes-decales__titre h4, .lab-textes-decales--right .lab-textes-decales__titre h5, .lab-textes-decales--right .lab-textes-decales__titre h6 {
  text-align: right;
}

.lab-textes-decales__titre__derniere-ligne {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .lab-textes-decales__titre__derniere-ligne {
    white-space: normal;
  }
}

.lab-textes-decales__corps {
  margin-top: max(0px, calc(var(--lab-parallax) - 2vh));
  padding-left: 50px;
}

@media (max-width: 980px) {
  .lab-textes-decales__corps {
    padding-left: 0;
  }
}

.lab-textes-decales--right .lab-textes-decales__corps {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 980px) {
  .lab-textes-decales--right .lab-textes-decales__corps {
    padding-right: 0;
  }
}

@media (max-width: 980px) {
  .lab-textes-decales__titre {
    margin-bottom: 0 !important;
  }
  .lab-textes-decales__corps {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

input.lab-text-input {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #493a30;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #493a30;
}

input.lab-text-input::-webkit-input-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

input.lab-text-input:-moz-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

input.lab-text-input::-moz-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

input.lab-text-input:-ms-input-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

textarea.lab-textarea {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #493a30;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #493a30;
  text-align: center;
}

textarea.lab-textarea::-webkit-input-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

textarea.lab-textarea:-moz-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

textarea.lab-textarea::-moz-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

textarea.lab-textarea:-ms-input-placeholder {
  color: #9B4F43;
  font-size: 16px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

.lab-radiocheck__input {
  display: none;
}

.lab-radiocheck__label {
  position: relative;
  padding-right: 24px;
  line-height: 16px;
  color: #9B4F43;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .lab-radiocheck__label {
    padding-right: 0;
    padding-left: 24px;
  }
}

.lab-radiocheck__input:checked + .lab-radiocheck__label {
  color: #493a30;
}

.lab-radiocheck__label::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 16px;
  background-color: #B56957;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 980px) {
  .lab-radiocheck__label::before {
    left: 0;
    right: auto;
  }
}

.lab-radiocheck__label::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 16px;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 980px) {
  .lab-radiocheck__label::after {
    left: 0;
    right: auto;
  }
}

.lab-radiocheck__input:checked + .lab-radiocheck__label::after {
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0.5);
          transform: translateY(-50%) rotate(45deg) scale(0.5);
}

.lab-submit {
  background-color: #b56957;
  border-bottom-color: #b56957;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #b56957;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #b56957;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #b56957;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  color: #f5eee4;
  cursor: pointer;
  display: inline-block;
  font-family: Cinzel, Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40.8px;
  padding-bottom: 7.2px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7.2px;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

.lab-submit__button {
  background-color: #b56957;
  border-width: 0;
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
  color: #f5eee4;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}

.lab-submit::after {
  content: "";
  color: #f5eee4;
  opacity: 0;
  line-height: inherit;
  font-size: inherit !important;
  margin-left: -1em;
  left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
}

.lab-submit:hover {
  padding-right: 40px;
}

.lab-submit:hover::after {
  margin-left: 0.3em;
  left: auto;
  opacity: 1;
}

.lab-form__block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.lab-form__block + .lab-form__block {
  margin-top: 20px;
}

.lab-form__block__field {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lab-form__block__field--nom, .lab-form__block__field--prenom {
  width: 45%;
}

.lab-form__block__field--radiocheck {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .lab-form__block__field--radiocheck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .lab-form__block__field--radiocheck .lab-radiocheck__label {
    margin-top: 2px;
    margin-bottom: 3px;
  }
}

.lab-form__block__field--objet {
  justify-content: space-around;
}

.lab-form__block__field--objet .lab-radiocheck__label {
  margin-top: 14px;
  margin-bottom: 6px;
}

@media (max-width: 980px) {
  .lab-form__block__field--objet .lab-radiocheck__label {
    margin-top: 2px;
    margin-bottom: 3px;
  }
}

.lab-form__block__field__label {
  display: none;
  color: #9B4F43;
  font-size: 16px;
}

.lab-form__block__field__label--full {
  width: 100%;
}

.lab-form__block__field--radiocheck .lab-form__block__field__label {
  display: block;
  font-weight: bold;
}

.lab-form__block__field__input {
  width: 100%;
}

.lab-form__block__field--radiocheck .lab-form__block__field__input {
  width: auto;
  margin-right: 10px;
}

.lab-form__block__field--radiocheck .lab-form__block__field__input:last-child {
  margin-right: 0;
}

.lab-info-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10vmin;
  z-index: 100;
  background-color: transparent;
  opacity: 0;
  -webkit-backdrop-filter: saturate(1) blur(0px);
          backdrop-filter: saturate(1) blur(0px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.lab-info-popup--open {
  display: -webkit-box;
  display: flex;
  opacity: 1;
  -webkit-backdrop-filter: saturate(1.2) blur(3px);
          backdrop-filter: saturate(1.2) blur(3px);
}

.lab-info-popup .et_pb_row {
  padding: 5vmin;
  background: #B56957;
  color: white;
}

.lab-header-icons__icon {
  cursor: pointer;
}
