/* loader */
.loader,
.loader:before,
.loader:after {
  background: #142d59;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #142d59;
  text-indent: -9999em;
  margin: 25px auto;
  position: relative;
  font-size: 4px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*font awesome*/
@font-face {
  font-family: 'moovijob';
  src: url('/2010/font/emploi/font/moovijob.eot?23468415');
  src: url('/2010/font/emploi/font/moovijob.eot?23468415#iefix') format('embedded-opentype'),
       url('/2010/font/emploi/font/moovijob.woff2?23468415') format('woff2'),
       url('/2010/font/emploi/font/moovijob.woff?23468415') format('woff'),
       url('/2010/font/emploi/font/moovijob.ttf?23468415') format('truetype'),
       url('/2010/font/emploi/font/moovijob.svg?23468415#moovijob') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "moovijob";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before { content: '\e800'; }
.icon-briefcase:before { content: '\e801'; }
.icon-location:before { content: '\e802'; }
.icon-clock:before { content: '\e803'; }
.icon-doc-text:before { content: '\f0f6'; }
.icon-building:before { content: '\f0f7'; }
.icon-graduation-cap:before { content: '\f19d'; }
/* screen */
.story_box .story {
    width: 950px!important;
}
#scroller {
    padding: 16px;
}
#moovijob-logo {
    text-align: center;
}
div.jobs-search div.jobs_home {
    padding: 11px 0;
    text-align:center;
}

form#moovijob_search fieldset {
    float: left;
    width: 100%;
}
div.jobs-search #Keyword,
div.jobs-search #Category {
    margin: 10px 0 0;
    width: 100%; 
}
div.jobs-search #Keyword, div.jobs-search #Category {
    background-color: transparent;
    border-radius: 4px;
    /*color: #1e4573;*/
    font-family: "Segoe UI",Arial,Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    padding: 0 19px 0 10px;
}
div.jobs-search #Keyword {
    border: 1px solid #CCC;/**/
    box-sizing: border-box;/**/
    margin-top: 10px;/**/
}
.select-container {
    position: relative;
}
select {
    appearance: none;/**/
    border: 1px solid #CCC;/**/
    box-sizing: border-box;/**/
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;/**/
    -moz-appearance: none;/**/
    -webkit-appearance: none;/**/
}
select::-ms-expand {
    display: none;
}

div.jobs-search #cbEdita-label,
div.jobs-search #cbNoAgency-label {
    font-size: 14px;
    margin: 9px 5px 0 0;
}
div.jobs-search #cbEdita-label:hover,
div.jobs-search #cbNoAgency-label:hover {
    cursor: pointer;
}

div.jobs-search #rechercher {
    appearance: none;
    background-color: #204589;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    margin: 14px 0;
    -moz-appearance: none;
    padding: 0 10px;
    -webkit-appearance: none;
    float:left;
    width: 100%;
}
div.jobs-search #rechercher:hover {
    background-color: #2a57a6
}
div.jobs-search #rechercher:focus {
    outline: medium none;
}
/*search check-box*/
#cb-box {
    margin-top: 8px;
    display: inline-block;
}
#cb-box label {
    display: inline-block;
    width: 290px;
}
#cb-box input {
    margin:0 5px 0;
}
/*pager*/
div.jobs-pager {
    margin-top: 14px;
    font-size: 14px;
}
div.pager-left {
    float:left;
    font-style:italic;
    font-weight:bold;
}
ul.pager-right {
    float:right;
}
ul.pager-right li {
    display:inline;
    padding:1px;
    font-size:15px;
}
ul.pager-right li.current {
    font-size:1.2em;
    font-weight:bold;
}
ul.pager-right li > a {
    padding:4px 8px 2px;
}
ul.pager-right li > a:hover {
    background: #efefff;
}
/**/
.jobs-container {
    border-top: 1px solid #1f4680;
    margin: 7px 0;
}
/* grid view footer*/
div.partner_logo {
    font-size:11px; 
    text-align:right
}
div.partner_logo img {
    height:30px;
    margin-bottom: -8px;
    padding-left: 7px;
}
/*grid settings*/
.job-list-page .job-list-element {
    border-bottom: 1px solid #1f4680;
    padding: 3px;
}
.job-list-page .job-list-element p {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    line-height: 20px;
}
.job-list-page .job-list-element a {
    display: block;
    color: inherit;
}
.job-list-element a {
    outline: medium none;
    text-decoration: none;
}
.job-list-page .job-list-element a:visited h3 {
    color: #2540C0;
}
/*grid logo*/
.job-logo-block {
    float:left;
    padding-right:10px;
    position:relative;
    width:85px;
}

.job-logo-block img {
    max-height:85px;
    max-width:85px;
    vertical-align:middle;
}

.job-logo {
    display:table-cell;
    font-family:Georgia, "Times New Roman", Times, serif;
    height:96px;
    text-align:center;
    vertical-align:middle;
    width:85px;
}
.job-logo article::before {
    background:url(http://www.lessentiel.lu/2010/mobile/img/touchicons/favicon-96.png) no-repeat;
    background-position:-5px;
    content:"";
    height:100%;
    left:0;
    opacity:.07;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
}

.job-description {
    float: right;
    width: calc(100% - 95px);
}
.job-description img {
    position: absolute;
    top: 0.2em;
}
.job-title {
    margin-bottom: 4px;
    font-size: 14px;
    color: #25428e;
    font-family: 'Open Sans',sans-serif;
}

/* labels */
.job-label {
    font-size: 12px;
    color: #777;
}
.job-value {
    color: #333;
    font-weight: 600;
}
/* detail view content */
div.job-detail-title {
    padding: 16px 0;
    font-size: 22px;
    color:#396baf;
    text-align:center;
}
div.job-detail-context {
    background-color:#F6F6F6;
    border:1px solid #CCC;
    margin: 20px 0;
    padding:10px;
}
div.job-detail-context > h5 > span {
    margin-left: 7px;
}
div.job-detail-context > hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
div.job-detail-view {
    margin-top: 15px;
}
div.job-detail-view div.desc {
    padding: 10px 0;
    font-size: 14px;
}
div.job-detail-view div.desc ul {
    padding: 10px 0 10px 40px;
}
div.job-detail-view div.desc li{
    list-style: circle;
}
a.job-detail-back-to-grid {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
#moovijob_search > fieldset > div:nth-child(1){
    position: relative;
    width: 350px;
    float: left;
}

/*desktop*/
@media (min-width:961px) {
    .story_box .story {
        width: 950px!important;
        font-family: sans-serif;
    }
    .story .story_head {
        width: 950px;
    }
    div.jobs-search {
        margin: 15px 0;
    }
    div.jobs-search #Category {
        width: 350px;
        margin-right: 8px;
    }
    div.jobs-search #Keyword {
        min-width: 270px;
        width: calc(100% - 498px);
        margin-left: 8px;       
    }
    div.jobs-search #rechercher {
        float: right;
        position: relative;
        top: -50px;
        width: 122px;
    }
    #cb-box {
        margin-top: 4px;
    }
    #cb-box label {
        width: 350px;
    }
    #cb-box input {
        position: relative;
        top: 2px;
    }
    .job-logo-block {
        width: 150px;
    }
    .job-logo-block img {
        max-height: 90px;
        max-width: 150px;
        vertical-align: middle;
    }
    .job-logo {
        display: table-cell;
        width: 150px;
        text-align: center;
        height: 90px;
        vertical-align: middle;
    }
    .job-logo article::before {
        background-position: 25px;
        z-index: 1;
    }
    .job-title {
        margin-bottom: 7px;
        font-size: 18px;
        color: #25428e;
        font-family: 'Open Sans',sans-serif;
    }
    .job-description {
        width: calc(100% - 160px);
    }
    .job-list-page .job-description > p:nth-child(2){
        float: right;
    }
    .job-list-page .job-description > p:nth-child(5){
        float: left;
    }
    .job-list-page .job-description > p:nth-child(6){
        float: right;
        margin-right: 14px;
    }
    .job-list-page .job-list-element {
        padding: 12px;
    }
    .job-list-page .job-list-element p {
        font-size: 14px;
        font-family: 'Open Sans',sans-serif;
        line-height: 20px;
    }
    .job-value {
        font-weight: normal;
    }
    div.job-detail-context {
        margin: 20px 200px 40px 0;
    }
    .select-container {
        width: 350px;
        display: inline-block;
    }
    #moovijob_search > fieldset > div:nth-child(1){
        width: 350px;
    }
}
