/* VARS */
.page-template-template-full_width_form .left {
  padding-top: 6.4rem !important;
}

/* MIXINS */
/* DEFAULS STYLING */
main {
  width: 100%;
  height: 100%;
}

/* THE REST */
.estimateWrapper {
  /*display: flex; flex-flow: row wrap; align-content: flex-start; justify-items: flex-start;*/
}
.estimateWrapper h1 {
  margin: 0 0 2rem;
  font-size: 2.625rem;
  font-weight: 400;
  color: #0d1022;
}
.estimateWrapper h2 {
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0d1022;
}
.estimateWrapper h3 {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0d1022;
}
.estimateWrapper p {
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
}
.estimateWrapper input[type=text],
.estimateWrapper input[type=number],
.estimateWrapper input[type=tel] {
  margin: 0 0 2rem;
  padding: 0.75rem 2.4rem;
  border: solid 1px #a0a0a2;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.21);
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.estimateWrapper input[type=text]:focus,
.estimateWrapper input[type=number]:focus,
.estimateWrapper input[type=tel]:focus {
  border-color: #b5975e;
  outline: none;
}
.estimateWrapper input[type=text]::-webkit-input-placeholder, .estimateWrapper input[type=number]::-webkit-input-placeholder, .estimateWrapper input[type=tel]::-webkit-input-placeholder {
  color: #a0a0a2;
}
.estimateWrapper input[type=text]::-moz-placeholder, .estimateWrapper input[type=number]::-moz-placeholder, .estimateWrapper input[type=tel]::-moz-placeholder {
  color: #a0a0a2;
}
.estimateWrapper input[type=text]:-ms-input-placeholder, .estimateWrapper input[type=number]:-ms-input-placeholder, .estimateWrapper input[type=tel]:-ms-input-placeholder {
  color: #a0a0a2;
}
.estimateWrapper input[type=text]::-ms-input-placeholder, .estimateWrapper input[type=number]::-ms-input-placeholder, .estimateWrapper input[type=tel]::-ms-input-placeholder {
  color: #a0a0a2;
}
.estimateWrapper input[type=text]::placeholder,
.estimateWrapper input[type=number]::placeholder,
.estimateWrapper input[type=tel]::placeholder {
  color: #a0a0a2;
}
.estimateWrapper label {
  margin: 0 0 0.75rem;
  display: block;
  color: #a0a0a2;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 600;
  color: #555;
}
.estimateWrapper textarea {
  margin: 0 0 0rem;
  padding: 0.75rem 2.4rem;
  display: block;
  width: 100%;
  height: 9.6rem;
  background-color: transparent;
  border: solid 1px #a0a0a2;
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a0a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.estimateWrapper textarea:focus {
  border: solid 1px #b5975e;
  outline: none;
}
.estimateWrapper .upper {
  padding: 3rem 10% 3rem;
  padding: 3rem 0;
  background-color: #f8f8f8;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.estimateWrapper .upper p:last-of-type {
  margin-bottom: 0;
  max-width: 60rem;
}
@media (max-width: 768px) {
  .estimateWrapper .upper {
    padding: 3rem 1.6rem;
  }
}
.estimateWrapper .left {
  padding: 4rem 0 9.6rem 0;
  position: relative;
  width: auto;
}
.estimateWrapper .left .inner {
  padding: 0 38.4rem 0 0;
}
@media (max-width: 1200px) {
  .estimateWrapper .left .inner {
    padding: 0 35.2rem 0 0;
  }
}
@media (max-width: 1000px) {
  .estimateWrapper .left .inner {
    padding: 0 28.8rem 0 0;
  }
}
@media (max-width: 768px) {
  .estimateWrapper .left {
    width: auto;
    padding: 4rem 2.4rem 9.6rem;
    height: 100vh;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    display: block;
  }
  .estimateWrapper .left .inner {
    padding: 0;
    padding: 4rem 1.6rem 4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: visible;
    flex: 1 1 auto;
    order: 2;
  }
}
.estimateWrapper .right {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #0d1022;
  width: 22vw;
  height: 100%;
}
@media (max-width: 1200px) {
  .estimateWrapper .right {
    width: 32rem;
  }
}
@media (max-width: 1000px) {
  .estimateWrapper .right {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .estimateWrapper .right {
    display: none;
  }
}
.estimateWrapper .right .right-inner {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: calc(100vh - 50px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.estimateWrapper .right h2 {
  padding: 40px 0 15px;
  margin: 0 0 1rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 2.7vh;
  font-weight: 400;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.estimateWrapper .right .detailsWrapper {
  padding: 1.6rem 2.4rem 0;
  overflow-y: auto;
  flex: 1 1 auto;
}
.estimateWrapper .right .detailsWrapper .detailGroup {
  padding: 0 0 0.8rem;
  margin: 0 0 0.8rem;
  position: relative;
  display: block;
  line-height: 2.5vh;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.estimateWrapper .right .detailsWrapper .detailGroup div {
  margin: 0 0 8px;
  display: flex;
  flex-flow: row nowrap;
}
.estimateWrapper .right .detailsWrapper .detailGroup div h3 {
  margin: 0;
  flex: 1 1 auto;
  font-size: 2vh;
  line-height: 2.5vh;
  color: #fff;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}
.estimateWrapper .right .detailsWrapper .detailGroup div span {
  margin: 0;
  flex: 1 1 auto;
  font-size: 2vh;
  color: #b6985a;
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
}
.estimateWrapper .right .detailsWrapper .detailGroup div:last-of-type {
  margin: 0;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail {
  padding: 0 0 2rem;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div {
  margin: 0 0 0rem;
  display: block;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div h3 {
  display: none;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div span {
  margin: 0;
  display: block;
  font-size: 2.5vh;
  line-height: 125%;
  text-align: center;
  text-transform: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div.sizeResult span {
  text-transform: none;
  font-size: 2rem;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div.sizeResult span strong {
  margin: 0 0.4rem;
  color: #b5975e;
  font-size: 0.5em;
  line-height: 100%;
  position: relative;
  bottom: 0.35rem;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail div:last-of-type {
  margin: 0;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages {
  margin: 0;
  margin: 0 auto 1.6rem;
  position: relative;
  right: 0;
  top: 0;
  width: 14vh;
}
@media only screen and (max-width: 1367px) {
  .estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages {
    width: 35%;
  }
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div {
  padding-bottom: 100%;
  /*transition: opacity .5s ease-out;*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.rond {
  background-image: url("../../src/images/offre/round.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Princesse {
  background-image: url("../../src/images/offre/princess.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Coussin {
  background-image: url("../../src/images/offre/cushion.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Emeraude {
  background-image: url("../../src/images/offre/emerald.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Poire {
  background-image: url("../../src/images/offre/pear.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Marquise {
  background-image: url("../../src/images/offre/marquise.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Coeur {
  background-image: url("../../src/images/offre/heart.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages div.Ovale {
  background-image: url("../../src/images/offre/oval.png");
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail .diamondImages img {
  width: 100%;
  height: auto;
}
.estimateWrapper .right .detailsWrapper .detailGroup.shapeSizeDetail:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  clear: both;
}
.estimateWrapper .right .detailsWrapper .detailGroup.contactDetail div span {
  text-transform: none;
}
.estimateWrapper .right .buttonWrapper {
  padding: 2.4rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .estimateWrapper .right .buttonWrapper {
    padding: 1.4rem;
  }
}
.estimateWrapper .inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .estimateWrapper .inner {
    max-width: 950px;
  }
}
@media (max-width: 1000px) {
  .estimateWrapper .inner {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .estimateWrapper .inner {
    max-width: 100%;
  }
}
.estimateWrapper .question {
  margin: 0 0 4rem;
  padding: 0 0 4rem;
  position: relative;
  border: none;
  border-bottom: solid 1px #dddddd;
  min-width: 0;
}
.estimateWrapper .question:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.estimateWrapper .question legend {
  margin: 0 0 4rem;
  padding: 0;
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: 600;
  color: #0d1022;
}
.estimateWrapper .question .inputGroup {
  margin: 0 0 4rem;
  position: relative;
}
.estimateWrapper .question .inputGroup *:last-child {
  margin-bottom: 0;
}
.estimateWrapper #q1 .checkbox {
  margin: 0 0 2rem;
}
.estimateWrapper #q2 input {
  margin: 0 0.25rem 0 1.6rem;
  padding: calc(0.25rem + 1px) calc(1.6rem + 1px);
  width: 14.4rem;
  display: inline-block;
  vertical-align: bottom;
  border: none;
  border-bottom: solid 1px #b5975e;
  font-size: 3rem;
  color: #b5975e;
  text-align: center;
}
.estimateWrapper #q2 input:focus {
  box-shadow: 0 1px 0 0 #b6985a;
}
.estimateWrapper #q2 #sizeWeightGroup {
  margin: 0;
}
.estimateWrapper #q2 #sizeWeightGroup input {
  font-size: 4rem;
}
.estimateWrapper #q2 #sizeDimensionsGroup {
  margin: 0;
}
.estimateWrapper #q2 #sizeDimensionsGroup input {
  width: 9.6rem;
}
.estimateWrapper #q2 #sizeDimensionsGroup strong {
  margin: 0 0 0 1.6rem;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  background-color: #fff;
  opacity: 0.5;
}
.estimateWrapper #q2 #sizeDimensionsGroup strong:before, .estimateWrapper #q2 #sizeDimensionsGroup strong:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #a0a0a2;
}
.estimateWrapper #q2 #sizeDimensionsGroup strong:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1200px) {
  .estimateWrapper #q2 #sizeDimensionsGroup span {
    margin: 0.75rem 0 0;
    display: block;
  }
  .estimateWrapper #q2 #sizeDimensionsGroup input:first-of-type {
    margin: 0 0.25rem 0 0;
  }
}
@media (max-width: 1000px) {
  .estimateWrapper #q2 #sizeDimensionsGroup input {
    margin: 0 0.25rem 0 0.75rem;
    width: 5rem;
    padding: calc(0.25rem + 1px) calc(0rem + 1px);
  }
  .estimateWrapper #q2 #sizeDimensionsGroup strong {
    margin: 0 0 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .estimateWrapper #q2 #sizeWeightGroup span {
    margin: 0.75rem 0 0;
    display: block;
  }
  .estimateWrapper #q2 #sizeWeightGroup input {
    margin: 0 0.4rem 0 0;
    width: 8rem;
    font-size: 3.2rem;
  }
  .estimateWrapper #q2 #sizeDimensionsGroup input {
    margin: 0 0.25rem 0rem 0.8rem;
    width: 3rem;
    font-size: 2.4rem;
  }
  .estimateWrapper #q2 #sizeDimensionsGroup input:first-of-type {
    margin: 0 0.25rem 0rem 0rem;
  }
  .estimateWrapper #q2 #sizeDimensionsGroup strong {
    margin: 0 0 0 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.estimateWrapper #q2.layout1 #sizeDimensionsGroup {
  display: none;
}
.estimateWrapper #q2.layout2 #sizeWeightGroup {
  display: none;
}
.estimateWrapper #q3 #imageUploadGroup {
  margin: 0 0 4rem;
}
.estimateWrapper #q3 #imageUploadGroup .uploader {
  margin: 0;
}
.estimateWrapper #q3 .uploader {
  margin: 0 0 1.6rem;
  padding: 2rem;
  width: auto;
  height: auto;
  position: relative;
  border: 1px dashed #a0a0a2;
  background-color: transparent;
}
.estimateWrapper #q3 .uploader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.estimateWrapper #q3 .uploader .content .icon {
  margin: 0 auto 1.6rem;
  width: 5rem;
}
.estimateWrapper #q3 .uploader .content .icon div {
  padding-bottom: 63.18%;
}
.estimateWrapper #q3 .uploader .content p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.estimateWrapper #q3 .uploader .content p button {
  margin: 0 0 0 0.2rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #a0a0a2;
  border: none;
}
@media (max-width: 768px) {
  .estimateWrapper #q3 .uploader {
    height: auto;
  }
  .estimateWrapper #q3 .uploader .content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.estimateWrapper #q3.layout1 #certNumber,
.estimateWrapper #q3.layout1 #imageUploadGroup,
.estimateWrapper #q3.layout1 #diamondColor,
.estimateWrapper #q3.layout1 #diamondClarity {
  display: none;
}
.estimateWrapper #q3.layout1 #certUploadGroup {
  margin: 0;
}
.estimateWrapper #q3.layout2 #certUpload,
.estimateWrapper #q3.layout2 #imageUploadGroup {
  display: none;
}
.estimateWrapper #q3.layout3 #certUploadGroup,
.estimateWrapper #q3.layout3 #certLab,
.estimateWrapper #q3.layout3 #certNumber {
  display: none;
}
.estimateWrapper #q5 .name input,
.estimateWrapper #q5 .location input,
.estimateWrapper #q5 .email input,
.estimateWrapper #q5 .phone input {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 768px) {
  .estimateWrapper #q5 .name input,
.estimateWrapper #q5 .location input,
.estimateWrapper #q5 .email input,
.estimateWrapper #q5 .phone input {
    width: 100%;
  }
}

.hidden {
  display: none;
}

#certNumber input {
  border: none;
  border-bottom: solid 1px #b5975e;
  vertical-align: bottom;
  background-color: transparent;
}

.valueBar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.valueBar input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.valueBar input + label {
  padding: 1.2rem 0;
  margin: 0;
  position: relative;
  flex: 1 1 auto;
  font-weight: 400;
  text-align: center;
  border: solid 1px #f8f8f8;
  background-color: #fff;
  transition: border 0.15s ease-out, color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.valueBar input:checked + label {
  background-color: #b5975e;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.25);
  z-index: 1;
  border-color: #b5975e;
}
.valueBar input:hover + label {
  border-color: #b5975e;
}
@media (max-width: 1000px) {
  .valueBar {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .valueBar input + label:last-of-type {
    flex: 0 0 100%;
  }
}

.radios input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.radios input + label {
  padding: 0 0 0 4rem;
  margin: 0 0 2.4rem;
  position: relative;
  top: 0.8rem;
  top: 0;
  font-weight: 400;
}
.radios input + label:before, .radios input + label:after {
  content: "";
  position: absolute;
  display: block;
}
.radios input + label:before {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0;
  background-color: #b5975e;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: opacity 0.15s ease-out;
}
.radios input + label:after {
  width: 2.4rem;
  height: 2.4rem;
  border: solid 1px #0d1022;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.radios input:checked + label:before {
  opacity: 1;
}
.radios input:checked + label:after {
  border: solid 2px #b5975e;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.25);
}
.radios input:hover + label:after {
  border: solid 2px #0d1022;
}

.checkbox {
  margin: 0 0 3.5rem;
}
.checkbox input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.checkbox input + label {
  margin: 0.8rem 0 0 0;
  padding: 0 0 0 4rem;
  position: relative;
  top: 0.8rem;
  top: 0;
  font-weight: 400;
  line-height: 140%;
}
.checkbox input + label:before, .checkbox input + label:after {
  content: "";
  position: absolute;
  display: block;
}
.checkbox input + label:before {
  width: 1.6rem;
  height: 1rem;
  opacity: 0;
  border-left: solid 4px #b5975e;
  border-bottom: solid 4px #b5975e;
  left: 5px;
  top: 5px;
  z-index: 1;
  transform: rotate(-45deg);
  transition: opacity 0.15s ease-out;
}
.checkbox input + label:after {
  width: 2.4rem;
  height: 2.4rem;
  border: solid 1px #b5975e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  top: 0;
  transform: none;
}
.checkbox input:checked + label:before {
  opacity: 1;
}
.checkbox input:hover + label:after {
  border: solid 1px #b5975e;
}

.toggle {
  margin: 0rem 0 2rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .toggle {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
  }
}
.toggle input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.toggle input + label {
  margin: 0;
  padding: 1.2rem 3.2rem;
  position: relative;
  display: inline-block;
  border: solid 1px #f8f8f8;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: border 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out, box-shadow 0.15s ease-out;
}
@media (max-width: 768px) {
  .toggle input + label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 0 33.3%;
    font-size: 1.3rem;
    padding: 1.2rem 1.2rem;
  }
}
.toggle input:hover + label {
  border-color: #b5975e;
}
.toggle input:checked + label {
  background-color: #b5975e;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.25);
  border-color: #b5975e;
  z-index: 1;
}
.toggle input:checked + label:after {
  border-color: #b5975e;
}

.expander-input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.expander-input + label {
  padding: 0 0 0 2.4rem;
  padding: 0 0 0 1.5rem;
  margin: 0;
  font-weight: 400;
  font-style: italic;
  color: #cacaca;
  position: relative;
  cursor: pointer;
}
.expander-input + label:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.8rem;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a0a0a2;
  transition: transform 0.15s ease-out;
}

.expander-side {
  display: inline-block !important;
}

.expander {
  margin: 1.6rem 0 0;
}

.expander-input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}

.expander-input + label {
  padding: 0 0 0 2.4rem;
  padding: 0 0 0 1.5rem;
  margin: 0;
  font-weight: 400;
  font-style: italic;
  color: #cacaca;
  position: relative;
  cursor: pointer;
}
.expander-input + label:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.8rem;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a0a0a2;
  transition: transform 0.15s ease-out;
}

.expander-input:hover + label {
  text-decoration: underline;
}

.expander-input:checked + label {
  margin-bottom: 1.6rem;
}
.expander-input:checked + label:before {
  transform: rotate(0deg);
}
.expander-input:checked + label + .content, .expander-input:checked + label + .content-ovh {
  height: auto;
  padding: 1.6rem;
  border: solid 1px #a0a0a2;
}

.content-ovh {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  height: 0;
}

.expander-input:checked + label + .content {
  height: auto;
  padding: 1.6rem;
}

.svgWrapper div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.svgWrapper div svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  opacity: 0;
}

.preload {
  display: none;
}

.removed {
  display: none !important;
}

.clear {
  content: "";
  display: table;
  clear: both;
}

.shapeOptions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.shapeOptions .shapeGroup {
  padding: 0rem;
  margin: 0 1.6rem 1.6rem 0;
  flex: 1 1 20%;
}
.shapeOptions .shapeGroup:nth-of-type(4), .shapeOptions .shapeGroup:nth-of-type(8) {
  margin-right: 0;
}
.shapeOptions .shapeGroup:nth-of-type(5), .shapeOptions .shapeGroup:nth-of-type(6), .shapeOptions .shapeGroup:nth-of-type(7), .shapeOptions .shapeGroup:nth-of-type(8) {
  margin-bottom: 0;
}
.shapeOptions .shapeGroup input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
}
.shapeOptions .shapeGroup input + label {
  padding: 1.6rem 1.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #a0a0a2;
  font-size: 1.6rem;
  font-weight: 600;
  color: #a0a0a2;
  text-align: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: border 0.15s ease-out, color 0.15s ease-out, box-shadow 0.15s ease-out;
  cursor: pointer;
}
.shapeOptions .shapeGroup input + label .icon {
  margin: 0 auto 0 auto;
  display: inline-block;
  position: relative;
  width: 51px;
  height: 51px;
  vertical-align: middle;
  flex: 0 0 51px;
}
.shapeOptions .shapeGroup input + label .icon:before, .shapeOptions .shapeGroup input + label .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  transition: opacity 0.15s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.shapeOptions .shapeGroup input + label .icon.round:before {
  background-repeat: no-repeat;
  background-image: url("../../src/images/offre/round-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.round:after {
  opacity: 0;
  background-image: url("../../src/images/offre/round-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.princess:before {
  background-image: url("../../src/images/offre/princess-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.princess:after {
  opacity: 0;
  background-image: url("../../src/images/offre/princess-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.cushion:before {
  background-image: url("../../src/images/offre/cushion-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.cushion:after {
  opacity: 0;
  background-image: url("../../src/images/offre/cushion-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.emerald:before {
  background-repeat: no-repeat;
  background-image: url("../../src/images/offre/emerald-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.emerald:after {
  opacity: 0;
  background-image: url("../../src/images/offre/emerald-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.pear:before {
  background-repeat: no-repeat;
  background-image: url("../../src/images/offre/pear-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.pear:after {
  opacity: 0;
  background-image: url("../../src/images/offre/pear-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.marquise:before {
  background-image: url("../../src/images/offre/marquise-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.marquise:after {
  opacity: 0;
  background-image: url("../../src/images/offre/marquise-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.heart:before {
  background-image: url("../../src/images/offre/heart-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.heart:after {
  opacity: 0;
  background-image: url("../../src/images/offre/heart-color.svg");
}
.shapeOptions .shapeGroup input + label .icon.oval:before {
  background-repeat: no-repeat;
  background-image: url("../../src/images/offre/oval-outline.svg");
}
.shapeOptions .shapeGroup input + label .icon.oval:after {
  opacity: 0;
  background-image: url("../../src/images/offre/oval-color.svg");
}
.shapeOptions .shapeGroup input + label span {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
  flex: 1 1 auto;
  color: #555;
}
.shapeOptions .shapeGroup input:hover + label:after {
  border-color: #0d1022;
}
.shapeOptions .shapeGroup input:checked + label {
  color: #b5975e;
  border: solid 1px #b5975e;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.25);
}
.shapeOptions .shapeGroup input:checked + label:after {
  border-color: #b5975e;
}
.shapeOptions .shapeGroup input:checked + label .icon:before {
  opacity: 0;
}
.shapeOptions .shapeGroup input:checked + label .icon:after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .shapeOptions .shapeGroup input + label {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .shapeOptions .shapeGroup input + label .icon {
    margin: 0 auto 0.8rem auto;
    flex: 0 0 51px;
  }
  .shapeOptions .shapeGroup input + label span {
    flex: 1 1 auto;
  }
}
@media (max-width: 768px) {
  .shapeOptions {
    flex-flow: column nowrap;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .shapeOptions .shapeGroup {
    margin: 0 0rem 1.6rem;
    flex: 0 1 auto;
    width: calc(50% - 0.8rem);
  }
  .shapeOptions .shapeGroup:nth-of-type(5), .shapeOptions .shapeGroup:nth-of-type(6) {
    margin-bottom: 1.6rem;
  }
  .shapeOptions .shapeGroup input + label {
    margin: 0 0 1.6rem;
    margin: 0 0 1.6rem;
    margin: 0;
    padding: 1.6rem 1.6rem;
    /*flex: 0 0 100%;*/
    flex-flow: row nowrap;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    /*&:nth-of-type(5), &:nth-of-type(6), &:nth-of-type(7) {margin-bottom: 1.6rem;}*/
  }
  .shapeOptions .shapeGroup input + label .icon {
    /*margin: 0 1.6rem 0 0;*/
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }
  .shapeOptions .shapeGroup input + label span {
    flex: 0 0 auto;
  }
}

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