/* Sass Document */
html, body {
  margin: 0px;
  padding: 0px; }

header {
  height: 500px;
  background: url(../img/img_bandeau.png);
  background-repeat: no-repeat;
  /*background-position: right bottom*/
  background-position: center 105px;
  background-size: cover; }

#zoneUtilisateur {
  display: none; }

#zoneIdentitaire {
  background: #000;
  height: 70px; }
  #zoneIdentitaire #logo img {
    height: 70px; }

#zoneMenu {
  height: 30px;
  background: #333333;
  padding-top: 5px; }
  #zoneMenu #sidebar {
    margin: 0px; }
    #zoneMenu #sidebar ul {
      list-style: none;
      display: inline-flex; }
      #zoneMenu #sidebar ul a {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 24px;
        padding-right: 13px;
        text-decoration: none; }
      #zoneMenu #sidebar ul li.current-lang a {
        color: #9B9B9B; }

#zoneMenu .container, #zoneIdentitaire .container {
  max-width: 1024px;
  margin: 0px auto;
  text-align: right; }

article {
  position: relative; }
  article .container {
    max-width: 1024px;
    margin: 0px auto; }

.animVideoPlaylist {
  margin-top: 30px;
  margin-bottom: 30px; }

div.section1 {
  position: absolute;
  top: -225px;
  left: 3%;
  width: 100%;
  max-width: 500px;
  padding: 13px;
  padding-left: 20px;
  background: #000 0% 0% no-repeat padding-box;
  opacity: 0.9; }
  div.section1 p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    font-family: Roboto Condensed, sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000029; }

div.section2 p, div.section3 p {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-family: Roboto Condensed, sans-serif;
  max-width: 730px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

div.section2 {
  background: #E6E6E6;
  opacity: 0.9;
  padding: 75px 20px; }
  div.section2 p {
    text-align: center; }

div.section3 {
  position: relative;
  background: #FAFAFA;
  opacity: 1;
  padding: 80px 0; }
  div.section3 p {
    margin-bottom: 15px;
    color: #333; }
  div.section3:before {
    background-color: transparent;
    width: 126px;
    height: 60px;
    content: url(../img/btn_bottom.svg);
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    padding: 0px;
    margin-left: -76px; }
  div.section3 figure {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px; }
  div.section3 .tablist {
    display: flex;
    justify-content: space-between; }
    div.section3 .tablist button {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      background-color: #DDDDDD;
      padding: 20px;
      margin-top: 3px;
      width: 100%;
      border-right: 3px solid #FAFAFA;
      border-top: none;
      border-bottom: none;
      border-left: none; }
      div.section3 .tablist button:hover {
        background-color: #B1C7D0; }
      div.section3 .tablist button:last-child {
        border: none; }
    div.section3 .tablist button[aria-selected="true"] {
      background-color: #B1C7D0; }

div.section4 {
  position: relative;
  background: #2D4751;
  opacity: 1;
  padding: 75px 0px; }
  div.section4:before {
    background-color: #96C4CA;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    content: url(../img/icons8-handshake-heart-60.png);
    display: block;
    position: absolute;
    top: -41px;
    left: 50%;
    padding: 10px;
    margin-left: -30px; }
  div.section4 h3 {
    color: #FFFFFF; }
  div.section4 p {
    text-align: center; }
  div.section4 a {
    color: #FFFFFF; }
    div.section4 a:hover {
      color: #F2D04D; }

div.section5 {
  background: #FFFFFF;
  opacity: 1;
  padding: 60px; }
  div.section5 p {
    text-align: center; }
  div.section5 a {
    color: #6f6f6f; }
    div.section5 a:hover {
      color: #095797; }
  div.section5 h3 {
    color: #333333; }

div.section6 {
  padding: 20px; }
  div.section6 p {
    color: #6F6F6F;
    font-family: Roboto Condensed, sans-serif;
    text-align: center; }

div.section2 a, div.section3 a, div.section4 a, div.section5 a, div.section6 a {
  font-family: 'Roboto Condensed', sans-serif;
  /*font-weight: 300*/
  font-size: 16px;
  line-height: 24px; }

div.section2 h3, div.section3 h3, div.section4 h3, div.section5 h3, div.section6 h3 {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0px;
  margin-top: 0px; }

div.section2 hr, div.section3 hr, div.section4 hr, div.section5 hr, div.section6 hr {
  width: 60px;
  color: #F2D04D;
  margin: 0 auto;
  background: #f2d04d;
  height: 4px;
  border: none;
  margin-bottom: 20px; }

#footer {
  padding-top: 40px; }
  #footer .logoDivers {
    display: flex;
    justify-content: space-evenly;
    max-width: 700px;
    margin: 0 auto; }
  #footer #logoMees {
    padding-top: 30px; }
  #footer #logoTeluq {
    height: 100px; }
  #footer .row {
    background: #333333;
    margin-top: 40px; }
    #footer .row p {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #FFFFFF;
      padding: 10px;
      text-align: center;
      margin-bottom: 0; }
    #footer .row a {
      color: #fff; }

@media only screen and (max-width: 600px) {
  header {
    height: 330px; }
  div.section1 {
    top: -150px;
    left: 0;
    width: auto; }
    div.section1 p {
      font-size: 18px;
      line-height: 20px; }
  div.section3 .tablist {
    display: initial; }
  #footer .logoDivers {
    display: initial;
    text-align: center; } }
