/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/styles/styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.promo-sidebar a:link,
.promo-sidebar a:visited {
  color: #fff;
}

.home .wp-block-columns.a-la-une {
  gap: 1rem;
}
.home .wp-block-columns.a-la-une .wp-block-column {
  margin-bottom: 0 !important;
}
.home .wp-block-columns.a-la-une .wp-block-column iframe {
  width: 100%;
  max-width: 100%;
}
.home .wp-block-columns.a-la-une .wp-block-column .wp-block-group.is-vertical {
  gap: 1rem;
}

.home .videos-recentes {
  justify-content: space-between;
}
.home .videos-recentes a {
  color: var(--global-title-color);
  text-decoration: none;
}
@media screen and (min-width: 374px) {
  .home .videos-recentes p {
    margin-top: 3.5rem;
  }
}

.home .wp-block-query-video {
  margin-top: 0;
}

body.archive .main-content .surtitre {
  margin-bottom: 0;
}
body.archive .main-content .pagination {
  margin-top: 40px;
}

.wp-block-query-video .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

body.home .video,
body.archive .video {
  position: relative;
  height: -moz-min-content;
  height: min-content;
  cursor: pointer;
}
body.home .video:before,
body.archive .video:before {
  content: "";
  display: block;
  background: url(../assets/icones/bouton-lecture.png) no-repeat transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
body.home .video:hover:before,
body.archive .video:hover:before {
  opacity: 0.9;
}
body.home .video .entry-title,
body.archive .video .entry-title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
body.home .video .entry-title a,
body.archive .video .entry-title a {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: none;
  width: calc(90% - 80px);
  display: block;
}
body.home .video .thumbnail-container,
body.archive .video .thumbnail-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.9);
}
body.home .video .thumbnail-container img,
body.archive .video .thumbnail-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
body.home .video .categorie_principale,
body.archive .video .categorie_principale {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 40px;
  pointer-events: none;
  cursor: pointer;
  background-color: #0079be;
}
body.home .video .categorie_principale:empty,
body.archive .video .categorie_principale:empty {
  display: none;
  padding: 0;
  margin: 0;
}
body.home .video .categorie_principale.videos-promo-institutionnelles,
body.archive .video .categorie_principale.videos-promo-institutionnelles {
  background-color: #0a55a0;
}
body.home .video .categorie_principale.etudiants,
body.archive .video .categorie_principale.etudiants {
  background-color: #019be1;
}
body.home .video .categorie_principale.communication,
body.archive .video .categorie_principale.communication {
  background-color: #eeb111;
}
body.home .video .categorie_principale.politique-et-droit,
body.archive .video .categorie_principale.politique-et-droit {
  background-color: #336699;
}
body.home .video .categorie_principale.arts,
body.archive .video .categorie_principale.arts {
  background-color: #7b7d72;
}
body.home .video .categorie_principale.sciences,
body.archive .video .categorie_principale.sciences {
  background-color: #40b239;
}
body.home .video .categorie_principale.sciences-humaines,
body.archive .video .categorie_principale.sciences-humaines {
  background-color: #a1006b;
}
body.home .video .categorie_principale.education,
body.archive .video .categorie_principale.education {
  background-color: #f36621;
}
body.home .video .categorie_principale.gestion,
body.archive .video .categorie_principale.gestion {
  background-color: #ad2113;
}

@media screen and (min-width: 1200px) {
  .wp-block-query-video .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.single-video .infos {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
  margin-bottom: 30px;
  line-height: 1em;
}
.single-video .infos .date {
  border-right: 1px solid #bfbfbf;
  padding-right: 20px;
  margin-right: 20px;
}
.single-video .series {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.single-video .series .serie {
  font-weight: normal;
}
.single-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1.5rem !important;
}
.single-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=theme.css.map*/