/*
Theme Name: Coup de Pouce
Theme URI: https://coupdepouce.com
Author: 
Author URI: https://coupdepouce.com
Description: Coup de Pouce is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: coupdepouce

Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Variables
 * 2.0 - Basic Structure
 * 3.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 - Variables
 * ----------------------------------------------------------------------------
 */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manjari", sans-serif;
  font-size: 1rem;
  color: #424242;
  background-color: #fff;
  letter-spacing: normal;
}

img,
iframe {
  max-width: 100%;
}

.politique-rgpd h2.wp-block-heading,
.politique-rgpd h4.wp-block-heading {
  color: #6F405C;
}

.politique-rgpd h4.wp-block-heading {
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 28px;
  margin: 2rem 0 0;
}

.politique-rgpd h2 {
  color: #781A54;
  font-size: 2.5rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.logo img {
  max-width: 120px;
  object-fit: cover;
}

.listing-partner {
  overflow: hidden;
}

.listing-partner img {
  max-height: 60px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  object-fit: contain;
}

header .current-menu-item>a {
  position: relative;
  padding-bottom: 5px;
}

header .current-menu-item>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #781A54;
  border-radius: 2px;
}

.header-content p {
  font-size: 1.125rem;
  font-weight: bold;
  color: #EDEDED;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav .nav-link.active {
  font-weight: 400;
}

.navbar-nav li a:hover {
  color: #781A54;
}

.navbar-collapse div {
  margin-left: auto !important;
}

.nav-icon .bar {
  width: 40px;
  height: 4px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #781A54;
  border: 1px solid #781A54;
}

.navbar-nav li {
  position: relative;
  /* padding: 1rem 1.2rem; */
  padding: 0rem .7rem;
}

.navbar-nav li .sub-menu li {
  padding: 0.6rem 1.2rem;
}

.navbar-nav li a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
}

.navbar-nav li .sub-menu {
  display: none;
  position: static;
  width: 12.5rem;
  background-color: #FDF0F8;
  padding: 0;
  margin: 0;
  z-index: 4;
  color: #000;
  border-radius: 0.5rem;
  border: 1px solid #000;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Manjari", sans-serif;
}

.navbar-toggler-icon {
  background-color: #fff;
}

.offcanvas-body ul li {
  list-style-type: none;
  padding: 8px 5rem 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.offcanvas-body {
  padding: 2rem 0 !important;
}

.offcanvas-body ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.offcanvas-body ul li a {
  color: #781a54;
  font-size: 17px;
  font-weight: 600;
  list-style-type: none;
}

.offcanvas-header {
  background-color: #781A54;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem !important;
}

.offcanvas-header .btn-close {
  font-size: 1rem;
  color: #fff;
  opacity: 0.8;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(104%) contrast(102%);
}

.offcanvas-header .btn-close:hover {
  background-color: transparent !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(227deg) brightness(107%) contrast(101%) !important;
}

.menu-item-has-children {
  position: relative;
  padding: 0;
}

.nav-link i {
  font-size: 1.2rem;
  color: #000;
}

.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 15px;
  transform: translateY(-50%) rotate(90deg);
  background-size: 0.6rem;
  background-image: url(images/arrow-left-bold.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s;
}

.menu-item-has-children:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

#headline h1 {
  font-size: 3rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

#headline h2 {
  font-size: 2.3rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

#headline {
  position: relative;
  /* min-height: 757px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

#headline h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}

#banner {
  background-color: #6F405C;
  color: #fff;
}

#banner h1 {
  font-size: 2.5rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

#banner p {
  color: #F5F5F5;
  font-size: 1rem;
  font-weight: 400;
}

a {
  font-family: "Manjari", sans-serif;
}

a:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #781A54;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border: 1px solid #781a54;
  font-size: 1rem;
  border-radius: 2rem;
  font-family: "Manjari", sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #fff;
  color: #781a54;
  border: 1px solid #781a54;
}

.btn-secondary {
  background-color: #fff;
  color: #000;
  padding: 0.7rem 1.1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-family: "Manjari", sans-serif;
  display: inline-block;
  vertical-align: middle;
  /* line-height: 1; */
}

.btn-secondary-outline {
  background-color: transparent;
  color: #fff;
  padding: 0.7rem 1.1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-family: "Manjari", sans-serif;
  display: inline-block;
  vertical-align: middle;
  /* line-height: 1; */
}

.btn-tertiary {
  background-color: transparent;
  color: #781A54;
  padding: 0.7rem 1rem;
  border: 1px solid #781A54;
  border-radius: 2rem;
  font-family: "Manjari", sans-serif;
}

.btn-quaternary {
  background-color: #E7BC60;
  color: #781A54;
  padding: 0.7rem 1rem;
  border: 1px solid #E7BC60;
  border-radius: 2rem;
  font-family: "Manjari", sans-serif;
}

.btn-quaternary:hover {
  background-color: fff;
  color: #E7BC60;
  border: 1px solid #E7BC60;
  cursor: pointer;
}

.btn-tertiary:hover {
  background-color: #781A54;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  border: 1px solid #781A54;
  border-radius: 2rem;
}

.listing-quality {
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.listing-quality li {
  display: inline-block;
  list-style-type: none;
  background-color: #ffc9ea;
  color: #000;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 17px 2px;
  font-weight: bold;
  letter-spacing: 5%;
}

.listing-quality li:hover {
  border: 1px solid black;
  cursor: pointer;
}


.list-gallery {
  position: relative;
  height: 100%;
  border-radius: 24px;

}

.wpcf7-list-item-label {
  font-size: 0.85rem;
  font-weight: 400;
  color: #0A0A0A;
  font-family: "Manjari", sans-serif;
}

.checkbox-rgpd {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.wpcf7-checkbox {
  margin-right: 10px;
  transform: scale(1.2);
  accent-color: #007BFF;
}

.checkbox-rgpd a {
  color: #007BFF;
  text-decoration: underline;
}

.checkbox-rgpd a:hover {
  color: #0056b3;
  text-decoration: none;
}


.badge-pink {
  padding: 0.7rem 1rem;
  background-color: #C45F9D;
  border-radius: 40px;
  font-size: 0.87rem;
  color: #fff;
  font-size: bold;
}

.list-gallery img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list-gallery img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.list-gallery:hover {
  cursor: pointer;
}

.list-gallery:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.list-gallery:hover .list-galleri {
  opacity: 1;
  transition: all 0.3s ease;
}

.list-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 24px;

}

.list-galleri {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 1rem;
}

.list-galleri h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.list-img img {
  border-radius: 24px;
}

.top-bar {
  background-color: #781a54;
}

/* #partner {
  background-color: #fff;
  position: absolute;
  bottom: 3rem;
  width: 100%;
  height: 5rem;
} */

#partner {
  background-color: #fff;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  height: 6rem;
}

.home-about p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Manjari", sans-serif;
}

.sub-text,
.sub-text p {
  color: #424242;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Manjari", sans-serif;
  margin-bottom: 1rem;
}

.sub-text ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.9rem;
}

.sub-text ul {
  padding-left: 1.8rem;
}

.sub-text ul li::before {
  background-image: url(images/list.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -2rem;
  width: 1.4rem;
  height: 1.4rem;
}

.texte-note {
  color: #781A54;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.list-insert h5 {
  margin: 1rem 0.2rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.list-flocage p {
  font-size: 1rem;
  font-weight: bold;
  color: #424242;
}

#home-shop {
  background-color: #F3EFFC;
  padding: 3rem 0;
}

.rank-math-breadcrumb a {
  color: #FCD98E !important;
  text-decoration: none;
  font-weight: bold;
}

.rank-math-breadcrumb .last {
  font-weight: 400;
}

.separator {
  color: #FCD98E !important;
  font-size: 0.9rem;
  font-weight: bold;
}

.top-bar span {
  font-size: 0.87rem;
  font-weight: bold;
  color: #E0E0E0;
}

.top-bar a {
  font-size: 0.87rem;
}

.teams-page-cover-img {
  margin-top: 5rem;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}

.list-teams img {
  border: 1px solid #781A54;
  border-radius: 24px;
}

.list-teams h4 {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  color: #1D1D1B;
  text-transform: uppercase;
}

.list-teams span.poste {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #C45F9D 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  border: 1px solid #C45F9D;
  border-radius: 5rem;
  padding: 0.6rem 1rem 0.3rem 1rem;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}

.list-teams p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}

.list-teams span.poste:hover {
  background-position: right bottom;
  color: #C45F9D;
  cursor: pointer;
}

.list-image {
  background-color: #F3EFFC;
  border: 1px solid #F3EFFC;
  border-radius: 24px;
  padding: 1rem;
  height: 400px;
}

.listing-image-content {
  height: auto;
  padding: 2rem;
  background-color: #FFEBF7;
  border: 1px solid #FFEBF7;
  border-radius: 20px;
}

.listing-image-content p {
  font-weight: 400;
}

.listing-image-content h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #424242;
}

.sewing-img img,
.space-img img {
  border-radius: 20px;
}

#bg-ray {
  background: linear-gradient(to bottom, #FDF0F8 0%, #FDF0F8 50%, #FFFFFF 70%, #FFFFFF 100%);
}

.space-content h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #424242;
  letter-spacing: -1px;
}

.space-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
}

.sewing-img {
  height: 100%;
}

.sewing-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #F3EFFC;
  border-radius: 20px;
  padding: 1rem 1rem 0rem 1rem;
}

.sewi-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
}

.sewing-content h4 {
  color: #781A54;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0.5rem;
}

.sewing-content p {
  font-size: 0.87rem;
  font-weight: 400;
  color: #424242;
  margin: 0;
}

.expertise-box {
  border-top: 1px solid #d4d0d0ff;
  padding-top: 1rem;
}

.expertise-box h5 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}

.space-box h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}

.icon-expertise img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}

footer {
  background-color: #781A54;
  color: #fff;
  padding: 2rem 0;
}

hr {
  opacity: 1;
  border: 0.4px solid #fff;
}

.square img {
  border-radius: 12px;
}

.blog img {
  border-radius: 20px;
}

.blog h6 a {
  font-size: 1.37rem;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #030712;
}

.blog-text {
  font-size: 0.9rem;
  color: #374151;
  font-weight: 400;
}

.blog-tag {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.custom-pagination li.active span {
  background-color: #781A54 !important;
  color: #fff !important;
}

.filters select {
  border: 1px solid #000;
  border-radius: 0.6rem;
  color: #000;
  background-color: transparent;
  padding: 0.2rem 2rem 0.2rem 0.5rem;
  font-size: 0.87rem;
}

/* Single Post */
.single-featured h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0A0A0A;
  font-family: "DM Sans", sans-serif;
}

.single-img img {
  border-radius: 24px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.single-featured .blog-tag {
  border: 3px solid #000 !important;
}

.glightbox-clean .gslide-image img {
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.gzoom {
  font-size: 22px;
  color: #333;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.gzoom:hover {
  opacity: 1;
}

.glightbox-clean .gslide-image img {
  width: 100% !important;
  max-width: 90vw !important;
  height: auto !important;
  max-height: 85vh !important;
  object-fit: contain;
  border-radius: 0 !important;
}

.glightbox-clean .gdesc,
.glightbox-clean .gclose,
.glightbox-clean .gzoom {
  position: relative;
  z-index: 9999;
}

.gzoom {
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #222;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.gzoom:hover {
  opacity: 1;
}


.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.custom-pagination li a,
.custom-pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #7a2a5d;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
}

.custom-pagination li span.current {
  background-color: #7a2a5d;
  color: white;
}

.custom-pagination li a:hover {
  background-color: #e1dce0;
  color: #7a2a5d;
}

.img-chantier {
  border-radius: 24px;
}

.chantier h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #0A0A0A;
  margin-bottom: 1rem;
}

.text-chantier ul {
  padding: 0 0 0 1.8rem;
}

.text-chantier ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.9rem;
}

.text-chantier ul li::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("images/ArrowRight.png");
  background-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.2rem;
  left: -2rem;
  background-color: #FBF4F9;
  opacity: 1;
}

input[type="email"] {
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
  border-radius: 0.6rem;
  height: 2.5rem;
}

input[type="submit"] {
  background-color: #781A54;
  color: #fff;
  padding: 0.70rem 1.25rem 0.55rem 1.25rem;
  border: 1px solid #781a54;
  font-size: 1rem;
  border-radius: 2rem;
  width: 100%;
  font-family: "Manjari", sans-serif;
}

input[type="submit"]:hover {
  background-color: #fff;
  color: #781a54;
}

.wpcf7-spinner {
  display: none;
}

/* .reach-out {} */

.reach-out div.container-reachout {
  border-radius: 32px;
  background: #6F405C;
  padding: 40px;
}

.reach-out h2 {
  color: #E7BC60;
  font-size: 24px;
  font-weight: 700;
}

.reach-out p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 150%;

}

.reach-out a .btn {
  color: #781A54;
}

.reach-out .btn-secondary:hover {
  color: #FFFFFF;
  background-color: #C45F9D;
  border-color: #C45F9D;
  cursor: pointer;
}

.reach-out .btn-quaternary:hover {
  color: #E7BC60;
  background-color: #FFFFFF;
  border-color: #E7BC60;
  cursor: pointer;
}

.logo-footer img {
  max-width: 150px;
  text-align: center;
}

footer li {
  margin-bottom: 0.6rem;
}

.footer-tile {
  font-size: 19px;
  color: #F3E4AC;
  text-transform: uppercase;
  text-align: center;
}

footer li a,
.subfooter {
  color: #EDEDED;
  font-size: 13.5px;
  /* font-weight: bold; */
  line-height: 20px;
  letter-spacing: 2%;
}

footer li a:hover {
  color: #FCD98E;
}

footer h5 {
  font-size: 1rem;
  color: #F5F5F5;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}

footer .footer-infos {}

.social-icons a i,
.contact-infos {
  font-size: 1.5rem;
  color: #fff !important;
}

.contact-infos {
  font-size: .8rem;
  color: #fff !important;
  letter-spacing: 6%;
}

.contact-infos:hover {
  cursor: pointer;
}

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

.footer-content p,
.footer-content p a {
  font-size: 0.87rem;
  color: #EDEDED;
  font-weight: medium;
  font-family: "DM Sans", sans-serif;
}

/* woocomerce */

.custom-product-card {
  border-radius: 12px;
  overflow: hidden;
}

.custom-product-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.custom-product-title {
  font-size: 1rem;
  color: #424242;
  margin-right: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.custom-product-price {
  font-weight: bold;
  color: #781A54;
  font-size: 1.125rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -2px;
}

.filters {
  /* background-color: #F3EFFC; */
  padding: 1rem;
}

.attribute-group hr {
  border: 1px solid #C2C2C2;
}

.attribute-group strong {
  display: block;
  color: #6b0045;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.filter-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.filter-line input {
  margin-right: 8px;
}

.filter-line .right {
  color: #333;
  font-weight: 500;
}

.tilte-filters-one {
  color: #781A54;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

.tilte-filters-two {
  color: #DA1D92;
  font-size: 0.87rem;
  font-weight: bold;
}

#search-input,
#category-filter {
  padding: 10px 20px;
  font-size: 16px;
}

#reset-filters,
.tilte-filters-two {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.product.type-product {
  padding: 2rem;
}

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
  background-color: #781A54;
  color: #fff;
}

.woocommerce-loop-product__title {
  color: #000 !important;
}

.woocommerce .quantity .qty {
  height: 2.2rem;
}

.woocommerce ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #781A54 !important;
  font-weight: 900;
}

.contact-us-page .contact-section {
  padding: 60px 0;
}

.contact-us-page .contact-title {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.contact-us-page .contact-info {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.contact-us-page .contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 1.1rem;
  list-style-type: none;
}

.contact-us-page .contact-info a {
  color: #424242;
  text-decoration: none;
}

.contact-us-page .contact-info a:hover {
  color: #6b0045;
}

.contact-us-page .contact-info i {
  color: #6b0045;
  margin-right: 15px;
  font-size: 1.2rem;
}

/* Style des champs du formulaire */
.contact-us-page .form-control {
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 12px 15px;
  background-color: #fff;
}

.contact-us-page .form-control::placeholder {
  color: #ccc;
}

.contact-us-page textarea.form-control {
  min-height: 250px;
}

.contact-us-page .btn-envoyer {
  background-color: #781A54;
  /* Couleur prune */
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 0;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  transition: background 0.3s;
}

.contact-us-page .btn-envoyer:hover {
  background-color: #781A54;
  color: white;
}

/* Checkbox personnalisée */
.contact-us-page .form-check-input:checked {
  background-color: #781A54;
  border-color: #781A54;
}

.contact-us-page .privacy-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.contact-us-page .privacy-text a {
  color: #333;
  text-decoration: underline;
}

/* Section service home page */
.services-section {
  background-color: #F3EFFC;
  padding: 5rem 1rem;
}

.services-section .services-title {
  color: #781A54;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.services-section .service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1.75rem;
}

.services-section .service-icon svg {
  width: 100%;
  height: 100%;
}

.services-section .service-title {
  color: #781A54;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.services-section .service-text {
  color: #424242;
  max-width: 320px;
  margin: 0 auto;
}

.services-section .service-col {
  text-align: center;
}

.services-section .btn-tertiary {
  background-color: #FFFFFF;
}

.services-section .btn-tertiary:hover {
  background-color: #781A54;
}

/* end section service home page */

.tarifs-section .services-section {
  background-color: #FFFFFF;
}

.tarifs-section .services-section .service-icon {
  width: auto;
  height: auto;
}

.home-news-section h3 {
  color: #781A54;
}

@media (max-width: 469.98px) {

  .header-content .btn-secondary,
  .header-content .btn-secondary-outline {
    padding: 0.2rem;
  }

}

@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 3rem;
  }

.single-featured h1 {
  font-size: 1.8rem;
}

.offcanvas-body ul.sub-menu li:last-child {
  border-bottom: none;
}

  .btn-primary,
  .btn-secondary,
  .btn-secondary-outline,
  .btn-tertiary,
  .btn-quaternary {
    width: 100%;
    text-align: center;
  }

  #headline h2 {
    font-size: 1.8rem;
  }
}

@media (min-width: 991.98px) {

  .header-content {
    margin-top: 160px;
  }

  .link-request .navbar-nav li {
    padding: 0;
  }

  .navbar-nav li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
  }

  .mobile-header {
    display: none;
  }

  .menu-item-has-children {
    padding-right: 1rem !important;
  }

  .listing-image-content {
    height: 400px;
  }
}