@font-face {
    font-family: 'Museo';
    src:  url('../fonts/Museo500-Regular-webfont.eot');
    src:  url('../fonts/Museo500-Regular-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Museo500-Regular-webfont.woff') format('woff'),
    url('../fonts/Museo500-Regular-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
html, body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Museo', sans-serif;
}
.text-primary{
    color: #345937 !important;
}
.bg-primary{
    background-color: #345937 !important;
}
.btn-outline-secondary{
    border-color: #41ad49 !important;
    color: #345937 !important;
    background-color: transparent !important;
}
.btn-outline-secondary:hover{
    border-color: #41ad49 !important;
    color: #ffffff !important;
    background-color: #41ad49 !important;
}
main{
    padding: 1.25rem 0;
    background: #ffffff url('../images/background.jpg') no-repeat 112% -1% / 191px 127px;
}
@media only screen and (min-width: 768px){
    main {
        background: #ffffff url('../images/background.jpg') no-repeat calc(((100vw - 720px) / 2)) 0 / 327px 217px;
    }
}
@media only screen and (min-width: 992px){
    main{
        background: #ffffff url('../images/background.jpg') no-repeat calc(((100vw - 960px) / 2)) 0 / 387px 257px;
    }
}
@media only screen and (min-width: 1200px){
    main {
        padding: 6.25rem 0 11.25rem;
        background: #ffffff url('../images/background.jpg') no-repeat calc(((100vw - 1140px) / 2)) 0 / 523px 347px;
    }
}
@media only screen and (min-width: 1400px){
    main {
        padding: 6.25rem 0 11.25rem;
        background: #ffffff url('../images/background.jpg') no-repeat calc(((100vw - 1320px) / 2)) 0 / 553px 367px;
    }
}
h1{
    padding-bottom: 1.125rem;
    border-bottom: 0.063rem solid #aaacaf;
    font-weight: 300;
}
h1 span{
    font-size: 1.875rem;
    line-height: 1;
    color: #58595b;
}
[lang="fr"] h1 > span > span:nth-child(2) > span:nth-child(2),
[lang="en"] h1 > span > span:first-child{
    color: #d1d3d4;
    font-size: 2.5rem;
    line-height: 1;
}
[lang="fr"] h1 > span > span:nth-child(2) > span:nth-child(2) strong,
[lang="en"] h1 > span > span:first-child strong{
    color: #000;
}
h1 > span > span:last-child span:last-child{
    font-weight: 700;
}
@media only screen and (min-width: 1400px){
    h1{
        padding-bottom: 1.75rem;
    }
    h1 span{
        font-size: 3.563rem;
    }
    h1 > span > span:first-child{
        font-size: 6rem;
    }
    h1 > span > span:last-child{
        margin-top: 0.313rem;
        margin-left: 0.5rem;
    }
    h1 > span > span:last-child span:last-child{
        padding-right: 2.375rem;
    }


    [lang="fr"] h1 span {
        font-size: 2.75rem;
    }
    [lang="fr"] h1 > span > span:first-child{
        font-size: 3rem;
    }
    [lang="fr"] h1 > span > span:nth-child(2) > span:nth-child(2){
        font-size: 6rem;
    }
}
.subtitle{
    padding: 1.25rem 0;
}
.subtitle h2{
    font-size: 1.5rem;
    color: #58595b;
    margin-bottom: 0.875rem;
    font-weight: 600;
}
.subtitle p{
    font-size: 1rem;
    line-height: 1.5;
    color: #58595b;
}
@media only screen and (min-width: 1400px){
    .subtitle{
        padding: 1.5rem 2.5rem 1.25rem 1rem;
    }
    .subtitle h2{
        font-size: 2.125rem;
        margin-bottom: 1.375rem;
    }
    .subtitle p{
        font-size: 1.563rem;
        line-height: 2.25;
    }
}
form{
    border-top: 0.063rem solid #aaacaf;
    padding: 1.875rem 0;
}
form h3{
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
form .form-control{
    font-size: 0.875rem;
    line-height: 1;
    color: #000000;
    border-radius: 6.25rem;
    background-color: #f1f2f2;
    border: 0.125rem solid #e6e7e8;
    padding: 0.75rem 1.5rem;
    font-family: 'Arial', sans-serif;
}
form .form-control::placeholder{
    color: #939598;
}
form .btn{
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 6.25rem;
    border-width: 0.188rem;
    margin-top: 1.25rem;
    font-weight: 600;
}
form label.error{
    color: #ED1C24;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}
form .output-message{
    color: #41ad49;
}
form .output-message.error{
    color: #ED1C24;
}
@media only screen and (min-width: 1400px){
    form{
        padding: 2.5rem 0 0;
    }
    form h3{
        font-size: 1.313rem;
    }
    form .form-control{
        font-size: 1.188rem;
    }
    form .btn{
        font-size: 1.313rem;
        margin-top: 2.5rem;
    }
}
.bonus{
    font-size: 1.125rem;
    padding: 0.75rem 1.875rem;
    line-height: 1.45;
    color: #ffffff;
    border-radius: 1.438rem;
    margin: 1.875rem 0;
}
@media only screen and (min-width: 1400px){
    .bonus{
        font-size: 1.75rem;
        padding: 0.75rem 4rem;
        border-radius: 6.25rem;
        margin: 2.25rem 0;
    }
}
.grand-prizes h2{
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.grand-prizes h3{
    font-size: 1.125rem;
    font-weight: 600;
}
.grand-prizes h3 .number{
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    background: transparent url('../images/golf-ball.png') no-repeat center center / contain;
    box-shadow: 0.313rem 0.313rem 0.5rem rgba(0, 0, 0, 0.25);
}
.grand-prizes ul{
    padding-left: 1.25rem;
}
.grand-prizes ul li{
    font-size: 1.063rem;
    line-height: 1.125;
    color: #6d6e71;
}
.grand-prizes ul li::marker{
    color: #82c078;
}
@media only screen and (min-width: 768px){
    .grand-prizes h2{
        margin-bottom: 3rem;
    }
    .grand-prizes h3 .number{
        margin-right: 1.25rem;
    }
    .grand-prizes h3 span:last-child{
        width: calc(100% - 4.5rem);
    }
}
@media only screen and (min-width: 1400px){
    .grand-prizes h2{
        font-size: 2.375rem;
    }
    .grand-prizes h3{
        font-size: 1.688rem;
    }
    .grand-prizes h3 .number{
        font-size: 1.813rem;
    }
    .grand-prizes ul{
        padding-left: 5.875rem;
    }
}
.member-prizes{
    border-radius: 1.438rem;
    padding: 1rem 1.5rem;
}
.member-prizes *{
    font-size: 0.875rem;
    line-height: 1.65;
    font-weight: 400;
}
.member-prizes th, .member-prizes td{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    width: 50%;
}
@media only screen and (min-width: 768px){
    .member-prizes th, .member-prizes td {
        width: auto;
    }
}
@media only screen and (min-width: 1400px){
    .member-prizes{
        padding: 1.5rem 1.875rem;
    }
    .member-prizes *{
        font-size: 1.25rem;
    }
    .member-prizes th, .member-prizes td{
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}
.footer{
    font-size: 0.75rem;
    line-height: 1.2;
    color: #939598;
    font-family: 'Arial', sans-serif;
}
@media only screen and (min-width: 1400px){
    .footer{
        font-size: 0.938rem;
        line-height: 1.4;
    }
}