/*
Theme Name: Coupdemainpourlemploi
Theme URI: https://coupdemainpourlemploi.fr
Author: Paradisiak.com  
Author URI: https://paradisiak.com
Description: Theme Jobaffinity with Mapping
Requires at least: WordPress 5.0
Version: 0.1

red : #f1121c
dark grey : #252525
text color : rgba(37,37,37,0.75)
light grey #ededed
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');


@font-face {
  font-family: FFDin;
  src: local("FFDIn Bold"),
       local("FFDin-Bold"),
       url(fonts/FFDINProforIIC-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: FFDin;
  src: local("FFDin medium"),
       local("FFDin-medium"),
       url(fonts/FFDINProforIIC-Medium.ttf);
  font-weight: normal;
}

a {
    text-decoration: none;
}

svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle;
}


ul {
  padding-left: 0;
  list-style: none;
}

li {
  list-style: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*opensans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
    font-weight: normal;
    padding-top: 105px;
    color: rgba(37,37,37,0.75);
}

header { 
    position: fixed;
    top: 0;
    left: 0;
    padding-top:  17px;
    height: 103px;
    background-color: white;
    z-index:  1024;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}

article {
  text-align: left;
}



.admin-bar header {
    top: 32px; /* on prend en compte le décalage */
}

/* HEADER */

#logo-picto {
    position: absolute;
    top:  5px;
    left:  20px;
    padding: 0;
    width: 600px;
}

#logo-picto img {
    width: 180px;
    height: auto;
}

.header-text {
    padding-left:  230px;
    padding-top:12px;
}

.header-title {
    display: none;
    font-size:  1.5em;
    font-weight: bold;
    line-height: 1.375;
}

.large-text {
  display:none;
}
@media (min-width: 576px) {
  .header-title {
      display: block;
  }
}

.job-meta-picto-middle {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .header-title {
      font-size:  2em;
  }
  
  .job-meta-picto-middle {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}

.spontanee {
  display: none;
  position:absolute;
  right: 0px;
  width: 18em;
}

.mobile-entry-menu {
  display: block;
}

.burger {
  height: 24px;
  width: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger .bar {
    background-color: #164194;
    width: 100%;
    height: 4px;
    position: absolute;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}

.burger:hover .bar {
  background-color: #e30f1b;
}

.mobile-menu li {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.mobile-menu li:hover {
  background-color: #164194;
}

.mobile-menu li a {
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 1em;
    padding-top: 17px;
    padding-bottom: 15px;
    display: block;
    color: #28434c;
}

.mobile-menu li a:hover {
  color: white;
}

/* SIDEBARD */

.sidebar {
    display: none;
}

.primary-menu {
  padding-top: 3em;
}

.primary-menu li {
    width: 100%;
}

.primary-menu li:hover, li.selected-menu {
  background-color: #252C47;
}

.primary-menu li a {
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 1em;
    padding-top: 17px;
    padding-bottom: 15px;
    display: block;
    color: white;
}


.backtomain {
    color: #fff;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 70px;
    letter-spacing: 2px;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}

.nav-social-links li {
  display: inline;
  margin-right: 1rem;
  list-style: none;
}

.nav-social-links svg {
  width: 2rem;
  height: 2rem;
}


.sidebar-social {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display:flex;
    justify-content: center;
}

.mobile-sidebar-social {
    margin-bottom: 1em;
    position: absolute;
    left: 1em;
}

.mobile-sidebar-social a {
    color: #164194;
}

.mobile-sidebar-social a:hover {
    color: #e30f1b;
}

.sidebar a {
    color:  white;
}

/* NOT MOBILE MEDIA */

@media only screen and (min-width: 1200px) {
    
    .header-title {
        font-size:  2em;
    }

    .mobile-entry-menu {
        display: none;
    }
    
    .spontanee {
      display: block;
    }

    .sidebar {
        display:  block;
        color: #fff;
        background: rgba(37,37,37,0.75);
        position: fixed;
        width: 270px;
        overflow-y: hidden;
        overflow-x: hidden;
        height: calc(100vh - 80px);
        z-index: 3;
    }
}

/* BANDEAU & SEARCH */

.title-entity {
  text-align: center;
  padding-top: 1.5em;
  color: white;
}

.bandeau-home, .bandeau-single {
    background-image: url(img/head-banner.jpeg);
}

.bandeau {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
}

.bandeau-single {
  height: 150px;
}
@media (min-width: 992px) {
  .bandeau-home {
      height: 280px;
  }
  
  .large-text {display:inline;}
}

@media (min-width: 1399px) {
  .bandeau-home {
      height: 280px;
  }
}

.searchrow {
  padding-bottom: 1em;
}

div.search .form-select {
    color: #495057;
    }

.nb-results {
  padding-bottom: 1em;
  text-align: center;
  color: #495057;
}

.form-control {
        border: 2px solid white;
        background-clip: border-box;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        z-index: 0;
    }

.btn-grey, .btn-grey:visited {
    color:  white;
    background-color: none;
    border: 0px;
}

.btn-grey:hover {
    color: black;
    border: 2px solid black;
}

.btn-init {
  margin-right: 2em;
}


.search-item {
  margin-bottom: 1em;
}

.search form {
    padding: 2em;
}

#searchsubmit {
    cursor: pointer;
    padding-left: 2em;
    padding-right: 2em;
    margin-top:0em;

}


/* PAGE CONTENT */

h1.title-block {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  color:white;
}

.page-content {
    z-index: 3;
    text-align: left;
    background-color: #fff;
/*    padding: 60px 20px 40px;*/
}

  
/* MAP */

#map {
  padding: 0em 1em;
}

#map-leaflet { 
    height: 655px; 
}

.leaflet-control-attribution svg {
    display: none!important;
}

.city {
    color: #164194;
    text-transform: uppercase;
    font-weight: 500;
    font-family: blockbecondensed,sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0.5em;
}

.leaflet-popup-content span {
  font-weight: 600;
}

.leaflet-popup-content a {
    display: block;
    text-align: center;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0.5em;
}

.leaflet-popup-content {
    margin: 16px 20px 13px;
    line-height: 1.4;
    max-width: 260px;
    min-width: 260px;
    font-size: 16px;
    max-height: 280px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.leaflet-popup-content::-webkit-scrollbar {
  display: none;
}

.btn {
  border-radius: 2.5rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1em;
  padding: 0.3em 2em;
}

.btn-bordered-blue {
    display: inline-block;
    background-color: rgba(37,37,37,0.75);
    color: #fff;
}


.btn-bordered-blue:hover {
    background-color: black;
    color:white;

}

.btn-red, .btn-red:visited {
    display: inline-block;
    background-color: #f1121c;
    color: #fff;
}


.btn-red:hover {
    background-color: #dcdbdb;
    color:#f1121c;
    border: 1px solid #dcdbdb;

}

.mycluster {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #f1121c;
    color: white;
    text-align: center;
    font-size: 18px;    
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}


/* JOB LISTING */

#joblisting {
  padding: 0em 1em;
}

#joblisting li {
    position: relative;
    text-align: left;
    border-bottom: solid 1px #dfdfdf;
    padding: 35px 35px 35px 0;
    cursor: pointer;
}

#joblisting li h3 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 25px;
    color: rgba(37,37,37,0.75);;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}

#joblisting li .job-location {
    position: relative;
    text-transform: uppercase;
    color: #383838;
    margin-top: 20px;
    margin-left: 25px;
    display: block;
    font-weight: 500;
    font-size: 16px;
}

#joblisting li .gosign {
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  width: 20px;
  background-image: url(img/gosign.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#joblisting li .job-location:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    height: 20px;
    width: 20px;
    background-image: url(img/pinpoint.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#see-more {
  text-align: center;
  padding: 1em;
}

/* JOB DESCRIPTION */

a.back {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #383838;
    font-size: 17px;
    margin-left: 30px;
    position: relative;
    width: fit-content;
    max-width: 90%;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}

a.back:hover {
    margin-left: 40px;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}

a.back:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: -20px;
    top: 7px;
    height: 11px;
    width: 11px;
    border-top: solid 3px #383838;
    border-right: solid 3px #383838;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.social-share {
    color: white;
    background-image: url(img/social-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    margin-top: -60px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 7px;
    font-weight: 600;
}

.social-share p {
    margin-bottom:  3px;
    letter-spacing: 1px;
}

.social-share img {
    margin-right:  1em;
}

.social-share img.lastshare {
    margin-right:  0em;
}

.social-share span {
    margin-right:  1.5em;
}

div.pre-description {
  padding-bottom: 3em;
}

.job-description {
  padding: 0em 2em;
}
.single-title {
  padding-bottom: 2em;
}
.single-title h1 {
  font-size: 2em;
  text-align: left;
}

.posted-on {
  font-style: italic;
  color: #8c8c8c;
}

.cadre {
    border: 2px solid #dfdfdf;
    padding: 1.25em 2em;
    border-radius: 10px;
    margin: 2em 0;
}

.card-picto {
    float: left;
    height: 30px;
    margin-top: 3px;
    margin-right: 0.75em;
}

.card-meta {
  font-size: 0.75em;
  margin-bottom: 0;
}

.card-meta-title {
  color: #8c8c8c;
}

.card-meta-value {
  text-transform: capitalize;
  font-weight: 600;
}

.jobdescription {
  padding-bottom: 2em;
}
.jobdescription h3 {
  color: #f1121c;
  padding-bottom: 1em;
  padding-top: 1em;
  font-family: 'FFDIN';
  text-transform: uppercase;
}

.timeline {
  background-color: #f2f3f3;
  padding-bottom: 2em;
  border-radius: 10px;
}

.timeline h3 {
    text-align: center;
    color: #164194;
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: 'FFDIN';
    text-transform: uppercase;
}

.timeline-card {
  text-align: center;
}

.timeline-card h5 {
  color: #164194;
  padding: 1em;
  font-family: 'FFDIN';
}

.timeline-card p {
  padding: 0em 1em;
}

.intuitionapply {
  display:none;
}

.jobapply {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* FOOTER */

#wrapper-footer {
  border-top: 1px solid grey;
  padding-top: 2em;
  font-size: 12px;
  margin-top: 3em;
  background-color: #303030;
  color: white;
}

.footer-links {
  text-align: left;
}

#wrapper-footer a {
  color: white;
  font-size: 12px;
}

.footer-copyright {
  padding-top:2em;
}

