@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');


body {

font-size: 14px;
  /* min-height: 100vh; */
  background-color: #ffffff !important;
  transition: var(--tran-05);
font-family: 'Fredoka';
}

.box{
  background-color: #fff;
  padding: 19px;
  border-radius: 5px;
  margin-bottom: 10px;
  border:#e6e6e6 dotted 1px
}

.mt-land {
  margin-top: 200px;
}

.politique{
  font-size:12px;
}
.btn-primary {
  background-color: #3d76ad;

}

.btn-primary:hover {
  background-color: #f8f8f8;
  color:#121212
}

.text-primary {
  color: #3d76ad;
}

.main-title {
  color: #3d76ad;
  font-weight: 500;
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}
.noborder{
  border:none !important;
}

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

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

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

.small {
  font-size: 80%;
}

.bx-flxxx {
  margin-bottom: -15px;
}
.puce{
  border:1px solid #3d76ad;
  padding:3px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 18px;
  background: #7e7e7e;
  color:#fff;
  font-weight: 500;
}

.navbar-brand {
	
	color: #202020 !important;
	
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #9b9b9b;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  animation: spin 1s linear infinite;
  /* align-content: center; */
  margin: auto;
  margin-top: 18%;
}

/* .attente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

*/ .attente {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/* background-color: #ffffffab; */
	z-index: 2000;
}

/* .attente::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, transparent, rgba(136, 136, 136, 0.2), transparent);
  animation: shimmer 1.5s infinite linear;
} */

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.pointer {
  cursor: pointer;
}
b{
  font-weight: 600 !important;
}
.text-bold{
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0
}
.input{
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding:5px;
}

.imgover{
  position: absolute;
 right:10%;
 padding: 5px;
background-color: #ffffff;
border-radius: 5px;
}
.navbar-nav a{
  color:#202020 !important;
  border-bottom: 3px solid #fff;
}

.navbar-text{
  color:#6d6d6d !important;
  text-decoration: none;
}
.navbar-text a:hover{
  color:#3d76ad !important;
  
}

.navbar-nav a:hover{
  color:#3d76ad !important;
  border-bottom: 3px solid #3d76ad;
}

#contenu{
  margin-top:80px
}