:root {
  --indian-red: #b85854;
  --light-salmon: #f69d9a;
  --dark-slate-gray: #333;
  --dark-gray: #9999992b;
  --light-pink: #edb2af;
  --linen: #fceeed;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #0000;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 9px;
  padding-right: 61px;
  font-family: jubilat, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 54px;
  position: relative;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  z-index: 1;
  float: left;
  clear: left;
  color: #1c1c1c;
  text-align: center;
  letter-spacing: 0;
  width: 40%;
  margin: 0 auto 22px;
  padding-bottom: 0;
  font-family: jubilat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 3px solid #fff;
  width: 35.1%;
  height: 50px;
  margin-top: 10%;
  padding: 13px 15px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  bottom: 10px;
  left: 33%;
  right: 33%;
}

.button.tablet {
  z-index: 2;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-width: 1px;
  border-color: #f69d9a;
  border-radius: 4px;
  width: auto;
  height: 47px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: all .5s;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.button.tablet:hover {
  opacity: 1;
  color: #fff;
  background-color: #f69d9a;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  width: auto;
  right: 33%;
}

.button.tablet:active {
  opacity: 1;
  color: #ffffffa6;
  background-color: #f69d9a17;
}

.button.tablet:focus {
  opacity: 1;
}

.button.tablet.w--current {
  z-index: 2;
  color: #fff;
  border-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  right: 0%;
}

.button.tablet.contact_button {
  float: none;
  clear: left;
  color: #b85854;
  background-color: #fff;
  border-color: #f69d9a;
  width: 143px;
  margin-top: 10px;
  margin-left: auto;
  padding-top: 2px;
  font-family: Lato, sans-serif;
  position: relative;
  inset: 0 auto auto 0%;
}

.button.tablet.contact_button:hover {
  color: #fff;
  background-color: #b85854;
}

.button.tablet.contact_button.button_full {
  float: none;
  color: #fff;
  background-color: #b85854;
  border-color: #b85854;
}

.button.tablet.contact_button.button_full:hover {
  color: #b85854;
  background-color: #fff;
}

.button.processus {
  z-index: 4;
  background-color: #fceeed40;
  border-width: 1px;
  border-radius: 6px;
  width: 280px;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  inset: 0 auto auto 0%;
}

.button.processus:hover {
  color: #b85854;
  background-color: #fceeed;
}

.button.contact_button {
  float: left;
  text-align: center;
  background-color: #b85854;
  border-radius: 6px;
  margin-top: 10px;
  position: relative;
  inset: -57px auto 0 0%;
}

.button.contact_button.nouveau {
  float: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border-style: none;
  width: 200px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 10px 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  position: static;
}

.hero {
  z-index: 21;
  clear: both;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.logo {
  z-index: 2;
  width: 50.2%;
  max-width: 475px;
  height: 74.7%;
  margin-top: 16%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo.phone {
  z-index: 2;
  width: 510px;
  max-width: 445px;
  height: auto;
  min-height: 0;
  margin: 0% auto 20px;
  display: block;
  position: relative;
  inset: 0 0 0%;
}

.overlay_pink {
  z-index: 2;
  opacity: .74;
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 65px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay_pink.slider_equipe_pink {
  z-index: 3;
  background-color: #f69d9a;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
}

.contour {
  z-index: 2;
  text-align: center;
  border: 34px solid #fff;
  width: 100%;
  min-width: 0;
  max-width: 1920px;
  height: 100%;
  margin: 0% 0 23px;
  padding-top: 0;
  padding-left: 35px;
  padding-right: 38px;
  list-style-type: none;
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  overflow: visible;
}

.contour.header {
  border-top-width: 80px;
  display: none;
  position: fixed;
}

.container_button {
  z-index: 22;
  text-align: center;
  height: 20%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.about {
  z-index: 1;
  background-color: #3d3d3d;
  height: 1320px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}

.about.ordi {
  z-index: 4;
  float: none;
  clear: none;
  opacity: 1;
  text-align: right;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/denturologiste-boite-a-dents.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 200px;
  padding-left: 60px;
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: 0%;
  left: 0;
  overflow: visible;
}

.slide_2 {
  background-image: url('../images/DSC_1918_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide_4 {
  background-image: url('../images/Gabriel-Fortin-contexte-laboratoire-avril-2021.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide_6 {
  background-image: url('../images/hero-slider2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_about {
  z-index: 3;
  clear: none;
  background-color: #e0e0e0;
  background-image: none;
  width: 100%;
  height: 500px;
  margin: auto;
  padding-top: 0;
  font-size: 34px;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.coordonn-es {
  z-index: 0;
  float: right;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  margin-bottom: -5px;
  margin-right: 4px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.coordonn-es.alma {
  float: left;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: -4px;
  margin-left: -6px;
  padding-top: 4px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: 0;
}

.coordonn-es.alma.note {
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-left: 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 11px;
  line-height: 14px;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.coordonn-es.modal {
  color: #b85854;
  text-align: center;
  width: 100%;
  margin-bottom: 57px;
  padding-left: 0;
  font-size: 23px;
}

.coordonn-es.header {
  float: left;
  color: #363636;
  text-align: left;
  column-count: 2;
  width: 50%;
  min-width: 25%;
  margin-top: 24px;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 184px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 17px;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: visible;
}

.info_hero {
  z-index: 22;
  background-color: #0000;
  border-top: 1px solid #f69d9a4a;
  height: 9%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

.saguenay {
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  height: auto;
  padding: 0 30px 30px;
  display: block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.image_proprio {
  z-index: 2;
  float: none;
  text-align: right;
  background-image: url('../images/Proprio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 370px;
  width: 114.6%;
  height: 399px;
  margin: 116px auto 30px;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slidenav {
  z-index: 0;
  margin-bottom: 33px;
  display: none;
  position: fixed;
}

.next_section {
  z-index: 20;
  float: none;
  clear: both;
  background-color: #0000;
  background-image: url('../images/scroll-down_grey.png');
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 92px;
  margin: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.next_section.w--current {
  z-index: 4;
  clear: none;
  margin-top: 11px;
  margin-bottom: 39px;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0;
}

.next_section.processu.w--current {
  clear: none;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  inset: 0 auto auto 0;
}

.next_section.about_next {
  z-index: 3;
  opacity: 1;
  background-image: none;
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.next_section.about_next.w--current {
  inset: 0 auto auto 0;
}

.next_section.denturo {
  top: 230px;
}

.next_section.denturo.ipad.w--current {
  clear: none;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0 auto auto 0;
}

.next_section.denturo.ipad.left {
  height: 60px;
  transform: rotate(90deg);
}

.next_section.produits {
  position: absolute;
}

.next_section.denturologie {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.white_contour {
  z-index: 2;
  opacity: 1;
  border-width: 10px;
  border-color: #fff;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0 0%;
  overflow: visible;
}

.image_about_new {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0%;
  display: block;
  position: absolute;
  top: -35%;
  left: 0;
}

.hidden-logo {
  z-index: 2;
  background-color: #1c1c1c;
  background-image: url('../images/logofinal_fond_noir-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  width: 140px;
  max-width: 140px;
  height: 130px;
  margin-left: 30px;
  position: fixed;
  top: 0;
}

.hidden-logo.w--current {
  z-index: 3;
  margin-left: 40px;
  display: inline-block;
  position: relative;
  top: 0;
  overflow: visible;
}

.logo_section_new {
  z-index: 20;
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.logo_section_new.interieur {
  top: 0;
}

.h1-section {
  font-size: 74px;
}

.h1-section.team_quote {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 172px;
  font-family: jubilat, sans-serif;
  font-size: 1.85em;
  font-weight: 100;
  line-height: 1em;
  display: block;
  position: relative;
  inset: 0;
}

.h1-section.second_quote {
  z-index: 3;
  color: #fff;
  text-align: center;
  margin: auto;
  padding-top: 160px;
  padding-left: 13%;
  padding-right: 13%;
  font-family: jubilat, sans-serif;
  font-size: 4.75em;
  font-weight: 200;
  line-height: 1em;
  display: block;
  position: relative;
  top: 4%;
  left: 0;
}

.h1-section.second_quote.third {
  z-index: 4;
  padding-top: 100px;
}

.navigation {
  text-align: center;
  background-color: #0000;
  height: 10px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0;
}

.navigation.interieur {
  opacity: 1;
}

.nav_link {
  z-index: 1;
  float: none;
  clear: none;
  color: #1c1c1c;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  width: 65px;
  height: 31px;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 0 2px;
  font-family: jubilat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: all .5s;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.nav_link:hover {
  color: #edb2af;
  border-bottom: 2px solid #f69d9a;
}

.nav_link.w--current {
  z-index: 1;
  color: #1c1c1c;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  border-right-style: none;
  border-right-color: #99999947;
  width: 75px;
  height: 31px;
  font-size: 17px;
  font-weight: 400;
  transition: none;
  position: relative;
}

.nav_link.w--current:hover {
  color: #f69d9a;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: 170px;
}

.nav_link.home {
  float: none;
  background-image: url('../images/home-01.svg');
  background-position: 50% 37%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 38px;
  min-width: 0;
  height: 36px;
  top: -3px;
}

.nav_link.home.w--current {
  margin-bottom: -3px;
  padding-top: 2px;
  padding-bottom: 4px;
}

.nav_link.interieur {
  float: none;
  color: #1c1c1c;
  text-shadow: none;
}

.nav_link.interieur.w--current {
  color: #f69d9a;
  text-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav_link.interieur.w--current:hover {
  text-shadow: none;
  margin-left: 10px;
}

.nav_link.interieur.w--current:active {
  text-shadow: none;
}

.nav_link.interieur.w--current:focus {
  color: #f69d9a;
  text-shadow: none;
}

.nav_link.interieur.equipe_menu {
  text-align: center;
  text-shadow: none;
  width: 73px;
  margin-left: 0;
  margin-right: 0;
}

.nav_link.interieur.equipe_menu:hover {
  text-shadow: none;
}

.nav_link.interieur.denturologiste_menu {
  text-align: center;
  text-shadow: none;
  width: 139px;
  margin-left: 0;
  margin-right: 0;
}

.nav_link.interieur.denturologiste_menu:hover, .nav_link.interieur.denturologiste_menu.w--current {
  text-shadow: none;
}

.nav_link.interieur.processu_menu {
  text-align: center;
  text-shadow: none;
  width: 105px;
  margin-left: 0;
  margin-right: 5px;
}

.nav_link.interieur.processu_menu:hover, .nav_link.interieur.processu_menu.w--current {
  text-shadow: none;
}

.nav_link.interieur.contact-menu {
  text-align: center;
  text-shadow: none;
  width: 79px;
  margin-left: 0;
  margin-right: 0;
}

.nav_link.interieur.contact-menu:hover, .nav_link.interieur.contact-menu.w--current {
  text-shadow: none;
}

.nav_link.apropos {
  text-align: center;
  width: 73px;
  margin-left: 8px;
  margin-right: 8px;
}

.nav_link.apropos.w--current {
  width: 80px;
  margin-left: 0;
  margin-right: 0;
}

.nav_link.apropos.w--current:hover {
  width: 80px;
}

.nav_link.produits_menu {
  text-align: center;
  width: 160px;
  margin-left: 5px;
  margin-right: 5px;
}

.nav_link.produits_menu.w--current {
  width: 169px;
  margin-left: 0;
  margin-right: 0;
}

.nav_link.produits_menu.w--current:hover {
  width: 169px;
}

.nav-container {
  z-index: 3;
  float: none;
  opacity: 1;
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1920px;
  height: 80px;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.nav-menu {
  z-index: 2;
  float: right;
  opacity: 1;
  text-align: right;
  background-color: #0000;
  width: auto;
  min-width: 0;
  height: 64px;
  margin: auto 0 auto auto;
  padding-top: 0;
  padding-right: 20px;
  display: block;
  position: relative;
  top: 14px;
  left: 0;
  overflow: hidden;
}

.menu_icon {
  z-index: 1;
  color: #f69d9a;
  text-align: right;
  padding-top: 0;
  font-size: 46px;
  line-height: 46px;
  position: relative;
}

.menu_item {
  z-index: 2;
  float: right;
  opacity: 1;
  color: #f69d9a;
  width: 80px;
  height: 80px;
  margin-top: 3px;
  margin-right: 9px;
  font-size: 16px;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu_item.w--open {
  z-index: 3;
  float: right;
  background-color: #0000;
  width: 80px;
  height: 80px;
  margin-top: 15px;
  margin-right: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
}

.h3_bold {
  float: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  position: static;
}

.h3_bold.handic {
  color: #b85854;
  width: 170px;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.section_produits {
  z-index: 2;
  float: none;
  clear: none;
  margin-top: 153px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.section_produits.contact_saguenay {
  z-index: 4;
  background-color: #fff;
  margin-top: 0;
  padding-top: 136px;
}

.titre {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 40px;
}

.titre.team_name {
  letter-spacing: 0;
  height: 80px;
  font-size: 23px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.titre.message {
  color: #1c1c1c;
  margin-bottom: 15px;
  font-size: 40px;
}

.titre.message.phone {
  margin-bottom: 40px;
  font-family: jubilat, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.titre.modal_box_tx {
  margin-bottom: 20px;
}

.titre.services_contact {
  float: right;
  clear: left;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  border-left: 1px solid #f69d9a;
  flex: 1;
  align-items: center;
  width: 110px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.titre.article {
  text-align: center;
  font-size: 40px;
}

.produits_container {
  height: auto;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.separator {
  background-color: #f69d9a;
  width: 100px;
  height: 3px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.separator.modal_box_tx {
  margin-bottom: 17px;
}

.nos-produits {
  background-color: #fff;
  border-top: 1px #0000;
  height: auto;
  padding-top: 39px;
}

.products-image {
  float: right;
  background-image: url('../images/partiellemetal.jpg');
  background-position: 60% 51%;
  background-repeat: no-repeat;
  background-size: 640px;
  width: 451px;
  height: 400px;
}

.products-image.acrylique {
  background-image: url('../images/partielleacrylique.jpg');
  background-position: 50% 51%;
  background-size: 630px;
}

.products-image.conventionnelle {
  background-image: url('../images/complete.jpg');
  background-position: 66% 37%;
  background-size: 590px;
}

.products-image.implants {
  background-image: url('../images/implant.jpg');
  background-position: 16% 55%;
  background-size: 470px;
}

.products-image.protecteur {
  background-image: url('../images/protecteurbuccal.jpg');
  background-size: 560px;
}

.products-image.sp-ciaux {
  background-image: url('../images/effetspeciaux.jpg');
}

.descriptions_produits {
  text-align: left;
  width: 70%;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
}

.arrow {
  z-index: 4;
  background-color: #f69d9a;
  border-radius: 6px;
  width: 90px;
  height: 60px;
  margin-left: 1px;
  margin-right: -18px;
  padding-top: 15px;
  padding-right: 11px;
  font-size: 30px;
  position: absolute;
  top: 0;
}

.arrow:focus {
  background-color: #f69d9a;
}

.arrow.left {
  border-radius: 6px;
  margin-left: -18px;
  margin-right: 0;
  padding-left: 11px;
  padding-right: 0;
}

.nav_right {
  float: none;
  clear: none;
  width: 80px;
  height: 410px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.produits_titre {
  width: 85%;
  margin-top: 34px;
  padding-left: 0;
  font-size: 47px;
  line-height: 49px;
}

.produits_titre.speciaux {
  width: 80%;
}

.section_bottom {
  clear: none;
  background-color: #fff;
  height: 110px;
  padding-top: 50px;
  display: block;
  position: static;
}

.slider_dots {
  opacity: .4;
  margin-top: -20px;
  margin-bottom: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.titre_2 {
  text-align: center;
  width: 100%;
}

.titre_2.editable {
  float: none;
  clear: none;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.titre_2.article_text {
  text-align: left;
  font-size: 18px;
}

.badge_coin {
  z-index: 22;
  float: none;
  background-image: url('../images/Consultation_Gratuite-01.svg');
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.corner_link {
  width: 207px;
  height: 200px;
}

.map_google {
  z-index: 0;
  background-color: #0000;
  margin-bottom: 0;
  list-style-type: none;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
}

.map_google.demi {
  height: 225px;
  margin-bottom: 10px;
  position: relative;
}

.back_contact {
  text-align: left;
  background-color: #fff;
  height: 1070px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.titre-contact {
  clear: right;
  margin-top: 11px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 2px;
  font-family: jubilat, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
  display: block;
  position: relative;
  overflow: visible;
}

.sous-titres {
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-family: jubilat, sans-serif;
  font-weight: 700;
}

.column2_contact {
  height: 100%;
  margin-top: 0;
  padding-top: 77px;
  padding-left: 20px;
  top: 0;
  left: 0;
}

.formulaire {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.button_carte {
  text-align: center;
  text-transform: uppercase;
  background-color: #b85854;
  border-width: 1px;
  border-color: #b85854;
  border-radius: 6px;
  width: 213px;
  height: 47px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: inline-block;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.button_carte:hover {
  background-color: #f69d9a;
}

.button_2 {
  float: left;
  clear: left;
  color: #b85854;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #f69d9a;
  border-radius: 3px;
  width: 300px;
  height: 54px;
  margin: 25px auto 88px;
  padding-top: 15px;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.button_2:hover {
  color: #fff;
  background-color: #f69d9a;
}

.button_2.a_propos {
  margin-bottom: 35px;
}

.row_contact {
  float: none;
  background-color: #0000;
  height: auto;
  margin-top: -429px;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.row_hovermap {
  z-index: 2;
  opacity: 1;
  background-color: #ffffffcf;
  height: 414px;
  padding-left: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.row_hovermap.alma {
  z-index: 3;
  opacity: 1;
  display: block;
}

.button_message {
  margin-left: 0;
}

.saguenay_contact {
  z-index: 2;
  height: 872px;
  position: relative;
}

.alma_contact {
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.slider_contact {
  z-index: 0;
  background-color: #fff;
  height: 900px;
  position: relative;
}

.slide_white {
  background-color: #fff;
}

.mask {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  height: 527px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.show-trigger {
  width: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.intro {
  float: left;
  text-align: left;
  width: 35%;
  margin-top: -7px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 24px;
  font-size: 35px;
  line-height: 42px;
  display: block;
  top: 0;
  left: 0;
}

.intro.equipe {
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 22%;
  padding-right: 22%;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.intro.equipe.contact-zone {
  padding-left: 10%;
  padding-right: 10%;
}

.intro.white {
  color: #fff;
  width: 40%;
}

.contact-text {
  z-index: 2;
  float: left;
  clear: none;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  position: relative;
}

.contact-text.edition {
  float: none;
  clear: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 23px;
  padding-right: 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: static;
}

.team {
  z-index: 4;
  background-color: #fff;
  height: 945px;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.equipe {
  text-align: center;
  width: 100%;
}

.second_section {
  z-index: 2;
  background-image: url('../images/photo_slider_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -5px;
  margin-bottom: auto;
  position: relative;
  inset: 0;
}

.second_section.produits {
  background-image: url('../images/photo_slider_4.jpg');
}

.second_section.produits.contacter {
  background-image: url('../images/photo_slider_5.jpg');
}

.name {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  background-color: #0000;
  border-top: 1px #f69d9a;
  border-left: 1px solid #f69d9a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 16px;
  padding-left: 9px;
  font-family: jubilat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: static;
  top: 421px;
  left: -80px;
  overflow: visible;
}

.name.dany {
  float: none;
  text-align: left;
  height: 70px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}

.name.gabriel {
  float: none;
  margin-left: 13px;
  padding-left: 10px;
}

.name.haut {
  width: 45%;
}

.name.haut.gauche {
  width: 38%;
}

.fonction {
  z-index: 6;
  color: #000;
  letter-spacing: 0;
  font-family: jubilat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: inline;
  position: static;
}

.photo_team {
  background-color: #0000;
  background-image: url('../images/vicky.jpg');
  background-position: 40% 59%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
}

.photo_team:hover {
  background-image: url('../images/valerie_hover.jpg');
  background-position: 100%;
}

.photo_team.sabrina {
  background-image: url('../images/BAD_Couleur-Sabrina.2.jpg');
  background-position: 50% -25px;
  background-size: cover;
}

.photo_team.kassandra {
  background-image: url('../images/kassandra_4342.jpg');
  background-position: 50% 33%;
  width: 100%;
  transition-property: none;
}

.photo_team.kassandra:hover {
  transition: none;
}

.photo_team.jo-anny {
  background-image: url('../images/BAD_Couleur-Jo-Anny.3.jpg');
  background-position: 50% 0;
  transition-property: none;
}

.photo_team.vicky {
  background-color: #fff;
  background-image: url('../images/BAD_Couleur-Vicky.12.jpg');
  background-position: 50% 16%;
  transition-property: none;
}

.photo_team.jo-anny {
  background-image: url('../images/jo-anny_4296.jpg');
  background-position: 50% 17%;
}

.photo_team.valerie-d {
  background-image: url('../images/BAD_Couleur-Valerie.4.jpg');
  background-position: 50% -10px;
}

.photo_team.marieeve {
  background-color: #fff;
  background-image: url('../images/BAD_Couleur-MArie-Eve.1.jpg');
  background-position: 50% 30%;
  transition-property: none;
}

.photo_team.sandra {
  background-image: url('../images/BAD-Linda.jpg');
  background-position: 50% 28%;
}

.photo_team.jo-anny-2 {
  background-image: url('../images/BAD_Couleur-Jo-Anny.3.jpg');
  background-position: 50% 16%;
  transition-property: none;
}

.photo_team.melissa {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 16%;
  transition-property: none;
}

.slider-team {
  clear: both;
  background-color: #0000;
  height: auto;
}

.slide {
  width: 100%;
  margin: auto 0%;
  padding-left: 34px;
  padding-right: 34px;
  display: inline-block;
  overflow: visible;
}

.slide.team_slide {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.right_arrow_team {
  width: 80px;
  display: block;
}

.left_arrow_team {
  display: block;
}

.selector {
  display: none;
}

.section_title {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: 0;
  padding-right: 0;
  font-family: jubilat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.loading {
  z-index: 1001;
  background-color: #fffcfc;
  background-image: none;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.preloader {
  margin: auto;
  display: block;
  position: fixed;
  inset: 0;
}

.sectin-service {
  z-index: 3;
  background-color: #fff;
  height: auto;
  padding-top: 135px;
  position: relative;
  top: 0;
  left: 0;
}

.slider-produits {
  background-color: #fff;
  height: 500px;
  display: inline-block;
}

.formulaire-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.footer {
  z-index: 22;
  float: none;
  text-align: center;
  background-color: #fff;
  background-image: none;
  height: 900px;
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact_us {
  z-index: 1;
  text-align: center;
  height: 600px;
  margin: auto;
  padding-top: 113px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.field {
  opacity: 1;
  color: #f69d9a;
  text-align: center;
  background-color: #ffffffc7;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  display: block;
  position: static;
}

.field.box {
  color: #f21800;
  background-color: #ffffff4a;
  height: 130px;
  margin-bottom: 29px;
}

.field.modal {
  color: #333;
  border: 1px solid #9c9c9c;
  margin-bottom: 13px;
}

.field.modal:hover {
  background-color: #99999917;
  border: 2px solid #c9c9c9;
}

.field.modal:focus {
  color: #b85854;
  background-color: #99999917;
  border-width: 2px;
  border-color: #c7c1c1;
}

.field.modal.champ {
  height: 44px;
}

.bureau_text {
  color: #1c1c1c;
  width: 186px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-family: jubilat, sans-serif;
  font-size: 18px;
  position: relative;
}

.check_box {
  float: left;
  clear: none;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.text_info {
  float: right;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 13px;
  padding-left: 7px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
  position: relative;
  inset: 1px 0;
}

.bold_bottom {
  letter-spacing: 1px;
  font-family: jubilat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.alma_column {
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.other_column {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.section_denturo {
  background-color: #fceeed;
  height: auto;
  margin-top: 65px;
  position: static;
}

.title_denturo {
  float: none;
  margin-top: 101px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}

.title_denturo.processus {
  height: auto;
  margin-top: 18px;
  padding-top: 57px;
}

.title_denturo.full {
  align-items: center;
  height: 100vh;
  margin-top: -65px;
  display: flex;
}

.title_denturo.politique {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_denturo_team {
  background-color: #fff;
  background-image: url('../images/biodany2.jpg');
  background-position: -200px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: scroll;
  height: auto;
}

.section_denturo_team.jean-yves {
  float: right;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.section_denturo_team.gabriel {
  background-image: url('../images/Gabriel-Fortin-contexte-laboratoire-avril-2021.jpeg');
  background-position: -1%;
  background-size: contain;
  width: 100%;
  margin-bottom: -5px;
  display: inline-block;
}

.section_denturo_team.dany {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.section_denturo_team.pierre-luc {
  float: right;
  background-image: url('../images/pierre-luc.png');
  background-position: 0 0;
  background-size: contain;
}

.section_denturo_team.annie {
  background-image: url('../images/annie.png');
  background-position: 100% 0;
  background-size: contain;
  width: 100%;
  margin-bottom: -5px;
  display: inline-block;
}

.section_denturo_team.robert {
  float: right;
  background-image: none;
  background-size: auto;
  position: relative;
}

.text_denturo {
  z-index: 1;
  float: right;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text_denturo.jean-yves, .text_denturo.robert {
  float: left;
}

.descrition_denturo {
  float: none;
  clear: none;
  text-align: left;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.titre-denturo {
  z-index: 3;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 46px;
}

.titre-denturo.function {
  margin-top: 0;
  margin-bottom: 33px;
  padding-left: 3px;
  font-family: jubilat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.menu_header_non-hidden {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.separator_section {
  height: 70px;
}

.backgroud_button {
  text-align: right;
  background-color: #b85854;
  border-radius: 4px;
  width: 300px;
  height: 46px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.modal_box {
  z-index: 1002;
  background-color: #080808e6;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.modal_box.show {
  display: block;
}

.modalbox_bg_container {
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  width: 500px;
  height: 700px;
  margin: auto;
  padding-top: 37px;
  padding-left: 44px;
  padding-right: 44px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.close-button {
  float: right;
  background-image: url('../images/close.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  width: 56px;
  min-width: 0;
  height: 55px;
  margin-top: 20px;
}

.thanks_message {
  color: #1c1c1c;
  letter-spacing: -1px;
  width: 100%;
  margin-bottom: 46px;
  padding-top: 30px;
  font-size: 28px;
  line-height: 30px;
  position: relative;
}

.sucess_container {
  z-index: 5;
  float: none;
  text-align: center;
  background-color: #fff;
  width: 417px;
  height: 417px;
  display: none;
  position: relative;
  top: -80px;
  left: 0;
  overflow: visible;
}

.bold_top {
  font-family: jubilat, sans-serif;
  font-weight: 500;
}

.sous-titre-left {
  text-align: left;
  width: 25%;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
}

.sous-titre-left.white {
  color: #fff;
  width: 50%;
}

.column_team_3 {
  padding-top: 20px;
  padding-right: 0%;
}

.handicap {
  float: left;
  margin-bottom: 6px;
}

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

.container_processu {
  height: 300px;
}

.container_processu.last {
  height: 500px;
  margin-bottom: 70px;
}

.container_processu.second_row {
  height: 550px;
}

.row_processus {
  height: 250px;
  margin-bottom: 49px;
}

.row_processus.thumbs {
  margin-bottom: 0;
}

.row_processu_titre {
  background-color: #f2bdbb;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-left: 0;
}

.titre_processus {
  float: left;
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  margin: auto auto 12px;
  padding-left: 20px;
  padding-right: 19px;
  font-family: jubilat, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 31px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.paragraphe_processu {
  float: left;
  clear: right;
  text-align: left;
  letter-spacing: -.04em;
  width: 100%;
  padding-left: 20px;
  padding-right: 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.row_processu_photo {
  background-image: url('../images/DCDG4729.jpg');
  background-size: cover;
  height: 250px;
}

.row_processu_photo.row2 {
  background-image: url('../images/1_1.jpg');
}

.row_processu_photo.row3 {
  background-image: url('../images/1_2.jpg');
}

.row_processu_photo.row6 {
  background-image: none;
}

.row_processu_photo.row4 {
  background-image: url('../images/1_3.jpg');
}

.row_processu_photo.row_8 {
  background-image: url('../images/2_1.jpg');
  background-position: 100%;
}

.row_processu_photo.row09 {
  background-image: url('../images/2_2.jpg');
}

.row_processu_photo.row11 {
  background-image: url('../images/3_1.jpg');
}

.row_processu_photo.row12 {
  background-image: url('../images/3_2.jpg');
  background-position: 50%;
}

.row_processu_photo.row13 {
  background-image: url('../images/3_3.jpg');
  background-position: 91% 0;
  background-size: 380px;
}

.row_processu_photo.row14 {
  background-image: url('../images/3_4.jpg');
  background-position: 59% 0;
  background-size: 380px;
}

.row_processu_photo.row15 {
  background-image: none;
}

.row_processu_photo.row17 {
  background-image: url('../images/4_1.jpg');
}

.row_processu_photo.row18 {
  background-image: url('../images/4_2.jpg');
}

.row_processu_photo.row19 {
  background-image: url('../images/5_1.jpg');
}

.row_processu_photo.row20 {
  background-image: url('../images/5_2.jpg');
}

.row_processu_photo.row23 {
  background-image: url('../images/6_1.jpg');
}

.row_processu_photo.row24 {
  background-image: url('../images/fabrication.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.row_processu_photo.row29 {
  background-image: url('../images/7.jpg');
}

.row_processu_photo.row32 {
  background-image: url('../images/8_1.jpg');
  background-position: 50%;
}

.row_processu_photo.row33 {
  background-image: url('../images/8_2.jpg');
}

.row_processu_photo.row34 {
  display: none;
}

.row_processu_photo.row35 {
  background-image: url('../images/8_4.jpg');
}

.row_processu_photo.row38 {
  background-image: url('../images/9_1.jpg');
}

.row_processu_photo.row39 {
  background-image: url('../images/9_2.jpg');
}

.row_processu_photo.row40 {
  background-image: url('../images/9_3.jpg');
}

.row_processu_photo.row41 {
  background-image: none;
}

.row_processu_photo.row43 {
  background-image: url('../images/10_1.jpg');
}

.row_processu_photo.row44 {
  background-image: url('../images/10_2.jpg');
}

.row_processu_photo.row48 {
  background-image: url('../images/11_1.jpg');
}

.row_processu_photo.row49 {
  background-image: url('../images/11_2.jpg');
}

.row_processu_photo.row54 {
  background-image: url('../images/12_1.jpg');
}

.row_processu_photo.row55 {
  background-image: url('../images/12_2.jpg');
}

.row_processu_photo.row57 {
  background-image: url('../images/13_1.jpg');
}

.row_processu_photo.row58 {
  background-image: url('../images/13_2.jpg');
}

.row_processu_photo.row60 {
  background-image: url('../images/14.jpg');
}

.row_processu_photo.row63 {
  background-image: url('../images/15_1.jpg');
  background-position: 50%;
}

.row_processu_photo.row64 {
  background-image: none;
}

.row_processu_photo.row65 {
  background-image: url('../images/15_3.jpg');
}

.row_processu_photo.row70, .row_processu_photo.row71 {
  background-image: none;
}

.telephone_bold {
  font-weight: 700;
}

.row_slide_team_second {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: relative;
  inset: 0;
}

.row_slide_team_second.first {
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.image-group {
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -90px 0 0;
}

.post-image {
  width: 100%;
  margin-bottom: 30px;
}

.container_name {
  float: right;
  clear: none;
  text-align: right;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 0;
}

.container_name.haut {
  justify-content: flex-end;
  width: 43%;
  bottom: 55%;
}

.tab_title {
  height: 22px;
  margin-top: 4px;
  font-family: jubilat, sans-serif;
  font-size: 18px;
}

.succes_contact {
  color: #0000;
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.top_nav {
  padding-left: 4px;
  padding-right: 6px;
  font-family: jubilat, sans-serif;
  font-size: 14px;
}

.top_nav.w--current {
  color: #f69d9a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: jubilat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.home {
  background-image: url('../images/home-01_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 10px;
  height: 50px;
  display: inline-block;
  position: static;
  bottom: 0;
  right: 0;
}

.copyright {
  z-index: 4;
  color: gray;
  text-align: center;
  height: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.url_bauhem {
  color: #b85854;
  text-decoration: none;
}

.container_logo {
  z-index: 22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask_produits {
  height: auto;
}

.button_home {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-contact-top {
  font-size: 20px;
}

.image_localisation {
  text-align: center;
  height: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image_localisation_style {
  clear: none;
  text-align: center;
  width: 100%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  left: 0;
}

.container_alma_1 {
  z-index: 3;
  clear: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0;
  overflow: visible;
}

.map_saguenay {
  z-index: 4;
  float: none;
  text-align: left;
  background-color: #fff;
  width: 100%;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.row_contact_2 {
  float: none;
  display: block;
  position: static;
  overflow: visible;
}

.map_alma {
  z-index: 3;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.map {
  width: 100%;
  min-height: 55%;
  position: relative;
  overflow: hidden;
}

.facebook {
  opacity: 1;
  background-image: url('../images/White_facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  position: relative;
  top: 13px;
}

.close_map_saguenay {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/SP_Close_5x7_N2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.dentier {
  float: right;
  clear: none;
  width: 80%;
  display: block;
  position: relative;
}

.image_denturologiste {
  float: right;
  width: 126%;
  max-width: 2000px;
  display: block;
  position: relative;
  inset: -4% 0 0;
  overflow: hidden;
}

.google {
  background-image: url('../images/white_google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  top: 13px;
}

.dany_team {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.dany_team.jean-yves {
  top: 0;
  left: auto;
  right: -4%;
}

.dany_team.robert {
  top: 0;
  left: auto;
  right: 0%;
}

.texte_dany {
  display: block;
  position: relative;
}

.container-saguenay {
  position: relative;
  overflow: hidden;
}

.photos-container {
  height: 100px;
  margin-top: 20px;
  display: block;
  position: relative;
}

.separator-rose {
  color: #b85854;
}

.map_roberval {
  z-index: 3;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.slide_3 {
  background-image: url('../images/hero-slider1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide_5 {
  background-image: url('../images/bio_jean-yves_2_mobile.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image {
  position: absolute;
}

.photos-lightbox {
  width: 33.33%;
}

.alma, .roberval {
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  height: auto;
  padding: 0 30px 30px;
  display: block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.jean-yves2 {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -4%;
  overflow: visible;
}

.jean-yves2.jean-yves, .jean-yves2.robert {
  top: 0;
  left: auto;
  right: -4%;
}

.robert2 {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -4%;
  overflow: visible;
}

.robert2.jean-yves, .robert2.robert {
  top: 0;
  left: auto;
  right: -4%;
}

.slide_7 {
  background-image: url('../images/53adc9de4f02f4e04bcd5802_dany_new_cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.contact-info-container {
  flex-flow: wrap;
  display: flex;
}

.div-50 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-100 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tab-form {
  background-color: #fceeed;
  border-top: 1px solid #f0cbc9;
  border-left: 1px solid #f0b6b3;
  border-right: 1px solid #e9bbb8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-left: 6px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
}

.tab-form.w--current {
  color: #fff;
  background-color: #f69d9a;
}

.tabs {
  width: 100%;
  max-width: 500px;
  display: inline-block;
}

.tabs-content {
  background-color: #ffffffe6;
  border: 1px solid #edb2af;
  border-radius: 6px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.jonquiere {
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  height: auto;
  padding: 0 30px 30px;
  display: block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.pink-overlay {
  background-color: #f69d9a99;
  position: absolute;
  inset: 0%;
}

.map_jonquiere {
  z-index: 4;
  float: none;
  text-align: left;
  background-color: #fff;
  width: 100%;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-family: jubilat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_cookie-component {
  z-index: 9500;
  border-radius: 8px;
  max-width: 25rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 11px -1px #0003;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1rem 1rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_custom-code {
  display: none;
}

.clone-elements-inside-div {
  z-index: 200000000;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_preference-component.show {
  display: flex;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_form {
  margin-bottom: 0;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs_cc-modal-content {
  text-align: left;
  padding: 1.5rem;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.centered-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.centered-container.jean-yves {
  float: right;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.centered-container.gabriel {
  background-image: url('../images/Gabriel-Fortin-contexte-laboratoire-avril-2021.jpeg');
  background-position: -1%;
  background-size: contain;
  width: 100%;
  margin-bottom: -5px;
  display: inline-block;
}

.centered-container.dany {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.centered-container.pierre-luc {
  float: right;
  background-image: url('../images/pierre-luc.png');
  background-position: 0 0;
  background-size: contain;
}

.centered-container.annie {
  background-image: url('../images/annie.png');
  background-position: 100% 0;
  background-size: contain;
  width: 100%;
  margin-bottom: -5px;
  display: inline-block;
}

.centered-container.robert {
  float: right;
  background-image: none;
  background-size: auto;
  position: relative;
}

.content-wrapper {
  z-index: 1;
  float: right;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 4rem 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-wrapper.jean-yves, .content-wrapper.robert {
  float: left;
}

.rich-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  display: flex;
}

.rich-text p {
  text-align: left;
  width: auto;
  margin-left: 0;
  font-size: 16px;
  line-height: 23px;
}

.rich-text blockquote {
  font-family: jubilat, sans-serif;
  font-size: 14px;
}

.rich-text li {
  margin-bottom: 10px;
  font-family: jubilat, sans-serif;
}

.rich-text strong {
  font-size: 17px;
  line-height: 22px;
}

html.w-mod-js [data-ix="logo"] {
  opacity: 0;
}

html.w-mod-js [data-ix="button"] {
  opacity: 0;
  display: block;
}

html.w-mod-js [data-ix="fade-mask"], html.w-mod-js [data-ix="new-interaction-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="show-and-hide"] {
  opacity: 1;
}

html.w-mod-js [data-ix="screen-reveal"] {
  opacity: 0;
}

html.w-mod-js [data-ix="screen-reveal-shrink"] {
  opacity: 0;
  transform: scale(1.06);
}

@media screen and (max-width: 991px) {
  h1 {
    z-index: 2;
    float: none;
    text-align: left;
    width: 676px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 367px;
    font-size: 45px;
    line-height: 53px;
    display: block;
    position: static;
  }

  p {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 34px;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 200;
    line-height: 17px;
  }

  .button.tablet {
    z-index: 3;
    width: 350px;
    height: 51px;
    margin-top: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .button.tablet:hover {
    width: 350px;
  }

  .button.tablet.w--current {
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .button.contact_button.nouveau {
    display: none;
  }

  .hero {
    z-index: 20;
    display: inline-block;
    position: absolute;
    inset: 0;
  }

  .logo {
    width: 60.2%;
  }

  .logo.phone {
    width: 55.2%;
    margin-top: 20%;
  }

  .overlay_pink {
    position: absolute;
    top: 0;
    left: 0;
  }

  .contour {
    width: 96%;
    height: 93%;
    margin-left: auto;
    margin-right: auto;
    bottom: 3%;
    left: 2%;
  }

  .container_button {
    z-index: 21;
    height: 0%;
    margin-top: 460px;
    margin-bottom: auto;
    position: relative;
    inset: 0% auto auto 0;
  }

  .about.ordi {
    z-index: 4;
    float: none;
    clear: none;
    background-image: linear-gradient(#0009, #0009), linear-gradient(#fff 24%, #fff0), url('../images/BAD_Couleur-Denturos.14.jpg');
    background-position: 0 0, 0 0, 50% 320%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    height: auto;
    min-height: 0;
    margin-top: 700px;
    padding-top: 44px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    position: relative;
    top: 47px;
    left: 0;
  }

  .slide_1 {
    background-position: 50%;
  }

  .image_about {
    margin-top: 500px;
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
  }

  .coordonn-es {
    font-size: 18px;
  }

  .coordonn-es.alma {
    font-size: 11px;
  }

  .coordonn-es.header {
    float: none;
    width: 450px;
    min-width: 0%;
    position: relative;
    top: 23px;
  }

  .info_hero {
    z-index: 21;
    position: fixed;
  }

  .saguenay {
    margin-top: 0;
  }

  .image_proprio {
    float: none;
    background-position: 50% 78%;
    background-size: auto 298px;
    width: 174.6%;
    height: 293px;
    margin-top: 239px;
    margin-bottom: 34px;
    margin-left: -297px;
    position: static;
  }

  .slidenav {
    padding-top: 7px;
    font-size: 10px;
  }

  .next_section {
    z-index: 5;
    clear: left;
    height: 92px;
    position: relative;
  }

  .next_section.about_next {
    float: none;
    clear: left;
    display: block;
    position: relative;
  }

  .next_section.denturo.ipad {
    top: 0;
  }

  .next_section.produits {
    margin-top: 40px;
    position: relative;
  }

  .image_about_new {
    width: auto;
    height: 100%;
    left: 0;
    overflow: visible;
  }

  .logo_section_new {
    z-index: 10;
    display: block;
  }

  .h1-section.team_quote {
    text-shadow: none;
    padding-right: 0;
    position: relative;
  }

  .h1-section.second_quote {
    padding-top: 156px;
    font-size: 4em;
  }

  .h1-section.second_quote.third {
    padding-top: 59px;
  }

  .navigation.interieur {
    height: 80px;
    display: block;
  }

  .nav_link.home {
    background-image: url('../images/logofinal_fond_noir-01_1.png');
    background-position: 50%;
    background-size: 80%;
    width: 200px;
    height: 200px;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav_link.interieur.equipe_menu {
    color: #fff;
    text-shadow: none;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .nav_link.interieur.denturologiste_menu, .nav_link.interieur.processu_menu {
    color: #fff;
    text-shadow: none;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .nav_link.interieur.contact-menu {
    color: #fff;
    text-shadow: none;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .nav_link.apropos {
    color: #f69d9a;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .nav_link.produits_menu {
    color: #fff;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .nav-container {
    background-color: #0000;
    height: auto;
    display: block;
  }

  .nav-menu {
    z-index: 0;
    float: none;
    text-align: center;
    background-color: #000000d6;
    width: auto;
    height: 100%;
    margin-right: auto;
    padding-top: 10%;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .menu_icon {
    z-index: 100;
  }

  .menu_item {
    float: right;
    display: block;
    position: relative;
    top: -36px;
    bottom: 0;
    right: 0;
  }

  .menu_item.interieur {
    top: 0;
  }

  .menu_item.iphone {
    top: -50px;
  }

  .menu_item.iphone.w--open {
    top: 0;
  }

  .titre.team_name {
    width: 100%;
  }

  .titre.message {
    font-size: 33px;
    line-height: 55px;
  }

  .titre.modal_box_tx {
    width: auto;
  }

  .titre.services_contact {
    float: left;
    clear: left;
    width: auto;
    margin-bottom: 9px;
    margin-left: 0;
    display: block;
  }

  .products-image {
    float: left;
    background-position: -128px;
    background-size: 570px;
    overflow: visible;
  }

  .products-image.acrylique {
    background-position: -138px;
  }

  .products-image.conventionnelle {
    float: left;
    background-position: -72px;
    background-size: 516px;
    position: relative;
  }

  .products-image.implants {
    float: left;
    background-size: contain;
    display: block;
    position: relative;
    overflow: visible;
  }

  .products-image.protecteur {
    float: left;
  }

  .descriptions_produits {
    letter-spacing: 0;
    width: 91%;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .arrow {
    margin-top: 30px;
    margin-bottom: auto;
  }

  .nav_right {
    margin-top: -40px;
  }

  .produits_titre {
    z-index: 0;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .slider_dots {
    padding-top: 34px;
  }

  .badge_coin {
    z-index: 21;
    position: relative;
  }

  .corner_link {
    position: static;
  }

  .titre-contact {
    width: auto;
  }

  .sous-titres {
    display: none;
  }

  .column2_contact {
    margin-top: 0;
  }

  .button_2 {
    float: left;
    width: 266px;
    height: 70px;
    margin-top: 12px;
    margin-bottom: 77px;
    margin-left: auto;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
    line-height: 19px;
    top: 0;
  }

  .button_2.a_propos {
    width: 35%;
    margin-bottom: 129px;
  }

  .mask {
    height: auto;
  }

  .intro {
    width: 100%;
    margin-bottom: 2px;
  }

  .intro.equipe {
    margin-bottom: 18px;
    padding-left: 8%;
    padding-right: 8%;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .intro.white {
    width: 100%;
  }

  .contact-text.edition {
    display: none;
  }

  .team {
    z-index: 9;
    height: auto;
    overflow: hidden;
  }

  .second_section.produits {
    overflow: hidden;
  }

  .second_section.produits.contacter {
    margin-top: 106px;
  }

  .name {
    float: none;
    clear: none;
    width: 32%;
    padding-top: 10px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }

  .name.dany {
    float: none;
    clear: none;
    width: 32%;
    height: 70px;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .name.gabriel {
    float: none;
    clear: none;
    width: 32%;
    margin-left: 0;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .name.haut {
    width: 40%;
  }

  .photo_team.sabrina {
    background-position: 50%;
    height: 250px;
  }

  .photo_team.kassandra {
    width: 100%;
    height: 250px;
  }

  .photo_team.vicky {
    height: 250px;
  }

  .photo_team.jo-anny {
    background-image: url('../images/jo-anny_4296.jpg');
    height: 250px;
  }

  .photo_team.valerie-d {
    background-position: 50%;
    height: 250px;
  }

  .photo_team.marieeve {
    height: 250px;
  }

  .photo_team.sandra {
    background-position: 0;
    height: 250px;
  }

  .photo_team.sandra:hover {
    background-position: 1px;
    background-attachment: scroll;
  }

  .photo_team.jo-anny-2, .photo_team.melissa {
    height: 250px;
  }

  .slide.team_slide {
    width: 100%;
    height: 380px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }

  .loading {
    display: block;
  }

  .sectin-service {
    height: auto;
    margin-top: -1px;
    padding-top: 50px;
    padding-bottom: 0;
    top: 100px;
  }

  .footer {
    height: 2000px;
  }

  .contact_us {
    position: relative;
  }

  .bold_bottom {
    font-size: 13px;
    line-height: 6px;
  }

  .section_denturo {
    position: relative;
  }

  .section_denturo_team.jean-yves {
    background-image: url('../images/53adc9de4f02f4e04bcd5802_dany_new_cover-copy.jpg');
    background-position: -1px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .section_denturo_team.gabriel {
    background-position: -76px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .section_denturo_team.dany {
    background-image: none;
    flex-direction: column-reverse;
    height: auto;
    font-size: 13px;
    display: flex;
  }

  .section_denturo_team.pierre-luc {
    background-position: 50% 0;
    flex-direction: column-reverse;
    display: flex;
  }

  .section_denturo_team.annie {
    background-position: -76px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .section_denturo_team.robert {
    background-image: url('../images/DSC_8090ROBERT_web.jpg');
    background-position: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .text_denturo {
    clear: none;
    width: auto;
    height: auto;
    min-height: 500px;
    padding: 30px 20px 20px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }

  .text_denturo.padding-top {
    margin-top: 70vw;
  }

  .descrition_denturo {
    letter-spacing: 0;
    margin-left: auto;
    font-size: 1.3em;
    font-weight: 300;
    overflow: visible;
  }

  .titre-denturo {
    margin-left: 0;
    padding-right: 0;
  }

  .menu_header_non-hidden, .modal_box {
    display: block;
  }

  .close-button {
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 29px;
  }

  .sous-titre-left {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 31px;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .sous-titre-left.white {
    width: 100%;
  }

  .handicap {
    clear: left;
  }

  .titre_processus {
    width: auto;
    padding-left: 10px;
    padding-right: 0;
  }

  .paragraphe_processu {
    padding-left: 10px;
    padding-right: 0%;
    line-height: 14px;
  }

  .image-group {
    text-align: center;
    background-image: url('../images/equipefinale6.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 747px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: -50px;
  }

  .container_name {
    text-align: left;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    bottom: 18%;
  }

  .container_name.haut {
    justify-content: flex-start;
    width: 53%;
    bottom: 47%;
  }

  .top_nav {
    color: #c4c4c4;
    text-align: center;
    font-size: 34px;
    line-height: 30px;
  }

  .top_nav.w--current {
    color: #f69d9a;
    font-size: 34px;
  }

  .container_logo {
    z-index: 21;
    position: relative;
  }

  .mask_produits {
    height: auto;
    margin-bottom: -44px;
    overflow: hidden;
  }

  .image_localisation {
    height: auto;
  }

  .image_localisation_style {
    object-fit: cover;
    margin-top: 0;
  }

  .dentier {
    clear: none;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .image_denturologiste {
    width: 200%;
    max-width: 2000px;
    left: 44%;
  }

  .dany_team {
    max-width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .slider-image.mosaique-tablet {
    padding-left: 50px;
    padding-right: 50px;
  }

  .alma, .roberval {
    margin-top: 0;
  }

  .jean-yves2 {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: static;
  }

  .robert2 {
    max-width: 100%;
    display: none;
  }

  .div-100 {
    flex-flow: column;
    align-items: flex-start;
  }

  .jonquiere {
    margin-top: 0;
  }

  .centered-container.jean-yves {
    background-image: url('../images/53adc9de4f02f4e04bcd5802_dany_new_cover-copy.jpg');
    background-position: -1px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-container.gabriel {
    background-position: -76px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-container.dany {
    background-image: none;
    flex-direction: column-reverse;
    height: auto;
    font-size: 13px;
    display: flex;
  }

  .centered-container.pierre-luc {
    background-position: 50% 0;
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-container.annie {
    background-position: -76px 0;
    background-size: cover;
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-container.robert {
    background-image: url('../images/DSC_8090ROBERT_web.jpg');
    background-position: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .content-wrapper {
    clear: none;
    width: auto;
    height: auto;
    min-height: 500px;
    padding: 30px 20px 20px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }

  .content-wrapper.padding-top {
    margin-top: 70vw;
  }

  .rich-text p, .rich-text strong {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
    margin-bottom: 18px;
    font-size: 37px;
    line-height: 42px;
  }

  p {
    margin-bottom: 20px;
    padding-top: 0;
    position: static;
  }

  .button.tablet {
    width: 97%;
    height: 54px;
    margin-top: -5%;
    margin-left: auto;
    padding-left: 26px;
    padding-right: 26px;
    display: inline-block;
    position: relative;
    inset: 0 auto auto 0%;
  }

  .button.processus {
    margin-top: 35px;
  }

  .logo {
    width: 70.2%;
  }

  .logo.phone {
    width: auto;
    max-width: 400px;
    min-height: 0;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .contour {
    z-index: 2;
    height: 95%;
    margin-bottom: -3px;
    bottom: 3%;
    overflow: visible;
  }

  .container_button {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0;
  }

  .about.ordi {
    background-image: linear-gradient(#0000, #fff 41%), url('../images/BAD_Couleur-Denturos.14.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    margin-top: 695px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 175px;
  }

  .slide_2 {
    background-image: url('../images/DSC_1918_mobile.jpg');
  }

  .slide_4 {
    background-image: url('../images/Bio_Gabriel_mobile.jpg');
  }

  .slide_6 {
    background-image: url('../images/bio_jean-yves_2_mobile.jpg');
    background-position: 42% 39%;
  }

  .coordonn-es {
    width: 50%;
    inset: 0 0 0 auto;
  }

  .coordonn-es.alma {
    width: 50%;
    inset: 0 auto 0 0;
  }

  .saguenay {
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image_proprio {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
  }

  .h1-section.team_quote {
    text-shadow: none;
    font-size: 64px;
  }

  .h1-section.second_quote {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 160px;
    font-size: 56px;
    position: relative;
    top: 0%;
  }

  .h1-section.second_quote.third {
    padding-top: 108px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 50px;
  }

  .menu_item, .menu_item.iphone {
    top: 0;
  }

  .h3_bold {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h3_bold.handic {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .titre.message {
    font-size: 28px;
    line-height: 52px;
  }

  .titre.services_contact {
    float: none;
    text-align: center;
    width: 50%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nos-produits {
    height: auto;
    margin-top: 1px;
  }

  .products-image {
    float: none;
    background-position: -98px 27%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .products-image.acrylique {
    float: none;
    background-position: -110px 47%;
    width: 412px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .products-image.conventionnelle {
    float: none;
    background-position: -42px 4%;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .products-image.implants {
    float: none;
    background-position: 27px 13%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .products-image.protecteur {
    float: none;
    background-position: -83px 27%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .products-image.sp-ciaux {
    float: none;
    text-align: center;
    background-position: 50% 37%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .descriptions_produits {
    float: none;
    text-align: center;
  }

  .nav_right {
    z-index: 6;
  }

  .produits_titre {
    text-align: center;
    margin-left: auto;
    padding-right: 0;
  }

  .slider_dots {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .sous-titres {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .formulaire {
    text-align: center;
  }

  .button_2 {
    float: none;
  }

  .button_2.a_propos {
    width: 50%;
  }

  .row_contact {
    height: 370px;
    margin-top: 0;
  }

  .saguenay_contact, .slider_contact, .mask {
    height: auto;
  }

  .intro {
    text-align: center;
    padding-top: 160px;
    padding-right: 0;
    font-size: 34px;
    line-height: 37px;
  }

  .intro.equipe {
    padding-top: 21px;
  }

  .intro.white {
    color: #1c1c1c;
  }

  .contact-text {
    text-align: center;
    width: 100%;
  }

  .contact-text.edition {
    z-index: 2;
    float: none;
    letter-spacing: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 19px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .team {
    height: auto;
    display: block;
  }

  .second_section {
    background-image: url('../images/photo_slider_1-mobile.jpg');
  }

  .photo_team.sabrina {
    background-position: 0 -70px;
  }

  .photo_team.jo-anny {
    background-position: 0 -115px;
  }

  .photo_team.vicky {
    background-position: 50% 10%;
  }

  .photo_team.valerie-d {
    background-position: 0 -30px;
  }

  .photo_team.marieeve {
    background-position: 50% 20%;
  }

  .photo_team.sandra {
    background-position: 50% 10%;
  }

  .slider-team {
    clear: none;
    display: inline;
  }

  .slide {
    height: auto;
    display: inline;
  }

  .footer {
    z-index: 10;
    float: none;
    clear: none;
    width: 100%;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .row-slider-produits {
    z-index: 0;
    position: relative;
  }

  .section_denturo_team.jean-yves {
    background-position: -400px;
  }

  .section_denturo_team.gabriel {
    background-position: -156px 0;
  }

  .section_denturo_team.dany {
    background-position: 337%;
  }

  .section_denturo_team.annie {
    background-position: -229px 0;
  }

  .section_denturo_team.robert {
    background-position: -284px;
  }

  .text_denturo {
    width: auto;
  }

  .text_denturo.jean-yves {
    float: right;
  }

  .text_denturo.jean-yves.padding-top {
    min-height: auto;
  }

  .text_denturo.robert {
    float: right;
  }

  .descrition_denturo {
    font-size: 16px;
    line-height: 20px;
  }

  .titre-denturo {
    padding-right: 0;
  }

  .titre-denturo.function {
    line-height: 43px;
  }

  .sous-titre-left {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
  }

  .sous-titre-left.white {
    color: #1c1c1c;
  }

  .handicap {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-processus {
    padding-top: 0;
  }

  .row_processu_titre {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7%;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .titre_processus {
    float: none;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 96px;
    padding-right: 96px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .paragraphe_processu {
    float: none;
    clear: none;
    text-align: center;
    letter-spacing: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 25px;
  }

  .row_processu_photo.row6 {
    display: none;
  }

  .row_processu_photo.row13, .row_processu_photo.row14 {
    background-position: 50%;
    background-size: cover;
  }

  .row_processu_photo.row15 {
    display: none;
  }

  .row_processu_photo.row17 {
    background-position: 50% 100%;
  }

  .row_processu_photo.row18, .row_processu_photo.row23, .row_processu_photo.row24, .row_processu_photo.row34, .row_processu_photo.row35, .row_processu_photo.row38, .row_processu_photo.row39, .row_processu_photo.row40 {
    background-position: 50%;
  }

  .row_processu_photo.row41 {
    display: none;
  }

  .row_processu_photo.row43, .row_processu_photo.row44, .row_processu_photo.row48, .row_processu_photo.row49, .row_processu_photo.row54, .row_processu_photo.row55, .row_processu_photo.row57, .row_processu_photo.row58, .row_processu_photo.row60, .row_processu_photo.row64, .row_processu_photo.row65 {
    background-position: 50%;
  }

  .row_processu_photo.row70, .row_processu_photo.row71 {
    display: none;
  }

  .row_slide_team_second.first {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-group {
    background-image: none;
    width: 100%;
    height: auto;
    margin-bottom: 19px;
    left: 0;
  }

  .container_name {
    display: none;
  }

  .container_logo {
    height: 100%;
  }

  .button_home {
    width: 360px;
  }

  .slide_3 {
    background-image: url('../images/DSC_1918_mobile.jpg');
  }

  .slide_5 {
    background-image: url('../images/bio_jean-yves_2_mobile.jpg');
    background-position: 42% 39%;
  }

  .alma, .roberval {
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .robert2 {
    max-width: 0%;
  }

  .slide_7 {
    background-image: url('../images/bio_jean-yves_2_mobile.jpg');
    background-position: 42% 39%;
  }

  .div-50 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .jonquiere {
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .centered-container.jean-yves {
    background-position: -400px;
  }

  .centered-container.gabriel {
    background-position: -156px 0;
  }

  .centered-container.dany {
    background-position: 337%;
  }

  .centered-container.annie {
    background-position: -229px 0;
  }

  .centered-container.robert {
    background-position: -284px;
  }

  .content-wrapper {
    width: auto;
  }

  .content-wrapper.jean-yves {
    float: right;
  }

  .content-wrapper.jean-yves.padding-top {
    min-height: auto;
  }

  .content-wrapper.robert {
    float: right;
  }
}

@media screen and (max-width: 479px) {
  .button.tablet {
    border-width: 3px;
    width: 240px;
    height: 74px;
    margin-top: -1%;
    padding-left: 38px;
    padding-right: 38px;
    left: 0%;
    right: 0%;
  }

  .button.tablet:hover {
    width: 240px;
    height: 74px;
  }

  .button.tablet.w--current {
    text-align: center;
    border-width: 2px;
    width: 75%;
    height: 74px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
    left: 0%;
    right: 0%;
  }

  .button.tablet.contact_button {
    border-width: 3px;
    width: 85%;
    left: 0%;
    right: 0%;
  }

  .button.tablet.contact_button:hover {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
    right: 0%;
  }

  .button.processus {
    z-index: 5;
    margin-top: auto;
  }

  .hero {
    z-index: 1;
    width: 200px;
    height: auto;
    position: absolute;
  }

  .logo.phone {
    width: 80%;
    max-width: none;
    height: auto;
  }

  .overlay_pink {
    display: block;
  }

  .overlay_pink.slider_equipe_pink {
    height: 100%;
  }

  .contour {
    height: 58%;
    bottom: 35%;
  }

  .container_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about.ordi {
    background-image: linear-gradient(#0000, #fff 25%), url('../images/BAD_Couleur-Denturos.14.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    margin-top: 0;
    padding-top: 288px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .slide_1 {
    background-image: none;
  }

  .image_about {
    z-index: 0;
    height: 206px;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .next_section {
    clear: none;
    margin-top: 40px;
    display: block;
    position: relative;
  }

  .next_section.processu {
    margin-top: auto;
    display: block;
    position: relative;
    inset: 0 auto auto 0;
    overflow: visible;
  }

  .next_section.about_next {
    height: 100%;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .next_section.denturo.ipad.w--current {
    display: block;
    position: relative;
    inset: 0 auto auto 0;
  }

  .image_about_new {
    z-index: 0;
  }

  .hidden-logo {
    background-color: #0000;
    background-image: url('../images/logofinal_couleur-01-copy.png');
    background-size: 80px;
    width: 130px;
    height: 80px;
    margin-left: 0;
  }

  .logo_section_new {
    z-index: 10;
    display: block;
  }

  .h1-section.team_quote {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 39px;
  }

  .h1-section.second_quote {
    z-index: 4;
    height: 50vh;
    padding-top: 185px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 41px;
    display: block;
    position: relative;
  }

  .h1-section.second_quote.third {
    z-index: 6;
    height: auto;
    margin-bottom: 30px;
    padding-top: 96px;
    font-size: 39px;
  }

  .nav-menu {
    min-width: 0;
    padding-right: 0;
  }

  .menu_item.iphone {
    top: 0;
  }

  .section_produits.contact_saguenay {
    padding-top: 20px;
    position: static;
  }

  .titre {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .titre.message {
    margin-bottom: 24px;
    line-height: 32px;
  }

  .produits_container {
    height: auto;
    margin-top: -4px;
    padding-top: 30px;
    position: relative;
  }

  .separator {
    margin-top: 15px;
  }

  .products-image {
    background-position: 89% 43%;
    background-size: 340px;
    width: auto;
    height: 250px;
  }

  .products-image.acrylique {
    background-position: 54% 47%;
    background-size: 380px;
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .products-image.conventionnelle {
    background-position: -25px 31%;
    background-size: 339px;
    height: 230px;
  }

  .products-image.implants {
    background-position: 28px 36%;
  }

  .products-image.protecteur {
    background-position: -24px 49%;
    background-size: 328px;
    height: 220px;
  }

  .products-image.sp-ciaux {
    background-position: -65px 44%;
    background-size: 420px;
    height: 250px;
  }

  .descriptions_produits {
    clear: none;
    width: 97%;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    position: relative;
  }

  .nav_right {
    margin-top: -20px;
    padding-top: 0;
  }

  .produits_titre {
    width: 101%;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 39px;
  }

  .produits_titre.speciaux {
    margin-left: auto;
  }

  .titre_2.editable {
    letter-spacing: 0;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 20px;
  }

  .formulaire {
    text-align: center;
    width: auto;
  }

  .button_2 {
    width: auto;
    height: 50px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 15px;
  }

  .button_2.a_propos {
    width: 90%;
  }

  .mask {
    width: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .intro {
    margin-top: -59px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .intro.equipe {
    padding-top: 66px;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    position: relative;
  }

  .intro.equipe.contact-zone {
    padding-left: 1px;
    padding-right: 1px;
  }

  .intro.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text.edition {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .team {
    height: auto;
    padding-top: 25px;
    display: block;
  }

  .second_section.produits {
    display: block;
  }

  .photo_team.sabrina {
    background-position: 0 -28px;
  }

  .photo_team.kassandra {
    width: 100%;
  }

  .photo_team.jo-anny {
    background-position: 0 -31px;
  }

  .photo_team.dany {
    background-image: url('../images/dany_5346.jpg');
    background-position: 65% 44%;
    background-size: 670px;
    height: 250px;
  }

  .photo_team.jean-yves {
    background-image: url('../images/bio_jean-yves_2_mobile.jpg');
    background-position: 22% 23%;
    background-size: 600px;
    height: 250px;
  }

  .photo_team.gabriel {
    background-image: url('../images/Bio_Gabriel_mobile.jpg');
    background-position: 26% 23%;
    background-size: 610px;
    height: 250px;
  }

  .photo_team.valerie-d {
    background-position: 0 -24px;
  }

  .photo_team.sandra, .photo_team.sandra:hover {
    background-position: 0 -45px;
  }

  .photo_team.jo-anny-2, .photo_team.melissa {
    background-position: 0 -31px;
  }

  .slider-team {
    clear: both;
    display: block;
  }

  .slide {
    float: none;
    clear: none;
    width: 101%;
    display: inline;
    position: relative;
  }

  .slide.team_slide {
    width: 100%;
    display: block;
    position: relative;
  }

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

  .sectin-service {
    margin-top: -52px;
    padding-top: 11px;
  }

  .slider-produits {
    height: auto;
  }

  .formulaire-2 {
    width: 100%;
  }

  .footer {
    float: none;
    clear: none;
    background-image: none;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }

  .contact_us {
    height: 949px;
    padding-top: 40px;
  }

  .field {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .check_box {
    float: none;
    text-align: left;
    margin-left: 27px;
    margin-right: auto;
  }

  .row-slider-produits {
    margin-top: 31px;
  }

  .section_denturo {
    display: block;
    position: static;
  }

  .title_denturo {
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 11px;
  }

  .title_denturo.processus {
    margin-top: 60px;
    padding-top: 0;
    position: relative;
  }

  .section_denturo_team {
    float: none;
    background-position: 50%;
    background-size: 250px;
    width: 100%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .section_denturo_team.jean-yves {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .section_denturo_team.gabriel {
    z-index: 0;
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    display: flex;
    position: static;
    top: 250px;
  }

  .section_denturo_team.dany {
    background-image: none;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .section_denturo_team.pierre-luc {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .section_denturo_team.annie {
    z-index: 0;
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    display: flex;
  }

  .section_denturo_team.robert {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .text_denturo {
    float: none;
    clear: none;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
    top: 250px;
  }

  .text_denturo.jean-yves {
    float: none;
    clear: none;
    flex-direction: column;
  }

  .text_denturo.robert {
    float: none;
    clear: none;
    display: block;
    position: static;
    top: 250px;
  }

  .descrition_denturo {
    float: none;
    clear: none;
  }

  .titre-denturo {
    float: none;
    color: #000;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .titre-denturo.function {
    line-height: 44px;
  }

  .titre-denturo.function.denturologie {
    text-align: left;
  }

  .menu_header_non-hidden {
    z-index: 10;
    display: none;
  }

  .separator_section {
    height: auto;
  }

  .sous-titre-left {
    font-size: 14px;
  }

  .sous-titre-left.white {
    padding-left: 19px;
    padding-right: 19px;
  }

  .column_team_3 {
    padding-left: 0;
    position: relative;
  }

  .container_processu {
    height: auto;
    display: block;
  }

  .container_processu.second_row {
    height: auto;
  }

  .row_processu_titre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    display: flex;
  }

  .titre_processus {
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .paragraphe_processu {
    font-size: 15px;
    line-height: 18px;
  }

  .row_slide_team_second {
    float: none;
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .row_slide_team_second.first {
    width: auto;
  }

  .image-group {
    float: none;
    width: 100%;
    margin-bottom: 29px;
    display: block;
    position: relative;
    inset: 0 auto auto 0;
    overflow: visible;
  }

  .top_nav {
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 16px;
  }

  .top_nav.w--current {
    font-size: 20px;
    line-height: 16px;
  }

  .copyright {
    height: 100px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .container_logo {
    z-index: 21;
    height: auto;
    position: relative;
  }

  .mask_produits {
    height: auto;
  }

  .iphone_mask {
    height: 640px;
  }

  .back_iphone {
    z-index: 10;
    background-image: url('../images/IMG_5700_mobile.jpg');
    background-position: 42% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .back_iphone.overlay_gray {
    opacity: .81;
    background-color: #333;
    background-image: none;
    position: absolute;
  }

  .button_home {
    width: 100%;
    margin-top: 0;
  }

  .facebook {
    text-shadow: 0 -25px #fff;
  }

  .image_denturologiste {
    position: relative;
  }

  .collumn1 {
    overflow: hidden;
  }

  .service-mobile, .team-mobile {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .tab-form {
    text-align: center;
    flex: 1;
    margin-top: 7px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tabs {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc_button {
    font-size: .7rem;
  }

  .fs-cc_description {
    font-size: .8rem;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .clone-elements-inside-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .centered-container {
    float: none;
    background-position: 50%;
    background-size: 250px;
    width: 100%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .centered-container.jean-yves {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .centered-container.gabriel {
    z-index: 0;
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    display: flex;
    position: static;
    top: 250px;
  }

  .centered-container.dany {
    background-image: none;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .centered-container.pierre-luc {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .centered-container.annie {
    z-index: 0;
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    display: flex;
  }

  .centered-container.robert {
    float: none;
    clear: none;
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .content-wrapper {
    float: none;
    clear: none;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
    top: 250px;
  }

  .content-wrapper.jean-yves {
    float: none;
    clear: none;
    flex-direction: column;
  }

  .content-wrapper.robert {
    float: none;
    clear: none;
    display: block;
    position: static;
    top: 250px;
  }
}

#w-node-ac54a7bc-9618-8c40-3ab5-ae103a311d9f-2b75b075 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ac54a7bc-9618-8c40-3ab5-ae103a311da0-2b75b075, #w-node-ac54a7bc-9618-8c40-3ab5-ae103a311da1-2b75b075, #w-node-_4dacfba6-281b-13cb-d35b-63f6d1e8dbaf-2b75b075, #w-node-_4baf1152-7888-de12-328e-07c330af4dad-2b75b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f23f20c6-0a57-471b-7cec-110098bbe3b4-1f53330f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_08c44bbe-b86f-a418-a8c1-1458d9edb3bb-2b75b075 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_08c44bbe-b86f-a418-a8c1-1458d9edb3be-2b75b075 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_08c44bbe-b86f-a418-a8c1-1458d9edb3c1-2b75b075 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac54a7bc-9618-8c40-3ab5-ae103a311d9f-2b75b075 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac54a7bc-9618-8c40-3ab5-ae103a311da0-2b75b075, #w-node-ac54a7bc-9618-8c40-3ab5-ae103a311da1-2b75b075, #w-node-_4dacfba6-281b-13cb-d35b-63f6d1e8dbaf-2b75b075, #w-node-_4baf1152-7888-de12-328e-07c330af4dad-2b75b075 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


