body{
    font-family:'Open Sans', 'Arial', sans-serif;
    font-weight:400
}
header{
    padding:50px 0 50px 0;
}

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

.title{
    background-color: #d02a4c;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding: 5px 15px 15px 15px;
}
h1{
    font-size:18px;
    font-weight:700;
    line-height:32px;
    position:relative;
    padding-bottom:15px;
}
h1 span{
    font-size:42px;
    line-height: 46px;
    display: block;
}
h1:after{
    position:absolute;
    bottom:0;
    left:50%;
    width:40px;
    content:"";
    height:2px;
    background:#fff;
    margin-left:-20px;
}

.title p{
    font-size:12px;
    line-height: 16px;
    text-transform: uppercase;
}
label{
    font-weight: 400;
}

section .form{
    background-color: #ffffff;
    padding:30px;
}

section .form h2{
    font-size:24px;
    margin:20px 0;
    color: #000000;
    font-weight: 700;
}
section .form .input-lg{
    font-size:14px;
    padding:10px;
    border-radius:0
}
section .form .required{
    font-style: italic;
    font-size: 11px;
}
section .form span.wpcf7-list-item-label{
    cursor: pointer;
}
section .form .wpcf7-submit{
    border-radius:0;
    background:#d02a4c;
    position:relative;
    margin:15px auto;
    padding:15px 14px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    border:2px solid #d02a4c;
    transition:all 0.2s ease;
    color: #ffffff;
}
section .form .wpcf7-submit:hover,
section .form .wpcf7-submit:focus{
    color:#d02a4c;
    background:#fff;
}


footer{
    padding: 30px 0 50px 0;
    color: #ffffff;
    font-size: 11px;
}
footer p{
    font-size:9px;
    line-height: 14px;
    color: #ffffff;
}
footer .legals p{
    text-align: center;
}
footer .legals p:first-of-type{
    color:#d02a4c;
    font-size:9px;
    font-weight: bold;
}
footer .rgpd p{
    text-align: left;
    font-size:8px;
    line-height: 11px;
}
footer a, footer a:focus, footer a:hover{
    color:#d02a4c;
}



@media (min-width:576px) {
    h1{
        font-size:24px;
    }
    .title p {
        font-size: 13px;
    }

    section .form .wpcf7-submit {
        padding: 15px 60px;
    }

    footer {
        padding: 30px 0 60px 0;
    }
    footer p{
        font-size: 9px;
        line-height: 14px;
    }
    footer .legals p:first-of-type{
        font-size:12px;
        font-weight: normal;
    }
    footer .rgpd p {
        font-size: 9px;
        line-height: 12px;
    }
}

@media (min-width:768px) {
    header{
        padding:60px 0 50px 0;
    }
    h1{
        font-size:28px;
    }
    .title p{
        font-size:16px;
        line-height: 18px;
    }
    footer p{
        font-size:11px;
        line-height: 16px;
    }
    footer .rgpd p {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (min-width:992px) {
    header{
        padding:70px 0 50px 0;
    }
    .title p{
        font-size:18px;
        line-height: 22px;
    }

    footer {
        padding: 30px 0 80px 0;
    }
}

@media (min-width:1200px) {
    header{
        padding:80px 0 50px 0;
    }
    footer {
        padding: 30px 0 100px 0;
    }
}