:root {
    --primary-color: #ffffff;
    --secondary-color: #000000;
    --tertiary-color: rgba(214, 187, 98, 0.05);
    --clr1: #EA504B;
  }
  @media (max-width: 991px) {
    html {
        font-size:0.815458937198068vw;
        font-size: 2.415458937198068vw;
    }
    .hide_mob {
        display: none !important;
    }
    /* construction page */
    .construction {
        height: 100%;
    }
    .construction footer {
        height: 6.4rem;
        padding: 0;
    }
    .construction footer .footer_container{
        margin: 0;
        padding-left: 3rem;
    }
    .construction footer p {
        text-align: left;   
    }
    .construction footer img {
        width: 6.4rem;
        height: 6.4rem;
        top: 0;
        right: 0;
    }
    .construction main {
        height: calc(100% - 6.4rem);
        min-height: 65rem;
        justify-content: center;
        align-items: center;
        padding-top: 7.4rem;
    }
    .construction header {
        height: 7.4rem;
    }
    .construction .header_logo3 {
        width: 7.4rem !important;
    }
    .construction .header_text {
        margin: 0 0 0 auto;
        width: calc(100% - 7.4rem);
    }
    .construction .header_text h1,
    .construction .header_text h1 a {
        text-align: center;
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .construction .header_text span,
    .construction .header_text a span {
        text-align: center;
        font-size: 1.9rem;
        line-height: 1.9rem;
    }
    .construction .primary-btn {
        display: none;
    }
    .screwdriver {
        width: 5.8rem;
        display: block;
        margin: 0 auto;
    }
    .construction main h1 {
        margin: 2.4rem auto;
        font-size: 2.6rem;
        line-height: 125%;
        width: 35.4rem;
    }
    .construction main p {
        font-size: 1.8rem;
        width: 35.4rem;
    }
    .construction main .separateur {
        width: 22rem;
        margin: 6.4rem auto;
    }
    .url-box {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.6rem;
    }
    .url-box a {
        font-size: 1.6rem;
    }
    .url-box img {
        width: 3.2rem;
        margin-right: 0.8rem;
    }
    header{
        width: 100%;
        height: 7.4rem;
    }
    .header_logo3{
        position: initial;
        height: 7.4rem;
        width: auto !important;
        display: block;
    }
    .header_text{
        margin: 0 auto 0 2rem;
    }
    .header_text h1,
    .header_text h1 a{
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .header_text span,
    .header_text a span{
        display: block;
        text-align: left;
        font-size: 1.6rem;
    }
    .mob_slide{
        box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
        width: calc(100% - 7.5rem);
        position: absolute;
        right: 0;
        top: 7.3rem;
        background-color: var(--primary-color);
        padding: 2rem 3rem;
        display: block;
    }
    .primary-btn1{
        display: flex;
        margin-bottom: 2rem;
    }
    .primary-btn2 {
        border: #D6BB62 solid 1px;
        border-radius: 0.8rem;
        font-size: 2rem;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #3D3938;
        height: 5.6rem;
        width: 100%;
      }
    .search_holder2{
        display: none;
    }
    .side_info {
        display: none;
    }
    #menu-header{
        display: block;
    }
    main {
        margin-top: 7.4rem;
    }
    .section1 {
        padding: 3rem 0;
    }
    .container {
        width: 35.4rem;
    }
    .content h1 {
        font-size: 2.7rem;
        margin-bottom: 3rem;
    }
    .content h1 strong {
        font-size: 2.7rem;
        padding-right: 0.5rem;
    }
    .content h1 br {
        display: none;
    }
    .content p {
        text-align: left;
        margin-bottom: 3rem;
    }
    .slick-home {
        width: 100%;
        margin-bottom: 4.5rem !important;
    }
    .slick-home-slide {
        width: 100%;
    }
    .slick-home-slide .photo-box img,
    .iframe,
    .block-box iframe {
        height: 20rem;
    }
    .single-video .iframe {
        height: 23rem;
    }
    .block-content {
        padding: 2.4rem 3rem;
    }
    .block-content h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6rem;
    }
    .block-content p {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .iframe .nv,
    .photo-box .nv {
        height: 3.8rem;
        padding: 0.75rem 1.5rem;
        left: 2.7rem;
    }
    .iframe .nv span,
    .photo-box .nv span {
        font-size: 1.8rem;
        line-height: 11.8rem;
    }
    .slick-home .slick-prev, .slick-home .slick-next {
        top: 20.5rem;
        width: 1.5rem;
        height: 2.4rem;
        /* border-radius: initial; */
        /* background-color: transparent; */
        box-shadow: initial;
        background-size: contain;
        /* top: initial; */
        /* bottom: -7.5rem; */
        background-position: center;
        width: 5.5rem;
        height: 5.5rem;
        background-size: 2rem 2.5rem;
    }
    .slick-home .slick-prev {
        left: -2rem;
        /* background-position: center left 1rem; */
    }
    .slick-home .slick-next {
        right: -2rem;
    }
    .slick-home .slick-dots button {
        margin: 0 auto;
    }
    .bg-holder {
        padding: 3rem 0 0 0;
        background-image: url(../img/bg2_m.jpg);
    }
    .section2 .h2 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .section2 .container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section2 .d-flex {
        margin: 0 auto;
        width: 35.4rem;
    }
    .side-bare-zone1 {
        margin-bottom: 0;
        margin-top: 0;
        border-radius: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .side-bare-zone2 {
        border-radius: 0;
        margin-bottom: 4rem;
        background-color: var(--secondary-color);
    }
    .footer {
        background-color: var(--secondary-color);
    }
    .footer_container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        margin: 0;
    }
    .footer_container p a {
        display: inline-block;
        margin-bottom: 1.5rem;
    }
    .footer_logo1 {
        position: initial;
        margin: 4rem auto 0 auto;
    }
    .footer_logo1 {
        width: 12rem !important;
    }
    .section2 .d-flex {
        display: block;
    }
    .section2 .d-flex,
    .small-box.block-box {
        width: 100%;
    }
    .blogs-holder {
        width: 35.4rem;
        margin: 0 auto;
        gap: 3rem;
    }
    .small-box.block-box .block-content {
        padding: 2.4rem 3rem;
        min-height: 24.5rem;
    }
    .blog-all .small-box.block-box .block-content {
        min-height: auto;
    }
    .small-box.block-box .block-content p {
        -webkit-line-clamp: 5;
    }
    .blogs-holder .small-box.block-box {
        width: 35.4rem;
    }
    .side-bare {
        width: 100%;
        margin-top: 4rem;
    }
    .blog-photo img {
        width: 17.3rem;
        height: 9.9rem;
    }
    .blog-photo-holder {
        width: 35.4rem;
        margin: 0 auto;
    }
    .blog_video iframe {
        width: 35.4rem;
        height: 20.4rem;
    }
    main.blog .container .url-box,    
    main.photos .container .url-box,
    main.videos .container .url-box,
    main.search .container .url-box,
    main.blog-all .container .url-box,
    .container-url-box .url-box  {
        margin-bottom: 2.5rem;
        padding-top: 1.6rem;
    }
    .container-url-box .url-box {
        margin-bottom: 0;
    }
    .url-box a {
        font-size: 1.2rem;
        text-align: left;
    }
    .url-box span {
        padding: 0 0.7rem;
    }
    .h1,
    main.search .h1 {
        font-size: 2.7rem;
        margin-bottom: 3rem;
    }
    .h1 span {
        font-size: 2.7rem;
    }
    .filter-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem;
    }
    .total {
        margin: 0 auto 2rem auto;
        min-width: 21.8rem;
    }
    main.blog {
        padding-bottom: 4rem;
        min-height: auto;
    }
    .list-pays {
        width: 100%;
    }
    .list-pays-holder {
        width: 21.8rem;
    }
    .list-pays li:first-child {
        width: 100%;
        justify-content: center;
    }
    .p-infos {
        width: 35.4rem;
        margin-bottom: 0;
    }
    .photo-box {
        width: 100%;
        height: 19.9rem;
        margin: 0 auto 3rem auto;
    }
    .photos-holder3 {
        width: 35.4rem;
        margin: 0 auto;
    }
    .photos-slick {
        width: 100%;
    }
    main.photos {
        padding-bottom: 4rem;
    }
    .videos-holder {
        width: 100%;
    }
    main.videos .block-box {
        width: 35.4rem;
        margin: 0 auto;
    }
    main.videos .iframe {
        height: 19.9rem;
    }
    main.videos .block-content {
        padding-top: 4rem;
        position: relative;
        display: block;
    }
    main.videos .block-content p{
        font-size: 1.6rem;
        width: auto;
        -webkit-line-clamp: 5;
    }
    main.videos .block-content-infos {
        position: absolute;
        top: 0.8rem;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
    }
    main.videos .block-content-infos h6{
        font-size: 1.4rem;
        text-align: left;
    }
    .video-duration {
        text-align: right;
        font-size: 1.4rem;
    }
    main.videos .separateur {
        width: 22rem;
        margin: 3rem auto;
    }
    .show-more-videos{
        margin-top: 3rem;
    }
    .show-more-videos {
        padding-bottom: 4rem;
    }
    .block-photo,
    .slick-counter,
    .photos-holder2,
    main.photos .separateur {
        display: none !important;
    }
    main.videos{
        min-height: auto;
    }
    main.search .search_holder {
        width: 35.4rem;
        padding: 0 2.5rem 0 2.5rem;
    }
    .search-infos {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .search-resault {
        width: 35.4rem;
    }
    .larg-box {
        display: block;
    }
    .larg-box .audio-holder,
    .larg-box .photo-thumbnail {
        width: 100%;
    }
    .larg-box .block-content {
        width: 100%;
        padding: 2.4rem 3rem;
    }
    .larg-box .block-content p {
        width: auto;
        -webkit-line-clamp: 5;
    }
    .larg-box .iframe,
    .search .normal-video {
        width: 100%;
    }
    main.search{
        padding-bottom: 4rem;
    }
    main.informations .side_info-content h1 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .side_info-content h2, .side_info-content h3, .side_info-content h4, .side_info-content h5, .side_info-content h6, .side_info-content h2 *, .side_info-content h3 *, .side_info-content h4 *, .side_info-content h5 *, .side_info-content h6 * {
        font-size: 2rem;
    }
    .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: 2rem;
    }
    .side_info-content h2, .side_info-content h3, .side_info-content h4, .side_info-content h5, .side_info-content h6 {
        margin-top: 3rem;
    }
    main.single-article {
        padding-bottom: 2.4rem;
        position: relative;
        background-image: none;
        background-color: var(--primary-color);
    }
    .single-article .container {
        width: 100%;
    }
    .single-article__container {
        margin: 0 auto;
        width: 100%;
        box-shadow: initial;
        border-radius: 0;
    }
    .single-article__img {
        height: 20rem;
    }
    .single-article__content {
        padding: 2.4rem 3rem 0 3rem;
    }
    .single-videos .single-article__content {
        padding: 2.4rem 3rem;
    }
    .single-article__content-txt{
        width: 100%;
    }
    .single-article__content-txt h1{
        margin-bottom: 4rem;
        text-align: left !important;
        font-size: 2rem;
    }
    .single-article__content-txt h1::after {
        top: 6.5rem;
    }
    .single-article__content-txt p{
        margin-bottom: 2rem;
    }
    .single-article__btns{
        width: 100%;
        padding: 0 3rem;
        margin: 3rem auto 0 auto;
    }
    .single-article__btn a{
        /* font-size: 1.6rem; */
    }
    main.single-article .separateur{
        margin: 2rem auto 3rem auto;
        width: 22rem;
    }
    .single-article__h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .single-article-posts{
        width: 35.4rem;
        display: block;
    }
    .single-article-posts .block-box.small-box:last-child:not(:first-child) {
        display: none;
    }
    
    .menu-item a {
        display: block;
        margin: 0;
        text-align: right;
        padding: 1rem 0 1rem 0;
        min-width: 10.1rem;
    }
    .menu .menu-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 2rem;
    }
    .menu .menu-item:last-child a {
        border-bottom: none;
    }
    .sub-menu{
        position: initial;
        transform: initial;
        box-shadow: none;
    }
    .menu-item.menu-item-has-children .sub-menu li a {
        text-align: right;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 500;
    }
    .menu-item.menu-item-has-children .sub-menu li:first-child a {
        padding-top: 0;
    }
    .menu-item.menu-item-has-children .sub-menu li:last-child a {
        border-bottom: none;
    }
    .mob_slide {
        display: none;
    }
    .mob_slide2{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 10rem;
    }
    .search-ico {
        width: 2.5rem;
        display: block;
    }
    .vbp-header-menu-button {
        width: 4rem;
        height: 2.5rem;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        transform: scaleX(-1);
    }
    
    .vbp-header-menu-button span {
        display: block;
        width: 100%;
        height: 0.4rem;
        background-color: #3D3938;
        border-radius: 0.4rem;
        position: absolute;
        transition: transform 0.3s, opacity 0.3s;
    }
    
    .vbp-header-menu-button .top {
        top: 0;
        transform: translateY(0);
    }
    
    .vbp-header-menu-button .middle {
        top: 50%;
        transform: translateY(0);
    }
    
    .vbp-header-menu-button .bottom {
        top: 100%;
        transform: translateY(33%);
    }
    
    /*** Cross Mode (Menu Open State) ***/
    .vbp-header-menu-button.menu-open .top {
        transform: rotate(45deg) translateY(0);
        top: 49%;
    }
    
    .vbp-header-menu-button.menu-open .middle {
        transform: scaleX(0.1);
        opacity: 0;
    }
    
    .vbp-header-menu-button.menu-open .bottom {
        transform: rotate(-45deg) translateY(0);
        top: 53%
    }
    .scroll_top{
        right: -2.5rem;
        width: 5rem;
        height: 5rem;
        padding-right: 2rem;
    }
    .scroll_top.change {
        background-color: var(--primary-color);
    }
    .scroll_top.change img {
        filter: invert(47%) sepia(78%) saturate(1236%) hue-rotate(327deg) brightness(90%) contrast(103%);
    }
    .scroll_top img {
        width: 1.4rem;
    }
    .scroll_top.bottom {
        bottom: 4rem;
    }
    .audio-player-container {
        margin-right: auto;
        margin-left: auto;
    }
    .show-more,
    .show-more-2 {
        text-decoration: underline;
    }  
    .home .small-box.block-box:nth-child(4), .home .small-box.block-box:nth-child(5), .home .small-box.block-box:nth-child(6), .home .small-box.block-box:nth-child(7), .home .small-box.block-box:nth-child(8),
    .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;
    } 
    .single-article .url-box {
        position: absolute;
        top: 1.5rem;
        left: 2.3rem;
    }
    .single-article .url-box strong {
        color: #000000;
    }

    .single-article .url-box {
        position: initial;
        top: initial;
        left: initial;
        padding-top: 1.5rem;
        padding-left: 1rem;
        padding-bottom: 1.5rem;
    }
    .single-article .url-box strong {
        color: var(--clr1);
        width: 14rem;
        white-space: nowrap;
        overflow: hidden;
        font-size: 1.2rem;
        text-overflow: ellipsis;
        display: inline-block;
    }
    .single-article .url-box{
        /* display: block; */
        text-align: left;
    }
    .single-article .url-box * {
        display: inline-block;
    }
    .search-resault .larg-box.show {
        display: block !important; 
    }
    .blog-all .larg-box {
        width: 35.4rem;
    }
    .blog-all .larg-box.larg-box-audio .block-content{
        min-height: auto;
    }
    .show-more:hover {
        color: var(--clr1);
    }  
    .blog_video .iframe-img{
        margin-right: auto;
        margin-left: auto;
    }
    .photo-title {
        font-size: 1.7rem;
        line-height: 1.7rem;
        margin: 0 auto 1.3rem auto;
    }
    .photo-title::after{
        width: 5rem;
        height: 0.3rem;
    }
    .single-article-title h1{
        font-size: 2.6rem;
        /* margin-bottom: 3rem; */
    }
    .single-article video{
        /* height: 50rem; */
    }
    .bg-img-holder {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .bg-img-holder.active {
        display: block;
    }
    .bg-img-holder div {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .bg-img-holder div:after{
        display: inline-block;
        content: "\00d7"; /* This will render the 'X' */
        color: #ffffff;
        position: absolute;
        top: 8.4rem;
        right: 1rem;
        font-size: 6rem;
        cursor: pointer;
      }
    .bg-img-holder img {
        width: 100%;
    }
}
  @media (min-width: 992px) {
    html {
        font-size: 0.4208333333333333vw;
        font-size: 0.5208333333333333vw;
        font-size: 0.6944444444444444vw;
    }
    .hide_desk {
        display: none !important;
    }
    .url-box a:hover{
        color: var(--clr1);
    }
    .block-content .a:hover span {
        text-decoration: underline;
    }
    .slick-home .slick-prev:hover,
    .slick-home .slick-next:hover {
        transform: translate(0, -50%) scale(1.1);
        background-color: rgba(234, 80, 75, 0.45);
        /* background-color: rgba(255, 255, 255, 0.8); */
        backdrop-filter: blur(0px);
    }
    .side-bare-zone2 .share-links a:hover {
        transform: scale(1.1);
    }
    .primary-btn:hover {
        color: var(--primary-color);
        transform: scale(1.05);
    }
    .footer_container a:hover{
        text-decoration: underline;
    }
    .side_info-content p a:hover {
        color: var(--clr1);
    }
    .menu-item a:hover {
        color: var(--clr1);
    }
    .menu-item.menu-item-has-children a:hover::after{
        background-image: url(../img/arrow-bottom2.svg);
    }
    .show-more-blog:hover,
    .show-more:hover {
        color: var(--secondary-color);
        color: var(--clr1);
        text-decoration: underline;
    }
    main.blog .container,
    .container-url-box {
        width: 100%;
        max-width: initial;
    }
    main.blog .container .url-box,
    .container-url-box .url-box {
        padding-left: 20rem;
    }
    main.blog .blogs-holder,
    main.blog-all .blogs-holder{
        width: 126.6rem;
    }
    main.blog .blogs-holder .small-box:last-child{
        display: initial;
      }
    .show-more-photos {
        display: none;
    }
    .scroll_top:hover{
        transform: scale(1.1);
    }
    
    .photos-slick .slick-next:hover,
    .photos-slick .slick-prev:hover {
        transform: translate(0, -50%) scale(1.15);
    }
    .single-article__btn a:hover {
        text-decoration: underline;
    }
    main.home .show-more {
        margin-top: 5.6rem;
    }
    .photo-desc,
    .photo-desc * {
        font-size: 1.5rem;
        line-height: 1.9rem;
        text-align: left;
      }

  }
  @media (min-width: 992px) and (max-height: 900px) {
    .side_info .side_info-container{
        padding: 2rem 4rem;
    }
    .side_info-content img:first-child {
        margin-bottom: 2rem;
    }
    .side_info-content img:last-child {
        margin-top: 2rem;
    }
    .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: 2.6rem;
    }
    .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: 1rem;
    }
  }
  @media (min-width: 992px) and (max-height: 755px) {
    .side_info-content img:first-child {
        margin-bottom: 1rem;
    }
    .side_info-content img:last-child {
        margin-top: 1rem;
    }
    .side_info {
        top: 10.5rem;
    }
    .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: 0.6rem;
    }
  }
  @media (min-width: 1000px) {

  }
  @media (min-width: 1441px) {
    html {
        font-size: 10px;
    }

  }
  @media (min-width: 1860px) {
    .section2 .container {
        width: 180rem;
    }
    .section2 .d-flex {
        width: 137rem;
        margin: 0 6.5rem;
    }
    .section2 .blogs-holder{
        width: 124rem;
    }
    .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: initial;
    }

  }