:root {
  --primary: #EB600D;
  --white: #fff;
  --black: #000;
  --grey: #787878;
  --beige: #E7E7DF;
  --title: "Fjalla One";
}

.section-title {
  background-color: var(--primary);
  padding: 45px 15px;
  text-align: center;
}
.section-title h1 {
  color: var(--white);
}

.container {
  width: 1235px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 4rem 0 3rem;
  list-style: none;
}
.breadcrumb li {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb li:nth-child(n+2) {
  padding: 0 0 0 20px;
}
.breadcrumb li:nth-child(n+2) a:before {
  content: "";
  position: absolute;
  left: -14.5px;
  top: calc(50% - 2px);
  width: 12px;
  height: 2px;
  background: #D9D9D9;
}
.breadcrumb li:nth-child(n+2) span:before {
  content: "";
  position: absolute;
  left: -15px;
  top: calc(50% - 2px);
  width: 12px;
  height: 2px;
  background: var(--black);
}
.breadcrumb li a {
  color: #D9D9D9;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--title);
  position: relative;
}
.breadcrumb li span {
  color: var(--black);
  font-family: var(--title);
  position: relative;
}

.post-navigation {
  margin: 2rem auto;
  padding: 24px 0;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation > div {
  flex: 0 0 50%;
}
.post-navigation > div:last-child {
  display: flex;
  justify-content: flex-end;
}
.post-navigation > div:last-child a:before {
  display: none;
}
.post-navigation > div:last-child a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/chevron-left.png) no-repeat scroll 50% transparent;
  background-size: contain;
  transform: rotate(180deg);
}
.post-navigation > div a {
  color: #ADADAD;
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: 0.5s ease 0s;
}
.post-navigation > div a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/chevron-left.png) no-repeat scroll 50% transparent;
  background-size: contain;
}
.post-navigation > div a:hover {
  color: var(--primary);
}

.pagination {
  margin: 3rem auto 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination a {
  border-radius: 50%;
  background-color: var(--white);
  color: #737373;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  transition: 0.5s ease 0s;
}
.pagination a:hover {
  background-color: #E7E7DF;
}
.pagination a.next, .pagination a.prev {
  width: auto;
}
.pagination a.next:hover, .pagination a.prev:hover {
  background-color: var(--white);
}
.pagination span {
  border-radius: 50%;
  background-color: #E7E7DF;
  color: #737373;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
}

body .product-tag-a-paraitre,
body .product-tag-nouveaute {
  background: var(--primary);
}
body .mkdf-centered-type {
  background-image: none;
  background-color: var(--primary);
}
body .mkdf-centered-type h1 {
  color: var(--white);
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded {
  margin: 4rem auto 0 !important;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li {
  margin: 0 2px;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #737373 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background-color: var(--white) !important;
  opacity: 1;
  transition: 0.5s ease 0s;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li a:hover {
  background-color: #E7E7DF !important;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li.vc_grid-active > a {
  background-color: #E7E7DF !important;
}
@media screen and (max-width: 992px) {
  body .products.columns-3 .product {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  body .products.columns-3 .product {
    width: 100%;
  }
}

body .widget_instagram-feed-widget h3 {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px !important;
  padding-bottom: 25px !important;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0;
}
body .widget_instagram-feed-widget #sb_instagram .sbi_photo:hover:after {
  background-color: var(--primary);
  opacity: 0.9;
}

body .main-slider .vc_item {
  height: 33.3333333333vw !important;
  /*min-height: 650px;*/
}
/* @media screen and (max-width: 1360px) {
	body .main-slider .vc_item {
		min-height: inherit;
	}
} */
@media screen and (max-width: 768px) {
  body .main-slider .vc_item {
    height: 60vw !important;
  }
}
body .main-slider .vc_item * {
  height: 100%;
}
body .main-slider .vc_item .vc_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-slider .vc_item img {
  max-width: inherit;
  width: auto;
}
body .main-slider .vc_item.vc_active .vc_inner {
  z-index: 2;
  position: relative;
}
body .main-slider .vc_carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #636363;
  background-color: var(--white);
  opacity: 1;
  margin: 0 6px;
  transition: 0.5s ease 0s;
}
body .main-slider .vc_carousel-indicators li.vc_active {
  width: 16px;
  height: 16px;
  border: 1px solid #636363;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  transform: translate(0px, 1px);
}
body .main-slider .vc_carousel-indicators li:hover {
  width: 16px;
  height: 16px;
  border: 1px solid #636363;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
body .main-slider .vc_carousel-control.vc_left {
  z-index: 3;
  background: url(../img/arrow-rounded-prev.png) no-repeat scroll 50% var(--primary);
  background-size: contain;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block !important;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  body .main-slider .vc_carousel-control.vc_left {
    display: none !important;
  }
}
body .main-slider .vc_carousel-control.vc_left span {
  display: none;
}
body .main-slider .vc_carousel-control.vc_right {
  z-index: 3;
  background: url(../img/arrow-rounded-next.png) no-repeat scroll 50% var(--primary);
  background-size: contain;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block !important;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  body .main-slider .vc_carousel-control.vc_right {
    display: none !important;
  }
}
body .main-slider .vc_carousel-control.vc_right span {
  display: none;
}
body #rev_slider_24_1_wrapper .tp-leftarrow.erinyen {
  background: url(../img/arrow-rounded-prev.png) no-repeat scroll 50% var(--primary);
  background-size: contain;
}
body #rev_slider_24_1_wrapper .tp-leftarrow.erinyen::before {
  opacity: 0;
  visibility: hidden;
}
body #rev_slider_24_1_wrapper .tp-rightarrow.erinyen {
  background: url(../img/arrow-rounded-next.png) no-repeat scroll 50% var(--primary);
  background-size: contain;
}
body #rev_slider_24_1_wrapper .tp-rightarrow.erinyen::before {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  body #rev_slider_24_1_wrapper .tp-rightarrow.erinyen {
    transform: rotate(0deg) translate(-10px, -50%) !important;
  }
}
body #rev_slider_24_1_wrapper .libella-nav .tp-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #636363;
  background-color: var(--white);
  opacity: 1;
  margin: 0 3px;
  transition: 0.5s ease 0s;
}
body #rev_slider_24_1_wrapper .libella-nav .tp-bullet.selected, body #rev_slider_24_1_wrapper .libella-nav .tp-bullet:hover {
  border: 1px solid #636363;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
@media screen and (max-width: 1024px) {
  body .carousel-video-with-button {
    padding: 0 30px;
  }
}
body .carousel-video-with-button:before {
  background: linear-gradient(180deg, #fff, #fff 80px, var(--primary) 80px, var(--primary) 100%);
}
body .carousel-video-with-button.single-item .owl-stage {
  display: flex;
  justify-content: center;
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage {
  display: flex;
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item {
  z-index: 1;
  display: flex;
  align-items: center;
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.center {
  z-index: 2;
  display: block;
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.center .mkdf-container-inner {
  max-width: 150%;
  width: 150%;
  transform: translate(-17.5%, 0);
}
@media screen and (max-width: 1024px) {
  body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.center .mkdf-container-inner {
    max-width: 100%;
    width: 100%;
    transform: translate(0, 0);
  }
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.center .mkdf-container-inner .video-with-button-holder .video-play-button {
  transform: scale(1);
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.center .mkdf-container-inner h3 {
  font-size: 26px;
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item .mkdf-container-inner {
  max-width: 50%;
  transform: translate(0, 0);
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item .mkdf-container-inner h3 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--white);
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item .mkdf-container-inner .video-with-button-holder {
  border: none;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #454545 0%, #090909 100%);
  box-shadow: 15.573px 15.573px 15.573px 0px rgba(0, 0, 0, 0.3);
}
body .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item .mkdf-container-inner .video-with-button-holder .video-play-button {
  transform: scale(0.4);
}
body .home-categories {
  background-color: var(--beige);
  padding: 0 15px 39px;
  position: relative;
}
body .home-categories:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: inherit;
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 5rem;
  background-color: var(--white);
}
body .home-categories:after {
  display: none !important;
}
@media screen and (max-width: 800px) {
  body .home-categories .vc_column_container.vc_col-sm-4 {
    width: 100%;
  }
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder {
  height: 180px;
  background: #FFF;
  box-shadow: 20.211px 20.211px 20.211px 0px rgba(0, 0, 0, 0.3);
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder:hover {
  box-shadow: 20.211px 20.211px 20.211px 0px rgba(0, 0, 0, 0.15);
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder .section-linkbanner-banner-image {
  height: auto;
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder .section-linkbanner-banner-text-holder {
  position: absolute;
  left: 0;
  top: inherit;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: var(--white);
  padding: 17px 10px;
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder .section-linkbanner-banner-text-holder .section-linkbanner-banner-text-inner {
  display: flex;
  align-items: center;
}
body .home-categories .vc_column_container.vc_col-sm-4 .vc_column-inner .section-linkbanner-banner-holder .section-linkbanner-banner-text-holder .section-linkbanner-banner-text-inner h3 {
  color: var(--black);
  font-family: "Zilla Slab";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.344px;
  text-transform: uppercase;
}
body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child::after {
  background-color: var(--primary);
}
body #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  padding: 0 !important;
}
@media screen and (max-width: 1250px) {
  body .widget_instagram-feed-widget.full-width {
    left: 0 !important;
    max-width: 100%;
  }
}
body ul.products .product-hover-effect {
  background: var(--primary);
  transition: 0.5s ease 0s;
}
body .archive article .mkdf-post-content a:focus .post-metas, body .archive article .mkdf-post-content a:focus h2, body .archive article .mkdf-post-content a:focus h3, body .archive article .mkdf-post-content a:hover .post-metas, body .archive article .mkdf-post-content a:hover h2, body .archive article .mkdf-post-content a:hover h3, body .mkdf-blog-list-holder article .mkdf-post-content a:focus .post-metas, body .mkdf-blog-list-holder article .mkdf-post-content a:focus h2, body .mkdf-blog-list-holder article .mkdf-post-content a:focus h3, body .mkdf-blog-list-holder article .mkdf-post-content a:hover .post-metas, body .mkdf-blog-list-holder article .mkdf-post-content a:hover h2, body .mkdf-blog-list-holder article .mkdf-post-content a:hover h3, body .mkdf-related-posts-holder article .mkdf-post-content a:focus .post-metas, body .mkdf-related-posts-holder article .mkdf-post-content a:focus h2, body .mkdf-related-posts-holder article .mkdf-post-content a:focus h3, body .mkdf-related-posts-holder article .mkdf-post-content a:hover .post-metas, body .mkdf-related-posts-holder article .mkdf-post-content a:hover h2, body .mkdf-related-posts-holder article .mkdf-post-content a:hover h3, body .page-template-blog-masonry article .mkdf-post-content a:focus .post-metas, body .page-template-blog-masonry article .mkdf-post-content a:focus h2, body .page-template-blog-masonry article .mkdf-post-content a:focus h3, body .page-template-blog-masonry article .mkdf-post-content a:hover .post-metas, body .page-template-blog-masonry article .mkdf-post-content a:hover h2, body .page-template-blog-masonry article .mkdf-post-content a:hover h3, body .related-articles ul li a:focus .news-metas, body .related-articles ul li a:focus h3, body .related-articles ul li a:hover .news-metas, body .related-articles ul li a:hover h3, body .search-container a.featured-authors-item-inner:focus h3, body .search-container a.featured-authors-item-inner:hover h3, body .single-post .mkdf-blog-holder article .single-post-heading .single-post-metas a:focus, body .single-post .mkdf-blog-holder article .single-post-heading .single-post-metas a:hover, body ul.products > .product .mkdf-pl-author-holder a:focus, body ul.products > .product .mkdf-pl-author-holder a:hover, body ul.products > .product .mkdf-product-list-title a:focus, body ul.products > .product .mkdf-product-list-title a:hover {
  color: var(--primary);
}

.container-agenda {
  display: none;
}

.home .carousel-video-with-button .owl-prev {
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  top: 0;
  opacity: 0;
}
.home .carousel-video-with-button .owl-next {
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  top: 0;
  opacity: 0;
}
.home .container-agenda {
  display: flex;
}
.home .container-agenda ul li {
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .home .container-agenda ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .home .container-agenda ul li {
    width: 100%;
  }
}
.home .container-agenda ul li h4 {
  text-align: left;
}

.home-list-event .vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
.home-list-event .vc_pageable-slide-wrapper .vc_grid-item-mini {
  max-height: 17rem;
}

.section-agenda .container {
  width: 1142px;
  max-width: 100%;
}

.list-event ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.list-event ul li {
  list-style: none;
  width: 25%;
  padding: 20px 12px;
}
@media screen and (max-width: 1024px) {
  .list-event ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .list-event ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .list-event ul li {
    width: 100%;
  }
}
.list-event ul li .event-post {
  background: var(--white);
  box-shadow: 10.21px 13.21px 30.21px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.list-event ul li .event-post .event-date {
  padding: 4px 7px;
  background-color: var(--primary);
  margin: 0 0 16px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0.263px;
}
.list-event ul li .event-post .event-responsable {
  color: var(--black);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.263px;
  margin: 0 0 8px;
  font-family: var(--title);
  font-size: 20px;
  text-transform: initial;
}
.list-event ul li .event-post .event-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  margin: 0 0 20px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}
.list-event ul li .event-post a.btn {
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 8px;
  border-radius: 0;
  color: var(--black);
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--title);
  transition: 0.5s ease 0s;
}
.list-event ul li .event-post a.btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.related-event ul li .news-content {
  background: var(--white);
  box-shadow: 10.21px 13.21px 30.21px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.related-event ul li .news-content .event-date {
  padding: 4px 7px;
  background-color: var(--primary);
  margin: 0 0 16px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0.263px;
}
.related-event ul li .news-content .event-responsable {
  color: var(--black);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.263px;
  margin: 0 0 8px;
  font-family: var(--title);
  font-size: 20px;
}
.related-event ul li .news-content .event-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  margin: 0 0 20px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}
.related-event ul li .news-content a.btn {
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 8px;
  border-radius: 0;
  color: var(--black);
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--title);
  min-height: inherit;
  box-shadow: none;
  transition: 0.5s ease 0s;
}
.related-event ul li .news-content a.btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.single-agenda .breadcrumb {
  width: 1270px;
  max-width: 100%;
  padding: 0 15px;
  margin: 1rem auto 2rem;
}
.single-agenda .event-meta {
  width: 1270px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.single-agenda .event-meta .event-date {
  text-transform: capitalize;
  color: #ADADAD;
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.single-agenda .container-small {
  width: 628px;
  max-width: 100%;
  margin: 1.5rem auto 3rem;
}
.single-agenda .container-small .attachment-post-thumbnail {
  width: 100%;
  margin: 0 auto 2rem;
}

.other-event {
  margin: 0 auto 3rem;
}

body.single-bibliotheque .woocommerce-tabs ul.tabs li a {
  padding: 0;
}
body.single-bibliotheque .woocommerce-tabs ul.tabs li a:before, body.single-bibliotheque .woocommerce-tabs ul.tabs li a::after {
  display: none;
}
body.single-bibliotheque .book-resume {
  max-height: inherit;
  overflow: visible;
}
body.single-bibliotheque #zone-technical-information {
  background-color: var(--primary);
}
body.single-bibliotheque #zone-technical-information .information-accordion .information-accordion-tab-button:before, body.single-bibliotheque #zone-technical-information .information-accordion .information-accordion-tab-button::after {
  display: none;
}
body.single-bibliotheque .carousel-video-with-button {
  border-radius: 24px 24px 0px 0px;
  background: var(--black);
  padding: 30px 93px;
}
body.single-bibliotheque .carousel-video-with-button::before {
  display: none;
}
body.single-bibliotheque .carousel-video-with-button .title h3 {
  color: var(--white);
  font-family: var(--title);
  font-size: 20px;
  font-style: normal;
  line-height: 34px; /* 170% */
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid var(--white);
  padding: 10px 0;
  margin: 0 0 2rem;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active {
  width: 50vw !important;
}
@media screen and (max-width: 1200px) {
  body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active {
    width: 100vw !important;
  }
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active .mkdf-container-inner h3 {
  font-size: 26px;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center, body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center + .active {
  width: 20vw !important;
  display: flex;
}
@media screen and (max-width: 1200px) {
  body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center, body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center + .active {
    width: 100vw !important;
  }
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center .mkdf-container-inner, body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center + .active .mkdf-container-inner {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center .mkdf-container-inner, body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center + .active .mkdf-container-inner {
    max-width: 100%;
    width: 100%;
  }
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center .mkdf-container-inner h3, body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active.center + .active .mkdf-container-inner h3 {
  font-size: 20px;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-stage .owl-item.active .mkdf-container-inner {
  max-width: 200%;
  width: 200%;
  transform: translate(0, 0);
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-nav.disabled {
  display: block;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-nav.disabled .owl-prev {
  left: 0;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-nav.disabled .owl-prev span {
  color: var(--primary);
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-nav.disabled .owl-next {
  right: 0;
}
body.single-bibliotheque .carousel-video-with-button .mkdf-owl-slider .owl-nav.disabled .owl-next span {
  color: var(--primary);
}
body.single-bibliotheque #zone-buying-information {
  margin: 0 auto 3rem;
}
body.single-bibliotheque .book-author a:focus,
body.single-bibliotheque .book-author a:hover,
body.single-bibliotheque .book-categories a:focus,
body.single-bibliotheque .book-categories a:hover,
body.single-bibliotheque .book-genres a:focus, body.single-bibliotheque .book-genres a:hover,
body.single-bibliotheque .product-popup-inner a:focus,
body.single-bibliotheque .product-popup-inner a:hover {
  color: var(--primary);
}
body.single-bibliotheque .product-tag-a-paraitre,
body.single-bibliotheque .product-tag-nouveaute {
  background: var(--primary);
}
body.single-bibliotheque #zone-technical-information .meta-title h4,
body.single-bibliotheque #zone-technical-information .meta-content a,
body.single-bibliotheque #zone-technical-information .meta-content h5,
body.single-bibliotheque #zone-technical-information .meta-content p,
body.single-bibliotheque #zone-technical-information .meta-content li,
body.single-bibliotheque #zone-technical-information .meta-content ul {
  color: white;
}

body.page-template-archive-author .mkdf-row-grid-section-wrapper {
  overflow: hidden;
}
body.page-template-archive-author .featured-authors-glide-container {
  background: var(--primary);
}
body.page-template-archive-author .carousel-face-a-face .mkdf-owl-slider::before {
  background: var(--primary);
}
body.page-template-archive-author .carousel-face-a-face .slide-content h3 {
  color: var(--black);
}

body.single-contributeurs .author-single {
  margin-top: -2rem;
}
body.single-contributeurs .author-single .author-left {
  margin-right: 2rem;
}
body.single-contributeurs .author-single .author-right h1 {
  margin-top: 0px;
  color: var(--black);
  font-family: var(--title);
  font-size: 34.358px;
  font-style: normal;
  line-height: 44.665px; /* 130% */
}
body.single-contributeurs .author-single .author-right .author-description {
  padding: 36px 15px 20px;
}
body.single-contributeurs .author-related-books .products {
  justify-content: center;
}

.widget-agenda {
  margin: 1rem auto 3rem;
}
.widget-agenda h5 {
  color: var(--black);
  text-align: center;
  font-family: var(--title);
  font-size: 34px;
  font-style: normal;
  line-height: 44px; /* 129.412% */
}
.widget-agenda ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 49px auto;
}
.widget-agenda ul li {
  box-shadow: 10.21px 13.21px 30.21px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 30px;
  list-style: none;
  flex: 0 0 30%;
  position: relative;
  transition: 0.5s ease 0s;
}
@media screen and (max-width: 800px) {
  .widget-agenda ul li {
    flex: 0 0 47%;
  }
}
@media screen and (max-width: 640px) {
  .widget-agenda ul li {
    flex: 0 0 100%;
  }
}
.widget-agenda ul li:hover {
  box-shadow: 10.21px 13.21px 30.21px 0px rgba(0, 0, 0, 0.9);
}
.widget-agenda ul li .event-date {
  display: inline-block;
  padding: 4px 7px;
  background-color: var(--primary);
  color: var(--white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.263px;
  margin: 0;
}
.widget-agenda ul li .event-responsable {
  color: var(--black);
  font-family: var(--title);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.263px;
}
.widget-agenda ul li .event-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  margin: 0 0 20px;
}
.widget-agenda ul li .event-excerpt p {
  color: var(--black);
}
.widget-agenda ul li .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-agenda .mkdf-st-button {
  display: flex;
  justify-content: center;
}

body .author-description::before,
body .author-description::after {
  display: none;
}

.products.columns-3 .product {
  width: 33.33333%;
}

body.page-template-blog-masonry .widget-agenda {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto 3rem;
}

body.single-post .mkdf-blog-holder article .single-post-image-wrap {
  width: calc(100vw - 8px);
}
body.single-post .mkdf-blog-holder article .single-post-image-wrap .single-post-image {
  height: auto;
  display: flex;
  justify-content: center;
}
body.single-post .mkdf-blog-holder article .single-post-image-wrap {
  position: relative;
  width: 100%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  body.single-post .mkdf-related-posts-holder .mkdf-related-posts-inner ul {
    flex-wrap: wrap;
  }
  body.single-post .mkdf-related-posts-holder .mkdf-related-posts-inner ul li {
    width: 100%;
    margin: 1rem auto;
  }
}

body *::selection {
  background: var(--primary);
}

article.category-evenement .single-post-image-wrap {
  display: none;
}

body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4 div a {
  text-transform: initial;
}
body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:nth-child(1) div a {
  color: var(--primary) !important;
}
body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:nth-child(2) h5 {
  position: relative;
}
body .mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:nth-child(2) h5 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.single .meta-zone {
  justify-content: start;
}
body.single .meta-zone > div {
  margin-right: 44px;
}
body.single .meta-zone > div:last-child {
  margin-right: 0;
}
body.single-product .woocommerce-Tabs-panel--autour_du_livre br {
    display: revert !important;
}

@media screen and (max-width: 1200px) {
  body .carousel-video-with-button::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid {
    height: 285px;
    overflow: auto;
  }
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid.top-menu {
    height: 150px;
  }
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid.top-menu .mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  body .lexique-holder {
    position: absolute;
    top: -175px;
    bottom: inherit;
  }
  body .lexique-holder.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.single-contributeurs .author-single .author-left {
    margin: 0 auto 20px;
  }
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid.top-menu .menu-top-menu-container ul a:not([href="#"]):focus,
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid.top-menu .menu-top-menu-container ul a:not([href="#"]):hover {
    background: var(--primary) !important;
    color: #fff !important;
  }
  .mkdf-blog-list-holder ul,
  .single-post .mkdf-related-posts-holder .mkdf-related-posts-inner ul {
    flex-wrap: wrap;
  }
  .mkdf-blog-list-holder ul li,
  .single-post .mkdf-related-posts-holder .mkdf-related-posts-inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .mkdf-search-opener.mkdf-search-opener-svg-path .mkdf-search-opener-wrapper > * {
    width: 20px;
    height: 20px;
  }
  body #burger {
    width: 22px;
    height: 16px;
  }
  .book-quotes-block p,
  .book-resume p {
    margin: 0 0 24px !important;
  }
  .mkdf-slide-from-header-bottom-holder.mkdf-is-active {
    right: 0 !important;
    width: 100%;
    top: 91px !important;
  }
}
@media screen and (max-width: 520px) {
  body .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid.top-menu {
    height: 185px;
  }
}

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