/* new styling */
.results {
}

.member {
    position: relative;
    margin: 20px 5px;
    padding: 20px;
    /* border-top: 1px dotted; */
    background-image: linear-gradient(to right, black 23%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.member:last-child {
    background: none;
}

/* .member * { */
/*     font-size: 16px; */
/* } */

.member__line {
    position: absolute;
    top: 0;
    left: -20px;
    width: 30px;
    height: 2px;
    background: #f3901d;
}

.member__title {
    color: #000;
    text-transform: uppercase;
}

.member__title a {
    font-size: inherit;
}

/* .member__title a:hover .underline, */
/* .member__title .underline { */
/*     border-bottom: 1px solid #f3901d; */
/* } */


.member__address {
    /* margin: 25px 0 5px 0; */
    margin: 0 0 20px 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.member__activities {
    margin-bottom: 40px;
}

.member__activities a span {
    margin: 0;
    color: #f3901d;
    /* font-size: 12px; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

.member__address a:hover span,
.member__activities a:hover span {
    color: #000 !important;
}

.member__activities a:after {
    margin-left: 5px;
    content: '-';
    color: #6e6f72;
}

.member__activities a:last-child:after {
    display: none;
}

.member__address, .member__activities, 
.member__tel, .member__fax, 
.member__email, .member__site {
    line-height: 1;
}

.member__tel label,
.member__fax label,
.member__email label,
.member__site label {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.member__fax {
    margin-bottom: 7px;
}

.member__email {
    margin-top: -3px;
    margin-bottom: 4px;
}

.member__email a, .member__site a {
    color: #6e6f72;
}

.member__site {
}

.effectif__wrapper {
    min-height: 200px;
}
.effectif__number {
    /* position: absolute; */
    /* top: 0; */
    color: #efefef;
    font-family: "Times New Roman", Times, serif;
    font-size: 13.75rem;
    /* z-index: -1; */
}

.effectif__text {
    position: absolute;
    top: 40%;
    left: 30%;
    color: #000;
    font-size: 3.75rem;
    font-style: italic;
    text-transform: capitalize;
}

.member-detail__photos > div:first-child {
    padding-left: 0 !important;
    padding-right: 20px;
}

.member-detail__photos > div:last-child {
    padding-right: 0 !important;
    padding-left: 20px;
}

.member-detail__photo {
    padding-bottom: 100%;
    width: 100%;
    /* min-height: 350px; */
    background-size: cover;
    background-position: center center;
}
.member-detail .direction svg {
    max-width: 260px;
    color: #efefef;
}

.member-detail-banner {
    position: relative;
    height: 432px;
}
.member-detail-banner .line {
    position: absolute;
    bottom: 160px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #f3901d;
}
.member-detail-banner h2 {
    position: absolute;
    bottom: 100px;
    left: 40px;
    text-shadow: 1px 1px 4px rgba(255,255,255,.5);
}
.member-detail-banner h2 em {
    font-size: 16px;
    font-style: normal;
}
.member-detail-banner a.btn {
    position: absolute;
    bottom: 15%;
    left: -280px;
}
.member-detail-banner ul {
    /* list-style-type: none; */
    position: absolute;
    bottom: 60px;
    left: 40px;
    text-shadow: 2px 1px 1px rgba(0,0,0,.7);
}
.member-detail-banner ul li:before {
    display: none;
}
.member-detail-banner ul li:after {
    content: '-';
    margin-left: 12px;
}
.member-detail-banner ul li:last-child:after {
    display: none;
}

.btn.add-employment {
    position: absolute !important;
    top: 25%;
    right: 20px;
}

/* ALPHABETICAL LIST */
.listing-letters {
    margin: 40px auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}
.listing-letters a.active,
.listing-letters a:hover {
    color: #000 !important;
}

/* old stuff */
#searchingDIV {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 10px;
	width: 690px;
	background: url(../layouts/oai/searchBg.png) no-repeat;
}

#searchingDIVAdv {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 10px;
	width: 690px;
	height: 170px;
	background: url(../layouts/oai/searchAdvBg.png) no-repeat;
	font-size: 12px;
}
div#searchingDIVAdv form div#simpleSearch span#textSimpleSearch,
div#searchingDIVAdv form div#simpleSearch span#inputSimpleSearch, 
div#searchingDIVAdv form div#simpleSearch span#imgSimpleSearch {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#simpleSearch {
	float:left;
	margin-bottom:10px;
	color: #333;
	font-weight: bold;
}

#textSimpleSearch, #inputSimpleSearch, #imgSimpleSearch {
	float: left;
	margin-top: 2px;
	font-size: 12px;
}

#inputSimpleSearch {
	margin-left: 5px;
}

#totalsearch {
	width:350px;
	height:15px;
	font-size:11px;
	border:1px solid #333;
}

#advSearch {
	clear: left;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 150px;
	cursor: pointer;
	font-size: 12px;
}

#advSearchSymbol {
	float: left;
	margin: 0;
	padding: 0;
}

#advSearch em {
	float: left;
	display: block;
	margin-left: 5px;
	width: 115px;
	font-style: normal;
	text-decoration: underline;
}

#advancedSearch {
	display: none;
	clear: left;
	float: left;
	margin-left: 25px;
	margin-bottom: 35px;
}

#spanBureau {
	clear: left;
	float: left;
	margin-top: 5px;
	width: 80px;
	font-weight: bold;
}

#bureau {
	float: left;
	margin-top: 5px;
	width: 300px;
	height: 15px;
	font-size: 1em;
	border: 1px solid #333;
}

#spanLocal {
	clear: left;
	float: left;
	margin-top: 5px;
	width: 80px;
	font-weight: bold;
}

#localite {
	float: left;
	margin-top: 5px;
	width: 300px;
	height: 15px;
	font-size: 1em;
	border: 1px solid #333;
}

#spanLocalite {
	clear: left;
	float: left;
	display: none;
	position: relative;
}

#ulLocalite {
	position: absolute;
	top: 0;
	left: 80px;
	float: left;
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style-type: none;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	z-index: 5;
}

#ulLocalite li {
	cursor: pointer;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-size: 0.8em;
}
#ulLocalite li:hover {
	background: #EFEFEF;
}

#spanActivite {
	clear: left;
	float: left;
	margin-top: 5px;
	width: 80px;
	font-weight: bold;
}

#newSelect {
	font-size: 1em;
	border: 1px solid #333;
}

#activite {
	float: left;
	margin-top: 5px;
}

#spanButton {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 80px;
}

#button {
	float: left;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 80px;
	height: 25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border: none;
	background: transparent url(../layouts/oai/buttonBg.png) no-repeat;
	cursor: pointer;
}

#button:hover {
	background: transparent url(../layouts/oai/buttonHoverBg.png) no-repeat;
}

#listingDIV {
	clear:left;
	margin-top: 15px;
}

.filteringResults {
	margin-left: 5px;
}

.filteringResults br {
	margin-bottom:10px;
}

#listingDIV span.pagelink {
	display: inline-block;
	margin: 0 0 5px 0;
}
#listingDIV span.pagelink a {
	display: block;
	margin: 0 2px;
	padding: 1px;
	min-width: 14px;
	color: #333;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
	background: #EFEFEF;
}
#listingDIV span.pagelink a:hover, #listingDIV span.pagelink a.selected {
	font-weight: bold;
	background: #F90;
}

.filteringResultsHeader {
	padding-top:5px;
	padding-left:3px;
	width:688px;
	height:20px;
	font-weight:bold;
	text-transform:capitalize;
	border:1px solid #CCC;
	background-color:#ECECEC;
}

.filteringResults p {
	margin:0px;
	margin-bottom:5px;
	padding:4px;
	cursor:pointer;
	border:1px solid #333;
}
.filteringResults p.resultList {
	position: relative;
	float: left;
	width: 700px;
}

.filteringResults p.resultList div em {
	margin-left: 5px;
	color: #999;
	font-size: 0.9em;
	font-style: normal;
}

.filteringResult {
	margin:0px;
	display:block;
	color:#333;
	font-size:12px;
}

.hidden {
	display: none !important;
}

.selected {
	padding-left:5px;
	color:#333;
	font-size:0.9em;
	font-weight: bold;
	/*text-decoration:underline;*/
}

#allInfos {
	float:left;
	width:100%;
	min-height:90px;
	border:0px solid #F00;
}
#leftCol {
	float:left;
	padding-left:5px;
	padding-right: 5px;
	width:165px;
	border:0px solid #CCC;
}
#leftCol p {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width: 100%;
	/*min-height: 1.2em;*/
	color:#666;
	font-size: 0.9em;
	border:0;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	line-height: 1em;
	text-align: left;
}
#leftCol p a {
	color:#F09100;
	text-decoration:none;
	line-height: 1.1em;
}
#leftCol p a:hover {
	color:#F09100;
	text-decoration:underline;
}
#leftCol p.newline {
	height: 5px;
	min-height: 5px;
}
#middleCol {
	position: relative;
	float:left;
	margin-right: 5px;
	width:170px;
	height: 90px;
	border:0px solid #0F0;
	text-align: left;
}
#middleCol ul {
	margin: 0;
	padding: 0 0 0 5px;
	margin-top: 5px;
	font-size: 0.9em;
	list-style: none;
}
#middleCol ul li {
	color: #666;
	line-height: 10px;
}
#moreInfos {
	position: absolute;
	bottom: 0;
	left: 5px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border: 0;
}
#rightCol {
	position: absolute;
	top: 5px;
	right: 5px;
	float:left;
	width:auto;
	border:0px solid #00F;
}
#rightCol .imgHolder {
	float: left;
	margin: 0px;
}
#rightCol .imgHolder img {
	max-width: 115px;
	max-height: 100px;
}

.filteringResult table {
	margin: 5px 0px 10px 0px;
	padding:0;
	width:99%;
	color:#333;
	border-top:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
}

.filteringResult tr {
	margin:0px;
}

.filteringResult td {
	padding:4px 0px 2px 5px;
	border-bottom:1px solid #F3F3F3;
}

.tdleft {
	padding-left:3px;
	width:115px;
	color:#7F7F7F;
	font-weight:bold;
	background-color:#EFEFEF;
}

.filteringResult ul {
	margin:0;
	padding-left:5px;
}

.filteringResult li {
	margin:0;
	padding:0;
	color:#666;
	font-size:0.9em;
	list-style:none;
	list-style-position:outside;
}

/************************************************
 * style of the elements to the total infos of company
 ************************************************/
#infosButtons {
	float: left;
	margin: 10px 0px 50px 0px;
	width: 100%;
	height: 30px;
}
#goBack, #print {
	float: left;
	width: 90px;
}
#goBack {
	margin-right: 15px;
}
#goBack button {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border: none;
	background: transparent url(../layouts/oai/buttonBg.png) no-repeat;
	cursor: pointer;
}
#print button {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border: none;
	background: transparent url(../layouts/oai/buttonBg.png) no-repeat;
	cursor: pointer;
}

#goBack button:hover, #print button:hover {
	background: transparent url(../layouts/oai/buttonHoverBg.png) no-repeat;
}

#totalInfos {
	display: table;
	float: left;
	margin: 0;
	padding: 0;
	width: 710px;
	color: #333;
	font-size: 1em;
	border: 2px solid #F19001;
	background-color: #F7F7F7;
}

#totalInfos td.row1 {
	margin: 0;
	padding: 10px;
	color: #F19001;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

#totalInfos td.row2,
#totalInfos td.row4,
#totalInfos td.row6,
#totalInfos td.row8,
#totalInfos td.row10,
#totalInfos td.row12,
#totalInfos td.row14,
#totalInfos td.row16 {
	margin: 0;
	padding: 10px 0px 0px 10px;
	color: #F19001;
	font-size: 1em;
	font-weight: bold;
}

#totalInfos td.row3,
#totalInfos td.row5,
#totalInfos td.row7,
#totalInfos td.row9,
#totalInfos td.row11,
#totalInfos td.row13,
#totalInfos td.row15,
#totalInfos td.row17 {
	margin: 0;
	padding: 0px 0px 10px 10px;
	font-size: 0.9em;
	border-bottom: 1px dotted #999;
}

#totalInfos td.row18 {
	margin: 0;
	padding: 10px 0px 10px 10px;
}

#totalInfos td.row1 em {
	color: #333;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
}
#totalInfos td ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
	list-style-position: outside;
}

#totalInfos td.col2 img {
	margin-right: 10px;
}


/************************************************
 * style of the elements to edit the thumbnails
 ************************************************/

#editImgHolder {
	float: left;
	position: relative;
	width: 800px;
	height: 600px;
	border: 1px solid #0F0;
	overflow: hidden;
}

#optionsBox {
	float: left;
	margin-left: 10px;
	padding: 0;
	padding-bottom: 20px;
	width: 150px;
	height: auto;
	text-align: center;
	border: 1px solid #CCC;
}

#saveThumb, #goback {
	margin: 10px 0px;
	padding: 0;
}
#saveThumb button, #goback button {
	padding: 1px;
	width: 115px;
	height: 24px;
	font-size: 0.9em;
	border: 1px solid #666;
}
#saveThumb button:hover, #goback button:hover {
	border: 1px solid #0A6;
}
#goback button {
	height: 34px;
}

#thumbPreview {
	margin: 10px 0px;
	margin-top: 20px;
	padding: 0;
}
#thumbPreview span {
	display: inline-block;
	width: 115px;
	margin-bottom: 5px;
	padding: 1px;
	text-align: left;
}

#setNewPasswordForm {
	margin-top: 10px;
	width: 250px;
}
#setNewPasswordForm ul {
	margin: 0 0 10px 0;
	padding: 10px 0 16px 10px;
	width: 200px;
	list-style: inside none;
	background: url(../layouts/oai/setPasswordFormBg.jpg) no-repeat;
}
#setNewPasswordForm ul li {
	margin: 2px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}
#setNewPasswordForm ul li input {
	width: 175px;
	height: 16px;
	font-size: 0.9em;
	font-weight: normal;
}
#setNewPasswordForm button {
	/* margin: 0; */
	/* padding: 0; */
	/* width: 100px; */
	/* height: 25px; */
	/* font-family: sans-serif; */
	/* font-weight: bold; */
	/* font-size: 0.9em; */
	/* border: none; */
	/* background: transparent url(../layouts/oai/buttonLoginFormBg.gif) no-repeat; */
	cursor: pointer;
}
#setNewPasswordForm button:hover {
	/* background: transparent url(../layouts/oai/buttonHoverLoginFormBg.gif) no-repeat; */
}

#forgotPassword {
	margin: 0;
	padding: 10px 3px;
	width: 300px;
	height: 75px;
	border: 0;
	background: transparent url(../layouts/oai/forgotPassword.gif) no-repeat;
}
#forgotPassword label {
	margin-top: 10px;
	padding: 0px 15px;
	width: 100%;
	font-weight: bold;
}
#forgotPassword input {
	width: 155px;
	height: 15px;
	font-size: 0.9em;
}
#forgotPassword button {
	margin: 10px 0 0 128px;
	padding: 0;
	width: 100px;
	height: 25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border: none;
	background: transparent url(../layouts/oai/buttonLoginFormBg.gif) no-repeat;
	cursor: pointer;
}
#forgotPassword button:hover {
	background: transparent url(../layouts/oai/buttonHoverLoginFormBg.gif) no-repeat;
}

@media print {
	
	#header, #outermenu, #outer, #innermenus, #special, #goBack, #print {
		display: none;
	}
	
	#totalInfos {
		width: 90%;
		font-size: 11pt;
	}
	
	#totalInfos td ul {
		font-size: 10pt;
	}
}

@media (max-width: 768px) {
    .member {
        margin: 20px 0;
        padding: 0 10px 20px 10px;
    }
    .member-detail-banner h2 {
        left: 20px;
        font-size: 1.2rem;
    }
    .member-detail-banner ul {
        left: 20px;
        bottom: 40px;
    }
    .member-detail-banner a.btn {
        left: 0;
        bottom: 0;
        margin: 0;
    }
    .member__line {
        top: -10px;
        left: 0;
        width: 20px;
    }
    .member__address, .member__activities {
        margin-top: 10px;
    }
    .member__tel, .member__fax, .member__email, .member__site {
        margin: 0;
    }
    .direction__members {
        margin-top: 30px;
    }
}
@media screen and (max-width: 425px) {
    .btn.add-employment {
        display: none;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
    }
}
