
#container_form{
    text-align: center;
    padding: 10px 10px 60px 10px;
    max-width: 1024px;
    margin: auto;
}
footer .logo {
    margin-bottom: 80px;
    padding-top: 80px;
}
div.form_content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step {
    background: none;
    padding: 10px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #37474f;
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #e5e5e5;
    width: 45%;
    background: #ffff;
    min-height: 230px;
    -webkit-box-shadow: #e3e3e3 3px 3px 10px 0px;
    box-shadow: #e3e3e3 3px 3px 10px 0px;
}
.step:nth-child(2n){
    margin-left: 2.5%;
}
.step:before {
    content: " ";
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    background: #467f6d;
    width: 30px;
    height: 30px;
    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;
    border-radius: 99999px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step.\31:before {
    content: "1";
}
.step.\32:before {
    content: "2";
}
.step.\33:before {
    content: "3";
}
.step.\34:before {
    content: "4";
}
.step.\35:before {
    content: "5";
}
.icon_genre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    margin: auto;
}
.genre {
    max-width: 50%;
}
img.icon-svg {
    width: 72px;
    height: 72px;
}
p.title_genre {
    min-width: 113px;
    width: 113px;
    padding: 13px 13px;
    color: #37474f;
    font-size: 16px;
    margin-top: 16px;
    border-radius: 999px;
    font-weight: 500;
    cursor: pointer;
    background: #f7f7f700;
    border: solid 1px #dfdfdf;
    white-space: nowrap;
}
p.title_genre.selected {
    color: white;
    border-color: #ffffff;
    background-image: linear-gradient(101deg,#467f6d,#046e4c);
}
input#calculator-step-age, input#calculator-step-taille, input#calculator-step-poids, input#calculator-step-sommeil, input#calculator-step-assis, input#calculator-step-debout, input#calculator-step-faiblement-actif, input#calculator-step-moyennement-actif, input#calculator-step-tres-actif {
    width: 66px;
    background: none;
    font-size: 34px;
    border: none;
    border-bottom: solid 2px #215c48;
    color: #215c48;
    text-align: center;
    font-weight: bold;
}
input#calculator-step-age::placeholder, input#calculator-step-taille::placeholder, input#calculator-step-poids::placeholder, input#calculator-step-sommeil::placeholder, input#calculator-step-assis::placeholder, input#calculator-step-debout::placeholder, input#calculator-step-faiblement-actif::placeholder, input#calculator-step-moyennement-actif::placeholder, input#calculator-step-tres-actif::placeholder {
    color: #dddddd!important;
}
h2.title_step {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
label.label_age {
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}
.form_content.\32 {
    margin-top: 40px;
}
.form_content.\33 {
    width: 98%;
    margin: auto;
    margin-top: 40px;
}
.step.\35 {
    width: 100%;
    padding-bottom: 50px;
}
span.submit-form {
    padding: 15px 60px;background: #fbfbfb;
    min-height: 230px;
    -webkit-box-shadow: #e3e3e3 3px 3px 10px 0px;
    box-shadow: #e3e3e3 3px 3px 10px 0px;
    background-image: linear-gradient(101deg,#467f6d,#046e4c);
    color: white;
    border-radius: 999px;
    cursor: pointer;
    font-size: 16px;
}
div#form_button {
    margin-top: 50px;
}
.step.\33 h2.title_step {
    margin-bottom: 50px!important;
}
h2.title_step.mB60 {
    margin-bottom: 60px;
}
section#result {
    text-align: center;
    max-width: 1024px;
    margin: auto;
}
p.error {
    background: #ff0000;
    padding: 10px 20px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 999px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
p.title_activity {
    padding: 13px 13px;
    color: #37474f;
    font-size: 16px;
    margin-top: 16px;
    border-radius: 999px;
    font-weight: 500;
    cursor: pointer;
    background: #f7f7f700;
    border: solid 1px #dfdfdf;
}

p.desc_activity {
    font-size: 14px;
    font-weight: 400;
}

.colorSec {
    color: #467f6d;
}
h2.title_result {
    font-size: 32px;
    font-weight: bold;
    color: #37474f;
    margin-bottom: 60px;
}
.content_resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cart_resume {
    width: 30%;
    padding: 10px;
    position: relative;
    font-size: 16px;
    color: #37474f;
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #e5e5e5;
    background: #ffff;
    -webkit-box-shadow: #e3e3e3 3px 3px 10px 0px;
    box-shadow: #e3e3e3 3px 3px 10px 0px;
    cursor: pointer;
    padding-bottom: 10px;
    min-height: 260px;
}
h3.title_resume_type {
    font-size: 22px;
    color: #37474f;
    font-weight: bold;
    margin-bottom: -5px;
}
.conso_jour{
    font-weight: 500;
    font-size: 16px;
    color: #37474f;
}
.result_kcal{
    font-size: 30px;
    font-weight: 600;
    color: #37474f;
}

p.desc_result_cal {
    font-size: 14px;
    line-height: 1.3;
}
.flex_content {
    display: flex;
    justify-content: space-evenly;
    max-width: 850px;
    margin: auto;
    margin-top: 50px;
}
h2.title_step.step5 {
    font-size: 16px;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0;
}
.flex_content.\31 {
    margin-bottom: 20px;
    margin-top: 60px;
}
.step5_choise {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 20px;
    padding-top: 0;
    position: relative;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}
p.error.activite {
    width: 420px;
    margin-top: 25px;
    margin-bottom: -20px;
}
p.error.activite-ok {
    background: #467f6d;
    width: max-content;
    max-width: 300px;
    margin-top: 25px;
    margin-bottom: -20px;
}
.content_lgp {
    display: flex;
    justify-content: space-around;
    color: white;
    margin-top: 15px;
}
.lipides_content {
    width: 90px;
    background-image: linear-gradient(101deg,#ff5757,#d63939);
    border-radius: 999px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.glucides_content {
    width: 90px;
    background-image: linear-gradient(101deg,#f99b46,#c97225);
    border-radius: 999px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.proteines_content {
    width: 90px;
    background-image: linear-gradient(101deg,#124660,#092c3d);
    border-radius: 999px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_lgp .title {
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.lipides_content div:first-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.glucides_content div:first-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.proteines_content div:first-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.result_span {
    font-size: 14px;
}
img.activite_img {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
}
p.txt_desc_activite {
    font-size: 12px;
    font-weight: 300;
    max-width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 16px;
    font-style: italic;
}
p._sous_title_step {
    margin: -20px 0 0 0;
    font-weight: 400;
    font-size: 18px;
}
#redirection {
    margin-top: 60px;
    line-height: 1.5;
}
#redirection h2{
    font-size: 22px;
    font-weight: bold;
    color: #37474f;
}
/**** ERROR *******/
.step.error {
    border: solid 1px red;
}
/*****************/
/* MEDIA QUERIES */
/*****************/

@media screen and (max-width: 1000px){
    .step5_choise {
        width: 100%;
    }
    h1 {
        font-size: 40px;
    }
    .form_content {
        flex-direction: column;
        max-width: 95%;
        margin: auto;
        margin-top: 0!important;
    }
    .step {
        margin: 0!important;
        margin-top: 40px!important;
        width: auto;
        min-height: auto;
        padding-bottom: 30px;
    }
    .form_content.\32 {
        margin-top: 0;
    }
    .form_content.\33 {
        width: auto;
        max-width: 95%;
        margin: auto;
    }
    .step.\35 {
        width: auto;
    }
    h2.title_step.mB60 {
        margin-bottom: 30px;
    }
    .flex_content {
        flex-direction: column;
    }
    h2.title_step.step5 {
        text-align: center;
        max-width: initial;
    }
    .step5_choise {
        margin-bottom: 55px;
    }
    .step5_choise.\33 {
        margin-bottom: 5px;
    }
    .content_resume {
        flex-direction: column;
    }
    .cart_resume {
        margin: auto;
        min-height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px;
        max-width: 90%;
        width: 100%;
    }
}
a.button_client {
    padding: 15px 60px;
    background: #fbfbfb;
    min-height: 230px;
    -webkit-box-shadow: #e3e3e3 3px 3px 10px 0px;
    box-shadow: #e3e3e3 3px 3px 10px 0px;
    background-image: linear-gradient(101deg,#467f6d,#046e4c);
    color: white;
    border-radius: 999px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
div#url_client {
    margin-top: 40px;
}
