/* .sarthe-tuteur-home , .public-page {
	background-image: url('/sarthe/Stage-3eme-sarthe-background.webp');
	background-size: contain;
	background-color: #45b8a1;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}
.sarthe-tuteur .panel-heading {
	background-color: #45b8a1;
}

.sarthe-tuteur.private-page footer, .sarthe-tuteur.private-page img.ronds{
	display:none;
}
.navbar-fixed-top {
	background-color: #45b8a1 !important;
}

.logo {
	margin-top: 15px;
	text-align: center;

}
.logo.sarthe {
	background-color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.internship-form, .login{
	z-index: 11;
}
.logo img {
	width: 18%;
	min-width: 100px;
	max-width: 250px;
}

.btn-success, .button-ok, .button-loiret, .button-standard{
	background-color: #007d2d;
}
.btn-success:focus, .button-ok:focus, .button-loiret:focus, .button-standard:focus{
	background-color: #00632c;
}
.btn-faq{
	background-color: #953d8f;
	border-color: #7C2578;
}
.btn-faq:focus, .btn-faq:hover{
	border-color: #7C2578;
	background-color: #BC58B5;
}

img.ronds {
	display: block;
	width: 540px;
	min-width: auto;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-radius: 50%;
	margin-bottom: -180px;
	margin-right: -200px;
}

.faq-content {
	background-color: #fff;
	margin-top: 25px;
	z-index: 98; 
}

img.slogan-image {
	margin: 0 auto;
}

@media (min-width: 480px) and (min-aspect-ratio: 8/5) {
	.sarthe-tuteur-home, .public-page {
		background-image: url('/sarthe/background.webp');
		background-size: cover;
	}
  } */