/** Start Responsive **/

.logo-mobile,
.switch-lang-mobile {
  display: none;
}

@media screen and (max-width: 1060px) {
  .hero-slider .swiper-slide.hero-slide .info {
    opacity: 1;
    visibility: visible;
  }
  footer .footer-links ul li:last-child {
    display: flex;
    order: -1;
  }
  body.page-template-artistes {
    overflow: initial;
  }
  .ml {
    padding-top: 100px;
  }
  .ml .ml-description {
    margin-top: 15px;
  }
  .contact .contact-info .left-side .cta a:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .contact .contact-info .left-side .cta a {
    color: var(--primary-color);
  }
  .switch-lang-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }
  .switch-lang-mobile li {
    position: relative;
  }
  .switch-lang-mobile li:last-child {
    padding-left: 10px;
  }
  .switch-lang-mobile li:last-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 11px;
    background: var(--text-color);
    border-radius: 50%;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
  }
  .switch-lang-mobile a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    opacity: 0.5;
  }
  .switch-lang-mobile a.active {
    opacity: 1;
  }
  body.home header {
    left: 0 !important;
  }
  footer .footer-content .email .reveal-text h4 {
    right: 0;
  }
  .modal-founder .modal-founder-header {
    padding: 0 0 10px 0;
  }
  .address-header,
  footer .back-top-top {
    display: none;
  }

  .logo-mobile {
    display: flex;
  }

  .logo-desktop {
    display: none;
  }

  header {
    width: 100%;
    height: 60px;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 15px;
  }

  header .logo {
    width: max-content;
    transform: rotate(90deg) translateY(-77px);
    position: absolute;
    top: -60px;
  }

  header .switch-mode_language {
    position: absolute;
    bottom: initial;
    right: 80px;
    transform: rotate(90deg);
    top: 0;
  }

  header:after {
    display: none;
  }

  nav {
    position: absolute;
    top: 60px !important;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--bg-color);
    z-index: 3;
    box-shadow: 0px 20px 16px 0px rgba(var(--bg-rgb), var(--border-alpha));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 14px 14px 14px;
    transition: 0.5s !important;
    transform: initial !important;
  }

  nav ul a.active {
    color: var(--text-color);
  }

  body.opened_menu nav {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  .address-header,
  footer .back-top-top,
  header .switch-mode_language ul {
    display: none;
  }

  nav ul {
    flex-direction: column;
  }

  nav ul a:after {
    display: none !important;
  }

  #nav-icon {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  body.opened_menu #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 8px;
  }

  body.opened_menu #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  body.opened_menu #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 8px;
  }

  .hero .hero-title h1,
  .hero-text .hero-text-content h2 {
    font-size: 64px;
    line-height: 70px;
  }

  .hero-slider .hero-slider-container {
    width: 100%;
  }

  .exhibitions .swiper {
    overflow: hidden;
  }

  .exhibitions .exhibitions-container {
    padding: 0 15px;
  }

  .hero .hero-content {
    gap: 25px;
  }

  .contact .contact-container {
    padding: 0 15px;
  }

  .contact .contact-form {
    padding-top: 35px;
  }

  .contact .contact-form input::placeholder,
  .contact .contact-form textarea::placeholder,
  .contact .contact-form input,
  .contact .contact-form textarea {
    font-size: 30px;
    line-height: 40px;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  footer .footer-content .block-reveal,
  footer .contact-title {
    height: 65px;
  }

  footer .footer-content .reveal-text,
  footer .contact-title .center {
    font-size: 40px;
    line-height: 60px;
  }

  footer .footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .contact .contact-info .left-side h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .aboutUs .aboutUs-history {
    padding-top: 40px;
  }
  .aboutUs .aboutUs-hero h1 {
    font-size: 55px;
    line-height: 62px;
  }
  .aboutUs .aboutUs-hero {
    gap: 20px;
  }
  .aboutUs .aboutUs-history {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    margin-top: 40px;
  }
  .aboutUs .aboutUs-history .right-side {
    width: 100%;
    gap: 15px;
  }
  .aboutUs {
    padding-top: 100px;
  }
  .aboutUs .aboutUs-history .left-side h2 br {
    display: none;
  }
  .aboutUs .aboutUs-history .left-side {
    width: 100%;
  }
  .modal-founder .modal-founder-container {
    width: 100%;
  }
  .our-founder {
    padding: 0px;
    margin: 50px 0;
  }
  .modal-founder .modal-founder-info {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .modal-founder .modal-founder-info .right-side .name_social-media {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-founder .modal-founder-info .left-side,
  .modal-founder .modal-founder-info .right-side {
    width: 100%;
  }
  .modal-founder .modal-founder-header {
    position: initial;
  }
  .modal-founder .modal-founder-container {
    height: initial;
  }
  .modal-founder .modal-founder-info .left-side img {
    object-position: top;
  }
  .modal-founder .modal-founder-info {
    height: 95vh;
    overflow-y: scroll;
    padding-top: 15px;
  }
  .exhibitions .swiper-slide {
    width: 100% !important;
    opacity: 1 !important;
    transform: initial !important;
  }

  .exhibitions .swiper-slide .image {
    width: 100%;
    height: auto;
  }
  .hero,
  .singleExhibition,
  .artistes {
    padding-top: 100px;
  }
  .artistes .artistes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
  }
  .artistes .artistes-container {
    padding: 0 15px;
  }
  .artistes .artistes-liste .list-item .image {
    display: none;
  }
  .artistes .artistes-header h1 {
    font-weight: 600;
    font-size: 45px;
  }
  .artistes .artistes-liste .list-item .name h2 {
    font-weight: 500;
    font-size: 25px;
  }
  .artistes .artistes-liste .list-item {
    padding: 15px 0;
  }
  .artistes .artistes-header ul li {
    font-size: 30px;
    line-height: 20px;
  }
  .artistes {
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
  }
  .artistes .artistes-liste,
  .artistes .artistes-images {
    display: none;
  }
  .artistes .artistes-images.active {
    display: grid;
  }

  .artistes .artistes-liste.active {
    display: flex;
  }
  .artistes .artistes-images .image-item img {
    object-position: top;
  }

  .singleExhibition .singleExhibition-container {
    padding: 0 15px;
  }
  .singleExhibition .singleExhibition-slider {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .singleExhibition .singleExhibition-info .left-side {
    width: 100%;
    flex-direction: column-reverse;
  }
  .singleExhibition .singleExhibition-info {
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
  }
  .singleExhibition .singleExhibition-info .right-side {
    width: 100%;
  }
  .singleExhibition .singleExhibition-slider .singleExhibition-slider-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .news .news-container {
    padding: 0 15px;
  }
  .news-grid {
    grid-template-columns: repeat(2, 360px);
  }
  .singleExhibition.singlePost .singleExhibition-slider {
    padding-bottom: 40px;
  }
  .singleExhibition.singlePost .singleExhibition-projects {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .singleExhibition .singlePost-intro h5 {
    margin-top: 20px;
  }
  .singleExhibition .singlePost-intro {
    padding: 0;
  }
  .singleExhibition.singlePost .singleExhibition-info .right-side {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .singleExhibition .singleExhibition-projects #projects-slider .swiper-slide {
    height: 350px;
  }
}

@media screen and (max-width: 780px) {
  nav ul a.active,
  nav ul a:hover {
    color: var(--text-color);
  }
  .news-grid {
    margin-top: 50px;
  }
  .news .news-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .news .news-filters {
    align-items: flex-start;
    position: relative;
    top: 0;
  }
  .news .news-filters ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .news .news-filters .remove-all {
    margin-top: 20px;
  }
  .singleExhibition .singleExhibition-about .singleExhibition-about-wrapper {
    flex-direction: column;
    position: relative;
    gap: 20px;
  }
  .singleExhibition .singleExhibition-about .right-side .info h3 {
    position: absolute;
    top: -50px;
  }
  .singleExhibition .singleExhibition-about .right-side .info h2 {
    margin-top: 0;
  }
  .hero .hero-title h1,
  .hero-text .hero-text-content h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .hero .hero-title h1 .char {
    opacity: 1 !important;
    filter: initial !important;
  }

  .hero-text {
    padding-top: 20px;
  }

  .exhibitions {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .aboutUs .aboutUs-hero h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .contact .contact-info {
    flex-direction: column-reverse;
  }
  .contact .contact-info .right-side {
    width: 100%;
  }
  .contact .contact-info .left-side {
    padding: 45px 15px;
  }
  .contact .contact-form .form-group_3 {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }
  .contact .contact-form .form-group_1 {
    margin-bottom: 18px;
  }
  .contact .info_submit .warning {
    width: 100%;
  }
  .contact .info_submit {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  footer .footer-links ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 15px;
  }
  footer .footer-content .reveal-text,
  footer .contact-title .center {
    font-size: 20px;
    line-height: 45px;
  }
  footer .footer-content .block-reveal,
  footer .contact-title {
    height: 45px;
  }
  footer .footer-content .footer-title h2:first-child {
    display: none;
  }
  .contact .contact-form input::placeholder,
  .contact .contact-form textarea::placeholder,
  .contact .contact-form input,
  .contact .contact-form textarea {
    font-size: 25px;
    line-height: 35px;
  }
  .contact .contact-form textarea {
    height: 90px;
    max-height: 100%;
  }
  .contact .contact-info .left-side h1 {
    font-size: 41px;
    line-height: 50px;
  }
  .contact .contact-info .left-side .address a {
    font-size: 22px;
    line-height: 25px;
  }
  .contact .contact-info .left-side ul {
    margin-top: 20px;
  }
  .contact .contact-info .left-side .cta a {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }
  .artistes .artistes-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .singleExhibition .singleExhibition-projects {
    padding-bottom: 50px;
  }
  .singleExhibition .singleExhibition-info .left-side h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .singleExhibition
    .singleExhibition-projects
    .singleExhibition-projects-header
    .swiper-pagination {
    gap: 10px;
  }
  .ml .ml-container {
    padding: 0 15px;
  }
  .ml .ml-description {
    padding: 0;
  }
  .ml .ml-header h1 {
    font-size: 34px;
    line-height: 35px;
  }
  .ml {
    padding-bottom: 50px;
  }
  .singleExhibition .singleExhibition-header .image {
    height: 250px;
  }
}

@media screen and (max-width: 550px) {
  .modal-founder .modal-founder-header {
    width: 100%;
  }
  .news .news-filters ul {
    gap: 15px;
  }
  .news {
    padding-bottom: 90px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .singleExhibition .singleExhibition-about .left-side {
    width: 100%;
    height: 430px;
  }
  .singleExhibition .singleExhibition-about .left-side img {
    object-position: top;
  }
  .artistes .artistes-images {
    grid-template-columns: repeat(1, 1fr);
  }
  .singleExhibition
    .singleExhibition-projects
    .singleExhibition-projects-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .singleExhibition .singleExhibition-about {
    padding-bottom: 50px;
  }
  .exhibitions .exhibitions-title h2 {
    font-size: 25px;
  }
  .exhibitions .exhibitions-title .switch-slide {
    align-self: center;
  }
  .hero .hero-title h1,
  .hero-text .hero-text-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /* .hero-slider .swiper-slide,
  .hero-slider .swiper {
    height: 370px !important;
  } */
  .artistes .artistes-liste .list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .artistes .artistes-liste .list-item .lire-plus {
    opacity: 0.5;
  }
  .aboutUs .aboutUs-hero h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
  }
  .aboutUs .aboutUs-history {
    gap: 7px;
    margin-top: 30px;
  }
}

/** End Responsive **/
