@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@media (max-width: 1199px) {
  .emploi-extrait .elementor-cta__content {
    min-height: auto !important;
  }
}
.emploi-extrait .elementor-cta__content .elementor-cta__button {
  padding: 0;
  border-color: transparent;
  position: absolute;
  bottom: 35px;
}
@media (max-width: 767px) {
  .emploi-extrait .elementor-cta__content .elementor-cta__button {
    bottom: 25px;
  }
}
.emploi-extrait .elementor-cta__content-item {
  position: unset !important;
}

.emploi-extrait-2 .elementor-section:first-child {
  height: 300px;
  background-color: transparent;
  background-blend-mode: multiply;
}
.emploi-extrait-2 .elementor-section:first-child:hover {
  background-color: rgb(69, 69, 69);
  transition: all 0.3s !important;
}
.emploi-extrait-2 .elementor-section:last-child a {
  opacity: 1;
  transition: all 0.3s !important;
}
.emploi-extrait-2 .elementor-section:last-child a:hover {
  opacity: 0.65 !important;
}
.emploi-extrait-2 .extrait-cache {
  opacity: 0;
  transition: all 0.3s !important;
  margin-top: 25px;
  margin-right: 25px;
  min-height: 0;
  max-height: 250px;
}
.emploi-extrait-2 .elementor-section:first-child:hover .extrait-cache {
  opacity: 1;
  transition: all 0.3s !important;
}
.emploi-extrait-2 div {
  word-break: break-word;
  overflow: hidden;
}

.form-filtre-emploi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #3b55e6;
  border-radius: 20px;
  padding: 20px 20px;
  margin-bottom: 70px;
}
@media (min-width: 1600px) {
  .form-filtre-emploi {
    padding: 37px 20px;
  }
}
.form-filtre-emploi .col {
  padding: 15px 15px;
}
@media (min-width: 1600px) {
  .form-filtre-emploi .col {
    padding: 0 30px;
  }
}
.form-filtre-emploi .col.col-titre {
  width: 100%;
}
@media (min-width: 1600px) {
  .form-filtre-emploi .col.col-titre {
    width: 25%;
  }
}
.form-filtre-emploi .col.col-titre h3 {
  color: #3b55e6;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}
.form-filtre-emploi .col.col-localisations {
  width: 100%;
}
@media (min-width: 1200px) {
  .form-filtre-emploi .col.col-localisations {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .form-filtre-emploi .col.col-localisations {
    width: 30%;
  }
}
.form-filtre-emploi .col.col-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .form-filtre-emploi .col.col-type {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .form-filtre-emploi .col.col-type {
    width: 25%;
  }
}
.form-filtre-emploi .col.col-submit {
  width: 100%;
  text-align: right;
}
@media (min-width: 1200px) {
  .form-filtre-emploi .col.col-submit {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .form-filtre-emploi .col.col-submit {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .form-filtre-emploi .col.col-submit {
    text-align: left;
  }
}
.form-filtre-emploi .col select {
  border: none;
  border-radius: 10px;
  color: #3b55e6;
  background-color: #F4F5FA;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 24px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23354896" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: calc(100% - 30px);
  background-position-y: 50%;
}
.form-filtre-emploi .col label {
  width: 50%;
  color: #0E2C43;
  font-size: 14px;
  font-weight: 700;
  padding: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-filtre-emploi .col label {
    width: 100%;
  }
}
.form-filtre-emploi .col label input[type=checkbox] {
  margin-right: 15px;
}
.form-filtre-emploi .col button.btn-rechercher {
  background-color: #33879e;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding: 24px 40px;
}

.emploi-resultat {
  color: #33879e;
}

.list-emploi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.list-emploi .item-emploi {
  width: 50%;
  padding: 18px;
}
@media (max-width: 767px) {
  .list-emploi .item-emploi {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .list-emploi .item-emploi {
    width: 33%;
  }
}
@media (min-width: 1600px) {
  .list-emploi .item-emploi {
    width: 25%;
  }
}
.list-emploi .item-emploi .cta-equipe .elementor-cta__content {
  position: absolute;
  bottom: 0;
  overflow: visible;
}
.list-emploi .item-emploi .cta-equipe .elementor-cta__icon {
  width: 100%;
  position: absolute !important;
  top: -30px;
  left: 0;
  z-index: -1;
}
.list-emploi .item-emploi .cta-equipe .elementor-cta__icon .elementor-icon {
  width: 100%;
}
.list-emploi .item-emploi .cta-equipe .elementor-cta__icon .elementor-icon svg {
  width: 100%;
  height: auto;
}

.liste-accordeon .item-tiroir {
  border-radius: 20px;
  background-color: #F4F5FA;
  margin-bottom: 30px;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .liste-accordeon .item-tiroir {
    padding: 15px 15px;
  }
}
.liste-accordeon .item-tiroir .tiroir-titre {
  margin: 0;
}
.liste-accordeon .item-tiroir .tiroir-titre a {
  position: relative;
  padding: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #3b55e6;
  display: block;
}
@media (max-width: 767px) {
  .liste-accordeon .item-tiroir .tiroir-titre a {
    font-size: 18px;
    line-height: 24px;
  }
}
.liste-accordeon .item-tiroir .tiroir-titre a:after {
  position: absolute;
  right: 0px;
  top: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  line-height: 30px;
}
.liste-accordeon .item-tiroir .content-tiroir {
  display: none;
  padding: 25px 10px 10px;
}
.liste-accordeon .item-tiroir.active .tiroir-titre a:after {
  content: "\f077";
}
.liste-accordeon .item-tiroir.active .content-tiroir {
  display: block;
}

.content-tiroir h3,
.editeur-contenu h3 {
  color: #3b55e6;
  margin-bottom: 20px;
}
.content-tiroir h4,
.editeur-contenu h4 {
  color: #3b55e6;
  margin-bottom: 25px;
}
.content-tiroir h5,
.editeur-contenu h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-tiroir blockquote,
.editeur-contenu blockquote {
  color: #3b55e6;
  border: 3px solid #3b55e6;
  border-radius: 25px;
  padding: 40px 60px;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 31px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-tiroir blockquote,
  .editeur-contenu blockquote {
    padding: 20px 20px;
    font-size: 22px;
    line-height: 25px;
  }
}
.content-tiroir ul,
.editeur-contenu ul {
  list-style: none;
  margin: 0 0 40px;
}
.content-tiroir ul li,
.editeur-contenu ul li {
  position: relative;
  border-bottom: 2px solid rgba(53, 72, 150, 0.1);
  padding-left: 37px;
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-tiroir ul li:before,
.editeur-contenu ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Font Awesome 5 Free";
  opacity: 0.4;
  font-weight: 700;
  color: #3b55e6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.gform_wrapper.gravity-theme .gsection {
  border: none;
}
.gform_wrapper.gravity-theme .gsection h3.gsection_title {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #3b55e6;
  padding-top: 58px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0E2C43;
  margin-bottom: 23px;
  display: inline-block;
  padding: 0;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0 !important;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 17px;
  background: rgba(255, 255, 0, 0);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  border-bottom: solid 4px #F4F5FA;
  color: #0E2C43;
  outline: none;
}
.gform_wrapper.gravity-theme input[type=color]:active, .gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:active,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:active,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:active,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:active,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:active,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:active,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:active,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:active,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:active,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:active,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:active,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:active,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:active,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select:active,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:active,
.gform_wrapper.gravity-theme textarea:focus {
  border-bottom: solid 1px #3b55e6;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield_radio {
  margin-bottom: 22px;
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #0E2C43;
}
.gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
  color: rgba(25, 49, 95, 0.4);
}
.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(25, 49, 95, 0.4) !important;
}
.gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit],
.gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #93003c;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
}

.btn-form {
  background: #93003c;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 16px 40px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
}

.btn-form:hover, .btn-form:focus, .btn-form:active {
  background: #c00050;
  color: #fff;
}

.pagination {
  margin: 80px auto 40px;
  text-align: center;
  padding: 24px 0;
  max-width: 520px;
  width: 100%;
  border-bottom: 4px solid #F4F5FA;
}
.pagination > * {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.pagination .current {
  color: #FFFFFF;
  background: #3b55e6 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  font: normal normal bold 14px/30px Inter;
}
.pagination a.page-numbers:not(.prev):not(.next) {
  font: normal normal bold 14px/18px Inter;
  letter-spacing: 0px;
  color: rgba(53, 72, 150, 0.4);
  text-transform: uppercase;
  opacity: 1;
}
.pagination a.page-numbers:not(.prev):not(.next):hover {
  color: #3b55e6;
}
.pagination i {
  color: rgba(53, 72, 150, 0.4);
  font-size: 10px;
  line-height: 30px;
}
.pagination a.next i, .pagination a.prev i {
  color: #3b55e6;
}

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