/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/
 @import url(fonts/font-awesome-4.7.0/css/font-awesome.min.css);
@font-face {
  font-family: 'intweeFont';
  src:  url('fonts/intweeFont.eot?aj0t7i');
  src:  url('fonts/intweeFont.eot?aj0t7i#iefix') format('embedded-opentype'),
    url('fonts/intweeFont.ttf?aj0t7i') format('truetype'),
    url('fonts/intweeFont.woff?aj0t7i') format('woff'),
    url('fonts/intweeFont.svg?aj0t7i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'intweeFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-intwee:before {
  content: "\e900";
}

 @import url(fonts/font-awesome-4.7.0/css/font-awesome.min.css);

 .texteImg {
    height: 217px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 217px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
.ImgDessus{
  top: 48px;
}
.texteImg:hover {
    background: rgba(25, 25, 25, 0.5) none repeat scroll 0 0;
    color: #ffffff;
}
.texteImg p {
    padding-top: calc(50% - 14px);
}
.boutonHome a{
    font-size: 35px !important;
}

.firstBouton a{
    padding-top:calc(50% - 89.5px) !important;
    padding-bottom:calc(50% - 89.5px) !important;
}

.firstBouton a:before{
    content:'GROUPE';
    font-weight: bold;
    color:#fff;
    font-size: 35px;
    display: block;
}

.firstBouton a:after{
    content: "\e900";
    font-family: 'intweeFont' !important;
    color:#CD1013;
    display: block;
    font-size: 70px;
    padding-top: 15px;
}
.firstBouton a:focus:after,
.firstBouton a:hover:after{
    color:#666666;
}


.secondBouton a:after{
    content: "\f2c3";
    font-family: 'FontAwesome' !important;
    color:#fff;
    display: block;
    font-size: 70px;
    padding-top: 15px;
}
.secondBouton a,
.thirdBouton a{
    padding-top:calc(50% - 74px) !important;
    padding-bottom:calc(50% - 75px) !important;
}
.thirdBouton a:after{
    content: "\f201";
    font-family: 'FontAwesome' !important;
    color:#fff;
    display: block;
    font-size: 70px;
    padding-top: 15px;
}
.entry-footer,
.margin-top-45{
    display:none;
}
.boutonRouge button{
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    background-color:#CD1013;
    width:100%;
    padding-top:calc(50% - 72px);
    padding-bottom:calc(50% - 72px);
}
.boutonRouge button i {
    font-size: 70px;
    margin-top:10px;
}
.boutonRouge button:hover,
.boutonRouge button:focus,
.boutonRouge button:active{
    background-color:#474748;
}
.boutonRouge{
    margin-bottom:10px !important;
}
.boutonBleu button{
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    background-color:#004b93;
    width:100%;
    padding-top:calc(50% - 72px);
    padding-bottom:calc(50% - 72px);
}
.boutonBleu button i {
    font-size: 70px;
    margin-top:10px;
}
.boutonBleu button:hover,
.boutonBleu button:focus,
.boutonBleu button:active{
    background-color:#474748;
}
.boutonBleu{
    margin-bottom:10px !important;
}


.boutonGris button{
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    background-color:#474748;
    width:100%;
    padding-top:calc(50% - 72px);
    padding-bottom:calc(50% - 72px);
}
.boutonGris button i {
    font-size: 70px;
    margin-top:10px;
}
.boutonGris button:hover,
.boutonGris button:focus,
.boutonGris button:active{
    background-color:#CD1013;
}
.boutonGris{
    margin-bottom:10px !important;
}

/*.page-id-180 .wpb_column.vc_column_container.vc_col-sm-3 {
  display: block !important;
  position: absolute;
  top: 655px;
}*/
#jobShow .wpb_wrapper {
    position: relative;
}
#jobShow .vc_row:last-child {
    min-height: 1155px;
}
@media (max-width:1289px) {
  #jobShow .vc_row:last-child {
      min-height: 1015px;
  }
}
#jobShow .vc_row:first-child {
  position: absolute;
  right: 10px;
  top: 550px;
}
@media (max-width:767px) {
  #jobShow .vc_row:first-child {
    position: relative;
    right: 0;
    top: 0;
  }
  .job_listings .job_filters {
    float: none;
    margin: 0;
    width: 100%;
  }
  .job_listings .job_listings.job-list {
    width: 100% !important;
  }
}
@media (max-width:479px){
  .boutonRouge button {
    font-size: 10px;
    line-height: 17px;
    padding: 5px 0;
  }
}

@media (max-width:1289px){
    .boutonRouge button{
    	font-size: 20px;
    	line-height: 25px;
    	padding-bottom: calc(50% - 56px);
    	padding-top: calc(50% - 56px);
    }
    .boutonRouge button i {
        font-size: 50px;
    }
}

@media (max-width:990px){
    .boutonRouge button{
    	font-size: 17px;
    }
    .boutonHome a {
       font-size: 25px !important;
    }
    .firstBouton a::before {
       font-size: 25px;
    }
    .firstBouton a {
       padding-bottom: calc(50% - 74px) !important;
       padding-top: calc(50% - 74px) !important;
    }
    .secondBouton a {
       padding-bottom: calc(50% - 65px) !important;
       padding-top: calc(50% - 64px) !important;
    }
    .thirdBouton a {
       padding-bottom: calc(50% - 65px) !important;
       padding-top: calc(50% - 64px) !important;
    }
}

.btn {
    border: 1px solid #e2e2e2;
    color: #333333;
    display: block;
    padding: 15px;
    text-align: center;
}

.page-id-186 #wpcf7-f9-p186-o1 span.wpcf7-list-item{
  margin: 0 15px 0 0 !important;
}

.page-id-186 #wpcf7-f9-p186-o1 .wpcf7-radio input {
    margin: 0 5px 0 0;
}
#wpcf7-f9-p186-o1 .wpcf7-form > p {
    margin-bottom: 20px !important;
}
#wpcf7-f9-p186-o1 .wpcf7-form label {
    margin-bottom: 0 !important;
}
.acro h3{
  background-color:#7cb942 !important;
}
.intweeRh h3{
  background-color:#004b93 !important;
}

/******************************************************************************/

.job_filters {
  float: right;
  margin-left: 20px;
  width: calc(25% - 20px);
}
.search_jobs > div {
  padding: 0 0 20px !important;
  width: 100% !important;
}
ul.job_listings.job-list.full{
  width: 75%;
}
.job-list > li:first-child .clearfix {
    display: none;
}
.search_jobs {
  display: initial !important;
}
.job_types.checkboxes {
    list-style: outside none none !important;
}
.checkboxes li:last-child {
    margin-bottom: 0 !important;
}
ul.job_types li label,
ul.job_types li {
    margin: 0 !important;
}
.job_types.checkboxes {
    display: flex;
    justify-content: space-around;
    margin-left: 0 !important;
    width: 100% !important;
}
.job-overview ul li span {
    line-height: 20px !important;
    margin-top: 0 !important;
    color: #333333 !important;
}
.job-overview ul li strong {
    color: #333333;
    line-height: 23px !important;
}
.job-overview ul li strong a{
    color: #333333;
}
.job-overview ul li i{
    font-size: 20px !important;
}

.job-agency{
  border: 1px solid #666666;
  padding-top: 15px;
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(25, 25, 25, 0.5);
box-shadow: 3px 3px 6px 0px rgba(25, 25, 25, 0.5);
}
.job-agency > strong {
  background: #cc1213 none repeat scroll 0 0;
  color: #ffffff;
  margin-left: -10px;
  padding: 0 180px 5px 30px;
}
@media (max-width:479px) {
  .job-agency > strong {
      padding: 2px 35px 4px 25px;
  }
  .job-agency > div{
    display: block !important;
  }
}

.job-agency > div{
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
}
@media (min-width:991px) {
  .job-agency > div{
    margin-left: 185px;
  }
}
.job-agency div div {
    padding-top: 15px;
}
.job-agency span {
    color: #cc1213;
    font-weight: bold;
}
.job-agency img{
  height: 100%;
  width: auto;
  margin-right:15px
}
.job-agency.intwee-interim > strong {
    background-color: #cc1213;
}
.job-agency.intwee-interim span {
    color: #cc1213;
}
.job-agency.post-1195 > strong {
    background-color: #004b93;
}
.job-agency.post-1195 span {
    color: #004b93;
}
.job-agency.post-1194 > strong {
    background-color: #7cb942;
}
.job-agency.post-1194 span {
    color: #7cb942;
}
.job-type.interim {
    background-color:#f39100 !important;
}
.job-type.cdd {
    background-color:#00a8c4 !important;
}
.job-type.cdi {
    background-color:#00a873 !important;
}
.job-manager .job-type, .job_listing .job-type, .job-types .job-type{
	color:#fff;
}
.counter-box span.counter {
    margin-right:.2em;
}
.counter-box span.counter,
.counter-box i{
  color: #cd1013;
  font-size: 45px;
  font-weight: bold;
  /*display:inline !important;*/
}
.counter-box p{
  font-size: 25px;
  font-weight: bold;
  color: #3d3d3d;
}
#countRow .vc_col-sm-3 .columns.four {
    float: none;
    margin: 0 !important;

}
.single-job_offer .actions .action {
    display:block;
}
.single-job_offer .actions .action + .action {
    margin-top:15px;
}
.single-job_offer .actions a {
    color: #3d3d3d;
    background-color: #F6F6F6;
    padding: 15px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.single-job_offer .actions .action.back a {
    border: 1px solid #e2e2e2;
    color: #333333;
    display: block;
    padding: 15px;
    text-align: center;
    background:#fff;
}
.single-job_offer .actions a:hover {
    color:#cd1013 !important;
}
.single-job_offer .actions .action.navigation a {
    width:49%;
}
.single-job_offer .actions .action.navigation a[rel=prev] {
    float:left;
}
.single-job_offer .actions .action.navigation a[rel=next] {
    float:right;
}

/* Safari ***** */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .firstBouton a{
    box-sizing: border-box !important;
    height: 50%;
    padding-top: 85.9px !important;
    padding-bottom: 85.9px !important;
  }
  .secondBouton a,
  .thirdBouton a {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
    box-sizing: border-box !important;
    height: 50%;
  }
  .boutonRouge button {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}

.job-list img{
    display: block;
    margin-left: 0;
}
.job-list .job-list-content {
    margin-left: 50px;
    padding-right: 0;
}
#titlebar h1, #titlebar h2 {
    text-transform: none;
}

/************* custo 08/02/2018 ***************/
/******************** menu ********************/

/*@media(max-width:1289px){
    #navigation ul.float-right{
        position: static;
    }
}*/

.current-menu-item > a.sf-with-ul:not(:hover),
.current-menu-parent > a.sf-with-ul:not(:hover){
    background: none !important;
    color: #333 !important;
}
.current-menu-item > a.sf-with-ul:not(:hover):after,
.current-menu-parent > a.sf-with-ul:not(:hover):after{
    color: #909090 !important;
}

body .menu ul a{
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#navigation ul.float-right li a{
    text-align: center;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 10px !important;
    background: #f0f0f0 !important;
    margin: 0 0 20px 10px !important;
    line-height: 1.1;
}
#navigation ul.float-right li a:before{
    content: "POSTULER";
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #666;
}
#navigation ul.float-right li span{
    display: inline-block;
    padding: 10px 0;
    font-size: 15px !important;
}

.alternative .menu ul li{
    margin: 0 !important;
}

@media(min-width:1271px) and (max-width:1289px){
    #navigation{
        float: none !important;
        clear: both;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        margin: 27px 0 0 0;
        padding: 24px 0 12px 0;
    }
    #navigation #responsive{
        margin: 0 !important;
    }
}


body.home .load_more_jobs.button.centered{
    line-height: 1.1;
    font-size: 27px;
    padding: 30px;
}
body.home .load_more_jobs.button.centered:after{
    content:"d'emploi en intérim";
    display: block;
}

body.page-id-77 .form-horizontal h2:after{
    content: " - Accès INTERIM";
}

body.page-id-2573 .intuitionpro th{
    background: #004b93;
    color: #fff;
}
body.page-id-2573 .intuitionpro a{
    color: #004b93;
}

body.page-id-2573 .intuitionapplylink,
body.page-id-2573 .intuitionbacklink{
    text-align: center;
}
body.page-id-2573 .intuitionapplylink a,
body.page-id-2573 .intuitionbacklink a{
    background: #004b93;
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
    font-weight: bold;
    font-size: 20px;
}
body.page-id-2573 .intuitionapplylink a:after{
    content: " à cette offre";
}
body.page-id-2573 .intuitionbacklink a:after{
    content: " liste des offres";
}

.intuitionpro{
    border: #ccc solid 1px;
}

.intuitionpro td:not(:nth-child(4n+0)){
    border-right: #ccc solid 1px;
}

.intuitionpro th{
    padding:8px 20px !important;
}

.intuitionpro tr td{
    padding: 8px 20px !important;
    cursor: pointer;
}
.intuitionpro .odd{
    background: #e8e8e8;
}

#retrieve_syndication{
    max-width: 100%;
    overflow-y: auto;
}

.single_post #retrieve_syndication{
    border: #f3f2f2 solid 2px;
    background: #f7f7f7;
    padding: 30px;
}
.single_post #retrieve_syndication h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.single_post #retrieve_syndication h3{
    font-size: 24px;
    font-weight: bold;
    color: #2f4b98;
}

.single_post table,
.single_post table *{
    border: none !important;
}
.single_post .hide-content{
    display: none;
}
.clearfix,
.clearfix:before,
.clearfix:after {
    display: none;
}

#logo {
    max-width: 175px;
}
#logo a {
    display: block;
}