/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+		© Copyright iDIWAY 2014
//+		Tout droits de reproduction interdits
//+		http://www.idiway.fr
//+		$Revision: 2700 $
//+		$Date: 2015-06-17 14:39:01 +0200 (mer. 17 juin 2015) $
//+		$HeadURL: svn://svn.id.lan/pko/sat/11/vem/trunk/tpl/tpl0/css/mod/mod15a/ls.css $
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html{overflow:scroll;}
#main{padding-bottom:25px;}
input[type="text"], input[type="password"] {height:auto;}
input.empty {color:#999;}

#tbl_art{ border-collapse:collapse; width:100%; z-index:8; position: relative;}
#ctr_block{  width: 100%; position: relative; padding-bottom: 100px; }
#block_ls{ min-height:500px; z-index: 1; position: relative; width: 100%; }
#block_vw{ /*min-height:500px;*/ min-height: 600px; z-index: 2; position: relative; padding: 10px; display: none; line-height: 1.5em; text-align: center; }
.in_vw_art #block_ls{ display: none; }
.in_vw_art #block_vw{ display: block; }

/*********************************************
		NDD
**********************************************/
#ndd{ z-index: 2; position: relative; box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2); margin-bottom: 10px; }
#ndd select { border-width: 1px; }
#f_ndd{ color:#333; }
#f_ndd label{ display:block; }
#f_ndd label:hover{ cursor:pointer; background:#e5f3cb; }
#f_ndd input{ color:#333; }
.f_ndd .etiq{ font-weight:bold; text-align:left; padding:5px; vertical-align:bottom; position: relative; }

/* zone chronoline */
#line_ndd{ margin-left: 230px; padding-bottom: 5px; }

/* search */
#Msearch{ position: absolute; height: 45px; top: 2px; left: 10px; }
#searchPart { position:relative;  z-index:1; display:block; margin:5px; padding:5px; width:204px; }
#searchPart:hover {  z-index:2;}
#searchPart .bt_del{ position: absolute; top: 0px; left:0; bottom:0;  display: inline-block; width:25px;  background: url('../../../img/ihm/iClose.png') center center no-repeat; opacity:0.2; cursor:default ; z-index:3; width:30px; left:auto; right:0;}
#searchPart.use > .bt_del{ opacity:1;  cursor:pointer;}
#searchPart.use > .bt_del:hover{ background-image: url('../../../img/ihm/iClose_over.png');}
#searchPart>img{ position:absolute; display:block; top:-1px; left:0px; border-radius: 20px; padding: 13px; background-color: #709924;}
#inputSearch{ background-color:#fff; padding:3px 20px 3px 30px; margin-left:8px; font-size:14px; width:150px; border:2px solid #709924; color:#333; height: 20px; }
#inputSearch.empty{ color:#999;}
#searchPart.use #inputSearch{ background-color:#FF9;}
#searchMore{ position: relative; top: -16px; left:16px; z-index: 3;}
#searchMore > img{ padding:0; opacity:0.7;  left: 1px;	position: relative;	top: 1px;}
#searchMore:hover > img{ padding:0; opacity:1;}
#searchMore .flyer{ width:150px; margin: -5px 0 0 -10px; border: 1px solid #709924;}

.onWhat{padding-left:7px;display:block;}

/* ruban ndd */
#ruban_ndd{ height: 1px; display: block; position: relative; z-index: 1; padding: 0; font-size: 11px; }
#ruban_ndd.on{ height: auto; }
#ctn_ndd{ overflow: hidden; height: 0px; border-top: 1px solid #709924; text-align: center; position: relative; }
.on>#ctn_ndd{ overflow: visible; height: auto; /*border-bottom: 1px solid #709924;*/ padding: 5px 5px 5px 37px; }
#ctn_ndd>div{ display: inline-block; vertical-align: top; padding: 5px; text-align: left; margin: 0 5px; }

/* btn open ndd */
#btn_tgl_rub{ font-weight: bold; position: absolute; top: -30px; left: 2px; color: #709924; bottom: 0; }
#txt_rub{  cursor: pointer; border-radius: 5px 5px 0 0; padding: 5px 5px 5px 30px; height: 20px; }
#txt_rub > *{ vertical-align: middle; display: inline-block; height: 20px; line-height: 20px; }
#txt_rub:before{ position: absolute; left: 0; right: 0; display: block; content: ''; top: -50px; height: 50px; }
#btn_tgl_rub:not(.on):hover #txt_rub, #txt_rub:hover{ background-color: #709924; color: white; box-shadow: none; }
.use #txt_rub { padding-right: 0; box-shadow: 0 0 0 1px #ddd inset; background-color: #ff9; }
btn_tgl_rub:not(.on).use:hover #txt_rub, .use #txt_rub:hover { background-color: #709924; box-shadow: none; color: white; }
#ico_rub{ z-index: 1; background: url('img/f_off.png') no-repeat 10px 18px; width: 20px; height: 20px; padding: 5px; position: relative; top: -30px; cursor: pointer; }
#ico_rub .ico{ background: url('img/filter.png') no-repeat 0 0; height: 20px; display: block; }
#btn_tgl_rub:not(.on):hover #ico_rub, #ico_rub:hover { background-image: url('img/fh_off.png'); }
#btn_tgl_rub:not(.on):hover #ico_rub .ico, #ico_rub:hover .ico{ background-image: url('img/filter_h.png'); }
.on #ico_rub{ height: auto; top: 30px; bottom: 5px; position: absolute; border-radius: 0 0 5px 5px; background: url('img/f_on.png') 10px 6px no-repeat; }
.on #ico_rub .ico{ background-position: 0 10px; }
.on #ico_rub:hover{ background: url('img/fh_on.png') 10px 6px no-repeat #709924; }
#del_rub{ display: none; width: 20px; vertical-align: middle; height: 20px; background: url('../../../img/ihm/iClose.png') no-repeat 50% 50%; }
#del_rub:hover{ background: url('../../../img/ihm/iClose_over.png') no-repeat 50% 50%; }
.use #del_rub{ display: inline-block; }

/*********************************************
		Filtres particulier au mod
**********************************************/
/* general */
.flt_color{ color: #709924; }
.chg_flt.use{ background-color: #ff9; }
.chg_flt.use .dft_flt{ background-color: white; }
.btn_dlt{ display: none; background: url('../../../img/ihm/iClose.png') no-repeat 50% 50%; width: 20px; position: absolute; top: 0; bottom: 0; right: 0; }
.btn_dlt:hover{ background: url('../../../img/ihm/iClose_over.png') no-repeat 50% 50%; }
#flt_bar{ box-shadow: 0 0 0 1px #ddd inset; border-radius: 5px; }

/* rbq */
.ctnChk{position:relative; color: black; overflow: auto; border-left: 2px solid #709924; border-top: 2px solid #e5f3cb; padding: 5px; }
.ctnChk .bt_del{position:absolute; top:0; left:-5px; bottom:0; width:10px; }
.ctnChk .bt_del:hover{z-index:2; cursor:pointer;}
.ctnChk .bt_del:hover+div .liChk.on{ position:relative; z-index:1;}
.ctnChk .bt_del:hover+div .liChk.on:after{ position:absolute; top:0; left:1px; bottom: 0; font-size:11px; font-weight:bold; width: 10px; content:"x"; color:red; line-height: 17px;  }
.ctnChk .liCtr{  background:#fff; }
div.liChk { clear:both; padding:3px 5px 3px 10px; border-radius: 3px; }
div.liChk input{ display:none; }
div.liChk.on { background-color: #ff9; box-shadow: 0 0 0 1px #ddd inset; }
div.liChk:hover { cursor:pointer; background-color: #709924; color: white; }
div.liChk span.chk{ display:block; float:left; width:13px; height:13px; background: url('../../../img/ico/ihm/chk/iChkOff.png') center no-repeat; margin: 0 5px 0 0; }
div.liChk.on span.chk{background: url('../../../img/ico/ihm/chk/iChkOn_op0.png') #333 center no-repeat;}
.f_ndd .ico_cri{ float:left; margin-right:3px; }

	/* spec */
#blc_cla_1 .liCtr{ width: 340px; }
#blc_cla_1 .liChk { width: 155px; display: inline-block; }

/* adv */
.ndd_plus {width: 150px; background:url("img/toggle_plus.png") no-repeat 0% 50%;color:#999999;height:13px;margin:5px auto;padding:5px 5px 5px 20px;}
.open .ndd_plus{ background-image: url("img/toggle_moins.png"); }
.ndd_plus:hover, .open .ndd_plus {background-color:#709924; color: white; cursor:pointer;}
.ndd_advance { display: none; font-size:10px; }
.open .ndd_advance { display: table; }
.ndd_advance label{ padding: 3px; border-radius: 3px; }
.ndd_advance label>*{ vertical-align: bottom; }
.ndd_advance .etiquette{ text-align: right; }
label.use{ background-color: #ff9; box-shadow: 0 0 0 1px #ddd inset; }

/*--- Bar flt ---*/
#flt_bar { color: black; padding: 0 10px; background-color: #ff9; position: relative; margin: 10px; }
#flt_bar .flt_rsm{ padding: 0 20px 0 0; position: relative; line-height: 30px; }
#flt_bar .flt_color{ padding-right: 20px; position: relative; display: inline-block; }
#flt_bar .btn_dlt{ display: block; cursor: pointer; }
#flt_bar .flt_rsm > .btn_dlt{ right: -10px; }

/*--- NAV ---*/
/*.nav_ndd{ background-color: #e5f3cb; border-bottom: 1px dotted #4BA4D7; border-top: 1px dotted #4BA4D7; }*/
.nav_ndd>div>*{ vertical-align: top; }
.pag_ls>span{ vertical-align: middle; }

/* page */
.a_page{ display: inline-block; cursor: pointer; height:29px; width: 445px; position: relative; color: black; }
.a_page.first{ width: 30px; background: url('img/pf.png') no-repeat 50% 50%; }
.a_page.first:hover{ background-image: url('img/pf_over.png'); }
.a_page.first + .a_page{ width: 415px; }
.a_page.dis{ cursor: default; }
.a_page span{display:inline-block; cursor:pointer; height:29px; line-height: 29px; text-align: center;}
.a_page.dis span{ color:#aaa; cursor: default;}
.a_page:not(.dis):hover{ background-color:#709924; color: white;;}
.a_page.prev span{ background-position:5px 50%; background-repeat:no-repeat; width: 110px; padding: 0 20px; position:absolute; background-image:url('img/pp.png');right:0;}
.a_page.next span{ background-position:131px 50%; background-repeat:no-repeat; width: 110px; padding: 0 20px; position:absolute; background-image:url('img/pn.png');left:0;}
.a_page.prev:hover span{background-image:url('img/pp_over.png');}
.a_page.next:hover span{background-image:url('img/pn_over.png');}
.a_page.dis.prev span{background-image:url('img/pp_dis.png');}
.a_page.dis.next span{background-image:url('img/pn_dis.png');}
.num_page{ padding: 0; width: 86px; display: inline-block; height: 25px; text-align: center; }
.num_page>span{ padding: 1px; color: black; }
.num_page>span>*{ vertical-align: middle; width: 20px; display: inline-block; margin: 0 auto; text-align: center; height: 20px; line-height: 19px; margin-right: 2px;}
.num_page>span>span:first-child{ cursor: pointer; padding:1px; border: 2px solid black; }

/* actu */
/*.a_nav{ height: 29px; line-height: 29px; color:white; display:inline-block;  background-repeat:no-repeat; padding: 0 40px; }
.a_nav.back{ background-position:5px 50%; background-image:url('img/bk_ls.png'); padding: 0 30px; width: 111px; position: relative; color: black; }
.a_nav.back:after{ content:""; display: block; width: 29px; height: 29px; background: url('img/sep.png'); top:0px; position: absolute; right: -29px; }
.a_nav.back:hover:after{ background: url('img/sep_hover.png'); height: 29px;  }
.a_nav.prev{ background-image:url('img/pp_over.png'); background-color: #709924; width: 319px; text-align: center; background-position:160px 50%;border-right: 1px solid white; padding-left: 45px;}
.a_nav.next{ background-image:url('img/pn_over.png'); background-color: #709924; width: 320px; text-align: center; background-position:240px 50%;}
.a_nav.dis{ color: #E0E0E0;}
.a_nav:not(.dis):hover{  background-color:#ddd; color: black; cursor:pointer;}
.a_nav.prev:hover{  background-image:url('img/pp.png');}
.a_nav.next:hover{  background-image:url('img/pn.png');}
.a_nav.dis.prev{  background-image:url('img/pp_dis.png');}
.a_nav.dis.next{  background-image:url('img/pn_dis.png');}*/

/*********************************************
		bloc article
**********************************************/
.trait{ margin:0 auto; height:0px; border-top:1px dashed #aaa;}
.trait:last-child{ display: none; }

.bloc_art {position:relative; margin:0px 0;/*height:86px;*/ z-index:1; }
.bloc_art:hover{ z-index:2;}
.bloc_art.impaire { background:#F4F4F4;}
.bloc_art .ctu {position:relative; min-height: 92px; cursor:pointer; padding: 6px 90px 6px 108px;}
.bloc_art .ctu:hover {background-color:#709924; color:#fff;}
.bloc_art .ctu:hover .tit_art {color:#fff;}
.bloc_art .ctu:hover .lightW{ color:#709924;}
.bloc_art .ctn_cal{ display:block; width:70px; padding: 16px 6px 0px 0px; cursor:pointer; position:absolute; top:0px; bottom:0; right:0px; }

.bloc_art .ctn_cal .flyer{ width:350px; margin-left:-345px; margin-top:-50px;}
.bloc_art .div_ech{ margin-left:3px;}
.bloc_art .more_date{ margin:3px auto; text-align:right;  color: #F5A318;}
.bloc_art .ctn_cal .flyer:hover .more_date{ text-decoration:underline;}
.bloc_art .ctn_cal .mini_more { display:block; height:8px; margin:0 auto; width:70px; background:url("img/more.png") 0% 50% no-repeat;}
.bloc_art .photo {/*float:left;*/ position:absolute; top:0; bottom:0; left:0px; margin-right:5px;}
.bloc_art .ctr { height:100px; width: 100px; display:table-cell; vertical-align:middle; text-align:center; }
.bloc_art .img_art{background-color:#fff; border:1px solid #999; padding:3px;}

.bloc_art {font-size:12px;}
.bloc_art .tit_art {color:#333; font-weight:bold; font-size:14px;}
.bloc_art .cla { margin-left:3px; font-weight:normal; color:#f5a318;}
.bloc_art .txt { margin:5px auto; min-height:40px; text-align: justify;}
.bloc_art .cut {color:#0aa;font-weight:normal;}
.bloc_art .ctrl {position:absolute; bottom:0px; right:3px; /*text-align:right;*/color:#333;}
.bloc_art .img_pj{ position:absolute; top:35px; left:88px;}
.bloc_art .px{ float:right;  font-weight:bold;}
.ctrl a { text-decoration:none;}

.lightW{ background-color:#FF9;}
.ls_sjt .lightW{ color:#0099CC;}
a .lightW{ text-decoration:underline;}

.bloc_art .ls_date_more{ font-style: italic; font-size: 10px; color: #f5a318; margin: 0 5px; }

/*********************************************
		vw_art
**********************************************/
.bloc_vw_art{ margin:0 auto;}
.bloc_vw_art .idDiapo{ padding:3px;  display:block; margin:0 auto; width:600px; border:1px solid #333;}
.bloc_vw_art .idDiapo .div_img { width:70px; height:70px;}
.bloc_vw_art .fullsize_Border{ height:400px;}
.bloc_vw_art .fullsize{ height:400px;}
.bloc_vw_art .tit_art{ display:block; margin-bottom:5px; text-align:center;  font-size:14px; font-weight:bold; text-transform:uppercase; color:#000; border-bottom:1px solid #aaa;}
.bloc_vw_art .ctn_img{ float:left; padding:3px; margin-right:3px;}
.bloc_vw_art .img_art{  background-color:#fff; border:1px solid #999; padding:3px;}
.bloc_vw_art .img_art:hover{ cursor:pointer;  border:1px solid #709924;}
.bloc_vw_art .nomen{  float:right; width:250px; margin:10px; border:1px solid #aaa;}
.bloc_vw_art .nomen table{ border-collapse:collapse; margin:0 auto;}
.bloc_vw_art .nomen .etiq{ vertical-align:top; color:#666; text-align:right; font-weight:bold; padding-right: 10px;padding-top: 5px;}
.bloc_vw_art .nomen ul{ padding:5px 0 5px 10px; margin:0;}
.bloc_vw_art .nomen .ico_cri{ float:left; margin-right:3px;}
.bloc_vw_art .dsc_art{ font-size:13px; font-family:"Comic Sans MS", cursive;}

#ido_c_img .img_art{ display:block; margin:0 auto; }

#ctn_px{ float:right; width:300px; border:1px solid #709924;  background-color: #e5f3cb; margin:10px 5px 5px 0; position:relative;}
#ctn_px table{ border-collapse:collapse; width:100%; }
#ctn_px .col1{ width:auto;}
#ctn_px .col2{ width:150px;}
#ctn_px td{ vertical-align:middle; text-align:center;}

#slc_id_prg{ width: 100%; font-size: 11px; text-align: center; }
#slc_id_prg optgroup{ text-align: left; }

a.inf_compl{text-align:center; font-style:italic; color: #709924; display:block; height: 16px; width:100%;}
a.inf_compl:hover{color: #004600;}
.div_px{ text-align:right;}
.etiq_px{ margin-right:3px;}
#val_px{ text-align:right;font-weight:bold; font-size:14px; display:inline-block;position:relative;}

#bt_sejinsc{ display:inline-block; padding:5px 20px; border-radius:10px; background-color:#709924; color:#fff; }
#bt_sejinsc:hover, #bt_sejinsc.over{ cursor:pointer; background-color:#004600;}

.ico_dispo{ position: relative; display: inline-block; margin-right: 5px; vertical-align: middle;}





/*
 *
 * CDB
 *
 */


.ls-tit { text-align: center; font-family: idW_CenturyGothic_bold; font-size: 30px;}
.ls-slogan { margin: 0 auto; text-align: center; font-size: 15px;  margin-top: 35px;font-style: italic; display: flex; align-items: center; justify-content: center; height: 40px;}
.ls-slogan .light {font-size: 13px; line-height: 13px; color: #777; text-align: left; max-width: 296px; width: 100%;}
.ls-slogan .light + .light {margin-top: 15px;}
.ls-slogan img {max-width: 40px; position: absolute; left: -50px;}

.ls-slogan-pass img {top: 10px;}
.ls-slogan-pass img + div {min-width: 296px;}
.ls-slogan-pass.ls-slogan-pass-norush img + div {min-width: 375px;}

.ls-slogan span {position: relative; display: flex; align-items: center;}
.covid { margin: 35px auto; cursor: unset;}

.ls-slogan-fade, .ls-slogan-auto {height: auto;}
.ls-slogan-fade img {filter: grayscale(1); opacity: 0.6; }

.ls-slogan + .ls-slogan {height: auto}

@media screen and (max-width: 800px){
	.ls-slogan + .ls-slogan { margin-top: 60px;}
	.ls-slogan {flex-direction: column; }
	.ls-slogan img {margin-right: 0; margin-bottom: 10px; position: static; }
	.ls-slogan span {flex-direction: column;}
}

.etq-pass {display: flex;align-items: center;}
.etq-pass:not(.hasPass) .pass {opacity: 0;}
.pass {max-width: 32px; margin-left: 8px;}


.itm-ls.itm-ls-ghost {height: 15px;}
.itm-ls, .ls-tit { width: 100%; max-width: 700px; margin: 0 auto;}
.bloc_art { display: flex; align-items: center; justify-content: space-between; max-width: 300px; margin: 5px auto;}
.bloc_art .btn-resa-prg {min-width: 105px; text-align: center;}

.covid-txt {padding: 0}

.ls-after {padding: 15px; max-width: 600px; margin: 20px auto 0 auto; font-style: italic; text-align: center; color: #aeaeae;}


.itm-ls .iTpl-btn {min-width: 160px; flex-direction: column;}
.itm-ls .iTpl-btn > span:last-child:not(:first-child) {font-size: 11px; height: 15px; display: flex; align-items: center; padding-bottom: 5px;}
.itm-ls-last .iTpl-btn {color: orange; border-color: orange; background-color: #f7e8de; display: flex; flex-direction: column;}
.itm-ls-last .iTpl-btn:hover {background-color: orange;}


.empty-ls { display: flex; flex-direction: column; width: 500px; margin: 0 auto; max-width: 100%; align-items: center; text-align: center;}
.empty-ls .iTpl-btn {margin-top: 20px;}


.nav_vw { display: flex; align-items: center; justify-content: center;}
.a_nav.back {position: absolute; top: -20px; left: 10px;}
@media screen and (min-width: 2250px){
	.a_nav.back {top: 0px;}
}
.a_nav.next, .a_nav.prev {display: flex; align-items: center; padding: 0 20px;}
.a_nav.dis, .a_nav.force_dis {opacity: 0.3; pointer-events: none;}
.a_nav.next .svg__icon, .a_nav.prev .svg__icon {fill: #3a3a3a;}

.vw-tit {text-align: center; font-family: idW_CenturyGothic_bold; font-size: 26px; max-width: 300px; min-width: 300px; width: unset; margin: 0;}

.prg-ls { max-width: 700px; margin: 50px auto 0 auto;}
.prg-ls > div { max-width: 300px; display: flex; align-items: center; justify-content: space-between; margin: 5px auto; }

.iTpl-btn.iTpl-btn-ghost { background-color: transparent !important; color: #c2c2c2; pointer-events: none;}



.ls-empty { color: #c2c2c2; text-align: center; font-size: 15px;}



@media screen and (max-width: 890px){

	#block_ls, #block_vw {padding-top: 50px;}

	.ls-tit {font-size: 26px;}
	.vw-tit {font-size: 20px; max-width: 250px; min-width: 250px;}

	.a_nav.back {top: 5px; left: 5px;}

}