/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');*/

@font-face  {
	font-family: "Courgette";
	src: url(../fonts/Courgette/Courgette-Regular.ttf);	attributes
}
@font-face  {
	font-family: "Roboto-300";
	src: url(../fonts/Roboto/Roboto-Light.ttf);	attributes
}
@font-face  {
	font-family: "Roboto";
	src: url(../fonts/Roboto/Roboto-Regular.ttf);	attributes
}
@font-face  {
	font-family: "Roboto-700";
	src: url(../fonts/Roboto/Roboto-Bold.ttf);	attributes
}
@font-face  {
	font-family: "Roboto-Condensed-700";
	src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);	attributes
}
@font-face  {
	font-family: "Roboto Condensed";
	src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);	attributes
}


.reponse-reponse div {
	width: 100%;
}

body, html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	font-family: 'Roboto Condensed';
	font-size: 20px;
	line-height: 27px;
}

.header-left img {
		width: auto;
		height: 80px;
}

.jeu {
	height: 100%;
	width: 100%;
}
	.jeu .header {
		padding: 35px 50px 5px;
		height: 80px;
	}
		.jeu .header::after {
			content: '';
			display: table;
			clear: both;
		}
		.jeu .header .header-left, .jeu .header .header-right {
			float: left; 
			width: 50%;
		}
			.jeu .header .header-right {
				text-align: right;
			}

	.jeu .start {
		display: block;
		position: relative;
		height: calc(100% - 120px);
		width: 100%;
		
		background-image: url('../images/fond-start.png');
		background-position: top 145px center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}
	
		.jeu .start .titre {
			height: 110px;
			color: white;
			background-color: #4C2582;
			display: inline-block;
			font-size: 75px;
			line-height: 110px;
			transform: rotate(-2deg);
			padding: 0px 75px;
			margin-top: 20px;
			text-transform: uppercase;
			font-family: 'Courgette';
		}
		
		.jeu .start .soustitre {
				height: 60px;
				color: white;
				background-color: #4C2582;
				display: inline-block;
				font-size: 35px;
				line-height: 60px;
				padding: 0px 50px;
				margin-top: 10px;
				text-transform: uppercase;
				font-family: 'Courgette';
		}
		
		.jeu .start .start-container .start-button {
			position: absolute;
			color: #4C2582;
			text-decoration: none;
			font-size: 40px;
			font-weight: bold;
			bottom: 17px;
			left: calc( 50% - 120px );
			background: white;
			width: 240px;
			height: 240px;
			border-radius: 50%;
			
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 300;
		}
			.jeu .start .start-container {
				position: absolute;
				content: '';
				width: 274px;
				height: 274px;
				z-index: 199;
				border-radius: 50%;
				bottom: 100px;
				background-color: rgba(255, 255, 255, 0.5);
				left: calc( 50% - 120px );
			}
			
	.jeu .questions-reponses {
		display: none;
		position: relative;
		height: calc(100% - 120px);
		width: 100%;
		background-color: #EAE6F0;
		
		background-image: url('../images/fond-footer.png');
		background-position: bottom -125px center;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
		.jeu .questions-reponses a {
			color: black;
		}
		.jeu .questions-reponses .titre {
			position: absolute;
			top: -25px;
			left: calc( 50% - 225px );
			width: 450px;
			display: inline-block;
			background-color: #4C2582;
			color: white;
			font-size: 45px;
			height: 50px;
			line-height: 50px;
			font-family: 'Courgette';
			padding: 5px 0px;
		}
		.jeu .questions-reponses .question-question {
			max-width: 1050px;
			margin: 0 auto;
			padding-top: 70px;
			font-family: 'Roboto';
			font-size: 20px;
		}
			.jeu .questions .questions-question.sel {
				background-color: #7759A0!important;
				color: white;
			}
		.jeu .question .questions {
			max-width: 1050px;
			margin: 0 auto;
		}
		.jeu .question .questions .questions-question {
			height: 105px;
			margin-top: 20px;
			text-align: center;
			font-size: 26px;
			background-color: #FFFFFF;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
			cursor: pointer;
		}
			.jeu .question .questions .questions-question:first-child {
				margin-top: 45px;
			}
			
	.jeu .bullets {
		display: none;
		max-width: 1050px;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		left: calc( 50% - 112.5px );
		bottom: 20px;
		width: 225px;
	}
		.jeu .bullets .bullet {
			display: inline-block;
			height: 25px;
			width: 25px;
			margin-right: 20px;	
			background-color: #FFFFFF;
			border-radius: 50%;
		}
			.jeu .bullets .bullet:last-child {
				margin-right: 0px;
			}
			
			
	.jeu .reponse {
		display: none;
	}
		.jeu .reponse .titre {
			position: absolute;
			top: -25px;
			left: calc( 50% - 225px );
			width: 450px;
			display: inline-block;
			background-color: #4C2582;
			color: white;
			font-size: 45px;
			height: 50px;
			line-height: 50px;
			font-family: 'Courgette';
			padding: 5px 0px;
		}
		.jeu .reponse .question-question {
			max-width: 1050px;
			margin: 0 auto;
			padding-top: 70px;
			font-family: 'Roboto';
			font-size: 20px;
		}
		.jeu .reponse .reponse-reponse {
			max-width: 1050px;
			background-color: white;
			margin: 0 auto;
			padding: 0px 80px 0px 80px;
			height: 370px;
			margin-top: 45px;
			display: flex;
			align-items: center;
		}
			.jeu .reponse .reponse-reponse.correct {
				background-color: #A8E0AA;
			}
			.jeu .reponse .reponse-reponse.incorrect {
				background-color: #E0795A;
			}
			.jeu .reponse .reponse-reponse h2 {
				color: white;
				text-transform: uppercase;
				font-weight: 40px;
				font-weight: bold;
				font-family: 'Roboto Condensed';
				margin-bottom: 30px;
				margin-top: 0px;
			}
			
			.jeu .reponse .next .next-button {
				position: absolute;
				color: #4C2582;
				text-decoration: none;
				font-size: 40px;
				font-weight: bold;
				bottom: 5px;
				left: 5px;
				background: white;
				width: 75px;
				height: 75px;
				border-radius: 50%;
				
				display: flex;
				align-items: center;
				justify-content: center;
				z-index: 300;
			}
				.jeu .reponse .next {
					position: absolute;
					content: '';
					width: 85px;
					height: 85px;
					z-index: 199;
					border-radius: 50%;
					bottom: 100px;
					background-color: rgba(255, 255, 255, 0.5);
					left: calc( 50% - 42.5px );
				}
				
				
	.jeu .score {
		display: none;
		position: relative;
		height: calc(100% - 120px);
		width: 100%;
		
		background-color: #7759A0;
		
		background-image: url('../images/font-score.png');
		background-position: bottom -225px left -65px;
		background-repeat: no-repeat;
		text-align: center;
	}
		.jeu .score .success {
			display: none;
			margin-top: 30px;
			font-size: 30px;
			line-height: 36px;
			text-align: center;
			color: white;
		}
			.jeu .score .success a {
				color: white;
				text-decoration: none;
				font-size: 40px;
				font-family: 'Roboto Condensed';
			}
	
		.jeu .score .score-titre {
			display: inline-block;
			width: 400px;
			background-color: #4C2582;
			position: absolute;
			top: -25px;
			left: calc( 50% - 200px );
			height: 200px; /* 255 */
		}
			.jeu .score .score-titre-score {
				padding-top: 30px;
				font-size: 35px;
				font-family: 'Courgette';
				color: white;
				text-transform: uppercase;
				margin-bottom: 35px;
			}
			.jeu .score .score-result {	
				font-family: 'Roboto Condensed';
				font-size: 60px; /* 80px */
				color: white;
			}
			
			.jeu .score .score-bullets {
				height: 25px;
				text-align: center;
				margin: 0 auto;
				position: absolute;
				left: calc( 50% - 112.5px );
				bottom: 30px;
				width: 225px;
			}
				.jeu .score .score-bullets .bullet {
					display: inline-block;
					height: 25px;
					width: 25px;
					margin-right: 20px;	
					background-color: #FFFFFF;
					border-radius: 50%;
				}
					.jeu .score .score-bullets .bullet:last-child {
						margin-right: 0px;
					}
					
		.jeu .score .score-content {
			padding-top: 195px; /* 265 */
		}
			.jeu .score .score-content p {
				font-size: 30px;
				line-height: 27px;
				font-family: 'Roboto';
				color: white;
				font-weight: bold;
				margin-top: 0px;
				margin-bottom: 20px;
			}
				.jeu .score .score-content .little {
					font-size: 16px;
					font-weight: 400;
				}
				
				.jeu .score .score-formulaire {
					font-family: 'Roboto';
					font-size: 18px;
					color: white;
					width: 860px;
					margin: 0 auto;
					margin-top: 30px;
					font-weight: 300;
				}
					.jeu .score .score-formulaire::after {
						display: table;
						clear: both;
						content: '';
					}
				.jeu .score .score-formulaire .annee {
					float: left;
					width: 200px;
					margin-right: 30px;
				}
				.jeu .score .score-formulaire .genre {
					float: left;
					width: 200px;
					margin-right: 30px;
				}
				.jeu .score .score-formulaire .email {
					float: left;
					width: 400px;
				}
				.jeu .score .score-formulaire .nom_enfant {
					float: left;
					width: calc( 50% - 10px);
					margin-top: 20px;
					margin-right: 20px;
				}
				.jeu .score .score-formulaire .nom_enfant input {
					width:  100%;
				}
				.jeu .score .score-formulaire .commune {
					float: left;
					margin-top: 20px;
					width: calc( 50% - 10px);
				}
				.jeu .score .score-formulaire select {
					width: 100%;
				}
				
				.clear {
					clear: both;
				}
		.jeu .score .valider-container {
			position: absolute;
			bottom: 60px;
			width: 220px;
			height: 60px;
			left: calc( 50% - 109px );
		}
			.jeu .score .valider-container:after {
				display: table;
				content: '';
				clear: both;	
			}
		.jeu .score .valider .valider-button {
			position: relative;
			color: #4C2582;
			text-decoration: none;
			position: absolute;
			top: 5px;
			font-size: 35px;
			font-weight: bold;
			left: 5px;
			background: white;
			width: 210px;
			height: 50px;
			border-radius: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 199;
		}
			.jeu .score .valider {
				content: '';
				width: 220px;
				height: 60px;
				z-index: 198;
				border-radius: 10px;
				background-color: rgba(255, 255, 255, 0.5);
				left: calc( 50% - 110px );
			}
				
			
			
			.jeu .questions-reponses .participer-container {
				position: absolute;
				bottom: 115px;
				width: 270px;
				height: 60px;
				left: calc( 50% - 135px );
			}
				.jeu .questions-reponses .participer-container:after {
					display: table;
					content: '';
					clear: both;	
				}
			.jeu .questions-reponses .participer-button {
				position: relative;
				color: #4C2582;
				text-decoration: none;
				position: absolute;
				top: 5px;
				font-size: 35px;
				font-weight: bold;
				left: 5px;
				background: white;
				width: 250px;
				height: 50px;
				border-radius: 10px;
				display: flex;
				align-items: center;
				justify-content: center;
				z-index: 199;
			}
				.jeu .questions-reponses .participer {
					position: absolute;
					width: 260px;
					height: 60px;
					z-index: 198;
					border-radius: 10px;
					background-color: rgba(255, 255, 255, 0.5);
					left: calc( 50% - 130px );
				}	
				
				
				
	.jeu .recommencer-container {
		position: relative;
		width: 270px;
		height: 60px;
		margin: 0 auto;
		margin-top: 50px;
	}
		.jeu .recommencer-container:after {
			display: table;
			content: '';
			clear: both;	
		}
	.jeu .recommencer-button {
		position: relative;
		color: #4C2582;
		text-decoration: none;
		position: absolute;
		top: 5px;
		font-size: 35px;
		font-weight: bold;
		left: 5px;
		background: white;
		width: 250px;
		height: 50px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 199;
	}
		.jeu .recommencer {
			position: absolute;
			width: 260px;
			height: 60px;
			z-index: 198;
			border-radius: 10px;
			background-color: rgba(255, 255, 255, 0.5);
			left: calc( 50% - 130px );
		}		
				
				
				
				
input[type=text], input[type=email] {
	height: 40px;
	border-radius: 0px;
	width: 100%;
	border: 0px;
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 18px;
	color: #9A6FAA;
}			
				
.next-button img {
	width: 36px;
	height: 36px;
}		
				
				
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: white;
	height: 40px;
	padding: 0px;
		padding-left: 0px;
	line-height: 40px;
	padding-left: 15px;
	color: #9A6FAA;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 5px;
}
.ui-selectmenu-open {
	z-index: 500;
}
.ui-button .ui-icon {
	background-image: url("../images/down.png");
	background-color: #EAE6F0;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-selectmenu-button.ui-button {
	width: 100%;
}
.ui-button:hover .ui-icon {
	background-image: url("../images/down.png");
}
.ui-button:focus .ui-icon {
	background-image: url("../images/up.png");
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 0px
	background: white!important;
}
.ui-menu {
	z-index: 400;
}
.ui-menu .ui-menu-item {
	background-color: #EAE6F0;
	height: 60px;
	line-height: 60px;
	color: #21113A;
	border-bottom: 1px solid white;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #7759A0;
	background: #7759A0;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget.ui-widget-content {	
	max-height: 300px;
}

.start-container, .next.hvr, .valider-container {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	.questions-question:not(.sel):hover {
		color: #4C2582!important;	
	}
	.start-container:hover, .next.hvr:hover, .valider-container:hover {
		-webkit-animation-duration: 0s;
	}
		.start-container:hover a, .next.hvr:hover a, .valider-container:hover a {
			color: #f1bb48!important;	
		}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
  }
  75% {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
  }
}
@keyframes hvr-pulse {
  25% {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
  }
  75% {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ui-selectmenu-button.ui-button {
		z-index: 300;
	}
	
	
	.jeu .start .start-container .start-button, .jeu .score .valider .valider-button {
		font-size: 27px;
		bottom: 10px;
		left: 10px;
		width: 140px;
		height: 140px;
	}
	
	.jeu .start .start-container, .jeu .score .valider {
		position: absolute;
		content: '';
		width: 160px;
		height: 160px;
		z-index: 199;
		border-radius: 50%;
		bottom: 100px;
		background-color: rgba(255, 255, 255, 0.5);
		left: calc( 50% - 80px );
	}
	
	.jeu .question .questions .questions-question {
		height: 80px;
		margin-top: 15px;
		font-size: 25px;
	}
	
	.jeu .questions-reponses {
		padding-left: 15px;
		padding-right: 15px;
		width: calc( 100% - 30px );
	}
	.jeu .reponse .reponse-reponse {
		height: auto;
		padding: 20px 80px;
	}
	
	.jeu .score .valider-container, .jeu .score .valider {
		bottom: 10px;
	}
	
	.jeu .score .score-titre-score {
		margin-bottom: 22px;
		font-size: 30px;
	}
	
	.jeu .score .success {
		margin-top: 22px;
	}
	
	.jeu .score .score-titre {
		height: 180px!important;
	}
	
	.jeu .score .score-content {
		padding-top: 170px;
	}
	
	.jeu .questions-reponses {
		background-position: bottom -55px center;
	}
	
	.jeu .score .score-result {
		font-size: 50px!important;
	}
	
	.jeu .score .score-content p {
		font-size: 28px;
		line-height: 25px;
	}
}

@media screen and (max-width: 768px) and (min-width: 500px) {
	.header-left img {
		width: auto!important;
	}
	.header-right img {
		width: auto!important;
	}
	.jeu .questions-reponses {
		padding-left: 15px;
		padding-right: 15px;
		width: calc( 100% - 30px )!important;
	}
	.jeu .start .soustitre {
		width: 47%!important;
	}
	.jeu .questions-reponses {
		background-position: bottom -100px center!important;
	}
}

@media screen and (max-width: 500px) {
	.header-left img {
		width: 90%!important;
	}
	.header-right img {
		width: 70%!important;
	}
}


@media screen and (max-width: 991px) {
	.jeu .header {
		padding: 35px 15px 5px;
	}
	.jeu .start {
		background-size: contain;
		background-position: bottom center;
	}
	.jeu .start .titre {
		font-size: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.jeu .start .soustitre {
		height: auto;
		line-height: 30px;
		font-size: 20px;
		padding: 0px 30px;
		width: 75%;
	}
	.jeu .start .start-container .start-button {
		font-size: 25px;
		bottom: 10px;
		width: 150px;
		height: 150px;
		left: 10px;
	}
	.jeu .start .start-container {
		position: absolute;
		content: '';
		width: 170px;
		height: 170px;
		z-index: 199;
		border-radius: 50%;
		bottom: 50px;
		background-color: rgba(255, 255, 255, 0.5);
		left: calc( 50% - 85px );
	}
	.jeu .questions-reponses .titre {
		left: calc( 50% - 100px );
		width: 200px;
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}
	.jeu .questions-reponses .question-question {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 49px;
		font-family: 'Roboto';
		font-size: 17px;
	}
	.jeu .question .questions .questions-question:first-child {
		margin-top: 15px;
	}
	.jeu .question .questions .questions-question {
		height: 80px;
		margin-top: 15px;
		font-size: 22px;
		margin-left: 15px;
		margin-right: 15px;
		width: calc( 100% - 30px );
	}
	.jeu .questions-reponses .question-question {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.jeu .bullets .bullet {
		display: inline-block;
		height: 22px;
		width: 22px;
		margin-right: 15px;
		background-color: #FFFFFF;
		border-radius: 50%;
	}
	
	body, html {
		font-family: 'Roboto Condensed';
		font-size: 18px;
		line-height: 25px;
		overflow-y: auto;
	}
	
	.jeu .questions-reponses {
		display: none;
		position: relative;
		height: calc(100% - 120px);
		width: 100%;
		background-color: #EAE6F0;
		background-image: url('../images/fond-footer.png');
		background-position: bottom -30px center;
		background-repeat: no-repeat;
		background-size: 204%;
		text-align: center;
	}
	
	.jeu .score .success {
		margin-top: 20px;
	}
	
	.jeu .reponse .reponse-reponse {
		max-width: 1050px;
		border-radius: 20px;
		background-color: white;
		margin: 0 auto;
			margin-top: 0px;
		padding: 15px 15px 15px 15px;
		height: auto;
		margin-top: 15px;
		display: flex;
		align-items: center;
	}
	
	.jeu .reponse .reponse-reponse p {
		font-size: 16px;
		line-height: 23px;
	}
	
	.jeu .reponse .next {
		position: absolute;
		content: '';
		width: 85px;
		height: 85px;
		z-index: 199;
		border-radius: 50%;
		bottom: 10px;
		background-color: rgba(255, 255, 255, 0.5);
		left: calc( 50% - 85px );
	}
	
	.bullets {
		display: none!important;
	}
	
	.jeu .reponse .next .next-button {
		position: absolute;
		color: #4C2582;
		text-decoration: none;
		font-size: 25px;
		font-weight: bold;
		bottom: 10px;
		left: calc( 50% - 75px );
		background: white;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 300;
	}
	
	.jeu .questions-reponses {
		display: none;
		position: relative;
		height: auto;
		min-height: calc( 100% - 200px);
		padding-bottom: 150px;
		width: 100%;
		background-color: #EAE6F0;
		background-image: url('../images/fond-footer.png');
		background-position: bottom -30px center;
		background-repeat: no-repeat;
		background-size: 204%;
		text-align: center;
	}
	
	.jeu .reponse .reponse-reponse h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	.jeu .score .score-titre {
		display: inline-block;
		width: 300px;
		background-color: #4C2582;
		position: absolute;
		top: -45px; /* -25px */
		left: calc( 50% - 150px );
		height: 200px;
	}
	
	.jeu .score .score-titre-score {
		padding-top: 20px;
		font-size: 30px;
		font-family: 'Courgette';
		color: white;
		text-transform: uppercase;
		margin-bottom: 30px; /* 40px */
	}
	
	.jeu .score .score-content {
		padding-top: 200px;
	}
	
	.jeu .score {
		height: auto;
		padding-bottom: 200px;
	}
	
	.jeu .score .valider-container {
		bottom: 10px;
		width: 150px;
		height: 150px;
		left: calc( 50% - 75px );
	}
	.jeu .score .valider {
		position: absolute;
		width: 150px;
		height: 150px;
		left: calc( 50% - 75px );
	}
	
	.jeu .score .valider .valider-button {
		content: '';
		width: 130px;
		height: 130px;
		z-index: 198;
		border-radius: 50%;
		left: 10px;
		top: 10px;
	}
	
	.jeu .score .score-content p {
		font-size: 20px;
		line-height: 23px;
		font-family: 'Roboto';
		color: white;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.jeu .score .score-formulaire {
		font-family: 'Roboto';
		font-size: 18px;
		color: white;
		width: 95%;
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 30px;
		font-weight: 300;
		padding: 0 15px;
	}
	
	.jeu .score .score-formulaire .annee, .jeu .score .score-formulaire .genre,  .jeu .score .score-formulaire .email {
		float: left;
		width: calc(100% - 30px);
		margin-right: 0px;
		margin-top: 20px!important;
		text-align: left;
	}
	
	.jeu .score .score-formulaire .email input {
		width: calc(100% - 15px);
	}
}