/*
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");

body .content {
    margin-top: 0;
}
.cover{
	-webkit-background-size: cover;
	background-size: cover;
}
.cover.top-right{
	background-position: top  right !important;	
}
.cover.top-center{
	background-position: top  right !important;	
}

body .q_tabs .tabs-nav li a{
	font-size: 16px;
	padding:10px 15px !important;
}

.cover{
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
/*
body header.fixed{
	position: fixed !important;
	top:0;
}

body .header_bottom{
	background: none !important;
}*/

.wpb_column p {
	margin-bottom: 20px;
}
.wpb_column ul {
	margin-left: 40px;
	margin-bottom:20px;
}
.wpb_column ul li{
	list-style: outside;

}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
	border:2px solid #e1e1e1;
}


body .footer_top .widget_meta>ul>li, 
body .footer_top .widget_nav_menu ul li, 
body .footer_top .widget_pages ul li, 
body .footer_top .widget_recent_comments>ul>li,
body .footer_top .widget_recent_entries>ul>li{
	padding-bottom: 0;
}


#nav_menu-5,
#nav_menu-12,
#nav_menu-2,
#nav_menu-9{
	margin-bottom: 30px;
}
body .footer_top a{
	font-weight: 400;
}

.content h2,
.content h3{
	color:#0d4e90;
}

.page-template-blog-large-image .post_info{
	visibility: hidden !important;
}

.page-template-blog-large-image .content .container{
	padding-top:40px;
}
/*
nav.mobile_menu>ul{
	    padding-right: 50px;
    box-sizing: border-box;
}*/

.single .title{
	height:auto !important;
	margin-bottom: 50px;
	
}

.single  .title .title_holder{
	padding-top: 20px !important;
}
.single .icon_social_holder{
	display: none;
}

table{
	border:1px solid #666666;
	margin-bottom: 40px;
}
table td{
	border:1px solid #666666;
}

aside.sidebar  h5{
    font-size: 20px;
}

body.l_en #nav-menu-item-wpml-ls-main-menu-en,
body.l_fr #nav-menu-item-wpml-ls-main-menu-fr{
	display:none;
	
}
.wpml-ls-menu-item .wpml-ls-flag{
	vertical-align: middle !important;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.cadre-simple .q_elements_item_inner input[type="text"],
.cadre-simple input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cadre-simpleinput[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cadre-simple .q_elements_item_inner h2{
	color:#fff;
	text-align: center;
	    font-size: 36px;
    line-height: 36px;
	margin-bottom: 20px;
}
.cadre-simple .q_elements_item_inner{
	padding:0 20px 40px;
	margin:0 20px;
	background: #1e73c7;
	color:#fff;
		border:3px solid #0f4e8d;

}
.cadre-simple .q_elements_item_inner a{
	color:#fff !important;

}
.cadre-simple .q_elements_item_inner .btn{
	border:none;
	background:#0f4e8d;
	color:#fff;
	padding:10px 20px;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
}

input.saisie{
	padding:10px;
	font-size: 16px;;
}

.testimonials .testimonial_text_inner p{
	font-size:18px;
	line-height: 1.3;
}

body .testimonials_holder .testimonial_content_inner .testimonial_image_holder {
    margin-bottom: 20px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {

	body .q_elements_item_content.q_elements_holder_custom_350171 {
		padding: 0 25px 50px 0px !important;
	}
}

@media screen and (max-width: 1200px) {
	.footer_bottom_holder{
		padding:10px 0;
	}
}

@media screen and (max-width: 650px) {
	.title img {
		width: auto;
		height: 300px;
		max-width: none;
	}
}
@media screen and (max-width: 550px) {
  body .q_tabs .tabs-nav li a {
    font-size: 14px;
    padding: 3px 7px !important;
	}
	
	
}
@media screen and (max-width: 480px) {
	.title.title_size_large h1{
		    letter-spacing: -1px;
	}
}





@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*
      Votre CSS pour IE versions 10, 11 et Edge
   */
	body .progress-left-percent .q_progress_bar .progress_title_holder{
		margin-top: 10px;
	}
	nav.main_menu ul li.active a span.underline_dash, nav.main_menu ul li:hover a span.underline_dash, nav.vertical_menu ul li.active a span.underline_dash, nav.vertical_menu ul li:hover a span.underline_dash{
		display: none !important;
		opacity:0 !important;
	}
}


