/*
Theme Name: prounity
Author: Paf
Description: Thème créé pour le site proUnity
Version: 1.0
*/

/*

COULEURS:

bleu foncé --> #444  --> #444
bleu clair --> #0193D5 
bleu clair pour fond -> F6FAFB
vert -> 6AC530 
gris -> DDDDDD 

FONTES: 

light -->
font-family: "source-sans-pro",sans-serif;
font-style: normal;
font-weight: 300;

regular --> 
font-family: "source-sans-pro",sans-serif;
font-style: normal;
font-weight: 400;

semibold -->
font-family: "source-sans-pro",sans-serif;
font-style: normal;
font-weight: 600;

*/


/****************************/
/*          GENERAL         */
/****************************/

html, body, * {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html { 
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a { 
    text-decoration: none;
    cursor: pointer;
}

input, textarea, select { outline: none; }

.content-section {
    max-width: 1280px;
    margin: auto;
    padding: 60px 160px 40px;
}

.content-section-people, .content-section-job-home {
    max-width: 1280px;
    margin: auto;
    padding: 60px 160px 40px;
}

.content-section-sector, .content-section-job, .content-section-single-job {
    padding-top: 100px
}

.content-section-sector h2, .content-section-job h2 {
    margin-top: 40px
}

.content-section-single-job h2 {
    margin-top: 50px
}

section.bg-blue-dark { 
    background-color: #444;
}

section.bg-blue-middle { 
    background-color: rgba(12, 184, 239, 0.13);
}

section.bg-blue-light { 
    background-color: #F6FAFB;
}

h1, h2, div {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #444;
}

div, p {
    font-size: 14pt;
}

p {
    color: #444;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
}

p:not(:last-child) {
    padding-bottom: 20px;
}

h2 {
    font-size: 38px;
}

h2:after {
 	height: 2px;
	width: 120px;
	content: "";
	display:block;
	background-color: #444;
	margin: 30px 0px;   
}

.bg-blue-dark h2 {
    color: #fff;
}

.bg-blue-dark h2:after, .bg-blue-middle h2:after {
	background-color: #6AC530;
}

.dyn-cov {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plainImg {
    background-position: center top;
    height: 350px;
}

#imgPage404 div {
    color: #fff
}

.notFound {
    font-size: 38px;
    padding-bottom: 20px;
}

#imgPage404 .btn {
    margin-top: 40px;
}

#loadMore {
    width: 165px;
    height: 38px;
    position: relative;
    background-color: #6AC530;
    color: #fff;
}

#loadMore:hover {
    background-color: #64b53c;
}

.ui-helper-hidden-accessible {
    display: none;
}

/****************************/
/*         BUTTONS          */
/****************************/

.btnLogin, .btnFilter, .btnApply  {
    background-color: #6AC530;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14pt;
    cursor: pointer;
}

.btnLogin  {
    position: absolute;
    right: -80px;
    top: -5px;
    border: 1px solid #6AC530;
    background-color: #ffffff;
    color: #6AC530;
}

.btnApply {
    border-radius: 20px 0px 0px 20px;    
}

.btnLogin:hover {
    color: #ffffff;
}

.btnLogin:hover, .btnFilter:hover, .btnApply:hover {
    background-color: #64b53c;
}

.containerBtn {
    padding-top: 40px;
    text-align: center;
}

.containerBtnSections {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -85px;
}

.containerBtn-left {
    padding-top: 40px;    
}

.btn {
    border-radius: 20px;
    display: inline-block;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.btn-small {
    padding: 5px 20px;  
}

.btn-big {
    padding: 5px 40px;
}

.btn-home {
    color: #fff;
    font-size: 21px;
    margin: 0px 60px 20px 60px;

}

.btn-home:first-child {
    border: 1px solid #6AC530;
    background-color: #6AC530;
}

.btn-home:first-child:hover {
    background-color: #64b53c;
    border: 1px solid #64b53c;
}

.btn-home:last-child {
    border: 1px solid #0193d5;
    background-color: #0193d5;
}

.btn-home:last-child:hover {
    border: 1px solid #0383bd;
    background-color: #0383bd;
}

.btn-green {
    color: #6AC530;
    border: 1px solid #6AC530;
    font-size: 14pt;
}

.btn-green:hover {
    background-color: #6AC530;
    color: #fff;    
}

.btn-people {
    border: 1px solid #6AC530;
    color: #fff;
    font-size: 21px;
    margin-bottom: 60px;      
}

.btn-people:hover {
    background-color: #6AC530;     
}

.btn-latest-job {
    margin-bottom: 60px;          
}

#steps ul li  {
    list-style-type: none;
    display: inline-block;
}

#steps ul li a {
    font-size: 14pt;
    outline: none;
    cursor: pointer;
}

#steps ul li:first-child a {
    color : #6AC530;
    border: 1px solid #6AC530;
    border-radius: 20px 0px 0px 20px;
}

#steps ul li:last-child a {
    color : #0193d5;
    border: 1px solid #0193d5;
    border-radius: 0px 20px 20px 0px;
}

.btn-section {
    font-size: 16px;
    width: 170px;   
    text-align: center;
    padding: 5px 10px;
}

.containerSection:not(:first-child) .btn-section, .containerSection:not(:last-child) .btn-section {
    border: 1px solid #6AC530;
    color: #6AC530;
}

.containerSection:not(:first-child) .btn-section:hover, .containerSection:not(:last-child) .btn-section:hover {
    color: #fff;
    background-color: #6AC530;
}

.containerSection:first-child .btn-section, .containerSection:last-child .btn-section {
    border: 1px solid #0193d5;
    color: #0193d5;
}

.containerSection:first-child .btn-section:hover, .containerSection:last-child .btn-section:hover {
    color: #fff;
    background-color: #0193d5;
}

.btn-back-to-list {
    padding: 5px 20px 5px 30px;
    margin-top: 40px;
    position: relative;
}

.btn-back-to-list svg {
    position: absolute;
    top: 12px;
    left: 15px;
}

.btn-back-to-list:hover svg g {  
    stroke : #fff;
}

.btn-view-all {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12pt;
    padding: 5px 10px;
}

/********************/
/*   MAIN HEADER    */
/********************/

.singleJobDescription ul {
margin-bottom:40px;}


h2.singleJobName  {
max-width: 550px;}
header {
    width: 100%;
    height: 84px;
    position: fixed;
    z-index: 200;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 1px 5px #ccc;
}

#contenuHeader {
    max-width: 1280px;
    height: 84px;
    margin: auto;
    position: relative;
}

header .logo {
    position: absolute;
    left: 160px;
    top: 20px;
    z-index: 1000;
}

header .logo img {
    width: 126px;
}

#main-menu {
    position: absolute;
    right: 160px;
    top: 30px;
}

#main-menu > div:first-child li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}

#main-menu > div:first-child li a {
    font-size: 14pt;
    color: #444;
}

#main-menu > div:first-child li a:hover {
    color: #6AC530;
}

.lang-block {
    z-index: 2000;
    position: absolute;
    right: 20px; top: 27px;
    height: 32px;
    overflow: hidden;
}

.lang-block:hover {
    height: auto;
    overflow: visible;
}

.lang-switch:hover {
    border: 1px solid #6AC530;
    background: #fff;
}

.lang-switch {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    list-style: none;
    border: 1px solid #fff;
}

.lang-switch li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #6AC530;
}

.lang-switch li.active a {
    border-bottom: 1px solid #6AC530;
}

.lang-switch li:not(.active) a:hover {
    background-color: #6AC530;
    color: #fff;
}

.lang-switch li {
    order: 2;
}

.lang-switch li.active {
    order: 1;
}


/********************/
/*     HEADERS      */
/********************/

#imgHomepage, #imgPage404 {
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center; 
    min-height: 600px;
}

#imgHomepage > div:first-child, .imgPage > div:first-child,  #imgPage404 > div {
    position: relative;
    top: 35%;
    width: 100%;
    max-width: 1000px;
    padding: 0px 40px;
    margin: auto;
}

.imgSingle > div:first-child  {
    text-align: left;
    position: relative;
    top: 35%;
    width: 100%;
    max-width: 1280px;
    padding: 0px 160px;
    margin: auto;
}

#imgHomepage > div:last-child, .imgPage > div:last-child, .imgSingle > div:last-child  {
    position: absolute;
    bottom: 5%;
    width: 100%;
    margin: auto;
}

.imgPage, .imgSingle, .plainImg {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
    text-align: center;
}

.imgPage, .imgSingle {
    background-position: center center;
    height: 600px;
}

#imgHomepage img, .imgPage img, .imgSingle img {
    width: 50px;
    cursor: pointer;
}

.titlePage:after, .titleSingle:after {
    height: 2px;
    max-width: 500px;
    content: "";
    display: block;
    background-color: #fff;
}

#titleHomepage {
    padding-bottom: 60px;
}

#titleHomepage, .titlePage, .titleSingle  {
    font-size: 66px;
    color: #fff;
}

.titlePage:after {
    margin: 30px auto; 
}

.titleSingle:after {
    margin: 30px 0px; 
}

.subtitlePage, .subtitleSingle {
    color: #fff;
    margin: auto;
}

.subtitlePage {
    max-width: 500px;
}

.subtitleSingle {
    max-width: 1280px;
}



/********************/
/*      ONGLETS     */
/********************/

#onglets ul {
    padding: 20px 0px 40px;
    display: inline-block;
    padding: 0;
    border-bottom: 2px solid #6AC530;
    margin-bottom: 40px;
}

#onglets ul li {
    list-style-type : none;
    display: inline-block;
    font-size: 20px; 
    outline: none;
    position: relative;
    margin-bottom: 10px;
}

#onglets ul li a {
    color: #444;
    font-size: 20px;
    outline: none;
    padding: 0px 40px;
}

#onglets > ul > li:before, #onglets > ul > li:after {
    opacity: 0;
    transition: 0.3s ease;
}

#onglets > ul > li:not(:last-child) > a:after {
    content: '/';
    position: relative;
    right: -40px;
}

#onglets > ul > li.ui-tabs-active:before, #onglets > ul > li.ui-tabs-active:after, #onglets > ul > li.ui-state-focus:before, #onglets > ul > li.ui-state-focus:after,
#onglets > ul > li.ui-state-hover:after {
    opacity: 1;
} 

#onglets > ul > li:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -15px;
    margin-left: -6px;
    transform: rotate(45deg);
    box-shadow: 2px 2px 0px #6AC530;
}

#onglets > ul > li a:focus {
    outline: none;
}

.imgOnglet {
    padding: 40px 0px;
    width:75%;
}

.columns {
    font-size: 0px;
    margin: 0px -30px;
}

.column {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 30px;
}

.titleColumn {
    font-size: 19px;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 20px;
}


/********************/
/*     SECTIONS     */
/********************/

#sections {
    font-size: 0px;
    margin: 0px -100px;
    padding-top: 60px;
    display: table;
    height: 100%;
}

.containerSection {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    vertical-align: top;
    padding: 10px;
    margin: 0;
}

.containerSection:not(:first-child), .containerSection:not(:last-child) {
    width: 50%;   
}

.containerSection:first-child, .containerSection:last-child {
    width: 25%;
}

.containerSection:not(:first-child) .section, .containerSection:not(:last-child) .section {
    font-size: 0px;
    border-top: 5px solid #6AC530;
}

.containerSection:first-child .section, .containerSection:last-child .section {
    border-top: 5px solid #0193d5;
}

.containerSection:not(:first-child) .contentSection, .containerSection:not(:last-child) .contentSection {
    width: 50%;
    vertical-align: top;
}

.containerSection:not(:first-child) .contentSection:not(:last-child), .containerSection:not(:last-child) .contentSection:not(:last-child) {
    border-right: 1px solid rgba(1, 43, 71, 0.2);
}

.containerSection:first-child .contentSection, .containerSection:last-child .contentSection {
    width: 100%;   
}

.section {
    display: table;
    position: relative;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 80px 0 30px 0;
    background-color: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15); 
    border-radius: 25px;
}

.contentSection {
    display: table-cell;
    position: relative;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 60px;
    
}

.rowTitle, .rowSection {display: table-row; width: 100%; position: relative; }

.titleSection {
    display: block;
    position: absolute;
    text-align: center;
    width: 200px;
    padding: 10px;
    left: 50%;
    top: 20px;
    margin-left: -100px;
    height: 30px;
    color: black;
    font-size: 22px;   
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.subtitleSection {
    font-size: 17px;
    text-align: center;
    min-height: 40px;
    margin-top: 20px;
}

.contentTextSection, .noticeSection {
    padding: 0px 20px;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;    
}

.noticeSection {
    font-size: 12px;
}

.contentTextSection p:before {
    content: '•';
    font-size: 20px;
    margin-right: 5px;
}

.noticeSection:before {
    content: '*';
    font-size: 14pt;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.containerSection:not(:first-child) .priceSection, .containerSection:not(:last-child) .priceSection {
    color: #6AC530;  
    text-align: center;
}

.containerSection:not(:first-child) .priceSection:after, .containerSection:not(:last-child) .priceSection:after {
    height: 2px;
    width: 60px;
    content: "";
    display:block;
    background-color: #6AC530;
    margin: 30px auto;    
}

.containerSection:first-child .priceSection, .containerSection:last-child .priceSection {
    color: #0193d5;  
    text-align: center;
}

.containerSection:first-child .priceSection:after, .containerSection:last-child .priceSection:after {
    height: 2px;
    width: 60px;
    content: "";
    display:block;
    background-color: #0193d5;
    margin: 30px auto;  
}



/**************************************/
/*      POSTS / LATEST JOBS HOME      */
/**************************************/

.btn-slides img {
    margin-right: 20px;
}

.btn-slides div {
    display: inline-block;
    margin-right: 20px;
}

.bx-wrapper {
    padding: 40px 0px 20px;
}

.prevPost a {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.nextPost a {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
}


/********************/
/*      POSTS       */
/********************/

#posts {
    font-size: 0px;
}

.containerPost {
    padding: 10px;
}

.post {
    background-color: #fff;
    padding: 20px;
    height: 300px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.post > div:first-child {
    font-size: 0px;
    padding-bottom: 20px;
}

.post > div:first-child > div {
    display: inline-block;
    vertical-align: middle;
}

.post > div:first-child > div:first-child {
    width: 80px;
}

.post > div:first-child > div:last-child {
    padding-left: 20px;
}

.picturePost {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-section-people h2 {
	float:left;
	}
	
.content-section-people {
	margin-bottom:60px;
}
	
.content-section-people .btn-slides {
	float:right;
	}

.content-section-people .prevPost a {
    background-image: url('assets/img/previous_people.png');
}

.content-section-people .nextPost a {
    background-image: url('assets/img/next_people.png');
}

/*******************************/
/*      LATEST JOBS HOME       */
/*******************************/

.latestJobHome > a {
    background-color: #fff;
    padding: 20px;
    height: 300px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);    
    margin-bottom:20px;
    border-radius: 25px;
    display: block;
}

.content-section-job-home {
	margin-bottom:60px;
}

.content-section-job-home h2 {
	float:left;
	}
.content-section-job-home .btn-slides {
	float:right;
	}

.content-section-job-home .prevPost a {
    background-image: url('assets/img/previous_job.png');
}

.content-section-job-home .nextPost a {
    background-image: url('assets/img/next_job.png');
}


/********************/
/*    Customers     */
/********************/

#logosCustomers {
    text-align: center;
    padding: 60px 0px;
}

.logoCustomers {
    margin: 10px;
    vertical-align: middle; 
    display: inline-block;  
}

.logoCustomers > div {
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/********************/
/*  SECTORS (home)   */
/********************/

#sectorsHome {
    padding: 60px 0px 40px;
    font-size: 0px;    
}

.sectorHome {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.circle svg, .tplSector svg {
    width: 60px;
}

.circle svg {
    position: relative;
    top: 35%;
}

.circleCore {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);     
}

.circleCore svg path, .circleCore svg polygon, .tplSector svg path, .tplSector svg polygon {
    stroke: #fff;
}


.titleSectorHome {
    font-size: 22px;
    color: #6AC530;
    padding-top: 40px;
    padding-bottom: 20px;
}

.freelancersSectorHome {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
}


/********************/
/*  SECTORS (page)   */
/********************/

#sectors {
    font-size: 0px;
    margin: 0px -20px;
}

.containerSector {
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
} 

.sector {
    background-color: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15); 
    min-height: 560px;
    border-radius: 25px;
}

.backgroundSector {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundSector .tplSector {
    padding: 80px 0px;
}

.filterSector {
    background-color: rgba(0, 0, 0, 0.2);
}

.sector .filterSector, .sector .backgroundSector {
    border-radius: 25px 25px 0px 0px;
}

.filterSector:hover {
    background-color: rgba(0, 0, 0, 0);
}

.contentSector {
    padding: 30px 30px;    
}

.titleSector {
    color: #6AC530;
    font-size: 30px;
}

.titleSector:after {
    height: 2px;
    width: 60px;
    content: "";
    display:block;
    background-color: #6AC530;
    margin: 30px auto; 
    font-size: 30px;
}

.introSector {
    padding-bottom: 20px;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
}



/***********************/
/*  SECTORS (single)   */
/***********************/

.titleSingle {
    position: relative;
}

.titleSingle span {
    padding-left: 120px;
    display: block;
}

.containerCircleSingleSector {
    position: absolute;
    top: 0px;
    left: 0px;
}

.circleSingleSector {
    background-color: #fff; 
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);     
}

.circleSingleSector svg path, .circleSingleSector svg polygon {
    stroke: #6AC530;
}

.circleSingleSector svg {
    position: relative;
    top: 27%;
    width: 40px;
}

.contentSingleSector {
    font-size: 0px;
}

.contentSingleSector > div {
    display: inline-block;
    vertical-align: top;
}

.contentSingleSector > div:first-child {
    width: 60%;
}

.contentSingleSector > div:last-child {
    width: 40%;
    padding-left: 40px;
}

.info {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
}


/********************/
/*  JOBS (list)     */
/********************/

.content-section-job .job {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px 40px 40px 180px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    display: block;
    border-radius: 25px;
    max-width: 700px;
}



.latestJobs {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 25px;
    margin-top: 50px;
}

.latestJob {
    position: relative; 
    display: block;    
    padding: 20px 0px;
    min-height: 90px;
}

.latestJobHome {
    position: relative; 
    display: block;    
    padding: 10px;
}

.latestJob > div:first-child {
    position: relative; 
    padding-left: 70px;
}

.latestJobHome > a > div:first-child {
    position: relative; 
    padding-left: 95px;    
    min-height: 100px;
}

.latestJob:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.titleLatestJobs {
    font-size: 20px;
    margin-bottom: 20px;
}

.jobIcon, .latestJobIcon, .latestJobIconHome, .latestJobIconsingle {
    position: absolute;
    border: 1px solid #DDDDDD;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
}

.jobIcon {
    top: 40px;
    left: 40px;
    width: 100px;
    height: 100px;
}

.jobIcon svg, .jobIcon img {
    position: relative;
    top: 30%;
    max-width: 40px;
    max-height: 40px;
}

.latestJobIcon {
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}

.latestJobIcon svg, .latestJobIcon img {
    position: relative;
    top: 30%;
    max-width: 20px;
    max-height: 20px;
}
.content-section-single-job .latestJobIconsingle {
	top: 100px;
	position:relative;
    width: 125px;
    height: 125px;
	float:right;
	}


.content-section-single-job .latestJobIconsingle svg, .content-section-single-job .latestJobIconsingle img {
    position: relative; 
    top: 20%;
    max-width: 75px;
    max-height: 75px;
}



.latestJobIconHome {
    top: 0px;
    left: 0px;
    width: 75px;
    height: 75px;
}

.latestJobIconHome svg, .latestJobIconHome img {
    position: relative;
    top: 30%;
    max-width: 30px;
    max-height: 30px;
}

.jobName {
    font-size: 20pt;
    font-weight: 600;
}

.jobName:not(:last-child) {
    padding-bottom: 10px;    
}

.latestJobNameHome {
    font-weight: 600;    
}

.latestJobName, .latestJobAddress, .latestJobAddressHome  {
    font-size: 13pt;
}

.latestJobName:not(:last-child), .latestJobNameHome:not(:last-child), .jobAddress:not(:last-child), .latestJobAddressHome:not(:last-child)  {
    padding-bottom: 5px;
}

.jobcontainerPosted:not(:last-child)  {
    padding-bottom: 20px;
}

.jobAddress, .jobPosted, .latestJobAddress, .latestJobPosted, .latestJobAddressHome, .latestJobPostedHome  {
    color: #6AC530;
}

.latestJobPostedHome {
    font-size: 12pt;    
}

.jobDailyRate:not(:last-child), .jobSector:not(:last-child), .jobDuration:not(:last-child),
.latestJobDailyRateHome:not(:last-child), .latestJobSectorHome:not(:last-child), .latestJobDurationHome:not(:last-child) {
    padding-bottom: 10px; 
}

.jobDailyRate span, .jobSector span, .jobDuration span,
.latestJobDailyRateHome span, .latestJobSectorHome span, .latestJobDurationHome span{
    font-weight: 600;
}

.latestJobInfosHome {
    margin-top: 20px; 
}

.skills .skill, .roles .role, .languages .language {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 10pt;
}

.skills .skill span, .roles .role span, .languages .language span {
    color: #9B9B9B;
    font-weight: 300;
}


/* Filters */

#filtersJobs {
    margin-bottom: 40px;    
}

#formFiltersJobs > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 220px;
    border: 1px solid #6AC530;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 20px;
    position: relative;
}

#formFiltersJobs > div .titleFilter {
    color: #6AC530;
    position: relative;
    cursor:pointer;
}

#formFiltersJobs > div .titleFilter svg {
    position: absolute;
    top: 12px;
    right: 0px;
} 

#filtersJobs select {
    width: 100%;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    background-color: transparent;

    font-size: 14pt;
    color: #6AC530;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    cursor:pointer;
    
    background-image: url(assets/img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
}

#filtersJobs select option {
    font-size: 13px;
    pading-bottom: 5px;
}

#filtersJobs input {
    width: 150px;
    font-size: 20px;
    background-color: transparent;
    padding: 1px 5px;
} 

#filtersJobs .loupe {
    width: 20px;
    position: absolute;
    top: 7px;
    right: 20px;
} 

#filtersJobs .delete {
    width: 15px;
    position: absolute;
    top: 7px;
    right: 20px;
    display: none;
    cursor: pointer;
} 

#filtersJobs .delete svg:hover line {
    stroke: #4f962b;
} 

#filtersJobs input::-webkit-input-placeholder {
    color: #6AC530;
    font-size: 14pt;
}

#filtersJobs input:-moz-placeholder {
    color: #6AC530 !important;
    font-size: 14pt;
}

#filtersJobs input:-ms-placeholder {
    color: #6AC530;
    font-size: 14pt;
}

#filtersJobs input:-o-placeholder {
    color: #6AC530;
    font-size: 14pt;
}

ul.ui-autocomplete.ui-menu {
    width: 180px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 5px;
    border-top: none;
    display: block;
    padding-top: 10px;
}

ul.ui-autocomplete.ui-menu li {
    list-style-type: none;
    background-color: #fff;
    padding: 3px 5px;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;

}

ul.ui-autocomplete.ui-menu * {
    font-size: 13px;
    pading-bottom: 5px;
}

/**********************/
/*  JOBS (single)     */
/**********************/

.content-section-single-job {
    padding-bottom: 80px;
    padding-right: 300px;
    position: relative;
}

.singleJobName:after {
    content: none;
}

.singleJobAddress {
    color: #6AC530;
    font-size: 16pt;    
}

.singleJobLine {
 	height: 2px;
	width: 120px;
	display:block;
	background-color: #444;
	margin: 30px 0px;     
}

.singleJobPosted {
    color: #6AC530;    
}

.singleJobTitle {
    font-size: 16pt;
    font-weight: 600;   
    margin-bottom: 20px;
    margin-top: 40px;
}

#shareAndApply {
    position: fixed;
    right: 0px;
    top: 250px; 
    text-align: right;
    z-index: 2000;
}

.btnApply {    
    background-image: url(assets/img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 0px;
}

.btnApply:hover {
    padding-right: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

.btnApply:hover {
    background-size: 7px;
}

#shareAndApply > div {
    background-color: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 40px;
}

#shareAndApply > div > div {
    display: inline-block;
    vertical-align: middle;
}

#shareAndApply > div > div:last-child {
    display: none;
    padding-top: 10px;
    width: 40px;
    position: relative;
    right: 10px;
    top: -10px;
}

#shareAndApply > div:hover > div:last-child {
    display: block;
}

.iconShare svg {
    width: 20px;
    height: 20px;
}

.essb_links.essb_template_blocks-retina {
    margin: 10px 0px 0px 0px !important;  
}

.essb_fixedwidth_80_ a {
    width: 30px !important;
    height: 30px !important;
}

.essb_icon {
    position: relative; 
    top: -1px;
    right: 5px;
}

.essb_link_linkedin .essb_icon {
    left: -4px;
}

/********************/
/*      STEPS       */
/********************/


.titleGeneralstep {
    text-align: center;
    font-size: 22px;
}

.titleGeneralstep:after {
    height: 2px;
    width: 60px;
    content: "";
    display:block;
    background-color: #444;
    margin: 30px auto;  
}

.step {
    font-size: 0px;
}

.step:not(:last-child) {
    padding-bottom: 120px;
}

.step:last-child {
    padding-bottom: 60px;
}

.step > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.imgStepBas {
    display: none !important;
}

.titleStep {
    font-size: 38px; 
}

.subtitleStep {
    font-size: 22px;
    padding-bottom: 30px;
}

#freelancer .subtitleStep {
    color: #6AC530;
}

#expert .subtitleStep {
    color: #0193d5;
}

.contentTextStep {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
}

.step > div:first-child {
    padding-right: 40px;
}

.step > div:not(:first-child) {
    padding-left: 40px;
}

#steps ul {
    text-align: center;
    padding-bottom: 60px;
    font-size: 0px;
}

.imgStep img {
    max-width:75%;
}


/********************/
/*      TEAM        */
/********************/

#membres {
    padding-top: 80px;
}

.membre {
    position: relative;
}

.membre:not(:last-child) {
    position: relative;
    padding-bottom: 100px;
}

.membre > div:last-child {
    padding-left: 260px;
}

.pictureMember {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    left: 0px;
}

.nameMember {
    font-size: 30px;
}

.professionMember {
    font-size: 14pt;
}

.professionMember:after {
    height: 2px;
    width: 100px;
    content: "";
    display:block;
    background-color: #444;
    margin: 30px 0px; 
    font-size: 30px;    
}


/********************/
/*       FAQ        */
/********************/

#sections-faq {
    font-size : 0px;
}

#sections-faq > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 40px;
}

#sections-faq > div {
    padding-right: 40px;
}

.titleSectionFaq {
    color: #6AC530;
    font-size: 22px;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
}

.questionReponses {
    position: relative
}

.questionReponses div {
    color: #fff;
    padding-left: 30px;
}

.questionReponses img {
    position: absolute;
    top: 8px;
}

.question {
    padding-bottom: 10px;
    cursor: pointer;
}

.reponse {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    display: none;
    padding-bottom: 20px;
}

#search {
    text-align: center;
    padding-bottom: 80px;
}

#search > div {
    display: inline-block;
    vertical-align: middle;
}

.titleSearchbar {
    font-size: 30px;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-right: 30px;
    padding: 20px;
}

.searchbox {
    width: 400px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.sb-search {
    padding: 11px;
    font-size: 14pt;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    border: none;
    background-color: transparent;
    -webkit-flex-basis: 60% !important;
    -moz-flex-basis: 60% !important;
    -ms-flex-basis: 60% !important;
    -o-flex-basis: 60% !important;
    flex-basis: 60% !important;
}

.sb-button {
    width: 50px;
    height: 50px;
    background: url('assets/img/icon_mag@2x.png') center center no-repeat;
    background-size: 25px 25px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}

span.highlight {
    background-color: #fff;
    padding: 0 2px;
    color: #444;
    border-radius: 3px;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}


/* Contact */

#contact {
    font-size: 0px;
}

#contact > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#contact > div:first-child {
    padding-right: 50px;
}

#contact > div:last-child {
    padding-left: 50px;
}

.subtitleform {
    font-size: 22px;
    color: #6AC530;
    padding-bottom: 30px;
}

.contact-list {
    margin-top: 20px;
}

.contact-list p, .contact-list div {
    display: inline-block;
    vertical-align: top;
}

.contact-list p {
    padding-left: 15px;
    padding-top: 10px;
}

.icon_form {
    display: inline-block;
    width: 40px; height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}

#contact label {
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 600;    
    padding-bottom: 5px;
    display: block;
}

#contact select {
    background-image: url(assets/img/select_down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

#contact input, #contact select {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea, #contact select {
    border: 1px solid #d9d9d9;
    padding: 8px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #444;
}

#contact input[type="submit"] {
    color: #6AC530;
    border: 1px solid #6AC530;
    background-color: transparent;
    font-size: 14pt;
    padding: 5px 40px;
    border-radius: 20px;
    display: inline-block;
    font-family: "source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

#contact input[type="submit"]:hover  {
    background-color: #6AC530;
    color: #fff;
}


/********************/
/*      FOOTER      */
/********************/

footer {
    background-color: #444;
}

#contenuFooter {
    max-width: 1280px;
    margin: auto;
    font-size: 0px;
    padding: 60px 160px;
}

.titleFooter {
    font-size: 20px;
    padding-bottom: 20px;
    color: #6AC530;
}

#contenuFooter a {
    color: #fff;
}

#contenuFooter > div {
    display: inline-block;
    vertical-align: top;
}

#contenuFooter > div:first-child {
    width: 80%;
}

#contenuFooter > div:last-child {
    width: 20%;
}

#contenuFooter > div:last-child div {
    text-align: right;
}

#menusFooter{
    font-size: 0px;
}

#menusFooter > div {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

footer img {
    width: 30px;
    margin-left: 10px;
}

footer li {
   list-style-type: none;
}