@font-face {
    font-family: 'karmillaregular';
    src: url('fonts/karmilla-regular-016-webfont.eot');
    src: url('fonts/karmilla-regular-016-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/karmilla-regular-016-webfont.woff2') format('woff2'),
    url('fonts/karmilla-regular-016-webfont.woff') format('woff'),
    url('fonts/karmilla-regular-016-webfont.ttf') format('truetype'),
    url('fonts/karmilla-regular-016-webfont.svg#karmillaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    font-size: 14px;
}

body {
    font-family: 'Montserrat', sans-serif;
}

body h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

body ul {
    margin: 0;
    list-style: none;
    padding-left: 0px;
}

.relative {
    position: relative;
}

.container {
    margin: 0 auto;
    max-width: 1560px;
    width: 90%;
}

.top-nav-section {
    background-color: #E5E5E5;
}

.notify-head {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #223974;
}

.nav-top {
    background-color: #E5E5E5 !important;
    padding: 0rem 0rem;
}

.nav-top .navbar-nav li:nth-child(1) .nav-link {
    padding-left: 0;
}

.nav-top .navbar-nav.ml-auto .nav-link {
    padding-right: 0;
}

.nav-top .navbar-nav .nav-link {
    color: #193774;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: .5rem .8rem;
}

.nav-top .navbar-nav .nav-link img {
    margin-left: .5rem;
    width: 1.2rem;
    margin-top: -0.2rem;
}

.nav-top .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.main-header {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    z-index: 999 !important;
    background-color: white;
    min-height:106px;
}
.main-header .list-inline .btn_orange {
    margin-bottom:0;
}

.btn.btn_orange {
    background-color: #E31F25;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: .5rem;
    display: inline-block;
    border: .1rem solid #E31F25;
    border-radius: 0;
    margin-bottom: 2.5rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.main-header ul li .btn_orange {
    background-color: #E31F25;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: .5rem;
    display: inline-block;
    border: .1rem solid #E31F25;
    border-radius: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.main-header ul {
    text-align: right;
    margin-bottom: 0;
}

.main-header .logo {
    width: 15rem;
    margin-top: 7px;
}

.form-group {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.form-slide {
    background-color: white;
    width: 400px;
    display: inline-block;
    position: absolute;
    padding: 1.5rem 3.5rem 5.5rem;
    top: 1%;
    box-shadow: 1px 1px 5px 1px #00000040;
    z-index: 99;
    height: fit-content;
}
.form-slide-complete {
    height: 620px;
}
.form-slide-contact {
    position:relative!important;
    right:0!important;
    left:0!important;
    margin-bottom: 30px;
}
form-slide select.form-control {
    border: 0;
    border-radius: 0;
    color: #404040;
    font-size: 1rem;
    font-weight: 500;
    -webkit-appearance: none;
    background: url(../images/down.png) no-repeat right #E5E5E5;
    background-position-x: 95%;
}

.form-slide:before {
    content: "";
    background-image: url(../images/nick1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    right: -1.1rem;
}

.critere_eligibilite_number {
    color: #46b067;
    font-weight: 800;
    width: 1.5rem;
    font-size: .8rem;
    text-align: center;
    border: 0.1rem solid #46b067;
    position: absolute;
    left: 3rem;
}

.form-slide .logo {
    width: 11rem;
    display: block;
    margin: auto;
}

.form-slide .head {
    background-image: url(../images/nickbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 1rem;
    padding-top: 0.8rem;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: -20%;
    margin-right: -20%;
    margin-bottom: .5rem;
}

.form-slide h4 {
    color: #2F78B0;
    font-size: 1.15rem;
    font-weight: 500;
}

.form-slide label {
    width: 100%;
    display: block;
    margin-top: .8rem;
    color: #404040;
    font-size: 0.9rem;
    font-weight: 500;
}

.form-slide select.form-control {
    border: 0;
    border-radius: 0;
    color: #404040;
    font-size: 1rem;
    font-weight: 500;
    -webkit-appearance: none;
    background: url(../images/down.png) no-repeat right #E5E5E5;
    background-position-x: 95%;
}

.form-slide .label {
    display: inline-block;
    width: 46%;
    position: relative;
    cursor: pointer;
    margin-top: 0;
    float: left;
    margin-right: 10px;
}

.form-slide .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-step-4 textarea {
    background: #E5E5E5;
    border: 0;
    width: 100%;
    min-height: 2rem;
    padding: .2rem 1rem;
    border: 1px solid #d6d6d6;
}
.form-step-4 textarea {
    background: #E5E5E5;
    border: 0;
    width: 100%;
    min-height: 2rem;
    padding: .2rem 1rem;
    border: 1px solid #d6d6d6;
}

.form-slide .label .checkmark {
    background-color: #E5E5E5;
    width: 100%;
    padding: .35rem .6rem;
    text-align: center;
    font-size: 0.90rem;
    display: inline-block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.form-slide .label .checkmark:hover {
    background-color: #264896;
    color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.form-slide .label input:checked ~ .checkmark {
    background-color: #264896;
    color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.form-slide .progress {
    height: .8rem;
    border-radius: 0;
}

.form-slide .progress .progress-bar {
    background-color: #264896;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.form-slide p {
    color: #404040;
    font-size: 1rem;
    font-weight: 500;
    margin-top: .25rem;
}

.form-slide .btn.btn_submit {
    background-color: #E31F25;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: .5rem;
    display: inline-block;
    width: 100%;
    border: .1rem solid #E31F25;
    border-radius: 0;
    text-transform: uppercase;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.form-slide .form-step-2 .step-2-prev, .form-slide .form-step-2 .step-2-next {
    width: 48%;
    float: left;
}

.form-slide .form-step-2 .step-2-next {
    float: right;
}

.form-slide .btn.btn_submit:hover, .form-slide .btn.btn_submit:focus {
    background-color: white;
    color: #E31F25;
}

.form-steps {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.form-steps.active {
    visibility: visible;
    opacity: 1;
}

.increase-decrease {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.value-button {
    display: inline-block;
    margin: 0px;
    width: 14%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0 !important;
    text-align: center;
    vertical-align: middle;
    background: #264896;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.form-steps {
    position: absolute;
    top: 10.5rem;
    left: 3.5rem;
    right: 3.5rem;
}

.form-step-4 input {
    background: #E5E5E5;
    border: 0;
    width: 100%;
    min-height: 2rem;
    padding: .2rem 1rem;
    border: 1px solid #d6d6d6;
}

.form-step-2 input {
    background: #E5E5E5;
    border: 0;
    width: 100%;
    min-height: 2rem;
    padding: .2rem 1rem;
    border: 1px solid #d6d6d6;
}

.value-button:hover {
    cursor: pointer;
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    font-size: x-large;
}

form #increase {
    margin-left: -4px;
    font-size: x-large;
    border-radius: 0 8px 8px 0;
}

.form-step-1.form-steps {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
}

input#personnes {
    text-align: center;
    border: none;
    margin: 0px;
    width: 72%;
    height: 2rem;
    background: #E5E5E5;
    line-height: 2rem;
    font-size: .9rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.center-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.img-content img {
    width: 100%;
    display: block;
}
.banner-hero {
    position: absolute;
    width: 100%;
    top: 100px;
    right: 47%;
}








.header-hero-container {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.header-hero {
    background-image: url('../images/banner-subv.jpg');
    background-color: #f0f3f5;
    background-repeat: no-repeat;
    background-position: 5% 76%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: auto;
    height: 700px;
    box-shadow: inset 0 0 0 100vw rgba(0,122,210,0.7);
}
.header-hero .content {
    padding-top:30px;
}
.header-hero .top-banners img {
    margin-right:5px;
}
.header-hero .title {
    background-color: #e41f26;
    border: 2px double #ffffff;
    border-radius: 4px 4px 4px 4px;
    display:inline-block;
    font-size:16px;
    font-weight:700;
    color: #fff;
    height: 32px;
    width: 270px;
    margin-top: 30px;
    padding-top: 3px;
    text-align:center;
}
.header-hero .main-title {
    color:#fff;
    font-size: 40px;
    line-height: 48px;
    margin-top:10px;
}
.font-bold {
    font-weight:700;
}
.title-devider {
    width: auto;
    height: 10px;
    border-bottom: 3px double #ffffff;
    width: 350px;
}
.sub-title {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    padding-top: 12px;
    font-weight: 700;
}
.certificate-box {
    margin-top:10px;
}
.certificate-box img {
    position: absolute;
    z-index: 2;
}
.certificate-box .certificate-content {
    background-color: rgba(122,200,255,0.5);
    border: 1px solid rgba(0,0,0,0);
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
    color:#fff;
    font-size: 10px;
    margin-top: 13px;
    font-weight:700;
    padding: 15px 0 15px 15px;
    width: 270px;
}
.plus-text {
    background-color: rgba(0,0,0,0);
    border: 3px solid #ffffff;
    border-radius: 6px 6px 6px 6px;
    width: 423px;
    color: #fff;
    font-weight:700;
    margin-top: 40px;
}
.plus-text-number {
    color: rgb(255, 161, 21);
}
.top-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.feature-section {
   margin-top:20px;
}

.feature-box {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width:130px;
}

.feature-box .number-icon {
    background-color: #e41f26;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 36px;
    right: -5px;
}
.feature-box .number-icon span {
    position: absolute;
    top: 9px;
    color: #fff;
    right: 16px;
    font-weight: 700;
}
.feature-box .icon {
    background: url('../images/forme-ouimove.png') no-repeat;
    width: 100px;
    height: 99px;
    display:inline-block;
}
.feature-box .icon i{
    position: absolute;
    top: 24px;
    left: 45px;
}
.feature-box .feature-text {
    text-align:center;
    font-weight:700;
    color:#fff;
    line-height: 25px;
    font-size:18px;
    position:absolute;
    right: -6px;
    margin-top: 5px;
}
.feature-divider {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-top: 31px;
}
.feature-divider span{
   color:#fff;
    color: #fff;
    font-size: 27px;
    vertical-align: 60px;

}
.icon-doller {
    background:url('../images/icon-doller.png') no-repeat;
    width:52px;
    height:50px;
    display:inline-block;
}
.icon-home {
    background:url('../images/icon-home.png') no-repeat;
    width:50px;
    height:48px;
    display:inline-block;
}
.icon-degree {
    background:url('../images/icon-degree.png') no-repeat;
    width:50px;
    height:58px;
    display:inline-block;
}








.tablet-text {
    font-weight: bold;
    font-size: 14px;
    color: #233974;
    text-align: center;
    margin-bottom: 5px;
}

@media (max-width: 1700px) {
    #responsive-text-header {
        right: 40% !important;
    }
}

.header_content {
    background-color: #233974;
    color: white;
    padding: 1rem 0;
}

.carousel-inner {
    width: 100% !important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.btn.btn_bleu {
    background-color: #233974;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: .5rem;
    display: inline-block;
    border: .1rem solid #233974;
    border-radius: 0;
    margin-bottom: 2.5rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

#mmaright {
    float: right;
    margin-top: 3px;
    text-align: center;
}

#mmaright p {
    font-weight: bold;
}

.header_content .mma img {
    width: 8rem;
    margin-left: 0.5rem;
}

.text-benefits h3 {
    color: #233974 !important;
    font-size: 2rem !important;
}

.text-benefits {
    color: #233974 !important;
    font-size: 1.25rem !important;
    position: relative !important;
    padding-left: 2rem !important;
    font-weight: 600 !important;
    margin-top: 1rem !important;
    text-transform: uppercase !important;
}

.text-benefits .subtext {
    color: #000000 !important;
    font-size: 14px !important;
    position: relative !important;
    padding-left: 2rem !important;
    font-weight: normal !important;
    margin-top: 1rem !important;
    text-transform: none !important;
}

.btn.btn_orange:hover, .content_section .btn.btn_orange:focus {
    background-color: white;
    color: #E31F25;
}

.btn-no-hover:hover {
    background-color: #E31F25 !important;
    color: #fff !important;
}

.text-benefits p i {
    color: #42B067;
    position: absolute;
    left: 0;
    top: .3rem;
}

.main-section {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.content-section .bg_image {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.content-section .bg_image img {
    width: 80%;
}

.content-section p {
    color: #272727;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.content-section ul {
    list-style: none;
}

.content-section ul li {
    color: #272727;
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    padding-left: 1rem;
}

.content-section ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: .65rem;
    background-color: #E15711;
    width: .3rem;
    height: .3rem;
    display: inline-block;
}

.banner-section {
    background-color: #233974;
    padding: 2.5rem 0;
    box-shadow: inset 0 0 0 100vw rgba(0,122,210,0.7);
}

.banner-section h3 {
    color: white;
    font-size: 2rem;
    font-weight: 500;
    margin-top: .5rem;
}

.banner-section .btn.btn_orange {
    background-color: #E31F25;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 2rem;
    margin-top: .5rem;
    display: inline-block;
    border: .1rem solid #E31F25;
    border-radius: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.banner-section .btn.btn_orange:hover, .eligible_section .btn.btn_orange:focus {
    background-color: white;
    color: #E31F25;
}

.section-finance {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
}

.section-finance .bg_image img {
    width: 85%;
}

.section-finance .bg_image {
    left: 0;
    right: initial;
    text-align: left;
    position: absolute;
    bottom: 0;
}

.content-text p {
    color: #272727;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position: relative;
}

.content-text h2 {
    color: #233974;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.map-section {
    background-color: #F2F2F2;
}

.map-section img {
    width: 100%;
    margin-left: -10%;
}

.map-section p span {
    color: #264896;
    font-weight: 800;
    width: 1.8rem;
    font-size: 1.1rem;
    text-align: center;
    border: 0.1rem solid #264896;
    position: absolute;
    left: 0;
    top: 0;
}

.map-section p {
    color: #272727;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
    position: relative;
}

.footer {
    bottom: 0;
    background-color: #233974;
    overflow-y: hidden;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    color: #fff;
    box-shadow: inset 0 0 0 100vw rgba(0,122,210,0.7);
}

.footer .widget h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.footer a {
    color:#fff!important;
}

.footer .widget a {
    color: #fff;
    magin-bottom: 5px;
}

.footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .widget ul li {
    margin-bottom: 10px;
}

.footer .footer-logo {
    margin-top: 10px;
}

.page-content {
    line-height: 25px;
}

.page-content h4 {
    margin: 10px 0;
}

.page-content p {
    margin-bottom: 1.5rem;
}



.etape_check {
    font-family:'karmillaregular'!important;
    font-size:14px;
    color: rgba(73,73,73,0.8);
}
.animate-text {
    font-weight:bold;
}
#cert-logo {
    display:none;
    margin-top: 350px;
}
.footer-btn {
    display:none;
}
.step2-checkmark {
    font-size: 0.8rem;
}
.home-bg-section {
    right:10%!important;
    text-align: center!important;
}
/**Media Query**/

#responsive_num_tel_position, #responsive_logo_position, .travaux_mma_display, #carouselExampleControls {
    display: none;
}

@media (max-width: 1700px) {
    #responsive-text-header {
        right: 40% !important;
    }
}

@media (max-width: 550px) {
    .main-header .list-inline .btn_orange {
        margin-bottom:0;
        margin-top: 0!important;
    }

    .header-hero-container {
        width:100%;
        text-align:center;
    }
    #sticky-wrapper, .logo_section, #logo_section_index_id-sticky-wrapper {
        display: none;
    }

    #responsive_form_logo_2 {
        display: block;
    }

    .travaux_mma_display {
        display: block;
        margin: 22px 0;
    }

    .travaux_mma_display p {
        font-size: 18px !important;
        margin: 0 -20px
    }

    .travaux_mma_display p img {
        height: 25px;
        float: right
    }

    #responsive_num_tel_position {
        display: none;
        position: absolute;
        right: -32px;
        top: 19px;
        z-index: 999;
        margin: 0;
        padding: 4px 4px;
    }

    #responsive_logo_position {
        display: block;
        position: relative;
        z-index: 999;
        margin: 3px auto;
        height: 60px;
        top: 10px;
    }

    #responsive_logo_position img {
        max-width: 120px;
    }

    #responsive_nav_icon {
        position: absolute;
        left: 0;
        top: 6px;
        z-index: 999;
    }

    .form-step-2, .form-step-3, .form-step-4 {
        margin-top: -20px;
    }
    .feature-section {
        display:none;
    }
    .plus-text {
        text-align:left;
    }
    .header-hero .main-title {
        font-size:30px;
    }
    .content-section .bg_image img {
        display:none;
    }

    #cert-logo {
        display:none;
    }
    .footer-btn {
        display:block;
    }
    .connexion {
        text-align:left;
    }
    .header-hero {
        height:100%;
    }
    .content-section .home-bg-section {
        top:0!important;
    }
}

@media (max-width: 425px) {
    .image-wrap {
        display: none;
    }

    .card {
        width: 100%;
    }

    .carousel-item {
        max-width: 100%;
        min-width: 100%;
    }
    .main-header {
        display:none;
    }

}

@media (max-width: 1440px) {

    html {
        font-size: 13px;
    }


    header .header_content {
        padding: 3.7rem 0;
    }

    header .form-slide .head {
        margin-left: -19%;
        margin-right: -19%;
    }

    header .call_icon img {
        z-index: 999;
    }

    .container {
        max-width: 1560px;
    }

}

@media (max-width: 1320px) {

    html {
        font-size: 13px;
    }

    header .form-slide {
        right: 6%;
    }

    header .header_content {
        padding: 1.4rem 0 0.4rem 0;
    }

    header .form-slide .head {
        margin-left: -19%;
        margin-right: -19%;
    }

    header .call_icon img {
        z-index: 999;
    }

    .container {
        max-width: 1560px;
    }

}

@media (max-width: 1200px) {
    html {
        font-size: 12px;
    }

    header .form-slide {
        width: 400px;
        right: 2.5%;
    }

    header .form-slide .head {
        margin-left: -17%;
        margin-right: -17%;
    }

    .container {
        max-width: 1560px;
    }

    .content-section .bg_image img {
        width: 70%;
    }

    .content-section .bg_image img {
        width: 65%;
    }

    .content-section .bg_image .home {
        width: 65%;
    }

    .form-group {
        margin-bottom: .5rem;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 768px) {

    html {
        font-size: 13px;
    }

    .content-section .bg_image .home {
        width: 50%;
    }

    .content-section .bg_image {
        width: 65%;
    }


}

@media (max-width: 1024px) {

    html {
        font-size: 10px;
    }

    header .form-slide .head {
        margin-left: -14%;
        margin-right: -14%;
    }

    header .form-slide {
        width: 390px;
        right: 20.5%;
    }

    header .form-slide label {
        font-size: 0.7rem;
    }

    .content-section .bg_image img {
        width: 60%;
    }
    .form-steps {
        top: 10.5rem;
    }
    .header-hero-container {
        width:100%;
    }



}

@media (max-width: 550px) {
    html {
        font-size: 13px;
    }

    .nav-top .navbar-nav .nav-link {
        font-size: 1rem;
        padding: .5rem !important;
    }

    .nav-top .navbar-toggler {
        background-color: #233974;
        margin: 1rem 0;
    }

    .main-header .logo {
        display: block;
        margin: auto;
        margin-bottom: 1rem;
    }

    .main-header ul {
        text-align: center;
    }

    header .header_content h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    header .header_content h3 {
        font-size: 1.4rem;
    }

    header .form-slide {
        width: 100%;
        right: 0;
        position: relative;
        top: 0;
        height: 100%;
    }

    header .form-slide:after, header .form-slide:before {
        display: none;
    }

    header .call_icon img {
        top: 14%;
    }

    .offer_section p {
        padding-right: 0 !important;
        float: none !important;
    }

    .content-section h2 {
        font-size: 2rem;
    }

    .content-section h2 br {
        display: none;
    }

    .content-section .bg_image {
        position: relative;
        width: 100%;
    }

    .content-section .bg_image img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .banner-section .col-12 {
        text-align: center !important;
    }

    .banner-section h3 {
        margin-bottom: 2rem;
    }

    .content-section .bg_image .home {
        width: 100%;
        margin-top: -3rem;
    }

    .map-section img {
        margin: 0;
        margin-bottom: 2rem;
    }

    .map-section h2 {
        font-size: 2rem;
    }

    .map-section h2 br {
        display: none;
    }

}

@media (max-width: 576px) {
    .carousel-item img {
        max-width: 100%;
        min-width: 100%;
    }

    .bg-responsive {
        position: relative !important;
        width: 100%;
    }

    .bg-responsive img {
        width: 100% !important;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 769px) {
    #responsive_num_tel_position, #responsive_logo_position, .travaux_mma_display, #carouselExampleControls {
        display: none!important;
    }
    .nav-top .navbar-nav .nav-link {
        font-size: 0.9rem!important;
    }
    #sticky-wrapper, .logo_section, #logo_section_index_id-sticky-wrapper {
        display:block!important;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main-header .logo {
        width: 15rem;
        margin-top: 7px;
        display:inline-block;
    }
    .img-content {
        display: block;
    }
    .img-content img {
        width: 100%;
        display: block;
    }
    header .form-slide {
        right: 0;
        position: relative;
        top: 0;
        margin: 100px auto 0 auto;
        display: block;
    }

    .header-hero {
        height:100%;
    }
    .content-section .bg_image img {
        width: 40%;
    }
    .content-section .bg_image {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }
    .section-finance .bg_image {
        left: 0;
        right: initial;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    .justify-content-end {
        justify-content: flex-end !important;
    }

    .content-section .bg_image .home {
        width: 40%;
        margin-top: -3rem;
    }
    .image-hero-container {
        display:none;
    }
    .ssl_top {
        display:block!important;
    }
    .navbar-toggler {
        display:none;
    }
    .collapse:not(.show) {
        display:block;
    }
    .form-slide .logo {
        display:block;
    }
    .tablet-text {
        font-weight: bold;
        font-size: 14px;
        color: #233974;
        text-align: center;
        margin-bottom: 5px;
        display:block!important;
    }
    .home-bg-section {
        right: -11%!important;
        text-align: center!important;
    }
}


@media only screen and (min-width: 768px)  and (max-width: 768px) {
    #responsive_num_tel_position, #responsive_logo_position, .travaux_mma_display, #carouselExampleControls {
        display: none!important;
    }
    .nav-top .navbar-nav .nav-link {
        font-size: 0.9rem!important;
    }
    #sticky-wrapper, .logo_section, #logo_section_index_id-sticky-wrapper {
        display:block!important;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main-header .logo {
        width: 15rem;
        margin-top: 7px;
        display:inline-block;
    }
    .img-content {
       display: block;
    }
    .img-content img {
        width: 100%;
        display: block;
    }
    header .form-slide {
        width: 370px;
        right: 2.5%;
        position:absolute;
        top: -2%;
        height: fit-content;
    }
    .content-section .bg_image img {
        width: 40%;
    }
    .content-section .bg_image {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }
    .section-finance .bg_image {
        left: 0;
        right: initial;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    .justify-content-end {
      justify-content: flex-end !important;
    }

    .content-section .bg_image .home {
        width: 40%;
        margin-top: -3rem;
    }

}
@media (max-width: 375px) {
    .form-step-2 .label {
        width: 42%;
    }
    .main-header {
        display:none;
    }
}

@media (max-width: 330px) {

    .form-slide .label {
        display: flex;
        margin-right: 2px;
    }
}

