@font-face {
  font-family: "Chillax";
  src: url("/fonts/Chillax_Complete/OTF/Chillax-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Chillax";
  src: url("/fonts/Chillax_Complete/OTF/Chillax-Bold.otf") format("opentype");
  font-weight: 600;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font: 16px/1 "Chillax", sans-serif;
  color: #bcb0a1;
  background: #f7f5f2;
}
* {
  box-sizing: border-box;
}
header {
  width: 100%;
  height: 200px;
  background: transparent url("/img/logo_RPO.png") center center / auto 60% no-repeat;
  display: flex;
  align-items: center;
}
header a {
  text-decoration: none;
  margin-left: 42px;
}
header a:hover {
  text-decoration: underline;
}
header a:visited {
  color: inherit;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1 {
  font-family: "Chillax", sans-serif;
  font-size: 48px;
  margin: 26px 0 64px;
  color: #333;
  font-weight: 400;
}
ul#onglets {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  gap: 5px;
}
ul#onglets li {
  cursor: pointer;
  background: #bcb0a1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
ul#onglets li.selected {
  background: #333;
}
.sepH {
  border: none;
  min-height: 100%;
  width: 2px;
  margin: 0;
  background: #bcb0a1;
}
h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
}
.twoBlocks {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.twoBlocks > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  text-align: center;
  gap: 10px;
  margin: 30px 0 50px;
}
.twoBlocks > div img {
  width: 50px;
}
.twoBlocks > div p {
  color: #333;
  margin: 0;
}
.twoBlocks > div p a {
  color: #666;
  text-decoration: underline;
}
.twoBlocks > div input {
  height: 40px;
  width: 200px;
  padding-left: 40px;
  border-radius: 5px;
  background: #ffffff 10px center / 20px no-repeat;
  border: none;
}
.twoBlocks > div input#identifiant {
  background-image: url("/img/picto_humain_login.png");
}
.twoBlocks > div input#mdp {
  background-image: url("/img/picto_cadena_mdp.png");
}
button {
  background: transparent;
  border: #bcb0a1 1px solid;
  text-transform: uppercase;
  color: #bcb0a1;
  height: 40px;
  width: 120px;
  cursor: pointer;
  margin-top: 15px;
}
button:hover {
  background: #bcb0a1;
  color: #fff;
}
.fullBlock,
.fullBlock2,
.fullBlock3,
.fullBlockPadding {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
}
.fullBlock {
  text-align: left;
}
.autoBlock {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
}
.top10 {
  margin-top: 10px;
}
#titreSecondaire {
  max-width: 940px;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  margin: 35px 0 25px 0;
  padding: 0 15px;
  font-size: 30px;
  line-height: 30px;
}
