@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Press+Start+2P&display=swap');

html, 
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

a, a:hover, a:focus {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

a {
  color: #EE8C51;
}

a:hover {
  color: #f14e32;
}

.ps-60 {
  padding-left: 60px !important;
}

#left-sidebar {
  padding-top: 40px;
}

.colored {
  color: #EE8C51;
}
#main-nav {
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
}

#main-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

#main-nav .navbar-brand img {
  max-height: 40px;
  width: auto;
}

.bg-wrapper {
    width: 100%;
    height: 100%;    
    background-image: radial-gradient(circle closest-corner at 50% 50%, transparent 50%, #0008),linear-gradient(rgba(15, 15, 15, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0 ,0.1) 33.3%, rgba(0, 255, 0, 0.1) 33.3%,rgba(0, 255, 0,0.1) 66.6%, rgba(0, 0, 255,0.1) 66.6%, rgba(0, 0, 255,0.1) 100%);
    background-size: 100%, 100% 4px, 6px 100%;
    background-repeat: no-repeat, repeat, repeat;
    background-position: 100% 100%, 0%, 0%;
    background-color:none;
    /*
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><line x1='-25%' y1='25' x2='90%' y2='25%' style='stroke:rgba(1,0,0,0.4);stroke-width:40'/></svg>") repeat;
    background-size: 5px, cover;
    background-blend-mode: overlay;
    */
    z-index: 1;
}

#index-wrapper,
#archive-wrapper,
#search-wrapper,
.single-header {
  background: url('../img/fond-collection.jpg') no-repeat center; 
  background-size: cover
}

.single-header > .wrapper {
  padding: 80px 0;
}

.single-header .box {
  margin-left: auto;
  margin-right: auto;
}

.site-main > .page-header > h1,
.no-results > .page-header > h1 {
  font-size: 24px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 30px;
  color: white; 
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
}
.site-main > .page-header > h1 > span,
.no-results > .page-header > h1 > span {
  display: inline-block;
  margin-left: 20px;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.post-jeu {
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
  transform: scale(1);
  display: flex;
  align-items: end;
  padding: 20px 0;
}

.post-jeu:hover {
  transform: translate(-30px, 10px) scale(1.1);
  transform-origin: center center;
}

.box {
  --w: 180px;
  --d: 45px;
  --h: 240px;
  display: inline-block;
  width: var(--w);
  height: var(--h);
  position: relative;
  perspective: 900px;
  perspective-origin: 50% 40%;
}

.box-3d{
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(-18deg) rotateY(50deg);
  transform-origin: 50% 50%;
  box-shadow: none;
  transition: all 300ms ease-in-out;
}

.side{
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(100%);
  transition: all 300ms ease-in-out;
  border-radius: 2px;
}

.post-jeu:hover .side {
  filter: brightness(130%)
}

.right{
  width: var(--w);
  height: var(--h);
  transform: translate(-50%, -50%) translateZ(calc(var(--d) / 2));
}

.left{
  width: var(--d);
  height: var(--h);
  transform: translate(-50%, -50%) rotateY(-90deg) translateZ(calc(var(--w) / 2));
}

.top{
  width: var(--w);
  height: var(--d);
  transform: translate(-50%, -50%) rotateX(90deg) translateZ(calc(var(--h) / 2));
}

.box-nom {
  position: absolute;
  z-index: 9999;
  top: -35px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  background-color: rgba(0, 0, 0 ,0.8);
  font-size:8px;
  text-transform: uppercase;
  line-height: 8px;
  color: white;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  left: -5px;
  right: -5px;
  font-weight: bold;
}

.post-jeu:hover .box-nom {
  opacity: 1;
  top: -50px;
}

.widget.widget_taxonomy_list_widget {
  display: flex;
  flex-wrap: wrap;
}

.widget.widget_taxonomy_list_widget h3 {
  width: 100% !important;
}

.widget.widget_taxonomy_list_widget a {
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 10px;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  margin: 2px;
}

.widget-area > aside.widget {
  border-radius: 6px;
  padding: 15px;
  background-color: rgba(0,0,0,0.75);
  border: 1px solid rgba(0,0,0,0.5);
  color: white;
  margin-bottom: 25px;
}

.widget-area > aside.widget:last-child {
  margin-bottom: 0;
}

.widget-area aside.widget h3 {
  color: white;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: -1px;
}

.single-infos {
  border-radius: 5px;
  padding: 20px;
  background-color: rgba(0,0,0,0.75);
  border: 1px solid rgba(0,0,0,0.5);
  color: white;
  font-size: 14px;
  height: 100%;
}

.single-infos h1 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-infos .jeu-infos > div > span {
  display: inline-block;
  margin-right: 8px;  
}

.single-infos .jeu-infos > div a {
  color: #EE8C51;
}

.jeu-cib {
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  padding: 40px 0;
}

.jeu-cib-photo img {
  max-height: 430px;
  margin: 0 auto;
  display: block;
}

.jeu-cib .jeu-cib-details {
  color: white;
}

.jeu-cib .jeu-cib-details h3 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

.single-infos h3 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: -2px;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.jeu-cib .jeu-cib-details ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.jeu-cib .jeu-cib-details ul li:before {
  content: '--';
  display: inline-block;
  opacity: 0.3;
  margin-right: 8px;
}

.jeu-cib .jeu-cib-details .rl-gallery-link {
  text-align: left;
}

.jeu-cib .jeu-cib-details .rl-gallery .rl-gallery-item img {
  max-height: 100px;
  width: auto;
  border: 4px solid white;
}

.jeu-cib .jeu-cib-details .rl-gallery > .rl-gallery-item {
  width: auto !important;
  margin-right: 15px !important;
}

.jeu-cib .jeu-cib-details .rl-gallery > .rl-gallery-item:last-child {
  margin-right: 0 !important;
}

.jeu-cib .jeu-cib-details .rl-gallery .rl-gallery-link .rl-gallery-caption {
  font-size: 12px;
  background-color: transparent !important;
  opacity: 0.7;
  text-align: center;
  padding: 0 !important;
  margin-top: 10px;
  position: relative;
  bottom: auto;
}

#single-wrapper .entry-content {
  padding: 40px 0;
}

#single-wrapper .entry-content ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

#single-wrapper .entry-content ul li:before {
  content: '--';
  display: inline-block;
  color: #EE8C51;
  margin-right: 8px;
}

.jeu-tests h2 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: -1px;
  margin: 20px 0;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jeu-tests .jeu-test .jeu-test-magazine img {
  max-width: 70px;
  max-height: 22px;
}

.jeu-tests .jeu-test .jeu-test-numero span {
  display: inline-block;
  margin: 0 15px;
}

.jeu-tests .jeu-test {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  border-radius: 5px;
}

.jeu-tests .jeu-test i {
  font-size: 18px;
  margin-right: 5px;
}

.jeu-resume h2 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 40px) !important;
    margin-right: 4px;
}

.is-form-style input.is-search-input {
  border-radius: 5px;
  border: none;
  height: 26px;
  font-size: 12px !important;
}

.is-form-style input.is-search-submit,
.is-form-style button.is-search-submit,
.is-search-icon {
  border-radius: 5px;
  height: 26px;
  width: 26px;
  border: none;
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%) !important;
}

.is-search-icon {
  padding-top: 4px !important;
}

.is-search-icon svg {
  width: 20px !important;
}

.widget select {
  height: 26px;
  border-radius: 5px;
  padding: 0 5px;
  width: 100%;
}

.is-search-sections {
  display: flex;
  align-items: center;
}

.is-search-sections .is-search-content {
  display: none;
}

.is-search-sections .thumbnail {
  width: 50px !important;
}

.is-search-sections .thumbnail img {
  max-width: 50px !important;
  border-radius: 5px;
}

.is-ajax-search-details a, .is-ajax-search-result a {
  color: #EE8C51 !important;
  text-decoration: none !important;
}

.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover {
  text-decoration: none !important;
}

.no-results .page-content {
  color: white;
  padding-left: 30px;
}

#wrapper-footer {
  background: linear-gradient(45deg, #ee9153 0%, #f14e32 100%);
  color: rgba(255, 255, 255 ,0.5);
}
.site-footer {
  text-align: center;
}

.site-footer a {
  color: white;
}

.font-exemple {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;

  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

@media (min-width: 768px) {
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%; 
  }
}

@media (min-width: 992px) {
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%; 
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%; 
  }
}