.menuitems {
  font-family: 'DINPro-light', Sans-Serif;
  float: left;
  width: 100%;
  padding: 60px 125px;
  color: #303030;
  background-image: url(../images/bg-symptomes.png);
}

/*--- En tête ---*/
.h1 {
  font-size: 35px;
  color: #afa89a;
}

.categorie {
  font-size: 25px !important;
  color: #11a9d1 !important;
}

h1 {
  color: #11a9d1;
  font-size: 75px;
  font-weight: initial;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  line-height: 65px;
}

.h2 {
  color: #afa89a;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: lighter;
}

/* Contenu */
.menuitems_listing {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
}

.menuitem_enfant {
  display: inline-grid;
}

.image-symptome, .image-symptome a, .image-symptome img {
  width: 100%;
}

.image-symptome img {
  max-height: 253px;
}

.symptome {
  height: 70px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-family: 'DINPro-light', Sans-Serif;
  text-transform: uppercase;
  line-height: 24px;
  display: table;
  width: 100%;
}

.symptome a {
  vertical-align: middle;
  display: table-cell;
  padding: 0px 10px;
}

.menuitem_enfant:nth-of-type(odd) .symptome {
  background-image: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
  background-color: #7bc9aa;
}

.menuitem_enfant:nth-of-type(even) .symptome {
  background-color: #b9b1a2;
}

.menuitem_enfant:hover img {
  filter: grayscale(40%);
}

.symptome:hover a {
  text-decoration: none !important;
}

/*-- après contenu -- */
.bloc_bouton {
  background-image: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
}

.bloc_bouton .bouton a:hover p {
  background: #7ac9aa;
}

@media screen and (max-width: 979px) {
  .menuitems_listing {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 763px) {
  .bloc_right .categorie {
    font-size: 18px !important;
  }

  .bloc_right .h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 630px) {
  .menuitems_listing {
    grid-template-columns: 1fr;
  }

  .menuitems h1 {
    font-size: 40px;
  }

  .menuitems .h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 530px) {
  .menuitems {
    padding-left: 25px;
    padding-right: 25px;
  }
}