#page.mobile .colonne {
  margin-left: 0;
}
#centre{
  font-size: 1.232em;
}

h4 {color: #000 !important;}

#zone-centrale ul.important > li {
    background: none;
    position: relative;
    padding-left: 0.9rem;
    margin-left: -15px;
}

#zone-centrale ul.important li:before {
    color: #007944;
    content: "• ";
    display: inline-block;
    font-size: 1.6rem;
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}

.cd-fond-gris {
    background-color: #f2f2f2;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
}
/* Filet gris pour */
#zone-centrale h2.cd-filet-gris {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #cbcccc;
  margin-top: 1rem;
}

.grille-flex {
  display: flex;
  margin-bottom: 2em;
  margin-top: 2em;
}

.grille-flex .colonne {
  margin:0 10px;
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: 10px;
}

.grille-flex.trois-colonnes .colonne {
  width:33.333333%;
}

.grille-flex.deux-colonnes .colonne {
  width: 50%;
}

.grille-flex .colonne:first-child {
  margin-left:0;
}
.grille-flex .colonne:last-child {
  margin-right:0;
}

.grille-flex .colonne .titre {
  margin: .5em !important;
  font-size: 1.45em !important;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  letter-spacing: 0.001rem;
  border-bottom: 2px solid #000;
}
.grille-flex .colonne p {
  padding: 0px 10px;
}

.grille-flex .colonne .promo {
  text-align: center;
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
  background-color: #fff;
  margin: .5em;
  margin-bottom: 2em;
  padding: 1em;
  font-weight: bold;
}

.grille-flex .colonne .spacer {
  margin-bottom: 1.25em;
}


.grille-flex .colonne .icone{
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.grille-flex .colonne .img-svg{
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    width: 280px;
}

.grille-flex .colonne .zone-appel-action {
  position: absolute !important;
  bottom: 1.25em;
  width: 100%;
  text-align: center !important;
  margin: initial !important;
}
.alert{
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
  padding-left: 2rem;
  background-image: url(/ressources/images/ic-avertissement.svg);
  background-repeat: no-repeat;
  background-position-x: 0.5rem;
  background-position-y: 1.1rem;
  background-size: 1.1rem;
}









@media screen and (max-width: 768px) {
  h1 {text-align: center;}
  h1 > img {/*width:120px !important;*/}
  .grille-flex {
   display: block;
  }
  .grille-flex.trois-colonnes .colonne {
   width: 100%;
   padding-top: .1px;
   margin-bottom: 1.5em;
  }
  .grille-flex .colonne .spacer {
   margin-bottom: 0;
  }
  .grille-flex .colonne .zone-appel-action {
    position: relative !important;
    margin: 1em 0 !important;
    margin-top: 2em !important;
  }
  .grille-flex.deux-colonnes .colonne {
   width: 100%;
   margin-top: .5em;
  }
  .grille-flex .colonne .img-svg{
    width: 95%;
}
}
