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

body {
  font-family: "Cabin", sans-serif;
  color: #000000;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

header {
  justify-content: space-around;
}
header div {
  justify-content: space-around;
}

.no-margin {
  margin: 0;
}

div {
  margin: 20px 0 20px 0;
}
div .large-25 {
  justify-content: center;
}

.hidden {
  display: none;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.tr-space-between {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.--align-center {
  align-items: center;
}

.--text-center {
  text-align: center;
}

.--justify-center {
  justify-content: center;
}

.--justify-around {
  justify-content: space-around;
}

.logo {
  height: 150px;
}

.img-plus-input {
  position: absolute;
  top: 31px;
  right: -32px;
}

.img-plus-select {
  position: absolute;
  top: 48px;
  right: -32px;
}

.container-img-plus {
  position: relative;
}
.large-20{
  width: 20%;
}
.large-24 {
  width: 24%;
}

.large-25 {
  width: 25%;
}

.large-33 {
  width: 33%;
}

.large-50 {
  width: 50%;
}

.large-75 {
  width: 75%;
}

.large-95 {
  width: 95%;
}

.large-100 {
  width: 100%;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-29 {
  margin-top: 29px;
}

.form-small {
  height: 150px;
}

input[type=text],
input[type=password],
input[type=submit],
select {
  width: 200px;
  height: 30px;
  margin: 5px 0 5px 0;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  accent-color: #000000;
}

.--textarea-pseudos {
  width: 216px;
}

label {
  margin-left: 20px;
}

option {
  background-color: #ffffff;
  color: #000000;
  border-color: 2px solid #000000;
}

.hidden {
  display: none;
}

.form-medium-center {
  text-align: center;
  height: 434px;
}

.form-medium-standard {
  height: 500px;
}

.medium-checkbox {
  height: 434px;
}
.medium-checkbox input[type=checkbox] {
  accent-color: #000000;
}

fieldset {
  padding-left: 30px;
}
fieldset.--equipe-nationale, fieldset.--club {
  margin-top: 29px;
}

.--align-end {
  align-items: end;
}

.bloc-medium {
  background-color: gray;
  border: 20px solid gray;
  justify-content: center;
  width: 24%;
}
.bloc-medium table {
  height: 280px;
}
.bloc-medium table tr,
.bloc-medium table th,
.bloc-medium table td {
  height: 28px;
}
.bloc-medium table input,
.bloc-medium table select {
  margin: 27px 0 1px 0;
}

.bloc-large {
  background-color: gray;
  border: 20px solid gray;
  justify-content: center;
  width: 48%;
}
.bloc-large table {
  height: 280px;
}
.bloc-large table tr,
.bloc-large table th,
.bloc-large table td {
  height: 28px;
}
.bloc-large table input,
.bloc-large table select {
  margin: 27px 0 1px 0;
}

.bloc-connexion {
  background-color: gray;
  border: 20px solid gray;
  justify-content: center;
  width: 24%;
}
.bloc-connexion form {
  text-align: center;
  height: 350px;
}
.bloc-connexion form table {
  height: 280px;
}
.bloc-connexion form table tr,
.bloc-connexion form table th,
.bloc-connexion form table td {
  height: 28px;
}

.bloc-mini {
  background-color: gray;
  border: 20px solid gray;
  justify-content: center;
  width: 100%;
  height: 257px;
}
.bloc-mini form {
  text-align: center;
  height: 144px;
}
.bloc-mini form table {
  height: 280px;
}
.bloc-mini form table tr,
.bloc-mini form table th,
.bloc-mini form table td {
  height: 28px;
}

.btn,
button {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  border-radius: 5px;
  width: 200px;
  height: 30px;
  cursor: pointer;
}

.btn:hover,
button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

@media all and (min-width: 1280px) {
  .large-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .--large-justify-center {
    justify-content: center;
  }
}
@media all and (max-width: 1279px) {
  .small-100 {
    width: 100%;
  }
  .small-90 {
    width: 90%;
  }
  .small-50 {
    width: 50%;
  }
  .form-medium-standard {
    height: auto;
  }
  .small-size-80 {
    font-size: 80px;
  }
  .img-plus-input {
    position: absolute;
    top: 54px;
    right: -81px;
  }
  .img-plus-input img {
    height: 80px;
  }
  .--textarea-pseudos {
    width: 100%;
    height: 280px;
    font-size: 80px;
  }
  .bloc-large table {
    height: auto;
  }
  input[type=text],
  input[type=password],
  input[type=submit],
  input.btn,
  button,
  select {
    width: 100%;
    height: 140px;
    font-size: 50px;
  }
  input[type=checkbox] {
    height: 80px;
    width: 80px;
  }
  .small-font-80 {
    font-size: 80px;
  }
  h1,
  h3 {
    font-size: 60px;
  }
  .bloc-connexion form {
    height: 550px;
  }
  .bloc-mini {
    margin-bottom: 80px;
    height: 550px;
  }
  .bloc-medium {
    margin-bottom: 80px;
    height: auto;
  }
  .bloc-medium form {
    height: auto;
    width: 100%;
  }
  .bloc-medium table {
    width: 100%;
  }
  .small-hidden {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */