/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}


body {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color:#494843;
  font-weight: 400;
  background-repeat:no-repeat;
  background-position: center center;
  background-size:cover;
}
body::after {
  clear: both;
  content: "";
  display: table;
  padding-bottom:70px;
}




.box-choice {
  text-align: center;
  margin-top:100px;
}

.box-choice img {
  width:300px;
  max-width: 60vw
}

.box-choice h1 {
font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 49px;
    line-height: 40px;
    padding: 0 20px;
}

.box-choice .logo-partner {
  background-color:rgba(255,255,255,0.1);
  color:rgba(255,255,255,0.3);
  font-size:12px;
  font-weight: 300;
  padding:30px;
  display: inline-block;
  margin-top:50px;
}

.box-choice .box-buttons {
        border: 1px solid #fff;
    padding: 80px 30px 50px 30px;
    margin-top: 70px;
    width: 430px;
    max-width: 82vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.box-choice .box-buttons:before {
    content: "Bienvenue";
    background-color: #494843;
    padding: 0 10px;
    color: #6daaa2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    margin-top: -97px;
    display: block;
    margin-bottom: 49px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.box-choice .box-buttons a:link, .box-choice .box-buttons a:active, .box-choice .box-buttons a:hover, .box-choice .box-buttons a:visited {
    background-color: #ffffff;
    padding: 15px 25px;
    color: #494843;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: fit-content;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 20px;
    text-decoration: none;
}

.box-choice .box-buttons a:hover {
  background-color: rgba(255,255,255,0.75);
}







.box-signin {
  background-color:#fff;
  width: 100vw;
  min-height: 100vh;
}


.box-signin h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    line-height: 40px;
}


.box-signin .bg-semi {
  background-color: #494843;
  height: 50vh;

}

.box-signin .content {
  margin-top: -50vh;
  padding:30px;
  text-align: center;
}

.box-signin a.button-back:link, .box-signin a.button-back:active, .box-signin a.button-back:hover, .box-signin a.button-back:visited {
    background-color: #ececec;
    border-radius: 6px;
    display: inline-block;
    color: #494843;
    text-transform: uppercase;
    font-size: 17px;
    padding: 8px 16px 8px 10px;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    top:35px;
    left:35px;
    position: absolute;
}

.box-signin a.button-back:before {
  display: block;
  content: '<';
  font-size: 24px;
  line-height: 18px;
  float: left;
  padding-right: 3px;
  font-weight: 700;
  font-family: BenchNine;
}

.box-signin a.button-back:hover {
  background-color: rgba(255,255,255,0.75);
}


.box-signin .content .logos {
  padding:30px 0;
}

.box-signin .content .logos img.logoSynpeak {
  width:250px;
  max-width: 40vw;
}

.box-signin .content .logos .logo-partner {
  color: rgba(255,255,255,0.3);
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 0 25px;
    height: 60px;
    max-height: 10vw;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 25px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.box-signin .content .logos .logo-partner img {
        height: 60px;
    width: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.box-signin form  {
      background: #fff;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    margin: 30px auto 0 auto;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 12%);
}

.box-signin form .welcome, .box-signin form .infos {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px;
    border-radius: 5px;
    line-height: 23px;
    background-color: #6daaa2;
}

.box-signin form .welcome .strong{

  font-size: 22px;
  font-weight: 400;
}

.box-signin form .error{

  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.box-signin form .welcome .consignes {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    line-height: 16px;
    display: block;
    padding: 0 55px;
}



.box-signin .gotosignin {
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0 100px 0;
    text-align: center;
}

.box-signin .gotosignin h2 {
    font-size: 18px;
    color: 494843;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-top: 0;
}

.box-signin .gotosignin a:link, .box-signin .gotosignin a:hover, .box-signin .gotosignin a:visited, .box-signin .gotosignin a:active {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    line-height: 23px;
    background-color: #6daaa2;
}



.box-signin form h1 {
  font-size: 24px;
  color: 6daaa2;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}


.box-signin form label {
  color: #494843;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-top: 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

.box-signin form input, .box-signin form select  {
box-shadow: 0 0px 4px rgb(0 0 0 / 18%);
    border: 1px solid #fff;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 200;
    display: block;
    margin: 0px auto 0;
    outline: none;
}

.box-signin form a.lost-password:link, .box-signin form a.lost-password:active, .box-signin form a.lost-password:hover, .box-signin form a.lost-password:visited {
  font-size: 11px;
  font-weight: 300;
  color: #494843;
  display: block;
  margin: 20px 0 0 0;
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box-signin form a.lost-password:hover {
  opacity:0.75;
}

.box-signin form button {
  padding: 8px 8px 8px 15px;
    border: 2px solid #6daaa2;
    background-color: #fff;
    color: #6daaa2;
    font-family: 'Oswald';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 20px;
}

.box-signin form button:after {
    display: block;
    content: '>';
    font-size: 24px;
    line-height: 21px;
    float: right;
    padding-left: 12px;
    font-weight: 700;
    font-family: BenchNine;
}

.box-signin form button:hover {
  opacity:0.75;
}




@media only screen and (max-width: 768px) {

  .box-signin .content .logos {
      padding: 80px 0 10px 0px;
  }
}



