.td-ad-m {
	border: none !important;
}
.td-header-top-menu {} .td-header-top-menu #menu-menu-top-sur-fond-noir li a ._mi {
						   opacity: 0.55;
						   -webkit-transition: all 0.5s ease-in-out;
						   -moz-transition: all 0.5s ease-in-out;
						   -ms-transition: all 0.5s ease-in-out;
						   -o-transition: all 0.5s ease-in-out;
						   transition: all 0.5s ease-in-out;
					   }
.td-header-top-menu #menu-menu-top-sur-fond-noir li:hover a ._mi {
	opacity: 1;
}
.td-header-top-menu #menu-menu-top-sur-fond-noir li a span {
	margin-right: 8px;
	max-width: 0px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 24px !important;
}
.td-header-top-menu #menu-menu-top-sur-fond-noir li:hover a span {
	max-width: 250px;
}
/* --------------------- Header -------------------- */

#td-moremenu {
	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;
}
#td-moremenu:hover,
#td-moremenu.clicked {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	cursor: pointer;
}
#td-moremenu a {
	color: #b1b1b1;
}
/**/

#td-moremenu #main-submenu {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	max-height: 0;
	overflow: hidden;
	padding: 0;
}
#td-moremenu.open #main-submenu {
	max-height: 850px;
	visibility: visible;
}
#td-moremenu #main-submenu > .row {
	padding: 10px 34px 7px 33px;
}
#td-moremenu i#bars {
	line-height: 13px;
	font-size: 18px;
}
#td-moremenu i#caret {
	line-height: 4px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
#td-middlemenu {
	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;
}
#td-middlemenu.showfield {
	margin-left: -290px;
}
#td-middlemenu 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;
}
#td-middlemenu ul.showfield {
	margin-left: -290px;
}
#td-middlemenu 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;
}
#td-middlemenu ul li a {
	color: #606060;
	text-decoration: none;
}
#td-rightmenu {
	/*width: 380px;*/

	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;*/
}
/*
#td-rightmenu.showfield {
	width: 630px;
}*/

#td-rapidmenu {
	/*width: 118px;
    float: left;*/
}
#td-rapidmenu ul {
	display: block;
	margin: 0;
}
#td-rapidmenu ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	float: left;
	margin-top: 15px;
	margin-bottom: 12px;
	margin-right: 18px;
	vertical-align: middle;
	line-height: 29px;
}
#td-rapidmenu ul li:last-child {
	margin-right: 0;
}
#td-rapidmenu ul li a {
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#td-rapidmenu ul li:first-child a {
	padding-top: 3px;
}
#td-rapidmenu ul li:nth-child(2) a {
	padding-top: 7px;
}
#td-rapidmenu ul li:last-child a {
	padding-top: 3px;
}
#td-rapidmenu ul li img {
	vertical-align: middle;
}
.header-search-wrap .td-icon-search {
	padding: 0;
	height: auto;
	width: auto;
	margin: 0;
}
.header-search {
	float: left;
}
/* sous menu */

#main-submenu {
	position: absolute;
	z-index: 99;
	top: 44px;
	left: -190px;
	width: 814px;
	padding: 23px 30px;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0px 3px 3px 0px #939393;
}
#main-submenu .sousmenu_bloc {
	line-height: 10px;
}
#main-submenu #submenu-rightcol li a span {
	display: none;
}
#main-submenu .sousmenu_bloc span.bloc_title {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	color: #828293;
}
#main-submenu .sousmenu_bloc span.bloc_title > img {
	position: absolute;
	top: -7px;
	margin-left: 5px;
}
#main-submenu .sousmenu_bloc span {
	font-size: 12px;
	display: block;
}
#main-submenu .sousmenu_bloc ul {
	display: block;
}
#main-submenu .sousmenu_bloc ul li {
	margin-bottom: 10px;
	height: 20px;
	list-style: none;
}
#main-submenu .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;
}
#main-submenu .sousmenu_bloc ul li a:hover {
	font-weight: bold;
}
#main-submenu .sousmenu_bloc ul li a > img {
	float: left;
	margin-right: 10px;
}
/* HEADER AREA */

#menu-menu-top-sur-fond-noir {
	float: left;
}
#menu-menu-top-sur-fond-noir li a {
	margin: 0;
}
#menu-menu-top-sur-fond-noir li a span {} #menu-menu-top-sur-fond-noir .menu-item i._mi {
											  margin-top: 0;
											  font-size: 2.2em;
											  color: #9a9a9a;
											  color: #fff;
										  }
#toggle-account i {
	float: right;
	line-height: 29px;
	margin-left: 10px;
}
.td-header-sp-top-menu .td_ul_loggedin {
	padding-left: 10px;
}
.td-header-sp-top-menu .td_ul_loggedin li {
	width: 100%;
}
.td-header-sp-top-menu .td_ul_loggedin li a {
	color: #000;
	text-transform: none;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
}
.td_ul_loggedin .menu-item img {
	position: static;
	display: inline-block;
	margin-right: 5px;
}
.top-header-menu {
	position: relative;
}
#account-submenu {
	display: none;
	position: absolute;
	top: 0;
	/* height:0;*/

	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.50);
	border-radius: 3px;
	padding-bottom: 0px;
	font-family: 'Noto Sans', sans-serif;
}
.open #account-submenu {
	display: block;
	top: 36px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 210px;
	text-align: left;
}
#account-submenu p:first-child {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	font-weight: bold;
}
#account-submenu p small {
	font-size: 11px;
}
.td-main-menu-logo img {
	max-height: inherit;
	padding: 0px;
	margin: 0px;
	height: 59px;
	vertical-align: middle;
	margin-top: 0px;
}
.td-header-style-9 .td-header-sp-top-menu {
	width: 100%;
	padding-bottom: 1px;
	margin: 4px 0px;
}
.td-header-sp-top-menu .top-header-menu {
	float: right;
	display: block;
	margin-right: 0;
	text-align: right;
}
.td_ul_login a {
	text-transform: none;
	display: block;
	padding: 0px 15px;
	margin: 0;
}
.top-header-menu .item-signin {} .top-header-menu .item-signin a {
									 color: #808080 !important;
								 }
.top-header-menu .item-signup {} .top-header-menu .item-signup a {
									 color: #fff !important;
									 background: #808080;
									 -webkit-border-radius: 3px;
									 border-radius: 3px;
								 }
#currentnbconnected {
	float: right;
	padding: 0px 12px;
	margin: 5px 0;
	border-right: 1px solid #474747;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	color: #CBCBCB;
	letter-spacing: 0.6px;
	line-height: 17px;
}
#currentnbconnected a {
	color: #cbcbcb;
}
.td-header-sp-top-menu .menu-top-container {
	width: 50%;
	float: left;
}
#td-top-search {
	position: static;
	margin: 0 !important;
}
#btn_share_decouverte {
	float: right;
}
#btn_share_decouverte a {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 0 10px;
	color: #fff !important;
	text-transform: none !important;
	font-weight: 400;
	font-size: 13px;
}
.td-blog-index .td-page-header {
	margin: 0;
	padding: 0;
}
#submenu-leftcol,
#submenu-lcentercol,
#submenu-rcentercol,
#submenu-rightcol {} #main-submenu #submenu-rightcol {
						 /*width: 185px;*/
					 }
#main-submenu .bloc_title {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	font-weight: 600;
	line-height: 32px;
	color: #828282;
}
#submenu-rightcol .bloc_title img {
	display: inline-block;
	top: -3px;
	position: relative;
}
#submenu-lcentercol ul li a i {
	color: #A2A2A2;
}
#submenu-rcentercol ul li a i {
	color: #A2A2A2;
}
#main-submenu ul {
	list-style-type: none;
	font-size: 13px;
}
#main-submenu ul a {
	color: #000;
	font-size: 12px;
	font-family: "Noto Sans", sans-serif;
}
.single_template_6 .td-header-sp-ads {
	display: none;
}
.td-header-style-9 {
	background-color: transparent !important;
	font-family: 'Noto Sans', sans-serif;
}
#main-submenu ul a:first-letter {
	text-transform: capitalize;
	color: green;
}
.menu-item img._before {
	margin-right: 12px;
}
#menu-menu-les-plus-apprecies img._before {
	width: 20px;
}
#menu-le-meilleur-du-site img._before {
	width: 20px;
}
#main-submenu ul li {
	line-height: 30px;
}
.item-details iframe {
	width: 740px;
	height: 416px;
}
.td-ss-main-sidebar {
	padding-top: 1px;
}
.affix {
	position: fixed;
}
.uppercase {
	text-transform: uppercase;
}
li.theChampSelectedTab {
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	font-family: "Noto Sans", sans-serif !important;
	font-weight: 600;
}
#commentform {
	display: none !important;
}
.soosmile-ranking-btn {
	cursor: pointer;
	display: inline;
}
.soosmile-ranking-value {
	font-family: 'Noto Sans', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #8c8c8c;
	margin-top: 10px;
}
.soosmile-home-loop-ranking > span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	color: #8C8C8C;
	line-height: 23px;
	margin-left: 5px;
}
.soosmile-home-loop-ranking {
	margin-top: 10px;
}
.soosmile-item-header .entry-title {
	text-align: center;
	font-size: 34px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding: 0px !important;
}
.soosmile-post-content {
	padding-top: 0px !important;
}
.soosmile-post-content img {
	margin-bottom: 0px !important;
}
.soosmile-post-content .soosmile-alaune {
	text-align: center;
}
.soosmile-post-content .soosmile-alaune img {
	display: inline;
	width: auto;
}
.soosmile-home-loop-footer hr {
	margin-top: 10px;
}
.soosmile-post-content .soosmile-home-loop-footer hr {
	margin-bottom: 0px;
}
.voir_reste_photo {
	height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #000;
	color: #fff;
	width: 100%;
}
.soosmile-loop-thumb {
	text-align: center;
	display: block;
}
.soosmile-loop-thumb img[class*="wp-post-image"] {
	min-height: 10px !important;
	width: auto !important;
	display: inline;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.soowhy-ranking-btn,
.soowhy-ranking-btn-hover {
	margin-top: 10px;
	display: inline-block;
}
.soowhy-home-loop-ranking {
	float: left;
	height: 50px;
}
.soowhy-home-loop-social {
	float: right;
	margin-top: 10px;
}
.soowhy-item-title,
.soowhy-item-header {
	display: none;
}
.soowhy-ranking-btn {
	background: #F8F8F8;
	background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(223, 223, 223, 0.50) 100%);
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	width: 230px;
	height: 40px;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	color: #5A5A5A;
	line-height: 35px;
	cursor: pointer;
}
.soowhy-ranking-btn-hover {
	background: #929292;
	border: 1px solid #6B6B6B;
	box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.50);
	border-radius: 3px;
	display: inline-block;
	width: 230px;
	height: 40px;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 35px;
}
.soowhy-ranking-btn span,
.soowhy-ranking-btn-hover span {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	line-height: 32px;
	vertical-align: bottom;
}
.soowhy-ranking-btn span {
	color: #5A5A5A;
}
.soowhy-ranking-btn-hover span {
	color: #FFFFFF;
}