/**
  * Theme Name: AWI THEME ASPS DEPANNAGE 24H/24
  * Description: 
  * Author: TAHIR M'hamed
  * 
  **/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --primary-100: #dfe8fa;
  --primary-200: #b0c1e6;
  --primary-300: #d3e0fd;
  --primary-400: #0e4dd6;
  --primary-500: #0a296d;
  --red-light: #ffc4c4;
  --yellow: #fcce00;
  --green: #27662a;
  --white: #ffffff;
  --black: #000000;
  --gray: #f0f0f0;
  /** Size **/
  --size-xs: 4px;
  --size-s: 8px;
  --size-m: 16px;
  --size-l: 32px;
  --size-xl: 64px;
  --size-xxl: 128px;
}

nav {
  background-color: var(--white) !important;
}
nav .navbar-brand {
  color: var(--primary-500);
  font-weight: bold;
}
nav .nav-link {
  color: var(--primary-500);
  font-size: 1.1em;
}

header {
  width: 100%;
  display: flex;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    height: 100vh !important;
  }
}
header h1 {
  font-size: clamp(1.75em, 5vw, 4em);
  font-weight: 700 !important;
  color: var(--primary-500);
  text-shadow: 0 1rem 3rem rgba(var(--black), 0.25) !important;
  margin-bottom: 0.25em;
}
header h1 span {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 1em !important;
}
header p {
  font-size: clamp(1.15em, 5vw, 2em) !important;
  font-weight: 600;
  color: var(--primary-500);
}
header .container-fluid {
  z-index: 101;
  margin: clamp(var(--size-xs), 5vw, var(--size-l));
  padding: clamp(var(--size-xl), 5vw, var(--size-xxl)) var(--size-l);
  background-image: url("https://aspsdepannage.agencemat360.com/wp-content/uploads/themes/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2em;
  height: 60vh !important;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .container-fluid {
    height: 80vh !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
    background-position: -1100px center;
  }
}

.head_page {
  width: 100%;
  height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("https://aspsdepannage.agencemat360.com/wp-content/uploads/themes/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4em;
}
.head_page h1 {
  color: var(--primary-500);
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
}

.btn-primary-200 {
  background-color: var(--primary-200) !important;
  color: var(--primary-500) !important;
}

.btn-primary-300 {
  background-color: var(--primary-300) !important;
  color: var(--primary-500) !important;
}

.btn-primary-500 {
  background-color: var(--primary-500) !important;
  color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
  color: var(--primary-500) !important;
}

.btn-lg {
  font-size: 1.5em !important;
  padding: 0.5em 1.5em !important;
  font-weight: bold !important;
}

.reassurance {
  position: relative;
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
  margin-top: -10em;
  z-index: 102;
}
.reassurance .card {
  background-color: var(--primary-500);
  color: var(--white);
  border: 0;
  margin: 1em 0.15em;
  border-radius: 2em;
}
.reassurance .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reassurance i {
  font-size: 4em !important;
}

.services {
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
}
.services h2 {
  text-align: center;
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  margin-bottom: 1em;
  color: var(--primary-500);
}
.services .card {
  background-color: var(--white);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.175) !important;
  border: 0;
  height: 100%;
}
.services .card .card-img-top {
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.services .card .badge-dispo {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: var(--green);
  color: var(--white);
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
}
.services .card h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.75em;
  color: var(--primary-500);
}
.services .card a {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}
.services .col-lg-4 {
  padding-bottom: 1.5em !important;
}
.services .card-footer {
  background: none !important;
  border: 0 !important;
  text-align: center;
  margin-bottom: 0.5em;
}

.satisfaction {
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
  background-color: var(--primary-100) !important;
}
.satisfaction h2 {
  text-align: center;
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  margin-bottom: 1em;
  color: var(--primary-500);
}
.satisfaction .card {
  border: var(--size-xs) solid var(--gray);
}
.satisfaction .card i {
  color: var(--yellow);
}

.faq {
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
}
.faq h2:not(.accordion-header) {
  text-align: center;
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  margin-bottom: 1em;
  color: var(--primary-500);
}

footer {
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
  background-color: var(--primary-500);
}
footer .nav .nav-link {
  color: var(--white) !important;
}

.zone_intervention {
  padding: clamp(2.5em, 5vw, 3.5em) 1em;
}
.zone_intervention h5 {
  color: var(--primary-500);
}/*# sourceMappingURL=style.css.map */