page-actualites.scss 279 B

12345678910111213
  1. .page-actualites{
  2. .node-type-actualite{
  3. width: 30vw !important;
  4. .entete_actu{
  5. flex-direction: column;
  6. .infos-content{
  7. width: 100%;
  8. height: 250px;
  9. right: 0;
  10. }
  11. }
  12. }
  13. }