@charset "UTF-8";
/**
    Theme Name: AWI THEME AGENCY MAT 360
    Author: M'hamed TAHIR
    Version: 2.0
    Author URI: https://www.agencewebideal.fr/
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
html, body {
  scroll-padding-top: 4rem;
  font-family: "Montserrat", sans-serif !important;
}

:root {
  --green: #15e97f;
  --blue: #1546e9;
  --blue-variante: #1418d0;
  --blue-variante-rgba: rgba(20, 24, 208, 0.25);
  --blue-light: #ccf2ff;
  --gradient-blue: linear-gradient(45deg, var(--blue-variante), var(--blue));
  --white: #ffffff;
  --white-white-25: rgba(255, 255, 255, 0.25);
  --white-white-50: rgba(255, 255, 255, 0.5);
  --white-white-75: rgba(255, 255, 255, 0.75);
  --black: #000000;
  --gray-darken: #1a1b25;
  --yellow: #f8e110;
  --light-rgb: rgb(248,249,250);
}

.bg-blue-variante {
  background-color: var(--blue-variante) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-blue-variante {
  color: var(--blue-variante) !important;
}

.text-blue-light {
  color: var(--blue-light);
}

.text-yellow {
  color: var(--yellow) !important;
}

.text-green {
  color: var(--green);
}

header.home {
  position: relative;
  background-image: url("https://weworkies.fr/wp-content/uploads/themes/header.png");
  background-size: cover;
  min-height: 75vh;
  color: var(--blue-variante);
  padding-top: 5em;
}
header.home div.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.home h1 {
  font-size: clamp(1.5em, 5vw, 2.7em) !important;
}
header.home .numbers {
  font-weight: bold;
  font-size: clamp(1em, 5vw, 2.5em) !important;
  margin-bottom: 0 !important;
  text-align: center;
}
header.home small {
  text-align: center;
}
@media screen and (max-width: 767px) {
  header.home h1 {
    text-align: center;
  }
  header.home .numbers {
    font-weight: bold;
    font-size: clamp(2em, 5vw, 2.5em) !important;
    margin-bottom: 0 !important;
    display: block;
    text-align: center;
  }
  header.home small {
    text-align: center;
  }
}
header.home .card {
  border: 2px solid var(--blue-variante) !important;
  color: var(--blue-variante);
  background: none !important;
  padding: 1em;
  margin: 0.5em auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
header.home .card .card-body {
  background-color: var(--white-rgba-50) !important;
}
header.home .btn-white {
  background-color: var(--white) !important;
  color: var(--blue) !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}
header.home .btn-green,
header.home .single_add_to_cart_button,
header.home .button {
  background-color: var(--green) !important;
  color: var(--white) !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}

header.page,
header.product {
  position: relative;
  background-image: var(--gradient-blue);
  background-size: cover;
  min-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}
header.page h1,
header.product h1 {
  font-weight: bold !important;
}

header.app {
  position: relative;
  background-image: var(--blue);
  background-size: cover;
  min-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}
header.app h1 {
  font-weight: bold !important;
}

.btn-green,
.single_add_to_cart_button,
.button {
  background-color: var(--green) !important;
  color: var(--white) !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}

nav {
  background-color: var(--blue-light) !important;
}

.navbar-nav .nav-link {
  color: var(--blue-variante) !important;
}

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

.btn-blue {
  background-color: var(--blue-variante) !important;
  color: var(--white) !important;
  font-weight: 500 !important;
}

.btn-blue-variante {
  background-color: var(--blue-variante) !important;
  color: var(--white) !important;
}

.btn-blue-light-sm {
  background-color: var(--blue-light) !important;
  color: var(--blue-variante) !important;
  font-weight: bold !important;
}

.btn-blue-light-lg {
  background-color: var(--blue-light) !important;
  color: var(--blue-variante) !important;
  font-weight: 500 !important;
}

.table-blue-variante {
  background-color: var(--blue-variante) !important;
  color: var(--white) !important;
}

section {
  padding: clamp(2em, 5vw, 3em) clamp(0em, 5vw, 0.1em) !important;
}
section h2 {
  color: var(--blue-variante) !important;
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.presentation {
  background-color: var(--blue-light) !important;
  color: var(--black);
  display: flex;
  align-content: center;
}
.presentation h2 {
  margin-bottom: 0.5em !important;
}
.presentation h3 {
  text-align: center;
  margin-bottom: 2em !important;
}
.presentation .card {
  border-radius: 1em !important;
  min-height: 18em;
  border: 0 !important;
}
.presentation p {
  font-size: 1em;
}

.offres a {
  text-decoration: none !important;
}
.offres .card {
  background-color: var(--blue) !important;
  border-radius: 1em !important;
  min-height: 18em;
  border: 0 !important;
  margin-bottom: 1em;
}
.offres .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.offres .card .card-body h4 {
  color: var(--white);
  font-weight: bold;
}
.offres .card .card-footer {
  border: 0;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.offres .card .card-footer:hover {
  color: var(--white) !important;
  background-color: var(--green);
}
.offres .card:hover {
  background-color: var(--blue-light) !important;
  border-radius: 1em !important;
  min-height: 18em;
  border: 0 !important;
}
.offres .card:hover .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.offres .card:hover .card-body h4 {
  color: var(--blue);
  font-weight: bold;
}
.offres .card:hover .card-footer {
  border: 0;
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
}

.actualites {
  background-color: var(--light-rgb) !important;
}
.actualites .card {
  border: 0 !important;
}

.satisfaction {
  background-color: var(--blue);
  color: var(--white);
}
.satisfaction h2 {
  color: var(--white) !important;
}
.satisfaction .card,
.satisfaction .card-footer {
  border: 0 !important;
  background-color: var(--white) !important;
}
.satisfaction .card-body {
  padding-top: 2em;
}
.satisfaction .card-footer {
  padding-left: 2em;
  padding-bottom: 2em;
}
.satisfaction .card-footer span {
  color: var(--blue-variante);
  font-weight: bold;
  font-style: italic;
}

.temoignage .card {
  border: 1px solid var(--blue-variante) !important;
}
.temoignage .card,
.temoignage .card-footer {
  border: 0 !important;
  background-color: var(--white) !important;
}
.temoignage .card-body {
  padding-top: 0.5em;
  font-size: 0.9em !important;
}
.temoignage .card-footer {
  padding-left: 2em;
  padding-bottom: 0.5em;
}
.temoignage .card-footer span {
  color: var(--blue-variante);
  font-weight: bold;
}

.skills {
  background-color: var(--light-rgb);
  /* Cette règle décale chaque seconde carte vers la gauche */
  /* Cette règle ajoute un margin-right aux autres cartes */
}
.skills h2 {
  text-align: left;
}
.skills .progress-bar {
  background-color: var(--green);
  color: var(--blue-variante);
  font-size: 1.5em !important;
}
.skills .card {
  border: 0;
  margin-bottom: 1em;
}
.skills .card:nth-child(2n) {
  margin-left: 3em;
}
.skills .card:nth-child(2n-1) {
  margin-right: 3em;
}

.single-product-before {
  background-color: var(--white);
}

.single-product-after {
  background-color: var(--blue);
  color: var(--white);
}

.call-to-action {
  position: sticky;
  height: 100%;
  bottom: 0;
  background-color: var(--gray-darken);
  color: var(--white);
}
.call-to-action .title {
  font-weight: 600 !important;
  font-size: clamp(1em, 5vw, 2em) !important;
}
.call-to-action p {
  font-size: 1em !important;
}
.call-to-action .btn-blue {
  background-color: var(--blue-variante) !important;
  color: var(--white) !important;
  font-weight: 400 !important;
  font-size: 1em !important;
}

footer {
  padding: clamp(2em, 5vw, 3em) 1em;
}
footer h4 {
  color: var(--blue-variante);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  footer ul.nav {
    justify-content: end !important;
  }
}
@media screen and (max-width: 567px) {
  footer ul.nav {
    justify-content: center !important;
  }
}
footer .nav-link {
  padding-left: 0;
  margin-left: 0;
  color: var(--blue-variante);
}

.list-none-style {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.product-details .row {
  margin-bottom: 1em;
}
.product-details h1 {
  font-weight: bold !important;
  color: var(--blue-variante);
}
.product-details h2 {
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 1em;
}
.product-details ul.list-none-style li {
  font-size: 1em;
}
.product-details p {
  font-size: 1em;
}
.product-details .card {
  border: 5px solid var(--blue-light);
  border-radius: 1em;
  padding: 1em;
}
.product-details .cards {
  padding: 1em !important;
  border-radius: 1em;
}
.product-details .price {
  font-size: 1.6em;
  color: var(--blue-variante);
  font-weight: bold;
  display: block;
}

.page-obligatoire h2 {
  text-align: left !important;
  font-size: 2em !important;
}

section.form-devis {
  padding: 0 !important;
}

.form-devis h3 {
  font-size: clamp(1em, 5vw, 2.1em) !important;
  font-weight: 500;
  margin-bottom: 1em !important;
  text-align: center;
}
.form-devis h3 b {
  font-weight: 700;
  color: var(--blue-variante);
}
.form-devis .illustration-cover {
  background-image: url("https://weworkies.fr/wp-content/uploads/themes/obtenir-devis.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 100%;
}

.gestion-stock tbody tr td {
  font-size: 0.9em !important;
}

.access-pack .card {
  background-color: var(--blue-light) !important;
  border: 2px solid var(--blue-variante);
}
.access-pack .card i {
  color: var(--blue-variante) !important;
  text-align: center !important;
}
.access-pack .card h4 {
  font-weight: bold;
  color: var(--blue-variante);
  text-align: center;
}/*# sourceMappingURL=style.css.map */