
  @import url('https://fonts.googleapis.com/css2?family=Maitree:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
  /* font-family: "ofelia-text";*/
  :root {
    --primary-color: #ffffff;
    --secondary-color: #000000;
    --tertiary-color: rgba(214, 187, 98, 0.05);
    --clr1: #EA504B;
  }
  * {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Raleway", serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 125%
  }
  
  body {
    text-align: center;
    color: black;
    background-color: var(--primary-color);
  }
  main {
    position: relative;
    background-color: var(--tertiary-color);
    margin-top: 9.6rem;
    min-height: calc(100vh - 23.1rem);
  }
  a {
    color: inherit;
    text-decoration: none;
    outline: none !important;
  }
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  button:focus,
  * {
    outline: none;
  }
  .section {
    position: relative;
  }
  .section1 {
    padding: 6rem 0 2.8rem 0;
  }
  .container {
    margin: 0 auto;
    width: 100%;
    max-width: 102.8rem;
  }
  .url-box{
    display: flex;
    padding: 3.8rem 0 0 0;
  }
  .url-box * {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .url-box strong {
    color: var(--clr1);
    text-decoration: underline;
    text-transform: initial;
  }
  .url-box span {
    color: var(--clr1);
    text-transform: uppercase;
    display: block;
    padding: 0 1rem;
  }
  .url-box a {
    text-decoration: underline;
    color: var(--secondary-color);
  }
  .content h1,
  .content h1 * {
    font-family: "ofelia-text";
  }
  .content h1{
    font-size: 4.7rem;
    font-weight: 600;
    margin-bottom: 3.2rem;
  }
  .content h1 strong {
    font-size: 4.7rem;
    font-weight: 400;
  }
  .content p{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
  .slick-home{
    width: 101rem;
    margin: 0 auto;
  }
  .slick-home-slide {
    width: 100rem;
    margin: 0 auto;
    padding: 0.5rem;
  }
  .block-box {
    border-radius: 0.7rem;
    background-color: var(--primary-color);
    overflow: hidden;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  }
  .block-box iframe {
    width: 100%;
    height: 44rem;
    position: relative;
    z-index: 1;
  }
  .iframe{
    height: 44rem;
    overflow: hidden;
    position: relative;
  }
  .single-video .iframe {
    height: 54rem;
  }
  .photo-box{
    position: relative;
  }
  .iframe .nv,
  .photo-box .nv{
    position: absolute;
    left: 4.8rem;
    bottom: 0;
    z-index: 2;
    padding: 0.5rem 2rem 0 2rem;
    border-radius: 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--clr1);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
  }
  .photo-box .nv{
    bottom: 100%;
  }
  main.home .block-content {
    position: relative;
  }
  .iframe .nv span,
  .photo-box .nv span {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: var(--primary-color);
    font-family: "ofelia-text";
    text-transform: uppercase;
    display: block;
  }
 .block-content {
  padding: 2.4rem 4.8rem 4rem 4.8rem;
 }
 .block-content-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.2rem;
 }
 .single .block-content-infos ul {
  margin-bottom: 0 !important;
 }
 .block-content h6 {
  margin-right: auto;
  font-size: 1.4rem;
  text-transform: capitalize;
 }
 .block-content ul{
  list-style: none;
  display: flex;
 }
 .block-content ul li {
  border: 1px solid var(--clr1);
  padding: 0 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin: 0 0.5rem;
 }
 .block-content ul li:last-child {
  margin-right: 0;
 }
 .block-content h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  font-family: "ofelia-text";
  font-weight: 700;
  text-align: left;
 }
 .block-content h2::after{
  content: '';
  width: 7.5rem;
  height: 0.4rem;
  background-color: var(--clr1);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
 }
 .block-content p {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  text-align: left;
  margin: 0 auto 1rem 0;
  width: 78.9rem;
 }
 .block-content .a {
   display: flex;
   text-align: left;
   margin: 0 auto 0 0;
  }
  .block-content .a span {
   font-size: 1.4rem;
   color: var(--clr1);
 }
 .block-content .a img {
  margin-right: 0.85rem;
 }
.photo-thumbnail {
  width: 100%;
  height: 44rem;
  object-fit: cover;
  object-position: center;
}
.single-article .photo-thumbnail {
  object-position: bottom;
}
.content {
  margin-bottom: 4rem;
}
.slick-home{
  margin-bottom: 3.5rem !important;
}
.slick-home .slick-prev,
.slick-home .slick-next {
  z-index: 99;
  position: absolute;
  width: 1.5rem;
  height: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s !important;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: rgba(105, 130, 255, .11);
  background-color: rgba(255, 255, 255, 0.61);
  background-color: rgba(234, 80, 75, 0.35);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  background-size: 1.8rem;
  /* transform: initial; */
  top: 44rem;
}
.slick-home .slick-prev {
  left: -3.4rem;
  background-image: url('../img/arrow-prev.svg');
}
.slick-home .slick-next {
  right: -3.4rem;
  background-image: url('../img/arrow-next.svg');
}
.slick-home .slick-prev::before,
.slick-home .slick-next::before{
  display: none;
}
.slick-home .slick-dots {
  bottom: -4.5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-home .slick-dots li,
.slick-home .slick-dots button {
  width: 2rem;
  height: 2rem;
}
.slick-home .slick-dots button {
  border-radius: 50%;
  border: 1px solid var(--clr1);
  background-color: #ffffff;
  margin: 0 0.8rem;
}
.slick-home .slick-dots button:hover,
.slick-home .slick-dots .slick-active button{
  background-color: var(--clr1);
}
.slick-home .slick-dots button::before{
  display: none;
}
.d-flex {
  display: flex;
}
.blogs-holder {
  width: 82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.small-box.block-box {
  width: 40rem;
  margin-bottom: 2rem;
}
.small-box.block-box .photo-thumbnail {
  height: 20rem;
}
.small-box.block-box .block-content {
  padding: 2.4rem 4.8rem;
  min-height: 26.1rem;
}
.small-box.block-box .block-content h2 {
  font-size: 2rem;
  line-height: 2rem;
}
.small-box.block-box .block-content h2::after{
  width: 6rem;
}
.small-box.block-box .block-content p{
  font-size: 1.4rem;
  width: 100%;
}
.bg-holder {
  padding: 6rem 0 5.5rem 0;
  background-image: url(../img/bg2.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
}
.section2 .h2 {
  font-family: "ofelia-text";
  font-weight: 500;
  font-size: 3.2rem;
  color: var(--clr1);
  margin-bottom: 6rem;
}
.section2 .container {
  width: 132rem;
  max-width: initial;
  display: flex;
}
.section2 .d-flex {
  width: 82rem;
  margin:  0 auto 0 3.5rem;
}
.side-bare {
  width: 43rem;
}
.side-bare-zone1 {
  background-color: var(--clr1);
  border-radius: 0.9rem;
  padding: 3.6rem 2.6rem;
  margin-bottom: 1rem;
}
.show-more {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #3D3938;
  color: var(--clr1);
  cursor: pointer;
  margin-top: 2.4rem;
}
.blog_video h2 {
  font-family: "ofelia-text";
  font-weight: 500;
  color: var(--primary-color);
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.blog_video iframe {
  width: 37.8rem;
  height: 21.8rem;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
}
.show-more-2 {
  font-size: 1.6rem;
  margin-top: 2.1rem;
  color: var(--primary-color);
  cursor: pointer;
  display: block;
}
.show-more-2:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.blog_video{
  padding: 0 0 5rem 0;
}
.blog-photo{
  padding: 5rem 0;
}
.side-bare-zone1 .blog-photo:first-child {
  padding-top: 0;
}
.side-bare-zone1 .blog-photo:nth-last-child(2) {
  padding-bottom: 0;
}
.side-bare-zone1 .separateur:last-child{
  display: none;
}
.blog-photo h2 {
  font-family: "ofelia-text";
  font-weight: 500;
  color: var(--primary-color);
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.blog-photo img {
  width: 18.5rem;
  height: 10.6rem;
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.9rem;
  display: block;
}
.blog-photo.single_photo img {
  width: 37.8rem;
  height: 21.8rem;
}
.blog-photo-holder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-photo .show-more-2 {
  margin-top: 1.2rem;
  display: block;
}
.separateur {
  width: 23rem;
  margin: 0 auto;
  display: block;
}
.blog-vocales h2 {
  font-family: "ofelia-text";
  font-weight: 500;
  color: var(--primary-color);
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.play {
  width: 2.4rem;
  height: 2.7rem;
  display: block;
  cursor: pointer;
  background-image: url(../img/play.svg);
  background-color: var(--primary-color);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.audio-player-container {
  width: 36.1rem;
  height: 5.66rem;
  border-radius: 4.6rem;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2.2rem;
  margin-bottom: 1.2rem;
}
.audio-player-container.active .play {
  background-image: url(../img/pause2.svg);
}
.audio-player-container:last-child{
  margin-bottom: 0;
}
.audio-player-container audio {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.audio-player-container p {
  font-size: 1.66rem;
  line-height: 1.66rem;
  font-weight: 500;
  color: #3D3938;
  display: block;
  position: relative;
}
.audio-player-container span {
  font-size: 1.66rem;
  line-height: 1.66rem;
  font-weight: 400;
  color: #3D3938;
  display: block;
}
.blog-vocales .show-more-2 {
  margin-top: 2.1rem;
  display: block;
}
.audio-player-container .img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  top: 50%;
  width: 27rem;
  z-index: -1;
}
.audio-player-container.active p{
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  display: none;
}
.audio-player-container.active img {
  opacity: 1;
  z-index: 2;
}
.blog-vocales {
  padding-top: 5rem;
}

.side-bare-zone1 .blog-vocales:first-child {
  padding-top: 0;
}
.side-bare-zone2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
  color: var(--primary-color) !important;
  padding: 2.8rem 4.5rem;
  min-height: 44.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.side-bare-zone2 * {
  font-family: "ofelia-text" !important;
  font-size: 2.4rem !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  margin-bottom: 1.6rem !important;
}
.side-bare-zone2 .share-links{
  margin-bottom: 0 !important;
  display: flex;
}
.side-bare-zone2 .share-links img {
  display: block !important;
  margin-bottom: 0 !important;
}
.side-bare-zone2 .share-links a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--clr1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.9rem;
  transition-duration: 0.3s;
}
.side-bare-zone2 .share-links a:nth-child(1) img {
  width: 1.8rem;
}
.side-bare-zone2 .share-links a:nth-child(2) img {
  width: 1.1rem;
}
.side-bare-zone2 .share-links a:nth-child(3) img {
  width: 1.8rem;
}
.side-bare-zone2 .share-links a:nth-child(4) img {
  width: 1.7rem;
}
.side-bare-zone2 .share-links a:nth-child(5) img {
  width: 1.9rem;
}
footer {
  background-color: #3D3938;
  padding: 1rem 0;
  min-height: 11.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_container {
  margin: 0 4rem;
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.footer_container * {
  color: var(--primary-color);
  font-size: 1.2rem;
  line-height: 150%;
  margin: 0;
}
.footer_logo1,
.footer_logo2 {
  display: block;
}
.footer_logo1{
  position: absolute;
  left: 0;
  top: -4.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  z-index: 999999;
  width: 100%;
  height: 9.6rem;
  background-color: var(--primary-color);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.header_container {
  width: 100%;
  padding: 0 2rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.header_logo3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.primary-btn {
  background-color: #C11F2D;
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
  padding: 0 3rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  transition-duration: 0.3s;
}
.header_text{
  margin: 0 0 0 20rem;
}
.header_text h1,
.header_text h1 a {
  text-align: justify;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  color: var(--clr1);
  font-family: "ofelia-text";
  font-weight: 600;
}
.header_text span,
.header_text a span {
  text-align: justify;
  font-size: 2.3rem;
  line-height: 2.3rem;
  text-transform: none;
  color: var(--clr1);
  font-family: "ofelia-text";
  font-weight: 500;
  display: block;
}
.side_info {
  position: fixed;
  top: 13rem;
  /* transform: translateY(calc(-50% + 5rem)); */
  z-index: 200;
  transition-duration: 0.5s;
  right: -65.4rem;
}
.side_info-container{
  position: relative;
  width: 65.4rem;
  padding: 4rem;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  background-color: var(--primary-color);
}
.side_info-content img {
  width: 100%;
  display: block;
}
.side_info-content img:first-child{
  margin-bottom: 4rem;
}
.side_info-content img:last-child{
  margin-top: 4rem;
}
.side_info-content h1,
.side_info-content h2,
.side_info-content h3,
.side_info-content h4,
.side_info-content h5,
.side_info-content h6,
.side_info-content h1 *,
.side_info-content h2 *,
.side_info-content h3 *,
.side_info-content h4 *,
.side_info-content h5 *,
.side_info-content h6 * {
  font-size: 3rem;
  font-family: "ofelia-text";
  font-weight: 500;
}
.side_info-content h1,
.side_info-content h2,
.side_info-content h3,
.side_info-content h4,
.side_info-content h5,
.side_info-content h6,
.side_info-content p {
  margin-bottom: 1.8rem;
}
.side_info-content p,
.side_info-content p * {
  font-size: 1.8rem;
  font-weight: 500;
}
.side_info-content p a{
  text-decoration: underline;
}
.side_info-content p b,
.side_info-content p strong {
  font-weight: 600;
}
.side_info-btn{
  position: absolute;
  right: 100%;
  background-color: var(--primary-color);
  border-left: 2px solid var(--clr1);
  border-top: 2px solid var(--clr1);
  border-bottom: 2px solid var(--clr1);
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
}
.side_info-btn {
  cursor: pointer;
}
.side_info-btn-zone1 {
  padding: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 600;
  min-width: 19rem;
  text-transform: uppercase;
}
.side_info-btn-zone1 img {
  display: block;
  width: 3.2rem;
  margin-bottom: 1.2rem;
}
.side_info.active{
  right: 0;
}
.side_info-btn-zone2{
  display: none;
}
.side_info.active .side_info-btn-zone1{
  display: none;
}
.side_info-btn-zone2 {
  justify-content: center;
  align-items: center;
  height: 11.4rem;
  width: 4.7rem;
}
.side_info-btn-zone2 img{
  display: block;
  width: 2.1rem;
}
.side_info.active .side_info-btn-zone2{
  display: flex;
}
#menu-header {
  display: flex;
  list-style: none;
}
.sub-menu{
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 3.8rem);
  list-style: none;
  background-color: var(--primary-color);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  padding: 0 1rem;
  width: 100%;
}
.header-menu{
  margin: 0 auto;
  margin: 0 0 0 auto;
}
.menu-item a{
  margin: 0 1.8rem;
  font-weight: 700;
  color: #3D3938;
}
.menu-item.menu-item-has-children{
  position: relative;
}
.menu-item.menu-item-has-children a{
  position: relative;
  display: block;
  padding-right: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.menu-item.menu-item-has-children a::after{
  background-image: url(../img/arrow-bottom.svg);
  content: '';
  position: absolute;
  width: 1rem;
  height: 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% + 0.05rem);
  right: 0;
  transform: translateY(-50%);
}
.menu-item.menu-item-has-children .sub-menu a {
  padding-right: 0;
  text-align: left;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 100%;
}
.menu-item.menu-item-has-children .sub-menu a::after {
  display: none;
}
.menu-item.current-menu-item a,
.menu-item.current-menu-ancestor a{
  color: var(--clr1);
}
.menu-item.current-menu-ancestor a::after{
  background-image: url(../img/arrow-bottom2.svg);
}
.menu-item.current-menu-ancestor .sub-menu a{
  color: #3D3938;
}
.menu-item.current-menu-ancestor .sub-menu .current-menu-item a{
  color: var(--clr1);
}
.search_holder {
  border: 1px solid #3D3938;
  border-radius: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.6rem;
  padding: 0 1.5rem 0 1.2rem;
  width: 25.2rem;
  margin: 0 3.6rem;
  position: relative;
}
.search_holder label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3D3938;
  text-align: left;
  display: block;
}
.search_holder input {
  display: block;
  width: 10rem;
  height: 2.4rem;
  border-bottom: 1px solid rgba(61, 57, 56, 0.5);
}
.search_holder img{
  cursor: pointer;
  width: 1.7rem;
  display: block;
}
html {
  margin-top: 0 !important;
}
main.blog .container .url-box,
main.blog-all .container .url-box {
  margin-bottom: 2.8rem;
}
.url-box a.active {
  color: var(--clr1);
}
.h1 {
  font-family: "ofelia-text";
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 6rem;
  color: var(--clr1);
}
.h1 span{
  font-family: "ofelia-text";
  font-size: 4.4rem;
  font-weight: 500;
  color: var(--clr1);
}
main.blog .blogs-holder,
main.blog-all .blogs-holder {
  margin: 0 auto;
}
main.blog{
  padding-bottom: 10rem;
}
.show-more-blog{
  cursor: pointer;
  margin-top: 2.4rem;
}
.blogs-holder {
  width: 82rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  gap: 2rem;
}
.blogs-holder .small-box.block-box{
  margin: 0;
}
.home .small-box.block-box:nth-child(9), .home .small-box.block-box:nth-child(10), .home .small-box.block-box:nth-child(11), .home .small-box.block-box:nth-child(12){
  display: none;
}
.filter-holder {
  margin: 0 auto 6rem auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.total {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  border-radius: 3.2rem;
  background-color: var(--clr1);
  color: var(--primary-color);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  padding: 0 1.8rem;
  margin-right: 1.8rem;
}
.total span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.list-pays {
  padding: 0 1.8rem;
  border-radius: 1.6rem;
  min-height: 3.2rem;
  height: auto;
  padding: 0.6rem 1.8rem;
  border: 1px solid var(--clr1);
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}


.list-pays li {
  display: flex;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  width: 100%;
  color: var(--secondary-color);
  padding: 1rem 0;
}
.list-pays li span {
  font-weight: 600;
}
.list-pays li:first-child{
  padding: 0;
}
.list-pays li.active {
  display: flex;
  color: var(--clr1);
}
.list-pays li.active:first-child {
  color: var(--secondary-color);
}
.list-pays.changed li.active:first-child {
  color: var(--primary-color);
}
.list-pays li img {
  width: 1rem;
  display: block;
  margin-left: 1rem;
}
.list-pays.active {
  height: auto;
  padding: 0.6rem 1.8rem;
}
.list-pays.active li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-pays.active li:first-child{
  padding-bottom: 1rem;
}
.list-pays.active li:last-child{
  border-bottom: none;
  padding-bottom: 0.4rem;
}
.list-pays.active li:hover{
  color: var(--clr1);
}
.list-pays.active li:first-child:hover{
  color: var(--secondary-color);
  border-color: rgba(0, 0, 0, 0.1);
}
.list-pays-holder {
  /* width: 21.8rem; */
  height: 3.2rem;
  position: relative;
  z-index: 1;
}
.list-pays{
  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: var(--primary-color);
}
.p-infos {
  text-align: center;
  width: 126.6rem;
  margin-bottom: 3.6rem;
}
.cat-info {
  text-transform: capitalize;
}
.videos-holder {
  margin: 0 auto;
  width: 102.6rem;
  padding-bottom: 6rem;
}
main.videos .h1 {
  margin-top: 2.8rem;
}
.empty-vod {
  width: 100%;
  height: 100%;
  background-color: #C4C4C4;
}
main.videos .iframe {
  height: 57.6rem;
}
main.videos .iframe * {
  height: 100%;
}
main.videos .separateur {
  width: 36.4rem;
  margin: 6rem auto;
}
main.videos .block-content {
  padding: 2rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
main.videos .block-content h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
  font-family: "Raleway", serif;
}
main.videos .block-content h2::after {
  display: none;
}
main.videos .block-content p {
  width: 51.3rem;
  margin-bottom: 0;
}
main.videos .block-content-infos {
  display: block;
  padding-top: 1.8rem;
}
main.videos .block-content-infos h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.video-duration{
  text-align: right;
  font-size: 2rem;
}
main.videos .block-box {
  background-color: transparent;
  box-shadow: initial;
}
main.videos .separateur:last-child{
  display: none;
}
.show-more-videos{
  margin: 0 auto;
  padding-bottom: 6rem;
}
main.videos .p-infos {
  width: 100%;
}
.menu-item:has(.current-menu-ancestor) a {
  color: var(--clr1);
}
.menu-item:has(.current-menu-ancestor) .sub-menu li a {
  color: #3D3938;
}
.menu-item:has(.current-menu-ancestor) .sub-menu li.current-menu-ancestor a {
  color: var(--clr1);
}
.menu-item:has(.current-menu-ancestor) a::after {
  background-image: url(../img/arrow-bottom2.svg);
}
.photo-box {
  width: 20.5rem;
  height: 11.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0.5rem 1rem;
  background-color: #C4C4C4;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.photo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.photos .h1 {
  margin-top: 2.8rem;
}
main.photos {
  padding-bottom: 10rem;
}
main.photos .separateur {
  width: 36rem;
  margin-top: 6rem;
}
.photos-slick {
  margin: 0 auto;
  width: 88rem;
}
.slick-counter {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-top: 2rem;
}
.block-photo {
  width: 102.6rem;
  height: auto;
  margin: 0 auto 1.5rem auto;
}
.block-photo img {
  display: block;
  width: 100%;
  height: 100%;
  height: 57.6rem;
  min-height: 57.6rem;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border-radius: 0.8rem;
  background-color: #C4C4C4;
}
main.photos .p-infos{
  width: 100%;
}
.block-photo img[src=""] {
  display: none;
}
.photos-slick .slick-prev, .photos-slick .slick-next{
  z-index: 99;
  position: absolute;
  width: 1.5rem;
  height: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s !important;
}
.photos-slick .slick-prev {
  background-image: url(../img/arrow-left-black.svg);
  left: -3.5rem;
} 
.photos-slick .slick-next{
  background-image: url(../img/arrow-right-black.svg);
  right: -3.5rem;
}
.photos-slick .slick-prev:before, .photos-slick .slick-next:before {
  display: none;
}


.construction main {
  margin: 0;
  min-height: 80rem;
  background-image: url(../img/construction.jpg);
  height: calc(100% - 6.3rem);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.construction footer {
  position: relative;
  min-height: 6.3rem;
}
.construction footer .footer_container{
  position: initial;
}
.construction footer img {
  position: absolute;
  width: 10rem;
  display: block;
  right: 4rem;
  top: -3.8rem;
}
.construction footer p {
  text-align: center;
  width: 100%;
}
.construction main h1 {
  font-family: "ofelia-text";
  font-size: 4.4rem;
  line-height: 4.4rem;
  color: var(--clr1);
  margin: 4rem auto;
  font-weight: 600;
}
.construction main p {
  width: 77.4rem;
  margin: 0 auto auto auto;
  font-weight: 600;
  font-size: 2.3rem;
  color: var(--secondary-color);
}
.construction main .separateur {
  width: 36.8rem;
  margin: 10.4rem auto;
}
.construction main .url-box {
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
}
.construction main .url-box a {
  display: block;
  padding-left: 0.5rem;
}
.construction main .url-box img {
  width: 4rem;
  display: block;
  margin-right: 1.6rem;
}
.construction .header_text {
  margin-right: auto;
}
.slick-home-slide .photo-box {
  width: 100%;
  height: auto;
}
.slick-home-slide .photo-box img {
  height: 44rem;
}
.slick-home-slide .photo-box .photo-box img {
  height: 44rem;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.slick-home-slide .photo-box .block-content img {
  width: initial;
  height: auto;
  object-fit: initial;
  object-position: initial;
}
.slick-home-slide .photo-box {
  background-color: var(--primary-color);
  margin: 0 auto;
}
.single-article .container {
  max-width: initial;
  width: calc(100% - 37rem);
}
.single-article__container {
  margin: 4.8rem auto 0 auto;
  width: 100rem;
  background-color: var(--primary-color);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.8rem;
  overflow: hidden;
}
.single-article__img {
  width: 100%;
  height: 44rem;
  background-color: #C4C4C4;
}
.single-article__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center ;
}
.single-article__content {
  padding: 2.4rem 4.8rem 3rem 4.8rem;
}
.single-article__content .block-content-infos{
  margin-bottom: 4rem;
  text-transform: capitalize;
}
.single-article__content .block-content-infos * {
  color: var(--secondary-color);
  font-size: 1.4rem;
}
.single-article__content .block-content-infos ul {
  display: flex;
  list-style: none;
}
.single-article__content .block-content-infos li {
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  border: 1px solid var(--clr1);
  margin-right: 1rem;
}
.single-article__content .block-content-infos li:last-child{
  margin-right: 0;
}
.single-article__content-txt {
  color: var(--secondary-color);
  margin: 0 auto;
  width: 64.2rem;
}

.single-article__content-txt h1,
.single-article__content-txt h2,
.single-article__content-txt h3,
.single-article__content-txt h4,
.single-article__content-txt h5,
.single-article__content-txt h6,
.single-article__content-txt h1 *,
.single-article__content-txt h2 *,
.single-article__content-txt h3 *,
.single-article__content-txt h4 *,
.single-article__content-txt h5 *,
.single-article__content-txt h6 *  {
    font-family: "ofelia-text";
}
.single-article__content-txt h1{
  margin-bottom: 6rem;
  position: relative;
}
.single-article__content-txt h2{
  margin-bottom: 5rem;
  position: relative;
}
.single-article__content-txt h1::after,
.single-article__content-txt h2::after {
  content: '';
  top: 5.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 0.4rem;
  background-color: var(--clr1);
  position: absolute;
}
.single-article__content-txt h2::after {
  width: 7rem;
  top: 4.3rem;
}
.single-article__content-txt h3{
  margin-bottom: 4rem;
}
.single-article__content-txt h4{
  margin-bottom: 3rem;
}
.single-article__content-txt h5{
  margin-bottom: 2rem;
}
.single-article__content-txt h6 {
  margin-bottom: 1.5rem;
}
.single-article__content-txt h1,
.single-article__content-txt h2,
.single-article__content-txt h3,
.single-article__content-txt h4,
.single-article__content-txt h5,
.single-article__content-txt h6,
.single-article__content-txt h1 *,
.single-article__content-txt h2 *,
.single-article__content-txt h3 *,
.single-article__content-txt h4 *,
.single-article__content-txt h5 *,
.single-article__content-txt h6 * {
    font-weight: 600;
}
.single-article__content-txt h1 strong,
.single-article__content-txt h2 strong,
.single-article__content-txt h3 strong,
.single-article__content-txt h4 strong,
.single-article__content-txt h5 strong,
.single-article__content-txt h6 strong,
.single-article__content-txt h1 b,
.single-article__content-txt h2 b,
.single-article__content-txt h3 b,
.single-article__content-txt h4 b,
.single-article__content-txt h5 b,
.single-article__content-txt h6 b {
  font-weight: 700;
}

.single-article__content-txt h1,
.single-article__content-txt h1 * {
  font-size: 2.4rem;
}
.single-article__content-txt h2,
.single-article__content-txt h2 * {
  font-size: 2.2rem;
}
.single-article__content-txt h3,
.single-article__content-txt h3 * {
  font-size: 2rem;
}
.single-article__content-txt h4,
.single-article__content-txt h4 * {
  font-size: 1.8rem;
}
.single-article__content-txt h5,
.single-article__content-txt h5 * {
  font-size: 1.6rem;
}
.single-article__content-txt h6,
.single-article__content-txt h6 * {
  font-size: 1.4rem;
}
.single-article__content-txt p{
  margin-bottom: 3rem;
}
.single-article__content-txt p,
.single-article__content-txt p * {
  font-size: 1.6rem;
  line-height: 140%;
}
.single-article__content-txt p * {
  font-weight: 400;
}
.single-article__content-txt p b,
.single-article__content-txt p strong {
  font-weight: 700;
}
.single-article__content-txt img{
  margin-bottom: 3rem;  
}
main.single-article {
  padding-bottom: 4rem;
  background-image: url(../img/bg2.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
}
.single-article__btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-article__btns {
  width: 100rem;
  margin: 4rem auto 0 auto;
}
.single-article__btn {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
}
.single-article__btn a {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
}
.single-article__btn img {
  display: block;
  width: 0.7rem;
}
.single-article__btn-prev img {
  margin-right: 1.1rem;
}
.single-article__btn-next img{
  margin-left: 1.1rem;
}
main.single-article .separateur {
  width: 36.3rem;
  margin: 4rem auto;
}
.single-article__h2 {
  font-family: "ofelia-text";
  color: var(--clr1);
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin-bottom: 4rem;
  font-weight: 600;
}
.single-article-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  gap: 2rem;
  width: 124rem;
  margin: 0 auto;
}
main.search .search_holder {
  margin: 0 auto;
  width: 60rem;
  height: 6rem;
  background-color: var(--primary-color);
  border-radius: 20rem;
  padding: 0 5rem 0 4.6rem;
  position: relative;
}
main.search .search_holder img {
  width: 2.5rem;
}
main.search .search_holder input {
  width: calc(100% - 2.5rem);
  padding-right: 1.5rem;
  border-bottom: 0;
  font-size: 1.9rem;
  font-weight: 600;
  height: 4rem;
}
main.search .h1{
  margin-top: 2.8rem;
  margin-bottom: 3.2rem;
}
main.search .search_holder input::placeholder {
  color: var(--secondary-color);
  opacity: 0.6;
}
main.search .search_holder input::-ms-input-placeholder{
  color: var(--secondary-color);

}
.search-infos {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 6rem;
  margin-bottom: 2.4rem;
}
.search-infos span {
  font-size: 1.8rem;
  font-weight: 700;
}
.search-resault {
  width: 100rem;
  margin: 0 auto;
}
.larg-box {
  display: flex;
  margin-bottom: 2.4rem;
}
.larg-box .photo-thumbnail {
  height: 20rem;
  width: 40rem;
  background-color: #C4C4C4;
  object-fit: cover;
  object-position: center;
}
.search .larg-box .photo-thumbnail {
  display: block;
}
.larg-box .block-content {
  width: calc(100% - 40rem);
  padding: 2.4rem 4.8rem 0 4.8rem;
}
.search-resault2 {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  background-color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  border-top: none;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 0.5rem 1.2rem;
}
.search-resault2 ul {
  list-style: none;
}
.search-resault2 li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.search-resault2 li:last-child{
  border-bottom: none;
}
.search-resault2 li a {
  text-align: left;
  font-size: 1.6rem;
  display: block;
}
.search-resault2 li a:hover {
  color: var(--clr1);
}
main.search .search_holder.full {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.larg-box .block-content p {
  width: 50.4rem;
  font-size: 1.4rem;
}
main.search {
  padding-bottom: 10rem;
}
main.search .block-content h6 {
  padding-top: 0.3rem;
}
main.search .block-content-infos,
main.search .block-content p {
  margin-bottom: 0.8rem;
}
main.search .block-content h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
main.search .block-content h2::after {
  width: 6rem;
  top: calc(100% + 0.3rem);
}
.larg-box .iframe {
  width: 40rem;
  height: 20rem;
}
.larg-box .iframe iframe {
  width: 100%;
  height: 100%;
}
.larg-box .empty-vod {
  width: 40rem;
  height: 20rem;
  background-color: #C4C4C4;
}
.larg-box .audio-holder {
  width: 40rem;
  height: 20rem;
  background-color: var(--clr1);
  position: relative;
}
.larg-box .audio-holder audio {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.audio-holder .gif{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.audio-holder .gif1{
  display: block;
}
.audio-holder .gif2 {
  display: none;
}

.larg-box.playing .audio-holder .gif1{
  display: none;
}
.larg-box.playing .audio-holder .gif2 {
  display: block;
}
.play2 {
  width: auto;
  height: 1.9rem;
  margin: 0.8rem auto 0 0;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding-left: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  color: var(--clr1);
  background-color: var(--primary-color);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/play.svg);
}
.larg-box.playing .play2 {
  background-image: url(../img/pause2.svg);
}
.audio-duration {
  display: block;
  margin: 2rem auto 0.8rem 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 1.4rem;
  text-align: left;
}

main.search .larg-box-audio .block-content h2 {
margin-top: 1.5rem;
}

header .search_holder.full {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
main.informations .side_info-content{
  padding-top: 6rem;
}
main.informations .side_info-content h1 {
  font-size: 3.3rem;
}
.mob_slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll_top {
  position: fixed;
  right: 0.6rem;
  z-index: 99;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--clr1);
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  bottom: 2rem;
  transition-duration: 0.3s;
}
.scroll_top.bottom {
  bottom: 22rem;
}
.scroll_top.top{
  display: none;
}
.scroll_top img{
  display: block;
}
.iframe-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.iframe-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6rem;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.iframe-img:hover img {
  opacity: 1;
}
.blog_video .iframe-img {
  width: 37.8rem;
  height: 21.8rem;
  cursor: pointer; 
  margin-bottom: 1.2rem;
}
.search-resault .larg-box {
  display: none !important;
}
.search-resault .larg-box.show {
  display: flex !important;
}
.video-duration {
  display: none !important;
}
.single-video .iframe iframe {
  width: 100%;
  height: 100%;
}
.list-pays.changed {
  background-color: var(--clr1);
  color: var(--primary-color);
}
.list-pays.changed li {
  color: var(--primary-color);
}
.list-pays.changed li img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(341deg) brightness(104%) contrast(103%);
}
.list-pays.changed li:hover{
  color: var(--primary-color);
}

.list-pays.changed.active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.list-pays.changed.active li {
  color: var(--secondary-color);
}
.list-pays.changed.active li img {
  filter: initial;
}
.list-pays.changed.active li:hover{
  color: var(--clr1);
}
.blog-all{
  padding-bottom: 3rem;
}
.blog-all .iframe-img {
  height: 20rem;
}
.blog-all .larg-box {
  display: block;
  margin-bottom: 0;
}
.blog-all .larg-box.larg-box-audio .block-content {
  width: 100%;
  height: auto;
  min-height: 26rem;
}
.blog-all .larg-box .audio-holder {
  width: 100%;
}
.blog-all .play2 {
  margin-top: 1.8rem;
}
.home-cat .section1 .content h1 {
  display: none;
}
.home-cat .section1 .content .h1-show {
  color: #EA504B;
  display: block;
}
.a-video{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  color: var(--clr1);
}
.a-video:hover{
  text-decoration: underline;
  color: var(--clr1);
}
.a-video img {
  width: 0.7rem;
  display: block;
  margin-right: 0.5rem;
}
.photo-title {
  margin: 0 auto 1.5rem auto;
  font-size: 2rem;
  line-height: 2rem;    
  position: relative;
  font-family: "ofelia-text";
  font-weight: 700;
  text-align: left;
}
.photo-title::after {
  content: '';
  width: 6rem;
  height: 0.4rem;
  background-color: var(--clr1);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
}
.photo-desc {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
}
.photo-desc * {
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
}
.single-article-title h1 {
  font-family: "ofelia-text";
  font-weight: 500;
  font-size: 3.2rem;
  color: var(--clr1);
  margin-bottom: 2rem;
}
.normal-video {
  height: 44rem;
  overflow: hidden;
  position: relative;
  background-color: var(--secondary-color);
}
.normal-video video {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.normal-video .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: transparent;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
  opacity: 0.7;
  transition-duration: 0.3s;
  cursor: pointer;
}
.img2:hover{
  opacity: 1;
}
.normal-video.playvod video {
  z-index: 3;
  background-color: #000000;
}
.normal-video.playvod .img2{
  display: none;
}
blockquote::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

blockquote::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath d="M0 216C0 149.7 53.7 96 120 96l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72zm256 0c0-66.3 53.7-120 120-120l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1.1rem;
  vertical-align: middle;
}
blockquote *:last-child{
  margin-bottom: 0;
}
blockquote * {
  display: inline;
}

.single-article-posts video,
.single-article-posts .img {
  width: 100%;
  height: 20rem;
  background-color: var(--secondary-color);
  object-fit: contain;
}
.single-article-posts .img {
  background-position: center;
  background-size: cover;
}
.filter-holder {
  z-index: 5;
}
.search .normal-video {
  height: 20rem;
  width: 40rem;
}
.single-article video {
  height: 50rem;
  background-color: #000000;
}
.single-video.single-article video {
  height: 100%;
}
/* .photo-box-3 img {
  object-fit: contain !important;
} */
.single-article li {
  text-align: left;
}
.single-article ul{
  margin-bottom: 3rem;
}

.single-article ul li{
  margin-bottom: 1rem;
}
.single-article ul li:last-child{
  margin-bottom: 0;
}

.search .iframe .a,
.search .normal-video .a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
}
.bg-img-holder {
  display: none;
}