body .Mypage {
  overflow: hidden;
}

body .site-main-mib {
  background-color: #ffffff;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0x;
  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;
}

.titre1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #84abb0;
  position: relative;
}

.titre-titre {
  padding: 19px 0 0 27px;
}

.titre1::before {
  content: "";
  width: 123px;
  height: 118px;
  border-top: 5px solid #84abb0;
  border-left: 5px solid #84abb0;
  position: absolute;
  top: -19px;
  left: -27px;
}

.titre2 {
  font-size: 33px;
  color: #185e91;
  line-height: 1.2;
}

.line-nav {
  background: #84abb0;
  width: 100%;
  height: 9px;
}

/* section contact navigateur */

section.section-nav-contact {
  padding-bottom: 33px;
  padding-top: 39px;
  padding-right: 0;
  padding-left: 0;
}

.section-nav-contact .lien-contact {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 65px;
}

.section-nav-contact .lien-contact .info {
  font-size: 16px;
  line-height: 1.2;
  color: #185e91;
}

.section-nav-contact .lien-adresse,
.section-nav-contact .lien-message,
.section-nav-contact .lien-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

/* navigateur */

section.section-navigateur {
  padding: 0 0;
  z-index: 2;
}

.bloc-navigateur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 0px 0px #00000040;
  box-shadow: 0px -1px 0px 0px #0000001c;
  border-radius: 40px;
  padding: 0px 37px;
  background-color: #ffffff;
}

.lien-nav > li > a {
  padding: 39px 0;
}

.lien-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #185e91;
  gap: 31px;
}

a.btn-navigateur {
  height: 48px;
  background: #185e91;
  color: #ffffff;
  padding: 11px 14px;
  border-radius: 7px;
  font-size: 16px;
}

a.btn-navigateur:hover {
  background: #f6f2ed;
  color: #185e91;
}

a.btn-navigateur:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(57%) saturate(417%)
    hue-rotate(169deg) brightness(97%) contrast(91%);
}

a.btn-navigateur > img {
  margin-right: 8px;
}

section.section-nav-phone {
  padding: 0 0;
  z-index: 3;
}

section.section-nav-phone .bloc-navigateur {
  padding: 16px 37px;
}

.section-nav-phone.fixed .menu-toggle,
.section-nav-phone .menu-toggle {
  width: 35px;
  height: 27px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0;
  z-index: 1001;
}

.menu-deroulant {
  background-color: transparent;
  position: absolute;
  top: 82%;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 10px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  box-shadow: 0 -4px 10px -10px rgba(0, 0, 0, 0.15);
}

.section-nav-phone ul.collapse li {
  padding: 8px 0;
}

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

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

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

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.list-group-item a.font,
.list-group-item .font {
  font-size: 15px;
  color: #185e91;
}

.section-nav-phone.fixed .icon-bar {
  width: 100%;
  height: 6px;
  background-color: #7794c2;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

.section-nav-phone .icon-bar {
  width: 100%;
  height: 6px;
  background-color: #185e91;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

section.section-navigateur.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  margin-top: -110px;
}

.section-navigateur.fixed .bloc-navigateur {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

section.section-nav-phone.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  margin-top: -130px;
}

.section-nav-phone .bloc-navigateur {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* petite animation nav lien */

.lien-nav a {
  position: relative;
  display: inline-block;
}

/* slide accueil */

section.section-slide {
  padding: 0 57px;
  margin-top: -45px;
  position: relative;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 736px;
  display: flex;
  align-items: center;
}

.item-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 40px;
  object-fit: cover;
}

.titre-slide {
  position: relative;
  color: #f6f2ed;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 31px;
  margin-top: 90px;
}

.slide-before::before {
  content: "";
  position: absolute;
  width: 126px;
  height: 118px;
  border-top: 8px solid #f6f2ed;
  border-left: 8px solid #f6f2ed;
  top: -34px;
  left: -32px;
}

.sous-titre-slide {
  font-size: 32px;
  color: #f6f2ed;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1;
}

/* formulaire */

section.section-formulaire {
  padding: 0 0;
}

.bloc-form {
  background: #84abb0;
  padding: 35px 130px;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
}

button.type,
button.tpbien {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border-radius: 5px;
}

button.type:hover,
button.tpbien:hover,
button.type.active,
button.tpbien.active {
  background: #185e91;
}

button.type:hover img,
button.tpbien:hover img,
button.type.active img,
button.tpbien.active img {
  filter: brightness(0) invert(1);
}

.label-form {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

button.btn-1.btn-form {
  width: 141px;
  height: 48px;
}

.label-btn {
  font-size: 16px;
  color: #ffffff;
}

/* presentation */

section.section-presentation {
  padding-top: 162px;
}

.text-float {
  position: relative;
}

img.img-pre {
  border-radius: 0 84px 0 84px;
}

.titre-titre {
  margin-bottom: 20px;
  line-height: 65px;
  position: relative;
}

.text-float .titre2 {
  margin-bottom: 40px;
  line-height: 1.2;
}

.img-float {
  float: right;
}

.para-float p {
  color: #000000;
  font-size: 18px;
  display: table;
  line-height: 1.4;
}
.para-float p:first-of-type img:first-of-type,
.para-float p:first-of-type img:nth-of-type(2),
.para-float h2:first-of-type img:first-of-type {
  display: none;
}
.para-float p:first-of-type {
  margin-bottom: 0;
}
.container-presentation .img-pricipal {
  margin-bottom: 70px;
}
.para-float h2 {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  color: #185e91;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 1.2;
  margin-top: 25px;
}
.sub-title span {
  display: none;
}
.img-float {
  margin-left: 155px;
}

.img-pricipal {
  position: relative;
  display: inline-block;
}

.img-pricipal img {
  position: relative;
  z-index: 2;
}

.pre-deco-1 > img {
  position: absolute;
  top: 25px;
  left: 27px;
}

.pre-deco-2 {
  position: absolute;
  width: 167.3300018310547px;
  height: 198.7899932861328px;
  background: #84abb0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
  border-top-right-radius: 43px;
  bottom: -63px;
  right: -55px;
  z-index: 3;
}

.pre-deco-3 img {
  position: absolute;
  z-index: 0;
  bottom: -81px;
  left: -67px;
  width: 278px;
  height: 345px;
}

.pre-deco-4 {
  position: absolute;
  width: 167.3300018310547px;
  height: 198.7899932861328px;
  background: #185e91;
  border-top-right-radius: 43px;
  border-bottom-left-radius: 43px;
  top: -29px;
  left: -34px;
  z-index: 0;
}

/* atout */

section.section-atout {
  padding-top: 183px;
  padding-bottom: 146px;
}

.bloc-atout {
  position: relative;
  background: #f6f2ed;
  padding: 43px 31px;
  padding-bottom: 82px;
  border-top-left-radius: 0;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  cursor: pointer;
}

.bloc-atout:hover:hover {
  background: #b8ced1;
}

.atout-before::before {
  content: "";
  position: absolute;
  width: 225.8888702392578px;
  height: 118px;
  border-top: 5px solid #84abb0;
  border-left: 5px solid #84abb0;
  top: -23px;
  left: 15px;
}

.atout-titre {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  align-items: center;
}

.atout-titre1 {
  font-size: 30px;
  color: #185e91;
  line-height: 65px;
  text-transform: uppercase;
  position: relative;
}

.atout-para {
  line-height: 29px;
  height: 116px;
  overflow: hidden;
  color: #185e91;
  font-size: 24px;
}

.atout-number {
  position: absolute;
  width: 73px;
  height: 79px;
  border-radius: 15px 15px 0px 15px;
  background: #185e91;
  font-size: 36px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -60px;
  left: -20px;
  z-index: 6;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.icon-atout {
  position: relative;
  width: 93px;
  height: auto;
}

.svg-hover {
  display: none;
}

.svg-hover {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.svg-default {
  display: block;
  transition: opacity 0.3s ease;
}

.bloc-atout:hover .svg-hover {
  opacity: 1;
  display: block;
}

.bloc-atout:hover .svg-default {
  display: none;
}

/* slide carousel */

.section-carousel.page::after {
  display: none;
}

.section-carousel::after {
  content: "";
  position: absolute;
  background: url(../images/deco.png);
  bottom: -287px;
  right: -222px;
  width: 100%;
  max-width: 706.0521729750253px;
  height: 1100px;
  z-index: 0;
}

section.section-carousel.page {
  padding-top: 0;
  padding-bottom: 220px;
  z-index: 0;
}

section.section-carousel {
  padding-top: 0;
  padding-bottom: 295px;
  z-index: 6;
  position: relative;
}

.section-carousel .titre2 {
  padding-bottom: 59px;
}

.owl-carousel.carousel {
  padding: 0 4rem;
}

.section-carousel .service-item {
  position: relative;
  width: 100%;
  height: 577px;
  padding-top: 56px;
  padding-right: 23px;
  margin: 0 auto;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-carousel .service-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #84abb0, #84abb0),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  width: calc(100% - 23px);
  height: calc(100% - 56px);
  z-index: -1;
  transition: all 0.3s ease;
  border-radius: 0 58px 0 58px;
}

.section-carousel .service-item:hover .service-item-img img {
  transform: translate(23px, -56px);
}

.section-carousel .owl-carousel.carousel .owl-stage-outer {
  height: 100%;
}

.section-carousel .service-item-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.section-carousel .service-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0 50px 0 50px;
}

.section-carousel .item-deco {
  position: absolute;
  background-image: url("../images/slide/deco.png");
  left: 50%;
  bottom: 41px;
  transform: translateX(-50%);
  color: #185e91;
  width: 226.97154235839844px;
  height: 64.99761962890625px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.container-carousel {
  position: relative;
}

.custom-nav-overlay {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 10px;
  pointer-events: visible;
  z-index: 10;
  height: 0;
}

.custom-nav-overlay button {
  background: transparent;
}

.bloc-dot {
  position: relative;
}

.custom-dots-container {
  display: flex;
  gap: 15px;
  flex-direction: column;
  bottom: 330px;
  right: 0;
  position: absolute;
  z-index: 5;
  pointer-events: visible;
}

.custom-dots-container .owl-dot {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #f6f2ed;
  border-radius: 50%;
  cursor: pointer;
}

.custom-dots-container .owl-dot.active {
  background: #d9d9d9;
}

.section-slide.contact .custom-dots-container {
  bottom: 230px;
}

/* avis */

section.section-avis {
  padding-top: 0;
  padding-bottom: 292px;
}

.bg-avis {
  background-image: url("../images/avis.jpg");
  object-fit: contain;
  background-repeat: no-repeat;
  padding-top: 123px;
  padding-bottom: 105px;
  padding-right: 115px;
  border-top-right-radius: 222px;
  position: relative;
}

.bloc-avis {
  position: relative;
}

img.deco-avis {
  position: absolute;
  right: 30px;
  bottom: 80px;
}

.section-avis .titre1::before {
  border-top: 5px solid #f6f2ed;
  border-left: 5px solid #f6f2ed;
}

.section-avis .titre1 {
  color: #f6f2ed;
}

.section-avis .titre-titre {
  margin-bottom: 0;
}

.section-avis .titre2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 57px;
}

.section-avis a.btn-1 {
  padding: 15px 42px;
  font-family: Rubik;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}

/* paiement en ligne */

section.section-paiement::before {
  content: "";
  position: absolute;
  width: 1064px;
  height: 1000px;
  background: url(../images/deco-2.png);
  bottom: -394px;
  left: -798px;
}

section.section-paiement {
  padding-top: 0;
  padding-bottom: 235px;
}

.bg-paiement {
  background-image: url("../images/payement.jpg");
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 38px;
  position: relative;
  padding-top: 131px;
  padding-left: 131px;
  padding-bottom: 122px;
}

.section-paiement .titre1 {
  font-size: 24px;
  color: #f6f2ed;
  font-weight: 600;
}

.section-paiement .titre1::before {
  border-top: 5px solid #f6f2ed;
  border-left: 5px solid #f6f2ed;
}

.section-paiement .titre2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 34px;
}

/* section-secteur */

section.section-secteur.page {
  padding-top: 158px;
  padding-bottom: 225px;
}

section.section-secteur {
  padding-top: 0;
  padding-bottom: 242px;
}

.section-secteur .img-float {
  float: left;
  margin-right: 130px;
  margin-left: 0;
}

.section-secteur .titre1 {
  position: relative;
}

.section-secteur .titre1::before {
  top: -39px;
  left: -27px;
}

.section-secteur .pre-deco-3 img {
  top: -81px;
}

.section-form-contact .info-deco,
.section-secteur .info-deco {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.pre-deco-2 {
  display: flex;
  flex-direction: column;
  gap: 17px;
  bottom: -34px;
}

/* footer */

footer {
  background: #f6f2ed;
  padding-top: 81px;
  padding-bottom: 14px;
}

.titre-footer {
  font-size: 24px;
  color: #185e91;
  text-transform: uppercase;
  padding-bottom: 34px;
}

.footer-lien1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-lien1 li a {
  font-size: 16px;
  color: #185e91;
}

.info_footer {
  font-size: 16px;
  color: #185e91;
}

.lien-phone-footer > img {
  margin-right: 8px;
}

.autre-info-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.diag-footer {
  display: flex;
  justify-content: center;
  color: #185e91;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 38px;
}

.mib-diag {
  color: #cccccc;
  text-transform: uppercase;
}

.footer-para {
  font-size: 10px;
  color: #185e91;
  line-height: 17px;
  text-align: center;
}
.footer-para p a.active{
  font-weight: 600;
}
.arobiz {
  display: flex;
  justify-content: center;
  gap: 63px;
}

/* avant contact */

section.section-contact-footer {
  padding: 0 0;
  background: linear-gradient(to bottom, #ffffff 60%, #f6f2ed 40%);
}

.bloc-contact-footer {
  background: #84abb0;
  padding: 46px 233px;
  border-radius: 0px 100px 0px 100px;
}

.bloc-form-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.titre-contact-footer {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 31px;
  justify-content: center;
  font-family: Rubik;
  letter-spacing: 4px;
}

input.input-footer {
  background: white;
  padding: 0 20px;
  border-radius: 7px;
}

input.input-footer::placeholder {
  font-size: 15px;
}

/* section-actualite */

section.section-actualite {
  padding-bottom: 164px;
  padding-top: 0;
}

.bloc-img-actu {
  width: 100%;
  max-width: 434px;
}

.bloc-img-actu {
  position: relative;
}

.img-actu {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.img-actu img {
  width: 100%;
  display: block;
}

.resp-centre {
  text-align: center;
  display: ruby;
}

.img-actu::before {
  content: "";
  background: #84abb0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 434px;
  height: 100%;
  border-radius: 90px 90px 0 90px;
  z-index: 1;
}

.img-actu > img {
  border-radius: 90px 90px 0 90px;
  width: 100%;
  max-width: 434px;
  height: 100%;
  min-height: 468px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.img-actu:hover > img {
  transform: translate(-40px, -40px);
}

.section-actualite .item-deco {
  position: absolute;
  background-image: url("../images/slide/deco.png");
  right: 14px;
  bottom: 29px;
  color: #185e91;
  width: 226.97154235839844px;
  height: 64.99761962890625px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 10;
}

.titre-actu {
  position: relative;
  color: #185e91;
  font-size: 24px;
  text-align: right;
  margin-top: 42px;
  line-height: 28px;
}

.titre-titre {
  margin-bottom: 0px;
}

.actu-btn a {
  background: #84abb0;
  color: #f6f2ed;
  letter-spacing: 1px;
  margin-top: 30px;
}

/* contact */

section.section-form-contact {
  padding-top: 245px;
  padding-bottom: 323px;
}

.section-form-contact .pre-deco-3 img {
  top: -81px;
}

.section-form-contact .img-float {
  float: none;
}

.section-form-contact textarea,
.section-form-contact input {
  background: transparent;
  border: 1px solid #d3d2d2;
  padding: 24px 60px 25px 24px;
  border-radius: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #5c727d;
}

.section-form-contact input {
  max-height: 68px;
}

.section-form-contact textarea {
  height: 194px;
}

.section-form-contact input::placeholder {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #5c727d;
}

.contact-champ {
  position: relative;
}

.icon-champ-contact {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
}

.icon-champ1-contact {
  position: absolute;
  top: 24px;
  right: 37px;
}

.section-form-contact .titre2 {
  margin-bottom: 63px;
}

.section-form-contact .message {
  margin-bottom: 18px;
}

.soumettre {
  font-size: 14px;
  color: #5c727d;
  line-height: 1;
  margin-bottom: 73px;
}

.capchat {
  display: flex;
  justify-content: space-between;
}

.section-slide.contact .item-slide {
  position: relative;
  width: 100%;
  height: 530px;
  display: flex;
  z-index: 1;
  align-items: center;
}

.diag-footer a,
.mib-diag {
  margin: 0px 5px;
}

.diag-footer a,
.info_footer,
.contact-footer a,
.footer-lien1 a {
  transition: 0.5s;
}

.diag-footer a:hover,
a:hover .info_footer:hover,
.contact-footer a:hover,
.footer-lien1 a:hover {
  color: #84abb0;
}

.list-group-item {
  border-top: none;
  border-bottom: none;
}

.menu-deroulant ul li:last-child {
  border-radius: 0 0 50px 50px;
  padding-bottom: 25px;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
}

/* nav mobile */

.icon-bar {
  width: 100%;
  height: 6px;
  background: rgb(0, 43, 60);
  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-deroulant {
  background-color: transparent;
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

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

a.font {
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #33302d;
  text-transform: none;
}

.color-i {
  color: #33302d !important;
}

.menu-deroulante li a {
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #33302d;
  padding: 8px 0;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

ul.lien-contact-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px;
}

ul.lien-contact-nav li:nth-last-child(2) {
  margin-right: auto;
}

.lien-contact-nav i,
ul.lien-contact-nav li span,
ul.lien-contact-nav li a {
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 16px;
  line-height: 25.2px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

ul.lien-contact-nav li img {
  margin-right: 8px;
}

.bloc-lien-contact-nav {
  background: #525252;
}

.bloc-navigateur-mobile {
  padding: 15px 0;
  background: white;
}

/* 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: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
  z-index: 1;
  width: 283px;
  text-align: left;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

ul.dropdown li a {
  display: block;
  padding: 2px 16px !important;
  text-decoration: none;
  color: #185e91;
  font-size: 15px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

ul.dropdown li {
  padding-left: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
}

ul.dropdown li a {
  color: #185e91;
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

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

ul.dropdown li:first-child {
  padding-top: 20px !important;
  margin-right: 0px !important;
}

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

ul.dropdown li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 2px;
  background-color: #84abb0;
  transition: width 0.3s ease-in-out;
}

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

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

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

ul.menu > li > a.actived {
  color: #84abb0 !important;
  position: relative;
}
