/* NOTE : les selecteurs :not() sont utilisés par soucis de compatbilité */
/* entre les trois layout/css (backoffice, ancien front, nouveau front)  */
/* ils ne sont pas destinés à persister                                  */

fieldset {
	padding: .5rem;
	border: 1px solid #dee2e6;
}

fieldset legend {
	font-weight: bold;
	color: #1E3D8D;
	border: 1px solid #BBBBBB;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	padding: .13rem .25rem;
	display: block;
}

#tableDepartements {
	float: left;
	font-family: arial;
}

#partieCachee {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 15px;
}

#partieCachee2 {
	display: block
}

#formInscription p {
	font-size: 0.70rem;
}

p.info {
	font-style: italic;
}

h2#titreAlerte {
	float: left;
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 18px 0 0 0;
}

p.info label {
	float: none;
	font-weight: normal;
}

#choixInsscr p {
	font-size: 0.75rem;
	margin: 5px 0 5px 0;
}

#cfmcadre {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
	width: 686px;
}

#cfmcadre p {
	font-size: 0.75rem;
}

#cfmcadre a {
	display: block;
	margin-top: 15px;
	font-size: 0.80rem;
}

#cfmcadre #choixInsscr p {
	font-size: 0.80rem;
}

.AW_Titre3 {
	color: #80B61D;
	font-family: "Arial";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}

#formulaireInscription input {
	border: 1px solid gray;
}

#formulaireInscription a {
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

#formulaireInscription td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.60rem;
	line-height: 17px;
}

#Commentaires {
	border: 1px solid gray;
	width: 80% !important;
	margin-left: 0 !important;
}

#Commentaires:not(.commentairesbs) {
	display: inline;
	float: right;
	margin-left: 11rem;
}

#toolbar-Commentaires {
	float: left;
	width: 520px;
}

#toolbar-Commentaires img {
	border: 0;
}

#toolbar-Commentaires img:hover {
	-webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
	filter: grayscale(100%) brightness(135%) contrast(120%);
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#toolbar-Commentaires p {
	float: left;
	width: auto;
	clear: none;
}

#lesCriteres ul#listeZI {
	padding: 0 0 0 4px;
	margin: 0 0 0 0;
	float: left;
	width: 90%
}

#lesCriteres ul#listeZI li {
	overflow: hidden;
	clear: left;
	list-style: none;
}

#lesCriteres ul#listeZI li input {
	float: left;
	width: auto;
}

#lesCriteres ul#listeZI li label {
	float: left;
	width: auto;
}

/* ---------------------------------------------------------------------------------- */
/* -------------------------- demande d'inscription -------------------------- */
/* ---------------------------------------------------------------------------------- */
form#demandeInscr {
	float: left;
	display: inline;
	width: 650px;
	margin: 25px 0 0 25px;
}

form#demandeInscr p {
	float: left;
	width: 100%;
	clear: left;
	margin-top: 10px;
}

form#demandeInscr p#psub {
	margin-top: 25px;
}

form#demandeInscr p label {
	float: left;
	width: 90px;
	margin-top: 5px;
}

form#demandeInscr p input {
	float: left;
	display: inline;
	margin-right: 15px;
	width: 229px;
}

form#demandeInscr p textarea {
	width: 229px;
}

form#demandeInscr p input#telephone {
	width: 100px;
}

form#demandeInscr p input#nbPersonnes {
	width: 20px;
}

form#demandeInscr p.gras {
	font-weight: bold;
}

form#demandeInscr p span.oblig {
	color: #FF0000;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------ inscription avec onglets -------------------------- */
/* ---------------------------------------------------------------------------------- */
#lesCriteres ul#listeZI {
	padding: 0 0 0 4px;
	margin: 0 0 0 0;
	float: left;
	width: 90%
}

#lesCriteres ul#listeZI li {
	overflow: hidden;
	clear: left;
	list-style: none;
}

#lesCriteres ul#listeZI li input {
	float: left;
	width: auto;
}

#lesCriteres ul#listeZI li label {
	float: left;
	width: auto;
}

#formulaireInscription p {
	font-size: 0.75rem;
	overflow: hidden;
}

#formulaireInscription {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#formulaireInscription .unOnglet {
	padding: .5rem;
	border: 1px solid lightgray;
	overflow: hidden;
}

#formulaireInscription div.row {
	overflow: hidden;
	color: #535252;
	font-family: Arial;
	font-size: 0.75rem;
	margin-block-end: 1em;
}

#formulaireInscription .aGauche {
	float: left;
	width: 20%;
}

#formulaireInscription .legerGauche {
	float: left;
	width: 5%;
}

#formulaireInscription .auMilieu {
	float: left;
	display: inline;
	text-align: center;
	width: 18%;
	margin-left: 10%;
}

#formulaireInscription .precedent {
	float: left;
}

#formulaireInscription .suivant, .precedent {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7),
		to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',
		endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	-webkit-appearance: button;
	cursor: pointer;
	border: 1px solid transparent;
	color: #fff;
	border-color: #2e6da4;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 0.25rem;
	min-width: 7rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#formulaireInscription .suivant:hover, .precedent:hover {
	background-color: #265a88;
	background-position: 0 -15px;
}

.enBas {
	text-align: right;
}

.long {
	width: 80% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.xlong {
	width: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.xlong {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

#formulaireInscription .uneCateg {
	margin: 0 0 8px 0;
	border: 0;
	padding: 0;
}

#formulaireInscription li {
	list-style: none;
}

#formulaireInscription ul#listeZI {
	display: inline;
	width: 30%;
	margin: 0 3% 0 0;
	padding: 0;
}

#formulaireInscription ul#listeZI li {
	min-width: 100%;
	margin: 0.25rem;
	padding: 0;
	font-family: arial;
	font-size: 0.75rem;
	text-align: left;
	overflow: hidden;
	padding: 0;
}

#formulaireInscription ul#listeZI li input {
	float: left;
	margin-top: 0.15rem;
	margin-right: 0.5rem;
	margin-bottom: 0;
}

#formulaireInscription #mixDep {
	margin-top: 22px
}

#tableDepartementsInscr #inscr th {
	font-weight: bold;
}

#tel1:not(.tel1bs) {
	float: left;
}

#siret:not(.siretbs) {
	float: left;
}

#ape:not(.apebs) {
	float: left;
}

#CP:not(.cpbs) {
	float: left;
}

.tabMetier {
	float: left;
	display: inline;
	width: 30%;
	margin: 0 3% 0 0;
	padding: 0;
	border: 1px solid #BBBBBB
}

.tabMetier li {
	min-width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial;
	font-size: 0.75rem;
	text-align: left;
	overflow: hidden;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tabMetier li:hover {
	background-color: #f0f0f0;
}

.tabMetier li input {
	float: left;
	margin-top: 0.15rem;
}

.titreMetier {
	min-width: 100%;
	text-align: center;
	color: #1D3C8C;
	font-weight: bold;
	text-decoration: none;
	background-color: #E5E9EB;
	padding-bottom: .25rem;
	padding-top: .25rem;
	margin-bottom: .25rem;
}

li.titreMetier:hover {
	background-color: #E5E9EB;
}

/*inscription*/
#ongletInscription {
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#ongletInscription li {
	font-size: 0.75rem;
	font-weight: bold;
	color: #1E3D8D;
	border: 1px solid lightgray;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	padding: .15rem .25rem;
	display: block;
	border-bottom: 0;
}

#ongletInscription li.ongSelect {
	background-color: #c5c5c5;
	border-color: #dee2e6 #dee2e6 #fff;
	border-bottom: 1px solid transparent;
}

#ongletInscription li.ongDisabled {
	background-color: #858484;
	color: #E5E9EB;
}

.warninglogin {
	color: #dc3545;
	font-weight: bold;
	margin-bottom: 1rem;
}

.successlogin {
	color: #28a745;
	font-weight: bold;
}

.helper-form {
	font-size: 0.70rem;
}

.loginlabel {
	font-size: 1rem;
}

.ac_odd {
	background-color: #fafafa;
}

.acResults {
	position: absolute;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 0.8rem;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	max-height: 200px;
}

.acResults ul {
	padding-left: 0;
	margin-top: 0;
	margin-block-start: 0.25rem;
}

.acResults li {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.acResults li:hover {
	text-decoration: none;
	color: #262626;
	background-color: #d4d4d4;
	cursor: pointer;
}

.acSelect {
	text-decoration: none;
	color: #262626;
	background-color: #d4d4d4 !important;
	cursor: pointer;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

u:hover {
	text-decoration: underline;
}

#nomenclaturesCadre a.supdce {
	padding-left: 0.45rem;
	margin-right: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0px;
}

#nomenclaturesCadre p a {
	line-height: 1.25rem;
	margin-bottom: 0.25rem;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 1.3rem;
	border: 1px solid transparent;
	border-color: #dee2e6;
	float: left;
	text-decoration: none;
	margin-right: 1rem;
	padding: 0.1rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding-bottom: 0.15rem;
}

#nomenclaturesCadre p a:hover {
	background-color: #f0f0f0;
}

#nomenclaturesCadre p a:active:hover {
	background-color: #dee2e6;
}

.libelCPV {
	font-weight: bold;
}

.center {
	text-align: center;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.m-fadeOut {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms;
}

.m-fadeIn {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}

#cphelper {
	float: left;
	width: 70%
}

#societe:not(.societebs) {
	width: 50%;
}

.noBsPadding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.requiredField {
	border-color: red !important;
	transition: background-color 0.5s ease-in-out;
}

.requiredFieldCancel {
	border-color: gray !important;
}

#captchaImg {
	padding: 3px;
	border: 1px solid #7F9DB9;
}

.bootstrap-iso #profilCadre {
	padding: 2rem;
}

.redbg {
	background-color: #fae0e0 !important;
}

.popuptext {
	font-weight : bold;
	display: none;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: rgba(85, 85, 85, 0.95);
	width: 160px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
}

.popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

