@font-face {
  font-family: "Segoe-UI";
  src: url("../fonts/Segoe-UI.woff");
}

.gbColor {
  color:#EFB822;
}

#cookieTable {
  border-collapse: collapse;
  width: 100%;
}

#cookieTable td, #cookieTable th {
  border: 1px solid black;
  padding: 8px;
}
#cookieTable td {
  text-align: center;
  vertical-align: middle;
}

#cookieTable th {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* SLICK SLIDER */

.slick-list.draggable {
    width: 89%;
}

.slick-next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem!important;
}

.titleOffer {
  font-size: 18px;
  font-weight: bold;
  border: none!important;
  height: 120px;
  line-height: 1.2em;
  width: 100% !important;
}

#gotoform {
  border-radius: 8px;
  font-size: 20px;
}

.postuler {
  width: 100%!important;
  font-size: 20px!important;
  transition: all 0.2s ease-in-out;
  padding-bottom: 2px;
}

.postuler a {
  color: inherit;
}

.companyName {
  font-size: 17px;
}

.carrousel {
  max-height: 300px;
}

.arrowCircleRight {
  float: right;
  transition: all 0.2s ease-in-out;
}

/* MAIN CSS */

.none {
  display: none!important;
}

.t-margin {
    margin-top: 25px!important;
    border: none!important;
}

.t-margin-plus {
  margin-top: 50px!important;
}

.b-margin-xs {
  margin-bottom: 10px!important;
}

.b-margin {
    margin-bottom: 25px!important;
}

.l-margin {
  margin-left: 40px!important;
}

.r-margin {
  margin-right: 40px!important;
}

.b-margin-ul {
  margin-bottom: 1.4285em;
}

.spaceLi {
  line-height: 1.8em;
}

h1,
.expiredOffer,
.textCenter {
  text-align: center;
}

.expiredOffer {
  color: #DC143C;
}

h1 {
  padding-top: 3%;
  font-size: 4rem;
}

h1, h2, h3, h4, h5 {
  margin: inherit!important;
}


h4 {
  font-style: italic;
}

.image-back {
  border-bottom: 5px solid;
  background-size: 100%;
  padding-bottom: 12vh;
  background-color: #F2F4F5;
  background-repeat: no-repeat;
}

.image-back p {
  text-align: center;
  font-size: 2rem;
}

.logo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto!important;
  transform: translateY(-50%);
}

.important-mobile {
  width: 80%;
  margin: 0 auto!important;
  padding: 5%!important;
  color: white;
}

.firstdiv-mobile,
.seconddiv-mobile {
  border-bottom: solid white 2px;
  text-align: center;
  width: 100%;
}

.firstdiv-mobile {
  padding-bottom: 5%;
}

.seconddiv-mobile {
  padding: 5% 0;
}

.thirddiv-mobile {
  text-align: center;
  width: 100%;
  padding-top: 5%;
}

.important {
  max-width: 75%;
  margin: 0 auto!important;
  padding: 0.5%!important;
  display: flex;
}

.important div p{
  margin: 0 auto;
  padding-left: 25%;
  font-size: 1.1rem;
}

.firstdiv,
.seconddiv {
  border-right: solid 2px;
}

.firstdiv {
  flex: 0 0 25%;
}

.seconddiv {
  flex: 0 0 45%;
}

.thirddiv {
  flex: 1;
}

.ui.container.segment.offre small {
  float: right;
}

.ui.container.segment.offre {
  width: 75%;
  margin-left: auto!important;
  margin-right: auto!important;
  border: none;
}

.ui.container.segment.offre p,
.ui.container.segment.offre div,
.ui.container.segment.offre span {
  float: none!important;
}

.bold {
  font-weight: bold;
}

#header-block .column .ui.segment {
  height: 100%;
  margin-left: 25%;
  right: 10%;
  transition: all .4s ease-in-out;
}

#btn_submit {
  font-size: 25px;
  border-radius: 8px;
}

#btn_submit_top {
  font-size: 20px;
  border-radius: 8px;
}

#labelcv {
  border-radius: 8px;
}

.cv {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.cv + #labelcv {
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}

form {
  clear: both;
}

.formContainer {
  width: 100%;
  position: relative;
}

#form, #formNoCv {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#btnSlideCv,
#btnSlideNoCv {
  font-size: 16px;
}

.asterisk.icon {
  font-size: 10px!important;
}

.formpart,
.similarOffers {
  width: 75%!important;
}

.similarOffers {
  margin: 0 auto 2% auto;
}

.fieldError {
  background: #fff6f6!important;
  border-color: #e0b4b4!important;
  color: #9f3a38!important;
}

.formError {
  background-color: #FFF6F6;
  color: #9F3A38;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  position: relative;
  min-height: 1em;
  margin: 1em 0em;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.formError .list {
  text-align: left;
  padding: 0em;
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0em 0em;
}

.redirect {
  text-align: center;
  padding: 3em 0!important;
}

.redirectCGU {
  width: 100%;
}

.CGU {
  display: inline-flex;
}

.modalCGU .article {
  list-style: none;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.postuler p {
  margin-top: 5px;
}

.postuler a b {
  margin-left: 3px;
}

div.ui.selection.dropdown {
  width: 100%;
}

div.ui.selection.dropdown i.dropdown.icon {
  right: 2em;
}

/* MODAL MAIL SHARE */

.inputMail {
  width: 100%;
}

#captcha-el, #captcha-el2 {
    text-align: right;
    text-align: -webkit-right;
}

.politiqueGB {
  font-style: italic;
  color: darkgrey;
}

@media screen and (max-width: 1400px) {
  .logo {
    width: 145px;
    height: 145px;
  }

  .ui.container.segment.offre {
    width: 75%;
  }

  .important {
    max-width: 75%;
  }

  .image-back {
    padding-bottom: 11vh;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }

  .image-back {
    padding-bottom: 8vh;
  }

  .image-back p {
    font-size: 1rem;
  }

  .logo {
    width: 120px;
    height: 120px;
  }

  .important-mobile {
    margin-top: -5%!important;
  }

  .formpart,
  .offre {
    box-shadow: none!important;
    border: none!important;
  }

  #gotoform {
    margin-bottom: 15%!important;
  }

  #btn_submit_top {
    margin-bottom: 15%!important;
  }
}

@media screen and (max-height: 480px) {
  h1 {
    font-size: 2rem;
    padding-top: 2%;
  }

  .image-back p {
    font-size: 1rem;
  }

  .logo {
    width: 120px;
    height: 120px;
  }

  .important-mobile {
    width: 75%;
    margin-top: -5%!important;
  }

  .formpart,
  .offre {
    box-shadow: none!important;
    border: none!important;
  }

  #gotoform {
    margin-bottom: 12%!important;
  }

  #btn_submit_top {
    margin-bottom: 12%!important;
  }
}

@media screen and (max-width: 1024px) {
  #gotoform {
    margin-bottom: 4%;
  }
  #btn_submit_top {
    margin-bottom: 4%;
  }
}

@media screen and (min-width: 560px) and (max-width: 740px) {
  .similar-jobs-col {
    max-width: 50%!important;
  }
}

#app {
  padding-bottom: 5px;
  min-height: 100%;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
}

.loading {
  font-size: 20px;
}

.w2bSubscribeContainer {
  font-family: Segoe-UI, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: rgba(42,67,101,1);
}

.w2bSubscribeContainer .button {
  font-size: 1.4rem;
  background: #5DC8B6 !important;
}

#w2bTextXLGreen {
  font-size: 2rem;
  color: #1EB68F;
  margin-bottom: 0;
  font-weight: bolder;
}

#w2bTextLogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#w2bTextLogo > img {
  width: 180px;
}

#w2bTextExplain {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.paddingResp {
  padding: 2rem;
}

#w2bSubscribeModal {
  font-family: Segoe-UI, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  color: rgba(42,67,101,1);
}

#w2bSubscribeModal .image {
  margin-bottom: 3rem;
}

#w2bSubscribeModal .image img {
  width: 180px;
  margin-bottom: 3rem;
}

#w2bSubscribeModal h5 {
  font-size: 2rem;
  text-align: center;
  font-family: Segoe-UI, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  color: rgba(42,67,101,1);
}

#w2bSubscribeModal .form label:not(.field.error label) {
  font-family: Segoe-UI, 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  color: rgba(42,67,101,1) !important;
}

#w2bSubscribeModal .content-success {
  padding: 3rem;
}

#content-success-title {
  margin-top: 3rem !important;
  text-align: center;
  font-size: 1.5rem !important;
}

#w2bCarrousel {
  margin-top: 4rem;
}

#w2bCarrousel .slick-slide div {
  border-top: unset;
  width: 100%;
}

#w2bCarrousel .slick-list.draggable {
  width: 100%;
}

.w2bCarrouselDots {
  text-align: center !important;
  width: 10px !important;
  padding: 5px !important;
  height: 10px !important;
  background: #bacec7 !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
}

.w2bCarrousel-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.w2bCarrousel-item-title {
  color: rgba(74,85,104,1);
  text-align: center;
  font-size: 1.25rem;
}

.carrousel-bee-icon {
  width: 30px;
  height: 30px;
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(-33%, 0);
    transform: translate(-33%, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-33%, 0);
    transform: translate(-33%, 0);
    opacity: 0;
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: translate(0,  -33%);
    transform: translate(0, -33%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, 33%);
    transform: translate(0, 33%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0,  -33%);
    transform: translate(0, -33%);
    opacity: 0;
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: translate(-20%,  -15%);
    transform: translate(-20%, -15%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(20%, 15%);
    transform: translate(20%, 15%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-20%,  -15%);
    transform: translate(-20%, -15%);
    opacity: 0;
  }
}

.content-animated {
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mini-card {
  position: absolute;
  max-height: 100px;
  width: 14rem !important;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: rgba(255,255,255,1);
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

.mini-card p {
  text-align: center;
  margin-top: 0.75rem;
  color: rgba(160,174,192,1);
  font-size: 0.875rem;
  font-weight: 100;
}

.mini-card p .number {
  color: rgba(255,255,255,1);
  background-color: rgba(198,246,213,1);
  font-weight: 600;
  padding: 0 0.5rem;
  border-radius: 9999px;
  margin: 0 0.25rem;
}

.mini-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-card-header span {
  font-weight: 700;
  border-radius: 1.5rem;
  padding: 4px 10px;
}

.mini-card-1 {
  -webkit-animation: move1 3.5s ease-in-out infinite;
  animation: move1 3.5s ease-in-out infinite;
  max-height: 100px;
  margin-left: 5rem;
}

.mini-card-2 {
  -webkit-animation: move2 4.5s ease-in-out infinite;
  animation: move2 4.5s ease-in-out infinite;
  max-height: 100px;
  margin-top: 12rem;
}

.mini-card-3 {
  -webkit-animation: move3 5s ease-in-out infinite;
  animation: move3 5s ease-in-out infinite;
  max-height: 100px;
  margin-left: 6rem;
  margin-top: 19rem;
}

.mini-card-4 {
  -webkit-animation: move3 5s ease-in-out infinite;
  animation: move3 4s ease-in-out infinite;
  max-height: 100px;
  bottom: 0;
  margin-bottom: 4rem;
}

#modalW2bCheckboxContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#modalW2bCheckboxContainer img {
  width: 48%;
  display: none;
}

#modalW2bCheckboxContainer > div {
  width: 100%;
}

#modalW2bCheckboxContainer button {
  background: #5DC8B6;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 2rem;
  font-weight: 600;
  padding: 0.6rem;
}

#modalW2bCheckboxContainer .ui.message.error {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 425px){
  .w2bCarrousel-item > img {
    width: inherit;
  }

  .content-animated {
    width: inherit !important;
  }

  .content-animated > img {
    width: inherit !important;
  }

  .mini-card-3 {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 375px){

  .w2bSubscribeContainer .button {
    font-size: 1.2rem;
  }

  #modalW2bCheckboxContainer button {
    font-size: 1.2rem;
  }

  .mini-card-1 {
    margin-left: 1rem;
  }

  .mini-card-3 {
    margin-left: 0.5rem;
  }

  .mini-card-4 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px){
  #w2bSubscribeModal h5 {
    font-size: 2.5rem;
  }

  #w2bSubscribeModal .image img {
    width: 280px;
  }

  .paddingResp {
    padding: 3rem;
  }

  #w2bTextXLGreen {
    font-size: 3rem;
  }

  #w2bTextLogo {
    font-size: 3rem;
  }

  #w2bTextLogo > img {
    width: 240px;
  }

  #w2bTextExplain {
    font-size: 1.4rem;
  }

  #modalW2bCheckboxContainer img {
    display: block;
  }

  #modalW2bCheckboxContainer > div {
    width: 48%;
  }

  #content-success-title {
    font-size: 2rem !important;
    margin-top: 0;
  }
}

#container-button-confetti {
  position: relative;
  min-height: 25vh;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-enter-to, .fade-leave {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 300ms ease-in-out;
}

.fade-leave-active {
  transition: opacity 200ms ease-in-out;
}


/**
  Slick custom
 */

@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

.slick-slide {
  outline: none;
}

.pendingForm {
  margin-bottom: 175px!important;
}

.txtSimilarJobApplied {
  font-size: 20px;
}

.applyOneClickBtn {
  font-size: 20px !important;
  padding: 10px 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.applyOneClickBtn > i {
  font-size: 16px;
  opacity: 1 !important;
  margin-left: 2px !important;
}

.flip-card {
  background-color: transparent;
  width: 100% !important;
  height: 210px;
  perspective: 1500px;
  border-top: unset !important;
}

.flip-card-inner {
  position: relative;
  width: 100% !important;
  height: 100%;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  border-top: unset !important;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: unset !important;
}

.flip-card-back {
  overflow: auto;
  transform: rotateY(180deg);
}

.flip-card-back div {
  border-top: unset !important;
}

.containerWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.containerWrapper .iframeWrapped {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageResponsive {
  width: 100%;
  height: auto;
  max-width: 800px;
}