input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* IE 8&9 only */

.placeholder-wrapper span {left:2px!important; top:-12px!important;}

/* IP ALERT */

.lead-form-v2-container .ip-alert {
	background-color: #feefb3;
    margin-top: 0px;
	opacity: 0;
	padding: 0em;
	max-height: 0px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 1s, padding 0s 1s;  
	-moz-transition: all 1s, padding 0s 1s;
    -o-transition: all 1s, padding 0s 1s;
    transition: all 1s, padding 0s 1s;
}

.lead-form-v2-container .ip-alert.visible {
	opacity: 1;
	max-height: 999px;
	margin-top: 20px;
	padding: 1.5em 4.5em 1.5em 5.5em;
	-webkit-transition: opacity 1s, max-height 1s 0s, margin-top 1s 0s; 
	-moz-transition: opacity 1s, max-height 1s 0s, margin-top 1s 0s;
    -o-transition: opacity 1s, max-height 1s 0s, margin-top 1s 0s;  
    transition: opacity 1s, max-height 1s 0s, margin-top 1s 0s;
}

.lead-form-v2-container .ip-alert i.icon-warning-sign{
	font-size: 2em;
    line-height: 1.5em;
    color: #9f6000;
    position: absolute;
    left: 1em;
}

.lead-form-v2-container .ip-alert p {
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	font-size: 1.3em;
    line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #9f6000;
	text-align: left;
	margin: 0px auto;
	width: 100%;
	font-weight: normal;
	padding: 0px;
}

.lead-form-v2-container .ip-alert p:last-child {
	margin-top: 1em;
	font-size: 1em;
    letter-spacing: 0.1em;
}

.lead-form-v2-container .ip-alert a {
	color: #9f6000;
	text-decoration: underline;
}

/* LOADING ANIMATION */

.sk-fading-circle {
	display: none;
}

.lead-form-v2-container form button:disabled .sk-fading-circle {
	margin: 0px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	ms-transform: translateY(-50%);
	opacity: 1;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


.lead-form-v2-container {
	width: 818px;
	margin: 0 auto;
	background: #1e1e1e;
	padding: 0px 50px 50px;
	position: relative;
	font-size: 10px;
    line-height: 10px;
}

.nes_view-fonction {
	display: none;
}

.lead-form-v2-container > img {
	position: relative;
	left: -50px;
}

.lead-form-v2-container h1 {
	color: #fff;
	font-family: 'Trebuchet MS',Helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	letter-spacing: 0.13em;
	text-transform: none;
	line-height: 1.2em;
	margin: 0px auto 20px;
    padding: 0px 100px;
    text-align: center;
    width: 100%;
	box-sizing: border-box;
}

.lead-form-v2-container p {
	color: #bcbcbc;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    padding: 0px 80px;
	margin: 0px auto 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.lead-form-v2-container .redirect p {
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: 0.01em;
	color: rgba(255,255,255,0.75);
	text-align: center;
	margin: 0px auto;
    padding: 0.75em 2em;
    font-weight: normal;
    background-color: rgba(255,255,255,0.08);
    box-sizing: border-box;
}

.lead-form-v2-container .redirect a {
	color: #c08c39;
}

.lead-form-v2-container .alert-ip {
	width: calc(100% - 44px);
    text-align: center;
    background-color: rgba(169,68,66,0.2);
    border: 2px solid #a94442;
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.lead-form-v2-container .alert-ip.open {
	height: auto;
    opacity: 1;
    padding: 20px;
    margin: 30px auto 0px;
}

.lead-form-v2-container .alert-ip p,
.lead-form-v2-container .alert-ip p a {
	padding: 0px;
	margin: 0px;
	color: #e2bcbc;
	font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

.lead-form-v2-container form {
	color: #919191;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	padding: 0px;
	margin: 40px 0px 0px;
	position: relative;
	font-size: 10px;
	line-height: 10px;
}

.lead-form-v2-container form .left,
.lead-form-v2-container form .right {
	display: inline-block;
	width: 380px;
	vertical-align: top;
}

.lead-form-v2-container form .left {
	margin-right: 52px;
}

.lead-form-v2-container form fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.lead-form-v2-container form ul {
	padding: 0px;
	margin: 0px;
}

.lead-form-v2-container form ul li {
	list-style: none;
}

.lead-form-v2-container form ul li.hidden {
	display: none;
}

.lead-form-v2-container form label {
	display: block;
	margin: 0px;
	font-weight: normal;
	color: #bcbcbc;
	font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: 0.01em;
}

.lead-form-v2-container form input	{
	width: 96%;
	padding: 2%;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 13px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: border,box-shadow 0.30s ease-in-out;
	-moz-transition: border,box-shadow 0.30s ease-in-out;
	-ms-transition: border,box-shadow 0.30s ease-in-out;
	-o-transition: border,box-shadow 0.30s ease-in-out;
}

.lead-form-v2-container form input.error {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-208-remove.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px;
}

.lead-form-v2-container form input.valid {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-207-ok.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 14px;
}

.lead-form-v2-container form textarea.error {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-208-remove.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 1%) calc(100% - 8%);
	background-size: 10px;
}

.lead-form-v2-container form textarea.valid {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-207-ok.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 1%) calc(100% - 8%);
	background-size: 14px;
}

select::-ms-expand,
input[type=text]::-ms-clear {
    display: none;
}

.lead-form-v2-container form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-602-chevron-down.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 12px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #fff;
	-webkit-transition: border,box-shadow 0.30s ease-in-out;
	-moz-transition: border,box-shadow 0.30s ease-in-out;
	-ms-transition: border,box-shadow 0.30s ease-in-out;
	-o-transition: border,box-shadow 0.30s ease-in-out;
}

.lead-form-v2-container form select.error {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-612-remove-chevron-down.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 27px;
}

.lead-form-v2-container form select.valid {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/short-lead-form/glyphicons-613-okchevron-down.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 30px;
}

.lead-form-v2-container form input:focus {
	outline: 0;
}

.lead-form-v2-container form input.valid:focus {
	box-shadow: 0 0 5px rgba(126, 197, 127, 1);
	border: 1px solid rgba(126, 197, 127, 1);
	outline: 0;
}

.lead-form-v2-container form input.error:focus {
	box-shadow: 0 0 5px rgba(169,68,66, 1);
    border: 1px solid rgba(169,68,66, 0.5);
	outline: 0;
}

::-webkit-input-placeholder,
::-webkit-select-placeholder,
select option:disabled
:-ms-input-placeholder,
::-ms-input-placeholder	{
	color: rgba(0,0,0,0.54);
	opacity: 1;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

.lead-form-v2-container form select {
	width: 100%;
	padding: 7px 7.5px;
	border-bottom: 1px solid #cccccc;;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	color: rgba(0,0,0,0.54);
	font-weight: bold;
	font-size: 13px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: block !important;
}

.lead-form-v2-container .newListSelected {
	display: none;
}

.lead-form-v2-container form select:focus {
	outline: 0;
}

.lead-form-v2-container form input:disabled,
.lead-form-v2-container form select:disabled,
.lead-form-v2-container form textarea:disabled {
	background-color: #f4f6f5;
	border: 1px solid #f4f6f5;
}

.lead-form-v2-container form select.valid:focus {
	box-shadow: 0 0 5px rgba(126, 197, 127, 1);
	border: 1px solid rgba(126, 197, 127, 1);
	outline: 0;
}

.lead-form-v2-container form select.error:focus {
	box-shadow: 0 0 5px rgba(169,68,66, 1);
    border: 1px solid rgba(169,68,66, 0.5);
	outline: 0;
}

.lead-form-v2-container form select option {
	color: #343434;
	font-weight: normal;
	font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

.lead-form-v2-container form select option:disabled {
	color: rgba(0,0,0,0.54);
}

.lead-form-v2-container form .form-group {
	position: relative;
}

.lead-form-v2-container form .form-group label.error {
	position: absolute;
    right: 0;
    margin: 5px 0px 0px;
    line-height: 1.2em;
    color: #a94442;
    font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
    font-size: 12px;
}

.lead-form-v2-container form label[for=hiddenReCaptcha].error {
	margin: 5px 0px 0px;
    line-height: 1.2em;
    color: #a94442;
    font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
    font-size: 12px;
}

.lead-form-v2-container form textarea {
	width: 98%;
	padding: 1%;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 14px;
	-webkit-transition: border,box-shadow 0.30s ease-in-out;
	-moz-transition: border,box-shadow 0.30s ease-in-out;
	-ms-transition: border,box-shadow 0.30s ease-in-out;
	-o-transition: border,box-shadow 0.30s ease-in-out;
}

.lead-form-v2-container .form-group textarea {
	margin-bottom: 30px;
}

.lead-form-v2-container > form > div:nth-child(4) > div > label {
	bottom: 11px;
}

form > div > .form-group.has-feedback {
	margin-bottom: 20px;
}

.lead-form-v2-container form textarea:focus {
	outline: 0;
}

.lead-form-v2-container form textarea.valid:focus {
	box-shadow: 0 0 5px rgba(126, 197, 127, 1);
	border: 1px solid rgba(126, 197, 127, 1);
	outline: 0;
}

.lead-form-v2-container form textarea.error:focus {
	box-shadow: 0 0 5px rgba(169,68,66, 1);
    border: 1px solid rgba(169,68,66, 0.5);
	outline: 0;
}

.lead-form-v2-container form .legal {
	color: #919191;
	font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
	line-height: 14px;
	font-size: 11px;
	padding: 0px;
	margin: 20px 0px;
    display: inline-block;
    width: 100%;
}

.lead-form-v2-container form button {
	background: #c08c39 !important;
	color: #fff;
	padding: 10px 25px;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-transform: uppercase;
	margin: 0px !important;
	cursor: pointer;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.lead-form-v2-container form button:disabled,
.lead-form-v2-container form button:hover:disabled {
	cursor: initial;
	background: #c08c39 !important;
	padding: 10px 25px 10px 45px !important;
}

.lead-form-v2-container form button:focus,
.lead-form-v2-container form button:hover {
	color: #fff;
	background: #b48436 !important;
}

.lead-form-v2-container form .hidden {
	display: none;
}

@media (max-width: 320px) {
	
	.lead-form-v2-container form input,
	.lead-form-v2-container form textarea	{
		width: 92%;
		padding: 4%;
	}
	
	.lead-form-v2-container .ip-alert.visible {
		padding: 4.5em 3em 1.5em;
		background-position: 50% 1em;
	}
	
	.lead-form-v2-container .ip-alert i.icon-warning-sign {
		left: 50%;
		top: 0.5em;
		transform: translateX(-50%);
	}
	
	.lead-form-v2-container form input.error,
	.lead-form-v2-container form input.valid {
		background-position: 97% center;
	}

	.lead-form-v2-container form textarea.error,
	.lead-form-v2-container form textarea.valid	{
		background-position: calc(100% - 3%) calc(100% - 8%);
	}

	.lead-form-v2-container form select,
	.lead-form-v2-container form select.error,
	.lead-form-v2-container form select.valid {
		background-position: 96.5% center;
	}
	
}

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

	.lead-form-v2-container form .left .g-recaptcha {
		margin: 30px 0px 0px;
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	
}

@media (max-width: 375px) {
	
	.lead-form-v2-container form input,
	.lead-form-v2-container form textarea	{
		width: 95%;
		padding: 3%;
	}
	
	.lead-form-v2-container form input.error,
	.lead-form-v2-container form input.valid {
		background-position: 96.5% center;
	}

	.lead-form-v2-container form textarea.error,
	.lead-form-v2-container form textarea.valid	{
		background-position: calc(100% - 3.5%) calc(100% - 8%);
	}

	.lead-form-v2-container form select,
	.lead-form-v2-container form select.error,
	.lead-form-v2-container form select.valid {
		background-position: 97% center;
	}
	
}

@media (max-width: 775px) and (orientation : landscape) {
	
	.lead-form-v2-container form input,
	.lead-form-v2-container form textarea	{
		width: 97.5%;
		padding: 1.5%;
	}
	
	.lead-form-v2-container form input.error,
	.lead-form-v2-container form input.valid {
		background-position: 98.5% center;
	}

	.lead-form-v2-container form textarea.error,
	.lead-form-v2-container form textarea.valid	{
		background-position: calc(100% - 1.5%) calc(100% - 10%);
	}

	.lead-form-v2-container form select,
	.lead-form-v2-container form select.error,
	.lead-form-v2-container form select.valid {
		background-position: 99% center;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.lead-form-v2-container form input,
	.lead-form-v2-container form textarea {
		width: 97.5%;
		padding: 1.5%;
	}
	
	.lead-form-v2-container form input.error,
	.lead-form-v2-container form input.valid {
		background-position: 98.5% center;
	}

	.lead-form-v2-container form textarea.error,
	.lead-form-v2-container form textarea.valid	{
		background-position: calc(100% - 1.5%) calc(100% - 10%);
	}

	.lead-form-v2-container form select,
	.lead-form-v2-container form select.error,
	.lead-form-v2-container form select.valid {
		background-position: 99% center;
	}
	
}

@media (max-width: 773px) {

	.lead-form-v2-container {
		width: calc(100% - 100px);
		padding: 0px 50px 50px;
		background-size: contain;
	}
	
	.lead-form-v2-container h1,
		.lead-form-v2-container p{
		padding: 0px;
	}
	
	.lead-form-v2-container form button:disabled,
	.lead-form-v2-container form button:hover:disabled {
		padding: 17.5px 25px !important;
		font-size: 0px;
	}
	
	.lead-form-v2-container form button:disabled .sk-fading-circle {
		left: 50%;
		transform: translate(-50%, -50%);
		ms-transform: translate(-50%, -50%);
	}
	
	.lead-form-v2-container img:first-child {
		width: 100vw;
		margin-bottom: 20px;
	}

	.lead-form-v2-container form .left {
		margin: 0px;
	}
	
	.lead-form-v2-container form .left,
	.lead-form-v2-container form .right {
		display: block;
		width: 100%;
	}
	
	.lead-form-v2-container .form-group textarea {
		margin-bottom: 0px;
	}
	
	.lead-form-v2-container form textarea {
		max-width: 100%;
	}
	
	.lead-form-v2-container form .last-list .clear {
		height: 0px !important;
	}
	
	.lead-form-v2-container form .legal {
		width: 100%;
		margin: 20px 0px;
		display: block;
	}
	
	.lead-form-v2-container form button {
		position: initial;
		display: block;
		bottom: 0px;
		width: 100%;
	}
	
	.lead-form-v2-container form .form-group label.error {
		position: initial;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		margin: 5px 0px -5px;
	}
	
	.lead-form-v2-container form .form-group label[for=Add_a_comment].error {
		margin: 5px 0px 0px;
	}
	
	.lead-form-v2-container form .left .g-recaptcha {
		margin: 30px 0px 0px;
	}
	
	.lead-form-v2-container form .left,
	.lead-form-v2-container form .right {
		float: none;
	}

}