.titreAlertes {
	font-weight: bold;
	font-size: 1.2em;
	color: #1c2656;
}

.titreAlertes:hover {
	color: #1c2656;
	text-decoration: underline;
}

.dismissed {
    display: none;
}


.hidden {
    display: none;
  }
  
.visuallyhidden {
    opacity: 0;
}

.titreAlertes span {
	font-weight: bold;
	font-size: 1.2em;
}

.btn-text {
    text-transform: uppercase;
    color: #D6005C;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-kerning: none;
}

.btn-wrapper {
    border: 2px solid #D6005C;
    padding: 0.5em 1em;
    border-radius: 50px;
    background-color: #FFFFFF00;
    white-space: nowrap;
}

.btn-wrapper:hover > .btn-text {
    transition: 0.3s all;
    color: #FFFFFF;
}

.btn-wrapper:hover {
    transition: 0.3s all;
	background-color: #D6005C;
}