@charset "utf-8";

/* _________________________ Body _________________________ */
/* _*_*_*_ Tarifs _*_*_*_ */
/* PRESTATIONS */
#title {
    display: flex;
    max-width: 1200px;
    margin: 24px auto;
    justify-content: center;
    top: 128px;
}

.proposition {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.formulas-choice {
    width: 100%;
    height: 660px;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
}

#formula-title {
    margin: 0;
}

#bckg-price {
    max-width: 1200px;
    width: 100%;
    display: flex;
    padding: 0 100px;
    justify-content: space-between;
    position: absolute;
    /* z-index: 1; */
}

.formula-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#formula1-price,
#formula3-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    width: 350px;
    height: auto;
    background-color: #fff;
    box-shadow: #85CBE6 0px 2px 5px -1px, #85CBE6 0px 1px 1.5px -0.5px;
    border-top: 3px solid #85CBE6;
    border-radius: 20px;
}

.formula-name {
    text-align: center;
    color: #000;
}

.price {
    margin-block-end: 0;
    margin-block-start: 0;
    color: #E98209;
    border-radius: 35px;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 36px;
    margin-bottom: 48px;
}

.price p {
    margin: 0;
}

.options-inclued {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 8px;
}

.check-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
}

.check-option p {
    margin: 0;
    line-height: 32px;
}

#e-bckg-price .check-option p {
    color: #000;
}

.check img {
    width: 24px;
    height: auto;
}

#foreground {
    position: absolute;
    /* z-index: 2; */
}

#formula2-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    width: 350px;
    height: 560px;
    background-color: #fff;
    box-shadow: 0 1px 2px #85CBE6;
    border-top: 8px solid #85CBE6;
    border-right: 1px solid #85CBE6;
    border-bottom: 1px solid #85CBE6;
    border-left: 1px solid #85CBE6;
    border-radius: 20px;
}

#buttons-group {
    display: flex;
    flex-direction: column;
}

#compare-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

#compare-btn a {
    display: flex;
    border: none;
    color: #fff;
    background-color: #58C8DD;
    border-radius: 24px;
    width: 480px;
    height: 50px;
    font-size: 24px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}

#compare-btn :hover {
    background-color: #004560;
    background: #004560;
    border: 1.5px solid #85CBE6;
    box-shadow: 0 2px 5px #85CBE6;
}

.e-formulas-choice {
    width: 100%;
    height: 800px;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
}

#e-bckg-price {
    max-width: 1200px;
    width: 100%;
    display: flex;
    padding: 0 220px;
    justify-content: center;
    gap: 48px;
    position: absolute;
    /* z-index: 1; */
}

#e-formula1-price,
#e-formula3-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    width: 350px;
    height: auto;
    background: #fff;
    box-shadow: #85CBE6 0px 2px 5px -1px, #85CBE6 0px 1px 1.5px -0.5px;
    border-top: 3px solid #85CBE6;
    border-radius: 20px;
}

/* CONTRIBUTION */
#contribution {
    height: auto;
    margin: 128px 12px 48px;
}

#contrib {
    max-width: 1200px;
    background-color: #fff;
    border: 1.5px solid #85CBE6;
    box-shadow: 0 2px 5px #85CBE6;
    border-radius: 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

#contrib-title {
    width: 100%;
    position: absolute;
    top: -40px;
}

#contrib-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 48px;

}

#contrib-title h3 {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 35%;
    background-color: #fff;
    background: linear-gradient(180deg, #fafcfd 50%, #fff 50%);
    border-radius: 30px;
    font-family: 'Kanit';
    color: #004560;
    font-size: 42px;
}

#descr-contrib {
    width: 50%;
    display: flex;
    align-items: center;
    height: 70%;
}

#descr-contrib p {
    color: #000;
    margin-block-start: 0;
    margin-block-end: 0;
}

#contribution img {
    width: 40%;
}

/* COMPARATIVE */
#comparative-block,
#options-block {
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 100%;
    height: auto;
}

.container-onglets {
    display: flex;
    flex-direction: row;
    margin: 0 48px;

}

.onglets {
    display: flex;
    width: 300px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #00000049;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.active {
    background-color: #3b8ba8;
    color: #fff;
}

.contain {
    display: none;
    flex-direction: column;
    text-align: left;
    margin: 0 48px 48px;
}

.activeContain {
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.head-contain,
.head-contain-opt {
    background-color: #3b8ba8;
    height: 60px;
    color: #fff;
    text-align: center;
}

th,
td {
    font-size: 20px;
}

th img {
    display: flex;
    margin: 0 auto;
    width: 50px;
    height: auto;
}

.contain .prestations,
.prestations {
    height: 60px;
    width: 450px;
    padding-left: 24px;
    padding-right: 100px;
    border-bottom: 1px solid #85CBE6;
    color: #000;
}

td {
    text-align: center;
    border-bottom: 1px solid #85CBE6;
}

td img {
    width: 30px;
    height: 30px;
}

.pop-info {
    background-color: #3b8ba8;
    border-radius: 100%;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
}

.pop-info:hover {
    background-color: #004560;
    box-shadow: 0 2px 5px #85CBE6;
}

#info-seo-on {
    background-color: #ffffffd3;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

#info-trans-anim-on {
    background-color: #ffffffd3;
}

.info-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: #fff;
    opacity: 1;
    border-radius: 30px;
    border: 3px solid #E98209;
    padding: 12px;
}

.info-cross {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.info-cross-img {
    display: flex;
    background-color: #E98209;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin: 12px;
}

.info-cross-img img {
    display: flex;
    margin: auto;
    width: 12px;
    height: 12px;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px 24px;
}

.info-content span {
    width: 100px;
    height: 100px;
    display: flex;
    background-color: #3b8ba8;
    border-radius: 30px;
}

#content-1,
#content-2 {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

#content-1 li,
#content-2 li {
    display: flex;
    gap: 32px;
    cursor: pointer;
    line-height: 24px;
}

#content-1 li:hover,
#content-2 li:hover {
    text-decoration: underline #E98209;
}

#a-1 :hover>span {
    -webkit-animation: scale-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -moz-animation: scale-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* OPTIONS */
#options-block {
    max-width: 1200px;
    height: auto;
    margin-bottom: 128px;
}

.container-opt {
    text-align: left;
    margin: 0 48px 48px;
}


/* _________________________ Keyframes _________________________ */
/* *_*_*_*_ Scale-up _*_*_*_ */
@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* _________________________ Responsive _________________________ */
/* _________________________ Responsive 0 > 499px */

@media screen and (max-width: 499px) {

    /* Body - PRESTATIONS - 0 > 499px */
    .formulas-choice {
        max-width: 480px;
        height: 750px;
        gap: 6px;
        padding: 24px 0;
        font-size: 13px;
        margin: auto;
    }

    #formula-header {
        gap: 8px;
        justify-items: center;
    }

    .price {
        font-size: 16px;
        padding: 4px 16px;
        margin-bottom: 12px;
    }

    #bckg-price {
        max-width: 430px;
        padding: 0 5%;
        flex-direction: column;
        align-items: center;
        gap: 180px;
    }

    #formula1-price,
    #formula3-price {
        width: 330px;
        height: auto;
        border-bottom: 1px solid #85CBE6;
        border-top: 1px solid #85CBE6;
    }

    p.formula-name {
        padding: 0;
    }

    #formula2-price {
        width: 350px;
        height: auto;
        box-shadow: 0 1px 2px #85CBE6;
        border-right: 8px solid #85CBE6;
        border-top: 2px solid #85CBE6;
        border-bottom: 2px solid #85CBE6;
        border-left: 2px solid #85CBE6;
        margin-top: 50px;
    }

    #compare-btn a {
        width: 280px;
        height: 25px;
        font-size: 14px;
    }

    .e-formulas-choice {
        height: 750px;
        gap: 6px;
        padding: 24px 0;
        font-size: 13px;
        margin: auto;
    }

    #e-bckg-price {
        max-width: 430px;
        padding: 0 5%;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    #e-formula1-price,
    #e-formula3-price {
        width: 350px;
        height: auto;
    }

    .check img {
        width: 12px;
    }

    .check-option p {
        line-height: 16px;
    }

    /* Body - CONTRIBUTION - 0 > 499px */
    #contribution {
        margin: 24px 8px;
    }

    #contrib {
        max-width: 499px;
    }

    #contrib-content {
        gap: 12px;
        font-size: 12px;
        padding: 12px;
    }

    #contrib-title {
        top: -22px;
    }

    #contrib-title h3 {
        font-size: 22px;
        width: 60%;
    }

    #contribution img {
        width: 50%;
    }

    /* Body - COMPARATIVE - 0 > 499px */
    #comparative-block {
        max-width: 95%;
        margin: auto;
        padding: 0;
    }

    .container-onglets,
    .contain {
        margin: 0;
        max-width: 100%;
    }

    .onglets {
        max-width: 34%;
        height: 40px;
        font-size: 14px;
    }

    .head-contain th {
        font-size: 13px;
    }

    .head-contain th:nth-child(1) {
        width: 34%;
    }

    .head-contain th:nth-child(2),
    .head-contain th:nth-child(3),
    .head-contain th:nth-child(4) {
        width: 22%;
    }

    .contain .prestations,
    .prestations {
        padding: 0 6px;
        width: inherit;
    }

    .prestations {
        font-size: 13px;
    }

    th.prestations {
        padding: 0;
    }

    td,
    th {
        font-size: 13px;
    }

    td img {
        width: 18px;
        height: 18px;
    }

    /* Body - OPTIONS - 0 > 499px */
    #options-block {
        max-width: 100%;
        margin-bottom: 72px;
    }

    .container-opt {
        margin: 0;
    }

    .contain-opt .prestations {
        padding: 0 6px;
    }

    .head-contain-opt {
        font-size: 13px;
    }
}

/* _________________________ Responsive 500 > 661px */
@media screen and (min-width: 500px) and (max-width: 661px) {

    /* Body - SERVICES - 500 > 661px */
    .formulas-choice {
        max-width: 500px;
        height: 800px;
        gap: 8px;
        padding: 32px 0;
        font-size: 14px;
        margin: auto;
    }

    #formula-header {
        gap: 8px;
        justify-items: center;

    }

    .price {
        font-size: 20px;
        padding: 8px 24px;
        margin-bottom: 12px;
    }

    #bckg-price {
        max-width: 500px;
        padding: 0 5%;
        flex-direction: column;
        align-items: center;
        gap: 205px;
    }

    #formula1-price,
    #formula3-price {
        width: 430px;
        height: auto;
        border-bottom: 1px solid #85CBE6;
        border-top: 1px solid #85CBE6;
    }

    p.formula-name {
        padding: 0;
    }

    #formula2-price {
        width: 450px;
        height: auto;
        box-shadow: 0 1px 2px #85CBE6;
        border-right: 8px solid #85CBE6;
        border-top: 2px solid #85CBE6;
        border-bottom: 2px solid #85CBE6;
        border-left: 2px solid #85CBE6;
        margin-top: 5px;
    }

    #compare-btn a {
        width: 300px;
        height: 28px;
        font-size: 16px;
    }

    .e-formulas-choice {
        height: 750px;
        gap: 50px;
        padding: 32px 0;
        font-size: 14px;
    }

    #e-bckg-price {
        max-width: 500px;
        padding: 0 10%;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    #e-formula1-price,
    #e-formula3-price {
        width: 450px;
        height: auto;
    }

    .check img {
        width: 14px;
    }

    .check-option p {
        line-height: 18px;
    }

    /* Body - CONTRIBUTION - 500 > 661px */
    #contribution {
        margin: 48px 12px;
    }

    #contrib {
        max-width: 661px;
    }

    #contrib-content {
        padding: 20px;
        font-size: 14px;
        padding: 20px;
    }

    #contrib-title {
        top: -24px;
    }

    #contrib-title h3 {
        font-size: 28px;
        width: 55%;
    }

    #contribution img {
        width: 50%;
    }

    /* Body - COMPARATIVE - 500 > 661px */
    #comparative-block {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 12px;
    }

    .container-onglets,
    .contain {
        margin: 0;
        max-width: 100%;
    }

    .onglets {
        max-width: 34%;
        height: 50px;
        font-size: 14px;
    }

    .head-contain th {
        font-size: 14px;
    }

    .head-contain th:nth-child(1) {
        width: 34%;
    }

    .head-contain th:nth-child(2),
    .head-contain th:nth-child(3),
    .head-contain th:nth-child(4) {
        width: 22%;
    }

    .contain .prestations,
    .prestations {
        padding: 0 6px;
        width: inherit;
    }

    .prestations {
        font-size: 14px;
    }

    th.prestations {
        padding: 0;
    }

    td,
    th {
        font-size: 14px;
    }

    td img {
        width: 16px;
        height: 16px;
    }

    /* Body - OPTIONS - 500 > 661px */
    #options-block {
        max-width: 100%;
        padding: 0;
        margin-bottom: 72px;
    }

    .container-opt {
        margin: 0;
    }

    .contain-opt .prestations {
        padding: 0 6px;
    }

    .head-contain-opt {
        font-size: 14px;
    }
}

/* _________________________ Responsive 662px > 767px */
@media screen and (min-width: 662px) and (max-width: 767px) {

    /* Body - SERVICES - 662px > 767px */
    .formulas-choice {
        height: 600px;
        gap: 50px;
        padding: 32px 0;
        font-size: 15px;
    }

    #formula-header {
        gap: 8px;
        justify-items: center;

    }

    .price {
        font-size: 22px;
        padding: 10px 28px;
        margin-bottom: 24px;
    }

    #bckg-price {
        max-width: 662px;
        padding: 0 5%;
    }

    #formula1-price,
    #formula3-price {
        width: 200px;
        height: 550px;
    }

    #formula2-price {
        width: 200px;
        height: 570px;
    }

    #compare-btn a {
        width: 340px;
        height: 30px;
        font-size: 18px;
    }

    .e-formulas-choice {
        height: 650px;
        gap: 50px;
        padding: 20px 0;
        font-size: 15px;
    }

    #e-bckg-price {
        max-width: 662px;
        padding: 0 10%;
        gap: 24px;
    }

    #e-formula1-price,
    #e-formula3-price {
        width: 220px;
        height: 630px;
    }

    .check img {
        width: 15px;
    }

    .check-option p {
        line-height: 20px;
    }

    /* Body - CONTRIBUTION - 662px > 767px */
    #contribution {
        margin: 64px 16px 48px;
    }

    #contrib {
        max-width: 767px;
    }

    #contrib-content {
        padding: 28px;
        font-size: 15px;
    }

    #contrib-title {
        top: -28px;
    }

    #contrib-title h3 {
        font-size: 32px;
        width: 50%;
    }

    /* Body - COMPARATIVE - 662px > 767px */
    #comparative-block {
        max-width: 662px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .container-onglets,
    .contain {
        margin: 0;
        max-width: 100%;
    }

    .onglets {
        max-width: 34%;
        height: 50px;
        font-size: 15px;
    }

    .head-contain th {
        font-size: 15px;
    }

    .head-contain th:nth-child(1) {
        width: 34%;
    }

    .head-contain th:nth-child(2),
    .head-contain th:nth-child(3),
    .head-contain th:nth-child(4) {
        width: 22%;
    }

    .contain .prestations,
    .prestations {
        padding: 0 6px;
        width: inherit;
    }

    .prestations {
        font-size: 15px;
    }

    th.prestations {
        padding: 0;
    }

    td,
    th {
        font-size: 15px;
    }

    td img {
        width: 24px;
        height: 24px;
    }

    /* Body - OPTIONS - 662px > 767px */
    #options-block {
        max-width: 650px;
        padding: 0 12px 0 0;
        margin-bottom: 72px;
    }

    .container-opt {
        margin: 0;
    }

    .contain-opt .prestations {
        padding: 0 6px;
    }

    .head-contain-opt {
        font-size: 15px;
    }
}

/* _________________________ Responsive 768 > 991px */

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Body - SERVICES - 768 > 991px */
    .formulas-choice {
        height: 700px;
        padding: 48px 0;
        font-size: 17px;
    }

    #bckg-price {
        max-width: 768px;
        padding: 0 5%;
    }

    .price {
        font-size: 26px;
        padding: 12px 32px;
        margin-bottom: 24px;
    }

    #formula1-price,
    #formula3-price {
        width: 230px;
    }

    #formula2-price {
        width: 230px;
        height: 640px;
    }

    #compare-btn a {
        width: 380px;
        height: 40px;
        font-size: 19px;
    }

    .e-formulas-choice {
        height: 720px;
        padding: 48px 0;
        font-size: 17px;
    }

    #e-bckg-price {
        max-width: 768px;
        padding: 0 10%;
        gap: 24px;
    }

    #e-formula1-price,
    #e-formula3-price {
        width: 250px;
        height: 700px;
    }

    .check img {
        width: 16px;
    }

    .check-option p {
        line-height: 24px;
    }

    /* Body - CONTRIBUTION - 768 > 991px */
    #contribution {
        margin: 72px 20px 48px;
    }

    #contrib {
        max-width: 991px;
    }

    #contrib-content {
        font-size: 17px;
        padding: 32px;
    }

    #contrib-title {
        top: -32px;
    }

    #contrib-title h3 {
        font-size: 36px;
        width: 45%;
    }

    /* Body - COMPARATIVE - 768 > 991px */
    #comparative-block {
        max-width: 768px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .container-onglets,
    .contain {
        margin: 0;
        max-width: 100%;
    }

    .onglets {
        max-width: 34%;
        height: 50px;
        font-size: 17px;
    }

    .head-contain th {
        font-size: 17px;
    }

    .head-contain th:nth-child(1) {
        width: 34%;
    }

    .contain .prestations,
    .prestations {
        padding: 0 6px;
        width: inherit;
    }

    .prestations {
        font-size: 17px;
    }

    th.prestations {
        padding: 0;
    }

    td,
    th {
        font-size: 17px;
    }

    td img {
        width: 30px;
        height: 30px;
    }

    /* Body - OPTIONS - 768 > 991px */
    #options-block {
        max-width: 754px;
        padding: 0 12px 0 0;
        margin-bottom: 72px;
    }

    .container-opt {
        margin: 0;
    }

    .contain-opt .prestations {
        padding: 0 6px;
    }

    .head-contain-opt {
        font-size: 17px;
    }
}

/* _________________________ Responsive 992 > 1199px */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* Body - SERVICES - 992 > 1199px */
    .formulas-choice {
        height: 660px;
        padding: 48px 0;
        font-size: 18px;
    }

    #bckg-price {
        max-width: 992px;
        padding: 0 5%;
    }

    .price {
        font-size: 30px;
        padding: 14px 36px;
    }

    #formula1-price,
    #formula3-price {
        width: 310px;
    }

    #formula2-price {
        width: 310px;
        height: 620px;
    }

    #compare-btn a {
        width: 430px;
        height: 45px;
        font-size: 22px;
    }

    .e-formulas-choice {
        height: 660px;
        padding: 48px 0;
        font-size: 18px;
    }

    #e-bckg-price {
        max-width: 992px;
        padding: 0 10%;
        gap: 48px;
    }

    #e-formula1-price,
    #e-formula3-price {
        width: 310px;
    }

    .check-option p {
        line-height: 28px;
    }

    .check img {
        width: 17px;
    }

    /* Body - CONTRIBUTION - 992 > 1199px */
    #contribution {
        margin: 72px 24px 48px;
    }

    #contrib {
        max-width: 1199px;
    }

    #contrib-content {
        font-size: 18px;
        padding: 32px;
    }

    #contrib-title {
        top: -36px;
    }

    #contrib-title h3 {
        font-size: 38px;
        width: 40%;
    }


    /* Body - COMPARATIVE - 992 > 1199px */
    #comparative-block {
        max-width: 992px;
        padding: 0 12px;
    }

    .container-onglets,
    .contain {
        margin: 0;
        max-width: 100%;
    }

    .onglets {
        max-width: 34%;
        height: 50px;
        font-size: 18px;
    }

    .head-contain th {
        font-size: 18px;
    }

    .head-contain th:nth-child(1) {
        width: 34%;
    }

    .contain .prestations,
    .prestations {
        padding: 0 6px;
        width: inherit;
    }

    .prestations {
        font-size: 18px;
    }

    th.prestations {
        padding: 0;
    }

    td,
    th {
        font-size: 18px;
    }

    td img {
        width: 30px;
        height: 30px;
    }

    /* Body - OPTIONS - 992 > 1199px */
    #options-block {
        max-width: 980px;
        padding: 0 12px 0 0;
        margin-bottom: 72px;
    }

    .container-opt {
        margin: 0;
    }

    .contain-opt .prestations {
        padding: 0 6px;
    }

    .head-contain-opt {
        font-size: 18px;
    }


}