/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 10.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.menu_mg{
    display: none;
    position: absolute;
    z-index: 9999999999;
    width: 992px;
    background-color: white;
    right: 5%;
    top:81px;
    box-shadow: 0 2px 10px 0 rgba(102,125,181,0.5);
    padding: 0px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;

}

.menu_mg .col_cta {
    padding: 0px;
    background: #ECEFF6;
}

@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.col-md-3{
    position: relative;
    width: 100%;
    min-height: 1px;
}


.menu_mg .row {
    margin: 0px !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col_mega_menu {
    padding: 30px 15px;
}

.menu_mg ul.menu_mega_menu {
    list-style: none;
    padding: 0px;
}

.menu_mg .col_cta .cta {
    display: inline-grid;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.menu_mg a {
    transition: all 0.3s;
}

.menu_mg .col_cta .text_cta {
    padding-top: 70px;
    color: #425175;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.menu_mg .title_menu {
    color: #425175;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: -2px;
}

.menu_mg li.item_menu {
    color: #000000;
    font-size: 14px!important;
    line-height: 4;
    margin-bottom: -16px!important;

}


.menu_mg p.descrip_item{
    font-size: 14px!important;
}
p.descrip_item{
    line-height: 1.6;
}
.menu_mg li.item_menu a {
    color: #7B8EBD;
}

.titre_color{
    color : #081d82!important;

}

.titre_color:hover{
    color : #63bddf!important;

}


.subtitle_color{
    color : #63bddf!important;
}

.subtitle_color:hover{
    color : #081d82!important;

}


.description_color{
    color: #9d9d9d!important;

}
.menu_link{
    text-decoration: none!important;
}


div.inner ul li a span {
    color : #081d82!important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: -2px;
}
div.inner ul li a span:hover {
    color : #63bddf!important;

}
