/* Reset CSS */

/* Remise à zéro des marges et des espacements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

/* Rétablir la police par défaut et la taille de la police */
body,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

/* Réinitialiser la liste à puces */
ul,
ol {
  list-style: none;
}

/* Réinitialiser les liens non décorés */
a {
  text-decoration: none;
}

/* Ajouter une règle de couleur de base */
body {
  color: #333;
}

/* Réinitialiser la mise en forme des éléments de formulaire */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Réinitialiser la bordure par défaut des éléments de formulaire */
button,
input,
select,
textarea {
  border: none;
}

/* Rétablir la police en gras pour les éléments forts */
strong {
  font-weight: bold;
}

body {
  margin-top: 0 !important;
}

/**
Content
**/

.container {
  max-width: 1340px !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.gap-1 {
  gap: 1rem;
}

header {
  background-color: #697782;
}

.top-header {
  min-height: 94px;
  color: white;
}

.logo {
  width: 100px;
  height: 52px;
}

.header-title {
  text-align: left;
  font: normal normal 400 18px/22px Raleway;
  letter-spacing: 0.54px;
  color: #ffffff;
  opacity: 1;
}

.link-conseils {
  text-align: center;
  font: normal normal 800 16px/32px Raleway;
  letter-spacing: 0px;
  color: #e9edf3;
  text-transform: uppercase;
  opacity: 1;
}

.header-image {
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}

h1 {
  text-align: left;
  font: normal normal bold 40px Raleway;
  letter-spacing: 0px;
  color: #2A3471;
  opacity: 1;
  margin: 0;
  margin-bottom: 20px;
}

.form-title {
  text-align: left;
  font: normal normal 600 20px/24px Raleway;
  letter-spacing: 0px;
  color: #324854;
  opacity: 1;
  margin-bottom: 10px;
}

.date {
  text-align: left;
  font: normal normal bold 25px/32px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
}

.desc {
  text-align: left;
  font: normal normal 600 20px/28px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
  margin-bottom: 30px;
  margin-top: 20px;
}

.grid {
  display: grid;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  margin-top: 24px;
  margin-bottom: 16px;
}

#section-steps {
  padding: 42px 0;
}

#section-steps h2 {
  text-align: left;
  font: normal normal bold 25px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
  margin-bottom:12px;
}

.steps-desc {
  text-align: left;
  font: normal normal medium 18px/28px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
}

.step-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000001a;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
}

.step-card img {
  max-height: 208px;
  object-position: center;
  object-fit: none;
}

.step-card-content {
  padding: 24px;
}

.step-card-title {
  text-align: left;
  font: normal normal 800 20px/24px Raleway;
  letter-spacing: 0px;
  color: #2A3471;
}

.step-card-title span {
  text-align: left;
  font: normal normal 800 20px/24px Raleway;
  letter-spacing: 0px;
  color: #C82E26;
  margin-right: 4px;
}

.step-card-text {
  text-align: left;
  font: normal normal 500 17px/20px Raleway;
  letter-spacing: 0px;
  color: #324854;
  opacity: 1;
  margin-top: 24px;
}

#sec-form .date {
  text-align: left;
  font: normal normal bold 25px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
}

#sec-form .desc {
  text-align: left;
  font: normal normal 600 20px/28px Raleway;
  letter-spacing: 0px;
  color: #283a4a;
  opacity: 1;
  margin: 24px 0px;
}

.gap-5 {
  gap: 5rem;
}

.gap-2 {
  gap: 2rem;
}

.btn {
  background: #C82E26 0% 0% no-repeat;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 32px !important;
  opacity: 1;
  text-wrap: nowrap;

}

.btn-header {
  text-align: center;
  font: normal normal 600 24px/29px Raleway;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 14px 34px;
}

.form-container {
  background: #ffffffb3 0% 0% no-repeat;
  border-radius: 20px;
  padding: 2rem 3rem;
  max-width: 650px;
}

.form-head {
  margin-top: 10px;
}

.header-content {
  max-width: 40rem;
}

.form-text {
  text-align: left;
  font: normal normal 500 16px/20px Raleway;
  letter-spacing: 0px;
  color: #647481;
  opacity: 1;
}

.form-image {
  width: 200px;
  object-fit: contain;
}

.form-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-item {
  display: flex;
  flex-direction: column;
}

.form-item label {
  text-align: left;
  font: italic normal 600 15px/20px Raleway;
  letter-spacing: 0px;
  color: #324854;
  opacity: 1;
  margin-bottom: 6px;
}

.form-item input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #2A3471;
  border-radius: 20px;
  opacity: 1;
  padding: 10px 20px;
}

.form-item input::placeholder {
  text-align: left;
  font: normal normal medium 15px/20px Raleway;
  letter-spacing: 0px;
  color: #b2b2b2;
  opacity: 1;
}

.form-submit {
  text-align: center;
}

.btn-contact {
  padding: 10px 85px;
  text-align: center;
  font: normal normal 800 18px/21px Raleway;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.section-monument {
  background-color: #2A3471;
  color: white;
  padding: 30px 30px 60px !important;
}

.section-heading h2 {
  font-weight: 400;
  font-size: 2.0625rem;
}

.section-monument .monument__inc {
  background-color: #2A3471 !important;
  padding: 50px 20px;
}

.section-monument .asterix {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.section-avantages__wrap {
  padding: 0 !important;
}

.section-avantages {
  padding: 40px 0 !important;
}

.section-monument .monument__inc .image_slide_mn {
  background-color: white !important;
}

.section-monument .monument__inc .image_slide_mn {
  border-radius: 12px 12px 0 0 !important;
}

.section-monument .monument__inc .titremn {
  color: #C82E26;
}

.monument__inc .wrap_footer_mn {
  border-radius: 0 0 12px 12px !important;
}

.monument__slider__toussaint .slick-dots li button:before {
  background: whitesmoke;
}

.monument__slider__toussaint .slick-dots li.slick-active button:before {
  background: #ff9d1c;
}

.monument__inc .slick-next:before,
.monument__inc .slick-prev:before {
  filter: invert();
}

.section-heading {
  text-align: center;
}

.section-heading p {
  font-weight: 500;
}

.nos-actualites_hp {
  padding: 0px 78px 60px !important;
}

.actualites__slider__toussaint .card-body .u-btn {
  padding: 5px 15px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin: auto !important;
  margin-top: 20px !important;
}

.actualites__slider__toussaint .slick-dots {
  margin-top: 0px;
}

.card-img img {
  border-radius: 14px;
}

.footer-section {
  background-color: #fff;
}

.footer-section img {
  width: 283px;
}

.footer-section h2 {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0;
}

.footer-section p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 24px;
}

.footer-section .content {
  padding: 50px 30px;
}

.nos-actualites-title {
  padding: 50px 30px;
}

.footer-text {
  max-width: 26rem;
}

.justify-center {
  justify-content: center;
}

.btn-footer {
  padding: 10px 20px;
  text-align: center;
  font: normal normal 600 14px Raleway;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.btn-normal {
  padding: 10px 20px;
  text-align: center;
  font: normal normal 600 14px Raleway;
  letter-spacing: 0px;
  color: #ffffff !important;
  opacity: 1;
}

.card-body {
  padding: 26px 20px 36px !important;
}

.card-body {
  text-align: center;
}

.btn:hover {
  cursor: pointer;
  background-color: #A5251F;
}

.monument__inc .link_custom:hover span {
  background-color: #A5251F;
}

.monument__inc .link_custom {
  justify-content: center;
}

.link-conseils:hover {
  color: #ff9d1c;
}

.form-image-mobile {
  display: none;
}

.form-errors {
  padding: 15px;
  background-color: orange;
  color: white;
  margin: 15px 0;
}

#section-steps {
  background-color: #E9EDF3;
}

.form-section {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.form-section h3 {
  font-family: Raleway;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.header-content {
  position: relative;
}

.header-image .drapeau {
  position: absolute;
  top: -10rem;
  left: -12rem;
  z-index: 0;
}

.header-image .drapeau img {
  width: 100%;
}

header {
  position: relative;
  z-index: 999;
}

.advantage__item:last-child {
  display: flex !important;
}

.advantage__item:last-child img {
  width: 32px;
}

.avantage-icon img {
  height: 100% !important;
}

footer {
  background-color: #283A4A;
  padding-top: 45px;
  color: white;
  font-weight: bold;
}

footer .t-footer {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

footer .links {
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
}


footer .links a {
  color: white;
}

footer .copyright-footer {
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  border-top: 1px solid white;
  text-align: center;
}


.flex-column {
  flex-direction: column;
}

.monument__inc .titremn {
  margin-bottom: 10px !important;
}

.pricemn {
  color: #324854;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.descriptionmn {
  color: #324854;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
}


/** 
Responsive
**/

@media (min-width: 575px) and (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-row-gap: 16px !important;
  }
}

.header-image .container {
  max-width: 125rem;
}

/* Pour les écrans très petits (téléphones) */
@media screen and (max-width: 575px) {
  .container {
    max-width: 90% !important;
  }
  .btn {
    padding: 16px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
  }

  .monument__inc .btn {
    margin: 0 10px;
  }

  .steps-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
  }

  .form-title {
    font-size: 18px;
  }

  .date {
    font-size: 20px;
  }

  .desc {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
    line-height: normal;
  }

  .logo {
    width: 100px;
    height: 52px;
  }

  .column-sm {
    flex-direction: column;
  }

  .header-title {
    display: none;
  }

  .form-container {
    padding: 2rem;
  }

  .form-head {
    margin-bottom: 15px;
  }

  .form-image {
    display: none;
  }

  .section-monument .monument__inc {
    padding: 50px 0;
  }

  .nos-actualites_hp {
    padding: 30px 30px !important;
  }

  .form-image-mobile {
    display: block;
    margin: 0px auto 15px auto;
    width: 50%;
  }
  
  .header-image .drapeau {
    display: none;
  }
  .link-conseils {
    font: normal normal 800 13px / 32px Raleway;
  }

  .advantage__item {
    flex-direction: column;
    gap: 6px;
  }

}

@media screen and (max-width: 991px) {
  .gap-1-md {
    gap: 15px;
  }

  .gap-2-md {
    gap: 2rem;
  }
}

/* Pour les écrans de petite à moyenne taille (tablettes) */
@media screen and (min-width: 576px) and (max-width: 991px) {
  .container {
    max-width: 90% !important;
  }

  .column-md {
    flex-direction: column;
  }

  .section-monument .monument__inc {
    padding: 50px 0px;
  }

  .header-image .drapeau {
    display: none;
  }

}

/* Pour les écrans de taille moyenne à grande (ordinateurs portables) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 95% !important;
  }

  .gap-5 {
    gap: 30px;
  }

}

@media screen and (max-width: 1720px) {
  .header-image .drapeau img {
    width: 100px;
    height: 100%;
  }

  .header-image .drapeau {
    top: -2rem;
    left: -8rem;
  }
}


/* Pour les écrans larges (ordinateurs de bureau) */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}
