body{
    font-family:'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight:300;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}

.img-responsive{display:inline-block;}
.shadow{box-shadow:0 0 20px 0 rgba(0,0,0,0.3)}

header{
    background: transparent url(../img/01-min.jpg) no-repeat center top / cover;
    padding: 20px 0 0 0;
    position: relative;
}
header h1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background-color: #d53958;
    height:145px;
    color: #ffffff;
    padding: 35px 20px 30px 20px;
    margin: 0 0 -75px 0;
    border-radius: 7px;
}
.justify-content-center{
    display:flex;
    justify-content:center;
}
.title-img{
    position: absolute;
    bottom: 35px;
}
header .img-title{
    width:250px;
    margin-bottom: 150px;
}

section{
    padding: 100px 0 80px 0;
    text-align: center;
}

#insurances .row > div{
}
#insurances .row > div:not(:last-of-type){
    margin-bottom: 50px;
}
#insurances h3{
    font-weight: 700;
    font-size: 28px;
}
#insurances .subtitle{
    font-family: 'Roboto', sans-serif;
    /*color: #d02a4c;*/
}
#insurances ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
#insurances ul li{
    font-family: 'Roboto', sans-serif;
    background: transparent url(img/check.png) no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#main-guarantees{
    background: transparent url(img/duflos02-min.jpg) no-repeat center center / cover;
}
#main-guarantees h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
#main-guarantees .item-guarantee{
    margin-bottom: 15px;
}
#main-guarantees .item-guarantee p{
    text-transform: uppercase;
}
#main-guarantees hr{
    width: 50px;
    height: 2px;
    margin-bottom: 30px;
}
#main-guarantees p{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0 20px 0;
}

#form h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

label{
    font-weight:lighter;
}

.red {
    color:#d02a4c;
}
.red:hover{
    color:#d02a4c;
}

.form-control,
.form-control::placeholder{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.form-control{
    border-radius: 2px;
    border: solid 1px #dddddd;
}
.form-control:focus{
    /*border:none;*/
    text-decoration: none;
}
form input,
form input::placeholder,
form textarea,
form textarea::placeholder{
}
form textarea{
    resize: none;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked{
    position:relative;
    left:-14px;
}

/*.wpcf7-list-item label span,
.wpcf7-list-item-label{
    margin-left:-14px;
}*/
form .newsletter .wpcf7-list-item-label,
form .js-acceptance .wpcf7-list-item-label{
    cursor: pointer;
}

.commercial-offers{
    text-align: left;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}
.wpcf7-checkbox label,
.js-acceptance{
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox]{
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-acceptance input[type=checkbox] + span{
    /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before,
.js-acceptance .acceptance + span:before{
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.wpcf7-checkbox input[type=checkbox] + span:after,
.js-acceptance .acceptance + span:after{
    display: block;
    position: absolute;
    content: "\2713";
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.js-acceptance .acceptance + span.js-acceptance-label-checked:before{
    background-color: #cd1149;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.js-acceptance .acceptance + span.js-acceptance-label-checked:after{
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 35px;
    display: inline-block;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus{
    background-color:#d02a4c;
    color:#fff;
    border: 2px solid #d02a4c;
    padding: 20px 50px;
    font-weight:bold;
    border-radius: 50px;
}
.btn-primary:not(:disabled):hover,
.btn-primary:not(:disabled):focus{
    cursor:pointer;
    background-color:#fff;
    color:#d02a4c;
    border: 2px solid #d02a4c;
}


footer{
    background-color:#efefef;
    padding: 80px 0 50px 0;
    text-align: left;
}
footer p{
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    line-height: 12px;
    color: #000000;
}
footer p a, footer p a:hover, footer p a:focus{
    color: #000000;
}
footer .legals p:first-of-type{
    /*color:#bb2c49;*/
    font-size:12px;
}

@media (min-width:576px) {
    header h1{
        font-size: 26px;
        line-height: 36px;
        height:150px;
        padding-top: 40px;
    }

    section#main h2 {
        font-size: 22px;
        line-height: 24px;
    }


}
@media (min-width:768px) {
    header{
        padding-top: 30px;
    }
    header h1{
        font-size: 32px;
        line-height: 40px;
        height:160px;
        padding: 50px 50px 40px 50px;
        margin: 0 0 -80px 0;
    }
    header .img-title{
        margin-bottom: 170px;
    }

    #insurances h3{
        font-size: 24px;
    }

}
@media (min-width:992px) {
    body {
        font-size: 16px;
    }
    header{
        padding-top: 40px;
    }
    header .img-title{
        width:350px;
        margin-bottom: 240px;
    }
    header h1{
        font-size: 38px;
        line-height: 46px;
        height:175px;
        padding: 45px 75px 40px 75px;
        margin: 0 0 -100px 0;
    }
    #insurances{
        padding-top: 140px;
    }
    #insurances h3{
        font-size: 22px;
    }

}
@media (min-width:1200px) {
    header h1{
        font-size: 44px;
        line-height: 48px;
        height: 200px;
        padding: 50px 130px;
        margin: 0 0 -120px 0;
    }
    #insurances{
        padding-top: 170px;
    }
    #insurances h3{
        font-size: 28px;
    }


}
