/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * Utils importer votre fichier de variables ici
 *
 */
select {
  width: 100%;
}

.wp-block-create-block-objets-connexes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 15px;
  border: 1px solid rgb(21, 71, 158);
  padding: 20px;
  width: 600px;
}
.wp-block-create-block-objets-connexes .link-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: rgb(21, 71, 158);
  gap: 35px;
}
.wp-block-create-block-objets-connexes .link-container__link {
  position: relative;
  color: inherit;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  width: 100%;
  height: 50px;
  gap: 15px;
}
.wp-block-create-block-objets-connexes .link-container__link__p {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.wp-block-create-block-objets-connexes .link-container__link__p::after {
  content: ">";
}
.wp-block-create-block-objets-connexes .link-container__link::before {
  content: attr(data-type);
  width: 150px;
  height: 50px;
  background-color: rgb(21, 71, 158);
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 769px) {
  .wp-block-create-block-objets-connexes {
    width: 100%;
    gap: 30px;
  }
  .wp-block-create-block-objets-connexes .link-container__link {
    height: initial;
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style-index.css.map*/