@charset "UTF-8";
/*
  Kuda 6 — Bridge SCSS → CSS Custom Properties
  Ce fichier est STATIQUE. Les valeurs dynamiques sont dans variables.css
  Généré automatiquement par l'outil de migration v5→v6
*/
/*



*/
/*
  Created by Stephane Arribart.
  For Influa
  Date: 10/06/2021
  Time: 11:13

  --- _variables ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  
        
*/
/*
  Created by Stephane Arribart.
  For Influa
  Date: 20/10/2023
  Time: 10:13

  --- _dernieres_actualites ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)

*/
.dernieres_actualites {
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.dernieres_actualites .container .ligne {
  display: table;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .container .ligne {
    display: block;
  }
}
.dernieres_actualites .container .ligne .colonne {
  display: table-cell;
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .container .ligne .colonne {
    display: block;
    padding: 0 !important;
  }
}
.dernieres_actualites .container .ligne .colonne.entete {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .container .ligne .colonne.entete {
    text-align: left;
  }
}
.dernieres_actualites .container .ligne .colonne.bouton_actus {
  padding-top: 40px;
  text-align: center;
}
.dernieres_actualites .container .ligne .colonne .listing_actus {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .container .ligne .colonne .listing_actus {
    display: block;
  }
}
