#formulaire{
	/*max-width: 1010px;*/
    float: left;
    width: 100%;
}
#formulaire .container{
	margin: 0 -15px;
}
.cff_reservations_form #formulaire{
	margin: 20px 0 0;
}
#formulaire .sending_message{
	margin-bottom: 25px;
    background: rgba(99, 255, 0, 0.45);
    padding: 10px;
}
#formulaire h3{
	font-weight: 600;
    margin: 30px 0 20px;
}
#formulaire .padding15{
	padding: 0 15px
}
/*.front-end-edit ul {
    padding: 0 !important;
}
.front-end-edit li {
    list-style: none;
    margin-bottom: 6px !important;
}*/
.front-end-edit label {
    margin-right: 10px;
    display: block;
    float: left;
    text-align: left;
    width: 100% !important;
}
.front-end-edit .radio label {
    float: none;
}
.front-end-edit .readonly {
    border: none !important;
    color: #666;
}    
.front-end-edit #editor-xtd-buttons {
    height: 50px;
    width: 600px;
    float: left;
}
.front-end-edit .toggle-editor {
    height: 50px;
    width: 120px;
    float: right;
}

#access-rules a:hover{
    background:#f5f5f5 url('../images/slider_minus.png') right  top no-repeat;
    color: #444;
}

fieldset.radio label{
    width: 50px !important;
}

form div.button-div{
    margin-left: 110px;
}


#formulaire .control-group {
	/*padding: 0 15px;
	padding-bottom: 20px !important;*/
	padding: 0 !important;
	margin-bottom: 0;
	width: 100% !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#formulaire .control-group.paddingbotm0{
	padding-bottom: 0 !important;
}
#formulaire .control-group-w33 {
	margin-bottom: 20px !important;
	width: 100% !important;
}
#formulaire .controls{
	float: left !important;
	width: 100% !important;
	margin-left: 0px !important;
	position: relative;
}
.form-horizontal .control-label{
	width: 100% !important;
	padding-top: 0px !important;
}
#formulaire .width100 {
	width:100% !important;
	float: left !important;
}

#form-construire .width100{
	float : none !important ;
}

#form-construire .control-group{
	float : none !important ;
}


#formulaire .controls input[type='text'], #formulaire .controls input[type='email'], #formulaire .controls select, #formulaire .controls textarea{
	max-width: none;
	width: 100%;
}

#formulaire .controls textarea{
	max-width: none;
	width: 100%;
}

#formulaire .controls select{
    border: none;
    height: 55px;
    background: #fff url(../images/bg-select.png) no-repeat right center !important;
	background-size: auto 55px !important;
    line-height: 20px;
    color: #000;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;	
	outline: none;
}


#formulaire .clear{
	float: left;
	width: 100%;
	height: 35px;
}
#formulaire .control-group.control-address {
    max-width: 100% !important;
}


#formulaire .no-maxwidth .control-group {
	max-width: 100% !important;
	float: left !important;
}
#formulaire .no-maxwidth .control-group button{
	margin: 20px auto 30px;
    display: block;
}
#formulaire .no-maxwidth .control-group button.stylelng{
	min-width: 430px;
    min-height: 80px;
}

#formulaire #champ_beneficiaire{
	float: left;
	width: 100%;
	margin: 10px 0 20px;
}
#formulaire #champ_beneficiaire .box_chek, #formulaire #champ_beneficiaire .box{
	margin: 0px;
	padding: 0px;
}
#formulaire #champ_beneficiaire .box input.chek{
	margin: 0 5px 0 0;
}
#system-message{
	margin-bottom: 0px !important;
	padding: 30px 0px 10px !important
}
#system-message .alert{
	margin-bottom: 0px !important;
	padding-top: 15px;
}
#system-message .alert-message, #system-message .alert-notice{
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
#system-message .alert .close{
	display: none !important;
}
.choix_iban span{
	display: block;
	float: left;
}
.choix_iban label{
	display: inline-block;
	width: auto !important;
	margin-right: 20px;
}
#formulaire .champs_iban, #formulaire .champs_iban .control-group{
	float: left;
	width: 100% !important;
	max-width: 100% !important;
	margin: 5px 0 0;
}
#formulaire .champs_iban .control-group .lbl_inputs{
	float: left;
	display: inline-block !important;
    width: auto !important;
    line-height: 35px;
    max-width: 30%;
    width: 100% !important;
}
#formulaire .champs_iban .control-group .inputs{
	float: left;
    max-width: 70%;
}
#formulaire .champs_iban .control-group .lbl_inputs label{
	display: inline-block !important;
    line-height: 35px;
}
#formulaire .champs_iban .inputs input[type="text"]{
	width: 10%;
	padding: 5px 10px;
	float: left;
	border-right: 0px;
	border-left: 1px solid #e6e6e6;
	border-top: 0px;
	height: 40px;
	text-align: center;
}
#formulaire .champs_iban input[type="text"]:first-child{
	border-left: 1px solid #e6e6e6;
}
#formulaire .champs_iban input[type="text"]:last-child{
	border-right: 1px solid #e6e6e6;
}
.champs_iban{
	display: none;
}
.champs_iban.show{
	display: block;
}
.possede_carte{
	position: relative;
	bottom: 2px;
	margin-left: 10px;
	width: 20px;
	display: inline-block;
}
#formulaire .control-group.choix_iban{
	max-width: 100%!important;
	width: 100%!important;
}
#formulaire #champ_beneficiaire .box_chek, #formulaire #champ_beneficiaire .box{
	display: block;
}

span#link{
	color: #1d1d1b;
    cursor: pointer;
    font-weight: 600;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
span#link:after{
	content: "";
    height: 2px;
    background-color: #ffe500;
    position: absolute;
    left: 0;
	right: 0;
    bottom: -2px;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
span#link:hover, span#link:focus{
	color: #1d1d1b !important;
}
span#link:hover:after, span#link:focus:after{
    background-color: #ffe500;
}

/* Styles radio and checkbox */
#formulaire .checkbox, #formulaire .radio{
	padding: 0px !important;
	margin: 0px;
	width: 100%;
    float: left;
    position: initial;
}
#formulaire ul.checkbox.fullwidth li{
	max-width: 100%;
	width: 100%;	
}
#formulaire ul.checkbox li, #formulaire ul.radio li{
	display: inline-block;
	position: relative;
    margin: 10px 0 0 0;
	max-width: 140px;
    width: 100%;
	z-index: 0;
}
#formulaire .type-doc ul.checkbox li{
	display: inline-block;
	position: relative;
    margin: 10px 0 0 0;
	max-width: 100%;
    width: 100%;
	z-index: 0;
}
.checkbox .radio-label, .checkbox .check-label {
	cursor: pointer;
	padding-left: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
	line-height: 18px;
}
.checkbox input[type=radio], .checkbox input[type=checkbox] {
    position: absolute;
	cursor: pointer;
    left: 0;
    top: 8px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 24px;
}
.checkbox .radio-label::before, .checkbox .check-label::before{
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #dbdbdb;
}
.checkbox .radio-label.erreur-check::before, .checkbox .check-label.erreur-check::before{
    border: 1px solid #cc0001 !important;
}
.checkbox .radio-label::before {
    width: 27px;
    height: 27px;
    left: 55px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.checkbox .check-label::before {
    width: 27px;
    height: 27px;
    left: 55px;
	background: #fff;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}
.checkbox .radio-label::before, .checkbox .radio-label::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
	left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox .check-label::before, .checkbox .check-label::after{
    content: '';
    display: block;
    position: absolute;
    top: -5px;
	left: 0px;
}
.checkbox input[type=radio]:checked + label::before {
    border-color: #dbdbdb;
    background: #fff url(../images/bg-radio.png) no-repeat center center;
}
.checkbox input[type=checkbox]:checked + label::before {
    border-color: #dbdbdb;
    background: #fff url(../images/bg-checked.png) no-repeat center center;
}


span.text-demo{
	font-style: italic;
	display: inline-block;
	color: #838383;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Lato', sans-serif !important;
}

.cff_reservations_form ul#cards_sending, .cff_reservations_form ul#cards_conditions {
    padding: 10px 0 20px !important;
}
.cff_reservations_form ul#cards_sending li {
    background: none !important;
    max-width: 25% !important;
    float: left !important;
}
.cff_reservations_form ul#cards_conditions li {
    background: none !important;
    float: left !important;
	max-width: 100% !important;
}
.cff_reservations_form ul#cards_conditions li label a{
	position: relative;
	z-index: 999;
}

/* Styles tableau CFF */
section#content-cartes .cff_holder {
	display: inline-block;
    margin: auto;
    width: 48%;
    float: left;
    vertical-align: top;
}
section#content-cartes .cff_holder.first_table {
    margin-right: 4%;
}
section#content-cartes table tr td {
	color: #2d2d28;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border: 1px #dbdbdb solid;
    padding: 16px 20px !important;
    text-transform: uppercase;
}
section#content-cartes table tr:nth-child(even) {
    background-color: #f7f7f7;
}
section#content-cartes .agenda_view table tr td:first-child{
	text-align: center;
}
section#content-cartes .cff_holder .switch_months .month {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffe500;
    text-transform: uppercase;
}

#formulaire  #list_price{
	padding: 5px !important
}

.formError, .info {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 10px;
    display: none;
    position: absolute;
    bottom: -22px;
    left: 0;
}
.formError.show_erreur {
	display: block;
}

.infobulle span.texte{
	position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    color: #2d2d28;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 3px;
    -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);
	-webkit-transform: scale(0) rotate(-12deg);
    -moz-transform: scale(0) rotate(-12deg);
    -ms-transform: scale(0) rotate(-12deg);
    -o-transform: scale(0) rotate(-12deg);
    transform: scale(0) rotate(-12deg);
    transition: all .25s;
    opacity: 0;
}
.infobulle span.texte:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -99991;
}
.infobulle:hover span.texte, .infobulle:focus span.texte{
	-webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
	opacity: 1;
}

#formulaire .input-file {
    position: relative;
    width: 100%;
    height: 50px;
	margin-bottom: 30px;
}
#formulaire .input-file span {
    position: absolute;
    left: 0px;
    top: 0px;
}
#formulaire .input-file span.formError {
    top: auto !important;
	bottom: -24px;
}
#formulaire .input-file span span.button {
    top: 0;
    cursor: pointer;
    position: absolute;
    left: 0px;
    background: #ffe500;
    border-radius: 0px;
	border: 1px #ffe500 solid;
    color: #1d1d1b;
    line-height: 50px;
    padding: 0px 5px;
	max-width: 196px;
	width: 100%;
    height: 50px;
	padding-left: 10px;
}
#formulaire .input-file span span.button:hover,  #formulaire .input-file span span.button:focus{
	background: #fbdc31;
    color: #1d1d1b !important;
}
#formulaire .input-file span input[type="file"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
}
#formulaire input[type="file"] {
    position: absolute;
    filter: alpha(opacity = 0);
    left: 0;
    top: 0;
	bottom: 0;
}
#formulaire #testfile, #formulaire #testfile1, #formulaire #testfile2,
#formulaire #testfile3, #formulaire #testfile4, #formulaire #testfile5,
#formulaire #testfile6, #formulaire .style_file {
    text-decoration: none;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2d2d28;
	font-size: 16px;
    text-indent: 5px;
    height: 50px;
    padding-top: 0;
    margin-left: 200px;
    width: auto !important;
    box-shadow: none !important;
}

#formulaire .dates_column {
	margin: 0 -15px;
}
#formulaire .dates_column .width50{
	width: 50%;
	float: left;
	padding: 0 15px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#formulaire .dates_column .width33{
	width: 33.33%;
	float: left;
	padding: 0 15px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	#formulaire ul.checkbox li, #formulaire ul.radio li{
		margin: 5px 0;
		max-width: 100%;
		width: 100%;
	}
	#formulaire .controls select{
		width: 100%;
	}
}
@media (min-width: 767px) {
	span.text-demo{
		padding-left: 8px;
	}
}
@media (max-width: 768px) {
	.cff_reservations_form ul#cards_sending li{
		max-width: 50% !important;
	}
}
@media (max-width: 480px) {
	.cff_reservations_form ul#cards_sending li {
		max-width: 100% !important;
	}
}
@media (min-width: 767px) {
	#formulaire #champ_beneficiaire .box_chek, #formulaire #champ_beneficiaire .box{
		margin: 0 30px 0 0px;
		padding: 0px;
		display: block;
	}
	#formulaire .marginleft90{
		margin-left: 40px !important;
	}
	#formulaire .champs_iban .control-group .lbl_inputs{
		max-width: 20%;
	}
	#formulaire .control-group .deux-champs.maxwidth130 {
		max-width: 38% !important;
		width: 100% !important;
		float: left !important;
	}
	#formulaire .control-group .deux-champs.maxwidth290 {
		max-width: 60% !important;
		width: 100% !important;
		float: left !important;
	}
}
@media (max-width: 768px) {
	.choix_iban span{
		display: block;
		float: none;
		width: 100%;
		margin-right: 0 !important;
	}
	#formulaire .control-group.choix_iban, #formulaire .champs_iban .control-group .lbl_inputs, #formulaire .champs_iban .control-group .inputs{
		max-width: 100%!important;
		width: 100%!important;
	}
	#formulaire .champs_iban .inputs input[type="text"]{
		width: 14%;
	}
}
@media (max-width: 500px) {
	#formulaire .no-maxwidth .control-group button.stylelng{
		min-width: 100%;
	}
}
@media (min-width: 767px) {
	#formulaire .control-group {
		max-width: 50% !important;
		float: left !important;
	}
	#formulaire .control-group-w33 {
		max-width: 33.3% !important;
		float: left !important;
	}
	#form-construire .control-group {
	    /*max-width: 50% !important;*/
	    float: none !important;
	}
	#formulaire .control-group.control-address input[type='text'] {
		width: 97.5% !important;
	}
}
@media (max-width: 768px) {
	#formulaire .controls input[type='text'], #formulaire .controls input[type='email'], #formulaire .controls textarea{
		width: 100%;
	}
	#formulaire .controls select{
		width: 100%;
	}
}
@media (max-width: 930px) {
	section#content-cartes table tr td {
		padding: 12px !important;
	}
}
@media (max-width: 768px) {
	section#content-cartes .cff_holder.first_table {
		margin-right: 0;
	}
	section#content-cartes .cff_holder {
		display: inline-block !important;
		margin: auto;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}

#wrapper .input-container.has-check > label {
	font-weight: 600;
}

#wrapper .input-container.has-check > label:before {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px #ffe500 solid;
	background-image: none;
	box-sizing: border-box;
	margin: auto;
	bottom: 0;
}
#wrapper .input-container.has-check > label:after {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-image: none;
	width: 10px;
	height: 10px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #1D1D1B;
}

#wrapper .controls-checkbox .input-container.has-check > label:before {
	border-radius: 0;
	border: 2px #ffe500 solid;
	background-image: none;
	box-sizing: border-box;
	margin: auto;
	bottom: 0;
}
#wrapper .controls-checkbox .input-container.has-check > label:after {
	background: url(../images/checkbox-filled.svg) no-repeat center center !important;
    background-size: 100% 100% !important;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    margin: auto;
    background-color: #ffe500;
    left: 0;
    top: 0;
    bottom: 0;
}

#formulaire h2:after {
	background: #fff;
}

#wrapper #form {
	margin: 0 -15px;
}

#wrapper #form .container {
	max-width: 100%;
	margin: 0;
}

#wrapper #form form {
	box-sizing: border-box;
}

#wrapper form:after {
	content: "";
	display: block;
	clear: both;
}

#wrapper #form form * {
	box-sizing: border-box;
}
#form-arrivee input.isdate {
background: transparent url('../images/picto-calendar.svg') no-repeat 96% center;
background-size: 25px auto;
}

#wrapper #formulaire h3 {
	margin: 25px 15px 30px;
}

#wrapper #formulaire #form .control-group {
	padding: 0 15px !important;
}

#wrapper #formulaire .input-container.has-check {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}

#wrapper #formulaire #form .controls-radio{
	overflow:hidden;
}
#wrapper #formulaire #form .controls-radio,
#wrapper #formulaire #form .controls-checkbox {
	margin-bottom: 30px;
}

#wrapper #formulaire #form .control-content:after {
	content: "";
	display: block;
	clear: both;
}

#wrapper #formulaire .input-container.has-check label {
	line-height: 30px;
	text-transform: none;
	font-weight: 300 !important;
	font-size: 18px !important;
}

#wrapper #formulaire .input-container {
	overflow: visible;
}

#wrapper #formulaire .input-container .formError, #wrapper #formulaire .input-container .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	margin: 0;
}
#wrapper #formulaire .controls-checkbox .input-container .formError,
#wrapper #formulaire .controls-checkbox .input-container .info{
	top: 30px;
	bottom: 0;
}

#wrapper #formulaire .input-container .generated {
	display: none;
}
#wrapper #formulaire .input-container.has-select .custom-selector .selector-items .item.first{
	display: block !important;
}

.div_radio{
	position: relative;
}
.div_radio p.formError{
	bottom: -8px;
}
.div_radio:after{
	content: "";
	display: block;
	clear: both;
}


#wrapper #form #form-permanence input[type='checkbox']{
	margin: -2px 10px 0 5px;
}
#wrapper #form #form-permanence .weeks select{
	margin-bottom: 10px;
}
#wrapper #form #form-permanence .input-container label{
	left: 24px;
	text-transform: none;
}
#post-module-description input.input::-moz-placeholder,
#post-module-description textarea::-moz-placeholder{
	opacity: 1;
	color: #B5B5B5 !important;
}
#post-module-description input.input::-webkit-input-placeholder,
#post-module-description textarea::-webkit-input-placeholder{
	opacity: 1;
	color: #B5B5B5 !important;
}
#post-module-description input.input::-moz-placeholder,
#post-module-description textarea::-moz-placeholder{
	opacity: 1;
	color: #B5B5B5 !important;
}
#post-module-description input.input:-ms-input-placeholder,
#post-module-description textarea:-ms-input-placeholder{
	opacity: 1;
	color: #B5B5B5 !important;
}
#post-module-description input.input:-moz-placeholder,
#post-module-description textarea:-moz-placeholder{
	opacity: 1;
	color: #B5B5B5 !important;
}

@media screen and (max-width: 768px){
	#wrapper #form #form-permanence {
		padding: 0 15px;
	}
	#wrapper #form #form-permanence h2:after{
		background-color: #ffe500;
	}
	#wrapper #form #form-permanence table thead th{
		display: none;
		text-align: left !important;
	}
	#wrapper #form #form-permanence table thead th:first-child{
		display: block;
	}
	#wrapper #form #form-permanence input[type='checkbox']{
		margin-left: 0;
	}
	#wrapper #form #form-permanence table td{
		text-align: left !important;
	}
	#wrapper #form #form-permanence table td.input-container{
		padding: 0 !important;
		margin-top: 10px;
		border-top: 0;
	}
	#wrapper #form #form-permanence .input-container label{
		left: 15px!important;
	}
	#wrapper #form #form-permanence .control-group{
		padding: 0!important;
	}
}