@font-face { font-family: 'light'; src: url(/assets/fonts/Balboa-UltraLight/font.ttf); }

/* RESET */
*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html {
    background-color: #FFFFFF;
}

#body-content {
    font: 62.5% 'light', sans-serif;
    font-size: 1.1rem;
    color: #001212;
    overflow-x: hidden;
    width: 100%;
}

ul {
    list-style: none;
}

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

.hide {
    display: none;
}

/* footer { background-color: #003838 !important; }
footer * { background-color: #003838 !important; }  */

/* END RESET */

#body-content.dark { background-color: #003838; color: #fff }

#body-content #header_logo_white { display: none; }
#body-content.dark #header_logo_white { display: initial; }

#body-content #header_logo_black { display: initial; }
#body-content.dark #header_logo_black { display: none; }

#body-content.dark h1,
#body-content.dark h2,
#body-content.dark h3 { font-weight: 100; }

header {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin-top: 30px;
}

#body-content.dark header { font-weight: 100; }

header .logo {
    text-align: center;
    padding: 13px;
}

header .logo img {
    width: 150px;
}

header .title {
    text-align: center;
}

header .title h1 {
    font-size: 25px;
    padding: 13px;
}

header .text {
    text-align: center;
    font-size: 16px;
    padding: 7px;
}

header .text div {
    padding: 3px;
}

header .description {
    padding: 7px;
}

header .check_icon {
    color: orange;
    font-weight: 900;
    margin-right: 7px;
}

header .contact {
    padding-top: 26px;
}

header .contact div {
    padding: 3px;
    text-align: center;
}

header .contact img {
    width: 50px;
}

/* CARD OFFER */

.f-grow {
    flex-grow: 1;
}

#cards_container {
    background-color: #e4ebdf;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.phone {
    background-color: #e4ebdf;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2rem;
    text-align: center;
}

#phone-form1-1 {
    padding: 1rem;
}

.form_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 320px;
    text-align: center;
}

.form_container.hide { display: none; }

.form_input {
    /* background: #003838; */
    border-radius: 5px;
    font-weight: 100;
    color: black;
    font-size: 1rem;
    margin: 10px 0 10px 0;
    padding: 13px 0;
    width: 100%;
}

.form_input_field {
    padding-left: 10px;
}

#form_error {
    color: red;
    min-height: 20px;
}

#form_success {
    color: green;
    min-height: 20px;
    margin-bottom: 13px;
}

.validate_btn {
    background-color: #FBA00B;
    border-radius: 5px;
    color: white;
    margin: 0 4rem;
    padding: 1rem;
    transition: 0.3s;
}

.validate_btn:hover {
    background-color: #e68e00;
    cursor: pointer;
}

input:focus-within {
    border: 2px ridge #FBA00B;
}

.card_box {
    padding: 42px 23px;
}

.co_d1 {
    align-items: center;
    background-color: #ffffff7d;
    color : #003838;
    border-radius: 10px;
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    height: 210px;
    /* height: 240px; */
    position: relative;
    width: 350px;
    z-index: 1;
}

@media ( max-width: 380px ) {
    .co_d1 { width:  300px; }
}

.golden-halo {
    border: 3px solid #FBA00B;
    box-shadow: 6px 6px 20px #FBA00BBF;
}  

#body-content.dark .co_d1 { background-color: #fff; color: #003838; font-weight: 700; }
#body-content.dark .co_d1_special_trial { color: #fff; font-weight: 100; }
#body-content.dark .co_d1_special_year { color: #fff; font-weight: 100; }
#body-content.dark .co_d1_bandage-r { color: #fff; font-weight: 100; }
#body-content.dark .co_d1_circle-r { color: #fff; }

.co_with_gift {
    position: relative;
    z-index: 1;
}

.co_d1_picture_1 {
    height: 125px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate( -50%, -50% );
    z-index: 1;
}

    .co_d1_picture_1 img {
        height: 100%;
        -webkit-filter: drop-shadow( 3px 3px 3px #FBA00B59 );
        filter: drop-shadow( 3px 3px 3px #FBA00B59 );
    }

@media ( max-width: 791px ) {
    .co_d1.co_with_gift {
        height: 250px;
        margin-top: 40px;
        padding-top: 40px;
    }

    .co_d1_picture_1 {
        height: 80px;
        left: 50%;
        top: 0;
        transform: translate( -50%, -50% );
        z-index: 1;
    }
}

#card_code_pass {
    background-color: #ffffff7d;
    border-radius: 5px;
    color: black;
    font-size: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

/* .free_code_pass {
    font-size: 25px;
    position: relative;
}

.free_code_pass:after {
    background-color: #fba00b;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    padding: 32px 1px;
    top: -4px;
    transform: rotate(60deg) translate(-50%,-50%);
    z-index: 1;
} */

.co_d1_title {
    font-size: 25px;
    padding: 42px 0 0 0;
}

.co_d1_text_1 {
    font-size: 58px;
    padding-bottom: 7px;
}

.co_d1_text_1 .freeDay {
    font-size: 42px;
}

.co_d1_text_1 .small {
    font-size: 25px;
}

.co_d1_text_1 .small-title {
    font-size: 32px;
}

.co_d1_text_1 .overline {
    font-size: 25px;
    margin-left: 13px;
    position: relative;
    z-index: 1;
}

.co_d1_text_1 .overline:after {
    background-color: #fba00b;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    padding: 32px 1px;
    top: -4px;
    transform: rotate(60deg) translate( -50%, -50%);
    z-index: 1;
}

.co_d1_text_2 {
    font-size: 16px;
    padding-bottom: 7px;
}

.co_d1_text_3_full {
    font-size: 16px;
    padding-bottom: 3px;
}

.co_d1_text_3 {
    font-size: 58px;
    padding: 26px 0 13px 0;
    text-align: center;
}

.co_d1_bubble-r {
    align-items: center;
    background-color: #E33939;
    border-radius: 15px;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 80px;
    top: 20px;
    transform: rotate(15deg);
    z-index: 1;
}

#body-content.dark .co_d1_bubble-r { color: #fff; font-weight: 100; }

.co_d1_button_1 { padding: 7px 0 26px 0; color: white;}
#body-content.dark .co_d1_button_1 { color: #fff; font-weight: 100; }

.co_d1_button_1 span {
    align-items: center;
    background-color:#FBA00B;
    border-radius: 15px;
    display: flex;
    font-size: 24px;
    justify-content: center;
    transition: 0.3s;
    height: 34px;
    width: 150px;    
}

.co_d1_button_1:hover {
        cursor: pointer;
}

.co_d1_button_1 span:hover {
    cursor: pointer;
    background-color: #e68e00;
}

.co_d1_special_trial,
.co_d1_special_year {
    padding: 26px 0 13px 0;
}

.co_d1_bandage-r {
    padding: 0 0 13px 0;
}

.co_d1_special_trial .co_d1_special_trial_content,
.co_d1_special_year .co_d1_special_year_content {
    align-items: center;
    background-color: #E33939;
    border-radius: 5px;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 280px;   
}

.co_d1_bandage-r .co_d1_bandage-r_content {
    align-items: center;
    background-color: #E33939;
    border-radius: 5px;
    color: #fff;
    display: flex;
    /* font-size: 24px; */
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate( 30deg ) translate( 20%, 15% );
    width: 140px;  
    z-index: 1; 
}

.co_d1_bandage-r_content span {
    color: #fff;
    /* padding-top: 2px; */
}

.co_d1_circle-r .co_d1_circle-r_content {
    align-items: center;
    background-color: #E33939;
    border-radius: 50%;
    display: flex;
    font-size: 60px;
    height: 100px;
    justify-content: center;
    padding-top: 12px;
    position: absolute;
    right: -30px;
    top: -50px;
    width: 100px;  
    z-index: 1; 
}

.co_d1_circle-r .co_d1_circle-r_content.longtext { font-size: 50px; }

@media ( max-width: 450px ) {  
    .co_d1_circle-r .co_d1_circle-r_content { right: -20px; } 
}

@media ( max-width: 350px ) {  
    .co_d1_circle-r .co_d1_circle-r_content { right: -10px; } 
}

@media ( max-width: 380px ) {  
    .co_d1_bandage-r .co_d1_bandage-r_content { width: 120px; } 
}

.co_d1_bandage-r .co_d1_bandage-r_content.no-bg {
    background-color: transparent;
}

.co_d1_special_trial .co_d1_special_trial_content .tall,
.co_d1_special_year .co_d1_special_year_content .tall,
.co_d1_bandage-r .co_d1_bandage-r_content .tall {
    font-size: 22px;
}

/* END CARD OFFER */

/* REASSURANCE */

.secure_payment {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reassurance {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.accepted_payment {
    margin-top: 5px;
    text-align: center;
}

/* END REASSURANCE */

/* TEMOIGNAGES */


.big_title {
    text-align: center;
}

.temoignages_list {
    margin: 20px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

@media ( max-width: 1000px ) {
    .temoignages_list { flex-direction: column; }
}

.temoignage {
    width: 400px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 5px;   
}

@media ( max-width: 450px ) {
    .temoignage { width:  80%; }
}

#body-content.dark .temoignage { font-weight: 100; }

.user_img {
    margin-top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-size: cover !important;
    z-index: 9;
}

.user_title {
    color: #FBA00B;
    font-size: 1.3rem;
    padding-top: 20px;
    text-align: center;
}

.user_temoignage {
    padding: 15px;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.user_name {
    margin-top: 20px;
    font-size: 1.5rem;
    font-style: italic;
    align-self: center;
}

.rating {
   padding-top: 20px;
}

.rating img {
    height: 25px !important;
}

#adrien {
    background: url(../img/review.png) no-repeat center;
}

#antoine {
    background: url(../img/review3.png) no-repeat center;
}

#elodie {
    background: url(../img/review2.png) no-repeat center;
}

/* END TEMOIGNAGES */

/* FAQ */

.faq {
    align-items: flex-start;
    margin: 30px;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 700;
    text-align: center;
}

@media ( max-width: 1000px ) {
    .faq { margin: 0 0 50px 0; width: 100%; }
}
 

#body-content.dark .faq { font-weight: 100; }

.question_parent {
    padding: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 410px;
}

@media ( max-width: 450px ) {
    .question_parent { width:  80%; }
}
 

.question h3 {
    margin: 5px 0;
    color: #fba00b;
    font-size: 1.4rem;
}

/* END FAQ */

/* JEAN */

.jean {
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}

#body-content.dark .jean { font-weight: 100; }

.jean_photo {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background: url(../img/jean.jpg) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.jean_sentence {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.jean .sentence_begin {
    color: #fba00b;
    top: -50px;
    left: 0;
}

.jean_sentence > p {
    font-style: italic;
    font-size: 1.4rem;
}

.jean_name {
    align-self: center;
    margin: 25px;
}

/* END JEAN */

/* POPUP INFO */

#body-content.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    position: relative;
    z-index: 1;   
}

#popup-info-mask {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 2;
}

#popup-info-content {
    background-color: #003838;
    color: #fff;
    display: flex;  
    height: 475px;
    left: 50vw;
    position: fixed;
    top: 50vh;
    transform: translate( -50%, -50% );
    width: 737px;
    z-index: 2;      
}

#popup-info-content-sm {
    background-color: #003838;
    color: #fff;
    display: flex;
    flex-direction: column;  
    height: 450px;
    left: 50vw;
    position: fixed;
    top: 50vh;
    transform: translate( -50%, -50% );
    width: 309px;
    z-index: 2;     
}

#popup-info-body,
#popup-info-body-sm {
    align-items: center;
    display: flex;
    flex-direction: column;   
}

#popup-info-body {
    width: 60%;
}

#popup-info-img {
    width: 40%;
}

#popup-info-body-sm {
    height: 60%;
}

#popup-info-img-sm {
    height: 40%;
}

    #popup-info-body img,
    #popup-info-body-sm img {
        display: inline-block;
        height: 42px;    
    }

#popup-info-img-full img,
#popup-info-img-full-sm img {
    width: 100%;
}

#popup-info-part-1 {
    padding: 64px 0;
}

#popup-info-part-1-sm {
    padding: 26px 0;
}

#popup-info-part-2 {
    font-size: 24px;
}

#popup-info-part-2-sm {
    font-size: 18px;
}

#popup-info-part-3 {
    padding: 7px 0;
    font-size: 40px;
}

#popup-info-part-3-sm {
    padding: 7px 0;
    font-size: 28px;
}

#popup-info-part-4 {
    font-size: 24px;
}

#popup-info-part-4-sm {
    font-size: 18px;
}

#popup-info-part-5 { 
    font-size: 24px;
    padding-bottom: 7px;
    padding-top: 64px;
}

#popup-info-part-5-sm { 
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 26px;
}

#popup-info-part-6 {
    font-size: 24px;
    padding-bottom: 128px;
}

#popup-info-part-6-sm {
    font-size: 16px;
    padding-bottom: 26px;
}

#popup-info-close-btn,
#popup-info-close-btn-sm {
    background-color: #fba00b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
}

#popup-info-close-btn:hover,
#popup-info-close-btn-sm:hover {
    cursor: pointer;
}

@media ( max-width: 992px ) {
    #popup-info-content {
        display: none;
    }

    #popup-info-content-sm {
        display: flex;
    }    
}

@media ( min-width: 992px ) {
    #popup-info-content {
        display: flex;
    }

    #popup-info-content-sm {
        display: none;
    }    
}

/* END POPUP INFO */

.header_info {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin-top: 30px;
}

#body-content.dark .header_info { font-weight: 100; }

.header_info .logo {
    text-align: center;
    padding: 13px;
}

.header_info .logo img {
    width: 150px;
}

.header_info .title {
    text-align: center;
}

.header_info .title h1 {
    font-size: 25px;
    padding: 13px;
}

.header_info .text {
    text-align: center;
    font-size: 16px;
    padding: 7px;
}

.header_info .text div {
    padding: 3px;
}

.header_info .description {
    padding: 7px;
}

.header_info .check_icon {
    color: orange;
    font-weight: 900;
    margin-right: 7px;
}

.header_info .contact {
    /* padding-top: 26px; */
    padding-bottom: 26px;
}

.header_info .contact div {
    padding: 3px;
    text-align: center;
}

.header_info .contact img {
    width: 50px;
}

@media ( min-width: 1000px ) {
    .header_info .title h1 { font-size: 48px; padding: 26px; }
    .header_info .text { font-size: 24px; padding: 26px 0 13px 0; }
}


.coupon-checkbox { padding: 13px; }
.coupon-checkbox:hover { cursor: pointer; }
.coupon-checkbox label:hover { cursor: pointer; }

.small-info { font-size: 1.2rem; margin: 7px 0; }
#input_code_promo { text-transform: uppercase; }
#input_pass { text-transform: uppercase; }

.main-body { background-color: #e4ebdf; }
main { background-color: #e4ebdf; min-height: 100vh; }
.mn_title_offre_slider.pass-page { margin-top: 52px; }
.phone.pass-page { margin-bottom: 52px; }

#form_error.pass-page { padding: 7px 0; min-height: 40px; }

#pass_link {
    display: inline-block;
    font-size: 1.5rem;
    margin: 26px auto;
    text-align: center;
    text-decoration: underline !important;
    transition: transform .5s;
    width: 100%;
}

#pass_link:hover { color: #fba00b !important; cursor: pointer; transform: scale(1.05); }

@media ( max-width: 992px ) {
    #card_code_pass { font-size: 1.4rem; padding: 1rem; }
    .small-info { font-size: 1rem; }
}