/*
Theme Name: Qualnet Beaver Child Theme
Theme URI: #
Version: 1.0
Description: #.
Author: #
Author #
template: bb-theme
*/

/* Add your custom styles here... */ 
/* =======================================================
tarte au citron
  ======================================================= */
div#tarteaucitronAlertBig {
	background-color: #fff!important;

	
}
div#tarteaucitronAlertBig::before {
	display: none !important;
}

#tarteaucitronDisclaimerAlert:before {
	content: url(https://www.qualnet.fr/wp-content/uploads/2017/07/LOGOQUALNET-250.png);
	display: block;
	text-align: center;
	margin-bottom: 40px;
	margin-top: -40px;
}
#tarteaucitronDisclaimerAlert {
	color: black !important;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
	font-size: 16px !important;
	line-height: 135% !important;
	font-weight: normal;
	text-align: left !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#tarteaucitronAllDenied, #tarteaucitronPersonalize, #tarteaucitronCloseAlert {
	background-color: #b3240b !important;
	font-size: 16px !important;
	color: white !important;
	border-radius: 0 !important;
	display: inline-block !important;
	padding: 5px 10px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid #b3240b !important;
	line-height: 120% !important;
	box-shadow: none !important;
	position: relative !important;
	top: 0px !important;
}

.tarteaucitronClear {
	content: "";
	clear: both;
}

#tarteaucitronAllDenied {
	margin-left: 7px !important;
}

#tarteaucitronPersonalize {
	background: #008300 !important;
	border: 2px solid #008300 !important;
	color: #fff !important;
	margin-left: 0px !important;
}

#tarteaucitronCloseAlert {
	background-color: #ddd !important;
	border: 2px solid #ddd !important;
	color: #666 !important;
	margin: 10px auto auto !important;
}

#tarteaucitronHrefCookies {
	color: black !important;
	text-decoration: underline !important;
}

@media (max-width: 768px) {
	
	#tarteaucitronAlertBig {
		min-width: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	
	}
	
	#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
		font-size: 14px !important;
		line-height: 130% !important;
	}
	#tarteaucitronDisclaimerAlert:before {
		  transform: scale(.5);
		  margin-bottom: 0px;
	}
	#tarteaucitronAllDenied, #tarteaucitronPersonalize, #tarteaucitronCloseAlert {
		display: block;
		margin: 12px auto auto !important;
	}
}

@media (max-height: 300px) {
	#tarteaucitronAlertBig {
		padding: 40px 20px 100px !important;
		height: 95vh !important;
		min-width: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
		
		overflow: scroll !important;
		top: 0% !important;
		left: 5% !important;	
		transform:none!important;
		border-radius: 4px;
	}
	#tarteaucitronDisclaimerAlert:before {
		  margin-top: -80px;
	}
}
