/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-search {
  font-size: 0.8vw;
  text-align: right;
}
@media (max-width: 143.75rem) {
  .g-search {
    font-size: 1.15rem;
  }
}
.dir-rtl .g-search {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  .g-search {
    text-align: center;
  }
}
.g-search .g-search-lightcase {
  display: none;
}
.g-team {
  position: relative;
  opacity: 0;
}
.g-team.visible {
  opacity: 1;
}
.g-team .g-team-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header {
    margin: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header {
    display: block;
  }
}
.g-team .g-team-header .g-team-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #000000;
  padding-right: 0.938rem;
}
@media (max-width: 50rem) {
  .g-team .g-team-header .g-team-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-title {
    text-align: center;
    padding-right: 0;
  }
}
.dir-rtl .g-team .g-team-header .g-team-title {
  padding-left: 0.938rem;
  padding-right: 0;
}
.g-team .g-team-header .g-team-title .g-team-uppertitle {
  display: block;
  padding-right: 0.938rem;
  color: rgba(10, 10, 10, 0.35);
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-team .g-team-header .g-team-title .g-team-uppertitle {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-title .g-team-uppertitle {
    text-align: center;
    padding-right: 0;
  }
}
.dir-rtl .g-team .g-team-header .g-team-title .g-team-uppertitle {
  padding-left: 0.938rem;
  padding-right: 0;
}
.g-team .g-team-header .g-team-nav {
  position: relative;
  flex: 1 0 auto;
  align-self: center;
}
.g-team .g-team-header .g-team-nav i {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav i {
    display: block;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav {
    min-height: 6rem;
    width: 100%;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-container {
    flex-direction: column;
    width: 75%;
    padding: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 2px #000000;
    border-radius: 5px;
    background: #ffffff;
    z-index: 15;
    margin-top: 1rem;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item {
  cursor: pointer;
  padding: 0.125rem 0.338rem;
  font-size: 1.2vw;
  font-weight: 500;
  color: #8f4dae;
  position: relative;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  transition: border 150ms;
}
@media (max-width: 83.3333333333rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item {
    font-size: 1rem;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
  background: transparent;
  font-size: 2.2vw;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 45.4545454545rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    background: none;
    color: #000000;
    border-color: transparent;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.selected:hover {
  text-decoration: none;
}
.g-team .g-team-header .g-team-nav .g-team-nav-item:hover {
  text-decoration: underline;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item {
    display: none;
    padding: 0.425rem 1.438rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    display: block;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.clicked {
  display: block;
}
.g-team .g-team-grid {
  position: relative;
  margin: 0 -0.938rem;
  overflow: visible !important;
  /*   &.animate {
            .g-team-grid-item-blob {
                animation: transform-blob ease-in-out infinite both alternate;
                will-change: auto;
            }
        }*/
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid {
    margin: -0.938rem;
  }
}
.g-team .g-team-grid .g-team-grid-item {
  will-change: auto !important;
  transition: 0.25s ease;
  /*      &:nth-child(2n) {
                margin-top: 2rem !important;
                @include breakpoint(mobile-only) {
                    margin-top: 1rem !important;
                }

                &:hover {
                    .g-team-grid-item-wrapper {
                        transform: translateY(-.5rem) rotate(-3deg);

                        h4 {
                            color: $black;
                        }
                    }
                }
            }*/
  /*      &:nth-child(2n+1) {
                margin-top: 4rem !important;
                @include breakpoint(mobile-only) {
                    margin-top: 1rem !important;
                }

                &:hover {
                    .g-team-grid-item-wrapper {
                        transform: translateY(-.5rem) rotate(3deg);

                        h4 {
                            color: $black;
                        }
                    }
                }
            }*/
}
.g-team .g-team-grid .g-team-grid-item a.g-team-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper {
  position: relative;
  margin: 0.469rem;
  transition: all 0.25s;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper {
    margin: 0.938rem;
  }
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 250px;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image .g-team-grid-item-blob {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform-origin: center center;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap {
  text-align: center;
  color: #8f4dae;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap h4 {
  margin-bottom: 0;
  font-size: 1.2vw;
}
@media (max-width: 83.3333333333rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap h4 {
    font-size: 1rem;
  }
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap p {
  font-size: 0.9vw;
}
@media (max-width: 111.1111111111rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap p {
    font-size: 1rem;
  }
}
.g-team .g-team-grid.cols-2 .g-team-grid-item, .g-team .g-team-grid.cols-2 .g-team-grid-sizer {
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid.cols-2 .g-team-grid-item, .g-team .g-team-grid.cols-2 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
  width: 33.3%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 25%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 33%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 100%;
  }
}
@keyframes transform-blob {
  /*  0%,
       100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }
        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }
        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }
        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }
        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }
        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }
        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }*/
}
.g-navigation-container, .content-wrap {
  width: 100%;
  height: 100%;
}
.slidingmenu-button {
  width: 55px !important;
  height: 50px !important;
}
/*.slidingmenu.menu-wrap {
	width: 1500px !important;
}*/
.slidingmenu.menu-wrap {
  top: 20%;
  /*left: 80%;*/
}
.slidingmenu .menu {
  background-color: #212349;
}
/*.slidingmenu.slidingmenu-sideslide.menu-wrap {
	transform: translate3d(-1600px, 0, 0) !important;
}*/
.slidingmenu .g-main-nav li {
  width: 100%;
  text-align: left;
  margin: 0;
  border-right: solid;
  text-align: right;
}
[id^="slidingmenu-"][id$="-particle"] .slidingmenu {
  display: none;
}
/* Show Menu Overlay */
.slidingmenu-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}
.show-menu .slidingmenu-overlay {
  visibility: visible;
  opacity: 1;
}
/* Menu Button */
.slidingmenu-button {
  position: relative;
  z-index: 1001;
  padding: 0;
  width: 32px;
  height: 32px;
  border: none;
  color: black;
  background: transparent;
}
@media only all and (max-width: 47.99rem) {
  .slidingmenu-button {
    display: none;
  }
}
.slidingmenu-button:focus {
  outline: none;
}
.slidingmenu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: linear-gradient(transparent 10%, #ffffff 10%, #ffffff 20%, transparent 20%, transparent 43%, #ffffff 43%, #ffffff 53%, transparent 53%, transparent 80%, #ffffff 80%, #ffffff 90%, transparent 90%);
  content: "";
}
.slidingmenu-button:hover {
  opacity: 0.6;
}
.slidingmenu {
  /* Close Button */
  /* Menu Items Styling */
}
.slidingmenu .close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1.55rem;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 11;
  background: transparent;
  color: transparent;
}
.dir-rtl .slidingmenu .close-button {
  left: auto;
  right: 1.55rem;
}
.slidingmenu .close-button:hover::after, .slidingmenu .close-button:hover::before {
  opacity: 0.75;
}
.slidingmenu .close-button::before, .slidingmenu .close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #0a0a0a;
  opacity: 0.5;
}
.slidingmenu .close-button::before {
  transform: rotate(45deg);
}
.slidingmenu .close-button::after {
  transform: rotate(-45deg);
}
.slidingmenu.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  padding: 1.876rem 0 0;
  font-size: 1.15rem;
}
.slidingmenu.menu-wrap .g-main-nav .g-toplevel > li {
  display: block;
  padding: 0.4em;
}
.slidingmenu.menu-wrap .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  position: absolute;
  line-height: normal;
}
.dir-ltr .slidingmenu.menu-wrap .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  right: 0.5rem;
}
.dir-rtl .slidingmenu.menu-wrap .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  transform: rotate(180deg);
  left: 0.5rem;
}
.slidingmenu.menu-wrap .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
}
.slidingmenu.menu-wrap .g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
}
.dir-rtl .slidingmenu.menu-wrap .g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator {
  transform: rotate(180deg);
}
.slidingmenu.menu-wrap .g-main-nav .g-dropdown {
  top: -8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.slidingmenu.menu-wrap .g-main-nav .g-dropdown.g-active {
  top: -8px !important;
}
.dir-ltr .slidingmenu.menu-wrap .g-main-nav .g-dropdown {
  left: calc(100% + 5px);
  right: auto;
}
.dir-ltr .slidingmenu.menu-wrap .g-main-nav .g-dropdown .g-dropdown {
  left: 100%;
  right: auto;
}
.dir-rtl .slidingmenu.menu-wrap .g-main-nav .g-dropdown {
  right: calc(100% + 5px);
  left: auto;
}
.dir-rtl .slidingmenu.menu-wrap .g-main-nav .g-dropdown .g-dropdown {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 13px;
}
.slidingmenu.menu-wrap .menu, .slidingmenu.menu-wrap .g-toplevel {
  height: 100%;
}
.slidingmenu .g-standard .g-dropdown:after, .slidingmenu .g-fullwidth .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -13px;
  right: -13px;
  bottom: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: -1;
}
.slidingmenu.slidingmenu-sideslide {
  /* Shown menu */
}
.slidingmenu.slidingmenu-sideslide.menu-wrap {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .slidingmenu.slidingmenu-sideslide.menu-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.show-menu .slidingmenu.slidingmenu-sideslide.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.slidingmenu.slidingmenu-sideslide-animated {
  /* Shown menu */
}
.slidingmenu.slidingmenu-sideslide-animated.menu-wrap {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .slidingmenu.slidingmenu-sideslide-animated.menu-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li {
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(1) {
  -webkit-transform: translate3d(0, 700px, 0);
  transform: translate3d(0, 700px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(2) {
  -webkit-transform: translate3d(0, 900px, 0);
  transform: translate3d(0, 900px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(3) {
  -webkit-transform: translate3d(0, 1100px, 0);
  transform: translate3d(0, 1100px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(4) {
  -webkit-transform: translate3d(0, 1300px, 0);
  transform: translate3d(0, 1300px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(5) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(6) {
  -webkit-transform: translate3d(0, 1700px, 0);
  transform: translate3d(0, 1700px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(7) {
  -webkit-transform: translate3d(0, 1900px, 0);
  transform: translate3d(0, 1900px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(8) {
  -webkit-transform: translate3d(0, 2100px, 0);
  transform: translate3d(0, 2100px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(9) {
  -webkit-transform: translate3d(0, 2300px, 0);
  transform: translate3d(0, 2300px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(10) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(11) {
  -webkit-transform: translate3d(0, 2700px, 0);
  transform: translate3d(0, 2700px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(12) {
  -webkit-transform: translate3d(0, 2900px, 0);
  transform: translate3d(0, 2900px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(13) {
  -webkit-transform: translate3d(0, 3100px, 0);
  transform: translate3d(0, 3100px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(14) {
  -webkit-transform: translate3d(0, 3300px, 0);
  transform: translate3d(0, 3300px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(15) {
  -webkit-transform: translate3d(0, 3500px, 0);
  transform: translate3d(0, 3500px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(16) {
  -webkit-transform: translate3d(0, 3700px, 0);
  transform: translate3d(0, 3700px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(17) {
  -webkit-transform: translate3d(0, 3900px, 0);
  transform: translate3d(0, 3900px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(18) {
  -webkit-transform: translate3d(0, 4100px, 0);
  transform: translate3d(0, 4100px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(19) {
  -webkit-transform: translate3d(0, 4300px, 0);
  transform: translate3d(0, 4300px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(20) {
  -webkit-transform: translate3d(0, 4500px, 0);
  transform: translate3d(0, 4500px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(21) {
  -webkit-transform: translate3d(0, 4700px, 0);
  transform: translate3d(0, 4700px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(22) {
  -webkit-transform: translate3d(0, 4900px, 0);
  transform: translate3d(0, 4900px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(23) {
  -webkit-transform: translate3d(0, 5100px, 0);
  transform: translate3d(0, 5100px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(24) {
  -webkit-transform: translate3d(0, 5300px, 0);
  transform: translate3d(0, 5300px, 0);
}
.slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li:nth-child(25) {
  -webkit-transform: translate3d(0, 5500px, 0);
  transform: translate3d(0, 5500px, 0);
}
.show-menu .slidingmenu.slidingmenu-sideslide-animated.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .slidingmenu.slidingmenu-sideslide-animated .g-toplevel, .show-menu .slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .slidingmenu.slidingmenu-sideslide-animated .g-toplevel > li {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slidingmenu.slidingmenu-elastic {
  /* Morph Shape */
  /* Shown menu */
}
.slidingmenu.slidingmenu-elastic.menu-wrap {
  background: transparent;
  padding: 0;
  z-index: 1001;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.dir-rtl .slidingmenu.slidingmenu-elastic.menu-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.slidingmenu.slidingmenu-elastic.menu-wrap .menu {
  position: relative;
  width: calc(100% - 120px);
  height: 100%;
  padding: 1.876rem 0 0;
  z-index: 1001;
}
.slidingmenu.slidingmenu-elastic.menu-wrap .g-main-nav .g-dropdown {
  z-index: 1001;
}
.slidingmenu.slidingmenu-elastic .morph-shape {
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
}
.dir-rtl .slidingmenu.slidingmenu-elastic .morph-shape {
  left: 0;
  right: auto;
}
.show-menu .slidingmenu.slidingmenu-elastic.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.show-menu .slidingmenu.slidingmenu-elastic .menu {
  width: 100%;
  transition: width 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.show-menu .slidingmenu.slidingmenu-elastic .close-button {
  z-index: 1001;
}
.slidingmenu.slidingmenu-bubble {
  /* Morph Shape */
  /* Shown menu */
}
.slidingmenu.slidingmenu-bubble.menu-wrap {
  background: transparent;
  padding: 0;
  z-index: 1001;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.dir-rtl .slidingmenu.slidingmenu-bubble.menu-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.slidingmenu.slidingmenu-bubble.menu-wrap .menu {
  position: relative;
  width: 320px;
  height: 100%;
  z-index: 1000;
  padding: 1.876rem 0 0;
}
.slidingmenu.slidingmenu-bubble.menu-wrap .menu, .slidingmenu.slidingmenu-bubble.menu-wrap .close-button {
  opacity: 0;
  -webkit-transform: translate3d(-160px, 0, 0);
  transform: translate3d(-160px, 0, 0);
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0s 0.3s, transform 0s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.1, 1.27);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.1, 1.27);
}
.dir-rtl .slidingmenu.slidingmenu-bubble.menu-wrap .menu, .dir-rtl .slidingmenu.slidingmenu-bubble.menu-wrap .close-button {
  -webkit-transform: translate3d(160px, 0, 0);
  transform: translate3d(160px, 0, 0);
}
.slidingmenu.slidingmenu-bubble.menu-wrap .g-main-nav .g-dropdown {
  z-index: 1001;
}
.slidingmenu.slidingmenu-bubble .morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.show-menu .slidingmenu.slidingmenu-bubble.menu-wrap {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.show-menu .slidingmenu.slidingmenu-bubble.menu-wrap, .show-menu .slidingmenu.slidingmenu-bubble .menu, .show-menu .slidingmenu.slidingmenu-bubble .close-button, .show-menu .slidingmenu.slidingmenu-bubble .morph-shape {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.show-menu .slidingmenu.slidingmenu-bubble .menu, .show-menu .slidingmenu.slidingmenu-bubble .close-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.show-menu .slidingmenu.slidingmenu-bubble .close-button {
  z-index: 1001;
}
.g-content.g-blockcontent-header {
  text-align: center;
  margin-bottom: 1.876rem;
}
@media only all and (max-width: 47.99rem) {
  .g-content.g-blockcontent-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/** surcharge **/
.g-blockcontent-subcontent-block-content {
  width: 60%;
  margin: auto !important;
  text-align: center;
  /*background-color: #212347;*/
  color: #ffffff;
}
.color-content {
  width: 300px;
  height: 420px;
  padding: 0 2rem 0 2rem;
}
.g-block:nth-of-type(odd) div.g-content div.color-content {
  background: #212347;
}
.g-block:nth-of-type(even) div.g-content div.color-content {
  background: #ada8ba;
}
.g-blockcontent-subcontent-img {
  max-width: 10em;
}
.g-blockcontent-buttons .button {
  background: #11ffee00 !important;
}
.g-blockcontent-subcontent-block .g-blockcontent-buttons {
  text-align: center !important;
}
.g-blockcontent-buttons a {
  font-size: 1.5em;
}
/** **/
.g-blockcontent-subcontent-title-icon {
  margin-bottom: 0.625rem;
  font-size: 1.8rem;
}
.g-blockcontent-subcontent-title-text {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.438rem;
  line-height: 1.8;
}
.g-blockcontent-subcontent-title {
  margin-bottom: 0;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1 {
  background: #212349;
}
.g-blockcontent-subcontent-block .g-blockcontent-buttons {
  text-align: left;
}
.g-blockcontent-subcontent-subtitle {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  vertical-align: super;
  margin-bottom: 1.625rem;
}
.g-blockcontent-subcontent-desc {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #0a0a0a;
  position: relative;
  margin-bottom: 0.625rem;
  line-height: 1.9;
}
.g-blockcontent-subcontent-desc i {
  margin-top: 0.625rem;
}
.g-blockcontent-description {
  font-size: 1vw;
  color: #0a0a0a;
  font-weight: 200;
}
@media (max-width: 100rem) {
  .g-blockcontent-description {
    font-size: 1rem;
  }
}
.g-blockcontent-buttons {
  margin-top: -0.062rem;
  margin-bottom: 0.938rem;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4vw;
}
@media (max-width: 71.4285714286rem) {
  .g-blockcontent-buttons {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  section #g-utility {
    background: url('../../../../images/fonds/fondbleu.png') !important;
    background-repeat: repeat;
  }
  div .g-block .size-25 {
    display: none;
  }
}
@media (max-width: 540px) {
  .titre {
    padding-left: 1.5rem;
    font-size: 2.5rem;
  }
  h1 {
    font-size: 2rem;
  }
  .connexion {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menuhorizon {
    display: none;
  }
  #slidingmenu-6876-particle {
    display: none;
  }
  #g-navigation {
    background-color: #212349;
  }
  #g-footer {
    padding-left: 0.5rem !important;
  }
  #g-expanded {
    padding: 0 3rem 3rem 1rem;
  }
}
#vignettes .g-content {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.textemission {
  padding-right: 2rem !important;
}
#g-testimonials, .decogauche {
  background: none !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #e62f27 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e62f27 !important;
}
#g-header {
  background-color: #0E0C4D;
}
/*.nomarginall .g-content {
	margin: 0 1rem 0 1rem !important ;
}  */
.nomarginall .g-content {
  margin: 0 !important;
}
/* ** */
.outline h1 {
  display: none;
}
body {
  /*	font-weight: 600;*/
  font-size: 1.2rem;
  line-height: 1.5;
}
#g-navigation {
  background: url('../../../../images/banners/header1900b.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.g-menu-item-container li.fa-house {
  color: #fff;
}
#logotop .g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 160px;
  max-width: 160px;
  margin-top: 0.5rem;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 170px;
  max-width: 170px;
  margin-top: 1rem;
}
.logo-recherche {
  padding-top: 1%;
}
.fa-search::before {
  color: #ffffffff;
  font-size: 2rem;
}
.titre {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  /*line-height: 4rem;*/
  padding-top: 1rem;
  margin-top: 0.5rem;
  font-weight: 900;
}
.alignbottom {
  position: fixed;
  bottom: 10px;
}
.connexion {
  padding-top: 1rem;
}
.connexion .g-content::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.8rem;
}
.g-search {
  padding-top: 1rem;
}
.g-main-nav li a:hover, .menubas a:hover, .connexion a:hover {
  color: #FF291E;
}
.connexion a {
  color: #ffffff;
  /*font-weight: 600;*/
}
.slidingmenu-button {
  width: 55px !important;
  height: 45px !important;
}
#menuhorizon {
  /*margin-top: 1rem; */
  background-color: #212349;
}
.g-main-nav li {
  width: 24.5%;
  text-align: center;
  margin: 0;
  border-right: solid;
}
.g-main-nav li:last-child {
  border: none;
}
.g-main-nav li a {
  color: #ffffff;
}
.carrouselintro {
  margin-top: 2rem;
}
.carrouselintro h1, .carrouselintro h2 {
  font-weight: 900 !important;
  color: #ffffff;
}
.carrouselintro .g-owlcarousel-item-content {
  background-color: rgba(33, 35, 73, 0.5);
}
.g-owlcarousel-item-link a {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.g-owlcarousel-item-button .button .button-outline {
  background: #212349 !important;
}
/* ?? */
.g-owlcarousel-item-button::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.8rem;
}
.g-owlcarousel-item-button .button {
  text-transform: capitalize !important;
}
/*.g-owlcarousel-item-content-container {max-height: 300px; }*/
.articlealaune img {
  max-width: 60%;
  display: block;
  margin: auto;
}
#g-above p.b-lien {
  color: #e62f27 !important;
}
.b-lien {
  color: #e62f27;
  font-size: 1.5rem;
}
.b-lien:hover {
  color: #ffffff;
}
.v-image img {
  max-height: 235px;
}
#vignettes .g-grid {
  margin-right: 5% !important;
  margin-left: 5% !important;
}
#vignettes .g-blockcontent-subcontent-block-content {
  width: 100% !important;
}
#vignettes .3lignesdiv.v-titre {
  height: 100px !important;
}
#vignettes .g-blockcontent-buttons a {
  font-size: 1em;
  text-transform: lowercase;
}
.v-titre {
  height: 70px;
}
.v-image {
  height: 235px;
}
.v-image a:hover img {
  opacity: 0.33;
}
.v-suite a:hover {
  color: #e62b26;
}
.menubas {
  text-align: end;
}
.menubas a {
  color: #ffffff;
  /*font-weight: 600;*/
}
.menubas p {
  text-align: right;
}
.titre1 {
  font-size: 2.5rem;
  font-variant-caps: all-small-caps;
}
.titre1b {
  font-size: 2rem;
  font-variant-caps: all-small-caps;
}
.titre2 {
  font-size: 1.5rem;
}
.texteadroite {
  text-align: right;
}
.top-pad1 {
  padding-top: 1rem;
}
.top-padding2 {
  padding-top: 3em;
}
.bottom-padding2 {
  padding-bottom: 2em;
}
h1 {
  color: #e62f27;
}
h1 {
  font-size: 2.5rem;
  font-weight: 900;
}
.page h1::before {
  content: url('../../../../images/fonds/icontitreh1.jpg');
  position: relative;
  top: 40px;
}
#titreh1 div.g-content::before {
  content: url('../../../../images/fonds/icontitreh1.jpg');
  position: absolute;
}
#titreh1 h1 {
  margin-left: 1.5em;
  padding-bottom: 1.5rem;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.8rem;
}
.paddingl p {
  padding-left: 5rem;
}
.colorblack {
  color: #0A0A0A;
}
.cadre-bleu {
  background-color: #212349;
  padding: 0 1em 0 1em;
  color: #fff;
  display: inline-block;
}
.cadre-rouge {
  background-color: #e62f27;
  padding: 0 1em 0 1em;
  color: #fff;
  display: inline-block;
}
.cadre-bleu h2, .cadre-rouge h2 {
  margin: 0;
}
.fondbleu {
  background-color: #212349;
}
.fondbleu2 {
  background-color: #11194a;
}
/*articles */
.fondbleulogo {
  background-color: #000a49;
}
.fondblanc {
  background-color: #fff;
}
.textefin {
  font-weight: 400 !important;
}
.lien-blanc a {
  color: #ffffff;
}
.textemission {
  padding: 0em 8em 0em 4em;
}
.topmargin245 {
  margin-top: 2.45em;
}
.topmargin3 {
  margin-top: 3em;
}
.titrecomposition {
  padding-top: 2em;
  padding-left: 4em;
}
.fondblanc {
  background-color: #fff;
  background-size: cover;
}
.fondlogog {
  background: url('../../../../images/fonds/fondlogoSG600b.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.fondcompo {
  background: url('../../../../images/fonds/decocomposition.jpg') !important;
  background-repeat: no-repeat;
}
#g-above {
  margin-top: 1em;
}
#g-testimonials, .decogauche {
  background: url('../../../../images/fonds/decogauche.svg');
  background-repeat: no-repeat;
  background-position: bottom left;
}
.fond-blanc {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.fonddecodroite {
  background: url('../../../../images/fonds/decodroite300.svg');
  background-repeat: no-repeat;
  background-position: top right;
}
.fonddecogauche {
  background: url('../../../../images/fonds/decogauche.svg');
  background-repeat: no-repeat;
}
.formulairecontact #visform1 {
  background-color: #212349;
  color: #ffffff;
  box-shadow: 5px 5px 6px 2px #000000;
}
.formulairecontact #visform1 input, .formulairecontact #visform1 textarea {
  background-color: #fff;
  color: #000;
}
.formulairecontact #visform1 .btn {
  background-color: #e62f27;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.formulairecontact #visform1 input#field7::after {
  content: ">";
}
.articles-axes {
  padding: 4rem 0 0 8rem;
}
.encart-blanc {
  background-color: #fff;
  color: #000;
  padding: 2rem !important;
  margin-right: 2rem !important;
  position: relative;
  bottom: -50rem;
}
.encart-blanc h3 {
  color: #e62f27;
  font-size: 1.5rem;
}
#g-expanded {
  padding: 0 3rem 3rem 3rem;
}
#g-features {
  padding: 0;
}
.g-blockcontent-subcontent-title-text {
  font-size: 1.5rem;
  margin-bottom: 1rem !important;
  line-height: 1;
}
.color-content {
  height: 410px;
  padding: 1rem 2rem 0 2rem;
}
.g-blockcontent-subcontent-img {
  padding-top: 1rem;
}
h2.text-contact {
  font-size: 2rem !important;
}
/* table */
table.table-bordered th {
  background-color: #ffffff;
}
.button {
  padding: 1rem;
}
.imagebas {
  max-width: 60px;
  max-height: 60px;
}
.contactbas {
  padding-top: 1rem;
}
.footerlink {
  color: #ffffff;
}
/*# sourceMappingURL=custom_18.css.map */