@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%;
  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: "Nunito";
  font-weight: 300;
  src: url("../fonts/Nunito-Light.eot"), url("../fonts/Nunito-Light.woff") format("woff"), url("../fonts/Nunito-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.eot"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-weight: 600;
  src: url("../fonts/Nunito-SemiBold.eot"), url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.eot"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.woff2") format("woff2");
}

:export {
  primary: "Nunito";
}

@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: #F6F6F6;
  color: #322828;
  font-family: "Nunito";
  font-size: 1.6rem;
  line-height: 1.36;
  font-weight: 400;
}

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.8rem;
}

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

h2 {
  padding: 1.5rem 0;
  font-weight: 400;
  letter-spacing: 0.019rem;
}

@media (min-width: 1024px) {
  h2 {
    padding: 2.8rem 0 2.4rem;
  }
}

.step {
  border-radius: 0.4rem;
  background-color: #FFF;
  overflow: hidden;
}

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

h3 {
  padding: 1.4rem 2rem 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1.33;
  background: #0078BF;
  color: #FCBD1B;
}

.titleText {
  display: block;
  margin-top: 0.5rem;
  color: #FFF;
}

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

.ast {
  color: #0078BF;
}

.radio-group {
  padding: 2rem 2rem 2.3rem;
  border: 0.1rem solid #ebebe6;
  border-radius: 0 0 0.4rem 0.4rem;
}

@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: color(white);
  -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: #F6F6F6;
  -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: #FCBD1B;
}

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

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

.radio-row {
  padding: 2rem;
}

.radio-ttl {
  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;
  border: 0.1rem solid #ebebe6;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #F6F6F6;
  text-align: center;
  height: 7rem;
}

.flex-wrap,
.result-row {
  padding: 0 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: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #322828;
  border-radius: 50%;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
}

.bold {
  font-weight: 600;
}

.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;
  border: 0.1rem solid #ebebe6;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 1.2rem 2.5rem;
}

.val-selector input {
  padding: 0;
  font-family: "Nunito";
  font-size: 1.5rem;
}

.val-selector .input {
  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: 13.1rem;
  height: 4.5rem;
  border: 0.1rem solid #ebebe6;
  border-radius: 0.2rem;
  font-family: "Nunito";
  font-size: 1.5rem;
  text-align: center;
  background-color: #F6F6F6;
}

.or,
.ou {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #0078BF;
  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: 2rem;
  color: #0078BF;
  line-height: 1.43;
  letter-spacing: 0.017rem;
  text-align: center;
}

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

.head {
  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;
  width: 100%;
  height: 16rem;
  margin: 0 auto;
  border-radius: 0.4rem;
  padding: 1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.13;
  text-align: center;
  letter-spacing: 0.022rem;
  color: #FFF;
  background: url(../img/header-mobile.png) center no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .head {
    background-image: url(../img/header-desktop.png);
  }
}

.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.4rem;
  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;
}

.step2 .radio-row {
  padding-top: 2rem;
}

@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: 2rem;
}

@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 .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;
  border: 0.1rem solid #ebebe6;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #F6F6F6;
  text-align: center;
}

@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: 600;
}

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

@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: #F6F6F6;
  border-radius: 0.4rem;
}

@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: #0078BF;
}

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

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

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

.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;
  padding: 2rem;
}

@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;
  }
}

.step3 .formule-wrap {
  border: 0.1rem solid #ebebe6;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 1.2rem 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%;
}

.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;
  border: 0.1rem solid #ebebe6;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #F6F6F6;
  text-align: center;
}

.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: #0078BF;
}

@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: color(white);
            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 + .formule-wrapper {
  margin-top: 2rem;
}

@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;
  border: 0.1rem solid #ebebe6;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #F6F6F6;
  text-align: center;
}

.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 {
  padding: 2rem 2rem 0;
}

@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;
  }
}

.step4 .formule-wrap {
  border: 0.1rem solid #ebebe6;
  border-top: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}

@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.4rem 1rem 2.3rem;
  text-align: center;
  border: 0.1rem solid #ebebe6;
  border-top: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}

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

.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: #0078BF;
}

.step4 .formule {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 2rem 0;
}

@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;
  }
}

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

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

.step4 .infos-line {
  padding: 2rem;
}

.step4 .infos-line p {
  border-radius: 0.4rem;
  padding: 1.1rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  background-color: #FCBD1B;
}

@media (min-width: 1024px) {
  .step4 .infos-line p {
    padding: 1.3rem;
  }
}

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

.step4 .red {
  color: #0078BF;
}

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