.section_annuaire {
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	margin-left:-20px;
}
.section_annuaire h1,
.section_annuaire h2,
.section_annuaire h3,
.section_annuaire h4,
.section_annuaire h5 {
	color:#000;
}
.section_annuaire h1 {
	font-weight:500;
	font-size:28px;
	text-align:center;
	margin-bottom:32px;
}

.liste_annuaire {
	width:800px;
	margin:auto;
	position:relative;
}
.section_annuaire button,
.section_annuaire input,
.section_annuaire select,
.section_annuaire textarea {
  vertical-align: baseline; /* 4 */
  *vertical-align: middle; /* 4 */
  max-width: 100%; /* 5 */
  -ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}
.rech_input {
	width:80%;
	border:1px solid #B1B1B1;
	background:#F0F0F0;
	padding:0px 2%;
	height:38px;
	font-size:15px;
}
#motcle_auto_complete {
	background:#FFF;
	z-index:200;
}
.contenu [type="submit"].rech_sub {
	position:absolute;
	right:0px;
	width:16%;
	padding:0px;
	text-align:center;
	border-radius:0px 3px 3px 0px;
	height:40px;
	margin:0px 0px 0px -2px;
	box-shadow:none;
}
.contenu .rech_submit .rech_sub[type="submit"] {
		border-radius:4px;
	}
.box_rech_bt {
	padding:13px 0px;
	font-size:15px;
	border-bottom:1px solid #E7E7E7;
	position:relative;
}

.contenu [type="submit"].rech_bt {
	background:#FFF;
	box-shadow:none;
	border:1px solid #ccc;
	color:#666;
	font-weight:400;
	margin:0px 13px 0px 0px;
}
.contenu [type="submit"].rech_bt:hover,
.contenu .bt_mot:hover,
.box_filtres div:hover {
	background-color:#FFF;
	border-color:#666;
	color:#000;
}
.box_filtres div:hover {
	border-color: #F33;
}
.contenu [type="submit"].rech_bt.active {
	background-color:#F8A345;
	border-color:#F8A345;
	color:#FFF;
	font-size:500;
}
.rech_plus {
	float:right;
	margin-top:20px;
}
.contenu .bt_mot {
	color:#818181;
	text-decoration:underline;
	font-weight:400;
	cursor:pointer;
	margin:10px 13px;
}
#bt_moins {
	display:none;
	margin-right:0px;
}
.tri {
	margin-top:15px;
	float:left;
}
.tri select {
	background-color: #FFF;
	border:1px solid #ccc;
	padding:5px 15px;
	border-radius:2px;
}
.liste_annuaire #results {
	margin-top:35px;
}
.box_filtres {
	margin-top:13px;
}
.box_filtres div {
	display:inline-block;
	margin-top:13px;
	border:1px solid #C5C5C5;
	color:#666;
	font-size:12px;
	padding:5px 24px 5px 10px;
	margin:10px 8px 0px 0px;
	background:url('../images/sup.png') no-repeat right center;
	border-radius:3px;
}
.nbr_result {
	font-weight:600;
	margin-left:22px;
}
.vignette {
	width:370px;
	min-height:128px;
	margin:0px 0px 15px 50px;
	position:relative;
	background:#F0F0F0;
	border:1px solid #F0F0F0;
	cursor:pointer;
}
.vignette.active {
	border:1px solid #a62f73;
}
.vignette:hover {
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
}
.mini_profil {
	width:324px;
	padding:13px;
	position:absolute;
	right:-385px;
	top:0px;
	background:#F0F0F0;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	}
.photo_annuaire {
	display:block;
	border-radius:50%;
	height: 130px;
    width: 130px;
	/* border:3px solid #FFF; */
	background-size:102% 102%;
	background-position:center;
	background-repeat:no-repeat;
}
.st_dcd {
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/dcd.png') no-repeat center;
	width: 24px;
	height: 24px;
	margin: 3px 2px 0px 0px;
	position: relative;
}
.st_dcd span:before {
	display:block;
	position:absolute;
	content:"Décédé";
	background-color:#FFF;
	border:1px solid #ccc;
	color:#000;
	visibility:hidden;
	text-indent:0px;
	padding:7px 10px;
	margin-top:23px;
	border-radius:2px;
	font-size:11px;
}
.st_dcd span:hover:before {
	visibility:visible;
}
.v_photo {
	position:absolute;
	left:-50px;
	top:14px;
	width:98px;
	height:98px;
	/* border:2px solid #FFF; */
}
.fiche_profil .v_action {
	position:relative;
	margin:20px 0px 0px 0px;
}
.vignette .v_action {
	position:absolute;
	right:7px;
	top:5px;
}
.v_action a {
	display:inline-block;
	text-indent:-9999px;
	background:url('../images/st_fiche.png') no-repeat center;
	width:24px;
	height:24px;
	margin:3px 2px 0px 0px;
	position:relative;
}
.fiche_profil .v_action a {
	width:37px;
	height:37px;
}
.v_action a:hover {
	background-color:#ccc;
	border-radius:3px;
}
.v_action a:before {
	display:block;
	position:absolute;
	content:"Parcours, études, groupes";
	background-color:#FFF;
	border:1px solid #ccc;
	color:#000;
	visibility:hidden;
	text-indent:0px;
	padding:7px 10px;
	margin-top:23px;
	border-radius:2px;
	font-size:11px;
	z-index:50;
}
.fiche_profil .v_action a:before {
	margin-top:36px;
}
.v_action a.st_favoris:before {
	content:"Ajouter à mes contacts";
}
.v_action a.st_favoris.fav:before {
	content:"Retirer de mes contacts";
}
.v_action a.st_trad:before {
	content:"Accès à Gorgmail";
}
.v_action a.st_logo:before {
	content:"Membre de la Soce";
}
.v_action a.st_dcd:before {
	content:"Décédé";
}
.v_action a:hover:before {
	visibility:visible;
}
.v_action a.st_favoris.fav {
	background-image:url('../images/st_favoris2.png');
}
.v_action a.st_dcd {
	background-image:url('../images/dcd.png');
}
.v_action a.st_trad {
	background-image:url('../images/st_trad.png');
}
.v_action a.st_logo {
	background-image:url('../images/st_logo.png');
}
.fiche_profil .v_action a.st_trad {
	background-image:url('../images/st_trad2.png');
}
.fiche_profil .v_action a.st_logo {
	background-image:url('../images/st_logo2.png');
}
.fiche_profil .v_action a.st_dcd {
	background-image:url('../images/dcd.png');
}
.v_action a.st_favoris {
	background-image:url('../images/st_favoris.png');
}
.v_infos {
	padding:13px 20px 13px 63px;
	overflow:hidden;
}
h3.v_nom {
	color:#a62f73;
	font-weight:500;
	margin:0px;
	padding:0px 73px 3px 0px;
}
h3.v_responsable {
	border-bottom: 1px dotted #000;
}

.v_nom span {
	text-transform:uppercase;
}
.v_mini_photo {
	display:table-cell;
	vertical-align:middle;
	margin:13px;
	padding:0px 15px 15px 0px;
}

.v_mini_infos {
	display:table-cell;
	vertical-align:middle;
	width:162px;
}
.v_mini_infos h3.v_nom {
	color:#000;
	font-weight:600;
	font-size:21px;
	padding:0px 0px 6px 0px;
}
.v_fonction {
	font-weight:600;
	padding-bottom:2px;
}
.v_famille {
	padding-bottom:8px;
}
.miseajour {
	font-size:10px;
	color:#999;
}
.vignette .miseajour {
	position:absolute;
	right:5px;
	bottom:5px;
}
.contenu .lienS {
	color:#000;
	text-decoration:underline;
	display:block;
}
.contenu .plus_result {
	margin-left:113px;
}
.contenu .plus_result a.submit {
	background-image:url('../images/plus_result.png');
	background-position:8px center;
	background-repeat:no-repeat;
	padding-left:35px;
	margin:0px 0px 15px 0px;
}
.mini_profil .vst {
	margin:1px 20px;
}

.vst {
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 0px 2px 27px;
}
.st_adresse {
	background-image:url('../images/st_map.png');
}
.st_smart {
	background-image:url('../images/st_smart.png');
}
.st_tel {
	background-image:url('../images/st_tel.png');
}
.st_fax {
	background-image:url('../images/st_fax.png');
}
.st_mail {
	background-image:url('../images/st_adresse.png');
}
.st_logo {
	background-image:url('../images/st_logo.png');
}
.st_trad {
	background-image:url('../images/st_trad.png');
}
.bt_fiche {
	margin:-13px;
}
.bt_fiche a {
	display:block;
	border-top:1px solid #ccc;
	background:url('../images/st_fiche.png') no-repeat 32px center;
	padding:8px 0px 8px 60px;
	color:#000;
}
.bt_fiche a:hover {
	background-color:#a62f73;
	color:#FFF;
}
.rs_viadeo {
	background-image:url('../images/reseaux_sociaux/viadeo.png');
}
.rs_twitter {
	background-image:url('../images/reseaux_sociaux/twitter.png');
}
.rs_linkedin {
	background-image:url('../images/reseaux_sociaux/linkedin.png');
}
.rs_twitter {
	background-image:url('../images/reseaux_sociaux/twitter.png');
}
.rs_skype {
	background-image:url('../images/reseaux_sociaux/skype.png');
}
.rs_gtalk {
	background-image:url('../images/reseaux_sociaux/gtalk.png');
}
.rs_facebook {
	background-image:url('../images/reseaux_sociaux/facebook.png');
}
.rs_500px {
	background-image:url('../images/reseaux_sociaux/500px.png');
}
.rs_blogger {
	background-image:url('../images/reseaux_sociaux/blogger.png');
}
.rs_deviantart {
	background-image:url('../images/reseaux_sociaux/deviantart.png');
}
.rs_flattr {
	background-image:url('../images/reseaux_sociaux/flattr.png');
}
.rs_flickr {
	background-image:url('../images/reseaux_sociaux/flickr.png');
}
.rs_icq {
	background-image:url('../images/reseaux_sociaux/icq.png');
}
.rs_github {
	background-image:url('../images/reseaux_sociaux/github.png');
}
.rs_google-plus {
	background-image:url('../images/reseaux_sociaux/google-plus.png');
}
.rs_instagram {
	background-image:url('../images/reseaux_sociaux/instagram.png');
}
.rs_periscope {
	background-image:url('../images/reseaux_sociaux/periscope.png');
}
.rs_pinterest {
	background-image:url('../images/reseaux_sociaux/pinterest.png');
}
.rs_pocket {
	background-image:url('../images/reseaux_sociaux/pocket.png');
}
.rs_quora {
	background-image:url('../images/reseaux_sociaux/quora.png');
}
.rs_reddit {
	background-image:url('../images/reseaux_sociaux/reddit.png');
}
.rs_slideshare {
	background-image:url('../images/reseaux_sociaux/slideshare.png');
}
.rs_snapchat {
	background-image:url('../images/reseaux_sociaux/snapchat.png');
}
.rs_soundcloud {
	background-image:url('../images/reseaux_sociaux/soundcloud.png');
}
.rs_stackoverflow {
	background-image:url('../images/reseaux_sociaux/stackoverflow.png');
}
.rs_steam {
	background-image:url('../images/reseaux_sociaux/steam.png');
}
.rs_telegram {
	background-image:url('../images/reseaux_sociaux/telegram.png');
}
.rs_tumblr {
	background-image:url('../images/reseaux_sociaux/tumblr.png');
}
.rs_twitch {
	background-image:url('../images/reseaux_sociaux/twitch.png');
}
.rs_viber {
	background-image:url('../images/reseaux_sociaux/viber.png');
}
.rs_whatsapp {
	background-image:url('../images/reseaux_sociaux/whatsapp.png');
}
.rs_youtube {
	background-image:url('../images/reseaux_sociaux/youtube.png');
}
.rs_pageweb {
	background-image:url('../images/reseaux_sociaux/pageweb.png');
}

.section_annuaire .box_moteur {
	width:100%;
	display:table;
    border-bottom: 0px;
	padding:10px 0px;
	margin:0px;
}
.tex_promo {
	position:absolute;
	margin-top:-20px;
}
.mot_lab {
	display:table-cell;
	vertical-align:top;
	width:15%;
}
.mot_lab label {
	text-transform:uppercase;
	font-size:17px;
	width:126px;
	padding-top:5px;
}
.mot_champs {
	display:table-cell;
	vertical-align:top;
	width:85%;
}

.mot_champs .ortho_exact {
    display: block;
    position: absolute;
    right:auto;
	left:-3px;
    top: -15px;
}

/* FICHE ANNUAIRE */
.fiche_annuaire {
	background:#f8f8f8;
	padding:18px;
}
.bandeau1 {
	position:relative;
}
.fiche_annuaire .col1 {
	float:left;
	width:30%;
	margin-top:30px;
}
.fiche_annuaire .col2 {
	float:right;
	width:68%;
	margin-top:30px;
}
.fiche_annuaire h1.v_nom {
	text-align:left;
	margin:0px;
	padding-top:35px;
	font-size:36px;
	font-weight:500;
	width:85%;
}
.nomNaissance {
	font-size:0.8em;
}
.fiche_annuaire .famille {
	padding-top:5px;
	font-size:16px;
	font-weight:500;
}
.fiche_profil .v_rs {
	padding-bottom:10px;
}
.fiche_profil .famille .item {
	padding:3px 0px;
}
.fiche_profil h3 {
	font-size:16px;
	margin-bottom:2px;
	padding-left:27px;
}
.ajout_contact {
	display:block;
	margin-top:15px;
	color:#000;
	background:url('../images/st_favoris.png') no-repeat left center;
	padding:5px 0px 5px 27px;
}
.ajout_contact.fav {
	background:url('../images/st_favoris2.png') no-repeat left center;
}
.ajout_contact:hover {
	color:#A62F73;
}
.fiche_profil .miseajour {
    color: #666;
	padding-left:27px;
}
.f_photo {
	float:left;
	margin-right:18px;
}
.actions_profil,
.actions_profil2 {
	position:absolute;
	right:0px;
	top:-10px;
	z-index: 100;
	text-align:right;
}
.actions_profil2 {
	top:auto;
	bottom:0px;
}
#moncontact {
	display:inline-block;
}
.actions_profil .submit {
	margin:5px 8px;
	padding:3px 10px;
}
.col1 h2,
.col2 h2.titreCol {
    font-size: 18px;
    padding:0px;
	margin:5px 0px 13px 0px;
}
.col1 h2,
.col2 h2.titreCol {
	text-transform:uppercase;
	text-align:center;
	border:0px;
	font-weight:700;
}
.col2 h2.titreCol {
	margin-bottom: 10px;
}
.f_adresse {
	position:relative;
}
.f_adresse .miseajour {
	margin-left:27px;
}
.f_adresse h3 {
	padding:0px;
	margin:23px 0px 7px 27px;
	font-weight:500;
}
.col1 ul {
	margin:10px 0px;
	padding:0px;
}
.col1 ul li {
	list-style-type:none;
	margin:5px 0px;
	padding:2px 2px 0px 27px;
	background:url('../images/fleche.png') no-repeat 3px 5px;
	color:#000;
}
.fiche_annuaire .retour {
	border-top:0px solid #ccc;
	margin:0px 0px;
}
.retour {
	border-top:1px solid #ccc;
	text-align:center;
	margin:25px 0px;
	padding:20px;
}
.retour a {
	display:inline-block;
	border:1px solid #999;
	background:#F0F0F0 url('../images/retour.png') no-repeat 10px 10px;
	text-align:center;
	padding:8px 20px 8px 30px;
	border-radius:3px;
	color:#000;
}
.retour a:hover {
	border:1px solid #A62F73;
	background-color:#A62F73;
	color:#FFF;
	transition:0.2s;
}
.ligne_date {
	display:table-cell;
	vertical-align:top;
	background:url('../images/ligneV.png') repeat-y 80px top;
	width:100px;
	}
.ligne_date_amm {
	background:none;
}
.ligne_text {
	display:table-cell;
	vertical-align:top;
	padding:0px 0px 30px 15px;
	width:550px;
	}
.text_date {
	background-repeat:no-repeat;
	background-position:right -2px;
	padding:7px 36px 11px 0px;
	font-size:12px;
	min-height: 13px;
	color:#666;
	width:62px;
	overflow:hidden;
}
.text_date.d_job {
	background-image:url('../images/date_job.png');
}
.ligne_date span {
	display:block;
	min-height:20px;
}
.text_date.d_etude {
	background-image:url('../images/date_etude.png');
}
.text_date.d_medaille {
	background-image:url('../images/date_medaille.png');
}
.text_date.d_amm {
	background-image:url('../images/date_amm.png');
}

.ligne_text h2 {
	border:0px;
	padding:0px;
	margin:4px 0px 8px 0px;
	font-size:17px;
	font-weight:600;
}
.ligne_desc {
	font-size:14px;
	margin:6px 0px;
}
.v_entreprise {
	text-transform:uppercase;
	font-size:13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom:2px;
}
.ligne_fiche .v_entreprise {
	font-size:15px;
}
.fiche_description {
	font-size:15px;
	margin-bottom:25px;
}
.blocB {
	background-color:#FFF;
	border:1px solid #DCDCDC;
	box-shadow:0px 0px 0px 1px rgb(212, 212, 213);
	margin-bottom:18px;
	padding:18px 15px;
}
.phrase_annuaire {
	text-align:center;
	padding-bottom:3px;
}
.ancienne_interface {
	position: absolute;
	right: 160px;
	top: 13px;
}
.ancienne_interface a {
	color: #666666;
	font-size: 11px;
}
.txt_ancienne_interface  {
	color: #666666;
	font-size: 11px;
	margin-bottom:6px;
}
.ancienne_interface a:hover {
	color: #666666;
	font-size: 11px;
	text-decoration:underline;
}

