@font-face {
    font-family: 'Galiscka';
    src: url(fonts/GALISCKA-Regular-BF65ce4e261cfed.ttf) format('truetype'),
         url(fonts/GALISCKA-Regular-BF65ce4e25cffd9.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 62.5%;
}
body{
    /*font-family:'Montserrat', 'Arial', sans-serif;*/
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight:300;
    padding: 0;
    color: #ffffff;
    background-color: #0b0f1a;

}

.img-responsive{display:inline-block;}

main{
    padding: 2rem 0;
    position: relative;
    background: #0b0f1a url(img/tablette/background.jpg) no-repeat center bottom / cover;
}
header .img-title{
    width:25rem;
}
header .img-title.rolland{
    width: 7rem;
}
@media (min-width: 476px){
    header .img-title.rolland{
        width: 8.5rem;
    }
}
@media (min-width: 768px){
    header .img-title.rolland{
        width: 10rem;
    }
}
header h1{
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
header p.intro{
    text-transform: uppercase;
    font-weight: 700;
    color:#c8985a;
    font-size: 30px;
    line-height:30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    /*text-shadow: #301133 1px 0 10px;*/
}
.title{
    margin-top:5rem;
    margin-bottom:5rem;
}
.title img{
    width:100%;
}
@media (min-width: 768px){
    .title {
        margin-top:0rem;
        margin-bottom:0rem;
    }
    .title img{
        width: 60rem;
    }
}

footer{
    padding: 3rem 0 4rem;
}
footer p{
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: white;
    text-align: justify;
}
footer p a, footer p a:hover, footer p a:focus, footer p a:active{
    color: white;
}


section#form .container{
    /*background-color: #f5f5f5;*/
}
section#form .container >.row{
    padding: 5rem 0.5rem 4rem;
    background-color: #ffffff;
    border-radius: 3rem;
    margin:0;
}
@media (min-width: 768px){
    section#form .container >.row{
        padding: 5rem 2rem 4rem;
    }
}
section#form h2{
    font-family: 'Galiscka', sans-serif;
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-size: 2.5rem;
    color: #0B0F1A;
    font-weight: 400;
}
section#form .success{
    display: none;
    flex-direction: column;
}
section#form .success img{
    max-width: 10rem;
    margin: 0 auto;
    margin-bottom:3rem;
}
@media (min-width: 400px){
    section#form h2{
        font-size: 3rem;
    }
}
@media (min-width: 768px){
    section#form h2{
        /*font-size: 4rem;*/
        margin: 0 0 3.5rem 0;
    }

}
@media (min-width: 992px){
    section#form h2{
        font-size: 4rem;
    }
}
.form .col-xs-6{
    padding-right:5px;
    padding-left:5px;
}
.form .form-group p{
    margin-bottom:0;
}
.form input{
    text-align:center;
}
@media (min-width: 991px){
    .form input {
        text-align:left;
    }
}
.form .input-lg{
    height:60px;
}
@media (min-width: 768px){
    .form .input-lg{
        height:80px;
    }
}
form span.wpcf7-list-item{
    margin: 0;
}
form input.form-control{
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    color: #7e7e7e;
    border: 1px solid #0B0F1A;
    border-radius: 1.5rem;
}
@media (min-width: 768px){
    form input.form-control{
        font-size: 2rem;
    }
}
form input[type="checkbox"]{
    width:1.2rem;
    height:1.2rem;
}
form input[type="checkbox"] + span{
    font-family: 'Open Sans', 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #7e7e7e;
}
@media (min-width: 768px){
    form input[type="checkbox"] + span{
        font-size: 1.4rem;
    }
    form input[type="checkbox"]{
        width:1.4rem;
        height:1.4rem;
    }
}
form input[type="submit"]{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
    border: 0;
    background-color: #101F56;
    margin-top:4rem;

    padding: 2rem 10rem;
    color: #ffffff;
    font-weight: 500;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus{
    background-color: #101F56;
}

.wpcf7-mail-sent-ok{
    color: #398f14;
    font-weight: 500;
}
div.wpcf7-validation-errors{
    color: #f00;
    font-weight: 500;
    border-color: #f00;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-list-item-label{
    font-weight:400;
}
@media (max-width: 991px){
    form input[type="submit"]{
        padding: 2rem 3rem;
    }
    main{
        background: #0b0f1a url(img/mobile/background.jpg) no-repeat center bottom / cover;
    }
}

@media (min-width:768px) {
    header {
        padding: 3rem 0;
    }
    header .img-title{
        margin-bottom: 6rem;
    }
    header h1{
        font-size: 4rem;
    }
    header p.intro{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    section#form .container{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

@media (min-width:992px) {
    header {
        padding: 4rem 0;
    }
    header .img-title{
        margin-bottom: 8rem;
    }
    header h1{
        font-size: 5rem;
    }
    header p.intro{
        font-size: 3rem;
        line-height: 3.4rem;
    }
}

@media (min-width:1200px) {
    header {
        padding: 6rem 0;
    }
    header .img-title{
        margin-bottom: 12rem;
    }
    header h1{
        font-size: 6rem;
    }
}
.btn-lg{
    font-size:16px;
}
@media (max-width:400px){
    .btn-lg{
        font-size:15px;
    }
}
.commercial-offers .form-group{
    margin-bottom:5px;
}
.mt-3{
    margin-top:1rem;
}
