/*
#@0
#@1
*/
@charset "UTF-8";
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
:root {
  --bs-primary: #8b0000;
  --bs-primary-rgb: 139, 0, 0;
  --bs-font-size: 1.125rem;
  --bs-body-font-size: 1.125rem;
  --bs-link-color: #8b0000;
  --bs-link-color-rgb: 139, 0, 0;
  --bs-link-hover-color: #720000;
  --bs-link-hover-color-rgb: 114, 0, 0;
  --main-color: #8b0000;
  --main-color-dark-6: #320000;
  --main-color-dark-5: #3f0000;
  --main-color-dark-4: #4b0000;
  --main-color-dark-3: #580000;
  --main-color-dark-2: #650000;
  --main-color-dark-1: #720000;
  --main-color-light-1: #be0000;
  --main-color-light-2: #f10000;
  --main-color-light-3: #ff2525;
  --main-color-light-4: #ff5858;
  --main-color-light-5: #ff8b8b;
  --main-color-light-6: #ffbebe;
  --gray-main: #676767;
  --gray-light: silver;
  --gray-lighter: #ededed;
  --gray-dark: #343434;
  --gray-06: #f8f8f8;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  color: #676767;
}
body {
  background-color: transparent;
  font-family: "Assistant", sans-serif;
  font-weight: 300;
}
.nopadding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.pad-1em {
  padding: 1em;
}
.pad-2em {
  padding: 2em;
}
.pad-3em {
  padding: 3em;
}
.bgc-white {
  background-color: #ffffff;
}
.height-auto {
  height: auto !important;
}
.form-group {
  overflow: hidden;
}
.chapo {
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: justify;
}
.texte {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a:link {
  color: #be0000;
}
a:visited {
  color: #580000;
}
a:hover {
  color: #e20000;
}
a:active {
  color: #3f0000;
}
a h1, a h2, a h3, a h4, a h5, a h6 {
  text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  text-decoration: none;
  color: var(--bs-nav-link-hover-color);
}
.dropdown-menu {
  --bs-dropdown-font-size: 1.125rem;
}
h1, .h1, h1 a, .h1 a, h2, .h2, h2 a, .h2 a, h3, .h3, h3 a, .h3 a, h4, .h4, h4 a, .h4 a, h5, .h5, h5 a, .h5 a, h6, .h6, h6 a, .h6 a {
  color: #8b0000;
  font-family: "Assistant", sans-serif;
  text-decoration: none;
  font-weight: 500;
}
h3.spip {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0.825em;
  margin-bottom: 0.825em;
}
h1, .h1 {
  font-size: 2.25em;
}
h2, .h2 {
  font-size: 1.875em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 0.875em;
}
h6, .h6 {
  font-size: 0.75em;
}
h1.grostitre, h2.grostitre, h3.grostitre {
  font-size: 3em;
  font-family: "Assistant", sans-serif;
  line-height: 0.762em;
  margin-bottom: 1em;
  text-transform: initial;
  padding-bottom: 0.5em;
  position: relative;
}
h1.grostitre:after, h2.grostitre:after, h3.grostitre:after {
  content: " ";
  display: block;
  width: 31%;
  background-color: #8b0000;
  float: left;
  height: 1px;
  position: absolute;
  bottom: 0;
}
b, strong {
  font-weight: 600;
}
.ps, .notes, .comments {
  margin-top: 4em;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: "Libre Caslon Text", "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}
.btn-primary {
  --bs-btn-bg: #8b0000;
  --bs-btn-border-color: #720000;
  --bs-btn-hover-bg: #620000;
  --bs-btn-hover-border-color: #4e0000;
  --bs-btn-active-bg: #3f0000;
  --bs-btn-active-border-color: #250000;
  --bs-btn-disabled-bg: #8b0000;
  --bs-btn-disabled-border-color: #8b0000;
}
table.spip {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.538em;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}
table.spip > thead > tr > th {
  border-top: 0 none;
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
  line-height: 1.42857em;
  padding: 0.615em;
}
table.spip > thead > tr > th {
  border-top: 0 none;
  line-height: 1.428em;
  padding: 0.615em;
  vertical-align: top;
}
table.spip > thead > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.428em;
  padding: 0.615em;
  vertical-align: top;
}
table.spip > tbody > tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}
table.spip > tbody > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 0.615em;
  vertical-align: top;
}
table.spip > tbody > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 0.615em;
  vertical-align: top;
}
table.spip > tfoot > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 0.615em;
  vertical-align: top;
}
table.spip > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 0.615em;
  vertical-align: top;
}
.formulaire_spip fieldset ul {
  padding-left: 0;
  list-style: none;
}
.formulaire_spip fieldset ul .editer {
  overflow: hidden;
  padding-bottom: 1em;
}
.formulaire_spip fieldset ul .editer.saisie_texte label {
  width: 100%;
  text-align: left;
}
.formulaire_spip fieldset ul .editer.saisie_texte textarea {
  width: 100%;
}
.formulaire_spip fieldset ul .editer label {
  width: 37%;
  float: left;
  text-align: right;
}
.formulaire_spip fieldset ul .editer .erreur_message {
  padding: 0.5em;
  background-color: fade(#c7254e, 5%);
  border: 1px solid #c7254e;
  color: #c7254e;
  clear: both;
  display: block;
}
.formulaire_spip fieldset ul .editer input {
  width: 60%;
  float: right;
}
.formulaire_spip fieldset ul .editer .choix input {
  float: left;
  width: auto;
  margin-right: 0.5em;
}
.formulaire_spip fieldset ul .editer .choix label {
  float: left;
  width: auto;
}
.formulaire_spip input.date.form-control {
  width: 100%;
}
#navbarPrincipal .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #8b0000;
}
#navbarPrincipal .dropdown-menu .dropdown-item {
  color: #ffffff;
}
#navbarPrincipal .dropdown-menu .dropdown-item:hover {
  color: #8b0000;
  background-color: #ffffff;
}
#carouselSavoirFaire .carousel-caption {
  left: auto;
}
#carouselSavoirFaire .carousel-caption h2 {
  text-shadow: 1px 1px 20px #1A4122;
}
/*
 * Les spacers
 */
.spacer10 {
  height: 0.769em;
  clear: both;
}
.spacer20 {
  height: 1.538em;
  clear: both;
}
.spacer30 {
  height: 2.308em;
  clear: both;
}
.spacer40 {
  height: 3.077em;
  clear: both;
}
.header header h1 {
  float: none;
  overflow: hidden;
}
.header header h1 img {
  float: right;
  clear: right;
}
.header header .statut {
  color: #8b0000;
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.header header .statut::first-line {
  color: #1A4122;
}
.header header img {
  float: none;
  clear: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.header .form-search {
  margin-top: 27px;
}
.header .reseaux {
  color: white;
}
.header .reseaux a {
  color: white;
  opacity: 0.75;
  font-size: 1em;
}
.header .reseaux a span i + i {
  color: #8b0000;
}
.header .reseaux a:hover {
  opacity: 1;
}
.header .reseaux a:hover.rss i {
  color: #F8991D;
}
.header .reseaux a:hover.rss i + i {
  color: #ffffff;
}
.header .reseaux a:hover.twitter i {
  color: #28A9E0;
}
.header .reseaux a:hover.twitter i + i {
  color: #ffffff;
}
.header .reseaux a:hover.linkedin i {
  color: #0177B5;
}
.header .reseaux a:hover.linkedin i + i {
  color: #ffffff;
}
.header .reseaux a:hover.google_plus i {
  color: #DD4D42;
}
.header .reseaux a:hover.google_plus i + i {
  color: #ffffff;
}
.header .reseaux a:hover.pinterest i {
  color: #C41A29;
}
.header .reseaux a:hover.pinterest i + i {
  color: #ffffff;
}
.header .reseaux a:hover.viadeo i {
  color: #f1532e;
}
.header .reseaux a:hover.viadeo i + i {
  color: #ffffff;
}
.sociaux .socicon {
  font-size: 1em;
}
.sociaux .socicon:hover {
  background-color: #580000;
}
.sociaux .rss .socicon, .sociaux .twitter .socicon, .sociaux .pinterest .socicon, .sociaux .linkedin .socicon {
  background-color: #1A4122;
}
.sociaux .rss .socicon:hover, .sociaux .twitter .socicon:hover, .sociaux .pinterest .socicon:hover, .sociaux .linkedin .socicon:hover {
  background-color: #580000;
}
.cartouche .logo_rubrique {
  background-color: #ffffff;
}
.mw-900 {
  max-width: 900px;
}
.mw-800 {
  max-width: 800px;
}
#prefooter {
  background-color: #343434;
  padding-top: 2em;
  padding-bottom: 2em;
}
#prefooter * {
  color: #ffffff;
}
#prefooter .liste-items h2 {
  font-size: 1.5em;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: #8b0000;
  margin-bottom: 1.538em;
  position: relative;
}
#prefooter .liste-items h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 0.769em solid #720000;
  border-left: 1.538em solid transparent;
  border-top: 5px solid transparent;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: -1em;
}
#prefooter .liste-items h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.769em solid #720000;
  border-right: 1.538em solid transparent;
  border-bottom: 5px solid transparent;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-bottom: -1em;
}
#prefooter .liste-items .item {
  margin-bottom: 1em;
  overflow: hidden;
}
#prefooter .liste-items .item .texte span {
  font-weight: bold;
  font-family: "Assistant", sans-serif;
  font-size: 1.125em;
}
#bloc-form_contact {
  background-image: url('https://egtraiteur.teddypayet.com/squelettes/images/formulaire_contact.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.comment-meta, .article-meta {
  position: relative;
  padding-left: 90px;
  min-height: 100px;
  padding-top: 0.769em;
  border-top: 1px solid #4e4e4e;
}
.comment-meta .avatar, .article-meta .avatar {
  position: absolute;
  top: 0.769em;
  left: 0;
  border-radius: 50%;
  border: 3px solid #ffffff;
  max-width: 100%;
  width: auto;
}
.comment-meta .item, .article-meta .item {
  display: block;
}
.comment-meta .item a, .article-meta .item a {
  color: #ff5858;
}
/**
 * Meta des articles récents.
**/
.article-meta {
  margin-bottom: 0.769em;
}
.article-meta .rubriques {
  position: absolute;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  line-height: 1em;
  top: 0.769em;
  right: 0;
}
.article-meta .rubriques:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #ffffff;
}
.article-meta .item {
  display: block;
}
.article-meta .item h4 {
  margin-top: 5px;
  margin-bottom: 0;
}
.article-meta .item a {
  color: #ff5858;
}
/**
 * Info sur la page article
**/
.meta-article dl dt {
  margin-top: 1em;
}
.comments .comments-ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.comments .comments-ul .comment-li {
  margin-bottom: 2em;
}
.comments .comments-ul .comment-li img {
  max-width: 100%;
  width: auto;
}
.comments .comments-ul .comment-li .comment-meta, .comments .comments-ul .comment-li .article-meta {
  background-color: darkred;
  padding: 0.769em 0.769em 0.769em 115px;
  border-radius: 0 0.769em;
  min-height: 115px;
  color: white;
}
.comments .comments-ul .comment-li .comment-meta a, .comments .comments-ul .comment-li .article-meta a {
  color: white;
  font-weight: bold;
}
.comments .comments-ul .comment-li .comment-meta a.permalink, .comments .comments-ul .comment-li .article-meta a.permalink {
  float: right;
  font-size: 2em;
  font-weight: normal;
  opacity: 0.5;
}
.comments .comments-ul .comment-li .comment-meta .avatar, .comments .comments-ul .comment-li .article-meta .avatar {
  top: 0.769em;
  left: 0.769em;
}
.comments .comments-ul .comment-li .boutons {
  overflow: hidden;
}
.comments .comments-ul .comment-li .boutons form {
  float: right;
  margin-left: 1em;
}
.comments .comments-ul .comment-li .boutons form button {
  padding: 0.5em 1em;
  background-color: #ededed;
  font-size: 14px;
  line-height: 1.425em;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  border: 1px solid lightgray;
  color: black;
}
.comments .comments-feed img {
  max-width: 100%;
  width: auto;
}
.preview fieldset .comment .comment-meta, .preview fieldset .comment .article-meta {
  background-color: darkred;
  padding: 0.769em 0.769em 0.769em 90px;
  border-radius: 0 0.769em;
  min-height: 90px;
  color: white;
}
.preview fieldset .comment .comment-meta a, .preview fieldset .comment .article-meta a {
  color: white;
  font-weight: bold;
}
.preview fieldset .comment .comment-meta .avatar, .preview fieldset .comment .article-meta .avatar {
  top: 0.769em;
  left: 0.769em;
}
p.boutons {
  text-align: right;
}
p.boutons input {
  padding: 0.5em 1em;
  background-color: #ededed;
  font-size: 14px;
  line-height: 1.425em;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  border: 1px solid lightgray;
  color: black;
}
.choix {
  overflow: hidden;
}
.choix input {
  display: inline-block;
}
.choix label {
  display: inline-block;
}
#header {
  background-color: #ffffff;
}
#footer {
  background-color: #D4AF37;
  padding-top: 2em;
  padding-bottom: 2em;
}
#footer * {
  color: black;
}
#footer .arrow::after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://egtraiteur.teddypayet.com/squelettes/images/selector-arrow-white.svg');
  content: "";
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-left: 10px;
}
#footer .sociaux .socicon {
  color: white;
}
#footer a:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #4b0000;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ff8b8b;
}
.navbar-inverse .navbar-nav > li .formulaire_recherche {
  padding-top: 0.615em;
  padding-left: 15px;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  box-shadow: 0 0 0 transparent inset;
  text-shadow: 0 0 0 transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.contenu-principal .nav-tabs .nav-link {
  color: #8b0000;
}
.contenu-principal .nav-tabs .nav-link:hover {
  color: #650000;
}
.content .container {
  padding-top: 20px;
}
.content article img {
  width: 100%;
  height: auto;
}
.content article img.puce {
  max-width: 100%;
  width: auto;
}
.liste .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.liste .image a {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.liste.long {
  overflow: hidden;
  margin-bottom: 3.8em;
}
.liste .content {
  height: 16em;
  text-align: left;
  overflow: hidden;
}
.liste .content a:hover {
  text-decoration: none;
}
.liste .content a:hover .content .intro, .liste .content a:hover .content .texte {
  color: #343434;
}
.liste .content .lettrine {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12em;
  line-height: 0.5em;
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
  color: fade(#8b0000, 50%);
  z-index: -100;
}
.liste .content .lettrine .first_letter {
  display: block;
}
.liste .content .lettrine .lettrine_mot {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.125em;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 0 0.5em black;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.liste .content .date {
  font-size: 0.857em;
  line-height: 1em;
  color: #979797;
}
.liste .content .titre {
  text-align: left;
}
.liste .content .rubriques {
  position: absolute;
  font-size: 0.857em;
  line-height: 1em;
  top: 0.6em;
  right: 0;
}
.liste .content .rubriques:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #343434;
}
.liste article {
  margin-bottom: 2.308em;
  background-color: transparent;
}
.liste.documents_portfolio ul li {
  padding-bottom: 15px;
}
.formulaire_forum form fieldset ul {
  padding-left: 0;
  list-style: none;
}
.formulaire_forum form fieldset ul li textarea {
  width: 100%;
}
.page_rubrique #content .text-lg-end .arrow::after, .page_article #content .text-lg-end .arrow::after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://egtraiteur.teddypayet.com/squelettes/images/selector-arrow.svg');
  content: "";
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-left: 10px;
}
.page_rubrique #content .text-lg-start .arrow::before, .page_article #content .text-lg-start .arrow::before {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://egtraiteur.teddypayet.com/squelettes/images/selector-arrow.svg');
  transform: rotate(-180deg);
  content: "";
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-right: 10px;
  left: 0;
  position: relative;
}
.page_sommaire #services .row .text-lg-end img, .page_article #services .row .text-lg-end img, .rubrique_unique #services .row .text-lg-end img {
  border-top-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
  border-bottom-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
}
.page_sommaire #services .row .text-lg-start img, .page_article #services .row .text-lg-start img, .rubrique_unique #services .row .text-lg-start img {
  border-top-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
  border-bottom-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
}
.page_sommaire .liste.portfolio .content, .page_article .liste.portfolio .content, .rubrique_unique .liste.portfolio .content {
  height: 100px;
  display: none;
  visibility: hidden;
}
.page_sommaire .liste.portfolio .content .intro, .page_article .liste.portfolio .content .intro, .rubrique_unique .liste.portfolio .content .intro {
  display: none;
}
@media (max-width: 991px) {
  .page_sommaire #services .row .text-lg-end img, .page_article #services .row .text-lg-end img, .rubrique_unique #services .row .text-lg-end img {
    border-top-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-bottom-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-top-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-bottom-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
  }
  .page_sommaire #services .row .text-lg-start img, .page_article #services .row .text-lg-start img, .rubrique_unique #services .row .text-lg-start img {
    border-top-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-bottom-left-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-top-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
    border-bottom-right-radius: var(--bs-border-radius-height) var(--bs-border-radius-height) !important;
  }
}
.rubrique_contact body {
  background-color: var(--gray-06);
}
#formulaire_formidable_nous_contacter .editer-groupe .editer_radio_1 .label {
  font-size: var(--bs-body-font-size);
}
#topBtn {
  display: none;
  background-color: #8b0000;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 250px;
  background-repeat: no-repeat;
  font-size: calc(var(--bs-body-font-size) * 0.8);
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 600;
  border: 0;
  line-height: 2;
  border-top-left-radius: 40px;
  height: 40px;
  border-top-right-radius: 40px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
}
#topBtn * {
  color: #ffffff;
}
.page_rubrique #content a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.page_rubrique #content a h1, .page_rubrique #content a h2, .page_rubrique #content a h3, .page_rubrique #content a h4, .page_rubrique #content a h5, .page_rubrique #content a h6 {
  text-decoration: none;
  color: var(--bs-link-color);
}
.page_rubrique #content a:hover {
  color: var(--main-color-light-1);
  text-decoration: none;
}
.page_rubrique #content a:hover h1, .page_rubrique #content a:hover h2, .page_rubrique #content a:hover h3, .page_rubrique #content a:hover h4, .page_rubrique #content a:hover h5, .page_rubrique #content a:hover h6 {
  text-decoration: none;
  color: var(--main-color-light-1);
}
.page_article body {
  background-color: #ffffff;
}
.page_article .image_intro {
  margin-bottom: 2em;
}
.page_article:not(.article_blog):not(.article_portfolio) .image_intro {
  margin-left: -50%;
  margin-right: -50%;
}
.page_article:not(.article_blog):not(.article_portfolio) .image_intro .list-group {
  margin-bottom: 0;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article {
  margin-right: 25%;
  margin-left: 25%;
  margin-bottom: 3em;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication {
  position: absolute;
  right: 0;
  width: 7em;
  float: left;
  border-top: 1px solid #8b0000;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication * .sep {
  display: none;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication time {
  display: block;
  padding-top: 15px;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication time span.fa {
  display: block;
  clear: both;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication > span {
  display: block;
  padding-top: 15px;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication > span span.fa {
  display: block;
  clear: both;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication > span.comments {
  margin-top: 0;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article header .publication > span.comments span.fa {
  display: inline-block;
  clear: none;
}
.page_article:not(.article_blog):not(.article_portfolio) #content article img {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page_article:not(.article_blog):not(.article_portfolio) #content article {
    margin-right: 15%;
    margin-left: 15%;
  }
  .page_article:not(.article_blog):not(.article_portfolio) #content article .image_intro {
    margin-right: -15%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  h2.grostitre, h3.grostitre {
    font-size: 4em;
  }
  .nopadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .texte {
    text-align: left;
  }
  .page_rubrique header h1 {
    font-size: 3em;
  }
  .image_intro {
    margin-right: 0;
    margin-left: 0;
  }
  .page_article #content article {
    margin-right: 0;
    margin-left: 0;
  }
  .page_article #content article header .publication {
    position: relative;
    right: auto;
    float: none;
    width: auto;
    overflow: hidden;
  }
  .page_article #content article header .publication * span.fa {
    float: left;
    clear: none;
    padding-right: 5px;
  }
  .page_article #content article header .publication > * {
    padding-top: 0.769em !important;
    width: auto;
    margin-right: 2.308em;
    float: left;
  }
  .page_article #content article a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .page_article #content article table {
    overflow: scroll;
  }
}
/* fin @media min-width 767px */
.spip_code {
  background-color: #fefafb;
  color: #c7254e;
  border-bottom: 1px solid #c7254e;
  border-top: 1px solid #c7254e;
}
.spip_documents_center {
  width: 100%;
  display: block;
  text-align: center;
}
.spip_documents_center > * > img, .spip_documents_center dt {
  margin: 0 auto;
  display: block;
}
div.spip_code {
  margin: 1em 0;
  padding: 1em;
}
code {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.spip_cadre {
  width: calc(100% - 1em);
  padding: 0.5em;
  margin: 1em 0;
  background-color: #fefafb;
  border: 1px solid #c7254e;
  color: #c7254e;
}
/*
* Des div de couleurs
*/
[class*="color-"] {
  width: 100%;
  height: 70px;
}
.color-dark_6 {
  background-color: #320000;
}
.color-dark_5 {
  background-color: #3f0000;
}
.color-dark_4 {
  background-color: #4b0000;
}
.color-dark_3 {
  background-color: #580000;
}
.color-dark_2 {
  background-color: #650000;
}
.color-dark_1 {
  background-color: #720000;
}
.color-light_6 {
  background-color: #ffbebe;
}
.color-light_5 {
  background-color: #ff8b8b;
}
.color-light_4 {
  background-color: #ff5858;
}
.color-light_3 {
  background-color: #ff2525;
}
.color-light_2 {
  background-color: #f10000;
}
.color-light_1 {
  background-color: #be0000;
}
.color-shade-1 {
  background-color: darkred;
}
.color-shade-2 {
  background-color: darkred;
}
.color-shade-3 {
  background-color: darkred;
}
.color-shade-4 {
  background-color: darkred;
}
.color-shade-5 {
  background-color: darkred;
}
.color-shade-6 {
  background-color: darkred;
}
.color-shade-7 {
  background-color: #7d0000;
}
.color-shade-8 {
  background-color: #6f0000;
}
.color-shade-9 {
  background-color: #610000;
}
.color-shade-10 {
  background-color: #530000;
}
.color-shade-11 {
  background-color: #460000;
}
.color-shade-12 {
  background-color: #380000;
}
.mt10 {
  margin-top: 10px;
}
.carousel-item {
  text-align: center;
}
.page_title {
  text-align: center;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #navbarPrincipal .dropdown-menu {
    background-color: transparent;
    color: #676767;
    position: relative;
  }
  #navbarPrincipal .dropdown-menu .dropdown-item {
    color: #676767;
    font-size: 1.125rem;
  }
  #navbarPrincipal .navbar {
    display: block;
  }
  #navbarPrincipal .navbar .nav-item {
    display: block;
  }
  #navbarPrincipal .navbar .nav-item ul li {
    padding-left: 1rem;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
