@import "../libraries/swiper/swiper-bundle.min.css";
@import "../libraries/fancybox/fancybox.css";
@import "../libraries/animate/animate.min.css";
@font-face {
  font-family: "Raleway";
  font-weight: 300;
  src: url("../fonts/Raleway-Light.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 500;
  src: url("../fonts/Raleway-Medium.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url("../fonts/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 800;
  src: url("../fonts/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 900;
  src: url("../fonts/Raleway-Black.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter_18pt-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter_18pt-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/Inter_18pt-Bold.ttf");
}
:root {
  --h1-font-size: 48px;
  --h2-font-size: 40px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeDownIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeDownIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeDownIn {
  -webkit-animation-name: fadeDownIn;
          animation-name: fadeDownIn;
}

html {
  overflow-x: hidden;
}
html.is-menu-open {
  overflow: hidden;
}

body.home {
  background-color: #000000;
  color: #FFF;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  body.home {
    font-size: 14px;
    line-height: 20px;
  }
}
body.home strong, body.home b, body.home .bold {
  font-weight: 700;
}
body.home a {
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.home a:hover {
  color: #DF1111;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.home .container {
    max-width: 1140px;
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  body.home .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
body .qg-main-body {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
body .qg-main-body .row {
  margin: 0 -15px;
}
body .qg-main-body .row > div {
  padding: 0 15px;
}
body .qg-main-body p {
  line-height: 24px;
}
body .qg-main-body a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .qg-main-body a:hover {
  color: #DF1111;
  text-decoration: none;
}
body .ratio {
  display: block;
}
body .ratio.ratio-1x1 {
  --bs-aspect-ratio: 78.95%;
}
body .ratio img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-header nav a {
  color: #FFF;
}

.top-header nav a:hover {
  color: #DF1111;
  text-decoration: none;
}

#popup-video-content {
  display: none;
  background-color: black;
  color: white;
  padding: 40px 30px;
  text-align: center;
  border-radius: 8px;
}
#popup-video-content h2 {
  padding: 3rem;
}
#popup-video-content .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (max-width: 534px) {
  #popup-video-content h2 {
    font-size: 2em;
    padding: 0.5rem;
  }
  .popup-buttons a.click-modal {
    margin-top: 15px;
  }
}
.mc4wp-alert.mc4wp-error {
  color: red;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.mc4wp-alert.mc4wp-error p {
  margin: 0;
}

.mc4wp-alert.mc4wp-success {
  color: #009c5e;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.mc4wp-alert.mc4wp-success p {
  margin: 0;
}

.page-template-template-news .section-home-actu {
  padding-top: 1.875rem !important;
}

.page-template-template-live .header_live .content_header_live {
  margin-top: 0;
}
@media (max-width: 993px) {
  .page-template-template-live .header_live .content_header_live {
    padding: 50px 0;
  }
}

.icon-qg {
  background-image: url("../images/icons/icon-qg.svg");
  display: inline-block;
  height: 32px;
  width: 31px;
  min-width: 31px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-cercle-arrow {
  background-image: url("../images/icons/icon-cercle-arrow.svg");
  display: inline-block;
  height: 42px;
  width: 42px;
  min-width: 42px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-play {
  background-image: url("../images/icons/icon-play.svg");
  display: inline-block;
  height: 42px;
  width: 42px;
  min-width: 42px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-youtube {
  background-image: url("../images/icons/icon-youtube.svg");
  display: inline-block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-phone {
  background-image: url("../images/icons/icon-phone.svg");
  display: inline-block;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-cotte {
  background-image: url("../images/icons/icon-cotte.svg");
  display: inline-block;
  height: 43px;
  width: 61px;
  min-width: 61px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-arrow-next {
  background-image: url("../images/icons/arrow-slider.svg");
  display: inline-block;
  height: 26px;
  width: 26px;
  min-width: 26px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-search {
  background-image: url("../images/icons/icon-search.svg");
  display: inline-block;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-arrow-prev {
  background-image: url("../images/icons/arrow-slider.svg");
  display: inline-block;
  height: 26px;
  width: 26px;
  min-width: 26px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.icon-youtube-b {
  background-image: url("../images/icons/icon-youtube-b.svg");
  display: inline-block;
  height: 26px;
  width: 34px;
  min-width: 34px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-twitter-x {
  background-image: url("../images/icons/icon-twitter-x.svg");
  display: inline-block;
  height: 25px;
  width: 25px;
  min-width: 25px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-facebook {
  background-image: url("../images/icons/icon-facebook.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-instagram {
  background-image: url("../images/icons/icon-instagram.svg");
  display: inline-block;
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-telegram {
  background-image: url("../images/icons/icon-telegram.svg");
  display: inline-block;
  height: 15px;
  width: 19px;
  min-width: 19px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 11px;
  min-height: 55px;
  font-family: var(--default-font-bold);
  font-size: 16px;
  line-height: 150%;
  border-radius: 100px;
  background-color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.default-btn svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 100px;
}
.default-btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 6px 32px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #FFF;
  border: 1px solid #FFF;
}
.default-btn span:hover {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.default-btn i {
  font-size: 20px;
}
.default-btn i .icon-phone {
  position: relative;
  top: -2px;
}
.default-btn:hover:before {
  width: 0;
}
.default-btn.white-btn {
  background-color: #000000;
}
.default-btn.white-btn:before {
  background-color: #FFF;
}
.default-btn.white-btn span {
  color: #000000;
}
.default-btn.white-btn span:hover {
  color: #FFF;
}
.default-btn.white-btn span:hover svg path[stroke=black] {
  stroke: #FFF;
}
.default-btn.red-btn {
  background-color: #000000;
}
.default-btn.red-btn:before {
  background-color: #DF1111;
}
.default-btn.red-btn span {
  color: #FFF;
  border-color: #DF1111;
}
.default-btn.red-btn span:hover {
  color: #DF1111;
  border-color: #DF1111;
}
.default-btn.transparent-btn {
  background-color: transparent;
}
.default-btn.transparent-btn:before {
  content: none;
}
.default-btn.transparent-btn span {
  color: #FFF;
  border: 0;
}
.default-btn.transparent-btn span:hover {
  color: #DF1111;
}

.group-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
}

.link-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}
.link-default i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.link-default:hover i {
  left: 5px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes window-fromright {
  0% {
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
}
@keyframes window-fromright {
  0% {
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
  100% {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
}
@-webkit-keyframes window-fromleft {
  0% {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@keyframes window-fromleft {
  0% {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@-webkit-keyframes window-fromtop {
  0% {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
@keyframes window-fromtop {
  0% {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes window-frombot {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
@keyframes window-frombot {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fade-fromright {
  0% {
    opacity: 0;
    -webkit-transform: translate(5em);
    -ms-transform: translate(5em);
    transform: translate(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fade-fromright {
  0% {
    opacity: 0;
    -webkit-transform: translate(5em);
    -ms-transform: translate(5em);
    transform: translate(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes fade-fromtop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5em);
    -ms-transform: translateY(-5em);
    transform: translateY(-5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-fromtop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5em);
    -ms-transform: translateY(-5em);
    transform: translateY(-5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-fromleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5em);
    -ms-transform: translate(-5em);
    transform: translate(-5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fade-fromleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-5em);
    -ms-transform: translate(-5em);
    transform: translate(-5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes fade-frombot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
    -ms-transform: translateY(5em);
    transform: translateY(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-frombot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
    -ms-transform: translateY(5em);
    transform: translateY(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-frombot-opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
    -ms-transform: translateY(5em);
    transform: translateY(5em);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-frombot-opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
    -ms-transform: translateY(5em);
    transform: translateY(5em);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cta-fromcenter-big {
  0% {
    height: 0%;
    opacity: 0;
    width: 0;
    margin-left: 0;
    left: 50%;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100%;
    width: 3.375em;
    margin-left: -1.6875em;
    left: 50%;
  }
  100% {
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-left: -1.6875em;
    left: 1.6875em;
  }
}
@keyframes cta-fromcenter-big {
  0% {
    height: 0%;
    opacity: 0;
    width: 0;
    margin-left: 0;
    left: 50%;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100%;
    width: 3.375em;
    margin-left: -1.6875em;
    left: 50%;
  }
  100% {
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-left: -1.6875em;
    left: 1.6875em;
  }
}
/* Apparition en cercle */
@keyframes circle-fromcenter {
  0% {
    clip-path: circle(0%);
    -webkit-clip-path: circle(0%);
  }
  100% {
    clip-path: circle(50%);
    -webkit-clip-path: circle(50%);
  }
}
@-webkit-keyframes circle-fromcenter {
  0% {
    clip-path: circle(0%);
    -webkit-clip-path: circle(0%);
  }
  100% {
    clip-path: circle(50%);
    -webkit-clip-path: circle(50%);
  }
}
@keyframes circle-fromcenter-over {
  0% {
    clip-path: circle(0%);
    -webkit-clip-path: circle(0%);
  }
  100% {
    clip-path: circle(115%);
    -webkit-clip-path: circle(115%);
  }
}
@-webkit-keyframes circle-fromcenter-over {
  0% {
    clip-path: circle(0%);
    -webkit-clip-path: circle(0%);
  }
  100% {
    clip-path: circle(115%);
    -webkit-clip-path: circle(115%);
  }
}
@keyframes circle-frombot-over {
  0% {
    clip-path: circle(0% at 50% 100%);
    -webkit-clip-path: circle(0% at 50% 100%);
  }
  100% {
    clip-path: circle(115% at 50% 100%);
    -webkit-clip-path: circle(115% at 50% 100%);
  }
}
@-webkit-keyframes circle-frombot-over {
  0% {
    clip-path: circle(0% at 50% 100%);
    -webkit-clip-path: circle(0% at 50% 100%);
  }
  100% {
    clip-path: circle(115% at 50% 100%);
    -webkit-clip-path: circle(115% at 50% 100%);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated-fast {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.qg-main-body .card-emission .content-card-emission, .qg-footer .card-emission .content-card-emission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px 0;
  text-decoration: none;
  color: inherit;
}
.qg-main-body .card-emission .content-card-emission .content-emission, .qg-footer .card-emission .content-card-emission .content-emission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px 0;
}
@media (max-width: 575px) {
  .qg-main-body .card-emission .content-card-emission .image-emission, .qg-footer .card-emission .content-card-emission .image-emission {
    --bs-aspect-ratio: 204px;
  }
}
.qg-main-body .card-emission .content-card-emission .title-emission, .qg-footer .card-emission .content-card-emission .title-emission {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-height: 44px;
  margin-bottom: 0;
}
.qg-main-body .card-emission .content-card-emission:hover .title-emission, .qg-footer .card-emission .content-card-emission:hover .title-emission {
  color: #DF1111;
}
.qg-main-body .card-emission .content-card-emission .info-emission, .qg-footer .card-emission .content-card-emission .info-emission {
  margin-bottom: 0;
}
.qg-main-body .card-emission .content-card-emission .info-emission span, .qg-footer .card-emission .content-card-emission .info-emission span {
  display: inline-block;
}
.qg-main-body .card-emission .content-card-emission .info-emission span.date-emission, .qg-footer .card-emission .content-card-emission .info-emission span.date-emission {
  opacity: 0.6;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #A5A5A5;
}
@media (max-width: 1199px) {
  .qg-main-body .card-emission .content-card-emission .title-emission, .qg-footer .card-emission .content-card-emission .title-emission {
    font-size: 18px;
    line-height: 22px;
  }
}
.qg-main-body .item-emission, .qg-footer .item-emission {
  height: 100%;
  color: #FFF;
}
.qg-main-body .item-emission .content-item-emission, .qg-footer .item-emission .content-item-emission {
  padding: 23px 23px 18px;
  background-color: var(--bg-emission);
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.qg-main-body .item-emission .title-emission, .qg-footer .item-emission .title-emission {
  margin-bottom: 5px;
}
.qg-main-body .item-emission .title-emission span, .qg-footer .item-emission .title-emission span {
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
}
.qg-main-body .item-emission .description-emission, .qg-footer .item-emission .description-emission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
}
.qg-main-body .item-emission .description-emission p, .qg-footer .item-emission .description-emission p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 993px) {
  .qg-main-body .item-emission .description-emission, .qg-footer .item-emission .description-emission {
    min-height: 79px;
  }
}
.qg-main-body .card-post, .qg-footer .card-post {
  background-color: #121111;
  height: 100%;
}
.qg-main-body .card-post .content-card-post, .qg-footer .card-post .content-card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #FFF;
}
.qg-main-body .card-post .image-post, .qg-footer .card-post .image-post {
  --bs-aspect-ratio: 314px;
}
.qg-main-body .card-post .detail-card-post, .qg-footer .card-post .detail-card-post {
  padding: 33px 30px;
}
@media (max-width: 993px) {
  .qg-main-body .card-post .detail-card-post, .qg-footer .card-post .detail-card-post {
    padding: 33px 25px;
  }
}
.qg-main-body .card-post .date-post, .qg-footer .card-post .date-post {
  font-size: 14px;
  line-height: 19px;
  opacity: 0.5;
  margin-bottom: 7px;
  display: block;
}
.qg-main-body .card-post .title-post, .qg-footer .card-post .title-post {
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-main-body .card-post .title-post:hover, .qg-footer .card-post .title-post:hover {
  color: #DF1111;
}
.qg-main-body .card-post .excerpt-post, .qg-footer .card-post .excerpt-post {
  opacity: 0.85;
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 24px;
}
.qg-main-body .card-post.horizontal, .qg-footer .card-post.horizontal {
  padding-bottom: 33px;
  background-color: transparent;
  border-bottom: 1px solid #282626;
}
.qg-main-body .card-post.horizontal .content-card-post, .qg-footer .card-post.horizontal .content-card-post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qg-main-body .card-post.horizontal .image-post, .qg-footer .card-post.horizontal .image-post {
  width: 163px;
  min-width: 163px;
  --bs-aspect-ratio: 65.25%;
}
@media (max-width: 575px) {
  .qg-main-body .card-post.horizontal .image-post, .qg-footer .card-post.horizontal .image-post {
    width: 120px;
    min-width: 120px;
  }
}
.qg-main-body .card-post.horizontal .detail-card-post, .qg-footer .card-post.horizontal .detail-card-post {
  padding: 0px;
  width: 100%;
}
.qg-main-body .list-avantages, .qg-footer .list-avantages {
  padding: 10px 0 10px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px 0;
}
.qg-main-body .list-avantages li, .qg-footer .list-avantages li {
  padding-left: 25px;
  position: relative;
}
.qg-main-body .list-avantages li::before, .qg-footer .list-avantages li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DF1111;
}
.qg-main-body .list-avantages li strong, .qg-footer .list-avantages li strong {
  font-weight: 800;
}
.qg-main-body .section-default, .qg-footer .section-default {
  padding: 45px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .qg-main-body .section-default, .qg-footer .section-default {
    padding: 25px 0;
  }
}
.qg-main-body .ratio-16x9, .qg-footer .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.qg-main-body .ratio-1x1, .qg-footer .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.qg-main-body .ratio, .qg-footer .ratio {
  position: relative;
  width: 100%;
}
.qg-main-body .ratio:before, .qg-footer .ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.qg-main-body .ratio > *, .qg-footer .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qg-main-body .ratio img, .qg-footer .ratio img {
  -o-object-fit: cover;
     object-fit: cover;
}
.qg-main-body .form-group, .qg-footer .form-group {
  margin-bottom: 50px;
}
.qg-main-body .form-group label, .qg-footer .form-group label {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.qg-main-body .form-control, .qg-footer .form-control {
  background-color: #FFF;
  border-radius: 100px;
  border: 1px solid #000000;
  color: #0A1D45;
  height: 50px;
  padding: 6px 23px;
  font-size: 16px;
  font-weight: 600;
}
.qg-main-body .form-control::-webkit-input-placeholder, .qg-footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0A1D45;
}
.qg-main-body .form-control::-moz-placeholder, .qg-footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0A1D45;
}
.qg-main-body .form-control:-ms-input-placeholder, .qg-footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0A1D45;
}
.qg-main-body .form-control:-moz-placeholder, .qg-footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: #0A1D45;
}
.qg-main-body .form-control:focus, .qg-footer .form-control:focus {
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.61);
          box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.61);
}
.qg-main-body textarea.form-control, .qg-footer textarea.form-control {
  padding: 30px 0;
  min-height: 90px;
}
.qg-main-body .wpcf7-spinner, .qg-footer .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.qg-main-body .wpcf7-not-valid-tip, .qg-footer .wpcf7-not-valid-tip {
  text-align: center;
  margin-top: 10px;
}
.qg-main-body .wpcf7 form .wpcf7-response-output, .qg-footer .wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 10px 20px;
}
.qg-main-body .p-100, .qg-footer .p-100 {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .qg-main-body .p-100, .qg-footer .p-100 {
    padding: 50px 0;
  }
}
.qg-main-body .p-70, .qg-footer .p-70 {
  padding: 70px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .qg-main-body .p-70, .qg-footer .p-70 {
    padding: 40px 0;
  }
}
.qg-main-body .p-80, .qg-footer .p-80 {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .qg-main-body .p-80, .qg-footer .p-80 {
    padding: 50px 0;
  }
}
.qg-main-body .p-100, .qg-footer .p-100 {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .qg-main-body .p-100, .qg-footer .p-100 {
    padding: 50px 0;
  }
}
.qg-main-body .gap-30, .qg-footer .gap-30 {
  gap: 30px 0;
}
.qg-main-body .bg-white *, .qg-footer .bg-white * {
  color: #000000;
}
.qg-main-body .bg-white .default-btn.white-btn span, .qg-footer .bg-white .default-btn.white-btn span {
  border-color: #000000;
}
.qg-main-body .hearo-section, .qg-footer .hearo-section {
  overflow: hidden;
  color: #FFF;
}
.qg-main-body .hearo-section .bloc-content-hero, .qg-footer .hearo-section .bloc-content-hero {
  padding: 70px 0 45px;
  position: relative;
}
.qg-main-body .hearo-section .content-image-hero, .qg-footer .hearo-section .content-image-hero {
  position: relative;
}
.qg-main-body .hearo-section .content-image-hero::before, .qg-footer .hearo-section .content-image-hero::before {
  content: "";
  position: absolute;
  width: 1440px;
  right: -150px;
  top: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.67%, rgba(0, 0, 0, 0)), color-stop(66.02%, rgba(0, 0, 0, 0.353656)), color-stop(81.3%, rgba(0, 0, 0, 0.708239)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.67%, rgba(0, 0, 0, 0.353656) 66.02%, rgba(0, 0, 0, 0.708239) 81.3%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.qg-main-body .hearo-section .image-hero, .qg-footer .hearo-section .image-hero {
  width: 989px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -150px;
}
.qg-main-body .hearo-section .image-hero::before, .qg-footer .hearo-section .image-hero::before {
  content: "";
  position: absolute;
  width: 1440px;
  right: 0;
  top: 0px;
  bottom: 0;
  background: linear-gradient(89.96deg, #000000 41.01%, rgba(0, 0, 0, 0.86) 48.61%, rgba(0, 0, 0, 0) 68.94%);
  pointer-events: none;
  z-index: 1;
}
.qg-main-body .hearo-section .image-hero::after, .qg-footer .hearo-section .image-hero::after {
  content: "";
  position: absolute;
  width: 1440px;
  right: 0;
  top: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.15%, #000000), color-stop(6.97%, rgba(0, 0, 0, 0.62035)), color-stop(17.43%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 1.15%, rgba(0, 0, 0, 0.62035) 6.97%, rgba(0, 0, 0, 0) 17.43%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  pointer-events: none;
  z-index: 1;
}
.qg-main-body .hearo-section .image-hero img, .qg-footer .hearo-section .image-hero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.qg-main-body .hearo-section .content-hero, .qg-footer .hearo-section .content-hero {
  width: 570px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 0;
}
.qg-main-body .hearo-section .title-hero, .qg-footer .hearo-section .title-hero {
  margin-bottom: 10px;
}
.qg-main-body .hearo-section .head-hero .tag-emission, .qg-footer .hearo-section .head-hero .tag-emission {
  background-color: #DF1111;
  padding: 3px 10px;
  text-transform: uppercase;
}
.qg-main-body .hearo-section .sub-title-hero, .qg-footer .hearo-section .sub-title-hero {
  margin-bottom: 0;
}
.qg-main-body .hearo-section .description-hero p, .qg-footer .hearo-section .description-hero p {
  line-height: 24px;
}
.qg-main-body .hearo-section .description-hero p:last-child, .qg-footer .hearo-section .description-hero p:last-child {
  margin-bottom: 0;
}
.qg-main-body .hearo-section .link-default, .qg-footer .hearo-section .link-default {
  font-size: 18px;
  line-height: 24px;
  color: inherit;
}
@media (max-width: 1200px) {
  .qg-main-body .hearo-section .image-hero, .qg-footer .hearo-section .image-hero {
    width: 830px;
  }
}
@media (max-width: 993px) {
  .qg-main-body .hearo-section, .qg-footer .hearo-section {
    font-size: 14px;
    line-height: 20px;
  }
  .qg-main-body .hearo-section .bloc-content-hero, .qg-footer .hearo-section .bloc-content-hero {
    padding: 39px 0 25px;
    position: initial;
  }
  .qg-main-body .hearo-section .bloc-content-hero::before, .qg-footer .hearo-section .bloc-content-hero::before {
    content: none;
  }
  .qg-main-body .hearo-section .image-hero, .qg-footer .hearo-section .image-hero {
    position: relative;
    width: auto;
    margin: 0 -15px -40px;
    right: 0;
  }
  .qg-main-body .hearo-section .image-hero::before, .qg-footer .hearo-section .image-hero::before {
    width: 90px;
    right: auto;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.15%, #000000), color-stop(40%, rgba(0, 0, 0, 0.62035)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000000 1.15%, rgba(0, 0, 0, 0.62035) 40%, rgba(0, 0, 0, 0) 100%);
  }
  .qg-main-body .hearo-section .image-hero::after, .qg-footer .hearo-section .image-hero::after {
    width: 90px;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.15%, #000000), color-stop(40%, rgba(0, 0, 0, 0.62035)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000000 1.15%, rgba(0, 0, 0, 0.62035) 40%, rgba(0, 0, 0, 0) 100%);
  }
  .qg-main-body .hearo-section .image-hero img, .qg-footer .hearo-section .image-hero img {
    height: 400px;
    -o-object-position: center;
       object-position: center;
  }
  .qg-main-body .hearo-section .image-hero .content-image-hero::before, .qg-footer .hearo-section .image-hero .content-image-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    height: 90px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.67%, rgba(0, 0, 0, 0)), color-stop(66.02%, rgba(0, 0, 0, 0.353656)), color-stop(81.3%, rgba(0, 0, 0, 0.708239)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.67%, rgba(0, 0, 0, 0.353656) 66.02%, rgba(0, 0, 0, 0.708239) 81.3%, #000000 100%);
    pointer-events: none;
    z-index: 1;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
        -ms-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
  }
  .qg-main-body .hearo-section .image-hero .content-image-hero::after, .qg-footer .hearo-section .image-hero .content-image-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 90px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.67%, rgba(0, 0, 0, 0)), color-stop(66.02%, rgba(0, 0, 0, 0.353656)), color-stop(81.3%, rgba(0, 0, 0, 0.708239)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.67%, rgba(0, 0, 0, 0.353656) 66.02%, rgba(0, 0, 0, 0.708239) 81.3%, #000000 100%);
    pointer-events: none;
    z-index: 1;
  }
  .qg-main-body .hearo-section .content-hero, .qg-footer .hearo-section .content-hero {
    gap: 12px 0;
  }
}
@media (min-width: 994px) {
  .qg-main-body .block-emissions .bloc-group-slider, .qg-footer .block-emissions .bloc-group-slider {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.qg-main-body .block-last-articles .liste-articles, .qg-footer .block-last-articles .liste-articles {
  padding: 20px 0 10px;
}
@media (max-width: 993px) {
  .qg-main-body .block-last-articles .liste-articles, .qg-footer .block-last-articles .liste-articles {
    gap: 20px 0;
    padding: 0;
  }
}
.qg-main-body .media-vraiment-independant ul, .qg-footer .media-vraiment-independant ul {
  padding: 10px 0 10px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px 0;
}
.qg-main-body .media-vraiment-independant ul li, .qg-footer .media-vraiment-independant ul li {
  padding-left: 25px;
  position: relative;
}
.qg-main-body .media-vraiment-independant ul li::before, .qg-footer .media-vraiment-independant ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DF1111;
}
.qg-main-body .media-vraiment-independant ul li strong, .qg-footer .media-vraiment-independant ul li strong {
  font-weight: 800;
}
.qg-main-body .bloc-abonnement, .qg-footer .bloc-abonnement {
  background-color: #DF1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
  color: #FFF;
}
.qg-main-body .bloc-abonnement .title-section, .qg-footer .bloc-abonnement .title-section {
  margin-bottom: 0;
}
.qg-main-body .bloc-abonnement .gap-30, .qg-footer .bloc-abonnement .gap-30 {
  gap: 24px 0;
}
.qg-main-body .bloc-abonnement .content-abonnement, .qg-footer .bloc-abonnement .content-abonnement {
  padding: 58px 10px 58px 43px;
  position: relative;
  z-index: 1;
  min-width: 300px;
}
.qg-main-body .bloc-abonnement .description-abonnement p:last-child, .qg-footer .bloc-abonnement .description-abonnement p:last-child {
  margin-bottom: 0;
}
.qg-main-body .bloc-abonnement .image-abonnement, .qg-footer .bloc-abonnement .image-abonnement {
  position: relative;
  width: 100%;
}
.qg-main-body .bloc-abonnement .image-abonnement img, .qg-footer .bloc-abonnement .image-abonnement img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: inherit;
}
.qg-main-body .bloc-abonnement .abonnement-link, .qg-footer .bloc-abonnement .abonnement-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}
.qg-main-body .bloc-abonnement .abonnement-link i, .qg-footer .bloc-abonnement .abonnement-link i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.qg-main-body .bloc-abonnement .abonnement-link:hover i, .qg-footer .bloc-abonnement .abonnement-link:hover i {
  left: 5px;
}
@media (max-width: 993px) {
  .qg-main-body .bloc-abonnement, .qg-footer .bloc-abonnement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qg-main-body .bloc-abonnement .content-abonnement, .qg-footer .bloc-abonnement .content-abonnement {
    padding: 20px 30px;
  }
  .qg-main-body .bloc-abonnement .image-abonnement img, .qg-footer .bloc-abonnement .image-abonnement img {
    position: static;
    height: auto;
    width: 100%;
  }
}
.qg-main-body .bloc-abonnement-youtube, .qg-footer .bloc-abonnement-youtube {
  background-color: #121111;
  border-bottom: 3px solid #DF1111;
  padding: 14px 24px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #FFF;
}
.qg-main-body .bloc-abonnement-youtube .title-bloc, .qg-footer .bloc-abonnement-youtube .title-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  color: #DF1111;
  margin-bottom: 0;
}
.qg-main-body .bloc-abonnement-youtube .content-bloc, .qg-footer .bloc-abonnement-youtube .content-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 16px;
}
.qg-main-body .bloc-abonnement-youtube .content-bloc p, .qg-footer .bloc-abonnement-youtube .content-bloc p {
  min-height: 145px;
  line-height: 24px;
}
.qg-main-body .bloc-abonnement-youtube .content-bloc a, .qg-footer .bloc-abonnement-youtube .content-bloc a {
  font-weight: 600;
  color: #FFF;
  text-decoration: underline;
}
.qg-main-body .bloc-abonnement-youtube img, .qg-footer .bloc-abonnement-youtube img {
  max-width: inherit;
}
.qg-main-body .bloc-group-slider, .qg-footer .bloc-group-slider {
  padding: 0 146px;
  margin: 0 -146px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.qg-main-body .bloc-group-slider::before, .qg-footer .bloc-group-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: -380px;
  bottom: 0;
  width: 687px;
  background: -webkit-gradient(linear, right top, left top, color-stop(63%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgb(0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.qg-main-body .bloc-group-slider::after, .qg-footer .bloc-group-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -436px;
  bottom: 0;
  width: 687px;
  background: -webkit-gradient(linear, right top, left top, color-stop(63%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgb(0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 2;
  pointer-events: none;
}
.qg-main-body .bloc-group-slider .slider-three-column, .qg-footer .bloc-group-slider .slider-three-column {
  overflow: initial;
  z-index: initial;
}
.qg-main-body .bloc-group-slider .slider-three-column .swiper-slide, .qg-footer .bloc-group-slider .slider-three-column .swiper-slide {
  height: auto;
}
.qg-main-body .bloc-group-slider .swiper-button-next, .qg-footer .bloc-group-slider .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-main-body .bloc-group-slider .swiper-button-next.swiper-button-disabled, .qg-footer .bloc-group-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.qg-main-body .bloc-group-slider .swiper-button-next:after, .qg-footer .bloc-group-slider .swiper-button-next:after {
  content: none;
}
.qg-main-body .bloc-group-slider .swiper-button-next svg path, .qg-footer .bloc-group-slider .swiper-button-next svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-main-body .bloc-group-slider .swiper-button-next:hover, .qg-footer .bloc-group-slider .swiper-button-next:hover {
  background-color: #FFF;
}
.qg-main-body .bloc-group-slider .swiper-button-next:hover svg path, .qg-footer .bloc-group-slider .swiper-button-next:hover svg path {
  fill: #DF1111;
}
.qg-main-body .bloc-group-slider .swiper-button-prev, .qg-footer .bloc-group-slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-main-body .bloc-group-slider .swiper-button-prev.swiper-button-disabled, .qg-footer .bloc-group-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.qg-main-body .bloc-group-slider .swiper-button-prev:after, .qg-footer .bloc-group-slider .swiper-button-prev:after {
  content: none;
}
.qg-main-body .bloc-group-slider .swiper-button-prev svg path, .qg-footer .bloc-group-slider .swiper-button-prev svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-main-body .bloc-group-slider .swiper-button-prev:hover, .qg-footer .bloc-group-slider .swiper-button-prev:hover {
  background-color: #FFF;
}
.qg-main-body .bloc-group-slider .swiper-button-prev:hover svg path, .qg-footer .bloc-group-slider .swiper-button-prev:hover svg path {
  fill: #DF1111;
}
@media (max-width: 767px) {
  .qg-main-body .bloc-group-slider .swiper-wrapper, .qg-footer .bloc-group-slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .qg-main-body .bloc-group-slider .swiper-button-next, .qg-main-body .bloc-group-slider .swiper-button-prev, .qg-footer .bloc-group-slider .swiper-button-next, .qg-footer .bloc-group-slider .swiper-button-prev {
    display: none;
  }
}
.qg-main-body h1, .qg-main-body .h1, .qg-main-body .title-h1, .qg-footer h1, .qg-footer .h1, .qg-footer .title-h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 800;
  margin-bottom: 30px;
  color: inherit;
}
@media (max-width: 1199px) {
  .qg-main-body h1, .qg-main-body .h1, .qg-main-body .title-h1, .qg-footer h1, .qg-footer .h1, .qg-footer .title-h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.qg-main-body h2, .qg-main-body .h2, .qg-main-body .title-h2, .qg-footer h2, .qg-footer .h2, .qg-footer .title-h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 1199px) {
  .qg-main-body h2, .qg-main-body .h2, .qg-main-body .title-h2, .qg-footer h2, .qg-footer .h2, .qg-footer .title-h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.qg-main-body h3, .qg-main-body .h3, .qg-main-body .title-h3, .qg-footer h3, .qg-footer .h3, .qg-footer .title-h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 1199px) {
  .qg-main-body h3, .qg-main-body .h3, .qg-main-body .title-h3, .qg-footer h3, .qg-footer .h3, .qg-footer .title-h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.qg-main-body h4, .qg-main-body .h4, .qg-main-body .title-h4, .qg-footer h4, .qg-footer .h4, .qg-footer .title-h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 18px;
  color: inherit;
}
.qg-main-body h5, .qg-main-body .h5, .qg-main-body .title-h5, .qg-footer h5, .qg-footer .h5, .qg-footer .title-h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 18px;
  color: inherit;
}
@media (max-width: 1199px) {
  .qg-main-body h5, .qg-main-body .h5, .qg-main-body .title-h5, .qg-footer h5, .qg-footer .h5, .qg-footer .title-h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.qg-main-body h6, .qg-main-body .h6, .qg-main-body .title-h6, .qg-footer h6, .qg-footer .h6, .qg-footer .title-h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: inherit;
}
@media (max-width: 1199px) {
  .qg-main-body h6, .qg-main-body .h6, .qg-main-body .title-h6, .qg-footer h6, .qg-footer .h6, .qg-footer .title-h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.qg-main-body .title-half span, .qg-footer .title-half span {
  color: #DF1111;
}
.qg-main-body .bold, .qg-footer .bold {
  font-weight: 700;
}
.qg-main-body .title-section .icon-qg, .qg-footer .title-section .icon-qg {
  margin-right: 12px;
}

.qg-header {
  position: relative;
  top: 0 !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  background-color: #000000 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.qg-header.scrollUp {
  position: sticky !important;
}
.qg-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #DF1111;
  opacity: 0;
  pointer-events: none;
  top: 97px;
  height: 100vh;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.qg-header .default-btn {
  min-height: 50px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .qg-header .container {
    max-width: 1140px;
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .qg-header .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.qg-header .top-header .container {
  width: 100%;
  max-width: 1370px !important;
  padding: 0 15px;
}
.qg-header .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
  gap: 0 10px;
  font-family: "Inter";
}
.qg-header .content-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 23px;
}
.qg-header .content-header .qg-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 68px;
}
.qg-header .content-header .qg-header__right {
  margin-left: auto;
}
.qg-header .content-header .qg-header__right button:focus {
  outline: none;
}
.qg-header .navbar-menu .navbar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  margin: 0;
  padding: 0;
}
.qg-header .navbar-menu .navbar .menu-item .active .nav-link {
  color: #DF1111;
}
.qg-header .navbar-menu .navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.qg-header .navbar-menu .navbar .nav-link:hover {
  color: #DF1111;
}
.qg-header .seconnect-btn {
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
.qg-header .seconnect-btn svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-header .seconnect-btn:hover {
  color: #DF1111;
}
.qg-header .seconnect-btn:hover svg path {
  stroke: #DF1111;
}
@media (max-width: 1199px) {
  .qg-header .seconnect-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .qg-header .qg-header__searchbox {
    font-size: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .qg-header .qg-header__searchbox::before {
    content: none;
  }
  .qg-header .qg-header__searchbox span {
    border: 0;
    padding: 6px 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0;
    position: relative;
  }
  .qg-header .qg-header__searchbox svg {
    width: 28px;
    height: 28px;
    margin-bottom: -11px;
  }
  .qg-header .qg-header__searchbox svg path {
    stroke: #FFF;
  }
}
.qg-header .qg-header__hamburger {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin-left: auto;
  min-width: 50px;
  height: 50px;
}
.qg-header .qg-header__hamburger span {
  display: block;
  height: 2px;
  width: 26px;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-header .qg-header__hamburger span:nth-child(2) {
  margin: 6px 0;
}
@media (max-width: 1199px) {
  .qg-header .qg-header__hamburger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 1199px) {
  .qg-header .content-header > div {
    gap: 0 20px;
  }
}
@media (max-width: 993px) {
  .qg-header {
    font-size: 14px;
    line-height: 20px;
  }
  .qg-header.open-menu::before {
    opacity: 0.3;
  }
  .qg-header.open-menu .toggle-menu span:nth-child(2) {
    margin: 0;
    opacity: 0;
  }
  .qg-header.open-menu .toggle-menu span:nth-child(1) {
    -webkit-transform: translateY(2px) rotate(-45deg);
        -ms-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
  }
  .qg-header.open-menu .toggle-menu span:nth-child(3) {
    -webkit-transform: translateY(-2px) rotate(45deg);
        -ms-transform: translateY(-2px) rotate(45deg);
            transform: translateY(-2px) rotate(45deg);
  }
  .qg-header.open-menu .navbar-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .qg-header .content-header {
    padding: 17px 0;
  }
  .qg-header .content-header > div {
    gap: 0;
  }
  .qg-header .qg-header__logo img {
    width: 154px;
    max-width: 100%;
  }
  .qg-header .navbar-menu {
    position: absolute;
    left: 0;
    top: calc(100% - 0px);
    height: calc(100vh - 97px);
    background-color: #000;
    padding: 30px 15px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 3;
    width: 350px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .qg-header .navbar-menu .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .qg-header .navbar-menu .default-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .qg-header::before {
    opacity: 0 !important;
  }
  .qg-header .navbar-menu {
    width: 100%;
  }
}

.qg-header__banner {
  background-color: #DF1111;
  color: #FFF;
  text-align: center;
  padding: 9px 15px;
  line-height: 24px;
  font-family: "Inter";
}
.qg-header__banner .qg-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  min-height: 45px;
  font-weight: 500;
}
.qg-header__banner .qg-banner-content span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.qg-header__banner .qg-banner-content span .qg-banner-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  top: 5px;
}
.qg-header__banner .qg-banner-content .qg-banner-title {
  font-weight: 500;
  font-style: italic;
}
.qg-header__banner .qg-banner-content a {
  color: #FFF;
  font-weight: 700;
  text-decoration: underline;
}
.qg-header__banner .qg-banner-content a:hover {
  color: #FFF;
}

@media (max-width: 993px) {
  .qg-header__banner {
    padding: 7px 15px;
    line-height: 20px;
  }
  .qg-header__banner .qg-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px 0;
  }
  .qg-header__banner .qg-banner-content span {
    display: block;
  }
  .qg-header__banner .qg-banner-content span .qg-banner-dot {
    top: 1px;
    margin-right: 6px;
  }
}
.modal#login,
.modal#search_modal {
  top: 115px;
}
.modal#login .search-form,
.modal#search_modal .search-form {
  width: 100%;
}

.qg-footer {
  margin-top: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .qg-footer .container {
    max-width: 1140px;
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .qg-footer .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.qg-footer .top-footer {
  padding: 50px 0 30px;
  background-color: #000;
  color: #FFF;
}
.qg-footer .top-footer .container {
  width: 100%;
  max-width: 1316px !important;
  padding: 0 15px;
}
.qg-footer .top-footer .content-top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
}
@media (max-width: 1400px) {
  .qg-footer .top-footer .content-top-footer {
    gap: 30px 42px;
  }
}
@media (max-width: 1199px) {
  .qg-footer .top-footer .content-top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.qg-footer .top-footer .content-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 40px;
  width: 100%;
}
.qg-footer .top-footer .logo-footer {
  width: 187px;
  min-width: 187px;
}
.qg-footer .top-footer .logo-footer img {
  width: 100%;
  max-width: 100%;
}
.qg-footer .top-footer .menu-footer {
  min-width: 170px;
}
.qg-footer .top-footer .menu-footer .title-footer {
  font-weight: 700;
}
.qg-footer .top-footer .menu-footer ul {
  padding-left: 22px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin: 0;
}
.qg-footer .top-footer .menu-footer ul li {
  position: relative;
}
.qg-footer .top-footer .menu-footer ul li:before {
  content: " ";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #FFF;
  border-radius: 50%;
}
.qg-footer .top-footer .menu-footer ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #CCCCCC;
}
.qg-footer .top-footer .menu-footer ul li a:hover {
  color: #DF1111;
}
.qg-footer .top-footer .bloc-newsletter {
  min-width: 386px;
}
.qg-footer .top-footer .bloc-newsletter .top-title-newsletter {
  color: #DF1111;
  font-weight: 600;
  margin-bottom: 5px;
}
.qg-footer .top-footer .bloc-newsletter .title-newsletter {
  margin-bottom: 30px;
}
.qg-footer .top-footer .bloc-newsletter .description-newsletter {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.qg-footer .top-footer .bloc-newsletter .default-btn {
  font-weight: 700;
}
.qg-footer .top-footer .bloc-newsletter .input-group {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qg-footer .top-footer .bloc-newsletter .input-group .form-control {
  border-radius: 100px !important;
  padding-right: 122px;
}
.qg-footer .top-footer .bloc-newsletter .input-group .default-btn {
  min-height: 38px;
  font-size: 16px;
  position: absolute;
  right: 7px;
  top: 6px;
  border-radius: 100px !important;
  background-color: #FFF;
  cursor: pointer;
  z-index: 5;
}
.qg-footer .top-footer .bloc-newsletter .input-group .default-btn span {
  padding: 6px 13px;
}
@media (max-width: 1199px) {
  .qg-footer .top-footer .content-top-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qg-footer .top-footer .logo-footer {
    text-align: center;
  }
  .qg-footer .top-footer .content-menu-footer {
    gap: 30px 40px;
    width: 720px;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .qg-footer .top-footer .menu-footer {
    width: 100%;
  }
  .qg-footer .top-footer .bloc-newsletter {
    min-width: auto;
    width: 386px;
    max-width: 100%;
  }
  .qg-footer .top-footer .bloc-newsletter .title-newsletter {
    margin-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .qg-footer .top-footer {
    padding: 50px 0;
  }
  .qg-footer .top-footer .content-menu-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 20px;
  }
  .qg-footer .top-footer .menu-footer {
    width: calc(50% - 10px);
    min-width: auto;
  }
  .qg-footer .top-footer .menu-footer:last-child {
    width: 100%;
  }
  .qg-footer .top-footer .bloc-newsletter .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px 0;
  }
  .qg-footer .top-footer .bloc-newsletter .input-group .form-control {
    padding-right: 23px;
    width: 100%;
    text-align: center;
    font-family: 14px;
  }
  .qg-footer .top-footer .bloc-newsletter .input-group .form-control + div[data-lastpass-icon-root] {
    display: none;
  }
  .qg-footer .top-footer .bloc-newsletter .input-group .default-btn {
    min-height: 45px;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
}
.qg-footer .bottom-footer {
  background-color: #000;
  color: #FFF;
}
.qg-footer .bottom-footer .content-footer {
  border-top: 1px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 30px;
  padding: 30px 0;
  color: #CCCCCC;
}
.qg-footer .bottom-footer .content-footer .nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
}
.qg-footer .bottom-footer .copyright-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px 28px;
  margin: 0;
  padding: 0;
}
.qg-footer .bottom-footer .copyright-menu li a {
  text-decoration: none;
  font-weight: 600;
  color: #CCCCCC;
}
.qg-footer .bottom-footer .copyright-menu li a:hover {
  color: #DF1111;
}
@media (max-width: 993px) {
  .qg-footer .bottom-footer .copyright-menu {
    gap: 10px 20px;
  }
}
.qg-footer .block-socials {
  padding: 22px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(32.88%, #DF1111), color-stop(66.64%, #DF1111), to(#000000));
  background: linear-gradient(90deg, #000000 0%, #DF1111 32.88%, #DF1111 66.64%, #000000 100%);
  color: #FFF;
  text-align: center;
}
.qg-footer .block-socials .title-social {
  font-weight: 700;
}
.qg-footer .block-socials .list-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.qg-footer .block-socials .list-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #FFF;
  color: #DF1111;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.qg-footer .block-socials .list-socials a:hover {
  background-color: #000000;
  color: #FFF;
}
.qg-footer .block-socials .list-socials a .icon-telegram {
  margin-top: 1px;
  margin-left: -3px;
}/*# sourceMappingURL=style.css.map */