:root {
    --gutter-x: 12px;
    --form-text-size:22px;
    --content-margin-bottom: 16px;
}
html, body {
    height: 100%;
}
body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #124c44;
    color: #fff;
}
ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 12px;
}
.content-mb {
    margin-bottom: var(--content-margin-bottom);
}

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 {
    border-radius: 0;
    border-color: #124c44;
    font-size: 13px;
}
.form-check-input {
    border-color: #124c44;
}
.form-check a {
    color: inherit;
    text-decoration: underline;
}

.form-check {
    font-size: 13px;
}

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

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

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

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

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

.font-weight-semibold {
    font-weight: 500;
}

.text-size-small {
    font-size: 13px;
}

.btn-submit {
    font-weight: 900;
    padding: 12px 30px 12px;
    font-size: var(--content-text-size);
    border-color: #90ab8c;
    border-radius: 16px;
}
.btn-submit {
    background-color: #90ab8c;
    color: #fff;
}
.btn-submit:hover {
    color: rgba(255, 255, 255, 0.8);
}
.body-inner {
    position: relative;
    overflow-x: hidden;
}
#content-wrapper {
    background-color: #f3e2c0;
    color: #124c44;
    overflow-x: clip;
}

header {
    position: relative;
    text-align: center;
    width: 100%;
    overflow-x: clip;
}
.header-inner {
    background: url('../images/xs-bg-header.jpg') no-repeat center top;
    position: relative;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header-dates {

}
.header-animal {
    position: absolute;
    z-index: 500;
}
.header-dog {
    left: 50%;
    margin-left: -270px;
    bottom: -7px;
}
.header-cat {
    left: 50%;
    margin-left: 150px;
    bottom: 0;
}

.header-logo {
    margin-bottom: 10px;
}

.header-logo img{
    width: 100%;
    max-width: 210px;
}
.header-dates img{
    width: 100%;
    max-width: 300px;
}
.header-gains img{
    width: 100%;
    max-width: 323px;
}
.content-gains img {
    width: 100%;
    max-width: 557px;
}

.remerciement,
.instruction {
    font-size: 17px;
    text-align: center;
    margin-bottom: 16px;
}
.remerciement {
    margin-bottom: 30px;
}

.main-content-wrapper {
    background: #fff;
    padding: var(--gutter-x);
    padding-bottom: 0;
    z-index: 400;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-notice {
    font-size: 10px;
    color:#999;
    text-align: center;
    padding: 0 8px;
    margin-bottom: 16px;
}
.recaptcha-notice a{
    color:#999
}

.remerciement-wrapper {
    padding: 32px 0;
}

.main-content {
    position: relative;
}
.content-txt-grand-jeu {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -200px;
    width: 400px;
}
.content-txt-grand-jeu img {
    width: 100%;
}

.col-gains {
    position: relative;
}

.data-information {
    text-align: center;
    font-size: 11px;
    margin-bottom: 16px;
}

.img-biscuit,
.img-bol {
    display: none;
    position: absolute;
}

footer {
    background-color: #124c44;
    z-index: 100;
    text-align: center;
    font-size: var(--content-text-size);
    padding: 16px 0;
}

.footer-logo,
.footer-legal,
.footer-links {
    margin-bottom: var(--content-margin-bottom);
}

.footer-logo img{
    width: 100%;
    max-width: 324px;
}

footer a {
    color: #ffffff !important;
    text-decoration: underline;
}
.mandatory-fields {
    font-size: 12px;
}

@media (min-width: 480px) {
    header {
        background: url('../images/xs-bg-content-top-left.jpg') no-repeat top left;
    }
    .header-inner {
        background: url('../images/xs-bg-content-top-right.jpg') no-repeat top right;
    }
}

@media (min-width: 540px) {
    .header-cat {
        left: auto;
        right: 0;
        margin-left: 0;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    header {
        background: url('../images/bg-content-top-left.jpg') no-repeat top left;
    }
    .header-inner {
        background: url('../images/bg-content-top-right.jpg') no-repeat top right;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-logo {
        margin-bottom: 16px;
    }
    .main-content {
        padding-top: 30px;
    }

    .instruction {
        padding-top: 16px;
    }

    .header-logo img{
        max-width: 334px;
    }

    .header-dates img{
        max-width: 450px;
    }
    .header-animal,
    .header-gains {
        display: none;
    }

    .col-gains {
        padding-top: 0;
        display: flex;
        align-content: center;
    }
    .col-content-inner {
        padding: 0 15px;
    }
    .content-gains {
        margin-bottom: 150px;
    }
    .img-animals {
        width: 400px;
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -200px;
    }
}

@media (min-width: 992px) {

    .main-content-wrapper {
        background: transparent;
    }

    .content-txt-grand-jeu {
        margin-left: -311px;
        width: 622px;
    }

    .main-content {
        background: #fff;
        padding: 0 16px 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-bottom: 0;
    }

    .img-biscuit,
    .img-bol {
        display: block;
    }
    .img-biscuit {
        top: 100px;
        left: -122px;
    }
    .img-bol {
        bottom: 0;
        right: -111px
    }

    .content-gains {
        padding: 0 50px;
    }

    .col-gains {
        padding-top: 60px;
        align-content: start;
    }

    .instruction {
        padding-top: 90px;
    }

    .content-gains {
        margin-bottom: 80px;
    }
    .img-animals {
        width: 580px;
        position: relative;
        margin-bottom: -10px;
        left: auto;
        bottom: auto;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1140px !important;
    }

    .col-gains {
        min-height: 620px;
    }

    .img-animals {
        position: absolute;
        left: 50%;
        margin: 0;
        margin-left: -540px;
        bottom: -16px;
        width: auto;
    }
}

@media (min-width: 1920px) {

}