/* General rules and utility classes */
/* * {
	font-family: 'Roboto', sans-serif;
} */

body {
	position: relative;
}

* {
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

.main-bg {
  background-color: #0e1c36;
}

.secondary-bg {
  background-color: rgb(86, 241, 189);
}

.third-bg {
	background-color: #5868bf;
	color: white;
}

.separator {
	border: 2px solid rgb(86, 241, 189);
	width: 80%;
}

/* Id to point the container for the page to fadein and out */
#fade {
	opacity: 0;
	transition: opacity 3s;
	transition-timing-function: ease
}

/* End General rules and utility classes */
   
/* formulaire */
.btn-color{
	background-color: #0e1c36;
	color: #fff;
	
  }
  
.profile-image-pic{
	height: 300px;
	width: 300px;
	object-fit: cover;
}
  

  
.cardbody-color{
	background-color: #ebf2fa;
}
  
a{
 text-decoration: none;
}


/* nav */
.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* block accueil */

.col-inner {
	background-color: #AEC5EB;
	height: 180px;
	margin: 10px 0;
	border-radius: 5px;
  }

#content-home {
	  padding-top: 40px
  }

/* home */
#logo {  
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
}

#changePage {
	display: flex;
	justify-content: center;
	align-items: center;
}

#btn-home {
	position: absolute;
}

@keyframes floating {
	from { transform: translate(0,  0px); }
	65%  { transform: translate(0, 15px); }
	to   { transform: translate(0, -0px); }    
}
/* rules */

.theme-container {
    padding: 2.75rem;
    margin-bottom: 1.5rem;
    background-color: rgba(0, 123, 255, .15);
    border: 1px solid rgba(0, 123, 255, .2);
	width: 80%;
	height: 650px;
	border-radius: 10px;
}

/* Game configuration back office rules */

.config-img-container {
	max-height: 350px;
	overflow: hidden;
}

/* form div {
	margin: 1em 0;
} */
  
/* Last page */

#finalMessage {
	height: 100vh;
}

/* Lot back office */

.img-lot {
	width: 15%;
}

/* Statistiques */

.round {
	width: 150px;
	height: 150px;
	padding: 5rem;
	border: 2px solid rgb(86, 241, 189);
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color:#0e1c36;
}