/*
Theme Name: TucoEnergie
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: 7
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%;
}

body {
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wp-block-button__link.wp-element-button {
	color: white !important;
	background-color: #0AB77FFF !important;
	border-radius: 10rem;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 14px 24px;
	margin: 1.5rem 0 3rem 0;
}

.wp-block-button__link.wp-element-button:hover {
	color: var(--bde-button-primary-text-color-hover);
	background-color: #057652FF !important;
	border-color: var(--bde-button-primary-border-color-hover)
}

.wp-block-list {
	list-style-type: disc;
	padding-left: 4rem;
}

.wp-block-list li {
	margin-bottom: 1rem;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}

.single .breakdance-rich-text-styles ul,
.single .breakdance-rich-text-styles ol,
.breakdance-rich-text-styles ul {
	list-style-type: disc;
	padding-left: 4rem;
}

.single .breakdance-rich-text-styles li,
.breakdance-rich-text-styles li {
	margin-bottom: 1rem;
}

.single .breakdance-rich-text-styles li:last-child,
.breakdance-rich-text-styles li:last-child {
	margin-bottom: 0;
}

.single .breakdance-rich-text-styles .img-right-text-left,
.single .breakdance-rich-text-styles .img-left-text-right {
	display: table;
	margin: 2.5rem 0 1rem 0;
	width: 100%;
}

.single .breakdance-rich-text-styles .img-left-text-right img {
	float: left;
	margin: 0 4rem 1rem 0;
}

.single .breakdance-rich-text-styles .img-right-text-left img {
	float: right;
	margin: 0 0 1rem 4rem;
}

.single .breakdance-rich-text-styles .button {
	background: #0AB77FFF;
	color: white;
	border-radius: 10rem;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 13.5px 24px;
	display: table;
	margin: 5rem auto;
	text-decoration: none;
}

.single .breakdance-rich-text-styles .button:hover {
	background: #057652;
}

.single .breakdance-rich-text-styles .bonus-a-savoir,
.single .breakdance-rich-text-styles .bonus-question,
.single .breakdance-rich-text-styles .bonus-aller-plus-loin {
	background: white;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
	border-radius: 1.6rem;
	padding: 2rem 2rem 2rem 6.5rem;
	margin: 5rem 0;
	position: relative;
}

.single .breakdance-rich-text-styles .bonus-a-savoir:before,
.single .breakdance-rich-text-styles .bonus-question:before,
.single .breakdance-rich-text-styles .bonus-aller-plus-loin:before {
	font-family: "FontAwesome", serif;
	position: absolute;
	top: -2.5rem;
	left: -2.5rem;
}

.single .breakdance-rich-text-styles .bonus-a-savoir:before {
	content: url('guides-svg/bonus-a-savoir.svg');
}

.single .breakdance-rich-text-styles .bonus-question:before {
	content: url('guides-svg/bonus-question.svg');
}

.single .breakdance-rich-text-styles .bonus-aller-plus-loin:before {
	content: url('guides-svg/bonus-aller-plus-loin.svg');
}

.single .breakdance-rich-text-styles table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	max-width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	text-align: left;
}

.single .breakdance-rich-text-styles table th,
.single .breakdance-rich-text-styles table td {
	padding: 12px 15px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.single .breakdance-rich-text-styles table thead tr {
	background-color: #f4f4f4;
}

.single .breakdance-rich-text-styles table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.single .breakdance-rich-text-styles table tbody tr:hover {
	background-color: #f1f1f1;
}

.bde-table-of-contents a.toc-link,
.bde-table-of-contents .toc-list-item::marker {
	display: inline !important;
}

.bde-table-of-contents a.is-active-link,
.bde-table-of-contents .is-active-li::marker {
	display: inline !important;
}

#sommaire-article {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sommaire-article li {
	margin-bottom: 10px;
}

#sommaire-article li a {
	text-decoration: none;
	color: #333;
}

#sommaire-article li a:hover {
	text-decoration: underline;
}

#sommaire-article li .title_lvl3 {
	margin-left: 20px;
}

#sommaire-article li .title_lvl4 {
	margin-left: 40px;
}

#sommaire-article a {
	color: #191b1e;
	text-decoration: none;
}

#sommaire-article ul {
	line-height: 1.5;
}

#sommaire-article a.active {
	color: #0AB77FFF;
}

#sommaire-article a[data-active="true"] {
	background-color: #f4f4f4;
	border-left: 4px solid #007bff;
}

.sommaire-navigation {
	line-height: 1.25;
	margin-top: 1rem;
}

.sommaire-navigation li {
	margin-bottom: 1.5rem;
}

.sommaire-navigation .sommaire-link {
	color: #191b1e;
	text-decoration: none;
}

.sommaire-navigation .sommaire-link.active {
	color: #0AB77FFF;
}

.sommaire-navigation .sommaire-link:hover {
	color: #0AB77FFF;
}

.container-sommaire h2.bde-heading {
	scroll-margin-top: 150px;
}

.footer .breakdance-rich-text-styles ul {
     list-style-type: none;
     padding-left: 0;
 }

.footer .breakdance-rich-text-styles ul li {
     margin-bottom: 1rem;
 }

.footer .breakdance-rich-text-styles ul li:last-child {
     margin-bottom: 0;
 }

.footer .breakdance-rich-text-styles ul li a {
     text-decoration: none;
 }

.footer .breakdance-rich-text-styles ul li a:hover {
     color: #0AB77FFF;
 }

@media screen and (max-width: 768px) {
	.single .breakdance-rich-text-styles table th,
	.single .breakdance-rich-text-styles table td {
		padding: 8px;
		font-size: 14px;
	}
}




