/*
Theme Name: MERMOZ
Theme URI: https://breakdance.com/zero-theme // todo
Author: Steven DIAI
Author URI: https://www.steven-diai.fr
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 8.2
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  overflow-x: hidden;
}

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

ol,
ul {
  list-style: none;
}

.bde-faq__answer-content ol {
  list-style: decimal;
  padding-left: 4rem;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.shortcode-lang {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}
.shortcode-lang ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.shortcode-lang ul li:first-child:after {
  color: #000000;
  content: "●";
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.shortcode-lang ul li a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

.shortcode-lang ul li a:hover {
  color: white;
  text-decoration: underline;
}
