:root {
    --gutter-x: 12px;
}
html, body {
    height: 100%;
}
body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    color: #424242;
}
ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 12px;
}

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: #e0e0e0;
}
.form-check-input {
    border-color: #e0e0e0;
}
.form-check a {
    color: inherit;
    text-decoration: underline;
}

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

.control-label {
    font-weight: normal;
    font-size: 16px;
}
#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: 16px;
    user-select: none;

    border-radius: 0;
    background: #fff;
    border: 1px solid #858585;
    color: #424242;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #a52047;
    border-color: #858585;
    color: #FFFFFF;
}

.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 {
    background-color: #a52047;
    border-color: #a52047;
    color: #ffffff;
    font-weight: 900;
    border-radius: 40px;
    padding-top: 12px;
    padding-bottom: 15px;
    width: 100%;
}
.btn-submit:hover {
    color: #ffffff;
}

.header-wrapper {
    background: #fad731;
}
header {
    background: url("../images/bg-header-top.png") no-repeat left top;
    background-size: 100% auto ;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.header-inner {
    background: url("../images/bg-header-bottom.png") no-repeat left bottom;
    background-size: 100% auto ;
}

.header-first {
    padding: 30px 0 10px;
}
header .logo-wrapper {
    padding: 0 30px;
}
header .anniversaire-wrapper {
    padding: 0 15px;
}
header .logo {
    margin-bottom: 15px;
}
header .title .line1,
header .title .line2{
    line-height: 1;
    color: #0091a8;
}

header .title .line1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
header .title .line2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px;
}
header .text-title {
    margin-bottom: -2px;
}

header .gain .line1 {
    margin-bottom: 15px;
    padding: 0 15px;
}
header .gain .line2 {
    margin-bottom: 15px;
}
header .gain .line3 {
    line-height: 1;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffe602;
    background-color: #a52047;
    padding: 2px 5px;
    display: inline-block;
    margin-bottom: 30px;
}

.main-content {
    padding-top: 20px;
}

.btn-submit {
    font-size: 24px;
}

footer {
    background-color: #fad731;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer a {
    color: #000000 !important;
    text-decoration: none;
}

.instruction {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

.text-colored {
    color: #a52047;
}

.mandatory-fields {
    font-size: 12px;
}
.policy-text {
    text-align: center;
    font-size: 11px;
}
.policy-text a{
    color: inherit;
}

.text-credit {
    font-size: 12px;
}

.btn-text {
    border: none;
    background: transparent;
    display: inline-block;
    padding: 0;
    text-decoration: underline;
}

.confirmation {
    text-align: center;
}

/*.btn-play.disabled {*/
/*    opacity: 0.15;*/
/*}*/

.confirm-title {
    font-size: 55px;
    font-weight: 700;
    color: #a52047;
    line-height: 1;
    margin-bottom: 15px;
}
.confirm-text-line1,
.confirm-text-line2  {
    font-size: 20px;
    line-height: 1.2;
}

.confirm-text-line1 {
    font-weight: bold;
    margin-bottom: 15px;
}
.confirm-text-line2 {
    margin-bottom: 15px;
}

#wheelOfFortune {
    position: relative;
    width: 480px;
    height: 480px;
    margin: 0 auto 30px;
}

#wheelOfFortune .arrow {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    margin-left: -45px;
}
#wheel {
    background: url("../images/wheel.png") no-repeat center center;
    border: 5px solid #fef587;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #0091a8;
}

#end-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#wheelOfFortune {
    zoom: 0.60;
}

@media (min-width: 480px) {

    #wheelOfFortune {
        zoom: 0.75;
    }

    .container {
        max-width: 570px !important;
    }

    .btn-submit {
        font-size: 34px;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .policy-text {
        font-size: 12px;
    }

    header .title .line1 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    header .title .line2 {
        font-size: 52px;
        margin-bottom: 20px;
    }
    header .gain .line1 {
        padding: 0 25px;
        margin-bottom: 20px;
    }
    header .gain .line2 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    header .gain .line3 {
        font-size: 38px;
    }

    .main-content {
        padding-top: 20px;
    }
    .instruction {
        font-size: 23px;
    }

    .confirm-title {
        font-size: 69px;
    }

    .confirm-text-line1,
    .confirm-text-line2 {
        font-size: 23px;
    }

    .text-credit {
        font-size: 16px;
    }
}

@media (min-width: 540px) {
    #wheelOfFortune {
        zoom: 0.85;
    }
}

@media (min-width: 620px) {

    #wheelOfFortune {
        zoom: 1;
    }
}


@media (min-width: 768px) {

    header .title .line1 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    header .title .line2 {
        font-size: 52px;
        margin-bottom: 30px;
    }
    header .gain .line1 {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    header .gain .line2 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    header .gain .line3 {
        font-size: 38px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1920px) {

}