/*
Theme Name: Coopcarbone
*/
:root {
  --e-global-color-primary: #37383C;
  --e-global-color-secondary: #6B7C93;
  --e-global-color-text: #54C8EF;
  --e-global-color-accent: #00C189;
  --e-global-color-91f4653: #E7E7E7;
  --e-global-color-35477df: #F7F7F7;
  --e-global-color-c1a0182: #FFFFFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}

.font-sherif {
  font-family: operetta-12, serif;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--e-global-color-secondary);
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
.big-title {
  font-size: 82px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 1120px) {
  .big-title {
    font-size: 26px;
  }
}

.big-text {
  font-family: operetta-12, serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 1.1em;
}

.big-video-title {
  font-size: 150px;
  font-weight: 500;
  color: var(--e-global-color-91f4653);
  opacity: 0.5;
  text-transform: uppercase;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #37383C;
}

h1, .h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 50px;
  margin-top: 0px;
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 19px;
  line-height: 140%;
  margin-top: 0px;
  font-weight: 400;
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  h4, .h4 {
    font-size: 110%;
  }
}

h5, .h5 {
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  margin-top: 0px;
}

h6 {
  font-size: 15px;
  color: #5bc0de;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -10px;
}

.white {
  color: #fff;
}
.white a {
  color: #fff;
}
.white h1, .white h2, .white h3, .white .h1, .white .h2, .white .h3 {
  color: #fff;
}

h1.white, h2.white, h3.white, h4.white, .h1.white, .h2.white, .h3.white, .h4.white {
  color: #fff;
}

.color-primary {
  color: var(--e-global-color-primary);
}

.color-secondary {
  color: var(--e-global-color-secondary);
}

.color-accent {
  color: var(--e-global-color-accent);
}

.bg-color_grey-light {
  background-color: var(--e-global-color-91f4653);
}

.bg-color_grey-light-super {
  background-color: var(--e-global-color-35477df);
}

.bg-color_primary {
  background-color: var(--e-global-color-primary);
}

.bg-color_secondary {
  background-color: var(--e-global-color-secondary);
}

.bg-color-green {
  background-color: var(--e-global-color-accent);
}

.black {
  color: #37383C;
}

.color1 {
  color: #5bc0de;
}

.color2 {
  color: #5952ff;
}

.color3 {
  color: #00D6B9;
}

.white-bg, .bg-color-white {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.color1-bg {
  background-color: #5bc0de;
}

.color2-bg {
  background-color: #5952ff;
}

.color3-bg {
  background-color: #00D6B9;
}

.color4-bg {
  background-color: #f5f6f8;
}

.color6-bg {
  background-color: #464647;
}

.box-shadow-1 {
  box-shadow: -1px 13px 20px rgba(55, 56, 60, 0.1215686275);
}

input, select, textarea {
  border: none;
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
  border: none;
  font-weight: 400;
}

input[type=text], input[type=email] {
  width: 100% !important;
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
  border: none;
  font-weight: 400;
}

.white input[type=text], .white input[type=email] {
  border-bottom: 1px solid #fff !important;
  color: #fff;
}

body .white .gform_wrapper ul li.gfield.floating-label-field.active input {
  border-color: #fff !important;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

textarea {
  max-height: 100px;
  padding: 10px 0px !important;
  border-bottom: 1px solid #37383C !important;
}

.btn,
.button,
.btn-button,
.comment-reply-link,
.comment-respond #submit,
#searchform #searchsubmit,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 200px;
  border: none;
  line-height: 1em;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .btn,
  .button,
  .btn-button,
  .comment-reply-link,
  .comment-respond #submit,
  #searchform #searchsubmit,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.btn-primary {
  background-color: var(--e-global-color-text);
  color: var(--e-global-color-c1a0182);
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #12C1E7 !important;
}

.btn-accent {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-c1a0182);
}
.btn-accent:hover {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-c1a0182);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #37383C;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
.hamburger-inner .is-active {
  background-color: #37383C;
}
.hamburger-inner .is-active::after {
  background-color: #37383C;
}
.hamburger-inner .is-active::before {
  background-color: transparent;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
*/
/*MENU ////////////////////////*/
.logoContainer {
  z-index: 1;
}
.logoContainer img {
  padding-bottom: 5px;
  margin-bottom: 0px;
  max-width: 200px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .logoContainer {
    max-width: 80px;
  }
}

.logo-a {
  display: block;
  max-width: 140px;
}

.logo-img {
  width: 100%;
  height: auto;
}

.menu1container {
  width: 100%;
  z-index: 1000;
}

.headermenus_container {
  position: sticky;
  z-index: 20;
  top: 0;
}

.headermenus {
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 10;
}
.headermenus.headermenus_secondary {
  position: relative;
  z-index: 21;
}
.headermenus.headermenus_primary {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--e-global-color-91f4653);
}

.navPrincipal {
  display: inline-block;
  float: right;
  padding: 0;
  font-size: 19px;
  color: #37383C;
}
.navPrincipal > li {
  display: inline-block;
  float: left;
  position: relative;
}
.navPrincipal > li.green-link a {
  color: var(--e-global-color-accent) !important;
}
.navPrincipal > li:hover.menu-item-has-children > a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  border-bottom: 3px solid #37383C;
  content: " ";
}
.navPrincipal > li:hover > .sub-menu {
  display: block;
}
.navPrincipal > li.menu-item-lang-switcher > a {
  padding-left: 50px;
  background-image: url("img/SVG/SOFIAC-Picto-terre.svg");
  background-repeat: no-repeat;
  background-size: auto 25%;
  background-position: 24px 49%;
  color: #5952ff;
}
.navPrincipal > li > a {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  color: #37383C;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.navPrincipal > li > a:hover, .navPrincipal > li > a:focus {
  background-color: transparent;
  color: rgba(53, 83, 136, 0.6);
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .navPrincipal > li > a {
    padding: 30px 0 30px 14px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1439px) {
  .navPrincipal > li > a {
    padding: 30px 0 30px 18px;
    font-size: 17px;
  }
}
.navPrincipal > li.current-menu-parent > a, .navPrincipal > li.current-menu-item > a, .navPrincipal > li.current-page-parent > a, .navPrincipal > li.current-menu-ancestor > a {
  position: relative;
  color: var(--e-global-color-text);
}
.navPrincipal > li.current-menu-parent > a.current:after, .navPrincipal > li.current-menu-item > a.current:after, .navPrincipal > li.current-page-parent > a.current:after, .navPrincipal > li.current-menu-ancestor > a.current:after {
  left: 20px;
  opacity: 1;
}
@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .navPrincipal > li.current-menu-parent > a.current:after, .navPrincipal > li.current-menu-item > a.current:after, .navPrincipal > li.current-page-parent > a.current:after, .navPrincipal > li.current-menu-ancestor > a.current:after {
    left: 10px;
  }
}
.navPrincipal > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 10;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--e-global-color-c1a0182);
  border-bottom: 1px solid var(--e-global-color-91f4653);
}
.navPrincipal > li > .sub-menu > li {
  display: block;
  vertical-align: top;
  border-bottom: 1px solid var(--e-global-color-91f4653);
}
.navPrincipal > li > .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
}
.navPrincipal > li > .sub-menu > li:hover > a {
  opacity: 0.6;
}
.navPrincipal > li > .sub-menu > li > a {
  color: #37383C;
  padding: 12px 20px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-secondary-container {
  background-color: var(--e-global-color-primary);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.nav-secondary {
  float: right;
  margin-bottom: 0;
}
.nav-secondary > li {
  display: inline-block;
  float: left;
  position: relative;
}
.nav-secondary > li > a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.nav-secondary > li > a:hover, .nav-secondary > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.nav-secondary > li.current-menu-item > a {
  position: relative;
  color: var(--e-global-color-text);
}
.nav-secondary > li:hover > .sub-menu {
  display: block;
}
.nav-secondary > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 10;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--e-global-color-c1a0182);
  border-bottom: 1px solid var(--e-global-color-91f4653);
}
.nav-secondary > li > .sub-menu > li {
  display: block;
  vertical-align: top;
  border-bottom: 1px solid var(--e-global-color-91f4653);
}
.nav-secondary > li > .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
}
.nav-secondary > li > .sub-menu > li:hover > a {
  opacity: 0.6;
}
.nav-secondary > li > .sub-menu > li > a {
  color: #37383C;
  padding: 12px 20px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

/* MOBILE MENU*/
.mobileHeader {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 2200;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
}
.mobileHeader .hamburger {
  position: absolute;
  right: 20px;
  top: 18px;
}
.mobileHeader .hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0 !important;
}
@media screen and (min-width: 1000px) {
  .mobileHeader {
    display: none;
  }
}

.mobileLogoA {
  display: inline-block;
  padding: 15px 20px;
}

.mobileLogo {
  width: 140px;
}

.menuMobileContainer {
  margin-top: 57px;
  background-color: #5bc0de;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.menuMobileContainer.on {
  left: 0;
}

.nav-mobile {
  margin-bottom: 0px;
  font-size: 22px;
}
.nav-mobile .current-menu-item a {
  text-decoration: underline !important;
}
.nav-mobile > li {
  padding: 0;
  border-bottom: 1px solid #fff;
}
.nav-mobile > li.menu-item-lnkd img {
  width: 40px;
}
.nav-mobile > li.donner {
  background-color: #5952ff;
}
.nav-mobile > li.menu-item-has-children > a {
  background-image: url(img/Fleche-droite.svg);
  background-position: right 15px top 18px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.nav-mobile > li.menu-item-has-children > a.on {
  background-image: url(img/X.svg);
}
.nav-mobile > li.current-menu-parent a, .nav-mobile > li.current-menu-item a, .nav-mobile > li.current-page-parent a {
  text-decoration: underline;
}
.nav-mobile > li.currentSiteMenu > .sub-menu, .nav-mobile > li.current-menu-ancestor > .sub-menu, .nav-mobile > li.current-menu-parent > .sub-menu, .nav-mobile > li.current-menu-item > .sub-menu, .nav-mobile > li.current-page-parent > .sub-menu {
  display: block;
}
.nav-mobile > li > a {
  font-size: 18px;
  line-height: 100%;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  cursor: pointer;
  color: #fff;
}
.nav-mobile > li > a:not([href]) {
  color: #fff;
}
.nav-mobile > li > a:hover, .nav-mobile > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.nav-mobile > li > .sub-menu {
  font-size: 18px;
  position: relative;
  background-color: transparent;
  z-index: 1;
  width: auto;
  box-shadow: none;
  display: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.nav-mobile > li > .sub-menu > li {
  display: block;
}
.nav-mobile > li > .sub-menu > li > a {
  font-weight: 700;
  line-height: 100%;
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  padding-left: 30px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
}
.nav-mobile > li > .sub-menu > li .sub-menu a {
  line-height: 100%;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  padding-left: 60px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
}

.mobileExtLinks {
  background-color: #5b6870;
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: -1px;
}
.mobileExtLinks a {
  width: 33.3333%;
  height: 50px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  float: left;
  text-align: center;
  color: #b2b6bb;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  background-color: #5b6870;
}
.mobileExtLinks a.cadenas {
  background-image: url(img/Cadenas.svg);
}
.mobileExtLinks a.ordi {
  background-image: url(img/Ordinnateur.svg);
}

.nav-footer {
  margin-bottom: 0px;
}
@media (min-width: 1000px) {
  .nav-footer {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 20px;
  }
}
.nav-footer > li {
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .nav-footer > li {
    display: block;
  }
}
.nav-footer > li.current-menu-parent > a, .nav-footer > li.current-menu-item > a, .nav-footer > li.current-page-parent > a {
  color: #37383C;
}
.nav-footer > li a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 0px 0 0 20px;
  font-weight: 400;
  color: #37383C;
}
@media screen and (max-width: 1000px) {
  .nav-footer > li a {
    display: block;
    padding: 20px 0px;
    font-size: 19px;
    color: #aeaca8;
  }
}

@media screen and (max-width: 1000px) {
  .socialmedia {
    font-size: 21px;
    padding: 12px 13px 10px 0;
    display: inline-block;
    color: #aeaca8;
  }
}

/********************
 * Search Navigation
 ********************/
.search-wpb .fa-search {
  color: #666666;
  font-weight: 900;
}
.search-wpb .fa-search:hover, .search-wpb .fa-search:focus {
  color: #999999;
  text-decoration: none;
}

.wpbsearchform {
  display: block;
  width: 400px;
  position: absolute;
  right: 0;
  top: 80%;
  margin-top: 1px;
  z-index: 9999;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
.wpbsearchform form input:focus {
  color: #5bc0de !important;
}
.wpbsearchform input[type=search] {
  border-radius: 0;
}
.wpbsearchform input[type=submit] {
  display: none !important;
}
.wpbsearchform ::-moz-placeholder {
  color: #5bc0de !important;
  opacity: 1;
}
.wpbsearchform ::-webkit-input-placeholder {
  color: #5bc0de !important;
  opacity: 1;
}

/*END _____  MENU ////////////////////////*/
body {
  min-height: 900px;
}
body#tinymce {
  background-color: #ddd;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 60px;
  }
}

body #tinymce {
  font-size: 16px;
  background-color: #ddd;
}
#tinymce ol, #tinymce ul {
  list-style: disc;
  padding-left: 20px;
}
#tinymce img {
  max-width: 100%;
}
#tinymce a {
  text-decoration: underline !important;
}

html {
  scroll-behavior: smooth;
}

.allContainer {
  overflow: hidden;
}

.container {
  max-width: 1135px;
}

@media (min-width: 1000px) {
  .slogan {
    width: 80%;
    margin: 0 auto;
  }
}

a {
  color: #5bc0de;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #5bc0de;
}
a.hoverA:hover {
  opacity: 0.6;
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}

ul li, ol li {
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  ul li, ol li {
    line-height: 120%;
  }
}

.psmall {
  font-size: 85%;
}

section {
  position: relative;
}

.background-overlay_home-header {
  background-image: url(/wp-content/uploads/2021/09/Groupe-12065.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.background-overlay_home-services {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 33% auto;
  background-image: url(/wp-content/uploads/2021/09/earth-cta-home.jpg);
}
@media screen and (max-width: 1000px) {
  .background-overlay_home-services {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% 30%;
  }
}

.background-overlay_home-services-2 {
  background-image: url(/wp-content/uploads/2021/09/layer1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.background-overlay_home-carbone_h2 {
  background-image: url(https://coopcarbone.coop/wp-content/uploads/2021/09/Groupe-14.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23% auto;
}

.background-overlay_home-membres {
  background-image: url(/wp-content/uploads/2021/09/C540.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.background-overlay_home-apropos {
  background-image: url(/wp-content/uploads/2021/09/Groupe-14.svg);
}

.accueil-header-pretext {
  margin: 0px 0px 50px 0px;
  padding: 12px 30px 8px 30px;
  background-color: var(--e-global-color-c1a0182);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-91f4653);
  border-radius: 18px 18px 18px 18px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.0901960784);
}

.heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.vertical-home-header-text {
  max-width: 300px;
  color: #37383C;
  font-weight: 600;
  transform-origin: top left;
  transform: translate(7%, -1%) rotate(-90deg);
}
.vertical-home-header-text p:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--e-global-color-91f4653);
  width: 50%;
  margin-left: 15px;
  top: 50%;
}

.projects-slider-home {
  margin-top: 70px;
  margin-bottom: -70px;
  z-index: 2;
}

.projects-slider-slider {
  transform: translateY(-70px);
  overflow: visible;
}

@media (min-width: 1000px) {
  .home-slick-slider-projects .slick-list {
    overflow: visible;
  }
}

.projects-slider-image {
  padding-bottom: 50%;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .projects-slider-image {
    width: 100%;
  }
}

.projects-slider-content {
  padding: 0 40px;
}

.background-gradient-primary_home {
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--e-global-color-primary) 87%, rgba(55, 56, 60, 0) 100%);
}

.hover-open-container:hover .hover-open {
  max-height: 500px;
}
.hover-open-container .hover-open {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .hover-open-container .hover-open {
    max-height: 0px;
  }
}

.boxFaq {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
.boxFaq h3 {
  margin: 0;
  line-height: 140%;
}
.boxFaq .opener {
  cursor: pointer;
  padding: 20px 45px 0px 0px;
}
.boxFaq .opener .plusMinus {
  position: absolute;
  right: 0;
  top: 16px;
}
.boxFaq .toggleOpener {
  display: inline-block;
  -ms-transform: translate(0%, -50%); /* IE 9 */
  -webkit-transform: translate(0%, -50%); /* Safari */
  transform: translate(0%, -50%);
  cursor: pointer;
}
.boxFaq .toggleOpener h4 {
  display: inline-block;
}
.boxFaq .toggleOpener .plusMinus {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
}

.partenaireRow:last-child hr {
  display: none;
}

.logoEntrep {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.hoverBox {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(89, 82, 255, 0.68);
}
.hoverBox:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .box-resultats:nth-child(3n-2), .box-resultats:nth-child(3n-1) {
    border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}
.box-resultats h1, .box-resultats h2, .box-resultats h3, .box-resultats h4, .box-resultats h5, .box-resultats h6, .box-resultats .h1, .box-resultats .h2, .box-resultats .h3, .box-resultats .h4, .box-resultats .h5, .box-resultats .h6, .box-resultats p {
  margin-bottom: 0;
}
.box-resultats img {
  height: 5vw;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .box-resultats img {
    height: 10vw;
  }
}

.blog-cat-list {
  text-align: center;
}
.blog-cat-list li {
  display: inline-block;
  padding: 0 20px;
}
.blog-cat-list li.current-cat a {
  color: var(--e-global-color-accent);
}

.section404 h2 {
  display: inline;
  background-color: #5952ff;
  line-height: 160%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.section404 h3, .section404 h4 {
  font-weight: 400;
}

footer a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.footer-menu li {
  display: block;
}
.footer-menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  color: var(--e-global-color-secondary);
}
.footer-menu li.small-title a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  color: var(--e-global-color-primary);
}

.footer-addresses {
  background-color: var(--e-global-color-35477df);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: var(--e-global-color-91f4653);
}

.copy {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}

.socials-links {
  padding-top: 10px;
}
.socials-links a {
  padding-right: 20px;
  font-size: 140%;
  color: var(--e-global-color-text);
}

.embed-responsive-3by2::before {
  padding-top: 66.66%;
}

.embed-responsive {
  max-height: 500px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1000px) {
  .imageHeader .embed-responsive::before {
    padding-top: 100%;
  }
  .gridHide, .gridTest {
    display: none;
  }
}
@media (min-width: 1000px) {
  .copy2 {
    text-align: right;
  }
  .gutterBig {
    padding-right: 40px;
  }
  .grid {
    margin: 0 -20px;
    display: block;
  }
  .grid-item {
    width: 33.3%;
    padding: 0 20px;
  }
}
.clearfix {
  clear: both;
}

div {
  position: relative;
}

.flex-row {
  display: flex;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.fullWidth {
  width: 100%;
}
.fullWidth img {
  width: 100%;
  max-width: none;
}

.fullWidth {
  width: 100%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.transition-ease {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}
.underline:focus, .underline:hover {
  text-decoration: underline;
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.featurette {
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .featurette {
    padding-top: 40px;
  }
}

.featurette2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .featurette2 {
    padding-bottom: 40px;
  }
}

.featuretteBig {
  padding-top: 150px;
}
@media screen and (max-width: 1000px) {
  .featuretteBig {
    padding-top: 40px;
  }
}

.featurette2Big {
  padding-bottom: 150px;
}
@media screen and (max-width: 1000px) {
  .featurette2Big {
    padding-bottom: 40px;
  }
}

.featurette-half {
  padding-top: 40px;
}

.featurette2-half {
  padding-bottom: 40px;
}

.featurette-mini {
  padding-top: 20px;
}

.featurette2-mini {
  padding-bottom: 20px;
}

.featuretteLR {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .featuretteLR {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featuretteLRBig {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1000px) {
  .featuretteLRBig {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .featurette-half {
    padding-top: 20px;
  }
  .featurette2-half {
    padding-bottom: 20px;
  }
}
/*//////////////////////////////////////*/
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 1000px) {
  .table-cell.noMobile {
    display: inline-block;
  }
}

.text-bold {
  font-weight: bold;
}

.Xhidden, .xhidden, .xHidden {
  display: none;
}

@media screen and (max-width: 1000px) {
  .hiddenPhone {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .hiddenDesktop {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .hiddenTablet {
    display: none;
  }
}

.coverBg, .bg-cover, .cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-contain, .contain-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-right-center {
  background-position: right center;
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

sup {
  top: -0.6em;
  font-size: 65%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 58.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pointer {
  cursor: pointer;
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute {
  position: absolute;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .mobileHidden, .mobile-hidden {
    display: none;
  }
}
@media (min-width: 1000px) {
  .desktopHidden, .desktop-hidden {
    display: none;
  }
}
.calculator-wrapper input[type=date], .calculator-wrapper input[type=email], .calculator-wrapper input[type=number], .calculator-wrapper input[type=password], .calculator-wrapper input[type=search], .calculator-wrapper input[type=tel], .calculator-wrapper input[type=text], .calculator-wrapper input[type=url], .calculator-wrapper select, .calculator-wrapper textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

.calculator-type-list {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  flex-wrap: wrap;
}
.calculator-type-list span {
  margin-bottom: 10px;
}

.calculator-type-select-container {
  display: none !important;
}

.round {
  position: relative;
  margin-top: 10px;
}
.round label {
  cursor: pointer;
  padding-left: 34px;
  margin-right: 30px;
}
.round label:before {
  border-radius: 20px;
  border: 1px solid #fff;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.round label:after {
  position: absolute;
  opacity: 0;
  background-color: var(--e-global-color-accent);
  content: "";
  top: 4px;
  left: 4px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.round input[type=checkbox], .round input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.round input[type=checkbox]:checked + label:after, .round input[type=radio]:checked + label:after {
  opacity: 1;
}

.anchorBuilder {
  transform: translateY(-100px);
}

.tinyContent iframe, #tinymce iframe {
  max-width: 100%;
}
.tinyContent a:not(.button):not(.btn), #tinymce a:not(.button):not(.btn) {
  color: var(--e-global-color-accent);
  text-decoration: underline;
}
.tinyContent a:not(.button):not(.btn):focus, .tinyContent a:not(.button):not(.btn):hover, #tinymce a:not(.button):not(.btn):focus, #tinymce a:not(.button):not(.btn):hover {
  text-decoration: underline;
  color: var(--e-global-color-accent);
}
.tinyContent a.button, #tinymce a.button {
  font-size: 20px;
  text-decoration: none;
}
.tinyContent ul, #tinymce ul {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  list-style: disc;
}
.tinyContent ul > li, #tinymce ul > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ul > li::marker, #tinymce ul > li::marker {
  color: var(--e-global-color-accent);
}
.tinyContent ul > li h4, .tinyContent ul > li .h4, #tinymce ul > li h4, #tinymce ul > li .h4 {
  margin-bottom: 5px;
}
.tinyContent ul > li .btn, #tinymce ul > li .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tinyContent ul > li .btn:before :before, #tinymce ul > li .btn:before :before {
  content: "\a";
  white-space: pre;
}
.tinyContent ol, #tinymce ol {
  padding-left: 20px;
}
.tinyContent ol li, #tinymce ol li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ol li::marker, #tinymce ol li::marker {
  color: var(--e-global-color-text);
}

.textw {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textw-10 {
  width: 10%;
}

.textw-20 {
  width: 20%;
}

.textw-30 {
  width: 30%;
}

.textw-40 {
  width: 40%;
}

.textw-50 {
  width: 50%;
}

.textw-60 {
  width: 60%;
}

.textw-70 {
  width: 70%;
}

.textw-80 {
  width: 80%;
}

.textw-90 {
  width: 90%;
}

.textw-100 {
  width: 100%;
}

.background-cover-all {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.background-cover-all_top_10 {
  height: 10%;
}

.background-cover-all_top_20 {
  height: 20%;
}

.background-cover-all_top_30 {
  height: 30%;
}

.background-cover-all_top_40 {
  height: 40%;
}

.background-cover-all_top_50 {
  height: 50%;
}

.background-cover-all_top_60 {
  height: 60%;
}

.background-cover-all_top_70 {
  height: 70%;
}

.background-cover-all_top_80 {
  height: 80%;
}

.background-cover-all_top_90 {
  height: 90%;
}

.background-cover-all_top_100 {
  height: 100%;
}

.background-cover-all_bottom_10 {
  height: 10%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_20 {
  height: 20%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_30 {
  height: 30%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_40 {
  height: 40%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_50 {
  height: 50%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_60 {
  height: 60%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_70 {
  height: 70%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_80 {
  height: 80%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_90 {
  height: 90%;
  top: auto;
  bottom: 0;
}

.background-cover-all_bottom_100 {
  height: 100%;
  top: auto;
  bottom: 0;
}

.background-right-top-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 1200px;
  height: 600px;
}

.background-right-top {
  position: absolute;
  right: 0;
  top: 0;
  background-position: bottom left;
  background-size: auto 58%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  width: 134%;
  border-radius: 50%;
  transform: translateX(64%) translateY(-52%);
}
.background-right-top.background-right-top_shadow {
  transform: translateX(64%) translateY(-50%);
}

.background-left-bottom-container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 440px;
}
@media screen and (max-width: 1000px) {
  .background-left-bottom-container {
    width: 100%;
  }
}
.background-left-bottom-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.background-left-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 170%;
  width: 150%;
  border-radius: 50%;
  transform: translateX(0%) translateY(40%);
}

.bg-wave {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}
.bg-wave.wave-secondary path {
  fill: var(--e-global-color-primary);
}
.bg-wave.wave-white path {
  fill: #fff;
}
.bg-wave svg {
  width: calc(115% + 1.3px);
  height: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.background-overlay_01 {
  opacity: 0.1;
}

.background-overlay_02 {
  opacity: 0.2;
}

.background-overlay_03 {
  opacity: 0.3;
}

.background-overlay_04 {
  opacity: 0.4;
}

.background-overlay_05 {
  opacity: 0.5;
}

.background-overlay_06 {
  opacity: 0.6;
}

.background-overlay_07 {
  opacity: 0.7;
}

.background-overlay_08 {
  opacity: 0.8;
}

.background-overlay_09 {
  opacity: 0.9;
}

.background-gradient-primary {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, var(--e-global-color-primary) 70%);
}

.background-overlay_darker {
  background-color: #000000;
  opacity: 0.6;
}

.newsletter-form-container {
  padding: 60px 70px 60px 70px;
}
@media screen and (max-width: 1000px) {
  .newsletter-form-container {
    padding: 20px;
  }
}

.video-big-title {
  margin-bottom: -100px;
}
@media screen and (max-width: 1120px) {
  .video-big-title {
    display: none;
  }
}

.video-big-container {
  max-width: 629px;
  margin-left: auto;
  margin-right: auto;
}

/*Stats Caroussel CSS*/
.caroussel-stats-item {
  margin: 0px 20px;
  padding: 40px 50px;
  background-color: var(--e-global-color-c1a0182);
  background-image: url(/wp-content/uploads/2021/09/Groupe-14.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.caroussel-stats-item .h4 {
  margin-bottom: 0px;
}
.caroussel-stats-item p {
  color: var(--e-global-color-secondary);
}

.stats-style {
  font-family: operetta-12, serif;
  font-weight: 700;
  font-size: 55px;
  color: var(--e-global-color-text);
  line-height: 1em;
  display: block;
  padding: 10px 0px;
}

.caroussel-stats-nav {
  transform: translateY(-50%);
  z-index: 10;
}

.btn-carousel {
  line-height: 120%;
  margin: 0 5px;
  padding: 15px 20px;
  height: 48px;
  width: 48px;
  border-radius: 200px;
  cursor: pointer;
}

.tab-full-button {
  position: relative;
  display: inline-block;
}
.tab-full-button:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 50%;
  border-top: 3px solid var(--e-global-color-secondary);
  transition: all 0.4s ease;
}

.arrow-list {
  padding-left: 40px;
  list-style-type: none;
}
.arrow-list li {
  margin-top: 40px;
  color: var(--e-global-color-secondary);
}
.arrow-list li:first-child {
  margin-top: 0px;
}
.arrow-list li strong {
  font-size: 21px;
  font-weight: 500;
  padding-left: 25px;
  color: var(--e-global-color-primary);
}
.arrow-list li::before {
  content: url(/wp-content/uploads/2021/09/li-arrow.svg);
  display: inline-block;
  width: 15px;
  top: -4px;
  margin-left: -40px;
}

/*TABS Singular Project CSS*/
.tabs-project-item {
  margin-top: 70px;
}

.tabs-project-title {
  width: 45%;
  padding-right: 30px;
}

.tabs-project-content {
  width: 70%;
  padding-left: 30px;
  border-left: 1px solid var(--e-global-color-c1a0182);
}

.tabs-item {
  gap: 10%;
  border-top: 2px solid var(--e-global-color-c1a0182);
  width: 80%;
  margin: auto;
}
.tabs-item button {
  width: 70px;
  height: 70px;
  padding: 4px 15px;
  font-family: operetta-12, serif;
  font-size: 36px;
  font-weight: 400;
  border-radius: 250px;
  background-color: var(--e-global-color-primary);
  border: 2px solid var(--e-global-color-c1a0182);
  color: var(--e-global-color-c1a0182);
  margin-top: -35px;
  transition: all 0.4s ease;
}
.tabs-item button:hover, .tabs-item button.active, .tabs-item button:focus {
  background-color: var(--e-global-color-35477df);
  color: var(--e-global-color-primary);
  box-shadow: -1px 13px 20px rgba(22, 22, 22, 0.8);
  transition: all 0.4s ease;
}

/*Other Project Display Grid CSS*/
.otherproject-display-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .otherproject-display-container {
    display: block;
  }
}

.otherproject-display-item {
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  transition: all 0.5s ease;
  background-position: center;
}
.otherproject-display-item:hover {
  background-size: 110%;
  transition: all 0.5s ease;
}

.otherproject-title {
  width: 100%;
  font-weight: 700;
}

.criteres-icon {
  width: 30%;
}

/*Members Caroussel CSS*/
@media (min-width: 1000px) {
  .caroussel-members-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.caroussel-members-item {
  position: relative;
  margin-bottom: 20px;
}
.caroussel-members-item:hover {
  box-shadow: -10px 10px 0px 0px var(--e-global-color-accent), -10px 10px 0px 0px var(--e-global-color-accent);
  transition: all 0.4s ease;
}
.caroussel-members-item:hover .caroussel-members-img {
  padding: 40px 20px 20px 20px;
  transition: all 0.4s ease;
}
.caroussel-members-item:hover .members-btn {
  opacity: 1;
  transition: all 0.4s ease;
}
.caroussel-members-item:hover .caroussel-members-title {
  position: relative;
  top: 0px;
  transition: all 0.4s ease;
}
.caroussel-members-item:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--e-global-color-accent);
  opacity: 0.4;
}

.caroussel-members-img {
  background-repeat: no-repeat;
  padding: 40px 20px 20px 20px;
  transition: all 0.4s ease;
  background-size: cover;
}

.members-btn {
  padding: 12px 14px;
  background-color: var(--e-global-color-accent);
  border-radius: 200px;
  opacity: 0;
  position: relative;
  transition: all 0.4s ease;
  color: #fff;
}

.caroussel-members-title {
  position: relative;
  top: 40px;
  transition: all 0.4s ease;
}

/*Project Archive First Level Caroussel CSS*/
.programproject-caroussel-item {
  position: relative;
  margin: 20px 10px;
}
.programproject-caroussel-item:hover {
  -webkit-box-shadow: -10px 10px 0px 0px var(--e-global-color-accent), -10px 10px 0px 0px var(--e-global-color-accent);
  box-shadow: -10px 10px 0px 0px var(--e-global-color-accent), -10px 10px 0px 0px var(--e-global-color-accent);
  transition: all 0.4s ease;
}
.programproject-caroussel-item:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #37383C;
  opacity: 0.4;
}
.programproject-caroussel-item:hover .programproject-caroussel-title {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.programproject-caroussel-item:hover .programproject-caroussel-title span {
  font-size: 18px !important;
  transition: all 0.4s ease;
}
.programproject-caroussel-item:hover p {
  opacity: 1;
  transition: all 0.4s ease;
}
.programproject-caroussel-item:hover .members-btn {
  opacity: 1;
  transition: all 0.4s ease;
}
.programproject-caroussel-item .programproject-caroussel-title span {
  transition: all 0.4s ease;
  font-size: 30px !important;
}
.programproject-caroussel-item p {
  color: var(--e-global-color-c1a0182);
  width: 80%;
  text-align: left;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
}
.programproject-caroussel-item .members-btn {
  padding: 10px 14px;
  background-color: var(--e-global-color-accent);
  border-radius: 200px;
  opacity: 0;
  position: relative;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 0.4s ease;
}

.programproject-caroussel-img {
  padding: 90px 20px 90px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.programproject-caroussel-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1000px) {
  .boxCol-programmes {
    margin-bottom: 40px;
  }
}

.box-programme {
  padding-bottom: 130%;
  position: relative;
  transition: all 0.6s ease;
}
.box-programme:hover {
  transform: translateY(20px);
}
.box-programme:hover .box-programme-text {
  max-height: 220px;
}
.box-programme .box-programme-text {
  max-height: 1px;
  overflow: hidden;
  transition: all 0.6s ease;
}

.box-programme-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 80px);
  padding: 40px;
}

.boxCol_3images_img1 {
  max-width: 70%;
}

.boxCol_3images_img2 {
  margin-top: -70px;
  max-width: 70%;
  z-index: 2;
  float: right;
}

.boxCol_ingtxt_1 {
  max-width: 70%;
  z-index: 2;
  padding: 40px;
  background-color: var(--e-global-color-secondary);
  opacity: 0.85;
}

.boxCol_ingtxt_img1 {
  margin-top: -140px;
  max-width: 90%;
  float: right;
}

.roundDiv {
  border-radius: 50%;
}

.tabs-button_equipe {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 5px;
}
.tabs-button_equipe.active {
  border-bottom: 4px solid var(--e-global-color-accent);
}

.rotate-image-img {
  --e-transform-transition-duration: 100ms;
  --e-transform-origin-x: center;
  --e-transform-origin-y: center;
}

.woocommerce {
  font-size: 14px;
}
.woocommerce .woocommerce-info {
  border-top-color: var(--e-global-color-text) !important;
}
.woocommerce .shop_table td.product-name, .woocommerce .shop_table td.product-name a {
  color: var(--e-global-color-text) !important;
}
.woocommerce .shop_table td.product-name p {
  margin-bottom: 10px;
  color: var(--e-global-color-secondary) !important;
  font-size: 0.8rem;
}
.woocommerce a.remove {
  color: #37383C !important;
}
.woocommerce .shop_table button.edit-item {
  padding: 0;
  border: 0;
  background: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--e-global-color-accent);
}
.woocommerce .woocommerce-cart .product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order #place_order {
  padding: 15px 25px !important;
  font-size: 16px !important;
  border: none !important;
  line-height: 1em !important;
  transition: all 0.4s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #5bc0de !important;
  width: 100%;
}
.woocommerce .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  border: none;
  height: 45px;
}
.woocommerce .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 45px;
}
.woocommerce .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.woocommerce .checkout-button {
  padding: 15px 25px !important;
  font-size: 16px !important;
  border: none !important;
  line-height: 1em !important;
  transition: all 0.4s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #5bc0de !important;
  width: 100%;
}

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