form .error-field input[type="text"].c-input,
form .error-field input[type="date"].c-input,
form .error-field input[type="number"].c-input,
form .error-field input[type="datetime"].c-input,
form .error-field textarea.c-input
{
	border: solid 1px #F00;
}
form .c-field[data-hidden='true']
{
	display: none;
}
tr[data-toggle-up]
{
	display: none;
}





.complex-field {
	min-height: 1rem;
}

.complex-field .complex-field li
{
	/* .badge-secondary */
    color: rgba(0, 0, 0, 1);
    background-color: rgba(17, 17, 17, 0.05);
    border: none;


	/* .p-2 */
    padding: 0.5rem !important;
    /* .mb-2 */
    margin-bottom: 0.5rem !important;
    /* .mr-2 */
	margin-right: 0.5rem !important;
}



.tag-field
{
	min-height: 1rem;

	/* .flex-wrap */
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;

	/* .d-flex */
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

	/* .list-unstyled */
	padding-left: 0;
    list-style: none;

	/* .form-control */
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #b5b5b5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid lightgray;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.tag-field li
{
	/* .badge-secondary */
    color: rgba(0, 0, 0, 1);
    background-color: rgba(17, 17, 17, 0.05);
    border: none;


	/* .p-2 */
    padding: 0.5rem !important;
    /* .mb-2 */
    margin-bottom: 0.5rem !important;
    /* .mr-2 */
	margin-right: 0.5rem !important;
	/* .position-relative */
    position: relative !important;

    /* .justify-content-center */
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

    /* .d-flex */
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

    /* .badge */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag-field li.list-placeholder
{
    color: rgba(17, 17, 17, 0.55);
    background-color: transparent;
    border: none;
}

.tag-field li.edit-enable
{
    color: #000;
    background-color: transparent;
    border: none;
}

.tag-field li.edit-enable .input-list-elem
{
  	padding-right: 19px !important;
}
.complex-field li.edit-enable .input-list-elem
{
	display: block;
}
.complex-field li .input-list-elem
{
	display: block;
	width: 90%;

	padding: 0.375rem 0.75rem;
	padding-right: 0.75rem;
}


.complex-field li .list-delete,
.tag-field li .list-delete
{
	/* .align-items-center */
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;

    /* .justify-content-center */
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

    /* .d-flex */
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

}


.complex-field li
{
	position: relative;
	padding-right: 1.5rem;

	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid lightgray;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.complex-field li .list-delete
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.375rem 0rem;
}

.complex-field li.list-placeholder .list-delete,
.tag-field li.list-placeholder .list-delete,
.tag-field li.edit-enable .list-delete {
	display: none !important;
}



.tag-field li span {
	min-height: calc( 14px*0.75 );
	/*line-height: calc(14px*0.75);*/
	line-height: 1;
}


.sub-form-separator {
	margin-left: 5rem;
}
.sub-form-separator + div {
	margin-left: 5rem;
}


/* PlaceHolder sur les contenue ï¿½ditable */
[contenteditable=true]:empty
{
	position: relative;

	/*padding-left: 1.5rem;*/
}
[contenteditable=true]:empty:after{
  content: attr(placeholder);
  line-heigth: 1;
  opacity: 0.5;
}


a.hover_object {
	text-decoration: underline;
}
a.hover_object::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
}
a.hover_object:hover::after {
    border-left: .3em solid;
}



/* Input type file qui passe par dessus le div de validation de formulaire */
.form-validation {
	z-index: 10;
}

/* Image pour le bouton de linkage Stripe connect */
#link_stripe {
	background-image:url(../images/stripe/blue-on-light.png);
	background-repeat:no-repeat;
	cursor:pointer;
	display: block;
	width:190px;
	height:33px;
}

/* Colonne de tableau qui contient un nombre */
.cpt-table-number {
	text-align: right !important;
}

.slider-handle
{
	background-color: #ff5950 !important;
	background-image: none !important;
}
input#prix_ht_max,
input#prix_ht_min
{
	width:70px;
}
span#prix_ht_max,
span#prix_ht_min
{
	cursor: pointer;
}

/**
 * @fixed zindex tooltips
 */
.tooltip.show {
    z-index: 2000 !important;
}


/* Icone de modalité de formation */
.icone-modalite  {
	width:15px;
	text-align:center;
	display:inline-block;
}


/* Plan du site */
.plan-site>ul>li>a {
	font-size:1.5rem;
}
.plan-site>ul {
	list-style-type: none;
}
.plan-site>ul>li>ul {
	list-style-type: none;
}

.plan-site>ul>li>ul>li::before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d3";
}

.formation-limit-height
{
	display: block;
    height: 100px;
    overflow: hidden;
}
.formation-limit-height:before {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.searching
{
	background: url("../images/loading.gif") no-repeat calc(100% - 5px) 50% !important;
}
.xdsoft_autocomplete_hint
{
	background-color: transparent;
}
.form-search .xdsoft_autocomplete_hint
{
	background-color: #FFFFFF;
}
.form-search .xdsoft_input,
.form-search .xdsoft_autocomplete,
.content-input-search input
{
	height: 100% !important;
	border: none;
	border-radius: 0;
}
.form-search .btn {
	height: 100%;
}
.form-search .btn ion-icon {
	font-size: 22px;
	height: 100%;
}
.content-input-search
{
	height: auto;
}
.xdsoft_autocomplete {
	z-index: 1095;
}

.field-changed
{
	background-color: rgba(255,53,42,0.1) !important;
	border-color: rgba(255,53,42,0.5) !important;
}

#form-contact
{
	max-width: 1200px;
}
#header-contact
{
	background-color: #424242; 
	color: #FFF;
	
	font-size: 1.5em;
}
#form-contact #message
{
	height: calc(100% - 42px);
	bottom:0;
	top:0;
}


/* Page qui sommes nous */
.qui-sommes-nous img {
	max-height: 200px;
	max-width: 100%;
}

.text-hyphens
{
	hyphens:auto;
}

/**
 * devis
 */
input[name="lignes[reference][]"]
{
	width: 150px;
}
input[name="lignes[quantite][]"]
{
	max-width: 50px;
	min-width: 50px;
}
input[name="lignes[prix][]"]
{
	width: 100px;
}
.col-prix
{
	min-width: 150px;
	max-width: 150px;
}
.content-space
{
	overflow-x: auto;
}
table.table
{
	background-color: #FFF;
}

.col-action
{
	width: 60px;
}
tfoot
{
	font-size: 1.2em;
}

input[name="lignes[tva][]"]
{
	width: 70px;
}

/*header du MDR*/
.xdsoft_autocomplete_dropdown .xdsoft_autocomplete {
	z-index: 1096 !important;		
}


.loading-modal
{
	position: absolute !important;
	display: block !important;
	visibility: hidden !important;
}

.c-pointer
{
	cursor: pointer;
}