@charset "UTF-8";
/*rouge*/
/*gris clair*/
/*jaune*/
/*vert*/
/*noir*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Relevant";
  font-weight: normal;
  src: url("../fonts/relevantLight.eot"), url("../fonts/relevantLight.woff") format("woff"), url("../fonts/relevantLight.woff2") format("woff2");
}

@font-face {
  font-family: "Relevant";
  font-weight: bold;
  src: url("../fonts/relevantBold.eot"), url("../fonts/relevantBold.woff") format("woff"), url("../fonts/relevantBold.woff2") format("woff2");
}

:export {
  primary: "Relevant";
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/icons/Icons.eot");
  src: url("../fonts/icons/Icons.eot?#iefix") format("eot"), url("../fonts/icons/Icons.woff2") format("woff2"), url("../fonts/icons/Icons.woff") format("woff"), url("../fonts/icons/Icons.ttf") format("truetype"), url("../fonts/icons/Icons.svg#Icons") format("svg");
}

.icon-check:before, .icon-config:before, .icon-eau:before, .icon-icon25:before, .icon-icon35:before, .icon-icon40:before, .icon-info:before, .icon-minus:before, .icon-plus:before, .icon-poids:before, .icon-seau:before, .icon-volume:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-check:before {
  content: "";
}

.icon-config:before {
  content: "";
}

.icon-eau:before {
  content: "";
}

.icon-icon25:before {
  content: "";
}

.icon-icon35:before {
  content: "";
}

.icon-icon40:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-poids:before {
  content: "";
}

.icon-seau:before {
  content: "";
}

.icon-volume:before {
  content: "";
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f7f7f5;
  color: #322828;
  font-family: "Relevant";
  font-size: 1.6rem;
  line-height: 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: normal;
}

i::before {
  display: block;
}

select,
input,
textarea {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  background: transparent;
  color: inherit;
  font-family: inherit;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 6rem;
  }
}

h2 {
  padding: 2.5rem 0;
}

@media (min-width: 1024px) {
  h2 {
    padding: 4rem 0;
    font-size: 2rem;
  }
}

.step {
  background-color: #fff;
  padding: 2.5rem;
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  .step {
    padding: 2.5rem 4rem;
  }
}

.step + .step {
  margin-top: 2rem;
}

.tab {
  padding: 0.7rem 1rem;
  background-color: #e10019;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .tab {
    font-size: 2.5rem;
  }
}

.titleText {
  display: block;
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .titleText {
    display: inline-block;
    margin-top: 0;
    margin-left: 1.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.ast {
  color: #e10019;
}

.radio-group {
  padding: 2rem 1.5rem;
}

@media (min-width: 1024px) {
  .radio-group {
    text-align: center;
  }
}

.radio-group label {
  display: block;
  position: relative;
  padding-left: 3rem;
  color: #322828;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
}

.radio-group label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #9b9b9b;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

.radio-group label:hover::before {
  border-color: #322828;
}

.radio-group label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f7f7f5;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.radio-group input:checked + label::before {
  border-color: #e10019;
}

.radio-group input:checked + label::after {
  background-color: #e10019;
}

.radio-group input {
  position: absolute;
  left: -999rem;
}

.radio-row {
  margin-top: 1.5rem;
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  .radio-row {
    margin-top: 2.5rem;
  }
}

.radio-ttl {
  height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #ebebe6;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .radio-ttl {
    height: 6.5rem;
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .form-group {
    display: inline-block;
  }
}

.form-group + .form-group {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .form-group + .form-group {
    margin-top: 0;
    margin-left: 6rem;
  }
}

.minus, .plus {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #322828;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.val-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
}

.val-selector input {
  width: 6rem;
  height: 5rem;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.5rem;
  background-color: rgba(247, 247, 245, 0.5);
  font-family: "Relevant";
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.val-selector .input {
  position: relative;
}

.val-selector .input span {
  position: absolute;
  top: 1.6rem;
  left: calc(100% + 1rem);
}

.or, .ou {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #e10019;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3.4rem;
}

@media (max-width: 1025px) {
  .result-wrapper.np {
    padding: 0 !important;
  }
}

@media (max-width: 1025px) {
  .result-wrapper.npb {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 1025px) {
  .result-wrapper.npt {
    padding-top: 1rem !important;
  }
}

.bottom-line {
  margin-top: 2.5rem;
  color: #e10019;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .bottom-line {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
  }
}

.head {
  width: 100%;
  max-width: 160rem;
  height: 16rem;
  margin: 0 auto;
  padding: 2.5rem 1rem;
  background: url(../img/header-mobile.jpg) center no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .head {
    height: 18.5rem;
    padding: 4rem 0;
    background-image: url(../img/header-desktop.jpg);
  }
}

.head .icon {
  display: inline-block;
  position: relative;
  top: -0.3rem;
  margin-right: 0.5rem;
  background-color: #e10019;
  vertical-align: bottom;
}

.head .icon-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
}

@media (min-width: 1024px) {
  .head .icon-center {
    width: 3.9rem;
    height: 3.9rem;
  }
}

.head .icon i {
  margin-top: -0.6rem;
  color: #fff;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .head .icon i {
    font-size: 2rem;
  }
}

.head h1 {
  padding-right: 1rem;
  color: #fff;
}

.head h1 span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.7rem;
  display: inline;
  position: relative;
  left: 1rem;
  background-color: #322828;
  -webkit-box-shadow: 1rem 0 0 #322828, -1rem 0 0 #322828, 0 0.6rem 0 #322828, 0 -0.6rem 0 #322828, 1rem 0.6rem 0 #322828, 1rem -0.6rem 0 #322828, -1rem 0.6rem 0 #322828, -1rem -0.6rem 0 #322828;
  box-shadow: 1rem 0 0 #322828, -1rem 0 0 #322828, 0 0.6rem 0 #322828, 0 -0.6rem 0 #322828, 1rem 0.6rem 0 #322828, 1rem -0.6rem 0 #322828, -1rem 0.6rem 0 #322828, -1rem -0.6rem 0 #322828;
}

@media (min-width: 1024px) {
  .head h1 span {
    font-size: 2.5rem;
    line-height: 4.5rem;
    display: inline;
    position: relative;
    left: 1rem;
    background-color: #322828;
    -webkit-box-shadow: 1rem 0 0 #322828, -1rem 0 0 #322828, 0 0.7rem 0 #322828, 0 -0.7rem 0 #322828, 1rem 0.7rem 0 #322828, 1rem -0.7rem 0 #322828, -1rem 0.7rem 0 #322828, -1rem -0.7rem 0 #322828;
    box-shadow: 1rem 0 0 #322828, -1rem 0 0 #322828, 0 0.7rem 0 #322828, 0 -0.7rem 0 #322828, 1rem 0.7rem 0 #322828, 1rem -0.7rem 0 #322828, -1rem 0.7rem 0 #322828, -1rem -0.7rem 0 #322828;
  }
}

.step1 .wrapper {
  width: calc( ( 100% / 2 ) - 20px);
}

@media (max-width: 768px) {
  .step1 .wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}

.step1 .infos-bloc {
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
  border-color: transparent;
  background-color: #eaeaea;
  text-align: center;
  width: 100%;
  padding: 13px 0;
}

.step1 .infos-bloc p {
  vertical-align: middle;
  margin: auto;
  font-size: 14px;
  line-height: 18px;
}

.step1 .infos-bloc p .fa {
  color: #e2001a;
}

.step1 .infos-bloc p .bold {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .step2 .flex-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}

.step2 .flex-wrap .wrapper {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .step2 .flex-wrap .wrapper {
    width: calc(25% - 1.5rem);
    margin: 0;
  }
}

.step2 .flex-wrap .wrapper + .wrapper {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .step2 .flex-wrap .wrapper + .wrapper {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .step2 .flex-wrap#formuleBrique .wrapper {
    width: calc(50% - 1rem);
  }
}

.step2 .flex-wrap .data-group {
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
}

.step2 .flex-wrap .data-group .data-ttl {
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #ebebe6;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .step2 .flex-wrap .data-group .data-ttl {
    height: 8.1rem;
  }
}

.step2 .flex-wrap .data-group .data-ttl span {
  font-size: 1.4rem;
  font-weight: normal;
}

.step2 .flex-wrap .data-group .data-ttl b {
  font-weight: bold;
}

.step2 .result-row {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .step2 .result-row {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .step2 .result-row .right {
    display: inline-block;
  }
}

.step2 .result-row .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: #f7f7f5;
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  .step2 .result-row .msg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.step2 .result-row .msg i {
  margin-top: -1.2rem;
  margin-right: 1rem;
  font-size: 2.6rem;
  color: #e10019;
}

@media (min-width: 1024px) {
  .step2 .result-row .msg p {
    display: inline-block;
  }
}

.step2 .result-row .result {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.step2 .result-row .result span {
  color: #e10019;
}

.step2 .ok {
  display: none;
}

.step2 .error {
  display: none;
}

html body .step .formule {
  display: none;
}

.step3 .formule {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .step3 .formule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .step3 .formule-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.step3 .formule-wrapper {
  width: 100%;
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
}

.step3 .formule-wrapper h4 {
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #ebebe6;
  text-align: center;
  font-weight: bold;
}

.step3 .formule-wrapper + .formule-wrapper {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .step3 .formule-wrapper + .formule-wrapper {
    margin-top: 0;
  }
}

.step3 i {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.step3 .result-wrapper {
  padding: 2rem 1.5rem;
  text-align: center;
}

.step3 .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step3 .result {
  margin-left: 1rem;
}

.step3 .result span {
  color: #e10019;
}

@media (min-width: 1024px) {
  .step3 .formule1 .formule-wrapper, .step3 .formule3 .formule-wrapper {
    width: calc(50% - 1rem);
  }
}

.step4 {
  display: none;
  /*
    .mixer-row{
        border-radius: 4px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        .ttl-bloc{
            background-color: $brand-dark;
            color: #fff;
            font-size: 12px;
            text-align: center;
            padding: 14px 28px;
            line-height: 16px;
            border-radius: 4px 0 0 4px;
            width: 32.71484375%;
            display: flex;
            align-items: center;
            .bold{
                font-size: 16px;
            }
        }
        .val-selector{
            border: 1px solid #000;
            text-align: center;
            width: 23.4375% ;
            height: 67px;
            min-height: 81px;
        }
        .result-bloc{
            background-color: $brand-secondary;
            padding: 9px 10px;
            font-size: 14px;
            width: 43.84765625%;
            border-radius: 0 4px 4px 0;
            .fa{
                color: $brand-primary;
            }
            .bold{
                font-size: 16px;
                line-height: 19px;
            }
            p{
                width: 100%;
                &:nth-child(2){
                    height: 25px;
                    display: flex;
                    align-items: center;
                }
                &:last-child{
                    font-size: 12px;
                }
            }
        }
        @media (max-width: 1024px){
            flex-wrap: nowrap;
            .ttl-bloc{
                padding: 14px 0;
            }
            .ttl-bloc, 
            .data-bloc,
            .result-bloc{
                width: calc( 100% / 3 );
            }
        }
        @media (max-width: 768px){
            flex-wrap: wrap;
            .ttl-bloc, 
            .data-bloc,
            .result-bloc{
                width: 100%;
            }
            .ttl-bloc{
                border-radius: 4px 4px 0 0;
                p{
                    width: 100%;
                    text-align: center;
                    display: block;
                }
            }
            .resultat-bloc{ 
                border-radius: 0 0 4px 4px;
            }
        }
    }
    .formule-wrapper{
        padding-bottom: 0;
        h4{
            line-height: normal;
            padding: 5px 0;
            border-radius: 4px 4px 0 0;
            .fa{
                color: $brand-primary;
            }
            span{
                font-size: 14px;
            }
            .light{
                font-size: 14px;
                font-weight: 400;
            }
        }
        .infos-line{
            color: #000;
            background-color: $brand-third;
            text-align: left;
            font-size: 12px;
            padding: 8px;
            display: flex;
            border-radius: 0 0 4px 4px;
            .fa{
                color: $brand-primary;
                font-size: 25px;
                margin-right: 10px; 
            }   
            p, .fa{
                display: inline-block;
                vertical-align: top;
            }
        }
    }
}
.formule1-mix{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    .formule-wrapper{
        width: calc(( 100% / 2 ) - 10px);
    }
}
.formule2-mix{
    @extend .formule1-mix;
    .formule-wrapper{
        width: calc(( 100% / 3 ) - 10px);
        .formule-wrap{
            flex-direction: column;
        }
        .result-wrapper{
            display: block;
            width: calc(100% - 22%);
            margin-bottom: 10px;
            margin-left: 22%;
        }
        .result-wrapper:last-child{
            margin-bottom: 0;
        }
    }
    .or{
        margin-left: 56px;
    }
    .ou{
        margin-left: 41px;
    }
} 
.bottom-line{
    text-align: center;
    margin: 30px auto;
    font-size: 14px;
    i, p{
        display: inline-block;
        vertical-align: middle;
    }
    .fa{
        color: $brand-primary;
        font-size: 44px;
        &:first-child{margin-right: 73px}
        &:last-child{margin-left: 73px}
    }
    @media (max-width: 768px){
        p{
            display: block;
            margin: 10px auto;
        }
        .fa{
            margin: 0!important;
        }
    }*/
}

.step4 .formule-wrapper {
  border: 0.1rem solid #ebebe6;
  border-radius: 0.5rem;
}

.step4 .formule-wrapper + .formule-wrapper {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .step4 .formule-wrapper + .formule-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .step4 .formule-wrapper {
    width: calc(50% - 1rem);
  }
}

.step4 .ttl-bloc, .step4 .result-bloc div, .step4 h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #ebebe6;
  text-align: center;
  font-weight: bold;
}

.step4 .ttl-bloc, .step4 .result-bloc div {
  height: 8.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1.5rem 1.3rem 0;
}

.step4 h4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 7.3rem;
  padding: 1.5rem 1.3rem;
}

.step4 .mixer-row {
  margin-top: 2.2rem;
}

@media (min-width: 1024px) {
  .step4 .mixer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .step4 .formule-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.step4 .normal {
  font-size: 1.4rem;
  font-weight: normal;
}

.step4 .bloc-gachees {
  padding: 2.9rem 1rem;
  text-align: center;
}

.step4 .nbGac {
  display: inline-block;
  margin-right: 0.7rem;
  color: #e10019;
}

.step4 .result-wrapper {
  padding: 2rem 1.5rem;
  text-align: center;
}

.step4 .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step4 .result {
  margin-left: 1rem;
}

.step4 .result span {
  color: #e10019;
}

.step4 .formule {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .step4 .formule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2rem;
  }
}

.step4 .formule i {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.step4 .formule h4 i {
  color: #e10019;
  font-size: 1rem;
  line-height: 1rem;
}

.step4 .infos-line {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #55b99b;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .step4 .infos-line {
    text-align: center;
  }
}

.step4 .light {
  font-weight: normal;
}

.step4 .red {
  color: #e10019;
}

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