:root {
    --gutter-x: 12px;
    --form-text-size:17px;
    --content-text-size:17px;
    --content-margin-bottom:15px;
    --main-content-border-radius:40px;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: var(--content-text-size);
    color: #000;
    background: #f1ede6;
}

ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 14px;
}

img {
    -webkit-user-select : none;
    -khtml-user-select  : none;
    -moz-user-select    : none;
    -o-user-select      : none;
    user-select         : none;
    pointer-events      : none;
}

.form-select,
.form-control {
    background-color: #fff;
    border-radius: 0;
    border-color: #cfccc6;
    font-size: var(--form-text-size);
}
.form-select:focus {
    background-color: #fff;
}

.form-select::placeholder,
.form-control::placeholder,
.placeholder {
    color: #000;
}

.help-block {
    font-size: 13px;
}

.has-error input,
.has-error select:not(.placeholder),
.has-error .help-block {
    color: #842029;
}

.control-label {
    font-weight: 400;
}


#civility-outer input{
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: var(--form-text-size);
    user-select: none;

    border-radius: 0;
    background: #fff;
    border: 1px solid #cfccc6;
    color: #000000;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

iframe {
    position: absolute;
    margin-top: -1px;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
}

/****************************************/

.btn-submit {
    font-weight: 900;
    border-radius: 40px;
    width: 100%;
    font-size: var(--content-text-size);
    text-transform: uppercase;
    border-color: #000;
}

.btn-submit {
    background-color: #000 ;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
}

.btn-submit:hover {
    color: rgba(255, 255, 255, 0.8);
}

.mandatory-fields {
    font-size: 12px;
}

header {
    display: flex;
    flex-direction: row;
    height: 74px;
}

.header-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-text-wrapper .title{
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.header-text-wrapper .period{
    font-size: 18px;
}
.header-logo-wrapper {
    width: 100px;
}

.header-logo-wrapper img {
    width: 100%;
}

.main-content-wrapper {
    background-image: url('../images/bg-body.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
footer {
    background-color: #000;
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
}

footer a {
    text-decoration: none;
}

.subtitle {
    color: #b02938;
    font-weight: bold;
    background-color: #fff;
    rotate: -1deg;
    display: inline-flex;
    padding: 2px 5px;
    font-size: 26px;
    margin-bottom: 20px;
}
.tagline {
    font-size: 22px;
    line-height: 1;
    text-align: center;
}
.tagline > div.text-line1 {
    text-align: center;
    margin-bottom: 10px;
}

.tagline > div.text-value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tagline > div.text-value > div{
    display: flex;
}
.tagline span {
    display: inline-flex;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background-color: #b02938;
    rotate: -1deg;
    padding: 2px 5px;
    margin-left: 10px;
}

.instruction {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.text-flash {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.page-content .instruction {
    font-size: 20px;
}

.intro {
    text-align: center;
    padding: 40px 0 20px;
}

.matelas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.matelas {
    zoom: 0.5;
}

.pic-matelas-wrapper img {
    width: 674px;
}

.pic-made-in-wrapper {
    margin-top: -60px;
    margin-bottom: 30px;
}
.pic-made-in-wrapper img {
    width: 384px;
}

#form-group-optin {
    font-size: 13px;
}

.text-thanks {
    font-size: 20px;
    margin-bottom: 20px;
}
.text-discover {
    font-size: 17px;
    margin-bottom: 25px;
}


.share-content-wrapper {
    background: #fff;
    padding: 25px 0 15px;
}

.page-index .intro-wrapper .matelas {
    display: none;
}

@media (min-width: 400px) {

    .matelas {
        zoom: 0.55;
    }
}

@media (min-width: 576px) {

    :root {
        --form-text-size:17px;
        --content-text-size:17px;
    }

    header {
        height: 100px;
    }

    .matelas {
        zoom: 0.7;
    }

    .header-logo-wrapper {
        width: 138px;
    }

    .header-text-wrapper .title{
        font-size: 28px;
    }
    .header-text-wrapper .period{
        font-size: 22px;
    }

    .intro {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .subtitle {
        font-size: 32px;
    }
    .tagline {
        font-size: 30px;
    }
    .tagline span {
        font-size: 50px;
    }

    .text-thanks {
        font-size: 29px;
    }
    .text-discover {
        font-size: 20px;
    }
}

@media (min-width: 768px) {

    .main-content-wrapper {
        background-size: 100% auto;
    }

    .matelas {
        zoom: 0.8;
    }

    .subtitle {
        font-size: 42px;
    }

    .tagline {
        font-size: 40px;
    }
    .tagline span {
        font-size: 60px;
    }

    .instruction {
        padding-top: 10px;
    }

    .page-index .pic-made-in-wrapper {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {

    .btn-submit {
        background: #000 url("../images/bg-btn.png") no-repeat right center;
    }

    .header-logo-wrapper {
        margin: 0 20px;
    }

    .main-content-wrapper {
        background-image: url('../images/bg-body-xl.jpg');
        background-size: auto auto;
    }

    .matelas {
        zoom: 0.8;
    }

    .intro {
        padding-top: 30px;
    }

    .page-index .pic-made-in-wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .page-content .intro-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .page-content .intro-wrapper .intro {
        zoom: 0.8;
        padding-top: 70px;
    }
    .page-content .intro-wrapper .matelas {
        zoom: 0.5;
    }
    .page-content .intro-wrapper .pic-made-in-wrapper {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .header-logo-wrapper {
        margin: 0 100px;
    }

    .matelas {
        zoom: 1;
    }
}

@media (min-width: 1400px) {

    .header-logo-wrapper {
        margin: 0 100px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}