@charset "utf-8";
/* Obj Formulaire */

select{
	height:30px;	
}


ul.ui-select{
	display: inline-block;
	color:#FFF;
	    vertical-align: top;
}

ul.ui-select.active{
	height: 32px !important;
	margin-top: -5px;
}



#ui-datepicker-div{z-index:9999999999 !important;}
	
#search-tools div form ul.ui-select{
		width:-webkit-calc(50% - 20px);
		width:-moz-calc(50% - 20px);
		width:-o-calc(50% - 20px);
		width:calc(50% - 20px);
		margin-right:10px;
		margin-bottom:10px;
		background-color: transparent;
		border: none;
		color: #FFF;
		border-bottom: solid 3px #FFF;
		position:relative;
	    font-size: 0.75em !important;
}
	
#search-tools.active div form ul.ui-select:nth-child(2){
		/*margin-right: 50%;*/
}

#search-tools div form ul.ui-select li{
	cursor:pointer;
	display:none;
	    height: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		    padding-right: 20px;
}
#search-tools div form ul.ui-select li:nth-child(1){
	display:block;
	text-transform: uppercase;
	
}

#search-tools div form ul.ui-select li.active:nth-child(1){
	padding-left: 5px;
	padding-top: 5px;
	    font-weight: 700;
}

    
#search-tools div form ul.ui-select li span.ui-arrow{
	position: absolute;
    right: 0;
    top: -2px;
    line-height: 25px;
    font-size: 1.5em;	
	
}

#search-tools div form ul.ui-select li.active span.ui-arrow{

    right: 5px;
    top: 1px;
    font-size: 1em;	
	
}



.ui-lst-select{
	position: absolute;
    z-index: 9999999;
    width: 96%;
    padding: 2%;
    background-color: #D1437F;
    color: #FFF;
    font-size: 0.85em;
	max-height: 280px;
    overflow-y: auto;
}


.ui-lst-select div ul{
	margin-left: 10px;
    margin-right: 10px;
	
}

.ui-lst-select div ul li{
    display: inline-block;
    width: 100%;
    height: 100%;
	    vertical-align: top;
	/*line-height:40px;*/
}
.ui-lst-select div ul li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 94%;
    height: 94%;
    padding: 3%;
     line-height: 30px; 
    border-bottom: solid 1px #FFF;
   /* background-color: rgba(34, 34, 39, 0.13);*/
    
	max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-lst-select div ul li a:hover,.ui-lst-select div ul li a:focus,.ui-lst-select div ul li a:active{
    color: rgba(34,34,39,1);
	background-color: rgba(34, 34, 39, 0.13);
	border-bottom: solid 1px rgba(34,34,39,1);
}

/* POP MENU SELECT */

.ui-pop-select{
	position: absolute;
    z-index: 99999;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: calc(100% - 60px);
    padding: 20px;
    background-color: rgb(78, 78, 82);
    color: #FFF;
    font-size: 0.85em;
    /*max-height: 250px;*/
    overflow-y: auto;
    outline: solid 10px rgba(34,34,39,0.5);
}

.ui-pop-select ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #FFF;
    -moz-column-rule: 1px solid #FFF;
    column-rule: 1px solid #FFF;
}
.ui-pop-select ul li a{
	
	color: #FFF;
    text-decoration: none;
    display: block;
    /*border-bottom: solid 1px rgba(201,201,201,1);*/
    line-height: 30px;
}
.ui-pop-select ul li a:hover,
.ui-pop-select ul li a:active,
.ui-pop-select ul li a:focus{
	font-weight:bold;
}

.ui-pop-select ul li:nth-child(6) a{

    border-bottom: none;
}
.ui-pop-select ul li hr{
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    border-top: dashed 1px rgba(255,255,255,1);
    height: 1px;
}

#search-home {
	    display: none;
    position: absolute;
    left: 10px;
    top: 230px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
   /* height: 60px;*/
}
#search-home form{display:none;}

#search-input {
    font-weight:400;
    background-color: transparent;
    border: solid 1px #FFF;
    height: 30px;
   /* margin-top: 13px;*/
    margin: 8px;
    width: 40%;
    line-height: 30px;
    padding: 0;
    outline: none;
    padding-left: 5px;
    color: #FFF;
}

#goSearch {
    font-weight:400;
    background-color: transparent;
    border: solid 1px #FFF;
    color: #FFF;
    height: 32px;
    /*margin-top: 13px;*/
    margin: 8px;
    width: 12.5%;
    line-height: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#goSearch::after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: rgba(00,00,00,0);
	
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out; /* Safari 3.1 to 6.0 */
    transition: all 0.35s ease-in-out;
}



	
	
#goSearch:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(00,00,00,0.20);
}

input::-webkit-input-placeholder {  
   color: #FFF;  
}
input:-moz-placeholder {  
   color: #FFF;  
}
input::-moz-placeholder {  
   color: #FFF;  
}
input:-ms-input-placeholder {  
   color: #FFF;  
}





#search-home form ul.ui-select {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    color: #FFF;
    border-bottom: solid 1px #FFF;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
}


#search-home form ul.ui-select li span{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 22px;
    font-size: 1.2em;
}



/* FORMULAIRE DU SITE */

.element-transparent{

	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	  filter: alpha(opacity=0);
	/* Netscape */
	  -moz-opacity: 0;
	/* Safari 1.x */
	  -khtml-opacity: 0;
	/* Good browsers */
	  opacity: 0;
  	
}



form#form-devis-short ul.ui-select {
	    font-size: 0.85em !important;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px !important;
	margin-top: 10px !important;
    background-color: transparent;
    border: none;
    color: rgba(34,34,39,1);
    border-bottom: solid 1px rgba(34,34,39,1);
    position: relative;
	    cursor: pointer;
}

form#form-devis-short ul.ui-select li span.ui-arrow {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    font-size: 2em;
}

form#form-devis-short, form#form-send-friend{
			
		width:100%;
		min-height:100%;
		padding:0;
		margin-top:10px;
		margin-bottom:10px;
}
form#form-devis-short input, form#form-send-friend input, form#form-send-contact input{
	height: 30px;
    margin-bottom: 10px;
	background-color: rgba(230,230,230,1);
	color: rgba(134,134,153,1);
	border:none;
}
form#form-devis-short input::-webkit-input-placeholder,form#form-send-friend input::-webkit-input-placeholder, form#form-send-contact input::-webkit-input-placeholder {  
   color: rgba(134,134,153,1);  
}
form#form-devis-short input:-moz-placeholder,form#form-send-friend input:-moz-placeholder, form#form-send-contact input:-moz-input-placeholder {  
   color: rgba(134,134,153,1);  
}
form#form-devis-short input::-moz-placeholder,form#form-send-friend input::-moz-placeholder, form#form-send-contact input::-moz-input-placeholder {  
  color: rgba(134,134,153,1);  
}
form#form-devis-short input:-ms-input-placeholder,form#form-send-friend input:-ms-input-placeholder, form#form-send-contact input:-ms-input-placeholder {  
   color: rgba(134,134,153,1);  
}	
.bt-checkbox{
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 10px;
	position:relative;
	
	z-index:9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	opacity: 0;
}

.bt-img-checkbox::before{
	
	content:'';
	width:20px;
	height:20px;
	border: 1px solid rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-30px;
	top:0px;
}
.bt-checkbox:checked + .bt-img-checkbox::after{
	content:'';
	width:14px;
	height:14px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-26px;
	top:4px;
}


.input-txt {
    display: inline-block;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: calc(100% - 5px);
    margin-right: 0px;
    overflow: hidden;
    padding-left: 5px;
}
form#form-devis-short input:nth-child(odd),form#form-send-friend input:nth-child(odd){
	margin-right:0px;
}
form#form-send-contact input:nth-child(odd){
	margin-right:0px;
}
.input-txt-db{
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	
	overflow:hidden;
	padding-left:5px;
}

.input-date{
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	margin-right:0px;
	overflow:hidden;
	padding-left:5px;
	background-image: url(../imgs/themes/default/icones/icone-calendar.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
}

.label-title-db{
    margin-bottom: 10px;
    display: block;
}
.textarea-txt{
	width:-webkit-calc(100% - 10px);
	width:-moz-calc(100% - 10px);
	width:-o-calc(100% - 10px);
	width:calc(100% - 10px);
	min-height:100px;
	overflow:hidden;
	padding:5px;
    margin-bottom: 10px;
	background-color: rgba(230,230,230,1);
	color: rgba(134,134,153,1);
	border:none;
}

div.fileUpload {
	width:100%;
	position:relative;
}


div.fileUpload input.upload {
	z-index:9;
	position:relative;
	margin:0;
	padding:0;
	height:40px !important;
	width:100% !important;
	cursor:pointer;
}


span.bt-file{
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	margin:0;
	padding:0;
	text-align:center;
	line-height:40px;
}
span.bt-file span{
    margin-right: 5px;
    font-size: 1.2em;
    line-height: 40px;
    vertical-align: bottom;
    /* padding-bottom: 2px; */
}


.grp-input, .grp-input-legend, .grp-input-tbl{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	margin:0px;
	margin-bottom:10px;
	overflow:hidden;
	padding:0px;
	height:30px;	
	
}
 .grp-input-tbl{height:auto;}
 
 

 
 

form#form-devis-short .grp-input-tbl input.fav-radio, .grp-input-tbl .fav-radio + label{
    height: 16px;
    line-height: 16px;
    position: relative;
}
form#form-devis-short .grp-input-tbl input.fav-radio {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.grp-input-tbl .fav-radio, .grp-input-tbl .fav-radio + label {
    margin: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.85em;
    position: relative;
	cursor:pointer;
}
.grp-input-tbl .fav-radio + label {

	width:-webkit-calc(50% - 35px);
	width:-moz-calc(50% - 35px);
	width:-o-calc(50% - 35px);
	width:calc(50% - 35px);
}
.grp-input-tbl .fav-radio + label span{
	display:block;
	width:100%;
   	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 

}
.grp-input-tbl input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.grp-input-tbl input.fav-radio:checked + label::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



.legende-form{
    font-size: 0.75em;
}












.grp-input-legend legend{
	margin:0;
	padding:0;
	display:block;
	height:14px;
	line-height: 14px;
	margin-bottom: 1px;

}
form#form-devis-short .grp-input input.fav-radio, form#form-send-friend .grp-input input.fav-radio ,
form#form-devis-short .grp-input-legend input.fav-radio, form#form-send-friend .grp-input-legend input.fav-radio {
	margin:0;
	padding:0;
    height: 30px;
	line-height:30px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.grp-input .fav-radio, .grp-input .fav-radio + label,
.grp-input-legend .fav-radio, .grp-input-legend .fav-radio + label{
	margin: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
    height: 30px;
	line-height:30px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75em;
	position:relative;
	    cursor: pointer;
}

form#form-devis-short .grp-input-legend input.fav-radio, .grp-input-legend .fav-radio + label,
form#form-send-friend .grp-input-legend input.fav-radio, .grp-input-legend .fav-radio + label,
.grp-input-legend .fav-radio, .grp-input-legend .fav-radio + label{
	
	height:16px;
	line-height:16px;
	position:relative;	
	
}


.grp-input-legend input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.grp-input input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.grp-input-legend input.fav-radio:checked + label::after{
	content:'';
	width:6px;
	height:6px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-12px;
	top:5px;
	
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.grp-input input.fav-radio:checked + label::after{
	content:'';
	width:6px;
	height:6px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-12px;
	top:13px;
	
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

button{cursor:pointer;}

button.bt-ok-full{
    display: inline-block;
    background-color: rgba(158,45,93,1);
    border: solid 1px rgba(158,45,93,1);
    color: #FFF;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-right: 0%;
}

button.bt-ok-light{
    display: inline-block;
    border: solid 1px rgba(158,45,93,1);
    background-color: #FFF;
    color: rgba(158,45,93,1);
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-right: 0%;
    margin-top: 10px;
}



#popup_container{
	
	width:300px;
	background-color: #FFF;
    padding: 20px;
    border: solid 1px #000;
}

#popup_container h1 {
    font-size: 1.2em;
}

#popup_panel input[type=button]{
    display: inline-block;
    background-color: rgba(158,45,93,1);
    border: solid 1px rgba(158,45,93,1);
    color: #FFF;
    text-decoration: none;
    width: 100%;
	margin: 0%;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 40px;
    text-align: center;
    line-height: 36px;
	
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#popup_panel input[type=button]:hover{

    background-color: rgba(34,34,39,1);
    border: solid 1px rgba(34,34,39,1);
}
    








@media screen and (min-width: 480px) {


form#form-devis-short input:nth-child(odd), form#form-send-friend input:nth-child(odd) {
    margin-right: 0px;
}
form#form-devis-short input, form#form-send-friend input {
    height: 30px;
    margin-bottom: 10px;
    background-color: rgba(230,230,230,1);
    color: rgba(134,134,153,1);
    border: none;
}
.input-txt-db {
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: calc(100% - 5px);
    overflow: hidden;
    padding-left: 5px;
}

.input-txt {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    overflow: hidden;
    padding-left: 5px;
}
.input-date{
	display:inline-block;
	width:-webkit-calc(50% - 10px);
	width:-moz-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px);
	margin-right:10px;
	overflow:hidden;
	padding-left:5px;
	background-image: url(../imgs/themes/default/icones/icone-calendar.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
}
.grp-input, .grp-input-legend{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:-webkit-calc(50% - 10px);
	width:-moz-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px);
	margin:0px;
	overflow:hidden;
	padding:0px;
	height:30px;	
	
}

}








@media screen and (min-width: 768px) {
	.ui-lst-select div ul{
		-moz-column-count:3;
		-webkit-column-count:3;
		-o-column-count:3;
		column-count:3;
		-moz-column-gap:20px;
		-webkit-column-gap:20px;
		-o-column-gap:20px;
		column-gap:20px;
	}
	
	#search-home form{display:block;}
}





@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	.ui-lst-select div ul{
		-moz-column-count:4;
		-webkit-column-count:4;
		-o-column-count:4;
		column-count:4;
		-moz-column-gap:20px;
		-webkit-column-gap:20px;
		-o-column-gap:20px;
		column-gap:20px;
	}
	
	
	#search-tools div form ul.ui-select{
		font-size:0.8em !important;
		    width: 180px !important;
			margin-right: 5px !important;
			margin-bottom: 10px !important;
	}
	#search-tools.active div form ul.ui-select:nth-child(2) {
		margin-right: 5px !important;
	}
	#search-tools div form ul.ui-select:nth-child(2){
		    /*width: 120px !important;*/
	}
	#search-tools div form ul.ui-select:last-child{
		    margin-right: 0px !important;
	}
	


	#search-home form ul.ui-select {
		font-size: 0.8em !important;
		width: 150px !important;
		margin-right: 5px !important;
	}

	
	
	#search-home{
		top: 270px;
		display: block;
	}
	#search-input{

		/*width: 455px;*/
		width: 776px;

	}
	#search-home form ul.ui-select {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: transparent;
		border: none;
		color: #FFF;
		border-bottom: solid 1px #FFF;
		position: relative;
		cursor:pointer;
		margin-top: 15px;
	}
	
	#goSearch{
    	width: 120px;
	}
	
	
	
	
	/* FORMULAIRE DU SITE */
	
	
	
	.bt-checkbox{
		width: 14px;
		height: 14px;
		margin: 0px;
		margin-right: 10px;
	}
	
	.bt-img-checkbox::before{
		
		width: 12px;
		height: 12px;
		left: -24px;
		top: 0px;
		border: 2px solid rgba(158,45,93,1);
	}
	.bt-checkbox:checked + .bt-img-checkbox::after{
		width: 8px;
		height: 8px;
		left: -20px;
		top: 4px;
	}
	
	.input-txt-db{
		
	}
	
	
	
	
}



@media screen and (max-width: 1024px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media screen and (max-width: 680px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width: 480px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}










