/* @override 
	https://sautec.fischer.graphics/app/themes/sautec-26/assets/css/sautec.css */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.icon {
  display: inline-block;
  font-family: "stc-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-africa::before {
  content: "\ea01";
}
.icon-agriculture::before {
  content: "\ea02";
}
.icon-agro-industrie::before {
  content: "\ea03";
}
.icon-angle-down::before {
  content: "\ea04";
}
.icon-angle-left::before {
  content: "\ea05";
}
.icon-angle-right::before {
  content: "\ea06";
}
.icon-angle-top::before {
  content: "\ea07";
}
.icon-arrow-back::before {
  content: "\ea08";
}
.icon-arrow-left::before {
  content: "\ea09";
}
.icon-arrow-right::before {
  content: "\ea0a";
}
.icon-arrow-top::before {
  content: "\ea0b";
}
.icon-assainissement::before {
  content: "\ea0c";
}
.icon-assistance::before {
  content: "\ea0d";
}
.icon-burger::before {
  content: "\ea0e";
}
.icon-calendar::before {
  content: "\ea0f";
}
.icon-check::before {
  content: "\ea10";
}
.icon-choix::before {
  content: "\ea11";
}
.icon-close::before {
  content: "\ea12";
}
.icon-construction::before {
  content: "\ea13";
}
.icon-datasheet::before {
  content: "\ea14";
}
.icon-delete::before {
  content: "\ea15";
}
.icon-document::before {
  content: "\ea16";
}
.icon-email::before {
  content: "\ea17";
}
.icon-experience::before {
  content: "\ea18";
}
.icon-info::before {
  content: "\ea19";
}
.icon-location::before {
  content: "\ea1a";
}
.icon-offre::before {
  content: "\ea1b";
}
.icon-play::before {
  content: "\ea1c";
}
.icon-quote::before {
  content: "\ea1d";
}
.icon-sauterelle::before {
  content: "\ea1e";
}
.icon-search::before {
  content: "\ea1f";
}
.icon-settings::before {
  content: "\ea20";
}
.icon-transport::before {
  content: "\ea21";
}
.icon-trash::before {
  content: "\ea22";
}
.icon-world::before {
  content: "\ea23";
}
.icon-z-facebook::before {
  content: "\ea24";
}
.icon-z-instagram::before {
  content: "\ea25";
}
.icon-z-linkedin::before {
  content: "\ea26";
}
.icon-z-pinterest::before {
  content: "\ea27";
}
.icon-z-snapchat::before {
  content: "\ea28";
}
.icon-z-tiktok::before {
  content: "\ea29";
}
.icon-z-twitter::before {
  content: "\ea2a";
}
.icon-z-whatsapp::before {
  content: "\ea2b";
}
.icon-z-youtube::before {
  content: "\ea2c";
}
html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.alignstretch {
  width: 990px;
  max-width: 90%;
  margin: 0 auto;
}
.alignwide {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.alignfull {
  width: 100%;
  max-width: 100%;
}
main {
  flex: 1 0 auto;
}
main > *:not(.alignfull):not(.alignstretch) {
  width: 1280px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: inherit;
}
figure {
  margin: 0 auto;
}
*:focus {
  outline: none;
}
.valign-wrapper > div {
  width: 100%;
}
.social-menu {
  margin: 0;
}
.social-menu li {
  display: inline-block;
  font-size: 28px;
  margin: 0 15px;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
.flex-column.small-flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 602px) {
  .flex-column.medium-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .flex-column {
    display: flex;
    flex-wrap: wrap;
  }
}
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  margin: .5em auto .25em;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 800;
}
h1 {
  font-size: 3em;
}
h1.page-title {
  margin: .25em 0 .5em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-weight: 600;
  font-size: 1.4em;
}
h5,
h6 {
  font-weight: 600;
  font-size: 1em;
}
hr {
  border: 0;
  height: 1px;
  background: #333;
}
blockquote {
  padding-left: 1.5em;
}
@media only screen and (min-width: 602px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 4.5em;
  }
  h2 {
    font-size: 2.6em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.4em;
  }
}
form input {
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #ddd;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
form button {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #000;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  margin: 1em 0;
}
form label {
  font-size: .85em;
  display: block;
}
form .input-field {
  margin: .75em 0;
}
::placeholder {
  color: inherit;
  opacity: .75;
}
@media only screen and (min-width: 602px) {
  #application-form {
    --gap: 20px;
  }
  #application-form .flex-column {
    gap: var(--gap);
  }
  #application-form .flex-column .input-field {
    width: calc( 50% - var(--gap)/2 );
    margin: 0;
  }
}
