@charset "utf-8";

.clear {clear: both;}
.hidden {display: none;}
.relative {position: relative;}
.floatLeft {float: left;}
.floatRight {float: right;}


.ch3 {
	font-size: 18px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0 solid #bbb;
	width: 232px;
	padding: 3px 10px 0;
	margin: 4px;
	height: 35px;
}

.ch3s {
	width: 206px;
}

.ch4 {
	font-size: 18px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0 solid #bbb;
	background-color: #fff;
	background-image: url(images/u19_normal.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	cursor: pointer;
	width: 135px;
	padding: 3px 10px 0;
	margin: 4px 4px 12px 0;
	height: 35px;
	box-shadow: 0 0 5px 0 rgb(0, 171, 237);
	-webkit-box-shadow: 0 0 5px 0 rgb(0, 171, 237);
	-moz-box-shadow: 0 0 5px 0 rgb(0, 171, 237);
	-o-box-shadow: 0 0 5px 0 rgb(0, 171, 237);
}

.ch4:focus {
	cursor: auto;
}

/* Supprime la croix placé à droite dans IE */
.ch4::-ms-clear {
	display: none;
}

.ch4s {
	font-size: 12px;
	font-style: italic;
}

.ch5 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0 solid #bbb;
	text-align: center;
	height: 35px;
	width: 45px;
	box-shadow: 0 0 5px 0 rgb(0, 171, 237); -webkit-box-shadow: 0 0 5px 0 rgb(0, 171, 237); -moz-box-shadow: 0 0 5px 0 rgb(0, 171, 237); -o-box-shadow: 0 0 5px 0 rgb(0, 171, 237);
	text-indent: 3px;
	margin: 4px;
	margin-left: 0;
	padding-left: 5px;
	font-size: 1.2em;
}

.ch5 option {
	background: #fff;
}

.ch5 option:hover {
	background: #01E79C;
}

#NouvelleRech
{
	top: 95px;
	text-align: center;
	/* color: #2E6E9E; 04/10/98 */
	width: 100%;
	height: 45px;
	z-index: 5;
	background-color: #384547;
	font-size: 0.9em;
}

#NouvelleRech > div {
	height: 100%;
	justify-content: space-between;
	/* align-items: center; 04/10/18 */
	position: relative;
}

#NouvelleRech > div > span {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-moz-border-radius: 12px;
	cursor: pointer;
	padding: 0 5px;
	color: #d2d2d2;
	line-height: 1em;
	min-width: 130px;
}
#NouvelleRech > div > span:hover {
	color: #fff;
	background-color: #187489;
}
#NouvelleRech > div > a
{
	font-size: 12px;
	text-decoration: none;
}
#NouvelleRech > div > a:hover
{
	text-decoration: underline;
}

#ConteneurRechAvancee
{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all .8s;
	z-index: 1000;
	width: 500px;
	max-width: 100%;
	max-height: 50px;
}

#ConteneurRechAvancee #RechercheAvancee #CheckboxInterets .ui-button .ui-button-text img {display: block;}
#ConteneurRechAvancee #RechercheAvancee #CheckboxSecurite .ui-button .ui-button-text img {display: block;}
#ConteneurRechAvancee #RechercheAvancee #CheckboxClimat .ui-button .ui-button-text img {display: block;}

#ConteneurRechRapide
{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all .8s;
	z-index: 1000;
	width: 700px;
	max-width: 100%;
	max-height: 50px;
}

#ConteneurRechAvancee img.close, #ConteneurRechRapide img.close
{
	position: absolute;
	cursor: pointer;
	top: 4px;
}

#ConteneurRechAvancee img.close {right: 4px;}
#ConteneurRechRapide img.close {left: 4px;}

#menucache2 {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(37, 37, 37, 0.66);
	z-index: 100;
	transition: all .8s;
	opacity: 0;
}

@media screen and (max-width: 1599px) {
	.ui-widget {font-size: 1em;}
}

@media screen and (max-width: 640px) {
	#NouvelleRech {top: 49px; font-size: 1em;}
}

@media screen and (max-width: 480px) {
	#NouvelleRech > div > span {padding: 0 15px;}
}
