@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&family=Poppins:wght@500&family=Poppins:wght@600&family=Poppins:wght@700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*  Vars from project */
/* $myvar:myval; */
.container {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 1));
}

.col-2 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 2));
}

.col-3 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 3));
}

.col-4 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 4));
}

.col-5 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 5));
}

.col-6 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 6));
}

.col-7 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 7));
}

.col-8 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 8));
}

.col-9 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 9));
}

.col-10 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 10));
}

.col-11 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 11));
}

.col-12 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 12));
}

@media screen and (max-width: 980px) {
  .col-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #262626;
  background: #F2F2F2;
  font-weight: 500;
}

.mainpadding {
  padding-top: 30px;
}

.lh22 {
  line-height: 22px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.mobile {
  display: none;
}

a {
  text-decoration: none;
  color: #262626;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
  margin-bottom: 20px;
  color: #053F33;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.text-center {
  text-align: center;
}

.valign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valignl {
  display: flex;
  align-items: center;
  justify-content: start;
}

.valignr {
  display: flex;
  align-items: center;
  justify-content: end;
}

.globalcontainer {
  padding: 0 2%;
}

.bgcolor {
  /*background-color:#f1f5f8;*/
  /*background-color:#DCEEF0;*/
  background-color: #90cfb0;
}

input:not([type=submit]), textarea, select {
  background: transparent;
  font-size: 15px;
  width: 100%;
  font-weight: 700;
  line-height: 22px;
  border: 0;
  border-bottom: 1px solid #053F33;
  margin-bottom: 1px;
}
input:not([type=submit]):focus, textarea:focus, select:focus {
  border-bottom-width: 2px;
  outline: none;
  margin-bottom: 0px;
}

textarea {
  height: 200px;
  width: 100%;
}

.btn {
  height: 50px;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  padding: 0 30px;
  background: transparent;
  font-weight: 600;
  border-color: #053F33;
}

a.btn {
  display: inline-block;
  line-height: 50px;
}

.fitimg {
  width: 100%;
  height: auto;
}

.upper {
  text-transform: uppercase;
}

.fw700 {
  font-weight: 600;
}

.mobile {
  display: none !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #637477;
  margin: 1em 0;
  padding: 0;
  opacity: 0.3;
}

.bull {
  margin-bottom: 40px;
}

.listsecteur a, .listpartenaire a, .bull a {
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(5, 63, 51, 0.3137254902);
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.listsecteur a:hover, .listpartenaire a:hover, .bull a:hover {
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}

.listsecteur a:hover {
  color: #053F33;
}

.bumpimg {
  overflow: hidden;
  clip-path: inset(0px 0px);
  transition: clip-path 0.5s ease;
  position: relative;
}
.bumpimg .fitimg {
  transform: scale(1);
  clip-path: none;
  transition: all 0.5s ease;
}
.bumpimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.5s ease-in;
}
.bumpimg .overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
.bumpimg:not(.noclip):hover {
  clip-path: inset(20px 20px);
}
.bumpimg:hover {
  transition: clip-path 0.5s ease;
}
.bumpimg:hover .overlay {
  opacity: 0.15;
  transition: opacity 0.5s ease;
}
.bumpimg:hover .fitimg {
  /*
  background-size:110%;
  background-position: center center;
  */
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.bumpimg2 {
  overflow: hidden;
  position: relative;
}
.bumpimg2 .fitimg {
  transform: scale(1);
  clip-path: none;
  transition: all 0.5s ease;
}
.bumpimg2 .detail {
  z-index: 100;
}
.bumpimg2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.5s ease-in;
}
.bumpimg2 .overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
.bumpimg2:hover .overlay {
  opacity: 0.15;
  transition: opacity 0.5s ease;
}
.bumpimg2:hover .fitimg {
  /*
  background-size:110%;
  background-position: center center;
  */
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.plusanim .fright {
  margin-right: 0px;
  transition: margin-right 0.5s ease;
}
.plusanim:hover h3 {
  opacity: 0.8;
}
.plusanim:hover .fright {
  margin-right: 20px;
  transition: margin-right 0.5s ease;
}

.citation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}
.citation span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
}
.citation .container .container {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.explore {
  background: url("../imgs/next.svg") 90% center no-repeat;
  padding-right: 40px;
  transition: all 0.2s ease-in;
  margin-top: 0;
}
.explore:hover {
  background-position-x: 95%;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
.explore:hover .overlay {
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-slide {
  opacity: 0.2;
}
.swiper-container .swiper-slide-next {
  opacity: 0.5;
}
.swiper-container .swiper-slide-active {
  opacity: 1;
}

#notfound {
  padding: 10% 2%;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #dce2e6 !important;
}

#tarteaucitronDisclaimerAlert {
  color: #053F33 !important;
}

.grecaptcha-badge {
  bottom: 84px !important;
}

@media screen and (max-width: 980px) {
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
  }
  .listsecteur, .listpartenaire {
    text-align: center;
  }
  .citation {
    position: relative;
    color: #053F33;
    top: auto;
    transform: none;
    margin-top: 20px;
    padding: 2%;
    font-size: 16px;
    line-height: 30px;
  }
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

header {
  padding: 2%;
  width: 100%;
  height: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  top: 0;
}
header:first-of-type {
  z-index: 101 !important;
}
header.float {
  top: -150px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: fixed !important;
}
header .fandf {
  margin-top: 15px;
}
header ul {
  display: inline-block;
  list-style: none;
}
header ul li {
  float: left;
  margin: 0 15px;
}
header ul li a {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #053F33;
}
header ul li a.active:not(.icon)::before, header ul li a:hover:not(.icon, .nohover)::before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0px;
  border-bottom: 3px solid #053F33;
  content: "";
}
header .fright ul li {
  margin: 0 0 0 20px;
}
header a.menulink {
  display: inline-block;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
header .logo {
  float: left;
  position: relative;
}
header .logosticky, header .iconsticky {
  display: none;
}
header .icon:hover {
  opacity: 0.7;
}
header.sticky {
  position: fixed !important;
  overflow: hidden;
  padding: 0 2%;
  width: 100%;
  height: 70px !important;
  background-color: #fff !important;
  background-image: none;
  border-bottom: 1px solid rgba(99, 116, 119, 0.3137254902);
  line-height: 70px;
  z-index: 100;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  top: 0px !important;
}
header.sticky .fandf {
  margin-top: 0px;
}
header.sticky a {
  color: #053F33 !important;
}
header.sticky a.active:not(.icon)::before, header.sticky a:hover:not(.icon)::before {
  border-color: #053F33 !important;
}
header.sticky .logo {
  display: none;
}
header.sticky .logosticky {
  display: block;
  float: left;
}
header.sticky .icon {
  display: none;
}
header.sticky .iconsticky {
  display: inline-block;
}

.menumobile {
  position: fixed;
  top: 0px;
  left: -100vw;
  width: 90vw;
  height: 100vh;
  z-index: 100;
  background: #053F33;
  will-change: left;
  transition: left ease-in-out 0.4s;
}
.menumobile.active {
  left: 0px;
  transition: left ease-in-out 0.4s;
}
.menumobile a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  line-height: 50px;
  display: block;
  text-align: left;
}
.menumobile a:not(:first-child, .icon) {
  padding: 4px 0;
  text-indent: 20px;
  background: url("../imgs/chevron_leftm.svg") 95% center no-repeat;
}
.menumobile a.icon {
  text-indent: 20px;
  border-bottom: none;
}
.menumobile .logomobile {
  width: 200px;
}

.bgmenumobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background: transparent;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  will-change: opacity;
  z-index: 99;
}
.bgmenumobile.active {
  background: #000000;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  transition: opacity ease-in-out 0.4s;
}

@media screen and (max-width: 980px) {
  header {
    height: 70px;
  }
  header ul {
    display: none;
  }
  header .logo img {
    max-width: 200px;
    margin-left: 10px;
    margin-top: 10px;
  }
  header .mobile.fright {
    position: relative;
    z-index: 100;
  }
  .menulinkclose {
    display: inline-block;
    width: 60px;
    height: 50px;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
  }
}
footer {
  padding: 25px 2%;
  min-height: 90px;
  background: #053F33;
  color: #fff;
}
footer .text-right {
  text-align: right;
}
footer a {
  color: inherit;
}
footer a:first-child {
  margin: 0 20px;
}

@media screen and (max-width: 980px) {
  footer {
    text-align: center;
  }
}
body.home {
  /*
  header{
      position:absolute;
      z-index:100;
      a{
          color:$lightcolor;
          &.active:not(.icon),&:hover:not(.icon){
              &::before{
                 border-color:$lightcolor;
              }
          }
      }
  }*/
}
body.home header {
  background-color: #053F33;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: auto;
}
body.home header a {
  color: #fff;
}
body.home header a.active:not(.icon)::before, body.home header a:hover:not(.icon)::before {
  border-color: #fff;
}
body.home header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
}
body.home .preheader {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  /*height:100vh;*/
  color: #fff;
}
body.home .preheader video {
  width: 100%;
  max-width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0px 1px);
}
body.home .preheader .soundcontainer {
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: 0;
}
body.home .preheader .soundcontainer .sound {
  margin-left: 10px;
  margin-top: 10px;
  display: block;
  height: 96px;
  width: 96px;
  background: url("../imgs/nosound.png") no-repeat;
  background-size: 40px 40px;
}
body.home .preheader .soundcontainer .sound.active {
  background-image: url("../imgs/sound.png");
}
body.home .preheader .contenttxt {
  position: relative;
  color: #053F33;
  text-align: center;
  padding: 0 2%;
  font-size: 16px;
  /*
  position:absolute;

  left:12%;
  top:20%;
  */
  /*
  left:2%;
  top:50%;
  */
}
body.home .preheader .contenttxt h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
}
body.home .preheader .contenttxt .btn {
  /*color:$lightcolor;*/
  color: #262626;
  /*margin-top:30px;*/
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
body.home .preheader .contenttxt .btn:hover {
  /*
  border-color:$lightcolor;
  background-color: $lightcolor;
  color:$commoncolor;
  */
  border-color: #053F33;
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}
body.home section#secteurs {
  height: 150vh;
  width: 100%;
  position: relative;
  margin-top: 10vh;
}
body.home section#secteurs .secteur {
  position: absolute;
  max-width: 460px;
  width: 28vw;
}
body.home section#secteurs .secteur .detail {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
body.home section#secteurs .secteur .detail img {
  margin-right: 30px;
}
body.home section#secteurs .secteur1 {
  top: 10%;
  left: 0;
  z-index: 1;
}
body.home section#secteurs .secteur2 {
  top: 20%;
  left: 50%;
  z-index: 1;
}
body.home section#secteurs .secteur3 {
  top: 10%;
  right: 0;
  z-index: 1;
}
body.home section#secteurs .secteur4 {
  top: 55%;
  left: 20%;
  z-index: 3;
}
body.home section#secteurs .secteur5 {
  top: 50%;
  right: 0;
  z-index: 1;
}
body.home section#secteurs .title {
  position: sticky;
  text-align: center;
  top: 50%;
  color: #053F33;
  z-index: 2;
}
body.home section#secteurs .title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
}
body.home section#projets {
  padding: 10% 0;
}
body.home section#projets h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
}
body.home section#projets h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}
body.home section#projets .bumpimg {
  margin-top: 30px;
}
body.home section#projets .fright {
  margin-top: -20px;
}
body.home section#environnement {
  position: relative;
}
body.home section#environnement .citation {
  z-index: 1;
}
body.home section#environnement .citation h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
body.home section#environnement .citation .btn {
  color: #fff;
  border-color: #fff;
  font-size: 13px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
body.home section#environnement .citation .btn:hover {
  background-color: #fff;
  color: #053F33;
  border-color: #fff;
  transition: all 0.2s ease-in;
}
body.home section#environnement .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0.3;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  body.home .preheader {
    height: auto;
    /*overflow:visible;*/
  }
  body.home .preheader img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
  }
  body.home .preheader .contenttxt {
    position: relative;
    color: #053F33;
    text-align: center;
    padding: 0 2%;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 20px;
  }
  body.home .preheader .contenttxt h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body.home .preheader .contenttxt a {
    color: #053F33 !important;
  }
  body.home .preheader .contenttxt .btn {
    margin-top: 10px;
  }
  body.home section#secteurs {
    height: auto;
  }
  body.home section#secteurs .secteur {
    position: relative;
    left: 0 !important;
    width: 100%;
    z-index: 1;
    padding: 10px 20px;
  }
  body.home section#secteurs .secteur .detail {
    left: 30px;
    bottom: 30px;
  }
  body.home section#secteurs .title {
    position: static;
    margin-bottom: 20px;
  }
  body.home section#secteurs .title h2 {
    font-size: 36px;
    line-height: 45px;
  }
  body.home section#projets h2 {
    font-size: 36px;
  }
  body.home section#environnement {
    position: relative;
    margin-bottom: 20px;
  }
  body.home section#environnement img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.home section#environnement .citation {
    font-size: 24px;
  }
  body.home section#environnement .citation h3 {
    font-size: 14px;
  }
  body.home section#environnement .citation .btn {
    color: #053F33;
  }
  body.home section#environnement .overlay {
    display: none;
  }
}
body.societe section#visuelsociete, body.societe section#valeur {
  margin: 10vh 0;
  position: relative;
}
body.societe section#infos .col-4 {
  padding-right: 20px;
}
body.societe section#equipe .container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #053F33;
}
body.societe section#equipe .container .col-4 {
  padding: 50px;
  font-size: 14px;
}
body.societe section#equipe .container .col-4 h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
body.societe section#equipe .container .col-4 div:not(.clear, .line) {
  font-size: 13px;
  font-weight: 600;
}
body.societe section#equipe .container .col-4 div:not(.clear, .line) span {
  display: inline-block;
  width: 70px;
  font-weight: 400;
}
body.societe section#equipe .container .col-4 .imgs {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
body.societe section#equipe .container .col-4 .imgs .bghover {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  scale: 1;
  transition: scale 0.5s ease-in;
}
body.societe section#equipe .container .col-4 .imgs .mainimg {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
body.societe section#equipe .container .col-4 .imgs:hover .mainimg {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
body.societe section#equipe .container .col-4 .imgs:hover .bghover {
  scale: 1.1;
  transition: scale 0.5s ease-in;
}
body.societe section#valeur .line {
  margin-top: 20px;
  border-top: 1px solid #053F33;
}
body.societe section#valeur .js-swiper-valeur {
  padding-left: 20%;
  margin: 20vh 0;
}
body.societe section#valeur .js-swiper-valeur h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
body.societe section#visuelrse {
  position: relative;
}
body.societe section#visuelrse .citation {
  z-index: 1;
}
body.societe section#visuelrse .citation h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
body.societe section#visuelrse .citation .btn {
  color: #fff;
  font-size: 13px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  border-color: #fff;
}
body.societe section#visuelrse .citation .btn:hover {
  background-color: #fff;
  color: #053F33;
  border-color: #fff;
  transition: all 0.2s ease-in;
}
body.societe section#visuelrse .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0.3;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  body.societe section#visuelsociete .citation {
    font-size: 24px;
  }
  body.societe section#equipe .container .col-4 {
    padding: 10px 50px;
  }
  body.societe section#equipe .container .col-4 div:not(.clear, .line) span {
    width: 50px;
  }
  body.societe section#visuelrse {
    margin-bottom: 20px;
  }
  body.societe section#visuelrse img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.societe section#visuelrse .citation {
    font-size: 24px;
    line-height: 40px;
  }
  body.societe section#visuelrse h3 {
    font-size: 14px !important;
  }
  body.societe section#visuelrse .btn {
    color: #053F33 !important;
  }
  body.societe section#visuelrse .overlay {
    display: none;
  }
}
body.projets .stickysecteur {
  position: fixed;
  padding: 0 2%;
  top: -200px;
  height: 70px;
  z-index: 99;
  transition: top 0.5s ease 0.25s;
  width: 100%;
}
body.projets .stickysecteur a {
  margin-bottom: 0;
  margin-right: 5px;
}
body.projets .stickysecteur.sticky {
  top: 70px;
  background-color: #fff !important;
  border-bottom: 1px solid rgba(99, 116, 119, 0.3137254902);
  transition: top 0.5s ease 0.25s;
}
body.projets .stickysecteur select {
  color: #053F33;
}
body.projets section#secteurs {
  padding: 5vh 0;
}
body.projets section#secteurs .secteur .line {
  border: 1px solid #053F33;
  margin: 20px 0 80px;
}
body.projets section#secteurs .secteur .listprojets {
  padding: 0;
  margin-bottom: 60px;
}
body.projets section#secteurs .secteur .listprojets .plr {
  margin: 0 2%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.projets section#secteurs .secteur .listprojets h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 5px;
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  color: #262626;
}
body.projets section#secteurs .secteur .listprojets .btn.close {
  background: url("../imgs/close.svg") 90% center no-repeat;
  margin-bottom: 40px;
  padding-right: 50px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
body.projets section#secteurs .secteur .listprojets .btn.close:hover {
  background-image: url("../imgs/m-close.svg");
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}
body.projets section#secteurs .secteur .listprojets img.fright {
  margin-top: -40px;
}
body.projets section#secteurs .secteur .listprojets .projet {
  margin-bottom: 10vh;
  display: inline-block;
}
body.projets section#secteurs .secteur .listprojets .projet:hover span, body.projets section#secteurs .secteur .listprojets .projet:hover h3, body.projets section#secteurs .secteur .listprojets .projet:hover .fright {
  opacity: 0.8;
}
body.projets section#secteurs .secteur .listprojets .projet .bumpimg .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 1;
  z-index: 0;
}
body.projets section#secteurs .secteur .listprojets .projet .bumpimg .bottomimg {
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  width: calc(100% - 40px);
  background: url("../imgs/chevron_leftm.svg") right center no-repeat;
}
body.projets section#secteurs .secteur .listprojets .projet1 img.fitimg {
  max-height: 65vh;
  height: auto;
}
body.projets section#secteurs .secteur .listprojets .projet2 img.fitimg {
  max-height: 50vh;
  height: auto;
}
body.projets section#secteurs .secteur .listprojets .projet3 img.fitimg, body.projets section#secteurs .secteur .listprojets .projet4 img.fitimg {
  max-height: 60vh;
  height: auto;
}
body.projets section#secteurs .secteur .listprojets .linkmore {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}
body.projets section#secteurs .secteur .listprojets .linkmore a {
  position: relative;
  padding: 20px 40px;
  width: 100%;
  display: flex;
  color: #fff;
  background-color: #053F33;
  transition: all 0.2s ease-in;
}
body.projets section#secteurs .secteur .listprojets .linkmore a:hover {
  /*opacity:0.7;*/
  transition: all 0.2s ease-in;
}
body.projets section#secteurs .secteur .listprojets .linkmore a .icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
body.projets section#secteurs .secteur .listprojets .more {
  height: auto;
  max-height: 1px;
  overflow: hidden;
  transition: max-height 1s ease-in;
}
body.projets section#secteurs .secteur .listprojets .more .border {
  margin-top: 10px;
  border: 1px solid rgba(99, 116, 119, 0.3333333333);
}
body.projets section#secteurs .secteur .listprojets .more .upper {
  font-size: 11px;
  color: #637477;
}
body.projets section#secteurs .secteur .listprojets .more hr {
  margin: 20px;
  margin-bottom: 40px;
}
body.projets section#secteurs .secteur .listprojets .more .container {
  margin: 20px;
}
body.projets section#secteurs .secteur .listprojets .more .container .container .col-4 {
  padding-bottom: 40px;
}
body.projets section#secteurs .secteur .listprojets.active .more {
  max-height: 2000px;
  transition: max-height 1s ease-in;
}
body.projets section#secteurs .secteur .listprojets.active .linkmore a {
  color: #053F33 !important;
  transition: all 0.2s ease-in;
  /*
  background-image:url('../imgs/close.svg') ;
  background-position: calc(100% - 40px) center;
  background-repeat: no-repeat;
  */
}
body.projets section#secteurs .secteur .listprojets.active .linkmore a .icon {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.2s ease-in;
}
body.projets section#secteurs .secteur .listprojets.active .linkmore a .icon svg path {
  stroke: #053F33 !important;
}

@media screen and (max-width: 980px) {
  body.projets h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  body.projets section#secteurs .secteur {
    margin-top: 50px;
  }
  body.projets section#secteurs .secteur .bull {
    margin-bottom: 0px;
  }
  body.projets section#secteurs .secteur .listprojets h3 {
    font-size: 16px;
  }
  body.projets section#secteurs .secteur .listprojets .plr {
    margin: 0;
  }
  body.projets section#secteurs .secteur .listprojets .projet, body.projets section#secteurs .secteur .listprojets .linkmore {
    width: 100% !important;
    font-size: 10px !important;
    margin-bottom: 0px !important;
  }
  body.projets section#secteurs .secteur .listprojets .projet a, body.projets section#secteurs .secteur .listprojets .linkmore a {
    padding: 10px 20px !important;
  }
  body.projets section#secteurs .secteur .listprojets .projet img.fitimg, body.projets section#secteurs .secteur .listprojets .linkmore img.fitimg {
    width: 100% !important;
    height: auto !important;
  }
}
body.projet header {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
body.projet header a {
  color: #fff;
}
body.projet header a.active:not(.icon)::before, body.projet header a:hover:not(.icon)::before {
  border-color: #fff;
}
body.projet .preheader {
  position: relative;
  overflow: hidden;
  height: 100vh;
  transition: height 1s ease-in 1s;
}
body.projet .preheader .animwidth {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: white;
  transition: width 0.5s ease-in;
  z-index: 10;
  height: 100%;
}
body.projet .preheader .mainimg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
body.projet .preheader .back {
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
  position: absolute;
  left: 2%;
  bottom: calc(2% + 20px);
}
body.projet .preheader .back a {
  color: #fff;
  background: url("../imgs/back.svg") 10px center no-repeat;
  padding-left: 40px;
  transition: all 0.2s ease-in;
}
body.projet .preheader .back a:hover {
  background-position-x: 0px;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
body.projet .preheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.5s ease-in 1s;
}
body.projet.startanim header {
  opacity: 1;
  transition: opacity 0.5s ease-in 1s;
}
body.projet.startanim .preheader {
  height: 90vh;
  transition: height 1s ease-in 1s;
}
body.projet.startanim .preheader .animwidth {
  width: 0;
  transition: width 0.5s ease-in;
}
body.projet.startanim .preheader .mainimg {
  top: -10%;
  transition: top 1s ease-out 1s;
}
body.projet.startanim .preheader .back, body.projet.startanim .preheader .overlay {
  opacity: 1;
  transition: opacity 0.5s ease-in 2s;
}
body.projet section#description {
  padding: 40px 0 20vh;
  border-bottom: 2px solid #053F33;
}
body.projet section#description h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  max-width: 80%;
  text-transform: none;
}
body.projet section#description .goMore {
  background: url("../imgs/fleche_bas.svg") right center no-repeat;
  line-height: 50px;
  padding-right: 30px;
  transition: all 0.2s ease-in;
  margin-top: 0;
}
body.projet section#description .goMore:hover {
  background-position-y: 20px;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
body.projet section#description a {
  margin-top: 20px;
}
body.projet section#description .table {
  margin: 10vh 0;
}
body.projet section#description .table .border-t {
  border-top: 1px solid #053F33;
}
body.projet section#description .table .border-b {
  border-bottom: 1px solid #053F33;
}
body.projet section#description .table .border-l {
  border-left: 1px solid #053F33;
}
body.projet section#description .table .border-r {
  border-right: 1px solid #053F33;
}
body.projet section#description .table .padding {
  padding: 0 15px;
  min-height: 10vh;
  font-weight: bold;
  font-weight: 600;
  text-transform: uppercase;
}
body.projet section#description .table .padding span {
  font-weight: normal;
  color: #637477;
  text-transform: none;
}
body.projet section#description .table .padding2 {
  padding: 10px 30px;
  min-height: 20vh;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  /*min-height:calc(100% - 160px);*/
}
body.projet section#description .table .fitimg {
  height: 100%;
}
body.projet section#description .margin {
  margin: 10px;
}
body.projet section#description h2 {
  font-size: 13px;
  font-weight: bold;
}
body.projet section#description .description {
  margin: 10% 0;
}
body.projet section#description .visuels {
  /*
  opacity:0.2;
  transition:opacity 0.3s ease-in;
  &.active{
      opacity:1;
      transition:opacity 0.3s ease-in;
  }
  */
  position: relative;
}
body.projet section#description .visuels .col-6 img.fitimg {
  max-height: 60vh;
  height: auto;
}
body.projet section#description .visuels .col-4 img.fitimg {
  max-height: 50vh;
  height: auto;
}
body.projet section#other {
  margin-top: 20px;
}
body.projet section#other .explore {
  margin-top: 10px;
  display: inline-block;
}
body.projet section#other .next {
  position: relative;
  color: #fff;
  margin-top: 20px;
}
body.projet section#other .next .globalcontainer {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
body.projet section#other .next .globalcontainer a {
  color: #fff;
}
body.projet section#other .next .globalcontainer span {
  text-transform: uppercase;
  font-weight: 600;
}
body.projet section#other .next .globalcontainer h2 {
  font-size: 36px !important;
  line-height: 50px;
  text-transform: none;
  margin: 20px 0;
}
body.projet section#other .next .overlay {
  opacity: 0.3;
}
body.projet section#other .next:hover .overlay {
  opacity: 0.4;
}

@media screen and (max-width: 980px) {
  body.projet .preheader {
    height: 70vh;
  }
  body.projet .preheader .mainimg {
    height: 70vh;
  }
  body.projet.startanim .preheader {
    height: 60vh;
  }
  body.projet section#description h1 {
    max-width: 100%;
  }
  body.projet section#description .table {
    border-top: 1px solid #053F33;
  }
  body.projet section#description .table .border-t, body.projet section#description .table .border-l, body.projet section#description .table .border-r, body.projet section#description .table .border-b {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #053F33;
  }
  body.projet section#description .table .padding2 {
    min-height: auto;
    padding: 30px;
  }
  body.projet section#description .margin {
    margin: 10px 0;
  }
  body.projet section#description .visuels .col-6 img.fitimg, body.projet section#description .visuels .col-4 img.fitimg {
    margin: 2% 0;
    height: auto;
    width: 100% !important;
  }
  body.projet section#other .next .globalcontainer {
    position: relative;
    color: #053F33;
    top: 20px;
    transform: none;
    margin-bottom: 40px;
  }
  body.projet section#other .next .globalcontainer a {
    color: #053F33;
  }
  body.projet section#other .next .globalcontainer h2 {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  body.projet section#other .next .fitimg {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.projet section#other .next .overlay {
    height: 50vh;
  }
  body.projet section#other .next span {
    font-size: 14px;
  }
}
body.contact section#infos .container {
  margin-top: 40px;
}
body.contact section#infos .container .col-4 {
  padding: 20px 0 20px 40px;
  border-left: 1px solid #053F33;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
}
body.contact section#infos .container .col-4 a {
  display: block;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  font-weight: 600;
}
body.contact section#infos .container .col-4 a:hover {
  opacity: 0.7;
}
body.contact section#formulaire {
  margin-top: 40px;
  background: #fff;
  padding: 5% 0;
  text-align: center;
}
body.contact section#formulaire h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  text-transform: none;
}
body.contact section#formulaire form {
  font-weight: 500;
  max-width: 900px;
  text-align: left;
  margin: 20px auto;
  position: relative;
}
body.contact section#formulaire form label {
  margin: 40px 0 5px 0;
  display: block;
}
body.contact section#formulaire form input[type=text] {
  padding-bottom: 5px;
}
body.contact section#formulaire form .btn {
  border-color: #053F33;
  color: #053F33;
  text-transform: uppercase;
  margin-top: 40px;
  transition: all 0.2s ease-in;
}
body.contact section#formulaire form .btn:hover {
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}
body.contact section#visuelequipe {
  position: relative;
}
body.contact section#visuelequipe picture img {
  width: 100%;
}
body.contact section#visuelequipe .contenttxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-align: center;
}
body.contact section#visuelequipe .contenttxt h2 {
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: none;
}
body.contact section#visuelequipe .contenttxt .btn {
  color: #fff;
  margin-top: 30px;
  transition: all 0.2s ease-in;
}
body.contact section#visuelequipe .contenttxt .btn:hover {
  background-color: #fff;
  color: #053F33;
  border-color: #fff;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 980px) {
  body.contact section#infos h1 {
    text-align: center;
  }
  body.contact section#formulaire {
    padding: 30px 2% 2%;
  }
  body.contact section#formulaire h2 {
    font-size: 22px;
  }
  body.contact section#formulaire form {
    /*
    .text-center{
        display:flex;
        justify-content: center;
    }*/
  }
  body.contact section#formulaire form .text-center span.wpcf7-spinner {
    display: block !important;
    margin: 20px auto !important;
  }
  body.contact section#visuelequipe .contenttxt {
    position: relative;
    width: 100%;
    color: #053F33;
    transform: none;
    margin-top: 10px;
    padding: 0 2%;
    left: 0;
    margin-bottom: 20px;
  }
  body.contact section#visuelequipe .contenttxt .btn {
    color: #053F33;
    border-color: #053F33;
  }
  body.contact section#visuelequipe .contenttxt h2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
  }
}
body.secteur section#listsecteurs {
  margin: 40px 0;
  border-top: 1px solid #053F33;
}
body.secteur section#listsecteurs .secteur {
  /*
  border-bottom:1px solid $commoncolor;
  transition:all 0.2s ease-in;
  */
  cursor: pointer;
}
body.secteur section#listsecteurs .secteur:not(.active):hover .line {
  width: 100%;
  transition: width 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur .line {
  /*height:19px;*/
  border-bottom: 1px solid #053F33;
  width: 0px;
  overflow: hidden;
  transition: width 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur .line2 {
  /*height:19px;*/
  border-bottom: 1px solid #053F33;
}
body.secteur section#listsecteurs .secteur .container {
  padding: 20px 1% 0;
}
body.secteur section#listsecteurs .secteur .col-4:first-of-type {
  position: relative;
}
body.secteur section#listsecteurs .secteur .col-4:first-of-type .detail {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
}
body.secteur section#listsecteurs .secteur .col-4:first-of-type .detail img {
  margin-right: 10px;
}
body.secteur section#listsecteurs .secteur .col-2:last-of-type a {
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  padding-right: 30px;
  background: url("../imgs/fleche_bas.svg") center right no-repeat;
  transition: all 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur .col-2:last-of-type a:hover {
  opacity: 0.7;
  background-position-y: 20px;
  transition: all 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur.active {
  /*
  border-bottom:0;
  transition:all 0.2s ease-in 2s;
  */
}
body.secteur section#listsecteurs .secteur.active .line2 {
  /*height:19px;*/
  border-bottom: 2px solid #053F33;
}
body.secteur section#listsecteurs .secteur.active .col-2:last-of-type a {
  background: none;
  padding-right: 0;
}
body.secteur section#listsecteurs .secteur.active .col-2:last-of-type a span {
  display: none;
}
body.secteur section#listsecteurs .secteur.active .col-2:last-of-type a::after {
  content: "FERMER";
  padding-right: 30px;
  line-height: 50px;
  display: inline-block;
  background: url("../imgs/fleche_haut.svg") center right no-repeat;
  transition: all 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur.active .col-2:last-of-type a:hover::after {
  opacity: 0.7;
  background-position-y: 20px;
  transition: all 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur.active .accordeon {
  max-height: 2000px;
  transition: max-height 1s ease-in;
  background: #fff;
}
body.secteur section#listsecteurs .secteur .accordeon {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in;
  margin-top: 20px;
  /*
  ul{
      margin:0;
      padding:0;
      list-style:none;
      border-top:1px solid $commoncolor;
      li{
          padding-top:20px;
          padding-bottom:20px;
          border-bottom:1px solid $commoncolor;
      }
  }*/
}
body.secteur section#listsecteurs .secteur .accordeon .head {
  /*border-top:2px solid $commoncolor;*/
  /*padding-top:40px;*/
}
body.secteur section#listsecteurs .secteur .accordeon .container {
  margin-top: 40px;
}
body.secteur section#listsecteurs .secteur .accordeon .col-5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
body.secteur section#listsecteurs .secteur .accordeon .col-1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
body.secteur section#listsecteurs .secteur .accordeon h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 20px;
}
body.secteur section#listsecteurs .secteur .accordeon .btn {
  margin: 40px 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
body.secteur section#listsecteurs .secteur .accordeon .btn:hover {
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 980px) {
  body.secteur section#listsecteurs .secteur .bumpimg2 {
    margin-bottom: 20px;
  }
  body.secteur section#listsecteurs .secteur .col-2:last-of-type a {
    transition: none;
  }
  body.secteur section#listsecteurs .secteur .col-2:last-of-type a:hover {
    opacity: 1;
    background-position-y: 20px;
    transition: none;
  }
  body.secteur section#listsecteurs .secteur .accordeon {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.environnement header {
  background-color: #053F33;
}
body.environnement header a {
  color: #fff;
}
body.environnement header a.active:not(.icon)::before, body.environnement header a:hover:not(.icon)::before {
  border-color: #fff;
}
body.environnement .bgvert {
  background-color: #053F33;
  color: #fff;
  padding-bottom: 10vh;
  padding-top: 10vh;
}
body.environnement .bgvert h1 {
  color: #fff;
}
body.environnement .bgvert hr {
  border-color: #fff;
}
body.environnement .bgvert h2 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}
body.environnement .bgvert ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #637477;
}
body.environnement .bgvert ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #637477;
}
body.environnement .bgvert .container:last-child {
  margin-top: 10vh;
  padding-top: 10vh;
  border-top: 1px solid #637477;
}
body.environnement section#visuelenvironnement {
  position: relative;
}
body.environnement section#solutions {
  margin: 15vh 0 10vh;
}
body.environnement section#solutions h2 {
  margin-bottom: 20px;
}
body.environnement section#solutions .listsolutions {
  border-top: 1px solid #053F33;
}
body.environnement section#solutions .listsolutions .container {
  opacity: 0.2;
  /*
  padding-top:200px;
  transition:all 0.3s ease-in;
  &.active{
      opacity:1;
      padding-top:0;
      transition:all 0.3s ease-in;
  }
  */
  margin: 10vh 0;
  padding-bottom: 10vh;
  border-bottom: 1px solid #053F33;
  /*
  ul{
      margin:0;
      padding:0;
      list-style:none;
      border-top:1px solid $sepcolorlight;
      li{
          padding-top:20px;
          padding-bottom:20px;
          border-bottom:1px solid $sepcolorlight;
      }
  }*/
}
body.environnement section#solutions .listsolutions .container .col-1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
body.environnement section#solutions .listsolutions .container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 0;
}
body.environnement section#footerenvironnement {
  padding: 80px 0;
}
body.environnement section#footerenvironnement h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  text-transform: none;
}
body.environnement section#footerenvironnement .btn {
  margin-top: 20px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
body.environnement section#footerenvironnement .btn:hover {
  background-color: #053F33;
  color: #fff;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 980px) {
  body.environnement .bgvert h2 {
    font-size: 22px;
    width: 100%;
    margin-top: 20px;
  }
  body.environnement .bgvert .col-2 {
    margin-top: 20px;
  }
  body.environnement .bgvert .container:last-child {
    padding-top: 0;
  }
  body.environnement section#visuelenvironnement img.fitimg {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.environnement section#visuelenvironnement .citation {
    font-size: 24px;
    line-height: 40px;
  }
  body.environnement section#solutions .listsolutions .container {
    opacity: 1;
    padding-bottom: 5vh;
    margin-top: 0;
  }
  body.environnement section#solutions .listsolutions .container .fitimg {
    margin-bottom: 20px;
  }
  body.environnement section#footerenvironnement {
    padding: 80px 2%;
  }
}
body.partner section#listpartenaire .partenaire h2 {
  font-size: 16px;
  line-height: 24px;
  padding: 10vh 0 10px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #053F33;
}
body.partner section#listpartenaire .partenaire h2 span {
  display: inline-block;
  background-color: #dce2e6;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 12px;
}
body.partner section#listpartenaire .container .col-2 {
  text-align: center;
  padding: 40px;
}
body.partner section#listpartenaire .container .col-2 img {
  opacity: 0.2;
  width: 90%;
  transition: opacity 0.3s ease-in;
}
body.partner section#listpartenaire .container .col-2 img.active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

body.rse section h1 {
  color: #053F33;
}
body.rse section#visuelrse {
  margin: 30px 0 10vh;
  position: relative;
}
body.rse section#demarche {
  margin-bottom: 10vh;
}
body.rse section#demarche .line {
  border: 1px solid #053F33;
  margin: 20px 0 80px;
}
body.rse section#demarche .col-12 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 80px;
  color: #053F33;
}
body.rse section#visuelprojet {
  position: relative;
}
body.rse section#visuelprojet h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
body.rse section#descprojet {
  margin: 5vh 0;
}
body.rse section#descprojet .text-center img {
  margin: 40px 0;
}
body.rse section#descprojet .container {
  margin-top: 40px;
}
body.rse section#descprojet .container .col-5 {
  padding: 20px 30px;
}
body.rse section#descprojet .container .col-1.pt40, body.rse section#descprojet .container .col-5.pt40 {
  margin-top: 100px;
}
body.rse section#descprojet .container .col-1 .abstract, body.rse section#descprojet .container .col-5 .abstract {
  font-size: 16px;
  margin: 20px 0;
  color: #053F33;
  font-weight: 600;
}
body.rse section#descprojet .container .col-1 h2, body.rse section#descprojet .container .col-5 h2 {
  font-size: 16px;
  font-weight: 600;
}
body.rse section#amelioration {
  padding: 5% 0 10%;
}
body.rse section#amelioration .line {
  border: 1px solid #053F33;
  margin: 20px 0 80px;
}
body.rse section#amelioration .valign {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
body.rse section#amelioration li {
  padding-left: 20px;
  padding: 15px 0;
}
body.rse section#definition {
  color: #fff;
  background: #053F33;
  padding: 10% 0;
}
body.rse section#definition .line {
  border: 1px solid #fff;
  margin: 20px 0 80px;
}
body.rse section#definition .sticky {
  position: sticky;
  top: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
body.rse section#definition .def {
  margin-bottom: 20%;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
body.rse section#definition .def h3 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}
body.rse section#definition .def.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}
body.rse section#citationrse {
  font-size: 36px;
  line-height: 120%;
  padding: 5vh 0;
}
body.rse section#citationrse span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
}
body.rse section#citationrse .container .container {
  /*
  border-left:1px solid $commoncolor;
  border-right:1px solid $commoncolor;
  */
  padding: 60px 0;
}

@media screen and (max-width: 980px) {
  body.rse section#visuelrse .fitimg {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.rse section#visuelrse .citation {
    font-size: 24px;
    line-height: 40px;
  }
  body.rse section#demarche .col-4 {
    margin-bottom: 30px;
  }
  body.rse section#definition .col-4 {
    padding-top: 30px;
  }
  body.rse section#visuelprojet .fitimg {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  body.rse section#visuelprojet .citation {
    font-size: 24px;
    line-height: 40px;
  }
  body.rse section#visuelprojet .citation h3 {
    font-size: 14px;
  }
  body.rse section#visuelprojet .citation .container .container {
    border: 0;
  }
  body.rse section#descprojet .container .col-5.pt40 {
    margin-top: 0;
  }
  body.rse section#descprojet .container .col-5 .accordeon {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  body.rse section#descprojet .container .col-5 .mobile {
    width: 100%;
  }
  body.rse section#descprojet .container .col-5 .mobile a {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgba(99, 116, 119, 0.3019607843);
    background: url("../imgs/plus-gris.svg") right center no-repeat;
    background-size: 15px 15px;
  }
  body.rse section#descprojet .container .col-5.active .mobile a {
    background-image: url("../imgs/close-gris.svg");
  }
  body.rse section#descprojet .container .col-5.active .accordeon {
    max-height: 400px;
    transition: max-height 0.5s ease-in-out;
  }
  body.rse section#citationrse {
    font-size: 18px;
  }
}
body.approche .approcheswitch a {
  border-color: #053F33;
}
body.approche .approcheswitch a:hover, body.approche .approcheswitch a.active {
  background-color: rgba(194, 225, 209, 0.5019607843);
}
body.approche .baseline {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 80px;
}
body.approche .legend {
  margin: 30px 0;
}
body.approche .legend .col-6 {
  line-height: 30px;
}
body.approche .legend .col-6 img {
  margin-right: 10px;
}
body.approche .descapproche {
  display: none;
}
body.approche .descapproche:first-of-type {
  display: block;
}
body.approche section#description {
  margin: 40px 0;
  color: #fff;
  background: #053F33;
  padding: 5vh 0;
  font-size: 13px;
  line-height: 200%;
}
body.approche section#description .col-4:nth-child(2) {
  padding: 0 20px;
}
body.approche section#citationapp {
  font-size: 36px;
  line-height: 120%;
  padding: 5vh 0;
}
body.approche section#citationapp .btn {
  color: #262626;
  font-size: 13px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
body.approche section#citationapp .btn:hover {
  background-color: #fff;
  color: #262626;
  border-color: #fff;
  transition: all 0.2s ease-in;
}
body.approche section#citationapp .container .container {
  /*
  border-left:1px solid $commoncolor;
  border-right:1px solid $commoncolor;
  */
  padding: 60px 0;
}
body.approche section#descprojet {
  margin: 5vh 0;
}
body.approche section#descprojet .text-center img {
  margin: 40px 0;
}
body.approche section#descprojet .container {
  margin-top: 40px;
}
body.approche section#descprojet .container .col-5 {
  padding: 20px 30px 0;
}
body.approche section#descprojet .container .col-1.pt40, body.approche section#descprojet .container .col-5.pt40 {
  margin-top: 100px;
}
body.approche section#descprojet .container .col-1 h2, body.approche section#descprojet .container .col-5 h2 {
  font-size: 16px;
  font-weight: 600;
}
body.approche section#descprojet .container .col-1 h2 a, body.approche section#descprojet .container .col-5 h2 a {
  color: #053F33;
  display: block;
  width: 100%;
}
body.approche section#descprojet .container .col-1 img, body.approche section#descprojet .container .col-5 img {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  body.approche section#descprojet .container {
    border-top: 1px solid rgba(99, 116, 119, 0.3019607843);
  }
  body.approche section#descprojet .container .col-5 {
    padding: 0;
  }
  body.approche section#descprojet .container .col-5.pt40 {
    margin-top: 0;
  }
  body.approche section#descprojet .container .col-5 h2 {
    border-bottom: 1px solid rgba(99, 116, 119, 0.3019607843);
    line-height: 50px;
  }
  body.approche section#descprojet .container .col-5 h2 a {
    background: url("../imgs/plus-gris.svg") right center no-repeat;
    background-size: 10px 10px;
  }
  body.approche section#descprojet .container .col-5 .accordeon {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  body.approche section#descprojet .container .col-5.active a {
    background-image: url("../imgs/close.svg");
  }
  body.approche section#descprojet .container .col-5.active .accordeon {
    max-height: 400px;
    transition: max-height 0.5s ease-in-out;
  }
}
/*# sourceMappingURL=app.css.map */
