/* ******************************************   GENERALE SECTION GUIDELINE  ********** */
@font-face {
  font-family: 'BelleroseLight';
  src: url('../font/BelleroseLight.eot?#iefix') format('embedded-opentype'),  url('../font/BelleroseLight.woff') format('woff'), url('../font/BelleroseLight.ttf')  format('truetype'), url('../font/BelleroseLight.svg#BelleroseLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  /*color: #29235c;*/
  color: #4E4E4E;
  /*background-color: #F5F5F5;*/
  background-color: #E1F9FF;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media (min-width: 576px) {
  body { background-size: auto auto; }
}
b { font-weight: 700; }

/* du texte sélectionné sera jaune sur fond rouge */
::-moz-selection {
  color: #FFFFFF;
  background-color: #29235c;
}
::selection {
  color: #FFFFFF;
  background-color: #29235c;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.pretitle {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #43acd6;
  line-height: 120%;
  margin: 0 0 20px 0;
  padding: 0;
}

/* RESPONSIVE content */
.evolutive { margin: auto !important; width: 100%; }
@media (min-width: 576px) {
  .evolutive { margin: auto !important; width: 576px; }
}
@media (min-width: 768px) {
  .evolutive { margin: auto !important; width: 768px; }
}
@media (min-width: 992px) {
  .evolutive { margin: auto !important; width: 992px; }
}
@media (min-width: 1200px) {
  .evolutive { margin: auto !important; width: 1200px; }
}




/* ***************************  NAVBAR  ********** */
.navbar-brand {
  padding: 0;
  width: 46px;
  height: 22px;
  background-image: url("../img/accueil/logo_menu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar {
  padding: 4px;
  /*margin-top: -83px;*/
  transition: all 400ms ease-in-out;
  background-color: rgba(255,255,255,0);
}
.navbar-light .navbar-nav .nav-link {
  padding: 15px 10px;
  color: #29235c;
  font-weight: 300;
  /*letter-spacing: 1px;*/
  font-size: 15px !important;
  line-height: 20px !important;
  transition: all 200ms linear;/*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #43acd6;
}
.currentpage {
  color: #43acd6 !important;
}
.navbar-light .navbar-toggler-icon {
/*  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(41,35,92,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M6 15h18M8 23h14'/%3e%3c/svg%3e");*/
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(41,35,92,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M0 5h29M0 15h29M0 25h29'/%3e%3c/svg%3e");
}
.navbar.scrolled {
  /*margin-top: 0px;*/
  background-color: rgba(255,255,255,0.95);
}

.navbar-light .navbar-toggler {
  border: none !important;
  /*background-color: #FFFFFF;*/
}
.navbar-collapse { flex-basis: auto !important; }











/* ******************************************  CARROUSEL  ********** */
.carrousel {
  padding: 120px 0;
  background-image: url("../img/accueil/carrousel_tache2.png"), url("../img/accueil/carrousel_tache4.png");
  background-position: right top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, auto auto;
}
@media (min-width: 576px) {
  .carrousel {
    padding: 120px 0;
    background-image: url("../img/accueil/carrousel_tache1.png"), url("../img/accueil/carrousel_tache2.png"), url("../img/accueil/carrousel_tache4.png"), url("../img/accueil/carrousel_tache3.jpg");
    background-position: left 35px, right top, right bottom, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto auto, auto auto, auto auto, auto auto;
  }
}
.carrousel img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.carrousel-logo p {
  margin: 0;
  padding: 0;
  color: #43acd6;
  font-weight: 600;
  font-size: 4vw;
  line-height: 120%;
  letter-spacing: 1px;
  font-family: 'BelleroseLight';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 576px) {
  .carrousel-logo p { font-size: 26px; }
}
.carrousel-menu {
  padding-top: 50px;
}
.carrousel-menu-container {
  justify-content: center;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0;
  border-radius: 34px;
  background: rgb(255,255,255);
/*background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 91%, rgba(41,35,92,1) 92%, rgba(41,35,92,1) 92%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 91%,rgba(41,35,92,1) 92%,rgba(41,35,92,1) 92%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 91%,rgba(41,35,92,1) 92%,rgba(41,35,92,1) 92%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#29235c',GradientType=1 );
  box-shadow: 0px 15px 29px rgba(0,0,0,0.06);*/
}
.carrousel-menu-item {
  padding: 10px 0;
  margin: 0;
  height: auto;
  width: calc(100% / 5);
  color: #29235c;
  font-size: 11px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms linear;
}
.carrousel-menu-item p {
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(0,0,0,0.07);
}
.portail {
  color: #FFFFFF;
  background-color: #29235c;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 30px;
}
.carrousel-menu-item i{
  font-size: 17px;
  line-height: 21px;
}
@media (min-width: 482px) {
  /*.carrousel-menu-container { width: 450px; }*/
  .carrousel-menu-container { width: 370px; }
  .carrousel-menu-item {
    width: 90px;
    font-size: 12px;
  }
  .carrousel-menu-item i{
    font-size: 20px;
    line-height: 23px;
  }
}
.home:hover {
  color: #43acd6;
  cursor: pointer;
}
.tooth:hover {
  color: #b72559;
  cursor: pointer;
}
.ambulance:hover {
  color: #e2b400;
  cursor: pointer;
}
.map:hover {
  color: #435f71;
  cursor: pointer;
}
.portail:hover {
  color: #FFFFFF;
  background-color: #b92051;
}





/**************************** cabinet **********************/
.cabinet {
  background-color: #FFFFFF;
  background-image: url("../img/accueil/dr_casillas-right.png"), url("../img/accueil/carrousel_tache5.png"), url("../img/accueil/dr_strohl-left.png"), url("../img/accueil/carrousel-bkg.svg"), url("../img/accueil/cabinet-bkg_high.jpg");
  background-position: 110% bottom, center bottom, -20% bottom, left top, right top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto 340px, auto 0px, auto 340px, contain, 100% auto;
}
@media (min-width: 468px) {
  .cabinet {
    background-position: right bottom, center bottom, left bottom, left top, right top;
    background-size: auto 340px, auto 0px, auto 340px, contain, 100% auto;
  }
}
@media (min-width: 576px) {
  .cabinet {
    background-position: right bottom, center bottom, left bottom, left top, right top;
    background-size: auto 340px, auto 140px, auto 340px, contain, auto auto;
  }
}
@media (min-width: 768px) {
  .cabinet {
    background-position: 110% bottom, center bottom, -20% bottom, left top, right top;
    background-size: auto 450px, auto 300px, auto 450px, contain, auto auto;
  }
}
@media (min-width: 1024px) {
  .cabinet {
    background-position: right bottom, center bottom, left bottom, left top, right top;
    background-size: auto 450px, auto 300px, auto 450px, contain, auto auto;
  }
}
.cabinet-bkg {
  padding: 80px 0 200px 0;
  /*background-image: url("../img/accueil/dr_strohl.png");*/
  background-position: 122% bottom;
  background-repeat: no-repeat;
  background-size: auto 330px;
}
/*@media (min-width: 320px) {
  .cabinet-bkg {
    padding: 80px 0 200px 0;
    background-position: 139% bottom;
    background-size: auto 330px;
  }
}*/
@media (min-width: 576px) {
  .cabinet-bkg {
    padding: 80px 0 200px 0;
    background-position: right bottom;
    background-size: auto 330px;
  }
}
@media (min-width: 768px) {
  .cabinet-bkg {
    padding: 150px 0;
    background-position: right bottom;
    background-size: auto 550px;
  }
}
h1.cabinet-title {
  color: #29235c;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 27px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
}
.cabinet-contenu {
  text-align: justify;
  color: #696969;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}







.rollovermotclef {
  overflow: hidden;
  height: auto;
  /*min-height: 200px;*/
  max-height: 200px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /*.rollovermotclef { max-height: 217px; }*/
}
@media (min-width: 992px) {
  /*.rollovermotclef { max-height: 332px; }*/
}
@media (min-width: 1200px) {
  .rollovermotclef { max-height: 234px; }
}
/*@media (min-width: 1200px) {
  .rollovermotclef { max-height: 200px; }
}*/

.motclef {
  background-image: url("../img/accueil/corner.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40px auto;

  width: 100%;
  height: calc(100% - 150px);
  min-height: 200px;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  color: #29235c;
  background-color: #cbf5ff8f;
  line-height: 55px;
  /*border: 2px solid #29235c;*/
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px;
  /*box-shadow: 0px 10px 29px rgba(0,0,0,0.08);*/
  overflow: hidden;
  transition: all 200ms linear;
  cursor: pointer;
}
.clef1 { animation : animtitre 1.75s ease-in-out 0s infinite alternate; }
.clef2 { animation : animtitre 1.75s ease-in-out 0.5s infinite alternate; }
.clef3 { animation : animtitre 1.75s ease-in-out 1s infinite alternate; }
.clef4 { animation : animtitre 1.75s ease-in-out 1.5s infinite alternate; }
@keyframes animtitre { 
  0% {font-variation-settings: 'wght' 200;}
  100%{font-variation-settings: 'wght' 700;}
}
/*.motclef:hover {background-color: #29235c;}*/
.motclef i { font-size: 40px; }

.itzu {
  position: relative;
  top: -150px;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 200px;
  font-size: 14px;
  font-weight: 200 !important;
  text-align: center;
  color: #e1f9ff00;
  background-color: #FFFFFF00;
  line-height: 140%;
  padding-top: 15px;
  padding-bottom: 0px;
  border-radius: 24px;
  letter-spacing: 1px;
  perspective : 800px;
  perspective-origin : top center ;
  transition: all 200ms linear;
}
.motclef:hover {
  background-color: #29235c;
  background-position: -65px -65px;
}
.motclef:hover .itzu {
  color: #e1f9ff;
}
.itzu h3 {
  font-weight: 400 !important;
  text-align: center;
  margin-bottom: 15px;
}
.itzu b {
  font-weight: 400 !important;
}
@keyframes animmotclef { 
  0% {transform : translateZ(-100px) rotateX(90deg);}
  100% {transform : translateZ(0px) rotateX(0deg);}
}

@media (min-width: 576px) {
  .motclef {
    min-height: 215px;
    line-height: 65px;
  }
  .rollovermotclef { max-height: 216px; }
  .itzu { top: -170px; }
}
@media (min-width: 768px) {
  .motclef {
    min-height: 330px;
    line-height: 125px;
  }
  .rollovermotclef { max-height: 340px; }
  .itzu { top: -290px; }
}
@media (min-width: 992px) {
  .motclef {
    min-height: 230px;
    line-height: 75px;
  }
  .rollovermotclef { max-height: 230px; }
  .itzu { top: -190px; }
}
@media (min-width: 1200px) {
  .motclef {
    min-height: 200px;
    line-height: 55px;
  }
  .rollovermotclef { max-height: 234px; }
  .itzu { top: -150px; }
}

























.cabinet a.tel {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 25px;
  color: #29235c;
  background-color: #FFFFFF;
  border: 2px solid #29235c;
  border-radius: 30px;
  line-height: 100%;
  margin-top: 20px;
  transition: all 200ms linear;
  box-shadow: 0px 10px 29px rgba(0,0,0,0.08);
}
.cabinet a.doctolib {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 25px;
  /*color: #b72559;
  border: 2px solid #b72559;*/
  color: #43acd6;
  background-color: #FFFFFF;
  border: 2px solid #43acd6;
  border-radius: 30px;
  line-height: 100%;
  transition: all 200ms linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  margin-right: 0px;
  box-shadow: 0px 10px 29px rgba(0,0,0,0.08);
}
@media (min-width: 768px) {
  .cabinet a.doctolib {
    margin-right: 20px;
  }
}
.cabinet a.tel:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #29235c;

}
.cabinet a.doctolib:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #43acd6;
}
.cabinet-visuel {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-image: url("../img/accueil/cabinet-visuel.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*box-shadow: 0px 0px 35px #B72559;*/
  /*box-shadow: 0px -10px 40px -2px rgba(183,37,89,0.3), 0px 10px 40px -2px rgba(0,0,0,0.3);*/
}
.cabinet-bkg .text-center { padding: 0; }










/**************************** adresse **********************/
.adresse {
  padding: 80px 0;
  background-image: url("../img/accueil/tache_blanc_bas.svg"),  url("../img/accueil/tache_blanc.svg"), url("../img/accueil/adresse-bkg-reverse.jpg");
  background-position: bottom center, top center, 65% center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, cover;
  /*background-attachment: fixed;*/
  font-weight: 400;
  line-height: 150%;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(1,43,93,1);
}
@media (min-width: 576px) {
  .adresse {
    padding: 150px 0;
  }
}
@media (min-width: 768px) {
  .adresse {
    background-image: url("../img/accueil/tache_blanc_bas.svg"),  url("../img/accueil/tache_blanc.svg"), url("../img/accueil/adresse-bkg.jpg");
    background-position: bottom center, top center, 40% center;
  }
}
.adresse-col { padding: 0 25px; }
.adresse-col .col-md-6, .adresse-col .col {
  padding: 0;
}
.adresse-title {
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  padding: 0
}
.adresse-picto {
  font-size: 48px;
  font-weight: 400;
  margin: 24px 0 0 0;
  color: rgba(255,255,255,0.5);
  text-shadow: none;
}
.adresse-subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
  margin: 2px 0 0 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255,255,255,0.5);
  text-shadow: none;
}
.adresse-subtitle2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin: 28px 0 0 0;
  letter-spacing: 1px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255,255,255,0.5);
  text-shadow: none;
}
.adresse-contenu {
  line-height: 150%;
  font-size: 15px;
  margin: 5px 0 0 0;
  letter-spacing: 1px;
  color: rgba(255,255,255,1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adresse-contenu2 {
  line-height: 150%;
  font-size: 16px;
  margin: 4px 0 0 0;
  letter-spacing: 1px;
  color: rgba(255,255,255,1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/**************************** equipe **********************/
.equipe {
  padding: 80px 0;
  background-color: #FFFFFF;
  background-image: url("../img/accueil/lampe.png"), url("../img/accueil/tache_bleu_ciel_bas.svg"), url("../img/accueil/carrousel_tache2.png");
  background-position: 0% 0%, bottom center, right top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 270px auto, contain, 450px auto;
}
@media (min-width: 576px) {
  .equipe {
    padding: 150px 0;
  }
}
h2.equipe-title {
  color: #29235c;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 27px;
}
.equipe-contenu {
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  text-shadow: 0px 1px 5px rgba(255,255,255,0.5);
}
.equipe-item {
  padding-top: 235px;
  padding-bottom: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 230px;
}
.equipe-metier {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 35px auto auto auto;
  border-radius: 50%;
  box-shadow: 0px 18px 30px rgba(0,0,0,0.2);
  border: 2px solid #29235c;
}
/*
.emmanuelle { background-image: url("../img/accueil/emmanuelle.png"); }
.gaelle { background-image: url("../img/accueil/gaelle.png"); }
.camille { background-image: url("../img/accueil/camille.png"); }
.suzelle { background-image: url("../img/accueil/suzelle.png"); }*/


.strohl { background-image: url("../img/accueil/dr_strohl.jpg"); }
.casillas { background-image: url("../img/cabinet/gallerie/dr-casillas-gil.jpg"); }
.emmanuelle { background-image: url("../img/accueil/emmanuelle.jpg"); }
.gaelle { background-image: url("../img/accueil/lou-anne.jpg"); }
.suzelle { background-image: url("../img/accueil/suzelle.jpg"); }
.delphine { background-image: url("../img/accueil/delphine.jpg"); }
.elodie { background-image: url("../img/accueil/elodie.jpg"); }

.equipe .nom {
  color: #29235c;
  /*font-size: 23px;*/
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.equipe .poste {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 6px;
}






/**************************** nouveaute **********************/
.nouveaute {
  background-color: #EDFAFF;
}
.nouveaute-bkg {
  padding: 80px 0 85px 0;
  /*padding: 80px 0 460px 0;
  background-image: url("../img/accueil/nouveaute-bkg.jpg");
  background-position: center 95%;
  background-repeat: no-repeat;
  background-size: 280px auto;*/
}
@media (min-width: 768px) {
  .nouveaute-bkg {
    padding: 150px 0;
    /*padding: 150px 0;
    background-position: 15% center;
    background-size: auto 85%;*/
  }
}
h2.nouveaute-title {
  color: #29235c;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 27px;
}
.nouveaute video {
  max-width: 100%;
  height: auto;
}
.nouveaute-contenu {
  text-align: justify;
  color: #696969;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
}
.nouveaute a.itero {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 33px;
  color: #29235c;
  background-color: #FFFFFF;
  border: 2px solid #29235c;
  border-radius: 30px;
  line-height: 100%;
  transition: all 200ms linear;
  box-shadow: 0px 10px 29px rgba(0,0,0,0.08);
}
.nouveaute a.itero:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #29235c;
}

.rubrique-iframe {
  /*min-height: 300px;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 35px;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
@media (min-width: 768px) {
  .rubrique-iframe {
    padding-top: 0px;
    /*padding-left: 30px;
    padding-right: 30px;*/
  }
}
.rubrique-iframe iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
}




/**************************** panorama **********************/
.panorama {
  padding: 120px 0;
  background-image: url("../img/accueil/panorama-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 576px) {
  .panorama {
    padding: 200px 0;
  }
}




/************************************ pied de page ************************/
.pied2page {
  text-align: left;
  padding: 50px 0;
  background: #0157a0;
  background: -moz-linear-gradient(-45deg,  #0157a0 0%, #000427 100%);
  background: -webkit-linear-gradient(-45deg,  #0157a0 0%,#000427 100%);
  background: linear-gradient(135deg,  #0157a0 0%,#000427 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0157a0', endColorstr='#000427',GradientType=1 );
}
@media (min-width: 576px) {
  .pied2page {
    padding: 100px 0;
  }
}
.pied2page-menu {
  padding: 18px;
}
div.logo {
  width: 100%;
  max-width: 290px;
  height: 50px;
  background-image: url("../img/accueil/footer-logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
@media (min-width: 576px) {
  div.logo {
    margin: 0;
  }
}
.coordonnees {
  display: block;
  font-size: 17px;
  line-height: 120%;
  margin: 10px 0;
  font-weight: 300;
  letter-spacing: 1px;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.coordonnees:hover {
  color: #FFFFFF5C;
  text-decoration: none;
}

.pied2page .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  padding: 0;
  margin: 0 0 24px 0;
  color: #FFFFFF5C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pied2page iframe {
  width: 100%;
  height: 100%;
}






.pied2page2 {
  text-align: center;
  padding: 8px 0;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 1px;
}