/* ------ BASE ------ */

.b_p_c1 { color: #000000; } .b_f_c1 { background-color: #000000; } .b_b_c1 { border-color: #000000; }
.b_p_c2 { color: #000000; } .b_f_c2 { background-color: #000000; } .b_b_c2 { border-color: #000000; }
.b_p_ch { color: #000000; } .b_f_ch { background-color: #ffffff; } .b_b_ch { border-color: #000000; }
.b_p_cm { color: #000000; } .b_f_cm { background-color: #ffffff; } .b_b_cm { border-color: #000000; }
.b_p_cb { color: #ffffff; } .b_f_cb { background-color: #000000; } .b_b_cb { border-color: #000000; }


.Co_Des { color: #cccccc; }
.surlign { background-color: #fff40f; }

/* ------ CORPS ------ */

.CS_Haut { background: #4f5c64; 
	/*background: #eeeeee url('images/textures/wavegrid.png') repeat top center;*/
	background: #4f5c64 url('images/textures/square_bg.png') repeat top center;
	/*border-bottom: solid 3px #4f5c64;*/
	}
.CS_HautI { margin: 1px 0 1px 0; }
.HaRef { background: #4f5c64; background: linear-gradient(to bottom, #4f5c64 60%, #e31288); }
.HaBai { background: #4f5c64; background: linear-gradient(to bottom, #4f5c64 60%, #0b7bde); }
.HaDem { background: #4f5c64; background: linear-gradient(to bottom, #4f5c64 60%, #d65c06); }
.HaOff { background: #4f5c64; background: linear-gradient(to bottom, #4f5c64 60%, #00c1d7); }

.CS_Mil {  }
.CS_MilI { margin: 0 0 0 0; }
.CS_MilS { background: #000000; color: #ffffff; }
.CS_MilSI { margin: 10px 0 10px 0; }

.CSF_Mil {  }
.CSF_MilT {  }
.CSF_MilT .container-fluid { padding-right: 0; padding-left: 0; }
.CSF_MilI { margin: 0 0 20px 0; }
.CSF_MilIS { margin: 0 0 0 0; }

.CS_Bas { margin-top: 50px; background: #32393d; /*background: #000000 url('images/textures/random_grey_variations.png') repeat top center;*/ }
.CS_BasI { padding: 100px 0; color: #ffffff; }


.lab_base { margin-bottom: 1px; text-align: right; font-weight: 500; }
.dat_base { margin-bottom: 1px; }
.lab_base2 { margin-bottom: 3px; text-align: right; }
.dat_base2 { margin-bottom: 3px; font-weight: 500; }

@media (max-width: 768px) {
	.lab_base { text-align: left; }
	}
@media (min-width: 768px) {
	
	}

.SXHCol, .SXHColS { margin-left: -10px; margin-right: -10px; }
.SXHCol > [class*='col-'] { padding-left: 10px; padding-right: 10px; /*margin-top: 20px;*/ }
.SXHColS { margin-left: -5px; margin-right: -5px; }
.SXHColS > [class*='col-'] { padding-left: 5px; padding-right: 5px; }
.row.rflex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.row.rflex > [class*='col-'] { display: flex; flex-direction: column; }
.row.rflext { display: table; }
.rflext > [class*="col-"] { float: none; display: table-cell; vertical-align: top; }

/* ------ BLOCS ------ */
/*
.container, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { -moz-box-shadow: 0 0 2px #666666; -webkit-box-shadow: 0 0 2px #666666; box-shadow: 0 0 2px #666666; }
.H1_Blo, .H2_Blo, .H3_Blo, .H4_Blo, .H5_Blo, .H6_Blo { -moz-box-shadow: 0 0 2px #666666; -webkit-box-shadow: 0 0 2px #666666; box-shadow: 0 0 2px #666666; }
.H1_Tit, .H2_Tit, .H3_Tit, .H4_Tit, .H5_Tit, .H6_Tit { -moz-box-shadow: 0 0 2px red; -webkit-box-shadow: 0 0 2px red; box-shadow: 0 0 2px red; }
.H1_Blo p, .H2_Blo p, .H3_Blo p, .H4_Blo p, .H5_Blo p, .H6_Blo p { -moz-box-shadow: 0 0 2px green; -webkit-box-shadow: 0 0 2px green; box-shadow: 0 0 2px green; }
*/
.H1_Blo { margin: 0; padding: 5px 0 5px 0; }
.H1_Tit { margin: 10px 0 10px 0; padding: 0; font-size: 34px; font-weight: 600; text-align: left; letter-spacing: 1px; color: #ffffff; }
.H1_Txt { margin: 0 0 10px 0; padding: 0; font-size: 18px; }
.H1_Txt p.lead { font-size: 24px; }
.CS_HautAI .H1_Tit { }
.CS_HautI .H1_Tit { /*text-shadow: 1px 1px 2px #000000;*/ }

.H2_Blo { margin: 0; padding: 10px 0 10px 0; /*margin: 40px 0; padding: 10px;*/ /*background: #eeeeee;*/ }
.H2_Tit { margin: 10px 0 10px 0; padding: 5px 0 5px 0; font-size: 24px; font-weight: 500; border-bottom: solid 1px #4f5c64; color: #4f5c64; }
.H2_Txt { margin: 0 0 10px 0; padding: 0 0 0 0; font-size: 16px; color: #333333; font-weight: 300; text-align: justify; }
.H2_TxtC { margin: 0 0 1px 0; padding: 0 0 0 0; font-size: 16px; color: #333333; font-weight: 300; text-align: justify; }

.H3_Blo { margin: 0; padding: 10px 0 10px 0; /*-moz-box-shadow: 0 0 2px #666666; -webkit-box-shadow: 0 0 2px #666666; box-shadow: 0 0 2px #666666;*/ }
.H3_Tit { margin: 10px 0 10px 0; padding: 0 0 5px 0; font-size: 20px; font-weight: 500; border-bottom: solid 1px #90a3ad; color: #4f5c64; }
.H3_Txt { margin: 0 0 10px 0; padding: 5px 0 0 0; font-size: 15px; color: #333333; font-weight: 300; text-align: justify; }

.H4_Blo { margin: 0; padding: 5px 0 10px 0; }
.H4_Tit { margin: 10px 0 5px 0; padding: 0; font-size: 18px; font-weight: 300; }
.H4_Txt { margin: 0 0 10px 0; padding: 0; font-size: 15px; color: #666666; font-weight: 300; text-align: justify; }

/*.H5_Blo { margin: 0; padding: 1px 0; }
.H5_Tit { margin: 20px 0 10px 0; padding: 0; }
.H5_Blo p { margin: 0 0 10px 0; padding: 0; }
.H6_Blo { margin: 0; padding: 1px 0; }
.H6_Tit { margin: 20px 0 10px 0; padding: 0; }
.H6_Blo p { margin: 0 0 10px 0; padding: 0; }*/


/* ------ AUTRES ------ */

/* DIV */
/*.img_deco { -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -moz-box-shadow: 2px 2px 3px #666666; -webkit-box-shadow: 2px 2px 3px #666666; box-shadow: 2px 2px 3px #666666; }*/
.img_deco { position: relative; border: solid 1px #eeeeee; }
.img_deco:after { content: url('images/site/Pokeball_32.png'); position: absolute; right: 16px; top: -17px; display: block; width: 0; }
.img_deco1, .img_deco2, .img_deco3 { /*-moz-box-shadow: 0 0 3px #aaaaaa; -webkit-box-shadow: 0 0 3px #aaaaaa; box-shadow: 0 0 3px #aaaaaa;*/ }
.img_deco1 { float: left; margin: 0 20px 20px 0; }
.img_deco2 { float: right; margin: 0 0 20px 20px; }
.img_decoLi { margin: -10px -15px 10px -15px; }

/* BLOC DECO */
.D1_Blo { padding: 20px 0 20px 0; background: #eff0ef; box-shadow: 20px 0 10px -20px rgba(0,0,0,0.45) inset, 0px 3px 6px 0px rgba(140, 149, 159, 0.15); }
.CS_Mil.D1_Blo { padding: 0; margin: 40px 0 40px 0; }
.D1_Blo .H2_Tit, .D1_Blo .H2_Txt, .D1_Blo .H3_Tit, .D1_Blo .H3_Txt, .D1_Blo .H4_Tit, .D1_Blo .H4_Txt { /*color: #ffffff;*/ }
.H3_Blo.D1_Blo, .H4_Blo.D1_Blo { padding: 10px 20px; margin-bottom: 10px; /*background: #eeeeee;*/ }

.D2_Blo { padding: 20px 0 20px 0; background: #4f5c64; /*border: solid 1px #000000;*/ box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45); }
.D2_Blo .H2_Tit, .D2_Blo .H2_Txt, .D2_Blo .H3_Tit, .D2_Blo .H3_Txt, .D2_Blo .H4_Tit, .D2_Blo .H4_Txt { color: #ffffff; }
.H3_Blo.D2_Blo, .H4_Blo.D2_Blo { padding: 10px 20px; margin-bottom: 10px; /*background: #eeeeee;*/ }

.D3_Blo { padding: 20px 0 20px 0; background: #fafafa; border: solid 1px #4f5c64; box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); }
.D3_Blo .H2_Tit, .D3_Blo .H2_Txt, .D3_Blo .H3_Tit, .D3_Blo .H3_Txt, .D3_Blo .H4_Tit, .D3_Blo .H4_Txt {  }
.H3_Blo.D3_Blo, .H4_Blo.D3_Blo { padding: 10px 20px; margin-bottom: 10px; }

.D4_Blo { padding: 20px 0 20px 0; background: #eff0ef; border: solid 1px #4f5c64; box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); }
.D4_Blo .H2_Tit, .D4_Blo .H2_Txt, .D4_Blo .H3_Tit, .D4_Blo .H3_Txt, .D4_Blo .H4_Tit, .D4_Blo .H4_Txt {  }
.H3_Blo.D4_Blo, .H4_Blo.D4_Blo { padding: 10px 20px; margin-bottom: 10px; }

.D5_Blo { padding: 20px 0 20px 0; background: #fafafa; /*border: solid 1px #4f5c64;*/ box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); }
.D5_Blo .H2_Tit, .D5_Blo .H2_Txt, .D5_Blo .H3_Tit, .D5_Blo .H3_Txt, .D5_Blo .H4_Tit, .D5_Blo .H4_Txt {  }
.D5_Blo .H2_Tit, .D5_Blo .H3_Tit, .D5_Blo .H4_Tit { border-bottom: solid 1px #4f5c64; }
.H3_Blo.D5_Blo, .H4_Blo.D5_Blo { padding: 1px 10px; margin-bottom: 10px; }


/* BLOC LIENS #fdfcfa #f7f6f4 #efe4d7 #b79a5f */
a.HLi_Tot:link, a.HLi_Tot:visited { display: block; padding: 10px 20px; text-decoration: none; border: solid 1px #edcfb9; /*background-color: #fdfcfa;*/  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; transition: all 700ms ease; }
a.HLi_TotT:link, a.HLi_TotT:visited {  }
a.HLi_Tot:hover { color: #000000; background-color: #f7efe9; -moz-box-shadow: 0 0 3px #aaaaaa; -webkit-box-shadow: 0 0 3px #aaaaaa; box-shadow: 0 0 3px #aaaaaa; border: solid 1px #e5650b; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
a.HLi_TotT .H2_Tit, a.HLi_TotT .H3_Tit, a.HLi_TotT .H4_Tit { padding: 0; font-size: 22px; font-weight: 400; border: none; }
/*a.HLi_Tot .H2_Tit i, a.HLi_Tot .H3_Tit i, a.HLi_Tot .H4_Tit i { color: #666666; }*/
span.HLi_Txt { /*text-indent: 10px;*/ font-size: 14px; color: #666666; font-weight: 300; /*text-align: justify;*/ }
span.HLi_Bt { font-style: italic; text-align: right; }


/* FORM ACC */

.DA_IcEt { /*float: left;*/ margin-right: 10px; }
.DA_IcEt2 { /*float: left;*/ }
.Blo_El_STit { padding: 1px 20px; background: #6a5464; color: #ffffff; }

a.li_Acc:link, a.li_Acc:visited { color: #52424d; text-decoration: none; transition: all 500ms ease; }
a.li_Acc:hover { color: #d65c06; /*text-decoration: underline;*/ }
a.li_Acc:link .Blo_El_Tit, a.li_Acc:visited .Blo_El_Tit { transition: all 500ms ease; }
a.li_Acc:hover .Blo_El_Tit { background: #f57300; }

.aConTitL {  }
a.li_AccS:link, a.li_AccS:visited { display: block; background: #6A5464; color: #ffffff; font-size: 16px; font-weight: 700; line-height: 28px; padding-left: 20px; text-align: left; text-decoration: none; transition: all 500ms ease; }
a.li_AccS:hover { color: #f9f871; background: #9d6777; /*text-decoration: underline;*/ }
.aConIntL { padding: 5px 20px; margin: 0 0 5px 0; background-image: linear-gradient(to right, #e9e6f5 0%, #ffffff 100%); border-bottom: dashed 1px #6A5464; border-top: dashed 2px #6A5464; }





/* ACTUS */
.HLi_ActuG { /*padding: 0 0 0 17px;*/ }
a.HLi_Actu:link, a.HLi_Actu:visited { display: block; position: relative; padding: 0 0 20px 0; margin: 0 0 30px 0; text-decoration: none; border: solid 1px #d1d2d4; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0; border-radius: 0 12px 0 0; /*background-color: #f1f1f1;*/ overflow: hidden; transition: all 500ms ease; /*background: url('images/site/losange.png') no-repeat calc(100% + 16px) center;*/ }
a.HLi_Actu:hover { color: #000000; border: solid 1px #316ab2; /*background-color: #f7f6f4;*/ -moz-box-shadow: 0 0 3px #aaaaaa; -webkit-box-shadow: 0 0 3px #aaaaaa; box-shadow: 0 0 3px #aaaaaa;
	/*-webkit-transform: rotate(1deg); transform: rotate(1deg);*/
	/*-webkit-transform: scale(1.02); transform: scale(1.02);*/
}
a.HLi_Actu:after { content: url('images/site/Pokeball_24.png'); position: absolute; width: 24px; height: 24px; right: -2px; top: -2px; display: block; transition: all 500ms ease; }
/*a.HLi_A1:after { content: url('images/site/losanget3.png'); }
a.HLi_A2:after { content: url('images/site/losanget.png'); }
a.HLi_A3:after { content: url('images/site/losanget2.png'); }*/
a.HLi_Actu:hover:after { -webkit-transform: rotate(360deg); transform: rotate(405deg); }
	.HLiA_Img { display: block; height: 220px; max-height: 220px; width: 100%; background-repeat: no-repeat; /*background-size: cover;*/ background-position: center center;/* overflow: hidden;*/ }
	.HLiA_Tit, .HLiA_Txt, .HLiA_Txt, .HLiA_Date { padding: 0 20px; }
	.HLiA_Tit { display: block; font-size: 22px; font-weight: 700; color: #333333; text-transform: uppercase; line-height: 20px; height: 40px; }
	.HLiA_Txt { display: block; height: 100px; margin-bottom: 10px; color: #484848; overflow: hidden; }
		.HLiA_The { display: block; font-weight: 600; color: #316ab2;}
	.HLiA_Date { display: block; font-style: italic; padding-bottom: 10px; }
	.HLiA_Bt { display: block; margin: 0 20px; text-align: center; }


/* ACTUS - PAGE */
.Actu_Cont { padding: 20px 0 20px 0; }
	.Actu_Add { padding: 0 0 20px 0; }
	.Actu_Date { font-style: italic; font-weight: 600; padding-bottom: 10px; }


/* TABS PANEL */

.tp_tabs { border-color: #808e97; }
/*.tp_tab {  }*/
.nav-tabs > li >a.tp_tab:link, .nav-tabs > li >a.tp_tab:visited { padding: 10px 10px; color: #808e97; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 700; transition: all 0.5s ease; }
.nav-tabs > li >a.tp_tab:hover { color: #32393d; /*text-decoration: underline;*/ }
.nav-tabs > li.active >a.tp_tab { color: #e5650b; border-color: #808e97; border-bottom-color: #dae7f0; background: #f8f8f8; background-image: linear-gradient(to top, #dae7f0 0%, #ffffff 100%); }
.tp_gen { padding: 20px 10px 10px 10px; border: solid 1px #808e97; border-top: none; background: #f8f8f8; background-image: linear-gradient(to top, #f8f8f8 0%, #dae7f0 100%); }
.SepTit { margin: 10px 0; color: #e5650b; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.tp_gen hr { border-top: 1px solid #ffffff; }

/* statut */
.ElS_ElemOK { float: left; width: 3px; height: 12px;  border-bottom: solid 2px #43ad26; }
.ElS_Elem { float: left; width: 3px; height: 12px;  border-bottom: solid 2px #cccccc; }

/* Elems menu DEM */
.Lab_Dem { float: left; margin-right: 5px; text-align: right; /*border: solid 1px #555555;*/ }
.Elem_Dem { float: left; /*margin-right: 5px;*/ /*border: solid 1px #000000;*/ }
.Sep_Dem { float: left; margin: 0 15px; }

.Dem_Entete { padding: 2px 5px; margin-top: 3px; background: #dae7f0; }
.Dem_EnteteO { padding: 2px 5px; margin-top: 3px; background: #edcfb9; }



/* OFFRES */
.Off_Elem { float: left; margin-right: 5px; width: 38px; border-right: solid 1px #aaaaaa; background: #eeeeee; }
.Off_El35 { width: 35px; }
.Off_El50 { width: 50px; }
.Off_El60 { width: 60px; }
.Off_ElWA { width: auto; border-right: none; }
.Off_ElemR { float: right; }

		.Liste_spuce { list-style-type: none; }

		a.li_offre:link, a.li_offre:visited { display: block; position:relative; /*font-weight: 500; padding: 5px;*/ color: #555555; border: solid 1px #4f5c64; border-radius: 4px; margin-bottom: 20px; height: 100%; text-decoration: none; transition: all 500ms ease;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
			}
		a.li_offre:hover { color: #000000; background: #f7efe9;
			/*box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
			/*box-shadow: rgba(74, 46, 4) 0px 20px 30px -10px;*/
			/*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
			box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
			}

		.li_off_tit { display: block; padding: 3px 5px; line-height: 15px; background: #4f5c64; color: #ffffff; }
			.li_off_tit_p { font-size: 10px; }
		.li_off_con { display: block; padding: 3px 5px; }
		.li_off_con_inT { display: block; padding: 0 5px; height: 22px; /*background: red;*/ overflow: hidden; }
			.li_off_con_in { display: block; float: left; height: 22px; border: solid 1px #fcba03; border-radius: 4px; background: #eeeeee; padding: 0 2px; margin-right: 2px; }
		.li_off_add { display: block; padding: 2px 5px 5px 5px; }
			.loa_blo { padding: 0 4px; border: solid 2px #e5650b; border-radius: 8px; }
			.loa_blo_ok { border: solid 2px #008957; }
			.loa_blo_no { border: solid 2px #cf3838; }
		.li_off_bas { display: block; padding: 3px 5px; }

		.dem_ls { height: 25px; overflow: hidden; margin-bottom: 2px; }

		#map { padding: 0; margin: 0; height: 600px; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #323232; /*border: solid 1px #000000;*/ }
		.mark1 { cursor: pointer; }


/* ------ TAB ------ */
.Tab_Tab { font-size: 13px; /*text-align: center;*/ width: 100%; height: auto; border-spacing: 0; /*border: solid 1px #eeeeee; font-weight: bold;*/ /*color: #000000; background-color: #eeeeee;*/ /*-moz-box-shadow:0 0 5px #333333; -webkit-box-shadow:0 0 5px #333333; box-shadow:0 0 5px #333333;*/ }

.Tab_Tab tr.Tab_TRH { width: 100%; }
.Tab_Tab tr.Tab_TRH th {  }
.Tab_Tab tr.Tab_TRC { width: 100%; }
.Tab_Tab tr.Tab_TRC td { vertical-align: middle; /*padding: 3px 5px;*/ }
.Tab_Tab tr.Tab_TRCP {  }
.Tab_Tab tr.Tab_TRCP td { padding-top: 0; padding-bottom: 0; }


/* ------ ADM SORT ------ */
.Tab_Sort {}
.Tab_Sort tr.Tab_TRH td { font-size: 14px; font-weight: 900; }

.Tit_Sort { text-align: center; margin: 0 2px; padding: 3px 0; border: 1px solid #cccccc; border-bottom: none; font-size: 16px; font-weight: 900; text-transform: uppercase; background: #fafafa; }
ul.li_sort { height: 100%; min-height: 100%; list-style-type: none; margin: 0 2px 5px 2px; padding: 5px 0 0 0; border: 1px solid #cccccc; /*background: #eeeeee;*/ background-image: linear-gradient(to top, #dddddd 0%, #fafafa 100%); }
ul.li_sortmin { min-height: 100px; }
ul.li_sort li { display: block; margin: 0 5px 5px 5px; padding: 5px 5px 0 5px; overflow: hidden; }

ul.li_sortConf { min-height: 100px; }
ul.li_sortConf li { height: 30px; }

.list_base { border: solid 1px #aaaaaa; background: #ffffff; cursor: pointer; }
.list_base:hover { border: solid 1px #000000; background: #fafafa; cursor: move; }
.list_baseF { float: left; width: 23%; /*height: 30px;*/ }
.list_ph { border: solid 1px #eeeeee; background: #ffffff; min-height: 40px; }



/* ------------------------------------------------------------------------ */


/* ------ FORM ------ */
/*.form-horizontal .FGBas { margin-bottom: 8px; }
.form-horizontal .control-label.FLab, .FLab { font-size: 14px; line-height: 1.5; font-weight: 600; padding-top: 2px; }
input.FBas, select.FBas, .form-horizontal .form-group input.FBas, .form-horizontal .form-group select.FBas, .form-horizontal .form-group .input-group-addon { font-size: 14px; height: 26px; line-height: 1.5; padding: 3px 5px; }
select.FBas, .form-horizontal .form-group select.FBas { font-size: 13px; }
textarea.FBas, .form-horizontal .form-group textarea.FBas { font-size: 14px; line-height: 1.5; height: auto; padding: 3px 5px; }

input.FBas:hover, select.FBas:hover, .form-horizontal .form-group input.FBas:hover, .form-horizontal .form-group select.FBas:hover, textarea.FBas:hover, .form-horizontal .form-group textarea.FBas:hover { border-color: #264f73; }
input.FBas:focus, select.FBas:focus, .form-horizontal .form-group input.FBas:focus, .form-horizontal .form-group select.FBas:focus, textarea.FBas:focus, .form-horizontal .form-group textarea.FBas:focus { border-color: #112a40;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #9dbedb; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #9dbedb; }

.form-horizontal .form-group .FLBas { padding-top: 2px; padding: 2px; }
*/
/* ------ ADM TAB HEAD ------ */
.TFiltres { /*background: #eeeeee;*/ margin: 0; padding: 2px; /*border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;*/ }
.TFiltresE { margin-left: 2px; }

.TNavP { height: 24px; padding: 0; margin-bottom: 5px; /*border-bottom: solid 1px #eeeeee;*/ /*background: #eeeeee;*/ }
.NavPList { float: left; height: 24px; /*-moz-box-shadow:0 0 5px #333333; -webkit-box-shadow:0 0 5px #333333; box-shadow:0 0 5px #333333;*/ }
	.TabNavP { /*background: #dddddd;*/ }
	.cntxt { float: left; height: 24px; line-height: 24px; /*text-align: center;*/ font-weight: bold; }
	.cntxtP { width: 85px; }
	.cbtp, .cbtpp, .cbtppA { float: left; width: 35px; height: 24px; text-align: center; /*-moz-box-shadow:0 0 5px #333333; -webkit-box-shadow:0 0 5px #333333; box-shadow:0 0 5px #333333;*/ }
	.cbtpp { width: 25px; }
	.cbtppA { width: 25px; line-height: 24px; font-weight: bold; }
	button.btpag {  }
	a.btpag:link, a.btpag:visited { width: 31px; text-decoration: none; color: #ffffff; /*font-weight: bold; font-size: 12px; line-height: 1.5;*/ }
	a.btpag:hover { color: #edcfb9; }
	a.btpag img {  }
	.cbtpp a.btpag { width: 23px; }
	a.litri:link, a.litri:visited { font-weight: 600; text-decoration: none; color: #c9590a; transition: all 500ms ease; }
	a.litri:hover { color: #32393d; text-decoration: underline; }

.NavPRec { float: right; height: 24px; }
	.NPRec_Txt { float: right; height: 24px; line-height: 24px; font-weight: bold; }
	.NPRec_Bt { float: right; height: 24px; }
	.Fo_RecPT { width: 100px; font-size: 12px; height: 24px; line-height: 20px; padding: 1px 5px; margin: 0 5px; }


/* ------ ADM FORM ------ */
.form-horizontal .FGBas { margin-bottom: 10px; }
input.FBas, select.FBas, .form-horizontal .form-group input.FBas, .form-horizontal .form-group select.FBas, .form-horizontal .form-group .input-group-addon { font-size: 12px; height: 26px; line-height: 1.5; padding: 3px 5px; }
textarea.FBas, .form-horizontal .form-group textarea.FBas { font-size: 12px; line-height: 1.5; height: auto; padding: 3px 5px; }

input.FBas:hover, select.FBas:hover, .form-horizontal .form-group input.FBas:hover, .form-horizontal .form-group select.FBas:hover, textarea.FBas:hover, .form-horizontal .form-group textarea.FBas:hover { border-color: #862C00; }
input.FBas:focus, select.FBas:focus, .form-horizontal .form-group input.FBas:focus, .form-horizontal .form-group select.FBas:focus, textarea.FBas:focus, .form-horizontal .form-group textarea.FBas:focus { border-color: #f39f1b; /*-moz-box-shadow:0 1px 8px #f39f1b; -webkit-box-shadow:0 1px 8px #f39f1b; box-shadow:0 1px 8px #f39f1b;*/ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 159, 27, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 159, 27, .6); }

input.FBasMin, select.FBasMin, .form-horizontal .form-group input.FBasMin, .form-horizontal .form-group select.FBasMin, .form-group-sm select.FBasMin { padding: 1px 5px; height: 16px; }

select.FBasH { border-color: red; }

.form-horizontal .form-group .FLBas { color: #4f5c64; padding: 4px 2px 2px 2px; }

.btn-default.active, .btn-default:active { background-color: #ddf7d2; border-color: #46bb1b; }

.w_600 { width: 600px; } .w_500 { width: 500px; } .w_400 { width: 400px; } .w_300 { width: 300px; } .w_250 { width: 250px; } .w_200 { width: 200px; } .w_150 { width: 150px; } .w_125 { width: 125px; } .w_100 { width: 100px; } .w_75 { width: 75px; } .w_50 { width: 50px; }
.w_100p { width: 100%; } .w_95p { width: 95%; } .w_75p { width: 75%; } .w_50p { width: 50%; } .w_25p { width: 25%; }
.h_200 { height: 200px; } .h_150 { height: 150px; } .h_100 { height: 100px; } .h_75 { height: 75px; } .h_50 { height: 50px; }




/* BOU BASE */
.Bt_Base, .Bt_BaseR, button.Bt_Base, button.Bt_BaseR, a.Bt_Base:link, a.Bt_Base:visited, a.Bt_BaseR:link, a.Bt_BaseR:visited { color: #ffffff; border: solid 1px #ed8942; background: #e5650b; font-size: 13px; font-weight: 600; /*letter-spacing: 1px;*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 4px 10px; transition: all 0.5s ease; }
a.Bt_Base:link, a.Bt_Base:visited, a.Bt_BaseR:link, a.Bt_BaseR:visited { text-decoration: none; }
.Bt_BaseR, a.Bt_BaseR:link, a.Bt_BaseR:visited { color: #ffffff; background: #4f5c64; border: solid 1px #cdd3dc; }
.Bt_Base, a.Bt_Base:link, a.Bt_Base:visited {  }
.Bt_Base:hover, .Bt_Base:active, .Bt_Base:focus, .Bt_BaseR:hover, .Bt_BaseR:active, .Bt_BaseR:focus, a.Bt_Base:hover, a.Bt_Base:active, a.Bt_Base:focus, a.Bt_BaseR:hover, a.Bt_BaseR:active, a.Bt_BaseR:focus { /*color: #e6eff5;*/ border: solid 1px #4f5c64; background: #ed8942; -moz-box-shadow: 0 0 3px #aaaaaa; -webkit-box-shadow: 0 0 3px #aaaaaa; box-shadow: 0 0 3px #aaaaaa; }
.Bt_BaseR:hover, .Bt_BaseR:active, .Bt_BaseR:focus, a.Bt_BaseR:hover, a.Bt_BaseR:active, a.Bt_BaseR:focus { border: solid 1px #4f5c64; background: #cadde8; color: #4f5c64; }
/* BT FORM */
button.FBasB, a.FBasB:link, a.FBasB:visited { }
button.FBasBC, a.FBasBC:link, a.FBasBC:visited { font-size: 16px; height: 24px; line-height: 1; padding: 3px 5px; /*margin-bottom: 1px;*/ }
button.Bt_BaseP, a.Bt_BaseP:link, a.Bt_BaseP:visited { padding: 1px 8px; }
button.Bt_BasePM, a.Bt_BasePM:link, a.Bt_BasePM:visited { padding: 1px 6px; line-height: 14px; }
button.Bt_BaseTmp, a.Bt_BaseTmp:link, a.Bt_BaseTmp:visited { background: #855499; }

button.Bt_BaseBig, a.Bt_BaseBig:link, a.Bt_BaseBig:visited { font-size: 18px; /*height: 24px; line-height: 1;*/ padding: 10px 15px; /*margin-bottom: 1px;*/ }

.Bt_BaseOK, button.Bt_BaseOK, a.Bt_BaseOK:link, a.Bt_BaseOK:visited { background: #008957; }
.Bt_BaseOK:hover, a.Bt_BaseOK:active, a.Bt_BaseOK:focus { background: #41a29a; }
.Bt_BaseMVS, button.Bt_BaseMVS, a.Bt_BaseMVS:link, a.Bt_BaseMVS:visited { background: #7b2482; }
.Bt_BaseMVS:hover, a.Bt_BaseMVS:active, a.Bt_BaseMVS:focus { background: #6a5464; }


button.Bt_BaseP, .btn.Bt_BaseP, a.Bt_BaseP:link, a.Bt_BaseP:visited { padding: 1px 8px; }
.btn-group-sm > .btn, .btn-sm { padding: 3px 8px; }

/* PAGI - GLOB */
.HMenuTotLiO { margin-bottom: 14px; }
.HMenuTotRe { margin-bottom: 6px; }
.HMenuTot {  }
.PagEle { font-size: 13px; line-height: 30px; text-transform: uppercase; /*font-weight: 700;*/ color: #666666; }
.PE_Gau { float: left; margin-right: 10px; }
.PE_Dro { float: right; margin-left: 10px; }
.PE_Pag { float: left; }
li.cbtp, li.cbtp a, li.infotxt, li.infotxt span { width: 30px; text-align: center; }

.PE_DroFo { float: right; margin-left: 10px; height: 30px; padding: 2px 0; }
	.PE_DroFo .FBas { font-size: 11px; /*text-transform: uppercase;*/ border-color: #ffffff; color: #909090; }
.PE_DroFoB { float: right; margin-left: 5px; line-height: 28px; text-transform: none; }

/* PAGI */
ul.pagi_pag > li:first-child > a, ul.pagi_pag > li:first-child > span { border-top-left-radius: 0; border-bottom-left-radius: 0; }
ul.pagi_pag > li:last-child > a, ul.pagi_pag > li:last-child > span { border-top-right-radius: 0; border-bottom-right-radius: 0; }
ul.pagi_pag { margin: 0 0 0 0; height: 30px; }
ul.pagi_pag li { }
/*ul.pagi_pag li.infotxtM span, ul.pagi_pag li.infotxtM span:hover { margin: 0; padding: 0 5px 0 15px; background: none; font-size: 13px; line-height: 30px; border: solid 0 #1d2c5e; text-transform: uppercase; font-weight: 700; color: #666666; }
ul.pagi_pag li.infotxtMF span, ul.pagi_pag li.infotxtMF span:hover { margin: 0; padding: 0 5px 0 15px; background: none; font-size: 13px; line-height: 30px; border: solid 0 #1d2c5e; text-transform: uppercase; font-weight: 700; color: #666666; }*/

ul.pagi_pag li.infotxt span.PE_Txt, ul.pagi_pag li.infotxt span.PE_Txt:hover { padding: 0 10px 0 10px; background: none; border: solid 0 #ffffff; line-height: 30px; color: #87888a; }
ul.pagi_pag li.active span.PE_Txt, ul.pagi_pag li.active span.PE_Txt:hover { padding: 0 10px 0 10px; background: #316ab2; border: solid 0 #ed1c24; line-height: 30px; font-size: 13px; color: #ffffff; font-weight: 700; }
ul.pagi_pag li.disabled span.PE_Txt, ul.pagi_pag li.disabled span.PE_Txt:hover { padding: 0 10px 0 10px; background: none; border: solid 0 #1d2c5e; line-height: 30px; }

ul.pagi_pag li a { border-radius: 4px; padding: 0 10px 0 10px; border: solid 0 #ffffff; font-size: 13px; line-height: 30px; background: none; color: #316ab2; }
ul.pagi_pag li a:hover { border: solid 0 #316ab2; background-color: #d1d2d4; color: #1d2c5e; }


/* FILTRES */
.Gen_Filtres {}
/*.ActuF_Lab { float: right; padding-right: 5px; }
.ActuF_Con { float: right; }*/
.Nav_ElGA { margin-top: 20px; }
.Nav_ElG { margin-bottom: 10px; }
.Nav_ElTxt { float: left; margin-right: 20px; padding: 20px 0 0 0; text-align: right; font-weight: 600; }


/* SELECT LIEN */
.Gen_Fil a.dropdown-toggle { text-decoration: none; color: #909090; }
.Gen_Fil a.dropdown-toggle i { font-size: 13px; }
.Gen_Fil a.dropdown-toggle:hover { color: #07a8d9; }
.Gen_Fil ul.dropdown-menu {}
.Gen_Fil ul.dropdown-menu li {}
.Gen_Fil ul.dropdown-menu li a { font-weight: 400; font-size: 10px; text-transform : uppercase; text-decoration: none; color: #909090; }
.Gen_Fil ul.dropdown-menu li a.active { font-weight: 600; color: #000000; }
.Gen_Fil ul.dropdown-menu li a:hover { color: #07a8d9; /*text-decoration: underline;*/ }


/* ARIANE */
.breadcrumb { /*background-color: #ffffff;*/ border-radius: 0; list-style: none outside none; margin: 5px 0 5px 0; padding: 1px 0 1px 0; font-weight: 300; font-size: 12px; letter-spacing: 0.5px; /*text-transform: uppercase;*/ color: #484848;
	background-color: #ffffff;
	/*background-image: -webkit-linear-gradient(left, #e2e2e2 0%, #ffffff 60%);
	background-image:      -o-linear-gradient(left, #e2e2e2 0%, #ffffff 60%);
	background-image: -webkit-gradient(linear, left top, right top, from(#e2e2e2), to(#ffffff));
	background-image:         linear-gradient(to right, #e2e2e2 0%, #ffffff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffffffff', GradientType=1);
	background-repeat: repeat-x;*/
	}
.breadcrumb i { /*color: #484848;*/ }
.breadcrumb a:link, .breadcrumb a:visited { /*font-weight: bold;*/ text-decoration: none; color: #316ab2; }
.breadcrumb a:hover { text-decoration: underline; color: #1d2c5e; }
.breadcrumb > li + li:before { color: #484848; content: ' • '; padding: 0 2px 0 4px; }

/* Sous-Menu */
.CS_FixHaut { position: fixed; z-index: 40; top: 0; right: -3px; /*float: right;*/ margin-top: 80px; /*padding: 10px;*/ /*background: red;*/ border: solid 3px #4f5c64; text-align: right; }
.FixH_BtV:link, .FixH_BtV:visited, .FixH_BtV:focus, .FixH_BtV { font-weight: 500; text-decoration: none; text-align: right; color: #ffffff; z-index: 200;
background: #e5650b; border: solid 1px #f7efe9; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; transition: all 500ms ease; }
.FixH_BtV:hover { color: #ffffff; background-color: #ed8942; border: solid 1px #f7efe9; -moz-box-shadow: 0 0 3px #aaaaaa; -webkit-box-shadow: 0 0 3px #aaaaaa; box-shadow: 0 0 3px #aaaaaa; }
.FixH_BtVA:link, .FixH_BtVA:visited, .FixH_BtVA:focus, .FixH_BtVA { background: #32393d; }

/* SMENU */
nav.navigation { margin: 0; padding: 0; }
.pagi_sm { margin: 14px 0 0 0; border-radius: 0;/* border-radius: 4px;*/ }
.pagi_sm > li > a, .pagi_sm > li > span { padding: 6px 25px; font-size: 12px; line-height: 16px; color: #316ab2; background-color: #ffffff; border: 1px solid #d1d2d4; font-weight: 600; overflow: hidden; }
.pagi_sm > li:first-child > a, .pagi_sm > li:first-child > span { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.pagi_sm > li:last-child > a, .pagi_sm > li:last-child > span { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.pagi_sm > li > a:hover, .pagi_sm > li > span:hover, .pagi_sm > li > a:focus, .pagi_sm > li > span:focus { color: #1d2c5e; background-color: #d1d2d4; border-color: #ddd; }
.pagi_sm > .active > a, .pagi_sm > .active > span, .pagi_sm > .active > a:hover, .pagi_sm > .active > span:hover, .pagi_sm > .active > a:focus, .pagi_sm > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #316ab2; border-color: #1d2c5e; }

/*.pagi_sm > li > a:before, .pagi_sm > li > span:before { content: ""; display: block; width: 28px; height: 100%; border-radius: 50%; background: #d1d2d4; position: absolute; top: 0; left: -14px; }
.pagi_sm > .active > a:before, .pagi_sm > .active > span:before { background: #1d2c5e; }*/

/*.pagi_sm > li > a:after, .pagi_sm > li > span:after { content: ""; display: block; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 15px solid #d1d2d4;  position: absolute; top: 0; left: 0; }*/
/*.pagi_sm > .active > a:after, .pagi_sm > .active > span:after { border-left: 14px solid #1d2c5e; }*/
/*.pagi_sm > li > a:before, .pagi_sm > li > span:before { content: ""; display: block; width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-right: 13px solid #d1d2d4;  position: absolute; top: 0; right: 0; }*/

.pagi_sm > li > a:after, .pagi_sm > li > span:after { content: ""; display: block; width: 28px; height: 28px; background: url('images/site/Pokeball_32.png') repeat top center; background-size: 28px; position: absolute; top: 0; left: -26px; transition: all 500ms ease; }
.pagi_sm > li > a:hover:after, .pagi_sm > li > span:hover:after { -webkit-transform: rotate(50deg); transform: rotate(50deg); left: -8px; }

.pagi_sm > .active > a:after, .pagi_sm > .active > span:after { /*left: -4px;*/ }


/* MENU COMPTE */
ul.nav_AP {  }
ul.nav_AP li {  }
ul.nav_AP li a.li_nav:link, ul.nav_AP li a.li_nav:visited { text-decoration: none; color: #999999; font-size: 12px; font-weight: 600; border-color: #cccccc; border-bottom: none; }
ul.nav_AP li.active a.li_nav:link, ul.nav_AP li.active a.li_nav:visited { color: #000000; /*background: #f7f7f7;*/ }
ul.nav_AP li a.li_nav:hover { /*background: #ffffff; color: #b10000; text-decoration: underline;*/ }
.Nav_TabG { /*background: #f7f7f7;*/ padding: 20px 40px; border: solid 1px #cccccc; border-top: none; }

.Cont_TheB {  }
.Spin_TheB { position: absolute; }


/* ------ POP ------ */
.cache { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000 /*url('exolab/admin/gif/load2a.gif') no-repeat center center*/; opacity: 0; filter: alpha(opacity=0); z-index: 50; cursor: pointer; }
.containerO { display: none; position: absolute; width: 850px; text-align: center; top: 100px; left:50%; margin: 5px auto; margin-left:-425px; z-index:51; -moz-box-shadow:0 0 10px #FFF; -webkit-box-shadow:0 0 10px #FFF; box-shadow:0 0 10px #FFF; /*background-color: #FFFFFF; border: solid 1px #FFFFFF; -moz-border-radius: 6px; -webkit-border-radius: 6px;*/ }
.cacheA { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000 /*url('exolab/admin/gif/load2a.gif') no-repeat center center*/; opacity: 0; filter: alpha(opacity=0); z-index: 52; cursor: pointer; }
.containerA { display: none; position: absolute; width: 850px; text-align: center; top: 100px; left:50%; margin: 5px auto; margin-left:-425px; z-index:53; -moz-box-shadow:0 0 10px #FFF; -webkit-box-shadow:0 0 10px #FFF; box-shadow:0 0 10px #FFF; /*background-color: #FFFFFF; border: solid 1px #FFFFFF; -moz-border-radius: 6px; -webkit-border-radius: 6px;*/ }
.SpinFic { padding: 20px; height: 50px; background: #ffffff url('exolab/admin/gif/load2a.gif') no-repeat center center; }
.Cont_TheB {  }
.Spin_TheB { position: absolute; }
.DNone { display: none; }

.aTitP { background: #112a40; border-bottom: solid 3px #112a40; }
	.TitHTit { float: left; }
	.TitHTit h2 { margin: 0; padding: 5px 20px; font-size: 20px; font-weight: 700; line-height: 26px; color: #ffffff; }
	.TitHBt { float: right; padding: 5px 5px 0 5px; }
.aConP { background: #ffffff; }
.logok .aConP { border: solid 6px #49b809; border-width: 4px 0 4px 0; }
.logerr .aConP { border: solid 6px #b80909; border-width: 10px 0 10px 0; }
	.aConInt { padding: 20px; }
		.aConInt h3 { margin: 15px 0 5px 0; padding: 2px 0 2px 0; border-bottom: dotted 2px #7b2482; background-image: linear-gradient(to right, #efecf9 0%, #eeeeee 100%); font-size: 16px; font-weight: 700; }
		.aConInt h4 { padding: 10px 0; margin: 0; text-align: left; font-size: 16px; }
		.aConImgLi {  }
		.aConImgImg { float: left; width: 200px; /*border: solid 1px #000000;*/ }
		.aConImgDiv { margin-left: 210px; text-align: left; /*border: solid 1px #000000;*/ }
	.aConSep { height: 3px; background: #112a40; }
	.aConTit { font-size: 18px; font-weight: 700; line-height: 24px; text-align: left; }
	.aConTxt { font-size: 18px; /*font-weight: 700;*/ line-height: 20px; text-align: left; }
	.aConBas { background: #eeeeee; border-top: solid 3px #112a40; padding: 5px; text-align: right; }
.aBasP { background: #eeeeee; border-top: solid 3px #112a40; padding: 5px 20px; text-align: right; }
	.BAleOK { width: 100px; }


/* ------ RESP ------ */

@media (max-width: 768px) {
	/*.H1_Tit { font-size: 34px; }*/
	.navbar_nav { margin: 0 0 0 0; }
	.navbar_act ul.nav li a { padding: 5px 10px; font-size: 14px; }
	}
@media (min-width: 768px) {
	/*.H1_Tit { font-size: 36px; }*/
	.navbar_act ul.nav li a { padding: 15px 8px; font-size: 12px; }
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0/*-15px*/; }
	.navbar-right { margin-right: 0/*-15px*/; }
	}
@media (min-width: 992px) {
	/*.H1_Tit { font-size: 38px; }*/
	.navbar_act ul.nav li a { padding: 15px 10px; font-size: 14px; }
	}
@media (min-width: 1200px) {
	/*.H1_Tit { font-size: 45px; }*/
	}

