
HTML {
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
BODY {
  overflow-x: hidden;
  background-color: #F0F0F0;
}
.header-top-bar NAV {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-top-bar NAV.sub-nav {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #E0E0E0;
}
IMG.header-top-bar__logo {
  margin-left: 0px;
  margin-top: 14px;
  height: 33px;
}
UL.list-inline LI {
  margin: 0;
  padding: 10px 40px;
  display: inline-block;
}
NAV {
  height: 64px;
  line-height: 64px;
}
NAV UL A.icono {
  padding: 0 10px;
}
NAV.white.black-text UL A.trigger-menu-user:hover {
  background-color: #FFFFFF;
  -moz-box-shadow: inset 0px -3px #FFFFFF;
  -webkit-box-shadow: inset 0px -3px #FFFFFF;
  box-shadow: inset 0px -3px #FFFFFF;
  line-height: 62px;
  padding-bottom: 0px;
}
NAV.white.black-text UL A:hover {
  background-color: #FFFFFF;
  -moz-box-shadow: inset 0px -3px #00437D;
  -webkit-box-shadow: inset 0px -3px #00437D;
  box-shadow: inset 0px -3px #00437D;
}
NAV.white.black-text UL LI LI A:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
NAV.white.black-text UL LI A.active {
  background-color: #FFFFFF;
  -moz-box-shadow: inset 0px -3px #00437D;
  -webkit-box-shadow: inset 0px -3px #00437D;
  box-shadow: inset 0px -3px #00437D;
}
NAV.white.black-text LI A {
  color: #424242;
  padding-left: 24px;
  padding-right: 24px;
}
NAV.white.black-text.sup-nav A {
  padding-left: 8px;
  padding-right: 8px;
}
NAV.white.black-text.sup-nav UL A:hover {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
NAV.white.black-text LI A.trigger-menu-user {
  padding-left: 24px;
  margin: 0;
}
NAV.blue .nav-wrapper .right A.dropdown-triggerA I.material-icons.alert {
  padding-right: 8px;
}
NAV A {
  color: #424242;
}
NAV .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0px;
}
@media (min-width: 993px) {
  NAV A {
    color: #FFFFFF;
  }
  NAV.white.sup-nav .sidenav-trigger {
    display: none;
  }
  NAV.white.sub-nav .nav-wrapper .sidenav-trigger {
    display: block;
  }
}
@media (max-width: 1024px) {
  DIV.nav-wrapper {
    /*+box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;*/
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  }
}
@media (max-width: 992px) {
  IMG.header-top-bar__logo {
    margin-left: 40px;
  }
  .white.black-text {}
  NAV UL A:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  NAV UL A:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  NAV DIV.nav-wrapper UL.right LI.hidden-sm {
    display: none;
  }
  NAV.sub-nav {
    display: none;
  }
}
@media (max-width: 600px) {
  NAV {
    height: 56px;
    line-height: 56px;
  }
}
#main-wrapper {
  min-height: calc(100vh - 415px);
  background-color: #FFFFFF;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  line-height: normal;
}
#main-wrapper > .container-fluid {
  padding: 80px 0 88px;
  border-bottom: 1px solid black;
}
#main-wrapper > .container-fluid > .row {
  padding: 0;
  margin: 0;
}
#main-wrapper H1, #main-wrapper H2, #main-wrapper H3, #main-wrapper H4, #main-wrapper H5, #main-wrapper H6 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #003F7B;
}
#main-wrapper H1 {
  font-size: 40px;
}
#main-wrapper H2 {
  font-size: 24px;
  margin-bottom: 32px;
  margin-top: 16px;
  min-height: 50px;
}
#main-wrapper H2:after {
  content: " ";
  position: absolute;
  border-bottom: 1px solid black;
  bottom: -16px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
#main-wrapper H3 {
  font-size: 24px;
}
#main-wrapper H4 {
  font-size: 16px;
}
#main-wrapper .ico {
  margin-top: 24px;
}
#main-wrapper .texte P {
  font-size: 18px;
}
#main-wrapper .block-cite {
  min-height: 80px;
  text-align: center;
}
#main-wrapper CITE {
  font-size: 28px;
  position: relative;
  font-weight: 600;
  color: #555;
  display: block;
  margin: 0 auto;
  z-index: 999;
}
#main-wrapper CITE:before {
  position: absolute;
  display: block;
  content: " ";
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  background-image: url(../img/verba.png);
  z-index: -1;
}
#main-wrapper CITE:after {
  position: absolute;
  display: block;
  content: " ";
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: -40px;
  background-image: url(../img/verbaout.png);
  z-index: -1;
}
#main-wrapper .img {
  margin-top: 24px;
}
#main-wrapper .separateur {
  width: 50%;
  margin: 20px auto;
  position: relative;
}
#main-wrapper .separateur SPAN {
  width: 50%;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
}
#main-wrapper .separateur:before {
  content: "  ";
  border-bottom: 1px solid black;
  width: 80%;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -40%;
}
#main-wrapper TD, #main-wrapper TH {
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 18px;
}
.container-fluid .container {
  width: 100%;
}
@media (max-width: 960px) {
  #main-wrapper > .container-fluid {
    padding: 24px 0;
    border-bottom: 1px solid black;
  }
  #main-wrapper H1 {
    font-size: 24px;
  }
  #main-wrapper H2 {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 8px;
    min-height: 50px;
  }
  #main-wrapper CITE {
    font-size: 20px;
  }
  #main-wrapper CITE:before {
    position: absolute;
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    top: -20px;
    left: -4px;
    background: url(../img/verba.png) 0 0 / contain;
    z-index: -1;
  }
  #main-wrapper CITE:after {
    position: absolute;
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -4px;
    background: url(../img/verbaout.png) 0 0 / contain;
    z-index: -1;
  }
  #main-wrapper .icone {
    width: 40px;
  }
  #main-wrapper .devoirs .texte P {
    height: 110px;
  }
}
@media (max-width: 768px) {
  #main-wrapper .texte P {
    text-align: center;
    font-size: 18px;
    height: 80px;
  }
  #main-wrapper .prof-solo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  #main-wrapper > .container-fluid {
    padding: 16px 0;
    border-bottom: 1px solid black;
  }
  #main-wrapper .texte P {
    text-align: center;
    font-size: 18px;
    height: auto;
  }
  #main-wrapper .devoirs .texte P {
    height: auto;
  }
}
FOOTER.page-footer IMG.logo {
  max-width: 200px;
}
FOOTER.page-footer H6 {
  font-size: 18px;
}
FOOTER.page-footer UL LI {
  padding-bottom: 14px;
}