.input-container {
	padding: 0;
	margin: 0 0 30px;
	position: relative;
	z-index: 0;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 20px rgba(196,197,197,0.4);
	-moz-box-shadow: 0px 4px 20px rgba(196,197,197,0.4);
	box-shadow: 0px 4px 20px rgba(196,197,197,0.4);
}

.input-container:after {
	content: "";
	position: absolute;
	bottom: -0.125rem;
	left: 0;
	right: 0;
	width: 0;
	height: 0.125rem;
	background: #f25a5a;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	transition: width .5s;
}

.input-container > input, .input-container > .input {
	outline: none;
	border: none;
	display: block;
	width: 100%;
	background-color: transparent !important;
	resize: none;
}

.input-container > textarea {
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	transition: height .5s;
	overflow: hidden;
}

.input-container > label, #footer .acym_module .acym_module_form label div {
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #1d1d1b;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	z-index: -1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: auto !important;
}
@media screen and (max-width: 767px){
	.input-container.has-select > label {
		right: 40px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.input-container.has-select.has-focus label {
		top: 0;
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		transform: none;
		line-height: 110%;
	}
}
.input-container > label.langtexte{
	top: -10px;
}
.input-container.has-focus label.langtexte{
	top: 0;
}

#footer .acym_module .acym_module_form label div{
	z-index: 1;
	-webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.input-container > label span {
	font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
	/*.input-container > label {
		bottom: 0.5rem;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}*/
}

.input-container.has-bg {
	border-bottom: 0;
}

.input-container.has-focus label {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);	
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #1d1d1b;
	z-index: 9999 !important;
}

#footer .acym_module .acym_module_form label.has-focus div {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);	
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #1d1d1b;
}

.input-container.has-focus input[type="text"],
.input-container.has-focus input[type="password"],
.input-container.has-focus input[type="email"],
.input-container.has-focus input[type="tel"],
.input-container.has-focus .input {
	padding-top: 22px !important;
}
.input-container.has-focus textarea{
	padding-top: 26px !important;
}

@media screen and (max-width: 768px) {
	/*.input-container.has-focus label {
		bottom: 0;
		top: 0;
		line-height: 110%;
	}*/
}

.input-container.has-focus label span {
	font-size: 0.5rem;
}

.input-container.has-select {
	position: relative;
	overflow: visible;
}

.input-container.has-select .custom-selector {
	text-align: left;
	height: 60px;
}

.input-container select.generated,
.input-container.has-focus select.generated{
	display: block !important;
	max-height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
}

.input-container.has-select .custom-selector .selector-header {
	line-height: 30px;
	min-height: 60px;
	padding-right: 15px;
	cursor: pointer;
	position: relative;
}

.input-container.has-select .custom-selector .selector-header:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 26px;
	background-image: url(../images/icon-arrow-circile-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px 26px;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transition: transform 0.5s;
}

.input-container.has-select .custom-selector.opened .selector-header:after {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-container.has-select .custom-selector .selector-header p {
	font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #1d1d1b;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    padding: 30px 15px 15px;
}

.input-container.has-select .custom-selector .selector-items {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	padding: 15px 15px 20px;
	background: #ffffff;
	z-index: 9999;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(196,197,197,0.4);
	-moz-box-shadow: 0px 15px 20px 0px rgba(196,197,197,0.4);
	box-shadow: 0px 15px 20px 0px rgba(196,197,197,0.4);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	border-top: 2px #f2f2f3 solid;
}

.input-container.has-select .custom-selector .selector-items .list-items {
	position: relative;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.input-container.has-select .custom-selector .selector-items {
		left: 0;
		right: 0;
	}
}

.input-container.has-select .custom-selector .selector-items .btn-close {
	position: absolute;
    right: 20px;
    top: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: pointer;
	display: none !important;
}

.input-container.has-select .custom-selector .selector-items .item {
	display: block;
	font-size: 15px;
	color: #1d1d1b;
	line-height: 25px;
	cursor: pointer;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.input-container.has-select .custom-selector .selector-items .item:hover{
	font-weight: 600;
}

.input-container.has-select .custom-selector .selector-items .item.first {
	display: none;
}

.input-container.has-select .custom-selector .selector-items .item.active {
	font-weight: 600;
}

.input-container.has-select .custom-selector.opened .selector-items {
	max-height: none;
	opacity: 1;
	visibility: visible;
}

.input-container.has-select.has-bg .custom-selector .selector-items {
	background-color: #ffe04a;
}

.input-container.has-select.has-bg .custom-selector .selector-items .ps__rail-y {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.input-container.has-select.has-bg .custom-selector .selector-items .ps__rail-y:after, .input-container.has-select.has-bg .custom-selector .selector-items .ps__rail-y:before {
	background-color: #ffe04a;
}

.input-container.has-select.has-bg .custom-selector .selector-items .ps__rail-y .ps__thumb-y {
	background-color: #4b4b55 !important;
}

.input-container.has-check {
	border: none;
	background: none;
    box-shadow: none;
}

.input-container.has-check .input, .input-container.has-check input[type="checkbox"] {
	display: none !important;
}

.input-container.has-check .input:checked + label:after,
.input-container.has-check input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.input-container.has-check > label {
	text-align: left;
	position: relative;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0 5px 40px;
	cursor: pointer;
	color: #1d1d1b;
	font-weight: 700;
}

.input-container.has-check > label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/checkbox-empty.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 0;
	cursor: pointer;
}

.input-container.has-check > label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/checkbox-filled.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	cursor: pointer;
}

.input-container.has-check.has-bg > label {
	border-color: #ffffff;
}

.input-container.remember-password > label {
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	display: block;
	text-align: center;
	margin-bottom: 2.8125rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 100%;
	color: #4b4b55;
}

.input-container.has-file > input {
	display: none;
}

.input-container.has-file > label {
	position: relative;
	line-height: 1.5rem;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	cursor: pointer;
	z-index: 0;
}

#contact-form .input-container:not(.fullwidth){
	max-width: 550px;
	width: 100%;
}

#nombre_carte_cff1-lbl{
	padding-right: 15px;
}