body {
  background: #fff;
}
#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 40px;
  border-radius: 10px;
}
#register {
  color: #007bff;
}
h1 {
  text-align: center;
}
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  -webkit-appearance: none;
}
.tab input:focus {
  border: 1px solid #007bff !important;
  outline: none;
}
input.invalid {
  border: 1px solid #e03a0666;
}
.tab {
  display: none;
}
button {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  outline: none !important;
}
#prevBtn {
  background-color: #bbbbbb;
}
.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.step {
  height: 50px;
  width: 50px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #007bff;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  color: #fff;
  background: #007bff;
  opacity: 1;
}
.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.thanks-message {
  display: none;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff;
  border-radius: 0.75rem;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.block {
  border: 1px solid #eee;
  padding: 15px;
}
p {
  font-size: 13px;
	margin-bottom: 15px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bouton_a{
	font-size: 15px;
    color: #007bff !important;
    padding: 10px;
    margin-top: 10px !important;
	float: right;
	cursor: pointer;
}

@media (max-width: 991px) {
   .block {
    border: 1px solid #eee !important;
    
}
  }
.bouton_fermer{
    float: right;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 15px;
    background: #d81313;
}
