body {
  padding-top: 1px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4e4e4e;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00448a;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}

a {
  color: #ef382a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.logo-main {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 25px;
  background-color: #fff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px #55285d;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.navlink {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.navlink:hover {
  color: #137bb7;
}

.navlink.w--current {
  font-family: Roboto, sans-serif;
  color: #137bb7;
  font-size: 18px;
  font-weight: 700;
}

.navbar-container {
  margin-top: 35px;
  margin-right: 40px;
  margin-left: 0px;
  float: right;
}

.section-transp {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.right {
  text-align: right;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #313336;
  background-image: linear-gradient(115deg, #00448a, #642355);
  color: #fff;
  text-align: center;
}

.dropdownlist {
  width: 500px;
  background-color: #004580;
}

.dropdownlist.w--open {
  left: 0px;
  width: 300px;
  background-color: #fff;
  box-shadow: 3px -2px 6px -1px #d5d2ca;
}

.submenu {
  color: #137bb7;
}

.submenu:hover {
  color: #000;
}

.submenu.w--current {
  color: #000;
}

.dropdownbox {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.sub-text-main:hover {
  color: #137bb7;
}

.footer-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000;
  font-size: 12px;
}

.text-block {
  color: #fff;
  font-size: 13px;
}

.form-login {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.container-large {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.header-img {
  display: none;
  height: 300px;
  background-image: url('../images/lilly-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-first {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 20px;
  background-color: #fff;
}

.select {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  color: #18181b;
  font-size: 16px;
}

.section-top {
  position: fixed;
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}

.slide1 {
  background-image: url('../images/poster-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/lilly-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-top-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-top-intro-txt {
  width: 50%;
  padding: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.home-top-slider {
  width: 50%;
  margin-top: 0px;
  text-align: right;
}

.section-home-top {
  min-height: 300px;
  margin-top: 0px;
  background-color: transparent;
  background-image: linear-gradient(115deg, #00448a, #642355);
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.section-blue-light {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #137bb7;
  background-image: linear-gradient(106deg, #219cdc, #004690);
  color: #fff;
}

.textinput {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  background-color: #f5f5f5;
  color: #18181b;
  font-size: 16px;
}

.section-top-inside {
  min-height: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-item {
  width: 360px;
  height: 300px;
  margin: 20px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #1b3064;
  text-decoration: none;
}

.quiz-item:hover {
  background-color: rgba(27, 48, 100, 0.8);
}

.logo-div {
  display: inline-block;
  width: 200px;
  margin-left: 40px;
}

.theme-item {
  width: 30%;
  height: 500px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-radius: 10px;
  background-image: url('../images/test-2.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-decoration: none;
}

.theme-item.poster {
  background-image: url('../images/poster-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.theme-item.toolbox {
  background-image: url('../images/sg-toolbox.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.theme-item.errors {
  background-image: url('../images/sg-erreurs.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.theme-item.engagement {
  background-image: url('../images/engagement-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.bloc-poster {
  width: 80%;
  padding: 20px 10px;
  border-radius: 10px 0px 0px;
  background-color: #b70628;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.container1200 {
  max-width: 1200px;
}

.bloc-toolbox {
  width: 80%;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  background-color: #008678;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.bloc-error {
  width: 80%;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  background-color: #652354;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.bloc-poster-eng {
  width: 80%;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  background-color: #137bb8;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.bloc-activite {
  width: 80%;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  background-color: #b70628;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.theme-item-video {
  position: static;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.theme-video {
  position: absolute;
  top: auto;
  z-index: 150;
  display: block;
  width: 250px;
}

.theme-video-bloc {
  position: static;
  width: 100%;
  padding: 20px 20px 20px 10px;
  float: left;
  clear: none;
  border-radius: 0px;
  background-color: #652354;
}

.theme-video-bloc-txt {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.buttton {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #00448a;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.buttton:hover {
  background-color: #fff;
  color: #104f95;
  font-weight: 400;
}

.center {
  text-align: center;
}

.label {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.login-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.h1-gradiant {
  background-image: linear-gradient(106deg, #14a796, #219cdc 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-gradiant2 {
  display: inline-block;
  background-image: linear-gradient(106deg, #219cdc, #004690 80%, #004690 103%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-ehs {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  float: right;
}

.logo-img-ehs {
  max-height: 100px;
}

.second-logo {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}

.submit-log {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #18181b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-log:hover {
  background-color: #fff;
  background-image: linear-gradient(115deg, #137bb7, #00448a);
  color: #fff;
  font-weight: 400;
}

.poster-link {
  position: static;
  bottom: 0px;
  width: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 40px;
  background-color: #b70628;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.poster-link:hover {
  color: #43b1b0;
}

.poster-link-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.login-left2 {
  margin-right: auto;
  margin-left: auto;
  padding: 40px 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 6px solid #fff;
  border-radius: 15px;
  text-align: left;
}

.section-login-def {
  display: block;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 250px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#00448a), color-stop(100%, #642355), color-stop(0, #00448a), to(#3c86dc));
  background-image: linear-gradient(90deg, #00448a, #642355 100%, #00448a 0, #3c86dc);
}

.h1-white {
  color: #fff;
}

.txt-white {
  color: #fff;
}

.section-grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.section-blue-dark {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00448a), to(#642355));
  background-image: linear-gradient(90deg, #00448a, #642355);
}

.head-slogan {
  display: block;
  width: 600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.head-slogan-h1 {
  display: inline-block;
  background-image: linear-gradient(106deg, #219cdc, #004690 80%, #004690 103%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .logo-main {
    margin-top: 0px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    height: 200px;
  }

  .navlink {
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }

  .navlink:hover {
    color: #fff;
  }

  .navlink.w--current {
    color: #fff;
  }

  .navbar-container {
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }

  .dropdownlist {
    width: auto;
  }

  .dropdownlist.w--open {
    position: static;
    width: auto;
    border: 1px none #000;
    box-shadow: -1px 0 3px 1px #e7e1dc, 1px 0 3px 0 #e7e1dc;
    text-align: center;
  }

  .submenu {
    padding-right: 10px;
    padding-left: 10px;
    color: #137bb7;
    text-align: center;
  }

  .submenu:hover {
    color: #000;
  }

  .menu-button {
    height: auto;
    color: #000;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #137bb7;
    color: #fff;
  }

  .nav-menu {
    z-index: 1000;
    overflow: auto;
    width: 100%;
    height: 100vh;
    max-width: 991px;
    margin-bottom: 30px;
    padding-bottom: 100px;
    background-color: #137bb7;
    box-shadow: inset 0 2px 3px 1px #e7e1dc;
  }

  .dropdownbox {
    color: #fff;
    text-align: center;
  }

  .sub-text-main {
    padding-left: 20px;
    color: #fff;
  }

  .sub-text-main:hover {
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .header-img {
    background-position: 50% 50%;
  }

  .section-top {
    position: static;
  }

  .home-top-intro {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-top-intro-txt {
    width: 100%;
  }

  .home-top-slider {
    width: 100%;
  }

  .section-home-top {
    margin-top: 20px;
    padding-top: 0px;
  }

  .quiz-item {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .theme-item {
    width: 45%;
  }

  .container1200 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .login-container {
    max-width: 80%;
  }

  .logo-img-ehs {
    max-height: 80px;
  }

  .second-logo {
    position: relative;
    display: block;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 10px;
    float: left;
  }

  .login-left2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-login-def {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 36px;
  }

  h3 {
    color: #18181b;
    font-size: 26px;
  }

  p {
    font-size: 16px;
  }

  .logo-main {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navbar {
    height: 200px;
  }

  .navbar-container {
    margin-top: 15px;
    margin-right: 0px;
  }

  .section-transp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right {
    text-align: center;
  }

  .submenu:hover {
    color: #000;
  }

  .menu-button {
    margin-top: 10px;
  }

  .footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-login {
    margin-top: 0px;
    padding-top: 0px;
  }

  .header-img {
    background-position: 50% 100%;
  }

  .section-top {
    position: static;
    padding-bottom: 0px;
  }

  .home-top-intro {
    display: block;
  }

  .home-top-intro-txt {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .home-top-slider {
    width: 100%;
    text-align: right;
  }

  .section-blue-light {
    text-align: center;
  }

  .container-flex {
    padding-right: 10px;
    padding-left: 10px;
  }

  .quiz-item {
    width: 260px;
    height: 250px;
  }

  .logo-div {
    height: 180px;
    margin-left: 10px;
  }

  .theme-item {
    width: 45%;
  }

  .theme-video {
    width: 120px;
  }

  .theme-video-bloc-txt {
    font-size: 16px;
  }

  .login-container {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .login-left2 {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-login-def {
    position: static;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .head-slogan {
    width: 100%;
    margin-top: 0px;
  }

  .head-slogan-h1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .logo-main {
    margin-top: 0px;
  }

  .navbar {
    height: 150px;
  }

  .navbar-container {
    margin-top: 5px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .header-img {
    height: 250px;
    margin-top: 0px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .home-top-intro-txt {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-div {
    width: 150px;
    height: 140px;
  }

  .theme-item {
    width: 95%;
  }

  .theme-video {
    width: 120px;
  }

  .theme-video-bloc {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .theme-video-bloc-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .login-container {
    max-width: 90%;
  }

  .logo-img-ehs {
    max-height: 60px;
  }

  .login-left2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-login-def {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .head-slogan-h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
