/*
Theme Name: Anthony Prosper - Portfolio
Theme URI: https://anthonyprosper.com
Description: Thème pour le site de Anthony Prosper - Portfolio
Template: hello-elementor
Version: 1.0
Tags: portfolio, responsive, html5, css3, jquery, php
Text Domain: anthonyprosper
Author: Kevin Darini
*/

/* General  */

body {
  max-width: 1920px !important;
}

/* header  */

.clientbtn a {
  color: #906F2C !important;
}

.clientbtn a:hover {
  text-decoration-color: #906F2C !important;
}

/* Prestations  */

.elementor-portfolio-item__title {
  line-height: 28px !important;
}

pre {
  color: #c8a764 !important;
  font-family: "DM Sans", Sans-serif !important;
  text-align: end;
  font-weight: 700 !important;
}

h6 {
  color: #c8a764 !important;
  font-family: "DM Sans", Sans-serif !important;
  font-weight: 700 !important;
}

/* Version mobile  */

/* Afficher le titre du portfolio en permanence sur mobile */
@media (max-width: 1138px) {
  .elementor-portfolio-item__overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
  }

  .elementor-portfolio-item__overlay h3 {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .elementor-nav-menu--dropdown {
    top: 60px !important;
  }

  .page-header h1 {
    visibility: hidden !important;
  }

  /* Masquer les fleches du testimonial  */

  .elementor-swiper-button-prev,
  .elementor-swiper-button-next {
    display: none !important;
  }
}
