/*
#@plugins/caap-4.0.8/css/caap.less
*/
/*
    Author: christophe le drean
    Author URI: rouge-rose.net
    Template: caap.asso.fr
    Version: 3.0.0
*/
/*   =Bootstrap variables & mixins
   ------------------------------------------------------ */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'PTSans';
  src: url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_regular.woff2') format('woff2'), url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_italic.woff2') format('woff2'), url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PTSans';
  src: url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_bold.woff2') format('woff2'), url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_bold-italic.woff2') format('woff2'), url('//www.caap.asso.fr/plugins/caap-4.0.8/fonts/PT-Sans/pt-sans_bold-italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
/* @link https://utopia.fyi/type/calculator?c=320,18,1.125,1240,18,1.125,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  /* Step -2: 14.22px → 14.22px */
  --step--2: clamp(0.8888rem, 0.8888rem + 0vw, 0.8888rem);
  /* Step -1: 16.00px → 16.00px */
  --step--1: clamp(1rem, 1rem + 0vw, 1rem);
  /* Step 0: 18.00px → 18.00px */
  --step-0: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  /* Step 1: 20.25px → 20.25px */
  --step-1: clamp(1.2656rem, 1.2656rem + 0vw, 1.2656rem);
  /* Step 2: 22.78px → 22.78px */
  --step-2: clamp(1.4238rem, 1.4238rem + 0vw, 1.4238rem);
  /* Step 3: 25.63px → 25.63px */
  --step-3: clamp(1.6019rem, 1.6019rem + 0vw, 1.6019rem);
  /* Step 4: 28.83px → 28.83px */
  --step-4: clamp(1.8019rem, 1.8019rem + 0vw, 1.8019rem);
  /* Step 5: 32.44px → 32.44px */
  --step-5: clamp(2.0275rem, 2.0275rem + 0vw, 2.0275rem);
  /* Step 6: 36.49px → 36.49px */
  --step-6: clamp(2.2806rem, 2.2806rem + 0vw, 2.2806rem);
}
/* @link https://utopia.fyi/space/calculator?c=320,18,1.125,1240,18,1.125,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  --space-2xs: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  --space-xs: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  --space-s: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  --space-m: clamp(1.6875rem, 1.6875rem + 0vw, 1.6875rem);
  --space-l: clamp(2.25rem, 2.25rem + 0vw, 2.25rem);
  --space-xl: clamp(3.375rem, 3.375rem + 0vw, 3.375rem);
  --space-2xl: clamp(4.5rem, 4.5rem + 0vw, 4.5rem);
  --space-3xl: clamp(6.75rem, 6.75rem + 0vw, 6.75rem);
  /* One-up pairs */
}
.auto-grid {
  display: grid;
  grid-template-columns: repeat(var(--auto-grid-placement, auto-fill), minmax(var(--auto-grid-min-item-size, 16rem), 1fr));
  grid-gap: var(--auto-grid-gutter-row, var(--space-s)) var(--auto-grid-gutter-column, var(--space-s));
}
.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cluster-space, 1rem);
  justify-content: var(--cluster-horizontal-align, flex-start);
  align-items: var(--cluster-vertical-align, center);
}
.indicator {
  font-size: 0.7em;
  font-weight: bold;
  color: #d93d04;
  vertical-align: super;
  margin-left: 0.25em;
}
.flow > * + * {
  margin-top: var(--flow-space, var(--space-m));
}
.caap_icon {
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
}
.caap_icon-download {
  stroke: currentColor;
}
.prose p,
.prose blockquote,
.prose table {
  margin-bottom: 0;
}
.prose h2 {
  --flow-space: var(--space-xl);
  margin-bottom: 0 !important;
  font-size: var(--step-5);
}
.prose h3 {
  font-size: var(--step-3);
}
.prose h4 {
  font-size: var(--step-2);
}
.prose h5 {
  font-size: var(--step-1);
}
.prose h6 {
  font-size: var(--step-1);
  font-style: italic;
}
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  --flow-space: var(--space-xl);
  margin-bottom: 0 !important;
}
.prose h2 + h3,
.prose h3 + h4,
.prose h5 + h6 {
  --flow-space: var(--space-l);
}
.prose hr,
.prose hr.spip {
  border: none;
  background-color: #000000;
  overflow: visible;
  text-align: center;
  height: 3px;
  margin: var(--space-xl);
}
.prose a.spip_out::after {
  background-color: #d93d04;
  content: "";
  display: inline-flex;
  margin-left: 6px;
  mask-image: url(//www.caap.asso.fr/plugins/caap-4.0.8/img/icon-link-external-16.svg);
  mask-size: cover;
  width: 0.6em;
  height: 0.6em;
}
.prose ul.spip,
.prose ol.spip {
  --flow-space: var(--space-xs);
  padding-left: 2rem;
  margin-left: 0;
  margin-bottom: 0 !important;
  list-style: square;
}
.prose ul.spip > li + li,
.prose ol.spip > li + li,
.prose ul.spip ul,
.prose ol.spip ul,
.prose ul.spip ol,
.prose ol.spip ol {
  margin-top: calc(var(--flow-space) / 2);
}
.prose ol.spip li {
  list-style-type: upper-latin;
}
.prose ol.spip li li {
  list-style-type: decimal;
}
.prose ol.spip li li li {
  list-style-type: lower-latin;
}
.prose table.spip {
  --color-stroke: #d9d9d9;
  --color-stroke-head: #555;
  max-width: 100%;
  min-width: 50%;
  width: 100%;
  border-spacing: 0;
}
.prose table.spip th,
.prose table.spip td {
  padding: 0.5em 0.25em;
  text-align: left;
  border-collapse: collapse;
}
.prose table.spip th {
  font-weight: 600;
}
.prose table.spip thead tr th {
  border: 1px solid var(--color-stroke-head) !important;
  border-width: 1px 0 !important;
}
.prose table.spip tbody tr th,
.prose table.spip tbody tr td {
  border-bottom: 1px solid var(--color-stroke);
}
.prose table.spip caption {
  caption-side: bottom;
  padding: 0.5em 0.25em;
  font-size: var(--step--1);
}
.prose q::before {
  margin-right: 0.2em;
}
.prose q::after {
  margin-left: 0.2em;
}
.prose blockquote {
  border-left: 4px solid #eeeeee;
  padding-left: var(--flow-space, var(--space-m));
}
.prose blockquote > * + * {
  margin-top: var(--flow-space, var(--space-m));
}
.prose .spip_code {
  font-size: var(--step--1);
}
.prose.texte .spip_documents,
.prose.chapo .spip_documents,
.prose.ps .spip_documents,
.prose.texte .spip_documents + *,
.prose.chapo .spip_documents + *,
.prose.ps .spip_documents + * {
  --flow-space: var(--space-xl);
}
.prose.notes p {
  font-size: var(--step--1);
  line-height: 1.4;
}
::selection {
  background-color: #000000;
  color: #ffffff;
}
*:focus-visible,
[type="button"]:focus-visible,
[type="reset"]:focus-visible,
[type="submit"]:focus-visible,
button:focus-visible,
.button:focus-visible,
iframe:focus-visible {
  outline: 2px solid #d93d04;
  outline-offset: 3px;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/*   =Utilities
   ------------------------------------------------------ */
.oh {
  overflow: hidden;
}
.gtr {
  margin-left: 20px;
}
/*   =Layout
   ------------------------------------------------------ */
.main {
  margin-bottom: 40px;
}
.main .self {
  min-height: 1px;
  width: 940px;
}
.self > .titre,
.self .header > div,
.contenu-entete .texte,
.header > .entry-title,
.header hgroup,
.entry-content,
.contenu,
figure.documents,
.comment-item .comment-reply,
.orientation,
.section .section-contenu,
.section .ariaformprop {
  float: right;
  width: 620px;
}
.section .comment-form .ariaformprop,
.comment-item .ariaformprop {
  float: none;
  width: auto;
}
/*padding de 10px. A prendre en compte de le calcul de la largeur*/
.comment-item .comment-content,
.comment-item .spip-admin.modererforum,
.formulaire_forum .info,
.formulaire_forum .message-post,
.formulaire_forum .boutons,
.formulaire_forum textarea {
  float: right;
  width: 610px;
}
.comment-item .comment-meta,
.formulaire_forum .qui {
  float: left;
  width: 290px;
}
.previsu .comment-item .comment-content {
  width: 600px;
}
.previsu .comment-item .comment-meta {
  width: 280px;
}
.colonne {
  float: left;
}
.colonne--droite {
  margin-left: 20px;
}
.colonne--1-2 {
  width: 300px;
}
.colonne--1-3 {
  width: 220px;
}
.colonne--1-4 {
  width: 140px;
}
.colonne--2-3 {
  width: 380px;
}
.colonne--3-4 {
  width: 460px;
}
.self > .titre,
.self .header > .titre,
.self hgroup {
  margin-bottom: 52px;
}
.header > .entry-title,
.self .header > .titre,
.header hgroup,
.footer .groupe {
  margin-left: 300px;
}
.header.lg > .entry-title,
.self .header.lg > .titre,
.header.lg hgroup {
  margin-left: 0;
}
.self .header > .titre {
  padding-left: 20px;
}
.contenu-entete .nav-secondaire,
.liste .meta-publi,
.self .meta-publi,
.self .contextuel,
.bc .pager-nav {
  float: left;
  width: 300px;
}
.notes {
  position: relative;
  padding-top: var(--space-xs);
}
.notes div:first-child::before {
  content: "";
  background-color: #d93d04;
  height: 2px;
  width: 150px;
  position: absolute;
  top: 0;
}
.contenu {
  padding-bottom: var(--space-l);
}
.section .intertitre,
.ressources .theme,
.ressources .col-texte,
.forum .intertitre,
.liste.auteur .intertitre {
  padding-left: 320px;
}
.self .contextuel,
.self .contextuel aside {
  clear: left;
}
/*   =Liens
   ------------------------------------------------------ */
a {
  -webkit-transition: color 0.35s ease-in-out 0.2s;
  -moz-transition: color 0.35s ease-in-out 0.2s;
  -o-transition: color 0.35s ease-in-out 0.2s;
  transition: color 0.35s ease-in-out 0.2s;
}
p a,
li a {
  color: #333333;
  border-bottom: 1px solid #d93d04;
}
a:hover {
  text-decoration: none;
}
p a:hover,
li a:hover {
  color: #d93d04;
}
a:active,
a:focus {
  position: relative;
  top: 1px;
}
nav li a,
.category a,
.socialtags a,
.markItUp a,
h1 a,
.comment-meta .permalink,
.comments .titre.sujet a,
.footer .item a {
  border-bottom: 0;
}
.pager li > a:hover {
  color: #eee;
}
.a--icon {
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
/*   =Navs
   ------------------------------------------------------ */
/* Elements communs */
.nav .item,
.meta-publi .category {
  text-transform: uppercase;
  list-style-type: none;
}
.nav .item:before,
.meta-publi .category:before {
  content: '/ ';
  color: #999999;
}
.nav .item.on > a,
.meta-publi .category.on a {
  font-weight: 700;
  color: #d93d04;
}
.nav > li > a:hover {
  background: none;
  color: #d93d04;
}
/* Navigation principale */
.nav-principale {
  border-bottom: 1px solid #eeeeee;
}
.nav-principale .menu-liste {
  border-top: 1px solid #eeeeee;
  margin-left: 20px;
  padding-top: 0.5em;
}
.nav .item {
  font-size: var(--step--1);
  line-height: 1.4;
}
.nav .item a {
  display: inline;
  color: #555555;
}
.nav-principale .menu-liste:first-child {
  margin-left: 0;
}
.nav-principale .descriptif_site {
  border-top: 1px solid #eeeeee;
  padding-top: 0.5em;
  font-size: var(--step--1);
  line-height: 1.4;
}
/* Navigation secondaire */
.nav-secondaire {
  margin-left: 0;
  clear: left;
}
.nav-secondaire .nav .nav,
.footer .menu-liste .menu-liste {
  margin-left: 10px;
}
/*   =Banner
   ------------------------------------------------------ */
header[role=banner] {
  margin-bottom: 52px;
}
.header_brand {
  position: relative;
}
.header_logo {
  padding-bottom: 0.5em;
  margin-left: 0;
}
.header_baseline {
  color: #000000;
  font: italic 700 20px/1 "PTSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0.5em;
}
/*   =Recherche-panneau
   ------------------------------------------------------ */
.recherche-panneau {
  border-bottom: 4px solid #000;
  background-color: #000000;
  margin-bottom: 20px;
}
.recherche-panneau .container {
  position: relative;
}
.recherche-panneau .action {
  background: #000000 url(//www.caap.asso.fr/plugins/caap-4.0.8/img/search.png) no-repeat 4px 8px;
  height: 34px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -34px;
  z-index: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.recherche-panneau,
.recherche-panneau .action {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.recherche-panneau .action:hover,
.recherche-panneau .action.on {
  background-position: 4px -25px;
}
/*   =Footer
   ------------------------------------------------------ */
.footer {
  background-color: #000000;
  padding-top: 52px;
  padding-bottom: 26px;
  color: #fff;
}
.footer .groupe {
  padding-left: 20px;
}
.footer a {
  color: #fff;
}
.footer_brand {
  display: flex;
  padding-bottom: 52px;
}
.footer_logo {
  margin-left: 0;
}
.footer_baseline {
  margin-top: auto;
  padding-left: 20px;
  font: italic 700 22px/1 "PTSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer_social {
  --cluster-horizontal-align: flex-end;
  font-size: 36px;
  padding-top: 24px;
}
.footer_social a {
  display: flex;
  padding: 0.5rem;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.footer_social a:hover {
  background-color: #d93d04;
}
.footer_credits {
  text-align: right;
  font-size: 14px;
  padding-top: 24px;
  text-transform: uppercase;
}
/*   =Contenu
   ------------------------------------------------------ */
.contenu .texte,
.contenu .ps,
.contenu .documents {
  margin-bottom: var(--space-xl);
}
/*   =Contenu entete
   ------------------------------------------------------ */
.contenu-entete {
  margin-bottom: 26px;
}
/*   =Contenu contextuel
   ------------------------------------------------------ */
.contextuel,
.contextuel a,
.self .meta-publi,
.meta-publi time,
.meta-publi .byline,
.meta-publi .data-document {
  color: #999999;
}
.contextuel a:hover {
  color: #d93d04;
}
.meta-publi time,
.comment-meta time {
  text-transform: uppercase;
}
.meta-publi .data-document,
.meta-publi .byline {
  font-style: italic;
}
.liste-items .intertitre {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #555;
  font-weight: 400;
  margin: 0;
}
.site--descriptif {
  padding-right: 20px;
}
/*   =Hentry
   ------------------------------------------------------ */
.soustitre {
  font-style: italic;
  font-weight: 400;
}
.meta-publi {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.meta-publi li {
  display: block;
  font-size: var(--step--1);
}
.self .meta-publi .category {
  margin-bottom: 26px;
}
.entry-content .chapo {
  color: #000000;
  font-size: var(--step-2);
  font-weight: initial;
  margin-bottom: var(--space-xl);
}
.meta-tags {
  font-size: 15.3px;
}
.meta-tags span {
  border: 1px solid #d93d04;
  border-radius: 4px;
  padding: 0.15em 0.35em 0.15em;
}
/*   =Self
   ------------------------------------------------------ */
.self .titre,
.contenu-entete.self .texte {
  color: #000000;
}
.self .titre {
  font-size: 38.52px;
  line-height: 1.1;
}
.self hgroup .titre {
  margin-bottom: 0;
}
.self .soustitre {
  font-size: 30.78px;
  margin-top: 1rem;
}
.contenu-entete.self .texte {
  font-size: 20.52px;
}
.self .meta-publi {
  margin-bottom: 26px;
  clear: left;
}
/*   =Listes
   ------------------------------------------------------ */
.liste.selection {
  float: left;
}
.liste .liste-items {
  margin-left: 0;
  list-style: none;
}
.liste .hentry {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.liste .entry-title {
  font-size: var(--step-3);
  line-height: 1.1;
  margin-bottom: 26px;
}
.liste .entry-title a {
  color: #000000;
}
.liste .entry-title a:hover {
  color: #d93d04;
}
.liste hgroup .entry-title {
  margin-bottom: 6.5px;
}
.liste hgroup .soustitre {
  margin-top: 6.5px;
}
.liste .soustitre {
  font-size: 23.4px;
  line-height: 26px;
}
/* ressources */
.liste.ressources .theme {
  font-size: 23px;
  border-bottom: 1px solid #d93d04;
}
.liste.ressources .articles {
  clear: both;
  margin-left: 0;
}
.ressources-filtres_titre {
  border-bottom: 0;
  margin-bottom: 12px;
  font-weight: normal;
}
.ressources-filtres_total {
  font-size: 20px;
  margin: 48px 0 24px;
  color: #d93d04;
}
.ressources-articles {
  margin-top: 48px;
}
/* espace membres */
.liste.section {
  clear: both;
  margin-bottom: 52px;
}
/* recherche */
.liste.recherche {
  margin-bottom: 104px;
}
/* footer */
/*   =Recherche
   ------------------------------------------------------ */
.resultats {
  font-size: 22.5px;
  font-weight: 700;
}
.resultats.detail {
  border-bottom: 1px solid #000000;
}
/*   =Suite
   ------------------------------------------------------ */
.suite,
.tous {
  font-weight: 700;
}
.suite:before {
  content: '\25A0\0020';
}
.tous:after {
  content: '\0020\2192';
}
.suite:before,
.tous:after {
  color: #000000;
  font-size: 18px;
  vertical-align: baseline;
  -webkit-transition: color .35s linear .1s;
  -moz-transition: color .35s linear .1s;
  -o-transition: color .35s linear .1s;
  transition: color .35s linear .1s;
}
.suite:hover:before,
.tous:hover:after {
  color: #d93d04;
}
.tous {
  text-align: right;
  font-size: 16px;
}
/*   =Action
   ------------------------------------------------------ */
.action.sujet {
  text-align: right;
}
/*   =Membres
   ------------------------------------------------------ */
/* orientation */
.orientation {
  margin: 26px 0;
  border-bottom: 1px solid #eeeeee;
}
.orientation li {
  text-align: center;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0;
  display: inline;
  margin-left: 0;
  margin-bottom: 26px;
}
.orientation li a {
  text-transform: uppercase;
  font-weight: 700;
}
.orientation .visite-nouveau {
  margin-left: 20px;
}
.orientation .intertitre {
  font-size: 22px;
}
/* mon profil */
.liste.auteur dt {
  font-size: 23.4px;
}
.liste.auteur dd {
  margin-left: 20px;
}
.liste.auteur dd + dt {
  margin-top: 26px;
}
.liste.messages .titre {
  font-size: 23.4px;
  line-height: 26px;
  margin-top: 0;
}
.liste.documents.membres .titre {
  font-size: 23.4px;
}
/*   =Forums
   ------------------------------------------------------ */
/* Rubrique */
.meta-forum {
  margin-left: 0;
}
.meta-forum li {
  display: inline;
  margin-right: 10px;
}
.meta-forum .label {
  text-transform: uppercase;
  background-color: #555555;
}
/* Article */
#forum {
  clear: both;
}
/* Article > comments */
.comments .ecrire-message {
  text-align: right;
}
.comments .comment-item {
  clear: both;
  margin-bottom: 26px;
}
.comments .comment {
  background-color: rgba(240, 240, 240, 0.6);
  padding: 10px;
}
.comments .liste-items .liste-items .comment-item {
  border-top: 1px solid #fff;
  margin-bottom: 0;
}
.comments .comment-reply {
  margin-top: 13px;
}
/* comment-meta */
.comment-meta {
  position: relative;
}
.comment-meta .auteur {
  font-weight: 700;
}
.comment-meta .image {
  float: left;
  margin-right: 20px;
}
.comment-meta time {
  font-size: 15.3px;
  color: #999999;
  display: block;
}
.comment-meta .permalink {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
}
.comment-meta .permalink:hover {
  color: #d93d04;
}
/* boutons admin forum */
.spip-admin.modererforum .bouton_action_post {
  float: right;
  margin-bottom: 0;
}
.spip-admin.modererforum .bouton_action_post.spam {
  margin-right: 20px;
}
/*   =icones
   ------------------------------------------------------ */
.i--inline {
  margin-right: 10px;
}
.i--label {
  display: inline-block;
  margin-left: 10px;
}
/*   =Spip
   ------------------------------------------------------ */
/* Titres */
.section .intertitre {
  font-size: 33.48px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
.groupe .intertitre {
  font-size: 25.56px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.groupe .soustitre {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
/* Notes */
/* images et documents */
/* logos d'objet */
.logo-objet {
  float: left;
  margin: 0 20px 26px 0;
}
.logo-objet a {
  display: block;
  border-bottom: none;
}
/* HR */
hr.spip {
  border-color: #000000;
  margin: 52px;
}
/*   =PRINT
   ------------------------------------------------------ */
@media print {
  body {
    font-size: 12pt;
    line-height: 16pt;
    margin: 5%;
  }
  /* liens */
  .contenu p a:after,
  .contenu .spip_doc_titre a:after {
    content: " [http://caap.asso.fr/" attr(href) "]";
    font-size: 80%;
  }
  .contenu p a[href^="http://"]:after {
    content: " [" attr(href) "]";
  }
  .contenu p a[href^="#"]:after {
    display: none;
  }
  /* éléments à masquer */
  .recherche-panneau,
  .nav-principale,
  .footer,
  .pager-nav {
    display: none;
  }
  /* fil d'ariane: fond blanc */
  .bc {
    background-color: #fff;
  }
}
