@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.node--type-job .node__content .wrapper-cols .col .wrapper-about a, .node--type-job .node__content .wrapper-cols .col .apply a, .node--type-job .node__content .hero .wrapper .apply-hero a {
  display: inline-block;
  background-color: #002470;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
  padding: 15px 30px;
  position: relative;
  box-shadow: inset -15em 0 0 0 rgb(0, 48, 151), inset 15em 0 0 0 rgb(0, 48, 151);
  transition: box-shadow 0.4s ease;
}
.node--type-job .node__content .wrapper-cols .col .wrapper-about a:hover, .node--type-job .node__content .wrapper-cols .col .apply a:hover, .node--type-job .node__content .hero .wrapper .apply-hero a:hover {
  box-shadow: inset 0em 0 0 0 rgb(0, 48, 151), inset 0em 0 0 0 rgb(0, 48, 151);
}

@media only screen and (min-width: 1200px) {
  .node--type-job .node__content .wrapper-cols .col .wrapper-about a, .node--type-job .node__content .wrapper-cols .col .apply a, .node--type-job .node__content .hero .wrapper .apply-hero a {
    font-size: 1.125rem;
  }
}
#block-avianor-searchjobs {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
}
#block-avianor-searchjobs .search-form {
  display: none;
}
#block-avianor-searchjobs a.btn {
  margin-top: 50px;
}
#block-avianor-searchjobs .note {
  font-size: 0.8em;
  margin-top: -10px;
}
#block-avianor-searchjobs .list-header {
  background-color: rgb(0, 48, 151);
  margin-bottom: 0;
  max-width: 100%;
}
#block-avianor-searchjobs .list-header button {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
}
#block-avianor-searchjobs .list-header button .icon {
  margin-top: 2px;
  top: 0%;
}
#block-avianor-searchjobs .list-header button.desc .icon {
  margin-top: 0px;
}
#block-avianor-searchjobs .list-header button#area-of-expertise, #block-avianor-searchjobs .list-header button#job-type {
  display: none;
}
#block-avianor-searchjobs .list-header button#job-title {
  width: 60%;
}
#block-avianor-searchjobs .list-header button#location {
  width: 35%;
}
#block-avianor-searchjobs #results {
  max-width: 100%;
}
#block-avianor-searchjobs #results ul:not(.pager) li {
  transition: all 0.3s ease;
  padding: 0;
  border-color: rgba(119, 119, 119, 0.3);
  background-image: url(../images/fl-emploi.png);
  background-size: 12px;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
#block-avianor-searchjobs #results ul:not(.pager) li:hover {
  background-color: #F6F6F6;
}
#block-avianor-searchjobs #results ul:not(.pager) li a {
  padding: 20px 0 16px;
  font-weight: 600;
  align-items: center;
}
#block-avianor-searchjobs #results ul:not(.pager) li a .category,
#block-avianor-searchjobs #results ul:not(.pager) li a .type {
  display: none;
}
#block-avianor-searchjobs #results ul:not(.pager) li a .titre {
  width: 60%;
}
#block-avianor-searchjobs #results ul:not(.pager) li a .location {
  width: 35%;
}
#block-avianor-searchjobs #results ul.pager {
  margin: 40px 0 0px;
}
#block-avianor-searchjobs #results ul.pager li {
  padding: 3px 10px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
}
#block-avianor-searchjobs #results ul.pager li.disable {
  display: none;
}
#block-avianor-searchjobs #results ul.pager li.selected {
  font-size: 1.5rem;
  color: rgb(0, 48, 151);
}
#block-avianor-searchjobs #results ul.pager li:hover {
  background-color: transparent;
  color: rgb(0, 48, 151);
}
#block-avianor-searchjobs #results ul.pager li:first-child, #block-avianor-searchjobs #results ul.pager li:nth-child(2), #block-avianor-searchjobs #results ul.pager li:nth-last-child(2), #block-avianor-searchjobs #results ul.pager li:last-child {
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(7, 4, 25, 0.3);
  box-sizing: border-box;
  margin: 0 5px;
}
#block-avianor-searchjobs #results ul.pager li:first-child:hover, #block-avianor-searchjobs #results ul.pager li:nth-child(2):hover, #block-avianor-searchjobs #results ul.pager li:nth-last-child(2):hover, #block-avianor-searchjobs #results ul.pager li:last-child:hover {
  border: 1px solid rgb(0, 48, 151);
}
#block-avianor-searchjobs #results ul.pager li:first-child {
  background-image: url(../images/pager-arrow-start.png);
}
#block-avianor-searchjobs #results ul.pager li:nth-child(2) {
  background-image: url(../images/pager-arrow-prev.png);
}
#block-avianor-searchjobs #results ul.pager li:nth-last-child(2) {
  background-image: url(../images/pager-arrow-next.png);
}
#block-avianor-searchjobs #results ul.pager li:last-child {
  background-image: url(../images/pager-arrow-end.png);
}
#block-avianor-searchjobs #results .no-result-txt {
  text-align: center;
  font-size: 1.125rem;
  margin: 1em 0 0 0;
  color: rgb(0, 48, 151);
}

.node--type-job .node__content .hero {
  background-color: #0F1112;
  position: relative;
  min-height: 350px;
  padding: 95px 0 30px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.node--type-job .node__content .hero .wrapper {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.node--type-job .node__content .hero .wrapper h1 {
  width: calc(100% - 0px);
  text-align: center;
  font-size: 2.43rem;
  color: #fff;
}
.node--type-job .node__content .hero .wrapper .apply-hero {
  text-align: center;
  margin-top: 10px;
}
.node--type-job .node__content .search-page-link {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 30px auto;
  padding: 0px 0;
}
.node--type-job .node__content .search-page-link a {
  display: inline-block;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(0, 48, 151);
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid rgb(0, 48, 151);
  border-radius: 0;
  width: 100%;
  max-width: 400px;
  transition: all 0.3s ease;
}
.node--type-job .node__content .search-page-link a:hover {
  background-color: rgb(0, 48, 151);
  color: #fff;
}
.node--type-job .node__content .wrapper-cols {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 50px;
}
.node--type-job .node__content .wrapper-cols .col:first-child {
  width: calc(100% - 0px);
  margin-right: 0;
}
.node--type-job .node__content .wrapper-cols .col:last-child {
  width: calc(100% - 0px);
  margin-top: 50px;
}
.node--type-job .node__content .wrapper-cols .col .label,
.node--type-job .node__content .wrapper-cols .col h3 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: rgb(0, 48, 151);
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
}
.node--type-job .node__content .wrapper-cols .col .description {
  padding: 30px 0px;
  color: rgb(14, 17, 18) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}
.node--type-job .node__content .wrapper-cols .col .description h2,
.node--type-job .node__content .wrapper-cols .col .description h3,
.node--type-job .node__content .wrapper-cols .col .description .titleCustom {
  font-size: 1.575rem !important;
  line-height: 120% !important;
  color: rgb(0, 48, 151) !important;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif !important;
}
.node--type-job .node__content .wrapper-cols .col .description h3 {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}
.node--type-job .node__content .wrapper-cols .col .description .textCustom {
  font-weight: 400;
}
.node--type-job .node__content .wrapper-cols .col .description p,
.node--type-job .node__content .wrapper-cols .col .description li,
.node--type-job .node__content .wrapper-cols .col .description span {
  color: rgb(14, 17, 18) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  margin-top: 0;
  background-color: transparent !important;
  font-weight: 400 !important;
}
.node--type-job .node__content .wrapper-cols .col .description * + p {
  margin-top: 15px;
}
.node--type-job .node__content .wrapper-cols .col .description strong {
  font-weight: 600;
}
.node--type-job .node__content .wrapper-cols .col .description ul li,
.node--type-job .node__content .wrapper-cols .col .description ol li {
  margin: 0 0 5px 0;
  color: rgb(14, 17, 18);
}
.node--type-job .node__content .wrapper-cols .col .apply a {
  border: 0;
}
.node--type-job .node__content .wrapper-cols .col .apply-not-ready {
  display: none;
}
.node--type-job .node__content .wrapper-cols .col .wrapper-location-type ul li {
  display: flex;
  padding-left: 0;
}
.node--type-job .node__content .wrapper-cols .col .wrapper-location-type ul li .location-label,
.node--type-job .node__content .wrapper-cols .col .wrapper-location-type ul li .job-type-label {
  margin-right: 5px;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul {
  list-style-type: none;
  padding: 0 0 0 0px;
  margin: 20px 0;
  display: flex;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li {
  margin: 0 20px 0 0;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a {
  display: block;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg {
  width: 50px;
  height: 50px;
  margin-top: 0 !important;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#Groupe_3 path#Tracé_3,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#Groupe_1 path#Tracé_1,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#Groupe_5 path#Tracé_5,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#icon_mail path#Tracé_9,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#icon_mail path#Tracé_10,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#icon_mail path#Tracé_11,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#Groupe_11 path#trace_15 {
  fill: rgb(156, 24, 47);
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg g#Groupe_11 path#trace_16 {
  fill: white;
}
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#Groupe_3 path#Tracé_3,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#Groupe_1 path#Tracé_1,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#Groupe_5 path#Tracé_5,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#icon_mail path#Tracé_9,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#icon_mail path#Tracé_10,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#icon_mail path#Tracé_11,
.node--type-job .node__content .wrapper-cols .col .social-sharing-links ul li a svg:hover g#Groupe_11 path#trace_15 {
  fill: rgb(0, 48, 151);
}
.node--type-job .node__content .wrapper-cols .col .wrapper-about p {
  padding: 0 0;
}
@media only screen and (min-width: 768px) {
  #block-avianor-searchjobs .list-header button#job-title {
    width: 37%;
  }
  #block-avianor-searchjobs .list-header button#area-of-expertise {
    display: flex;
    width: 30%;
  }
  #block-avianor-searchjobs .list-header button#job-type {
    display: flex;
    width: 15%;
  }
  #block-avianor-searchjobs .list-header button#location {
    width: 15%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .titre {
    width: 37%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .type {
    display: block;
    width: 15%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .category {
    display: block;
    width: 30%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .location {
    width: 15%;
  }
  .node--type-job .node__content .hero {
    min-height: 400px;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
  }
  .node--type-job .node__content .hero .wrapper {
    width: calc(100% - 140px);
  }
  .node--type-job .node__content .hero .wrapper h1 {
    font-size: 3rem;
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-avianor-searchjobs {
    width: calc(100% - 140px);
  }
  #block-avianor-searchjobs #results ul:not(.pager) li {
    background-size: 0px;
    background-position: right 20px center;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li:hover {
    background-size: 21px;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .category {
    padding-right: 50px;
  }
  .node--type-job .node__content .hero .wrapper h1 {
    position: relative;
    z-index: 2;
  }
  .node--type-job .node__content .search-page-link {
    width: calc(100% - 140px);
  }
  .node--type-job .node__content .search-page-link a {
    width: auto;
    padding: 0 30px;
  }
  .node--type-job .node__content .wrapper-cols {
    width: calc(100% - 140px);
    flex-direction: row;
    padding-bottom: 70px;
  }
  .node--type-job .node__content .wrapper-cols .col:first-child {
    width: calc(65% - 20px);
  }
  .node--type-job .node__content .wrapper-cols .col:last-child {
    width: calc(35% - 20px);
    margin-top: 0;
  }
  .node--type-job .node__content .wrapper-cols .col .wrapper-location-type ul {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  #block-avianor-searchjobs {
    padding: 100px 0;
  }
  .node--type-job .node__content .hero {
    min-height: 450px;
  }
  .node--type-job .node__content .hero .wrapper h1 {
    margin-top: 170px;
    font-size: 3.5rem;
  }
  .node--type-job .node__content .wrapper-cols .col .description h3 {
    font-size: 1.25rem !important;
  }
  .node--type-job .node__content .wrapper-cols .col .description span {
    font-size: 1.125rem !important;
  }
  .node--type-job .node__content .wrapper-cols .col .wrapper-location-type ul li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1440px) {
  #block-avianor-searchjobs .list-header button#job-title {
    width: 50%;
  }
  #block-avianor-searchjobs .list-header button#area-of-expertise {
    width: 20%;
  }
  #block-avianor-searchjobs .list-header button#job-type {
    width: 15%;
  }
  #block-avianor-searchjobs .list-header button#location {
    width: 15%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .titre {
    width: 50%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .type {
    width: 15%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .category {
    width: 20%;
  }
  #block-avianor-searchjobs #results ul:not(.pager) li a .location {
    width: 15%;
  }
  .node--type-job .node__content .hero {
    min-height: 500px;
  }
  .node--type-job .node__content .hero .wrapper h1 {
    font-size: 4.5rem;
  }
}