.center {
  text-align: center;
}

.blackC {
  color: #262525;
}

.grey {
  color: #525252;
}

.white {
  color: white;
}

.black {
  color: #000;
}

.blackB {
  color: #2A2D42;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: inherit;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

.medium {
  font-family: "Manrope Medium";
  font-weight: 500;
}

.regular {
  font-family: "Manrop Regular";
  font-weight: 400;
}

.bold, strong {
  font-family: "Manrope Bold";
  font-weight: 700;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.right {
  text-align: right;
}

.vce {
  margin-bottom: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}

.semibold {
  font-family: "Manrope SemiBold";
  font-weight: 600;
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

h1 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 4.8611111111vw;
  line-height: 120%;
  color: white;
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 3.4722222222vw;
  line-height: 120%;
  color: black;
  letter-spacing: -0.06px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 2.2222222222vw;
  line-height: 120%;
  color: white;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

em {
  white-space: nowrap;
  font-style: inherit;
}
@media (max-width: 767px) {
  em {
    white-space: normal;
  }
}

.red-btn {
  color: white;
  background-color: #E03E28;
  text-align: center;
  display: inline-flex;
  padding: 1.0416666667vw 1.3888888889vw 1.1805555556vw;
  font-family: "Manrope Medium";
  font-size: 1.25vw;
  line-height: 150%;
  border-radius: 10px;
}
.red-btn:hover {
  background-color: #262525;
}
@media (max-width: 767px) {
  .red-btn {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .troisiemebarre {
    position: absolute;
    top: 27px;
    left: 23px;
    display: block;
    height: 0;
    width: 35px;
    padding: 0;
    border-top: 2px solid black;
    content: "";
    border-radius: 15px;
  }
  .button {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 22px;
    top: 9px;
  }
  .button:after {
    left: 23px;
    position: absolute;
    top: 40px;
    display: block;
    width: 35px;
    border-top: 2px solid black;
    border-radius: 15px;
    content: "";
  }
  .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 15px;
    left: 23px;
    display: block;
    border-top: 2px solid black;
    width: 35px;
    border-radius: 15px;
  }
  .button.menu-opened .troisiemebarre {
    display: none;
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 30px;
    border-top: 2px solid black;
    width: 35px;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 30px;
    border-top: 2px solid black;
    width: 35px;
    transform: rotate(-45deg);
  }
  .submenu-button {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .submenu-button.submenu-opened:after {
    background: black;
  }
  .submenu-button.submenu-opened:before {
    display: none;
  }
  .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 16px;
    height: 2px;
    display: block;
    background: black;
    content: "";
  }
  .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 26px;
    display: block;
    width: 2px;
    height: 16px;
    background: black;
    content: "";
  }
  .cssmenu ul {
    border-top: 1px solid white;
    padding-top: 2vw;
    background-color: #F3F3F3;
    width: 100%;
    display: none;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 98%;
  }
  .cssmenu ul li {
    width: 100%;
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: #262525 !important;
    font-size: 13px !important;
    border-bottom: 1px solid white;
    padding: 14px 0 !important;
    text-align: left;
    float: left;
  }
  .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  .cssmenu ul .current-menu-parent > a {
    font-weight: 700;
  }
  .cssmenu ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    background: #525252 !important;
    border: none !important;
    top: 0 !important;
    padding-bottom: 5px !important;
  }
  .cssmenu ul ul li {
    height: auto;
    padding: 0 15px !important;
    border-bottom: none !important;
    float: left !important;
  }
  .cssmenu ul ul li a {
    width: calc(100% - 32px);
    border-bottom: none !important;
    padding: 10px 0 !important;
    color: white !important;
    background: none;
    float: left;
    font-size: 13px !important;
  }
  .cssmenu ul ul li a::after {
    display: none !important;
  }
  .cssmenu ul ul li:hover > a {
    font-weight: 700;
  }
  .cssmenu ul ul li.active > a {
    font-weight: 700;
  }
  .cssmenu ul ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    margin: 0;
    text-align: left;
    border-top: none;
    background-color: #E03E28 !important;
    top: 6px !important;
    padding-bottom: 5px !important;
  }
  .cssmenu ul ul ul li a {
    border-bottom: none !important;
    font-size: 13px !important;
    line-height: 15px;
    color: white !important;
  }
  .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  .cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  header .btn-externe {
    margin-right: 22%;
  }
  header .btn-externe .phone-number {
    font-size: 16px !important;
    font-family: "Manrope Medium";
    font-weight: 600;
    color: #262525;
  }
  .no-mobile {
    display: none !important;
  }
  .no-pr.pr-133, .no-pr.pr-100, .no-pr.pr-110, .no-pr.pr-78, .no-pr.pr-65, .no-pr.pr-40, .no-pr.pr-80 {
    padding-right: 0 !important;
  }
  .no-pl.pl-65, .no-pl.pl-77 {
    padding-left: 0 !important;
  }
  .no-pb.pb-112, .no-pb.pb-100, .no-pb.pb-70, .no-pb.pb-65, .no-pb.pb-60, .no-pb.pb-50 {
    padding-bottom: 0 !important;
  }
  .pr-30-mob {
    padding-right: 30px;
  }
  .pl-30-mob {
    padding-left: 30px;
  }
  .pb-50-mob {
    padding-bottom: 50px;
  }
  .pb-30-mob {
    padding-bottom: 30px;
  }
  .nowrapmob, em.mob {
    white-space: nowrap !important;
  }
  .bottom-f .liens {
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 15px;
  }
  .service .pt-495 {
    padding-top: 525px;
  }
  .service .pb-85 {
    padding-bottom: 55px;
  }
  .page-id-49 .service .pt-495 {
    padding-top: 275px;
  }
  .mb-90 {
    margin-bottom: 90px;
  }
  .page-id-29 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/10/Metamorphose-du-sourire-service.jpg") !important;
  }
  .page-id-21 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Facettes-dentaires.jpg") !important;
  }
  .page-id-25 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Fermeture-de-diasteme.jpg") !important;
  }
  .page-id-27 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Chirurgie-1.jpg") !important;
  }
  .page-id-47 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Greffe-de-gencive-1.jpg") !important;
  }
  .page-id-49 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Dentisterie-generale-et-familiale-1.jpg") !important;
  }
  .page-id-23 .service .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/11/Blanchiment.jpg") !important;
  }
  .mobile-header .vce-asset-background-simple-item {
    background-image: url("/wp-content/uploads/2025/12/bg-mobile.jpg") !important;
  }
  .topmargin {
    margin-top: -92px;
    z-index: 4;
  }
  .border-ovale.topmargin {
    margin-top: -175px;
  }
  .page-id-3 .border-ovale {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .no-br.br-20 {
    border-radius: 0 !important;
  }
  .no-br.br-20 .vce-col-inner {
    border-radius: 0 !important;
  }
  .slider-team .srv-btn.srv-prev {
    position: absolute;
    top: 95%;
    left: 34%;
  }
  .slider-team .srv-btn.srv-next {
    left: 54%;
    position: relative;
    top: 13px;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
