* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* overflow-y: hidden;
	overflow-x: hidden; */
}
footer {
	background-color: #c7c7c7;
	border-top: 1px solid #793ee3;
}
.erreurlog {
	position: absolute !important;
	z-index: 5 !important;
}
.logo {
	width: 200px;
}
.violet,
.text-violet {
	color: #803ce4;
}
.bg-violet {
	background-color: #803ce4;
}
.btn-violet {
	background-color: #793ee3 !important;
	min-width: 100px;
	text-decoration: none;

	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item.active .page-link {
	border-color: #793ee3 !important;
}
.close {
	margin-right: 0;
	margin-left: auto;
}
.divcomin {
	position: relative;
	bottom: 0;
}
/* main {
	min-height: 100vh;
} */
.verifPas {
	color: red;
	display: none;
}
.barre-lat {
	min-height: 80vh;
}
.vert {
	color: #2aada7;
}
.bg-vert {
	background-color: #eeeeee;
}
.gris {
	color: #2aada7;
}
.cache {
	display: none;
}
main {
	height: 92vh;
}
.bg-gris {
	background-color: #eeeeee;
}
.carre-un {
	height: 150px;
	border-radius: 5px;
	box-shadow: 5px 5px 15px grey;
	margin: 25px !important;
}
h2 {
	font-size: 1.2em;
}
h1 {
	padding-left: 50px !important;
}
.transparent {
	background-color: rgba(255, 255, 255, 0.767);
}
.fondtrans {
	width: 40vw;
	overflow-y: hidden;
}
.fondtrans {
	width: 25vw;
	overflow-y: hidden;
}
.navbarBase {
	border-bottom: 1px solid #793ee3;
}
.padforce {
	padding-left: 30px !important;
}
.btn-vert {
	background-color: #a0f9e8;
	color: #793ee3 !important;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
}
#fond-connexion {
	background-image: url("../../images/fond77.png");
	background-size: cover;
	/* background-attachment: fixed;
	background-position-y: 5vw; */
}
.main-connexion {
	padding-top: 25vh;
}
/* .main-connexion{
    padding-top: 15vw;
} */
@media (max-width: 992px) {
	.logo {
		width: 25vw;
	}
	.icones-social {
		font-size: 0.8em;
	}
	.fondtrans {
		width: 80%;
	}
	input {
		/* font-size: 10em; */
		width: 90% !important;
	}
	button {
		width: 90% !important;
	}
	.btn-link {
		padding-left: 2px;
		padding-right: 2px;
	}
	.main-connexion {
		padding-top: 10vh;
		background-position: right;
	}
	footer {
		font-size: smaller;
	}
}
