/* //////////////////////////////////////////////////////////
 *
 * VICHY 2016 - STYLES LOCAL HR
 *
 * /////////////////////////////////////////////////////// */

/* -----------------------------------------------------------
 * main footer
 * -------------------------------------------------------- */
.main-footer .newsletter {
    margin-top: 35px;
    text-align: right;
	overflow: hidden;
	}
.main-footer .newsletter .button{	
	margin-bottom: 35px;
	}
.main-footer .newsletter .button.has-border {
    border-width: 1px;
    border-style: solid;
    border-color: #333752;
	background: #fff;
	}
.main-footer .newsletter .button:hover:not(.disabled) .btn-bg,
.main-footer .newsletter .button.hover:not(.disabled) .btn-bg{
	color: #1c213f;
	}

/** POPIN REGISTER **/
.popin.myvichy.antiageproductcomment {
	padding: 0;
}
.popin.myvichy.antiageproductcomment .title-myvichy {
	font-size: 26px;
	font-weight: 400;
}
.popin.myvichy.antiageproductcomment .col {
	margin-bottom: 0;
}
.popin.myvichy.antiageproductcomment span[role="combobox"] {
	line-height: 40px;
}
.popin.myvichy.antiageproductcomment .text input {
	margin-bottom: 10px;
}
.popin.myvichy.antiageproductcomment .radio {
	padding-top: 10px;
}
.popin.myvichy.antiageproductcomment .radio li {
	display: inline-block;
	margin-right: 20px;
}
.popin.myvichy.antiageproductcomment .label-container {
	margin-bottom: 10px;
	}
.popin.myvichy.antiageproductcomment .label-container .label {
	font: 15px/1em "Calibre";
	color: #666666;
	}

.popin.myvichy.antiageproductcomment .birthdate .input-container > span {
	float: left;
	width: calc(92% / 3);
	}
.popin.myvichy.antiageproductcomment .birthdate .input-container > span ~ span {
	margin-left: 4%;
	}

.popin.myvichy.antiageproductcomment .checkbox-container .label-container {
	margin-bottom: 10px;
	}
.popin.myvichy.antiageproductcomment .checkbox-container .label-container .label {
	font: 15px/1em "Calibre";
	color: #666666;
	}
.popin.myvichy.antiageproductcomment .checkbox-container.cols .checkbox-inline {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 5px;
	padding-right: 5px;
	}
.popin.myvichy.antiageproductcomment .checkbox-container.cols .checkbox-inline span[role=checkbox] {
	position: absolute;
	top: 2px;
	left: 0;
	}
.popin.myvichy.antiageproductcomment .checkbox-container.cols .checkbox-inline label {
	padding-left: 20px;
	font-size: 0.8125em;
	line-height: 1em;
	color: #666666;
	}

.popin.myvichy.antiageproductcomment .legal-container {
	margin: 10px 0px;
	}
.popin.myvichy.antiageproductcomment .legal-container .radio-inline {
	display: inline-block;
	margin-right: 30px;
	}
.popin.myvichy.antiageproductcomment .legal-container .label {
	margin-bottom: 10px;
	font-size: 13px;
	color: #666666;
	}
.popin.myvichy.antiageproductcomment .legal-container .label strong {
	font-weight: bold;
	}
.popin.myvichy.antiageproductcomment .legal-container .label-container .label a {
	color: inherit;
	text-decoration: underline;
	}
.popin.myvichy.antiageproductcomment .legal-container .input-container {
	margin-top: 10px;
	}

/* Popin Login / Register */

.popin.myvichy.antiageproductcomment.login .birthdate,
.popin.myvichy.antiageproductcomment.login .custom-select-01,
.popin.myvichy.antiageproductcomment.logiun.checkbox-container {
	max-width: 330px;
	}

@media screen and (max-width: 980px) {
	
	.popin.myvichy.antiageproductcomment.login .birthdate,
	.popin.myvichy.antiageproductcomment.login .custom-select-01,
	.popin.myvichy.antiageproductcomment.logiun.checkbox-container {
		max-width: 100%;
		}
	.popin.myvichy.antiageproductcomment .radio {padding-bottom: 20px;}
	.popin.myvichy.antiageproductcomment .radio input[type="radio"] ~ label {font-size: 15px;}
	
	}