.fond-gris {
  background: #f0eceb;
}

.fond-gris-fonce {
  background: #2e2d30;
}

.fond-noir {
  background: #2e2d30;
}

.fond-vert-emeraude {
  background: #249787;
}

.fond-vert-emeraude h1,
.fond-vert-emeraude h2,
.fond-vert-emeraude h3,
.fond-vert-emeraude p {
  color: #FFF;
}

.fond-vert-emeraude a {
  color: #1a1a1a;
}

@media (max-width: 480px) {
  /*dialogfeed-wall {*/
  /*display: none!important;*/
  /*}*/
  .path-frontpage .fond-vert-emeraude.lienspicto {
    /*height: 640px;*/
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .path-frontpage .fond-vert-emeraude.lienspicto .lienpicto {
    width: 32%;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
  }

  .path-frontpage .fond-vert-emeraude.lienspicto > .layout-container {
    padding: 0 !important;
  }

  .path-frontpage #contenuParagraphs {
    position: relative;
    /*padding-top: 1050px;*/
    padding-top: 330px;
  }

  /*.path-frontpage .sommaire-top10 .lae-grid {*/
  /*  display: none;*/
  /*}*/

  .path-frontpage .liens {
    /* height: 410px;
     position: absolute;
     top:640px;
     left:0;
     right:0;
     background: #FFF;*/
  }

  .path-frontpage .paragraph--type--texte-et-images .lae-grid {
    display: none;
  }

  .path-frontpage #content {
    padding-bottom: 0;
  }
}


@media (max-width: 320px) {
  .path-frontpage .fond-vert-emeraude.lienspicto .lienpicto img {
    width: 60px;
    height: 60px;
  }
  .path-frontpage #contenuParagraphs {
    padding-top: 235px;
  }
  .path-frontpage .fond-vert-emeraude.lienspicto {
    height: 235px;
  }
  .path-frontpage .fond-vert-emeraude.lienspicto .lienpicto {
    font-size: 16px;
    padding: 20px 0px 0px 0px;
  }
}



