:root {
  --font-Battambang: "Battambang", system-ui;
}

body .Mypage {
  overflow: hidden;
}

body .site-main-diag {
  background-color: #f8f8f8;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}

/* Navigateur */

.section-navigateur {
  position: absolute;
  width: 100%;
  padding: 0 0;
  z-index: 10;
}

.ul-lien {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.lien-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.has-dropdown>a {
  position: relative;
  padding: 33px 0;
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.has-dropdown>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  height: 2px;
  width: 0%;
  background: #c96e2c;
  transition: all 0.4s ease;
}

.has-dropdown>a:hover::before {
  width: 100%;
}

.bloc-navigateur {
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.info-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  display: flex;
  gap: 20px;
}

.info-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #d87710;
  color: #ffffff;
  height: 34px;
  padding: 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.if2 {
  background: #e08b2f;
}

.info-nav a:hover {
  background: #ffffff;
  color: #d87710 !important;
}

.info-nav a:hover svg path {
  fill: #d87710;
}

.section-navigateur.fixed .bloc-navigateur {
  border-bottom: 1px solid transparent;
}

/* section-slide */

.section-slide {
  padding: 0 0;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
}

.Mypage.page .item-slide {
  height: 600px;
  min-height: unset;
  max-height: unset;
}

.item-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.item-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bloc-titre-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 15px;
}

.titre-slide {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: clamp(14px, 0.417vw + 1rem, 22px);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.text-slide {
  font-family: var(--font-Battambang);
  font-weight: 900;
  font-size: clamp(32px, 3.4vw + 1rem, 65px);
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}

.txt2-slide {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: clamp(14px, 0.417vw + 1rem, 22px);
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.btn-slide a {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 20%;
  text-decoration-skip-ink: auto;
  color: #ffffff;
  transition: all 0.3s ease;
}

.btn-slide a:hover {
  color: #e08b2f;
}

.btn-slide {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px 50px;
  flex-wrap: wrap;
}

.bloc-titre-slide .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.owl-carousel.accueil .owl-item .btn-slide,
.owl-carousel.accueil .owl-item .text-slide,
.owl-carousel.accueil .owl-item .txt2-slide,
.owl-carousel.accueil .owl-item .titre-slide {
  transform: translateY(50px);
}

.owl-carousel.accueil .owl-item .titre-slide {
  transition: all 1s ease 0.1s;
}

.owl-carousel.accueil .owl-item .text-slide {
  transition: all 1s ease 0.2s;
}

.owl-carousel.accueil .owl-item .txt2-slide {
  transition: all 1s ease 0.3s;
}

.owl-carousel.accueil .owl-item .btn-slide {
  transition: all 1s ease 0.4s;
}

.owl-carousel.accueil .owl-item.active .btn-slide,
.owl-carousel.accueil .owl-item.active .text-slide,
.owl-carousel.accueil .owl-item.active .txt2-slide,
.owl-carousel.accueil .owl-item.active .titre-slide {
  transform: translateY(0);
}

/* formulaire */

.section-formulaire {
  position: fixed;
  bottom: -1px;
  right: 0;
  transform: translateY(calc(100% - 85px));
  width: 100%;
  z-index: 5;
  pointer-events: none;
  transition: all 0.4s ease;
}

.section-formulaire.active {
  transform: translateY(0);
}

.section-formulaire .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.bloc-form {
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  pointer-events: all;
}

.bloc-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titre-form {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #7c8b77;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

.titre-form span {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #b0b0b0;
}

.label-form {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #c96e2c;
  margin-bottom: 2px;
}

.champ-form {
  width: 100%;
}

.nice-select {
  height: 40px;
  border: 1px solid #7c8b77;
  border-radius: 6px;
  background: transparent;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.nice-select .option,
.nice-select .current {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0%;
  line-height: 1;
  color: #b0b0b0;
  display: flex;
  align-items: center;
}

.nice-select .option {
  padding: 0;
  min-height: 22px;
}

.nice-select .list {
  width: max-content;
}

.nice-select .list {
  background: #f8f8f8;
  border-radius: 6px;
  border: 1px solid #7c8b77;
  margin-top: 2px;
  padding: 6px 14px;
}

.nice-select.open {
  border-radius: 6px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent;
  font-weight: 700;
}

.nice-select .option.disabled {
  display: none;
}

.nice-select:after {
  width: 7px;
  height: 7px;
  right: 20px;
  margin-top: -7px;
  border-bottom: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
}

.nice-select .list:hover .option {
  color: #7c8b77;
}

.deco-form1,
.deco-form {
  position: relative;
  background: transparent;
  cursor: pointer;
}

.deco-form1 {
  top: -16px;
}

.section-formulaire.active .deco-form1 {
  height: 0;
  opacity: 0;
}

#customDotsnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  pointer-events: all;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

#customDotsnav .owl-dot {
  position: relative;
  width: 6px;
  height: 6px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 50%;
  padding: 0;
}

#customDotsnav .owl-dot.active {
  width: 10px;
  height: 10px;
}

/* valeur */

.text-valeur {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #282828;
}

.bloc-valeur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.flex-valeur {
  display: flex;
  align-items: center;
  gap: 20px 160px;
  flex-wrap: wrap;
  justify-content: center;
}

/* presentation */

.section-presentation {
  position: relative;
  overflow: hidden;
}

.img-float {
  float: left;
  margin-right: 168px;
}

.img-pre {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 30px;
}

.img-pre img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
}

.para-pre {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}

.img-pre1,
.img-pre2 {
  height: 100%;
}

.img-pre1 img,
.img-pre2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.flex-pre {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.row-pre {
  margin-right: -25px;
  margin-left: -25px;
}

.row-pre>div {
  padding: 0 25px;
}

/* formation */

.section-formation {
  position: relative;
  z-index: 1;
  background: url("../images/formation.jpg") no-repeat center / cover;
}

.section-formation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
  z-index: -1;
}

/* service */

.section-service {}

.item-service {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.item-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 72.2%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
}

.img-service {
  width: 100%;
  height: 313px;
  overflow: hidden;
}

.img-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titre-service {
  position: absolute;
  inset: 20px;
  top: unset;
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.icon-service {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.4s ease;
  opacity: 0;
}

.item-service:hover .icon-service {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.item-service:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.flex-service {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/* avis */

.section-avis {
  background: url("../images/avis.jpg") no-repeat center / cover;
}

.bloc-avis {
  padding: 25px;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bloc-avis:hover {
  box-shadow: 10px 2px 7px -6px #000000;
}

.text-avis {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
}

.client-avis {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #282828;
}

.btn-avis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 25px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* referencement */

.img-contact,
.img-ref {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7c8b77;
  padding: 100px;
}

.img-ref img {
  border-radius: 20px;
  object-fit: cover;
}

.img-ref.gris {
  background: #e0e6de;
}

/* paiement */

.section-paiement {
  background: #e08b2f;
}

/* actualite */

.img-actu {
  width: 100%;
  height: 228px;
  border-radius: 20px;
  overflow: hidden;
}

.img-actu img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bloc-actu {}

.banner-actu {
  padding-top: 20px;
}

.date-actu {
  font-family: var(--font-Battambang);
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #7c8b77;
  margin-bottom: 6px;
}

.titre-actu {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #282828;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

.titre-actu:hover {
  color: #c96e2c;
}

.text-actu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #282828;
}

.btn-actu {
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn-actu a {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 20%;
  text-decoration-skip-ink: auto;
  color: #282828;
}

.btn-actu a:hover {
  color: #c96e2c;
}

/* contact */

.champ-contact textarea,
.champ-contact input {
  padding: 20px;
  height: 62px;
  background: #ffffff;
  border-radius: 10px;
}

.champ-contact textarea {}

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #282828;
}

.text-form-contact {
  font-family: var(--font-Battambang);
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.img-contact {
  background: #e08b2f;
  position: relative;
}

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

.deco-g {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -50%);
}

/* info */

.icon-info {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #7c8b77;
  border-radius: 50%;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.titre-info {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #c96e2c;
  margin-bottom: 10px;
  white-space: nowrap;
}

.txt-info {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* text-transform: uppercase; */
  color: #282828;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.bloc-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
}

.flex-info {
  display: flex;
  align-items: center;
  gap: 10px 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.bloc-info:hover .icon-info {
  background: #7c8b77;
}

.bloc-info:hover .icon-info svg path {
  fill: #ffffff;
}

.bloc-info:hover .txt-info {
  color: #e08b2f;
}

/* footer */

footer {
  background: #3c423a;
}

.footer-g {
  padding: 60px 0;
}

.logo-footer {
  margin-bottom: 26px;
}

.text-lf {
  max-width: 392px;
}

footer div {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.titre-footer {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #c96e2c;
  margin-bottom: 20px;
  white-space: nowrap;
}

.les-ca,
.info-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}

.les-ca li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lien-info-footer {
  display: flex;
  align-items: center;
  gap: 13px;
}

.icon-if {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lien-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.bloc-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0 15px 0;
  border-top: 1px solid #ffffff;
}

.rx-footer {
  display: flex;
  align-items: center;
  gap: 24px;
}

.bloc-copyright li span {
  color: #e08b2f;
}

.champ-footer {
  position: relative;
  display: flex;
  gap: 0;
}

.newsletter {
  background: linear-gradient(to bottom,
      #f8f8f8 0%,
      #f8f8f8 50%,
      #3c423a 50%,
      #3c423a 100%);
}

.titre-news {
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: clamp(26px, 1.389vw + 1rem, 36px);
  line-height: 1.3;
  letter-spacing: 0%;
  color: #ffffff;
}

.text-news {
  font-family: var(--font-Battambang);
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.container-news form {
  padding: 40px 32px;
  background: #7c8b77;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 10px 50px;
}

.champ-footer input {
  height: 50px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px 0 0 6px;
}

.champ-footer input::placeholder,
.champ-footer input {
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #b0b0b0;
}

.champ-footer button {
  background: #c96e2c;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0;
}

.bloc-news {
  max-width: 475px;
}

/* template mobile */

/* menu */

ul.menu {
  list-style: none;
}

ul.menu>li {
  position: relative;
}

.section-navigateur.fixed ul.dropdown,
.section-navigateur ul.dropdown {
  top: 100%;
}

ul.dropdown {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 180px;
  background: #ca6e2d;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
  z-index: 1;
  width: max-content;
  text-align: left;
  transition: 0.5s;
  visibility: hidden;
  transform: translate(-50%, 50px);
  opacity: 0;
  padding: 16px 0;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 6px 24px;
  font-family: var(--font-Battambang);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  color: #282828;
  text-align: center;
}

ul.dropdown li:last-child {
  border-bottom: none;
}

ul.dropdown li:hover a {
  color: #ffffff;
}

.show-dropdown {
  display: block !important;
}

.has-dropdown>a:hover {
  color: #e08b2f;
}

ul.dropdown:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ca6e2d;
}

/* navigateur mobile */

.icon-bar {
  width: 100%;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

.menu-toggle {
  width: 40px;
  height: 33px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 1001;
}

.menu-toggle.open .top {
  transform: rotate(45deg) translate(10px, 6px);
}

.menu-toggle.open .middle {
  opacity: 0;
}

.menu-toggle.open .bottom {
  transform: rotate(-45deg) translate(13px, -12px);
}

/* fixed */

.nav-wrapper {
  position: relative;
}

.section-navigateur.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #3c413a;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: auto;
}

@media (max-width: 1199px) {
  .bloc-navigateur-principal {
    background: transparent;
  }

  ul.dropdown {
    display: block;
    position: relative;
    left: 0;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    padding: 0;
    list-style: none;
    z-index: 1;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    visibility: visible;
    opacity: 0;
    display: none;
  }

  .lien-mobile {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0px;
    background-color: #ffffff;
    gap: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
    transform: translateY(-15px);
    overflow: hidden;
  }

  .lien-mobile.actived {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

  .lien-mobile>li {
    width: 100%;
  }

  .nav-lien img.logo-fixed,
  .nav-lien img.logo-default {
    padding: 15px 0;
  }

  .lien-mobile a br {
    display: none;
  }

  .lien-mobile a {
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
  }

  .lien-mobile.actived ul.dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }

  .has-submenu>a.active::after,
  .has-dropdown .active i,
  .has-dropdown .active img {
    transform: rotate(180deg);
  }

  .has-dropdown div {
    pointer-events: none;
  }

  .has-submenu>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: relative;
    font-size: 0.7em;
    transition: transform 0.3s ease;
  }

  .has-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.hide-first-h2 h2:first-of-type {
  display: none;
}

footer a:hover {
  color: #c96e2c;
}

.para-pre h2 {
  margin-bottom: 20px;
  font-family: var(--font-Battambang);
  font-weight: 700;
  font-size: clamp(24px, 1.25vw + 1rem, 30px);
  line-height: 1.2;
  color: #282828;
}

.btn-payement {
  background: #fff;
  color: #c96e2c;
}

.btn-payement:hover {
  background: transparent;
  border: solid #c96e2c;
}

.champ-contact textarea {
  height: 151px;
}

.section-formulaire .btn-1:hover {
  background: transparent;
  border: solid #ca6e2d;
  color: #ca6e2d;
}

.para-pre-formateur ul {
  margin: 20px;
}