@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Barlow:wght@500;600;700&family=Montserrat:ital,wght@1,600&family=Roboto:wght@300&display=swap);
@charset "UTF-8";
h1.news-page {
  font-style: italic;
  text-align: center;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1-v2);
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--white);
  margin-bottom: -70px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body {
  --wp--preset--font-size--h1: 75px;
  --wp--preset--font-size--h1-v2: 60px;
  --wp--preset--font-size--h2: 21px;
  --wp--preset--font-size--h3: 58px;
  --wp--preset--font-size--h4: 20px;
  --wp--preset--font-size--paragraph: 15px;
  --wp--preset--font-family--barlow-cond: "Barlow Condensed", Sans-Serif;
  --wp--preset--font-family--montserrat: "Montserrat", Sans-Serif;
  --wp--preset--font-family--barlow: "Barlow", Sans-Serif;
  --wp--preset--font-family--roboto: "Roboto", Sans-Serif;
  --wp--preset--font-weight--light: 300;
  --wp--preset--font-weight-semi-bold: 600;
  --right-left-content-space: 5vw;
  --container-width: 90vw;
  overflow-x: hidden;
  background-color: transparent;
}

body .wp-site-blocks {
  padding: 0;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #d51e24 !important;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #d51e24))) !important;
}

.displayflex {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.wp-block-polylang-language-switcher {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin: 0 !important;
}

header {
  z-index: 10;
  position: fixed;
  top: 0px;
  padding: 15px 0px;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  height: 55px;
}
header img {
  max-width: 43px !important;
}
header .is-style-logos-only {
  display: none;
}
header.fixed {
  background-color: rgba(0, 0, 0, 0.6);
  height: 35px;
  padding: 10px 0px;
  transition: all 300ms ease-in-out;
}
header.fixed .wp-element-button, header.fixed .wp-block-button__link {
  font-size: 12px;
  transition: all 300ms ease-in-out;
}
header.fixed img {
  width: 30px;
  transition: all 300ms ease-in-out;
}
header ul li {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.42);
}
header .wp-block-navigation__container a {
  font-family: var(--wp--preset--font-family--barlow);
  font-weight: 500;
}

.header-home {
  height: 100vh;
  width: 100vw;
  justify-content: center;
  min-height: 550px;
  position: relative;
}

.buynowbtn a {
  color: #fff !important;
}

.video-header {
  height: 100vh;
  width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/Rectangle-1.png);
  background-size: cover;
  height: 100vh;
  width: 100vw;
}
.video-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20vh;
  width: 100vw;
  background: linear-gradient(180deg, rgba(25, 25, 29, 0) 0%, rgb(25, 25, 29) 100%);
}
.video-header video {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.plyr__poster {
  border-radius: 30px;
}

.plyr__video-embed iframe {
  border-radius: 30px;
}

.plyr__video-wrapper--fixed-ratio video {
  border-radius: 30px;
}

.box-info video {
  border-radius: 30px;
}

.plyr__video-wrapper {
  border-radius: 30px;
}

main ul.wp-block-social-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--right-left-content-space);
  z-index: 4;
}

.plyr--video {
  border-radius: 30px;
}

.search.search-results main {
  background-color: #17171b;
  padding-bottom: 40px !important;
}

main {
  position: relative;
  z-index: 3;
  margin-top: 0 !important;
}
main .section-intro {
  background-image: url("https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/fond_accueil-1.png");
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: rgb(25, 25, 29);
}

.section-intro {
  margin-top: 0px !important;
}
.section-intro p {
  text-align: justify;
}
.section-intro h2 {
  text-align: justify;
}

.box-info {
  border-radius: 30px;
}
.box-info .wp-block-column {
  border-radius: 30px;
  position: relative;
  transition: all 300ms ease;
}
.box-info .wp-block-column .btn-play {
  font-size: 25px;
}
.box-info .wp-block-column:hover {
  border-color: var(--wp--preset--color--primary) !important;
  transition: all 300ms ease;
}
.box-info .wp-block-column:hover .wp-block-buttons a {
  border-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  transition: all 300ms ease;
}
.box-info .wp-block-column:hover .wp-block-group .wp-block-group:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15px;
  right: -15px;
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgba(25, 25, 29, 0) 0%, rgb(126, 7, 14) 100%);
  height: calc(110% + 15px);
  z-index: 1;
  border-radius: 0px 0px 30px 30px;
  transition: all 300ms ease;
  opacity: 1;
}
.box-info .wp-block-column .wp-block-buttons a {
  transition: all 300ms ease;
}
.box-info .wp-block-column .wp-block-group .wp-block-group:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15px;
  right: -15px;
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgba(25, 25, 29, 0) 0%, rgb(126, 7, 14) 100%);
  height: calc(110% + 15px);
  z-index: 1;
  border-radius: 0px 0px 30px 30px;
  transition: all 300ms ease;
  opacity: 0;
}
.box-info .wp-block-column .wp-block-group .wp-block-group > * {
  position: relative;
  z-index: 2;
}
.box-info .wp-block-group .wp-block-group {
  margin-top: -30px;
  position: relative;
}
.box-info .wp-block-buttons {
  margin-top: -20px;
  line-height: 1.15;
}

button.plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.gallery-thumbs {
  max-width: var(--container-width);
  margin: 0 auto;
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.gallery-thumbs .swiper-slide > .swiper-slide-container {
  aspect-ratio: 2/2.4;
  max-width: 180px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 2px solid var(--wp--preset--color--custom-gris);
  border-radius: 20px;
}
.gallery-thumbs .swiper-slide > .swiper-slide-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgba(25, 25, 29, 0) 0%, rgb(126, 7, 14) 100%);
  height: 60%;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  transition: all 300ms ease;
  opacity: 0;
}
.gallery-thumbs .swiper-slide-thumb-active, .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active .swiper-slide-container, .gallery-thumbs .swiper-slide:hover .swiper-slide-container {
  border-color: var(--wp--preset--color--primary);
}
.gallery-thumbs .swiper-slide-thumb-active .swiper-slide-container:before, .gallery-thumbs .swiper-slide:hover .swiper-slide-container:before {
  transition: all 300ms ease;
  opacity: 1;
}
.gallery-thumbs h3 {
  color: var(--wp--preset--color--white);
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 30px;
  font-family: var(--wp--preset--font-family--barlow-cond);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.gallery-thumbs .swiper-slide {
  width: 15%;
}
.gallery-thumbs .swiper-slide-container {
  border: 2px solid var(--wp--preset--color--custom-gris);
  border-radius: 20px;
}
.gallery-thumbs .swiper-slide-thumb-active .swiper-slide-container {
  border-color: var(--wp--preset--color--primary);
}

.gallery-top video {
  max-height: 700px;
  float: right;
}
.gallery-top .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 700px;
  background-image: url("/wp-content/themes/base/imgs/fond_video.png");
  background-size: auto 100.5%;
  background-position: right center;
  background-repeat: no-repeat;
}

.info-heroes {
  position: absolute;
  bottom: 50px;
  left: 5vw;
  right: 20px;
  color: var(--wp--preset--color--white);
  width: 30%;
}
.info-heroes h2, .info-heroes h3, .info-heroes h4 {
  margin: 0;
}
.info-heroes h2 {
  font-size: var(--wp--preset--font-size--h1);
  font-family: var(--wp--preset--font-family--montserrat);
}
.info-heroes h3 {
  font-size: var(--wp--preset--font-size--h3);
  font-family: var(--wp--preset--font-family--barlow-cond);
  text-transform: uppercase;
}
.info-heroes h4 {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--h4);
  font-family: var(--wp--preset--font-family--barlow);
  font-weight: 600;
  text-transform: uppercase;
}

.section-heroes {
  overflow-x: hidden;
  position: relative;
  padding-top: 0;
}
.section-heroes .swiper-wrapper {
  justify-content: space-between;
}
.section-heroes .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
  overflow: hidden;
}

.wp-block-video .plyr {
  min-width: 100px;
}

.list-video {
  max-width: var(--container-width);
  margin: 0 auto;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
.list-video .plyr__video-wrapper {
  background: transparent;
}
.list-video .plyr--video {
  background: transparent;
}
.list-video .plyr--video:hover:before {
  transition: all 300ms ease;
  opacity: 1;
}
.list-video .plyr--video:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgba(25, 25, 29, 0) 0%, rgb(126, 7, 14) 100%);
  height: 60%;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  transition: all 300ms ease;
  opacity: 0;
}
.list-video > div {
  padding: 10px;
  border: 2px solid var(--wp--preset--color--custom-gris);
  border-radius: 30px;
}
.list-video > div:hover {
  border-color: var(--wp--preset--color--primary);
}

.section-video {
  background-color: #19191D;
  background-image: url(https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/Groupe-45.png);
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: 70%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.section-video h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.section-video:before {
  content: "";
  height: 95%;
  width: 92vw;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}
.section-video a {
  background-color: var(--wp--preset--color--primary);
  padding: 10px 15px;
  display: inline-block;
  margin: 0 auto;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  border-radius: 15px;
  margin-top: 20px;
  position: relative;
  top: 20px;
}
.section-video a:after {
  content: "▶";
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  padding: 0px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.section-video h2 {
  color: var(--wp--preset--color--white);
  font-style: italic;
  text-align: center;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1-v2);
  font-family: var(--wp--preset--font-family--montserrat);
}

.latest-new-swiper {
  margin: 0 auto !important;
  background-image: url(https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/Groupe-135-1.png);
  background-size: 60% auto;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #19191d;
  padding: 50px 10%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  text-align: center;
}
.latest-new-swiper a.all-news {
  font-size: 18px;
  font-family: var(--wp--preset--font-family--barlow);
  font-weight: var(--wp--preset--font-weight-semi-bold);
  background-color: var(--wp--preset--color--primary);
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  margin: 50px auto;
  display: inline-block;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--montserrat);
}
.latest-new-swiper h2 {
  color: var(--wp--preset--color--white);
  font-style: italic;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: -60px;
  font-size: var(--wp--preset--font-size--h1-v2);
  font-family: var(--wp--preset--font-family--montserrat);
}
.latest-new-swiper .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: left;
}
.latest-new-swiper .swiper {
  padding-top: 100px;
}
.latest-new-swiper .swiper-button-next, .latest-new-swiper .swiper-button-prev {
  background-color: var(--wp--preset--color--primary);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  top: 30px;
  left: auto;
  right: 30px;
}
.latest-new-swiper .swiper-button-next:after, .latest-new-swiper .swiper-button-prev:after {
  font-size: 12px;
  color: var(--wp--preset--color--white);
}
.latest-new-swiper .swiper-button-prev {
  right: 75px;
}
.latest-new-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-container-slide {
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--wp--preset--color--custom-gris);
  height: 100%;
  padding: 10px;
  transition: all 300ms ease;
  display: block;
  text-decoration: none;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-container-slide:hover {
  border-color: var(--wp--preset--color--primary);
  transition: all 300ms ease;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-container-slide:hover .swiper-inside-container {
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgb(25, 25, 29) 0%, rgb(126, 7, 14) 100%);
  transition: all 300ms ease;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-container-slide:hover:before {
  transition: all 300ms ease;
  opacity: 1;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-inside-container {
  height: calc(100% - 30px);
  padding: 15px;
  background-color: #202026;
  border-radius: 30px;
  transition: all 300ms ease;
  color: var(--wp--preset--color--white);
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-inside-container .info-swiper-new {
  margin-top: -30px;
  padding: 15px;
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-inside-container h3 {
  font-size: 19px;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--barlow-cond);
}
.latest-new-swiper .swiper-wrapper .swiper-slide .swiper-inside-container p.date {
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  padding: 15px;
  display: inline-block;
  margin-top: -50px;
}
.latest-new-swiper .swiper-wrapper img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}

.feature-img img {
  height: auto;
}

footer {
  color: #333;
  margin: 0 !important;
  background-image: url(https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/Groupe-45.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding-bottom: 0px;
}
footer a:active, footer a:hover {
  color: #ff9d69;
  outline: 0;
}
footer a {
  color: var(--wp--preset--color--white);
}
footer .col-logoAddress > a + a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 3px;
}

.download-footer {
  background-color: #19191D;
  max-width: 100vw !important;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
.download-footer .bg-download {
  margin: 0 auto !important;
  padding: 30px 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;
  border-radius: 20px;
  max-width: 90vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
.download-footer h2, .download-footer h3, .download-footer p {
  margin: 0;
  color: var(--wp--preset--color--white);
}
.download-footer h2 {
  font-style: italic;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1-v2);
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--white);
}
.download-footer h3 {
  font-family: var(--wp--preset--font-family--barlow);
  font-size: var(--wp--preset--font-size--h2);
  font-weight: var(--wp--preset--font-weight-semi-bold);
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}
.download-footer p {
  margin-bottom: 30px;
  max-width: 50vw;
}
.download-footer .platform-wrapper {
  display: flex;
  gap: 20px;
}
.download-footer .platform {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--barlow);
  font-weight: var(--wp--preset--font-weight-semi-bold);
  background-color: var(--wp--preset--color--primary);
  padding: 10px;
  color: var(--wp--preset--color--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
.download-footer .platform img {
  max-height: 30px;
  margin-left: 20px;
}
.download-footer h4 {
  margin-bottom: 10px;
  color: var(--wp--preset--color--white);
  font-size: 16px;
}
.download-footer .subitem-platform {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.download-footer .subitem-platform a {
  padding: 10px;
  border-radius: 15px;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  font-size: 12px;
  font-family: var(--wp--preset--font-family--barlow);
  font-weight: var(--wp--preset--font-weight-semi-bold);
  border: 2px solid var(--wp--preset--color--primary);
  display: inline-block;
}
.download-footer .subitem-platform-wrapper:not(.first) {
  display: none;
}

.blog:not(.home-page) .wp-site-blocks main {
  background-color: #19191d;
  padding-top: 150px;
}

.blog:not(.home-page) .wp-site-blocks main > div {
  max-width: 90vw;
  margin: 0 auto;
}
.blog:not(.home-page) .wp-site-blocks main > div .latest-new-swiper {
  padding: 0px 0;
}
.blog:not(.home-page) .wp-site-blocks main > div .wp-block-search__input {
  border-radius: 20px;
  padding: 10px 5px;
  background-color: #000;
  border: 1px solid var(--wp--preset--color--primary);
}

.news-page .swiper-wrapper {
  display: block;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.news-page .swiper-wrapper .swiper-slide {
  width: calc(33.3334% - 20px);
}

.wp-block-search {
  width: 75%;
}

.wp-block-search {
  width: 100%;
  max-width: 100% !important;
  position: relative;
}
.wp-block-search label {
  display: none;
}
.wp-block-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4444;
  background-color: var(--wp--preset--color--primary);
  text-indent: -99999999px;
  background-image: url(/wp-content/themes/base/imgs/search.png);
  background-size: 15px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 7px 10px;
  width: 36px;
  border-radius: 100%;
  margin: 0;
  text-align: center;
}

.wp-block-search input {
  width: 100%;
  background-color: #000;
  box-shadow: none;
  border: none;
  padding: 15px 5px;
  border-radius: 15px;
  color: var(--wp--preset--color--white);
}

.order-posts select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 10px;
  color: var(--wp--preset--color--white);
  background-image: url(/wp-content/themes/base/imgs/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}
.order-posts select option {
  color: #000;
}

#ajax-load-more {
  margin-top: 50px;
  text-align: left;
}

.feature-img img {
  width: 100%;
}

h1.wp-block-query-title {
  color: var(--wp--preset--color--white);
  margin-top: 150px;
}

.wp-block-post-template li {
  height: calc(100% - 30px);
  padding: 15px;
  background-color: #202026;
  border-radius: 30px;
  transition: all 0.3s ease;
  color: var(--wp--preset--color--white);
}
.wp-block-post-template li * {
  color: var(--wp--preset--color--white);
}
.wp-block-post-template li h2 {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--barlow-cond);
}
.wp-block-post-template li .wp-block-post-date {
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  padding: 15px;
  display: inline-block;
  margin-top: -50px;
}

.alm-reveal {
  display: block;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.alm-reveal .swiper-slide {
  width: calc(33.3334% - 45px);
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--wp--preset--color--custom-gris);
  height: auto;
  padding: 10px;
  transition: all 300ms ease;
  display: block;
  text-decoration: none;
}
.alm-reveal .swiper-slide img {
  width: 100%;
}
.alm-reveal .swiper-slide .info-swiper-new {
  margin-top: -30px;
  padding: 15px;
}
.alm-reveal .swiper-slide h3 {
  font-size: 19px;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--barlow-cond);
}
.alm-reveal .swiper-slide p.date {
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  padding: 15px;
  display: inline-block;
  margin-top: -50px;
}
.alm-reveal .swiper-slide img {
  width: 100%;
  border-radius: 30px;
}
.alm-reveal .swiper-slide .swiper-inside-container {
  height: calc(100% - 30px);
  padding: 15px;
  background-color: #202026;
  border-radius: 30px;
  transition: all 300ms ease;
  color: var(--wp--preset--color--white);
}
.alm-reveal .swiper-slide:hover {
  border-color: var(--wp--preset--color--primary);
  transition: all 300ms ease;
}
.alm-reveal .swiper-slide:hover .swiper-inside-container {
  background: rgb(25, 25, 29);
  background: linear-gradient(180deg, rgb(25, 25, 29) 0%, rgb(126, 7, 14) 100%);
  transition: all 300ms ease;
}
.alm-reveal .swiper-slide:hover:before {
  transition: all 300ms ease;
  opacity: 1;
}

.wp-block-search {
  width: 100%;
}

.liste-order {
  width: 25%;
}

.blog-fields-render img {
  width: 100%;
}

html {
  background-color: #17171b;
}

.single-blog-content-wrapper {
  position: relative;
  z-index: 3;
  padding-left: 10vw;
  padding-right: 10vw;
  margin: 0 auto;
  background-color: #17171b;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single-blog-content-wrapper + footer > .wp-block-group {
  padding-top: 30px;
  background-color: #19191d;
  position: relative;
  z-index: 10;
}

.single-post {
  color: var(--wp--preset--color--white);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top 50vh center;
  background-image: url(https://crystaldynamics.nyc3.digitaloceanspaces.com/trm/fd1768a626769dfb953522e4585b899797317a91/Groupe-137.png);
  background-color: transparent;
}
.single-post .single-blog-content-wrapper img {
  width: 100%;
}
.single-post a {
  color: var(--wp--preset--color--white);
}
.single-post p strong {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--barlow-cond);
  font-size: var(--wp--preset--font-size--h2);
  font-weight: var(--wp--preset--font-weight-semi-bold);
  font-style: italic;
}
.single-post ul li {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: var(--wp--preset--font-weight--light);
}
.single-post .single-blog-content-wrapper {
  padding-top: 150px;
  position: relative;
}
.single-post .last-blog {
  position: relative;
}
.single-post .last-blog .wrapper-the-new {
  background-color: #19191D;
  border-radius: 30px;
  padding: 30px;
}
.single-post .last-blog .wrapper-the-new img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .last-blog .wrapper-the-new .wp-block-post-date {
  margin-top: 10px;
  color: var(--wp--preset--color--primary);
}
.single-post .last-blog .wrapper-the-new .wp-block-post-title {
  font-size: var(--wp--preset--font-size--h4);
}
.single-post .last-blog .wrapper-the-new h3 {
  font-family: var(--wp--preset--font-family--barlow-cond);
  font-size: var(--wp--preset--font-size--h2);
  font-weight: bold;
  text-transform: uppercase;
}
.single-post .column-content-blog {
  background-color: #19191D;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;
}
.single-post .column-content-blog .wp-block-post-title {
  color: var(--wp--preset--color--white);
  font-weight: bold;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1-v2);
  font-family: var(--wp--preset--font-family--barlow-cond);
}
.single-post .column-content-blog .wp-block-post-date {
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  padding: 15px;
  display: inline-block;
  margin-top: -50px;
}

.search-results main {
  margin-bottom: 0 !important;
  padding: 0vw 10vw;
}

#assemble .wp-block-group.has-custom-presque-noir-background-color {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.error404 {
  color: #fff;
  max-width: 90vw;
  margin: 0 auto;
}

.blog:not(.home-page) .wp-site-blocks main > div .wp-block-search__input:focus-visible {
  border: 1px solid var(--wp--preset--color--primary);
  outline: none;
}

.error404, .search.search-no-results {
  min-height: 100vh;
  background-color: #17171b;
}
.error404 h1, .error404 p, .search.search-no-results h1, .search.search-no-results p {
  color: #fff;
  padding: 20px;
  text-align: center;
}
.error404 main, .search.search-no-results main {
  background-color: #17171b;
  padding-bottom: 100px;
  padding: 0px 5vw;
  margin: 0 auto;
  margin-bottom: 0px !important;
  padding-bottom: 100px;
}
.error404 .wp-site-blocks, .search.search-no-results .wp-site-blocks {
  background-color: #17171b;
}

@media (max-width: 1400px) {
  .info-heroes {
    width: 70%;
  }
  .gallery-thumbs .swiper-slide {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .latest-new-swiper {
    background-size: 100% auto;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:25%"] {
    flex-basis: 20% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:50%"] {
    flex-basis: 60% !important;
  }
  .buynowbtn {
    font-size: 14px;
  }
  .has-global-padding.is-layout-constrained.wp-container-9.wp-block-group .is-layout-flex.wp-container-8.wp-block-columns {
    gap: 0px;
    align-items: center !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .is-layout-flow.wp-block-column.column-content-blog[style="flex-basis:70%"],
  .is-layout-flow.wp-block-column.last-blog[style="flex-basis:30%"] {
    flex-basis: 100% !important;
  }
  .is-layout-flex.wp-container-24.wp-block-columns.single-blog-content-wrapper {
    flex-wrap: wrap !important;
  }
  .last-blog .wrapper-the-new {
    position: static !important;
  }
  .single.single-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:25%"] {
    flex-basis: 30% !important;
  }
  .single.single-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:50%"] {
    flex-basis: 40% !important;
  }
  .single.single-post .wp-block-navigation__container {
    gap: 10px;
  }
}
@media (min-width: 782px) {
  .last-blog .wrapper-the-new {
    position: absolute;
    top: 150px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .gallery-thumbs .swiper-slide {
    height: 25vh;
    max-height: 350px;
  }
  .gallery-thumbs .swiper-slide .swiper-slide-container {
    height: 25vh;
  }
  .gallery-thumbs .swiper-slide h3 {
    font-size: 14px;
    padding: 15px 20px;
  }
  .info-heroes {
    width: 95%;
    float: right;
    position: static;
  }
  .list-video {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
  }
  .gallery-top video {
    width: 100%;
    float: right;
  }
  .gallery-top .swiper-slide:before {
    display: none;
  }
  .section-heroes {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
  .download-footer .platform-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
  .download-footer .platform-wrapper > div {
    width: 100%;
  }
  .download-footer .subitem-platform {
    flex-wrap: wrap;
  }
  .download-footer .subitem-platform > div {
    width: 100%;
  }
  .alm-reveal .swiper-slide {
    width: calc(100% - 25px);
  }
  .header-home {
    min-height: 0;
  }
  .section-intro > p, .section-intro > h2 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .gallery-top video {
    display: none;
  }
  .header-home img {
    max-width: 80%;
  }
  .latest-new-swiper h2 {
    margin-bottom: -30px;
  }
  .wp-block-navigation__container {
    gap: 1rem;
  }
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 45px);
  }
}
@media (max-width: 599px) {
  header .is-style-logos-only {
    display: block;
  }
  header .wp-block-column:nth-child(3) {
    float: right;
  }
  header .wp-block-image {
    margin-right: 15px;
  }
  header > div > div.is-layout-flex {
    display: block;
  }
  header > div > div.is-layout-flex > * {
    display: inline-block;
  }
  header > div > div.is-layout-flex > *.wp-block-image {
    margin-right: 15px;
  }
  header > div > div.is-layout-flex > *.wp-block-buttons {
    float: right;
  }
  .header-home .wp-block-social-links {
    display: none;
  }
}
@media (max-width: 560px) {
  .single-post iframe {
    width: 100%;
  }
  body {
    --wp--preset--font-size--h1: 60px;
    --wp--preset--font-size--h1-v2: 45px;
    --wp--preset--font-size--h3: 48px;
  }
}
@media (max-width: 480px) {
  .list-video {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@font-face {
  font-family: "signika";
  src: url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.eot");
  src: url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.woff2") format("woff2"), url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.woff") format("woff"), url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.ttf") format("truetype"), url("/wp-content/themes/base/fonts/signika/Signika-Bold-webfont.svg#signikabold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "signika";
  src: url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.eot");
  src: url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.woff2") format("woff2"), url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.woff") format("woff"), url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.ttf") format("truetype"), url("/wp-content/themes/base/fonts/signika/Signika-Light-webfont.svg#signikalight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "signika";
  src: url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.eot");
  src: url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.woff2") format("woff2"), url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.woff") format("woff"), url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.ttf") format("truetype"), url("/wp-content/themes/base/fonts/signika/Signika-Regular-webfont.svg#signikaregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "FFGoodHeadlineWebProCondNews";
  src: url("/wp-content/themes/base/fonts/ff-good-headline/2E3901_0_0.eot");
  src: url("/wp-content/themes/base/fonts/ff-good-headline/2E3901_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/base/fonts/ff-good-headline/2E3901_0_0.woff2") format("woff2"), url("/wp-content/themes/base/fonts/ff-good-headline/2E3901_0_0.woff") format("woff"), url("/wp-content/themes/base/fonts/ff-good-headline/2E3901_0_0.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "TrumpSoftPro";
  src: url("/wp-content/themes/base/fonts/trump-soft-pro/2E3900_0_0.eot");
  src: url("/wp-content/themes/base/fonts/trump-soft-pro/2E3900_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/base/fonts/trump-soft-pro/2E3900_0_0.woff2") format("woff2"), url("/wp-content/themes/base/fonts/trump-soft-pro/2E3900_0_0.woff") format("woff"), url("/wp-content/themes/base/fonts/trump-soft-pro/2E3900_0_0.ttf") format("truetype");
  font-display: block;
}
footer {
  margin-top: -8px;
}
footer a {
  color: #fff;
}
footer ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #17120e;
}
footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #17120e;
  opacity: 1;
}
footer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #17120e;
  opacity: 1;
}
footer :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #17120e;
}
footer .col-logoAddress div:nth-child(3) {
  display: none;
}
footer .wrapper {
  padding: 35px 15px 0;
  background: transparent url("/img/global/m-footer-bg.jpg") no-repeat top center;
}
footer .container {
  background-color: rgba(74, 66, 57, 0.95);
  padding: 30px 30px 15px;
  box-shadow: inset 0 0 150px 21px rgb(0, 0, 0);
}
footer nav a {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
  margin: 0 20px 10px 0;
}
footer nav a:hover {
  color: #ff9d69;
}
footer img.logo {
  width: 147px;
  height: 46px;
}
footer h4 {
  margin: 20px 0 10px 0;
  padding-top: 10px;
  font-size: 16px;
  font-family: "FFGoodHeadlineWebProCondNews", sans-serif;
  text-transform: uppercase;
  color: rgba(166, 152, 139, 0.8);
  line-height: 0.7;
  border-top: 3px double rgba(166, 152, 139, 0.2);
}
footer .col-logoAddress a {
  color: #e8661b;
  outline: 0;
}
footer .col-logoAddress a:hover {
  text-decoration: underline;
}
footer address {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "signika", sans-serif;
  line-height: 1.2;
  margin: 10px 0;
  font-style: normal;
}
footer a {
  font-family: "FFGoodHeadlineWebProCondNews", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer button.btn, footer a.btn {
  display: block;
  font-family: "TrumpSoftPro", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  transition: all 0.2s linear;
}
footer button.btn i.fa, footer a.btn i.fa {
  margin-left: 6px;
  position: relative;
  top: -2px;
  left: 0;
  transition: left 0.2s linear;
}
footer button.btn:hover, footer a.btn:hover {
  color: #ff9d69;
  background-color: rgba(255, 255, 255, 0.2);
}
footer button.btn:hover i.fa, footer a.btn:hover i.fa {
  animation: blinkee 0.3s ease-in-out infinite;
  left: 4px;
}
footer button.btn:focus, footer a.btn:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
footer .col-follow a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  margin-left: 2px;
  margin-bottom: 3px;
  transition: all 0.2s linear;
  line-height: 1.6;
}
footer .col-follow a:hover {
  color: #ff9d69;
  background-color: rgba(255, 255, 255, 0.2);
}
footer .col-follow a:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .col-follow a:last-child {
  margin-right: -1px;
}
footer .col-follow .list {
  margin-left: -3px;
}
footer .col-contact a {
  margin-bottom: 10px;
}
footer #EmailSignUpMessage {
  color: green;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 0;
}
footer #EmailSignUpMessage.error {
  color: red;
}

/*col-xs*/
[class*=col-], [class*=col-]:after, [class*=col-]:before {
  box-sizing: border-box;
}

/*col-sm*/
.footer .wrapper {
  background: transparent url(/wp-content/themes/base/imgs/m-footer-bg.jpeg) no-repeat top;
}

@media (min-width: 768px) {
  .footer .wrapper {
    background: transparent url("/wp-content/themes/base/imgs/footer-bg.jpeg") repeat-y top center;
    padding: 35px 0 20px;
    padding-bottom: 0;
    position: static;
    bottom: 0;
    width: 100%;
  }
  .footer .container {
    background-color: rgba(74, 66, 57, 0.95);
    padding: 30px 15px 15px;
    box-shadow: inset 0 0 150px 21px rgb(0, 0, 0);
  }
  .footer nav a {
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0;
  }
  .footer h4 {
    margin: 0 0 20px 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 0.7;
    color: rgba(97, 89, 81, 0.8);
    border-top: none;
  }
  .footer .col-logoAddress a i {
    font-size: 10px;
    margin-left: 4px;
    position: relative;
    top: -2px;
  }
  .footer .col-r-edge:after {
    content: "";
    width: 1px;
    height: 145px;
    position: absolute;
    top: -15px;
    right: 1px;
    background-color: rgba(109, 109, 109, 0.3);
  }
  .footer .col-l-edge:before {
    content: "";
    width: 1px;
    height: 145px;
    position: absolute;
    top: -15px;
    left: 0;
    background-color: rgba(109, 109, 109, 0.3);
  }
  .copyright {
    padding-top: 15px;
    text-align: right;
    width: 1170px;
    margin: 13px auto;
    font-family: var(--wp--preset--font-family--roboto);
    font-size: 13px;
  }
  .copyright a {
    font-family: var(--wp--preset--font-family--roboto);
    text-transform: initial;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .copyright {
    width: 970px;
  }
}
@media (min-width: 768px) {
  .copyright {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .copyright {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-top: 0;
    height: 246px;
  }
  .footer address {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0;
  }
  .footer .col-logoAddress {
    padding-left: 15px;
  }
  .footer .wrapper {
    background-repeat: no-repeat;
    min-height: 252px;
    position: fixed;
    width: 100%;
    /*position:fixed;
    bottom:0;
    width: 100%;*/
  }
  .footer.home {
    height: 265px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after, .container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after, .container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after, .row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutters [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.btn {
  -webkit-transform: translate3d(0, 0, 0);
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

red {
  border-radius: 0;
  color: #fff;
  font-family: "TrumpSoftPro", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 8px;
  padding: 5px 20px;
  white-space: nowrap;
  transition: all 0.2s linear;
}
red i {
  margin-left: 6px;
  position: relative;
  top: -2px;
  left: 0;
  transition: left 0.2s linear;
}
red:hover {
  color: #fff;
  background-color: rgb(255, 93, 0);
  background-image: none;
}
red:hover i.fa {
  /*animation: blinkee .3s ease-in-out infinite;*/
  left: 4px;
}

.btn.dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: background-color 0.5s linear;
  border-radius: 0;
  font-family: "signika", sans-serif;
  font-weight: 300;
}
.btn.dark:hover {
  background-color: rgb(0, 0, 0);
  color: #ff9d69;
}

.btn.dark-metal {
  border-radius: 0;
  border: 1px solid #484848;
  color: #fff;
  font-family: "TrumpSoftPro", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 8px;
  padding: 5px 20px;
  white-space: normal;
  transition: all 0.2s linear;
}
.btn.dark-metal i {
  margin-left: 6px;
  position: relative;
  top: -2px;
  left: 0;
  transition: left 0.2s linear;
}
.btn.dark-metal:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
}
.btn.dark-metal:hover i.fa {
  /*animation: blinkee .3s ease-in-out infinite;*/
  left: 4px;
}

.btn.glassy {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  display: block;
  position: relative;
  transition: all 0.3s linear;
  font-family: "TrumpSoftPro", sans-serif;
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 0;
}
.btn.glassy i.fa {
  margin-left: 20px;
}
.btn.glassy:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn.glassy:hover i.fa {
  animation: blinkee 0.3s ease-in-out infinite;
  right: 10px;
}
.btn.glassy:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#24ffffff", endColorstr="#0fffffff",GradientType=0 );
}

/*col-sm*/
@media (min-width: 768px) {
  .btn.orange-textured {
    white-space: normal;
  }
}
.row:after {
  clear: both;
}

.row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix {
  overflow: auto;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
