@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/
body {
	overflow-x: hidden;
	overflow-wrap: break-word;
}
/* Variables */
:root {
	--themeprincipal: #565a5c;
	--blanc: white;
	--noir: black;
}
.bg-light {
	background-color: #e9e9e9 !important;
}
h2, h3, h4, h5, h6 {
	margin-top: 15px;
}
.bg-dark {
	background-color: #565a5c;
	color:var(--blanc);
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 0;
	align-items: center;
}
section {
	padding-top: 40px;
	padding-bottom: 40px;
}
section:first-of-type {
	padding-top: 80px;
}
section:last-of-type {
	padding-bottom: 80px;
}
h1 {
	font-size: 2.2rem;
}
h1>span.titre-prof {
	font-size: 1.2rem;
	font-weight: 300;
	color: slategray;
}
h2 {
	font-size: 1.7rem;
	color: #000000;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.4;
	color: rgb(210, 73, 42);
}
a {
	color: #565A5C;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover {
	color: rgb(210, 73, 42);
}
.texte-noir {
	color: var(--noir);
}
.btn-outline-success {
	color: rgb(210, 73, 42);
	border-color: rgb(210, 73, 42);
}
.btn-outline-success:hover {
	background-color: rgb(210, 73, 42);
	border-color: rgb(210, 73, 42);
}
/* a {
	color: rgb(210, 73, 42);
}
a:hover {
	color: rgb(180, 64, 38);
} */
.nav-item {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.wp-block-image .alignright, .wp-block-image.alignright {
	float: right;
}
.text-decoration-none {
	text-decoration: none !important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	background-color: rgb(210, 73, 42);
}
#cookie-bar {
	position: fixed;
	z-index: 5000;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 2rem;
	width: 100%;
}
#cookie-bar a:link, #cookie-bar a:visited {
	color: #d2492a;
	text-decoration: underline;
}
#cookie-bar .btn-accept {
	border: 1px solid #fff;
	padding: 10px 30px 10px 30px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.navbar {
	justify-content: flex-end;
}