/* Scss Document */
body, html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-height: 100%;
  position: relative;
  font-family: 'Padauk', sans-serif;
  padding-top: 1px; }

body {
  min-height: 100%; }

main {
  height: auto;
  overflow: auto;
  position: relative;
  padding-bottom: 180px; }

#footer {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold; }
  #footer .forte {
    font-weight: bold; }
  #footer .inFooter {
    transform: translateY(-50%); }

.buttonA {
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.5rem;
  color: white; }
  .buttonA:hover {
    cursor: pointer; }

a {
  text-decoration: none;
  color: black; }

#header {
  overflow: hidden; }
  #header img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%; }
  #header #logo {
    position: absolute;
    left: 10%;
    height: 115%;
    top: -20px;
    width: auto;
    z-index: 3; }
    #header #logo img {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: auto; }

#headerMenu {
  z-index: 2; }
  #headerMenu #headerMenuIn {
    z-index: 4;
    transform: translateY(-50%); }
  #headerMenu .itemMenu {
    text-align: center;
    line-height: 6;
    font-size: 1.4em;
    font-weight: bold; }
    #headerMenu .itemMenu:hover {
      border-bottom: solid black 8px; }

#baseLine {
  width: 45%;
  height: 100px;
  margin: 460px auto 60px; }
  #baseLine .wrapBL {
    width: 100%;
    height: 50%;
    position: relative; }
    #baseLine .wrapBL .roundBefore {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%); }
    #baseLine .wrapBL .blocPb {
      width: 88%;
      margin-left: 12%;
      height: 100%;
      line-height: 50px;
      font-size: 1.7em;
      font-weight: bold; }

.voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; }

#prezHome {
  box-sizing: border-box;
  border-top-right-radius: 60px;
  padding-right: 201px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75); }
  #prezHome .buttonA {
    position: absolute;
    right: 0%;
    transform: translateX(50%);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75); }
  #prezHome #cherche {
    top: 80px; }
  #prezHome #postule {
    top: 160px; }
