@charset "UTF-8";
* {
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: rgb(134, 134, 134) !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  color: rgb(134, 134, 134) !important;
  opacity: 1 !important;
}

.nowrap {
  white-space: nowrap;
}

/* Popup modale de récupération d'identifiants */

#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

html {
  font-size: 11.5px;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  background: #19192e;
  position: relative;
}
#page::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;

  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 68px 0px rgba(0, 0, 0, 0.54);

  z-index: 0;
}


#page::after {
  position: absolute;
  pointer-events: none;
  top: 1.5rem;
  left: 1.5rem;
  width: 50%;
  bottom: 1.5rem;

  background: url('../images/france_2023_bg.png') no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  
  z-index: 0;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  /*background-color: #ffffff;*/
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.bg {
  order: 1;
  width: 100%;
  display: none;
}

header, footer, main {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0rem;
  max-width: 43.43rem;
}

header {
  margin-top: 2rem;
}

div.hr {
  margin: 1.33rem 0;
}

.d-none {
  display: block;
}

#logo {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  margin-bottom: 3.14rem;
  text-align: left;
}

#logo img {
  max-width: 100%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}
#logo_team {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  margin-bottom: 3.43rem;
  text-align: left;
}

#logo_team img {
  max-width: 100%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}

h2 {
  font-family: "Webb Ellis Cup", "Arial", sans-serif;
  margin: 0 0 0.6rem;
  color: #ffffff;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 900;
}

.instructions {
  color: #aeaeae;
  font-size: 1.35rem;
  /*line-height: 1.8;*/
  font-weight: normal;
  margin-bottom: 1.5rem;
  font-family: "Webb Ellis Cup", "Arial", sans-serif;

}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 5px;
  /*border: 1px solid rgb(29, 56, 109); */
  background-color: #fff;
}

#fields .field {
  position: relative;
  margin: 0;
  height: 7.4rem;
}

#fields .field:not(:last-child) {
  border-bottom: 1px solid #c2c2c3;
}

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 100%;
  text-align: center;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}

#fields label img {
  height: 2.5rem;
  width: auto;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.35rem !important;
  font-weight: bold;
  font-family: "Webb Ellis Cup", "Arial", sans-serif !important;
  color: #878787 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 8rem;
  width: calc(100% - 8rem);
  height: 100% !important;
  /* border-bottom: 1px solid #000; */
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 1.75rem 2rem 0 0;
}

#fields input[type=email]:focus, #fields input[type=email].valid, #fields input[type=email].invalid, #fields input[type=text]:focus, #fields input[type=text].valid, #fields input[type=text].invalid, #fields input[type=password]:focus, #fields input[type=password].valid, #fields input[type=password].invalid {
  color: #878787;
  box-shadow: none;
  outline: 0;
  font-weight: bold;
}

#fields input[type=email]+span.label, #fields input[type=text]+span.label, #fields input[type=password]+span.label {
  color: rgb(26, 26, 56) !important;
  font-size: 1.42rem !important;
  font-weight: 900;
  font-family: "Webb Ellis Cup", "Arial", sans-serif !important;
  position: absolute;
  text-align: center;
  left: 8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 0;
}

#fields input[type=email]+span.label.active, #fields input[type=text]+span.label.active, #fields input[type=password]+span.label.active {
  -webkit-transform: translateY(calc(-50% - 12px)) scale(0.9);
  transform: translateY(calc(-50% - 12px)) scale(0.9);
}

#fields input[type=email]:focus:not([readonly]), #fields input[type=text]:focus:not([readonly]), #fields input[type=password]:focus:not([readonly]) {
  box-shadow: none;
  border-bottom-color: transparent;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border: none;
}

.dbl_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.78rem;
  height: fit-content;
}

.button_form {
  height: 4.5rem;
  width: 16.24rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.57rem;
  color: #fff;
  /*background-image: linear-gradient(90deg, rgb(228, 19, 36) 5%, rgb(82,  40,  109) 45%);*/
  background: #fb00d0;
  /*background-size: 200%;*/
  /*background-position: left;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  /*letter-spacing: 0.1rem;*/
  transition: 0.45s cubic-bezier(.175, .885, .32, 1.275);
  margin-right: 3.2rem;
}

.button_form::before {
  content: "";
  height: 4.5rem;
  width: 2.7rem;
  background: url(../images/btn_left_bg.png) no-repeat top right;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -2rem;
  top: 0;
}
.button_form::after {
  content: "";
  height: 4.5rem;
  width: 3.2rem;
  background: url(../images/btn_right_bg.png) no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -2.7rem;
  top: 0;
}

.button_form svg {
  height: 1.81rem;
  width: 1.95rem;
  height: 1.81rem;
  width: 1.95rem;
  fill: #ffffff;
  margin-left: 2.28rem;
  transition: 0.45s cubic-bezier(.175, .885, .32, 1.275);
}

.button_form:hover, .button_form:focus {
  background-position: right;
  font-size: 1.7rem;
}


.button_form:hover svg, .button_form:focus svg{
  transform: scale(1.2);
  margin-left: 0.78rem;
}

#oubli_form {
  text-align: left;
  margin-right: 15px;
}

#oubli_form a {
  /* height: 3.4rem;
  width: 14.13rem; */
  font-family: "Webb Ellis Cup", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.42rem;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* border: 2px solid #353e49; */
  /* border-radius: 10px; */
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #fb00d0;
  opacity: 1;
  text-decoration: none;
  /* background: #353e49; */
  border-bottom: 1px solid;
  /* margin-left: 2rem; */
}

#oubli_form a:hover {
  color: white;
}

.oubli_connexion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

br {
  display: none;
}

@media screen and (max-width:599px) {
  .button_form {
    width: 15.5rem;
  }
  h3 {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    /*background: url(../images/bg.jpg) no-repeat center center;*/
    background-size: cover;
  }

  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    /*background: #ffffffd5;*/
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    /*box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);*/
    min-width: 5v42px;
    border-radius: 4rem;
    padding: 4rem 0;
    /*padding: 2.5rem 2.5rem 2.5rem 0;*/
  }

  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
  }
  br {
    display: block;
  }
}

@media screen and (max-width: 959px) and (max-height: 840px) {
  .bg {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 12px;
  }

  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-position: left center;
    padding: 0;
    /*background: url(../images/bg.jpg) no-repeat 70% center;*/
    background-size: cover;
  }
  #page::after {
    content: "";
  }

  .contenu {
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    box-shadow: none;
    border-radius:0px;
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
  .bg {
    background: transparent;
    background-size: cover;
    order: 1;
    padding-top: 37%;
    display: block;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
  .contenu {
    background: none;
    width: 52%;
    flex: 1 1 52%;
    background-color: transparent;
    position: relative;
  }
}


@media screen and (min-width: 1600px) and (min-height: 910px) {
  html {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
  #page {
    background: #fff;
    display: block;
  }
  .contenu {
    box-shadow: none;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 960px), (-ms-high-contrast: active) and (min-width: 960px) {
  #page {
    min-height: 100vh;
  }
  .contenu, .bg {
    min-height: 100vh;
  }
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}

@supports not (mix-blend-mode: multiply) {
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}

@media screen and (min-width: 2300px) {
  html {
    font-size: 15.5px;
  }
}

@media screen and (min-width: 3200px) {
  html {
    font-size: 16.5px;
  }
}