@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
font-family: 'Merriweather', serif;
background-color: #fff;
color: #000;
font-size: 1.05rem;
}
body.page-interne {
	font-size: 1rem;
}
section {
	overflow-x: hidden;
}
a {
	color: #000;
	text-decoration: underline;
}
.navbar-brand {
	width: 120px;
}
.bg-primary {
	background-color: #d80c0c !important;
}
.navbar-toggler {
	padding: 0 !important;
	border: 0 !important;
	margin-right: 15px;
	color: #fff;
	box-shadow: inherit !important;
	position: relative;
	top: 2px;
}
.navbar-dark {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
	--bs-navbar-padding-y: 7px;
}
.bg-light {
	background-color: #efebde !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	line-height: 1;
}
.h1, h1{
	letter-spacing: -3px;
	font-size: calc(1.375rem + 6vw);
}
.h6, h6 {
	font-size: 2rem;
}
.page-interne .h1, .page-interne h1 {
	letter-spacing: 0;
}
.fs-4.fw-bold {
	font-weight: 900 !important;
	line-height: 1.2;
}
p a {
	text-decoration: none;
	color: #000;
	border-bottom: .125rem solid #feff02;
	padding-top: .05rem;
	padding-bottom: .05rem;
	background: linear-gradient(to bottom,#feff02 0,#feff02 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
}
p a:hover {
	color: #000;
	background: #feff02;
}
 p.deco::first-letter {
    font-size: 2.75rem;
    font-weight: bold;
    float: left;
    margin-right: 0.1em;
	margin-top:9px;
}
p {
	line-height: 1.7;
}
.custom-hr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: none;
	margin: 40px 0;
}
.custom-hr::before, .custom-hr::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: #555;
}
  .circle-container {
    display: flex;
    padding: 0 10px;
  }
.circle {
	width: 10px;
	height: 10px;
	background-color: #d2232e;
	border-radius: 50%;
	margin: 0 5px;
}
img.float-start {
	width: 200px;
	margin-right: 15px;
}
.btn-outline-dark {
	border-width: 2px !important;
}
.text-justify {
	text-align: justify;
}
.flacon {
	max-width: 400px;
}
img.ingredient-image {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.ingredient {
	max-width: 150px !important;
}
.alert-success {
	--bs-alert-color: #11952c !important;
	--bs-alert-bg: #caf5d7 !important;
}
.promo-card {
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	border: 7px dashed green !important;
}
        .flag-icon {
            font-size: 1.5em;
        }
.btn-success {
	--bs-btn-bg: #008000;
	--bs-btn-border-color: #008000;
	--bs-btn-hover-bg: #006700;
}
.btn-dark {
	background: #fff !important;
	border: 1px solid #000;
	border-radius: 0;
	color: #d2232e;
	padding: 12px 0;
	font-weight: 800;
	font-size: 1.5rem;
}
.btn-dark:hover {
	color: #000;
	border-color: #d2232e;
}
#article .col {
	max-width: 697px;
}
.text-danger {
	color: #d2232e !important;
}
.rond {
	width: 40px;
}
.bg-success {
	background-color: #9eeb60 !important;
}
.card.bg-success {
	border-top: 3px solid #82c24e !important;
	border-bottom: 3px solid #82c24e !important;
	border-left:0 !important;
	border-right:0 !important;
}
.graph {
	margin-top: 1.125rem;
	border-left: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
.graph-footer {
	border-left: 1px solid #d0d0d0;
	padding: 10px 10px 0;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}
        .bar-container {
            margin-bottom: 20px;
        }
        .label {
            margin-bottom: 5px;
        }
.bar {
	height: 5px;
	border-radius: 2.5px;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
        .beforetxt {
            background-color: red;
        }
        .txt {
            background-color: green;
        }
        .numbers {
            display: flex;
            justify-content: space-between;
        }
.graph .label {
	margin-bottom: 5px;
	padding-left: 10px;
}
/* Mediaqueries */
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 6rem;
  }
.fs-4 {
	font-size: 1.6rem !important;
}
#hero {
	height: 500px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1130px;
}
}

@media (max-width: 991px) {
           table.responsive-card-table tbody tr {
                display: block;
                margin-bottom: 0.625em;
            }
            table.responsive-card-table tbody tr td {
                border: none;
                display: block;
                position: relative;
                padding-left: 50%;
                white-space: normal;
                text-align: left;
	            font-size: .9rem;
            }
            table.responsive-card-table tbody tr td:before {
                content: attr(data-label);
                display: inline-block;
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-weight: bold;
                white-space: nowrap;
}
            table.responsive-card-table thead {
               display:none;
}
.navbar-brand {
	width: 150px;
}
.h1, h1 {
	letter-spacing: -2px;
	font-size: calc(1.375rem + 6vw);
}
.fs-4 {
	font-size: 1.275rem !important;
}
body {
	font-size: 1rem;
}
body.page-interne {
	font-size: .9rem;
}
.flacon {
	max-width: 250px;
	margin: 20px 0;
}
.h6, h6 {
	font-size: 1.4rem;
}
}
