.section {
  margin: 50px -25px;
  padding: 0 25px 25px 25px;
  border-top: 1px solid #ddd;
  background: var(--accentcolor);
  color: rgba(255, 255, 255, .85);
  text-align:center;
}
.section p {
  max-width: 590px;
}
.section.rouge {
  background: #e52727;
}
.section.violet {
  background: #6f2282;
}
.section.bleu {
  background: #3878db;
}
.section.vert {
  background: #8dbe22;
}
.section.jaune {
  background: #f7a712;
}
/*
.section h2 {
  margin:0 auto;
  font-size:2.3rem;
  line-height:2.5rem;
}
*/

@media only screen and (min-width: 840px) {
}
.items {
  margin: 50px -25px;
}
.items .wrapper {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.items .wrapper:first-child {
  border-top: none;
}
.items .imageWrapper {
  flex: 0 0 33.333333333%;
  padding:15px 10px 15px 25px;
}
.items a {
  color: inherit;
}
.items .textWrapper {
  flex: 0 0 66.666666667%;
  padding:15px 25px 15px 10px;
}
@media only screen and (min-width: 840px) {
  .items {
    max-width: 840px;
    margin: 0 auto;
  }
  .items .imageWrapper {
    padding-left: 15px;
  }
  .items .textWrapper {
    padding-right: 15px;
  }
}


.tampon {
  margin: 0 auto;
  text-align:center;
}
.tampon  img {
  width: 180px;
}

.soutiens {
  display: flex;
  flex-wrap: wrap;
}
.resultat {
  flex: 0 0 33.333333333%;
  padding:0 10px;
  margin-bottom:50px;
  text-align:center;
}
.resultat h2 {
  margin: 10px 0;
}

.combo {
  position: relative;
}
.combo input[type="text"] {
  padding-left: 10px;
  padding-right: 90px;
  text-align: left;
  color: #241c15;
}

.combo-search {
  position:absolute;
  right:0;
  top: 0;
  width: 50px;
  height:38px;
  padding: 2px 0;
  line-height:38px;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #666;
  border-color: #666;
  border-left:none;
  color: #000;
  text-indent: -999em;
  text-align:left;
  cursor: pointer;
}
.combo-search::after {
  font-family: "Font Awesome 5 Pro";
  font-weight:400;
  content: "\f002";
  color: #fff;
  text-indent:0;
  display:block;
  position:absolute;
  right:0;
  top: 0;
  width: 50px;
  text-align:center;
}

.combo-cancel {
  position:absolute;
  right:50px;
  top: 0;
  width: 40px;
  height:38px;
  padding: 2px 0;
  line-height:38px;
  display: block;
  border-radius: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #eee;
  border-left: none;;
  border-right: none;
  text-indent: -999em;
  text-align:left;
  cursor: pointer;
}
.combo-cancel::after {
  font-family: "Font Awesome 5 Pro";
  font-weight:400;
  content: "\f00d";
  color: #666;
  text-indent:0;
  display:block;
  position:absolute;
  right:0;
  top: 0;
  width: 40px;
  text-align:center;
}
