#widget-base-de-co.minimize #nePlusAfficherDiv,
#widget-base-de-co.minimize #rn_Contentskw_0,
#widget-base-de-co.minimize #rn_Navigationskw_0
#widget-base-de-co.minimize .rn_SearchArea {
	display: none;
}

#widget-base-de-co .rn_Header::after {
    content: "V";
    transform: scale(2.0, 1.5);
    color: rgb(136, 136, 136);
    position: absolute;
    right: 14px;
    top: 11px;
    font-size: 15px;
}

#widget-base-de-co.minimize .rn_Header::after {
    transform: scale(2.0, 1.5) rotate(180deg);
    top: 7px;
}

#widget-base-de-co-mini {
	position: fixed;
    background: #015696;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #015696;
    -webkit-transition: all .3s;
	   -moz-transition: all .3s;
	   	-ms-transition: all .3s;
	  		transition: all .3s;
}
#widget-base-de-co-mini:hover {
    background-color: #0290fb;
}

#widget-base-de-co-mini span {
	border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 22px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7rem;
}

#widget-base-de-co ul li {
	list-style: none;
}

.rn_Widget *,
.rn_Widget *::before,
.rn_Widget *::after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-bdc {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       	-ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.widgetPosition {
	position:fixed;
}

.rn_Widget {
	
	font-size: 16px;
	line-height: 1.5;
	right: 1.2rem;
	background-color: #FFF;
	width: 280px;
	height: 340px;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	z-index: 666;
	-webkit-transition: height 0.3s ease-out;
       -moz-transition: height 0.3s ease-out;
        -ms-transition: height 0.3s ease-out;
            transition: height 0.3s ease-out;
    -webkit-animation: rn_fadeIn 0.4s ease-out;
       -moz-animation: rn_fadeIn 0.4s ease-out;
       -ms-transition: rn_fadeIn 0.4s ease-out;
            animation: rn_fadeIn 0.4s ease-out;
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
       		  -ms-animation: .5s;
            animation-delay: .5s;
    -webkit-animation-fill-mode: backwards;
       -moz-animation-fill-mode: backwards;
       			  -ms-animation: backwards;
            animation-fill-mode: backwards;
    bottom: 1.2rem;
}

#widget-base-de-co-mini.hide {
	bottom: -45px;
	opacity: 0;
}

#widget-base-de-co.hide {
	bottom: -370px;
	opacity: 0;
}

.rn_Widget.minimize {
	height: 40px;
	overflow: hidden;
}

.rn_Widget .rn_Header {
	font-family: 'Scala Sans', sans-serif;
	background-color: #ffd200;
	color: #015696;
	padding: 6px;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
	z-index: 300;
}

.rn_Widget .rn_Header:hover {
	background-color: #ffe466;
}

.KnowledgeSyndication {
	position: relative;
	height: 100%;
}

.rn_Widget .show-hide {
	position: absolute;
    right: 0;
    top: 8px;
    font-size: 18px;
}

.rn_Widget .rn_ButtonClose:focus,
.rn_Widget .rn_ButtonClose:active,
.rn_Widget .rn_ButtonClose:hover {
	outline: 0;
}

.rn_Widget .rn_SearchArea {
	padding: 10px;
	background-color: #bbbbbb;
	position: relative;
	z-index: 200;
}

.rn_Widget .rn_ButtonInput {
	display: none;
}

.rn_Widget #custom-submit-btn {
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 5px;
    height: 26px;
    width: 26px;
}

.rn_Widget .rn_Query {
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	color: #888888;
	border: 2px solid #d4d4d4;
	border-radius: 4px;
	padding: 3px;
}

.rn_Widget .rn_Content {
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
}

.rn_Widget .rn_List {
	padding: 0;
	margin: 0;
}

.rn_Widget .rn_Item {
	padding: 0;
	margin: 0;
}

.rn_Widget .rn_Item br {
	display: none;
}

.rn_Widget .rn_Title {
	display: block;
	padding: 0;
	margin: 0;
}

.rn_Widget a {
	font-size: 1em;
	line-height: 1.2;
	color: #015696;
	-webkit-transition: color 0.3s, background-color 0.35s;
	-moz-transition: color 0.3s, background-color 0.35s;
	-ms-transition:color 0.3s, background-color 0.35s;
	transition: color 0.3s, background-color 0.35s;
}

.rn_Widget a:visited,
.rn_Widget a:active,
.rn_Widget a:focus {
	color: #015696;
}

.rn_Widget a:hover {
	color: #0290fb;
}

.rn_Widget .rn_Item a {
	display: block;
	padding: 10px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none !important;
}

.rn_Widget .rn_Item a::before {
	content: "> ";
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	display: inline-block;
	font-weight: bold;
	padding-right: 4px;
}

.rn_Widget .rn_Description {
	display: none;
}

.rn_Widget .rn_Navigation {
	padding: 10px 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

#nePlusAfficherDiv {
	font-size: 12px;
	padding-left: 20px;
	position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 100;
}

#nePlusAfficherDiv label {
	text-decoration: underline;
	cursor: pointer;
}

#nePlusAfficherDiv input {
	display: none;
}

@
-webkit-keyframes rn_fadeIn {from { opacity:0;
	-webkit-transform: translateY(420px);
	transform: translateY(420px);
}

}
@
-moz-keyframes rn_fadeIn {from { opacity:0;
	-moz-transform: translateY(420px);
	transform: translateY(420px);
}

}
@
keyframes rn_fadeIn {from { opacity:0;
	-webkit-transform: translateY(420px);
	-moz-transform: translateY(420px);
	transform: translateY(420px);
}

}
@
-webkit-keyframes rn_fadeOut {to { opacity:0;
	-webkit-transform: translateY(420px);
	transform: translateY(420px);
}

}
@
-moz-keyframes rn_fadeOut {to { opacity:0;
	-moz-transform: translateY(420px);
	transform: translateY(420px);
}

}
@
keyframes rn_fadeOut {to { opacity:0;
	-webkit-transform: translateY(420px);
	-moz-transform: translateY(420px);
	transform: translateY(420px);
}
}