@import url(module.css);
body {
  background-color: #0e1015;
  color: #e3e4e8;
}

.nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0e1015;
  right: 0;
  z-index: 10;
}
.nav-main h1 {
  float: left;
  color: #918cf2;
  font-weight: 300;
  font-family: "CCF";
}
.nav-main button {
  float: right;
  background-color: #2b2f3b;
  border: none;
  height: 45px;
  border-radius: 8px;
  color: #e3e4e8;
  padding-inline: 40px;
  font-weight: 700;
  cursor: pointer;
}
.main-bx {
  float: left;
  width: 100%;
  margin-top: 150px;
  padding: 10px;
}
.main-bx .text-box {
  float: left;
  width: 100%;
}
.main-bx .text-box h1 {
  float: left;
  width: 100%;
  text-align: center;
  padding-inline: 15%;
}
.main-bx .text-box h1 b {
  color: #918cf2;
}
.main-bx .text-box p {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: #a1a4aa;
  margin-bottom: 50px;
}
.main-bx .text-box button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  padding-inline: 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: black;
  font-weight: 600;
}
.main-2 {
  float: left;
  width: 100%;
  padding-top: 50px;
  margin-top: 50px;
  background-color: #1c2333;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
.main-2 ul {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-inline: 10%;
  z-index: 3;
  position: relative;
}
.main-2 ul li {
  float: left;
  list-style-type: none;
  background-color: #393674;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.main-2 ul li::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #b77cff;
  top: 0;
  left: 10px;
  border-radius: 5px;
  z-index: 4;
}
.main-2 ul li h3 {
  float: left;
  width: 100%;
}
.main-2 ul li p {
  float: left;
  font-size: 15px;
  margin-top: 10px;
}
.main-2 h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-inline: 20%;
}
.footer-main {
  float: left;
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #2b2f3b;
}

.footer-main ul {
  display: flex;
  justify-content: right;
}
.footer-main ul li {
  margin-left: 10px;
  list-style-type: none;
}
.footer-main ul li a {
  text-decoration: none;
  font-size: 13px;
}
.footer-main p {
  font-size: 15px;
}
.body .footer-main {
  background-color: white !important;
}
.body .footer-main ul li a {
  color: #0e1015;
}
.contacts {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  width: 46px;
  height: 46px;
  background-color: #dfdfdf;
  border-radius: 100%;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.contacts i {
  color: #0b183d;
  font-size: 20px;
}
.messages {
  position: fixed;
  bottom: 40px;
  right: 20px;
  top: 60px;
  overflow: hidden;
  z-index: 1100;
  width: 320px;
  background-color: white;
  border-radius: 10px;
  display: block;
  visibility: hidden;
  box-shadow: 0px 0px 4px #009376;
}
.messages .head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #393674;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-inline: 10px;
  color: white;
  font-weight: 600;
}
.messages .head .service {
  float: left;
  margin-right: 5px;
  color: white;
}
.messages .head .abs {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.messages .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.358);
  display: flex;
  justify-content: left;
  align-items: center;
}
.messages textarea {
  width: 100%;
  font-weight: 600;
  padding-inline: 5px;
  outline: none;
  font-size: 16px;
  resize: none;
  color: black;
  border: none;
  min-height: 30px;
  overflow: auto;
}
.messages button {
  width: 50px;
  height: 40px;
  border: none;
  background: inherit;
}
.messages button i {
  color: #393674;
  font-size: 20px;
}
.messages .bloc {
  position: absolute;
  top: 40px;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 6px;
}
.messages .bloc div {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.messages .bloc div p {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #4037372e;
}
.messages .bloc .receive p {
  float: left;
  width: 70%;
  color: black;
  border: 1px solid #b3aeae6b;
}
.messages .bloc .send p {
  float: right;
  width: 70%;
  background-color: #393674;
  color: white;
}
.messages .bloc div b {
  float: left;
  width: 100%;
  font-size: 11px;
  margin-top: 3px;
}
.messages .bloc .send b {
  text-align: right;
}
.fond {
  background-color: rgba(0, 0, 0, 0.379);
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fond .connect {
  width: 400px;
  background-color: #2c3241;
  height: auto;
  position: relative;
}
.fond .connect .head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.352);
  display: flex;
  justify-content: left;
  padding-inline: 10px;
  color: white;
  font-weight: 700;
  align-items: center;
}
.fond .connect .head i {
  position: absolute;
  right: 10px;
  color: white;
  cursor: pointer;
}
.fond .connect .forms {
  margin-top: 40px;
  padding: 20px;
}
.fond .connect .forms label {
  float: left;
  width: 100%;
  color: white;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 14px;
}
.fond .connect .forms input {
  float: left;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  border: 1.5px solid #d2d0d0;
  padding-inline: 10px;
  margin-bottom: 10px;
  color: black;
  outline: none;
  font-weight: 600;
}
.fond .connect .forms input::placeholder {
  font-weight: 400;
  color: gray;
}
.fond .connect .forms .button {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  margin-top: 20px;
  border: none;
  background-color: #6321ed;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.fond .connect .forms p {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.fond .connect .forms p a {
  text-decoration: none;
  color: #9792fb;
  font-size: 13px;
  font-weight: bold;
}
.fond .connect .forms .bottom {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding-inline: 10%;
  color: white;
  font-size: 13px;
  margin-bottom: 30px;
}
.fond .connect .forms .bottom a {
  text-decoration: none;
  color: #9792fb;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.fond .connect .forms input:focus {
  border: 2px solid #8552f4;
  background-color: #6221eda6;
  color: white;
}
.fond .connect .text {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.main-2 .bloc-1 {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-inline: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-2 .bloc-1 img {
  height: auto;
  width: 100%;
}
.main-2 .bloc-1 .div-1 {
  float: left;
}
.main-2 .bloc-1 .div-1 h2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
}
.main-2 .bloc-1 .div-1 p {
  float: left;
  width: 100%;
  font-size: 16px;
}
.main-2 .bloc-1 .div-1 .bx {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  gap: 10px;
}
.main-2 .bloc-1 .div-1 .bx .div {
  background-color: #393674;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
  font-size: 12px;
}
.main-2 .bloc-1 .div-1 .bx .div i {
  background-color: #1c2333;
  padding: 5px;
  border-radius: 100%;
  margin-right: 5px;
}
.main-2 .bloc-2 {
  float: left;
  width: 100%;
  padding-inline: 20%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.main-2 .bloc-2 .div-1 {
  float: left;
  width: 100%;
}
.main-2 .bloc-2 .div-1 div {
  width: 100%;
  float: left;
  background-color: #172f52;
  padding: 20px;
  margin-bottom: 20px;
}
.main-2 .bloc-2 .div-1 div h2 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.main-2 h5 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: 20px;
  padding-inline: 10%;
}
.main-2 .contact {
  background-color: #ccd8dd;
  float: left;
  width: 100%;
  padding: 20px;
}
.main-2 .contact label {
  float: left;
  color: black;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  margin-bottom: 5px;
}
.main-2 .contact input {
  width: 100%;
  height: 45px;
  padding-inline: 10px;
  margin-bottom: 10px;
  border: 1.5px solid #51545b61;
  border-radius: 6px;
  outline: none;
  color: black;
  font-weight: bold;
}
.main-2 .contact textarea {
  width: 100%;
  height: 200px;
  resize: none;
  margin-bottom: 10px;
  padding: 10px;
  color: black;
  border: 1.5px solid #51545b61;
  outline: none;
  border-radius: 6px;
  font-weight: bold;
}
.main-2 .contact button {
  float: left;
  width: 100%;
  height: 45px;
  background-color: #6321ed;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}
.main-2 input:focus {
  border: 2px solid #8552f4;
  background-color: #6221eda6;
  color: white;
}
.main-2 textarea:focus {
  border: 2px solid #8552f4;
  background-color: #6221eda6;
  color: white;
}
.main-2 .bloc-2 h1 {
  color: #6321ed;
}
.body {
  float: left;
  width: 100%;
  position: relative;
  color: #0e1015 !important;
  background-color: white;
}
.nav {
  float: left;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding: 20px;
  background: white;
  z-index: 1000;
}
.nav h1 {
  float: left;
  font-size: 20px;
  color:  #6058f9;
  cursor: pointer;
}
.nav .bloc-menu {
  position: absolute;
  background-color: white;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.135);
  width: 250px;
  border: 1px solid #E5E5E5;
  left: -250px;
  top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.nav .bloc-menu a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #58686C;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}
.nav .bloc-menu .logout {
  color: #dd4b39;
}
.nav .bloc-menu .pay {
  color: #5acca6;
}
.nav .box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .box h3 {
  color: #0b183d;
}
.nav .box .profil {
  background-color: #dfdfdf;
  padding: 5px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 20px;
  cursor: pointer;
  color: #646c82;
  position: relative;
}
.nav .box .profil2  {
  margin-inline: 0;
  margin-right: 20px;
}
.nav .box .profil3  {
  margin-inline: 0;
  margin-right: 0px;
}
.nav .box .profil2 span {
  position: absolute;
  background-color: red;
  top: -10px;
  right: -10px;
  font-size: 13px;
  border-radius: 100%;
  padding: 1px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.nav .box .menu {
  cursor: pointer;
  color: #0b183d;
  position: relative;
}
.main {
  margin-top: 70px;
}
.main .grid {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .grid-1 {
  background-color: white;
  width: 100%;
  padding: 10px;
}
.main .grid-2{
  width: 350px;
  margin-left: 50px;
}
.main .grid-1 .hello {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0b183d;
}
.main .grid-1 .connect {
  color: #58686c;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-top: -10px;
  font-size: 13px;
}
.main .grid-1 .msg {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #0b183d;
}
.main .grid-1 .bloc {
  float: left;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.main .grid-1 .bloc .box {
  height: 150px;
  background-color: #646ef9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
}
.main .grid-1 .bloc .box .bx {
  float: left;
  width: 100%;
}
.main .grid-1 .bloc .box .bx i {
  color: white;
}
.main .grid-1 .bloc .box h5 {
  font-size: 13px;
  margin-bottom: 20px;
  color: white;
}
.main .grid-1 .bloc .box h2 {
  font-size: 20px;
  color: white;
}
.main .grid-1 .h6 {
  float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    color: #0b183d;
}
.main .grid-1 .stats {
  float: left;
  width: 100%;
}
.main .grid-2 h1 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #0b183d;
}
.main .grid-2 .txt {
  float: left;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 11px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.091);
  padding: 10px;
  color: #58686c;
  font-weight: 600;
}
.main-bx {
  float: left;
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.main-bx .code {
  background-color: white;
  width: 800px;
}
.main-bx h1 {
  float: left;
  width: 100%;
  text-align: center;
  color: #0b183d;
}
.main-bx .no-code {
  float: left;
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding: 50px;
}
.main-bx .no-code p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: #58686C;
}
.main-bx .no-code button {
  margin-top: 50px;
  padding-inline: 20px;
  height: 40px;
  border-radius: 6px;
  border: none;
  background-color: #0051ff;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.main-bx .hh1 {
  color: #e3e4e8;
}
.bg-black {
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0000004f;
  display: none;
  justify-content: center;
  align-items: center;
}
.bg-black .forms {
  width: 400px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.bg-black .forms h2 {
  float: left;
  text-align: center;
  width: 100%;
  color: #0b183d;
  padding: 10px;
  margin-bottom: 10px;
}
.bg-black .forms label {
  float: left;
  width: 100%;
  color: #3c3e42;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}
.bg-black .forms input {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1.5px solid #b3aeae6b;
  padding-inline: 10px;
  color: #0b183d;
  font-weight: bold;
  font-size: 13px;
  outline: none;
}
.bg-black .forms select {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1.5px solid #b3aeae6b;
  padding-inline: 10px;
  color: #0b183d;
  font-weight: bold;
  font-size: 13px;
  outline: none;
}
.bg-black .forms input::placeholder {
  color: #58686C;
  font-weight: 500;
}
.bg-black .forms button {
  padding-inline: 20px;
  height: 40px;
  border-radius: 6px;
  border: none;
  background-color: #0051ff;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; 
}
.bg-black .forms .div-1 {
  float: left;
  width: 100%;
}
.bg-black .forms .div-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.bg-black .forms .div-2 .box {
  width: 200px;
}
.bg-black .forms .div-2 .box div {
  border: 2px solid;
  border-color: #0b183d #0b183d #0b183d transparent;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: load 1s infinite linear;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-black .forms .div-2 .box p {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  color: #3c3e42;
}
.main-bx .list-code {
  float: left;
  width: 400px;
}
.main-bx .list-code2 {
  float: left;
  width: 600px;
}
.main-bx .list-code h3 {
  float: left;
  width: 100%;
  color: #0b183d;
}
.main-bx .list-code h3 button {
  padding-inline: 20px;
  height: 40px;
  border-radius: 6px;
  border: none;
  background-color: #0051ff;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; 
  float: right;
}
.main-bx .list-code table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.main-bx .list-code table th,td {
  border: 1px solid #51545b61;
  padding: 10px;
  color: #3c3e42;
}
.main-bx .list-code table th {
  color: #0b183d;
}
.main-bx .list-code table .td {
  text-align: right;
}
.main-bx .box-set {
  width: 600px;
}
.main-bx .box-set .bx {
  float: left;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.main-bx .box-set .bx label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #3c3e42;
  font-size: 13px;
  font-weight: 500;
}
.main-bx .box-set .bx b {
  color: black;
  font-size: 13px;
}
.main-bx .box-set .bx a {
  float: right;
  color: #0051ff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.main-bx .box-set h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #0b183d;
  margin-bottom: 30px;
}
.box-xy {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.box-xy .box-principal {
  width: 600px;
  box-shadow: 0px 0px 4px #00000030;
  padding: 10px;
  margin-bottom: 20px;
}
.box-xy .box-principal h1 {
  float: left;
  width: 100%;
  text-align: center;
  color: #0b183d;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-xy .box-principal label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #3c3e42;
  font-weight: 500;
  font-size: 13px;
}
.box-xy .box-principal .forms {
  float: left;
  width: 100%;
}
.box-xy .box-principal .grid {
  display: grid;
  float: left;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.box-xy .box-principal input {
  float: left;
  width: 100%;
  height: 35px;
  border-radius: 8px;
  border: 1.5px solid #4037372e;
  padding-inline: 5px;
  color: black;
  font-weight: 700;
}
.box-xy .box-principal textarea {
  float: left;
  padding: 5px;
  color: black;
  font-weight: 700;
  width: 100%;
  height: 150px;
  resize: none;
  border-radius: 8px;
  border: 1.5px solid #4037372e;
  margin-bottom: 10px;
}
.box-xy .box-principal button {
  padding-inline: 20px;
  height: 40px;
  border-radius: 6px;
  border: none;
  background-color: #0051ff;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; 
}
.box-xy .box-principal h4 {
  float: left;
  width: 100%;
  color: #0b183d;
  margin-top: 30px;
}
.box-xy .box-principal h4 button {
  float: right;
}
.box-xy .box-principal .vide {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 13px;
  color: #3c3e42;
  text-align: center;
  font-weight: 600;
}
.box-xy .box-principal .tab {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 40px;
}
.box-xy .box-principal .tab p {
  float: left;
  width: 100%;
  border-bottom: 1px solid #4037372e;
  padding: 10px;
}
.box-xy .box-principal .tab p span {
  color: black;
  font-size: 12px;
  font-weight: 600;
}
.box-xy .box-principal .tab p i {
  float: right;
  color: #cf4545;
  cursor: pointer;
}
.registre {
  float: left;
  width: 100%;
  margin-top: 150px;
  padding: 10px;
}
.registre h1 {
  float: left;
  width: 100%;
  text-align: center;
  color: #0b183d;
  font-size: 20px;
  margin-bottom: 20px;
}
.registre input {
  float: left;
  width: 100%;
  height: 35px;
  border-radius: 8px;
  border: 1.5px solid #4037372e;
  padding-inline: 5px;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}
.registre .input {
  float: left;
  width: 100%;
  height: 35px;
  border-radius: 8px;
  border: 1.5px solid #4037372e;
  padding-inline: 5px;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.registre .input input {
  margin-bottom: unset !important;
  border: none !important;
  outline: none !important;
  height: 26px;
}
.registre .input span {
  color: black;
  font-weight: 500;
}
.registre select {
  float: left;
  width: 100%;
  height: 35px;
  border-radius: 8px;
  border: 1.5px solid #4037372e;
  padding-inline: 5px;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}
.registre .grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.registre .form {
  float: left;
  width: 600px;
  box-shadow: 0px 0px 4px #00000030;
  padding: 10px;
  margin-bottom: 20px;
}
.registre .group {
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
}
.registre label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #3c3e42;
  font-weight: 500;
  font-size: 13px;
}
.registre button {
  padding-inline: 20px;
    height: 40px;
    border-radius: 6px;
    border: none;
    background-color: #0e1015;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.footer-main-2 {
  background: white;
}
.footer-main-2 p {
  color: #0e1015;
}
.footer-main-2 ul li a {
  color: #0e1015;
  font-size: 13px;
}

#dialog_alert {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 120000;
  background-color: #0000006e;
  display: none;
  justify-content: center;
  align-items: center;
}

#dialog_alert div {
  width: 300px;
  padding: 20px;
  background: white;
  border-radius: 20px;
}
#dialog_alert div h3 {
  float: left;
  width: 100%;
  color: #b11d1d;
}
#dialog_alert div p {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #595656;
  margin-bottom: 20px;
  font-size: 15px;
}
#dialog_alert div a {
  float: right;
  text-decoration: none;
  font-weight: 900;
  color: #2656ff;
}

.bg-load-2 {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #3d333373;
}

.bg-load-2 .center {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  animation: rotatee2 1s linear infinite;
  background: white;
  box-shadow: 0px 0px 10px #3f3f3f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-load-2 .center div {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotateex 2s linear infinite;
  position: relative;
}
@keyframes rotatee2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotateex {
  100% {
    transform: rotate(0deg);
    width: 0px;
    height: 0px;
  }
  90% {
    width: 6px;
    height: 6px;
  }
  80% {
    width: 12px;
    height: 12px;
  }
  70% {
    width: 18px;
    height: 18px;
  }
  60% {
    width: 24px;
    height: 24px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  40% {
    width: 24px;
    height: 24px;
  }
  30% {
    width: 18px;
    height: 18px;
  }
  20% {
    width: 12px;
    height: 12px;
  }
  10% {
    width: 6px;
    height: 6px;
  }
  0% {
    transform: rotate(-360deg);
    width: 0px;
    height: 0px;
  }
}
.bg-load-2 b {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 100%;
}
.bg-load-2 b:nth-child(1) {
  left: 0;
  top: 0;
  background-color: #0b78e3;
}
.bg-load-2 b:nth-child(2) {
  right: 0;
  top: 0;
  background-color: #3ed03e;
}
.bg-load-2 b:nth-child(3) {
  right: 0;
  bottom: 0;
  background-color: #0b78e3;
}
.bg-load-2 b:nth-child(4) {
  left: 0;
  bottom: 0;
  background-color: #3ed03e;
}
.login input {
  height: 45px;
  margin-bottom: 20px;
}
.login a {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  color: #0e1015;
}

.box-xy .box-principal .alert {
  float: left;
  width: 90%;
  background-color: #ffc107;
  color: #343a40;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-inline: 5%;
}

.box-xy .box-principal .alert.error {
  float: left;
  width: 90%;
  background-color: #dc3545;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-inline: 5%;
}

#toast {
  position: fixed;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #28a745;
  color: white;
  border-radius: 4px;
}
.box-xy .box-principal .img {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.box-xy .box-principal .img img {
  width: 100px;
  margin-left: 10px;
  float: left;
  object-fit: cover;
}
.main-bx .notices {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.main-bx .notices .div {
  float: left;
  width: 100%;
  padding: 15px;
  background: white;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px #d7d7d7;
  border-radius: 10px;
}
.main-bx .notices .div p {
  float:left;
  width: 100%;
}
.main-bx .notices .div span {
  float:left;
  width: 100%;
  margin-top: 10px;
}

.messages .bloc .send .load {
  border: 2px solid #27da7d;
  border-left-color: transparent;
  width: 15px;
  height: 15px;
  float: right;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 10px;
  animation: rotatee 3s linear infinite;
}

.messages .bloc .send .echec {
  width: 15px;
  height: 15px;
  float: right;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 10px;
}
.messages .bloc .send .echec::before {
  content: "❌";
}
@keyframes rotatee {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contacts b {
 position: absolute;
    background-color: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; 
}