/* CSS Document */
	
.form_select_selected + label {
    transform: translateY(-60%) scale(.6);
	color:#333;
} 	
	
	
.form_item--label-after .form_input:not(:placeholder-shown) + label {
    transform: translateY(-50%) scale(.6);
	color:#333;
} 

.form_item--label-after .form_input:not(:placeholder-shown) {
    padding: 12px 10px 4px;
}

.form_item--label-after{position:relative;}


#listeRessources1+label.coord
{
	  transform: translateY(-60%) scale(.6);
	color:#333;
}

.stepNumber {
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}
.form_item--label-after label {
    display: block;
    position: absolute !important;
    top: 12px;
    transform-origin: left center;
    transition: transform 150ms;
    width: 100%;
    margin-left: 11px;
    overflow: hidden;
    max-height: 27px;
    z-index: 10;
    font-size: 15px;
    text-align: left;
	color:#bbb;
}
	
.form_item--label-after label {
   pointer-events: none;
}

.form_input, .form_select {
    font: inherit;
    transition: border-color 300ms;
	padding: 8px 8px 8px;
	font-size: 16px;
}
textarea.coord, input.coord, select.coord
{
	
	width:100%;
	margin-bottom:5px;}
	
input.coord, select.coord
{
	margin-bottom:20px;
	width: 100%;
}

label.coord {
	font-size: 1.8rem;

width: 100%;
display: inline-block;
position: relative;
left:0px;
font-weight: 400;
margin-top: 2px;
}
#bookingstep-validation-bloc
{
	text-align:center;
}

/*rgpd */
.checkbox-optin
{
	margin-right:20px;
	margin-top:10px;
}
#rgpd-title
{
	font-size:1.2rem;
	font-weight:700;
	margin-top:10px;
	margin-bottom:5px;
}
/* fi rgpd */
textarea.coord,  input.coord, select.coord
{
	color:#333;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 1px;
	font: inherit;
	padding: 8px 8px;
	height:auto;
	font-size: 1.8rem;
}

select.coord{
padding: 13px 8px 8px 8px;}
#countryPhoneCode
{
	width:27%
}
#form-civility-div
{
	padding-right:0;
}
#form-civility-div button {

margin-right: 2px;
height: 50px;
border: 1px solid #999;
background-color: #fff;
font-size: 1.8rem;
display: inline-block;
padding: 7px 20px;
margin-bottom: 10px;
}

#form-civility-div button:hover {
   
  background-color:#fff;
  color:#ccda01;
   border: 1px solid #ccda01;
}
#form-civility-div button.btnSelected {
    background-color:#ccda01;
  color:#fff;
   border: 1px solid #ccda01;
}
#form-civility-div button.btnSelected:hover {
color:#fff !important;
background-color:#91bde4;
}
.selectTypePro {
    padding:10px 8px;
    display: inline-block;
}
.selectTypePro.selectType-on
{
background-color: #ccda01;
border: 1px solid #ccda01;
color:#fff;
}
.selectTypePro:hover {
  background-color:#fff;
  color:#ccda01;
   border: 1px solid #ccda01;
}
   
.selectTypePro.selectType-on:hover
{
color:#fff!important;
background-color:#a11d2c;
}
a.selectTypePro
{
margin-right: 5px;
height: 50px;
border: 1px solid #999;
background-color: #fff;
font-size: 1.2rem;
margin-bottom: 20px;
}

/*Hide place holder */
::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
input::placeholder {
         color: transparent;
    }
textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
textarea::placeholder {
         color: transparent;
    }
/*End Hide place holder */


/*bloc Critere*/
.bookingstep-bloc
{
display: block;
position: relative;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
#noticeObligatoire
{   float: left;
font-size: 1rem;
margin: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
display: block;
width: 100%;
margin-left: 15px;
margin-bottom: 15px;
}

div.complete::after , h3.complete::after
{
	background-image: url(images/check-circle.gif);
	display:inline-block;
	width:20px;
	height:20px;
	background-position:center;
	background-repeat:no-repeat;
	content: "";
	background-size: contain;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 7px;
}



/*bloc type resa*/


.selectTypeResa-button {
    color: #333;
    background-color: #fff;
    border: 1px #333 solid;
    padding: 20px 30px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
	display: inline-block;
	float: left;
	margin: 10px;
	min-width:120px;
}
.selectTypeResa-button-active, .selectTypeResa-button-active:hover  {
    background-color: #ccda01;
    color: #fff!important;
    border: 1px #ccda01solid;
}
.selectTypeResa-button:hover {
color: #ccda01;
border: 1px #ccda01solid;
}

.selectTypeResa-div-radio {
    display: inline-block;
}

.selectTypeResa-div-label {
    display: inline-block;
    margin-left: 9px;
}

.selectTypeResa-div {
    display: inline-block;
    border: 1px #ccc solid;
    padding: 12px 20px;
    margin: 20px;
	cursor:pointer;
}
.selectTypeResa-div-label-active
{
	color:#f02;
}

.selectTypeResa-div-active
{
	border: 1px #f02 solid;
}
/* fin bloc type resa */

/*bloc choix vehicule*/

#bookingstep-ressources2-title h3 {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  padding-left: 7px;
  text-transform: uppercase;
}
/*  fin bloc choix vehicule */

/*Bloc date et slot */

.day-calendar
{
	display: inline-block;
width: 87px;
height: 90px;
margin: 10px;
position: relative;
border: #ccc 1px solid;
text-align: center;
border-radius: 10px;
color: #aaa;
cursor:pointer;
}
.day-calendar-indispo
{
	display:none;
}
.day-calendar-full
{
	opacity:0.2;
}
.day-calendar-selected
{
	color: #ccda01;
	border: #ccda01 2px solid;
}

.day-calendar div.day
{
	position: relative;
top: 0;
left: 0;
padding: 3px 10px;
background: #ccda01;
color: #000;
text-transform: uppercase;
font-size: 11px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.day-calendar div.date
{
	position: absolute;
top: 38px;
font-size: 44px;
width: 100%;
text-align: center;

font-weight: 700;
}

.day-calendar div.month
{
	position: absolute;
bottom: 0px;
font-size: 14px;
width: 100%;
text-align: center;
}


.day-calendar div.year
{
	display:none;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #ccc;
}

#selectDateCalendar .ui-datepicker
{
	width:100%;
}

a.blockcreneau, a.blockcreneau:hover {
display: inline-block;
padding: 3px 10px;
margin: 5px;
background-color: #ccda01;
color: #000;
font-size: 15px;
border: 1px solid #000;
cursor: pointer;
}

a.blockcreneau:hover 
{
	color:#000;
	border:1px solid #ccda01;
	 background-color: #ffffff;;
}
 a.blockcreneau-active
{
	background-color:#ccda01;
	color:#000;
	border:1px solid #ccda01;
	font-weight:bold;
}

 @media only screen and (max-width: 1470px) {
a.blockcreneau,a.blockcreneau:hover 
{
		 padding:5px 10px;
	 font-size:10px;
	 
 }
 }
 @media only screen and (max-width: 1070px) {
a.blockcreneau,a.blockcreneau:hover 
{
		 padding:5px 7px;
	 font-size:10px;
	 margin:2px;
	 
 }
}
@media only screen and (max-width: 520px) {
#selectBlockCreneau
{
	text-align:center;
}
a.blockcreneau,a.blockcreneau:hover 
{
	font-size:15px;
	width:100%;
}

}
/*Fin Bloc date et slot */

/* cta */

a.submit-form
{
	margin: 20px!important;
min-width: 250px;
}

.cta2:not(:disabled):not(.is-disabled)
{
    background: #ccda01;
border: 2px solid #000;
color: #000;
-webkit-border-radius: 80px;
border-radius: 5px;
background-clip: padding-box;
font-family: 'Abarth_Medium',"Open Sans",sans-serif;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
font-weight: 700;
width: auto;
height: auto;
letter-spacing: .5px;
padding: 11px 20px !important;
min-width: 165px;
text-align: center;
margin:10px;
display:inline-block;
}

.cta2:not(:disabled):not(.is-disabled):hover
{
    background: #000;
border: 2px solid #000;
color: #ccda01;
-webkit-border-radius: 80px;
border-radius: 5px;
background-clip: padding-box;
font-family: 'Abarth_Medium',"Open Sans",sans-serif;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
font-weight: 700;
width: auto;
height: auto;
letter-spacing: .5px;
padding: 11px 20px !important;
min-width: 165px;
text-align: center;
margin:10px;
}

@media only screen and (max-width: 900px) {
.cta2:not(:disabled):not(.is-disabled)
{
  
	font-size: 1.1rem;
}
}



.cta:not(:disabled):not(.is-disabled)
{
       background: #ccda01;
border: 2px solid #ccda01;
color: #000;
-webkit-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
font-family: 'Abarth_Medium',"Open Sans",sans-serif;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
font-weight: 700;
width: auto;
height: auto;
letter-spacing: .5px;
padding: 11px 20px !important;
min-width: 165px;
text-align: center;
margin:10px;
}

.cta:not(:disabled):not(.is-disabled):hover
{
border: 2px solid #ccda01;
color: #ccda01;
background-color:#fff;
}


#listeBtnEvt .cta
{
	font-size: 1rem;
margin-top: 10px;
}

#bookingstep-resumeressource2-bloc .cta , #bookingstep-validation-bloc .cta{ 
    display: inline-block;
    margin: auto;
}

/* fin cta */

/*booking info */

#bookingInfo
{
	margin-top:20px;
	margin-bottom:50px;
}

#bookingInfo-ressources2-img
{
	max-width:100%;
}
#bookingInfo-ressource2-label
{
text-align: center;
font-size: 20px;
margin: 10px 0px;
border-bottom: 4px #ccda01solid;
padding-bottom: 10px;
}
/* fin booking info */

.bookingstep-bloc .ui-widget-content
{
	background: transparent !important;
}
.bookingstep-bloc .ui-widget-content {
  color: #fff;
}

.ui-widget-header
{
	background-color:#ffffff;
	color: #000000;
	background-image: none;
}
.ui-widget-header {
  color: #ccda01;
  background-color:#000000;
}

.ni_toggle , .ml_toggle{
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  color: #777;
}