@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);
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: #070100;
}

h1.news-page {
  margin-top: 0px;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-style: italic;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1);
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
  margin-bottom: 50px;
}

body .is-layout-constrained > .alignwide {
  max-width: 90vw !important;
}

.wp-block-post-title a {
  color: #fff;
}

li.wp-block-post img {
  width: 100%;
}

.single-blog-content-wrapper {
  padding-bottom: 40px !important;
}

.search main {
  margin-top: -85px !important;
  padding-top: 150px;
}
.search main h1 {
  color: #fff;
}

.search.search-results main {
  padding-bottom: 30px;
}

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

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.fixed {
  background-color: rgba(0, 0, 0, 0.42);
  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: 65px;
  transition: all 300ms ease-in-out;
}

.blog .wp-site-blocks {
  margin: 0 auto;
  margin-top: -85px;
  background-image: url(/wp-content/themes/base/imgs/border_page.png);
  background-size: 100% auto;
  background-position: top 100px center;
  background-repeat: no-repeat;
}
.blog .wp-site-blocks .latest-new-swiper {
  padding: 50px 0;
}
.blog .wp-site-blocks .wp-block-search__input {
  border-radius: 20px;
  padding: 5px;
  background-color: #000;
  border: none;
}

.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);
}
.news-page h2 {
  margin-top: 0px;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-style: italic;
  padding-bottom: 20px;
  font-size: var(--wp--preset--font-size--h1);
  font-family: var(--wp--preset--font-family--montserrat);
}

#ajax-load-more {
  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);
  margin-bottom: 0;
}
.alm-reveal .swiper-slide p.date {
  background-image: url(/wp-content/themes/base/imgs/fond_date.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px;
  display: inline-block;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.alm-reveal .swiper-slide img {
  width: 100%;
  -webkit-mask-image: url(/wp-content/themes/base/imgs/masque_img.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-image: url(/wp-content/themes/base/imgs/masque_img.png);
  mask-size: 100% 100%;
  mask-position: center center;
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
     object-fit: cover;
}
.alm-reveal .swiper-slide .swiper-container-slide {
  display: block;
  height: 100%;
}
.alm-reveal .swiper-slide .swiper-inside-container {
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 30px;
  transition: all 300ms ease;
  color: var(--wp--preset--color--white);
  background-image: url(/wp-content/themes/base/imgs/masque_nouvelle.png);
  background-size: 100% 100%;
}
.alm-reveal .swiper-slide:hover {
  border-color: var(--wp--preset--color--primary);
  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-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #19191D;
}

.single-blog-content-wrapper {
  position: relative;
}

.last-blog {
  position: relative;
}

.single-post {
  background-color: transparent;
  background-color: #070201;
}
.single-post .single-blog-content-wrapper {
  color: var(--wp--preset--color--white);
}
.single-post .single-blog-content-wrapper img {
  width: 100%;
  -webkit-mask-image: url(/wp-content/themes/base/imgs/masque_img_single.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-image: url(/wp-content/themes/base/imgs/masque_img_single.png);
  mask-size: 100% 100%;
  mask-position: center center;
}
.single-post .wp-site-blocks {
  margin-top: -20px;
}
.single-post .single-blog-content-wrapper a {
  color: var(--wp--preset--color--white);
}
.single-post .single-blog-content-wrapper 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 .single-blog-content-wrapper {
  padding-top: 160px;
  position: relative;
}
.single-post .last-blog .wrapper-the-new {
  padding: 50px 80px;
  padding-top: 70px;
  background-image: url(/wp-content/themes/base/imgs/masque_nouvelle.png);
  background-size: 100% 100%;
}
.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 {
  padding: 50px 80px;
  background-image: url(/wp-content/themes/base/imgs/fond_news.png);
  background-size: 200% 100%;
}
.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-image: url(/wp-content/themes/base/imgs/fond_date.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  z-index: 3;
  color: #070200;
}

@media (max-width: 767px) {
  .single-post .last-blog .wrapper-the-new {
    background-image: url(/wp-content/themes/base/imgs/masque_nouvelleMilieu.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 0px 80px;
    border: 1px solid transparent;
  }
  .single-post .last-blog:before {
    background-image: url(/wp-content/themes/base/imgs/masque_nouvelle_haut.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    height: 100px;
    width: 100%;
    display: block;
    content: "";
  }
  .single-post .last-blog:after {
    background-image: url(/wp-content/themes/base/imgs/masque_nouvelle_bas.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 100px;
    width: 100%;
    display: block;
    content: "";
  }
}
.search.search-results .wp-block-post-template > li {
  height: calc(100% - 30px);
  padding: 50px;
  border-radius: 30px;
  transition: all 300ms ease;
  color: var(--wp--preset--color--white);
  background-image: url(/wp-content/themes/base/imgs/masque_nouvelle.png);
  background-size: 100% 100%;
  box-sizing: border-box;
}

.search.search-results .wp-block-post-template > li time {
  background-image: url(/wp-content/themes/base/imgs/fond_date.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px;
  display: inline-block;
  position: relative;
  top: -30px;
  margin-left: 15px;
  position: relative;
  z-index: 3;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: var(--wp--preset--font-size--medium);
}
.search.search-results .wp-block-post-template > li time a {
  color: #fff;
}

.search.search-results .wp-block-post-template > li h2 {
  font-size: 19px;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--barlow-cond);
  margin-bottom: 20px;
}

.search.search-results .wp-block-post-template > li img {
  width: 100%;
  -webkit-mask-image: url(/wp-content/themes/base/imgs/masque_img.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-image: url(/wp-content/themes/base/imgs/masque_img.png);
  mask-size: 100% 100%;
  mask-position: center center;
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-query-no-results p {
  color: #fff;
}

.blog .alm-btn-wrap .alm-load-more-btn {
  background: var(--wp--preset--color--primary);
  box-shadow: none;
  color: #070200;
}
.blog .alm-btn-wrap .alm-load-more-btn.loading {
  background: 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);
}

.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 button:hover {
  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: 25px;
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--primary);
}

.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;
}

.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;
}

.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;
}

@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-18.wp-block-columns.single-blog-content-wrapper {
    flex-wrap: wrap !important;
  }
  .last-blog .wrapper-the-new {
    position: static !important;
  }
}
@media (min-width: 782px) {
  .last-blog .wrapper-the-new {
    position: absolute;
    top: 150px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .alm-reveal .swiper-slide {
    width: calc(100% - 25px);
  }
  .news-page h2 {
    margin-top: 0px;
  }
  main, .single-blog-content-wrapper {
    background-size: 150% auto !important;
    background-position: top left -200px !important;
  }
  .news-page h2 {
    font-size: var(--wp--preset--font-size--h3);
    margin: 0;
  }
  #ajax-load-more {
    margin-top: 30px;
  }
  .single-post .column-content-blog .wp-block-post-title {
    font-size: var(--wp--preset--font-size--h3);
  }
  .single-post .column-content-blog {
    padding: 30px;
  }
  .wp-block-group h1 {
    font-size: var(--wp--preset--font-size--h3);
  }
}
@media (max-width: 560px) {
  .single-post iframe {
    width: 100%;
  }
}
@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 .col-logoAddress > a + a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 3px;
}
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 );
}

main, .single-blog-content-wrapper {
  position: relative;
  z-index: 3;
  background-color: #070100;
  background-image: url(/wp-content/themes/base/imgs/fond_site.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0px 10vw;
  margin: 0 auto;
}

/*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;
}

.error404, .search.search-no-results {
  min-height: 100vh;
  background-color: #070100;
  overflow: hidden;
}
.error404 h1, .error404 p, .search.search-no-results h1, .search.search-no-results p {
  color: #fff;
  padding: 20px;
  text-align: center;
}
