/* ===== Footer ===== */
footer {
  text-align:center;
  padding:10px;
  font-size:0.9em;
  text-transform:uppercase;
}


footer .strong{
font-weight:700;
}

.monstre {
  width:50px;
  animation: rotate 5s linear infinite; /* Animation de rotation */
}

.soutien{
display:inline-block;
font-size:0.9em;
padding-right:5px;
text-transform:none;
}

h5.soutien{
text-transform:uppercase;font-weight:700;display:inline-block;background:#75c9e7;
}

.a-propos{
  font-size:0.8em;
  }

.cadre-soutien{
	margin:10px auto;
	max-width:980px;
  font-size:0.8em;
	}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

