<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gas_search_form{
	margin-bottom: 10px;
}

.gas_search_form .button{
	display: inline-block;
	text-decoration: none;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		color: #555;
	border-color: #cccccc;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
 	vertical-align: top;
}

.gas_search_form .button.focus,
.gas_search_form .button:focus,
.gas_search_form .button-secondary:focus {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}

.gas_search_form .button.hover,
.gas_search_form .button:hover,
.gas_search_form .button-secondary:hover,
.gas_search_form .button.focus,
.gas_search_form .button:focus,
.gas_search_form .button-secondary:focus {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}

.gas_search_form .button.active:focus {
	-webkit-box-shadow:
		inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}

/* Remove the dotted border on :focus and the extra padding in Firefox */
.gas_search_form button::-moz-focus-inner,
.gas_search_form input[type="reset"]::-moz-focus-inner,
.gas_search_form input[type="button"]::-moz-focus-inner,
.gas_search_form input[type="submit"]::-moz-focus-inner {
	border-width: 0;
	border-style: none;
	padding: 0;
}

.gas_search_form .button:active,
.gas_search_form .button:focus {
	outline: none;
}


/*
* Style de la pagination
*/
.gas_resultat_search .gas_pagination-centered {
  text-align: center;
  margin: 20px 0 0 0; 
  color: #333333;
}
.gas_resultat_search .gas_pagination-links a{
	padding: 5px 10px;
	background: #DFDFDF;
	text-decoration: none;
	color: black;
	transition: background 0.4s ease-out;
}
.gas_resultat_search .gas_pagination-links a:hover:not(.disabled){
	background: #1673AA;
	color: white;
}
.gas_resultat_search .gas_pagination .current-page{
	margin: 0 5px 0 3px;
}
.gas_resultat_search .displaying-num{
	display: block;
	margin-top: 10px;
}


.gas_resultat_search .assoc_item .cadre{
	padding: 5px;
	background: #F4F4F4;
	box-shadow: 0 2px 2px #B9B9B9;
	margin-bottom: 5px;
	transition: padding 0.2s ease-out, background 0.2s ease-out;
	display: block;
}

.gas_resultat_search .assoc_item .cadre:hover{
	padding: 15px 5px;
	background: #FFFFFF;
}
.gas_resultat_search .fa{
	color: #727272;
}

.alert{
	border-left:3px solid #0080FF;
	padding: 10px;
	background: white;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.alert.erreur{
	border-color: #FF0000;
}
.alert.error{
	border-color: #FF0000;
}
.alert.info{
	border-left: 0;
	text-align: center;
	border-color: #0080FF;
}
.alert.success{
	border-color: #00FF00;
}

.assoc_item p{
	margin: 0;
}
.assoc_item .left{
	width: 400px;
	float: left;
	padding: 5px;
}
.assoc_item .right{
	padding: 5px;
	float: left;
}
.clear{
	clear: both;
}
.assoc_item small{
	width: 100px;
}


/*
 * Style des bloc contenant les SELECT
 */
.gas_search_form .bloc_select{
	vertical-align: middle;
	height: 50px;
	float: left;
	margin: 0 10px 20px 0;
}

.gas_search_form .bloc_select select{

	display: block;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.6125rem !important; 
}
.gas_search_form .bloc_select select.radius {
  border-radius: 3px; 
}
.gas_search_form .bloc_select select:hover {
  background-color: #f3f3f3;
  border-color: #999999; 
}
.gas_search_form .bloc_select select:disabled {
    background-color: #dddddd;
    cursor: default; 
}
.gas_search_form .bloc_select option{
	text-transform : capitalize;
}


.gas_search_by_discpline{
	
}
.gas_search_by_lieux_de_pratique{
	
}

#gas_loading{
	display: none;
	margin-left: 10px;
}



@media screen and (max-width:769px){
	.assoc_item .left, .assoc_item .right{
		float: inherit;
		width: 100%;
	}
	.bloc_select{
		float: inherit;
		width: 100%;
	}
}</pre></body></html>