.size-guide-page {
  padding: 0 40px;
}

.size-guide-page h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.size-guide-page .letter-bonnet {
  margin-bottom: 20px;
}

/* .bloc-size-guide */

.bloc-size-guide {
  margin-bottom: 30px;
  border: 3px solid #f5f5f5;
  overflow: auto;
}
.bloc-size-guide h2 {
  font-size: 15px;
  line-height: 15px;
  border-bottom: 3px solid #f5f5f5;
  margin: 0;
  padding: 12px 15px;
  color: #eb7783;
}
.bloc-size-guide table {
  width: 100%;
  margin: 0 !important;
}
.bloc-size-guide table tr:last-child td {
  border: none;
}
.bloc-size-guide table td {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 25px;
  font-size: 13px;
  text-align: left;
}
.bloc-size-guide table td img {
  margin-right: 5px;
}
.bloc-size-guide table td.td-img {
  width: 215px;
  padding: 0;
  border: none;
}
.bloc-size-guide table thead th {
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  font-weight: normal;
  color: #bfbfbf;
  padding: 15px 25px;
}
.bloc-size-guide table tbody th {
  border-bottom: 1px solid #eaeaea;
  background: #fafafa;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 0 25px;
}
.bloc-size-guide table tbody th.last {
  border: none;
}


@media screen and (max-width: 1024px) {

  .size-guide-page {
    padding: 0 20px;
  }

}