
.sizes-page {
  color: #000;
  padding: 20px 30px 100px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  font-family: GothamPro, 'Open Sans', sans-serif;
}

.sizes-page h1 {
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #000;
  font-weight: 400;
  vertical-align: baseline;
}

.sizes-page h2 {  
  margin-bottom: 1em;
  font-size: 1.3125rem;
  line-height: 1em;
  color: #000;
  font-weight: normal;
}

.sizes-page h3.title-small {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1em;
  color: #000;
  font-weight: normal;
}

.sizes-page p {
  margin-bottom: 24px;
  line-height: 1.588em;
}

.sizes-page a {
  color: #000;
  text-decoration: none;
}

.toggle-list .toggle-list__item > h3 {
  margin-bottom: 0.9375rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7b7b7;
  font-weight: 700;
  font-size: 1.3125rem;
  position: relative;
  cursor: pointer;
}

.toggle-list .toggle-list__item > h3:before {
  content: '';
  position: absolute;
  z-index: 3;
  right: 0;
  background: #575757;
  height: 0.5625rem;
  width: 0.0625rem;
  top: 0.4375rem;
  right: 0.25rem;
}

.toggle-list .toggle-list__item > h3[aria-expanded=true]:before {
  display: none;
}

.toggle-list .toggle-list__item > h3:after {
  content: '';
  position: absolute;
  z-index: 3;
  right: 0;
  background: #575757;
  width: 0.5625rem;
  height: 0.0625rem;
  top: 0.6875rem;
}

.toggle-list__toggle-content {
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.toggle-list__img-block {
  position: relative;
  width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  color: #575757;
}

.toggle-list__img-block img {
  margin: 25px auto;
  text-align: center;
  height: auto;
}

.toggle-list__img-block .point1 {
  position: absolute;
  top: 8%;
  left: 19%;
}

.toggle-list__img-block .point2 {
  position: absolute;
  top: 6%;
  right: 12%;
}

.bloc_bebe .toggle-list__img-block .point3 {
  position: absolute;
  top: 46%;
  right: 7%;
}

.bloc_fille .toggle-list__img-block .point3 {
  position: absolute;
  top: 29%;
  right: 7%;
}

.bloc_garson .toggle-list__img-block .point2 {
  position: absolute;
  top: 4%;
  right: 12%;
}

.bloc_garson .toggle-list__img-block .point3 {
  position: absolute;
  top: 29%;
  right: 9%;
}

.bloc_garson .toggle-list__img-block .point4 {
  position: absolute;
  top: 38%;
  right: 7%;
}

.bloc_garson .toggle-list__img-block .point5 {
  position: absolute;
  top: 47%;
  right: 8%;
}

.bloc_mj .toggle-list__img-block .point2 {
  position: absolute;
  top: 4%;
  right: 12%;
}

.bloc_mj .toggle-list__img-block .point3 {
  position: absolute;
  top: 25%;
  right: 8%;
}

.bloc_mj .toggle-list__img-block .point4 {
  position: absolute;
  top: 37%;
  right: 7%;
}

.bloc_mj .toggle-list__img-block .point5 {
  position: absolute;
  top: 44.5%;
  right: 6%;
}

.toggle-list__img-block .point4 {
  position: absolute;
  top: 41%;
  right: 7%;
}

.toggle-list__img-block .point5 {
  position: absolute;
  top: 50%;
  right: 6%;
}

.sizes-page__tables {
  display: flex;
  flex-wrap: wrap;
}
.sizes-page table {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  outline: 1px solid #8798bf;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.sizes-page table tr {
  border-bottom: 1px solid #d8deed;
}

.sizes-page table tr:hover {
  background-color: #EAEDF4;
}

.sizes-page table th {
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  background-color: #eceded;
  height: 40px;
  vertical-align: middle;
}
.sizes-page table th, 
.sizes-page table td {
  text-align: center;
  padding: 1.5%;
  position: relative;
}

.sizes-page .tables02 {
  width: 30%;
  margin-right: 5%;
}

.sizes-page .tables03 {
  width: 28%;
  margin-right: 5%;
}

.sizes-page .tables04 {
  width: 28%;
  margin-right: 5%;
  width: 24%;
}

@media all and (max-width: 1024px) {
  .j-wrapper-content {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .sizes-page table th, 
  .sizes-page table td {
    font-size: 11px;
    line-height: 13px;
  }

  .sizes-page .tables02,
  .sizes-page .tables03,
  .sizes-page .tables04 {
    width: 100%;
    margin-right: 0;
  }

  .toggle-list__img-block {
    width: 320px;
    margin: 0;
  }

  .toggle-list__img-block img {
    width: 35%;
    margin-left: 20%;
  }
  
  .toggle-list__img-block span {
    font-size: 12px;
    max-width: 112px;
  }

  .toggle-list__img-block .point1 {
    top: 10%;
    left: 3%;
  }

  .toggle-list__img-block .point2 {
    top: 6%;
    right: 16%;
  }

  .bloc_fille .toggle-list__img-block .point2 {
    top: 4%;
    right: 19%;
  }

  .bloc_bebe .toggle-list__img-block .point3 {
    top: 47%;
    right: 11%;
  }

  .bloc_fille .toggle-list__img-block .point3 {
    top: 29%;
    right: 13%;
  }

  .toggle-list__img-block .point4 {
    top: 40%;
    right: 14%;
  }

  .toggle-list__img-block .point5 {
    top: 50%;
    right: 15%;
  }

  .bloc_garson .toggle-list__img-block .point2  {
    top: 4%;
    right: 21%;
  }

  .bloc_garson .toggle-list__img-block .point3 {
    top: 28%;
    right: 16%;
  }

  .bloc_garson .toggle-list__img-block .point4 {
    top: 39%;
    right: 16%;
  }

  .bloc_garson .toggle-list__img-block .point5 {
    top: 47%;
    right: 17%;
  }

  .bloc_mj .toggle-list__img-block .point2 {
    top: 4%;
    right: 20%;
  }

  .bloc_mj .toggle-list__img-block .point3 {
    top: 24%;
    right: 15%;
  }

  .bloc_mj .toggle-list__img-block .point4 {
    top: 36%;
    right: 15%;
  }

  .bloc_mj .toggle-list__img-block .point5 {
    top: 43.5%;
    right: 15%;
  }
  
}