/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/search-form-annuaire-activites/search-form-annuaire-activites.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.ric-search-form > label {
  display: block;
}
.ric-search-form ul {
  display: flex;
  flex-flow: wrap;
  margin: 1rem 0;
  padding: 1rem;
}
.ric-search-form ul li {
  display: inline-block;
  margin: 0;
  padding: 1rem;
}

.ric-field-wrapper > span {
  display: block;
}

.ric-results {
  padding: 0;
  list-style: none;
}
.ric-results [class^=ric-item],
.ric-results [class*=" ric-item"] {
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}
.ric-results [class^=ric-item] .ric-selection-button,
.ric-results [class*=" ric-item"] .ric-selection-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ric-results .ric-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .layout-grid .ric-results {
    display: flex;
    flex-flow: wrap;
  }
  .layout-grid .ric-results li {
    width: 30%;
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
  }
  .layout-grid .ric-results li:nth-child(3n) {
    margin-right: 0;
  }
  .layout-feature .ric-results {
    display: block;
  }
  .layout-feature .ric-results li {
    float: left;
    width: 30%;
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
    max-width: none;
  }
  .layout-feature .ric-results li:nth-child(2),
.layout-feature .ric-results li:nth-child(3),
.layout-feature .ric-results li:nth-child(5),
.layout-feature .ric-results li:nth-child(6),
.layout-feature .ric-results li:nth-child(8),
.layout-feature .ric-results li:nth-child(9),
.layout-feature .ric-results li:nth-child(11),
.layout-feature .ric-results li:nth-child(12) {
    width: calc(40% - 20px);
  }
  .layout-feature .ric-results li:first-child,
.layout-feature .ric-results li:nth-child(7) {
    height: 500px;
    width: 60%;
    font-size: 1.2em;
  }
  .layout-feature .ric-results li:nth-child(4),
.layout-feature .ric-results li:nth-child(10) {
    height: 500px;
    width: 60%;
    float: right;
    font-size: 1.2em;
  }
}

.ric-clear {
  display: block;
  content: " ";
  clear: both;
}

.ric-results.layout-grid {
  display: grid;
  grid-row-gap: 15px;
}
@media screen and (min-width: 782px) {
  .ric-results.layout-grid {
    grid-column-gap: 15px;
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (min-width: 1001px) {
  .ric-results.layout-grid {
    grid-template-columns: repeat(3, 32%);
  }
}

.ric-counter {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
  background-color: #666;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  font-size: 0.9em;
}

/*# sourceMappingURL=search-form-annuaire-activites.css.map*/