body{
    font-family: 'Roboto Condensed', sans-serif;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
input[type=text],input[type=date],input[type=number],input[type=email]{
    width:100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid grey;
    padding: 10px;
}

input[type=number]{
    width: 80px;
}

.form_head{
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e4e4;
    padding: 20px ;
    margin-bottom: 15px;
}
.form_body{
    margin-top: 30px;
    padding-bottom: 10px;
    border: 1px solid #f4f4f4;
}
label{
    font-weight: bold;
    margin-top: 20px;
}
.send{
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #2196f3;
    border: 0;
    margin-bottom: 30px;
}
i{

    margin-right: 5px;
    font-size: 20px;
}
.send:hover{
    background-color: #1f7ac4;
}
.progress__bg{
    background-color: #1566a4;
}
.progress__gauge{
    background-color: #2196f3;
}
.img-prev{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    object-fit:cover;
    height: 150px;
    width: 100%;
    object-position: center
}
.del-img{
    position: relative;
    top: -42px;
    left: 5px;
}
.form_frame{
    padding: 40px;
    box-shadow: 0 0 15px rgba(83, 83, 83, 0.2);
    border: 1px solid #e7e7e7;
    margin-top: 60px;
}
.form_subtitle{
    color: white;
    background-color: #2196f3;
    font-size: 14px;
    padding: 2px 10px;
}
.header_bandeau{
    font-size: 20px;
    min-height: 68px;
    background-color: #6e8cd7;
    color: white;
}
.header_bandeau_home{
    height: 480px;
    background-color: #6e8cd7;
    color: white;
    padding: 5px 5px 10px;
    background-image: url("/img/banniere.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header_title{
    height: 130px;
}
.header_top{
    height: 45px;
}
.header_top{
    height: 45px;
    border-bottom: 1px solid #6e8cd7;
    color: #12128a;
}
.header_subtitle{
    font-size: 28px;
    font-weight: 700;

    color: black;
}

footer{
    padding: 30px 60px!important;
    font-weight: 400;
    color: #a0a8b1;
    margin-top: 60px;

    background-color: #707070;
}
.title-white{
    font-weight: 400;
    padding-left: 15px;
    color: white;
    border-left: 3px solid #6e8cd7;
}
.title-black{
    font-weight: 700;
    padding-left: 15px;
    color: #020202;
    border-left: 5px solid #6e8cd7;
}
.title-big{
    color: white;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.contact-info-widget{
    list-style: none;
}
.contact-info-widget li{
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;

    list-style: none;
}
.contact-info-widget li .fas,.contact-info-widget li .far{
   width: 30px;
    height: 30px;
    display: block;
}
.oceanwp-info-wrap{
    margin-left: 10px;
}
.oceanwp-contact-title{
    font-weight: 700;
    display: block;
}
.copyright{
    font-size: 14px;
}
.jumbotron_custom{

    background-color: rgba(110, 140, 215, 0.7);
}
.divider{
    margin-top: 25px;
    border-bottom: 1px solid #e3e3e3;
}
.answer_head img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
.answer_head img{

    transition: 0.5s;
}

.answer-title{
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 8px;

}
.answer_body{
    color: #009FE3;
}
select{
    width: 100%;
    height: 50px;
    color: #1f7ac4;
}
.info{
    background-color: #f5f5f5;
}
.info_title{
    margin-bottom: 8px;
    font-weight: 700;
}
.font-size-md{
    font-size: 22px;
}
.form_validate{
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .header_subtitle {
        font-size: 15px;
    }
    .title-big{

        font-size: 24px;
        font-weight: 700;
    }
}
