﻿/* Font */
/* ------------------------------------------- */
@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-black.woff2') format('woff2'), url('../fonts/rubik-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-bold.woff2') format('woff2'), url('../fonts/rubik-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-medium.woff2') format('woff2'), url('../fonts/rubik-medium.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-regular.woff2') format('woff2'), url('../fonts/rubik-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-lightitalic.woff2') format('woff2'), url('../fonts/rubik-lightitalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
/* Menu */
/* ------------------------------------------- */
.page-content .main-menu {
  z-index: 1;
}
.navbar-light .navbar-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
}
.list-nav-item {
  padding: 85px 0 0 30px;
}
.nav-item {
  padding: 4px 0;
}
.nav-item a {
  font-family: 'Rubik';
  font-weight: bold;
  font-style: normal;
  font-size: 0.8461rem;
  text-transform: uppercase;
  color: #232323;
}
.nav-item a.active,
.ssnav-item a.active {
  color: #c5471d;
  position: relative;
  text-decoration: none;
}
.nav-item a.active::before,
.ssnav-item a.active::before {
  content: '';
  background-image: url('../img/hover-nav.png');
  position: absolute;
  height: 53px;
  width: 224px;
  left: -70px;
  bottom: -17px;
  z-index: -5;
}
.list-ssnav-item {
  padding: 20px 0 0 30px;
}
.ssnav-item .active {
  text-decoration: underline;
}
.ssnav-item a {
  font-weight: 300;
  color: #989898;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* Responsive */
/* ------------------------------------------- */
@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 150px;
  }
  .main-menu {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .main-menu {
    padding: 20px;
    text-align: center;
  }
  .list-nav-item {
    padding: 10px 0 0;
  }
  .list-ssnav-item {
    padding: 20px 0 0 0;
  }
  .navbar-collapse {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
  }
  .nav-item a.active::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .main-menu {
    position: fixed;
    width: 230px;
    padding: 0;
    height: 100%;
  }
  .main-menu-bg {
    position: absolute;
    top: 0;
    left: -72px;
    z-index: 31;
    width: 150%;
    height: 100%;
    -webkit-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    transform: skewX(-6deg);
  }
  .main-menu-content {
    position: relative;
    z-index: 32;
    padding: 40px 0 0 40px;
    width: 250px;
  }
  .main-menu.full-content {
    position: relative;
  }
}
@media (min-width: 1650px) {
  .page-index .main-menu {
    position: relative;
  }
}
/* Boutons */
/* ------------------------------------------- */
.btn-primary {
  font-weight: bold;
  color: #fff;
  border: none;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px 10px 50px;
  background-color: #c34724;
  border-radius: 30px;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #c34724;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 200ms;
}
.btn-primary > svg {
  position: absolute;
  left: 2px;
  width: 30px;
}
.btn-primary:hover {
  background-color: #000;
}
.btn-primary:hover::after {
  border-color: #000;
}
.disabled {
  cursor: not-allowed;
  filter: contrast(50%);
}
/* Formulaires */
/* ------------------------------------------- */
.form-control {
  font-size: 0.875rem;
}
.form-control:focus {
  border-color: #eebaac;
  box-shadow: 0 0 0 0.2rem rgba(239, 186, 172, 0.45);
}
.custom-file-label,
.custom-file-label::after,
.custom-control-label {
  line-height: 1.9;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 186, 172, 0.45);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c34724;
}
/* Table */
/* ------------------------------------------- */
.table-header {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .table-salary.table-bordered td,
  .table-salary.table-bordered th {
    border-bottom: 0;
  }
  .table-salary .table-header th,
  .table-salary td {
    display: flex;
    width: 100%;
  }
  .table-salary .table-degree {
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    background-color: #f8f8f8;
  }
  .table-salary .table-degree::before {
    content: none;
  }
  .table-salary td {
    padding: 0;
  }
  .table-salary td::before {
    content: attr(data-label);
    flex: 0 0 150px;
    padding: 8px 15px;
    text-align: right;
    font-weight: bold;
    background-color: #f8f8f8;
  }
  .table-salary span {
    flex: 1;
    padding: 8px 15px;
  }
  .table-year-xp {
    display: none;
  }
}
/* Wrapper */
/* ------------------------------------------- */
.wrapper {
  background-color: white;
}
/* Textes */
/* ------------------------------------------- */
body {
  font-family: 'Rubik';
  font-weight: normal;
  color: #232323;
  font-size: 0.875rem;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #c34724;
  font-size: 1.5625rem;
  padding: 0;
  margin: 0;
}
h3 {
  font-weight: normal;
  font-size: 1.25rem;
  color: #dddf4b;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h4 {
  font-weight: 100;
  font-size: 1.1rem;
}
h4.poste {
  font-size: 1rem;
  margin-top: 20px;
  text-transform: uppercase;
}
h5 {
  font-weight: normal;
  font-size: 1rem;
  color: #989898;
}
a {
  color: #c34724;
}
a:hover,
a:active,
a:focus {
  color: #c34724;
}
span.link:hover {
  cursor: pointer;
  text-decoration: underline;
}
p {
  margin-top: 20px;
}
li {
  font-weight: normal;
  color: #232323;
}
.bloc-lie {
  border-left: 3px solid #c34724;
  padding-left: 30px;
}
.bloc-lie.alt {
  border-left-color: #dddf4b;
}
.list-inline-item:not(:last-child) {
  margin-right: 1;
}
.-mt-4{
  margin-top:-2.25rem!important;
}
.single-line{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* LINKS */
.page-link {
  color: #282828;
}
.page-link:hover {
  color: #fff;
  background-color: #c34724;
  border-color: #c34724;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #c34724;
  border-color: #c34724;
}
/* BANNIERES */
.top-content {
  flex: 0 0 130px;
  position: relative;
  width: 30px;
  height: 130px;
  margin-bottom: 20px;
  background-color: #c34724;
  -webkit-border-radius: 0 0px 30px 30px;
  -moz-border-radius: 0 0px 30px 30px;
  border-radius: 0 0px 30px 30px;
}
.top-content::after {
  content: '';
  position: absolute;
  border: 4px solid #c34724;
  width: 30px;
  height: 130px;
  -webkit-border-radius: 0 0px 30px 30px;
  -moz-border-radius: 0 0px 30px 30px;
  border-radius: 0 0px 30px 30px;
}
.top-content > svg {
  position: absolute;
  bottom: 2px;
}
.top-content > svg > path {
  fill: #fff;
}
.equipe-rs {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.equipe-rs:hover path {
  fill: #DDDF4B!important;
}
.list-jobs {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
.list-jobs-header span {
  display: block;
  text-align: left;
  margin: 10px 0;
  letter-spacing: .1em;
}
.list-jobs-index-header {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  letter-spacing: .1em;
}
.list-jobs-item-intitule,
.list-jobs-item-index-intitule,
.list-jobs-item-lieu,
.list-jobs-item-index-lieu,
.list-jobs-item-type,
.list-jobs-item-index-type,
.list-jobs-item-remuneration,
.list-jobs-item-index-remuneration {
  padding-left: 20px;
  padding-right: 0;
}
.list-jobs-item-lieu,
.list-jobs-item-index-lieu,
.list-jobs-item-type,
.list-jobs-item-index-type,
.list-jobs-item-remuneration,
.list-jobs-item-index-remuneration {
  flex: none;
}
.list-jobs-item-link {
  display: block;
  padding: 4px 0;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
  background-color: #f8f8f8;
  cursor: pointer;
  color: #282828;
  font-family: 'Rubik';
  margin: 0;
}
.list-jobs-item-index-link {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
  background-color: #f8f8f8;
  cursor: pointer;
  color: #282828;
  font-family: 'Rubik';
  margin: 0;
}
.list-jobs-item-link:hover {
  background-color: #c34724;
  color: #fff;
  text-decoration: none;
}
.list-jobs-item-link-empty {
  display: block;
  padding: 4px 0;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
  background-color: #ffffff;
  color: #282828;
  font-family: 'Rubik';
  margin: 0;
}
.list-jobs-item-span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.list-jobs-item-index-intitule {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.list-jobs-item span {
  display: inline-block;
}
.list-jobs-item-lieu {
  width: 220px;
}
.list-jobs-item-type {
  width: 200px;
}
.list-jobs-item-remuneration {
  width: 150px;
}
.aside-container-content.detail-offre {
  margin-right: 220px;
}
li.link-rs-item {
  width: 35px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.detail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 230px;
  background-color: #c34724;
  color: #fff;
  z-index: 10;
  padding: 0 15px;
}
.detail > div {
  margin-bottom: 14px;
}
.detail button {
  color: #fff;
  border-color: #fff;
}
.detail button:hover {
  background-color: #fff;
  color: #c34724;
  border-color: #fff;
}
.detail button:active {
  color: #c34724;
  background-color: #fff;
  border-color: #fff;
}
.detail-bloc h4 {
  margin-bottom: 0;
}
.detail-bloc.environnement button {
  margin-bottom: 2px;
}
.detail-titre {
  line-height: 1rem;
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  padding-top: 20px;
}
.btn-postuler {
  display: block;
  color: #000;
  background-color: #dddf4b;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}
.btn-postuler:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.background-sold{
  background-image: url("../img/Pourvu.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
/* Responsive */
/* ------------------------------------------- */
@media (min-width: 768px) and (max-width: 1275px) {
  .list-jobs-item-intitule {
    width: 150px;
  }
  .list-jobs-item-lieu {
    width: 150px;
  }
  .list-jobs-item-type {
    width: 150px;
  }
  .list-jobs-item-remuneration {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .list-jobs-header {
    display: none !important;
  }
  .list-jobs-item-index-link {
    flex-direction: column;
  }
  .list-jobs-item-index-intitule {
    max-width: 100%;
  }
}
@media (min-width: 650px) and (max-width: 992px) {
  .detail-opportunite .main-menu {
    text-align: left;
  }
  .detail-opportunite .navbar-light .navbar-toggler {
    right: 250px;
  }
}
@media (max-width: 650px) {
  .aside-container-content.detail-offre {
    margin-right: 0px;
    margin-bottom: 130px;
  }
  .detail {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    padding: 0px;
  }
  .detail > div {
    margin-bottom: 0;
  }
  .detail-flex {
    display: flex;
  }
  .detail-bloc {
    width: 25%;
    display: inline-block;
    text-align: center;
  }
  .detail-bloc.environnement {
    display: none;
  }
  .detail-bloc > h4 {
    font-size: 14px;
  }
  .detail-bloc > i {
    font-size: 11px;
  }
  .btn-postuler {
    margin-top: 0;
  }
  .btn-postuler:hover {
    background-color: #000;
    color: #fff;
  }
  .detail-titre {
    font-size: 12px;
  }
}
@media (min-width: 1650px) {
  .page-index .page-container {
    display: flex;
    flex-direction: row;
    flex: 1;
  }
  .page-index .aside-container {
    flex: 0 0 45%;
    position: relative;
    padding-left: 120px;
    padding-right: 50px;
  }
  .page-index .aside-container-bg {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 21;
    width: calc( 100% + 300px );
    height: 100%;
    -webkit-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    transform: skewX(8deg);
  }
  .page-index .aside-container-bg:before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 753px;
    height: 258px;
    background-image: url('../img/back-content.png');
    background-repeat: no-repeat;
    background-size: contain;
    transform: skewX(-8deg);
  }
  .page-index .aside-container-content {
    position: relative;
    z-index: 22;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .page-index .bloc-scroll {
    overflow: auto;
    flex: 1;
    padding-right: 30px;
    margin-bottom: 40px;
  }
  .page-index .main-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0;
    padding: 0 20px;
    padding-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1650px) {
  .page-index .page-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 115px;
    padding-left: 360px;
    padding-right: 50px;
    background-image: url('../img/back-content.png');
    background-repeat: no-repeat;
    background-position: 270px 0;
  }
  .page-index .aside-container {
    margin-top: 0px;
  }
  .page-index .main-container {
    margin-top: 50px;
  }
}
@media (max-width: 1650px) {
  .page-index .top-content {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-index .page-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .page-index .main-container {
    margin-top: 50px;
  }
}
.page-content .page-container {
  width: 100%;
  padding: 50px 20px 0 20px;
}
@media (min-width: 992px) {
  .page-content .page-container {
    padding: 0;
    padding-left: 360px;
    padding-right: 50px;
    padding-bottom: 50px;
    background-image: url('../img/back-content.png');
    background-repeat: no-repeat;
    background-position: 270px 0;
  }
}
@media (min-width: 1500px) {
  .page-content .page-container {
    max-width: 1425px;
  }
}
@media (max-width: 991px) {
  .page-content .top-content {
    display: none;
  }
}

/* Animations */
/* ------------------------------------------- */

.bounce-enter-active {
  animation: bounce-in .5s;
}
.bounce-leave-active {
  animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=styles.css.map */

/* Custom styles from ED */

.col-height-xs{
  height: 60px;

}

.color-green {
  color: #dddf4b;
}

.color-grey {
  color: #B8B8B8;
}

.color-red{
  color: #c34724;
}

.h2bis {
  font-weight: bold;
  color: #c34724;
  font-size: 1.5625rem;
  padding: 0;
  margin: 0;
}

.bigger-font{
  font-size: 18pt;
}

.font-upper {
  text-transform: uppercase;
}

.font-lower {
  text-transform: lowercase;
}

.font-small {
  font-size : 0.50rem;
}

.btn-red-color {
  background-color: #c34724;
  color: #fff;
  border-color: #fff;
}

.btn-green-color {
  background-color: #dddf4b;
  color: #fff;
  border-color: #fff;
}


.btn-grey-color {
  background-color: #B8B8B8;
  color: #fff;
  border-color:  #B8B8B8 ;
}

.display-full-width{
  width : 100%;
}

.pre-formatted {
  white-space: pre;
}

.stick-left{
  position: absolute;
  left: 0px;
}

@media screen  {
  .justify-text {
    text-align: justify;
    text-justify: inter-word;
  }
}

@media handheld  {
  .justify-text {
    text-align: justify;
    text-justify: inter-word;
  }
}

.bold{
  font-weight: bold;
  font-size: 1.1rem;
}

[v-cloak] {
  display: none;
}