:root {
  --font-manrope: "Manrope", sans-serif;
  --font-sora: "Sora", sans-serif;
}


body .Mypage {
  overflow: hidden;
  background: #141414;
  padding-bottom: 24px;
}

body .Mypage.home {
  padding: 24px 0;
}


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #141414;
  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;
  padding: 0 24px;
}

.Mypage.page .section-navigateur {
  position: relative;
}

.Mypage.page .bloc-navigateur-principal {
  background: #101010;
}

.bloc-navigateur {
  padding: 0 24px;
}

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

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

.has-dropdown>a {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1.25px;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0;
}

.li-lien3 ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-nav {
  width: 52px;
  height: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  border-right: 2px solid #FFFFFF;
}

.li-lien3 a:hover svg path {
  stroke: #E6353A;
}

.btn-nav:hover svg path {
  fill: #E6353A;
}

.offcanvas-close:hover svg,
.btn-nav:hover svg {
  transform: scale(1.3);
}


/* section-slide */

section.section-slide {
  padding: 0 0;
  margin: 0 24px;
  border-radius: 10px;
  overflow: hidden;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 700px;
  max-height: calc(100vh - 150px);
  min-height: 500px;

}

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

.item-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1;
}

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


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

  padding: 0 24px;
}



.titre-slide {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(26px, 3.14vw + 1rem, 60px);
  line-height: 1.15;
  letter-spacing: -1.8px;
  color: #FFFFFF;
  /* max-width: 940px; */
  text-align: center;
}

.Mypage.page .titre-slide {
  font-size: clamp(28px, 3vw + 1rem, 48px);
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}

.titre-slide div {
  color: #E6353A;
  display: inline;
}

.btn-slide {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}


.ariane a {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -1.25px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 25px;
}

.ariane a:hover {
  color: #EE3338;
}

.ariane {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  flex-wrap: wrap;
  gap: 0px 25px;
}

.ariane a:not(:first-child)::before {
  content: '';
  position: relative;
  width: 8px;
  height: 8px;
  background: #EE3338;
  border-radius: 50%;
}


/* formulaire */

section.section-formulaire {
  padding: 24px;
}

.champ-form .nice-select {
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 24px;
  display: flex;
  align-items: center;

  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  width: 100%;
  max-width: 340px;
}



.champ-form .nice-select::after {
  right: 20px;
}

.champ-form .nice-select .list {
  border-radius: 10px;
  width: 100%;
}

.champ-form .nice-select:after {
  all: revert;
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/icon/chevron.svg')no-repeat;
  width: 15px;
  height: 8px;
  transition: all 0.3s ease;
}

.nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}



.grand-titre-form {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(16px, 1.7vw + 1rem, 40px);
  line-height: 1.1;
  letter-spacing: -1.25px;
  color: #FFFFFF;
  margin-bottom: 37px;
}

.banner-form {
  position: relative;
  height: 496px;
  background: #101010;
  border-radius: 10px;
  padding: 88px 45px 84px 45px;
}

.Mypage.page .banner-form {
  height: max-content;
}

.banner-form form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}


.titre-form {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(20px, 0.64vw + 1rem, 25px);
  line-height: 1.4;
  letter-spacing: -1.25px;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 380px;
}

.text-form {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.valeur-form {
  display: flex;
  gap: 5px 25px;
  flex-wrap: wrap;
}

.valeur-form li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;

  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -1.25px;
  color: #FFFFFF;

}

.valeur-form li::before {
  content: '';
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EE3338;
}

.f1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.f2 {
  position: absolute;
  top: 0;
  right: 0;
}

.f3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-devis {
  position: absolute;
  top: 22px;
  right: 40px;
}

.btn-devis a {
  height: 35px;
  border-radius: 50px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #111111;

}

.btn-devis a:hover {
  background: #E6353A;
  color: #000000;
}

/* presentation */


section.section-presentation {
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}


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

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

img.img-presentation {
  width: 100%;
  height: 100%;
}


.pre-deco1 {
  position: absolute;
  bottom: -227px;
  right: -63px;
}

.para-pre {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

/* grand titre */
.section-grand-titre {
  position: relative;
  z-index: 2;
}

.grand-titre {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(13px, 2.2vw + 2rem, 80px);
  line-height: 1.4;
  letter-spacing: -2.94px;
  color: #FFFFFF;

}

.grand-titre span {
  background: linear-gradient(180deg, #E6353A 0%, #4D2222 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s1 {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
}


/* services */
section.section-service {
  position: relative;
  z-index: 2;
  padding: 24px 0;
}

.item-service {
  position: relative;
}

.img-service {
  position: relative;
  width: 100%;
  height: 336px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.img-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);


  z-index: 1;
}

.img-service>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.6s ease;
}

.bloc-service {
  position: absolute;
  inset: 40px;
  top: unset;
  z-index: 2;
}

.titre-service {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(18px, 0.64vw + 1rem, 25px);
  line-height: 1.4;
  letter-spacing: -1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.text-service {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #E6353A;
  text-align: left;

}

.banner-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.item-service:hover .img-service>img {
  transform: scale(1.2);
}

.btn-service {
  display: flex;
  justify-content: center;
  gap: 10px 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}


.section-service .owl-item {
  text-align: center;
}

/* referencement */
section.section-reference {
  overflow: hidden;
  z-index: 1;
  padding: 24px 0;
}

.btn-ref {
  margin-top: 28px;
}

.img-ref {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("../images/mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;

  mask-image: url("../images/mask.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
}

.img-ref::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: 1;
}

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

  border-radius: 5px;
  filter: grayscale(100%);
}


/* paiement en ligne */
.section-paiement {
  position: relative;
  z-index: 2;
}

.bloc-paiement {
  position: relative;
  padding: 76px 25px;
  background: #101010;
  overflow: hidden;
}

.s2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.s3 {
  position: absolute;
  top: 0;
  right: -35px;
}


/* actualite */
section.section-actu {
  position: relative;
  z-index: 1;
  padding: clamp(50px, 10vh, 100px) 24px;
}


.banner-actu {
  display: flex;
  gap: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.bloc-actu {
  padding: 24px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
}

.img-actu {
  overflow: hidden;
  border-radius: 10px;
}

.img-actu img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.6s ease;
}

.date-actu {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  color: #FFFFFF;

}

.titre-actu {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: clamp(20px, 0.64vw + 1rem, 25px);
  line-height: 1.5;
  letter-spacing: -1.25px;
  color: #FFFFFF
}


.text-actu {
  color: #FFFFFFB2;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.les-actu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s4 {
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  z-index: -1;
}

.bloc-actu:hover .img-actu img {
  transform: scale(1.3);
}


.titre-actu span {
  background-image: linear-gradient(to left, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 1.2s;
  display: inline;
}

.titre-actu:hover span {
  background-size: 100% 1px;
  color: #fff;
}


/* footer */
footer {
  position: relative;
  z-index: 2;
  margin: 0 20px;
}

.bloc-footer {
  background: #101010;
  border-radius: 10px;
  padding: 0 24px;
}

.banner-footer {
  padding: 72px 0;
}

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

.titre-footer {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1.25px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.text-champ-footer {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.04px;
  color: #FFFFFF;

}

.champ-footer {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.champ-footer input {
  height: 42px;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background: transparent;
}

.champ-footer input,
.champ-footer input::placeholder {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #888787;

}

.btn-footer {
  position: relative;
  height: 42px;
  width: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #E6353A;
  padding: 0;
  overflow: hidden;
}

.btn-footer span {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-footer:hover svg {
  transform: translate(100%, -100%);
}

.btn-footer:hover span::before {
  transform: translate(-50%, -50%);
  top: calc(50%);
}

.btn-footer span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, 50%);
  background: url('../images/fleche2.svg')no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.btn-footer:hover {
  background: #1C1C1C;

}

footer form {
  max-width: 422.66px;
}

.lien-footer.service>div,
.lien-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.lien-footer a i,
.lien-footer span,
.lien-footer a {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.copyright a:hover,
.lien-footer a:hover,
.lien-footer a:hover i {
  color: #E6353A;
}

.lien-footer.service {
  flex-direction: row;
  gap: 10px 24px;
  flex-wrap: wrap;
}


.s6,
.s5 {
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.s6 {
  left: 75%;
}

.copyright {
  padding: 46px 0 37px 0;
  border-top: 1px solid #CBCBCB;
}

.copyright ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 30px;
}

.copyright li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.arobiz {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* contact */

section.section-form-contact {
  padding: 48px 0;
}

.champ-contact textarea,
.champ-contact input {
  background: transparent;
  border: 1px solid #FFFFFF;
  padding: 20px;
  height: 50px;
  border-radius: 10px;
}

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

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

.text-form-contact {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #FFFFFF;

}

.btn-contact {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.texte-info {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;

}

.les-info {
  display: flex;
  gap: 10px 48px;
  align-items: center;
  flex-wrap: wrap;
}

.les-info a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ul-lien-right_barre a:hover i,
.ul-lien-right_barre a:hover .titre-info,
.les-info a:hover i,
.les-info a:hover .titre-info {
  color: #E6353A;
}

.titre-info i,
.titre-info {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.bloc-info {
  flex-direction: column;
  display: flex;
  gap: 43px;
}




/* Bloc offcanvas */

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas-custom {
  position: fixed;
  top: 0;
  right: -40%;
  width: 35%;
  padding-top: 30px;
  height: 100vh;
  background: #101010;
  transition: right .4s ease;
  z-index: 1060;
}

.offcanvas-custom.active {
  right: 0;
  overflow-y: auto;
}

/* Backdrop flou */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10101060;
  backdrop-filter: blur(1px);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1055;
  pointer-events: none;
  overflow: hidden;
}

.offcanvas-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas-header {
  position: absolute;
  top: 50px;
  right: 50px;
}

button.close {
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 1;
}


.btn-navigateur {
  background: transparent;
}

.offcanvas-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 0 24px;
}

.logo-menu {
  max-width: 200px;
}

.sub-footer {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}

.ul-lien-right_barre {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ul-lien-right_barre>a {
  display: flex;
  gap: 12px;
}

.ca {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

/* 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: 0;
  min-width: 180px;
  background: #101010;
  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: translateY(50px);
  opacity: 0;


  padding: 16px 0;
  border-top: 2px solid #E6353A;
  border-radius: 10px;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 12px 24px !important;
  text-decoration: none;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-transform: uppercase;

}


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



ul.dropdown li a {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 16px;
}

ul.dropdown li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #E6353A;
  transition: width 0.3s ease-in-out;
  margin-right: 4px;
  vertical-align: middle;

}

ul.dropdown li:hover a::before {
  width: 16px;
}

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

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



ul.menu>li>a:hover {
  color: #E6353A;
}









/* 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 */

.Mypage.page .section-navigateur.fixed,
.section-navigateur.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: all 0.3s ease;
  height: auto;
}



@media (max-width: 1199px) {

  .bloc-navigateur-principal {
    background: transparent;
  }

  ul.dropdown {
    display: block;
    position: relative;
    left: 0;
    background: #101010;
    box-shadow: 0 8px 16px rgba(0, 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: block;
    flex-direction: column;
    left: 0px;
    background-color: #101010;
    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;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
  }

  .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%;
    font-size: 14px;
    justify-content: space-between;
    padding: 15px;


  }

  .has-dropdown>a {
    text-align: left;
  }


  .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;
  }

}



.Mypage.page .logo-default {
  display: none;
}

.Mypage.page .logo-fixed {
  display: block !important;
}
#rdv_diag_erp .panel, .panel-body {
  background: transparent!important;
}
.input-wrapper {
  opacity: 1!important;
}
.btn-form .btn-2 svg path{
  transition: all 0.3s ease-in-out;
}
.btn-form .btn-2:hover svg path{
  fill:#E6353A;
}