body{
    font-family:'Open Sans', 'Arial', sans-serif;
    font-weight:400;
    padding: 50px 0;
    background: transparent url(../img/unis-bg.jpg) no-repeat center center;
    background-size: cover;
}

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

header .col-img{
    text-align: center;
}
header .col-img:first-of-type{
    margin-bottom: 20px;
}

.bloc-form {
    padding: 50px 0;
}


.title{
    background-color: #09b3e9;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding: 5px 15px 15px 15px;
}
h1{
    font-size:16px;
    font-weight:700;
    line-height:20px;
    position:relative;
    padding-bottom:15px;
}
h1:after{
    position:absolute;
    bottom:0;
    left:50%;
    width:40px;
    content:"";
    height:2px;
    background:#fff;
    margin-left:-20px;
}
.title p{
    font-size:14px;
    margin-bottom:0;
}
.title img{
    margin-top: -30px;
}


section .form{
    background-color: #ffffff;
    padding:30px;
}
section .form h2{
    color: #09b3e9;
    font-weight: 700;
    font-size:24px;
    margin:20px 0;
}
section .form .input-lg{
    font-size:14px;
    padding:10px;
    border-radius:0
}
section .form .wpcf7-submit{
    border-radius:0;
    background:#06306d;
    position:relative;
    margin:15px auto;
    padding:15px 60px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    border:2px solid #06306d;
    transition:all 0.2s ease;
    color: #ffffff;
}
section .form .wpcf7-submit:hover,
section .form .wpcf7-submit:focus{
    color:#06306d;
    background:#fff;
}
section .form .required {font-style: italic; font-size: 11px;}

section .form .content-form-bottom{
    color: #06306d;
    font-size: 11px;
    text-align: left;
    margin: 20px 0 0 0;
}

footer p{
    font-size:9px;
    line-height: 14px;
    color: #000000;
}
footer .legals p{
    text-align: center;
}
footer .legals p:first-of-type{
    color:#06306d;
    font-size:9px;
    font-weight: bold;
}
footer .rgpd p{
    text-align: left;
    font-size:8px;
    line-height: 11px;
    font-weight: 600;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}


.wpcf7-submit.btn-danger{border-radius:0;background:#d02a4c;position:relative;margin:15px auto;padding:15px 60px;font-size:14px;font-weight:700;text-transform:uppercase;border:2px solid #d02a4c;transition:all 0.2s ease}
.wpcf7-submit.btn-danger:hover{color:#d02a4c;background:#fff;}


@media (min-width:576px) {
    section .form .content-form-bottom{
        font-size: 14px;
    }

    footer p{
        font-size: 10px;
        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 .col-img{
        text-align: right;
    }
    header .col-img:first-of-type{
        margin-bottom: 0;
        text-align: left;
    }
    .title{
        text-align: left;
    }
    .title img{
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 100;
    }
    h1{
        font-size:22px;
        line-height:26px;
    }
    h1:after {
        left: 0;
        margin-left:0;
    }

    footer p{
        font-size:11px;
        line-height: 16px;
    }
    footer .rgpd p {
        font-size: 10px;
        line-height: 12px;
    }
}
@media (min-width:992px) {

    .title img{
        left: 20px;
    }
    h1{
        font-size:21px;
        line-height:25px;
    }
    .title p{
        font-size:16px;
    }
    section .form .input-lg {
        font-size: 12px;
    }
    section .form .content-form-bottom{
        font-size: 16px;
        text-align: center;
    }

}
@media (min-width:1200px) {
    .title img{
        left: 40px;
    }
    h1{
        font-size:24px;
        line-height:28px;
    }
    .title p{
        font-size:18px;
    }

    section .form .input-lg {
        font-size: 14px;
    }
}