h1, h2, h3, h4, h5, h6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h5 {
  line-height: 130%;  
}

h6 {
  font-size: 1.4rem;
  line-height: 110%;
  margin: 1.8rem 0 .8rem 0;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  font-size: 16px;
  line-height: 2rem;
}

.longtext p, .longtext ul li {
  font-family: 'Merriweather', serif;
}

.longtext ul li {
line-height: 1.8rem;
}

.longtext p.mono {
 font-family: 'Roboto', sans; 
}

.longtext p a.btn {
 font-family: 'Roboto', sans; 
}



.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}


.button-collapse {
  /*color: #26a69a;*/
  color: #333333;
}

.parallax-container {
  color: rgba(255, 255, 255, .9);
  height: auto;
  line-height: 0;
  min-height: 600px;
}

.top-parallax-container {
  min-height: 380px;
}

.container .section {
  min-height: 400px;
}

.parallax-container .section {
  width: 100%;
}

h2.golden-thought {
  opacity: .6;
  text-shadow: rgba(50, 50, 50, .9) 3px 3px 10px;
}

img.idpicture {
  padding-top: 2rem;
}

.whatsnew {
  box-shadow: none;
}

#service h4 {
  padding: .4rem 0 .4rem 0;
}

.service-img {
  //padding: .5rem .5rem;
}

.LP1 {
  padding-left: 1rem;
}
.LP2 {
  padding-left: 2rem;
}
.LP3 {
  padding-left: 3rem;
}
.LP4 {
  padding-left: 4rem;
}

.LP5 {
  padding-left: 5rem;
}

.paginator a.btn {
  margin: .2rem;
}

footer a {
  color: #5dc3f5;
}

address {
  font-style: normal;
}

address em {
  font-style: normal;
  font-weight: bold;
}

#promo-about, #promo-books, #promo-univ {
  max-width: 120px; min-width:100px; width:50%;
}

#promo-univ ul {
  font-size: 1rem;
  padding-top: 0;
  padding-left: 0;
}

p span.lecture-icon {
  vertical-align: text-top;
}

span.highlight {
  background-color: #fffb90;
}

#booklist li.active div.collapsible-header.active {
  background-color: #eee !important;
}

#booklist li.active {
  border: 5px solid #eee;
}

.collapsible {
  margin: 0rem 0 1rem 0;
}

.collapsible-header {
  height: 7rem;
  line-height: 4rem;
  padding: 1rem;
}
.collapsible-header i {
  line-height: 4.5rem;
  margin-right: 0;
  width: 1rem;
}

.collapsible-header img {
  padding: 0rem;
}

.collapsible-header span.title {
  font-size: 1.2rem;
  padding: 0.85rem;
  line-height: 3rem;
  width: 90%;
}

img.collapsible-icon {
  width: 50px !important;
  height: auto;
  float: left; 
}

img.collapsible-image {
  width: 200px;
  height: auto;
  padding: 1rem 2rem 1rem 0;
}


img.collapsible-image.left {
  padding: 0.7rem 2rem 1rem 0;
}

img.collapsible-image.right {
  padding: 0.7rem 0 1rem 2rem;
}

.row.collapsible-booklist {
  //padding-bottom: 3rem;
  margin-bottom: 3rem;
}

#booklist.collapsible {
  box-shadow: none;
}

.collapsible-body {
    padding: 1rem 0 2rem 0;
}

.collapsible-body p {
  padding: 0.3rem 2.6rem;
  line-height: 1.6rem;
}

.collapsible-body p .label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  padding-right: 0.5rem;
}

.collapsible-body p.title {
  font-size: 1.2rem;
}


h5.descritpion-title {
  padding-top: 1rem;
}

.description-list div p.active {
  background-color: #eeefef;
}

.description-list div p.active span.part {
  padding: .1rem .3rem .1rem .3rem;
  background-color: #aadddd;
  border-radius: 5px;
}

.description-list div p span.info {
  //color: #bbb;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.description-list div p span a {
  color: #aae;
  //text-transform: uppercase;
  //font-size: 0.8rem;
}

.description-body ul li, .description-body ol li {
  font-size: 116%;
  line-height: 1.8rem;
  padding-bottom: .9rem;
}

footer ul.footer-menu {
  margin-bottom: 0;
}

footer ul.footer-menu li {
  text-transform: uppercase;
  display: inline-block;
  line-height: 2rem;
  padding-right: 0.8rem;
  vertical-align: middle;
}

footer ul.footer-menu.secondary {
  margin-top: 0;
}

footer ul.footer-menu.secondary li a {
  text-transform: lowercase;
  font-size: 1rem;
  padding-right: 0.8rem;
}

footer ul.footer-menu li ul.footer-menu {
  padding-bottom: 0;
}

footer ul.footer-menu li a i.material-icons {
  padding-right: 0rem;
  margin-right: 0rem;
  font-size: 1.5rem;
}

footer ul.footer-menu li.active a {
  color: #ffffff;
}

nav .nav-wrapper li.langswitch i {
  font-size: 1.4rem;
}

nav .nav-wrapper li.langswitch a:link, nav .nav-wrapper li.langswitch a:active, nav .nav-wrapper li.langswitch a:hover {
  font-size: 1rem;
}

i.left.menuicon {
  margin-right: 0.25rem;
}
i.right.menuicon {
  margin-left: 0.01rem;
}


#nav-mobile-langswitch {
  display: inline-flex;
}

#nav-mobile-langswitch i {
  font-size: 1.4rem;
  padding-top: 0rem;
}

#service p.desc, #service p.desc a.modal-trigger {
  font-size: .8rem;
  margin-top: -.6rem;
  margin-bottom: 0;
}

#habilitation ul li,
#article ul li {
  font-size: 1rem;
  line-height: 2.2rem;
}

#habilitation ul li a, #habilitation ol li a,
#article ul li a, #article ol li a {
  font-size: 1.2rem;
}

#article-text p em {
  font-weight: 300;
}

.parallax-container h5.shadow {
  text-shadow: rgba(0, 0, 0, 1) 2px 2px 3px;
}

.parallax-container h5.shadow span {
  background-color: rgba(150, 150, 150, .4);
  padding: 1rem;
}

div.error p {
  line-height: 130%;
  font-size: 1.64rem;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  img.idpicture {
    width: 90%;
  }

  .collapsible-header span.title {
    padding: 0.85rem;
    line-height: 3rem;
    width: 80%;
  }

  .collapsible-body p {
    padding: 0.5rem 1rem;
    line-height: 1.5rem;
  }

  #nav-mobile-langswitch i {
    font-size: 1.4rem;
    padding-top: 0rem;
  }

}

#bookcovers .bookcover p {
  line-height: 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
}


@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }

  img.idpicture {
    width: 200px;
  }

  .collapsible-header span.title {
    width: 70%;
  }


  .collapsible-body p {
    padding: 0.5rem 1rem;
    line-height: 1.5rem;
  }

  #nav-mobile-langswitch i {
    font-size: 1.4rem;
    padding-top: 1.5rem;
  }

  div.description-list p.title {
    line-height: 1.6rem;
    margin-top: 2rem;
  }

  .service-img {
    min-width: 120px;
    //width:90%;
    padding-top: 1rem;
  }

}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
