/* PAGE D'ACCUEIL */

#liens-auth {
	text-align:right;
	margin:10px;
}

#accueil {
	text-align:center;
	margin:0 auto;
}

#accueil h2 {
	font-size:2em;
	background-color:white;
	margin:2em;
	padding:1em;
	border-radius:0.4em;
}

#accueil h3 {
	color:#e9c46a;
	text-align:left;
}
.presentation li {
	text-align:left;
	font-size:1.2em;
	margin-bottom:0.75em;
}

#comm  {
		margin:0 auto;
}
#comm > div:not(.info-spe) {
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:10px;
	background-color: white;
	border: 1px solid #2a9d8f;
	border-radius: 0 0 20px 0;
	padding:1px;
}
#comm h1 {
	font-size: 1.8em;
	padding:10px 10px 0 10px;
}
#comm ul {
	padding:0 10px 10px 30px;
}

#btn-auth {
	margin:25px 0;
}
.button {
	width:200px;
	display:inline-block;
	font-size:1.4em;
	padding:10px;
	margin:0 5px;
	cursor: pointer;
}
.btn-princ {
	background-color: #2a9d8f;
	color:white;
}
a.btn-princ {
	border:5px solid #eeeeee;
}
input.btn-princ {
	border:5px solid #fff;
}
.btn-princ:hover {
	border-color: #2a9d8f;
	transition:border-color 1s;
	color:#e9c46a;
}
.btn-sec {
	background-color: #ebebeb;
	color:#264653;
	border:1px solid #264653;
}
.btn-sec:hover {
	background-color: #264653;
	color:white;
}

/* FORMULAIRES D'INSCRIPTION / IDENTIFICATION */

#pan-ident {
	box-shadow: 3px 3px 5px lightgrey;
	display:inline-block;
	border-radius:6px;
	margin:30px 0 10px 0;
	background-color: white;
	width:300px;
}
#pan-ident p {
    text-align:left;
    padding:0 2em;
}

#pan-ident h2 {
	background-color: #264653;
	color:white;
	margin:0;
	padding:1em;
	border-radius:4px 4px 0 0;
}
#pan-ident form {
	padding:0 2em;
	margin:1em;
}
#pan-ident form > div {
	margin-bottom:1em;
}

#form-inscription > div {
	padding:0.5em 0;
}

.info-spe {
	border:1px solid #e76f51;
	background-color:white;
	width:920px;
	display:block;
	margin:0 auto 20px auto;
	padding:20px;
	font-size:1.5em;
	text-align:left;
}
.info-spe h4 {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
	line-height:1em;
	color:#e76f51;
	background-color:white;
	display: inline-block;
}
.info-spe img {
	float:right;
}
.info-spe .date {
	color:#e76f51;
	font-size: 0.5em;
}
.info-spe .suite-msg {
	overflow:hidden;
	max-height:0;
	margin-top:0.5em;
	border-left:1px solid #e76f51;
	padding-left:1em;
	transition: max-height 0.5s;
	font-size: 0.8em;
}

.suspendu h2, .suspendu input[type=submit] {
	background-color: lightgrey !important;
	color:grey !important;
}
.suspendu input {
	cursor:not-allowed;
}
.suspendu input[type=submit]:hover {
		border-color:white !important;
}
.msg-guest {
	width:50%;
	margin:1em auto;
	background-color: white;
	border:1px solid #e76f51;
	padding:30px;
	line-height:1.5em;
	text-align: justify;
}
