@charset "UTF-8";
/* @override 
	https://register-fipadoc.festicine.pro/fipadoc/css/festival.css?* */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700;900&display=swap");
h1, h2, h3, h4, h5, h6 {
	font-family: 'Heebo', sans-serif;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
}

body {
	font-weight: 400;
}

/* @group #tete */

#tete {
	background-color: #333;
	min-height: 90px;
	line-height: 20px;
	color: #ccc;
}

#tete a {
	color: rgba(255, 255, 255, 0.6);
}

#tete a:hover {
	color: white;
}

#tete img {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 30px;
	height: 70px;
}

#tete .container {
	position: relative;
	background-color: #000;
	min-height: 90px;
}

#tete h1 {
	color: #ffffff;
	font-size: 24px;
	margin-top: 14px;
	margin-bottom: 6px;
	margin-left: 0;
	text-align: left;
	text-shadow: 0 0 8px #000000;
	padding: 2px 8px 8px 0;
	text-transform: uppercase;
}

#tete .pull-left p {
	margin-left: 0;
	letter-spacing: 1px;
	font-size: 12px;
}

#tete .pull-right {
	text-align: right;
}

#tete .user {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: white;
}

#tete .user .fa {
	font-size: 12px;
}

#tete .lien-deconnexion {
	margin-top: 2px;
	font-size: 12px;
}

#tete .lien-retour {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 12px;
}

/* @end */

/* @group #contenu */

#contenu {
	background-color: white;
	padding: 30px;
	font-size: 16px;
}

#contenu h1 {
	font-weight: 900;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 30px;
	padding: 3px 10px 5px 0;
	background-color: transparent;
	text-transform: uppercase;
}

#contenu h1 small {
	color: rgba(255, 255, 255, 0.75);
}

#contenu h2 {
	font-weight: 900;
	font-size: 24px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#contenu h3 {
	font-weight: 900;
	margin-top: 0;
	color: #3f3f3f;
	margin-bottom: 20px;
	font: 24px/24px 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contenu h4 {
	font-size: 36px;
	font-weight: 200;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	line-height: 36px;
}

#contenu h5 {
	font-size: 24px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 200;
	padding-bottom: 2px;
}

#contenu h5 span {
	border-bottom: 2px solid #c0e6ef;
}

#contenu h6 {
	font-weight: bold;
	margin-top: 15px;
	font-size: 18px;
	color: #3f3f3f;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#contenu h6 span {
	display: inline-block;
	border-width: 0;
}

#contenu .well {
	background-color: #fffbf0;
}

#contenu .well p:last-child {
	margin-bottom: 0;
}

/* @end */

.form-horizontal fieldset:not(:first-of-type) {
	margin-top: 30px;
}

.form-horizontal label {
	font-weight: 400;
	color: #444;
}

.form-horizontal label.radio-inline, .form-horizontal label.checkbox-inline {
	font-weight: 300;
}

.form-horizontal legend {
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
}

.panel-title {
	font-weight: 700;
	text-transform: uppercase;
}

#debug {
	background-color: white;
	padding: 30px 30px 10px;
	border-top: 4px dashed #f0f2f6;
}

/* @group #copyright */

#copyright {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: #333;
}

#copyright .container {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#copyright a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.centimes {
	opacity: .7;
	font-size: 70%;
}

/* @end */

/* @group Déjà un compte */

#contenu .bloc-filet.success {
	border-color: #00798f;
	box-shadow: 0 0 8px rgba(0, 121, 143, 0.2);
}

#contenu .bloc-filet.success h2 {
	background-color: #00798f;
}

#contenu .bloc-filet .btn-success {
	background-color: #00798f;
	border-color: #005666;
}

#contenu .bloc-filet .btn-success:hover {
	background-color: #00687b;
}

/* @end */

/* @group Créer un compte */

#contenu .bloc-filet.warning {
	border-color: #38b6ab;
	box-shadow: 0 0 8px rgba(56, 182, 171, 0.2);
}

#contenu .bloc-filet.warning h2 {
	background-color: #38b6ab;
}

#contenu .bloc-filet .btn-warning {
	background-color: #38b6ab;
	border-color: #2e978e;
}

#contenu .bloc-filet .btn-warning:hover {
	background-color: #33a69c;
}

/* @end */

.panel-primary {
	border-color: #00798f;
}

.panel-primary > .panel-heading {
	background-color: #00798f;
	border-color: #00798f;
}
