.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;
	width: 100%;
	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 10px 5px 3px;
	width: 72%;
	border: 1px solid #1b1b1b;
	border-radius: 0;
	background: #f9f9f9;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	-webkit-appearance: none;
}
.input--minoru {
	margin: 20px auto;
}
.input1.input--minoru.bsub {
	margin: 0 auto;
}
.input__field:focus {
	outline: none;
}

.input__label {
	display: inline;
	padding: 0 0;
	width: 40%;
	color: #000000;
	font-weight: normal;
	font-size: 70.25%;
	font-size: 65%;
	-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: 77%;*/
	border: none;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	border: 1px dotted #d9d9d9;
    position: absolute;
    z-index: 100;
    width: 390px;
}
select:focus {
	outline: 1px solid var(--main-color-blinkSvg);
}
.content {
	font-size: 150%;
	padding: 1.5em;
	background: #ffffff;
}

.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; */
}
.btn2 {
	/* border: 2px solid #000000; */
	font-family:"Montserrat", sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #000;
	background: #fff;
	cursor: pointer;
	display: block;
	text-transform: capitalize;
	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: #1b1b1b;
	/* float: right; */
}
.btn2 {
  transition-duration: 0.25s;
}

.btn2:hover {
  background-color: var(--main-color-blinkSvg);
  color: #000000;
-webkit-animation: blink_btn 0.25s linear 1;
-moz-animation: blink_btn 0.25s linear 1;
-ms-animation: blink_btn 0.25s linear 1;
-o-animation: blink_btn 0.25s linear 1;
  animation: blink_btn 0.25s linear 1;
}
@keyframes blink_btn {
	50% {
		background-color: var(--main-color-blink-2);
	}
}
@keyframes blink_focus {
	50% {
		border-bottom: 1px solid var(--main-color-blink-1);
	}
}
input[type=text]:focus {
	border-bottom: 1px solid var(--main-color-blinkSvg);
	-webkit-animation: blink_focus 0.25s linear 1;
	-moz-animation: blink_focus 0.25s linear 1;
	-ms-animation: blink_focus 0.25s linear 1;
	-o-animation: blink_focus 0.25s linear 1;
	animation: blink_focus 0.25s linear 1;
}

.input__label-content {
	font-family:"Montserrat", sans-serif;
}



.newsletter-error {
	width: auto;
	max-width: 420px;
	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: #fdeeee36 url(../images/i-2.png) no-repeat 20px 10px;
    background-size: 21px;
    margin: 21px 0 0 0;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;
}
.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 0 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 */

}

.input.input--minoru {
	margin-top:0;
}

.checkbox--minoru label{
    display: block;
    float: right;
    width: 88%;
    padding-right: 10px;
}
.checkbox--minoru a{
	color: #000000;
	text-decoration: underline;
}
a.#fffffflink {
	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;
    position: relative;
    z-index: 50;
}
.fcountry {
    z-index: 200;
}


.cgu{
	line-height:26px;
}

.content {
	background: #ffffff;
	padding: 30px;
	border-radius: 12px;
}


.cgu {
	float: right;
	font-size: 12px;
	text-transform: normal;
    font-weight: 100;
    font-family: 'Montserrat';
	
}
.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 {
	text-transform: uppercase;
	display: inline-block;
	font-size: 34px;
	line-height: 34px;
    letter-spacing: 1px;
	font-family: 'Montserrat';
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--main-color-white);
	/*color: var(--main-color-legend);
	background-color: var(--main-color-legend);
	background-image: linear-gradient(45deg, var(--main-color-legend-1), var(--main-color-legend-2));
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;*/
}
.txt2 {
    font-size: 14px;
	line-height: 20px;
    display: inline-block;
    text-transform: initial;
    font-weight: 400;
    font-family: 'Montserrat';
}

.bold {
	font-weight: bold;
}


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

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

	.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 {
		display: block;
		padding: 10px 0;
		width: 100%;
		border-radius: 0;
		background: #ffffff;
		color: #111111;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 0 0;
		text-indent: 10px;
	}
	select {
		display: block;
		padding: 10px;
		width: 100%;
		border-radius: 0;
		background: #ffffff;
		color: #111111;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 0 0;
	}
	.message_box{
		margin: 0 auto 20px auto;
	}
	.cgu {
		width: 98%;
	}
	#cgu-error {
		display: inline-block;
		width: 88%;
		margin-top: 8px;
	}
	.newsletter-error {
		width: auto;
	}
	.view {
		padding: 0 10px;
	}
	.checkbox--minoru {
		padding-left: 0;
		padding-right: 0;
	}
	.content {
		background: #ffffff;
		padding: 20px 10px;
		border-radius: 12px;
	}
}

@media screen and (max-width: 480px) {
	.checkbox--minoru label {
		display: block;
		float: right;
		width: 97%;
		padding-right: 10px;
		padding-top: 10px;
	}
}

/*Override */
.input {
	border: inherit;
	font-family: 'Montserrat', sans-serif;
}
.input__field {
	font-family: 'Montserrat', sans-serif;
    border: 1px dotted #ffffff;
    border-bottom: 1px solid #1b1b1b;
	
}
select, option, input[type="checkbox"] {
	font-family: 'Montserrat', sans-serif;
	accent-color: var(--main-color-blinkSvg);
	color: #000000;
}
input[type="checkbox"] {
    background: var(--main-color-checkbox);
    border: 1px solid var(--main-color-border);
    appearance: inherit;
}
input[type="checkbox"]:checked {
    appearance: auto;
}
	
.selector option{
padding:5px;
}
select option:checked{
	background: var(--main-color-blinkSvg);
    box-shadow: 0 0 10px 100px var(--main-color-blinkSvg) inset;
	color: #000000;
}
select option:hover {
	background: var(--main-color-blinkSvg);
	color: #000000;
}
hr {
	width: 100%;
    margin: 30px auto 30px auto;
}



/*Theme Glass*/
.content {
    background: rgb(255 255 255 / 100%);
    padding: 30px;
    border-radius: 12px;
}
.input__field {
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-bottom: 1px solid #1b1b1b;
    background: transparent;
}
select {
    display: inline-block;
    float: inherit;
    padding: 10px;
    width: 77%;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 0;
    position: absolute;
    z-index: 100;
    width: 380px;
    border: 1px solid #d9d9d9;
}

/*Responsive*/

@media screen and (max-width: 768px) {
	hr {
		width: 100%;
		margin: 30px auto;
	}
	.Row1 {
		margin: 0 0 20px 0;
	}
	.message_box {
		margin: 0 auto 0 auto;
	}
	.fcountry{
		margin: 0 0 90px 0;
	}
	.checkbox--minoru {
		display: block;
		padding: 0;
		width: 100%;
		max-width: inherit;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		-webkit-appearance: none;
	}
	.checkbox--minoru label {
		display: block;
		float: right;
		width: 85%;
		padding-right: 10px;
		padding-top: 0;
	}
}


/*Glass Design*/
body.gd1230 {
	color: #fff;
}
.gd1230 .input__field {
	color: #fff;
	border-color: #fff;
}
.gd1230 .input__label {
	color: #fff;
	border-color: #fff;
}
.gd1230 .cgu {
	color: #fff;
    font-weight: 400;
}
.gd1230 hr {
	color: #fff;
	background-color: #fff;
}

.gd1230_2 .content {
    background: rgb(90 109 90 / 15%);
    border-radius: 16px;
    box-shadow: 0 4px 30px var( --main-color-border-shadow) inset;
    backdrop-filter: grayscale(.8) blur(6px);
    -webkit-backdrop-filter: grayscale(.8) blur(4.5px);
    border: 1px solid var( --main-color-border-horiz);
    border-top: 2px solid var( --main-color-border-top);
    border-bottom: 0px solid var( --main-color-border-bottom);
}
.gd1230_2 hr {
	color: var(--main-color-a);
	background-color: var(--main-color-a);
	border-width: 1px;
	height: 1px;
}
.gd1230_2 .btn2 {
    transition-duration: 0.25s;
    background: rgb(90 109 90 / 52%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(105 242 0 / 28%) inset;
    backdrop-filter: grayscale(.8) blur(4.5px);
    -webkit-backdrop-filter: grayscale(.8) blur(4.5px);
    border: 1px solid rgb(105 242 0 / 25%);
    border-top: 2px solid rgb(105 242 0 / 47%);
    border-bottom: 0px solid rgb(105 242 0 / 47%);
    color: white;
    font-weight: 100;
}
.gd1230_2 .btn2:hover {
    background-color: var(--main-color-blinkSvg)4f;
    color: #ffffff;
    -webkit-animation: blink_btn_gd 0.25s linear 1;
    -moz-animation: blink_btn_gd 0.25s linear 1;
    -ms-animation: blink_btn_gd 0.25s linear 1;
    -o-animation: blink_btn_gd 0.25s linear 1;
    animation: blink_btn_gd 0.25s linear 1;
    box-shadow: 0 4px 30px rgb(105 242 0 / 25%) inset;
}
@keyframes blink_btn_gd {
	50% {
		box-shadow: 0 4px 30px rgb(105 242 0 / 60%) inset;
	}
}
.gd1230_2 select {
    display: inline-block;
    float: inherit;
    padding: 10px;
    width: 77%;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 0;
    position: absolute;
    z-index: 100;
    width: 380px;
    border: 1px solid #d9d9d9;
    background: var(--main-bg-color);
}
.gd1230_2 select option {
    color: #ffffff;
    padding: 10px;
}
.gd1230_2 select option:checked {
    background: inherit;
    color: #000000;
}




.bsub{
    display: flex;
    justify-content: center;
}
/*
.gd1230_2 button {
    position: relative;
    width: 300px;
    height: 100px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-right: 2px solid rgba(255, 255, 255, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    transform: scale(0.6);
    font-size: 25px;
    font-family: 'Montserrat';
	transition-duration: 0.25s;
}

.gd1230_2 button:hover {
	color: var(--main-color-hover);
}
.gd1230_2 button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, .2);
}

.gd1230_2 button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .5s;
}

.gd1230_2 button:hover::after {
    left: 100%;
}

.gd1230_2 .btn span{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 3px;
    background: var(--main-color-a);
    border-radius: 2000px / 50px;
    box-shadow:
        0 0 10px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 40px var(--main-color-a),
        0 0 80px var(--main-color-a),
        0 0 160px var(--main-color-a);
}

.gd1230_2 .btn span::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 3px;
    background: var(--main-color-a);
    border-radius: 2000px / 50px;
    box-shadow:
        0 0 10px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 40px var(--main-color-a),
        0 0 80px var(--main-color-a),
        0 0 160px var(--main-color-a);
}

.gd1230_2 .btn span::after {
    content: '';
    position: absolute;
    bottom: 83px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 3px;
    background: var(--main-color-a);
    border-radius: 2000px / 50px;
    box-shadow:
        0 0 10px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 20px var(--main-color-a),
        0 0 40px var(--main-color-a),
        0 0 80px var(--main-color-a),
        0 0 160px var(--main-color-a);
}
.gd1230_2 .btn span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 3px;
    height: 70px;
    border-radius: 70px / 2000px;
}

.gd1230_2 .btn span:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 277px;
    transform: translateY(-50%);
    width: 2.5px;
    height: 70px;
    border-radius: 70px / 2000px;
}
*/
.gd1230_2 .btn span:nth-child(2)::after {
    display: none;
}
.gd1230_2 form.content {
    background-image: url(../images/frostpannelbg.webp);
    /*background-image: -webkit-radial-gradient(center center, rgb(216 204 190 / 50%) 0%, rgb(176 150 125 / 40%) 24%, rgb(123 97 74 / 20%) 56%, rgb(83 66 50 / 40%) 86%);*/
}


@media only screen and (min-width: 1990px){

	.gd1230_2 .image_top,
	.gd1230_2 .image_bottom {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.gd1230_2 select {
		width: 100%;
	}
	#toggleButton,
	#toggleButton2 {
		display: none !important;
	}
}

.error_gd1230 {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.error_gd1230 .er1 {
    background: #d9a5a42e url(../images/i-2.png) no-repeat 20px 10px;
    background-size: 21px;
    margin: 20px 0 20px 0;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #ffffff;
    border-radius: 12px;
    border: 1px dotted #69f20000;
}
.error_gd1230 .er2 {
    background: #d9a5a42e url(../images/i-2.png) no-repeat 20px 10px;
    background-size: 21px;
    margin: 20px 0 20px 0;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #ffffff;
    border-radius: 12px;
    border: 1px dotted #69f20000;
}
.error_gd1230 .er3 {
    background: #fdf6ee40 url(../images/i-3.png) no-repeat 20px 25px;
    background-size: 21px;
    margin: 21px 0 21px 0;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #ffffff;
    border-radius: 12px;
    border: 1px dotted #69f20000;
    padding: 20px 20px 20px 60px;
}



/*Patch 06.05.2024*/
.bt-activate {
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin: 5px 0;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    line-height: auto;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
    margin: 30px auto 0 auto;
}
.bt-activate:hover, .bt-activate:active {
    text-decoration: none;
    color: #000;
    border-color: #d8ccbe;
    background-color: #d8ccbe;
}