﻿@charset "utf-8";
/* CSS Document */
<link rel="stylesheet" href="https://use.typekit.net/mjn3pkx.css">

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 15, 2015 */

@font-face {
    font-family: 'playfair-sc';
    src: url('/assets/home/fonts/playfairdisplaysc-regular-webfont.eot');
    src: url('/assets/home/fonts/playfairdisplaysc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/home/fonts/playfairdisplaysc-regular-webfont.woff2') format('woff2'),
         url('/assets/home/fonts/playfairdisplaysc-regular-webfont.woff') format('woff'),
         url('/assets/home/fonts/playfairdisplaysc-regular-webfont.ttf') format('truetype'),
         url('/assets/home/fonts/playfairdisplaysc-regular-webfont.svg#playfair-sc') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playfair';
    src: url('/assets/home/fonts/playfairdisplay-regular-webfont.eot');
    src: url('/assets/home/fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/home/fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('/assets/home/fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('/assets/home/fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('/assets/home/fonts/playfairdisplay-regular-webfont.svg#playfair') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**********************************/
/***********Tags généraux**********/
/**********************************/

html { min-height:100%; } /* to get the gradient to stetch to the bottom of the view port */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
    /*background-color: #fff;*/
	background-color: #ede4d5;
	font-weight: normal;
	color: #000;
}

a:link, a:visited {
	color: #5A5A5A;
	text-decoration: none;
}
a:hover, a:active {
	color: #94BC20;
	text-decoration: none;
}
h1 {
	font-family: eurostile, sans-serif;
	font-size: 22px;
    font-weight: 500;
	line-height: 30px;
	margin: 0;
	padding: 15px 0 0 0;
    text-transform: uppercase;
	}
	h1 span {
		display: block;
		font-size: 16px;
        text-transform:none;
		}
h2 {
	font-family: eurostile, sans-serif;
	font-size: 22px;
    font-weight: 500;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 5px 0;
    text-transform: uppercase;
	}
	h2 span {
		text-transform:none;
		}
h3 {
	font-family: eurostile, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	margin: 0;
	padding: 5px 0 15px 0;
    text-transform:uppercase;
	}
h4 {
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #94bc20;
	text-transform: uppercase;
	}
h5 {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #94bc20;
	}
h6 {
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #94bc20;
	}

h6:before {
    content:url(/assets/home/img/com/icon-arrow-02.svg);
	margin: 0 5px 0 0;
}

form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:hover img {
	opacity: 0.8;
}
p {
	padding: 3px 0 5px 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0 5px 0 0;
	}
	ul li {
	margin: 0;
	list-style:none;
	/*padding: 0 0 4px 15px;*/
	/*list-style-position: outside;
	/*list-style-type: disc*/;
	}
	ul li ul {
		margin: 0 0 0 15px;
	}
ol {
	margin: 0;
	padding: 0 5px 5px 22px;
	}
	ol li {
	margin: 0;
	padding: 0 0 1px 0;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	}
blockquote {
	margin: 0;
	padding: 0 0 0 15px;
	}
::-webkit-input-placeholder {
   color:#74797d !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:#74797d !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#74797d !important;
}
:-ms-input-placeholder {
   color:#74797d !important;
}

hr {
	height: 1px;
	margin: 15px 0 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	clear: both;
}
sup, sub {
	font-size: 70%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.5em;
}

header {
	position: relative;
	}
nav {
	position: relative;
	}
section {
	position: relative;
	min-height: 450px;
	background-color: #fff;
	}
article {
	position: relative;
	padding: 0 3%;
	}
table {
	border-collapse: collapse;
	}
	table td {
		vertical-align: top;
		}
	table img {
		display: block;
		}
figure {
	margin: 0;
	padding: 0;
	}
	figcaption {
		max-width: 300px;
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
		color: #222;
		border-left: 2px solid #0097d9;
		margin: 0 0 20px 0;
		padding: 2px 0 0 8px;
	}
footer {
	padding: 17px 0 0 0;
	text-align: left;
	background-color: #000;
	color: #fff;
	}
	footer p {
		padding: 10px 0 5px 0;
		font-size: 11px;
		text-align: center;
	}
	footer ul {
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		}
		footer ul li {
			margin: 0;
			padding: 0 0 4px 0;
			list-style-position: outside;
			list-style-type: none;
			font-size: 11px;
			line-height: 15px;
			text-align: center;
			display: inline-block;
			}
			footer ul li a:link, footer ul li a:visited {
				color: #fff;
				text-decoration: none;
			}
			footer ul li a:hover, footer ul li a:active {
				color: #009540;
			}
	footer a {
		font-size: 11px;
		line-height: 15px;
		text-decoration: none !important;
	}

/*************************************/
/**************Elements***************/
/*************************************/

/*header*/
header .container {
	background-color: #fff;
	position: relative;
}

.navbar-collapse.collapse {
    padding-bottom: 10px;
}
.navbar {
	border: none; /*supprime le border transparent tout autour de l'écran*/
	margin: 0;
}
	.navbar-brand {
		float: none;
		height: auto;
		padding: 15px 15px 0 15px;
		display: block;
	}
	/*nav minimisée et sous-menus*/
	/*icon burger menu*/
	.navbar-toggle {
		position: relative;
		float: none;
		padding: 10px 0;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 20px 0 0 0;
		background-image: none;
		border: none;
		border-radius: 0;
		display: block;
		width: 100%;
		}
		.navbar-toggle img {
			margin: -3px 0 0 10px;
			}
	/*sous-menus*/

	.navbar-collapse.in,
	.navbar-collapse.collapsing {
		border: none;
	}
	.navbar-nav {
        box-shadow: -1px 6px 5px -4px rgba(140,140,140,0.75);
        -webkit-box-shadow: -1px 6px 5px -4px rgba(140,140,140,0.75);
        -moz-box-shadow: -1px 6px 5px -4px rgba(140,140,140,0.75);
        color: #ffffff;
		padding: 0; /*enlève aussi les marges du menu pour bord à bord*/
		margin: 0;
		}
		.nav>li {
			padding: 0;/*colle les li entre elles, cache le déplacement du contenu qui est poussé lors du déroulement du menu*/
			margin: 0;/*colle les li entre elles, cache le déplacement du contenu qui est poussé lors du déroulement du menu*/
			list-style-position: outside;
			list-style-type: none;
			text-align: center;
			display:block;
		}
		.navbar-nav>li>a {
			padding: 10px 0;
			font-size: 18px ;
			line-height: 20px;
			/*background-color: #0075be;*/
			color: #fff;
			text-decoration: none;
		}
		.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
			background-color: #333;
		}
		.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
			background-color: #333;
		}
		.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
			background-color: #333;
		}
			.navbar-nav .open .dropdown-menu {
				/*background-color: #3c91c8;*/
				border: none;
				border-radius: 0;
				box-shadow: none;
				margin: 0;
				padding: 5px 0 8px 0;
				}
				.navbar-nav .open .dropdown-menu li {
					margin: 0;
					padding: 0;
					list-style-position: outside;
					list-style-type: none;
					text-align: center;
					}
					.navbar-nav .open .dropdown-menu li a {
						color:  #fff;
						padding: 5px 0;
						text-decoration: none;
					}
					.navbar-nav .open .dropdown-menu li a:hover,
					.navbar-nav .open .dropdown-menu li a:active {
						color:  #fff;
						background-color: #aaa;
					}



/**/

/*corps*/
.container {
	text-align: left;
}

.hr-arrow {
	height: 75px;
	margin: 0;
	color: transparent;
	background: transparent url(/assets/home/img/com/bg-arrow-01.svg) center center no-repeat;
}

.box-mce ul li {
	list-style-type: none;
	background: url(/assets/home/img/com/icon-arrow-02.svg) 0 5px no-repeat;
	}
	.box-mce ul li ul {
		padding: 5px 5px 0 15px;
		}
		.box-mce ul li ul li {
			list-style-type: disc;
			background: none;
			padding: 0 0 3px 0;
		}

/**/




/*footer*/

footer a.link-cdc:link, footer a.link-cdc:visited {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	background-color: #ffcc00;
}
footer a.link-cdc:hover, footer a.link-cdc:active {
	color: #fff;
	background-color: #009540;
}


/*************************************/
/********Spécificités par page********/
/*************************************/

/*Login*/
.page-login section {
  min-height: 450px;
  padding: 40px 0 80px 0;
}
.page-login h1 {
	padding: 25px 0 25px 0;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	}
	.page-login h1 span {
		font-size: 20px;
		line-height: 24px;
		display: block;
		}

.page-login fieldset {
	margin: 10px 0 15px 0;
	padding: 20px;
	background-color: #eadfce;
	}
	.page-login fieldset p {
		border-bottom: none;
		}
	.page-login fieldset input {
		background-color: #fff;
		border: 1px solid #9c9d9e;
	}


/*Adhérent > bleu*/
body.adherent h1,
body.adherent h2,
body.adherent h3,
body.adherent #cfWindow h3,
body.adherent.page-factures-comptabilite #formFilter #export_count,
body.adherent.page-factures-toutes #formFilter .form-group i,
body.adherent.page-factures-toutes table.dataTable tbody tr.group,
body.adherent.page-factures-toutes table.dataTable .amount_plus,
body.adherent .w3-navbar-user ul.w3-navbar-links li a,
body.adherent form.form-search button.w3-btn {
    color: #0075be !important;
}

body.adherent .navbar-toggle,
body.adherent .navbar-nav,
body.adherent.page-factures-comptabilite #formFilter input.btn,
body.adherent fieldset input.btn,
body.adherent.page-factures-toutes table.dataTable thead tr th,
body.adherent .w3-navbar-search,
body.adherent form.form-search input.btn-recherche,
body.adherent form.form-search2 input.btn-recherche2,
body.adherent .w3-home-doc .w3-btn-doc a,
body.adherent .nav>li,
body.adherent .navbar-nav .open .dropdown-menu li a:hover,
body.adherent .navbar-nav .open .dropdown-menu li a:active {
	background-color: #0075be;
}
body.adherent .navbar-nav .open .dropdown-menu,
body.adherent .nav>li:active,
body.adherent .nav>li:focus,
body.adherent .nav>li:hover {
	background-color: #3c91c8;
}
body.adherent.page-factures-toutes #formFilter .form-group input:focus {
    border: 1px thin #0075be !important;
}
body.adherent .w3-home-doc .w3-btn-doc a:active,
body.adherent .w3-home-doc .w3-btn-doc a:hover,
body.adherent .w3-home-doc .w3-btn-doc a:focus {
    background-color: #333;
    color: #fff;
}

/*Client > gris*/
body.client h1,
body.client h2,
body.client h3,
body.client #cfWindow h3,
body.client.page-factures-comptabilite #formFilter #export_count,
body.client.page-factures-toutes #formFilter .form-group i,
body.client.page-factures-toutes table.dataTable tbody tr.group,
body.client.page-factures-toutes table.dataTable .amount_plus,
body.client .w3-navbar-user ul.w3-navbar-links li a,
body.client form.form-search button.w3-btn {
    color: #727272 !important;
}

body.client .navbar-toggle,
body.client .navbar-nav,
body.client.page-factures-comptabilite #formFilter input.btn,
body.client fieldset input.btn,
body.client.page-factures-toutes table.dataTable thead tr th,
body.client .w3-navbar-search,
body.client form.form-search input.btn-recherche,
body.client form.form-search2 input.btn-recherche2,
body.client .w3-home-doc .w3-btn-doc a,
body.client .nav>li,
body.client .navbar-nav .open .dropdown-menu li a:hover,
body.client .navbar-nav .open .dropdown-menu li a:active {
	background-color: #727272;
	transition: 0.5s;
}
body.client .navbar-nav .open .dropdown-menu,
body.client .nav>li:active,
body.client .nav>li:focus,
body.client .nav>li:hover {
	background-color: #9c9c9c;
	transition: 0.5s;
}
body.client.page-factures-toutes #formFilter .form-group input:focus {
    border: 1px thin #9c9c9c !important;
}
body.client .w3-navbar-search .w3-navbar-profil {
   width: 72%;
}
body.client .w3-home-doc .w3-btn-doc a:active,
body.client .w3-home-doc .w3-btn-doc a:hover,
body.client .w3-home-doc .w3-btn-doc a:focus {
    background-color: #333;
    color: #fff;
}

/*Formulaires*/

fieldset p {
	margin: 0;
	padding: 4px 0 2px 0;
	font-size: 15px;
	line-height: 16px;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #eee;
	}
fieldset p.champ-requis {

}

fieldset p.champ-textarea {
	border-bottom: none;
	}
	fieldset p.champ-textarea span {
		display: block;
		}
fieldset p.p-btn {
	border-bottom: none;
	}

fieldset p.txt-champs-obligatoires {
	color: #009540;
	font-size: 15px;
	border-bottom: none;
	padding: 15px 0 20px 0;
	text-align: center;
	}

fieldset p.note1 {
	margin: 0;
	padding: 15px 12px 20px 0;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	border-bottom: none;
}
fieldset label {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 9px 0;
	padding: 0;
}
fieldset label.labelOptin {
}

fieldset input, fieldset select, fieldset textarea {
	width: 52%;
	height: 25px;
	margin: 7px 0;
	padding: 0 3px;
	background-color: #f3f3f3;
	font-size: 13px;
	line-height: 15px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	vertical-align: top;
}
fieldset input.captcha {
	width: 100%;
	height: 25px;
	margin: 7px 0;
	display: block;
}
/*		fieldset p.champ-requis input, fieldset p.champ-requis select, fieldset p.champ-requis textarea {
}*/

fieldset select {
	padding: 0 0 0 3px;
}
fieldset input:focus, fieldset select:focus, fieldset textarea:focus {
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
fieldset input.checkbox:focus {
	box-shadow: none;
}
fieldset textarea {
	width: 100%;
	height: 150px;
	resize: none;
	border: none;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	}
fieldset input.radio, fieldset input.checkbox {
	width: auto !important;
	height: auto !important;
	margin: 0 3px 0 0;
	background-color: #fff !important;
	display: inline-block;
	vertical-align: middle;
	border: none;
}
.radio+.radio, .checkbox+.checkbox {
  margin-top: 0;
}
fieldset input.radio:focus, fieldset input.checkbox:focus {
	box-shadow: none;
}
fieldset input.btn {
	/*background-color: #0a75b9;*/
	display: block;
	width: auto;
	height: 43px;
	font-size: 18px;
	line-height: 41px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
	margin: 30px auto 10px auto;
	color: #fff;
	border-radius: 5px;
	border: none;
	}
	fieldset input.btn:hover, fieldset input.btn:focus {
		background-color: #333 !important;
		color: #fff !important;

	}



#cfWindow h3 {
	font-family: "playfair", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 30px 30px 20px 30px;
	font-size: 12px;
	line-height: 20px;
	/*color: #0097d9;*/
	text-align: center;
	text-transform: none;
	font-weight: normal;
}
input.btnCfwin {
	clear: both;
	width: auto !important;
	height: auto;
	margin: 0 auto 15px auto;
	padding: 8px 10px 8px 10px;
	color: #fff !important;
	font-size: 13px;
	background: #888;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	border-radius: 0;
	display: block;
}
input.btn-win:hover,
input.btn-win:focus {
	background-color: #333 !important;
}

/*.form label.required, .form ul label.required {font-weight: bold;}*/
.form .required:after {
	content: "*";
	font-size: 15px;
	color: #d00;
}
/* *****************
Comptes et factures par section
*************************/

.w3-filter {
	padding: 0;
}
.w3-filter li {
	background: #EEE;
	border-bottom: 1px solid #FFF;
	display: block;
	margin:0;
	padding:0;
}
	.w3-filter li:hover {
		background: #8acaac;
		color: #FFF;
	}
	.w3-filter li.active {
		background: #33aa66;
		color: #FFF;
	}
	.w3-filter li label {
		width:100%;
		padding:5px;
	}
		.w3-filter li input {
			width:10%;
		}
input.num_piece {width: 100%;}
#listTable .warning {
	background: transparent;
	color: red;}
#listTable .fa {font-size: 16px;}
.dataTables_wrapper.no-footer {
	margin-bottom: 30px;}
.w3-btn-default {
	border: medium none;
background-color: #666;
font-size: 12px;
color: #FFF;
margin: 0;
padding: 5px 10px;
cursor: pointer;
text-align: center;
display: inline-block;}
.w3-btn-default:hover,
.w3-btn-default:active {
	background-color: #333;}


/*pages Comptabilité / Factures*/
@media (max-width: 990px) {
    body.page-factures-toutes #formFilter .form-group {
        text-align: left !important;
    }
}
body.page-factures-comptabilite #formFilter,
body.page-factures-toutes #formFilter {margin-top: 20px;}
    body.page-factures-comptabilite #formFilter .form-group,
    body.page-factures-toutes #formFilter .form-group {
        background-color: #f8f3ed;
        padding: 15px 10px;
        position: relative;
    }
/*Comptabilité*/
    body.page-factures-comptabilite .form-inline .form-group:nth-child(3) {
        margin-bottom: 50px;
    }
    body.page-factures-comptabilite #formFilter p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    body.page-factures-comptabilite #formFilter #export_count {
        /*color: #0a75b9;*/
        font-weight: bold;
    }
    body.page-factures-comptabilite #formFilter .form-group input[type="date"] {
        border: 1px solid #d6d6d6;
        margin-right: 20px;
        padding: 0 5px;
    }
    body.page-factures-comptabilite #formFilter .form-group  input[type="radio"] {
        margin-left: 20px;
    }

    body.page-factures-comptabilite #formFilter input.btn {
        /*background-color: #0a75b9;*/
        border: none;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: bold;
        height: 43px;
        line-height: 41px;
        margin: 10px 0;
        padding: 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        width: auto;
        }
        body.page-factures-comptabilite #formFilter input.btn:active,
        body.page-factures-comptabilite #formFilter input.btn:hover,
        body.page-factures-comptabilite #formFilter input.btn:focus {
            background-color: #333;
            color: #fff;
        }
/*Factures*/
body.page-factures-toutes #formFilter .form-group {
    margin-bottom: 20px;
}
    body.page-factures-toutes #formFilter .col-md-7 {
        text-align: right;
        vertical-align: text-top;
    }
    body.page-factures-toutes #formFilter .form-group input {
        border: 1px solid #d6d6d6;
        padding: 0 5px;
        width: 100%;
    }
        body.page-factures-toutes #formFilter .form-group input:active,
        body.page-factures-toutes #formFilter .form-group input:hover,
        body.page-factures-toutes #formFilter .form-group input:focus {
            /*border: 1px thin #0a75b9 !important;*/
            outline: 0;
            -webkit-box-shadow: none;
        }
    body.page-factures-toutes #formFilter .form-group i {
        /*color: #0a75b9;*/
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    body.page-factures-toutes #formFilter .form-group input,
    body.page-factures-toutes #formFilter .form-group label {
        margin: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }
        body.page-factures-toutes #formFilter .form-group label {

        }
        body.page-factures-toutes #formFilter .form-group label input[type="radio"] {
            margin: 0 0 0 10px;
            height: auto;
            width: auto;
        }
    body.page-factures-toutes table.dataTable {
        border-spacing: 0 1em !important;
    }
        body.page-factures-toutes table.dataTable thead {
            margin-bottom: 10px;
        }
            body.page-factures-toutes table.dataTable thead tr th {
                /*background-color: #0a75b9;*/
                border-bottom: 0px;
                border-right: 1px solid #ffffff;
                color:#ffffff;
                text-align: center;
                vertical-align: middle;
            }
                body.page-factures-toutes table.dataTable thead tr th:first-child {
                    border-top-left-radius: 6px;
                    border-bottom-left-radius: 6px;
                }
                body.page-factures-toutes table.dataTable thead tr th:last-child {
                    border-top-right-radius: 6px;
                    border-bottom-right-radius: 6px;
                }
        body.page-factures-toutes table.dataTable tbody tr.group {
            background-color: #ffffff !important;
            /*color: #0a75b9;*/
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }
        body.page-factures-toutes table.dataTable tbody tr.even,
        body.page-factures-toutes table.dataTable tbody tr.odd {
            background-color: #f8f3ed;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        }
            body.page-factures-toutes table.dataTable tbody tr.even td,
            body.page-factures-toutes table.dataTable tbody tr.odd td {
                padding: 20px;
            }
                body.page-factures-toutes table.dataTable tbody tr.even td:first-child,
                body.page-factures-toutes table.dataTable tbody tr.odd td:first-child {
                    font-size: 15px;
                    font-weight: bold;
                }
            body.page-factures-toutes table.dataTable tbody tr td {
                border-top: 0px;
                padding: 8px 8px 0;
            }
        body.page-factures-toutes table.dataTable .amount_plus {
            /*color: #0a75b9;*/
            font-size: 15px;
            font-weight: bold;
        }
        body.page-factures-toutes table.dataTable .amount_minus {
            color: #FF0000;
            font-size: 15px;
            font-weight: bold;
        }
        body.page-factures-toutes table.dataTable.no-footer {
            border-bottom: 1px solid #111;
            padding-bottom: 30px;
        }


/*************************************/
/************MediaQueries*************/
/*************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.w3-navbar-search {
	/*background-color:#0075BE;*/
	color:#FFF;
	height: 50px;
    width:100%;
}
	.w3-navbar-search .form-search {
		background-color:#f3f3f3;
        width: 50%;
        position: relative;
		margin-left:2%;
        display: inline-block;
        vertical-align: top;
	}
	.w3-navbar-search .w3-navbar-profil {
		border-right: 1px solid #fff;
        display: inline-block;
        float: none;
        margin-left: 0;
        vertical-align: top;
        width: 35%;
	}
		.w3-navbar-search .w3-navbar-profil p {
			line-height:50px;
            padding: 0;
		}
            .w3-navbar-search .w3-navbar-profil p em {
                font-weight:bold;
                font-style: normal;
            }

        /*user*/
        .w3-navbar-search .w3-navbar-profil .glyphicon {
            padding: 0 10px;
        }
		.w3-navbar-search .w3-navbar-profil img {
			margin-right:10px;
		}

    .w3-navbar-search .w3-btn-logout {
		display: inline-block;
        float: none;
        height: 50px;
        width: 8%;
        margin-left: 2%;
        vertical-align: middle;
        position: relative;
    }
    .w3-navbar-search .w3-btn-logout a {
        color: #fff;
        line-height: 50px;
        margin-left: -4px;
    }
    /*Déconnexion*/
    .w3-navbar-search .glyphicon {
        font-size: 15px;
        font-weight: normal;
        padding: 12px 10px 0;
    }
.w3-navbar-user {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 10px 12px 10px;
}
	.w3-navbar-user p {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px 0;
		}
		.w3-navbar-user p span {
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
		}
		.w3-navbar-user p span:first-child {
			font-size: 12px;
			font-weight: bold;
		}
	/*.w3-navbar-user span.w3-btn-logout {
		text-transform:uppercase;
		text-decoration:none;
		float:right;
		clear:both;
		margin-top:15px;
		line-height:14px;
		text-align:right;
	}
		.w3-navbar-user span.w3-btn-logout a {
			color:#0075BE;
		}
		.w3-navbar-user span.w3-btn-logout img {
			margin-right:5px;
		}*/
	.w3-navbar-user ul.w3-navbar-links {
		font-size: 12px;
		padding: 0;
	}
		.w3-navbar-user ul.w3-navbar-links>li {
			display: block;
			float: left;
			list-style-position: outside;
			list-style-type: none;
			margin: 0;
			padding: 0 0 0 5px;
			height:19px;
		}
		.w3-navbar-user ul.w3-navbar-links li a {
			/*color:#0075BE;*/
		}
		.w3-navbar-user ul.w3-navbar-links img {
			margin-right:4px;
		}

.w3-navbar-baseline {
	/*width:580px;*/
	margin:0 auto;
}
.w3-box-shadow {
	height:26px;
	background:url(/assets/home/img/com/bg-shadow.png) repeat;
}

/*Formulaires*/
form.form-search input.champ-recherche {
    /*border: inner 1px solid #FFF;
	border-right: none;
	margin: 5px 0 0 0;;
	padding: 0 0 0 10px;
	width: 230px;
	background-color: #FAF9F9;*/
    border: none;
	font-size: 12px;
	color: #333;
	width: 98%;
	height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
    -webkit-appearance: none;

	}
form.form-search input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	}
    form.form-search input[type="search"]:active,
    form.form-search input[type="search"]:focus {
        background-image: none;
        border-color: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

form.form-search button.w3-btn {
	background: transparent;
    border: none;
    /*color: #0B75BA;*/
	cursor: pointer;
	display: inline-block;
    height: 50px;
    padding: 0 10px;
	text-align: center;
    position: absolute;
    top: 0;
    right: 0;

	}
    form.form-search button.w3-btn:hover {
        color: #3e3e3e;

    }

form.form-search input.btn-recherche {
	border: inner 1px solid #FFF;
	/*background-color: #0075BE;*/
	font-size: 12px;
	width: 31px;
	height: 22px;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	font-weight:bold;
	}

form.form-search2 {
	margin-bottom:20px;
}
	form.form-search2 input.champ-recherche2 {
		background-color: #fff;
		border: inner 1px solid #ccc;
		border-right: none;
		font-size: 12px;
		color: #333;
		width: 80%;
		height: 32px;
		display: inline-block;
		margin: 5px 0 0 0;
		padding: 0 0 0 10px;
		}
	form.form-search2 input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		}
	form.form-search2 input.btn-recherche2 {
		border: none;
		border-left: none;
		/*background-color: #0a75b9;*/
		font-size: 12px;
		width: 31px;
		height: 32px;
		color: #fff;
		margin: 5px 0 0 0;
		padding: 0;
		cursor: pointer;
		text-align: center;
		display: inline-block;
		}

.w3-home-doc,
.w3-home-page {
    background-color: #FAF9F9;
	padding: 0 10px 15px 10px;
	margin: 10px 0 25px 0;
	min-height: 210px;
	}
    .w3-home-doc h3,
    .w3-home-page h3 {
        font-size:15px;
		font-weight: 500;
	}
    .w3-home-doc a:active,
    .w3-home-doc a:focus,
    .w3-home-doc a:hover,
    .w3-home-page a:active,
    .w3-home-page a:focus,
    .w3-home-page a:hover {
        color: #0a75b9;
	}
.w3-home-doc .w3-btn-doc {
	padding-top: 20px;
	text-transform:uppercase;
}
	.w3-home-doc .w3-btn-doc img {
		margin-left:5px;
	}
    .w3-home-doc .w3-btn-doc a {
		/*background-color: #0a75b9;*/
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        height: 33px;
        line-height: 33px;
        margin: 10px 0;
        padding: 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        width: auto;
        }
        .w3-home-doc .w3-btn-doc a:active,
        .w3-home-doc .w3-btn-doc a:hover,
        .w3-home-doc .w3-btn-doc a:focus {
            background-color: #333;
            color: #fff;
        }
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
   h1 {
	font-size: 16px;
    text-align: center;
    font-weight: 500;
	}
	h1 span {
		font-size: 14px;
    }
     .w3-navbar-baseline {
        width: 100%;

    }
	.w3-navbar-search {
	    width:100% !important;
        height: auto;
    }
	.w3-navbar-search .form-search {
		background-color:#f3f3f3;
        width: 100%;
        position: relative;
		margin:0;
        display: block;
        vertical-align: top;
	}
	.w3-navbar-search .w3-navbar-profil {
		width: 75%;
	}
    .w3-navbar-search .w3-btn-logout {
		width: 20%;
	}
    .w3-navbar-search .w3-navbar-user {
        display: none;
    }
 }

@media (max-width: 990px) {
   .w3-navbar-baseline {
        text-align: center;

    }
 }

/* Medium devices (desktops, 990px and up) */
@media (min-width: 990px) {
h1 {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 22px;
	line-height: 34px;
	}
	h1 span {
		font-size: 16px;
		}
h2 {
	font-size: 20px;
	line-height: 30px;
	}

h3 {
	padding: 10px 0 5px 0;
	font-size: 15px;
	line-height: 24px;
	}

h4 {
	font-size: 15px;
	line-height: 22px;
	}
body.client .w3-navbar-search {
    width:390px !important;
}
/*corps*/

.container {
 width: auto;
}
.navbar-header {
	max-width:1200px;
    /*@media (min-width: 1024px) and (min-width: 1199px) {
        width:1024px
    }

    @media (min-width: 1200px) {
        width:1200px;
    }*/
}
.w3-navbar-search {
	position: absolute;
	right: 0;
	top: 0;
	margin-top:0;
	width:710px;
}


    /*user/deconnexion*/
    .w3-navbar-search .glyphicon {
        font-size: 22px;
        font-weight: normal;
        padding: 12px 10px 0;
    }
    .w3-navbar-search .form-search,
    .w3-navbar-search .w3-navbar-profil,
    .w3-navbar-search .w3-btn-logout {
        display: inline-block;
        float: none;
        height: 50px;
        margin: 0;
        vertical-align: middle;
        position: relative;
    }
    .w3-navbar-search .w3-navbar-profil,
    .w3-navbar-search .w3-btn-logout a {
        color: #fff;
        line-height: 50px;
        margin-left: -4px;
    }
	.w3-navbar-search .form-search {
		/*margin-left:70px;*/
        /*width: 430px;*/
        width: 50%;
	}
        .w3-navbar-search .form-search .glyphicon {
            font-size: 22px;
            font-weight: normal;
            padding: 0 10px 0;
        }
	.w3-navbar-search .w3-navbar-profil {
       /* width: 300px;*/
        width: 35%;

	}
    .w3-navbar-search .w3-btn-logout {
        /*width: 145px;  */
         width: 10%;
    }
        .w3-navbar-search .w3-btn-logout a {
            width: auto;
        }
        .w3-navbar-search .w3-btn-logout a:hover {
            opacity: 0.8;

        }

.w3-navbar-baseline {
	margin:64px 0 0 0;
    position: absolute;
    left: 300px;
}

.w3-navbar-user {
	width: 250px;
    position: absolute;
    right: 20px;
    top: 70px;
	/*float:right;
	margin:40px 3% 0 0;*/
}
		.w3-navbar-user p span {
			width:100%;
			padding:1px 0;
		}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 10px 0;
  list-style: none;
  background-color: #f8f4ed;
  border-radius: 0;
  font-size: 12px;
	}

/*footer*/
footer {
	padding: 15px 0 10px 0;
	}
footer p {
	padding: 0 0 5px 0;
	text-align: left;
}
footer ul {
	text-align: left;
	}
	footer ul li {
		padding: 0 0 2px 0;
		text-align: left;
		display: block;
		}
footer a.lien-cdc:link, footer a.lien-cdc:visited {
	font-size: 11px;
}

fieldset input.captcha {
	width: 52%;
	display: inline-block;
}
#cfWindow h3 {
	font-size: 20px;
	line-height: 30px;
}
	.container {
		max-width:1200px;
	}

/*Nav*/
	.navbar-brand {
		float: left;
		height: auto;
		/*padding: 20px 40px 0 30px;*/
        padding: 20px 30px 0 30px;
		display: block;
		}
		.navbar-brand img.img-responsive {
			/*max-width: 180px;*/
            max-width: 250px;
		}
	/*nav minimisée et sous-menus*/
	/*icon burger menu*/
	.navbar-toggle {
		display: none;
		}
	/*sous-menus*/
	.navbar-nav {
		margin: 20px 0 0 0;
		width: 100%;
		}
		.nav>li {
			text-align: left;
            /*background-color: #0a75b9;*/
            border-right: 1px solid #fff;
		}
            .nav>li:last-child {
                border-right: none;
            }
        .nav>li:active,
        .nav>li:focus,
        .nav>li:hover {
                /*background-color: #3c91c8;*/
            }
		.navbar-nav>li>a {

			background-color: transparent;
            color: #fff;
            font-family: eurostile, sans-serif;
            font-weight: 500;
            font-size: 12px ;
			line-height: 20px;
            padding: 20px 8px;
            text-transform: uppercase;
		}
		.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		  background-color: transparent;
		  border-color: transparent;
		}
		.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
			background-color: transparent;
			/*text-decoration: underline;*/
		}
		.navbar-nav>li:nth-child(1)>a	{
			background-color: transparent;
		}
		.navbar-nav>li:nth-child(3)>a	{
			background-color: transparent;
		}
		.navbar-nav>li:nth-child(1)>a:hover, .navbar-nav>li:nth-child(1)>a:active, .navbar-nav>li:nth-child(1)>a:focus,
		.navbar-nav>li:nth-child(3)>a:hover, .navbar-nav>li:nth-child(3)>a:active, .navbar-nav>li:nth-child(3)>a:focus {
			background-color: transparent;
		}
		.navbar-nav li:nth-child(3) img {
			display: none;
			}
			.navbar-nav .open .dropdown-menu {
				padding: 0;
				margin: 3px 0 0 0;
                min-width: 100%;
				}
				.navbar-nav .open .dropdown-menu li {
					text-align: left;
					}
					.navbar-nav .open .dropdown-menu li a {
						padding: 5px 10px;
						border-bottom: 2px solid #fff;
						font-weight: bold;
					}
					.navbar-nav .open .dropdown-menu li a:hover,
					.navbar-nav .open .dropdown-menu li a:active {
						/*background-color: #0075be;*/
					}


/*Home*/
.w3-home-article {
	padding: 0 10px 15px 0;
	margin: 10px 0 0 0;
	}
	.w3-home-article figure {
		margin: 0 15px 10px 10px;
	}
}
@media (min-width: 990px) and (max-width: 1100px) {
    .navbar-nav>li>a {
        font-size: 11px ;
        padding: 20px 8px;
    }
}
@media (min-width: 990px) and (max-width: 1120px) {
    .w3-navbar-baseline {
        left: 270px;
        text-align: left;
        width: 450px;
    }
}
@media (min-width: 1121px) {
    .w3-navbar-baseline {
        left: 300px;
        width: 555px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body.client .w3-navbar-search {
        width:390px !important;
    }
    .w3-navbar-search {
        width:780px !important;
    }
    .navbar-nav>li>a {

        font-size: 13px ;
        padding: 20px 10px;
    }




 }


/**********************************/
/***********FA****************/
/**********************************/
#listTable .fa {
	font-size:30px;
}
	#listTable .fa-file-word-o {
		color:#2A3281;
	}
	#listTable .fa-file-excel-o {
		color:#007133;
	}
	#listTable .fa-file-pdf-o {
		color:#BB0706;
	}
/**********************************/
/***********Classes****************/
/**********************************/

/*.container {
	width: 100%;
}*/

/**************/
/* TEXTE ******/
/**************/


.gras {
	font-weight: bold !important;
}
.italique {
	font-style: italic;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}



.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

/***********************/


.overflow-auto {
	overflow: auto;
}
.nowrap {
	white-space: nowrap;
}
.vertical-middle {
	vertical-align: middle;
}
.vertical-top {
	vertical-align: top;
}

.hidden {
	visibility: hidden;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.relative {
	position: relative;
}
.clear-both {
	clear: both;
}

/***********************/

.box-mce img {
	display: block;
  	max-width: 100%;
 	height: auto;
}
.getAdobe {
	font-size: 11px;
    line-height: 1.4em;
	color: #666;
}


/**********************************/
/***********Classes****************/
/**********************************/

body.client.marius .navbar-toggle,
body.client.marius .navbar-nav,
body.client.marius.page-factures-comptabilite #formFilter input.btn,
body.client.marius fieldset input.btn,
body.client.marius.page-factures-toutes table.dataTable thead tr th,
body.client.marius .w3-navbar-search,
body.client.marius form.form-search input.btn-recherche,
body.client.marius form.form-search2 input.btn-recherche2,
body.client.marius .w3-home-doc .w3-btn-doc a,
body.client.marius .nav>li,
body.client.marius .navbar-nav .open .dropdown-menu li a:hover,
body.client.marius .navbar-nav .open .dropdown-menu li a:active,
body.client.marius .formeditor button {
	background-color: #6b8261;
}
body.client.marius .navbar-nav .open .dropdown-menu,
body.client.marius .nav>li:active,
body.client.marius .nav>li:focus,
body.client.marius .nav>li:hover,
body.client.marius.page-factures-comptabilite #formFilter input.btn:hover,
body.client.marius .formeditor button:hover {
	background-color: #97b496;
}

body.client.marius h1,
body.client.marius h2,
body.client.marius h3,
body.client.marius #cfWindow h3,
body.client.marius.page-factures-comptabilite #formFilter #export_count,
body.client.marius.page-factures-toutes #formFilter .form-group i,
body.client.marius.page-factures-toutes table.dataTable tbody tr.group,
body.client.marius.page-factures-toutes table.dataTable .amount_plus,
body.client.marius .w3-navbar-user ul.w3-navbar-links li a,
body.client.marius form.form-search button.w3-btn {
	color: #6b8261 !important;
}