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


/*
	VARS /////////
	BLUE : 			#007EC5;
	YELLOW : 		#F9BC00;
	NOIR :			#000000;
	GRIS FONCÉ :	#424345;
	GRIS :			#B1B2B4;
	GRIS PÂLE :		#F6F6F6;
*/


.qode-btn.qode-btn-icon.qode-btn-solid.qodef-btn-icon-square .qode-button-v2-icon-holder {
    width: 64px;
    box-sizing: border-box;
}

/* Header */

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.current_page_item>a,
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li.current_page_item>a,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a,
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a {
	color: #323232;
}

nav.main_menu ul li.current_page_item a,
nav.main_menu ul li.active a,
nav.main_menu ul li:hover a,
nav.main_menu ul li:focus a,
nav.main_menu ul li:active a {
	color: #323232;
}

nav.main_menu > ul > li > a {
	text-transform: none;
	font-size: 16px;
}

.side_menu a.close_side_menu::before {
	content: "×";
	font-weight: 700;
	color: #007EC5 !important;
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.side_menu a.close_side_menu {
	color: #007EC5 !important;
	background: none !important;
	line-height: 48px !important;
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	text-align: center !important;
	justify-content: center !important;
	top: 0 !important;
	right: 0 !important;
	transform-origin: center center;
}

.side_menu a.close_side_menu:hover,
.side_menu a.close_side_menu:focus,
.side_menu a.close_side_menu:active {
	color: #323232 !important;
}

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a {
	color: #fff;
}
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:active,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:focus {
	color: #323232;
}

nav.main_menu ul li.wpml-ls-menu-item,
.wpml-ls-display {
	font-weight: 400 !important;
}

@media screen and (min-width: 1001px)
{
    .side_menu_button {
		display: none;
	}
}

.footer_top_holder {
	background-color: #33479D;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Image cover center */
.cover-center {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer_top a {
	line-height: 1.3;
}

.footer_top textarea {
	min-height: 120px;
}

/* Tabs */
.q_tabs .tabs-nav li a:hover,
.q_tabs .tabs-nav li a:focus {
	color: #424345 !important;
}

.q_tabs .tabs-nav li.active a,
.q_tabs .tabs-nav li.active a:hover,
.q_tabs .tabs-nav li.active a:focus {
	color: #F9BC00 !important;
}

/* Progress bar */
.q_progress_bar .progress_content_outer * {
	background: #007EC5 !important;
}

/* Forms */
#respond textarea {
	border: 1px solid #CCC;
}

@media screen and (min-width : 768px) and (max-width : 1600px)  {
	.responsive_md_50_50 .q_elements_item {
		width: 50% !important;
	}
}

@media screen and (min-width : 768px) and (max-width : 1000px)  {
	.cover-center .vc_empty_space{
		height: 0 !important;
		padding-bottom: 40%;
	}
}

/* WPML */
/*
.wpml-ls-item-en .wpml-ls-display {
	width: 0;
	text-indent: -999px;
	overflow: hidden;
}

.wpml-ls-item-fr {
	width: 0;
	text-indent: -999px;
	overflow: hidden;
}*/

/* Contact form 7 */

div.wpcf7-response-output {
	font-size: 11px;
	line-height: 1.6em;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: #c54137;
}

.alert-success{
	background-color: #00ff0042;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border: solid 2px #13ad13a3;
    border-radius: 11px;
}

#mc_embed_signup{
  clear:left;
  padding-top: 25px;
}
#mc_embed_signup h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
#mc_embed_signup input {
	box-sizing: border-box !important;
  width: 100%;
}
#mc_embed_signup input[type=email]{
  margin-bottom: 15px;
	padding: 15px;
}
#mc_embed_signup input[type=submit]{
	font-size: 18px;
  letter-spacing: 1px;
	text-align: center;
}

/* BANDEAU */
.alert__popup {
  background-color: #F9BC00;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.alert__content {
  padding: 1.5rem 0;
  position: relative;
}

.alert__content p {
  color: #000;
  padding-right: 2rem;
}

.alert__content a {
  color: #000;
  text-decoration: underline;
}

.alert__content a:hover {
  color: #007EC5;
  text-decoration: underline;
}

.alert__content .icon__close {
  position: absolute;
  top: 1rem;
  right: 0rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.alert__content .icon__close:hover {
  text-decoration: none;
}