
/************************
 * Blogsearch
 * *********************/
#websearchoptions {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
}
* html #websearchoptions {
    height: 1%;
}
#websearchoptions ul {
    padding: 0.5em 0;
    background: none;
    margin-bottom: 0;
    color: #0262dd;
}
#websearchoptions li {
    display: inline;
}
#websearchoptions li a {
    padding: 0 1em;
}
#websearchoptions li:first-child a {
    padding-left: 0.5em;
}
#websearchoptions li a.active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#websearchoptions input.bouton {
    width: 50px;
    height: 33px;
    background-position: center center;
    padding: 0;
}
#websearchoptions small {
    float: right;
    color: #999999;
    display: block;
    /*padding: 2px 62px 0 0;*/
    text-align: right;
    padding: 11px 322px 0 0;
}
#searchbox {
    height: 28px;
    width: 550px;
    padding: 1px 5px;
    font-size: 125%;
    border-color: #b9b9b9;
}

/* petits onglets type de recherche LA ZAPETTE */
.content_switch_container {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}
#websearchoptions .content_switch {
  padding: 0;
}
.content_switch {
    line-height: 1.5em;
    float: left;
}
#websearchoptions .content_switch li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
#websearchoptions .content_switch li a {
    padding: 10px 10px 15px 10px;
}
#websearchoptions .content_switch li.active a {
    color: #000000;
    display: block;
    font-weight: bold;
}
.content_switch li.active:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  padding: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #c9c9c9 transparent;
  position: absolute;
  bottom: 0;
  left: 40%;
}

#radiobtns {
    margin: 0.5em 0;
}
#radiobtns label {
    margin-right: 1.5em;
}


#criterion {
    padding: 2.1em 0 0.5em;
    margin-bottom: 0.5em;
}
#criterion h3 {
    margin-bottom: 6px;
}
#criterion h4, 
#selected-crit h4 {
    margin: 0.7em 0 0.5em 0;
}
#criterion ul,
#selected-crit ul {
    margin-bottom: 0.5em;
}
#selected-crit ul {
    padding: 0.2em;
    border: 1px solid #efba00;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
#criterion input.txt, #criterion select, /* input TEXT ! */
#selected-crit input.txt, #selected-crit select {
    background: #fff;
    border: 1px solid #b9b9b9;
    padding: 0.1em;
    margin-right: 0.2em;
}

#selected-crit {
    background: #fff7ce;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #efba00;
    padding: 0 1em 0.5em;
    margin-bottom: 0.5em;
}
#selected-crit li {
    margin: 0.5em;
}
.sub-selected-crit li {
    padding-left: 5px;
    position: relative
}
.sub-selected-crit li h4 {
    display: inline;
}
.sub-selected-crit li a.suppr {
    display: block;
    position: absolute;
    right: 5px;
    top: 0; 
    background: url(../img/icons/cancel.png) no-repeat top left;
    width: 16px;
    height: 16px;
}
.sub-selected-crit li span {
    display: none;
}

.subcriterion .tagcloud {
    margin-bottom: 0.5em;
    font-size: 0.75em;
}
.subcriterion .tagcloud li {
    margin-bottom: 0.5em;
    display: inline;
}
.subcriterion .tagcloud li a {
    text-decoration: none;
}
.subcriterion .tagcloud li a:hover {
    text-decoration: underline;
}
.subcriterion {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.subcriterion li {
    margin: 0 0.3em 0.3em 0;
}
.subcriterion ul.zapette-liste {
    margin: auto;
    margin-top: 6px;
    padding-right: 10px;
}
.subcriterion ul.zapette-liste li {
    display: inline;
    padding: 0.2em 0 0.2em;

}
.subcriterion ul.zapette-liste li a {
    background-position: center left;
}
.subcriterion h4 {
    /*float: left;*/
    font-size: 1.2em;
    display: block;
    margin: 0!important;
}


*:first-child+html .subcriterion ul {
    width: 200px;
}
/* La suggestion de recherche avec une autre orthographe */
.suggestion_line {
  color: #666;
  font-style: italic;
  padding-bottom: 1em;
}

/* Le style des résultats */
.search-result .list_intros {
    margin-top: 0;
}
.search-result .list_intros>li {
/*    font-size: 102%;*/
    clear: both;
    margin-bottom: 20px;
}
.search-result .list_intros .search-img-left {
    padding-left: 85px;
}
#wrap .search-result .list_intros h4 {
    font-weight: normal;
/*    margin-bottom: 0.2em;*/
}
/* On inverse pour faire comme Google */
.search-result h4 a {
    text-decoration: underline;
}
.search-result h4 a:hover {
    text-decoration: none;
}
.search-result p.search-desc {
    color: #093;
    margin-bottom: 1px;
}
.search-result .search-pic {
    margin: 2px 10px 20px -85px;
    float: left;
    display: block;
    width: 75px;
    height: 42px;
    background: transparent no-repeat scroll center center;
    background-size: cover;
}

.search-result .simple>li {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 5px 1px 0;
    position: relative;
    overflow: hidden;
    background: transparent no-repeat scroll center center;
    background-size: cover;
}

.search-result .simple>li>a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.search-result .simple p.search-desc {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 133px;
    padding: 10px;
    text-align: center;
    z-index: 2;
    color: #FFF;
    background-color: rgb(0, 0, 0);  /* pour les navigateurs qui ne supportent pas CSS3 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)";
    background-color: rgba(0, 0, 0, 0.9);
    background-color: transparent\9; /* FIX-ie7 et 8 */
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.search-result .simple>li:hover p.search-desc {
    opacity: 1;
}

#search-articles div.search-desc p {
    line-height: 1.3em;
    max-height: 3.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}

/* Videos */
#search-videos .simple>li {
    height: 115px;
    width: 201px;
}

#search-videos .simple p.search-desc {
    width: 180px;
    z-index: 9999;
}
#search-videos .simple a.video_play:hover {
}


/* Sons */
table#result_sons {
  border-width:1px 0 1px 1px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  text-align:left;
  width:100%;
  border:none;
}

#result_sons tbody {
  display:block;
  border:none;
}

#result_sons tbody tr {
  position:relative;
  display:block;
}

#result_sons td {
  border-right:1px solid #dedede;
  margin:0;
  padding:2px 3px;
  overflow:hidden;
  display:block;
  min-height:50px;
  border:none;
}

#result_sons tr:nth-child(2n) td {
  background-color:#f7f7f7;
}

#result_sons a.play {
  background-position:right center;
  font-size:1.2em;
  font-weight:bold;
  text-decoration:none;
  padding-bottom:.3em;
  display:block;
  margin-right:.3em;
}

#result_sons a.play:hover {
  text-decoration:underline;
}

#result_sons img.cover {
  float:left;
  margin-right:1em;
  height:50px;
  width:50px;
}

#result_sons span.artist {
  display:block;
  width:510px;
}

#result_sons p.note {
  position:absolute;
  right:10px;
  top:28px;
}

/* Profils */
#search-profil .simple, #search-people .simple {
    margin-top: 1em;
}

#search-profil .simple>li, #search-people .simple>li {
    display: inline-block;
    width: 100px;
    height: 135px;
    overflow: visible;
    text-align: center;
    margin-right: 0;
    vertical-align: top;
}

#search-profil .simple>li span.search-avatar, #search-people .simple>li span.search-avatar {
    display: table-cell;
    width: 102px;
    height: 105px;
    vertical-align: bottom;
}

#search-profil .simple>li span.search-pseudo, #search-people .simple>li span.search-pseudo {
    display: block;
    height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#search-profil .simple>li span.search-pseudo span, #search-people .simple>li span.search-pseudo span {
    height: 1.2em;
    overflow: hidden;
}

/********************************
 * Recherche profils
 * ******************************/
#form_search_profil, #peoplesearchform {
    margin-top: 1.4em;
}

#form_search_profil h3, #peoplesearchform h3 {
    margin-bottom: 0.5em;
    background: none;
    color: #333;
}
#detailed_search h4 {
    margin-bottom: 0.5em;
    background-position: 0 50%; /* pour corriger les incohérences de add/remove-item*/
}

/*#results {
    margin-top: 0.5em;
}
#results .mini-profil {
    float: left;
    margin: 0 15px 0.5em 5px;
}*/

#recherche_p_small #detailed_search {
    padding-left: 0;
}
#recherche_p_small {
    line-height: 1.8em;
}
#column_right #detailed_search {
    background: none;
}
#detailed_search select {
    width: 45%;
    margin: 0 5% 20px 0;
    float: left;
}
#detailed_search select.normal {
    width: 100%;
    margin: 0;
}
/*#results .mini-profil {
    width: 130px;
}*/
input#ville {
    width: 70% !important;
}
#column_right #recherche_p_small {
    border: none;
    padding-left: 10px;
}
#column_right #recherche_p_small h3 {
    padding-bottom: 10px;
}
#column_right #recherche_p_small ul li {
    display: inline;
}

#detailed_search legend {
    font-size: 1.2em;
    margin-bottom: 1em;
}
ul.searchform-detail {
    margin-left: 23%;
    margin-bottom: 20px;
    text-align: left;
    clear: both;
}
ul.searchform-detail li {
    display: inline;
    margin-right: 20px;
}
#recherche_p_small label,
.searchform-detail label {
    margin-left: 0.5em;
}

#recherche_p_small .gender label {
    margin-left: 0;
}

#recherche_p_small #detailed_search label {
    margin-left: 0.1em;
}

#recherche_p_small label {
    margin-right: 0.5em;
}
#form_search_profil dt, #detailed_search dt {
    clear: left;
    display: block;
    margin-right: 3%;
    text-align: right;
}
#column_left #detailed_search p {
    margin-bottom: 1em;
    text-align: right;
}
#column_right #detailed_search {
    margin-top: 1em;
}

#form_search_profil dd, #detailed_search dd {
    width: 61%;
    padding-bottom: 20px;
}
#form_search_profil dt.hide {
    display: none;
}
#form_search_profil .label-disance-enabled label{
    margin-right: 15px;
    padding-left: 4px;
}
#form_search_profil dt, #detailed_search dt {
    width: 20%;
    padding-bottom: 10px;
}
#form_search_profil dt, #form_search_profil dd, #detailed_search dt, #detailed_search dd {
    float: left;
    vertical-align: middle;
}
#form_search_profil dd label, #detailed_search dd label {
    margin-right: 15px;
}
#detailed_search h2 span {
    color: #2C88D6;
    font-weight: bold;
}

#detailed_search p select, #detailed_search p input.txt, #recherche_p_small p input.txt, #recherche_p_small select {
    float: none;
    width: 90% /*30%;*/;
    margin-bottom: 5px;
    margin-top: 5px;

}
#detailed_search li {
    display: inline;
    margin-bottom: 20px;
    vertical-align: middle;
}

#recherche_p_small #detailed_search h4 {
    margin-top: 2em;
}

#recherche_p_small #detailed_search select {
    margin-right: 0;
}

#peoplesearchform #searchbox_container {
    float: right;
}
#peoplesearchform #searchbox {
  height: 21px;
  width: 427px;
  margin-right: 5px;
}
#peoplesearchform input.bouton {
    width: 32px;
    height: 25px;
    background-position: center center;
    padding: 0;
    margin: 0; 
}

#detailed_search legend {
    cursor: pointer;
}

/* recherche pseudo intégrée à la recherche profil */
#peoplesearchform {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
#peoplesearchform:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
    position: absolute;
    bottom: -5px;
    left: 0;
}


/* Fixes pour le mn card */
.search-result .mn-card-wrapper {
    display: inline;
}

/* IMMONDE */
.search-result .list_intros li,
.search-result .search-desc,
.search-result .search-desc li {
    overflow: visible;
}

.search-result .mm-card-friend-link ul {
    padding-top: 0;
}

.search-result .mm-card-friend-link li {
    margin-top: -2px !important;
}

.search-result .mn-card-related-friends li {
    margin-top: 0 !important;
}
/**********************************
 * Bloc home accueil 
 * ********************************/
#search-home h3, #search-home h3 a {
    font-weight: bold;
    font-size: 1.1em;
    background-image: none;
}
#search-home, #search-home ul {
    padding: 10px 10px;
}
#search-home p {
    padding: 0 10px;
}
#search-home li {
   overflow: hidden;
   clear: left;
   margin-bottom: 10px;
}
#search-home li img {
    Float: left;
    margin: 0 0 10px 5px;
}
#search-home a {
    text-decoration: none;
}
#search-home a.active {
    color: #000;
}
#search-home img, #search-home img a {
    border: none;
}

#search-articles .gsc-result {
    margin-bottom: 20px;
}

#search-articles .gsc-cursor-box, #search-photos .gsc-cursor-box {
    margin: 1em 0;
    text-align: center;
}

#search-articles .gsc-cursor-page, #search-photos .gsc-cursor-page {
    background-color: transparent;
    color: #2C88D6;
    font-weight: bold;
}

#search-articles .gsc-cursor-page:hover, #search-photos .gsc-cursor-page:hover {
    text-decoration: underline;
    color: #000;
}

#search-articles .gsc-cursor-current-page, #search-photos .gsc-cursor-current-page {
    color: #000;
    font-size: 1.4em;
}
