

#page-title.page-title-parallax h1 {
    font-size: 30px;
}

.blink {
  animation: blink 1s infinite;
}
@keyframes blink { 
  0% { opacity:0; }
  50% { opacity:1; } 
  100% { opacity:0; }
}

.transparent{
	background : transparent; 
	background-color : transparent !important;
}

div.EtiquetteTitre {
	position: relative;
	color: white;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: linear-gradient(rgb(47 145 198), rgb(146 200 228));
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 255, .2);
	text-align: center;
	font-weight: bold;
}

div.Etiquette {
	position: relative;
	color: white;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: linear-gradient(rgb(11 37 101), rgb(63 103 227));
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 255, .2);
}

.icon__badge {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: radial-gradient(rgb(0 204 255), rgb(63 103 227));
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}