@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #0f4d8f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0d0d0d;
  color: #f6752f;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
.typo {
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
}
.page-content {
  padding-bottom: 0;
}
.title {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
}
header {
  background: #f9f8f9;
  text-align: center;
  padding: 0 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 25px -7px #464646;
  vertical-align: middle;
}
header div {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  text-align: left;
  padding: 0 50px;
}
header div #toggle-mobile {
  display: none;
}
header div figure {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
header div figure img {
  min-width: 180px;
  width: 100%;
}
header div nav {
  vertical-align: middle;
  color: #0f4d8f;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  letter-spacing: 2px;
}
header div nav ul {
  margin: 0;
  padding: 0;
}
header div nav ul li {
  display: inline-block;
  margin-right: 20px;
}
header div nav ul li a:hover {
  color: #f6752f;
}
header div nav ul li:last-of-type {
  margin-right: 0;
}
#home-slide {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: calc(86vh - 120px);
  margin-top: 100px;
  z-index: 1;
}
#home-slide #gotoContent {
  position: absolute;
  bottom: 55px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#home-slide #gotoContent svg {
  display: block;
  max-width: 50px;
  margin: 0 auto;
  animation: moveSVG 1.5s linear infinite;
}
#home-slide #gotoContent svg polygon {
  fill: #fff;
}
#home-slide #slideshow-home {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
footer {
  padding: 0 0 75px;
  box-shadow: 0px 0px 25px -7px #464646;
  background: #e7e7eb;
  position: relative;
}
footer #signature {
  position: absolute;
  font-size: 9px;
  letter-spacing: 1px;
  right: 10px;
  top: 10px;
  color: #0f4d8f;
  text-transform: uppercase;
}
footer #signature::before {
  content: '[ ';
  color: #0f4d8f;
}
footer #signature::after {
  content: ' ]';
  color: #0f4d8f;
}
footer #signature:hover {
  color: #FFF;
}
footer figure {
  padding: 5px 0;
}
footer figure img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
footer nav ul {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
footer nav ul li {
  list-style: none;
  display: inline-block;
  color: #0f4d8f;
  font-size: 12px;
  letter-spacing: 1px;
}
footer nav ul li a:hover {
  color: #FFF;
}
footer nav ul li:last-of-type::after {
  display: none;
}
footer nav ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #0d0d0d;
  margin: 0 5px;
}
footer #goto-maps {
  width: 30px;
  margin: 20px auto;
  display: block;
}
footer #goto-maps:hover svg path {
  fill: #0f4d8f;
}
footer #goto-maps svg path {
  fill: #f6752f;
}
#push {
  padding-top: 120px;
  display: block;
  width: 100%;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
}
@-moz-document url-prefix() {
  footer,
  header {
    box-shadow: 0px 0px 25px -15px #464646;
  }
}
@media only screen and (max-width: 440px) {
  #push {
    padding-top: 150px;
  }
  header {
    padding: 0;
    text-align: center;
    background: #0d0d0d;
    box-shadow: none;
    height: 80px;
  }
  header div {
    padding: 0;
    height: 80px;
  }
  header div #toggle-mobile {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 40px;
    z-index: 5;
  }
  header div #toggle-mobile #svg-burger {
    background: #0f4d8f;
  }
  header div #toggle-mobile #svg-burger rect {
    stroke: #f6752f;
  }
  header div #toggle-mobile #svg-burger g rect {
    fill: #FFF;
    stroke: none;
  }
  header div figure {
    background: #000;
    max-width: none;
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 25px -15px #464646;
  }
  header div nav {
    background: #0d0d0d;
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    top: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    box-shadow: 0px 0px 25px -15px #464646;
  }
  header div nav.visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header div nav ul li {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
}
#traitements h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
  padding: 50px 0;
}
#les-traitements {
  max-width: 1024px;
  margin: 0 auto 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#les-traitements a {
  display: block;
  border: 1px solid #fff;
  width: 25%;
  overflow: hidden;
}
#les-traitements a figure {
  position: relative;
}
#les-traitements a figure:hover figcaption {
  background: rgba(15, 77, 143, 0.5);
}
#les-traitements a figure:hover figcaption strong {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#les-traitements a figure:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#les-traitements a figure img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#les-traitements a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 77, 143, 0.85);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#les-traitements a figure figcaption strong {
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -ms-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0);
  -moz-transform: translate3d(-50%, -100%, 0);
  -ms-transform: translate3d(-50%, -100%, 0);
  -o-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  width: 90%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 440px) {
  #les-traitements a {
    width: 50%;
  }
}
#dentiste-brabant-wallon {
  background: #f9f8f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f8f9 0%, #0d0d0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f8f9 0%, #0d0d0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #f9f8f9 0%, #0d0d0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f8f9, endColorstr=#0d0d0d, GradientType=1);
  /* IE6-9 */
  padding: 75px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#dentiste-brabant-wallon h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
  color: #fff;
  margin-bottom: 50px;
}
#dentiste-brabant-wallon article {
  margin: 0 auto 75px;
  max-width: 800px;
}
#dentiste-brabant-wallon article nav ul {
  padding: 0;
  margin: 10px 0;
}
#dentiste-brabant-wallon article nav ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin: 0 20px 20px;
}
#dentiste-brabant-wallon article nav ul li span,
#dentiste-brabant-wallon article nav ul li a {
  display: block;
  padding: 15px 30px;
}
#dentiste-brabant-wallon article nav ul li span:hover,
#dentiste-brabant-wallon article nav ul li a:hover {
  background: #0f4d8f;
  border: none;
}
#dentiste-brabant-wallon article nav ul li span {
  cursor: default;
}
#dentiste-brabant-wallon article #competences {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
#dentiste-brabant-wallon article #competences li {
  display: inline-block;
}
#dentiste-brabant-wallon article #competences li::before {
  content: '- ';
}
@media only screen and (max-width: 440px) {
  #dentiste-brabant-wallon {
    padding: 30px 20px;
  }
  #dentiste-brabant-wallon article nav ul {
    display: block;
  }
  #dentiste-brabant-wallon article nav ul li {
    margin: 0 0px 20px;
    display: block;
  }
  #dentiste-brabant-wallon article nav ul li a {
    display: block;
    padding: 15px 0;
  }
}
#centre {
  padding: 75px 0 0;
}
#centre h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
}
#centre article {
  color: #0d0d0d;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 75px;
  max-width: 900px;
}
#centre article p {
  margin: 0 0 10px;
}
#centre article p:last-of-type::after {
  display: none;
}
#centre article p::after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 15px;
  height: 1px;
  background: #0d0d0d;
}
#image-centre {
  width: 100%;
  height: 550px;
  margin-top: 175px;
}
#detail {
  padding-top: 250px;
  max-width: 650px;
  margin: 0 auto;
}
#detail article h1,
#detail article h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
  line-height: 50px;
  letter-spacing: 2px;
}
#detail article h1 {
  border-top: 2px solid #58a8d0;
  border-bottom: 2px solid #58a8d0;
  padding: 25px 0;
  margin: 0 0 30px;
  font-size: 40px;
}
#detail article h2 {
  border-bottom: 1px solid #f9f8f9;
  padding-bottom: 10px;
  margin: 50px 0 15px;
  font-size: 26px;
}
#detail article ol,
#detail article li,
#detail article p {
  margin: 0 0 10px;
  color: #0f4d8f;
  text-align: justify;
}
#detail article ol li {
  list-style-type: lower-alpha;
}
#detail article div {
  margin-top: 50px;
}
#detail article img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  margin: 0 0 0;
  display: block;
}
#detail a.rendez-vous {
  display: block;
  padding: 25px 20px;
  text-align: center;
  text-transform: uppercase;
  background: #262626;
  margin: 10px 0 100px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#detail a.rendez-vous:hover {
  background: #0f4d8f;
}
@media only screen and (max-width: 440px) {
  #detail article li,
  #detail article p {
    padding: 0 10px;
  }
}
#le-centre {
  display: flex;
  width: 100%;
  height: calc(100vh - 120px);
}
#le-centre #bloc-image {
  margin-top: -20px;
  display: block;
  width: 50%;
}
#le-centre #bloc-centre {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  flex-flow: column;
}
#le-centre #bloc-centre .table {
  height: 55%;
}
#le-centre #bloc-centre .table article {
  text-align: center;
  line-height: 25px;
}
#le-centre #bloc-centre .table article h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
}
#le-centre #bloc-centre .table article p small::before {
  content: '(';
}
#le-centre #bloc-centre .table article p small::after {
  content: ')';
}
#le-centre #bloc-centre #bloc-seconde-image {
  display: block;
  width: 100%;
  height: 45%;
}
#lieu-materiel article {
  max-width: 700px;
  margin: 75px auto;
}
#lieu-materiel article h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #0f4d8f;
}
#lieu-materiel article p {
  margin: 0 auto 15px;
  text-align: center;
}
#lieu-materiel article p::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  margin: 20px auto 15px;
}
#lieu-materiel article p:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 440px) {
  #le-centre #bloc-image {
    display: none;
  }
  #le-centre #bloc-centre {
    width: 100%;
  }
  #le-centre #bloc-centre article {
    padding: 0 10px;
  }
  #lieu-materiel article p {
    padding: 0 10px;
  }
}
#contact-all {
  padding: 20px;
  border: 15px solid #0f4d8f;
}
#contact-all #contact-qui {
  text-align: center;
}
#contact-all #contact-qui p::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  margin: 15px auto 10px;
  background: #000;
}
#contact-all #contact-qui p:last-of-type::after {
  display: none;
}
#contact-all #contact-tel {
  max-width: 530px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-between;
}
#contact-all #contact-tel a {
  border: 1px solid #0f4d8f;
  background-color: #0f4d8f;
  margin-bottom: 0;
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 240px;
  width: 100%;
  color: #fff;
  text-align: center;
}
#contact-all #contact-tel a:hover {
  background: #fff;
  color: #0f4d8f;
}
#contact-all #reseaux {
  background-color: #fff;
  max-width: 530px;
  margin: 0 auto 20px;
}
#contact-all #reseaux a {
  display: block;
  background: #0d0d0d;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
#contact-all #reseaux a:hover {
  background: #f6752f;
  color: #f9f8f9;
}
#contact-all form {
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: block;
}
#contact-all form div {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
#contact-all form div p {
  padding-bottom: 20px;
  display: table-cell;
}
#contact-all form div p:first-of-type {
  padding-right: 25px;
}
#contact-all form div p:last-of-type {
  padding-left: 25px;
}
#contact-all form div p.full {
  padding: 0 0 20px;
}
#contact-all form div label {
  display: none;
  opacity: 0;
}
#contact-all form div input[type="text"],
#contact-all form div input[type="tel"],
#contact-all form div input[type="email"],
#contact-all form div input[type="submit"],
#contact-all form div textarea,
#contact-all form div button {
  width: 100%;
  height: 50px;
  border: 1px solid #0f4d8f;
  padding: 0 5px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contact-all form div textarea {
  padding: 5px;
  height: 150px;
  resize: none;
}
#contact-all form div button {
  background: #0f4d8f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
#contact-all form div button:hover {
  background: #f6752f;
  color: #f9f8f9;
  border: 1px solid #f6752f;
}
@media screen and (max-width: 500px) {
  #contact-all #contact-qui {
    background-image: url('../dentiste-images/close.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 0%;
    padding: 15px;
  }
  #contact-all #contact-tel {
    display: block;
  }
  #contact-all #contact-tel a {
    max-width: none;
    margin-bottom: 20px;
  }
  #contact-all form div p {
    display: block;
    margin: 0;
  }
  #contact-all form div p:last-of-type {
    padding-left: 0;
  }
  #contact-all form div p:first-of-type {
    padding-right: 0;
  }
}
