/* bof */

/* FONTS */
@font-face {
  font-family: "NexaSlab-Regular";
  src: url("/fonts/NexaSlab-Regular.eot");
  src: url("/fonts/NexaSlab-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NexaSlab-Regular.woff2") format("woff2"),
    url("/fonts/NexaSlab-Regular.woff") format("woff"),
    url("/fonts/NexaSlab-Regular.ttf") format("truetype"),
    url("/fonts/NexaSlab-Regular.svg#NexaSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_slab_lightregular";
  src: url("/fonts/nexa-slab-light.eot");
  src: url("/fonts/nexa-slab-light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/nexa-slab-light.woff2") format("woff2"),
    url("/fonts/nexa-slab-light.woff") format("woff"),
    url("/fonts/nexa-slab-light.ttf") format("truetype"),
    url("/fonts/nexa-slab-light.svg#nexa_slab_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* TAGS : COMMON */
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
body {
  margin: 0px auto;
  padding: 0;
  background: #fff url("/imgs/bg-dents.png") repeat-x center 592px;
  color: #80a7d0;
  -webkit-text-size-adjust: none;
  font-family: "proxima-nova", "sans-serif";
}
@media screen and (max-width: 900px) {
  body {
    background: none;
  }
}
h1 {
  margin: 0 0 30px 0;
}
hr {
  position: relative;
  bottom: 0;
  border: none;
  border-bottom: 1px solid #fff;
}
sup {
  font-size: medium;
}

/* TAGS : CUSTOMS */
.blue {
  color: #005695;
}
.cursor {
  cursor: pointer;
}
.center {
  text-align: center;
  margin-top: 35px;
  height: 240px;
  border-bottom: 1px solid #d2d4d6;
}
.right {
  text-align: right;
}
.float-right {
  position: relative;
  float: right;
}
.float-left {
  position: relative;
  float: left;
}

address {
  font-style: normal;
  padding: 0px;
}
.clr {
  clear: both;
  display: block;
}
/* PANELS */
.blue-bg {
  background: #80a7d0;
}

/* HEADER ---------------------- */
#header {
  margin: 0 auto;
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#logo {
  margin-left: 40px;
}
#logo img {
  height: 120px;
}
.header-shadow {
  position: relative;
  text-align: center;
  height: 0px;
}
#nav {
  margin-right: 40px;
}
#nav ul {
  padding-top: 45px;
}
#mobile-nav {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #02528a;
  font-family: "NexaSlab-Regular", serif;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#mobile-nav li {
  padding: 12px 0 8px;
  border-bottom: 1px solid #80a7d0;
}
#trois-lignes {
  display: none;
  cursor: pointer;
  color: white;
  align-items: center;
}
#trois-lignes h3 {
  font-weight: 400;
  margin: 5px 5px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #trois-lignes {
    display: flex;
  }
  #logo,
  #nav {
    margin: 0;
  }
  #logo img {
    height: 80px;
    width: auto;
  }
  #header {
    padding: 20px;
  }
  #nav ul {
    padding: 0;
    text-align: right;
    font-size: 12px;
  }
  #nav ul li {
    padding: 5px 0;
  }
}

/* MAIN ------------------------- */
#content {
  width: 900px;
  margin: 0 auto;
}

/* FOOTER ----------------------- */
#footer {
  height: 130px;
  width: 900px;
  margin: 87px auto 0;
  padding-top: 60px;
  border-top: 1px solid #d2d4d6;
}
#footer a {
  color: #80a7d0;
}
#footer a:hover {
  color: #80a7d0;
}
#footer ul {
  font-size: 12px;
  text-align: center;
  padding: 0;
}
#footer li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  width: 17%;
}
#footer li:hover {
  font-weight: 600;
}
#footer p {
  text-align: center;
  font-size: 12px;
  color: #4d555b;
  padding: 0 20px;
}
#footer #lienPolitique {
  margin-top: 70px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
#footer #lienPolitique a {
  color: black;
}
#footer #copyright {
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #header,
  #footer,
  #content {
    width: auto;
  }

  #content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  #footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer li {
    width: auto;
    margin: 6px 0;
    font-size: 14px;
  }
  #footerDent {
    order: -1;
  }
}

.horaires {
  font-weight: bold;
  text-transform: uppercase;
  color: #005695;
}
.horaires .unit {
  padding: 2px 10px;
  background-color: #eaf0f5;
  margin-bottom: 1px;
}
.horaires .lastUnit {
  text-align: right;
}
.lavaLampBottomStyle {
  font-size: 12px;
}
.lavaLampBottomStyle li {
  margin: 0 12px;
}
.lavaLampBottomStyle li:last-child {
  margin: 0;
}

/* CLINIQUE ------------------------------- */
.content-side {
  width: 250px;
  padding-top: 60px;
  margin-left: 50px;
  color: #80a7d0;
}
.content-side a {
  color: inherit;
}
.notreclinique {
  text-transform: uppercase;
  font-size: 18px;
}
.cliniqueNavigation {
  margin-top: 35px;
  list-style-type: none;
  padding: 0;
  font-weight: 600;
}
.cliniqueNavigation li {
  margin-bottom: 5px;
  cursor: pointer;
}
.cliniqueNavigation li.selected {
  font-weight: 800;
}
div.tabs > div {
  padding: 50px 50px 0 10px;
  display: none;
}
div.tabs > div h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
}
div.tabs > div h2 {
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
}
div.tabs > div p,
div.tabs > div ul {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.deuxCol {
  width: 255px;
  float: left;
}
.deuxCol + img {
  float: right;
}
.deuxCol p:first-child {
  margin-top: 0;
}
#patricia {
  width: 250px;
}
#jean-luc {
  width: 250px;
}
.description {
  border-bottom: 1px solid #d2d4d6;
  color: #80a7d0;
  margin-bottom: 60px;
}
.description h1 {
  font-weight: 600;
}
#urgences {
  margin-top: 20px;
  width: 300px;
  height: auto;
}
.equipe {
  padding-top: 15px;
  list-style-type: none;
  color: #80a7d0;
}
.equipe {
  padding: 0;
}
.equipe li {
  margin-bottom: 25px;
}
.col {
  margin-top: 70px;
  width: 390px;
  float: left;
}
.col.gauche {
  margin-left: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .content-side {
    float: none;
    margin: 0;
    padding: 40px 20px 20px 20px;
    width: auto;
  }
  div.tabs > div {
    padding: 0 20px;
  }
  .cliniqueNavigation {
    display: flex;
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #80a7d0;
    flex-wrap: wrap;
    margin-left: -10px;
  }
  .cliniqueNavigation li {
    padding: 8px 14px;
    margin: 5px 10px;
    color: white;
    background-color: #80a7d0;
    border: 2px solid #80a7d0;

    transition: background-color 200ms, border-color 200ms;
  }
  .cliniqueNavigation li:hover {
    background-color: #95b8dd;
    border-color: #95b8dd;
  }
  .cliniqueNavigation li.selected {
    background-color: white;
    font-weight: normal;
    color: #80a7d0;
  }
}
@media screen and (max-width: 600px) {
  div.tabs > div,
  .content-side {
    padding-left: 0;
    padding-right: 0;
  }
  div.tabs #fourth img,
  div.tabs #third img {
    width: 100%;
  }
  #patricia,
  #jean-luc {
    float: none;
    display: block;
    margin: auto;
  }
  .deuxCol {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .cliniqueNavigation {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .cliniqueNavigation li {
    margin: 5px 0;
  }
  #urgences {
    width: 100%;
  }
}

/* ACCUEIL ----------------------- */
#intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 82px;
}
.textIntro {
  width: 360px;
}
.textIntro,
.textIntro h2 {
  color: #80a7d0;
}
.textIntro p {
  display: inline;
}
#nav,
.textIntro h2,
.infos h3,
.banner h2,
#footer ul,
.notreclinique,
div.tabs > div h1,
div.tabs > div h2 {
  font-family: "NexaSlab-Regular", serif;
}
.conseils {
  font-family: "nexa_slab_lightregular", serif;
}
.textIntro h2 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 90px;
}
.textIntro p,
.infos p,
.infos ul {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.semi-bold {
  font-weight: 600;
}
.noms {
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 14px;
  padding: 0 50px;
  font-weight: 600;
  width: 50%;
  font-family: "proxima-nova", sans-serif;
  color: #a7c1dd;
  text-align: left;
}
.noms:last-child {
  text-align: right;
}
.intro-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .center {
    height: auto;
    border-bottom: 0px solid white;
  }
  #intro {
    align-items: center;
  }
  .textIntro {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: left;
    margin: 20px 0 40px 0;
  }
  #introPatricia {
    order: 2;
    width: 100%;
  }
  #nomPatricia {
    order: 3;
    text-align: left;
    padding-left: 10px;
  }
  #introNadine {
    order: 4;
    width: 100%;
  }
  #nomNadine {
    order: 5;
    text-align: right;
    padding-left: 10px;
    color: #02528a;
    text-align: left;
  }
  .textIntro h2 {
    display: inline-block;
    max-width: 350px;
    font-size: 25px;
    text-align: left;
    margin: 0;
  }
  .textIntro p {
    display: none;
  }
  #introPatricia,
  #introNadine {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #02528a;
  }
  #introPatricia {
    border-color: #a7c1dd;
  }
  #introPatricia p {
    text-align: right;
    margin-right: 10px;
  }
  #introNadine p {
    text-align: left;
    margin-left: 10px;
    color: #02528a;
  }
  #introPatricia img,
  #introNadine img {
    max-width: 45%;
    height: auto;
  }
  .intro-mobile {
    display: block;
    font-family: "proxima-nova", sans-serif;
    color: #a7c1dd;
    width: 50%;
  }
  .noms {
    padding: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  #introPatricia,
  #introNadine {
    font-size: 14px;
  }
}

.center .float-left {
  margin-left: 40px;
}
.center .float-right {
  margin-right: 40px;
}

/* INFOS ---------------------- */
.infos {
  margin-top: 20px;
  background: url(/imgs/dents.png) center center;
  padding: 70px 50px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.infosBox {
  width: 30%;
}
.infosTop {
  height: 270px;
}
.infosLigne {
  border-bottom: 1px solid white;
  width: 48px;
  display: inline-block;
}
#infosLigneFull {
  width: 100%;
}
.infos ul {
  list-style-type: none;
  padding: 0;
}
.infos ul li {
  display: flex;
  justify-content: space-between;
}
.infos h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 400;
}
.infos.contact {
  background: none;
  color: #80a7d0;
}
.infos.contact .infosLigne {
  border-color: #80a7d0;
}
.infos.contact h3 {
  color: #80a7d0;
}

@media screen and (max-width: 850px) {
  .infosTop {
    height: 320px;
  }
}
@media screen and (max-width: 700px) {
  .infos {
    flex-direction: column;
    text-align: left;
    padding: 50px 40px;
  }
  .infos.contact {
    padding: 0 30px;
  }
  .infos h3 {
    font-size: 22px;
  }
  .info p {
    font-size: 18px;
  }
  .infosBox {
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
  .infos.contact .infosBox {
    border-color: #80a7d0;
  }
  .infosBox:last-child {
    border-bottom: 0px solid white;
    padding-bottom: 0;
  }
  .infosLigne {
    display: none;
  }
  .infosTop {
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .infos {
    padding: 30px 25px;
  }
  .infos.contact {
    padding: 0 25px;
  }
}

/* BANNERS ---------------------------- */
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 32px 45px;
  transition: background-color 200ms;
}
.banner h2 {
  order: 1;
}
.banner img {
  order: 3;
}
.banner p {
  order: 2;
}
.banner.un {
  margin-top: 50px;
}
.banner.deux {
  margin-top: 25px;
}
.banner.fonce {
  background-color: #02528a;
}
.banner.fonce:hover {
  background-color: #276b9c;
}
.banner.pale {
  background-color: #80a7d0;
}
.banner.pale:hover {
  background-color: #95b8dd;
}
.banner h2 {
  color: #80a7d0;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding-top: 10px;
  font-size: 30px;
  font-weight: 400;
}
.banner.pale h2 {
  color: #fff;
}
.banner p {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .banner {
    display: block;
  }
  .banner img {
    float: right;
    margin-top: 11px;
  }
  .banner p {
    margin-right: 65px;
  }
}
@media screen and (max-width: 450px) {
  .banner {
    padding: 20px;
  }
  .banner h2 {
    padding-top: 8px;
    font-size: 25px;
  }
}
@media screen and (max-width: 373px) {
  .banner img {
    margin-top: 20px;
  }
  #flecheEmail {
    margin-top: 17px;
  }
}

/* CONSEILS ------------------------------- */
.categorie {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.categorie h3 {
  font-size: 25px;
  font-family: "NexaSlab-Regular";
  font-weight: 600;
  text-transform: uppercase;
  max-width: 90%;
  border-bottom: 1px solid #80a7d0;
  padding-bottom: 10px;
  display: none;
}
.categorie img {
  margin: 10px;
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 450px) {
  .categorie h3 {
    display: block;
  }
  .categorie:first-child {
    margin-top: 20px;
  }
}

/* CONTACT MAP --------------------------- */

#contactMap {
  width: 100%;
  height: 490px;
  margin-top: 40px;
}

.marker {
  width: 35px;
  height: 120px;
  background-image: url("/imgs/mp-marker.png");
  background-position: center top;
  background-repeat: no-repeat;
}

#contactMapAdress {
  background-color: #80a7d0;
  color: white;
  padding: 20px 45px;
}

#contactMapAdress h2 {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  #contactMapAdress {
    padding: 20px;
  }
}

/* POLITIQUE DE CONFIDENTIALITE --------------------------- */

#politique {
  margin: 40px 0;
}

#politique h1 {
  font-weight: bold;
  font-family: "NexaSlab-Regular", serif;
  font-size: 30px;
  text-transform: uppercase;
}

#politique a {
  color: #80a7d0;
}
