@import url(/lae/public3.0/fonts/iomet-wf.css);
@import url(/lae/public3.0/fonts/font-awesome-4.3.0/css/font-awesome.min.css);
html {
  min-width: 327px;
}
.est-centre {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus { 
  outline: none; 
}
header {
  height: 120px;
  background-color: #e9eaea;
  position: relative;
  z-index: 100;
}
header .est-centre {
  position:  relative;
  height: 100%;
}
#titre_site {
  position: absolute;
  left: -20px;
  top: 15px;
}
@media screen and (max-width: 1180px) {

  #titre_site {
    left: 3px;
  }

} 
#titre_site a {
  display: block;
  position: relative;
  z-index: 10;
}
#titre_site::before {
  content: '';
  display: block;
  width: 677px;
  height: 120px;
  background-image: url(/lae/public3.0/img/site/sh-titre-site.png);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  left: -95px;
  top: -15px;
  z-index: 0;
}
@media screen and (max-width: 606px) {

  #titre_site::before {
    width: 100%;
  }
}
#menu_principal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#menu_principal ul.niv-1 {
  padding-left: 270px;
}
#menu_principal ul.niv-1 > li {
  display: block;
  float: left;
  margin: 0 30px;
}
#menu_principal ul.niv-1 a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #444343;
  text-align: center;
}
#menu_principal ul.niv-1 a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
nav p {
  margin: 0;
}
header .iocon {
  display: inline-block;
  transform-origin: top right;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 5px;
}

@media screen and (max-width: 730px) {

  #toggle-menu {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 3%;
    bottom: 15px;
    background-image: url(/lae/public3.0/img/site/navicon.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  #menu_principal {
    bottom: auto;
    left: 0;
    top: 120px;
    width: 100%;
  }
  #menu_principal ul.niv-1 {
    position: absolute;
    top: 0;
    right: 2%;
    padding-left: 0;
    width: 300px;
    max-width: 92%;
    padding: 2% 2%;
    background-color: #0090cb;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }
  #menu_principal ul.niv-1:after {
    content: " ";
    bottom: 100%;
    right: 5%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #0090cb;
    border-width: 15px;
  }
  #menu_principal.visible ul.niv-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #menu_principal ul.niv-1 > li {
    float: none;
    margin: 0;
  }
  #menu_principal ul.niv-1 a {
    text-align: left;
    color: #FFFFFF
  }

}

header .langues {
  position: absolute;
  right: 3%;
  top: 20px;
  width: 31px;
  height: 34px;
  overflow: hidden;
}
header .langues li {
  display: block;
  padding-bottom: 7px;
}
header .langues .d {
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 10px;
}
header .langues:hover {
  overflow: visible;
}
header .langues:hover .d {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
header .langues .select {
  position: relative;
}
header .langues .select::after {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -13px;
  background-image: url(/lae/public3.0/img/site/f-langues.png);
  background-position: center;
  background-repeat: no-repeat;
}
header .langues a {
  display: block;
  width: 31px;
  height: 21px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}
header .langues .pl {
  background-image: url(/lae/public3.0/img/site/d-pl.png);
}
header .langues .fr {
  background-image: url(/lae/public3.0/img/site/d-fr.png);
}
header .langues .en {
  background-image: url(/lae/public3.0/img/site/d-en.png);
}
header .langues .es {
  background-image: url(/lae/public3.0/img/site/d-es.png);
}
header .langues .de {
  background-image: url(/lae/public3.0/img/site/d-de.png);
}
header .langues .pt {
  background-image: url(/lae/public3.0/img/site/d-pt.png);
}
header .langues .it {
  background-image: url(/lae/public3.0/img/site/d-it.jpg);
}
header .langues .nl {
  background-image: url(/lae/public3.0/img/site/d-nl.png);
}

/*-- footer --*/
footer {
  background-image: url(/lae/public3.0/img/site/fdr-footer.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
footer .est-centre {
  padding-top: 40px;
  min-height: 170px;
  text-align: center;
}
footer img {
  width: 176px;
}
footer p {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #384047;
}
footer .liens {
  margin: 5px auto;
}
footer .liens li {
  padding: 0 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #384047;
  border-left: 1px solid #384047;
}
footer .liens li:first-of-type {
  border: none;
}

/*-- content --*/

section {
  padding: 30px 0;
}
.fd-gris {
  background-color: #D2D2D2;
}
.fd-bleu {
  background-image: -moz-linear-gradient(bottom, #0578A8 0%, #0098D7 100%);
  background-image: -o-linear-gradient(bottom, #0578A8 0%, #0098D7 100%);
  background-image: -webkit-linear-gradient(bottom, #0578A8 0%, #0098D7 100%);
  background-image: linear-gradient(to top, #0578A8 0%, #0098D7 100%);
}
.fd-blanc {
  background-color: #FFFFFF;
}

/*-- titres, paragraphes, etc --*/
h2 {
  padding-top: 20px;
  margin-bottom: 30px;
  /*font-family: 'giorgioregular';*/
  font-family: 'Lato', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #3f3f3f;
  font-weight: normal;
}
h2.centre {
  text-align: center;
  margin-top: 80px;
}
.fd-bleu h2 {
  color: #FFFFFF;
}
.fd-blanc h2 {
  color: #0098dc;
}
h2 span {
  font-size: 48px;
  line-height: 55px;
}
h2 span.a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
h3 {
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3f3f3f;
  font-family: 'Lato', sans-serif; 
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #3f3f3f;
}
.fd-bleu h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 700px) {

  h2 {
    font-size: 48px;
    line-height: 50px;
  }
  h2 span {
    font-size: 36px;
    line-height: 36px;
  }

}

p,
ul,
ol,
table {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
}
.fd-bleu p,
.fd-bleu ul,
.fd-bleu ol,
.fd-bleu table {
  color: #FFFFFF;
}
section p {
  margin-top: 15px;
}
p.centre {
  text-align: center;
}
p.ss-titre {
  margin-bottom: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #3f3f3f;
}
p strong,
ul strong,
ol strong,
table strong {
  font-family: 'Lato', sans-serif; 
  font-weight: bold;
}

.cols {
  margin: 45px 0;
}
.cols > .col {
  display: block;
  float: left;
}
.cols-4 > .col {
  margin-left: 6%;
  width: 20%;
}
.cols-3 > .col {
  margin-left: 2%;
  width: 32%;
}
.cols > .col:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 610px) {
  .cols > .col {
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 10px;
  }
}


.fd-picto  {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 90px;
}
.fd-picto.p-bilan { background-image: url(/lae/public3.0/img/site/p-bilan.png); }
.fd-picto.p-qualite { background-image: url(/lae/public3.0/img/site/p-qualite.png); }
.fd-picto.p-praticien { background-image: url(/lae/public3.0/img/site/p-praticien.png); }
.fd-picto.p-synergie { background-image: url(/lae/public3.0/img/site/p-synergie.png); }

.fd-picto.p-bar-chart { background-image: url(/lae/public3.0/img/site/p-bar-chart.png); }
.fd-picto.p-gears { background-image: url(/lae/public3.0/img/site/p-gears.png); }
.fd-picto.p-eye { background-position: 0 10px; background-image: url(/lae/public3.0/img/site/p-eye.png); }

.fd-picto.p-praticien-gris { background-image: url(/lae/public3.0/img/site/p-praticien-gris.png); }
.fd-picto.p-recettes-gris { background-position: 0 10px; background-image: url(/lae/public3.0/img/site/p-recettes-gris.png); }
.fd-picto.p-activites-gris { background-image: url(/lae/public3.0/img/site/p-activites-gris.png); }
.fd-picto.p-jouer-gris { background-image: url(/lae/public3.0/img/site/p-jouer-gris.png); }

.fd-picto.p-historique-gris { background-image: url(/lae/public3.0/img/site/p-historique-gris.png); }
.fd-picto.p-prescription-gris { background-image: url(/lae/public3.0/img/site/p-prescription-gris.png); }
.fd-picto.p-formation-gris { background-position: 0 10px; background-image: url(/lae/public3.0/img/site/p-formation-gris.png); }
.fd-picto.p-actualites-gris { background-position: 0 10px; background-image: url(/lae/public3.0/img/site/p-actualites-gris.png); }

@media screen and (max-width: 610px) {
  
  .fd-picto  {
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 100px;
    min-height: 70px;
  }
}

.deux-cols {
  
}
.deux-cols .col-gauche {
  float: left;
  width: 55%;
}
.deux-cols .col-droite {
  float: left;
  width: 43%;
  margin-left: 2%;
}
@media screen and (max-width: 1000px) {

  .deux-cols .col-gauche,
  .deux-cols .col-droite {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/*-- formulaires --*/

form {
  padding-top: 15px;
  margin-bottom: 20px;
}
form.login {
  padding-left: 67px;
  background-image: url(/lae/public3.0/img/site/p-silhouete-iomet.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
label {
  margin: 5px 0;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #434343;
  text-indent: 10px;
}
input {
  width: 300px;
  margin-right: 15px;
  padding: 0 3%;
  height: 42px;
  background-color: #FFF;
  border: none;
  outline: none;
}
input[type=submit] {
  margin-top: 28px;
  padding: 0;
  opacity: 0.82;
  width: 208px;
  height: 43px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #343434;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
  -webkit-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
  box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
}
input[type=submit]:hover {
  opacity: 0.92;
}
form table {
  width: 100%;
}
form table input {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 5px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 52px;
}
form table input[type=submit] {
  width: 42px;
  height: 42px;
  line-height: 44px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  margin-right: 20px;
  margin-left: 15px;
}

form .cols {
  margin: 0;
}
form .col input {
  width: 94%;
  margin-left: 0;
  margin-right: 0;
}

form p {
  margin: 0;
  font-family: 'Lato', sans-serif; 
  font-size: 15px;
  line-height: 15px;
  color: #515151;
}
form .oublie {
  position: relative;
  top: 15px;
}
form a {
  display: inline-block;
  border-bottom: 1px solid #787878;
}

/*-- boutons --*/
.b-btn {
  padding: 0 35px;
  margin: 5px 0;
  display: inline-block;
  height: 63px;
  font-family: 'Lato', sans-serif; 
  font-size: 16px;
  line-height: 63px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #D7D7D7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
  -webkit-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
  box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.2);
}
.b-btn:hover,
.b-btn:focus {
  -moz-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.4);
  -webkit-box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.4);
  box-shadow: inset 0 0 18px rgba(1, 1, 1, 0.4);
  text-shadow: 0 0 3px rgba(1, 1, 1, 0.4);
}
.b-btn + .b-btn {
  margin-left: 25px;
}
.btn-bleu {
  background-color: #0098DC;
}
.btn-bleu-fonce {
  background-color: #044290;
}
.btn-bleu-gris {
  background-color: #343434;
}
.btn-rouge {
  background-color: #7F2A3D;
}
.btn-vert {
  background-color: #0c834e;
}
.btn-bilan {
  padding-left: 75px;
  background-image: url(/lae/public3.0/img/site/p-b-bilan.png);
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
.btn-silhouete {
  padding-left: 94px;
  padding-right: 65px;
  background-image: url(/lae/public3.0/img/site/p-b-silhouete.png);
  background-position: 40px 50%;
  background-repeat: no-repeat;
}
.scroll-section-suivante {
  display: block;
  height: 35px;
  background-image: url(/lae/public3.0/img/site/f-scroll-bas.png);
  background-position: center;
  background-repeat: no-repeat;
}
.fd-blanc .scroll-section-suivante {
  background-image: url(/lae/public3.0/img/site/f-scroll-bas-bleu.jpg);
}

/*-- paves --*/

.pave {
  position: relative;
  max-width: 444px;
  margin-top: 15px;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .pave {
    float: left;
    margin-left: 1%;
    max-width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .pave {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 444px;
  }
}

.pave .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
}
.pave .intro h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  border: none;
  font-family: 'antonioregular';
  font-size: 30px;
  line-height: 1;
  color: #2a2a2a;
}
.pave .intro p {
  margin: 0;
  font-family: 'Lato', sans-serif; 
  font-size: 20px;
  line-height: 21px;
  color: #2a2a2a;
}
.pave-public .intro h3,
.pave-public .intro p {
  color: #FFFFFF;
}

.pave .hover {
  position: absolute; left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  background: -moz-linear-gradient(top,  #cfcfcf 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #cfcfcf 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f5f5f5',GradientType=0 );

  text-align: center;


  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);

  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;

}
.pave .hover p {
  margin-top: 20px;
  font-family: 'Lato', sans-serif; 
  font-size: 20px;
  line-height: 21px;
  color: #2a2a2a;
}
.pave .hover p a {
  color: #0098dc;
  display: inline-block;
  position: relative;
}
.pave .hover p a:after {
  content: '';
  display: block;
  height: 1px;
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #0098dc;
}
.pave .hover p strong {
  display: block;
  font-family: 'antonioregular';
  font-size: 30px;
  line-height: 1;
  color: #2a2a2a;
  font-weight: normal;
  margin-top: 15px;
}
.pave .hover .pays {
  clear: both;
  padding-left: 2%;
  margin-top: 15px;
}
.pave .hover .pays li {
  display: block;
  float: left;
  height: 75px;
  width: 75px;
  margin-left: 1%;
  width: 15%;
}
.pave .hover .pays a {
  display: block;
  width: 100%;
  padding-top: 56%;
  height: 30px;
  font-family: 'antonioregular';
  font-size: 12px;
  line-height: 1;
  color: #2a2a2a;
  font-weight: normal;
  background-color: #ffffff;
  background-position: 50% 15%;
  background-repeat: no-repeat;
}
.pave:hover .hover,
.pave-hover .hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.pave .hover .pays a[data-lg="fr"] {
  background-image: url(/lae/public3.0/img/site/d-fr.png);
}
.pave .hover .pays a[data-lg="es"] {
  background-image: url(/lae/public3.0/img/site/d-es.png);
}
.pave .hover .pays a[data-lg="en"] {
  background-image: url(/lae/public3.0/img/site/d-en.png);
}
.pave .hover .pays a[data-lg="pt"] {
  background-image: url(/lae/public3.0/img/site/d-pt.png);
}
.pave .hover .pays a[data-lg="de"] {
  background-image: url(/lae/public3.0/img/site/d-de.png);
}
.pave .hover .pays a[data-lg="it"] {
  background-image: url(/lae/public3.0/img/site/d-it.jpg);
}

/*-- medias --*/
figcaption {
  display: none;
}
img {
  max-width: 100%;
}
.image-droite {
  display: block;
  float: right;
  margin-left: 30px;
  max-width: 50%;
}
.image-gauche {
  display: block;
  float: left;
  margin-right: 30px;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .image-droite {
    margin-left: 0;
    max-width: 98%;
    float: none;
    text-align: center;
  }
  .image-gauche {
    margin-right: 0;
    max-width: 98%;
    float: none;
    text-align: center;
  }
}

/* spécifiques */

#conseils-personnalises {
  background-color: #dddbdb;
  background-image: url(/lae/public3.0/img/site/fd-conseils.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#nutergia-nca {
  padding-bottom: 100px;
  background-color: #8aacd3;
  background-image: url(/lae/public3.0/img/site/fd-saut-femme-2000.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
#votre-espace-professionnel {
  background-color: #ffffe6;
  background-image: url(/lae/public3.0/img/site/fd-pommier.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mon-bilan {
  background-color: #caebe8;
  background-image: url(/lae/public3.0/img/site/fd-pied-1700.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact-therapeute {
  background-color: #caebe8;
  background-image: url(/lae/public3.0/img/site/fd-galets-1300.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  #nutergia-nca {
    background-image: url(/lae/public3.0/img/site/fd-saut-femme-1300.jpg);
  }
  #mon-bilan {
    background-image: url(/lae/public3.0/img/site/fd-pied-1300.jpg);
  }
}
#nutergia-nca article {
  max-width: 512px;
  margin: 0 55px;
}
#outil-professionnel h2 {
  padding-top: 40px;
}
.accueil-outil article {
  position: relative;
}
.accueil-outil .image-rd {
  position: absolute;
  right: 9%;
  float: none;
  margin: 0;
  top: 0;
  max-width: 50%;
}
.accueil-outil h2 {
  max-width: 50%;
}

#nutergia-nca .logo-nutergia {
  display: inline-block;
  border: 5px solid #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .accueil-outil .image-rd {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {

  .accueil-outil .image-rd {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  #nutergia-nca article {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {

  .accueil-outil .image-rd {
    position: relative;
    right: 0;
    max-width: none;
    margin-top: 20px;
    text-align: center;
  }
  .accueil-outil h2 {
    max-width: none;
  }

}

#votre-espace-professionnel .cols {
  margin-top: 95px;
}
#outil-innovant h3 {
  margin-top: 35px;
}
#outil-innovant .cols {
  margin-top: 60px;
}
@media screen and (max-width: 610px) {
  #outil-innovant .cols,
  #votre-espace-professionnel .cols {
    margin-top: 45px;
  }
}

#le-profil-bionutritionnel h2 {
  margin-top: 40px;
}
#le-profil-bionutritionnel .col-gauche p {
  max-width: 520px;
  margin: 45px 0;
}
#le-profil-bionutritionnel .scroll-section-suivante {
  margin-top: 40px;
}

#mon-bilan .est-centre {
  position: relative;
}
#mon-bilan h2,
#mon-bilan p.mw {
  max-width: 390px;
}
#mon-bilan p {
  font-family: 'Lato', sans-serif; 
}
#mon-bilan .lien-bulle {
  width: 326px;
  height: 166px;
  margin: 0;
  position: absolute;
  top: 100px;
  right: 0;
  background-image: url(/lae/public3.0/img/site/fd-lien-bulle.png);
  background-repeat: no-repeat;
}
#mon-bilan .lien-bulle a {
  display: block;
  padding: 28px 45px;
  font-family: 'Lato', sans-serif; 
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  border-radius: 52px 52px 0 52px;
}
@media screen and (max-width: 750px) {
  #mon-bilan .lien-bulle {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.zone-contact {
  position: relative;
  margin-top: 200px;
}
.zone-contact .coordonnees,
.zone-contact .contactez {
  background-color: rgba(255,255,255,0.62);
}
.zone-contact h3 {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 65px;
  padding-top: 8px;
  padding-right: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #3f3f3f;
  position: relative;
}
.zone-contact h3:after {
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  position: absolute;
  left: -16px;
  top: -18px;
  background-repeat: no-repeat;
  background-image: url(/lae/public3.0/img/site/rd-coordonnees.png);
}
.zone-contact .contactez h3:after {
  background-image: url(/lae/public3.0/img/site/rd-contactez.png);
}
.zone-contact p {
  margin: 0;
  padding: 0;
  padding-left: 65px;
  padding-right: 15px;
  margin-top: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #3f3f3f;
}
.zone-contact .coordonnees {
  width: 42%;
  float: left;
}
.zone-contact .contactez {
  width: 45%;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zone-contact .contactez:after {
  content: 'ou';
  display: block;
  width: 65px;
  height: 65px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 65px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 106.4%;
  z-index: 100;
}
.zone-contact .contactez:before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background-color: #c62607;
  position: absolute;
  bottom: 40px;
  right: 106.4%;
  z-index: 50;
  -webkit-transform: rotate(-8deg);
     -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

@media screen and (max-width: 970px) {


  .zone-contact {
    margin-top: 50px;
  }
  
  .zone-contact .coordonnees,
  .zone-contact .contactez {
    width: auto;
    max-width: 500px;
    float: none;
    position: relative;
    margin: 20px auto;
  }

  .zone-contact .contactez {
    margin-top: 100px;
  }
  .zone-contact .contactez:after,
  .zone-contact .contactez:before {
    bottom: auto;
    right: 45%;
    top: -83px;
  }

}
.zone-contact .contactez table {
  margin: 15px 0;
  width: 100%;
}
.zone-contact .contactez tr {
  display: none;
}
.zone-contact .contactez tr.visible {
  display: table-row;
}
.zone-contact .contactez td {
  text-align: center;
  padding: 5px;
  border-left: 1px solid #404040;
}
.zone-contact .contactez tr td:first-of-type {
  border-left: none;
}
.zone-contact .contactez strong {
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}

/** DIALOG */

.ui-dialog.connexionDialogPopup .ui-dialog-titlebar {
  display: none;
}
.ui-dialog.connexionDialogPopup {
  background: #FFF;
  vertical-align: middle;
  border: 1px solid #bababa;
  box-shadow: 0 0 3px #bababa;
}
#connexionDialog {
  font-size: 17px;
  color: #444343;
  text-align: center;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
}
#connexionDialog i {
  font-size: 50px;
}
#connexionDialog .wait {
  padding: 70px 0 0 0;
}
#connexionDialog .success {
  padding: 35px 0 0 0;
}
#connexionDialog .success i { color: #97bb2d; }
#connexionDialog .error {
  padding: 35px 0 0 0;
}
#connexionDialog .error i { color: #bb5127; }


.documents,
.aide {
  padding: 0;
}
.aide {
  padding-bottom: 40px;
}
.documents h2,
#homeScreen .titre--b-gauche
{
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-left: 16px;
  border-left: 6px solid #119fda;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #3b3b3b;
  text-align: left;
}
#homeScreen .titre--b-gauche {
  margin-top: 40px;
}
.documents h2 > span,
#homeScreen .titre--b-gauche > span
{
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 7px;
  background-color: #fff;
  font-size: inherit;
  line-height: inherit;
}
.documents ul {
  margin-bottom: 20px;
}
.documents li {
  display: block;
  float: left;
  width: 30%;
}
.documents a {
  display: block;
  padding-left: 24px;
  padding-right: 5px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1;
}
.documents a i {
  position: absolute;
  left: 0; top: 0;
}
.documents a:hover,
.documents a:focus {
  color: #0194d1;
}
.documents a:hover i,
.documents a:focus i {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.list--puce {
  padding-left: 16px;
  padding-top: 10px;
}
.list--puce li {
  padding-bottom: 5px;
}
.tutos p strong,
.tutos ul li strong{
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.encart {
  padding: 15px 20px;
  margin: 20px 0 !important;
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
}

.retour-email h1 {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #0194d1;
}
.retour-email input[type=submit] {
  display: inline-block;
  height: auto;
  width: auto;
  background: inherit;
  border: none;
  padding: 14px 24px;
  margin: 0;
  margin-top: 20px;
  font-family: 'gsr';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: #018fc9;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  border:2px solid #fff;
}
.retour-email input[type=submit]:hover {
  color: #018fc9;
  background-color:#fff;
  border:2px solid #018fc9;
}
.retour-email input[type=reset] {
  display: inline-block;
  height: auto;
  width: auto;
  background: inherit;
  border: none;
  padding: 5px 10px;
  padding-top: 6px;
  margin: 0;
  margin-top: 20px;
  font-family: 'gsr';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
}
.retour-email input[type=reset]:hover {
  color: #fff;
  background-color: #4c4c4c;
}
.retour-email fieldset {
  margin-bottom: 20px;
}
.retour-email legend {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #018fc9;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.aide.grid {
  align-items: flex-end;
}
.aide.grid > div {
  max-width: 500px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.video-wrapper {
  position: relative;
}
.video-wrapper video + a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}