@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');}
*{	outline: none;
	margin: 0;
	padding:0;
	outline: none;}
html, body{
	min-width: 480px;
	background: url(/images/mainBackground.png);
	font-family: Helvetica, Arial, sans-serif;
	color: #828282;
	height: 100%;}
/*888888888888888888888888888888888888888888888888888888888*/
.header{
	height: 170px;
	width: 100%;
	background-color: #fff;
	position: relative;
	min-width: 830px;}
.socialLinks{
	position: absolute;
	top: 110px;
	left: 0px;
	background: green;}
.mainLogo{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-size: 40px;
	display: inline-table;
	position: relative;
	/*left: calc(21% - 255px);
	margin-left: calc(20.5% - 200px);*/
	width: 450px;
	margin: 0 auto;
	display: block;;
	top: 0px;
	text-align: center;}
.mainLogo img{
	width: 450px;
	position: relative;
	top: 8px;}
.mainLogo a{
	width: 269px;
	height: 64px;}
.rightNav{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	position:absolute;
	top: 70px;
	left: 30px;
	padding: 0 25px 0 0;
	z-index: 50;}
.rightNav a{
	color: #a0aa97;
	text-decoration:none;
	margin-left: 0px;
	letter-spacing: 1px;
	text-align: right;
	margin: auto;
	margin-left: 10px;
	vertical-align: top;}
.rightNav a:hover{
	color: #8f908e;}
a.navButton{
	width: 27px;
	height: 34px;
	background: url(/images/navButton.png) top left no-repeat;
	display: inline-table;
	vertical-align: middle;
	position: relative;
	top: -2px;}
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;}
a.knurrButton{
	width: 37px;
	height: 34px;
	background: url(/images/knurrButton.png) top left no-repeat;
	display: inline-table;
	vertical-align: middle;
	position: relative;
	top: -10px;
	left: 5px;
	z-index: 1000;}
a.knurrButton:hover{
	/*background: url(/images/knurrButton.png) top right no-repeat;*/}
/*.btn_login{
	position: relative;
	right: 45px;}*/

.legend{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	color: #a0aa97;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: clamp(150px, 20vw, 300px);
	position: absolute;
	top: 80px;
	right: 2vw;
	transform: translateY(-50%);
	max-width: 350px;}
.mediumSize .legend{
	right: 20px;
	width: 150px;}
.smallSize .legend{
position: relative;
width: 90%;
transform: translateY(0);
top: 25px;
left: 5%;
right: auto;
max-width: inherit;
margin-bottom: 25px;}



.clear{
	clear:both;}


a.button, .button{
	white-space:nowrap;
	padding: 8px 10px 6px 10px;
	background: #0c6b3d;
	color: #fff;
	text-decoration: none;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 17px;
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;  
	-webkit-border-radius:0;}
a.button:hover, .button:hover{
	background: #05a58c;}
/*888888888888888888888888888888888888888888888888888888888*/
.navBox{
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 290px;
	box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.6);
	background:#279861;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	z-index:1000;
	color: #fff;
	text-align: left;}
.navBox .close img, .toolTip .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: #faf5f8;}
.navBox .close, .toolTip .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: adventregular, 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: #f6a3a3;
	font-family: adventbold, 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: adventbold, Helvetica, Arial, sans-serif;}
.qrBox{
	background: #fff;
	display: block;
	right: 60px;
	top: 270px;}
.qrBox .navFlap{
	text-align:center;
	background: none;
	color: #279861;
	font-family: adventbold, Helvetica, Arial, sans-serif;}
.qrBox .navFlap a{
	color: #a1844b;}
.qrBox .navFlap a img{
	width: 100%;}
.qrBox .navFlap a img{
	width: 100%;}
.cgp{
	font-size: 12px;
	margin-top: 20px;}
.notAvailableBox{
	top: 980px;
	left: 80px;
	background: #c91926;}
.notAvailableBox .navFlap{
	background: transparent;}
.smallSize .notAvailableBox p {
    font-size: 35px;
    line-height: 65px !important;
}
/*888888888888888888888888888888888888888888888888888888888*/


.searchContainer{
	width: 80%;
	position: relative;
	margin: 60px auto 0px;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	text-align: left !important;
	color: #454840;
	/*min-width: 885px;
	top: 70px;*/}
.searchContainer h1{
	color: #898989;
	text-align: left;
	font-size: 40px;}
.searchContainer .classicSearch{
	position: relative;
	background: #edecec;
    padding: 20px 20px;
	 -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;}
.searchContainer .classicSearch:hover{
	background: #929392;}
.searchContainer .searchBloc{
	font-size: 0px;
	width: 100%;
	color: #e5e2f2;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;}
.searchContainer .searchBloc .champTexte{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	width: calc( 100% - 230px);
	color: #595959;
	height: 70px;
	padding: 16px 10px 4px 30px;
	font-size: 30px !important;
	border: solid 1px #babfba;
	overflow: hidden;
	position: relative;
	background: #fff;}
.searchContainer .searchBloc a.button{
	white-space: nowrap;
	background: #0c6b3d;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	border: none;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	margin-left: -8px;
	top: -2px;
	display: inline-table;
	text-align: center;
	padding: 15px 15px 8px 15px;
	width: 160px;
	height: 70px;
	line-height: 69px;
	font-size: 35px;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	position: relative;
}
.searchBloc ul{
	padding: 0;
	margin: 0;
	text-align: left;}
.searchBloc li{
	display: inline;
	font-size: 10px;
	font-weight:bold;}
.searchContainer .subSearch{
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	font-size: 0;
	text-align: left;
	position: relative;
	margin: 0px 0 -10px 0;
	background-color: transparent;}
.searchContainer .subSearch li{
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-size: 17px;
	background-color: #e2e2e2;
	padding: 20px 10px;
	color: #696969;
	display: inline-table;
	text-align: left;}
.searchContainer .subSearch li:nth-child(1) {width: calc(19% - 20px); background: #c8c8c8;}
.searchContainer .subSearch li:nth-child(2) {width: calc(20.5% - 20px);}
.searchContainer .subSearch li:nth-child(3) {width: calc(13% - 20px);}
.searchContainer .subSearch li:nth-child(4) {width: calc(14% - 20px);}
.searchContainer .subSearch li:nth-child(5) {width: calc(15% - 20px);}
.searchContainer .subSearch li:nth-child(6) {width: calc(18.5% - 26px); background: #c8c8c8;}
@media not all and (min-resolution:.001dpcm) { @media
{
    .searchContainer .subSearch li:nth-child(6) {width: calc(19% - 23px);}
}}

.searchContainer .subSearch .notLogged li:nth-child(1) {width: calc(18% - 20px); background: #c8c8c8;}
.searchContainer .subSearch .notLogged li:nth-child(2) {width: calc(23% - 20px);}
.searchContainer .subSearch .notLogged li:nth-child(3) {width: calc(18.5% - 20px);}
.searchContainer .subSearch .notLogged li:nth-child(4) {width: calc(20% - 20px);}
.searchContainer .subSearch .notLogged li:nth-child(5) {width: calc(20% - 20px);}
.searchContainer .subSearch .notLogged li:nth-child(6) {display: none;}
@media not all and (min-resolution:.001dpcm) { @media
{
    .searchContainer .subSearch .notLogged li:nth-child(6) {width: calc(19% - 23px);}
}}



.booksRelativeSeach{
	font-family: adventregular, Helvetica, Arial, sans-serif !important;
	color: #7b7b7b !important;}
.hideMe{
	display: none !important;}

.notLogged{}






.notLoged .radio-custom-label::before{
		background: #d8d8d8 !important;}
/*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 */}


.showMeVideos {
	display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #7d2058;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 0px 0 70px 0;
  width: calc(100% - 40px);}
.showMeVideos:hover{
	background: #8f1e63;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);}
.showMeVideos p{
	font-size: 20px;
	letter-spacing: 1px;
	font-family: adventregular, Helvetica, Arial, sans-serif;}
.showMeVideos a{
	color: #fff;
	text-decoration: none;}


 .newSearch{
	margin-top: 6vh;
	position: relative;}
.exploSearch{
	display: inline-block;
	width: 48%;
	margin-right: 2%;}
.biblioGraph{
	display: inline-block;
	width: 49%;
	vertical-align: top;}
.panel a.visual{
	width: calc(100% + 40px);
	left: -20px;
	top: 20px;
	position: relative;
	display: block;}
.panel a.visual img{
	width: 100%;}
.biblioGraph .panel a.visual img{
	width: 40%;
	top: -20px;
	position: relative;
	left: 40px;}

.exploSearch .panel{
	padding: 20px;
	position: relative;
	background: #5b5f59 url(/images/mainBackground_black.png);
	color: #fff;
	padding-bottom: 10px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	opacity: 0.75;}
.exploSearch .panel:hover{
	background: #5b5f59 url(/images/mainBackground_black.png);
	opacity: 1;}
.exploSearch .exploViz_logo{
	width: calc(100% - 0px);
	position: relative;
	letter-spacing: 1px;
	left: -5px;}
.exploSearch .intro{
	margin: 20px 0 10px;
	width: 100%;
	position: relative;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 1px;}
.exploSearch a{
	text-decoration: none;
	color: #fff;}
.exploSearch img.visual{
	width: calc(100% + 40px);
	position: relative;
	top: 20px;
	left: -20px;}
.exploSearch .button{
	position: absolute;
	bottom: -60px;
	right: 15px;
	z-index: 50;
	background: #8e150f;
	padding: 70px 43px 48px 50px;
	-webkit-border-radius: 40px;
	border-radius: 160px;
	font-size: 60px;
	line-height: 60px;
	box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	font-weight: bold;}
.exploSearch .button:hover{
	background: #8e150f;}

.biblioGraph .panel{
	padding: 20px;
	position: relative;
	background: #5b5f59 url(/images/mainBackground_black.png);
	color: #fff;
	padding-bottom: 10px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	opacity: 0.75;}
 .biblioGraph .panel:hover{
	background: #5b5f59 url(/images/mainBackground_black.png);
	opacity: 1;}

/*safari */
_::-webkit-full-page-media, _:future, :root .biblioGraph .panel {
    -webkit-transition: none; /* Safari */
}
/*chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.biblioGraph .panel{
    -webkit-transition: all 0.3s;}
}

_::-webkit-full-page-media, _:future, :root .exploSearch .panel {
    -webkit-transition: none; /* Safari */
}
/*chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.exploSearch .panel{
	-webkit-transition: all 0.3s;}
}

.biblioGraph .biblioGraph_logo{
	width: calc(100% - 0px);
	position: relative;
	top: 0px;
	left: -5px;
	letter-spacing: 1px;
	z-index: 50;}
.biblioGraph .intro{
	width: 100%;
	position: relative;
	margin: 20px 0 10px;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 1px;
	z-index: 50;}
.mediumSize .biblioGraph .intro{
	line-height: 18px;
	font-size: 16px;}
.biblioGraph a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;}
.biblioGraph img.visual{
	width: 43%;
	left: 5%;
	position: relative;
	top: -10px;
	margin-bottom: -10px;}
.biblioGraph .button{
	position: absolute;
	bottom: -60px;
	right: 15px;
	z-index: 50;
	background: #8e150f;
	padding: 70px 43px 48px 50px;
	-webkit-border-radius: 40px;
	border-radius: 160px;
	font-size: 60px;
	line-height: 60px;
	box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	font-weight: bold;}
.mediumSize .biblioGraph .button{
	bottom: -50px;}
.biblioGraph .button:hover{
	background: #8e150f;}

/*888888888888888888888888888888888888888888888888888888888*/
/*88888 SMALL SIZE NEW SEARCH 88888888888888888888888888888*/
/*888888888888888888888888888888888888888888888888888888888*/

.smallSize .searchContainer{
	min-width: 480px;}
.smallSize .searchContainer h1 {
	width: calc(100% - 40px);
	margin: 0 auto;}
.smallSize .searchBloc .champTexte{
	vertical-align: middle;
	font-size: 25px;
	width: calc(100% - 140px) !important;
	height: 61px;
	color: #5c5b5b;
	top: 0px;
	padding: 16px 10px 4px 20px;}
/*safari */
_::-webkit-full-page-media, _:future, :root .smallSize .searchBloc .champTexte {
	width: calc(100% - 143px) !important;
}
/*chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.smallSize .searchBloc .champTexte{
	width: calc(100% - 143px) !important;}
}
.smallSize .toolTip{
	top: 50px;
	right: 110px;}
.smallSize .searchBloc a.button{
	font-size: 25px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 12px 10px 2px 10px !important;
	width: 95px;
	top: 0px;}
.smallSize .subSearch li{
	font-size: 20px;
	display: block;
	width: 100% !important;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0;}
.mediumSize .searchContainer .subSearch li{
	font-size: 13px;}
.smallSize .checkbox-custom, .smallSize .checkbox-custom-label, .smallSize .radio-custom, .smallSize .radio-custom-label{
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
    display: block;
	padding: 15px 20px 15px 20px;}
.smallSize .exploSearch, .smallSize .biblioGraph {
	width: 89.5%;
	margin: 0 0 120px 0;}
.smallSize .exploSearch .panel *, .smallSize .biblioGraph .panel *{
	position: relative;}
.smallSize .panel{
	width: 100%;
	left: 0;
	top: 10px;}
.smallSize .exploSearch .button{
	position: absolute;
	right: 20px;
	bottom: -90px;}
.smallSize .biblioGraph .button{
	position: absolute;
	right: 20px;
	bottom: -90px;}
/*.smallSize .panel a.visual{
	width: calc(100% + 40px);
	left: -20px;
	top: 20px;
	display: block;}
.smallSize .panel a.visual img{
	width: 100%;}*/
.smallSize .exploSearch .exploViz_logo, .smallSize .biblioGraph .biblioGraph_logo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;}
.smallSize .intro {
    width: 100%;
    top: 0px;
    left: 0;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 1px;}
.smallSize .biblioGraph img.visual{
	width: 100%;
	left: 0;
	margin-top: 30px;}
/*.mediumSize .panel a.visual{
	width: calc(100% + 40px);
	left: -20px;
	top: 20px;
	display: block;}
.mediumSize .panel a.visual img{
	width: 100%;}*/

.mediumSize .exploSearch, .mediumSize .biblioGraph {
	width: 100%;
	margin-bottom: 120px;}
.mediumSize .exploSearch .panel *, .mediumSize .biblioGraph .panel *{
	position: relative;}
.mediumSize .panel{
	width: calc(100% - 45px);
	top: 10px;}
.mediumSize .exploSearch .button{
	position: absolute;
	right: -10px;
	bottom: -90px;}
.mediumSize .biblioGraph .button{
	position: absolute;
	right: -10px;
	bottom: -90px;}
.mediumSize .exploSearch .exploViz_logo, .mediumSize .biblioGraph .biblioGraph_logo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;}
.mediumSize .intro {
    width: 100%;
    top: 0px;
    left: 0;
    line-height: 30px;
    font-size: 25px;
    letter-spacing: 1px;}
.mediumSize .biblioGraph img.visual{
	width: 100%;
	left: 0;
	margin-top: 30px;}

/*888888888888888888888888888888888888888888888888888888888*/
.toolTip{
	opacity: 0;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ffffff !important;
	background: #8e150f;
	padding: 30px;
	box-shadow: -14px 15px 36px rgba(0, 0, 0, 0.5);
	width: 220px;
	position: absolute;
	z-index: 100000;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	visibility: hidden;
	top: 77px;
	left: 160px;
	z-index: 8000;}
.toolTipArrow{
	width: 0px;
	height: 0px;
	border: 20px solid transparent;
	border-right: 50px solid #8e150f;
	position: absolute;
	top: 10px;
	left: -60px;}

/*.rollIt{
	animation: bubbleTooltip 10s; /* Boucle d'animation ! * /
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	display: block;
}


@-webkit-keyframes bubbleTooltip { /* Safari, Opera, Chrome * /
    0% {
		visibility: visible;
		opacity: 0;
		display: block;
    }

    5% {
    	opacity: 1;
    }

    80%	{
    	opacity: 1;
    }

    100% {
    	opacity: 0;
        visibility: hidden;
    }

    
}

@keyframes bubbleTooltip { /* Tous les autres navigateurs * /
    0% {
		visibility: visible;
		opacity: 0;
		display: block;
    }

    5% {
    	opacity: 1;
    }

    80%	{
    	opacity: 1;
    }

    100% {
    	opacity: 0;
        visibility: hidden;
    }
}*/

/*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;
	text-align: center;}
.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: 830px;}
.title{
	z-index: 5;
	position: relative;
	padding: 25px 0 20px 0;
	background: #49494b;
	color:#fff;
	text-align: center;
	box-shadow: 0px 5px 7px -2px  rgba(0, 0, 0, 0.5);}
.title h2{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#fff;
	width: 90%;
	margin: 0 auto;}
.smartPreview{
	background: #cc4067;
	box-shadow: 0px 5px 7px -2px  rgba(0, 0, 0, 0.5);}
.smartPreview a.smartPreviewButton{
	background: #4c4c4c;}
a.smartPreviewButton{
	position: absolute;
	top: 23px;
	right: 5%;}
/*
.openedNav a.smartPreviewButton{
	position: absolute;
	top: 23px;
	right: 21%;}
*/
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;}


a.smartPreviewButton:hover{
	background: #a5294c;}
.subTitle{
	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: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#5b5b5b;
	width: 90%;
	margin: 0 auto;}
.subDescription h3{
	font-family: adventlight, 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;}
#onlineusers-container .showRoom .container{
	/*width: 300%;*/}
.oneLineVisuals{
	height: 265px;}
.oneLineVisuals .container{
	height: 210px;}
.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: adventbold, 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: 830px;
	background: #fff;
	padding: 30px 0px 25px;
	text-align: center;}
.teaser img{
	width: 23%;
	min-width: 270px;
	margin-bottom: 5px;}
.teaser a:first-child{
	margin-left: 0.2%}*/

.teaser{
    min-width: 830px;
	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 .rightTeaser a img, .smallSize .leftTeaser a img{
	width: 100%;
	display: block;
	/*margin: 30px 0;*/}
.smallSize .leftTeaser {
    margin-bottom: 20px;}
.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: 830px;
	width: 100%;
	/*padding-left: 1.5%;*/}
.smartCourshevesShowRoom .container{
	width: 100%;
	margin: 0 auto;
	min-width: 1280px;}
.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: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #d8d8d8;
 	left: 3%;}
.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: 4%;}
.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 h3{
	top: 30%;
	position: relative;}
.smartCourseshelf h3{
	background: #ebede8;
	width: 90%;
	font-size: 14px;
	padding: 20px 5px 10px 5px;
	position: relative;
	margin: 0 auto;}
.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 15px 11px 0px rgba(0, 0, 0, 0.7);
	position: absolute; 
	right: 0px;
	z-index:3;}
.smartCourseshelf .fifi{
	box-shadow: -9px 15px 11px 0px rgba(0, 0, 0, 0.7);
	position: absolute; 
	right: 25%;
	z-index:2;}
.smartCourseshelf .loulou{
	box-shadow: -9px 15px 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: adventregular, 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;}
.smartcourseshelfsave .champtexte, .smartcourseshelfsave textarea{
	font-size: 16px;
	letter-spacing: 1px;
	font-family: adventregular, 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;}
.smartcourseshelfsave select{
	width: 248px !important;
	height: 30px !important;
	margin: 12px 0 0 0 !important;
	resize: none;}
.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: adventregular, 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: adventregular, 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%;
	vertical-align: top;}
.commentMarger .coverContainer{
	float: none;}
.commentMarger .notAvailablePicto img{}
.comment{
	position: relative;
	color: #5c5b5b;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin-left: 5px;
	display: inline-block;
	width: auto;}
.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;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-all;}
.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: adventlight, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin-left: 5px;
	display: table;
	width: 50%;}
.onlineGuy a{
	text-decoration: none;
	position: relative;
	color: #828282;}
/*888888888888888888888888888888888888888888888888888888888*/
/*******************************************************/
.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 .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 .notAvailablePicto {
	right: 40px;
	bottom: 50px;}
.book .centerColumn .notAvailablePicto img{
	opacity: 1;
	height: 220%;
	min-width: 30px;
	width: 220%;
	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: 830px;}
.blocs h4{
	font-family: adventbold, 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: #0c6b3d;
	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*/
.playGround{
	position: relative;
	margin-top: 20px;
	min-width: 830px;}
.bookCardMood .title, .instructionsMood .title{
	font-family: adventregular, 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: adventregular, 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{
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
	width: 76%;
	margin: 0 0 14px 20%;
	margin-left: calc(15% + 40px);
	-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: 15%;
	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: #4c4c4c;
	font-size: 14px;
	margin-top: 4px;}
.sideFilter{
	height: 100%;
	position:absolute;
	right: 0px;
	width: 40px;
	z-index: 100;
	overflow: hidden;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	color: #ddf0be;
	background: #279861 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: #279861 url(/images/sideFilterFilterIcon.png) no-repeat 12px 20px;}
.sideFilter .group{
	margin-bottom: 15px;
	border-bottom: solid 1px #4cb682;
	display: none;}
.openedNav .sideFilter .group{
	display: block;}
.sideFilter a.current{
	font-family: adventbold, 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: adventbold, Helvetica, Arial, sans-serif;
	color: #fff;
	padding-left: 15px;
	margin-left: -15px;
	background:url(../images/filterSelectOff.png) no-repeat left 1px;}
.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: #4c4c4c !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: #4c4c4c;
	font-family: adventbold, Helvetica, Arial, sans-serif;}
.playGround .item .bookTitle a, .playGround .item .bookTitle{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 1px;
	color: #4c4c4c;
	margin-bottom: 14px;}
.playGround .item .bookInfos{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 10px;
	color: #adb997;}
.playGround .item .bookInfos a{
	font-weight: bold;
	text-decoration: none;
	color: #4c4c4c;}
/*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: 25%;
	float: left;
	position: relative;
	padding: 20px 0 20px 0;
	text-align: center;}
.rss-list{
	margin-bottom: 30px;}
.rss-list:last-child{
	margin-bottom: 0;}
.rssItem a{
	background: #ff871c url(/images/rss_picto.png) 20px 40px no-repeat; 
	background-size: 50%;
	width: 75%;
	min-width: 100px;
	margin: 0 auto;
	display: block;
	padding: 70% 20px 20px 20px;
	text-align: left;
	text-decoration: none;
	font-family: adventbold, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size:  4vh;
	letter-spacing: 1px;}
.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;}
.profileMood .UserImageContainer{
	position: relative;
	height: auto;
	display: table;}	
.profilePictureContainer .button{
	position: absolute;
	bottom: 0px;
	right:0px;}
.profileMood p{
	width: 100%;
	margin: 0 0 20px 0px;}
.profileIntro{
	margin-bottom: 60px;
	display: block;}
.profileIntro h2{	
	font-family: adventbold, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;}
.profileIntro h3{	
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 10px;}
.profileIntro p{	
	font-family: adventregular, 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;
	background: #fff;}
.profileMood .uploadPicture{
	width: 413px;}
.profileMood textarea{
	height: 200px !important;}
.profileMood .inputTexte{
	height: 20px;
	width: 97.5%}
.profileMood textarea{
	width: 97.5%}
.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;}
.profileFormContainer ul{
	list-style: none;
	margin-top: -15px;
	line-height: 20px;}

.smallSize .basicFormMood .item h3{
	margin: 0 0 25px 0 !important;
	padding: 0 10% 0 10% !important;
	font-size: 27px;
	width: 80% !important;}
.smallSize .basicFormMood .item p{
	margin: 0 0 25px 0 !important;
	padding: 0 10% 0 10% !important;
	font-size: 19px;
	line-height: 27px;
	letter-spacing: 0;
	width: 80% !important;}

.smallSize .basicFormMood .item a{
	display: block;}
/*888888888888888888888888888888888888888888888888888888888*/
.commentsMood {
	min-width: 700px;}
/*.commentsMood .item{
	min-width: 630px;
	width: 90%;
	margin: 0 auto;}*/
.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: 830px;
	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: 240px;
	display: inline-block;
	vertical-align: top;}
.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%;*/}
.bookCardMood .courseshelfItem{
	margin-top: 30px;}
.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;
	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;}	
.profilePictureContainer .button{
	position: absolute;
	bottom: 0px;
	right:0px;}
.basicFormMood .title{
	text-align: left;
	margin-bottom: 30px;}
.basicFormMood p{
	width: 100%;
	margin: 0 0 20px 0px;}
.basicFormIntro{
	margin-bottom: 60px;
	display: block;}
.basicFormIntro h3{	
	font-family: adventbold, Helvetica, Arial, sans-serif;
	margin: 70px 0 20px;
	font-size: 22px;
	font-weight: normal;}
.basicFormIntro p{	
	font-family: adventregular, Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-size: 22px;}
.basicFormIntro a{	
	color: #828282;
	font-family: adventregular, Helvetica, Arial, sans-serif;}
.basicFormIntro a:hover{	
	color: #6a6a6a;}
.basicFormIntro strong{	
	font-family: adventbold, Helvetica, Arial, sans-serif;
	font-weight: normal;}
.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*/
.bibliotourFormMood .title h2{
	width: 60%;
	margin: 0 auto;}
.bibliotourFormMood a{
	padding: 40px;
	background-color: #ea3f3f;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;}
.bibliotourFormMood a:hover{
	background-color: #c50505;
	color: #f8c8c8;}

/*888888888888888888888888888888888888888888888888888888888*/
.footer{
	margin-top: 100px;
	width: 100%;
	min-width: 830px;
	background: #626360;
	padding: 80px 0 130px 0;
	color: #454840;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 20px;}
.footer a{
	color: #454840;
	text-decoration:none;}
.footer a:hover{
	color: #29301e}
.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{
	padding-left: 30px;
	border-left: 1px solid #555752;}
.newsletterField {
	color: #404335;
	background: #6f706d;
	height: 25px !important;
	width: 200px;
	border: 1px solid #6f706d;
	padding: 2px 2px 3px 10px;
	top: -12px;
	position: relative;
	right: -4px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;}
.goButton{
		width: 23px;}
::-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: adventregular, 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: adventbold,Helvetica,Arial,sans-serif;
	font-size: 17px;
    letter-spacing: 1px;
	color: #a1a1a1;}
.declonedBooks{
	text-align: center;
	position: relative;
	margin: 30px auto 40px;
	overflow: visible;}
.declonedBooks  .container{
	max-width: 350px;
	left: 0.2%;
	text-align: left;
	width: 30%;
	position: relative;
	margin: 0 auto;}
.declonedBooks a{
	vertical-align: text-top;
	padding: 10px 8px 5.5px 10px;
	position: relative;
	font-family: adventregular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	background: #656767;
	color: #cbcbcb;
	text-decoration: none;
	margin: 0 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.declonedBooks a:hover{
	color: #fff;
	background: #424242;}
.smallSize .declonedBooks a{
	display: table;
	margin: 5px auto;}
.smartPresentation{
	position: relative;
	text-align: center;
	font-family: adventregular,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 #71385b;}
#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: adventbold, 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: 830px !important;}*/

/*888888888888888888888888888888888888888888888888888888888*/

.visualContainer{
	background-image: linear-gradient(to right, #352727 50%, #050304 51%, #050304 100%);
	height: 400px;
	width: 100%;
	line-height: 40vh;
	position: relative;
	overflow: hidden;
	background-size: 100% 100%;}
.mainVisual{
	background: url(/images/homeVisual_02.jpg) no-repeat;
	background-size: auto 100%; 
	height: 100%;
	width: 900px;
	min-width: 890px;
	top: 0;
	left: -60px;
	position: relative;
	margin: 0 auto;}
.visualContainer .edito{
	color: #dcd6c9;
	width: 45%;
	height: auto;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	font-family: adventregular,Helvetica,Arial,sans-serif;
	position: absolute;
	right: 20px;
	margin-top: 200px;
	transform: translate3D(0, -50%, 0);
	z-index: 100;}
.visualContainer .edito.shortEdito{
	display: none;}
.visualContainer .edito h2{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;}

.mediumSize .visualContainer{
	min-width: 830px;
	height: 300px;}
.mediumSize .mainVisual{
	width: 830px;
	min-width: auto;}
.mediumSize .edito{
	margin-top: 150px;
	right: 30px;
	width: 50%;}
.mediumSize.paysage .edito{
	width: 60%;}

.smallSize .visualContainer{
	min-width: 480px;
	height: 330px;}
.smallSize .mainVisual{
	position: absolute;
	background-position: -70px 0;
	width: 100%;
	min-width: 480px;}
.smallSize .edito{
	width: 45%;
	margin-top: 165px;
	font-size: 15px;
	line-height: 18px;
	right: -50px;}
.smallSize .edito h2{
	font-size: 15px;
	line-height: 18px;}
/*.smallSize .edito{
	display: none;}
.smallSize .edito.shortEdito{
	display: block;}*/



/*888888888888888888888888888888888888888888888888888888888*/

.spoutnik{
	text-align: left;
	margin-top: 0px;
	width: 100vw;
	height: 250px;
	overflow: hidden;
	position: relative;
	display: block;
	border: none;
display: none !important;}
.spoutnikContainer{
	width: 2200px;
	position: absolute;
	left: calc(50vw - 1050px);}
.spoutnikItem{
	width: 700px;
	height: 250px;
	display: inline-table;}
.spoutnikContainer .lefty{
	background: transparent; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/}
.spoutnikContainer .lefty img{
	opacity: 0.3;}
.spoutnikContainer .righty{
	background: transparent; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/}
.spoutnikContainer .righty img{
	opacity: 0.3;}


.spoutnik .spoutnikArrow{
	opacity:0.5;
	z-index: 10;
	background: #8e150f;
	border-radius: 50%;
	padding: 7px 9px 5px 9px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;}
.spoutnik .spoutnikArrow:hover{
	background: #992a6d;
	opacity:1;}
.spoutnik:hover .spoutnikArrow{
	opacity:1;}
.spoutnik .spoutnikArrow img{
	width: 50px;}
.spoutnik .spoutnikArrow.lefty{
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 390px);}
.spoutnik .spoutnikArrow.righty{
	position: absolute;
	top: calc(50% - 25px);
	right: calc(50% - 390px);}
.smallSize .spoutnik .spoutnikArrow{
	opacity:1;}
.smallSize .spoutnik .spoutnikArrow.lefty{
	top: 90%;
	left: 20px;}
.smallSize .spoutnik .spoutnikArrow.righty{
	top: 90%;
	right: 20px;}
.mediumSize .spoutnik .spoutnikArrow.lefty{
	top: 180px;
	left: 20px;}
.mediumSize .spoutnik .spoutnikArrow.righty{
	top: 180px;
	left: calc(100vw - 86px);
	right: auto;}


.spoutnikBannersContainer{
	font-family: adventregular, Helvetica, Arial, sans-serif;
	color: #898989;
	text-align: left;
	font-size: 18px;
	width: 80%;
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	margin-top: 100px;}
.spoutnikBannersContainer.themesNeighbour{
	width: 98vw;}

.spoutnikAd img{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.75;
	width: 100%;
	height: auto;}
.spoutnikAd img:hover{
	opacity: 1;}
.spoutnikAd{
	position: relative;
	display: inline-block;
	width: 32.3%;
	margin-right: 1%;} 
.spoutnikAd:last-child{
	margin-right: 0%;}

.openedNav .spoutnikBannersContainer {
	margin-top: -4px;
	min-width: auto;
	width: calc(100% - 2px);
	border-bottom: solid 1px #bfd895;}
.openedNav .spoutnikBannersContainer h1{
	display: none;}
.openedNav .spoutnikAd{
	width: calc(100% - 18px);
	display: block;
	margin: 3px auto;}


.splashItem{
	min-height: 200px;
	width: 100%;
	min-width: 830px;
	position: relative;}
.splashItem .content{
	color: #4f4f4f;
	position: absolute;
	width: 40%;
	min-width: 300px;}
.splashItem .content h2{
	font-family: adventregular,Helvetica,Arial,sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	margin-top: 12px;}
.splashItem .content h2.minSize{
	font-family: adventlight,Helvetica,Arial,sans-serif;
	font-size: 40px !important;
	letter-spacing: 0vw;
	line-height: 43px !important;}
.splashItem .content h3{
	font-family: adventlight,Helvetica,Arial,sans-serif;
	font-size: 5vw;
	letter-spacing: 0vw;
	line-height: 5vw;}
.splashItem .content p, .splashItem span li{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 10px;}
.splashItem .content a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;}
.splashItem .content p.minSize, .splashItem li.minSize{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 21px !important;
	margin-top: 2%;}
.splashItem .content .button{
	margin-top: 1%;
	display: inline-block;
	background-color: #893267;
	font-size: 2vw;
	padding: 25px 25px;
	font-family: adventbold,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: 700px;
	height: 80%;
	background: #fff url(/images/splashBgd_01.jpg) right bottom no-repeat; 
	background-size: cover;
	border-top: 0.5px solid #807e7e;}
.splash_02{
	background: #4f4f4f;
	min-height: 470px;}
.splash_03{
	min-height: 700px;
	height: 80%;
	background: #fff url(/images/splashBgd_02.jpg) center center no-repeat;
	background-size: cover;}
.splash_04{
	min-height: 700px;
	height: 80%;
	background: #fff url(/images/splashBgd_03.jpg) center center no-repeat;
	background-size: cover;}
.splash_05{
	min-height: 780px;
	height: 120%;
	background: #fff url(/images/splashBgd_04.jpg) center bottom no-repeat;
	background-size: cover;}
.splash_06{
	background: #4f4f4f;
	min-height: 470px;}
.blingBling{
	transform: rotate(10deg);
	box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	padding: 70px;
	top: 20px;
	right: 35px;
	width: 180px;
	height: 180px;
	background: #a50605;
	z-index: 40;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 220px;
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
	line-height: 17px;}
.blingBling a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;}

.splash_01 .content{ 
	top: 5%; left: 5%;}
.splash_02 .content{
	position: relative;
	color: #fff;
	text-align: center;
	padding: 5% 10%;
	display: block;
	width: 80%;}
.splash_02 .content h2{
	margin-bottom: 2%;
	font-size: 5vw;
	line-height: 5vw;}
.splash_04 .content{
	top: 5%;
	left: 2%;
	color: #fff;
	width: 40%;}
.splash_04 .content li{
	left: 1%;
	position: relative;
	margin-left: 2%;
	line-height: 2.3vh;
	font-size: 1.8vh;}
.splash_05 .content{
	top: 5%;
	left: 2%;
	width: 40%;}
.splashItem .content .statsLine{
	margin-bottom: 5px;
	position: relative;
	width: 450px;}
.splashItem .content .statsLine .left{
	display: inline-table; 
	width: 230px;
	text-align: right;
	font-size: 35px;
	padding-right: 1%;
	position: relative;
	top: 11px;
	font-family: adventregular,Helvetica,Arial,sans-serif;}
.splashItem .content .statsLine .right{
	font-size: 15px;
	top: -4px;
	display: inline-table;
	width: 170px;
	text-align: left;
	position: relative;}
.splash_06 .content{
	position: relative;
	color: #fff;
	text-align: center;
	padding: 5% 10%;
	display: block;
	width: 80%;}
.linkMe {
	color: #fff;
	margin-top: 3%;
	font-size: 30px;
	text-decoration: none !important;
	font-family: adventregular,Helvetica,Arial,sans-serif;
	display: block;
	letter-spacing: 0.3vw;
	margin-bottom: -3%;}
.splashNextButton{
	background-color: #0c6b3d;
	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: -40px;
	left: 50%;}


.luna{
	position: relative;
	font-family: adventregular,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;}
.luna a{
	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;
	font-size: 14px !important;
	padding: 8px 12px 4px 12px;}
.luna .button:hover{
	background: #717964;}


.punchLine{
	position: relative;;
	font-family: adventregular, Helvetica,Arial,sans-serif;
	width: 100%;
	min-width: 830px;
	padding: 10px 0px 8px;
	background-color: #fad106;
	color: #010028;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.5px}


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

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

/**************************************************/
/****** KONDOR ************************************/
/**************************************************/


/*.kondor .containerLeft{
	background: orange;}
.kondor .containerRight{
	background: yellow;}*/

.kondor{
	font-family: adventregular, Helvetica,Arial,sans-serif;
	width: 100%;
	min-width: 830px;
	height: 430px;
	overflow: hidden;
	background: #bbb8bf;
	color: #000;}
.kondor .container{
	-webkit-transition: all 2s;
	transition: all 2s;
	/*left: -100%;*/
	animation: kondorAnimation 40s;
    animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	position: relative;
	width: 200%;
	min-width: 1660px;
	height: 100%;}
.kondor .containerLeft, .kondor .containerRight{
	position: relative;
	width: 50%;
	height: 100%;
	display: inline-block;}
.kondor .containerLeft{
	background: #e1e1e5 url(/images/kondorLeftVisual.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;}
.kondor .containerRight{
	background: #b7b3ba url(/images/kondorRightVisual.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;}
.kondor .container .description{
	text-align: center;
	position: absolute;
	width: 50%;
	top: 3vw;
	right: 5%;}
.kondor h2{
	font-size: 22px;
	font-family: adventbold, Helvetica,Arial,sans-serif;
	margin-bottom: 10px;}
.kondor p{
	font-size: 18px;
	margin-bottom: 10px;}

.mediumSize .kondor .containerLeft{
	background: #e1e1e5 url(/images/kondorLeftVisual.jpg) calc(-330px + 5vw) 0 no-repeat;}
.mediumSize .kondor .containerLeft .description{
	width: 60vw;
	min-width: 450px;}
.mediumSize .kondor .containerRight{
	background: #b7b3ba url(/images/kondorRightVisual.jpg) calc(-260px + 5vw) 0 no-repeat;}
.mediumSize .kondor .containerRight .description{
	width: 75vw;
	min-width: 450px;}

.smallSize .kondor{
	min-width: 480px;
	height: auto;
	background: #e1e1e5;}
.smallSize .kondor .container{
	min-width: 760px;}
.smallSize .kondor .containerLeft{
	padding-top: 242px;
	background: #e1e1e5 url(/images/kondorLeftVisual.jpg) 0 0 no-repeat;
	background-size: 567px 242px;
	position: relative;
	display: inline-block;
	vertical-align: top;}
.smallSize .kondor .containerRight{
	padding-top: 242px;
	background: #e1e1e5 url(/images/kondorRightVisual.jpg) 0 0 no-repeat;
	background-size: 567px 242px;
	position: relative;
	display: inline-block;}
.smallSize .kondor .description{
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
	width: calc(100% - 20px);}
.smallSize .kondor .containerLeft .description{
	top: 3vw;
	padding: 20px;
	width: calc(100% - 40px);}
.smallSize .kondor .containerRight .description{
	padding: 30px 10px 10px 10px;
	margin-bottom: 14px;}

.smallSize .containerLeft h2{
	font-size: 13px;
	margin-bottom: 22px;
	line-height: 15px;}
.smallSize .containerLeft p{
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 10px;}
.smallSize .containerRight h2{
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 12px;}
.smallSize .containerRight p{
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 10px;}


.mediumSize .containerLeft h2{
	font-size: 24px;
	margin-bottom: 20px;}
.mediumSize .containerLeft p{
	font-size: 18px;
	margin-bottom: 18px;}
.mediumSize .containerRight h2{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 26px;}
.mediumSize .containerRight p{
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 20px;}
/*@media only screen and (min-device-width: 768px) and (max-width : 1024px) and (orientation:portrait)*/
@media only screen and (min-device-width: 768px) and (max-width : 1024px) { 
	.smallSize .containerLeft h2{
		font-size: 30px;
		margin-bottom: 25px;
		line-height: 33px;}
	.smallSize .containerLeft p{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 20px;}
	.smallSize .containerRight h2{
		font-size: 25px;
		margin-bottom: 15px;
		line-height: 25px;}
	.smallSize .containerRight p{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 18px;}
}


@-webkit-keyframes kondorAnimation { /* Safari, Opera, Chrome */
    0% {
    	left: 0%;
    }

    48% {
    	left: 0%;
    }

    50%	{
    	left: -100%;
    }

    98% {
    	left: -100%;
    }

    100% {
    	left: 0%;
    }
}

@keyframes kondorAnimation { /* Tous les autres navigateurs */
    0% {
    	left: 0%;
    }

    48% {
    	left: 0%;
    }

    50%	{
    	left: -100%;
    }

    98% {
    	left: -100%;
    }

    100% {
    	left: 0%;
    }
}

/**************************************************/
/****** SPOUTNIK **********************************/
/**************************************************/

.spoutnik{
	text-align: left;
	margin-top: 0px;
	width: 100vw;
	height: 250px;
	overflow: hidden;
	position: relative;
	display: block;
	border: none;}
.spoutnikContainer{
	width: 2200px;
	position: absolute;
	left: calc(50vw - 1050px);}
.spoutnikItem{
	width: 700px;
	height: 250px;
	display: inline-table;}
.spoutnikContainer .lefty{
	background: transparent; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/}
.spoutnikContainer .lefty img{
	opacity: 0.3;}
.spoutnikContainer .righty{
	background: transparent; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/}
.spoutnikContainer .righty img{
	opacity: 0.3;}

/*** themes *******************/

.themes{
	display: table;
	font-size: 0;
	margin-top: 80px;
	background: #fff;
	position: relative;
	width: 100vw;
	min-width: 1100px;
	padding: 50px 0;}
.themesRow{
	display: table-row;}
.theme{
	background-image: url(/images/themesBackground.png);
	background-position: bottom 10px right 10px;
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 20px;
	margin-left: 1vw;
	letter-spacing: 1px;
	background-color: #656767;
	width: calc(23.7vw - 40px);
	padding: 20px;
	display: table-cell;
	color: #fff;
	font-family: adventregular,Helvetica,Arial,sans-serif;
	border-left: solid 1vw #fff;
	border-top: solid 1vw #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.themesRow:nth-child(1) .theme{
	border-top: none;}
.theme:hover{
	opacity: 0.9;}
.theme:nth-child(4){
	border-right: solid 1vw #fff;}
.theme a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.theme li, .theme ul{
	margin: 0; 
	padding: 0;
	list-style-type: none;}
.theme li{
	padding: 5px 0 0px 0;
	margin-bottom: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.theme li:hover{
	border-left: solid 5px #fff;
	padding-left: 5px;}
.theme ul:first-child li:first-child{
	text-decoration: none;
	margin-bottom: 20px; 
	font-size: 23px;
	font-family: adventbold,Helvetica,Arial,sans-serif;
	line-height: 23px;}
.theme li:last-child{
	font-family: adventbold,Helvetica,Arial,sans-serif;
	text-decoration: underline;}

.theme_teaser li{
	text-decoration: none !important;}
.theme_teaser ul{
	position: relative;
	top: 100px;}


.theme_teaser{background-color: #656767;}
.theme_01{background-color: #7bcbae;}
.theme_02{background-color: #e28cbf;}
.theme_03{background-color: #8889e2;}
.theme_04{background-color: #4983d5;}
.theme_05{background-color: #acb468;}
.theme_06{background-color: #bbd780;}
.theme_07{background-color: #5d71ae;}
.theme_08{background-color: #eeb564;}
.theme_09{background-color: #d6adf5;}
.theme_10{background-color: #a98f7a;}


.whatisda{
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	background: #ab985d;
	padding: 6px 5px 4px 7px;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 125px;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	top: -2px;
	position: relative;}
.whatisda:hover{
	background: #d1bd82;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);}
.blocs .whatisda, .blocs .whatisda:hover{
	display: none;
	color: #fff;}



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

body.smallSize  { 
	/*overflow: hidden;*/}
.smallSize .header {
    min-width: 480px;
	height: 310px;}
.smallSize .socialLinks{
	top: 20px;
	display: block;
	position: relative;}
.smallSize .mainLogo {
	position: relative;
    width: 100%;
	margin-left: 0;
	left: 0%;
	margin-top: 5px;}
.smallSize .mainLogo a {
    width: auto;}
.smallSize .mainLogo img{
	width: 95% !important;}
.smallSize .item {
    min-width: 480px;}
.smallSize .spinner{
	min-width: 480px;
	width: 100%;}
.smallSize .subTitle h3{
	width: 80%;
	position: relative;
	left: 50%;
	margin-left: -45%;}
.smallSize .QR img{
		width: 25%;}
.smallSize .resultsMood .QR img{
	width: 100%;}
.smallSize .textMe{
    width: calc(100% - 6px);
    margin-left: 0;
    margin-top: 10px;
	margin-bottom: 10px;}
.smallSize .playGround h3 {
	/*width: 71%;
	margin: 0 0 14px 18%;*/
	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: calc(100% - 30px) !important;
	left: 50%;
	margin: 0 0 -45% 0;
	font-size: 13px;
	line-height: 20px;}

.smallSize .bookCardMood .item p{
    width: 100% !important;
    left: 0;
    margin: 0 auto !important;
    font-size: 13px;
    line-height: 20px;
    clear: both;
    position: relative;}

.smallSize .bookCardMood .coverContainer{
    margin: 0px !important;}

.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 {
    width: 80%;
	left: 50%;
	margin-left: -40%;
	float: initial;}
.smallSize .smartCourseshelfShowRoom {
    min-width: 480px;}
.smallSize .showRoom{
	min-width: 480px;
	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: 100%;
	display: block;
	margin: 0 auto 50px auto;}
.smallSize .comment{
	margin-left: 0;
	display: block;
	width: 50%;
	margin: 0 auto;}
.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;
	font-size: 26px;
	line-height: 30px;}
.smallSize .bubble{
	width: calc(100% - 10px);
	font-size: 25px;
	line-height: 28px;
	margin-top: 0;}
.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: 45px;
    min-width: 480px;
	left: 0%;
	margin: 0 auto;}
.smallSize .search {
    min-width: 480px;
    /* min-width: 640px;*/}
.smallSize .search li{}
.smallSize .footer {
    min-width: 480px;}
.smallSize .rightNav{
	position: relative;
	font-size: 30px;
	top: 20px;
	left: 0;
	text-align: left;
	z-index: 5000;
	width: calc(100% - 25px);
	padding: 0;
	height: 110px;}
.smallSize .rightNav .navButton{
	position: absolute;
    top: 0px;
    right: 5px;
	left: auto;}
.smallSize .rightNav .knurrButton{
	position: absolute;
    top: 30px;
    right: 0px;
	left: auto;}
.smallSize .rightNav a{
	position: absolute;
	right: 0;
	top: 60px;}

.mediumSize .rightNav{
	left:10px;}
.mediumSize .knurrButton{
	left: 2px;}
.mediumSize .rightNav a{
	margin-left: 0px;}

.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: 130px;}
.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: 21.5px !important;
    display: inline-block;
    vertical-align: top;
    top: 0;
    position: relative;
    padding: 12px 10px 5px 10px !important;
    width: 60px;}
.smallSize #searchterm{
	font-size: 20px !important;}
.smallSize .searchBloc ul{
	width: 80%;
	text-align: left;
	position: relative;
	min-width: 310px;
	margin-bottom: 50px;}
.smallSize .luna {
    min-width: 480px;}
.smallSize .punchLine{
	min-width: 480px;}
.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{
	top: 0px;
	left: 10px;
	height: 29px;
	padding: 5px 0;
	vertical-align: top;}
.smallSize .subSearch{
	min-width: 320px !important;}
.smallSize .subSearch .searchBloc{
	top: 20px;}
.smallSize .navBox{
	top: 420px !important;
	left: 0 !important;
	width: 100%;
	min-width: 480px;}
.smallSize .navBox li{
	font-size: 25px;
	line-height: 55px !important;}
.smallSize .navBox .close{
	position:absolute;
	top:10px;
	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 #onlineusers-container{
	overflow: visible;}
.smallSize .onlineGuyMarger{
	width: 100%;
	display: block;
	margin: 0 auto 50px auto;}
.smallSize .onlineGuy{
	width: 50%;
	display: block;
	margin: 0 auto 30px;}
.smallSize .onlineGuy h3{
	margin: -20px 0 0 0;}
.smallSize .onlineGuy p{
	margin: -10px 0 0 0;}
.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 .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: 480px;}
.smallSize .buttons img{
	width: auto;}
.smallSize .linkedBooks .container {
    width: 70%;}
.smallSize .linkedBooks{
	min-width: 480px;}
.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: 480px;}
.smallSize .footerOne{
	width: 90% !important;}
.smallSize .footerOne .logo {
    width: 100%;}
.smallSize .footerItem{
	width: 40%;
	margin-right: 0;
	margin-bottom: 40px;}
.smallSize .playGround{
	min-width: 480px;}

/*
.smallSize .sideFilter{
	height: auto;}
.smallSize .textMe{
	width: 100%;}*/
.smallSize .openedNav{
	width: 100%;
	min-width: 480px;}
.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: 100%;}
.smallSize .openedNav.resultsMood .title h2, .smallSize .openedNav.profileMood .title h2, .smallSize .openedNav.contactMood .title h2{
	width: 90%;
	position: relative;
	left: 50%;
	margin-left: -45%;}
.smallSize .openedNav .smartPreviewButton{
	right: 2% !important;}
.smallSize .playGround .item .bookInfos {
    font-size: 16px;
    line-height: 24px;
    width: 100% !important;}
.smallSize .playGround .item .bookTitle{
	font-size: 30px;
	margin: 10px 0 0px;
	display: block;
	width: 100% !important;
	padding-top: 20px;}
.smallSize p.bookButtons{
	margin-top: 10px !important;
	width: 100% !important;}
.smallSize .bookButtons img {
    width: 22%;}
.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: absolute;}
.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 .commentMarger .omniBookContainer{
	width: 100%;}
.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 .profileMood .item{
	overflow: visible; 
	display: table;
	min-width: 280px;
	width: 100%;}
.smallSize .profilePictureContainer{
	width: 90%;
	display: block;
	float: none;
	margin: 0 auto 50px;}
.smallSize .profileMood h2{
	width: 90% !important;}
.smallSize .profileMood h3 {
	font-size: 22px;
	margin: 0 auto !important;
	width: 100% !important;}
.smallSize .subTitle h3 {
	margin: 0 0 0 0 !important;
	width: calc(90% - 25px) !important;
	left: 5%;}
.smallSize .subTitle h3 .active{
	font-size: 24px !important;}
.smallSize .profilePicture{
	min-width: 280px;}
.smallSize .profileMood p{
	width: 100% !important;
	left: 0;
	margin: 0 auto 10px !important;}
.smallSize .profileFormContainer{
	float: none;
	width: 90%;
	margin: 0 auto;
	min-width: 280px;}
.smallSize .profileFormContainer form{
	display: block;
	margin-top: 30px;}
.smallSize .profileFormContainer form p{
	margin-bottom: 20px !important;}
.smallSize .profileMood .inputTexte{
	width: 95%}
.smallSize .profileFormContainer form textarea{
	width: 98% !important;}
.smallSize .profileIntro{
	margin: 0px;}
.smallSize .doubichou .profilePictureContainer{
	display: none;}

.smallSize .item #onlineusers-list p{
	margin: -20px 0 20px 0 !important;
	width: 100% !important;
	line-height: 20px !important;}
.smallSize .item #onlineusers-list h3{
	margin: -20px 0 10px 0 !important;
	width: 100% !important;
	line-height: 24px;}


.smallSize .spoutnik{
	min-width: 320px !important;
	min-height: 185.7px !important;
	height: 36vw;}
.smallSize .spoutnikContainer{
	min-width: 320px !important;
	min-height: 185.7px !important;
	width: 100vw;
	height: 36vw;
	left: 0;}
.smallSize .spoutnikItem{
	min-width: 320px !important;
	min-height: 185.7px !important;
	width: 100vw;
	height: 36vw;}
.smallSize .spoutnikItem img{
	width: 100vw;
	min-width: 320px !important;
	min-height: 185.7px !important;}
.smallSize .spoutnikContainer .lefty, .smallSize .spoutnikContainer .righty{
	display: none;}

.smallSize .themes{
	display: block;
	width: 100vw;
	min-width: 320px !important;}
.smallSize .themesRow{
	display: block;
	width: 100vw;
	min-width: 320px !important;}
.smallSize .theme{
	line-height: 30px;
	font-size: 30px;
	width: calc(100% - 40px);
	display: block;
	border: none;
	margin: 0 0 50px 0; }
.smallSize .theme:last-child{
	margin: 0 0 0 0; }
.smallSize .theme li:first-child {
    font-size: 33px;
    line-height: 33px;}
.smallSize .theme_teaser{
	min-height: 170px;}
.smallSize .theme_teaser ul {
    top: 50px;}

.smallSize .omniBookContainer .notAvailablePicto{
	/*display: none;*/}
.smallSize  .omniBookContainer .notAvailableMessage{
	font-size: 20px;
	margin: 10px 0 0px;
	display: block;
	width: 100% !important;
	padding-top: 20px;
	line-height: 30px;}
.smallSize .omniBookContainer{
	width: inherit;
	display: block;
	position: relative;
	width: 50%;
	margin: 0 auto;}
.smallSize .notAvailable .notAvailablePicto{
	display: block;
	position: absolute;
	top: -35px;
	left: 75%;
	width: 24%;
	position: relative;}
.smallSize .book .notAvailable .notAvailablePicto{
	top: -75px;
	left: 70%;}
.smallSize .commentMarger .notAvailable .notAvailablePicto{
	right: 0;}
.smallSize .omniBookContainer .notAvailablePicto img{
	display: none;}
.smallSize .notAvailable .notAvailablePicto img{
	display: block;
	width: 150%;
	height: auto;
	max-width: 70px;
	bottom: 15px;
	right: 5px;}

.smallSize .splashItem{
	width: 100%;
	min-width: 320px !important;
	padding: 0;}
.smallSize .splash_01{
	background: #f1f6f9;
	padding-bottom: 80px;
	min-height: auto;
	height: auto;}
.smallSize .splash_01 .content {
    width: 80vw;
    left: 5vw;
	margin: 0;
	padding: 0;}
.smallSize .splash_01 .content{
	position: relative;}
.smallSize .splash_01 .content img{
	width: 80%;
	height: inherit;}
.smallSize .blingBling{
	transform: rotate(0deg);
	bottom: unset;
	top: unset;
	position: relative;
	margin: 20px auto -50px auto;
	right: 0;}
.smallSize .splash_02{
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 360px;
    min-height: initial;}
.smallSize .splash_02 .content{
	padding: 50px 0;
	width: 80vw;
	margin: 0 auto;}
.smallSize .splash_03{
	display: none;}
.smallSize .splash_04 .content {
	padding: 50px 0;
    width: 80vw;
	margin: 0 auto;}
.smallSize .splash_05{
	background: #89b6b4;
	padding: 50px 0;
	height: auto;
	min-height: auto;}
.smallSize .splash_05 .content {
    width: 80vw;
    left: 5vw;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;}
.smallSize .splash_06{
	padding: 20px 0;}
.smallSize .splash_06 .content{
	margin: 0;
	padding: 0;}
.smallSize .splash_06 .content p{
	margin: 0;
	padding: 0;
	line-height: 10px !important;}




/*****************************/
/***** mediumSize ************/
/*****************************/
/*
.mediumSize .mainLogo{
	left: -5vw;}
.mediumSize .header{
	min-width: 760px;}
.mediumSize .search{
	min-width: 760px;}
.mediumSize .subSearch{
	min-width: 760px;}
.mediumSize .luna{
	min-width: 760px;}
.mediumSize .item{
	min-width: 760px;}
.mediumSize .footer{
	min-width: 760px;}
.mediumSize .teaser{
	min-width: 760px;}
.mediumSize .mainLogo img{
	width: 430px;}
.mediumSize .mainLogo{
	left: -36px;
	width: 430px;}
.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{
	margin-left: 2.5%;}
.mediumSize .playGround{
	min-width: 760px;}
.mediumSize .searchBloc{
	width: 440px;}
.mediumSize .searchBloc .champTexte{
	width: 300px;}*/

/*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: adventregular, Helvetica, Arial, sans-serif;}
#noteform #note-title{
	font-family: adventregular, 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: adventregular, 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: adventregular, 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*/
.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: #279861 !important;
	padding: 20px !important;	
	color: #fff;}
.noty_modal{
	background-color: transparent !important;}
.btn{white-space:nowrap;
	padding: 8px 10px 6px 10px;
	background: #0c6b3d;
	color: #fff;
	text-decoration: none;
	font-family: adventregular, 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: #4c4c4c;}
.ui-state-hover, .ui-state-active, .ui-state-focus {
	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;}




















