@charset "UTF-8";
a:focus {
  color: inherit;
}
.has-text-color > a {
  color: inherit;
}

.wp-block-button__link:focus {
  color: white;
}

strong, b {
  font-weight: 700;
}

.is-provider-youtube, iframe[src*=youtube] {
  display: block;
  margin: auto;
  width: 700px;
  height: 393px;
}
@media (max-width: 767px) {
  .is-provider-youtube, iframe[src*=youtube] {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}

body {
  padding: 0 !important;
}
@media (max-width: 575px) {
  body #main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.tag {
  display: block;
  text-align: unset;
  color: #575756;
  font-size: inherit;
  font-weight: inherit;
  white-space: normal;
  line-height: normal;
}
body .wp-block-group ul:not(.wp-block-post-template) {
  list-style: disc;
  padding-left: 30px;
}
@media (max-width: 767px) {
  body .wp-block-group ul.wp-block-post-template li > .wp-block-group {
    flex-direction: column;
  }
}
body .wp-block-group ul.wp-block-post-template li > .wp-block-group .post-abstract {
  width: 100%;
}
body .wp-block-group ul.wp-block-post-template li > .wp-block-group .post-abstract .wp-block-read-more {
  border-radius: 5px;
  background: #B069A8;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #B069A8;
  font-size: 1rem;
}
body .wp-block-group ul.wp-block-post-template li > .wp-block-group figure {
  width: 228px;
}
@media (max-width: 767px) {
  body .wp-block-group ul.wp-block-post-template li > .wp-block-group figure {
    width: 100%;
  }
}
body .wp-block-group ul.wp-block-post-template li > .wp-block-group figure + .post-abstract {
  width: calc(100% - 270px);
}
@media (max-width: 767px) {
  body .wp-block-group ul.wp-block-post-template li > .wp-block-group figure + .post-abstract {
    width: 100%;
  }
}
body .block-author p {
  margin-bottom: 0 !important;
}
body.single-post .block-author {
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  padding: 5px 0;
  margin-top: 20px !important;
}
body.single-post .wp-block-post-featured-image {
  max-width: 80%;
}
body.single-post .addtoany_share_save_container {
  margin-top: 60px;
  padding: 0 20px;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.single-post .addtoany_share_save_container .a2a_kit, body.single-post .addtoany_share_save_container .addtoany_header {
  margin-bottom: 17px;
  margin-top: 20px;
  font-weight: 500;
}
body.single-post .addtoany_share_save_container .a2a_kit {
  opacity: 0.8;
}
body.single-post .taxonomy-post_tag a {
  color: #B069A8;
}
body.single-post .taxonomy-post_tag a::before {
  content: "#";
}
body.single-post #commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.single-post #commentform #email-notes {
  display: none;
}
body.single-post #commentform .required-field-message {
  font-style: italic;
  font-size: 0.8rem;
}
body.single-post #commentform .comment-form-comment {
  width: 100%;
}
body.single-post #commentform .comment-form-author, body.single-post #commentform .comment-form-email, body.single-post #commentform .comment-form-url {
  width: 30%;
}
@media (max-width: 767px) {
  body.single-post #commentform .comment-form-author, body.single-post #commentform .comment-form-email, body.single-post #commentform .comment-form-url {
    width: 100%;
  }
}
body.single-post #commentform .comment-form-author label, body.single-post #commentform .comment-form-email label, body.single-post #commentform .comment-form-url label {
  text-align: left;
}
body.single-post #commentform .comment-form-cookies-consent {
  align-items: center;
}
body.single-post #commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
  text-align: left;
}
body.single-post #commentform .form-submit {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.wp-block-details {
  margin-bottom: 1rem;
}
.wp-block-details + .wp-block-details {
  margin-top: -0.5rem;
}
.wp-block-details summary {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wp-block-details summary::after {
  content: "▼";
  display: block;
}
.wp-block-details[open] summary::after {
  content: "▲";
}

.block-pub .pub-icon {
  color: #fff !important;
  font-size: 32px;
  border-radius: 50%;
  background: #B069A8;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-pub .wp-block-heading {
  color: var(--wp--preset--color--color-1) !important;
}

.tpl_pub,
#cms #main .tpl_pub {
  width: 100%;
  text-align: left;
  margin: 30px 0;
  background: #F5ECF4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 !important;
}
.tpl_pub .tpl_pub_img,
.tpl_pub .tpl_pub_info,
#cms #main .tpl_pub .tpl_pub_img,
#cms #main .tpl_pub .tpl_pub_info {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 767px) {
  .tpl_pub .tpl_pub_img,
  .tpl_pub .tpl_pub_info,
  #cms #main .tpl_pub .tpl_pub_img,
  #cms #main .tpl_pub .tpl_pub_info {
    width: 100%;
    text-align: center;
  }
}
.tpl_pub .tpl_pub_img,
#cms #main .tpl_pub .tpl_pub_img {
  text-align: center;
}
@media (max-width: 767px) {
  .tpl_pub .tpl_pub_img,
  #cms #main .tpl_pub .tpl_pub_img {
    padding-bottom: 15px;
  }
}
.tpl_pub .tpl_pub_info .tpl_pub_titre,
#cms #main .tpl_pub .tpl_pub_info .tpl_pub_titre {
  font-weight: bold;
  margin-bottom: 3px !important;
  margin-top: 0;
  padding-top: 0 !important;
  text-align: left;
}
@media (max-width: 767px) {
  .tpl_pub .tpl_pub_info .tpl_pub_titre,
  #cms #main .tpl_pub .tpl_pub_info .tpl_pub_titre {
    text-align: center;
  }
}
.tpl_pub .tpl_pub_info .tpl_pub_titre a:hover,
#cms #main .tpl_pub .tpl_pub_info .tpl_pub_titre a:hover {
  color: var(--wp--preset--color--color-1);
}
.tpl_pub .tpl_pub_info .tpl_pub_soustitre,
#cms #main .tpl_pub .tpl_pub_info .tpl_pub_soustitre {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 5px !important;
}
.tpl_pub .tpl_pub_info .tpl_pub_texte,
#cms #main .tpl_pub .tpl_pub_info .tpl_pub_texte {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .tpl_pub .tpl_pub_info .wp-block-buttons,
  #cms #main .tpl_pub .tpl_pub_info .wp-block-buttons {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */