html{
	margin: 0;
	width: 100%;
}
body{
	height: 100%;
	margin: 0;
}
body#inscription #global {
	padding-top:0px;
}

body#inscription #global p {margin-left:0;}

.container{
	height : 100%;
	margin : 0;
	border: 40px solid;
	padding: 30px;
}
.form-inscription, .container-page {
	width: 100%;
	max-width: 700px;
	margin: auto;
	margin-bottom : 30px;
}
.message{
	padding: 10px;
	border-radius: 5px;
  	margin-bottom: 8px;
}
.message-sucess {
  border: green;
  border: 1px solid #009b00;
  background-color: #2ebd2e2b;
  color: green;
}
.message-error {
  background-color: #ff000026;
  color: #bf0202;
  border: 1px solid #e1020282;
}
.title-page{
	text-align : center;
}
.container-page > img{
	width : 100%;
	display : block;
}
.legend{
	font-style: italic;
	text-align : center;
	width: 100%;
	display: block;
	margin-top : 10px;
	margin-bottom: 30px;
}
.g-recaptcha{
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.flex{
	display : flex;
	flex-wrap: wrap;
	justify-content : space-between;
}
.flex > .element{
	width : calc(50% - 5px);
}

.element label {
	margin-bottom:5px; 
	display:block;
}

.element #participant {
	width: 120px;
}

.form {
	clear:left; margin:10px 0;
}
.bandeau-langues{
	display : flex;
	float: right;
}
.bandeau-langues a{
	text-decoration: none;
}

@media (max-width: 600px) {
	.flex{
		flex-flow: column;
	}
	.element{
		width: 100% !important;
	}
	
}



