/* en general */
a {
    color: #000000;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: underline;
}

.modal-backdrop.show {
    opacity: 0.8;
}

body {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
}

/*
.hide {
	display: none!important;
}

.show {
	display: block!important;
}
*/

/* La taille des fontes de l'application */
h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    font-weight: normal;
    color: #ff662b;
    text-transform: uppercase;
}

h3 {
    line-height: 30px;
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

.dropdown-menu {
	font-size: 100%;	
}

.modal-body label,
.modal-body select,
.modal-body option {
/* pour que les labels reprennent leur taille standard dans les modals */
	font-size: inherit;
}

.search_form label {
	font-size:0.75rem;
}

/*
.form-control {
	padding: unset;
}
*/

/* les classes de l'application */
.ac-ombre {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.ac-ombre:first-child {
    margin-top: 0
}


.ac-sep {
	border-top: 1px solid #e9e9e9;
}

/* corrections select2 
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 1px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 1px 0 1px 2px
}

*/

/* Le header */
.ac-brand {
	display: -ms-flexbox !important;
	display: flex !important;
	
	-ms-flex-align: center !important;
    align-items: center !important;
}

.ac-titre {	
    font-family: inherit;
    font-weight: normal;
    color: #ff662b;
    text-rendering: optimizelegibility;
    text-align: center;    
}

/* La navigation */
.navbar {
    font-size: 0.9rem;
    padding: 0.25rem 0rem 0rem 0rem;
}

.navbar-brand {
	white-space: unset;
}

.navbar-hover .nav-item:hover {
	border-top: 2px solid black;
}

.ac-navbar .nav-link {
	text-align: center;
}

/* desktop */
@media (min-width: 1024px) {
	.ac-brand {
		max-width: 25%;
	}
	.ac-logo {
		max-width: 40%;
	}
	.ac-logoTitre1 {
		max-width: 40%;
		margin-left: 20%;
	}
	.ac-logoTitre2 {
		display: none;
	}
	.ac-titre {
		font-size: 100%;
    	line-height: 16px;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
    	padding-right: 1.25rem;
   	 	padding-left: 1.25rem;
	}
    .ac-bottom-button {
        display: none;
    }
    .ac-extract-top-button {
        display: none;
    }
}

/* tablette */
@media (max-width: 1024px) and (min-width: 576px) {
	.ac-brand {
		width: 250px;
	}
	.ac-logo {
		max-width: 90px;
	}
	.ac-logoTitre1 {
		max-width: 90px;
		margin-left: 0px;
	}
	.ac-logoTitre2 {
		display: none;
	}
	.navbar {
		font-size: 0.75rem;
	}
	.ac-titre {
    	line-height: 14px;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
    	padding-right: 0.5rem;
   	 	padding-left: 0.5rem;
	}
    .ac-bottom-button {
        display: none;
    }
    .ac-extract-top-button {
        display: none;
    }
}
/*
		.navbar {
			font-size: 0.75rem;
		}
		.ac-logoTitre1 {
			max-width: 80px;
		}
		.ac-logo {
			max-width: 80px;
		}
		.navbar-expand-sm .navbar-nav .nav-link {
    		padding-right: 0.25rem;
   	 		padding-left: 0.25rem;
		}
*/

/* mobile */
@media (max-width: 576px) {
	.ac-brand {
		max-width: 200px;
	}
	.ac-logo {
		max-width: 95px;
	}
	.ac-logoTitre1 {
		display:none;
	}
	.ac-logoTitre2 {
		max-width: 100px;
		margin-left: 20px;
	}
	.ac-titre {
    	font-size: 1em;
    	line-height: 12px;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
    	padding-left: 0rem;
    	text-align: inherit;
	}
}

/* breadcrumb et Rgaa */

.breadcrumb {
	background-color: transparent;
    padding: 0.5rem 0rem;
   	margin-bottom: unset;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.ac-user a {
    font-weight: bold;
    color: #f56229;
    text-decoration: underline;
}

.ac-rgaa span {
    float: right !important;
}


/* les boutons liste / carte */
.ac-menu.navbar-nav .nav-link {
    background-color: #5f5f5f;
    background-image: -moz-linear-gradient(top, #616161, #5b5b5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616161), to(#5b5b5b));
    background-image: -webkit-linear-gradient(top, #616161, #5b5b5b);
    background-image: -o-linear-gradient(top, #616161, #5b5b5b);
    background-image: linear-gradient(to bottom, #616161, #5b5b5b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff616161', endColorstr='#ff5b5b5b', GradientType=0);
    border-color: #5b5b5b #5b5b5b #353535;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;

    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid transparent;

    min-width: 151px;
    text-align: center;
    margin-right: 5px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    
    display: block;
}

.ac-menu.navbar-nav .active > .nav-link,
.ac-menu.navbar-nav .active >.nav-link:hover,
.ac-menu.navbar-nav .active >.nav-link:focus,
.ac-menu.navbar-nav .nav-link:hover,
.ac-menu.navbar-nav .nav-link:focus {
	background-color: #ff662b;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f56229;
    background-image: -moz-linear-gradient(top, #ff662b, #e55c27);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff662b), to(#e55c27));
    background-image: -webkit-linear-gradient(top, #ff662b, #e55c27);
    background-image: -o-linear-gradient(top, #ff662b, #e55c27);
    background-image: linear-gradient(to bottom, #ff662b, #e55c27);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff662b', endColorstr='#ffe55c27', GradientType=0);
    border-color: #e55c27 #e55c27 #ab3f15;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ac-menu.navbar-nav .active > .nav-link,
.ac-menu.navbar-nav .active >.nav-link:hover,
.ac-menu.navbar-nav .active >.nav-link:focus {
    cursor: default;
}
/* les barres d'icones */

.ac-menu.nav-pills .nav-link {
    color: #ff662b;
}

.ac-menu.nav-pills .nav-link:hover {
  color: inherit;
  cursor: pointer;
}

.ac-menu.nav-pills .nav-link.disabled {
	color: inherit;
}


/* Une liste de liens horizontaux */
.ac-links {
	margin: 0px;
	/* positionne par le user-agent */
	padding-inline-start: unset;
}

.ac-links.right {
	text-align: right;
}

.ac-links li {    
	list-style-type: none;
    display: inline-block;
    zoom: 1;
}

.ac-links a {
	padding-right: 12px;
    padding-left: 12px;
	padding-top: 8px;
  	padding-bottom: 8px;
  	margin-top: 2px;
	margin-bottom: 2px;

	text-decoration: underline;
}

.ac-links.legals a {
	padding-right: 10px;
    padding-left: 10px;
}

.ac-links.orange a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  
	font-weight: bold;
    line-height: 14px;
    color: #ff662b;
    background-color: transparent;
}

.ac-links.orange a:hover,
.ac-links.orange a:focus {
  text-decoration: none;
  background-color: #ff662b;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f56229;
  background-image: -moz-linear-gradient(top, #ff662b, #e55c27);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff662b), to(#e55c27));
  background-image: -webkit-linear-gradient(top, #ff662b, #e55c27);
  background-image: -o-linear-gradient(top, #ff662b, #e55c27);
  background-image: linear-gradient(to bottom, #ff662b, #e55c27);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff662b', endColorstr='#ffe55c27', GradientType=0);
  border-color: #e55c27 #e55c27 #ab3f15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ac-links.orange a.disabled {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}

.ac-links.orange a.disabled:hover,
.ac-links.orange a.disabled:focus {
	text-decoration: underline;
	color: #999999;
	text-shadow: none;
    background-color: transparent;
	background-image: inherit;
}

.ac-pills.nav-pills .nav-link:hover,
.ac-pills.nav-pills .nav-link:focus {
  text-decoration: none;
  color: #000000;
}

.ac-action,
.ac-pills.nav-pills .nav-link {
    display: inline-block;
	
	border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	
    padding: 0px 12px;
    margin-bottom: 0;
    margin-right: 5px;
    
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    
    background-color: #ed3000;
    color: #ffffff;
}

/* Fin de la navigation */

/* la barre d'extraction */
.ac-progress label {
	font-weight: bold;
}

/* La mise en forme des tables */
.ac-collapse {
	padding: initial;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.ac-collapse div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: initial;
    font-size: 120%;
	background-color: gainsboro;
}
.ac-collapse div i {
    margin-left: 1em;
    margin-right: 1em;
}

.ac-collapse div span {
    display: inline;
}

.modal-table-sort .modal-header i {
	margin-right: 2em;
}

.men_table th,
.men_table td {
    border: 1px solid #fff;
    margin: 0;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.men_table th {
    background-color: #797979;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
      min-width: max-content;
}

.men_table th.asc:hover,
.men_table th.desc:hover {
	cursor: pointer;
}

.men_table th.asc  span,
.men_table th.desc span {
	display: inline-flex;
}

.men_table th.asc  span::after,
.men_table th.desc span::after {
	vertical-align:middle;
	padding-left:5px;
}

.men_table th.asc.current span::after,
.men_table th.asc:hover   span::after {
	content: url("../img/decoration/arrow-white-ttb.png");
}

.men_table th.desc.current span::after,
.men_table th.desc         span::after {
    content: url("../img/decoration/arrow-white-btt.png");
}

.men_table td span {
	display: inline-block;
	margin-right:10px;
	white-space: nowrap;
}


/* la mise en forme de l'extraction */
.form-check-inline {
    margin-right: inherit;
}

.form-check-inline label {
    margin-right: 0.75rem;
}

.uairequest_header {
  text-align: center;
}
.uairequest_title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding:  3px 40px 3px 40px;
}

.uairequest_form,
.extract_form {
}

.uairequest_form .fond,
.extract_form .fond {
    background-color: #e1e1e1;
}

.uairequest_form .fond2 {
	background-color: #f9d3c438;
	border: none;
}

.extract_form .section {
    background-color: #e1e1e1;
    margin-bottom: 5px;
    padding: 8px
}

.uairequest_form h1,
.extract_form h1 {
    font-size: 120%;
}

.uairequest_form h1 {
    color: #333;
    font-weight: bolder;
    text-transform: initial;
}

.extract_form h1 {
    color: #fff;
    background-color: #616161;
    font-weight: bold;
}

.uairequest_form h2,
.extract_form h2 {
    color: #333;
    background-color: #e1e1e1;
    font-weight: bold;
    font-size: 1.2em;
}

.uairequest_form h3,
.extract_form h3 {
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}

.extract_form .menu {
	height: 100%;
	ms-flex-align: center!important;
    align-items: center!important;
}

/* la mise en forme des forms de search */
.search_form {
	margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e1e1e1;
}

.search_form label {
	padding-right: unset;
}

.search_form .control-date span,
.search_form .control-date .custom-select {
	font-size: inherit;
}

.input-group-text.icone {
	font-size: 0.65rem;;
}

@media (min-width : 576px) {
	.search_form .labelGauche {
		text-align: left;
        white-space: nowrap;
	}

	.search_form .labelDroit {
		text-align: end;
        white-space: nowrap;
	}
}

/* Affichage des uai TODO */
.uai_form .fond1 {
	background-color: #ff662ba1;
	color: white;
}

.uai_form .fond2 {
	background-color: #f9d3c438;
}

.uai_form .fond1 h1 {
	background-color: unset;;
}

.uai_form .page {
    text-align: center !important;
}

.uai_form .page ul {
    margin-bottom: inherit;
}

.uai_form .map {
    display: inline-block;
}

.uai_form h1,
.uai_form h2,
.uai_form h3,
.uai_form h4,
.uai_form h5 {
	margin: 0rem;
	color: #333;
    text-transform: none;
    font-weight: bold;
}

.uai_form h1,
.uai_form h4,
.uai_form h5 {
	background-color: #e1e1e1;
	font-size: 1.2em;
}

.uai_form h2 {
    font-size: 1em;
    line-height: 20px;
    text-decoration: none;
}

.uai_form h3 {
    font-size: 1.2em;
}

.uai_form h4 {
	text-align: center;
}

.uai_form h5 {
    font-weight: initial;
	background-color: initial;
	text-align: center;
}

.uai_form .dateMaj {
	font-size: 11px;
    font-style: italic;
}

.uai_form span.field {
	margin-right: 10px;
}

.uai_form caption {
	display: none;
}

.input-xlarge {
    width: 80%;
}

.modal-header i,
.modal-header h3 {
    margin: 0;
    line-height: 30px;

    margin: 0;
    color: inherit;
    font-weight: bold;
}

.modal-body textarea,
.modal-body input[type="text"] {
    border: 1px solid #aaa;
}

.modal-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.modal-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.ac-modal-user textarea,
.ac-modal-user input[type="text"] {
	width: inherit;
}

/*   A VALIDER */
.modal-header {
    padding: 9px 15px;
}

.modal-footer {
    padding: 14px 15px 15px;
}

/* FIN A VALIDER */



.form-horizontal .control-group {
    margin-bottom: 8px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .controls {
    *display: inline-block;
    margin-left: 80px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 80px;
}
.form-horizontal .help-block {
    margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}
.form-horizontal .form-actions {
    padding-left: 80px;
}

.fieldset-date {
    padding: 0 3px 5px;
    margin: 0;
    border: 1px solid #999;
}

.legend-date {
    display: block;
    width: inherit;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    border: 1px solid #999;
}

.input-date-ope {
    min-width: 70px;
    text-align: center;
}

.input-carte-selection {
    min-width: 150px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: inherit;
}

.input-date {
    width: 6em;
}

.search_results {
/*    margin: 16px */
}

.search_results .ac-menu .nav-link {
	padding-left: 0rem;
	padding-right: 1.5rem;
}

#selectMapNone .nav-link {
	padding-left: 0.5rem;
	padding-right: 0rem;
}
.search_results .linkaction {
	text-decoration: underline;
}

.search_results .results #cmd-modal-option {
    text-decoration: underline
}

.search_results .results select {
    width: 60px;
    height: auto;
    padding: 0;
    margin-bottom: 0
}

.search_results .results {
    background-color: #f9f9f9;
}

.table-facet caption {
	display: none;
}

.marker-cluster-vert {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-vert div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-jaune {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-jaune div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-orange {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-orange div {
	background-color: rgba(241, 128, 23, 0.6);
	}

.marker-cluster-bleu {
	background-color: rgba(114, 179, 232, 0.6);
	}
.marker-cluster-bleu div {
	background-color: rgba(33, 150, 243, 0.6);
	}

.marker-cluster-marron {
	background-color: rgba(187, 106, 68, 0.6);
	}
.marker-cluster-marron div {
	background-color: rgba(160, 82, 45, 0.6);
	}

.autre_form input[type="text"],
.autre_form input[type="password"],
.autre_form textarea  {
	font-size: 12px;
}

.cadre_form {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e1e1e1;
}

.autre_text {
	background-color: white;
	padding: 10px;
}
