/*
Theme Name: Cybertest Starter
Theme URI: https://example.com/cybertest-starter
Author: Codex
Author URI: https://example.com
Description: Starter theme WordPress pour un média cyber, base sur la preview fournie.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: cybertest-starter
*/

[x-cloak] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6, .bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
} 

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: inherit;
  font-weight: 500;
}

.entry-content a {
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.3);
	text-underline-offset: 3px;
	text-decoration-thickness: 3px;
}

.entry-content a:hover {
	text-decoration-color: var(--color-rose-500);
}

input,
  textarea,
  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
  }

  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    box-shadow: none;
  }

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"] {
  appearance: textfield;
}
/*
.entry-shell,
.entry-page-shell {
	position: relative;
}

.entry-title {
	font-size: clamp(2.8rem, 7vw, 5.5rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.entry-lead {
	font-size: clamp(1.15rem, 2.6vw, 1.5rem);
	line-height: 1.65;
	color: #d4d4d4;
	text-wrap: pretty;
}

.entry-content > * {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content > * + * {
	margin-top: 1.75rem;
}

.entry-content > h1 + *,
.entry-content > h2 + *,
.entry-content > h3 + *,
.entry-content > h4 + *,
.entry-content > h5 + *,
.entry-content > h6 + * {
	margin-top: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 4rem;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.entry-content h1 {
	font-size: clamp(2.6rem, 5vw, 4.2rem);
}

.entry-content h2 {
	font-size: clamp(2.2rem, 4vw, 3.3rem);
}

.entry-content h3 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.entry-content h4 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.entry-content h5 {
	font-size: 1.2rem;
}

.entry-content h6 {
	font-size: 0.95rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a3a3a3;
}

.entry-content p {
	max-width: 42rem;
	text-wrap: pretty;
}

.entry-content strong,
.entry-content b {
	color: #ffffff;
	font-weight: 700;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.2rem;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	padding-left: 0.35rem;
}

.entry-content li + li {
	margin-top: 0.85rem;
}

.entry-content li::marker {
	color: #8b5cf6;
}

.entry-content blockquote {
	position: relative;
	margin-top: 3rem;
	padding: 0.25rem 0 0.25rem 1.5rem;
	border-left: 3px solid rgba(255, 255, 255, 0.16);
	color: #f5f5f5;
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	line-height: 1.45;
	letter-spacing: -0.03em;
}

.entry-content blockquote p {
	max-width: none;
}

.entry-content hr {
	margin-top: 3rem;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.entry-content code,
.entry-content kbd,
.entry-content samp {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.05);
	padding: 0.1rem 0.45rem;
	color: #f8fafc;
	font-size: 0.88em;
}

.entry-content pre {
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.4rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
		#0f172a;
	padding: 1.3rem 1.4rem;
	color: #e2e8f0;
	font-size: 0.95rem;
	line-height: 1.7;
}

.entry-content pre code {
	border: 0;
	background: transparent;
	padding: 0;
}

.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-cover,
.entry-content .wp-block-media-text {
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.entry-content img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 1.4rem;
}

.entry-content .wp-block-image img,
.entry-content .wp-block-cover,
.entry-content .wp-block-gallery {
	border-radius: 1.4rem;
}

.entry-content figcaption {
	margin-top: 0.9rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #a3a3a3;
	text-align: center;
}

.entry-content table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.02);
}

.entry-content th,
.entry-content td {
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0.95rem 1rem;
	text-align: left;
}

.entry-content th {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
}

.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote {
	margin-top: 3rem;
}

.entry-content .wp-block-pullquote {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 3px solid rgba(255, 255, 255, 0.16);
	padding: 0.25rem 0 0.25rem 1.5rem;
}

.entry-content .wp-block-buttons {
	margin-top: 2.5rem;
}

.entry-content .wp-block-button__link {
	border-radius: 9999px;
	background: #f5f5f5;
	padding: 0.9rem 1.35rem;
	color: #0a0a0a;
	font-weight: 600;
	text-decoration: none;
}

.entry-content .wp-block-button__link:hover {
	background: #ffffff;
	color: #0a0a0a;
}

.entry-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignleft {
	float: left;
	width: min(48%, 20rem);
	margin-right: 1.5rem;
}

.entry-content .alignright {
	float: right;
	width: min(48%, 20rem);
	margin-left: 1.5rem;
}

.entry-content::after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 640px) {
	.entry-title {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.entry-content {
		font-size: 1.02rem;
		line-height: 1.8;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin-top: 3rem;
	}

	.entry-content .alignleft,
	.entry-content .alignright {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
*/