#info-comple>div:nth-child(1) {
  width: 100%;
}

#accordeon {
  min-height: 0;
  display: inline-block;
  position: relative;
  margin: 0;
  background-color: #fefffa;
  box-sizing: border-box;
  transform: translate(0, 0);
  left: 0;
  width: 100%;
}

#accordeon label {
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  width: 100%;
  border-radius: 30px;
  background: #B9D118;
  padding: 0.6em 0.8em;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Upgrade', 'sans serif';
  text-transform: uppercase;
}

#accordeon li article {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  color: #666;
  margin: 1em 0;
}

#accordeon li article p {
  margin-left: 1.5em;
}

#info-comple #accordeon li article p {
  margin-left: 1.5em;
  font-size: 14px;
}

#accordeon article,
#accordeon ul li i:before,
#accordeon ul li i:after {
  transition: all 0.25s ease-in-out;
}

#accordeon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#accordeon ul li {
  position: relative;
  margin: 0;
  padding: 1em 0 0.2em;
}

#accordeon ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 0;
  right: 55px;
  top: 33px;
}

#accordeon ul li i:before,
#accordeon ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 20px;
  border-radius: 2px;
}

#accordeon ul li i:before {
  transform: translate(22px, 0) rotate(45deg);
}

#accordeon ul li i:after {
  transform: translate(10px, 0) rotate(-45deg);
}

#accordeon ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

#accordeon ul li input[type=checkbox]:checked~article {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  margin: 0;
}

#accordeon ul li input[type=checkbox]:checked~i:before {
  margin-left: 15px;
  height: 25px;
  transform: translate(18px, -8px) rotate(90deg);
}

#accordeon ul li input[type=checkbox]:checked~i:after {
  margin-left: 15px;
  height: 25px;
  transform: translate(18px, -8px) rotate(-180deg);
}

#accordeon ul li:nth-of-type(1) {
  border-top: none;
  animation-delay: 0.5s;
}

#accordeon ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}

#accordeon ul li:nth-of-type(3) {
  animation-delay: 1s;
}

#accordeon ul li:last-of-type {
  padding-bottom: 0;
}

#accordeon li {
  animation: bounceInUp 1s ease both;
}

#reco-prod ul {
  list-style: disc;
  margin-left: 1.3em;
}

#reco-prod ul li {
  margin-left: 1.5em;
  color: #B9D118;
  margin-bottom: 0.3em;
}

#reco-prod ul li::before {
  content: url(https://ecommerce.alencrebleue.com//wp-content/themes/inospir/img/puce-liste.png);
  margin-left: -1.3em;
  padding-right: 0.5em;
}

#reco-prod ul li span {
  color: #000;
  font-size: 14px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:768px) {}

@media only screen and (max-width:1023px) {

  .p1,
  .p2 {
    padding: 0;
  }

}

@media only screen and (min-width:320px) and (max-width: 1024px) {}

@media only screen and (min-width:320px) and (max-width: 600px) {}

@media only screen and (min-width:320px) and (max-width: 599px) {}

@media only screen and (min-width:320px) and (max-width: 431px) {}

@media only screen and (min-width:432px) and (max-width: 479px) {}

@media only screen and (min-width:432px) and (max-width: 480px) {}

@media only screen and (min-width:481px) and (max-width: 601px) {}

@media only screen and (min-width:480px) {
  #accordeon label {
    font-size: 24px;
  }

  #accordeon ul li input[type=checkbox]:checked~i:before {
    margin-top: 9px;
    margin-left: initial;
  }

  #accordeon ul li input[type=checkbox]:checked~i:after {
    margin-top: 9px;
    margin-left: initial;
  }
}

@media only screen and (min-width:600px) and (max-width: 1023px) {}

@media only screen and (min-width:720px) and (max-width: 1023px) {}

@media only screen and (min-width:600px) and (max-width: 1199px) {}

@media only screen and (min-width:601px) and (max-width: 1199px) {}

@media only screen and (min-width:720px) and (max-width: 1199px) {}

@media only screen and (min-width:480px) and (max-width: 599px) {}

@media only screen and (min-width:600px) and (max-width: 719px) {}

@media only screen and (min-width:720px) and (max-width: 767px) {}

@media only screen and (min-width:768px) and (max-width: 854px) {}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:360px) {}

@media only screen and (min-width:384px) and (max-width: 1024px) {}

@media only screen and (min-width:480px) and (max-width: 1024px) {}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width:600px) {}

@media only screen and (min-width:720px) {}

@media (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1200px) {}

@media (min-width: 801px) {}

@media (min-width: 992px) {}

@media (min-width: 1024px) {}

@media screen and (min-width: 481px) and (max-width: 991px) {}

@media screen and (min-width: 1024px) and (max-width:1040px) {}

@media screen and (min-width: 1024px) and (max-width: 1199px) {}

@media screen and (min-width: 1200px) {
  #accordeon {
    padding: 0 0 1em;
  }
}

@media only screen and (max-width:680px) {}

@media screen and (min-width: 1024px) {}