/*
Fixes visual bug
*/

.webpub-device__browser-name-ie div#tarteaucitronInfo {
  position: static !important;
}

@media screen and (min-height: 500px) {
  body #tarteaucitronRoot div#tarteaucitron {
    top: 30px !important;
  }
}


/* #tarteaucitronRoot #tarteaucitronAlertBig {
  box-sizing: border-box;
} */

/*
custom design
*/

body #tarteaucitronRoot #tarteaucitronAlertBig {
	background: #fff;
	color: #333;
}

body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
	color: #333;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
	border: 1px solid #333;
	border-radius: 5px;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize {
	border-radius: 5px;
}

body #tarteaucitronAlertSmall {
	background: #fff;
}

body #tarteaucitronAlertSmall #tarteaucitronManager {
	color: #333;
}

body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
	display: none;
}