/*--- GENERAL ---*/
/* Defaults */
html {
  scroll-behavior: smooth;
}
a {
  color: #da1d27;
  text-decoration: underline;
  transition: opacity 0.2s ease, color 0.2s ease;
}
a:hover {
  opacity: 0.5;
}
/* Distantia, VC Elements, etc. */
.content-inner {
  padding: 0;
  padding-top: 125px;
}
.title-outer + .content > .content-inner {
  padding-top: 0;
}
.vc_section {
  padding-top: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
/* Utility */
.align-items-center,
.align-items-center-inner > .container > .row-in-grid-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.display-inline-block {
  display: inline-block;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-b-150 {
  margin-bottom: 150px;
}
.margin-b-200 {
  margin-bottom: 200px;
}
.margin-v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.margin-v-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-v-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-t-200 {
  padding-top: 200px;
}
.width-75 {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.serif-font {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
}
.big-text {
  font-size: 25px;
}
.accent-text {
  color: #da1d27;
}
.text-center {
  text-align: center;
}
.text-underlined {
  text-decoration: underline;
}

/*--- HEADER ---*/
body.scroll-type-sticky.header-is-regular .main-header.scrolled,
body.scroll-type-sticky.header-is-divided .main-header.scrolled {
  top: -125px;
}
.logo-wrapper {
  height: 124px;
  line-height: 124px;
}
.logo-wrapper a {
  text-decoration: none;
}
.logo-wrapper img {
  display: inline !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.logo-wrapper img.logo1 {
  visibility: visible;
  opacity: 1;
}
.header-bottom {
  transition: background-color 0.4s ease;
}
.header-bottom > .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  transition: border-color 0.4s ease;
}
.header-bottom-left {
  width: 200px;
  position: relative;
}
.header-bottom-right {
  width: calc(100% - 200px);
}
.header-bottom-right > .special-menu-btn-container {
  width: 200px;
  position: relative;
  text-align: right;
}
.header-bottom-right > #main-menu-container {
  width: calc(100% - 200px);
}
.main-menu {
  display: flex;
  justify-content: center;
  text-align: center;
}
.main-menu > li {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 124px;
}
.main-menu > li > a {
  padding: 0;
  font: 400 15px/1.25em "Source Serif Pro", "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #262626;
  user-select: none;
}
.main-menu > li > a:hover {
  color: #da1d27;
  opacity: 1;
}
.header-bottom-right > .special-menu-btn-container {
  height: 124px;
  line-height: 124px;
}

/*--- FULLSCREEN MENU ---*/
.menu-fullscreen-section {
  background-color: #da1d27;
  text-align: left;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0s ease 0.3s;
  transform: translateY(100vh);
}
html.menu-fullscreen-open .menu-fullscreen-section {
  transform: translateY(0);
  transition: opacity 0s ease, visibility 0s ease, transform 0.7s ease;
}
.menu-fullscreen-section > .display-table {
  background-image: url(/wp-content/uploads/2024/12/rotonde-logo-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
}
.menu-fullscreen-section > .display-table > .display-cell {
  background-color: #fff;
  background-image: url(/wp-content/uploads/2021/08/menu-background.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0;
  transition: opacity 0s ease 0.3s;
}
html.menu-fullscreen-open
  .menu-fullscreen-section
  > .display-table
  > .display-cell {
  opacity: 1;
  transition: opacity 0.3s ease 0.7s;
}
.menu-fullscreen-close {
  box-sizing: border-box;
  border: 1px solid #da1d27;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #da1d27;
  line-height: 50px;
  color: #fff;
  opacity: 0;
  transition: opacity 0s ease 0.3s, color 0.2s ease, background 0.2s ease;
}
html.menu-fullscreen-open .menu-fullscreen-close {
  opacity: 1;
  transition: opacity 0.3s ease 0.7s, color 0.2s ease, background 0.2s ease;
}
html.menu-fullscreen-open .menu-fullscreen-close:hover {
  background-color: transparent;
  color: #da1d27;
}
.menu-fullscreen-widget-above-menu {
  position: relative;
  margin-bottom: 75px;
}
.menu-fullscreen-widget-above-menu > .menu-fullscreen-close {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.menu-fullscreen-widget-above-menu img {
  width: 643px;
  height: 162px;
}
.menu-fullscreen-section
  > .display-table
  > .display-cell
  > .container
  > .fullscreen-menu-widget-container {
  padding: 0 25px;
}
.fullscreen-menu {
  margin: 0 -65px;
}
.fullscreen-menu::after {
  content: "";
  display: block;
  clear: both;
}
.fullscreen-menu > li {
  float: left;
  padding: 0 65px;
}
.fullscreen-menu li > .menu-item-inner {
  padding: 0;
}
.fullscreen-menu li > a,
.fullscreen-menu li > .menu-item-inner > a {
  padding: 0;
}
.fullscreen-menu > li > .menu-item-inner > a {
  pointer-events: none;
  font: 400 20px/1.25em "Source Serif Pro", "Times New Roman", Times, serif;
  text-decoration: none;
  padding-bottom: 30px;
}
.fullscreen-menu > li > .menu-item-inner > .sub-menu-arrow {
  display: none !important;
}
.fullscreen-menu > li > ul.sub-menu {
  display: block !important;
}
.fullscreen-menu > li > ul.sub-menu a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
}
.menu-fullscreen-widget-menu-right .widget-title {
  display: block;
  padding-bottom: 30px;
  font: 400 20px/1.25em "Source Serif Pro", "Times New Roman", Times, serif;
  text-decoration: none;
  padding-bottom: 30px;
  color: #da1d27;
}
.fullscreen-menu-right-widget {
  font-size: 15px;
}
.fullscreen-menu-right-widget a {
  font-weight: 700;
  text-decoration: none;
}
.menu-fullscreen-widget-below-menu {
  margin-top: 100px;
  padding: 0 25px;
}
.menu-fullscreen-widget-below-menu > .widget_text {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #da1d27;
}
.menu-fullscreen-widget-below-menu > .widget_text > .textwidget {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: normal;
  color: #262626;
}
.menu-fullscreen-widget-below-menu
  > .widget_text
  > .textwidget
  > .social-icons {
  margin: 25px 0 15px;
}
.menu-fullscreen-widget-below-menu
  > .widget_text
  > .textwidget
  > .social-icons
  > a {
  display: inline-block;
  text-decoration: none;
  font-size: 27px;
}
.menu-fullscreen-widget-below-menu
  > .widget_text
  > .textwidget
  > .social-icons
  > a:not(:last-child) {
  margin-right: 20px;
}
.menu-fullscreen-widget-below-menu > .widget_text > .textwidget > p > a {
  text-decoration: none;
  color: #262626;
}

/*--- DARK HEADER ---*/
body.dark-header .main-header:not(.scrollmin) .logo-wrapper .logo1,
body.search .main-header:not(.scrollmin) .logo-wrapper .logo1,
body.blog .main-header:not(.scrollmin) .logo-wrapper .logo1,
body.archive .main-header:not(.scrollmin) .logo-wrapper .logo1,
/* On hover */
body.dark-header .main-header:not(.scrollmin) .logo-wrapper a:hover .logo2,
body.search .main-header:not(.scrollmin) .logo-wrapper a:hover .logo2,
body.blog .main-header:not(.scrollmin) .logo-wrapper a:hover .logo2,
body.archive .main-header:not(.scrollmin) .logo-wrapper a:hover .logo2 {
  visibility: hidden;
  opacity: 0;
}
body.dark-header .main-header:not(.scrollmin) .logo-wrapper .logo2,
body.search .main-header:not(.scrollmin) .logo-wrapper .logo2,
body.blog .main-header:not(.scrollmin) .logo-wrapper .logo2,
body.archive .main-header:not(.scrollmin) .logo-wrapper .logo2,
/* On hover */
body.dark-header .main-header:not(.scrollmin) .logo-wrapper a:hover .logo1,
body.search .main-header:not(.scrollmin) .logo-wrapper a:hover .logo1,
body.blog .main-header:not(.scrollmin) .logo-wrapper a:hover .logo1,
body.archive .main-header:not(.scrollmin) .logo-wrapper a:hover .logo1 {
  visibility: visible;
  opacity: 1;
}
body.dark-header .main-header:not(.scrollmin) .logo-wrapper a:hover,
body.search .main-header:not(.scrollmin) .logo-wrapper a:hover,
body.blog .main-header:not(.scrollmin) .logo-wrapper a:hover,
body.archive .main-header:not(.scrollmin) .logo-wrapper a:hover {
  opacity: 1;
}
body.dark-header .main-header:not(.scrollmin) .header-bottom,
body.search .main-header:not(.scrollmin) .header-bottom,
body.blog .main-header:not(.scrollmin) .header-bottom,
body.archive .main-header:not(.scrollmin) .header-bottom {
  background-color: transparent;
}
body.dark-header .main-header:not(.scrollmin) .header-bottom > .container,
body.search .main-header:not(.scrollmin) .header-bottom > .container,
body.blog .main-header:not(.scrollmin) .header-bottom > .container,
body.archive .main-header:not(.scrollmin) .header-bottom > .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body.dark-header .main-header:not(.scrollmin) .main-menu > li > a:not(:hover),
body.search .main-header:not(.scrollmin) .main-menu > li > a:not(:hover),
body.blog .main-header:not(.scrollmin) .main-menu > li > a:not(:hover),
body.archive .main-header:not(.scrollmin) .main-menu > li > a:not(:hover) {
  color: #fff;
}
body.dark-header .main-header:not(.scrollmin) .special-menu-btn:not(:hover),
body.search .main-header:not(.scrollmin) .special-menu-btn:not(:hover),
body.blog .main-header:not(.scrollmin) .special-menu-btn:not(:hover),
body.archive .main-header:not(.scrollmin) .special-menu-btn:not(:hover),
body.dark-header
  .main-header:not(.scrollmin)
  .header-bottom
  .search-btn:not(:hover),
body.search .main-header:not(.scrollmin) .header-bottom .search-btn:not(:hover),
body.blog .main-header:not(.scrollmin) .header-bottom .search-btn:not(:hover),
body.archive
  .main-header:not(.scrollmin)
  .header-bottom
  .search-btn:not(:hover),
body.dark-header
  .main-header:not(.scrollmin)
  .header-bottom
  .profile-btn:not(:hover),
body.search
  .main-header:not(.scrollmin)
  .header-bottom
  .profile-btn:not(:hover),
body.blog .main-header:not(.scrollmin) .header-bottom .profile-btn:not(:hover),
body.archive
  .main-header:not(.scrollmin)
  .header-bottom
  .profile-btn:not(:hover) {
  color: #fff;
}
body.dark-header .main-header:not(.scrollmin) .special-menu-btn:hover,
body.search .main-header:not(.scrollmin) .special-menu-btn:hover,
body.blog .main-header:not(.scrollmin) .special-menu-btn:hover,
body.archive .main-header:not(.scrollmin) .special-menu-btn:hover,
body.dark-header .main-header:not(.scrollmin) .header-bottom .search-btn:hover,
body.search .main-header:not(.scrollmin) .header-bottom .search-btn:hover,
body.blog .main-header:not(.scrollmin) .header-bottom .search-btn:hover,
body.archive .main-header:not(.scrollmin) .header-bottom .search-btn:hover,
body.dark-header .main-header:not(.scrollmin) .header-bottom .profile-btn:hover,
body.search .main-header:not(.scrollmin) .header-bottom .profile-btn:hover,
body.blog .main-header:not(.scrollmin) .header-bottom .profile-btn:hover,
body.archive .main-header:not(.scrollmin) .header-bottom .profile-btn:hover {
  opacity: 1;
}

/*--- MOBILE HEADER ---*/
.header-mobile-logo img {
  width: 180px;
}

/*--- TITLE ---*/
.title {
  padding-top: 125px;
  height: 220px;
  background-image: url(/wp-content/uploads/2021/08/category-header.png);
  background-size: auto 100%;
  background-position-x: right;
}
.title .title-above {
  margin-bottom: 15px;
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25em;
  color: #da1d27;
}
.archive.category-editorial .title .title-above,
.archive.category-actualites .title .title-above,
.archive.category-arts-et-culture .title .title-above,
.archive.category-divers .title .title-above,
.archive.category-sports .title .title-above,
.archive.category-opinions .title .title-above,
.archive.category-procrastination .title .title-above {
  padding-left: 100px;
}
.archive.category-editorial .title h1::before {
  content: "\f1ea";
}
.archive.category-actualites .title h1::before {
  content: "\f15c";
}
.archive.category-arts-et-culture .title h1::before {
  content: "\f53f";
}
.archive.category-divers .title h1::before {
  content: "\f52d";
}
.archive.category-sports .title h1::before {
  content: "\f554";
}
.archive.category-opinions .title h1::before {
  content: "\f10d";
}
.archive.category-procrastination .title h1::before {
  content: "\f017";
}
.archive .title h1::before {
  display: inline-block;
  margin-right: 25px;
  width: 75px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

/*--- NOTIFICATION BAR ---*/
.notification-bar {
  z-index: 50;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #da1d27;
}
.notification-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px 15px 0;
  color: #fff;
}
.notification-text {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.notification-text a {
  color: #fff;
}
.notification-text + .dist-btn {
  margin-left: 25px;
}
.notification-close {
  position: absolute;
  top: 15px;
  right: 50px;
  color: #fff;
  cursor: pointer;
}
.notification-close::after {
  content: "\f00d";
  margin: 0;
}

/*--- FOOTER ---*/
.footer-bottom-widget.bottom-left-widget {
  padding: 0 0 15px 15px;
}

/*--- ADS ---*/
.pub-wrapper {
  padding-top: 75px;
}
.pub-placeholder {
  display: grid;
  place-content: center;
  width: 100%;
  height: 250px;
  background-color: #f1f1f1;
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  color: #da1d27;
}
.pub-placeholder.tall {
  height: 600px;
}
.pub-placeholder.short {
  height: 100px;
}
.pub-placeholder::after {
  /* content: 'Espace Pub'; */
}
.pub-placeholder:not(:last-child) {
  margin-bottom: 25px;
}

/*--- 404 ---*/
.page-not-found {
  text-align: center;
}

/*--- GALERIE ---*/
.post-type-archive-image_album .blog-listing-holder.padding-b-100 {
  padding-top: 0;
}
.post-type-archive-image_album .select-row .search-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
}
.post-type-archive-image_album .select-row .search-form .search-form-inner {
  display: flex;
  width: 100%;
}
.post-type-archive-image_album .select-row .search-form .search-field {
  flex: 1;
  padding: 0;
  color: #262626;
  font-size: inherit;
  font-weight: 500;
  line-height: 28px;
}
.post-type-archive-image_album .select-row .search-form .search-field::-webkit-input-placeholder {
  /* Edge */
  color: #262626;
}
.post-type-archive-image_album .select-row .search-form .search-field::placeholder {
  color: #262626;
}
.post-type-archive-image_album .select-row .search-form .search-field:focus::placeholder {
  color: transparent;
}
.post-type-archive-image_album .select-row .search-form .search-submit {
  font-size: inherit;
  line-height: 28px;
  color: #262626;
}
.gallery-post .blog-single-top {
  padding-bottom: 35px;
}
ul.image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  list-style: none;
}
.image-gallery .image-gallery-item {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.image-gallery .image-gallery-item a {
  text-decoration: none;
}
.image-gallery .image-gallery-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.image-gallery .image-gallery-item h3 {
  box-sizing: border-box;
  padding: 15px 15px 20px;
  width: 100%;
  font-size: 20px;
}
.single-image_album div.pp_default .pp_nav .pp_play {
  display: none;
}
.single-image_album div.pp_default .pp_nav .currentTextHolder {
  position: static;
  padding: 0 5px;
}

/*--- LOOP ---*/
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #da1d27;
}
.blog-listing-holder > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-listing-wrapper {
  width: calc(100% - 400px);
}
.blog-listing-pub {
  width: 325px;
}
.blog-listing-article-inner {
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
}
.blog-listing-article-inner a {
  display: block;
  text-decoration: none;
}
.blog-listing-category-icon {
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 15px;
  background: #da1d27;
  font-size: 25px;
  color: #fff;
}
.blog-listing-category-icon img {
  height: 100%;
}
.no-thumb.red {
  background-color: #da1d27;
}
.no-thumb.grey {
  background-color: #f6f8ff;
}
.no-thumb.grey .blog-listing-category-icon {
  background-color: transparent;
  color: #da1d27;
}
.no-thumb.dark-grey {
  background-color: #262626;
}
.no-thumb.dark-grey .blog-listing-category-icon {
  background-color: transparent;
}
.blog-listing-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  padding: 0 25px 10px;
  width: 100%;
}
.blog-listing-title {
  box-sizing: border-box;
  padding: 30px 25px 0;
  width: 100%;
  font-size: 20px;
}
.no-thumb .blog-listing-title {
  padding-top: 75px;
  font-size: 28px;
}
.no-thumb.red .blog-listing-title,
.no-thumb.dark-grey .blog-listing-title,
.no-thumb.red .blog-listing-category,
.no-thumb.dark-grey .blog-listing-category,
.no-thumb.red .blog-listing-date,
.no-thumb.dark-grey .blog-listing-date,
.no-thumb.red .save-post.delete,
.no-thumb.dark-grey .save-post.delete {
  color: #fff;
}
.blog-listing-category {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #da1d27;
}
.blog-listing-date {
  margin-left: auto;
  font-size: 13px;
  text-transform: uppercase;
  color: #262626;
}
.fa-bookmark.saved {
  font-weight: 900 !important;
}
.blog-listing-article-inner .save-post.delete {
  margin-left: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #da1d27;
}
.blog-listing-article-inner .save-post.delete:hover {
  opacity: 0.5;
}
.pagination ul {
  display: flex;
}
.pagination li.prev {
  margin-right: auto;
}
.pagination li.next {
  margin-left: auto;
}
.pagination a,
.pagination span {
  border-width: 1px;
  text-decoration: none;
}
.blog-listing-call-to-action {
  margin-top: 75px;
  background-image: url(/wp-content/uploads/2021/08/call-to-action.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.blog-listing-call-to-action > .container {
  position: relative;
}
.blog-listing-call-to-action > .container::before {
  content: "Abonnement";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -62.25px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background-color: #da1d27;
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  color: #fff;
}
.blog-listing-call-to-action .tagline {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;
}

/*--- SINGLE ---*/
body.single .content {
  background-image: url(/wp-content/uploads/2021/08/article-bg.png);
  background-repeat: no-repeat;
  background-position: right 150px;
}
body.single .content-inner.container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 100px;
}
.blog-single-top {
  padding: 0;
  width: calc(100% - 400px);
}
.blog-single-top .dist-btn {
  margin-top: 50px;
  margin-bottom: 35px;
  border: 0;
  padding: 0;
}
.blog-single-top .dist-btn:hover {
  background: none;
  color: #da1d27;
}
.blog-single-top .dist-btn::after {
  content: none;
}
.blog-single-top .dist-btn::before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
  margin-right: 1.5em;
}
.blog-single-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-single-middle-left {
  width: calc(100% - 400px);
}
.blog-single-middle-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 325px;
}
.blog-single-thumbnail {
  position: relative;
  margin-bottom: 50px;
}
.blog-single-thumbnail::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5%;
  width: 75%;
  height: 10px;
  background-color: #da1d27;
}
.blog-single-thumbnail img {
  width: 100%;
}
.blog-single-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.blog-single-info-left > div,
.blog-single-info-right > div {
  display: inline-block;
}
.blog-single-info-author-image {
  margin-right: 15px;
}
.blog-single-info-author-image img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.blog-single-info-author-image img[src*="logo-red"] {
  border-radius: 10px;
  object-position: -60px;
}
.blog-single-info-author-name a,
.blog-single-info-date {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
}
.blog-single-info-sep {
  vertical-align: middle;
  border-right: 1px solid #262626;
  height: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-single-info-right > div {
  cursor: pointer;
  color: #da1d27;
  font-size: 24px;
  transition: color 0.2s ease;
}
.blog-single-info-right > div:not(:last-child) {
  margin-right: 50px;
}
.blog-single-info-right > div:hover {
  color: #262626;
}
.blog-single-info-share {
  position: relative;
}
.blog-single-info-share-icon {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-single-info-share:focus-within {
  color: #262626;
}
.blog-single-info-share-links {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background: #fff;
}
.blog-single-info-share.open .blog-single-info-share-links {
  display: block;
}
.blog-single-info-share-links > button {
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  color: #da1d27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.2s ease;
}
.blog-single-info-share-links > button:hover {
  opacity: 0.5;
}
.blog-single-info-share-links > * {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}
.blog-single-info-share-links > *:not(:last-child) {
  margin-bottom: 15px;
}
.blog-single-info-share-links .fal,
.blog-single-info-share-links .fab {
  margin-right: 10px;
}
.blog-single-category {
  margin-bottom: 25px;
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  color: #da1d27;
}
.blog-single-title {
  font-weight: 600;
}
.blog-single-text p {
  text-align: justify;
}
.blog-single-text blockquote {
  float: right;
  width: 50%;
  padding: 0 0 1.25em 1.25em;
  font-size: 1.2em;
  font-weight: 500;
}
.blog-single-related:not(:first-child) {
  margin-top: 50px;
}
.blog-single-related-title {
  margin-bottom: 65px;
  display: inline-block;
  border-bottom: 2px solid #da1d27;
}
.blog-single-related-item-sep {
  margin: 35px 0 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  width: 100%;
}
.blog-single-related-item-sep:last-child {
  display: none !important;
}
.blog-single-related-item-title a {
  display: block;
  margin-bottom: 15px;
  color: #4d4d4d;
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-size: 25px;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.blog-single-related .blog-single-related-item-title a:hover {
  opacity: 1;
  color: #da1d27;
}
.blog-single-related-item-info-category,
.blog-single-related-item-info-sep,
.blog-single-related-item-info-date {
  display: inline-block;
}
.blog-single-related-item-info-category {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  color: #da1d27;
}
.blog-single-related-item-info-sep {
  vertical-align: middle;
  border-right: 1px solid #262626;
  height: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-single-related-item-info-date {
  font-size: 15px;
  text-transform: uppercase;
  color: #262626;
}

/*--- HOME ---*/
.hero-header .vc_column-inner,
.hero-header .wpb_wrapper,
.hero-header .dist-shortcode-container,
.hero-header .accueil-nouvelles,
.hero-header .accueil-nouvelles-inner {
  height: 100%;
}

/*--- MEMBRES ---*/
.membres-row {
  text-align: center;
}
.membres-center-row {
  display: flex;
  justify-content: center;
}
.membres-row .wpb_column {
  margin-bottom: 50px;
}
.membres-row .wpb_column:nth-child(3n + 1) {
  clear: both;
}
.membres-row img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-position: top;
  object-fit: cover;
}

/*--- ADMINISTRATION ---*/
.proces-verbaux-row .dist-accordion-section {
  margin: 0;
}
.proces-verbaux-row .dist-accordion-title {
  border-style: none;
  padding: 20px;
  color: #262626;
}
.proces-verbaux-row .dist-accordion-title h4 {
  color: inherit;
}
.proces-verbaux-row .dist-accordion-title h4::after {
  content: "\f107";
  float: right;
  font-family: "Font Awesome 5 Pro";
  transition: transform 0.4s ease;
}
.proces-verbaux-row
  .dist-accordion-section.open
  .dist-accordion-title
  h4::after {
  transform: rotateZ(180deg);
}
.proces-verbaux-row .dist-accordion-title:hover {
  background: none;
  color: #da1d27;
}
.proces-verbaux-row
  .dist-accordion-section:not(:last-child)
  .dist-accordion-title {
  border-style: none none solid;
}
.proces-verbaux-row .dist-accordion-content {
  border-style: none none solid;
  border-color: #da1d27;
  padding: 0;
}
.proces-verbaux-row .dist-accordion-content .wpb_content_element {
  margin: 0;
}
.proces-verbaux-row .dist-accordion-content .wpb_content_element:nth-child(2n) {
  background-color: #f6f6f6;
}
.proces-verbaux-row .dist-accordion-content a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #262626;
}
.proces-verbaux-row .dist-accordion-content a:hover {
  color: #da1d27;
  opacity: 1;
}

/*--- CONTACT ---*/
.contact-social .social-icons {
  max-width: 175px;
}
.contact-social .social-icons::after {
  content: "";
  clear: both;
  display: block;
}
.contact-social .social-icons a {
  float: left;
  display: block;
  margin-right: 27px;
  margin-bottom: 20px;
  width: calc(33.33% - 27px);
  max-width: 25px;
  font-size: 27px;
  color: #da1d27;
}

/*--- INTRANET ---*/
.intranet-page .vc_column-inner {
  padding: 0;
}
.intranet-wrapper {
  display: flex;
}
.intranet-menu {
  box-shadow: 1px -10px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  height: calc(100vh - 125px);
}
.intranet-wrapper#intranet-home .intranet-menu {
  box-shadow: none;
  width: 100%;
}
.intranet-menu .profile-info {
  padding: 50px 25px;
  text-align: center;
}
.intranet-menu .profile-info .profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  background-color: #da1d27;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.intranet-wrapper:not(#intranet-home) .profile-avatar {
  width: 65px;
  height: 65px;
  font-size: 20px;
}
.intranet-menu .profile-info .profile-name {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #303030;
}
.intranet-wrapper#intranet-home .profile-name {
  margin-top: 25px;
  font-size: 20px;
}
.intranet-menu ul {
  position: relative;
  padding: 0 25px;
  height: calc(100% - 205px);
  list-style: none;
}
.intranet-wrapper#intranet-home .intranet-menu ul {
  box-sizing: border-box;
  margin: auto;
  max-width: 800px;
  height: calc(100% - 280px);
  text-align: center;
}
.intranet-menu ul > li {
  padding: 35px 0;
}
.intranet-menu ul > li:not(.last):not(.logout) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.intranet-wrapper#intranet-home .intranet-menu ul > li > a > .fal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.intranet-menu ul > li > a {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #484247;
}
.intranet-menu ul > li > a > .fal {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 28px;
  color: #da1d27;
}
.intranet-menu ul > li.logout {
  position: absolute;
  bottom: 0;
}
@supports (-webkit-touch-callout: none) {
  .intranet-menu ul > li.logout {
    margin-bottom: 75px;
  }
}
.intranet-wrapper#intranet-home .intranet-menu ul > li.logout {
  left: 0;
  right: 0;
}
.intranet-content {
  width: calc(100% - 300px);
}
.intranet-content-wrapper {
  margin: auto;
  width: 1900px;
}
.intranet-saved-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.intranet-saved-posts article {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  padding: 0 30px;
  width: 25%;
  min-height: 400px;
  transition: padding 0.2s ease, width 0.4s ease, opacity 0.3s ease;
}
.intranet-saved-posts article.deleting {
  padding: 0;
  width: 0;
  opacity: 0;
}
.intranet-saved-posts article .blog-listing-article-inner {
  box-sizing: border-box;
  height: 100%;
}
.intranet-saved-posts article .blog-listing-thumbnail img {
  object-fit: cover;
  height: 225px;
}

/*--- FORMS ---*/
#alerts-list > label {
  display: block;
  margin-bottom: 10px;
}
#alerts-list > label:nth-last-child(2) {
  margin-bottom: 35px;
}
.wpcf7-form > p {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap input[type],
.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wpcf7-form-control-wrap input[type]:last-child,
.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea:last-child {
  margin-bottom: 35px;
}
.wpcf7-form input[type],
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea,
.distantheme-login input[type],
.distantheme-signup input[type],
.distantheme-modify input[type] {
  border: 0;
  border-bottom: #262626 1px solid;
  padding: 10px 0;
  background: none;
  transition: border 0.2s ease;
}
.wpcf7-form input[type]:focus,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea:focus,
.distantheme-login input[type]:focus,
.distantheme-login input[type]:focus,
.distantheme-modify input[type]:focus {
  border-color: #da1d27;
}
.distantheme-login .login-remember {
  margin: 25px 0;
}
.wpcf7-form button[type="submit"] {
  margin-top: 20px;
}
.distantheme-signup .distantheme-form-confirm,
.distantheme-modify .distantheme-form-confirm {
  margin-top: 35px;
}
.distantheme-modify-password-title {
  margin-top: 50px;
}
.mc4wp-alert {
  margin-top: 15px;
  padding: 20px;
  color: #fff;
}
.mc4wp-alert p {
  margin: 0 !important;
  max-width: none !important;
}
.distantheme-login-error,
.distantheme-signup-error,
.mc4wp-alert.mc4wp-error,
.distantheme-modify-error {
  background: #da1d27;
  color: #fff;
}
.wpcf7 form.sent div.wpcf7-response-output,
div.wpcf7-response-output.wpcf7-mail-sent-ok,
.mc4wp-alert.mc4wp-success,
.distantheme-modify-success {
  background: #34d399;
}

/*--- MEDIA QUERIES ---*/

/*--- HEIGHT ---*/
@media (max-height: 749px) {
  .intranet-wrapper#intranet-home .profile-avatar {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }
  .intranet-wrapper#intranet-home .profile-name {
    margin-top: 0;
    font-size: 15px;
  }
  .intranet-wrapper#intranet-home .intranet-menu ul {
    height: calc(100% - 205px);
  }
  .intranet-menu ul > li {
    padding: 25px 0;
  }
}
@media (max-height: 649px) {
  .intranet-menu .profile-info {
    padding: 25px;
  }
  .intranet-menu ul {
    height: calc(100% - 155px);
  }
  .intranet-wrapper#intranet-home .intranet-menu ul {
    height: calc(100% - 155px);
  }
  .intranet-menu ul > li {
    padding: 20px 0;
  }
}
@media (max-height: 609px) {
  .intranet-menu ul > li {
    padding: 15px 0;
  }
  .intranet-menu ul > li > a > .fal {
    font-size: 20px;
  }
}

/*--- WIDTH ---*/
@media (max-width: 2299px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 1600px;
  }
  .intranet-saved-posts article {
    width: 33.33333%;
  }
}
@media (max-width: 1999px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 1300px;
  }
}
@media (max-width: 1999px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 1300px;
  }
}
@media (max-width: 1699px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  /*--- SINGLE ---*/
  .blog-single-title {
    font-size: 50px;
  }
  .blog-single-related-title {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  /*--- HEADER ---*/
  .header-bottom-left {
    width: 150px;
  }
  .header-bottom-right {
    width: calc(100% - 150px);
  }
  .header-bottom-right > #main-menu-container {
    width: calc(100% - 150px);
  }
  .main-menu > li {
    padding: 0 10px;
  }
  .main-menu > li > a {
    font-size: 14px;
  }
  .header-bottom-right > .special-menu-btn-container {
    width: 150px;
  }
  .search-btn,
  .profile-btn {
    margin-right: 20px !important;
  }

  /*--- SINGLE ---*/
  .blog-single-top,
  .blog-single-middle-left,
  .blog-listing-wrapper {
    width: calc(100% - 375px);
  }
  .blog-single-related-title {
    margin-bottom: 50px;
  }
  .blog-single-related-item-sep {
    margin: 35px 0 40px;
  }
  .blog-single-related-item-title {
    font-size: 20px;
  }
  .blog-single-related-item-info-category {
    font-size: 15px;
  }
  .blog-single-related-item-info-sep {
    margin-left: 3px;
    margin-right: 3px;
  }
  .blog-single-related-item-info-date {
    font-size: 14px;
  }

  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 700px;
  }
  .intranet-saved-posts article {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  /*--- HEADER ---*/
  .header-bottom-left {
    width: 125px;
  }
  .header-bottom-right {
    width: calc(100% - 125px);
  }
  .header-bottom-right > #main-menu-container {
    width: calc(100% - 125px);
  }
  .main-menu > li {
    padding: 0 7px;
  }
  .main-menu > li > a {
    font-size: 13px;
  }
  .header-bottom-right > .special-menu-btn-container {
    width: 125px;
  }
  .search-btn,
  .profile-btn {
    margin-right: 10px !important;
  }

  /*--- FOOTER ---*/
  .footer-bottom-widget.bottom-left-widget {
    padding: 0;
  }

  /*--- SINGLE ---*/
  .blog-single-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-single-info-left {
    margin-bottom: 25px;
  }
}
@media (max-width: 1099px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 400px;
  }
  .intranet-saved-posts article {
    width: 100%;
    min-height: auto;
    max-height: 500px;
    transition: margin 0.4s ease, max-height 0.4s ease, opacity 0.3s ease;
  }
  .intranet-saved-posts article.deleting {
    margin: 0;
    padding: 0 30px;
    max-height: 0;
    width: auto;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  /*--- GENERAL ---*/
  /* Distantia et VC Elements */
  .content-inner {
    padding-top: 0;
  }

  /*--- HEADER ---*/
  .search-btn,
  .profile-btn {
    position: static !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  .mobile-menu-btn i {
    font-size: 22px;
  }
  .overlay .overlay-close {
    font-size: 40px !important;
  }
  .search-form .search-field,
  .search-form .search-submit {
    padding: 0 10px !important;
    font-size: 40px !important;
    line-height: 50px !important;
  }

  /*--- TITLE ---*/
  .title {
    padding-top: 0;
  }
  .archive .title .title-above {
    padding-left: 0;
  }
  .archive .title h1::before {
    content: none;
  }

  /*--- NOTIFICATION BAR ---*/
  .notification-inner {
    flex-direction: column;
    text-align: center;
  }
  .notification-text + .dist-btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .notification-close {
    right: 15px;
  }

  /*--- ADS ---*/
  .pub-placeholder.tall {
    display: none;
  }

  /*--- MEMBRES ---*/
  .membres-row .wpb_column {
    width: 50%;
    float: left;
  }
  .membres-row .wpb_column:nth-child(3n + 1) {
    clear: none;
  }
  .membres-row .wpb_column:nth-child(2n + 1) {
    clear: both;
  }

  /*--- LOOP ---*/
  .blog-listing-call-to-action .h1.margin-b-150 {
    margin-bottom: 75px;
  }

  /*--- SINGLE ---*/
  .blog-listing-wrapper,
  .blog-listing-pub,
  .blog-single-top,
  .blog-single-middle-left,
  .blog-single-middle-right {
    width: 100%;
  }
  .blog-listing-wrapper {
    margin-bottom: 100px;
  }
  .blog-single-middle-right > .pub-wrapper:first-child {
    display: none;
  }
  .blog-single-related {
    position: static;
  }

  /*--- INTRANET ---*/
  .intranet-menu {
    height: calc(100vh - 100px);
  }

  /*--- FORMS ---*/
  .auth-form .vc_col-sm-6 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 799px) {
  /*--- GENERAL ---*/
  /* Utilities */
  .width-75 {
    width: 100%;
  }
  .margin-b-150,
  .margin-b-200,
  .margin-v-200 {
    margin-bottom: 100px;
  }
  .margin-v-200 {
    margin-top: 100px;
  }
  .padding-v-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-t-200 {
    padding-top: 100px;
  }
  .padding-t-100 {
    padding-top: 50px;
  }
  .big-text {
    font-size: 20px;
  }

  /*--- GALERIE ---*/
  ul.image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  /*--- INTRANET ---*/
  .intranet-wrapper {
    flex-direction: column;
  }
  .intranet-menu {
    width: 100%;
    height: auto;
  }
  .intranet-wrapper#intranet-home .profile-avatar {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }
  .intranet-wrapper#intranet-home .profile-name {
    margin-top: 0;
    font-size: 15px;
  }
  .intranet-menu ul > li {
    padding: 15px 0;
  }
  .intranet-menu ul > li > a > .fal {
    font-size: 20px;
  }
  .intranet-menu ul > li.logout {
    position: static;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  @supports (-webkit-touch-callout: none) {
    .intranet-menu ul > li.logout {
      margin-bottom: 0;
    }
  }
  .intranet-wrapper:not(#intranet-home) .intranet-menu .profile-info {
    display: none;
  }
  .intranet-content {
    width: 100%;
  }
  .intranet-content-wrapper {
    width: 575px;
  }
}
@media (max-width: 767px) {
  /*--- CONTACT ---*/
  .contact-info .wpb_content_element {
    float: left;
    width: 50%;
  }
}
@media (max-width: 619px) {
  /*--- GENERAL ---*/
  /* Utilities */
  .margin-b-100,
  .margin-b-150,
  .margin-b-200,
  .margin-v-100,
  .margin-v-200 {
    margin-bottom: 50px;
  }
  .margin-v-100,
  .margin-v-200 {
    margin-top: 50px;
  }
  .padding-b-100,
  .padding-v-100,
  .padding-v-150 {
    padding-bottom: 50px;
  }
  .padding-v-100,
  .padding-v-150,
  .padding-t-200 {
    padding-top: 50px;
  }

  /*--- HEADER ---*/
  .menu-fullscreen-section > .display-table {
    background-size: 250px;
  }
  .overlay p {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .overlay .overlay-close {
    font-size: 30px !important;
  }
  .search-form .search-field,
  .search-form .search-submit {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  /*--- NOTIFICATION CLOSE ---*/
  .notification-close {
    padding: 10px 15px;
  }

  /*--- MEMBRES ---*/
  .membres-row .wpb_column {
    width: 100%;
    float: none;
  }

  /*--- LOOP ---*/
  .no-thumb .blog-listing-title {
    font-size: 24px;
  }
  .blog-listing-call-to-action .tagline {
    font-size: 17px;
  }
  .blog-listing-call-to-action .h1.margin-b-150 {
    margin-bottom: 50px;
  }
  .blog-listing-call-to-action > .container::before {
    content: none;
  }
  .blog-listing-wrapper {
    margin-bottom: 50px;
  }

  /*--- SINGLE BLOG ---*/
  .blog-single-text blockquote {
    float: none;
    width: auto;
  }

  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 475px;
  }
}
@media (max-width: 519px) {
  /*--- LOOP ---*/
  .pagination ul > li:not(.first):not(.prev):not(.next):not(.last) {
    display: none;
  }

  /*--- SINGLE ---*/
  .blog-single-info-sep {
    display: none !important;
  }
  .blog-single-info-date {
    display: block !important;
    margin-top: 15px;
  }

  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 375px;
  }
}
@media (max-width: 479px) {
  /*--- HEADER ---*/
  .overlay .overlay-close {
    font-size: 24px !important;
  }
  .search-form .search-field,
  .search-form .search-submit {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  /*--- GALERIE ---*/
  ul.image-gallery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 399px) {
  /*--- HEADER ---*/
  .header-mobile-logo img {
    width: 125px;
  }
  .search-btn,
  .profile-btn {
    margin-right: 0px !important;
  }
  .search-btn i {
    font-size: 15px !important;
  }
  .mobile-menu-btn i,
  .profile-btn i {
    font-size: 17px !important;
  }
  .overlay .overlay-close {
    width: 50px !important;
  }
  .overlay p {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .overlay .overlay-close {
    font-size: 20px !important;
  }
  .search-form .search-field,
  .search-form .search-submit {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  /*--- CONTACT ---*/
  .contact-info .wpb_content_element {
    float: none;
    width: 100%;
  }

  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 300px;
  }
}
@media (max-width: 349px) {
  /*--- INTRANET ---*/
  .intranet-content-wrapper {
    width: 275px;
  }
}
