
/* bouton "j'accepte" sur le bandeau cookie*/
#tarteaucitronPersonalize {
	font-size: 17px!important;
	line-height: 30px!important;
	text-transform: uppercase;
	border-radius: 23px;
}
/* Bouton " je gère mes préférences sur le bandeau cookie" */
#tarteaucitronCloseAlert {
	line-height: 23px;
	border-radius: 23px;
}

/* Bandeau cookie */
#tarteaucitronAlertBig {
	width: 50%!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%);
	background: #007bff!important;
	border: 10px solid white!important;
	border-radius: 10px!important;
}

/* Disclaimer du bandeau cookie */
#tarteaucitronDisclaimerAlert {
	display: block;
	width: 80%;
	font: 1.8rem verdana!important;
	padding: 5%!important;
	margin: auto!important;
}
/* mettre la premiere phrase du disclaimer en majuscule*/
#upper {
	color: white!important;
	text-transform: uppercase;
	margin-bottom: 2px!important;
}


/*fenêtre gestion des preferences */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
	background: #007bff!important;
	border: 3px solid #fff!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
	background: #007bff!important;
	border: 3px solid #fff!important;
}

#tarteaucitron #tarteaucitronInfo {
	background: #007bff!important;
}
#tarteaucitron .tarteaucitronBorder {
	border: 0!important;
}

#tarteaucitron .tarteaucitronH3 {
	color: white!important;
}
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
	border-radius: 16px!important;
}

/* Responsive design */

@media screen and (min-width: 280px) and (max-width: 410px) {
	/* Bandeau cookie */
	#tarteaucitronAlertBig {
		width: unset!important;
		top: unset!important;
		left: unset!important;
		transform: unset!important;
		border: unset!important;
		border-radius: unset!important;
	}
}

@media screen and (min-width: 411px) and (max-width: 540px) {
	/* Bandeau cookie */
	#tarteaucitronAlertBig {
		width: 100%!important;
		height: 60%!important;
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%,-50%);
		border: 10px solid white!important;
		border-radius: 10px!important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1048px) {
	/* Bandeau cookie */
	#tarteaucitronAlertBig {
		height: unset;
		width: 100%!important;
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%,-50%);
		border: 10px solid white!important;
		border-radius: 10px!important;
		bottom: 20%!important;
	}
}

/*html{
	position: relative;
	min-height: 100%;
}

footer {
	position: absolute !important;
	bottom: 0!important;
	width: 100%!important;
	background-color: dimgrey;
}*/

.card {
	margin-top: 10px;
	margin-bottom: 10px;
}
