.navbar {
  text-align: left !important; }

.navbar-brand img {
  width: 15%;
  height: auto;
  object-fit: contain;
  padding: 10px; }

.navbar-brand {
  padding: 0;
  margin-right: 0;
  display: flex;
  align-items: center; }

.navbar .nav-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  transition: 0.2s; }

.navbar .nav-link:hover {
  background-color: #ffffff; }

.navbar-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.navbar-nav .nav-item {
  padding: 0 100px; }

.footer {
  font-family: sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  width: 100%; }

body.app_accueil .navbar,
body.app_accueil .footer {
  background: #e62e16 !important; }

body.app_commande .navbar,
body.app_commande .footer {
  background: #369836 !important; }

body.app_actualite .navbar,
body.app_actualite .footer {
  background: #FCC922 !important; }

body.app_backoffice .navbar,
body.app_backoffice .footer {
  background: #993AB8 !important; }

body.app_accueil .navbar .nav-link:hover {
  color: #e62e16 !important; }

body.app_commande .navbar .nav-link:hover {
  color: #369836 !important; }

body.app_actualite .navbar .nav-link:hover {
  color: #FCC922 !important; }

body.app_backoffice .navbar .nav-link:hover {
  color: #993AB8 !important; }

.footer-content {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px; }

.footer-section {
  width: 30%; }

.footer-section h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 15px; }

.footer-section ul {
  list-style: none;
  padding: 0; }

.footer-section li {
  margin-bottom: 8px; }

.footer-section a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.2s; }

.footer-section a:hover {
  background-color: white; }

body.app_accueil .footer a:hover {
  color: #e62e16 !important; }

body.app_commande .footer a:hover {
  color: #369836 !important; }

body.app_actualite .footer a:hover {
  color: #FCC922 !important; }

body.app_backoffice .footer a:hover {
  color: #993AB8 !important; }

.footer-credits {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid white;
  margin-top: 15px; }

.hero-image {
  width: 100%;
  margin-bottom: 2rem; }

.titre-accueil {
  text-align: center;
  color: #e62e16; }

.services-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  text-align: center; }

.services-center img {
  width: 20%;
  height: auto;
  display: block;
  transition: 0.2s; }

.services-center img:hover {
  scale: 1.1; }

.catalogue-section {
  width: 80%;
  margin: auto;
  padding-top: 40px;
  text-align: center; }

.titre-accueil-blanc {
  color: #ffffff;
  text-align: center; }

.catalogue-section {
  background-color: #e62e16;
  width: 100%;
  padding: 30px 10%; }

.catalogue-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-content: center; }

.catalogue-cards .card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  background: white;
  border-radius: 3px;
  padding: 25px;
  width: 100%;
  margin: auto; }

.catalogue-cards .card img {
  width: 40%;
  height: auto;
  border-radius: 3px;
  object-fit: cover; }

.catalogue-cards .card-body {
  width: 60%;
  padding: 0;
  text-align: left; }

.catalogue-cards .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }

.catalogue-cards .card-text {
  font-size: 15px;
  line-height: 1.4; }

.catalogue-cards .btn-warning {
  background-color: #E9B500;
  border: none;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 15px; }

.catalogue-cards .btn-warning:hover {
  background-color: #d1a000; }

.btn_service {
  background-color: #E9B500;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 600;
  border: none; }

.btn_service:hover {
  background-color: #d1a000; }

.carte-section {
  background-color: #e62e16;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px; }

#map {
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #000; }

.avantages-section {
  width: 100%;
  padding: 40px 150px; }

.avantages-images {
  display: flex;
  justify-content: center;
  gap: 180px; }

.avantages-images img {
  width: 250px;
  height: auto;
  display: block; }

.carousel-avis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px; }

.avis-window {
  width: 620px;
  overflow: hidden; }

.avis-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease; }

.avis {
  min-width: 295px;
  padding: 25px;
  border: 2px solid;
  border-radius: 15px;
  text-align: left;
  background: white; }

.avis:nth-child(odd) {
  border-color: red;
  color: red; }

.avis:nth-child(even) {
  border-color: purple;
  color: purple; }

.carousel-btn {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #bbb; }

.avis-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 80px 0; }

.tuyau {
  position: relative;
  width: 180px;
  height: 120px; }

.tuyau-horizontal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 60px;
  background: #45c144; }

.tuyau-vertical {
  position: absolute;
  top: 0;
  width: 60px;
  height: 120px;
  background: #45c144; }

.tuyau-gauche .tuyau-vertical {
  right: 0; }

.tuyau-droit .tuyau-vertical {
  left: 0; }

.commande {
  max-width: 900px;
  margin: 60px auto;
  background-color: #369836;
  padding: 40px 80px;
  border-radius: 8px; }

.commande h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem; }

.commande p {
  color: #ffffff;
  margin-bottom: 20px; }

.commande h3 {
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin: 30px 0 20px;
  text-transform: uppercase; }

.commande .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px; }

.commande .intervention-group > div:first-child {
  grid-column: 1; }

.commande .intervention-group > div:nth-child(2) {
  grid-column: 1 / 3; }

.commande label {
  color: #ffffff;
  margin-bottom: 5px; }

.commande input,
.commande select,
.commande textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box; }

.commande textarea {
  min-height: 80px;
  font-family: sans-serif; }

.commande select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px; }

.commande input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer; }

.commande .details-complementaires > div {
  margin-bottom: 20px; }

.commande .validation-section > div {
  margin-bottom: 15px; }

.commande button {
  display: block;
  margin: 30px auto;
  padding: 12px 40px;
  background-color: #E9B500;
  color: #333;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer; }

.commande button:hover {
  background-color: #d1a000; }

.hero-image {
  width: 100%;
  margin-bottom: 2rem; }

.h1-actu {
  text-align: center;
  color: #FCC922; }

.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem; }

.card {
  background-color: #FCC922;
  border-radius: 15px;
  border: none; }
  .card img {
    width: 90%;
    margin-left: 5%;
    margin-top: 1rem;
    border-radius: 10px; }
  .card .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem; }
  .card .card-title {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .card .card-text {
    font-size: 0.9rem;
    line-height: 1.4; }

.backoffice-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px; }

.h1-bo {
  color: #993AB8;
  text-align: center;
  margin-bottom: 10px; }

p {
  margin-bottom: 30px; }

h2 {
  color: #993AB8;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 20px; }

table {
  width: 100%;
  border: 2px solid #993AB8;
  background: white;
  margin-bottom: 30px; }

thead {
  background-color: #993AB8; }

thead th {
  padding: 15px;
  color: white;
  text-align: center;
  border-right: 2px solid #8934a5; }

thead th:last-child {
  border-right: none; }

tbody tr {
  background-color: #e8d4f0; }

tbody tr:nth-child(even) {
  background-color: #f0e6f7; }

tbody td {
  padding: 15px;
  text-align: center;
  border: 1px solid #d4b5e0; }

.btn {
  padding: 8px 15px;
  background-color: #8934a5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s; }

.btn:hover {
  background-color: white;
  color: #8934a5; }

form {
  display: inline-block; }

ul {
  list-style: none;
  padding: 0; }

ul li {
  margin-bottom: 10px; }

ul li a {
  color: black;
  text-decoration: underline; }

ul li a:hover {
  color: #993AB8; }

/*# sourceMappingURL=app.css-s6nlZoG.map */
