@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
*{
	margin: 0;
	padding: 0;
}
/** correction sur le theme **/
#menu_left {
	display: none;
}
.DGS_ads {
	border-top: 0;
}
.soo-container {
	width: 1102px;
	margin: 0 auto;
}
.soo-fleft {
	float: left;
}
.soo-fright {
	float: right;
}
.overflow_h{
	overflow: hidden;
	height: 25px;
}

/* bande noire */
#top-bar {
	background-color: #353535;
	width: 100%;
	height: 40px;
	font-family: 'Noto Sans', sans-serif;

}
#top-bar .top-bar-bloc {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px!important;
}
.navbar-connect > li{
	font-size: 12px!important;
	padding-top: 15px!important;
}
#top-bar ul#list-site{
	display: block;
}
#top-bar ul#list-site li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 6px;
	float: left;
	height: 18px;
	overflow: hidden;
}
#top-bar ul#list-site li a{
	color: #fff;
	text-decoration: none;
	float: left;
}
#top-bar ul#list-site li a img{
	float: left;
	opacity: 0.4;
	margin: 0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#top-bar ul#list-site li a span{
	display: block;
	opacity: 1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-left: 5px;
	line-height: 18px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#top-bar ul#list-site li a:hover span{
	opacity: 1;
	display: block;
}
#top-bar ul#list-site li a:hover img{
	opacity: 1;
}
#top-bar #no-connect ul#menu-connect{
	display: block;
	float: right;
}
#top-bar #no-connect ul#menu-connect li{
	float: left;
	border-right: 1px solid #474747;
	padding:4px 19px 5px 19px;	
	font-size: 13px;
	line-height: 10px;
	list-style: none;
	margin-top: 5px;
}
#top-bar #no-connect ul#menu-connect li:last-child{
	border-right: none;
}
#top-bar #no-connect ul#menu-connect li a{
	text-decoration: none;
	color: #807e6e;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;	
}
#top-bar #no-connect ul#menu-connect li a:hover{
	color: #cbcbcb;
}
#top-bar #no-connect ul#menu-connect li span{
	color: #cbcbcb;
}

#top-bar #no-connect a#soo-inscription {
	float: right;
	padding:9px 10px 11px 10px;
	background-color: #808080;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 10px;
	width: 71px;
	height: 10px;
	border-radius: 2px;
}

#header-sep {
	width: 100%;
	height: 6px;
	clear: both;
}

/*header*/
.soo-menu-bar {
	position: relative;
}
#soo-menu-bar {
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	font-family: 'Noto Sans', sans-serif;
}
#soo-logo {
	float: left;
	padding-right: 19px;
	box-sizing:border-box;
}
#soo-midle-menu {
	float: left;
	width: 676px;
}
#soo-midle-menu.no-publier{
	width: 790px;
	float: right;
}
#soo-midle-menu #soo-menuderoulant {
	position: relative;
	padding: 7px 7px 8px 9px;	
	float: left;
	border: 1px solid #fff;
	margin-top: 15px;
	height: 30px;
	box-sizing:border-box;
	line-height: 15px;
	border-radius: 3px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-midle-menu #soo-menuderoulant:hover, #soo-midle-menu #soo-menuderoulant.clicked{
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	cursor: pointer;
}
#soo-midle-menu #soo-menuderoulant a{
	color: #b1b1b1;
}
#soo-midle-menu #soo-menuderoulant i#bars{
	line-height: 13px;
	font-size: 18px;
}
#soo-midle-menu #soo-menuderoulant i#caret{
	line-height: 4px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
#soo-right-publish {
	float: right;
	padding: 15px 0;
}
#soo-right-publish a{
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	font-size: 13px;
	display: block;
	line-height: 9px;
}
#soo-menu {
	float: left;
	overflow: hidden;
	margin-left: 13px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-menu.showfield {
	margin-left: -290px;
}
#soo-menu ul{
	display: block;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-menu ul.showfield{
	margin-left:-290px;
}
#soo-menu ul li{
	display: inline-block;
	float: left;
	text-transform: uppercase;
	list-style: none;
	font-size: 12px;
	margin-top: 15px;
	line-height: 11px;
	letter-spacing: 0.7px;
	padding: 9px 0 7px 0;
	margin-right: 30px;
	margin-left: -1px;
}
#soo-menu ul li a{
	color: #606060;
	text-decoration: none;
}
#soo-other-link {
	width: 178px;
	float: right;
	display: block;
	position: relative;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-other-link.showfield {
	width: 630px;
}
#soo-other-menu {
	width: 118px;
	float: left;
}
#soo-other-menu ul{
	display: block;
}
#soo-other-menu ul li{
	list-style: none;
	display: inline-block;	
	font-size: 12px;
	float: left;
	/*height: 29px;*/
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 18px;
	vertical-align: middle;
	line-height: 30px;
}
#soo-other-menu ul li:last-child{
	margin-right: 0;
}
#soo-other-menu ul li a{
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
}
#soo-other-menu ul li img{
	vertical-align: middle;
}
#soo-other-menu ul li.soo-plus{
	letter-spacing: 0.7px;
	width: 30px;
	padding-right: 13px;
	/*background:url('../images/arrow-down.png') no-repeat right center;*/
	cursor: pointer;
}
#soo-other-menu img.soo-icon-link {
	margin-top: -2px;
}

#soo-search {
	width: 20px;
	height: 29px;
	margin: 15px 20px;
	float: right;
	/*background:url('../images/loupe.png') no-repeat center;*/
}
#soo-search #loupelink img {
	vertical-align: middle;
	margin-top: 5px;
}
#soo-search-container{
	position: absolute;
	width: 0;
	top: 15px;
	display: none;
	margin-left: 0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-search-container.showfield{
	width: 440px;
	display: block;
	margin-left: -440px;
	height: 32px;
}
#soo-search .soo-search-input,
#soo-search #soo-search-submit {
	display: none;

	width: 0;
	font-family: 'Noto Sans', sans-serif;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-search .soo-search-input.showfield {
float: left;
width: 288px;
display: none;
width: 288px;
height: 20px;
border: 1px solid #aeaeae;
padding: 5px;
border-radius: 3px;
display: block;
position: absolute;
right: 140px;
outline: none;
}
#soo-search #soo-search-submit.showfield {
display: block;
position: absolute;
right: 20px;
outline: none;
padding: 5px 10px;
height: 32px;
width: 111px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
border: none;
border-radius: 3px;

}
/* sous menu */
#soo-sousmenu {
	display: none;
	position: absolute;
	z-index: 99;
	top: 61px;
	padding: 23px 30px;
	box-sizing:border-box;
	background-color: #ffffff;
	-moz-box-shadow: 0px 3px 3px 0px #939393;
	-webkit-box-shadow: 0px 3px 3px 0px #939393;
	-o-box-shadow: 0px 3px 3px 0px #939393;
	box-shadow: 0px 3px 3px 0px #939393;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#939393, Direction=180, Strength=3);
}
#soo-sousmenu #soo-fistcol{
	width: 209px;
	float: left;
	text-align: left;
}
#soo-sousmenu #soo-middlecol {
	float: left;
}
#soo-sousmenu #soo-middlecol .soo-middlecol-col{
	width: 400px;
	float: left;
}
#soo-sousmenu #soo-middlecol .soo-middlecol-col .mtags{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
#soo-sousmenu #soo-lastcol{
	width: 142px;
	float: right;
}
#soo-sousmenu .sousmenu_bloc {
	line-height: 10px;
}
#soo-sousmenu #soo-lastcol li a span{
	display: none;
}
#soo-sousmenu .sousmenu_bloc span.bloc_title{
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	color: #828293;
}
#soo-sousmenu .sousmenu_bloc span.bloc_title > img{
	position: absolute;
	top: -7px;
	margin-left: 5px;
}
#soo-sousmenu .sousmenu_bloc span{
	font-size: 12px;
	display: block;
}
#soo-sousmenu .sousmenu_bloc ul {
	display: block;
}
#soo-sousmenu .sousmenu_bloc ul li{
	margin-bottom: 10px;
	height: 20px;
	list-style: none;
}
#soo-sousmenu .sousmenu_bloc ul li a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 22px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
#soo-sousmenu .sousmenu_bloc ul li a:hover{
	font-weight: bold;
}
#soo-sousmenu .sousmenu_bloc ul li a > img{
	float: left;
	margin-right: 10px;
}

/*tooltip*/
a.tooltip_link{
	position: relative!important;
}
.tooltip {
    display: none;
    position: absolute !important;
    white-space: nowrap;
    left:-50%;
    background: #282828;
    padding: 10px 17px;
    margin: 0 0 12px 0;
    color: #fff;
    z-index: 100;
    top: 28px;
    text-align: center;
    font-size: 12px;
    text-transform: none;
    font-family: 'Noto Sans', sans-serif;
    line-height: 15px;

}
.tooltip:after {
    content: "";
    position: absolute !important;
    top: -5px;
    z-index: 100;
    border: 0 solid #282828;
    border-bottom: 14px solid transparent;
    width: 100%;
}
 
.tooltip:before {
    content: "";
    position: absolute !important;
    border: 0 solid #282828;
    top: -5px;
    z-index: 100;
}
.tooltip.left {
    border-radius: 5px 5px 5px 0;
}
 
.tooltip.left:after {
    border-left-width: 14px;
    left: 0;
}
 
.tooltip.right {
    border-radius: 5px 5px 0 5px;
}
 
.tooltip.right:after {
    border-right-width: 14px;
    right: 0;
}
 
.tooltip.center {
    border-radius: 5px;
}
 
.tooltip.center:after {
    border-left-width: 5px;
    border-top: 5px solid transparent;
    width: 50%;
    left: 50%;
}
 
.tooltip.center:before {
    border-right-width: 5px;
    border-top: 5px solid transparent;
    width: 50%;
    right: 50%;
}

/*********************************************/
.soo-plus-hide {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #DDD;
	clear: both;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 59px;
	width: 300px;
	z-index: 5;
	height: auto;
	display: none;
}
.soo-plus-hide li {
  margin: 0 !important;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 24px !important;
  color: #686868;
  border-top: 1px solid #DEDEDE;
  padding: 5px 0; 
}
.soo-plus-hide li a {
	text-transform: none !important;
}
.soo-plus-hide #sidefb{
	float:left;
	margin:20px 0 0 15px;
}
.soo-plus-hide .sideg{
	float: right;
	margin-top: 12px;
}
.soo-plus-hide .sidetw{
	float:left;
	margin-top:12px;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;

}
.no-publier #soo-search{
	margin-right: 0;
}
.no-publier #soo-other-link {
	width: 158px;
}
.no-publier #soo-other-link.showfield{
	width: 610px;
}
#soo-right-publish.no-publier{
	display: none;
}
#favorisSelecterContainer {
	width: 455px;
	margin:25px auto 0 auto;
	text-align: center;
}
#favorisSelecterContainer label {
	color: #909090;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-top: 13px;
}
#favorisSelecter {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
}
#favorisSelecter .selecter {
	margin:0!important;
}
#favorisSelecter .selecter .selecter-selected{
	height: 15px;
	text-align: left;
	padding: 13px 15px 12px 15px;
	font-weight: normal;
	color: #000;
}
#favorisSelecter .selecter .selecter-item{
	text-align: left;
	font-weight: normal;
	color: #000;
	padding: 13px 15px 12px 15px;
}

.linkarrow{
	/*background: url("../images/arrow-down.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-right: 13px;*/
	width: 47px;
	display: block;
}
#caretplus{
    float: right;
    margin-top: 10px;
    vertical-align: middle;
}

/*responsive*/
.soo-container{
	max-width: 1102px !important;
	width: auto;
}
.recherche-mobile-wrap{
	display: none;
}
#header_soonetwork{
	overflow: visible !important;
}
.trigger-wrap{
	display: none;
}
@media (max-width: 979px){
	body.single #main {
		box-sizing:border-box;
	}
	.soo-menu-bar {
		height: 61px;
	}
	#soo-search {
		height: 20px;
		top: 20px;
	}
	#soo-search #loupelink img {
		vertical-align: middle;
		margin-top: 0;
	}
	#soo-other-link{
		height: 61px;
		margin-top: -61px;
		width: 40px;
	}
	.float-shares {
		display: none;
	}
	#soo-other-menu, #soo-right-publish, #soo-menuderoulant, #soo-menu{
		display: none;
	}
	.trigger-wrap{
		display: block;
		position: absolute;
		top: 6px;
		left: 6px;
		outline: none;
		width: 46px;
		height: 46px;
		background: url(../images/top-menu.png) no-repeat;
		cursor: pointer;
	}
	.recherche-mobile-wrap{
		display: block;
		position: relative;
		z-index: 9999;
	}
	#soo-midle-menu{
		width: 100% !important;
		position: absolute;
	}
	
	.tooltip{
		display: none !important;
	}
	#soo-logo{
		width: 100% !important;
		float: none;
		padding-right: 0px;
		text-align: center;
		height: 61px;
	}
	.top-bar-bloc.soo-fright{
		display: none;
	}
	.top-bar-bloc.soo-fleft.overflow_h{
		width: 100% !important;
		float: none !important;
	}
	#list-site{
		overflow: hidden;
		width: 290px;
		margin: auto;
	}
	#list-site span{
		display: none !important;
	}
	#list-site li:last-child{
		margin-right: 0!important;
	}
	#soo-search-container.showfield{
		top: 50px;
		margin-left: 0px;
		right: -25px;
	}
	#soo-search {
	    margin: 0;
	}
	#soo-search-container.showfield {
	    width: 100%;
	}
	#soo-search .soo-search-input.showfield{
		/*width: 75%;*/
	}
	#soo-search{
		position: absolute;
		right: 15px;
	}
	.recherche-mobile-wrap{
		background: none repeat scroll 0 0 #fff;
	    border-bottom: 1px solid #d4d4d4;
	    height: 42px;
		width: 100%;
	
	}
	.recherche-mobile{
		width: 100%;
		padding-left: 7px;
		transform: translateY(5px);
	}
	#soo-search-submit-mobile{
		display: block;
		right: 20px;
		outline: medium none;
		padding: 5px 10px;
		height: 32px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: bold;
		border: medium none;
		border-radius: 3px;
		box-sizing: border-box;
		float: left;
		margin-left: 5px;
	}
	#search_mobile{
		float: left;
		height: 32px;
		padding: 5px 10px;
		border: 1px solid #AEAEAE;
		padding: 5px;
		border-radius: 3px;
		display: block;
		outline: medium none;
		box-sizing: border-box;
	}
	#top-bar ul#list-site {
		text-align: center;
	}
	#top-bar ul#list-site li {
		float: none;
	}

}
@media (max-width: 780px){
	#soo-search .soo-search-input.showfield {
	    float: left;
	    width: 80%;
	}
}
@media (max-width: 481px){
	#soo-logo img {
	
		height: auto;
	}
	
	#soo-search .soo-search-input.showfield {
	    float: left;
	    width: 68%;
	}
}
@media (max-width: 390px){
	#soo-logo img {
		width: 50%;
		margin-top: 5px;
	}
	#soo-other-link{
		margin-top: -61px;
	}
}
@media (max-width: 340px){
	#soo-logo img {
		margin-top: 10px;
	}
	#soo-search .soo-search-input.showfield {
	    float: left;
	    width: 52%;
	}
}
/*fin responsive*/