/*
 Theme Name: Dix Auto Conseil
 Theme URI: https://themeforest.net/user/dropletthemes
 Description: A Child Theme for Ridealong - Car Rental and Limousine WordPress Theme
 Author: Etienne Pigeyre
 Author URI: https://studiodpe.com
 Text Domain: dixautoconseil
 Template: ridealong
 Version: 1.0
*/

:root {
  --color-accent: #D1B096;
  --color-accent-secondary: #D7DADC;
  --color-black: #000;
  --color-secondary: #192A30;

}

/**
* HEADINGS
*/
h1 {
  font-size: 2rem !important;
}

h1.titlebar-title {
  color: var(--color-accent) !important;
}

h2 {
  font-size: 1.8rem !important;
}

h3 {
  font-size: 1.6rem !important;
}

h5,
h6 {
  font-size: 1.2rem !important;
}

h1 em {
  color: var(--color-accent);
}

@media all and (min-width: 768px) {
  h1 {
    font-size: 3.2rem !important;
  }

  h2 {
    font-size: 2.4rem !important;
  }

  h3 {
    font-size: 1.6rem !important;
  }
}

@media all and (min-width: 1024px) {
  h1 {
    font-size: 3.6rem !important;
  }

  h2 {
    font-size: 2.8rem !important;
  }
}

/*
 * INTRO
 */
#site-titlebar::after {
  background-color: var(--color-secondary);
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*
 ¨FOOTER
 */
.widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.grecaptcha-badge { visibility: hidden; }

/*
 * TESTIMONIALS
 */
.droplet-swiper-arrows svg:hover,
.droplet-swiper-arrows svg:focus {
  fill: var(--color-accent) !important;
}

/*
* UTILS
*/
.h-full {
  height: 100% !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}
