@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'adventregular';
    src: url('/css/fonts/adventregular.eot');
    src: url('/css/fonts/adventregular.eot') format('embedded-opentype'),
         url('/css/fonts/adventregular.woff2') format('woff2'),
         url('/css/fonts/adventregular.woff') format('woff'),
         url('/css/fonts/adventregular.ttf') format('truetype'),
         url('/css/fonts/adventregular.svg#adventregular') format('svg');
}
@font-face {
    font-family: 'adventbold';
    src: url('/css/fonts/adventbold.eot');
    src: url('/css/fonts/adventbold.eot') format('embedded-opentype'),
         url('/css/fonts/adventbold.woff2') format('woff2'),
         url('/css/fonts/adventbold.woff') format('woff'),
         url('/css/fonts/adventbold.ttf') format('truetype'),
         url('/css/fonts/adventbold.svg#adventbold') format('svg');
}
@font-face {
    font-family: 'adventlight';
    src: url('/css/fonts/adventlight.eot');
    src: url('/css/fonts/adventlight.eot') format('embedded-opentype'),
         url('/css/fonts/adventlight.woff2') format('woff2'),
         url('/css/fonts/adventlight.woff') format('woff'),
         url('/css/fonts/adventlight.ttf') format('truetype'),
         url('/css/fonts/adventlight.svg#adventlight') format('svg');
}


@font-face {
    font-family: 'uni_neuebold';
    src: url('/css/fonts/unineuebold-webfont.eot');
    src: url('/css/fonts/unineuebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/unineuebold-webfont.woff2') format('woff2'),
         url('/css/fonts/unineuebold-webfont.woff') format('woff'),
         url('/css/fonts/unineuebold-webfont.ttf') format('truetype'),
         url('/css/fonts/unineuebold-webfont.svg#uni_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'uni_neuebook';
    src: url('/css/fonts/unineuebook-webfont.eot');
    src: url('/css/fonts/unineuebook-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/unineuebook-webfont.woff2') format('woff2'),
         url('/css/fonts/unineuebook-webfont.woff') format('woff'),
         url('/css/fonts/unineuebook-webfont.ttf') format('truetype'),
         url('/css/fonts/unineuebook-webfont.svg#uni_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'uni_neueregular';
    src: url('/css/fonts/unineueregular-webfont.eot');
    src: url('/css/fonts/unineueregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/unineueregular-webfont.woff2') format('woff2'),
         url('/css/fonts/unineueregular-webfont.woff') format('woff'),
         url('/css/fonts/unineueregular-webfont.ttf') format('truetype'),
         url('/css/fonts/unineueregular-webfont.svg#uni_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;}



*{	outline: none;
	margin: 0;
	padding:0;
	outline: none;}
html, body{
/*	background: url(/images/mainBackground.png);*/
	font-family: Helvetica, Arial, sans-serif;
	color: #828282;
	height: 100%;}
/*888888888888888888888888888888888888888888888888888888888*/
.header{
	background-color: #fff;
	height: 130px;
	width: 100%;
	background-color: #fff;
	position: relative;
	min-width: 925px;}
.socialLinks{
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 22px 0 0 20px;
	z-index: 30;}
.socialBtn{
	display: inline-block;
	background-color: orange;
	vertical-align: middle;
	width: 34px;
	height: 33px;}
.facebookBtn{background: url(/images/socialRB_fb.png) top left no-repeat;}
.twitterBtn{background: url(/images/socialRB_tw.png) top left no-repeat;}
.linkedInBtn{background: url(/images/socialRB_li.png) top left no-repeat;}
.videaoBtn{background: url(/images/socialRB_vdo.png) top left no-repeat;}
.youtubeBtn{background: url(/images/socialRB_yt.png) top left no-repeat;}
.socialBtn:hover{background-position: bottom left;}
.mainLogo{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	display: inline-table;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	display: block;
	text-align: center;}
.mainLogo img{
	width: 500px;}
.mainLogo a{
	width: 269px;
	height: 125px;}
.rightNav{
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	position:absolute;
	top: 0px;
	right: 30px;
	padding: 0 25px 0 0;
	z-index: 50;
	height: 45px;
	margin-top: 35px;
	display: flex;
	flex-direction: column;}
.rightNav a{
	text-decoration:none;
	margin-left: 0px;
	letter-spacing: 1px;
	display: block;
	text-align: right;
	margin: auto;
	margin-right: 0;
	color: #31312e;	}
.rightNav a:hover{
	color: #262620;}
a.navButton{
	width: 26px;
	height: 19px;
	background: url(/images/navButton.png) top left no-repeat;
	display: inline-table;
	vertical-align: middle;
	position: absolute;
	top: 14px;
	right: -15px;}
a.navButton:hover{
	background: url(/images/navButton.png) top right no-repeat;}
a.navButtonSmall{
	margin: 0px !important;
	width: 16px;
	height: 12px;
	background: url(/images/navButtonSmall.png) top left no-repeat;}
a.navButtonSmall:hover{
	background: url(/images/navButtonSmall.png) top right no-repeat;}
.clear{
	clear:both;}
a.button, .button{
	white-space:nowrap;
	padding: 7px 8px 7.3px 8px;
	background: #504345;
	color: #fff;
	text-decoration: none;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;  
	-webkit-border-radius:0;
	/* height: 17px; */
	position: relative;
	top: 1px;}
a.button:hover, .button:hover{
/*	background: #4f4244;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.button, .button  { padding: 7px 7px 6px 7px;     top: 0px !important; }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    a.button, .button { 

        padding: 6px 7px 7px 7px;
		top: -2px;

    }
}}

@-moz-document url-prefix() { 
  a.button, .button {
     top: -2px !important;
  }
}
/*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:#6c5c59;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	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;}
#pnl-navbox.navBox li, #pnl-login.navBox li, #frm-login.navBox li{
	line-height: 45px;}
.navFlap{
	padding: 20px;
	background:url(/images/navFlapBackground.png) repeat-x;}
.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(/images/select_background.png) no-repeat 220px -5px;}
.logFlap a{
	color: #ebf1e1;}
.navBox .close{
	position:absolute;
	top:10px;
	right:-5px;}
.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_neuebook, 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: #61514e;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
.qrBox .navFlap a{
	color: #87ac4d;}
.qrBox .navFlap a img{
	width: 100%;}

#pnl-addToNewsletter{
	display: none;
	right: 80px;
	top: 20px;
	width: 350px;}
#pnl-addToNewsletter .champTexte{
	width: 305px !important;}
#pnl-addToNewsletter .button{
	width: 312px !important;}
.smallSize #pnl-addToNewsletter{
	width: 100%;}
.smallSize #pnl-addToNewsletter .button{
	font-size: 25px;
	margin: 20px auto 20px auto;
	display: table;
	height: 50px !important;
	width: 100% !important;
	padding: 12px 10px 15px 10px;}
.smallSize #pnl-addToNewsletter li {
    font-size: 25px;
    line-height: 55px !important;}
.smallSize #pnl-addToNewsletter .champTexte{
	width: 98% !important;}

	
/*888888888888888888888888888888888888888888888888888888888*/
.search{
	width: 100%;
	min-width: 925px;
	height: 50px;
	background: #f1f1f1;
	text-align:left;
	margin-bottom: 70px;
    box-shadow: 0px 6px 8px -5px #534648;}
.searchBloc{
	width: 500px;
	font-size: 9px;
	color: #e5e2f2;
	position: relative;
	top: 2px;
	margin: 0 auto;	}
.searchBloc a.button{
	width: 20%;
	margin-left: -5px;
	vertical-align: text-top;
	padding: 7px 8px 7.3px 8px;
	top: 0;}
.searchBloc ul{
	padding: 0;
	margin: 0;
	min-width: 500px;
	text-align: left;}
.searchBloc li{
	display: inline;
	font-size: 10px;
	font-weight:bold;}
.searchBloc .champTexte{
	font-size: 10px;
	width: 380px;
	color: #5c5b5b;
	height: 13px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	overflow:hidden;
	background: #fff;
	border: solid 1px #d0d0d0;
	position: relative;
	top: 2.5px;
	height: 17px;}
.searchBloc select{
	height: 25px !important;
	-webkit-appearance: caret;
	-webkit-border-radius:0;
	-moz-appearance: button;
	appearance: none;
	background:#FFF url(/images/select_background.png) no-repeat 150px -5px;
	width: 200px;} 
.searchBloc select option{
	color: red;}
.searchBloc .selectiselecta{
	display: inline-block;
	display: -moz-inline-box;}
.opt{
	color: #7369a4;}
@-moz-document url-prefix() { 
	.searchBloc select {
	background: transparent !important;
	width: 200px !important;
  }
  .searchBloc .selectiselecta {
	width:175px;
	overflow: hidden;
	background:#FFF url(/images/select_background.png) no-repeat 150px -5px;
	width: 175px;}
	.searchBloc .selectiselecta:hover {
	background:#FFF url(/images/select_background.png) no-repeat 150px -42px;
}}
.searchBloc li .bouton_01{
	vertical-align: top;}
.searchBloc .bouton_01{
	padding: 5px 10px 6px !important;}
.advSearch{
	position: relative;
	top: -2px;
	left: 5px;}
.advSearch a{
	position: relative;
	top: 13px;
	left: 10px;
	height: 28px;
	background: #504345;
	display: inline-block;}
.advSearch a:hover{
	background: #4f4244;}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/*.searchBloc{
	top: 9px;}*/
	.searchBloc #search_select{
	width: 175px; margin-left: 2px;}
	.selectiselecta{
	position: relative; top: 4px;}
	/*.searchBloc .button{
	position: relative; bottom: 4px; padding: 8px 10px 5px 10px;}*/
	.searchBloc a.button:hover{
/*	background: #ff8338;*/
}
	.searchBloc .selectiselecta {
	top: 2px;}
}
/*888888888888888888888888888888888888888888888888888888888*/
.subSearch{
	width: 100%;
	min-width: 925px;
	padding: 10px 0;
	background: #353333;
	text-align:center;
	margin: -70px 0 70px 0;
	color: #fff;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;}
.subSearch img{
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
	margin-right: 3px;
	width: 20px;}
.subSearch a{
	text-decoration: none;
	color: #fff;
	font-size: 11px !important;}
.searchBloc ul{
	position: relative;}
.subSearch ul{
	margin: 10px 0;}
.subSearch li{;
	width: 19%;
	display: inline-table;
	text-align: left;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;}
.subSearch .searchBloc{
	width: 610px;
	left: 80px;}
#subSearchDocuments li:first-child{
	width: 23%;}
#subSearchDocuments li:last-child{
	width: 15%;}
#subSearchDocuments li:nth-child(2){
	width: 22%;}
#subSearchDocuments li:nth-child(3){
	width: 16%;}

/*radio customs*/

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;}
.checkbox-custom-label, .radio-custom-label {
    position: relative;}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
	border: none;
	display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;}
.navBox .checkbox-custom-label:before, .navBox .radio-custom-label:before {
    width: 10px;
    height: 10px;
	position: relative;
	top: -2px;}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #7b7c7b;
    box-shadow: inset 0px 0px 0px 4px #fff;}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;}
.radio-custom:checked + .radio-custom-label:before {
    background: #8b8d8b;
    box-shadow: inset 0px 0px 0px 4px #fff;}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */}

/*888888888888888888888888888888888888888888888888888888888*/
.textMe{
	font-family: Helvetica,Verdana,Arial,sans-serif;
	background: #fff none repeat scroll 0% 0%;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
	border: none;
	padding: 3px;
	height: 70px;
	margin-bottom: 5px;
	-webkit-appearance: caret;
	appearance: none;
	width: calc(100% - 10px);
	resize:none;}
/*888888888888888888888888888888888888888888888888888888888*/
.spinner{ 
	padding: 50px 0;
	width: 100vw;
	min-width: 925px;
	text-align: center;
	margin-left: -1.5%;}
.courseshelfItem .spinner, .smartCourseshelf .spinner{
	width: 100%;
	min-width: 10px;}
.spinner img{
    height:25px !important;
    width:220px!important;
    border: none !important;}
.item{
	margin-top: 80px;
	overflow: hidden;
	width:100%;
	min-width: 925px;}
.title{
	z-index: 5;
	position: relative;
	padding: 25px 0 20px 0;
	background: #4f4244;
	color:#fff;
	text-align: center;
	box-shadow: 0px 5px 7px -2px  rgba(28, 26, 20, 0.3);}
.title h2{
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#fff;
	width: 90%;
	margin: 0 auto;
	font-weight: normal;}
.smartPreview{
	background: #cc4067;
	box-shadow: 0px 5px 7px -2px  rgba(0, 0, 0, 0.5);}
.smartPreview a.smartPreviewButton{
	background: #4f4244;}
a.smartPreviewButton{
	position: absolute;
	top: 23px;
	right: 5%;}
a.smartPreviewButton:hover{
	background: #a5294c;}
a.smartPreviewButton{
	position: relative;
	font-weight: normal;
	top: -3px;
	right: 0 !important;}
.saveButtons {
	margin-top: 15px !important;
	text-align: right;}
.saveButtons a{
	margin-right: 5px;}
.subTitle, .subDescription{
	z-index: 5;
	position: relative;
	padding: 25px 0 20px 0;
	background: #f7fafb;
	color:#fff;
	text-align: center;
	box-shadow: 0px 5px 7px -2px  rgba(0, 0, 0, 0.5);}
.subDescription {
	text-align: left;}
.subTitle h3{
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#5b5b5b;
	width: 90%;
	margin: 0 auto;}
.subDescription h3{
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#5b5b5b;
	width: 90%;
	margin: 0 auto;
	width: 90%;
	margin-left: 2.5%;}
.openedNav .subDescription h3{
	width: 75%;}
.title .more{
	width: 17px;
	height: 17px;
	position: absolute;
	top: 40%;
	right: 20px;}
.showRoom{
	z-index: 1;
	margin-top: -1px;
	background: #fff;
	width: 100%;
	overflow: hidden;}
.showRoom .container{
	width: 240%;
	overflow: hidden;
	padding: 0 0 25px 0;}
.oneLineVisuals{
	height: 265px;}
.oneLineVisuals .container{
	height: 240px;}
.showRoom img{
	height: 230px;
	border: solid 1px #d5d7d2;
}
.showRoom a{
	margin-right: 10px;
	text-decoration: none;
}
.omniBookContainer{
	width: inherit;
	display: inline;
	position: relative;}
.resultsMood .omniBookContainer{
	display: inline-table;}
.notAvailable img{
	opacity: 0.3;}
.omniBookContainer .notAvailablePicto{
	display: none;}
.notAvailable .notAvailablePicto{
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 5px;
	bottom: 10px;}
.omniBookContainer .notAvailablePicto img{
	position: absolute;
	width: 30px;
	height: 30px;
	border: none;
	opacity: 1;}
.diapoItem .notAvailablePicto{
	display: block;
	height: auto;
	width: auto;
	position: relative;
	right: 0px;
	bottom: 0px;}
.showRoom .omniBookContainer .notAvailablePicto img{}
.resultsMood .omniBookContainer .notAvailablePicto img{
	/*width: 6.6%;*/
	height: auto;
	bottom: 9px;
	right: 2%;}
#results-list .notAvailablePicto img{
	bottom: 0;
	right: 0;}
.diapoItem .notAvailablePicto img{
	width: 20%;
	max-width: 70px;
	right: 16% !important;
	bottom: 10px !important;}
.omniBookContainer .notAvailableMessage{
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 1px;
	color: #c91926;
	display: none !important;}
.notAvailable .notAvailableMessage{
	display: block !important;}
.notAvailableMessage a{
	color: #c91926;}
/*888888888888888888888888888888888888888888888888888888888*/
/*.teaser{
	margin-top: 80px;
	width: 100%;
	min-width: 925px;
	background: #fff;
	padding: 30px 0px 25px;
	text-align: center;}
.teaser img{
	width: 23%;
	min-width: 270px;
	margin-bottom: 5px;}
.teaser a{
	margin-right: 1%;}
.teaser a:last-child{
	margin-right: 0}
.teaser a:first-child{
	margin-left: 0.2%}*/

.teaser{
    min-width: 925px;
	margin-top: 80px;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	padding: 30px 0px 25px;
	text-align: center;
	color: #FFF;}
.leftTeaser{
	width: 49.5%;
	display: inline-table;}
.rightTeaser{
	width: 49.5%;
	display: inline-table;}
.rightTeaser a:first-child img, .leftTeaser a:first-child img{
	width: 49%;
	display: inline-table;}
.rightTeaser a:last-child img, .leftTeaser a:last-child img{
	width: 49%;
	display: inline-table;}
.teaser a{
	margin-right: 1%;}
.teaser a:last-child{
	margin-right: 0}
/*.smallSize{background-color: #B34 !important;}
.mediumSize{background-color: #000 !important;}*/
.mediumSize .rightTeaser, .mediumSize .leftTeaser{
	width: 100%;
	display: block;}
.smallSize .rightTeaser, .smallSize .leftTeaser{
	width: 98%;
	display: block;
	margin: 0 auto;}
.smallSize .leftTeaser{
	margin-bottom: 20px;}
.smallSize .rightTeaser a img, .smallSize .leftTeaser a img{
	width: 100%;
	display: block;
	/*margin: 30px 0;*/}
.smallSize .teaser{
	width: 90%;
	min-width: 310px;
	margin: 0 auto -70px auto;
	padding: 20px 0;}

/*888888888888888888888888888888888888888888888888888888888*/
.smartCourshevesShowRoom{
	overflow: hidden;
	position: relative;
	height: auto;
	min-width: 925px;
	width: 100%;
	padding-left: 1.5%;}
.smartCourshevesShowRoom .container{
	width:90%;
	margin: 0 auto;
	min-width: 1280px;}
.smartCourshevesShowRoom #smart-list.container{
	min-width: auto;
	width: 100%;}
.smartCourseshelf{
	vertical-align: middle;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5.9%;
	position: relative;
	min-width: 260px;
	width: 20%;
	height: auto;
	background: #ebede8;
	color: #5c5b5b;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #d8d8d8;}
#smart-list .smartCourseshelf{
	width: 27%;}
.courseshelfItem .online h3, .courseshelfItem .offline h3{background: none;}
.courseshelfItem .offline{background: #edd3d6;border: 1px solid #d1a8b6;}
.courseshelfItem .online{background: #ddead3;border: 1px solid #a4c76c;}
.smartCourshevesShowRoom .smartCourseshelf{
	margin-right: 6%;}
#smart-list .smartCourseshelf{
	margin-right: 3%;
	margin-left: 2%;}
.smartCourshevesShowRoom .smartCourseshelf:last-child{
	margin-right: 0;}
.smartCourseshelf .navButtonSmall{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;}
.smartCourseshelfTitle{
	min-height: 80px;
	display: block;}
.smartCourseshelfTitle a{
	text-decoration: none;
	color: #5c5b5b;}
.smartCourseshelfTitle h3{
	top: 30%;
	position: relative;}
.smartCourseshelf h3{
	background: #ebede8;
	width: 90%;
	font-size: 14px;
	padding: 20px 5px 10px 5px;
	position: relative;
	margin: 0 auto;
	font-weight: normal;}
.smartCourseshelf p.smartCourseshelfDescription{
	font-size: 11px;
	font-family: helvetica, arial, "sans-serif";
	font-weight: normal;}
.playGround .smartCourseshelf p.smartCourseshelfDescription{
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px !important;
	color: #a3a0a0;
	letter-spacing: 1px;
	line-height: 13px;}
.smartCourseshelf .books{
	height: 190px;
	overflow: hidden;
	position: relative;}
.smartCourseshelf img{
	height: 190px;
	border: none;}
.smartCourseshelf .riri{
	box-shadow: -9px 0px 11px 0px rgba(0, 0, 0, 0.7);
	position: absolute; 
	right: 0px;
	z-index:3;}
.smartCourseshelf .fifi{
	box-shadow: -9px 0px 11px 0px rgba(0, 0, 0, 0.7);
	position: absolute; 
	right: 25%;
	z-index:2;}
.smartCourseshelf .loulou{
	box-shadow: -9px 0px 11px 0px rgba(0, 0, 0, 0.7);
	position: absolute; 
	right: 50%;
	z-index:1;}
.smartCourseshelf .donald{
	position: absolute; 
	left: 0px;
	z-index:0;}
.smartCourseshelf .more{
	width: 100%;
	padding: 10px 0 10px 0;
	background: #7b7c7b;
	position: relative;
	display: block;
	z-index:50;}
.smartCourseshelf .more img{
	width: 17px;
	height: 17px;}
.smartCourseshelf .navBox{
	top: 5px;
	right: 5px;
	z-index: 20;}
.smartCourseshelf .navBox img{
	width: 17px;
	height: 17px;}
.smartcourseshelfsave{
	width: 350px !important;}
.smartcourseshelfsave .navFlap p{
	margin: 0px 0px 14px 0% !important;
	width: 100% !important;}
.smartcourseshelfsave .champTexte{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	width: 290px !important;
	padding: 7px 3px 1px 3px;
	margin-bottom: 10px;
	font-size: 16px;
	-webkit-appearance: none;
	-webkit-border-radius:0;}
.smartcourseshelfsave .champtexte, .smartcourseshelfsave textarea{
	font-size: 16px;
	letter-spacing: 1px;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	width: 284px;
	color: #999;
	height: 140px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	vertical-align: bottom;
	border: solid 1px #dedede;
	resize: none;}
.smartcourseshelfsave select{
	width: 297px !important;
	height: 30px !important;
	margin: 12px 0 0 0 !important;
	resize: none;
    background: #FFF url(/images/select_background.png) no-repeat 269px -5px;}
.smartcourseshelfsave li:last-child{
	margin-top: 12px !important;
	line-height: 30px;}
.smartcourseshelfMood .unchecked{
	opacity: 0.5;}
.slideEdit{
	top: 1330px;
	left: 795px;
	z-index: 400;}
.slideEdit li{
	line-height:  35px;}
.slideEdit .champTexte{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	width: 235px;
	padding: 7px 3px 1px 3px;
	margin-bottom: 10px;
	font-size: 16px;
	-webkit-appearance: none;
	-webkit-border-radius:0;}
.slideEdit .champtexte, .slideEdit textarea{
	font-size: 16px;
	letter-spacing: 1px;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	width: 235px;
	color: #999;
	height: 140px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	vertical-align: bottom;
	border: solid 1px #dedede;
	resize: none;}
.slideEdit select{
	width: 248px !important;
	height: 30px !important;
	margin: 12px 0 0 0 !important;
	resize: none;}
.uploadMe{
	line-height: 25px !important;
	margin: 10px 0 25px 0 !important;
	display: block;}
/*888888888888888888888888888888888888888888888888888888888*/
.commentMarger{
	display: inline-table;
	position: relative;
	width: 4.6%;}
.comment{
	position: relative;
	color: #5c5b5b;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin-left: 5px;
	display: table;
	width: 50%;}
.comment a{
	text-decoration: none;
	position: relative;
	color: #5c5b5b;}
.bubble{
	position: relative;
	color:#191c17;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	border: solid 1px #c2cab5; 
	background: #fff;
	padding: 5px;
	margin: -7px 0 12px 0;
	width: auto;}
.arrow{
	background: url(/images/commentArrow.png) no-repeat;
	width: 19px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 25px;}
.user img{	
	width:46px;
	height: auto;
	position: relative;
	margin-right: 0px;}
/*888888888888888888888888888888888888888888888888888888888*/
.onlineGuyMarger{
	display: inline-table;
	position: relative;
	width: 4.6%;}
.onlineGuy{
	position: relative;
	color: #828282;
	font-family: uni_neueregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin-left: 5px;
	display: table;
	width: 50%;}
.onlineGuy a{
	text-decoration: none;
	position: relative;
	color: #828282;}
/*888888888888888888888888888888888888888888888888888888888*/
.book .showRoom{
	background: none;
	margin-top: 20px;
	text-align: center;}
.book .showRoom a{
	margin: 0;}
.newEdition a{
	color:#cb3131 !important;}
.QR{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;}
.resultsMood .QR, .commentsMood .QR{
	right: 5%;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}
.resultsMood.openedNav .QR, .commentsMood.openedNav .QR{
	right: 19%;}
.book .leftColumn{
	line-height: 20px;
	display: inline-table;
	width: 29%;
	/*vertical-align: text-bottom;*/
	vertical-align: top;
	min-width: 230px;
	text-align: right;
	padding: 0 2% 0 3%;}
.book .leftColumn .medallions{
	margin-top: 20px;}
.book .leftColumn img{
	border: none;
	height: 60px;}
.book .centerColumn{
	max-width: 350px;
	text-align: center;
	display: inline-table;
	width: 30%;
	min-width: 230px;}
.book .centerColumn img{
	max-width: 350px;
	width: 100%;
	height: auto;
	min-width: 230px;}
.book .centerColumn img.noMoreColors{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	opacity: 0.3;}
.book .centerColumn .notAvailablePicto {
	display: none;
	right: 10px;
	bottom: 10px;
	position: absolute;}
.book .centerColumn .notAvailablePicto img{
	opacity: 1;
	min-width: 30px;
	width: auto !important;
	border: none;}
.book .rightColumn{
	line-height: 20px;
	display: inline-table;
	width: 29%;
	/*vertical-align: text-bottom;*/
	vertical-align: top;
	min-width: 230px;
	padding: 0 3% 0 2%;
	text-align: left;}
.book .showRoom a{
	font-weight: bold;
	text-decoration: none;
	color: #828282;}
.buttons{
	margin-top: 15px; !important;
	text-align: center;}
.buttons img{
	width: 7%;}
.buttons li{
	display: inline;
	list-style: none;
	margin: 0 0;
	padding: 0 0;}
.blocs{
	margin-top: 15px;
	text-align: center;
	min-width: 925px;}
.blocs h4{
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;}
.blocs p{
	margin-top: 15px;
	color:#636462;}
.bloc{
	position: relative;
	background: #fff;
	padding: 5px;
	margin: 10px;
	width: 130px;
	height: 140px;
	display: inline-table;
	font-size: 14px;}
.bloc span{
	position: absolute;
	bottom: 25px;
	width: 140px;
	left: 0;}
.bloc a{
	text-decoration: none;
	color: #888981;}
.bloc a:hover{
	text-decoration: none;
	color: #1f221d;}
.blocLink{
	width: 100%;
	height: 17px;
	text-align: center;
	background: #ff8338;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px 0;}
.blocLink:hover{
	background: #606060;}
.nuber p{
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 80px;
	margin-top: 17px;
	color: #787a6e;
	bottom: 10px !important;
	position: absolute;
	left: 10%;
	width: 80%;}
.nuber span{
	font-size: 9px;
	letter-spacing:0.5px;}
.score{
	background: #eeae4d url(/images/scoreBgd.jpg) no-repeat;
	color: #fff;}
.score p{
	color: #fff;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 80px;
	margin-top: 17px;}



/*888888888888888888888888888888888888888888888888888888888*/
/*88888888888 nouvelle fiche livre 888888888888888888888888*/
/*888888888888888888888888888888888888888888888888888888888*/


.removedFlag{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	width: 100%;
	z-index: 5;
	position: relative;
	padding: 30px 0 25px 0;
	background: #d11f2c;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 20px;}
.smallSize .removedFlag{
	//top: 65%;}


.comingSoonFlag{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	width: 100%;
	z-index: 5;
	position: relative;
	padding: 30px 0 25px 0;
	background: #34b9e1;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 20px;}
.smallSize .comingSoonFlag{
	min-width: 320px;}


.removedSoonFlag{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	width: 100%;
	z-index: 5;
	position: relative;
	padding: 30px 0 25px 0;
	background: #fd712c;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 20px;}
.smallSize .removedSoonFlag{
	min-width: 320px;}

.nestContainer{
	margin-top: 50px;
	width: 100%;
	position: relative;}
.nestContainer .lineContainer{
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
	display: flex;
	align-items: stretch;}
.nestContainer .left{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	float: left;
	vertical-align: top;
	text-align: right;
	width: 33%;
	margin-left: 2.5%;
	position: relative;
	padding-bottom: 210px;}
.nestContainer .center{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	z-index: 10;
	display: block;
	float: left;
	width: 24%;
	margin-left: 2.5%;
	position: relative;}
.nestContainer .right{
	padding-bottom: 210px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	float: left;
	vertical-align: top;
	width: 33%;
	margin-left: 2.5%;
	position: relative;}
.nestContainer p.greenHallo{
	margin-top: 10px;
	//background: rgba(118,168,80,0.20);
	background-color: rgb(104, 104, 104);
	padding: 15px 15px 10px 60px;}

.nestContainer p.greenHallo a{
	color: #fff;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;}
.nestContainer p.pictoEtageres{
	background-image: url(/images/ficheLivresPicto_etageres.png);
	background-repeat: no-repeat;
	background-position: 10px 45%;
	background-size: 35px;
	width: calc(100% - 75px);}
.nestContainer p.pictoEtageresPro{
	background-image: url(/images/ficheLivresPicto_etageresPro.png);
	background-repeat: no-repeat;
	background-position: 10px 45%;
	background-size: 35px;
	width: calc(100% - 75px);}

.giantSize .nestContainer .left{
	width: 40%;
	margin-left: 2.5%;}
.giantSize .nestContainer .center{
	width: 12%;
	margin-left: 1.5%;}
.giantSize .nestContainer .right{
	width: 40%;
	margin-left: 1.5%;}
.giantSize .nestContainer .buttons img {
    width: 30%;}

.nestContainer .left *{
	color: #828282;
	font-family: adventregular, Helvetica, Arial, sans-serif; 
	font-size: 20px;
	line-height: 25px;}
.nestContainer .left a{
	color: #828282;
	font-size: 16px;
	line-height: 35px;}
.smallSize .nestContainer .smallSizeLeft a{
	color: #828282;
	font-size: 18px;
	line-height: 45px;}

.nestContainer .coverDrome{
	position: relative;}
.nestContainer .center img{
	width: 100%;}

.nestContainer .center .comingSoonFlagImage, .nestContainer .center .removedSoonFlagImage, .nestContainer .center .removedFlagImage{
	display: none}


.comingSoonPage .nestContainer .center img, .coverContainer img.comingSoonFlagImage{
	filter: grayscale(1);
	opacity: 0.3;}
.comingSoonPage .nestContainer .center .comingSoonFlagImage{
	display: block;
	position: absolute;
	bottom: 3px;
	right: -1px;
	width: 50%;
	filter: grayscale(0);
	opacity: 1;}




.removedPage .nestContainer .center img{
	filter: grayscale(1);
	opacity: 0.3;}

.removedSoonPage .nestContainer .center .removedSoonFlagImage{
	display: block;
	position: absolute;
	bottom: 3px;
	right: -1px;
	width: 50%;
	filter: grayscale(0);
	opacity: 1;}

.removedPage .nestContainer .center .removedFlagImage{
	display: block;
	position: absolute;
	bottom: 3px;
	right: -1px;
	width: 50%;
	filter: grayscale(0);
	opacity: 1;}
.removedPage .header{
	border-color: #cecece;}
.removedPage .title{
	background-color: #a7a7a7;}
.removedPage .nestThemes{
	background-color: #ebebeb;}
.removedPage .button{
	background-color: #bcbcbc;}
.removedPage .livresVoisinsContainer img{
	filter: grayscale(0.7);
	opacity: 0.7;}
.removedPage .spoutnikBannersContainer img{
	filter: grayscale(0.7);}


.coverContainer img.removedSoonBookImage{
	filter: grayscale(0);
	opacity: 0.75;}
.coverContainer .removedSoonFlagImage{
	display: block;
	position: absolute;
	bottom: 3px;
	right: -1px;
	width: 80%;
	filter: grayscale(0);
	opacity: 1;}
.coverContainer img.comingSoonBookImage{
	filter: grayscale(0);
	opacity: 0.75;}
.coverContainer .comingSoonFlagImage{
	display: block;
	position: absolute;
	bottom: 3px;
	right: -1px;
	width: 80%;
	filter: grayscale(0) !important;
	opacity: 1 !important;}


.nestContainer .buttons img {
    width: 20%;}
.popularityDefinition{
	display: none;
	position: absolute;}
.nestContainer .close img{
	width: 50%;}


.nestContainer .popularity{
	margin-top: 15px;
	width: calc(100% - 10px);
	position: relative;
	padding: 10px 5px 5px 5px;
	height:	30px;
	background: #9b9b9b;
	text-align: center;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 18px;}
.nestContainer .popularity p{
	z-index: 10;
	position: relative;
	color: #fff;
	line-height: 35px;
	letter-spacing: 1px; }
.nestContainer .popularity .whatisda{
	display: none;
	box-shadow: none;
	background: #636363;
	font-size: 16px;
	padding: 6px 7px 2px 8px;}
.nestContainer .popularityGraph{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;}
.nestContainer .papy10{background: #be231f; width: 10%;}
.nestContainer .papy20{background: #c4470a; width: 20%;}
.nestContainer .papy30{background: #d26311; width: 30%;}
.nestContainer .papy40{background: #d28c11; width: 40%;}
.nestContainer .papy50{background: #d2a211; width: 50%;}
.nestContainer .papy60{background: #c5b504; width: 60%;}
.nestContainer .papy70{background: #9cb704; width: 70%;}
.nestContainer .papy80{background: #8bab0d; width: 80%;}
.nestContainer .papy90{background: #709a0b; width: 90%;}
.nestContainer .papy100{background: #5b9010; width: 100%;}

.nestContainer .right *{
	color: #828282;
	font-family: adventregular, Helvetica, Arial, sans-serif; 
	font-size: 18px;
	line-height: 24px;}
.nestContainer .newEdition{
	font-weight: bold;
	margin-bottom: 20px;}
.nestContainer .right p{
	margin-bottom: 5px;}
.nestContainer .right a, .nestContainer .right span{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	letter-spacing: 2px}

.nestContainer .lineContainer:last-child{
	vertical-align: bottom;}

.nestContainer .promoEtageresProf{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/promoEtagereProf_visu.jpg) no-repeat right center;
	background-size: cover;
	text-align: center;
	min-height: 170px;
	vertical-align: bottom;
	display: block;
	width: calc(100% - 20px);
	padding: 10px;}
.nestContainer .promoEtageresProf *{
	letter-spacing: 1px;
	color: #797979;
	font-size: 16px;
	line-height: 25px;}
.nestContainer .promoEtageresProf a{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
	padding: 3px;
	width: calc(100% - 6px);
	background-color: #50534e;
	color: #fff;}
.nestContainer .promoEtageresProf:hover a{
	background-color: #343732;}
.nestContainer .promoEtageresProf span{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 40px;
	font-family: adventbold, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #8cd518;
	border-radius: 50%;
	padding: 10px 7px 0px 10px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	line-height: 50px;
	margin: 0 auto;}
.nestContainer .promoEtageresProf:hover span{
	background-color: #67a20b;} 
.nestContainer .promoEtageresProf p:first-child{
	margin: 10px 0 5px 0;}
.nestContainer .promoEtageresProf p{
	//argin-left: -40px;}

.nestContainer .promoVisio{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #27314e url(/images/promoVisio_visu.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 170px;
	vertical-align: bottom;
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
	line-height: 170px;
	display: none;}
.nestContainer .promoVisio *{
	color: #fff;
	font-size: 16px;
	line-height: 20px;}
.nestContainer .propoVisioTextContainer{
	display: inline-block;
	vertical-align: middle;
	top: -5px;
	position: relative;}
.nestContainer .promoVisio h3{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;}
.nestContainer .promoVisio a{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
	padding: 3px;
	width: calc(100% - 6px);
	background-color: #50534e;
	color: #fff;
	line-height: 35px;}
.nestContainer .promoVisio:hover a{
	background-color: #343732;}


.nestContainer .livresVoisins{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	text-align: center;
	min-height: 170px;
	vertical-align: bottom;
	display: block;
	width: 100%;
	padding: 0px;
	line-height: 170px;
	height: 190px;
	overflow: hidden;}
.smallSize .nestContainer .livresVoisins{
	display: none !important;}
.nestContainer .livresVoisins h3{
    -webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
	font-weight: normal;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 3px 5px 3px;
	width: calc(100% - 6px);
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	z-index: 30;}
.nestContainer .livresVoisinsWrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
	line-height: 250px !important;
	height: 150px;
	position: absolute;
	bottom: 0;}

.nestContainer .livresVoisinsContainer{
	text-align: left;
	width: calc(100% + 200px);
	line-height: 150px !important;
	font-size: 0;}
.nestContainer .livresVoisinsContainer img{
    height: 150px;
	box-shadow: 0px 90px 50px -5px rgba(0, 0, 0, 0.5);}
.nestContainer .livresVoisinsContainer a{
    display: inline-table;
	margin: 0 5px;}
.nestContainer .livresVoisinsContainer a:last-child{
	margin-right: 0px;}

.nestItem{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 25px;
	text-align: center;
	padding: 20px;
	width: calc(100% - 40px);}
.nestThemes{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	line-height: 60px;
	background-color: #dae4ca;}
.nestThemes a.button, .nestThemes .button{
	font-size: 25px;
	font-weight: normal;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	padding: 12px 10px 6px 10px}
.lineContainer:nth-child(2), .lineContainer:nth-child(3){
	margin-bottom: 20px;}
.nestShelves{
	font-size: 18px;
	line-height: 60px;}
.nestShelves a, .nestShelves .button{
	white-space: nowrap;
	font-size: 18px;
	font-weight: normal;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	padding: 12px 10px 6px 10px;
	color: #d0d0d0;}
.smallSize .nestShelves a, .smallSize .nestShelves .button{
	display: block;
	margin-bottom: 2px;
	white-space: break-spaces;
	line-height: 30px;}
.nestShelves .button span{
	letter-spacing: 2px;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-weight: bold;}
.nestShelves .voirPlus{
	font-size: 14px;
	color: #50534e;
	text-decoration: none;}

.fullDescriptionContainer{
	display: none;}
.fullDescriptionItem{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	background: #f3f3f3;
	color: #828282;
	padding: 40px;
	width: calc(70% - 80px);
	max-height: calc(80vh - 80px);
	height: auto;
	overflow: scroll;
	z-index: 100000;
	position: fixed;
	right: 15%;
	top: 10%;}
.fullDescriptionBack{
	width: 100vw;
	height: 100vh;
	background: rgba(75, 75, 75, 0.5);
	position: fixed;
	position: fixed;
	top: 0;
	z-index: 10000;}
.fullDescriptionItem p{
	margin-bottom: 10px;}
.fullDescriptionItem .descriptionClose{
	position: fixed;
	top: calc(10% + 15px);
	right: calc(15% + 15px);}
.fullDescriptionItem .descriptionClose img{
	width: 17px;}
.smallSize .fullDescriptionItem{
	width: calc(100% - 80px);
	height: 100%;
	top: 0px;
	right: 0;
	min-height: 100%;
	line-height: 40px;}
.smallSize .fullDescriptionItem .descriptionClose{
	top: 15px;
	right: 15px;}
.smallSize .fullDescriptionItem .descriptionClose img{
	width: 30px;}
.smallSize .fullDescriptionItem{
	font-size: 25px;
	letter-spacing: 1px;}
.smallSize .fullDescriptionItem p{
	margin-bottom: 20px;}



.shareThisLinkContainer{
	//display: none;}
.shareThisLink{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 0px;
	line-height: 25px;
	background: #f3f3f3;
	color: #828282;
	padding: 40px;
	width: calc(70% - 80px);
	max-height: calc(80vh - 80px);
	height: auto;
	z-index: 100000;
	position: fixed;
	right: 15%;
	top: 10%;}
.fullDescriptionBack{
	width: 100vw;
	height: 100vh;
	background: rgba(75, 75, 75, 0.5);
	position: fixed;
	position: fixed;
	top: 0;
	z-index: 10000;}
.shareThisLink h1{
	font-size: 40px;
	margin-bottom: 50px;}
.shareThisLink p{
	font-size: 20px;
	margin-bottom: 5px;}
.shareThisLink .option01{
	border: solid 1px #bbb;
	overflow: hidden;
	width: calc(100% - 100px);
	height: 30px;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	line-height: 36px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;}
.shareThisLink .option01 span{
	white-space: nowrap;}
.shareThisLink .option02{
	border: solid 1px #bbb;
	width: calc(100% - 110px);
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 36px;
	word-break: break-all;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;}
.shareThisLink .button{
	font-size: 18px;
	width: 100px !important;
	vertical-align: top;}
.shareThisLink .copyButton{
	-webkit-transition: all 1s;
	transition: all 1s;
	white-space: nowrap;
	padding: 16px 10px 6px 10px;
	background: #797a79;
	color: #fff;
	text-decoration: none;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 19px;
	border: none;
	cursor: hand;
	-webkit-appearance: none;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	height: 30px;}
.shareThisLink .descriptionClose{
	position: fixed;
	top: calc(10% + 15px);
	right: calc(15% + 15px);}
.shareThisLink .descriptionClose img{
	width: 17px;}
.shareThisLink .linkCover{
	vertical-align: top;
	display: inline-block;
	width: 25%;}
.shareThisLink .details{
	display: inline-block;
	width: calc(75% - 40px);
	margin-left: 40px;}


.smallSize .linkCover{
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;}
.smallSize .details{
	width: 84%;}
.smallSize .shareThisLink{
	width: calc(100% - 80px);
	height: 100%;
	top: 0px;
	right: 0;
	min-height: 100%;
	line-height: 40px;}
.smallSize .shareThisLink .descriptionClose{
	top: 15px;
	right: 15px;}
.smallSize .shareThisLink .descriptionClose img{
	width: 30px;}
.smallSize .shareThisLink{
	font-size: 25px;
	letter-spacing: 1px;}
.smallSize .shareThisLink p{
	margin-bottom: 0px;}
.smallSize .shareThisLink h1{
	width: 80%;
	margin-left: 40px;}
.smallSize .shareThisLink .copyButton {
  padding: 8px 10px 14px 10px;}

/******** Sharing Widget **********/


.scholarvoxSharedWidgetContainer{
	min-width: 450px;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 0px;
	line-height: 25px;
	background: #f3f3f3;
	color: #828282;
	padding: 0px;
	width: 560px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	top: 10%;
	z-index: 1000000;}
.scholarvoxSharedWidgetContainerBack{
	width: 100vw;
	height: 100vh;
	background: rgba(75, 75, 75, 1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;}


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


.lineContainer .showRoom{
	overflow: scroll;}
.lineContainer .showRoom .container{
	width: calc(100vw + 400px);
	height: 210px;
	line-height: 300px;
	padding: 25px 0;}
.nestContainer .bubble{
    font-family: adventregular, Helvetica, Arial, sans-serif;
	margin-top: 0 !important;
	font-size: 14px;
	line-height: 20px;}
.nestContainer a:visited .bubble{
	border: solid 10px #c2cab5 !important;}
.nestContainer .commentMarger{
	width: 200px;
	line-height: 18px;}
.nestContainer .commentMarger a{
	font-size: 0;}
.nestContainer .commentMarger:first-child{
	margin-left: 30px;}
.inputComment{
	word-break: break-word;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: adventregular, Helvetica, Arial, sans-serif;
    width: 175px;
    height: 120px;
    vertical-align: middle;
    color: #999;
    padding: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    vertical-align: bottom;
    border: none;
    resize: none;}
.inputComment::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f96786;
  opacity: 1; /* Firefox */
}

.inputComment:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f96786;
}

.inputComment::-ms-input-placeholder { /* Microsoft Edge */
  color: #f96786;
}
.navComment{
	display: none;
	width: calc(90% - 50px);
	position: absolute;
	right: 0;
	bottom: -53px;
	text-align: right;}
.navComment a{
	font-size: 14px !important;
	color: #f96786;
	display: block;}
/*.commentMarger:first-child:hover .navComment a:first-child{display: none;}
.inputComment:focus + .navComment a:first-child{display: block !important;}*/


.commentMarger:hover .navComment{
	display: block;}
.commentMarger:first-child:hover .navComment{
	display: none;}
.inputComment:focus + .navComment{
	display: block !important;}
.nestContainer .commentMe .bubble, .nestContainer .commentMe .user img, .allCommentsShowRoom .commentMe .bubble{
	border-color: #f96786;}
.myCommentArrow{
	background: url(/images/myCommentArrow.png) no-repeat;
	width: 19px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 25px;}
.smallSizeLeft{display: none;}
.smallSize .smallSizeLeft{
	display: block;
	color: #828282;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 35px;
	width: 80%;
	margin: 0 auto;}
.smallSize .promoEtageresProf, .smallSize .promoVisio, .smallSize .livresVoisins{
	position: relative;
	margin-top: 50px;}
.smallSize .smallSizeLeft .promoVisio, .smallSize .smallSizeLeft .livresVoisins {
	display: block;}
.smallSize .nestContainer{
	min-width: 320px;}
.smallSize .lineContainer{
	display: grid;}
.smallSize .nestContainer .left{
	display: none;}
.smallSize .nestContainer .center{
	width: 80%;
	margin: 0 auto 50px auto;}
.smallSize .newEdition{
	margin-bottom: 20px !important;}

.smallSize .nestContainer .right{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;}
.smallSize .commentMarger:nth-child(n+6){
	display: none;}
.smallSize .nestContainer .lineContainer .showRoom .container{
	height: auto;}
.smallSize .nestContainer .commentMarger:first-child{
	margin-left: 0;}
.smallSize .nestContainer .bubble, .smallSize .nestContainer .commentMarger .comment p{
	font-size: 16px;
	line-height: 21px;}

.smallSize .navBox{
	display: none;}





.allCommentsShowRoom{
	z-index: 1;
	background: #fff;
	width: calc(100% - 100px);
	padding: 20px 50px;}
.allCommentsShowRoom .commentMarger {
    width: 24%;
    margin-bottom: 30px;
	vertical-align: top;}
.allCommentsShowRoom .comment {
	font-size: 15px;
	line-height: 20px;
	width: calc(100% - 10px);}
.allCommentsShowRoom img{
	border: solid 1px #d5d7d2;}
.allCommentsShowRoom .commentMarger:first-child img{
	border: solid 1px #f96786;}
.allCommentsShowRoom .commentMarger:first-child .inputComment{
	width: calc(100% - 10px);}
.allCommentsShowRoom .bubble{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	word-break: break-word;}



/*888888888888888888888888888888888888888888888888888888888*/




.playGround{
	position: relative;
	margin-top: 20px;
	min-width: 925px;}
.bookCardMood .title, .instructionsMood .title{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	z-index: 5;
	position: relative;
	padding: 25px 10px 20px 2%;
	background: #d3d3d3;
	color:#fff;
	text-align: center;
	text-align: left;
	box-shadow: none;
	font-size: 25px;
	letter-spacing: 1px;}
.bookCardMood .smartCourseshelf{
	margin: 0 2%;
	min-width: auto;}
.shelvesMood p{
	width: 73% !important;
	margin: 0 0 10px 24% !important;}
.shelvesMood h4{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	width: 73% !important;
	font-size: 20px;
	letter-spacing:  1px;
	margin: 0 0 10px 24% !important;}
.playGround .item{
	border-bottom: 1px solid #d3d3d3;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 100%;
	min-width: 500px;
	position: relative;}
.playGround h4{
	width: 76%;
	margin: 0 0 10px 13%;}	
.playGround p{
	width: 76%;
	margin: 0 0 14px 20%;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}	
.openedNav .item p{
	width: 60% !important;}
.playGround .noPicture p{
	width: 92% !important;
	margin: 0px 10px 0px 20px;}
.playGround .noPicture .item{
	margin-left: 20px;}
.playGround .noPicture .button{
	white-space: nowrap;
	display: inline-table;
	margin: 0 3px 5px 0;
	font-size: 20px;}
.coverContainer{
	width: 10%;
	float: left;
	margin-left: 20px;
	position: relative;}
.smallSize .resultsMood .coverContainer{
	margin-left: 0;
	margin-bottom: 20px;}
.showRoom .coverContainer{
	width: auto;
	margin-left: 0px;}
.smallSize .coverContainer{
	clear: both;
	width: 100%;}
.playGround .userPicture, .playGround .bookCover{
	width: 100%;
	/*float: left;
	margin-left: 20px;*/}
.playGround .bookAttachment{
	width: 20%;
	float: left;}
.identification{
	color:#8a8b89;
	font-size: 13px;}
.identification a{
	text-decoration: none;
	color:#8a8b89;
	font-weight: bold;}
.identification a:hover{
	text-decoration: underline;}
.identification a.button{
	color: #fff;
	font-weight: normal;
	text-decoration: none;}
.playGround .content{
	color: #4f4244;
	font-size: 14px;
	margin-top: 4px;}
.sideFilter{
	height: 100%;
	position:absolute;
	right: 0px;
	width: 40px;
	z-index: 100;
	overflow: hidden;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	color: #ddf0be;
	background: #61514e url(/images/sideFilterNavIcon.png) no-repeat 12px 20px;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}
.sideFilter .content{
	display: none;}
.openedNav .sideFilter .content{
	display: block;}
.resultsMood .sideFilter{
	background: #61514e url(/images/sideFilterFilterIcon.png) no-repeat 12px 20px;}
.sideFilter .group{
	margin-bottom: 15px;
	border-bottom: solid 1px #7b6a67;
	display: none;}
.openedNav .sideFilter .group{
	display: block;}
.sideFilter a.current{
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	color:#fff !important;}
.sideFilter .group:last-child{
	margin-bottom: 0;
	border-bottom: none}
.sideFilter .content a{
	color: #eef3e7;
	text-decoration: none;}
.sideFilter .content a:hover{
	color: #fff;}
.sideFilter .group .activeFilter{
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	color: #fff;
	padding-left: 25px;
	margin-left: -25px;
	background:url(../images/filterSelectOff.png) no-repeat left 0px;
	padding-top: 2px;
	line-height: 15px;}
.sideFilter .group .nocross{
	background: none !important;}
.sideFilter .content{
	padding: 60px 0px 20px 0px;}
.sideFilterIcon{
	position: absolute;
	top: 20px;
	left: 23px;}
.eyeopener{
	background: url(../images/eyeOpenerBgd.jpg) center center;
	background-attachment: fixed}
.eyeopener .item .bookInfos{
	color: #8a8470 !important;}
.resultsMood, .profileMood, .contactMood, .commentsMood, .rssMood{
	border-bottom: solid 1px #d3d3d3;} 
.resultsMood .item:last-child, .profileMood .item:last-child, .contactMood .item:last-child, .rssMood .item:last-child{
	border-bottom: none;}
.resultsMood .title, .profileMood .title, .commentsMood .title, .rssMood .title{
	text-align: left;
	box-shadow: none;}
/* .resultsMood .title h2, .profileMood .title h2, .contactMood .title h2{
	width: 95%;} */
.resultsMood .title h2, .profileMood .title h2, .contactMood .title h2, .rssMood .title h2{
	width: 92%;
 	margin-left: 2.5%;}
.openedNav.resultsMood .title h2, .openedNav.profileMood .title h2, .openedNav.contactMood .title h2, .openedNav.rssMood h2{
	width: 77%;
 	margin-left: 2.5%;}
.resultsMood .subTitle, .profileMood .subTitle, .commentsMood .subTitle{
	border-bottom: 1px solid #d3d3d3;
	background: none;
	text-align: left;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	/*box-shadow: none;*/}
.resultsMood .subTitle h3, .profileMood .subTitle h3, .commentsMood  .subTitle h3{
	width: 95%;}
.resultsMood .subTitle a, .profileMood .subTitle a, .commentsMood .subTitle a{
	text-align: left;
	box-shadow: none;
	color: #828282;
	text-decoration:none;
	width: 95%;}
.resultsMood .subTitle h3 .active, .profileMood .subTitle h3 .active, .commentsMood .subTitle h3 .active{
	color: #4f4244;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
.playGround .item .bookTitle a, .playGround .item .bookTitle{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 1px;
	color: #4f4244;
	margin-bottom: 14px;}
.playGround .item .bookInfos{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 10px;
	color: #56494b;}
.playGround .item .bookInfos a{
	font-weight: bold;
	text-decoration: none;
	color: #4f4244;}
/*888888888888888888888888888888888888888888888888888888888*/
.diapoItem{
	display: table-cell;
	width: 32%;
	float: left;
	text-align: center;
	position: relative;
	padding: 20px 0 20px 0;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}
.openedNav .diapoItem{
	width: 26.5%;}
.diapoItem .coverContainer{
	width: 100%;
	margin-left: 0;}
.diapoItem .bookCover{
	vertical-align: central;
	width: 70%;
	min-width: 130px;
	float: none;}
.diapoItem img.bookCover{
	margin-left: 0 !important;}
.diapoItem .bookButtons{
	margin-top: 10px;}
.bookButtons img{
	width: 10%;
	max-width: 70px;}
.diapoItem .bookButtons img{
	width: 20%;}
.resultsMood .switchResultMode, .commentsMood .switchResultMode{
	position: absolute;
	top: 46%;
	margin-top: -5px;
	right: 6%;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}
.resultsMood.openedNav .switchResultMode, .commentsMood.openedNav .switchResultMode{
	right: 20.5%;}
.switchResultMode img{
	width: 100%;}
.QR img{
	width: 25%;}
/*888888888888888888888888888888888888888888888888888888888*/
.rssItem{
	display: table-cell;
	width: 15.5%;
	float: left;
	position: relative;
	padding: 20px 0 20px 0;
	text-align: center;
	margin-left: 1%;}
.rss-list{
	margin-bottom: 30px;}
.rss-list:last-child{
	margin-bottom: 0;}
.rssItem a{
	background: #ff871c url(/images/rss_picto.png) left bottom no-repeat; 
	background-size: 50%;
	/*width: 75%;*/
	min-width: 100px;
	margin: 0 auto;
	display: block;
	padding: 10% 20px 20px 20px;
	text-align: left;
	text-decoration: none;
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
	min-height: 160px;}
.rssItem a:hover{
	background-color: #f65802;}
.rssItem .item{}
/*888888888888888888888888888888888888888888888888888888888*/
.profileMood {}
.profileMood .item{
	min-width: 650px;
	width: 90%;
	margin: 0 auto;}
.profilePictureContainer{
	position:relative;
	width: 30%;
	float:left;}
.profileFormContainer{
	width: 65%;
	float:right;
	min-width: 445px;}
.profileMood .profilePicture{
	width: 100%;
	float: right;
	margin-bottom: 5px;}	
.profilePictureContainer .button{
	position: absolute;
	bottom: -20px;
	left: 0px;
	display: inline-table;}
.profileMood p{
	line-height: 20px;
	width: 100%;
	margin: 0 0 20px 0px;}
.profileIntro{
	margin-bottom: 60px;
	display: block;}
.profileIntro h2{	
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;}
.profileIntro h3{	
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 10px;}
.profileIntro p{	
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 17px;}
.profileMood .champtexte, .profileMood textarea, .profileMood .inputTexte{
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	color: #999;
	height: 30px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	overflow:hidden;
	vertical-align: bottom;
	border: solid 1px #dedede;
	position: relative;
	top: 4px;
	resize: none;}
.profileMood .uploadPicture{
	width: 413px;}
.profileMood textarea{
	height: 200px !important;}
.profileMood .inputTexte{
	height: 20px;
	width: 98%}
.profileMood textarea{
	width: 98%}
.profileMood .dayDate{
	width: 20%;}
.profileMood .monthDate{
	width: 59%;}
.profileMood .yearDate{
	width: 20%;
	float: right;}
.enhanceMe{
	font-size: 20px !important;
	margin-top: 20px !important;
	display: inline-block;
	height: 40px;}
.profileFormContainer ul{
	list-style: none;
	margin-top: -15px;
	line-height: 20px;}
/*888888888888888888888888888888888888888888888888888888888*/
.commentsMood {
	min-width: 700px;}
.commentsMood .commentMarger{
	margin-bottom: 20px;
	width: 15.7%;}
.openedNav .commentMarger{
	width: 12.9%;}
.commentsMood .comment{
	width: 100%;}
.commentMarger .comment p{
	margin: 10px 0 0 0 !important;}
.commentsMood h2{
	width: 95%;}
.commentsMood .commentMarger img{
	width: 100%;}
.commentsMood .commentMarger .user img{
	width: 55px !important;}
		
	
/*888888888888888888888888888888888888888888888888888888888*/
.courseshelfRow{
	left: 1%;
	display: block;
	height: auto;
	text-align: left;
	clear: both;
	min-width: 925px;
	width: 96%;
	margin: 0px auto;
	position: relative;}
.openedNav .courseshelfRow{
	width: 82%;
	min-width: 680px;
	margin: 0;
	left: 0;}
.courseshelfItem{
	width: 28%;
	text-align: center;
	position: relative;
	padding: 0px 1.5%;
	max-width: 490px;
	min-width: 210px;
	display: inline-block;
	vertical-align: bottom;}
.courseshelfItem:last-child{
	margin-right: 0;}
.courseshelfItem .smartCourseshelf{
	width: 100%;}
.openedNav .courseshelfItem{
	padding: 0px 1%;
	min-width: 210px;
	width: 30%;
	/*max-width: auto;
	min-width: auto;
	width: 10%;*/}
.openedNav .smartCourseshelf{
	min-width: 210px;}
.smartcourseshelfmenu{
	top: 370px;
	left: 345px;
	z-index: 400;}
.smartcourseshelfsave{
	top: 370px;
	left: 345px;
	z-index: 400;}	
/*888888888888888888888888888888888888888888888888888888888*/
.basicFormMood {}
.basicFormMood .item{
	min-width: 650px !important;
	width: 60%;
	margin: 0 auto;
	border: none;}
.profilePictureContainer{
	position:relative;
	width: 30%;
	float:left;}
.profileFormContainer{
	width: 65%;
	float:right;
	min-width: 445px;}
.basicFormMood .profilePicture{
	width: 100%;
	float: right;}	
.basicFormMood .title{
	text-align: center;
	margin-bottom: 30px;}
.basicFormMood p{
	width: 100%;
	margin: 0 0 20px 0px;}
.basicFormIntro{
	margin-bottom: 60px;
	display: block;}
.basicFormIntro p{	
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 30px;
	text-align: center;
	line-height: 40px;}
.basicFormIntro .button{
	font-size: 32px;
	margin: 30px 0 10px 0;
	display: inline-table;
	color: #fff;
	background: #d92e31;}
.basicFormIntro .button:hover{
	color: #fff;
	background: #f35d5f;}
.basicFormIntro span{
	font-size: 20px;
	margin-bottom: 30px;
	display: block;
	line-height: 25px;}
.basicFormIntro a{	
	font-weight: normal;
	color: #828282;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	text-decoration: none;}
.basicFormIntro a:hover{	
	color: #6a6a6a;}
.basicFormIntro strong{	
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
.basicFormMood .champtexte, .basicFormMood textarea, .basicFormMood .inputTexte{
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	width: 98%;
	color: #999;
	height: 30px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	overflow:hidden;
	vertical-align: bottom;
	border: solid 1px #dedede;
	position: relative;
	top: 4px;
	resize: none;}
.basicFormMood .uploadPicture{
	width: 413px;}
.basicFormMood textarea{
	height: 200px !important;}
.basicFormMood .inputTexte{
	height: 20px;
	width: 98%}
.enhanceMe{
	font-size: 20px !important;
	margin-top: 20px !important;
	display: inline-block;}
.profileFormContainer ul{
	list-style: none;
	margin-top: -15px;
	line-height: 20px;}
/*888888888888888888888888888888888888888888888888888888888*/
.footer{
	margin-top: 100px;
	width: 100%;
	min-width: 925px;
	background: #2e2c2c;
	padding: 80px 0 130px 0;
	color: #efedee;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 20px;}
.footer a{
	color: #efedee;
	text-decoration:none;}
.footer a:hover{
	color: #ffffff}
.footer li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;}
.footerItem{
	float: left;
	width: 150px;
	margin-right: 30px;}
.footerOne .logo{
	width: 256px;}
.footerOne{
	line-height: 30px;
	width: 270px;
	margin-left: 5%;
	margin-right: 40px;
	text-align: right;}
.footerTwo, .footerThree, .footerFour{
	padding-left: 30px;
	border-left: 1px solid #efedee;}
.newsletterField {
	color: #404335;
	background: #b7b4a5;
	height: 27px !important;
	width: 230px;
	border: 1px solid #b7b4a5;
	padding: 2px 2px 3px 10px;
	top: -12px;
	position: relative;
	right: -4px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;}
.goButton{
	width: 23px;
	top: 1px;
	position: relative;
	height: 33px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .goButton  { 
		top: 0px;}
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #404339;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #404339;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #404339;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #404339;
}
/*888888888888888888888888888888888888888888888888888888888*/
.openedNav .sideFilter{
	width: 20% !important;}
.openedNav h4{
	width: 65% !important;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0px 0px 10px 13% !important;}
.openedNav p{
	width: 65% !important;
	margin: 0px 0px 14px 20% !important;}
.openedNav .noPicture p{
	margin: 0px 10px 0px 20px !important;;
	width:77% !important;}
.sideFilter p{
	line-height: 18px;
	margin-bottom: 3px;}
.openedNav .sideFilter .content p{
	width: 75% !important;}
/*888888888888888888888888888888888888888888888888888888888*/
.linkedBooks{
	text-align: center;
	position: relative;
	margin: 30px auto 40px;
	overflow: visible;}
.linkedBooks .container{
	max-width: 350px;
	left: 0.2%;
	text-align: left;
	width: 30%;
	position: relative;
	margin: 0 auto;}
.linkedBooks li{
	display: inline;
	list-style: none;
	margin: 0 0;
	padding: 0 0;}
.linkedBooks .container li img{
	vertical-align: top;
	width: 23.5%;}
.linkedBooks .more{
	position: absolute;
	right: -15px;
	bottom: -15px;}	
.linkedBooks .container h4{
	text-align: left;
	font-family: uni_neuebold,Helvetica,Arial,sans-serif;
	font-size: 17px;
    letter-spacing: 1px;
	color: #a1a1a1;}
.smartPresentation{
	position: relative;
	text-align: center;
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;
	font-size: 17px;
    letter-spacing: 1px;
	margin: 0 auto;
	background: #FFF;
	padding: 5px 0;}
.smartPresentation a{
	text-decoration: none;
	font-weight: bold;
	color: #828282;}
.smartPresentation .presentationClose{
	position: absolute;
	right: 1%;
	top: -8px;}
.shelvesMood .item{
	position: relative;}
.topRight{
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 20;
	text-align: right;}
.openedNav .topRight{
	right: 19%;}
.sliceOnLineStatus, .sliceOnLineStatus a{color:#75ae1b !important; text-decoration: underline !important; font-weight: bold;}
.sliceOffLineStatus, .sliceOffLineStatus a{color:#cb4067 !important; text-decoration: underline !important; font-weight: bold;}
.instructionsMood p{
	width: 94%;
	margin: 0 0 10px 2%;}
.instructionsMood.openedNav p{
	width: 77% !important;
	margin: 0 0 10px 2% !important;
}
/*888888888888888888888888888888888888888888888888888888888*/
#tocBox{
	font-size: 14px;
	display: block;
	top: 300px;
	left: 50%;
	margin-left: -25%;}
#tocBox.navBox{
	width: 50% !important;}
#tocBox .navFlap{
	padding:  10px;
	background-image: none;
	border-top: 1px solid #c4daa2;}
#tocBox .resultsContainer{
	border: none;
	max-height: 560px;
	overflow: scroll;}
#tocBox .resultsContainer .navFlap:first-child{border: none !important;}#tocBox p.tab0{padding-left: 0px;}
#tocBox p.tab1{padding-left: 10px;}
#tocBox p.tab2{padding-left: 20px;}
#tocBox p.tab3{padding-left: 30px;}
#tocBox .tab0:first-child{font-family: uni_neuebold, Helvetica, Arial, sans-serif;}
#tocBox .tab1:first-child{background:url(/images/tocItemBgd.png) no-repeat 0px 2px;}
#tocBox .tab2:first-child{background:url(/images/tocItemBgd.png) no-repeat 10px 2px;}
#tocBox .tab3:first-child{background:url(/images/tocItemBgd.png) no-repeat 20px 2px;}

/*#results-container.openedNav {min-width: 925px !important;}*/

/*888888888888888888888888888888888888888888888888888888888*/

.spoutnik{
	width: 100%;
	margin-top: -70px;
	border-bottom: solid 1px #bab9b6;
	position: relative;
	min-width: 925px;}
.spoutnikVisual{
	position: relative;
	left: 1%;
	width: 68%;
	min-width: 490px;}
.spoutnik span{
	min-width: 250px;
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 30%;
	z-index: 50;
	margin-bottom: -3px;}
.spoutnik h2{
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;
	font-size: 5vw;
	letter-spacing: 0vw;
	line-height: 5vw;}
.spoutnik p{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;}
.spoutnik .button{
	margin-top: -5px;
	display: inline-block;
	font-size: 22px;
	padding: 15px 20px 10px 20px;
	position: relative;
	top: 15px;
	background-color: #893267;}
.spoutnik .button:hover{
	background-color: #702252;}

.splashItem{
	min-height: 200px;
	width: 100%;
	min-width: 925px;
	position: relative;}
.splashItem .content{
	color: #fff;
	position: absolute;
	width: 35%;
	min-width: 300px;}
.splashItem .content h2{
	font-family: uni_neueregular,Helvetica,Arial,sans-serif;
	font-size: 28px;
	letter-spacing: 0vw;
	line-height: 30px;
	text-transform: uppercase;}
.splashItem .content h2.minSize{
	font-family: uni_neueregular,Helvetica,Arial,sans-serif;
	font-size: 30px !important;
	letter-spacing: 0vw;
	line-height: 33px !important;}
.splashItem .content h3{
	font-family: uni_neueregular,Helvetica,Arial,sans-serif;
	font-size: 5vw;
	letter-spacing: 0vw;
	line-height: 7vw;}
.splashItem .content p, .splashItem span li{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 19px;
	margin-top: 2%;}
.splashItem .content p.minSize, .splashItem li.minSize{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px !important;
	letter-spacing: 1px;
	line-height: 19px !important;
	margin-top: 2%;}
.splashItem .content .button{
	margin-top: 1%;
	display: inline-block;
	background-color: #893267;
	font-size: 18px;
	padding: 25px 25px;
	font-family: uni_neuebold,Helvetica,Arial,sans-serif;
	border-left: 20px solid #909090;}
.splashItem .content .button.minSize{
	font-size: 20px !important;
	border-left: 20px solid #909090;}
.splash_01{
	min-height: 820px;
	height: auto;
	background: #fff url(/images/splashBgd_01.jpg) left bottom no-repeat; 
	background-size: cover;
	border-top: 0.5px solid #807e7e;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);}
.splash_02{
	background: #4f4f4f;
	min-height: 470px;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);}
.splash_03{
	min-height: 700px;
	height: 80%;
	background: #fff url(/images/splashBgd_02.jpg) center center no-repeat;
	background-size: cover;
	text-shadow: 1px 2px 3px rgba(0,0,0, 1);}
.splash_04{
	min-height: 700px;
	height: 80%;
	background: #fff url(/images/splashBgd_03.jpg) center center no-repeat;
	background-size: cover;
	text-shadow: 1px 2px 3px rgba(255,255,255, 0.5);}
.splash_05{
	min-height: 780px;
	height: 120%;
	background: #fff url(/images/splashBgd_04.jpg) center bottom no-repeat;
	background-size: cover;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);}
.splash_06{
	background: #4f4f4f;
	min-height: 470px;}

.splash_01 .content{ 
	top: 5%; left: 5%;}
.splash_02 .content{
	position: relative;
	color: #fff;
	text-align: center;
	display: block;
	width: 80%;
	padding: 10%;}
.splash_02 .content h2{
	margin-bottom: 2%;
	font-size: 30px;
	line-height: 33px;}
.splash_03 .content{
	width: 60%;
	top: 7%; right: 5%;
	text-align: left;}
.splash_04 .content{
	top: 5%;
	left: 2%;
	color: #110701;
	width: 40%;}
.splash_04 .content li{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 19px;
	margin-left: 3%;}
.splash_05 .content{
	top: 5%;
	right: 5%;
	width: 40%;
	min-width: 400px;}
.splashItem .content .statsLine{
	margin-bottom: 5px;
	position: relative;
	width: 80%;}
.splashItem .content .statsLine .left{
	display: inline-table; 
	width: 56%;
	text-align: right;
	font-size: 35px;
	padding-right: 1%;
	position: relative;
	top: 11px;
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;}
.splashItem .content .statsLine .right{
	font-size: 15px;
	top: -4px;
	display: inline-table;
	width: 43%;
	text-align: left;
	position: relative;}
.splash_06 .content{
	position: relative;
	color: #fff;
	text-align: center;
	display: block;
	width: 80%;
	padding: 10%;}
.mailTo {
	color: #fff;
	margin-top: 1%;
	font-size: 2vh;
	text-decoration: none !important;
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;
	display: block;
	letter-spacing: 0.3vw;}
.linkMe {
	color: #fff;
	margin-top: 3%;
	font-size: 30px;
	text-decoration: none !important;
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;
	display: block;
	letter-spacing: 0.3vw;
	margin-bottom: -3%;}
.splashNextButton{
	background-color: #ff8338;
	box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 25px 25px 25px 25px;
	margin-left: -35px;
	z-index: 50;
	position: absolute;
	bottom: -110px;
	left: 35px;}
.splash_05 .splashNextButton{
	bottom: -110px;
	left: 175px;}
.punchLine{
	display: none;
	position: relative;
	font-family: uni_neuebook,Helvetica,Arial,sans-serif;
	width: 100%;
	min-width: 630px;
	padding: 10px 0px 8px;
	background-color: #6c6b6b;
	color: #a8a8a8;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.5px}

.luna{
	position: relative;
	font-family: uni_neueregular,Helvetica,Arial,sans-serif;
	width: 100%;
	min-width: 830px;
	padding: 10px 0px 10px;
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0 !important;}
.luna a{
	font-family: uni_neueregular,Helvetica,Arial,sans-serif;
	color: #fff;
	text-decoration: underline;
	font-size: 14px !important;}
.luna p{
	width: calc(100% - 100px);
	margin: 0 auto;}
.luna .close{
	z-index: 50;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 15px;}
.luna .close img{
	height: 17px;}
.luna .button{
	border-radius: 25px;
	vertical-align: baseline;
	margin-left: 5px;
	background: #6c6c6c;
	font-size: 14px !important;
	padding: 5px 12px 5px 12px;
    height: 30px;}
.luna .button:hover{
	background: #8e8e8e;}

/* FILTERS DIALOG */
.fade {
	opacity: 0.5;
}

div#results-container.playGround.resultsMood.openedNav{
	height: auto !important;
	min-height: 400px;}

.howToBestSales{
	background-color: #4f4244;
	width: 100%;
	min-width: 925px;
	position: relative;}
#how_to, #best_sales{
	display: inline-table;}

#best_sales {
    width: 47%;
    min-width: 350px !important;
    left: 1.5%;
	position: relative;}
.bestSales{
	overflow: hidden;
	height: 200px;
	background-color: #fff;}
#best_sales .title{
	height: 24.3px !important;}
.bestSales .container{
	width: 200%;}
.bestSales .riri, .bestSales .fifi, .bestSales .loulou, .bestSales .donald{
	vertical-align: middle;
	margin-top: -35px;
	position: relative;
	box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.6);
	width: 15%;
	min-width: 160px;}
.bestSales .riri{
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	left: -2%;}
.bestSales .fifi{
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
	left: -5%;}
.bestSales .loulou{
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
	left: -7%;}
.bestSales .donald{
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	left: -10%;}

#how_to{
	background-color: #c7332f;
    width: 47%;
	height: 269.3px;
    min-width: 300px !important;
    left: 3.5%;
	position: relative;
	vertical-align: bottom;
	background-size: contain;}

.how_to_fr{
	background: url(/images/commentAbonner_fr.jpg) center center no-repeat;}
.how_to_en{
	background: url(/images/commentAbonner_en.jpg) center center no-repeat;}

#how_to a{
	height: 269.3px;
	width: 100%;
	display: block;}

#fast_track .container{
	font-family: Helvetica, Arial, sans-serif;
	min-height: 390px;
	position: relative;
	background:  #79b7d9 url(/images/fastTrackBackground.jpg) bottom right no-repeat;}
#fast_track .smartCourseshelf{
	min-width: 200px;
	width: 26%;
	margin: 20px 3.5% 0 1.5%;}
.fastTrackPresentation{
	color: #fff;
	width: 30%;
	float: left;
	position: relative;
	top: 30px;}
.fastTrackPresentation a{
	text-decoration: none;
	color: #fff;}
.fastTrackPresentation h3{
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;}
.fastTrackPresentation p{
	font-size: 22px;
	margin-bottom: 10px;}


#fiches_outils, #fiches_newtech{
	position: relative;
	background: url(/images/ficheOutilsBackground.png) top left repeat-x;}
#fiches_outils .title, #fiches_newtech .title{
	background: transparent;;
	height: 55px;
	box-shadow: none;}
#fiches_outils .title_fr{
	background: url(/images/ficheOutilsTitle_fr.jpg) center 40px no-repeat;}
#fiches_outils .title_en{
	background: url(/images/ficheOutilsTitle_en.jpg) center 40px no-repeat;}
#fiches_newtech .title_fr{
	background: url(/images/ficheNouvellesTechnosTitle_fr.jpg) center 40px no-repeat;}
#fiches_newtech .title_en{
	background: url(/images/ficheNouvellesTechnosTitle_en.jpg) center 40px no-repeat;} 
#fiches_outils .title h2, #fiches_newtech .title h2{
	display: none;}
#fiches_outils .oneLineVisuals, #fiches_newtech .oneLineVisuals{
	background: #fff;
	padding: 30px 0 0 0;
	height: 350px;}
#fiches_outils .container, #fiches_newtech .container{
	padding: 60px 0 0 0;
	height: 600px;
	position: relative;
	top: -30px;
	width: 270%;}
#fiches_outils .ficheDuJour, #fiches_newtech .ficheDuJour{
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
	background: #007e68;
	padding: 20px;
	margin: -40px 30px 0px 20px;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);}
#fiches_outils .ficheDuJour img, #fiches_outils .ficheDuJour p, #fiches_newtech .ficheDuJour img, #fiches_newtech .ficheDuJour p{
	-ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);}
 #fiches_outils .ficheDuJour img, #fiches_newtech .ficheDuJour img{
 	box-shadow: 10px 8px 12px -5px rgba(28, 26, 20, 0.7);
 	border: none;
 	margin-top: 7px !important;}
 #fiches_outils .showRoom img, #fiches_newtech .showRoom img{
 	margin-top: -10px; }
#fiches_outils .fichesOutilsFleche, #fiches_newtech .fichesOutilsFleche{
	position: absolute;
	top: 100px;
	left: 200px;
	z-index: 400;}

#iconoclaste{
	background: url(/images/iconoclastBgd.jpg) center no-repeat;
	background-size: cover;}
#iconoclaste .showRoom{
	background: none;}
#iconoclaste .title{
	background: #211203;
	opacity: 0.85;
	background-size: cover;}
#iconoclaste .container {
    padding: 30px 0 0 0;
    position: relative;
    top: -30px;
    width: 270%;
	overflow: hidden;}



/*****************************/
/*****SmallSize***************/
/*****************************/

body.smallSize  { 
	min-width: 470px;
	/*overflow: hidden;*/}
.smallSize .header {
    min-width: 320px;
/*    background: #bfb7b0;*/
	height: auto;}
.smallSize .socialLinks{
	top: 50px;
	display: block;
	position: absolute;
	right: 80px;
	left: auto;}
.smallSize .mainLogo {
	font-size: 0px;
	position: relative;
    width: 100%;
	top: 0px;
	margin-left: 0;
	left: 0%;
	margin-top: 5px;}
.smallSize .mainLogo a {
    width: auto;
    height: 64px;}
.smallSize .mainLogo img{
	width: 95% !important;}
.smallSize .item {
    min-width: 320px !important;}
.smallSize .subTitle h3{
	width: 80% !important;
	position: relative;
	left: 50%;
	margin-left: -45%;}
.smallSize .subDescription h3{
	width: 90% !important;
	position: relative;
	left: 50%;
	margin-left: -45%;}
.smallSize .QR img{
		width: 25%;}
.smallSize .resultsMood .QR img{
	width: 100%;}
.smallSize .textMe{
	width: 95%;
	margin-left: 0%;}
.smallSize .playGround h3 {
	/*width: 71%;
	margin: 0 0 14px 18%;
	width: 49% !important;
	margin: 0 auto !important;*/
	width: calc(95% - 65px);
	position: relative;
	margin-left: -45%;}
.smallSize .playGround p {
	/*width: 71%;
	margin: 0 0 14px 18%;*/
	width: 49% !important;
	margin: 0 auto !important;}
.smallSize .item h3 {
	width: 75% !important;
	margin: 0 0 -45% 0;
	font-size: 23px;
	padding: 20px 0px 10px 0px;}
.smallSize .smartCourseshelfTitle h3 {
	padding: 10px 0px 10px 0px;
	width: 100% !important;
	margin-bottom: 0;}
.smallSize .book h3 {
	margin: 0 auto;
	padding: 0;
	left: 0;}
.smallSize .item p {
	width: 80% !important;
	left: 50%;
	margin: 0 0 -45% 0;
	font-size: 13px;
	line-height: 20px;}
.smallSize .book p {
	margin: 0 0 0 0;}
.smallSize .book p:last-child {
	margin: 0 0 -10px 0;}
.smallSize .form p{
	margin-bottom: 25px !important;}
.smallSize .leftColumn p, .smallSize .rightColumn p{
	width: 100% !important;
	left: 50%;
	margin-top: 0 0 -45% 0;}
.smallSize .smartCourseshelf, .smallSize #smart-list .smartCourseshelf {
    width: 80%;
	left: 50%;
	margin-left: -40%;
	float: initial;}

.smallSize .smartCourseshelfShowRoom {
    min-width: 320px;}
.smallSize .showRoom{
	min-width: 320px;
	padding-left: 0 !important;
	overflow: inherit;}
.smallSize .showRoom a {
    display: block;
	margin-right: 0;}
.smallSize .showRoom .container {
    width: 100%;
	min-width: 320px !important;}
.smallSize .commentMarger{
	width: 50%;
	display: block;
	margin: 0 auto 50px auto;}
.smallSize .comment{
	margin-left: 0;
	display: block;
	width: 100%;}
.smallSize .comment a{
	margin: 0;}
.smallSize .comment img{
	width: 100%;
	height: inherit;}
.smallSize .comment a.user img{
	width: 25%;
	height: inherit;}
.smallSize .commentMarger .comment p{
	margin: 0 !important;}
.smallSize .bubble{
	width: calc(100% - 10px);}
.smallSize .oneLineVisuals .container, .smallSize .oneLineVisuals {
	height: auto;
	text-align: center;}
.smallSize .oneLineVisuals .container, .smallSize .oneLineVisuals a img{
	width: 80%;
	height: auto;
	margin: 0 auto;}
.smallSize .smartCourseshelfShowRoom .container {
	min-width: 320px !important;}
.smallSize .searchBloc{
	top: 8px;
    min-width: 320px;
	left: 1%;
	width: 90%;
	margin: 0 auto;}
.smallSize .search {
    min-width: 320px;
    /* min-width: 640px;*/}
.smallSize .search li{}
.smallSize .footer {
    min-width: 320px;}
.smallSize .rightNav{
	position: absolute;
	font-size: 30px;
	left: -5px;
	text-align: left;
	display: block;
	padding: 0;
	margin-top: 0;
	height: auto;
	top: 20px;}
.smallSize .rightNav .navButton{
	position: absolute;
    top: 60px;
    right: 0px;}
.smallSize .rightNav a{
	display: block;}
.smallSize .searchBloc .champTexte{
	font-size: 20px;
	width: 60% !important;
	height: 25px;
	color: #5c5b5b;}
.smallSize .searchBloc .selectiselecta{
	background: #FFF url(/images/select_background.png) no-repeat right 0px;
	width: 76%;
	margin-right: 1%;}
.smallSize .searchBloc .selectiselecta:hover {
	background: #FFF url(/images/select_background.png) no-repeat right 0px;}
.smallSize .search {
    height: 70px;}
.smallSize .searchBloc select {
    height: 35px !important;
	width: 470px !important;
	background: none !important;}
.smallSize .searchBloc li {
    margin-top: 10px;}
.smallSize .searchBloc a.button{
	text-align: center;
	height: 23px !important;
	display: inline-block;
	vertical-align: bottom;
	top: 3px !important;
	position: relative;
	padding: 12px 20px 2.5px 20px !important;
	width: 13%;}
.smallSize #searchterm{
	font-size: 20px !important;
	width: 55% !important;}
.smallSize .searchBloc ul{
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
	min-width: 320px;}
.smallSize .luna, .smallSize .punchLine {
    min-width: 320px;}
.smallSize .luna p{
    left: -2.5%;
    position: relative;}
 .smallSize .luna .close{
	right: 3%;}
.smallSize .notChamps{
	display: none;}
.smallSize .advSearch{
	top: -6px !important;
	left: -10px;
	padding: 0;}
.smallSize .advSearch a{
	position: relative;
	top: 15px;
	left: 20px;
	height: 26.5px;
	background: #504345;
	display: inline-block;
	padding: 5px;}
.smallSize .subSearch{
	min-width: 320px !important;}
.smallSize .subSearch .searchBloc{
	top: 20px;}
.smallSize .navBox{
	top: 420px !important;
	left: 0 !important;
	width: 100%;
	min-width: 320px;}
.smallSize .navBox li{
	font-size: 25px;
	line-height: 55px !important;}
.smallSize .navBox .close{
	position:absolute;
	top:10x;
	right: 10px;
	z-index: 2000;
	width: 27px;
	text-align: center;}
.smallSize .navBox .close img{
	width: 120%;}
.smallSize .loginBox .champTexte{
	font-size: 22px;
	width: 75% !important;
	padding: 16px 5px 8px 5px;
	margin-bottom: 25px;
	font-size: 25px;}
.smallSize .loginBox .button{
	font-size: 25px;
	margin: 20px auto  20px auto;
	display: table;
	height: 50px !important;
	width: 100% !important;
	padding: 12px 10px 15px 10px;}
.smallSize .onlineGuyMarger{
	width: 100%;
	display: block;
	margin: 0 auto 50px auto;}
.smallSize .onlineGuy{
	width: 50%;
	display: block;
	margin: 0 auto;}
.smallSize .onlineGuy img {
    width: 100%;
    height: inherit;}
.smallSize .QR{
	right: -20px;}
.smallSize .title h2{
	position:  relative;
	width: 90%;
	margin: 0 auto;}
.smallSize .book h2{
	left: 0;}
.smallSize .checkbox-custom-label, .smallSize .radio-custom-label{
	display: block;}
.smallSize .subSearch li{
	text-align: center;}
.smallSize .checkbox-custom, .smallSize .checkbox-custom-label, .smallSize .radio-custom, .smallSize .radio-custom-label{
	display: block;}
.smallSize .navBox .checkbox-custom-label:before, .smallSize .navBox .radio-custom-label:before {
    width: 25px;
    height: 25px;
	position: relative;
	top: -4px;}
.smallSize .basicFormMood .champtexte, .smallSize .basicFormMood textarea, .smallSize .basicFormMood .inputTexte{
	width: 95%;
	background: #FFF;}
.smallSize .basicFormMood .champtexte{
	width: 100%;
	background: #FFF;}

.smallSize .subSearch li{
	font-size: 20px;
	display: block;
	width: 60%;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0;}
.smallSize #subSearchDocuments li:first-child{
	width: 60%;}
.smallSize #subSearchDocuments li:last-child{
	width: 60%;}
.smallSize #subSearchDocuments li:nth-child(2){
	width: 60%;}
.smallSize #subSearchDocuments li:nth-child(3){
	width: 60%;}


.smallSize .leftColumn{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1.5px;
	margin: 0 auto 20px;}
.smallSize .centerColumn{
	display: block;
	margin: 0 auto;
	text-align: center;}
.smallSize .rightColumn{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	margin: 20px auto 30px;}
.smallSize .leftColumn a, .smallSize .rightColumn a{
	display: inline;}
.smallSize .buttons {
	width: 70%;
	margin: 0 auto;
	min-width: 320px;}
.smallSize .buttons img{
	width: auto;}
.smallSize .linkedBooks .container {
    width: 70%;}
.smallSize .linkedBooks{
	min-width: 320px;}
.smallSize #tocBox{
	width: 100%;}

.smallSize .nuber p{
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 80px;
	margin-top: 17px;
	color: #787a6e;
	top: 30px !important;
	position: absolute;
	left: 10%;
	width: 80%;
	line-height: inherit;
	height: 60%;}


.smallSize .footer{
	min-width: 320px;}
.smallSize .footerOne{
	width: 90% !important;}
.smallSize .footerOne .logo {
    width: 100%;}
.smallSize .footerItem{
	width: 40%;
	margin-right: 0;
	margin-bottom: 40px;
	text-align: center;
	border: none;}
.smallSize .playGround{
	min-width: 320px;}

/*
.smallSize .sideFilter{
	height: auto;}*/
.smallSize .textMe{
	width: 100%;}
.smallSize .openedNav{
	width: 100%;
	min-width: 320px;}
.smallSize .openedNav .sideFilter {
    width: 100% !important;
    height: 100%;
	display: none;}
.smallSize .openedNav .content {
    font-size: 28px;}
.smallSize .openedNav .content p{
	line-height: 65px;}
.smallSize .playGround .userPicture, .smallSize .playGround .bookCover{
	display: block;
	float: none;
	margin: 0 auto;
	width: 50%;}
.smallSize .openedNav.resultsMood .title h2, .smallSize .openedNav.profileMood .title h2, .smallSize .openedNav.contactMood .title h2{
	width: 95%;
	position: relative;
	left: 50%;
	margin-left: -45%;}
.smallSize .openedNav .smartPreviewButton{
	right: 2% !important;}
.smallSize .playGround .item .bookInfos {
    font-size: 16px;
    line-height: 24px;
    width: 49% !important;}
.smallSize .playGround .item .bookTitle{
	font-size: 30px;
	margin: 10px 0 0px;
	display: block;
	width: 49% !important;
	padding-top: 20px;}
.smallSize p.bookButtons{
	margin-top: 10px !important;
	width: 55% !important;}
.smallSize .bookButtons img {
    width: 23%;}
.smallSize .switchResultMode{
	display:  none;}
.smallSize .resultsMood .QR, .smallSize .commentsMood .QR {
	right: 5%;
	top: 45%;
	width: 30px;
	height: 30px;}
.smallSize #tocBox {
    width: 100% !important;
    left: 0px;
	margin: 0px;
	top: 0px;
	font-size: 22px;
	line-height: 34px;
	height: auto;}

.smallSize #tocBox .resultsContainer {
    max-height: 100%;
    overflow: initial;}

.smallSize #tocBox .close {
	top: 20px;
	right: 25px;
    position: fixed;}
.smallSize #tocBox .close img{
    width: 120%;}

.smallSize #tocBox p.tab0, .smallSize #tocBox p.tab1, .smallSize #tocBox p.tab2, .smallSize #tocBox p.tab3{} 
#tocBox p.tab0{width: 90%; padding-left: 10px;}
#tocBox p.tab1{width: 80%; padding-left: 10%;}
#tocBox p.tab2{width: 70%; padding-left: 20%;}
#tocBox p.tab3{width: 60%; padding-left: 40%;}
.smallSize #tocBox .tab1:first-child {
    background: url(/images/tocItemBgd.png) no-repeat 30px 10px;
}

/*.resultsMood.openedNav .switchResultMode, .commentsMood.openedNav .switchResultMode{
	right: 25%;}*/
.smallSize .switchResultMode img{
	width: 200%;}
.smallSize .openedNav .diapoItem{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;}
.smallSize .openedNav .diapoItem .bookCover{
	width: 70%;
	left: 15%;
	position: relative;}
.smallSize .sideFilter{
	display: none;}
.smallSize #book-extra-panel h3{
	margin-left: 2.5%;}
.smallSize .score p{
	color: #fff;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 80px !important;
	margin-top: 17px;
	width: 80% !important;
	left: 10%;
	position: relative;
	top: 35px;}

.smallSize .courseshelfRow{
	width: 90%;
	left: 0;
	min-width: 200px;
	margin: 0 auto;}
.smallSize .courseshelfItem{
	width: 100%;}
.smallSize .courseshelfItem h3{
	margin-left: 0;}
.smallSize .savedSearchesMood .item .bookTitle{
	width: 90% !important;
	margin-bottom: 9px !important;
	margin-top: -15px !important;}
.smallSize #best_sales {
    width: 100%;
    left: 0;}
.smallSize #how_to{
    width: 100%;
    left: 0;
	margin-top: 80px;}
.smallSize #fast_track .smartCourseshelf{
    width: 80%;
    min-width: inherit;
	left: 50%;
	margin: 10px 0 20px -40%;
	float: initial;}
.smallSize #fast_track .container{
	background: #79b7d9;
	padding: 20px 0;}

.smallSize #fast_track .fastTrackPresentation{
	display: none;}


.smallSize #best_sales .title{
	width: 100vw;}


.smallSize #fiches_outils .fichesOutilsFleche{
	display: none;}
.smallSize #fiches_outils .ficheDuJour{
	float: none;
	padding: 0;
	margin: 0;
	background: none;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);}
.smallSize #fiches_outils .ficheDuJour img, .smallSize #fiches_outils .ficheDuJour p{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);}
.smallSize #fiches_outils .container{
	padding: 0px;
	height: auto;
	position: relative;
	top: -30px;
	width: 80%;}
.smallSize #fiches_outils .oneLineVisuals{
	height: auto;}
.smallSize #fiches_outils .showRoom img {
    margin-top: 0px;}
.smallSize .ficheDuJour p{
	display: none;}


.smallSize #iconoclaste .container{
	padding: 0px;
	height: auto;
	position: relative;
	top: -30px;
	width: 80%;}
.smallSize #iconoclaste{
	background: url(/images/iconoclastBgdVertical.jpg) repeat;
	background-size: unset;	}


.smallSize .splashItem .content{
	width: 80%}
.smallSize .splashItem .content h2{
	font-size: 30px;
	line-height: 32px;}
.smallSize .splashItem .content p{
	font-size: 18px;}

.smallSize .splash_01, .smallSize .splash_02, .smallSize .splash_03, .smallSize .splash_04, .smallSize .splash_05, .smallSize .splash_06{
	width: 100%;
	min-width: 320px;}
.smallSize .splash_02 .content, .smallSize .splash_06 .content {
	margin: 0 auto;
	padding: 50px 0;}
.smallSize .splash_05 .content{
	min-width: 270px;
	text-align: center;
	left: 10%;}
.smallSize .splash_05 .splashNextButton{
	left: 50%;}
.smallSize .splash_04{
	padding: 30px 0 40px 0;}
.smallSize .splashItem .content .statsLine{
	width: 100%;}
.smallSize .splashItem .content .statsLine .left{
	font-size: 35px;
	display: block;
	text-align: center;
	width: 100%}
.smallSize .splashItem .content .statsLine .right{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 25px;
	top: 5px;}
.smallSize .splashItem .button{
	font-size: 18px !important;}

.smallSize .basicFormIntro{
	width: 100%;
	min-width: 320px;}
.smallSize #form-contact{
	width: 100%;}
.smallSize #form-contact p{
	margin-top: 20px !important;}
.smallSize .basicFormIntro p{
	font-size: 20px;
	line-height: 30px;
	width: 100% !important;}
.smallSize .basicFormIntro .button {
    font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 30px;}
.smallSize .basicFormIntro span {
    font-size: 16px;
    line-height: 18px;}

.smallSize .rssItem{
	width: 50%;
	left: 25%;}


/*****************************/
/***** mediumSize ************/
/*****************************/

.mediumSize .header{
	min-width: 925px;}
.mediumSize .punchLine{
	min-width: 925px;}
.mediumSize .search{
	min-width: 925px;}
.mediumSize .subSearch{
	min-width: 925px;}
.mediumSize .luna{
	min-width: 925px;}
.mediumSize .item{
	min-width: 925px;}
.mediumSize .footer{
	min-width: 925px;}
.mediumSize .teaser{
	min-width: 925px;}
/* .mediumSize .mainLogo img{
	width: 300px;}
.mediumSize .mainLogo{
	left: 38%;} */
.mediumSize .footerItem{
	margin-right: 20px;}
.mediumSize .commentMarger .comment{
	margin-left: 15px;}
.mediumSize .commentMarger:first-child .comment{
	margin-left: 5px;}
.mediumSize .book .rightColumn, .mediumSize .book .leftColumn{
	min-width: 220px;}
.mediumSize .subTitle h3{
	width: calc(77% - 100px);
	/*margin-left: 2.5%;*/}
.mediumSize .playGround{
	min-width: 925px;}


/*888888888888888888888888888888888888888888888888888888888*/

#noteform .resultsContainer{
	border: none;
	max-height: 870px;
	overflow: scroll;}
#noteform .champTexte{
	width: 240px;
	resize: none;
	background: #fff;
	border: none;
	padding: 10px;
	color: #5b5b5b;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;}
#noteform #note-title{
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:17px;
	letter-spacing:2px;
	margin-bottom: 10px;
	width: 87% !important;}
#noteform #note-description{
	height: 350px;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:15px;
	letter-spacing:2px;
	width: 87% !important;}
#noteform .notePage{
	width: 30px;}
#noteform .spacer{
	margin-top: 20px;}
#noteform .spacer a{
	font-size: 14px;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;}
#newNote{display: none;}
#noteform .itemLink a img{
	vertical-align: middle;
	margin-left: 5px;
	background:#8d8d8c;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	display: inline-table;
	position: relative;
	top:-1px;
	padding: 5px;
	margin-left: 5px;}
#noteform .curentNavFlap .itemLink a img{
	background:#7d7d7c;}
#noteform .navFlap:hover .itemLink a img{
	background:#7d7d7c;}
#noteform .navFlap .itemLink a img:hover{
	background:#7a7a7a;}
#editNote_2{display:none;}
/*888888888888888888888888888888888888888888888888888888888*/
/*888888888888888888888888888888888888888888888888888888888*/
.savedSearchesMood p{
	margin: 0 0 14px 2.5%;}

#noty_top_layout_container{
	width: 40% !important;
	left: 50% !important;
	margin-left: -20% !important;
	margin-top: 160px !important;
	box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.6);
	background: #61514e !important;
	padding: 20px !important;	
	color: #fff;}
.noty_modal{
	background-color: transparent !important;}
.btn{white-space:nowrap;
	padding: 8px 10px 6px 10px;
	background: #ff8338;
	color: #fff;
	text-decoration: none;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;  
	-webkit-border-radius:0;}
.btn:hover{
	background: #4f4244;}
.ui-state-hover, .ui-state-active, .ui-state-focus {
    background-color: transparent !important;
	border: none !important;
	color: #828282 !important;
	line-height: 14px !important;}
.ui-menu-item{
	padding: 3px !important;}
.ui-autocomplete{
	font-size: 13px !important;
	line-height: 14px !important;
	color: #828282 !important;
	font-weight: normal;}



/*******************************************************/
.cookiesMenuDiv{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: rgba(85, 85, 85, 0.7);
	z-index: 100000;}
.cookiesMenuDiv .close{
	position: fixed;
	top: 70px;
	right: calc(50vw - 310px);}
.cookiesMenuDiv .close img{
	height: 17px;}
.cookiesMenuDiv .container{
	font-family: adventregular,Helvetica,Arial,sans-serif;
	width: 600px;
	height: calc(100vh - 160px);
	padding: 30px;
	background: #3e3e3e;
	color: #fff;
	position: relative;
	top: 50px;
	left: calc(50vw - 330px);
	overflow: scroll;}
.cookiesMenuDiv .container .main{
	position: relative;
	padding-bottom: 150px;}
.cookiesMenuDiv .container h2{
	font-size: 30px;
	letter-spacing: 1px;
	margin: 100px 0 60px 0;}
.cookiesMenuDiv .container h2:first-child{
	margin-top: 10px;}
.cookiesMenuDiv .container p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 10px 0 20px 0;}
.cookiesMenuDiv .container .item{
	min-width: auto;
	margin-top: 30px;}
.cookiesMenuDiv .container .item h3 a{
	color: #3e3e3e;
	background: #6f6d6d;
	padding: 7px 5px 2px 5px;
	margin-right: 2px;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	vertical-align: baseline;
	display: inline-block;
	position: relative;
	top: -2px;}
.cookiesMenuDiv .container .item h3 a.alwaysActive{
	color: #3e3e3e;
	background: #8da450;}
.cookiesMenuDiv .container .item h3 a.active{
	color: #3e3e3e;
	background: #8da450;}
.cookiesMenuDiv .container .item h3 a.active:last-child{
	color: #3e3e3e;
	background: #b75151;}
.cookiesMenuDiv .button{
	font-size: 20px;}
.cookiesMenuDiv .validate{
	position: fixed;
	bottom: 50px;
	left: calc(50vw - 330px);
	z-index: 20000000;
	background: #d0d0d0;
	width: 600px;
	padding: 30px;}
.cookiesMenuDiv .container .description{
	width: 80%;
	margin: 0 auto;
	border-bottom: 0.5px solid #686767;
	padding: 20px 0;}
.cookiesMenuDiv .container .description h3{
	font-size: 17px;
	color: #b3b1b1;
	margin: 0 0 0px 0;
	line-height: 20px;
	font-weight: normal;
	font-family: adventbold,Helvetica,Arial,sans-serif;}
.cookiesMenuDiv .container .description p{
	font-size: 14px;
	color: #9f9f9f;
	margin: 0;
	line-height: 20px;}

.smallSize .cookiesMenuDiv .container{
	width: calc(100vw - 60px);
	height: calc(100vh - 60px);
	top: 0;
	left: 0;}
.smallSize .cookiesMenuDiv .validate{
	bottom: 0px;
	width: auto;
	left: 0px;
	width: calc(100vw - 60px);
	text-align: right;}
.smallSize .cookiesMenuDiv .validate .button{
	margin-bottom: 10px;}
.smallSize .cookiesMenuDiv .close{
	left: calc(100vw - 30px);
	right: auto;
	top: 10px;}
.smallSize .cookiesMenuDiv .item h3{
	margin: 0;}

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

.book .centerColumn img.noMoreColors{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	opacity: 0.3;}
	
.removedFlag{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	width: 100%;
	z-index: 5;
	position: relative;
	padding: 25px 0 20px 0;
	background: #d11f2c;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 30%;}
	
