Liste des produits de la marque Casal

Tissu Mais

Casal


.bandeau{
background-color: purple;
text-align: center;
font-size: 16px;
color: white;
text-transform: uppercase;
padding: 26px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
.banner-body{
position:relative;
animation-name: fadeUp;
animation-duration: $duration;
animation-iteration-count: infinite;
animation-fill-mode: both;
display:flex;
justify-content:center;
align-items: center;
}
.bandeau-new{
position:relative;
margin: 0 $space;
color: #fe88de;
animation-duration: $duration;
animation-name: spanNew;
animation-iteration-count: infinite;
animation-fill-mode: both;
}
.bandeau-text{
position:relative;
margin: 0 $space;
animation-duration: $duration;
animation-name: spanText;
animation-iteration-count: infinite;
animation-fill-mode: both;
}