:root{
	--color-rouge: #D63440;
    --color-gris: #6E6E70;
    --color-gris-fond: #F1F1F1;
    --color-gris-fond-fonce: #E2E2E4;
    --color-fonts: #6E6E70;
    --color-hover: #7F0505;
    font-size: 16px;
    line-height: 1.3;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d63440;
    --bs-btn-border-color: #d63440;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d4192e;
    --bs-btn-hover-border-color: #d4192e;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d4192e;
    --bs-btn-active-border-color: #d4192e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d63440;
    --bs-btn-disabled-border-color: #d63440;
}
html,
body{
    font-family: "Source Sans Pro", sans-serif;    
    color: var(--color-fonts);
}
h1 {
    color: var(--color-gris);
    font-family: 'Karma', sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: 0;
}
h1.titre__rubrique {
    font-size: 2.8rem;
    line-height: 1;
}
h2 {
    font-family: "Source Sans Pro", sans-serif;    
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: var(--color-gris);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
h2.not__transform {
    text-transform: none;
}
h2.texte {
    font-weight: 400;
    text-transform: none;
}
h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-gris);
    margin: 1rem 0;
}
h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h5 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h6 {
    font-family: 'Karma', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p a,
li a {
    display: inline-block;
    white-space: nowrap;
    color: var(--color-rouge);
    position: relative;
    margin: 0;
    transition: all .5s;
}
p a:hover,
li a:hover {
    color: var(--color-fonts);
    text-decoration: none;
    text-shadow: 0 0 1px var(--color-fonts);
}
.fond__rouge {
    background-color: var(--color-rouge);
    padding: .75rem 0 .5rem 0;
}
.icon {
    padding-right: .5rem;
    display: inline-block;
    margin-bottom: .25rem;
}
.icon svg {
    width: 40px;
    height: 40px;
}
h2 .icon svg path {
    stroke: var(--color-rouge);
}
.swiper-pagination-bullet {
    background: var(--color-gris-fond-fonce);
    opacity: 1;
    width: 17px;
    height: 17px;
}

.swiper-pagination-bullet-active {
    background: var(--color-rouge);
    opacity: 1;
}
.contenu__page ul {   
  list-style: none;
  padding-left: 1em;
}
.contenu__page ul li::before {
  content: '>';
  margin-right: 0.5em;
  color: var(--color-rouge);
}
p.chapo {
    font-size: 1.125rem;
    font-weight: 600;
}
.form-control,
.form-control::placeholder {
    color: #A1A1A1;
}
.block-local-tasks-block {
    display: none;
}
.user-logged-in .block-local-tasks-block,
.path-user .block-local-tasks-block {
    display: block;
}
.btn-primary {
    padding: .3rem 1.5rem;
    border-radius: 10px;
    min-width: 195px;
    border: 1px solid var(--color-rouge);
    transition: all .4s;
}
.btn-primary:hover {
    background: none;
    color: var(--color-rouge);
}
.btn-primary[name="reset"] {
    background: none;
    color: var(--color-gris);
    border: 1px solid var(--color-gris);
}
.btn-primary[name="reset"]:hover {
    background: var(--color-gris);
    color: #fff;
}
.views-exposed-form .form-control {
    line-height: 1.3;
}