/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.header_bottom_right_widget_holder .qbutton.small {
    border: 1px solid #415364;
    color: #415364;
    font-size: 13px;
}
.header_bottom_right_widget_holder .qbutton.small:hover {
    border: 1px solid #415364;
    color: #ffffff;
    background: #415364;
}
header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton:hover,
header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton:hover {
    border: 1px solid #415364 !important;
    background: #415364 !important;
}
.footer_top a.qbutton.default:hover {
    color: #415364 !important;
}
@media (min-width: 1200px) {
    .prendre_rdv {
        display: none !important;
    }
}
body .gform_wrapper input[type=submit],
body .gform_wrapper input[type=button],
body .gform_wrapper input[type=reset] {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 0;
}

body .gform_wrapper input[type=submit]:hover,
body .gform_wrapper input[type=button]:hover,
body .gform_wrapper input[type=reset]:hover {
    border: 1px solid #415364 !important;
    color: #415364 !important;
    background: #ffffff !important;
}
.gform_wrapper .gfield_required {
    color: #bfcfdf !important;
}

.elementor-722 .elementor-element.elementor-element-692fe19 {
    padding: 80px 0;
}
@media (max-width: 1000px) {
    .elementor-722 .elementor-element.elementor-element-692fe19 {
        padding: 30px 0;
    }
}

.blog_holder.blog_single article h2,
.blog_holder article .post_info {
    display: none;
}


header .header_top .q_social_icon_holder{
    width: auto;
}

.qode-btn.qode-btn-simple:before{
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0;
    right: -6px;
    height: 1px;
    background-color: rgba(256, 256, 256, 0.5);
    transition: all 0.3s ease;
}

.q_team .q_team_title_holder .q_team_name{
    margin: 7px 0 8px;
}

@media only screen and (min-width: 769px){
    .qode-footer-text-holder {
        max-width: 30%;
        margin: 0 auto;
    }
}

nav.mobile_menu ul li, nav.mobile_menu ul li ul li{
    border: none;
}

nav.mobile_menu>ul{
    padding-bottom: 20px;
}

.qode-instagram-feed li{
    padding: 0! important;
}

nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash{
    width: calc(100% + 12px);
    bottom: -3px;
    background-color: rgba(256, 256, 256, .5);
    transition: all 0.3s ease;
}

.light:not(.sticky):not(.scrolled) nav.main_menu ul li a span.underline_dash{
    background-color: rgba(256, 256, 256, .5) !important;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
    opacity: 1;
}

nav.main_menu ul li:hover a span.underline_dash{
    background-color: rgba(256, 256, 256);
}

.light:not(.sticky):not(.scrolled) nav.main_menu ul li:hover a span.underline_dash{
    background-color: rgba(256, 256, 256) !important;
}

.qode-btn.qode-btn-simple:hover:before{
    background-color: #fff;
}

.qode-image-with-hover .elementor-image{
    overflow: hidden;
}

.qode-image-with-hover img{
    transform: scale(1.08);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
}

.qode-image-with-hover:hover img{
    transform: scale(1.06) translateX(1.5%);
}

.q_team_image{
    overflow: hidden;
}

.q_team_image img{
    transform: scale(1.08);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
}

.q_team_image:hover img{
    transform: scale(1.06) translateX(1.5%);
}

.qode-instagram-feed.qodef-scale-with-light-overlay a:after{
    display: none;
}

.qode-instagram-feed.qodef-scale-with-light-overlay a:before{
    content: "\e09a";
    font-family: 'ElegantIcons';
    font-size: 11px;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    z-index: 9999;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: all 0.4s ease;
}

.qode-instagram-feed.qodef-scale-with-light-overlay a:hover:before{
    opacity: 1;
}

.qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-title{
    padding-right: 1px;
}

.qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-price{
    padding-left: 2px;
}



.qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-line{
    border: none !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2823529411764706) 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

header .header_top .q_social_icon_holder a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.qode_video_box .qode_video_image:hover .qode_video_box_button{
    border-color: rgba(255,255,255,0.5);
}

.qode_video_box .qode_video_image .qode_video_box_button:hover{
    border-color: rgba(255,255,255,1);
}

.qode-instagram-feed.qodef-scale-with-light-overlay a:before{
    font-size: 12px;
    color: #fff;
}

.footer_bottom{
    height: 30px;
    line-height: 30px;
}

.footer_top  .wp-block-image img {
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .header_inner_left, footer.uncover, header {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0;
    }
    .header_bottom {
        background-color: #415364!important;
    }
    .logo_wrapper,
    .mobile_menu_button {
        display: table !important;
    }
    nav.mobile_menu {
        display: block !important;
    }
    .header_bottom, nav.mobile_menu {
        background-color: #415364 !important;
    }
    nav.main_menu.right {
        display: none !important;
    }
    .header_top_bottom_holder .right {
        display: none !important;
    }
    .header_top {
        height: auto;
        display: block!important;
    }
    .header_top {
        background-color: #415364 !important;
    }
    .header_top .left, .header_top .right {
        text-align: center;
        float: none;
    }
    .logo_wrapper {
        height: 100px!important;
        left: 50%;
    }
}
