
@font-face {
  font-family: 'ModerneLL';
  src:  url('/webfonts/Moderne_LL_WEB/ModerneLLTT-Book.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ModerneLL';
  src:  url('/webfonts/Moderne_LL_WEB/ModerneLLTT-BookItalic.ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ModerneLL';
  src:  url('/webfonts/Moderne_LL_WEB/ModerneLLTT-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ModerneLL';
  src:  url('/webfonts/Moderne_LL_WEB/ModerneLLTT-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}


body, h1, h2, h3, h4, h5, h6 {
  font-family: 'ModerneLL'; 
  color: #000000;
  font-size: 1.3rem;
 }
 
 h1, h2, h3 {
  font-weight: bold;
  line-height: 1.6rem;
  margin: 0px;
 }

p {
  margin-top: 0px;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
 }
 
 p.no-bottom {
  margin-bottom: 0;
 }
 
 a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #000;
  padding-bottom: 0.1rem;
 }

 ul {
  margin-bottom: 1.6rem;
  margin-left: 1.25rem; /* conformité foundation */
 }
 
 ul {
  margin-top:0px;
  list-style-type: "\2014";
  padding: 0px;
  /* margin: 0px; */
  margin-bottom: 1.6rem;
 }
 
 ul li {
 /* margin: 0em 0.7rem 0em 0em;*/
  padding-left: 0.7rem;
 }
 
 li {
  line-height: 1.6rem;
 }