/*
Theme Name: InvestX-2
Author: A&F Développement - Remix by Digitality
Description: WordPress Multisite Theme for InvestX with Dynamic Functionality
Version: 2
Tags: A&F Développement, Digitality Agency
*/

/* Digitality  05/2024 */

:root {
  --accent-color: #fac011;
  /* Couleur d'accent définie */
  --max-width: 1102px;
}

/* RESET CSS -----------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.page-template-not-full-width-page-template .container div,
.page-template-not-full-width-page-template .container span,
.page-template-not-full-width-page-template .container applet,
.page-template-not-full-width-page-template .container object,
.page-template-not-full-width-page-template .container iframe,
.page-template-not-full-width-page-template .container p,
.page-template-not-full-width-page-template .container blockquote,
.page-template-not-full-width-page-template .container pre,
a,
.page-template-not-full-width-page-template .container abbr,
.page-template-not-full-width-page-template .container acronym,
.page-template-not-full-width-page-template .container address,
.page-template-not-full-width-page-template .container big,
.page-template-not-full-width-page-template .container cite,
del,
.page-template-not-full-width-page-template .container dfn,
.page-template-not-full-width-page-template .container em,
.page-template-not-full-width-page-template .container img,
.page-template-not-full-width-page-template .container ins,
.page-template-not-full-width-page-template .container kbd,
.page-template-not-full-width-page-template .container q,
.page-template-not-full-width-page-template .container s,
.page-template-not-full-width-page-template .container samp,
small,
.page-template-not-full-width-page-template .container strike,
.page-template-not-full-width-page-template .container tt,
.page-template-not-full-width-page-template .container var,
dl,
.page-template-not-full-width-page-template .container dt,
.page-template-not-full-width-page-template .container dd,
fieldset,
.page-template-not-full-width-page-template .container form,
.page-template-not-full-width-page-template .container label,
.page-template-not-full-width-page-template .container legend,
table,
.page-template-not-full-width-page-template .container caption,
.page-template-not-full-width-page-template .container tbody,
.page-template-not-full-width-page-template .container tfoot,
.page-template-not-full-width-page-template .container thead,
.page-template-not-full-width-page-template .container tr,
.page-template-not-full-width-page-template .container th,
.page-template-not-full-width-page-template .container td,
article,
.page-template-not-full-width-page-template .container aside,
.page-template-not-full-width-page-template .container canvas,
.page-template-not-full-width-page-template .container details,
.page-template-not-full-width-page-template .container embed,
figure,
.page-template-not-full-width-page-template .container figcaption,
.page-template-not-full-width-page-template .container footer,
.page-template-not-full-width-page-template .container header,
.page-template-not-full-width-page-template .container hgroup,
menu,
.page-template-not-full-width-page-template .container nav,
.page-template-not-full-width-page-template .container output,
.page-template-not-full-width-page-template .container ruby,
.page-template-not-full-width-page-template .container section,
.page-template-not-full-width-page-template .container summary,
time,
.page-template-not-full-width-page-template .container mark,
.page-template-not-full-width-page-template .container audio,
.page-template-not-full-width-page-template .container video {
  margin: revert;
  padding: revert;
  border: revert;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  background-color: #101215;
  /* transition: 0.5s; */
}

* {
  box-sizing: border-box;
  transition: 0.3s;
}

.container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.img-responsive {
  width: 100%;
  height: auto;
  object-fit: contain;
}

header {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #101215;
}

body.light-mode header {
  background: #fff;
}

figure {
  margin: 0;
}

body h1,
h2,
h3,
h4,
p,
a,
span,
ul,
ol {
  color: #fff;
}

a {
  text-decoration: none;
}

p a,
p a span,
.content li a,
.content li a span {
  color: #fd8d02;
}

body.light-mode {
  background: #fff;
  color: #101215;
  transition: 0.5s;
}

.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode p,
.light-mode a,
.light-mode span,
.light-mode ul,
.light-mode ol {
  color: #101215;
}

body.light-mode .auteur>div>h3>a,
body.light-mode .auteur>div>p {
  color: #101215;
}

body.light-mode a,
body.light-mode a span {
  color: #fd8d02;
}

body.light-mode .container .picto a {
  color: #000000;
}

body.light-mode .container .picto a svg #Icon_awesome-twitter {
  fill: #ffffff;
}

body.light-mode .container .picto a svg:hover #Icon_awesome-twitter {
  fill: #fd8e02;
}

/* FONT -----------------------------------------------------------------------*/

/* Open Sans */

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/wp-content/themes/investx-2/assets/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/wp-content/themes/investx-2/assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('/wp-content/themes/investx-2/assets/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('/wp-content/themes/investx-2/assets/fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}

.tk-solitaire-mvb-pro {
  font-family: 'Open Sans', sans-serif;
}

.tk-solitaire-mvb-pro-light {
  font-family: 'Open Sans', sans-serif;
}

/* HEADER ---------------------------------------------------------------------*/

header .rejoindre.full-size {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 40px;
  background: transparent linear-gradient(275deg, #fdb003 0%, #fd8d02 100%);
  line-height: 18px;
  font-weight: bold;
  width: 100%;
  display: table;
  text-align: center;
}

header .search_form {
  height: 0rem;
  overflow: hidden;
  position: absolute;
  top: 100%;
  background: #101215;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

body.light-mode header .search_form {
  background: white;
  border-top: 1px solid #333740;
}

header .search_form.light-mode {
  height: 10rem;
}

header .search_form form {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 40%;
  position: relative;
}

header .search_form input {
  background: transparent;
  border: 1px solid white;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  padding: 0.5rem 1rem;
  width: 100%;
  color: white;
}

body.light-mode header .search_form input {
  border-color: #333740;
  color: #333740;
}

header .search_form input:focus {
  outline: none;
}

header .search_form button {
  height: 35px;
  background: #fd8f01;
  border: none;
  border-radius: 10px 0 0 10px;
  padding: 0 0.5rem;
  cursor: pointer;
}

header .search_form button img {
  position: relative;
  bottom: -3px;
}

header .search_form .cross {
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  right: 1rem;
  color: white;
  cursor: pointer;
}

body.light-mode header .search_form .cross {
  color: #333740;
}

.navigations {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #101215;
  display: flex;
  transition: 0.5s;
  overflow: hidden;
  z-index: 999;
}

.navigations .container {
  padding: 90px 15px 0 15px;
  width: 80%;
}

.navigations .rejoindre {
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 40px;
  background: transparent linear-gradient(88deg, #fdb003 0%, #fd8d02 100%);
  line-height: 18px;
  display: flex;
  justify-content: center;
  color: #101215;
}

.navigations .app {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.5rem;
}

.navigations .app a figure {
  width: 145px;
  height: 43px;
}

.navigations .app a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navigations .menu-menu-container {
  display: block;
}

.navigations .menu {
  list-style: none;
  margin: 50px 0 45px 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.navigations .menu li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

.navigations .menu li:nth-last-child(1) {
  border-bottom: unset;
}

.navigations .menu li a {
  color: #efefef;
}

.navigations.light-mode {
  height: 100vh;
}

.navigations .cross {
  position: absolute;
  top: 33px;
  right: 38px;
  cursor: pointer;
}

.navigations .cross figure {
  width: 17px;
  height: 17px;
}

.navigations .cross figure img {
  width: 100%;
  height: 100%;
}

/* header .container {
  display: flex;
  position: relative;
  justify-content: right;
  height: 63px;
  align-items: center;
  grid-gap: 1rem;
} */

header .container .show-menu {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
}

header .container .show-menu span {
  position: absolute;
  background: #fff;
  height: 1.5px;
  width: 15px;
}

.light-mode header .container .show-menu span {
  background: #101215;
}

header .container .show-menu .top {
  top: 22px;
}

header .container .show-menu .mid {
  width: 27px;
  top: 27px;
}

header .container .show-menu .bottom {
  top: 32px;
  left: 12px;
}

header .container .logo {
  display: block;
  width: 111px;
}

header .container .logo.clair {
  display: none;
}

.light-mode header .container .logo {
  display: none;
}

.light-mode header .container .logo.clair {
  display: block;
}

header .container .menu-menu-container {
  display: none;
}

header .container .menu-menu-container ul {
  display: flex;
  grid-gap: 24px;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  text-align: center;
}

header .container .menu-menu-container ul li {
  list-style: none;
  font-weight: 100;
  height: 30px;
  display: flex;
}

header .container .menu-menu-container ul li.current_page_item>a {
  color: #fff;
  font-weight: 500;
}

.light-mode header .container .menu-menu-container ul li.current_page_item>a {
  color: #000;
}

header .container .menu-menu-container ul li:hover a:before {
  width: 100%;
  height: 1px;
  background: #efefef;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
}

header .container .menu-menu-container ul li a {
  color: #7c7c7c;
  position: relative;
  display: flex;
  align-items: center;
}

body:not(.light-mode) header .container .menu-menu-container ul li a {
  color: #efefef;
}

header .container .rejoindre {
  display: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 8.5px 25px 9.5px 25px;
  background: transparent linear-gradient(279deg, #fdb003 0%, #fd8d02 100%);
  line-height: 18px;
  color: #fff;
  width: 150px;
  height: 36px;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

header .container .rejoindre:hover {
  background: transparent linear-gradient(88deg, #fdb003 0%, #fd8d02 100%);
}

header .container .eclairage {
  display: flex;
  align-items: center;
  border: 1px solid #777778;
  border-radius: 6px;
  padding: 2px;
  position: relative;
}

header .container .eclairage:before {
  content: '';
  background: #333740;
  border: 1px solid #333740;
  border-radius: 4px;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 1px;
  right: unset;
  transition: 0.5s;
}

.light-mode header .container .eclairage:before {
  transform: translateX(30px);
  transition: 0.5s;
}

header .container .eclairage figure {
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .container .eclairage .lune {
  display: flex;
  z-index: 1;
}

header .container .eclairage .lune.noir {
  display: none;
}

.light-mode header .container .eclairage .lune {
  display: none;
}

.light-mode header .container .eclairage .lune.noir {
  display: flex;
}

.light-mode header .container .eclairage .second {
  z-index: 1;
}

header .container .eclairage figure svg {
  width: 100%;
  height: 50%;
}

header .container .loupe.noir,
header .container .loupe {
  margin-left: 20px;
}

header .container .loupe {
  display: block;
  width: 15px;
  cursor: pointer;
}

header .container .loupe.noir {
  display: none;
}

.light-mode header .container .loupe {
  display: none;
}

.light-mode header .container .loupe.noir {
  display: block;
}

header .container .loupe img {
  width: 100%;
}

/* TEMPLATE CATEGORIES ----------------------------------------------------------------- */

.category.container .top {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 11px;
  padding: 27px 0 44px 0;
}

.category.container .top a {
  position: relative;
  display: block;
  max-height: 100%;
  overflow: hidden;
  height: 100%;
}

.category.container .top a h2 {
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  width: 100%;
  top: calc(50% - 22px);
  margin: 0;
  text-align: center;
  color: #fff;
}

.category.container figure {
  height: 100%;
}

.category.container figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.category.container .top div img {
  height: 96px;
}

.category.container .top div:nth-child(3) {
  grid-row: 5/5;
}

.category.container .top div:first-child img {
  /*height: 224px;*/
  height: 100%;
}

.category.container .top div:first-child h2 {
  width: 60%;
  left: calc(50% - 90px);
}

.category.container .top div:nth-child(2) h2,
.category.container .top div:nth-child(3) h2 {
  left: 15px;
  text-align: left;
  width: 60%;
}

.category.container .top div:nth-child(4) h2 {
  top: 16px;
}

.category.container .top div:nth-child(5) h2 {
  text-align: left;
  width: 60%;
  left: 40%;
}

.category.container .top div:nth-child(3) figure img,
.category.container .top div:nth-child(4) figure img {
  object-position: top;
}

.actualites.container #actu-crypto .container {
  max-width: unset;
  padding: unset;
  position: relative;
}

.actualites.container #actu-crypto .actu h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 32px;
}

.actualites.container #actu-crypto .actu a {
  display: none;
}

.actualites.container #actu-crypto .trait {
  width: 55px;
  height: 2px;
  background: transparent linear-gradient(88deg, #fd8f02 0%, #fdb003 100%);
  position: absolute;
  top: 27px;
}

.actualites.container #actu-crypto .posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin: 40px 0;
}

.actualites.container #actu-crypto .posts figure,
.actualites.container #actu-crypto .posts figure img {
  width: 100%;
  height: 100%;
}

.actualites.container #actu-crypto .posts figure:hover img {
  transform: scale(1.1);
  transform-origin: center bottom;
}

.actualites.container #actu-crypto .posts figure img {
  border-radius: 10px;
  transition: 0.5s;
  object-fit: cover;
}

.actualites.container #actu-crypto .posts .post {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 11px;
}

.actualites.container #actu-crypto .posts .post figure {
  grid-row: 1/3;
  height: 90px;
}

.actualites.container #actu-crypto .posts .post .cat {
  display: flex;
  justify-content: space-between;
}

.actualites.container #actu-crypto .posts .post h3 {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
}

.actualites.container #actu-crypto .posts .post h3:hover {
  color: #6c6c6c;
}

.actualites.container #actu-crypto .posts .post .cat h3 {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 10px;
}

.actualites.container #actu-crypto .posts .post .cat div {
  display: flex;
  justify-content: space-between;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 13px;
  grid-gap: 5px;
}

.actualites.container #actu-crypto .posts .post .cat div figure {
  width: 9px;
  height: 13px;
}

.light-mode .actualites.container #actu-crypto .posts .post .cat div figure path {
  fill: #7c7c7c;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.pagination a {
  background: transparent linear-gradient(279deg, #fdb003 0%, #fd8d02 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 4px;
  padding: 0 15px 0 23px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.pagination a:hover {
  background: transparent linear-gradient(87deg, #fdb003 0%, #fd8d02 100%) 0% 0% no-repeat padding-box;
}

.pagination a svg {
  height: 50%;
  margin-top: 8px;
}

body.light-mode .pagination .load-more {
  color: #fff;
}

.disclaimer-wrapper {
  width: auto;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #a3a2a2;
  border-bottom: 1px solid #a3a2a2;
}

#disclaimer {
  max-width: 1102px;
  position: relative;
  margin: 0 auto;
  padding: 29px;
  color: #a3a2a2;
  line-height: 18px;
  font-size: 14px;
}

#disclaimer p {
  color: #a3a2a2;
  line-height: 18px;
  font-size: 14px;
}

#disclaimer p strong {
  font-weight: bold;
}

body.light-mode footer {
  background-color: #f8f9fa;
}

body.light-mode footer .infos>div>h3 {
  color: #101215;
}

body.light-mode footer .logo-theme-clair {
  display: block;
}

body.light-mode footer .logo-theme-fonce {
  display: none;
}

/* footer {
  background-color: #17191d;
  padding: 59px 0 24px 0;
}

footer .logo {
  width: 100%;
  max-width: 122px;
}

footer .logo-theme-clair {
  display: none;
}

footer h3 {
  margin: 0 0 12px 0;
  font-size: 1rem;
  line-height: 21px;
}

footer .infos {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 3rem 0;
}
footer .infos > div {
  display: flex;
  flex-direction: column;
}

footer .infos > div > h3 {
  color: #fff;
}

footer .infos .reseaux {
  align-items: center;
  max-width: 144px;
}

footer div.infos .reseaux .reseaux-sociaux {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
} */

body.light-mode footer div .reseaux-sociaux path {
  fill: #000;
}

/* footer div.reseaux-sociaux path {
  fill: #fff;
}

footer div .reseaux-sociaux a:hover path {
  fill: #fd8e02;
}

footer .infos > div > a {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
  color: #dddddd;
} */

.light-mode footer .infos>div>a {
  color: #6c6c6c;
}

/* footer .infos > div > a:hover {
  color: #6c6c6c;
}

footer .infos .stores {
  width: 100%;
  max-width: 144px;
  margin-top: 18px;
}

footer .infos .stores a {
  display: block;
}

footer .infos .stores a:first-child {
  margin-bottom: 7px;
}

footer .copyright {
  padding-top: 19px;
  margin: 4rem auto 19px auto;
  position: relative;
  border-top: 1px solid transparent;
  background-clip: padding-box;
  text-align: center;
} */

/* footer .copyright:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background: transparent linear-gradient(90deg, #fd8d02 0%, #fdb003 100%) 0 0
    no-repeat padding-box;
} */

/* footer .copyright p {
  color: #6c6c6c;
  font-size: 14px;
} */

/* footer .links-mobile {
  padding: 0 29px;
} */

/* footer .links-mobile .links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  grid-gap: 38px;
  align-items: center;
} */

/* footer .links-mobile .logo-theme-clair {
  display: none;
} */

.light-mode footer .links-mobile .logo-theme-clair,
footer .links-mobile .reseaux-sociaux.reseaux-sociaux-theme-clair {
  display: flex;
  grid-gap: 9px;
  flex-wrap: wrap;
}

/* footer .links-mobile .reseaux-sociaux {
  display: flex;
} */

.light-mode footer .links-mobile .reseaux-sociaux.reseaux-sociaux-theme-fonce {
  display: none;
}

/*
footer .links-mobile .reseaux-sociaux a {
  width: 28.5px;
  height: 28.5px;
}

footer .links-mobile a {
  max-width: 141px;
}

footer .infos-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  margin-top: 70px;
}

footer .infos-mobile > div {
  display: flex;
  flex-direction: column;
}

footer .infos-mobile > div > h3 {
  color: #fff;
} */

.light-mode footer .infos-mobile>div>h3 {
  color: #000;
}

/* footer .infos-mobile > div > a {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
  color: #dddddd;
} */

.light-mode footer .infos-mobile>div>a,
footer .infos-mobile>div>a:hover {
  color: #6c6c6c;
}

footer#colophon .cta-join {
  max-width: 150px;
  margin-top: 20px;
  background: #fac011;
  border-radius: 4px;
  padding: 7.5px 20px;
  text-align: center;
  font: italic normal bold 14px / 18px 'Open Sans';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

footer#colophon .cta-join:hover {
  color: #000;
  background: #f0b400;
}

.light-mode footer#colophon .cta-join:hover {
  color: #fff;
  background: #000;
}

.wp-block-quote {
  background: #17191d;
  padding: 7px 4rem 8px 4rem;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  margin: 24px 0;
  /* border-radius: 0 10px 10px 10px;
  box-shadow: 0 3px 6px #00000029; */
  position: relative;
}

.wp-block-quote:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.5rem;
  position: absolute;
  background: url(./assets/img/quotes.svg);
  background-repeat: no-repeat;
}

.light-mode .wp-block-quote {
  background: #f4f4f4;
}

.wp-block-quote p {
  margin-bottom: 1rem;
}

.wp-block-quote cite {
  color: #a3a2a2;
}

@media screen and (min-width: 450px) {
  .category.container .top a h2 {
    top: calc(50% - 10px);
  }
}

@media screen and (min-width: 576px) {
  :not(.home) .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  :not(.home) .container {
    max-width: 720px;
  }

  .actualites.container #actu-crypto .posts .post,
  .actualites.container #actu-crypto .posts {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  :not(.home) .container {
    max-width: 990px;
  }

  header#masthead .container {
    max-width: var(--max-width);
  }

  #disclaimer .container {
    max-width: var(--max-width);
    padding: 0;
  }

  footer#colophon .container {
    max-width: var(--max-width);
    padding: 0;
  }

  header .rejoindre.full-size {
    display: none;
  }

  header .container {
    justify-content: center;
  }

  header .container .show-menu {
    display: none;
  }

  header .container .menu-menu-container {
    display: block;
  }

  header .container .rejoindre {
    display: flex;
  }

  .category.container .top {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .category.container .top div {
    height: 96px;
  }

  .category.container .top a h2 {
    top: calc(50% - 21px);
  }

  .category.container .top div a figure {
    height: 100%;
  }

  .category.container .top div:first-child {
    grid-row: 1/3;
    grid-column: 1/4;
    padding-right: 40px;
    height: 201px;
  }

  .category.container .top div:nth-child(2) {
    grid-column: 4/7;
    padding-right: 10px;
  }

  .category.container .top div:nth-child(3) {
    grid-column: 7/9;
    grid-row: 1/1;
  }

  .category.container .top div:nth-child(4) {
    grid-column: 4/6;
    padding-right: 10px;
  }

  .category.container .top div:nth-child(5) {
    grid-column: 6/9;
  }

  .category.container .top div:nth-child(2) h {
    width: 55%;
  }

  .actualites.container #actu-crypto .container .posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .actualites.container #actu-crypto .posts {
    grid-gap: 2rem;
  }

  .actualites.container #actu-crypto .posts .post {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-bottom: 114px;
  }

  .actualites.container #actu-crypto .posts .post figure {
    height: 143px;
  }

  footer .infos {
    display: grid;
    grid-gap: 1rem;
  }

  footer .links-mobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  header .container {
    max-width: 1160px;
    grid-gap: 2rem;
  }

  header .container .rejoindre {
    margin: 0 40px 0 28px;
  }
}

@media (pointer: coarse) {
  a.savoir {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
  }
}

/* TEMPLATE NOTRE EQUIPE */
#banniere-equipe #banniere-actualites .container #lequipe-investx,
#banniere-sms #banniere-actualites .container #sms-investx {
  font-size: 38px !important;
}

#banniere-equipe #banniere-actualites .container #rencontrez-les-personnes-qui-travaillent-au-quotidien-pour-vous-offrir-un-contenu-de-qualite-et-actuel-sur-le-media-investx-fr,
#banniere-sms #banniere-actualites .container h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 21px;
  padding: 0 0 42px;
  position: relative;
  color: #fff;
}

body.light-mode #banniere-equipe #banniere-actualites .container #rencontrez-les-personnes-qui-travaillent-au-quotidien-pour-vous-offrir-un-contenu-de-qualite-et-actuel-sur-le-media-investx-fr,
body.light-mode #banniere-sms #banniere-actualites .container h2 {
  color: #101215;
}

.container-authors-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  transition: 0.5s;
}

.auteur {
  width: 470px;
  height: 268px;
  display: flex;
  grid-gap: 1.5rem;
  background: #2e2e2e;
  padding: 29px 23px 29px 20px;
  /*align-items: center;*/
  margin: 41px 0 44px 0;
  box-shadow: 0 3px 6px #000029;
  border-radius: 10px;
  transition: 0.5s;
}

body.light-mode .auteur {
  background: #ffffff;
}

.container-authors-page>.auteur>.author-text,
.actualites>.auteur>.author-text {
  height: 100%;
  transition: 0.5s;
}

.container-authors-page .auteur h3,
.actualites .auteur h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.container-authors-page .auteur p,
.actualites .auteur p {
  font-size: 0.9em;
  line-height: 1.25;
  transition: 0.5s;
}

body.light-mode .container-authors-page .auteur h3,
body.light-mode .container-authors-page .auteur p,
body.light-mode .actualites.auteur h3,
body.light-mode .actualites .auteur p {
  color: #101215;
}

.container-authors-page>.auteur>figure>.author-full-width-link>img,
.actualites>.auteur>figure>.author-full-width-link>img,
.auteur>figure>img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 9999px !important;
  transition: 0.5s;
}

.container-authors-page>.auteur>figure>a>svg {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.actualites>.auteur>figure>a>svg,
.actualites>.auteur>figure>a>svg {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}

.container-authors-page>.auteur>figure>a>svg>path,
.actualites>.auteur>figure>a>svg>path {
  fill: #cecbcb;
  transition: 0.5s;
}

body.light-mode .container-authors-page>.auteur>figure>a>svg>path,
body.light-mode .actualites>.auteur>figure>a>svg>path {
  fill: #101215;
  transition: 0.5s;
}

.container-authors-page>.auteur>figure>a>svg:hover>path,
.actualites>.auteur>figure>a>svg:hover>path,
.actualites>.auteur>figure>a>svg:hover>path {
  fill: #fd8d02;
}

body.light-mode .container-authors-page>.auteur>figure>a>svg>path,
body.light-mode .actualites>.auteur>figure>a>svg>path {
  fill: #101215;
}

body.light-mode .container-authors-page>.auteur>figure>a>svg:hover>path,
body.light-mode .actualites>.auteur>figure>a>svg:hover>path,
.actualites>.auteur>figure>a>svg:hover>path {
  fill: #fd8d02;
}

@media screen and (max-width: 992px) {
  .container-authors-page {
    height: 2725px !important;
  }

  .container-authors-page>.auteur {
    width: auto;
    height: auto;
    display: inline !important;
  }

  .container-authors-page figure,
  .container-authors-page h3 {
    height: auto !important;
    text-align: center;
  }

  .container-authors-page .auteur h3 {
    margin-top: 10px;
  }

  .container-authors-page>.auteur>figure>a>svg {
    position: absolute;
    transform: translate(80px, 100px);
  }

  .container-authors-page>.auteur>figure>a:nth-child(2)>svg {
    position: absolute;
    transform: translate(40px, 100px);
  }

  .container-authors-page>.auteur>figure>a:nth-child(3)>svg {
    position: absolute;
    transform: translate(70px, 100px);
  }

  .container-authors-page>.auteur>figure>a:nth-child(4)>svg {
    position: absolute;
    transform: translate(100px, 100px);
  }
}

@media screen and (max-width: 768px) {
  .container-authors-page {
    /*    height: 4180px !important;*/
    height: auto !important;
    grid-template-columns: 1fr;
  }

  .container-authors-page>.auteur {
    margin: 23px 0 10px 0 !important;
  }
}

/* PAGE AUTEUR */
.author .auteur {
  width: 100%;
  height: auto;
}

.author .auteur .author-text {
  height: 100%;
  transition: 0.5s;
}

.author .auteur h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.author .auteur p {
  font-size: 0.9em;
  line-height: 1.25;
  transition: 0.5s;
}

body.light-mode.author .auteur h3,
body.light-mode.author .auteur p {
  color: #101215;
}

.author .auteur figure .author-full-width-link img,
.auteur figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 9999px !important;
  transition: 0.5s;
}

.author .auteur figure a svg {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.author .auteur figure a svg path {
  fill: #cecbcb;
  transition: 0.5s;
}

body.light-mode.author .auteur figure a svg path {
  fill: #101215;
  transition: 0.5s;
}

.author .auteur figure a svg:hover path {
  fill: #fd8d02;
}

body.light-mode.author .auteur figure a svg path {
  fill: #101215;
}

body.light-mode.author .auteur figure a svg:hover path {
  fill: #fd8d02;
}

@media screen and (max-width: 768px) {
  .author .auteur {
    margin: 23px 0 10px 0 !important;
  }
}

/**YOUTUBE VIDEO RESPONSIVE**/
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***END YOUTUBE***/

/***SUBSTACK FORM ***/
@media only screen and (max-width: 560px) {
  .iframe-substack iframe {
    width: 100%;
  }
}

/* PAGE TRADING */
body.page-id-4133 header+.container+footer {
  max-width: 540px;
}

@media screen and (min-width: 576px) {
  body.page-id-4133 header+.container+footer {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  body.page-id-4133 header+.container+footer {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  body.page-id-4133 header+.container+footer {
    max-width: 990px;
  }
}

/* @media screen and (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
} */

/**** FORMULAIRE CONTACT PLAINTE ****/
div.wpforms-container-full {
  margin: 24px 30px !important;
}

div.wpforms-container-full .wpforms-form textarea {
  resize: none !important;
}

#wpforms-submit-8856,
#wpforms-submit-8982 {
  background-color: #fd8d02 !important;
}

#wpforms-8856 .wpforms-confirmation-container-full p {
  color: #101215;
}

legend.wpforms-field-label {
  display: none !important;
  margin-bottom: -5px !important;
}

ul.wpforms-field-required li {
  padding-left: 0 !important;
}

ul.wpforms-field-required li label {
  font-size: 14px !important;
  font-style: italic !important;
}

.dz-message>span,
.dz-details>div>span {
  color: black !important;
}

/* POPIN TELEGRAM */
.slidein-overlay.si-open .cp-slidein {
  transform: translate(10px, -10px);
}

/* TWEETS INTEGRES */
.twitter-tweet,
.twitter-tweet-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* BARRE DE CONSENTEMENT COOKIES */
#onesignal-bell-container.onesignal-reset,
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher {
  z-index: 10 !important;
}

.cky-consent-container .cky-consent-bar {
  position: relative !important;
  z-index: 20 !important;
  padding: 2.5px 24px 8px 24px !important;
}

.cky-btn {
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 6px 24px !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

/* Bannière Ledger */
.bann_ledger {
  margin-top: 50px;
}

/* PAGE SMS DE RAPPEL */
#wpforms-12235 {
  max-width: 550px;
  margin: 50px auto !important;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 3px 6px #000029;
  border-radius: 10px;
}

#wpforms-12235 .wpforms-confirmation-container-full p {
  color: #101215;
}

/* Digitality  05/2024 */

/* Digitality Header */

header#masthead .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}

header#masthead nav#site-navigation ul#primary-menu li.menu-item:hover a::before {
  position: absolute;
  display: block;
  content: '';
}

p a,
p a span,
.content li a,
.content li a span {
  /* color: var(--accent-color) !important; */
  color: #f0b400 !important;
}

.pagination a {
  background: transparent linear-gradient(279deg, var(--accent-color) 0%, var(--accent-color) 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 1200px) {
  .home .container {
    max-width: 1102px !important;
  }

  header#masthead .container .rejoindre {
    margin: 0 40px 0 28px;
  }
}

.home .container {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .container {
    padding: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  header#masthead .container {
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 767px) {
  .home section .container {
    max-width: calc(100% - 28px);
    flex-direction: column;
  }
}

.home section {
  padding: 40.57px 0 0;
}

.home .posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 41px;
}

@media screen and (max-width: 767px) {
  .home .posts-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-row-gap: 41px;
  }
}

.home .posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 41px;
}

.home aside.sidebar-most-read ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.home .posts-grid article {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .posts-grid .post-thumbnail {
  border-radius: 8px;
}

.home .posts-grid .post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.home .posts-grid h3,
.home .posts-grid h3 a {
  text-align: left;
  font: normal normal bold 14px/18px 'Open Sans';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}

.home .posts-grid .entry-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
  margin-bottom: 8px;
}

.home .posts-grid span.primary-category {
  text-align: left;
  font: normal normal bold 12px/16px 'Open Sans';
  letter-spacing: 0px;
  color: var(--accent-color);
  opacity: 1;
  text-transform: uppercase;
}

.home .posts-grid span.primary-category a {
  text-align: left;
  font: normal normal bold 12px/16px 'Open Sans';
  letter-spacing: 0px;
  color: var(--accent-color);
  opacity: 1;
  text-transform: uppercase;
}

.home .posts-grid span.posted-on {
  text-align: right;
  font: normal normal normal 12px/16px 'Open Sans';
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 2.93px;
}

footer.entry-footer {
  background-color: #101215;
  padding: 0;
}

footer.entry-footer a.post-edit-link {
  color: var(--accent-color);
  font-size: 10px;
}

.home section.featured-article-and-sidebar .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}

.home aside.sidebar-most-read {
  max-width: 423px;
}

.home .news h2 {
  position: relative;
  text-align: left;
  font: italic normal bold 16px/21px 'Open Sans';
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.home .news h2::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -6px;
  width: 116px;
  height: 3px;
  background: #fac011 0% 0% no-repeat padding-box;
  opacity: 1;
}

.post-thumbnail {
  overflow: hidden;
}

.post-thumbnail a img {
  transition: transform 0.3s ease-out;
}

.post-thumbnail a:hover img {
  transform: scale(1.1);
}

/* Digitality Header */

header#masthead {
  /* position: sticky; */
  position: relative;
  top: 0;
  z-index: 9;
  background: #0e0e10 0% 0% no-repeat padding-box;
}

.row {
  position: relative;
}

header#masthead .row.main {
  padding: 32px 0;
}

@media (max-width: 767px) {
  header#masthead .row.main {
    padding: 27.24px 0;
  }
}

header#masthead .row.market {
  color: white;
  padding: 0;
  display: flex;
  justify-content: center;
  background: #16191d 0% 0% no-repeat padding-box;
  opacity: 1;
}

header#masthead .row.market .container {
  gap: 80px;
}

@media (max-width: 767px) {
  header#masthead .row.market .container {
    gap: 16px;
  }
}

header#masthead img.logo {
  width: 93px;
  height: 29px;
  object-fit: contain;
}

header#masthead ul#primary-menu {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  header#masthead ul#primary-menu {
    display: none;
  }
}

header#masthead ul#primary-menu a {
  text-align: left;
  font: normal normal normal 14px/18px 'Open Sans';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  position: relative;
}

header#masthead ul#primary-menu .menu-item a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #fac011 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  bottom: -6px;
  transition: width 0.3s ease-in-out;
}

header#masthead ul#primary-menu .menu-item:hover a::before {
  width: 100%;
}

.light-mode header#masthead ul#primary-menu a {
  color: #000;
}

.light-mode header#masthead ul#primary-menu a {
  color: #000;
}

@media (max-width: 767px) {
  header#masthead .row.main .menu-menu-container {
    display: none;
  }
}

header#masthead .wrapper {
  display: flex;
  align-items: normal;
  gap: 12px;
}

header#masthead .cta-join {
  background: #fac011;
  border-radius: 4px;
  padding: 7.5px 20px;
  text-align: center;
  font: italic normal bold 14px/18px 'Open Sans';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

header#masthead .cta-join:hover {
  color: #000;
  background: #f0b400;
}

.light-mode header#masthead .cta-join:hover {
  color: #fff;
  background: #000;
}

@media (max-width: 767px) {
  header#masthead .cta-join {
    display: none;
  }
}

header#masthead button {
  background: transparent;
  border: none;
  cursor: pointer;
}

header#masthead button.mobile-icon {
  display: block;
  padding: 0;
}

button.search {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  header#masthead button.mobile-icon {
    display: none;
  }
}

/* toggle switch dark/light mode */

.toggle-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 58px;
  height: 30px;
  border: 1px solid #16191d;
  border-radius: 6px;
  opacity: 1;
  position: relative;

  /* position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%); */
}

@media (max-width: 767px) {
  .toggle-switch {
    display: none;
  }
}

.toggle-switch::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: #16191d;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  z-index: 0;
  transition: left 0.3s;
}

.toggle-switch.dark-mode::before {
  left: 2px;
}

.toggle-switch.light-mode::before {
  left: 29px;
}

.toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: background-color 0.3s;
  z-index: 1;
  cursor: pointer;
}

.toggle-icon svg {
  width: 10px;
  height: 10px;
}

/* icone langue */

.lang {
  display: block;
}

@media (max-width: 767px) {
  .lang {
    display: none;
  }
}

/* recherche */

.search-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 82px;
  background: #16191d;
  top: 114px;
  z-index: 99999999999 !important;
}

@media (max-width: 767px) {
  .search-container {
    top: 85px;
  }
}

.search-container.active-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container .container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.search-container form {
  width: 100%;
}

.search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #747577;
  border-radius: 8px;
  color: #fff;
  font-style: 14px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type='search']::-ms-clear {
  display: none;
}

header#masthead #search-input:focus {
  outline: none;
  /* Supprime le contour (outline) lors du focus */
}

.search-icon,
.close-icon {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}

.search-icon {
  left: 10px;
  padding: 0;
}

a.lang {
  color: #fff;
}

.close-icon {
  right: 10px;
}

/* mobile menu */

.mobile-menu {
  display: none;
}

.mobile-menu.active-mobile .container.menu-items {
  margin-bottom: 26.5px;
}

.mobile-menu.active-mobile .container.app {
  margin-top: 25.5px;
}

.mobile-menu.active-mobile {
  display: block;
  position: absolute;
  top: 0;
  background: black;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 99999999999;
}

.mobile-menu.active-mobile .container {
  padding: 0;
}

header#masthead .mobile-menu .container:nth-of-type(1) {
  justify-content: flex-end;
  z-index: 9;
}

header#masthead .mobile-menu .wrapper {
  padding: 32px 0;
}

/* Recherche mobile visible */
.mobile-menu .search-container {
  display: none;
}

.mobile-menu.active-mobile .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  background: #16191d;
  z-index: 5;
}

/* CLOSE MOBILE MENU */

span.close svg {
  fill: #fff;
  stroke: #fff;
  width: 25px;
  height: 25px;
}

/* CTA JOIN MOBILE */

a.cta-join.mobile {
  display: block;
  text-align: center;
  border-radius: 0;
}

@media (min-width: 768px) {
  a.cta-join.mobile {
    display: none;
  }
}

/* mobile menu */

nav.mobile {
  width: 100%;
}

nav.mobile ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 0;
}

nav.mobile ul li a {
  padding: 17px 20px;
  background: #17191d;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

nav.mobile ul li a svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

nav.mobile ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.mobile-menu.active-mobile .container .toggle-switch {
  display: flex;
  position: relative;
  left: 0;
}

.mobile-menu .lang {
  background-color: #17191d;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 41px;
  height: 28px;
}

.mobile-menu .container.app {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
}

.mobile-menu .container.app h4 {
  font-weight: bold;
  color: #fac011;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.mobile-menu .container.app .stores {
  display: flex;
  gap: 10px;
}

.stores img {
  width: 134px;
  height: 41px;
  object-fit: contain;
  object-position: center;
}

div#primary main#main {
  padding-bottom: 168.22px;
}

#disclaimer .container p:not(:last-child) {
  margin-bottom: 15px;
  /* Ajustez la valeur pour augmenter ou diminuer l'espace */
}

/************FOOTER**************/

footer#colophon {
  background-color: #17191d;
}

footer#colophon p,
footer#colophon a {
  background-color: #17191d;
  text-align: left;
  font: normal normal normal 14px/19px 'Open Sans';
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
}

footer#colophon a:hover {
  color: var(--accent-color);
}

footer#colophon .footer-top {
  padding-top: 64.26px;
  padding-bottom: 30px;

  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

footer#colophon .site-branding {
  grid-area: 1 / 1 / 2 / 2;
  margin-bottom: 24.52px;
}

footer#colophon .social {
  grid-area: 2 / 1 / 3 / 2;
}

footer#colophon .app {
  grid-area: 1 / 2 / 3 / 3;
}

@media (max-width: 767px) {
  footer#colophon .footer-top {
    padding-top: 29.96px;
    padding-bottom: 0;

    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  footer#colophon .site-branding {
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: 30.24px;
    text-align: center;
  }

  footer#colophon .social {
    grid-area: 3 / 1 / 4 / 2;
    margin-top: 16.1px;
  }

  footer#colophon .social ul {
    justify-content: center !important;
  }

  footer#colophon .app {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

footer#colophon .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6.8px;
}

footer#colophon .social a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0e0e10;
  border-radius: 6px;
}

footer#colophon .social a:hover {
  background-color: var(--accent-color);
}

footer#colophon .social svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  object-position: center;
}

footer#colophon .social svg,
footer#colophon .social path {
  fill: #fff;
}

footer#colophon .social a:hover svg,
footer#colophon .social a:hover path {
  fill: #000;
}

footer#colophon .app span.title {
  text-align: right;
  font: normal normal bold 16px/22px 'Open Sans';
  letter-spacing: 0px;
  color: #fac011;
  opacity: 1;
  margin-bottom: 15.1px;
}

footer#colophon .app .ivx-stores {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15.1px;
}

@media (max-width: 767px) {
  footer#colophon .app .ivx-stores {
    gap: 8.24px;
    margin: 0;
  }
}

footer#colophon .app .ivx-stores img,
footer#colophon .app .ivx-stores svg {
  width: 134px;
  height: 41px;
  object-fit: contain;
  object-position: center;
}

footer#colophon .footer-widgets {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 69.26px;
  padding-bottom: 69.26px;
}

footer#colophon .footer-widgets span.widget-title {
  text-align: left;
  font: normal normal bold 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

footer#colophon .footer-widgets ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 11px;
  gap: 5px;
}

footer#colophon .copyright {
  border-top: 1px solid #0e0e10;
  padding: 23.43px 0;
}

footer#colophon .copyright .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer#colophon ul#legal-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20.78px;
}

@media (max-width: 767px) {
  footer#colophon .container {
    max-width: calc(100% - 28px);
  }

  footer#colophon .footer-widgets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-row-gap: 41px;
    padding-top: 50.29px;
    padding-bottom: 26.6px;
  }

  footer#colophon .copyright .container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

/******************** HEADER LIGHT MODE ********************/

.light-mode header#masthead {
  background-color: #ffffff;
}

.light-mode header#masthead .site-branding svg,
.light-mode header#masthead .site-branding path,
.light-mode header#masthead .site-branding rect {
  fill: #000;
}

.light-mode footer .logo svg,
.light-mode footer .logo path,
.light-mode footer .logo rect {
  fill: #fff;
}

.light-mode #darkIcon svg,
.light-mode #darkIcon path,
.light-mode #darkIcon rect {
  fill: #000;
}

.light-mode .primary ul a {
  color: #000;
}

.light-mode .cta-join:hover {
  color: #000;
}

.light-mode button.search svg,
.light-mode button.search path,
.light-mode button.search rect {
  fill: #000;
}

.light-mode a.lang {
  color: #000;
}

.light-mode button.mobile-icon svg,
.light-mode button.mobile-icon path {
  stroke: #000;
}

.light-mode .mobile-menu.active-mobile {
  background: #fff;
}

.light-mode .mobile-menu.active-mobile a.lang {
  background-color: #efeff2;
}

.light-mode .mobile-menu.active-mobile span.close svg,
.light-mode .mobile-menu.active-mobile span.close path {
  fill: #000;
  stroke: #000;
}

.light-mode .stores img {
  border: 1px solid #000;
  border-radius: 8px;
}

.light-mode nav.mobile ul li a {
  background-color: #efeff2;
  color: #000;
}

.light-mode nav.mobile ul li a span.arrow {
  color: #000;
  font-style: normal !important;
}

.light-mode.home main,
.light-mode.home article header.entry-header,
.light-mode.home article footer.entry-footer,
.light-mode #disclaimer {
  background-color: #fff;
}

.light-mode.home h2,
.light-mode.home h2.entry-title a,
.light-mode.home h3.entry-title a,
.light-mode.home article header.entry-header p {
  color: #000;
}

.light-mode.home .posted-on svg,
.light-mode.home .posted-on path {
  fill: #7c7c7c;
}

.wp-block-columns .container {
  padding: 2rem 0 0;
  margin: auto;
  display: flex;
  gap: 2rem;
}

.section {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .wp-block-columns .container {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: calc(100% - 28px);
  }

  .section .container {
    max-width: calc(100% - 28px);
  }

  div#disclaimer .container {
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 767px) {
  header#masthead a.cta-join.mobile {
    display: block;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 0;
  }
}

.light-mode.home .featured-article h2.entry-title,
.light-mode.home .featured-article h2.entry-title a{
    color: #000000 !important;
}

/* Coin Market Cap */

/* ticker */

.ticker {
  flex-grow: 1;
  /* Permet à .ticker de prendre tout l'espace restant */
  overflow: hidden;
  /* Si nécessaire, pour éviter les débordements */
}

.analyse {
  flex-shrink: 0;
  /* Empêche .analyse de se réduire */
  flex-grow: 0;
  /* Empêche .analyse de grandir */
}

.analyse a {
  text-align: left;
  font: normal normal 300 14px/18px 'Open Sans';
  letter-spacing: 0px;
  color: #ffc412;
  opacity: 1;
}

.tickercontainer .ccpw_icon img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.tickercontainer .ticker-name {
  text-align: left !important;
  font: normal normal normal 14px/18px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.tickercontainer .ticker-symbol {
  text-align: left !important;
  font: normal normal normal 14px/18px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.tickercontainer .live-pricing,
.tickercontainer .ticker-price {
  text-align: left !important;
  font: normal normal bold 14px/18px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

span.ccpw-changes.down,
span.changes.down {
  text-align: left !important;
  font: normal normal normal 14px/18px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #d73334 !important;
  opacity: 1 !important;
}

span.ccpw-changes.up,
span.changes.up {
  text-align: left !important;
  font: normal normal normal 14px/18px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #199138 !important;
  opacity: 1 !important;
}

span.ticker-price [class^='price-'] {
  background-color: unset !important;
}

/* price card */

.section.follow .container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

@media (max-width: 767px) {
  .section.follow .container ul {
    flex-direction: column;
  }
}

.section.follow .container ul li {
  width: 100%;
  background-color: #17191d;
  padding: 0 0 16px;
  border-radius: 10px;
}

.ccpw-container.price-card .ccpw_icon img {
  width: 31px !important;
  height: 31px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-name {
  text-align: left !important;
  font: normal normal normal 12px/17px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #7c7c7c !important;
  opacity: 1 !important;
}

.ccpw_logo_wrap_style-6 {
  text-align: left !important;
  font: normal normal bold 16px/22px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ticker-price {
  text-align: left !important;
  font: normal normal bold 14px/19px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart img {
  width: 40px !important;
  height: 14px !important;
}

.section.follow .container ul li a {
  display: block;
  text-align: center !important;
  text-decoration: underline !important;
  font: normal normal normal 14px/19px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #7c7c7c !important;
  opacity: 1 !important;
}

.ccpw-container.price-card .ccpw-card.style-6 span.ccpw-changes.up {
  background-color: unset !important;
  color: #189138 !important;
  text-align: left !important;
  font: normal normal normal 14px/19px 'Open Sans' !important;
  letter-spacing: 0px !important;
  opacity: 1 !important;
}

.ccpw-container.price-card .ccpw-card.style-6 span.ccpw-changes.down {
  background-color: unset !important;
  color: #d73334 !important;
  text-align: left !important;
  font: normal normal normal 14px/19px 'Open Sans' !important;
  letter-spacing: 0px !important;
  opacity: 1 !important;
}

.ccpw_react_widget {
  width: 100%;
}

.ccpw-container.price-card .cardtop-area {
  width: 100%;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-body {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.ccpw-container.price-card .row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.ccpw-container.price-card .row-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ccpw-container.price-card .ccpw_icon {
  min-width: 31px !important;
  width: 31px !important;
  height: 31px !important;
}

.ccpw-container.price-card .coin-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ccpw-container.price-card span.ccpw-changes {
  display: flex;
  align-items: flex-end;
}

.ccpw-container.price-card .ccpw_icon {
  flex: 0 0 auto;
  /* Column 1 takes just the width of its content */
  margin-right: 10px;
  /* Optional: Adjust spacing between columns */
}

.ccpw-container.price-card .coin-wrapper {
  flex: 1 1 auto;
  /* Column 2 takes the remaining space */
  margin-right: 10px;
  /* Optional: Adjust spacing between columns */
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-chart-container {
  width: min-content !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart {
  flex: 0 0 auto;
  /* Column 3 takes just the width of its content */
  width: min-content !important;
  max-width: min-content !important;
  min-width: min-content !important;
}

.ccpw-container.price-card .ccpw-card-body {
  padding: 16px 16px !important;
}

.light-mode .section.follow .container ul li {
  background-color: #efeff2;
}

.light-mode .coin-container .ccpw-card-body,
.light-mode .coin-container .ccpw-slider-body {
  background-color: #efeff2 !important;
}

.light-mode .ccpw_logo_wrap_style-6,
.light-mode .ccpw-container.price-card .ccpw-card.style-6 .ticker-price {
  color: #000 !important;
}

.light-mode span.price-,
.light-mode span.price-plus,
.light-mode span.price-minus {
  color: #fff !important;
}

@media (max-width: 767px) {

  .dark-mode .banner,
  .light-mode .banner {
    display: none !important;
  }
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-name {
  overflow-wrap: normal !important;
  /* ou word-wrap: normal; */
  white-space: nowrap !important;
  font-size: 12px;
}

body.dark-mode .section.follow .coin-container .ccpw-card-body,
body.dark-mode .section.follow .coin-container .ccpw-slider-body,
body.dark-mode .section.follow .coin-container .ccpw-card-body:hover,
body.dark-mode .section.follow .coin-container .ccpw-slider-body:hover,
body.light-mode .section.follow .coin-container .ccpw-card-body,
body.light-mode .section.follow .coin-container .ccpw-slider-body {
  background-color: unset !important;
}

body.dark-mode .section.follow .ccpw-card-body .price-area span,
body.dark-mode .section.follow .ccpw-card-body .ticker-price span,
body.dark-mode .section.follow .ccpw-card-body:hover .price-area span,
body.dark-mode .section.follow .ccpw-card-body:hover .ticker-price span,
body.light-mode .section.follow .ccpw-card-body .price-area span,
body.light-mode .section.follow .ccpw-card-body .ticker-price span,
body.light-mode .section.follow .ccpw-card-body:hover .price-area span,
body.light-mode .section.follow .ccpw-card-body:hover .ticker-price span,
body.dark-mode .section.follow .coin-container .ccpw-card-body .ccpw_logo_wrap_style-6,
body.dark-mode .section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw-name,
body.dark-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6,
body.dark-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6 .ccpw-name,
body.dark-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6 .price-undefined,
body.light-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6,
body.light-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6 .ccpw-name,
body.light-mode .section.follow .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6 .price-undefined {
  color: unset !important;
}

.price-card .style-1 .ccpw_icon {
  opacity: 1 !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw_logo_wrap_style-6 {
  width: 100%;
  margin-right: 0 !important;
}

.section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw_logo_wrap_style-6 {
  width: unset;
  margin-right: unset !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .price-area,
.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart,
.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart .ccpw-chart-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.section.follow .ccpw-container.price-card .ccpw-card.style-6 .price-area,
.section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart,
.section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart .ccpw-chart-container {
  width: unset !important;
  max-width: unset !important;
  min-width: unset !important;
}

.section.follow .ccpw-container.price-card .ccpw-card.style-6 .price-area span,
.section.follow .ccpw-container.price-card .ccpw-card.style-6 .ticker-price span {
  width: unset;
  text-align: unset;
  color: unset !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .price-area span,
.ccpw-container.price-card .ccpw-card.style-6 .ticker-price span {
  width: 100%;
  text-align: center;
}

.section.follow .ccpw-container.price-card .ccpw-card.style-6 .price-area .ccpw-name {
  text-align: unset !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .price-area .ccpw-name {
  text-align: center !important;
}

.section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart img {
  width: 40px !important;
  height: 14px !important;
}

.ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-chart img {
  width: 150px !important;
  height: 50px !important;
}

/* CCPW STYLE 1 */

body.dark-mode .coin-container .ccpw-card-body,
body.dark-mode .coin-container .ccpw-slider-body,
body.dark-mode .coin-container .ccpw-card-body:hover,
body.dark-mode .coin-container .ccpw-slider-body:hover {
  background-color: #ffffff !important;
}

body.dark-mode .ccpw-card-body .price-area span,
body.dark-mode .ccpw-card-body .ticker-price span,
body.dark-mode .ccpw-card-body:hover .price-area span,
body.dark-mode .ccpw-card-body:hover .ticker-price span {
  color: #000000 !important;
}

body.light-mode .coin-container .ccpw-card-body,
body.light-mode .coin-container .ccpw-slider-body {
  background-color: #f4f4f4 !important;
  box-shadow: 1px 1px 3px -1px #252525;
}

body.light-mode .coin-container .ccpw-card-body:hover,
body.light-mode .coin-container .ccpw-slider-body:hover {
  background-color: #f4f4f4 !important;
  box-shadow: 1px 1px 3px -1px #252525;
}

body.light-mode .ccpw-card-body .price-area span,
body.light-mode .ccpw-card-body .ticker-price span {
  color: #000000 !important;
}

body.light-mode .ccpw-card-body:hover .price-area span,
body.light-mode .ccpw-card-body:hover .ticker-price span {
  color: #000000 !important;
}

/* /////////////////////////// */

/* CCPW STYLE 5 */
body.dark-mode .coin-container .ccpw-card-body .ccpw_logo_wrap_style-6,
body.dark-mode .ccpw-container.price-card .ccpw-card.style-6 .ccpw-name {
  color: #000000 !important;
}

body.dark-mode .ccpw-container.price-card .ccpw-card.style-6 .price-area span,
body.dark-mode .ccpw-container.price-card .ccpw-card.style-6 .ticker-price span {
  color: #000000;
}

body.light-mode .section.follow .coin-container .ccpw-card-body .ccpw_logo_wrap_style-6,
body.light-mode .section.follow .ccpw-container.price-card .ccpw-card.style-6 .ccpw-name {
  color: #000000 !important;
}

body.light-mode .coin-container .ccpw-card-body:hover .ccpw_logo_wrap_style-6,
body.light-mode .ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-body:hover .ccpw-name,
body.light-mode .ccpw-container.price-card .ccpw-card.style-6 .ccpw-card-body:hover .price-undefined {
  color: #000000 !important;
}

/* ===================== Multisite Lanuguage Switcher CSS Code ========================= */
.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown button {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.dark-mode .language-dropdown button {
  color: #ffffff;
}

.language-toggle {
  background-color: #0073aa;
  color: white;
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.language-list {
  display: none;
  position: absolute;
  top: 100%;
  right: -50px;
  background-color: white;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 100;
  width: 152px;
  padding: 16px 12px !important;
}

.dark-mode .language-list {
  color: #000000;
}

.language-list li {
  padding: 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.language-list li.selected {
  background-color: #0073aa;
  color: white;
  border-radius: 5px;
}

.language-list li a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.language-list li:hover {
  background-color: #f1f1f1;
}

.banner-subtitle {
  font-size: 14px;
  position: relative;
}

.light-mode .banner-subtitle {
  color: #000000;
}

header#masthead .row.market {
  z-index: 1;
}

.footer-top .ivx-stores {
  width: 300px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .language-list {
    right: 0px;
    left: auto;
  }

  .dark-mode .language-dropdown {
    background-color: #17191d;
  }
}

@media (max-width: 359px) {
  .footer-top .ivx-stores {
    width: 270px;
  }
}

/* -----Edited 3 days after Rafale downing by PAF Shaheens ----- */
.wp-block-table {
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 14px;
}

.wp-block-table table,
.wp-block-table thead {
  border: 0 !important;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid #e9ecef !important;
  padding: 0.75rem !important;
  color: #101215 !important;
}

.wp-block-table th a,
.wp-block-table td a {
  color: #f0b400 !important;
}

.wp-block-table thead {
  /* -- border-bottom: 2px solid #e9ecef !important;--*/
}

figure.wp-block-table thead tr th {
  font-weight: bold;
}

.wp-block-table tr {
  background: none !important;
}

.dark-mode .wp-block-table th,
.dark-mode .wp-block-table td {
  border: 1px solid #494949 !important;
  color: #ffffff !important;
}

.dark-mode .wp-block-table thead {
  /* -- border-bottom: 2px solid #e9ecef !important;--*/
}

@media (max-width: 767px) {
  .wp-block-table {
    overflow-x: scroll !important;
  }

  .crypto-table-container {
    overflow-x: scroll !important;
    margin: 20px 0 !important;
    width: 100% !important;
  }
}

.page-template-casino-category-template .container p,
.post-template-single-casino .container p,
.post-template-single-casino-full-width .container p,
.post-template-single-crypto .container p,
.post-template-single-crypto-full-width .container p {
  margin: 1rem 0;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 0;
}

.page-template-casino-category-template .container .wp-block-button,
.post-template-single-casino .container .wp-block-button,
.post-template-single-casino-full-width .container .wp-block-button,
.post-template-single-crypto .container .wp-block-button,
.post-template-single-crypto-full-width .container .wp-block-button {
  margin: 20px auto;
}

.page-template-casino-category-template .container .wp-block-button a,
.post-template-single-casino .container .wp-block-button a,
.post-template-single-casino-full-width .container .wp-block-button a,
.post-template-single-crypto .container .wp-block-button a,
.post-template-single-crypto-full-width .container .wp-block-button a {
  background: transparent linear-gradient(88deg, var(--accent-color) 0%, var(--accent-color) 100%);
  border-radius: 10px;
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font: normal normal bold 16px / 22px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}

.page-template-casino-category-template .container .wp-block-button a:hover,
.post-template-single-casino .container .wp-block-button a:hover,
.post-template-single-casino-full-width .container .wp-block-button a:hover,
.post-template-single-crypto .container .wp-block-button a:hover,
.post-template-single-crypto-full-width .container .wp-block-button a:hover {
  background: transparent linear-gradient(88deg, #f0b400 0%, #f0b400 100%);
}

.page-template-casino-category-template .actualites.container #actu-crypto .posts .post .cat h3,
.post-template-single-casino .actualites.container #actu-crypto .posts .post .cat h3,
.post-template-single-casino-full-width .actualites.container #actu-crypto .posts .post .cat h3,
.post-template-single-crypto .actualites.container #actu-crypto .posts .post .cat h3,
.post-template-single-crypto-full-width .actualites.container #actu-crypto .posts .post .cat h3,
.page-template-casino-category-template .posts-actu .posts .desc p,
.post-template-single-casino .posts-actu .posts .desc p,
.post-template-single-casino-full-width .posts-actu .posts .desc p,
.post-template-single-crypto .posts-actu .posts .desc p,
.post-template-single-crypto-full-width .posts-actu .posts .desc p {
  text-align: left;
  font: normal normal bold 12px / 16px 'Open Sans';
  letter-spacing: 0;
  color: var(--accent-color);
  opacity: 1;
  text-transform: uppercase;
}

.page-template-casino-category-template .actualites.container #actu-crypto .posts .post h3,
.post-template-single-casino .actualites.container #actu-crypto .posts .post h3,
.post-template-single-casino-full-width .actualites.container #actu-crypto .posts .post h3,
.post-template-single-crypto .actualites.container #actu-crypto .posts .post h3,
.post-template-single-crypto-full-width .actualites.container #actu-crypto .posts .post h3,
.page-template-casino-category-template .posts-actu .posts h2,
.post-template-single-casino .posts-actu .posts h2,
.post-template-single-casino-full-width .posts-actu .posts h2,
.post-template-single-crypto .posts-actu .posts h2,
.post-template-single-crypto-full-width .posts-actu .posts h2 {
  text-align: left;
  font: normal normal bold 14px / 18px 'Open Sans';
  letter-spacing: 0;
  opacity: 1;
  margin: 0;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
}

.page-template-casino-category-template .actualites.container #actu-crypto .container .posts,
.post-template-single-casino .actualites.container #actu-crypto .container .posts,
.post-template-single-casino-full-width .actualites.container #actu-crypto .container .posts,
.post-template-single-crypto .actualites.container #actu-crypto .container .posts,
.post-template-single-crypto-full-width .actualites.container #actu-crypto .container .posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 41px;
}

.page-template-casino-category-template .actualites.container #actu-crypto .posts .post,
.post-template-single-casino .actualites.container #actu-crypto .posts .post,
.post-template-single-casino-full-width .actualites.container #actu-crypto .posts .post,
.post-template-single-crypto .actualites.container #actu-crypto .posts .post,
.post-template-single-crypto-full-width .actualites.container #actu-crypto .posts .post {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-template-casino-category-template .actualites.container #actu-crypto .posts .post figure,
.post-template-single-casino .actualites.container #actu-crypto .posts .post figure,
.post-template-single-casino-full-width .actualites.container #actu-crypto .posts .post figure,
.post-template-single-crypto .actualites.container #actu-crypto .posts .post figure,
.post-template-single-crypto-full-width .actualites.container #actu-crypto .posts .post figure {
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.actualites.container #actu-crypto .posts .post h3:hover {
  color: #101215;
}

@media screen and (max-width: 767px) {
  .page-template-casino-category-template .container,
  .post-template-single-casino .container,
  .post-template-single-casino-full-width .container,
  .post-template-single-crypto .container,
  .post-template-single-crypto-full-width .container {
    max-width: calc(100% - 28px) !important;
  }

  .page-template-casino-category-template .actualites.container #actu-crypto .container .posts,
  .post-template-single-casino .actualites.container #actu-crypto .container .posts,
  .post-template-single-casino-full-width .actualites.container #actu-crypto .container .posts,
  .post-template-single-crypto .actualites.container #actu-crypto .container .posts,
  .post-template-single-crypto-full-width .actualites.container #actu-crypto .container .posts {
    grid-template-columns: 1fr !important;
  }
}

.page-template-casino-category-template .pagination,
.post-template-single-casino .pagination,
.post-template-single-casino-full-width .pagination,
.post-template-single-crypto .pagination,
.post-template-single-crypto-full-width .pagination {
  margin: 20px auto 50px !important;
}

.page-template-casino-category-template .pagination .load-more,
.post-template-single-casino .pagination .load-more,
.post-template-single-casino-full-width .pagination .load-more,
.post-template-single-crypto .pagination .load-more,
.post-template-single-crypto-full-width .pagination .load-more {
  text-align: center;
  font: italic normal bold 14px / 18px "Open Sans";
  letter-spacing: 0;
  color: #000 !important;
  opacity: 1;
  background: #fac011 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 9.86px;
}

.page-template-casino-category-template .pagination .load-more:hover,
.post-template-single-casino .pagination .load-more:hover,
.post-template-single-casino-full-width .pagination .load-more:hover,
.post-template-single-crypto .pagination .load-more:hover,
.post-template-single-crypto-full-width .pagination .load-more:hover {
  background: #000;
  color: #fff !important;
}

.page-template-casino-category-template .pagination .load-more svg,
.post-template-single-casino .pagination .load-more svg,
.post-template-single-casino-full-width .pagination .load-more svg,
.post-template-single-crypto .pagination .load-more svg,
.post-template-single-crypto-full-width .pagination .load-more svg {
  margin-top: 5px;
  filter: invert(100%) brightness(0%);
}

.page-template-casino-category-template .pagination .load-more:hover svg,
.post-template-single-casino .pagination .load-more:hover svg,
.post-template-single-casino-full-width .pagination .load-more:hover svg,
.post-template-single-crypto .pagination .load-more:hover svg,
.post-template-single-crypto-full-width .pagination .load-more:hover svg {
  filter: invert(0%);
}

.page-template-casino-category-template .posts-actu .posts figure p,
.post-template-single-casino .posts-actu .posts figure p,
.post-template-single-casino-full-width .posts-actu .posts figure p,
.post-template-single-crypto .posts-actu .posts figure p,
.post-template-single-crypto-full-width .posts-actu .posts figure p {
  text-transform: uppercase;
}

.page-template-casino-category-template .container .wp-block-image figure,
.post-template-single-casino .container .wp-block-image figure,
.post-template-single-casino-full-width .container .wp-block-image figure,
.post-template-single-crypto .container .wp-block-image figure,
.post-template-single-crypto-full-width .container .wp-block-image figure,
.page-template-casino-category-template .container figure.wp-block-image,
.post-template-single-casino .container figure.wp-block-image,
.post-template-single-casino-full-width .container figure.wp-block-image,
.post-template-single-crypto .container figure.wp-block-image,
.post-template-single-crypto-full-width .container figure.wp-block-image {
  margin: 24px auto;
}

.page-template-casino-category-template .container ul:not(footer ul),
.post-template-single-casino .container ul:not(footer ul),
.post-template-single-casino-full-width .container ul:not(footer ul),
.post-template-single-crypto .container ul:not(footer ul),
.post-template-single-crypto-full-width .container ul:not(footer ul) {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.page-template-casino-category-template .container ul li:not(footer ul li),
.post-template-single-casino .container ul li:not(footer ul li),
.post-template-single-casino-full-width .container ul li:not(footer ul li),
.post-template-single-crypto .container ul li:not(footer ul li),
.post-template-single-crypto-full-width .container ul li:not(footer ul li) {
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 10px;
    margin-left: 20px;
}

.page-template-casino-category-template .container ul li:not(footer ul li):before,
.post-template-single-casino .container ul li:not(footer ul li):before,
.post-template-single-casino-full-width .container ul li:not(footer ul li):before,
.post-template-single-crypto .container ul li:not(footer ul li):before,
.post-template-single-crypto-full-width .container ul li:not(footer ul li):before {
    position: absolute;
    content: "•";
    top: 0;
    left: 0;
    color: var(--accent-color);
}

.page-template-casino-category-template .container ol:not(footer ol),
.post-template-single-casino .container ol:not(footer ol),
.post-template-single-casino-full-width .container ol:not(footer ol),
.post-template-single-crypto .container ol:not(footer ol),
.post-template-single-crypto-full-width .container ol:not(footer ol) {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.page-template-casino-category-template .container ol li:not(footer ol li),
.post-template-single-casino .container ol li:not(footer ol li),
.post-template-single-casino-full-width .container ol li:not(footer ol li),
.post-template-single-crypto .container ol li:not(footer ol li),
.post-template-single-crypto-full-width .container ol li:not(footer ol li) {
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    margin-left: 40px;
}

.page-template-casino-category-template p a, .page-template-casino-category-template p a span, .page-template-casino-category-template .content li a, .page-template-casino-category-template .content li a span {
    color: #f0b400 !important;
}

.post-template-single-casino p a, .post-template-single-casino p a span, .post-template-single-casino .content li a, .post-template-single-casino .content li a span {
    color: #f0b400 !important;
}

.post-template-single-casino-full-width p a, .post-template-single-casino-full-width p a span, .post-template-single-casino-full-width .content li a, .post-template-single-casino-full-width .content li a span {
    color: #f0b400 !important;
}

.post-template-single-crypto p a, .post-template-single-crypto p a span, .post-template-single-crypto .content li a, .post-template-single-crypto .content li a span {
    color: #f0b400 !important;
}

.post-template-single-crypto-full-width p a, .post-template-single-crypto-full-width p a span, .post-template-single-crypto-full-width .content li a, .post-template-single-crypto-full-width .content li a span {
    color: #f0b400 !important;
}

/*.page-template-casino-category-template h2,
.post-template-single-casino h2,
.post-template-single-casino-full-width h2,
.post-template-single-crypto h2,
.post-template-single-crypto-full-width h2 {

}*/