/**
 * 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.
 */
.wp-block-allo18-blocks {
  background-color: var(--wp-admin-theme-color);
  color: #fff;
  padding: 2px;
}
/**
 * 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.
 */
.wp-block-allo18-blocks-image-feature {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.wp-block-allo18-blocks-image-feature .attachment-post-thumbnail, .wp-block-allo18-blocks-image-feature img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
 * 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.
 */
.wp-block-allo18-blocks-calameo {
  padding: 2px;
}

.wp-block-allo18-blocks-calameo embed, .wp-block-allo18-blocks-calameo iframe, .wp-block-allo18-blocks-calameo object {
  width: 100%;
}
/**
 * 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.
 */
/**
 * 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.
 */
.wp-block-allo18-blocks-list-articles-by-category, .wp-block-allo18-blocks-list-article {
  padding: 2px;
}
.wp-block-allo18-blocks-list-articles-by-category .titleCat, .wp-block-allo18-blocks-list-article .titleCat {
  padding: 5px;
  width: 100%;
}
.wp-block-allo18-blocks-list-articles-by-category .imgBox, .wp-block-allo18-blocks-list-article .imgBox {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-allo18-blocks-list-articles-by-category .imgBox .attachment-post-thumbnail, .wp-block-allo18-blocks-list-article .imgBox .attachment-post-thumbnail {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
}
.wp-block-allo18-blocks-list-articles-by-category .imgBox img, .wp-block-allo18-blocks-list-article .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-allo18-blocks-list-articles-by-category .content, .wp-block-allo18-blocks-list-article .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.wp-block-allo18-blocks-list-articles-by-category .date, .wp-block-allo18-blocks-list-article .date {
  width: 100%;
}
.wp-block-allo18-blocks-list-articles-by-category .date.withImg, .wp-block-allo18-blocks-list-article .date.withImg {
  width: 5.714285714em;
  height: 5.714285714em;
  padding: 0.7em;
  background: #062c3f;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0;
}
.wp-block-allo18-blocks-list-articles-by-category .date.noImg, .wp-block-allo18-blocks-list-article .date.noImg {
  font-style: italic;
  font-size: 0.8em;
  text-align: left;
  margin-top: 5px;
  margin-left: 20px;
}
.wp-block-allo18-blocks-list-articles-by-category .date.noImg::before, .wp-block-allo18-blocks-list-article .date.noImg::before {
  content: "";
  border-top: 1px solid red;
  left: 20px;
  width: 75%;
  position: absolute;
}
.wp-block-allo18-blocks-list-articles-by-category .day, .wp-block-allo18-blocks-list-article .day {
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.9em;
  font-weight: 900;
  margin: 0.1em 0;
}
.wp-block-allo18-blocks-list-articles-by-category .list, .wp-block-allo18-blocks-list-article .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-allo18-blocks-list-articles-by-category .picto, .wp-block-allo18-blocks-list-article .picto {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 5px;
  position: relative;
}
.wp-block-allo18-blocks-list-articles-by-category .picto svg, .wp-block-allo18-blocks-list-article .picto svg {
  position: absolute;
  top: 0;
}
.wp-block-allo18-blocks-list-articles-by-category .picto::before, .wp-block-allo18-blocks-list-article .picto::before {
  content: "";
  z-index: 1;
  background: #062c3f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.wp-block-allo18-blocks-list-articles-by-category .elt, .wp-block-allo18-blocks-list-article .elt {
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
}
.wp-block-allo18-blocks-list-articles-by-category .elt a, .wp-block-allo18-blocks-list-article .elt a {
  color: #000;
}
.wp-block-allo18-blocks-list-articles-by-category .elt .title, .wp-block-allo18-blocks-list-article .elt .title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: bold;
}
.wp-block-allo18-blocks-list-articles-by-category .elt:hover img, .wp-block-allo18-blocks-list-article .elt:hover img {
  transform: scale(1.1);
}
.wp-block-allo18-blocks-list-articles-by-category .elt:hover .picto::before, .wp-block-allo18-blocks-list-article .elt:hover .picto::before {
  opacity: 1;
}
.wp-block-allo18-blocks-list-articles-by-category .elt:hover .title, .wp-block-allo18-blocks-list-article .elt:hover .title {
  color: red;
}
.wp-block-allo18-blocks-list-articles-by-category .col-1, .wp-block-allo18-blocks-list-article .col-1 {
  padding: 5px;
  width: 100%;
}
.wp-block-allo18-blocks-list-articles-by-category .col-2, .wp-block-allo18-blocks-list-article .col-2 {
  padding: 5px;
}
@media (min-width: 544px) {
  .wp-block-allo18-blocks-list-articles-by-category .col-2, .wp-block-allo18-blocks-list-article .col-2 {
    width: calc(100%/2);
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .wp-block-allo18-blocks-list-articles-by-category .col-3, .wp-block-allo18-blocks-list-article .col-3 {
    width: calc(100%/2);
  }
}
@media (min-width: 768px) {
  .wp-block-allo18-blocks-list-articles-by-category .col-3, .wp-block-allo18-blocks-list-article .col-3 {
    width: calc(100%/3);
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .wp-block-allo18-blocks-list-articles-by-category .col-4, .wp-block-allo18-blocks-list-article .col-4 {
    width: calc(100%/2);
  }
}
@media (min-width: 768px) {
  .wp-block-allo18-blocks-list-articles-by-category .col-4, .wp-block-allo18-blocks-list-article .col-4 {
    width: calc(100%/4);
  }
}
.wp-block-allo18-blocks-list-articles-by-category .firstFeatured, .wp-block-allo18-blocks-list-article .firstFeatured {
  width: 100%;
}
/**
 * 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.
 */
.wp-block-allo18-blocks-publicites {
  background-color: var(--wp-admin-theme-color);
}
/**
 * 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.
 */
.wp-block-allo18-blocks-credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wp-block-allo18-blocks-credits .rowCrd h2, .wp-block-allo18-blocks-credits h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-allo18-blocks-credits ul {
  margin-bottom: 10px;
}
.wp-block-allo18-blocks-credits .section {
  margin: 0 40px;
  width: 100%;
  max-width: calc(100% / 3 - 80px);
}
@media screen and (max-width: 700px) {
  .wp-block-allo18-blocks-credits .section {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1054px) {
  .wp-block-allo18-blocks-credits .section {
    max-width: calc(100% / 2 - 80px);
  }
}
.wp-block-allo18-blocks-credits .rowCrd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-block-allo18-blocks-credits .rowCrd .img {
  background: #00334b;
  margin-left: 10px;
  width: 100%;
  display: flex;
}
/**
 * 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.
 */
.wp-block-allo18-blocks-auteur {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  margin-bottom: 30px;
}
.wp-block-allo18-blocks-auteur .imgBox {
  overflow: hidden;
  position: relative;
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  border-radius: 50px;
  box-shadow: 1px 2px 6px 2px #00000061;
  margin-right: 10px;
}
.wp-block-allo18-blocks-auteur img, .wp-block-allo18-blocks-auteur .attachment-post-thumbnail, .wp-block-allo18-blocks-auteur .adh {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-allo18-blocks-auteur .imgDiv, .wp-block-allo18-blocks-auteur .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-allo18-blocks-auteur .imgDiv {
  position: absolute;
}
.wp-block-allo18-blocks-auteur .adh {
  width: 40px;
}
.wp-block-allo18-blocks-auteur .auteur {
  font-weight: bold;
}

/*# sourceMappingURL=style-index.css.map*/