/*
Theme Name: Quanto Child
Theme URI: https://wp.framerpeak.com/quanto/
Author: Mirrortheme
Author URI: https://themeforest.net/user/mirrortheme
Template: quanto
Tested up to: 5.8
Requires PHP: 7.4
Description: Quanto Child Theme - A child theme for Quanto, the Creative Agency & Portfolio WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: quanto-child
Copyright (C) 2025 Mirrortheme
*/

/* 
    Add your custom styles below 
*/


.rouge {color:#FD1432;}
.quanto-service-box6 .service-content {margin-top: 0px !important;}
.cta-services .quanto-link-btn {border-bottom:1px solid #FD1432;}
.quanto-service-box5 .service-number {display: none !important;}
.main-menu ul.sub-menu li a {text-transform: none !important;}
.quanto-video {max-height: 1100px !important;}

.quanto-contact__form select.wpcf7-select.quanto-select {
  width: 100%;
  padding: 24px 64px 24px 24px;
  border: 0;
  border-radius: 8px;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 28px center;
  color: rgba(33, 37, 41, 0.75) !important;
  -webkit-text-fill-color: rgba(33, 37, 41, 0.75) !important;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.quanto-contact__form select.wpcf7-select.quanto-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.quanto-contact__form select.wpcf7-select.quanto-select.wpcf7-not-valid {
  box-shadow: 0 0 0 1px #dc3232;
}

/* Page 404 - image SVG principale */
body.error404 .error-section .error__content > img {
  width: 75% !important;
  max-width: 75% !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Page 404 - titre */
body.error404 .error-section .error__content > h1.title {
  font-size: 120px !important;
  line-height: 1.05;
}
@media only screen and (max-width: 767.98px) {
  body.error404 .error-section .error__content > h1.title {
    font-size: 64px !important;
  }

  body.error404 .error-section .error__content > img {
    width: 85% !important;
    max-width: 85% !important;
  }
}

.elementor-6479 .elementor-element.elementor-element-559d8a2 .menuBar-toggle {background-color: #ffffff;}


/* Lien Contact ajouté uniquement dans le menu mobile */
.quanto-mobile-menu .mobile-contact-link > a {
  text-decoration: none !important;
  text-transform: none;
}