@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'adventregular';
    src: url('fonts/adventregular.eot');
    src: url('fonts/adventregular.eot') format('embedded-opentype'),
         url('fonts/adventregular.woff2') format('woff2'),
         url('fonts/adventregular.woff') format('woff'),
         url('fonts/adventregular.ttf') format('truetype'),
         url('fonts/adventregular.svg#adventregular') format('svg');
}
@font-face {
    font-family: 'adventbold';
    src: url('fonts/adventbold.eot');
    src: url('fonts/adventbold.eot') format('embedded-opentype'),
         url('fonts/adventbold.woff2') format('woff2'),
         url('fonts/adventbold.woff') format('woff'),
         url('fonts/adventbold.ttf') format('truetype'),
         url('fonts/adventbold.svg#adventbold') format('svg');
}
@font-face {
    font-family: 'adventlight';
    src: url('fonts/adventlight.eot');
    src: url('fonts/adventlight.eot') format('embedded-opentype'),
         url('fonts/adventlight.woff2') format('woff2'),
         url('fonts/adventlight.woff') format('woff'),
         url('fonts/adventlight.ttf') format('truetype'),
         url('fonts/adventlight.svg#adventlight') format('svg');
}

body, html{
	padding: 0px;
	margin: 0px;
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
}

*{
padding: 0px;
margin: 0px;
border:0px;
outline: none;
}


.nav{
	position: fixed;
	top: 20px;
	left: 0px;
}

.navButton{
	/*background: none repeat scroll 0% 0% rgba(243, 242, 238, 0.25);*/
	background: #467e57;
	height: 30px;
	width: 30px;
	margin-left: 15px;
	margin-bottom: 10px;
	display: block;
	padding: 5px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.active{
	background: #5ea072;
	/*margin-left: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;*/
}

.pannel{
	background: none repeat scroll 0% 0% rgba(94, 160, 114, 0.5);
	position: absolute;
	left: 70px;
	width:250px;
	min-height: 160px;
	/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;*/
	padding: 10px;
}

.pannel span{
	display: block;
	padding: 10px;
	border-bottom: #658b71 solid 1px;
}

.pannel span:last-child{
	border: none;
}

.pannel p{
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*padding: 0px 0px 10px 0;*/
	line-height: 16px;
	color: #e7e7e7;
	
}

.bookInfoPannel h2{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
	position: relative;
	float: right;
	width: 150px;
	top: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	right: 5px;
	color: #e7e7e7;
	font-weight: normal;
}

.bookInfoPannel .cover{
	position: relative; 
	width: 68px;
	float: left;
	top: 20px;
	left: 20px;
}

.bookInfoPannel span:first-child{
	border: none;
}

.bookButtons{
	margin-top: 25px;
    padding: 10px;
	/*border-bottom: #4b4b4b solid 1px;*/
}

.bookButtons a{
	margin-right: 9px;
}

#bookExtraInfo {
	display:none;
}

.bookWalk, .searchResults {
	overflow: hidden;
	width: 230px;
	height: 350px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
	top: -4px;
	margin-bottom: -4px;
}

.bookWalk:hover{
	overflow: auto;
}

.walkScroll{
	left: 15px;
}

.btnClick{
	cursor: pointer;	
	margin-right: 8px;
}

.resultados{
	padding:0;
	margin-top: 15px;
	position: relative;
}

.resultados .close{
	top: -2px;
	right: 10px;
	width: 14px;
}

.resultados p, .resultados a, .infoPannel p{
	color: #818181;
	font-size: 10px;
	text-decoration: none;
}

.infoPannel{
	color: #e7e7e7;
	/*text-indent: -20px;
	padding-left: 20px;*/}

.infoPannel p{
	padding: 10px;
	color: #e7e7e7;}

.infoPannel #subjects-inner-container p{
	padding: 0px;
	letter-spacing: 0.5px;}

.resultados a:hover{
	color: #cfcfcf;
	font-size: 10px;
	text-decoration: none;
}

.colori{
	border-radius: 20px;
	-moz-border-radius: 20px;
    color: #d21370;
    margin-right: 5px;
    padding: 2px 5px !important;
	width: 3px;
	height: 3px;
	display: inline !important;
    text-decoration: none;
	border: none;
}

.hemiDroit, .hemiGauche{
	height: 20px;
	width: 20px;
	background: url(/images/hemiDroit.png) no-repeat;
    margin-right: 5px;
    padding: 3px 7px !important;
	display: inline !important;
	border: none !important;
}

/********************************************/

.bookInfoPannel{
	top: 30px;
	display: none;
}

.filterPannel{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	top: 80px;
	display: none;
}

.infoPannel{
	top: 130px;
	display: none;
}

/********************************************/


.bookWalkItem, .searchResultsItem {padding: 5px 0 5px 0; clear: both; border-bottom: 1px solid #34563e;}
.bookWalkItem .cover, .searchResultsItem .cover {left: 5px; top: 0px; }
.bookWalkItem .cover img, .searchResultsItem .cover img {width: 50px; left: 5px; top: 0px; position: relative;}
.bookWalkItem h3, .searchResultsItem h3 {
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 20px;
	position: relative;
	float: right;
	width: 160px;
	top: 1px;
	right: 0px;
	color: #bbbaba;
	font-weight: normal;
	/*background: #f70;*/
}

.trolley, .trolleySearch{
	position: absolute;
	top: 0;
	left: 0;
	width: 228px;
}

/************************************************************************************/

.champTexte{
font-family: adventregular, Helvetica, Arial, sans-serif !important;
font-size: 10px;
width: 255px;
color: #7369a4;
height: 15px;
padding: 7px 3px 1px 3px !important;
-webkit-appearance: none;
-webkit-border-radius:0;
overflow:hidden;
vertical-align: bottom;
text-transform: uppercase;
letter-spacing: 0,5px !important;
color: #6e6d6b;
}

.searchMe{
font-size: 12px;
text-transform: uppercase;
width: 199px;
margin-right: -3px;
color: #000;
height: 17px;
padding: 3px 4px 2px !important;
-webkit-appearance: none;
-webkit-border-radius:0;
overflow:hidden;
vertical-align: bottom;
}

.selectiselecta select{
height: 20px !important;
-webkit-appearance: caret;
-webkit-border-radius:0;
-moz-appearance: button;
appearance: none;
background:#FFF url(/images/select_background.jpg) no-repeat 207px 0px;
width: 227px;
padding-left: 5px !important;
}

.selectiselecta{
	display: inline-block;
	display: -moz-inline-box;
	padding: 0px !important;
	margin-bottom: 10px;
}

.opt{
color: #7369a4;
}

option{ /*background: #0C3;*/}

.selectiselecta select:focus {
    outline: none;
}

@-moz-document url-prefix() { 
  .selectiselecta select {
	  background: transparent !important;
	  width: 245px !important;
	  padding-left: 0px !important;
  }
  .selectiselecta {
		overflow: hidden;
		background:#FFF url(/images/select_background.jpg) no-repeat 210px 0px;
		width: 230px;
}}


/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.searchBloc .bouton_01{
		padding: 7px 10px 7px !important;
	}
}
/************************************************************************************/

.clear{
	clear: both;
	height: 0px;
	width: 0px !important;
	padding: 0px !important;
	margin-top: 5px !important;
}

.darkDiv{
	position: absolute;
	left:400px;
	top: 300px;
	height: auto;
	color: #e7e7e7;
	background: none repeat scroll 0% 0% rgba(94, 160, 114, 0.5);
	position: absolute;
	left: 70px;
	width:250px;
	/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;*/
	padding: 20px 20px 15px 20px;
}

.darkDiv .cover{
	width: 70px;
}

.cover img{
	width: 68px;
	float: left;
	top: 20px;
	left: 20px;
}

.close{
	position: absolute;
	top: 5px;
	right: 5px;
}

img.close{
	width: 10px;
}

.darkDiv span{
	float: right;
	width: 170px;
	margin-top: 10px;
}

.darkDiv h2{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	position: relative;
	top: -12px;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

.atm-i, .atm-s{
	color: #666 !important;
}


#courshelf_list{
	background: none repeat scroll 0% 0% rgba(243, 242, 238, 0.25);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 3px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

#courshelf_list a{
	padding-left: 18px;
	background:url(/images/courshelf_list_bullet.png) no-repeat 2px -12px;
	text-decoration: none;
	color: #b7b7b7;
}

#courshelf_list a:hover{
	padding-left: 18px;
	background:url(/images/courshelf_list_bullet.png) no-repeat -10px -0px;
	text-decoration: none;
	color: #fff;
}
.footer{
display:none;
z-index: 200;
background:#5ea072;
width: 100%;
position:absolute;
bottom: 0px;
text-align: right;
height: 40px;
}
.footer img.signature{
position: absolute;
right: 5px;
padding: 10px;}	
.footer img.navButton{
top: -10px;}

a.button, .button{
	white-space:nowrap;
	padding: 8px 10px 6px 10px;
	background: #443a3a;
	color: #fff;
	text-decoration: none;
	font-family: adventregular, Helvetica, Arial, sans-serif !important;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;  
	-webkit-border-radius:0;}
a.button:hover, .button:hover{
	background: #443a3a;}
a.button{
	display: inline-table;}
#btn-cancel{
	font-family: adventregular, Helvetica, Arial, sans-serif !important;
	text-decoration: none;
	margin-left: 10px;}

/*888888888888888888888888888888888888888888888888888888888*/
.navBox{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 290px;
	box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.6);
	background:#c13145;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	z-index:1000;
	color: #fff;
	text-align: left;}
.navBox .close img{
	width: 50%;}
.navBox a{
	color: #fff;
	text-decoration: none;}
.logFlap a{
	color: #fff;}
.navBox ul{
	list-style-type:none;}
.navBox li{
	/*line-height: 45px;*/}
.navBox li p{
	margin: 0 0 20px 0 !important;}
#pnl-navbox.navBox li, #pnl-login.navBox li, #frm-login.navBox li, #folder-editor li, #folder-menu li{
	line-height: 45px;}
.navFlap{
	padding: 20px;
	background:url(/layouts/catalog/images/navFlapBackground.png) repeat-x;
	position: relative;}
.renaterFlap{
	padding-bottom: 50px;}
.navFlap input{
	border: none !important;
	width: 241px !important;
	height: 18px;}
.navFlap .spacer{
	margin: 10px 0 10px 0;}
.navFlap #foldertype{
	margin-top: 3px !important;}
.navFlap select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #FFF url(/layouts/catalog/images/select_background.png) no-repeat 220px -5px;}
.logFlap a{
	color: #ebf1e1;}
.navBox .close{
	position:absolute;
	top:10px;
	right:-5px;
	z-index: 10000;}
.oulala{
	padding: 20px;
	font-size: 20px;
	background: #ed1e3a;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif; 
	-webkit-border-radius: 35px;
	border-radius: 35px;
	position: absolute;
	left: calc(49% - 30px);
	text-align: center;
	width: 25px;
	height: 25px;
	bottom: -30px;
	z-index: 300;
	box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.6);}
.greenDiv{
	display:block;
	position: absolute;
	top: 420px;
	right: 80px;
	z-index:999;}
.loginBox{
	display: block;
	right: 80px;
	top: 20px;
	width: 400px;}
.loginBox .champTexte{
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	width: 335px !important;
	padding: 7px 3px 1px 3px;
	margin-bottom: 10px;
	font-size: 16px;}
.loginBox .button{
	font-size: 16px;
	margin: 12px 0 12px 0;
	display: table;
	height: 40px !important;
	width: 340px !important;}
.loginBox li:last-child{
	margin-top: 10px;}
.loginBox .errorMessage{
	color: #933;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	line-height: 17px;
	margin: 12px 0 15px;}
#pnl-login.navBox .howToMessage{
	font-size: 13px;
	line-height: 16px !important;}
.loginBox .howToMessage strong{
	font-size: 14px;
	margin-bottom: 5px;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
.qrBox{
	background: #fff;
	display: block;
	right: 60px;
	top: 270px;}
.qrBox .navFlap{
	text-align:center;
	background: none;
	color: #c13145;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
.qrBox .navFlap a{
	color: #87ac4d;}
.qrBox .navFlap a img{
	width: 100%;}
.notAvailableBox{
	top: 980px;
	left: 80px;
	background: #c91926;}
.notAvailableBox .navFlap{
	background: transparent;}
.smallSize .notAvailableBox p {
    font-size: 35px;
    line-height: 65px !important;
}
/*888888888888888888888888888888888888888888888888888888888*/
#pnl-login, #folder-selector {
    display: none;}

#pnl-login ul {
    list-style-type:none;}

#folder-selector ul {
    list-style-type:none;}

#folder-selector li {
    line-height: 45px;}

#frm-login{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	line-height: 23px;
	font-size: 17px;}

#pnl-login li {
    line-height: 26px;
    margin-top: 30px;}

#pnl-login li:first-child {
    margin-top: 0px;}

#frm-login li:nth-child(3){
	margin-top: 30px !important;}

#frm-login li:nth-child(4){
	margin-top: 15px !important;}

.errorMessage{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	line-height: 20px !important;
	font-size: 17px;
	color: #000;}









