    *,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
button {
  border: none;
  outline: none;
  background: none;
  
}

.tip {
  font-size: 20px;
  margin: 40px auto 50px;
  text-align: center;
}

.cont {
  overflow: hidden;
  position: relative;
  width: 1100px;
  height:620px; /*471--681px*/
  margin: 0 auto 100px;
  background: #fff;    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.form {
  position: relative;
  width: 640px;
  height: 100%;
  transition: transform 1.2s ease-in-out;
  padding: 50px 30px 0;background: #ebf6f8;
}

.sub-cont {
  overflow: hidden;
  position: absolute;
  left: 640px;
  top: 0;
  width: 1100px;
  height: 100%;
  padding-left: 460px;
  background: #fff;
  transition: transform 1.2s ease-in-out;
}
.cont.s--signup .sub-cont {
  transform: translate3d(-640px, 0, 0);
}

button {
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 36px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 460px;
  height: 100%;
  padding-top: 360px;
}
.img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1100px;
  height: 100%;
  background-image: url("../images/Backlogin.jpg");
  background-size: cover;
  transition: transform 1.2s ease-in-out;
}
.img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
}
.cont.s--signup .img:before {
  transform: translate3d(640px, 0, 0);
}
.img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 18px;
  text-align: center;
  color: #fff;
  transition: transform 1.2s ease-in-out;
}
.img__text h2 {
  margin-bottom: 10px;
  font-weight: normal;color: #fff;
}
.img__text p {
  font-size: 14px;
  line-height: 1.5;color: #fff;
}
.cont.s--signup .img__text.m--up {
  transform: translateX(520px);
}
.img__text.m--in {
  transform: translateX(-520px);
}
.cont.s--signup .img__text.m--in {
  transform: translateX(0);
}

.img__btn { overflow: hidden; z-index: 2; position: absolute; width: 50%; min-height: 41px; margin: 0 auto; background: #0000; color: #fff; text-transform: uppercase; font-size: 15px; cursor: pointer; bottom: unset; left: 25%; right: 25%; top: 214px; font-weight: 700; }
.img__btn:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 3px;
}
.img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 1.2s;
  z-index: 9999999999999;
}
.img__btn span.m--in {
  transform: translateY(-72px);
}
.cont.s--signup .img__btn span.m--in {
  transform: translateY(0);
}
.cont.s--signup .img__btn span.m--up {
  transform: translateY(72px);
}

h2 {
  width: 100%;
  font-size: 25px;
  text-align: center;
}

label { display: block; margin: 20px auto 0; text-align: left; }
label span {
  font-size: 12px;
  color: #092a5e;
  text-transform: uppercase;
}

input { background: #fff;display: block; width: 100%; margin-top: 3px; padding-bottom: 1px; font-size: 16px; border: 1px solid #00000024; text-align: left; height: 50px; border-radius: 5px; padding-left: 10px; color: #676666; font-weight: 500; }

.forgot-pass {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #cfcfcf;
}

.submit {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #d4af7a;
  text-transform: uppercase;
}

.fb-btn {
  border: 2px solid #d3dae9;
  color: #8fa1c7;
}
.fb-btn span {
  font-weight: bold;
  color: #455a81;
}

.sign-in {
  transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
  transition-timing-function: ease-in-out;
  transition-duration: 1.2s;
  transform: translate3d(640px, 0, 0);
}

.sign-up {
  transform: translate3d(-900px, 0, 0);
}
.cont.s--signup .sign-up {
  transform: translate3d(0, 0, 0);
}

.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}
.FooterLogo {  max-height: 80px; }
/******************************************************************/
.connexion label { width: 50%; } 
.inscription label { width: 100%; } 
@media only screen and (min-width: 769px)
{
.about-view.OpenFolder {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.42857143;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    touch-action: manipulation;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    height:46px;
    background-color: #fac41d;
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 30px;
	margin-top: 42px;
}
}
#login { margin-top:50px;margin-bottom:-50px;}
.qodef-st-inner h2 { font-size: 35px; line-height: 1.092307692307692em; font-weight: 400; letter-spacing: -.05em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } 
.qodef-st-title { color: #00a1df; }
.qodef-section-title-holder .qodef-st-text { margin: 12px 0 0; }
.BlocTexteHeader { text-align: center; margin-top: -21px; margin-bottom: 37px; }
.forgot-pass {margin-bottom: -35px;}
@media (max-width: 824px)
{
.cont { width: 100%; float: left; height: max-content; margin: auto; transition: none;padding-bottom: 108px;}
.form { width: 100%; float: left; height: max-content; position: relative; left: auto; top: auto; transition: none; border-bottom: 1px solid #092a5e; padding-bottom: 29px;padding-left: 5px; padding-right: 5px; }
.sub-cont { width: 100%; float: left; height: max-content; position: relative; left: auto; top: auto; transition: none; display: block; padding: inherit; }
.sign-up { transform: none;}
label { width: 100% !important; }
.img{display: none;transition: none;}
.inscription{margin-bottom: 51px;}
.FooterLogo { margin-top: 15px; }
.container { padding-right: auto; padding-left: auto; margin-right: auto; margin-left: auto; }
.submit { width: 80% !important; color: #092a5e; background-color: #fac41d !important; border-radius: 3px; font-size: 16px; font-weight: bold; cursor: pointer !important; text-decoration: none !important; line-height: 1.42857143 !important; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important; transition: all 300ms ease-out !important; text-transform: uppercase !important; height: 55px !important; margin-bottom: 6px !important; }
}
@media only screen and (min-width: 801px) and (max-width: 826px)
{
	#login { margin-bottom: 353px !important; }
}
