@font-face {
	font-family: 'PaperFlowers';
	src: url(../fonts/PaperFlowers.eot?rl288l=);
	src: url(../fonts/PaperFlowers.eot?rl288l=#iefix) format("embedded-opentype"), url(../fonts/PaperFlowers.ttf?rl288l=) format("truetype"), url(../fonts/PaperFlowers.woff?rl288l=) format("woff"), url(../fonts/PaperFlowers.svg?rl288l=#icons) format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Avenir';
	src: url(../fonts/Avenir.eot?rl288l=);
	src: url(../fonts/Avenir.eot?rl288l=#iefix) format("embedded-opentype"), url(../fonts/Avenir.ttf?rl288l=) format("truetype"), url(../fonts/Avenir.woff?rl288l=) format("woff"), url(../fonts/Avenir.svg?rl288l=#icons) format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Avenir", sans-serif;
	position: relative;
}

/* JQUERY VALIDATE */
label {
	width: 10em;
	float: left;
	font-size: 96%;
}

label.error {
	float: left;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-weight: bold;
	float: right;
}

/*  CONTENEUR */

#conteneur {
	/* width: 990px;
	width: 1100px; */
	width: 1500px;
	margin: auto;
	padding: 0px;
	background-color: #c8cfc3;
	height: 100%;
	overflow: auto;
}

/* HEADER */

#header {
	/*height: 150px;
	background-image: url(../../images/bandeau.jpg);*/
	margin: auto;
	/* width: 990px; 
	width: 1100px;*/
	width: 1500px;
}

.navbar-brand img {
	background-color: #f3dcb6;
	padding: 5px;
	border-radius: 3px;
}

.bg-vert-cardere {
	background-color: #6c8868;
}

.bg-violet-cardere {
	background-color: #9e539c;
}

.bg-vert-eau-cardere {
	background-color: #c8cfc3;
}

/* ELEMENT GAUCHE + MENU */

#gauche {
	width: 250px;
	height: 100%;
	/*overflow:auto;*/
	float: left;
	background-color: #c8cfc3;
	background-image: url(../../images/frame-250.gif);
	background-repeat: y;

}

#menu {
	background-color: #c8cfc3;
}

#menu ul {
	margin: 0;
	padding: 0px;
	background-image: url(../../images/frame-menu.gif);
	background-repeat: Y;
}

.spacermenu {
	height: 2px;
	background-image: url(../../images/spacer-menu.gif);
}

#menu li {
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	color: white;
	padding: 4px;
}

.nav-link {
	color: #FFFFFF !important;
}

#contentmenu {
	position: fixed;
	z-index: 3;
	/*top: 375px;*/
	top: 70px;
	width: 245px;
	height: 500px;
	background-color: #c8cfc3;
}

.titremenu {
	font-family: "PaperFlowers", sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #9e539c;
	padding-top: 3px;
	margin-left: 25px;
}

#contentmenu ul {
	margin: 0;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}

#contentmenu li {
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
	color: #9e539c;
	margin-left: 35px;
}

#contentmenu li a:hover {
	list-style-type: none;
	color: #333333;
	padding-left: 5px;
	transition: 0.3s;
	font-weight: bold;
}

#contentmenu select {
	width: 230px;
	margin-top: 4px;
	margin-left: 10px;
	text-align: center;
	color: #333333;
	border: 1px solid #9e539c;
}

.ts-wrapper.single .ts-control,
.ts-dropdown.single {
	border-color: #9e539c !important;
	width: 230px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 0;
}

.ts-dropdown,
.ts-control,
.ts-control input {
	font-size: 12px !important;
	line-height: 12px !important;
	color: #9e539c !important;
}

.ts-dropdown .active {
	background-color: #f5fafd !important;
	color: #495c68 !important;
}

.dateperiode {
	float: left;
}

.datevaliderbtn {
	float: left;
}

.datevaliderbtn input {
	margin-left: 40px;
	margin-top: 15px;
	color: white;
	background-color: #6c8868;
	border: 0;
	font-size: 9px;
}

#etatsagenda {
	width: 220px;
	margin: auto;
	background-color: white;
	border: 1px solid #9e539c;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textecadremenu {
	font-size: 12px;
	margin-left: 35px;
}

.navbar-toggler{background-color:#FFFFFF !important;}

#recherche {
	height: 75px;
	background-image: url(../../images/frame-menu.gif);
	background-repeat: Y;
}

.btnrecherche {
	width: 150px;
	margin-left: 30px;
}

.btnrecherchevalidate {
	margin-top: 15px;
	color: white;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

#intmenu {
	width: 246px;
}

/* CONTENT + INFOS PAGES */

.titrehautagenda {
	font-family: "PaperFlowers", sans-serif;
	font-size: 39px;
	color: #9e539c;
	margin-top: 5px;
}

.titrehautstat {
	font-family: "PaperFlowers", sans-serif;
	color: #9e539c;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 30px;
}

#content {
	/* width: 740px; 
	width: 850px;*/
	width: 1250px;
	height: 100%;
	/* min-height: 555px; */
	min-height: 700px;
	/*background-image: url(../../images/bg-cardere.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;*/
	float: right;
	/*background-color:#f5e061;*/
	background-color: #f3dcb6;
}

/* UTILE */

.nodecolink {
	text-decoration: none;
	color: white;
}

.nodecolink2 {
	text-decoration: none;
	color: #9e539c;
}

.nodecolink3 {
	text-decoration: none;
}

/* TABLE CONNEXION */

#table-connexion {
	margin: 0;
	border: 2px solid #6c8868;
	background-color: #6c8868;
	background-repeat: no-repeat;
	height: 220px;
}

img {
	border: 0;
}

#table-connexion input[type=text],
#table-connexion input[type=password] {
	height: 25px;
}

#table-connexion .btn-primary {
	font-family: "Avenir", sans-serif;
	background-color: #d2a338;
	margin-top: 5px;
	border: none;
	color: #333333;
	font-size: 15px;
	cursor: pointer;
	padding: 4px;
}

#table-connexion .btn-primary:hover {
	background-color: #333333;
	color: #FFFFFF;
	transition: 0.5s;
}

#h2comptes {
	font-family: "PaperFlowers", sans-serif;
	font-size: 32px;
	color: #ffffff !important;
	padding: 0 0 3px 0;
	text-decoration: none;
	text-align: center;
}

#ident {
	font-family: "Avenir", sans-serif;
	margin: 0px;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: right;
	color: #ffffff !important;
	vertical-align: top;
}

/* CALENDRIER */

/*SCROLLBAR*/

.titrehautcalendrier {
	font-family: "PaperFlowers", sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #9e539c;
	margin-top: 5px;
}

.btn-mois {
	background-color: #333;
	padding: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #ffffff !important;
	height: 30px;
	margin: 5px;
}

.btn-mois:hover {
	background-color: #555;
	transition: 0.3s;
}

.wrapper,
.tscroll {
	width: 1250px;
	overflow-x: scroll;
	margin-bottom: 10px;
	border: 1px solid #9e539c;
	/*FireFox*/
	scrollbar-size: auto;
	scrollbar-color: #9e539c #f3f3f3;
}

.wrapper {
	height: 20px;
	overflow-y: hidden;
}

.div1 {
	height: 20px;
}

.tscroll table {
	min-height: 560px;
}

/* Global */
.wrapper::-webkit-scrollbar,
.tscroll::-webkit-scrollbar {
	width: 16px;
}

/* Fond */
.wrapper::-webkit-scrollbar-track,
.tscroll::-webkit-scrollbar-track {
	position: relative;
	/*box-shadow: inset -5px 0 0 1px #d2b5d4, inset -9px 0 0 1px #d2b5d4;*/
	background: #e9ddec;
}

/* Ascenseur */
.wrapper::-webkit-scrollbar-thumb,
.tscroll::-webkit-scrollbar-thumb {
	background: #9e539c;
	border-radius: 2px;
	border-top: 1px #9e539c;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1), inset 0 0 5px 2px rgba(255, 255, 255, .1);
}

/**/

/*Angle*/
.wrapper::-webkit-scrollbar-corner,
.tscroll::-webkit-scrollbar-corner {
	background: #9e539c;
}

/* Boutons */
.wrapper::-webkit-scrollbar-button:single-button,
.tscroll::-webkit-scrollbar-button:single-button {
	display: block;
	/*border-style: solid;*/
	height: 20px;
	width: 16px;
	background-color: #7c3e7a;
	background-image: url(../../images/puce-scroll.png);
	background-repeat: no-repeat;
}

/* Haut */
.wrapper::-webkit-scrollbar-button:single-button:vertical:decrement,
.tscroll::-webkit-scrollbar-button:single-button:vertical:decrement {
	border-width: 0px;
	border-color: transparent transparent #9e539c transparent;
}

.wrapper::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.tscroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	border-color: transparent transparent #9e539c transparent;
}

/* Bas */
.wrapper::-webkit-scrollbar-button:single-button:vertical:increment,
.tscroll::-webkit-scrollbar-button:single-button:vertical:increment {
	border-width: 0px;
	border-color: #9e539c transparent transparent transparent;
}

.wrapper::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.tscroll::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	border-color: #9e539c transparent transparent transparent;
}

/*FIN SCROLLBAR*/

/*TABLEAU*/
.tscroll td,
.tscroll th {
	border-bottom: 1px solid #d2a338;
}

table #planning {
	border: 1px solid #9e539c;
}

.tscroll table thead tr#date th {
	background-color: #9e539c;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 400;
}

.tscroll table tbody tr.alterne {
	background-color: #b39860;
}

.tscroll table td:first-child {
	position: sticky;
	left: 0;
	background-color: #6c8868;
	color: #FFFFFF;
	padding: 0 3px;
	font-size: 14px;
}

.tscroll table tbody tr td.planning-jour {
	border-left: 1px solid #d2a338;
	border-right: 1px solid #d2a338;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 14px;
	min-width: 150px;
}

.tscroll table tbody tr td.planning-jour-ferie {
	background-image: url(../../images/trame.png);
	background-repeat: repeat;
	border-left: 1px solid #d2a338;
	border-right: 1px solid #d2a338;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 14px;
	min-width: 150px;
}

.tscroll table tbody tr td.planning-jour-vacance {
	background-image: url(../../images/trame2.png);
	background-repeat: repeat;
	border-left: 1px solid #d2a338;
	border-right: 1px solid #d2a338;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 14px;
	min-width: 150px;
}

.tscroll table tbody tr td.planning-jour a,
.tscroll table tbody tr td.planning-jour-ferie a,
.tscroll table tbody tr td.planning-jour-vacance a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #d2a338;
	padding: 3px;
	border-radius: 3px;
	display: block;
	margin-bottom: 3px;
}

/*FIN TABLEAU*/

/* AGENDA */

#conteneur-toutes-manif {
	/* width: 810px; */
	width: 1010px;
	margin: auto;
}

.conteneur-une-manif {
	/* width: 810px; */
	width: 1010px;
	margin-top: 4px;
}

.conteneur-details-manif {
	/* width: 810px; */
	width: 1010px;
	margin: auto;
	margin-top: 30px;
	font-size: 13px;
	color: #333333;
	overflow: auto;
}

.conteneur-details-manif-pdf {
	width: 700px;
	margin: auto;
	margin-top: 30px;
	font-size: 13px;
	color: #333333;
	overflow: auto;
}

.titre-version-imprimable {
	font-family: "PaperFlowers", sans-serif;
	font-size: 32px;
	color: #6c8868;
	font-weight: 500;
	line-height: 70px;
	text-align: center;
}

.agenda {
	/* width: 800px; */
	width: 1000px;
	color: #FFF;
	margin: 0;
	padding: 3px 5px;
	background-color: #6c8868;
	font-size: 14px;
	border-radius: 3px;
}

.agenda-pdf {
	width: 690px;
	height: 22px;
	color: #FFF;
	margin: 0;
	padding: 3px 5px;
	background-color: #6c8868;
	font-size: 14px;
	border-radius: 3px;
}

.clearer {
	clear: both;
}

.descriptif-agenda {
	font-size: 13px;
	color: #333333;
	margin-bottom: 5px;
}

.descriptif-gauche {
	width: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.descriptif-droit {
	float: left;
	width: 270px;
	margin: 10px 0 0 5px;
}

.descriptif-bas a {
	color: #9e539c;
	text-decoration: none;
}

.descriptif-bas a:hover {
	color: #333333;
	transition: 0.5s;
}

#infoscomplementaire {
	height: 100%;
}

.demandeur {
	padding: 5px;
	float: left;
	width: 330px;
	margin-right: 15px;
	height: 100%;
	border: 1px solid #d2a338;
}

.destinataire {
	padding: 5px;
	float: left;
	width: 330px;
	height: 100%;
	border: 1px solid #d2a338;
}

.demandeurPdf {
	padding: 5px;
	float: left;
	width: 330px;
	margin-right: 15px;
	border: 1px solid #d2a338;
}

.destinatairePdf {
	padding: 5px;
	float: left;
	width: 330px;
	border: 1px solid #d2a338;
}

#infossuite {
	height: 100%;
	/* width: 700px; */
	width: 900px;
	margin: auto;
	margin-top: 10px;
	font-size: 13px;
	color: #333333;
}

#infossuite2 {
	/* width: 700px; */
	width: 900px;
	margin: auto;
	margin-top: 10px;
	font-size: 13px;
	color: #333333;
}

#infossuite2-pdf {
	width: 700px;
	margin: auto;
	margin-top: 10px;
	font-size: 13px;
	color: #333333;
}

.demande {
	margin-top: 10px;
	border: 1px solid #d2a338;
	/* width: 688px; */
	width: 888px;
	height: 100%;
	padding: 5px;
}

.demande2 {
	margin-top: 10px;
	border: 1px solid #d2a338;
	/* width: 688px; */
	width: 888px;
	padding: 5px;
}

.demande2-pdf {
	margin-top: 10px;
	border: 1px solid #d2a338;
	width: 688px;
	padding: 5px;
}

#facturation {
	float: right;
	width: 320px;
	border: 1px solid #d2a338;
	border-radius: 3px;
	margin-bottom: 30px;
}

.facturationtitre {
	background-color: #d2a338;
	color: white;
	font-weight: bold;
	text-align: center;
}

.facturationcontent {
	text-align: center;
}

.decalage {
	margin-left: 130px;
}

/* RECHERCHE */

.resultat-recherche {
	color: #6c8868;
}

.resultat-recherche a {
	text-decoration: none;
	font-weight: bold;
	color: #6c8868;
}

#recherche-centre fieldset {
	margin-top: 50px;
	border: 1px solid #6c8868;
}

/* MENU ADMIN */
.padding-table-admin,
#tabNews {
	padding-left: 10px;
}

.padding-table-admin h3,
#tabNews h3 {
	font-family: "PaperFlowers", sans-serif;
	font-size: 29px;
	text-align: center;
	color: #9e539c;
}

#tabNews {
	margin-bottom: 30px;
}

.texteadmin,
#destinataire label,
#user label,
form label {
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
}

#gauche-intranet {
	width: 1000px;
	height: 25px;
	margin: 0px 10px 0px 0px;
}

#gauche-intranet li {
	float: left;
	width: 150px;
	margin-right: 5px;
	background-color: #d2a338;
	border: 1px solid #d2a338;
	list-style-type: none;
	font-size: 13px;
	color: #333333;
}

#gauche-intranet-top li {
	float: left;
	width: 125px;
	/*125*/
	margin-right: 4px;
	/*5*/
	background-color: #d2a338;
	border: 1px solid #d2a338;
	list-style-type: none;
	font-size: 13px;
	color: #333333;
	border-radius: 3px;
}

#gauche-intranet-top li a {
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


#gauche-intranet li a {
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#gauche-intranet li a:hover {
	background-color: #333333;
	color: #ffffff;
	transition: 0.5s;
}

.btn-violet a {
	padding: 3px 5px;
	background-color: #9e539c;
	border: 1px solid #9e539c;
	display: inline-block;
	border-radius: 3px;
	font-size: 13px;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}

.btn-violet img {
	height: 25px;
}

.btn-violet a:hover {
	background-color: #333333;
	border: 1px solid #9e539c;
	transition: 0.3s;
}

.input-btn {
	float: left;
	margin-right: 1px;
	padding: 3px 5px;
	background-color: #9e539c;
	border: 1px solid #9e539c;
	border-radius: 3px;
	list-style-type: none;
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-top: 10px !important;
	margin-left: 40% !important;
}

.input-btn-tableau {
	float: left;
	margin-right: 1px;
	background-color: #d2a338;
	border: 1px solid #d2a338;
	list-style-type: none;
	font-size: 13px;
	color: #ffffff;
	cursor: pointer;
}

.select-agenda {
	margin-left: 10px;
	font-size: 13px;
	padding: 2px;
	background-color: #f9f9f9;
	background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
	box-shadow: 0 1px 0 rgb(0 0 0 / 5%), inset 0 1px 0 rgb(255 255 255 / 80%);
	border-color: #9e539c !important;
	width: 70%;
}

.input-agenda {
	margin-left: 10px;
	font-size: 13px;
	padding: 2px;
	width: 70%;
}

#temps_duree,
#agenda_duree {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.radio-duree label {
	display: inline-block;
	width: 90px !important;
	float: left;
	margin: -5px 13px 0 -15px;
}

.radio-duree input {
	width: auto;
	float: left;
}

.obligatoire {
	color: #FF0000;
}

.input-btn a {
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF !important;
}

.input-btn:hover {
	background-color: #333333;
	color: #ffffff;
	transition: 0.5s;
}

.input-btn-tableau a {
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
}

.input-btn-tableau:hover {
	background-color: #333;
	color: #ffffff;
	transition: 0.5s;

}

.input-btn-vert {
	margin: 0 auto;
	background-color: #6c8868;
	border: 1px solid #6c8868;
	list-style-type: none;
	font-size: 12px;
	color: white;
	cursor: pointer;
}

.input-btn-vert a {
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
}

.input-btn-vert:hover {
	background-color: #E95E29;
	color: #ffffff;
	transition: 0.5s;
}

#table_admin {
	border-collapse: collapse;
	width: 100%;
}

#table_admin th {
	font-size: 14px;
	color: #9e539c;
	text-align: center;
}

#table_admin th a.sortable {
	background-color: #9e539c;
	border: 1px solid #9e539c;
	padding: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#table_admin th a.asc {
	padding-right: 5px;
	background-color: #d2a338;
	border: 1px solid #d2a338;
	padding: 2px 10px 2px 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../../images/puce-a-z.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#table_admin th a.desc {
	padding-right: 5px;
	background-color: #d2a338;
	border: 1px solid #d2a338;
	padding: 2px 10px 2px 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../../images/puce-z-a.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#table_admin th a.sortable:hover,
#table_admin th a.asc:hover,
#table_admin th a.desc:hover {
	background-color: #333333;
	color: #ffffff;
	transition: 0.5s;
}


#table_admin td {
	border: 1px solid #d2a338;
	font-size: 13px;
	color: #333333;
}

#table_admin td a {
	color: #9e539c;

}

#table_admin td a:hover {
	color: #E95E28;
}

.pagination {
	margin: -15px 0 0 30px;
}

.pagination .current {
	font-weight: bold;
	padding: 0 3px;
	font-size: 20px !important;
	margin-top: -2px;
}

.pagination .first a,
.pagination .previous a,
.pagination .page a,
.pagination .next a,
.pagination .last a {
	background-color: #9e539c;
	border: 1px solid #9e539c;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding: 2px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-left: 3px;
}

.pagination .first a:hover,
.pagination .previous a:hover,
.pagination .page a:hover,
.pagination .next a:hover,
.pagination .last a:hover {
	background-color: #333333;
	color: #ffffff;
	transition: 0.5s;
}



.decalageliste {
	margin-left: 20px;
}

.input-btn-sup {
	background-color: transparent;
	/*background-image: url(../../images/croix-supprimer.gif);*/
	background-image: url(../../images/puce-supprimer.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	border: 0;
}

#btndispo {
	margin-right: 1px;
	background-color: #A7A848;
	border: 1px solid #6c8868;
	list-style-type: none;
	font-size: 12px;
	color: white;
	text-decoration: none;
}


#slickbox,
#box {
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 500px;
	border: 1px solid #6c8868;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 12px;
}

#slick-show {
	margin-right: 1px;
	background-color: #A7A848;
	border: 1px solid #6c8868;
	list-style-type: none;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#slickbox2 {
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 300px;
	border: 1px solid #6c8868;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 12px;
}

#slick-show2 {
	margin-right: 1px;
	background-color: #A7A848;
	border: 1px solid #6c8868;
	list-style-type: none;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#slickbox3 {
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 300px;
	border: 1px solid #6c8868;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 12px;
}

#slick-show3 {
	margin-right: 1px;
	background-color: #A7A848;
	border: 1px solid #6c8868;
	list-style-type: none;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.margin-trimestre {
	margin-right: 5px;
	width: 10px;
	height: 5px;
	float: left;
}


/* BAS DE PAGE */

#bottom {
	height: 20px;
	width: 990px;
	margin: auto;
	background-color: #004434;
}

#bottom a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 870px;
	color: white;
}


/*RECHERCHE INSTANT*/
#Rdemandeur {
	position: relative;
}

#resultbox {
	padding: 2px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 120;
	border: 1px solid #D1D1D1;
}

#resultbox a {
	color: #666666;
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 0;
	margin: 0;
}

#resultbox a:hover {
	background-color: #D1D1D1;
	font-size: 11px;
}

#resultboxR {
	padding: 2px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 120;
	border: 1px solid #D1D1D1;
}

#resultboxR a {
	color: #666666;
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 0;
	margin: 0;
}

#resultboxR a:hover {
	background-color: #D1D1D1;
	font-size: 11px;
}

#Rdestinaire {
	position: relative;
}

#resultboxDest {
	padding: 2px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 100;
	border: 1px solid #D1D1D1;
}

#resultboxDest a {
	color: #666666;
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 0;
	margin: 0;
}

#resultboxDest a:hover {
	background-color: #D1D1D1;
	font-size: 11px;
}

#Rtheme {
	position: relative;
}

#resultboxTheme {
	padding: 2px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 100;
	border: 1px solid #D1D1D1;
}

#resultboxTheme a {
	color: #666666;
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 0;
	margin: 0;
}

#resultboxTheme a:hover {
	background-color: #D1D1D1;
	font-size: 11px;
}


/*GESTION DES TEMPS*/

#ui-datepicker-div {
	z-index: 6;
}

#bg-gris {
	display: none;
	position: absolute;
	z-index: 4;
	background-image: url(../../images/gris-bg.png);
	/*background:rgba(0,0,0,0.5) url('images/gris-bg.png');*/
	width: 100%;
	height: 100%;
}

.modal-body {
	background-color: #f3dcb6;
	padding: 10px;
	border: 2px solid #9e539c;
}

.modal-body label {
	width: 210px;
}

.modal-body input {
	border: 1px solid #9e539c;
}

.ligneBT input {
	background-color: #A7A848;
	color: #FFF;
}

.ligneBT input:hover {
	background-color: #f3dcb6;
}

.modal-body .bt {
	float: right;
	margin: 0 2px 0 0;
}

.ligneForm {
	height: 35px;
	line-height: 35px;
	font-size: 0.8em;
	clear: both;
}

#nom_i {
	text-align: center;
	color: #9e539c;
	Font-size: 1em;
}

/* GESTION STATISTIQUES */
/*
#tempsBas table{
width:100%;
border:1px solid #6c8868;
border-collapse:collapse;
}

#tempsBas th{
text-align:center;
font-weight:bold;
font-size:0.8em;
color:#E95E29;
}

.td_center{
text-align:center;
}

#tempsBas td{
font-size:0.8em;
border:1px solid #6c8868;
}
*/
#tableau-stats {
	width: 99%;
	border: 1px solid #6c8868;
	border-collapse: collapse;
	margin: 5px 2px;
}

#tableau-stats tr th {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #E95E29;
}

#tableau-stats tr td {
	font-size: 0.7em;
	border: 1px solid #6c8868;
}

.titre1-stats {
	background-color: #6c8868;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.titre-part-stats {
	background-color: #eae3f3;
	color: #4B2973;
	font-size: 11px;
	font-weight: bold;
}

.titre2-stats {
	background-color: #DAC74F;
	color: #6c8868;
	font-size: 11px;
	font-weight: bold;
}

.titre3-stats {
	background-color: #EEDF6A;
	color: #6c8868;
	font-size: 11px;
	font-weight: bold;
}

.texte-stats {
	color: #6c8868;
	font-size: 11px;
}

.lien-excel {
	margin-left: 20px;
	color: #E95E29;
	font-size: 13px;
	font-weight: bold;
}

.lien-excel a {
	color: #E95E29;
	text-decoration: none;
}

.lien-excel a:hover {
	color: #666;
}


/*AVERT JS*/
#avert-wrapper {
	border: 2px solid #6c8868;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 350px;
}

#avert-wrapper div {
	margin: 0;
}

#avert-header {
	height: 15px;
	width: 350px;
	background-color: #E95E29;
}

#avert-close {
	height: 15px;
	width: 15px;
	float: right;
	background: url(../../images/close-avert.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#avert-content {
	width: 330px;
	padding: 5px 10px 5px 10px;
	background-color: #EBD87E;
}

#avert-content p {
	margin: 0;
	padding: 5px 4px 5px 4px;
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
	text-align: justify;
	font-size: 0.8em;
}

#avert-bt {
	height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

#avert-bt span {
	margin: 0;
	padding: 0;
	width: 60px;
	margin: auto;
	background-color: #A7A848;
	text-align: center;
	border: 1px solid #6c8868;
	font-size: 0.8em;
	line-height: 20px;
	color: #FFF;
	cursor: pointer;
	display: block;
}

#avert-bt p:hover {
	background-color: #E95E29;
}

.nom_cat_temps {
	margin: 0;
	padding: 0;
	font-weight: bold;
	clear: both;
	color: #9e539c;
}

.nom_sscat_temps {
	margin: 0;
	padding: 0;
	clear: both;
	color: #333333;
}

.nom_sscat_temps:hover {
	background-color: #C8CFC3;
	transition: 0.3s;
}

.ligneFormFiche {
	line-height: 20px;
	font-size: 0.8em;
	overflow: auto;
	height: 500px;
}



.ligneFormFiche label {
	padding-left: 10px;
}

#tempsTop {
	margin: 10px 10px 20px 10px;
	border: 1px solid #d2a338;
}

.titretemps {
	font-family: "PaperFlowers", sans-serif;
	font-size: 30px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	text-align: center;
	color: #9e539c;
}

#tempsTop h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1em;
	color: #9e539c;
}

#tempsGauche2 {
	width: 97%;
	padding: 5px;
}

#tempsGauche {
	width: 65%;
	float: left;
	padding: 5px;
}

#tempsDroite {
	width: 30%;
	float: right;
	padding: 5px;
}

#tempsBas {
	margin: auto;
	clear: both;
	width: 90%;
	padding: 5px;
}

#tempsBas table {
	width: 100%;
	border: 1px solid #D2A338;
	border-collapse: collapse;
}

#tempsBas th {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #9E539C;
}

.td_center {
	text-align: center;
}

#tempsBas td {
	font-size: 0.8em;
	border: 1px solid #D2A338;
}

.td_center_bt {
	border-bottom: 1px solid #D2A338;
}


#tempsBas h3 {
	font-family: "PaperFlowers", sans-serif;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 29px;
	color: #9e539c;
	text-align: center;
}

.btui {
	font-size: 0.8em;
	color: #FFF;
	padding: 3px 5px;
	display: block;
	background-color: #9e539c;
	text-align: center;
	border: 1px solid #9e539c;
	border-radius: 3px;
	text-decoration: none;
	margin-bottom: 3px;
}

.btui:hover {
	background-color: #333333;
	transition: 0.3s;
}

.btsaisir {
	font-size: 0.8em;
	color: #FFF !important;
	padding: 3px 5px;
	background-color: #9e539c;
	text-align: center;
	border: 1px solid #9e539c;
	border-radius: 3px;
	text-decoration: none;
	margin-bottom: 3px;
}

.btsaisir:hover {
	background-color: #333333;
	color: #FFFFFF;
	transition: 0.3s;
}

div.ui-datepicker {
	font-size: 73%;
}

.nom_cat_td {
	text-align: left;
}

.nom_sscat_td {
	text-align: left;
	padding-left: 14px;
}

#recapTemps td {
	border: none;
}

#recapTemps p {
	padding: 0;
	margin: 0;
}

.hovered {
	background-color: #dac74f;
}

#nom_i {
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

#themeList {
	height: 387px;
	overflow-y: auto;
}

textarea {
	width: 400px;
	height: 175px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*                                                  FULLCALENDAR                                                    */
/*------------------------------------------------------------------------------------------------------------------*/

/*Haut*/
.fc-toolbar {
	font-family: 'arial';
	background-color: #d2c45b;
	padding: 3px;
	border-radius: 5px;
}

.fc .fc-toolbar-title {
	text-transform: capitalize !important;
}

/*Tableau Agenda MOIS*/

.fc-theme-standard th {
	background-color: #d2c45b;
	font-family: 'arial';
	font-size: 17px !important;
	border: 1px solid #d2c45b !important;
}

.fc th a {
	text-decoration: none;
	color: #444;
}

.fc-theme-standard table,
.fc-theme-standard td {
	border: 1px solid #d2c45b !important;
}

.fc .fc-daygrid-day-number {
	text-decoration: none;
	color: #444;
}

.fc-more-link {
	color: #074436;
}

.fc-event {
	font-family: 'arial';
}

/*Tableau Agenda PLANNING*/

.fc .fc-list-table {}

.fc .fc-list-table th {}

.fc .fc-list-table tr.fc-event td {
	background: rgba(210, 196, 91, 0.6);
	border: none !important;
}

.fc .fc-list-table .fc-list-event-time {
	font-size: 14px !important;
}

.fc .fc-list-table .fc-list-event-title {
	font-size: 14px !important;
}