:root {
  --slate-grey: #6c7e92;
  --steel-blue: #187b9a;
  --deep-sky-blue: #29b9e8;
  --light-grey: #f9f8f7;
  --royal-blue: #385b83;
  --royal-blue-2: #0073e6;
  --gainsboro: #d5dce4a3;
  --dim-grey: #575c63;
}

body {
  color: var(--slate-grey);
  font-family: Roboto;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
}

h2 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Overlock, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  line-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-menu {
  background-color: var(--light-grey);
  width: 100%;
  height: 100vh;
  display: block;
}

.navbar-link {
  float: left;
  color: var(--royal-blue);
  text-align: center;
  width: 320px;
  margin: 5px auto;
  padding: 15px 10px;
  font-size: 17px;
  line-height: 17px;
  transition: all .2s;
  display: block;
}

.navbar-link:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.navbar-link.w--current {
  border: 1px solid var(--deep-sky-blue);
  color: var(--royal-blue);
}

.navbar-link.w--current:hover {
  color: #fff;
}

.logo {
  float: left;
  justify-content: space-around;
  align-items: flex-end;
  line-height: 110px;
  display: flex;
}

.logo-bildmarke {
  float: left;
}

.logo-titel {
  float: left;
  color: var(--royal-blue);
  letter-spacing: -.5px;
  font-family: Overlock, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
}

.feature {
  height: auto;
}

.feature._1 {
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  align-items: center;
  height: 60vh;
  min-height: 650px;
  display: block;
  position: relative;
}

.feature.hide {
  display: none;
}

.button {
  color: var(--deep-sky-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #737980;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  box-shadow: 0 1px 4px #00000029;
}

.button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button.button-navbar {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 10px;
}

.button.margin-top {
  align-self: flex-start;
  margin-top: 10px;
}

.button.form-map-close-button {
  z-index: 500;
  background-color: var(--royal-blue);
  color: #fff;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  transform: translate(0, -130px);
}

.button.form-map-close-button:hover {
  background-color: var(--royal-blue-2);
}

.button.button-color {
  box-shadow: none;
  color: #fff;
  background-color: #29b9e8;
  margin-top: 45px;
}

.button.button-color.button-navbar {
  float: right;
  box-shadow: none;
  width: 320px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 15px 10px;
  font-size: 17px;
  line-height: 17px;
}

.button.button-color.button-navbar:hover {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.feature-informations {
  box-shadow: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.feature-informations.slideshow {
  z-index: 10;
  text-align: left;
  z-index: 10;
  text-align: left;
  position: absolute;
  overflow: hidden;
}

.feature-informations-column {
  float: left;
  color: #fff;
  width: 33.3%;
  padding: 35px 45px;
  display: inline-block;
}

.feature-informations-column._1 {
  background-color: #0073e6ed;
}

.feature-informations-column._2 {
  background-color: #0064c9f2;
}

.feature-informations-column._3 {
  background-color: #0057adf2;
}

.feature-informations-headline {
  color: var(--light-grey);
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
}

.feature-title {
  color: #fff;
  flex: 1;
  margin-bottom: 150px;
  position: relative;
}

.feature-headline {
  color: #fff;
  margin-bottom: 30px;
  font-family: Overlock, sans-serif;
  font-size: 50px;
  line-height: 52px;
}

.feature-headline.small {
  margin-top: 23px;
  margin-bottom: 2px;
  font-size: 32px;
}

.feature-slideshow {
  object-fit: cover;
  height: 700px;
}

.feature-slideshow-item {
  padding-bottom: 240px;
}

.feature-slideshow-item._1 {
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/65c3b684e696b97054e7024d_Clinique%20Dentaire%20Fullum-301.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-slideshow-item._2 {
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5bf44a25903391a8e34deebc_2.jpg");
  background-position: 50%;
  background-size: cover;
}

.slideshow-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.bg-grey {
  background-color: var(--light-grey);
}

.section.bg-grey.no-padding.section-line {
  min-height: auto;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-color {
  background-color: var(--deep-sky-blue);
  position: relative;
}

.section.section-line {
  min-height: 600px;
}

.section.confidentialite {
  margin-top: 89px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.b-b {
  border-bottom: 1px solid #d5dce4a3;
}

.section.b-b.informations {
  margin-top: 27px;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.page-title {
  background-color: var(--deep-sky-blue);
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.bg-blue {
  background-color: var(--deep-sky-blue);
}

.page-wrapper {
  box-shadow: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: block;
  overflow: hidden;
}

.page-wrapper.page-boxed {
  max-width: 1480px;
  box-shadow: 0 0 25px #0000000d;
}

.headline-section {
  border-bottom: 3px #0073e6;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Overlock, sans-serif;
}

.text-muted {
  opacity: .63;
}

.text-muted.footer-contact {
  margin-top: 20px;
}

.button-more-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-list-wrapper {
  column-count: 2;
}

.link-list-item {
  color: var(--slate-grey);
  line-height: 25px;
  transition: all .2s;
}

.link-list-item:hover {
  color: var(--deep-sky-blue);
}

.footer-column-headline {
  margin-top: 0;
}

.footer-column-headline.logo-footer {
  letter-spacing: -.5px;
  letter-spacing: -.5px;
  font-weight: 400;
}

.breadcrumb-container {
  border-bottom: 1px solid #d5dce44d;
  margin-bottom: 60px;
}

.breadcrumb-list {
  color: #88a9cf;
  text-align: left;
}

.breadcrumb-list-item {
  display: inline-block;
}

.breadcrumb-list-item-link {
  float: right;
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.breadcrumb-list-item-link.active {
  opacity: .7;
  opacity: .7;
  font-weight: 400;
}

.breadcrumb-list-slash {
  float: left;
  opacity: .7;
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 300;
  display: inline-block;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container.feature-title {
  align-self: stretch;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container.page-begin {
  margin-top: -140px;
}

.text-white {
  color: #fff;
}

.text-white.text-center {
  text-align: center;
  text-align: center;
  font-family: Fontawesome, sans-serif;
}

.teaser-team-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.teaser-team-wrapper.page-start {
  margin-top: 70px;
}

.teaser-team-name {
  margin-bottom: 0;
}

.teaser-team-item {
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

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

.footer-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-social-media-item {
  background-color: var(--slate-grey);
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5c9f6f1cb7e3ed7f461bbc8c_Google%20Map%20logo%20-%20Clinique%20Dentaire%20Fullum.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 33px 33px;
  border-radius: 50px;
  width: 37px;
  height: 37px;
  transition: background-color .1s;
}

.footer-social-media-item.facebook {
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5be7008466b73f27fc49b53d_Facebook.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.footer-social-media-item.facebook:hover {
  background-color: #39579a;
}

.footer-social-media-item.twitter {
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5be9a53f72e2919deeadcb35_Yelp_burst_negative_RGB.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.footer-social-media-item.twitter:hover {
  background-color: #d32223;
  transform: scale(1);
}

.footer-social-media-item.google {
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5be7008466b73fe6eb49b533_Google.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer-social-media-item.google:hover {
  background-color: #dd4330;
}

.footer-social-media-iteam-wrapper {
  margin-right: 8px;
  display: inline-block;
}

.page-loader {
  z-index: 100;
  opacity: .53;
  background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/5be7008466b73faf2849b52e_Loader.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54px;
  display: none;
  position: fixed;
  inset: 0;
}

.menu-button {
  z-index: 999;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 62px;
  display: block;
}

.divider {
  border-top: 1px solid #d5dce4a3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-row {
  margin-left: -10px;
  margin-right: -10px;
}

.to-top-anchor {
  z-index: 999;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-family: "Linea arrows 10", sans-serif;
  font-size: 20px;
  line-height: 50px;
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 1px 6px #0000003b;
}

.icon {
  color: var(--deep-sky-blue);
  font-size: 64px;
}

.vertical-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  float: left;
  font-size: 18px;
  display: inline;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  height: 81px;
  display: flex;
}

.paragraph-centered {
  text-align: center;
  text-align: center;
}

.flex-box-vip {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-vip {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }

  h2 {
    font-size: 33px;
  }

  .navbar-menu {
    z-index: 100;
    background-color: #fff;
    min-width: 300px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    box-shadow: -1px 0 28px #00000026;
  }

  .navbar-link {
    float: none;
    font-size: 22px;
    line-height: 20px;
  }

  .feature._1 {
    min-height: none;
    min-height: none;
    height: auto;
  }

  .button.button-color.button-navbar {
    float: none;
    float: none;
    float: none;
    font-size: 18px;
  }

  .feature-headline {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .feature-headline.small {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .feature-slideshow-item._1 {
    background-image: url("https://cdn.prod.website-files.com/5be7008466b73fb07449b51e/65c3b684e696b97054e7024d_Clinique%20Dentaire%20Fullum-301.jpg");
    background-position: 50% 100%;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-wrapper {
    padding-top: 86px;
  }

  .iconbox-container {
    margin-bottom: 40px;
  }

  .subpage-image {
    height: 370px;
  }

  .subpage-image._1 {
    height: 300px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.feature-title {
    height: auto;
    padding-left: 50px;
    display: block;
  }

  .feature-content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .feature-image-container.slideshow {
    width: 100%;
    height: 530px;
    position: relative;
  }

  .section-image-text-wrapper {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-image-text-image {
    background-color: var(--royal-blue);
    width: 100%;
    height: 400px;
    position: relative;
  }

  .section-image-text-text {
    flex-flow: wrap;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .form-container.forn-container-split {
    flex-direction: column-reverse;
  }

  .section-form-wrapper {
    margin-top: -100px;
  }

  .section-form-wrapper.full-width {
    margin-top: -80px;
  }

  .section-color-text-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-teaser-wrapper {
    flex-direction: column;
  }

  .menu-button {
    color: var(--royal-blue-2);
    padding: 10px 0;
    font-size: 45px;
  }

  .news-teaser-list-wrapper {
    width: 50%;
  }

  .form-container-column.small-column {
    width: 100%;
    max-width: 100%;
    min-height: 70vh;
  }

  .cta-container {
    max-width: 640px;
  }

  .cta-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

  .cta-grid-2 {
    grid-template-columns: 1fr;
  }

  .content-wrap-small {
    grid-row-gap: 24px;
  }

  .content-grid-small {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-grid-3 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

  .cta-section-3 {
    padding-bottom: 140px;
  }

  .cta-grid-large {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu {
    display: block;
  }

  .logo {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo.w--current {
    float: none;
  }

  .logo-titel {
    text-align: right;
    margin-right: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .feature-slideshow-item._1 {
    background-size: cover;
  }

  .page-wrapper {
    padding-top: 78px;
  }

  .subpage-image {
    height: 280px;
  }

  .container.full-width {
    padding-left: 0;
    padding-right: 15px;
  }

  .feature-image-container.slideshow {
    height: 320px;
  }

  .feature-award {
    margin-top: 179px;
  }

  .form-container {
    padding: 55px 50px;
  }

  .section-form-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .menu-button.w--open {
    color: var(--royal-blue-2);
    background-color: #0000;
  }

  .news-teaser-list-wrapper {
    width: 100%;
  }

  .icon {
    color: #29b9e8;
  }

  .link-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-avis {
    height: auto;
  }

  .div-block-slider-avis {
    width: 100%;
    padding-bottom: 30px;
  }

  .flex-box-vip {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .separator-block {
    height: 50px;
  }

  .cta-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-avatar-group {
    margin-top: 32px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 36px;
    line-height: 52px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
    line-height: 45px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .navbar-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 100%;
  }

  .logo-titel {
    font-size: 22px;
    line-height: 26px;
  }

  .feature._1 {
    min-height: 0;
  }

  .feature-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .feature-headline.small {
    margin-bottom: 9px;
    font-size: 26px;
  }

  .feature-slideshow-item._1 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.b-b.informations {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.page-title {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .headline-section {
    margin-top: 0;
  }

  .iconbox-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iconbox-container.last {
    margin-bottom: 0;
  }

  .teaser-content-wrapper {
    padding: 20px;
  }

  .section-headline-wrapper {
    margin-bottom: 30px;
  }

  .section-headline-line {
    display: none;
  }

  .section-headline.bg-grey {
    margin-top: 20px;
  }

  .button-more-wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subpage-image-container {
    margin-top: -60px;
  }

  .subpage-image {
    height: 220px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.feature-title {
    padding-left: 10px;
  }

  .container.full-width {
    padding-right: 0;
  }

  .container.page-begin {
    margin-top: -60px;
  }

  .feature-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image-container.slideshow {
    height: auto;
  }

  .feature-award {
    width: 56px;
    margin-top: 140px;
    right: 20px;
  }

  .section-image-text-text {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teaser-team-wrapper.page-start {
    margin-top: 30px;
  }

  .form-container {
    padding: 35px 40px;
  }

  .section-form-wrapper, .section-form-wrapper.full-width, .section-form-wrapper.full-width {
    margin-top: -50px;
  }

  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 40px;
  }

  .content-row {
    margin-left: 0;
    margin-right: 0;
  }

  .form-container-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav {
    display: block;
  }

  .separator-block {
    height: 30px;
  }

  .paragraph {
    width: auto;
  }

  .right-margin {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cta-grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-grid-2 {
    grid-template-columns: 1fr;
  }

  .cta-button-2 {
    text-align: center;
  }

  .content-card {
    padding: 16px;
  }

  .content-image-l {
    height: 380px;
  }

  .cta-grid-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .cta-button-5 {
    text-align: center;
  }
}
