.bandeau_grid {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin: 30px auto;
}

.bandeau_grid h3,
.bandeau_grid p {
		color: #000000;
		padding: 0 10px;
}

.bandeau_grid h3{
	font-size: 16px;
	font-weight: light;
	letter-spacing: inherit;
	margin: 0;
	font-style: italic;
}
.strong {
	font-weight: bold;
}
.input {
	position: inherit;
	z-index: 1;
	display: block;
	margin: 20px auto;
	max-width: 480px;
	width: 100%;
	/*width: calc(100% - 2em);*/
	vertical-align: top;
	text-transform: uppercase;
}

.input1 {
	position: inherit;
	z-index: 1;
	display: block;
	margin: 20px auto;
	max-width: 480px;
	width: 100%;
	width: calc(100% - 2em);
	vertical-align: top;
	text-transform: uppercase;
}
.input__field {
	display: inline-block;
	float: inherit;
	padding: 10px;
	width: 73%;
	border: 1px solid #018dd9;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	-webkit-appearance: none;
}
.input--minoru {
	margin: 20px auto;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline;
	padding: 0 0;
	width: 40%;
	color: #000000;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: inherit;
	/* top: 10px; */
	width: 110px;
	display: inline-block;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Individual styles */
select {
	height: 40px;
	display: inline-block;
	float: inherit;
	padding: 10px;
	width: 73%;
	border: none;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #018dd9;
}


.content {
	font-size: 150%;
	padding: 1em 0;
}

.content h2 {
	margin: 0 0 2em;
	opacity: 1;
	text-align:center;
}

.content p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}


.btn-7 {
	background: #000000;
	color: #e8f435;
	border-radius: 0px;
	padding: 15px;
	position: inherit;
	/* top: 25px; */
}
.btn {
	/* border: 2px solid #000000; */
	font-family: inherit;
	font-size: 16px;
	color: #000;
	background: #fff;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 480px;
	width: 200px;
	margin: 20px auto;
	border-color: #018dd9;
	/* float: right; */
}

.newsletter-error {
	width: 98%;
	max-width: 480px;
	padding: 10px;
	margin: 10px 0 0 0;
}
.er1 span,
.er2 span,
.er3 span {
	font-weight: 700;
	display: block;
}
.er3 br {margin:0 0 10px 0}
.er1,
.er2,
.er3 {
	padding: 10px 20px 10px 60px;
	text-transform: initial;
}
.er1 {
	background: #fdeeee url('../images/i-2.png') no-repeat 20px 10px;
	color: #000000;
	font-size: 14px;
	background-size: 21px;
}
.er2 {
	background: #eefdf0 url('../images/i-1.png') no-repeat 20px 10px;
	color: #000000;
	font-size: 14px;
}
.er3 {
	background: #fdf6ee url('../images/i-3.png') no-repeat 20px 10px;
	color: #000000;
	font-size: 14px;
}

.msg4 {
	background: #fdf6ee no-repeat 20px 10px;
	color: #000000;
	font-size: 16px;
}
.msg5 {
	background: #ffffff no-repeat 20px 10px;
	color: #000000;
	font-size: 16px;
}
.checkbox--minoru {
	display: block;
	padding: 0.8em;
	width: 100%;
	max-width: 480px;
	margin: 20px auto;
	padding: 10px;
	border: none;
	border-radius: 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	-webkit-appearance: none; /* for box shadows to show on iOS */

}
.checkbox--minoru label{
	display: block;
	float: right;
	width: 90%;
}
.checkbox--minoru a{
	color: #000000;
	text-decoration: underline;
}
a.blacklink {
	color: #000000;
	text-decoration: underline;
}
.checkbox--minoru input{
	width: 25px;
	height: 25px;
}

.error{
	color: #ff0000;
}
#email-error, #lastname-error {
    display: block;
    float: right;
    margin: 10px 0 0 0;
    height: 10px;
    width: 100%;
    text-align: right;
}
.checkbox--minoru {
  padding-left: 23px;
  padding-right: 0;
}
.Row1 {
	/* height: 40px; */
	display: flex;
	align-content: normal;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	align-items: end;
}

.cgu {
	float: right;
	font-size: 12px;
	text-transform: normal;
	font-weight: normal;
	
}
.cgu a{
	font-size: 12px;
	text-transform: uppercase;
	
}
.message {
	font-size: 16px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    max-width: 460px;
    width: 100%;
    width: calc(100% - 2em);
    vertical-align: top;
	color: #000000;
}
.message_box {
	background: none;
    padding: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
}
.txt1 {
	font-size: 13px;
	margin-bottom: 0;
	display: inline-block;
}
.txt2 {
	font-size: 12px;
	display: inline-block;
	text-transform: initial;
	font-weight: normal;
}

.black {
	color: black;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}


#cgu-error {
	display: inline-block;
	margin-top: 8px;
}

@media screen and (max-width: 480px) {

	.Row1 {
		margin: 40px 0;
	}
	.input--minoru {
		margin: 0 auto;
	}
	.input__label {
		display: block;
		padding: 0;
		width: 100%;
		color: #000000;
		font-weight: bold;
		font-size: 70.25%;
	}
	.input__field, select {
		display: block;
		padding: 10px;
		width: 90%;
		background: #ffffff;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		margin: 20px;
	}
	.input__label-content {
    position: inherit;
    /* top: 10px; */
    width: 110px;
    display: inline-block;
    padding-left: 20px;
}
	.message_box{
		margin: 0 auto 20px auto;
	}
	.cgu {
		width: 98%;
	}
	#cgu-error {
		display: inline-block;
		width: 88%;
		margin-top: 8px;
	}
	.newsletter-error {
		width: 100%;
	}
}


/*Override */
.input { border: inherit;}
hr {
	width: 50%;
    margin: 40px auto 20px auto;
    color: #f8f6f4;
}