/* Coeur de SPIP */
.spip_documents > a { display: block; } /* Cf https://git.spip.net/spip-contrib-extensions/adaptive_images/issues/1 */
.box_mediabox button, .crayon-boutons button {min-width:auto; line-height:inherit;}
.adapt-img-wrapper {vertical-align: top;} /* cf https://github.com/nursit/AdaptiveImages/issues/13 */
.formulaire_spip textarea.markItUpEditor, .formulaire_spip li.editer_texte textarea {background-color: #eee !important; color: #111 !important;}
ul.spip { list-style-type: disc; }
.image.featured img.spip_logo {float: none; margin: 0;}
.spip_documents a.mediabox, .spip_document_file a { border: 0;}

/* Couteau Suisse, onglets (lame decoupe) : surcharge de outils/decoupe.css, charge apres.
   Prefixe body + .selected repete pour la specificite, sans !important. */
body div.onglets_bloc h2.onglets_titre,
body div.onglets_bloc h2.onglets_titre.selected{
	height:auto;
	padding:14px 22px;
	font-size:16px;
	font-weight:600;
	color:#fff;
}
body div.onglets_bloc h2.onglets_titre a,
body div.onglets_bloc h2.onglets_titre.selected a{
	color:#fff;
}
body div.onglets_bloc .onglets_contenu,
body div.onglets_bloc .onglets_contenu.selected{
	padding:30px 32px;
}

/* Titres d'onglets colores, composition cgu seulement : 1er = Circuits, suivants = Destinations. */
body #article-cgu-page div.onglets_bloc .onglets_liste h2.onglets_titre:first-child,
body #article-cgu-page div.onglets_bloc .onglets_liste h2.onglets_titre:first-child.selected{
	background-color:var(--c-circuit);
}
body #article-cgu-page div.onglets_bloc .onglets_liste h2.onglets_titre:not(:first-child),
body #article-cgu-page div.onglets_bloc .onglets_liste h2.onglets_titre:not(:first-child).selected{
	background-color:var(--c-info);
}