You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3933 lines
160 KiB
HTML
3933 lines
160 KiB
HTML
[(#REM)
|
|
|
|
Note: l'entete "Vary:" sert a repousser l'entete par
|
|
defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
|
|
genant en cas de "rotation du cookie de session" apres
|
|
un changement d'IP (effet de clignotement).
|
|
|
|
ATTENTION: il faut absolument le charset sinon Firefox croit que
|
|
c'est du text/html !
|
|
<style>
|
|
]
|
|
#CACHE{3600*24,cache-client}
|
|
#HTTP_HEADER{Content-Type: text/css; charset=utf-8}
|
|
#HTTP_HEADER{Vary: Accept-Encoding}
|
|
|
|
[(#REM) Recuperation des CSS par defaut du plugin Comments s'il est installé ]
|
|
[(#PLUGIN{comments}|oui)[(#INCLURE{#CHEMIN{comments.css}|url_absolue_css}|compacte{css})]]
|
|
|
|
[(#REM) Reset minimal pour compatibilité SPIP 3.0 ]
|
|
*, *:before, *:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
* a:focus-visible {
|
|
outline: 3px dashed rgba(80,80,80,0.68);
|
|
outline-offset: 4px;
|
|
}
|
|
.offscreen {
|
|
position: absolute;
|
|
left: -10000px;
|
|
top: auto;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body { background: transparent; }
|
|
|
|
/* layout */
|
|
|
|
#SET{LargeurContaineur,(#CONFIG{soyezcreateurs_layout/largeurconteneur,960})}
|
|
#SET{LargeurMenuGauche,(#CONFIG{soyezcreateurs_layout/largeurmenugauche,180})}
|
|
#SET{LargeurMenuDroit,(#CONFIG{soyezcreateurs_layout/largeurmenudroit,180})}
|
|
[(#CONFIG{soyezcreateurs_layout/largeurcolonnes,0}|=={0}|?
|
|
{
|
|
[(#SET{Largeurcontent_central,[(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|div{3}|floor)]})]
|
|
,
|
|
[(#SET{Largeurcontent_central,[(#CONFIG{soyezcreateurs_layout/largeurcolonnes})]})]
|
|
}
|
|
)]
|
|
[(#CONFIG{soyezcreateurs_layout/largeurvideoaccueil,0}|intval|=={0}|?
|
|
{
|
|
[(#SET{LargeurArretSurImg,[(#GET{Largeurcontent_central}|moins{2})]})]
|
|
,
|
|
[(#SET{LargeurArretSurImg,[(#CONFIG{soyezcreateurs_layout/largeurvideoaccueil}|intval)]})]
|
|
}
|
|
)]
|
|
[(#CONFIG{soyezcreateurs_layout/hauteurvideoaccueil,0}|intval|=={0}|?
|
|
{
|
|
[(#SET{HauteurArretSurImg,[(#GET{LargeurArretSurImg}|div{1.245}|floor)]})]
|
|
,
|
|
[(#SET{HauteurArretSurImg,[(#CONFIG{soyezcreateurs_layout/hauteurvideoaccueil}|intval)]})]
|
|
}
|
|
)]
|
|
#SET{margescolonnes,#CONFIG{soyezcreateurs_layout/margescolonnes,12}}
|
|
[(#SET{largeurtotale,[(#GET{Largeurcontent_central}|mult{3})]})]
|
|
[(#SET{largeurMenu,[(#GET{LargeurMenuGauche}|plus{#GET{LargeurMenuDroit}}|moins{20})]})]
|
|
|
|
#SET{c_body_bk,(#CONFIG{soyezcreateurs_couleurs/body_bk,#eceded})}
|
|
#SET{c_triadea,(#CONFIG{soyezcreateurs_couleurs/triadea,#be1621})}
|
|
#SET{c_triadeb,(#CONFIG{soyezcreateurs_couleurs/triadeb,#129b9b})}
|
|
#SET{c_triadec,(#CONFIG{soyezcreateurs_couleurs/triadec,#c38f06})}
|
|
#SET{c_logo_bk,(#CONFIG{soyezcreateurs_couleurs/logo_bk,transparent})}
|
|
#SET{c_header,(#CONFIG{soyezcreateurs_couleurs/header,#262626})}
|
|
#SET{c_header_bk,(#CONFIG{soyezcreateurs_couleurs/header_bk,#ffffff})}
|
|
#SET{c_nomsite,(#CONFIG{soyezcreateurs_couleurs/nomsite,(#CONFIG{soyezcreateurs_couleurs/header,#262626})})}
|
|
#SET{c_nomsite_bk,(#CONFIG{soyezcreateurs_couleurs/nomsite_bk,(#CONFIG{soyezcreateurs_couleurs/header_bk,#ffffff})})}
|
|
#SET{c_outils,(#CONFIG{soyezcreateurs_couleurs/outils,(#CONFIG{soyezcreateurs_couleurs/header,#262626})})}
|
|
#SET{c_fildariane,(#CONFIG{soyezcreateurs_couleurs/fildariane,(#CONFIG{soyezcreateurs_couleurs/container,#02265a})})}
|
|
#SET{c_fildariane_bk,(#CONFIG{soyezcreateurs_couleurs/fildariane_bk,(#CONFIG{soyezcreateurs_couleurs/container_bk,#02265a})})}
|
|
#SET{c_fildarianehome,(#CONFIG{soyezcreateurs_couleurs/fildarianehome,#EA5044})}
|
|
#SET{c_chevrons,(#CONFIG{soyezcreateurs_couleurs/fildarianehome_bk,#EA5044})}
|
|
#SET{c_footer,(#CONFIG{soyezcreateurs_couleurs/footer,#595959})}
|
|
#SET{c_footer_bk,(#CONFIG{soyezcreateurs_couleurs/footer_bk,#ffffff})}
|
|
#SET{c_navigation,(#CONFIG{soyezcreateurs_couleurs/navigation,#017ca5})}
|
|
#SET{c_navigation_bk,(#CONFIG{soyezcreateurs_couleurs/navigation_bk,#ffffff})}
|
|
#SET{c_menuhaut,(#CONFIG{soyezcreateurs_couleurs/menuhaut,#017ca5})}
|
|
#SET{c_menuhaut_bk,(#CONFIG{soyezcreateurs_couleurs/menuhaut_bk,#ffffff})}
|
|
#SET{c_menuhautonglet,(#CONFIG{soyezcreateurs_couleurs/menuhautonglet,#CONFIG{soyezcreateurs_couleurs/menuhaut,#017ca5}})}
|
|
#SET{c_menuhautonglet_bk,(#CONFIG{soyezcreateurs_couleurs/menuhautonglet_bk,#CONFIG{soyezcreateurs_couleurs/menuhaut_bk,#ffffff}})}
|
|
#SET{c_menuhautongletsurvol,(#CONFIG{soyezcreateurs_couleurs/menuhautongletsurvol,#CONFIG{soyezcreateurs_couleurs/menuhaut_bk,#ffffff}})}
|
|
#SET{c_menuhautongletsurvol_bk,(#CONFIG{soyezcreateurs_couleurs/menuhautongletsurvol_bk,#CONFIG{soyezcreateurs_couleurs/menuhaut,#017ca5}})}
|
|
#SET{c_menuhautongletactif,(#CONFIG{soyezcreateurs_couleurs/menuhautongletactif,#CONFIG{soyezcreateurs_couleurs/menuhaut_bk,#ffffff}})}
|
|
#SET{c_menuhautongletactif_bk,(#CONFIG{soyezcreateurs_couleurs/menuhautongletactif_bk,#CONFIG{soyezcreateurs_couleurs/menuhaut,#017ca5}})}
|
|
#SET{c_menuhautderoulant,(#CONFIG{soyezcreateurs_couleurs/menuhautderoulant,#1766ab})}
|
|
#SET{c_menuhautderoulantsurvol,(#CONFIG{soyezcreateurs_couleurs/menuhautderoulant_bk,#ffffff})}
|
|
#SET{c_menuhautderoulant2,(#CONFIG{soyezcreateurs_couleurs/menuhautderoulant2,#1766ab})}
|
|
#SET{c_menuhautderoulantsurvol2,(#CONFIG{soyezcreateurs_couleurs/menuhautderoulant2_bk,#ffffff})}
|
|
#SET{c_menubas,(#CONFIG{soyezcreateurs_couleurs/menubas,#017ca5})}
|
|
#SET{c_menubas_bk,(#CONFIG{soyezcreateurs_couleurs/menubas_bk,#ffffff})}
|
|
#SET{c_menubas_hover,#(#CONFIG{soyezcreateurs_couleurs/menubas,#017ca5}|couleur_extreme)}
|
|
#SET{c_menubas_hover_bk,#(#CONFIG{soyezcreateurs_couleurs/menubas_bk,#ffffff}|couleur_extreme)}
|
|
[(#GET{c_menubas}|=={#FFFFFF}|oui)#SET{c_menubas_hover,#EFEFEF}]
|
|
[(#GET{c_menubas}|=={#000000}|oui)#SET{c_menubas_hover,#333333}]
|
|
[(#GET{c_menubas_bk}|=={#FFFFFF}|oui)#SET{c_menubas_hover_bk,#EFEFEF}]
|
|
[(#GET{c_menubas_bk}|=={#000000}|oui)#SET{c_menubas_hover_bk,#333333}]
|
|
#SET{c_extra,(#CONFIG{soyezcreateurs_couleurs/extra,#017ca5})}
|
|
#SET{c_extra_bk,(#CONFIG{soyezcreateurs_couleurs/extra_bk,#ffffff})}
|
|
#SET{c_datemajsite,(#CONFIG{soyezcreateurs_couleurs/datemajsite,#595959})}
|
|
#SET{c_datemajsite_bk,(#CONFIG{soyezcreateurs_couleurs/datemajsite_bk,#ffffff})}
|
|
#SET{c_menu_a,(#CONFIG{soyezcreateurs_couleurs/menu_a,#005e7a})}
|
|
#SET{c_menu_a_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_bk,#ffffff})}
|
|
#SET{c_menu_a_hover,(#CONFIG{soyezcreateurs_couleurs/menu_a_hover,#ffffff})}
|
|
#SET{c_menu_a_hover_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_hover_bk,#0b7899})}
|
|
#SET{c_menu_a_active,(#CONFIG{soyezcreateurs_couleurs/menu_a_active,#ffffff})!important}
|
|
#SET{c_menu_a_active_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_active_bk,#0b7899})!important}
|
|
#SET{c_menu_a_strong,(#CONFIG{soyezcreateurs_couleurs/menu_a_strong,#ffffff})}
|
|
#SET{c_menu_a_strong_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_strong_bk,#0b7899})}
|
|
#SET{c_menu_a_deroulant,(#CONFIG{soyezcreateurs_couleurs/menu_a_deroulant,#1766ab})}
|
|
#SET{c_menu_a_deroulantsurvol,(#CONFIG{soyezcreateurs_couleurs/menu_a_deroulant_bk,#1766ab})}
|
|
|
|
#SET{c_container,(#CONFIG{soyezcreateurs_couleurs/container,#02265a})}
|
|
#SET{c_container_bk,(#CONFIG{soyezcreateurs_couleurs/container_bk,#f6f6f6})}
|
|
#SET{c_fildariane,(#CONFIG{soyezcreateurs_couleurs/fildariane,#02265a})}
|
|
#SET{c_fildariane_bk,(#CONFIG{soyezcreateurs_couleurs/fildariane_bk,#f6f6f6})}
|
|
#SET{c_titraille,(#CONFIG{soyezcreateurs_couleurs/titraille,#005e7a})}
|
|
#SET{c_titraille_bk,(#CONFIG{soyezcreateurs_couleurs/titraille_bk,#f6f6f6})}
|
|
#SET{c_titraille_ssniveaux,(#CONFIG{soyezcreateurs_couleurs/titraille_ssniveaux,#005e7a})}
|
|
#SET{c_titraille_ssniveaux_bk,(#CONFIG{soyezcreateurs_couleurs/titraille_ssniveaux_bk,#f6f6f6})}
|
|
#SET{c_link,(#CONFIG{soyezcreateurs_couleurs/link,#017ca5})}
|
|
#SET{c_visited,(#CONFIG{soyezcreateurs_couleurs/visited,#595959})}
|
|
#SET{c_hover,(#CONFIG{soyezcreateurs_couleurs/hover,#02265a})}
|
|
#SET{c_active,(#CONFIG{soyezcreateurs_couleurs/active,#595959})}
|
|
#SET{c_cadrestexte,(#CONFIG{soyezcreateurs_couleurs/cadrestexte,#02265a})}
|
|
#SET{c_cadrestexte_bk,(#CONFIG{soyezcreateurs_couleurs/cadrestexte_bk,#eceded})}
|
|
|
|
#SET{f_navigation,(#CONFIG{soyezcreateurs_couleurs/fontsnavigation,'Verdana, Arial, Geneva, sans-serif'})}
|
|
#SET{f_content,(#CONFIG{soyezcreateurs_couleurs/fontscontent,'Verdana, Arial, Geneva, sans-serif'})}
|
|
|
|
#SET{d_body_degrade,#CONFIG{soyezcreateurs_couleurs/body_degrade,on}}
|
|
#SET{d_footer_degrade,#CONFIG{soyezcreateurs_couleurs/footer_degrade,on}}
|
|
#SET{d_titraille_degrade,#CONFIG{soyezcreateurs_couleurs/titraille_degrade,on}}
|
|
#SET{d_menuhaut_degrade,#CONFIG{soyezcreateurs_couleurs/menuhaut_degrade,on}}
|
|
#SET{d_menubas_degrade,#CONFIG{soyezcreateurs_couleurs/menubas_degrade,on}}
|
|
#SET{d_cartouche_degrade,#CONFIG{soyezcreateurs_couleurs/cartouche_degrade,on}}
|
|
#SET{d_cadreinfo_degrade,#CONFIG{soyezcreateurs_couleurs/cadreinfo_degrade,on}}
|
|
#SET{d_citations_degrade,#CONFIG{soyezcreateurs_couleurs/citations_degrade,on}}
|
|
|
|
.svg-icon {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
fill: currentColor
|
|
}
|
|
|
|
/** Polices pour avoir des pictos utilisables */
|
|
@font-face {
|
|
font-family: 'picto-soyezcreateurs';
|
|
src: url('[(#CHEMIN{fonts/picto-soyezcreateurs.eot}|timestamp)]');
|
|
src: url('[(#CHEMIN{fonts/picto-soyezcreateurs.eot}|timestamp)]#iefix') format('embedded-opentype'),
|
|
url('[(#CHEMIN{fonts/picto-soyezcreateurs.woff2}|timestamp)]') format('woff2'),
|
|
url('[(#CHEMIN{fonts/picto-soyezcreateurs.woff}|timestamp)]') format('woff'),
|
|
url('[(#CHEMIN{fonts/picto-soyezcreateurs.ttf}|timestamp)]') format('truetype'),
|
|
url('[(#CHEMIN{fonts/picto-soyezcreateurs.svg}|timestamp)]#picto-soyezcreateurs') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'picto-soyezcreateurs' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
|
|
.icon-phone:before {
|
|
content: "\260E";
|
|
}
|
|
.icon-location:before {
|
|
content: "\2316";
|
|
}
|
|
.icon-information:before {
|
|
content: "\24D8";
|
|
}
|
|
.icon-envelope:before {
|
|
content: "\2709";
|
|
}
|
|
.icon-fax:before {
|
|
content: "\1F5B7";
|
|
}
|
|
.icon-partenaires:before {
|
|
content: "\1F91D";
|
|
}
|
|
|
|
|
|
// Barres d'acsenseur
|
|
* {
|
|
scrollbar-color: [(#GET{c_fildarianehome})] [(#GET{c_fildariane_bk})];
|
|
scrollbar-width: thin;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: .5rem;
|
|
height: .5rem;
|
|
background-color: #GET{c_fildariane_bk};
|
|
}
|
|
::-webkit-scrollbar-corner {
|
|
background: transparent;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
|
background-color: #GET{c_fildariane_bk};
|
|
}
|
|
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive {
|
|
box-shadow: inset 0 0 0 6px [(#GET{c_fildarianehome})];
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
|
background-color: #GET{c_fildarianehome};
|
|
}
|
|
|
|
.triadeA {
|
|
background-color: #GET{c_triadea};
|
|
color: [(#GET{c_triadea}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
a.triadeA, a.triadeA:visited, a.triadeA:hover, a.triadeA:focus {
|
|
color: [(#GET{c_triadea}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})]!important;
|
|
}
|
|
|
|
.texte-triadeA {
|
|
color:#GET{c_triadea};
|
|
}
|
|
.triadeB {
|
|
background-color: #GET{c_triadeb};
|
|
color: [(#GET{c_triadeb}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
.texte-triadeB {
|
|
color:#GET{c_triadeb};
|
|
}
|
|
.triadeC {
|
|
background-color: #GET{c_triadec};
|
|
color: [(#GET{c_triadec}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
.texte-triadeC {
|
|
color:#GET{c_triadec};
|
|
}
|
|
|
|
|
|
/*************** DEFAULT DEFINITION */
|
|
/* Cf https://blog.mayank.co/better-scrolling-through-modern-css */
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
}
|
|
html {
|
|
overscroll-behavior: contain;
|
|
}
|
|
html, body, #header h1 { padding: 0; margin: 0; font-family: #GET{f_content}; }
|
|
html { background-color: #GET{c_body_bk}; [(#GET{c_body_bk}|!={transparent}|oui|et{[(#GET{d_body_degrade}|non)]}) background: #GET{c_body_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_haut3.png}|image_sepia{[(#GET{c_body_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];] color: #[(#GET{c_body_bk}|couleur_inverserluminosite{80})]; font-size: [(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|?{100%,62.7%})]; }
|
|
#header, #menuhaut, #navHaute, #menu, #footer, #miniplan, #miniplan h1, #miniplan h2, #sommaire, #content #sommaire h2, .rightmenu, .rightmenu h2, .docjoints, #content .docjoints h2, #artrecents, #content #artrecents h2, .onglets, #miettesdepain, .agendanavmois, .pagination { font-family: #GET{f_navigation}; }
|
|
div { margin: 0; padding: 0; border: 0; }
|
|
img { z-index: 0; border: none; image-rendering:optimizeQuality; }
|
|
p { margin-bottom: 10px; margin-top: 20px; font-size: 1em; text-align: left; }
|
|
strong, b { font-weight: bold; }
|
|
ol { color: #[(#GET{c_container}|couleur_inverserluminosite{10})]; font-size: 1em; list-style-type: decimal; list-style-image: none; }
|
|
ul ul, ol ul, ul ol, ol ol { padding-left: 12px; }
|
|
/* Suivre les recommandations de http://romy.tetue.net/signaler-les-abreviations - Merci !*/
|
|
acronym, abbr { border-bottom: .1em dotted; cursor: help; }
|
|
iframe { border: none; width: 100%;}
|
|
a[hreflang]:after { content: ""; }
|
|
/* Liens externes */
|
|
a.spip_out:after, a.external:after { content: ""; }
|
|
a[hreflang].spip_out:after, a[hreflang].external:after { content: ""; }
|
|
img { box-sizing: content-box; }
|
|
ul.spip { margin-left: 2em; }
|
|
ol.spip { margin-left: 2.5em; }
|
|
ul.spip ul.spip, ol.spip ol.spip { margin-left: .25em; margin-bottom: 0; margin-top: 0.25em;}
|
|
ul.spip li, ol.spip li { margin-bottom: 0.25em; }
|
|
.table caption, table.spip caption { border-bottom: none; }
|
|
|
|
@media print {
|
|
abbr:after, acronym:after { content: " ("attr(title)")"; }
|
|
abbr, acronym { border-bottom: 0; }
|
|
}
|
|
|
|
/*************** FORMS */
|
|
|
|
|
|
/* Style des formulaires d'edition
|
|
----------------------------------------------- */
|
|
#content .formulaire_spip {
|
|
padding:0 10px 0;
|
|
border: 1px solid #GET{c_cadrestexte};
|
|
color: #GET{c_cadrestexte};
|
|
background-color: #GET{c_cadrestexte_bk};
|
|
margin: 0 0;
|
|
position:relative; /* pour positionner le ajaxload en automatique */
|
|
}
|
|
#content .formulaire_spip__etapes {
|
|
margin: -1px -11px .7em;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #GET{c_cadrestexte};
|
|
color: #GET{c_cadrestexte_bk};
|
|
background: #GET{c_cadrestexte};
|
|
}
|
|
|
|
.editer-label {
|
|
margin-top: 2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cadre-formulaire-editer .formulaire_spip { margin-top:0; }
|
|
.cadre-formulaire-editer {color: #444; margin-top:1.5em;position:relative;}
|
|
.cadre-formulaire-editer.popin {margin-top:0}
|
|
.cadre-formulaire-editer .image_loading {position:absolute;right:0;}
|
|
|
|
.entete-formulaire{ background:white; border:1px solid #GET{c_cadrestexte}; border-bottom:0; padding:.5em 10px; overflow:hidden;}
|
|
.formulaire_spip .cadre{border: 1px solid #GET{c_cadrestexte};}
|
|
|
|
/* dans les formulaires de configuration */
|
|
h3.titrem {position:relative;}
|
|
.formulaire_spip h3.titrem {background-color: [#(#GET{c_cadrestexte}|couleur_eclaircir)];color: #4A4A4A;}
|
|
|
|
/* Pagination */
|
|
.pagination .pagination-items {list-style: none;display: flex;flex-direction: row; justify-content: center; margin: 1rem; line-height: 1.2; }
|
|
.pagination .pagination-item { margin: 0em; flex-basis: 7.5%; display: flex;align-items: center;}
|
|
.pagination .pagination_precedent_suivant .pagination-item { flex-basis: auto;}
|
|
.pagination .pagination-item + .pagination-item { margin-left: 0.5rem }
|
|
.pagination .pagination-item-label { display:block; flex-basis: 100%; background: #f0f0f0; text-decoration: none; padding:.5rem; border-radius:.25rem; text-align: center;}
|
|
.pagination .on .pagination-item-label,
|
|
.pagination a[href].pagination-item-label:hover,
|
|
.pagination a[href].pagination-item-label:focus,
|
|
.pagination a[href].pagination-item-label:active { background: #GET{c_fildarianehome}; color: #GET{c_fildariane_bk}; }
|
|
.pagination .on .pagination-item-label {font-weight: bold;}
|
|
.pagination .pagination_precedent_suivant .disabled {visibility: hidden}
|
|
.pagination .pagination-item.disabled {}
|
|
.pagination .pagination-item.disabled .pagination-item-label {color:#888; font-weight: normal;}
|
|
.menu_articles .pagination strong {font-size:1rem;}
|
|
|
|
/* Formulaires : variantes et cas particuliers
|
|
----------------------------------------------- */
|
|
.formulaire_spip { margin-bottom: 1.5em; }
|
|
.formulaire_spip label { display: block; }
|
|
.formulaire_spip input.text,
|
|
.formulaire_spip select,
|
|
.formulaire_spip textarea {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding:.25em;
|
|
border:solid 1px #ccc;
|
|
border-radius:4px;
|
|
}
|
|
|
|
.formulaire_spip fieldset,
|
|
.formulaire_spip fieldset.editer {
|
|
margin: 1em 0 0 0;
|
|
padding: 1em 0.5em 0;
|
|
border: 2px solid #GET{c_cadrestexte}30;
|
|
border-image:
|
|
linear-gradient(
|
|
to right,
|
|
#GET{c_cadrestexte}60,
|
|
transparent 66%
|
|
) 1;
|
|
}
|
|
|
|
.formulaire_spip legend {
|
|
padding: .5em;
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.formulaire_spip img.ui-datepicker-trigger {
|
|
position:relative;
|
|
max-width: 1.5em;
|
|
margin-top: -0.25em;
|
|
margin-left: -1.75em;
|
|
}
|
|
|
|
.formulaire_spip .choix {
|
|
display: grid;
|
|
grid-template-columns: 3ch 1fr;
|
|
align-items: baseline;
|
|
}
|
|
.formulaire_spip .saisie_fichiers .choix{
|
|
display:block;
|
|
}
|
|
.saisie_choix_grille table.spip {
|
|
margin:0;
|
|
}
|
|
.formulaire_spip .choix label {
|
|
display: inline;
|
|
}
|
|
|
|
.formulaire_recherche label { display: block; }
|
|
.erreur_message { display: block; }
|
|
|
|
.formulaire_spip .boutons {
|
|
clear: both;
|
|
margin: 0.5em 0;
|
|
padding: 0;
|
|
text-align: right;
|
|
}
|
|
.formulaire_spip .submit,.bouton_action_post .submit {
|
|
background-color: #GET{c_cadrestexte};
|
|
color: #[(#GET{c_cadrestexte}|couleur_extreme|couleur_inverser)];
|
|
border-radius: .5em;
|
|
border: none;
|
|
padding: .5em 1em;
|
|
}
|
|
.formulaire_spip .submit:hover,.bouton_action_post .submit:hover,
|
|
.formulaire_spip .submit:focus,.bouton_action_post .submit:focus {
|
|
background-color: #[(#GET{c_cadrestexte}|couleur_luminance{0.7})];
|
|
box-shadow: rgba(0, 0, 0, 0.5) 0 4px 12px;
|
|
transform: translateY(-1px);
|
|
}
|
|
.formulaire_spip .submit:active,.bouton_action_post .submit:active {
|
|
background-color: #[(#GET{c_cadrestexte}|couleur_luminance{0.5})];
|
|
box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
|
|
transform: translateY(0);
|
|
}
|
|
|
|
.formulaire_spip p.explication {
|
|
margin: 0 0 0.25em;
|
|
line-height: initial;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
/** Dans une modale SPIP */
|
|
#colorbox .formulaire_spip { margin: 1em 2em; }
|
|
|
|
/**************** Recherche par mot clef */
|
|
#mots_filtres { padding: 8px; }
|
|
#formulaire_recherche_par_mot .searchfield { width: auto; }
|
|
#formulaire_recherche_par_mot { float:right; }
|
|
#formulaire_recherche_par_mot label { vertical-align:middle; }
|
|
#postDetailInfos { float: left; }
|
|
#mots_filtres p { margin:0; padding:0; }
|
|
a.tags, a.tags:link, a.tags:visited { background: #fff url([(#CHEMIN{images/croix-rouge.gif}|embarque_fichier)]) no-repeat 2px center; color: #000; padding:2px; padding-left: 20px; padding-right: 4px; border: 1px solid [#(#GET{c_container_bk}|couleur_inverserluminosite{10})];}
|
|
a.tags:hover, a.tags:focus, a.tags:active { color: #f00; background-color: #ddd; text-decoration:none; }
|
|
a.tags.ajouter, a.tags.ajouter:link, a.tags.ajouter:visited { background: #fff url([(#CHEMIN{images/tags_ajouter.gif}|embarque_fichier)]) no-repeat 3px center; display:inline-block; padding:2px; padding-left: 16px; margin:2px 0 4px; padding-right: 4px; }
|
|
|
|
|
|
/*************** LINKS */
|
|
a { color: #GET{c_link}; font-weight: bold; text-decoration: none; }
|
|
a:visited { color: #GET{c_visited}; }
|
|
#letexte a:hover, #letexte a:focus { color: #GET{c_hover}; text-decoration: underline; }
|
|
/* Une idée trouvée sur http://userstyles.org/styles/1183/cursor-indicator */
|
|
a[href$=".pdf"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAO1SURBVHjarFfPTxNBFH6zP7qttAVtwZgYEjACBySKJphoTfAfQAwcuIGJ8Z+AcIBw1H8Ab8bEpNGzHIgREmIg9ATqQUkkxqRQpEoLZbcd32zfNtt1u90WXvLlTdmZ/fa9ed+bgYG77ZHvRCg0NhA6oojg4MM4/38acyMTExFMkiTx/Cb9/RiRQxQQpfMmjJsPGTtA94D+foQ4JFKjWUKlzhrxQSEa6zRfgjOYn8UyEakEi5Q1Q1gvpb9tc4YppUe0nwYVUImKiJ/HHpqLdF3PBgIBa7XwNxCnlOZTIjecxE0T2seGYRyqqmoR36FoTwhVsvEiZASxN7+8CK0xRm0R3yfSv4g8yaZY5nMn3LONuxA7ODFWj9CR6mHa2z9EbGq1FiEnoWdI6AzHFz0rzUGOdo+iyyIOaKzX0uE+LYyLCfSCRgUt3hMgKF6SEXvW7ofEh54l0qynRhXbV2eQOOaWBntkAsVisTImU0mPGkUpPMf3cVsBcWeVpkulEhOkbmQzMzO+w52fn79KhWOQTgWKzrIVqdjnNWx6eprXM2uO8PiuPkQ34jIibO2tvXlzCj1jj9KROljf2ABZkkGWLUigyApspjYrc+bm5oT7jJHetm2bSPkJc5FJ2hL++Pi47zROTExAKpVypjZBEjkkueScxxO3F5AYP02+xyrgJoL4kcJr9FszfwM8G3sEiqLA0NBdM2LUM6yurlonjWqXi9t52IEL0lYaW7HIxMtv8Tx8Yxpc4wVIMxU6uG4+LzDZ9IlEopxiTPfapzV7xiy5sFqEVZXUhoS9/AR+sgBE6VEYIztluHdmlKQvRUXIIJqVIG34AMaUZoSP0vUlgj5M45BIKS9VLVZVxSSUsYBEpHWF77B2eqZHMcICRtOCJHL5S8ridXQnsYciOgmj8+pcXncaM5zJsce+qlRE5adFehHyZDIpU5tqQTHvCX3lcnmQFaxELJb861cQGH4IuQ8foZjJgBKPn42QUHUPVXCvZKlc+rmtLWibnAJpoB9+jIwAi0RAD4Vgv6cXhaC6F43VSWqBSPVKcVCHyb59B8FwBApfvoLU2gpdy8twZWEBgpdisLu01Pw1kdpkJUIJyb5PPYHsxjrEZmdB6+uFQHc3ME2D4OAgdL5chIEXz5tKqau9GR2F3PY2XF9chN2VlZoFdC6E5hHV329ixyNtNisQdOv+yrwOXJdmoNLVP4q4QH2ynunUwMUF67hRQolINPJ+/lUoEakZaaOE1v1Vtt1l69Ydwbxq/BNgAOua/yDPR/j0AAAAAElFTkSuQmCC"), pointer; }
|
|
|
|
a[href$=".doc"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAQKSURBVHjarFdLbFRVGP7uY6bSUpXQIhgk5WHiQoxaYjEyQwgh7GpK7IINRBeocaUbSWxXbUy3mpjAkgQXJi4MJMqCXQtIgE7GoIY0PEqbDu102pl2pjNzX8f/3Pnv5HK986R/8uWc3jnnfvd/fOf8VRBuaR73EHSeWwSTYBMEmjAh/r9MCSOTCwmKqqry93f5eZFQIJQJzmYT9rg/KsoKDXF+nidkmdRql1BvsEd+0Baem7xexQtYM5s1JoowPFKlHcJGIV31rTnGIc1zPi0uIIeLSGxGDt1NpmnmotGot1uOBwkGh9lgcitI3Dahf25ZVjYSiXjEh9jbEuM52dQjVBgyN6l6hN6cvPaIjzDpOmGDZWNX+MIJ0775XsJjWri9EWEg1Mc4t2tM7Gq1FqFgoWdY6ArNt9WttAA52UfsXY6wwnOzlg6XeWOPXMAvaFXQ8j1Rhl5PMjJnvc2QNKFnlTVbV6O676szRLw9LAx+zyRs267O2SKsxw72Uo6C3id8BSSCVbrkOI4iScPIRkdHm3Z3fHx8NxeOxTqVsINlK0OxLGrYyMiIaGTeGjnSu94i7CO8Rtjq5dZ/eAt2PeP3MhA63Ll7F5qqQdM8qNA1HdOJ6eqasbExOfxLnvb70iZDXlJCZLLkCX94eLipECaTSUxMTCCRSARDG2OJZFkuheD1JPwFJOdf/HAJNn2bRb/YjkMFI+cCBcPGStHG0oaJ5Gdx6LqOgYHDrsekZ0xNTXk3TcQvl7DraQdtqMaQOHDyjS44NlUnPR3a3421so3FDQvf9Pfg6ZrhrovFYojHCbE4NF3zR8yTixLM4XNeVgk5fw49HtrbjYv3V/Esb+K7gR345MoTzOXMir70CEGDPKxkjlu+gCmkGbi1zA2N6eCnZAafv70Ns+TV4G9P8OtgHxbyFQ//uJHCtz/ex7nvp/HL9fmWCXsJOyv5BC4/yOFZwcT8uolPr81hjgjncwb2XPgHmaLtbujb1YFXuyjHxgMMHX0dDU+aEHNk9X194r2aCzr4y6T9fDWJv56Wcf7MQXSKYluEYmZmRuP3dpGY01JftxOz+P3PVcwvpKFGu5EtWMisWfh7wcIrnQs4fngIt27dbKuJEizWMt9x1R0lS0VJ7cV6bhYvUddYMqNIpRdx7tT7buHUPeW9k6QWmNj0neBYLwjMphZxdvAd5A36O5dGX08GJ4/0v3ibyMdktdOOUluRXX6IgTcNHP1gP4xSClu1JL46/SHJoXHXqbd68eVXHuHLjyulcu/ObZw/fYBmB9weanJycnMJW7mi2MoM0+tflXoXbshhEOHW/2VCJ5+TjczkA1w2WMVWCVUm6eCxmX8VHCZ1PW2V0OtfNV8v27DuGG6r8Z8AAwDI6GDvEVo0SwAAAABJRU5ErkJggg=="), pointer; }
|
|
|
|
a[href$=".xls"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAPvSURBVHjatFdbaFRXFN33MYk6MT6aqBBFaTQq2CjYkoAkKEr90LZQzIfmw28RKQiiH0klJB/59dHSQv1UWiGK+iOtUGiGSnwPjYhJi88gZDKdGE0y93m692Efvbm5mbmT2A2Lc+6Zc8+6+3n26BAtGcZ8xEIGzU2EBjFFCDENehQZ/eD7Ph38ErGYkUQkSiGMEnOG9SpNk+f+i6jkNfo4h+F/aEIlGpsSmMhk4llLnJcNJkowFKn2f2hIcp3HHYh5CJfJaPTYvIIxZ8IlFECO47wuKyv7XQUf4hOEzWa2mdyNQxxHQ0gkEotUmLuuO4rP/Xzwp4hJRJ7hsNaimA81nhf9ANM0ZZqg1vTOXcRSsgSiAlHOPtcKEVKCDzPmxw0GIrZtm/amOHUWxclV0qiKq0BW1/Wnwc20HjUPmxplAY9kTov96c9EOCJtqmmSmBO+aMmKOKeMYRYzaXUckhj5rLP/9GImVV+dReKPokwXLsae572bK+uyCctZSxoFnidU1ArerAWidJgKNpFGkbW3t8dWt6ura2XAlzbDEyFtyBQjYgZpa2sTxUTtoRHP2oD4GLGcU0b6Nph3glXPBrUMmQ5u37kDhm6AYSjoYBom3Lt/792ezs5OGh6hplsDbiOT58OEyzA1hhVBS0vLFFOFn5Wk02no7u6OMr1KF5dN7IQriwgGEM1PffcZeh8DxffA8VywfRss3wHLsyFPcC048qUsBNDQ0Cg1xo+GVCqlbppEMF2irifSUrz/AgErl50AGw9fW3NSkkx6Fkwi0fZ13+M8L/c1NTVBczOiqRkM04BQyVTlTouqnVMiyREuDAydlFqREBmR7qz7AS71t8pnkh//OAvZzAisr9kEtfPWln4Bo0mzNJJmdTUd8uDU30dgW+1p1C4PPX8dgK83nZemJRnVR+DR6wFILqmQwVQqYTViBU3yrg23nhyVviLSaw8PSkKan7v7hfyd5MnzV3Bo12HY37i/YHksdB35FH37dqVjJXtjbSPs2bx3Tje+GBwcNLhMJTGZM5Rfb8fH4deB63Ax/TNMWhNQv2YjPM8NQd/Lm9D3rA8aVjfMuokSnKwUFW/UYs+DX+C3x5dhVWUVmL4Jj1/8A9XJpeCLHHx79Ru4PXCrsIaFijUHj+DWQUrvnzcg92wYxvVx6Dl9Ra59dWYvWJlRmMjkoOPhCTje2jH7noYLrlAV5KdjF6bt+XzdbujP3Qe3wgJTK59zmzhFent7p63VJ7dA/Y4tH6wvndUVxWKpGqr6V62YD0P+THCjVcmFORHjNSKbQIxRoSrVpKpJGuN+NM5fBZ9J6T2vVEIRME8+ZkupunHZavwnwACP4QGyKLrGhgAAAABJRU5ErkJggg=="), pointer; }
|
|
|
|
a[href$=".txt"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAANnSURBVHjatFdLa1NBFD4z95E+bGpfCiJFXIgiglClgqTgxrZZt2j9Be7cKUKLSPtXBBf9AaYYKTQ7a7MUXHUhLtpGaqWv3Md4ZnomTm9vkrnGTvg409658+V85zETBuljm+wowqV5iAgQEUKAxRDi7DKeRiYXxnHMcP4dcZHQi/AQDDoYbpP/DzOm9v2JyBtfLiDE/5tQD8naTfOA1vNOPLR52SEij6BJ2Xl4KMcHso8QXZQ8jGxE8grbRGJNkmZYPcQ4ygQKguCX7/t6Q2nvIOokc53IwyRxWpZaEZrzMAx3Pc/TxPcQh4gjwqmyaVUWjOZtJXZdV5UJei3f+YIYRAwgLiByFHPWKmlkkW8Rum2TQRLX63W5tkKl029Tq9KjYek6osY53zQXm5KkyYPS9tO0h6yU85jiGTcj3KEYKWIq+KwtS+7jE9x2ko7YkFjUM6f48XaS6m9dQ+KhNOlMzySiKGrMtbokYY68lFbgfkJnraDFzMjSLdmwJWka2cLCgrW7S0tLV41Y1gmRSHgjpdgRTcb8/LxoN/QaaXGvm4jriMtUMiq2Zt0Jcr1mepmQDj6vr4PDHXAcDQ6u48JGdaOxZnFxUZqv6OmYETYp+RFL6TxbutPMzs5ayzg3NwfVajUpbQHNAWKXjrr9ZGcRZgLJ+bvX9xuhxuaGH/bXOpgbXg88e1OSjQDGxx8oj7GeoVKp6JPGM8sl7Xi6hC8I0+Xc2Es198deKRJped8o+HdfAB+4pZ4VCgWYmEAUJsBxHUi0TN3uWFrvFKf/IO+6BiH49h68G08h/FEB5p80GYcIV1dXVUwnJx+rGGc+D1HS2szMzBDPjzY2dq48hGhvE5z8NRDh4cnCrkFlpqenlZwMRZPEWQlH6FnAB25D/HsTtehDEjyBUFKdtWb2lstljB1D4mLL9tjqOFLN98nzt1ZZWiwWrfpwK0KxvLzsUJvqxWLelvW1v38A5U8fgaN0HAkY54qoVCqpl6ampv6dkHBsHjWu50IRZeNElLXxu62aNSWPoKvDSZfGhCitrDQl6sRDnRjKU928ORLKjDyvi/CZsba21tHBmYkwyxFF45igfx4I1i6GiXh6dNHK0z3Gs3gtoAa+J6+UWQk5keTI2vxUiIlUeZqVkFETbjRjm5+JBHXV+CPAAGp0hz54qr33AAAAAElFTkSuQmCC"), pointer; }
|
|
|
|
a[href$=".zip"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAOuSURBVHjatFfNTxNBFH8zuwsiBEQ+1MRo4glJTDCawEGaGBpiJAEkcvbgvwHxAIfqQRL5iMZ4IB5MPNKIaLxRTyKVxMRELh48FaootrS77Y5vhrd1WbbtLuCQX96wnZnfvu9ZBv5jg+Q5hE7zAsJCFBECAgwh9i/jfmRyoW3bDOffEScI9QgDweAQQy/zvJUxde4PRKPr5SyCfdSEzpCsdTS3aD0/jIZBNmtEZBAcUvY/NJRjieR1xDEKHkaySOYVQQOJlQmaVvUj+lEGkGVZv2pqapwDpbyEMMnMJpEXvMR+URqI0D0vFApbhmE4xFcRO4gcYU/aVEoLRvOqJtZ1XaUJai33fEScRDQjGhC15HNWKWhkkqcIdUGDQRKbpinXJih1moLkqtSoVaqOSHPOv7kXu03iZx40bRNNj5OU5syTP+1yhJvkI0VMCR+2ZMlzagh6NZO2BSEJkM+c/MermdR56zQSt/iZzq2ZRLFYLM0d65IJa0lLKQWeJ5yoFbSYuaI0JQu2JPUjGx8fD6zu5OTkWZcvTUJReLSRptgUZcbY2JioNpw1UuJZHYgLiFOUMsq37rwTpHraraXHdPBhZQU0roGmOeCgazqsJldLayYmJqT4gppecblNmjzHfCpPyqk0o6OjgUy4trYGsVgMksmk17S9KLKILWp1GW9lEe4AkvOX8y3AHHerko0BY2EcWBYIE12Ut6BjQBUC6O7uURpjPkMikXA6jeFOF7/21I4bxD+V8a/hCeIxHm4Ca3oKIpsHfuY5aOdfgP0nq9Y9nJqCSKQXIr0R0HQNPCXTKXe+hHvzwsbrxs+7YKfuKCI1MlmwPg3szrd3lIgvxGF4ZAR0Q1M+Dt2A0aRpNcmZwJufAW+fBzuze7iNJEbXKzDfXQOxnVHPhm4Nw5vXi2hSXQVTWMI2xGl1eDYHxa+3ofB5CA/fAet9Hwg0o7nYg/9nSy/xdmkJbtwcUL6sVLkqtSNbRl9HNFiyz87NwdDgIDyanobLXV0HIhTr6+salal6TOYNmV8Z9J+mYyQy6SsMKIzKmZlZ6Oy8qDbF7j+oSFjpEiUoWWWkbJfe0NBVousYiRx9xSnuon1Rhap9tFKxpuARdHXYrdJIwjDPDtpheIDeJ0epmUqtvGQL8ThE+/sVjuKauGcsLy/ve3YvRCcJRRimRdHIE5zPA8Gq+dDjT4MuWo10jzECbLOogP+WV8qwhJxIakkG+VSwiVRpGpaQUREuFeMgn4kEddX4K8AAMiq/YTumS/oAAAAASUVORK5CYII="), pointer; }
|
|
|
|
a[href$=".exe"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAQDSURBVHjarFddaFRHFP7mzty9+TNF158K0tpGsKUGCrakUDdgHnwRUoRGCkIp9kFbaLVW9MHkKQFTSkEfSqhoaUV98MmXQJH2oWQpSoNxQ1u1qU1ppf7EjYman/Xu7u2ZybnLze3u3R8z8DFz756535wz5zszK1C8TXD/HEHxOEtwCTmChwqa5/3fTBQj04YEYVmW/v1Vfj9HmCFkCPmlJlxpfhRikrp2fv+YMMWk2VoJVZk5ekH1PHbZ3sJTtEomSyayGT6pqIWwXEgfBGy2ckgf835mOYHynETeUuyhmeS67nQsFvNn676V8ITD/ITJs2HimgmD42w2O2Xbtk/8Gns7z1gkmyhCwdB7czuK0B+T1z7xFiZ9RJhl2eQW+IoTTgTGLxDGyTBejjAU6q28tw+Z2Gi1FKHHQk+z0AWNl0dmWoic2pvs3TRhksduKR3e54krtQF/oFpB6+/EGCpKMnrPVlVCUoGeLdZspEZVYNVpIo4XC0PQM41cLlcYc7NZjw57qXuPvucFEsgLZ+m9fD4vNGkxsp6enord7evrW8eJk2WdauTCaatDcd8r0bq7u71yzbfRPX3rJcKLhDWEJn9vg8XbY9fTQS9DocPPw8OQloSUPiwoqXBl5ErBpre3V3fXyNPNgW3TIZ8XRWRyzxd+V1dXRSFMpVLo7+/HyMhIOLQJlsgUy2UmfDx5wQQyR8Wyd2A5Nqx6QoMD1ejAaqyDaqqDbHIgaZz6pANKKbS1vWE8Jj0jmUz6J40dlEux42k1TSjEUNgK5wY6IZ0YTvd1EHEMJz/eDEH9lzs3mMXolkgk0N5OSLRDKhmMmC8XUYpwcSY5Eu8evghRZ+P9Ly7j5P7X8cHZG5D0vO/ibQgmVMqGrq3KlmaPqz6AKaRpYxCzcfqzbSakpz5tw95vf8PAro3G0+Pb1kLEFnZl+Or3RKqTSJlkqpZwFeFZY0Ce7D76EyQR7Pn6V/LMwUeDt0woD1yaogUtEDb/shPJ8zvMXkZVrqg7TV5nH1J7K8rUv/+x0fL8d7h04S0gfrAmQm9sbExymWokMU9ofc3MzOLHr/Zg/TM30fJyHHfmVuP6jb+wwpvGw/QcRv+4g9bO2i5RHos1w2fcwgopa+db3kOmYT3ujt+CmBxG61pKnswsZHMcH35+ObrK+5WkFJjYLVRpSogdnR24+aeFgcEVGB1fhqu/1+PMaCeGRjc+/TWRy2Thpm0RoU6Kt4+cwdFzP2CieRcG/92OY9+cxaETybKEqtqDb2hoaNHzhlc2GYTfLwlhNUcUtwzD9e+vIurALVIMbL76NxMauE6Way4XcH3BmquW0GISh/tK/irkmdR4Wi2hf3+Vgbts2bxjmKvGfwIMAM2pC9auZ2FqAAAAAElFTkSuQmCC"), pointer; }
|
|
|
|
a[href*="mailto"]:hover { cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAABGdBTUEAAK%2FINwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAALNSURBVHja7FbLbtpAFL0ztqH0kfRB6K5%2FUMEClhBVjdT8GWsQSz6ELliUVgosKmDdTRddpCFQGiRa41fvnVyjCTXGJmmlSh3p6I7sGZ859zUWED0mbF8gTJ67CAfhIQJIMILg92UyiowW%2Br4vcP4F8ZjxAGEhBNximFue54VQ350hDrTDOQz%2FrgnDQaw5nju8Xt5GYZLNBhNZjJBU%2FAmFNDpsXyHucfIIth67N0iaSGJL0uTVS4wjJZDjON8zmUz4QbIvESt284rJ3U3iqCxNRKjPXdedW5YVEpcRPxA%2FGTfKJq4sBM93utg0TVUmqJr2fEQ8RTxBPERkOeYiLmmoyC8YuaTJQMSr1YrWfuDSOUxSq6QoT9IRUynlZ32x7pIo96BrD3l6ny250%2BZ4%2BtsILzlGipgLPm3Lou9kGOYulx4lIUlQz5LjJ3e5NDz1FImfRblOV0bwPG89D73LLsyyymyY2VopETyhZekFNWwijSIrlUp7SR%2BPxwU%2BDJWMbWoneI5JcxGnkMZoNEpEpB2wwGRLxJXeS4NrrwXTODL60PnXc5hMJjCbzmA%2Bn8NisYDlcgm2bYPruGpNs9kMtx1wjVImW5uEBVQZK%2FFtpwOnb04xPhKEIUBKAwxDokWgLVfKMBwO9fhlGRRnuXlbhC1pq0qBW7rdLpycvAZjTWaiNaBSriiyuN4R1coKcbFUSvD09XodarXajXeNRuO656a8nmJdSoT9wQCq1Sqc9c%2BUSnpGStHB8K7Xg%2BNaNf0FjCelupwhviHm4fPBoK%2FIDKXUUHEjQoopiACO8V2v9z71BXzE73KcZWQ%2FtVotKBaLHKeYSxbdivWX%2Bsb3%2BXK94jsP2u32PrVvM9TPl9jxNyC0Pik4tUnto7CuOOb6b0ZUDqwLX%2BzRpC29rhLuW7c2sauVbcQmVG1oHkj0E75u3mkI72JI%2BMvjP%2BG%2FT%2FhLgAEA%2Ff0XigMr7vMAAAAASUVORK5CYII%3D"), pointer; }
|
|
|
|
a:active { color: #GET{c_active}; }
|
|
.retourtop {
|
|
display: none;
|
|
clear: both;
|
|
position: fixed;
|
|
float: right;
|
|
bottom: 2rem;
|
|
right: 2rem;
|
|
width: 4rem;
|
|
height: 4rem;
|
|
line-height: 4rem;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-size: 2rem;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
border-right: none;
|
|
opacity: .8;
|
|
filter: alpha(opacity=80);
|
|
transition: opacity 500ms ease-out;
|
|
z-index: 99999;
|
|
border: 1px solid transparent;
|
|
}
|
|
.portailcognac .retourtop a[href]:focus {
|
|
background-color: [(#GET{c_triadea}|couleur_extreme|=={000000}|?{#000000,#FFFFFF})]!important;
|
|
}
|
|
|
|
/*************** STRUCTURE - GENERAL */
|
|
#shadow { position: relative; margin: [(#CONFIG{soyezcreateurs_couleurs/pagemargehaute,3em})] 0 [(#CONFIG{accepter_inscriptions}|=={oui}|?{0,[(#CONFIG{soyezcreateurs_couleurs/pagemargebasse,3em})]})] 0; [(#CONFIG{soyezcreateurs_couleurs/ombrepagenon}|non)-webkit-box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1}); -moz-box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1}); box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1});] }
|
|
#clearbottom { height: 0; }
|
|
|
|
/*************** STRUCTURE - HEADER */
|
|
#banheader {
|
|
background-color: #GET{c_header_bk};
|
|
[(#CONFIG{soyezcreateurs_couleurs/transparenceheader,1}|!={1}|oui)background-color: rgba([(#GET{c_header_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparenceheader,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_header};
|
|
}
|
|
.encart.vertical { padding: 0; position: relative; text-align: center; }
|
|
.vertical .encart-label { top: 6em; }
|
|
.encart.vertical a { display: inline-block!important; box-sizing: content-box; padding: 3em 0; }
|
|
.encart-label {
|
|
background-color: #efc439;
|
|
border-radius: 6px 6px 0 0;
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 1em;
|
|
padding: 2px 6px;
|
|
width: 8em;
|
|
}
|
|
.vertical .encart-label {
|
|
border-radius: 0 0 6px 6px;
|
|
display: inline-block;
|
|
transform: rotate(90deg);
|
|
transform-origin: 0 0;
|
|
position: absolute;
|
|
top: 3em;
|
|
}
|
|
#header { position: relative; background-color: #GET{c_header_bk};[(#CONFIG{soyezcreateurs_couleurs/transparenceheader,1}|!={1}|oui)background-color: rgba([(#GET{c_header_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparenceheader,1});] color: #GET{c_header};
|
|
font-size: #CONFIG{soyezcreateurs_couleurs/fontsizeheader,1.2}em;
|
|
}
|
|
/* Label de la recherche masqué */
|
|
.searchfrm label, #formulaire_recherche_par_mot label { overflow: hidden !important; position: absolute !important; top: -2000px !important; left: -2000px !important; height: 0 !important; width: 0 !important; }
|
|
/* cadre recherche dans le header */
|
|
#header .cadre_recherche { text-align:right; bottom:.5em; right:1em; clear:right; float: right; margin-top: 1em; padding-bottom: .5em;}
|
|
#header .cadre_recherche #form_rech { padding:4px; }
|
|
#header .cadre_recherche #form_rech .searchfield { width: [(#GET{LargeurMenuDroit}|moins{60})]px; }
|
|
#header .cadre_recherche form { display: inline; }
|
|
#header .cadre_recherche form div { display: inline; }
|
|
[(#REM) Si logo de survol du site ET titre invisible ]
|
|
[(#LOGO_SITE_SPIP_SURVOL|oui|?{[(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={invisible}|oui)]})
|
|
#header h1 { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
|
|
]
|
|
[(#REM) Si titre visible OU pas de logo de survol du site ]
|
|
[(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={visible}|oui|?{' ',[(#LOGO_SITE_SPIP_SURVOL|non)]})
|
|
[(#SET{v_transparencenomsite,[(#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5}|strmoins{1}|strmult{-2}|strdiv{5}|strplus{[(#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5})]})]})]
|
|
#header h1 {
|
|
font-size: 2em;
|
|
float:left;
|
|
margin:0;
|
|
padding:0 1em;
|
|
background-color: [(#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5}|!={0}|?{#GET{c_nomsite_bk},transparent})];[(#GET{v_transparencenomsite}|!={1}|et{#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5}|!={0}})background-color: rgba([(#GET{c_nomsite_bk}|sc_rgb)], #GET{v_transparencenomsite});
|
|
backdrop-filter: blur(10px);]
|
|
border-radius: 0 2.5em;
|
|
[(#CONFIG{soyezcreateurs/logoheader,header}|=={header}|oui)
|
|
padding-top:#CONFIG{soyezcreateurs/logoheadery,20}px;
|
|
]
|
|
margin-top: #CONFIG{soyezcreateurs/logoheadery,20}px;
|
|
margin-left: 1em;
|
|
padding-bottom: .5em;
|
|
}
|
|
[@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
|
|
#header h1 {
|
|
(#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5}|!={1}|et{#CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5}|!={0}})background-color: rgba([(#GET{c_nomsite_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencenomsite,0.5});
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
}]
|
|
#header h1, #header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:focus, #header h1 a:active { color: #GET{c_nomsite}; }
|
|
#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
|
|
background-color: transparent;
|
|
text-decoration: underline #GET{c_nomsite};
|
|
}
|
|
]
|
|
#header h1 sup, #header h1 sub {line-height:normal;}
|
|
#header h1 sub { display: block; padding-left: 8px; margin-left: 2em; border-left: 1.2em solid #GET{c_nomsite_bk}; font-size: 50%; font-weight: normal; line-height:normal;}
|
|
a#logo { display: block; clear: right; margin-left: 80px; }
|
|
#logo {
|
|
background-color: #GET{c_logo_bk}; height: auto;
|
|
[(#CONFIG{soyezcreateurs/logoheader,header}|!={header}|?{text-align: center;})]
|
|
[(#CONFIG{soyezcreateurs/logoheader,header}|=={header}|oui)
|
|
position: relative; left:#CONFIG{soyezcreateurs/logoheaderx,20}px; top:#CONFIG{soyezcreateurs/logoheadery,20}px;
|
|
margin-right: 20px;
|
|
]
|
|
}
|
|
/* date de maj du site */
|
|
#menu_lang { background-color: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; float:right; clear:right; font-size:.9em; margin-right:10px; padding: 2px 0; }
|
|
#menu_lang a { padding: 2px 8px; background-color: #GET{c_menu_a_bk}; color:#GET{c_menu_a}; text-decoration: none;}
|
|
#menu_lang a[hreflang]:after { content: none; }
|
|
#menu_lang a:hover, #menu_lang a:focus {background-color: #GET{c_menu_a_hover_bk}; color:#GET{c_menu_a_hover}}
|
|
#menu_lang a:active {background-color: #GET{c_menu_a_active_bk}; color:#GET{c_menu_a_active}}
|
|
#menu_lang strong { background-color: #GET{c_datemajsite_bk}; color: #GET{c_datemajsite}; padding: 2px 8px; }
|
|
#datemajsite { float: right; background-color: #GET{c_datemajsite_bk}; color: #GET{c_datemajsite}; font-size:.9em; padding: .2em 10px; }
|
|
/* cadre outils dans le header */
|
|
#cadre_outils { text-align:right; position:relative; clear:right; }
|
|
#cadre_outils ul { background-color: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; float:right; margin:1em 0; padding:0; width:[(#GET{LargeurMenuDroit})]px; }
|
|
#cadre_outils li { display:block; min-height:[(#CONFIG{soyezcreateurs_layout/hauteurlogooutils,16}|plus{4})]px; list-style: none; list-style-image: none; }
|
|
#cadre_outils a, #cadre_outils strong { display: block; padding: 5px 24px 5px 4px; background-color: #GET{c_menu_a_bk}; border-left: none; color: #GET{c_menu_a}; font-size: 1em; font-weight: bold; min-height: 16px; text-align: left; text-decoration: none; }
|
|
[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|!=={portailcognac}|et{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|!=={avecoutils}})
|
|
#cadre_outils img { float: right; margin:0; position: absolute; right: 4px; }
|
|
]
|
|
#cadre_outils .menu_lang_item::first-letter { text-transform: uppercase; }
|
|
#cadre_outils .first.menu_lang_item { padding-left: 1em; }
|
|
#cadre_outils li.menu_lang_item { vertical-align: bottom; margin: 8px 0; }
|
|
#header #cadre_outils .menu_lang_item a, #header #cadre_outils .menu_lang_item strong { padding: 0 .5vw; }
|
|
#cadre_outils li.menu_lang_item:not(:last-child) { border-right: 2px solid [#(#GET{c_outils}|couleur_inverserluminosite{70})]; margin-right: 2px; padding-right: calc(.5vw + 2px); }
|
|
#header #cadre_outils .menu_lang_item a { color: [#(#GET{c_outils}|couleur_inverserluminosite{70})]; }
|
|
#header #cadre_outils .menu_lang_item a:focus,
|
|
#header #cadre_outils .menu_lang_item a:hover
|
|
{ color: #GET{c_outils}; }
|
|
|
|
/* bandeau d'annonce et citations dans le header */
|
|
#bandeau_annonce, #cita_bandeau { padding: .5em 1em; text-align: center; font-size:2em; }
|
|
#cita_bandeau {
|
|
background-color: #GET{c_container_bk};[(#CONFIG{soyezcreateurs_couleurs/transparenceheader,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparenceheader,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_container};
|
|
}
|
|
#bandeau_annonce {
|
|
background-color: #GET{c_header_bk};[(#CONFIG{soyezcreateurs_couleurs/transparenceheader,1}|!={1}|oui)background-color: rgba([(#GET{c_header_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparenceheader,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_header};
|
|
position: relative;
|
|
animation: fadein 5s;
|
|
transform-origin:50% 50%;
|
|
animation-iteration-count: 3;
|
|
animation-timing-function: linear;
|
|
-moz-animation: fadein 5s; /* Firefox */
|
|
-moz-transform-origin:50% 50%;
|
|
-moz-animation-iteration-count: 3;
|
|
-moz-animation-timing-function: linear;
|
|
-webkit-animation: fadein 5s; /* Safari and Chrome */
|
|
-webkit-transform-origin:50% 50%;
|
|
-webkit-animation-iteration-count: 3;
|
|
-webkit-animation-timing-function: linear;
|
|
-o-animation: fadein 2s; /* Opera */
|
|
-o-transform-origin:50% 50%;
|
|
-o-animation-iteration-count: 3;
|
|
-o-animation-timing-function: linear;
|
|
}
|
|
@keyframes fadein {
|
|
0% { background-color: #FA8; }
|
|
50% { background-color: #GET{c_header_bk}; }
|
|
100% { background-color: #FA8; }
|
|
}
|
|
@-moz-keyframes fadein { /* Firefox */
|
|
0% { background-color: #FA8; }
|
|
50% { background-color: #GET{c_header_bk}; }
|
|
100% { background-color: #FA8; }
|
|
}
|
|
@-webkit-keyframes fadein { /* Safari and Chrome */
|
|
0% { background-color: #FA8; }
|
|
50% { background-color: #GET{c_header_bk}; }
|
|
100% { background-color: #FA8; }
|
|
}
|
|
@-o-keyframes fadein { /* Opera */
|
|
0% { background-color: #FA8; }
|
|
50% { background-color: #GET{c_header_bk}; }
|
|
100% { background-color: #FA8; }
|
|
}
|
|
#cita_bandeau #citations { margin: 0 10px; }
|
|
#cita_bandeau #citations dl { margin: 0; }
|
|
|
|
#escapelinks { margin-left:2.625em; background: #FFF; padding: 0.5em 0; }
|
|
#escapelinks ul { display: inline; padding:0; margin:0; }
|
|
#escapelinks li { display: inline; padding: 0 .5em; list-style: none; list-style-image: none; }
|
|
#escapelinks a { color:#000; display: inline-block; padding: 0 1em; }
|
|
#escapelinks a:link, #escapelinks a:visited { color:inherit; }
|
|
#escapelinks a:hover, #escapelinks a:focus, #escapelinks a:active { color: #00F; text-decoration: underline ;}
|
|
|
|
/*************** STRUCTURE - CONTENT */
|
|
#content[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|oui), .cartouche] {
|
|
background-color: #GET{c_container_bk};
|
|
[(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_container};
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
#miettesdepain {
|
|
background-color: #GET{c_fildariane_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencefildariane,1}|!={1}|oui)background-color: rgba([(#GET{c_fildariane_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencefildariane,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_fildariane};
|
|
}
|
|
/* Ombre autour du contenu de la page */
|
|
#content {
|
|
box-shadow:
|
|
#SET{multiombre,''}
|
|
[(#CONFIG{soyezcreateurs_couleurs/ombrescontent,''}|find{left}|oui)
|
|
inset 8px 0px 15px -12px rgba(0,0,0,0.3)
|
|
#SET{multiombre,','}
|
|
]
|
|
[(#CONFIG{soyezcreateurs_couleurs/ombrescontent,none}|find{top}|oui)
|
|
#GET{multiombre}
|
|
inset 0px 8px 15px -12px rgba(0,0,0,0.3)
|
|
#SET{multiombre,','}
|
|
]
|
|
[(#CONFIG{soyezcreateurs_couleurs/ombrescontent,none}|find{right}|oui)
|
|
#GET{multiombre}
|
|
inset -8px 0px 15px -12px rgba(0,0,0,0.3)
|
|
#SET{multiombre,','}
|
|
]
|
|
[(#CONFIG{soyezcreateurs_couleurs/ombrescontent,none}|find{bottom}|oui)
|
|
#GET{multiombre}
|
|
inset 0px -8px 15px -12px rgba(0,0,0,0.3)
|
|
#SET{multiombre,','}
|
|
]
|
|
;
|
|
}
|
|
|
|
/* Pour que les menus déroulants ne soient pas cachés par le slider */
|
|
.nivoSlider { z-index: 0; }
|
|
|
|
#content .nivoSlider img { padding: 0; }
|
|
|
|
.clearing { clear: both; height: 0; line-height:0; }
|
|
|
|
/*************** STRUCTURE - MAIN SIDEBAR */
|
|
#navigation {
|
|
color: #GET{c_navigation};
|
|
background-color: #GET{c_navigation_bk};
|
|
[(#CONFIG{soyezcreateurs_couleurs/transparencenavigation,1}|!={1}|oui)background-color: rgba([(#GET{c_navigation_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencenavigation,1});
|
|
backdrop-filter: blur(10px);]
|
|
font-size: #CONFIG{soyezcreateurs_couleurs/fontsizenavigation,1.4}em;
|
|
}
|
|
#navigation ul, #navigation li, #extra ul, #extra li { list-style-image: none; }
|
|
#menu {
|
|
[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|non)
|
|
margin-top: [(#CONFIG{soyezcreateurs/logoheader,header}|=={navigation}|?{6em,1.5rem})];
|
|
][(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|oui)
|
|
margin-top: 1.5rem;
|
|
]
|
|
background-color: transparent; }
|
|
ul img.menu_plus, ul img.menu_minus { float: left; position: absolute; z-index: 100; width: 1em; height: 1em; margin: .7em 0 0; margin-right:0; margin-left:5px; border: 0; background-repeat: no-repeat; }
|
|
ul ul img.menu_plus, ul ul img.menu_minus { margin: .7em 0 0; margin-right:0; margin-left:2px;}
|
|
img.menu_plus { background-image: url([(#CHEMIN{images/menu_plus.svg})]); background-size: 100%; }
|
|
img.menu_minus { background-image: url([(#CHEMIN{images/menu_minus.svg})]); background-size: 100%; }
|
|
img.menu_plus, #menu img.menu_minus {
|
|
filter: [(#GET{c_menu_a_bk}|couleur_extreme|=={000000}|?{invert(1) brightness(1.2),none})];
|
|
}
|
|
.encours > img.menu_plus, .encours img.menu_minus {
|
|
filter: [(#GET{c_menu_a_strong_bk}|couleur_extreme|=={000000}|?{invert(1) brightness(1.2),none})];
|
|
}
|
|
#menu ul { padding: 0; margin: 0; }
|
|
#menu li { padding: 0; background: transparent; list-style: none; list-style-image: none; }
|
|
#menu ul ul { padding: 0; margin: 0; }
|
|
#navigation #menu ul ul li { padding-left: 10px; }
|
|
#menu li a { display: block; padding: 5px 0 5px 20px; padding-right:0; padding-left:20px; margin: 4px 0; background-color: #GET{c_menu_a_bk}; border-left: none; color: #GET{c_menu_a}; font-size: 1em; font-weight: bold; text-align: left; text-decoration: none; }
|
|
#menu ul ul li a { padding: 2px 0 2px 20px; padding-right:0; padding-left:20px; font-size: 1em; text-decoration: none; }
|
|
#menu strong li a { background: #GET{c_menu_a_strong_bk}; color: #GET{c_menu_a_strong}; }
|
|
#menu li strong a:visited, #menu li strong a:link {
|
|
background: #GET{c_menu_a_strong_bk}; color: #GET{c_menu_a_strong};
|
|
}
|
|
#menu li a:hover, #menu li a:focus, #cadre_outils li a:hover, #cadre_outils li a:focus { background-color: #GET{c_menu_a_hover_bk}; color: #GET{c_menu_a_hover}; text-decoration: none; }
|
|
#menu li a:active, #cadre_outils li a:active { background-color: #GET{c_menu_a_active_bk}; color: #GET{c_menu_a_active}; }
|
|
#menu form { padding: 0; margin: 0; }
|
|
#menu h2 { [background: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true});] color: #GET{c_menu_a}; border-left: none; padding: 5px 10px 5px 2px; padding-right:10px; padding-left:2px; margin-top: 5px; margin-bottom: 5px; font-size: 1.2em; font-weight: bold; text-align: left; }
|
|
/* selects dans zone de recherche */
|
|
#recherchemot { width: 100%; }
|
|
#navigation #bandeaucontact {
|
|
background: url([(#CHEMIN{images/contact.png}|embarque_fichier)]) no-repeat right bottom transparent;
|
|
padding: 1em 5px;
|
|
}
|
|
#navigation #bandeaucontact p {
|
|
text-align: right;
|
|
}
|
|
|
|
/*************** STRUCTURE - EXTRA SIDEBAR */
|
|
#extra {
|
|
background-color: #GET{c_extra_bk};
|
|
[(#CONFIG{soyezcreateurs_couleurs/transparenceextra,1}|!={1}|oui)background-color: rgba([(#GET{c_extra_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparenceextra,1});
|
|
backdrop-filter: blur(10px);]
|
|
color: #GET{c_extra};
|
|
font-size: #CONFIG{soyezcreateurs_couleurs/fontsizenavigation,1.4}em;
|
|
}
|
|
#extra ul ul li { padding: 0; padding-right:0; padding-left:10px; margin: 0; }
|
|
#extra ul ul li a { overflow: hidden; padding: 0; padding-right:0; padding-left:15px; margin: 1px 0 0; }
|
|
.rightmenu li a { display: block; padding: 5px 0; padding-right:0; padding-left:15px; margin: 3px 0; background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: bold; text-decoration: none; }
|
|
.rightmenu li a:link { }
|
|
.rightmenu li a:visited { }
|
|
.rightmenu li a:hover, .rightmenu li a:focus { background: #GET{c_menu_a_hover_bk}; color: #GET{c_menu_a_hover}; }
|
|
.rightmenu li a:active { background-color: #GET{c_menu_a_strong_bk}; color: #GET{c_menu_a_strong}; }
|
|
.rightmenu li { display: block; padding-left: 0; margin-left: 0; margin-right: 0; }
|
|
.rightmenu ul { padding-left: 0; margin-bottom: 1.5em; margin-left: 0; margin-top: 0.5em; color: #GET{c_menu_a}; list-style: none; list-style-image: none; font-size: .9em; }
|
|
.rightmenu ul ul { margin-bottom: 0.5em; margin-left: 0; margin-top: 0.5em; padding-left: 10px; color: #GET{c_menu_a}; font-size: 1em; }
|
|
.rightmenu li strong a { display: block; padding: 5px 0; padding-right:0; padding-left:15px; margin: 3px 5px 3px; margin-left:0; background-color: #GET{c_menu_a_strong_bk}; color: #GET{c_menu_a_strong}; font-weight: bold; text-decoration: none; -moz-border-radius-bottomright: 24px; -webkit-border-bottom-right-radius: 24px; }
|
|
.rightmenu li strong a:link, .rightmenu li strong a:visited { background-color: #GET{c_menu_a_strong_bk}; color: #GET{c_menu_a_strong}; }
|
|
.rightmenu h2 { padding: .2em 0; margin: .7em 0; [background: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true});] color: #GET{c_menu_a}; font-size: 1.4em; text-align: center; }
|
|
/* Contenu RSS */
|
|
#extra ul ul li a { font-weight:normal; }
|
|
|
|
#splickr { margin: 1em auto 0 auto; }
|
|
|
|
/*************** STRUCTURE - FOOTER */
|
|
#footer {
|
|
width: 100%;
|
|
background-color: #GET{c_footer_bk};
|
|
[(#CONFIG{soyezcreateurs_couleurs/transparencefooter,1}|!={1}|oui)background-color: rgba([(#GET{c_footer_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencefooter,1});
|
|
backdrop-filter: blur(10px);]
|
|
[(#GET{c_footer_bk}|!={transparent}|oui|et{[(#GET{d_footer_degrade}|non)]})
|
|
background: #GET{c_footer_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas4.png}|image_sepia{[(#GET{c_footer_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x bottom];]
|
|
color: #GET{c_footer}; font-size: #CONFIG{soyezcreateurs_couleurs/fontsizefooter,0.9}em;
|
|
}
|
|
#footerbas { padding: 4px 10px; text-align: center; }
|
|
#footerbas div { display: inline; }
|
|
#footer span.right { display: block; padding: 2em 0 0.5em; font-size: 0.8em; font-style: italic; text-align: right; }
|
|
#footerbas img { width: 4px; height: 4px; padding: 0 .5em; vertical-align: middle; background-color: #GET{c_footer_bk};
|
|
[(#GET{c_footer_bk}|!={transparent}|oui)
|
|
background:[ url((#CHEMIN{images/pucebleue.gif}|image_sepia{[(#GET{c_footer}|couleur_inverserluminosite{80})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) no-repeat center];]
|
|
}
|
|
#datemajsitefooter { text-align: center; margin-top: 2em; }
|
|
#datemajsitefooter span { background-color: #GET{c_datemajsite_bk}; color: #GET{c_datemajsite}; padding: 0.7em 2.5em; border-radius: 10em 10em 0px 0px; display: inline-block; }
|
|
.cadreinfo a { [color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true}|couleur_extreme);] font-weight: bold; text-decoration: none; }
|
|
.cadreinfo a:visited { [color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true}|couleur_extreme);] text-decoration: none; }
|
|
.cadreinfo a:hover, .cadreinfo a:focus { [color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true}|couleur_extreme);] text-decoration: underline; }
|
|
.cadreinfo a:active { color: #f00; }
|
|
#footer a { [color: #(#GET{c_footer_bk}|couleur_inverser|couleur_extreme); ]font-weight: bold; text-decoration: none; }
|
|
#footer a:visited { [color: #(#GET{c_footer_bk}|couleur_inverser|couleur_extreme); ]text-decoration: none; }
|
|
#footer a:hover, #footer a:focus { [color: #(#GET{c_footer_bk}|couleur_inverser|couleur_extreme); ]text-decoration: underline; }
|
|
#footer a:active { color: #f00; }
|
|
#footer .leaflet-control-zoom a, #footer .leaflet-control-zoom a:visited { color: #000; }
|
|
#footer .leaflet-control-attribution a, #footer .leaflet-control-attribution a:visited { color: #0078A8; }
|
|
#citations a { [color: #(#GET{c_menu_a_bk}|couleur_foncerluminosite|couleur_extreme); ]font-weight: bold; text-decoration: none; }
|
|
#citations a:visited { [color: #(#GET{c_menu_a_bk}|couleur_foncerluminosite|couleur_extreme); ]text-decoration: none; }
|
|
#citations a:hover, #citations a:focus { [color: #(#GET{c_menu_a_bk}|couleur_foncerluminosite|couleur_extreme); ]text-decoration: underline; }
|
|
#citations a:active { color: #f00; }
|
|
/* ?? */
|
|
#menufooter { background-color: #GET{c_menubas_bk};
|
|
[(#GET{d_menubas_degrade}|non)
|
|
background: #GET{c_menubas_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas_menu.png}|image_sepia{[(#GET{c_menubas_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x bottom];]
|
|
text-align:right;
|
|
font-size: 1.4em;
|
|
}
|
|
#menufooter ul { padding: 0; margin: 0; list-style-type: none; }
|
|
#menufooter ul li { display: inline; margin: 0; list-style: none; }
|
|
#menufooter a, #menufooter a:link, #menufooter a:visited { background: transparent; color: #GET{c_menubas}; display: inline-block; padding: 0.5em 1em; text-decoration: none; white-space: nowrap; }
|
|
#menufooter a:hover, #menufooter a:focus { background: #GET{c_menubas_hover_bk}; color: #GET{c_menubas_hover}; }
|
|
#menufooter strong a, #menufooter strong a:visited, #menufooter strong a:link { background: #GET{c_menubas_hover_bk}; color: #GET{c_menubas_hover}; }
|
|
#menufooter a:hover, #menufooter a:focus, #menufooter a:active, #artrecents .artrecents-items a:active { background: #GET{c_menubas_hover_bk}; color: #GET{c_menubas_hover}; text-decoration: none; }
|
|
/* bandeau de contact dans le footer */
|
|
.bandeaupartenaires { background-color: #FFF; }
|
|
.bandeaupartenaires .flexbox--center { width: 220px; }
|
|
.bandeaupartenaires a {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 10px; padding-bottom: 10px;
|
|
}
|
|
.bandeaupartenaires a:hover,
|
|
.bandeaupartenaires a:focus,
|
|
.portailcognac .bandeaupartenaires a[href]:focus {
|
|
background: #ccc;
|
|
}
|
|
|
|
#footer #bandeaucontact { padding: 1px 10px; color: #GET{c_footer}; text-align: center; }
|
|
#footer #bandeaucontact p { text-align: center; font-size: 1.2em; }
|
|
.menu_lien_participer { text-align: right; margin-bottom: [(#CONFIG{soyezcreateurs_couleurs/pagemargebasse,3em});] }
|
|
.menu_lien_participer a { background-color: #GET{c_datemajsite_bk}; color: #GET{c_datemajsite}; padding: 0.7em 2.5em; border-radius: 0 0 50% 50%; display: inline-block; opacity: 0.1; }
|
|
.menu_lien_participer a:hover, .menu_lien_participer a:focus { opacity: 1; }
|
|
|
|
/* Nuage de mot clé dans le footer */
|
|
#nuage { padding: 2em .5em; text-align: center; line-height: 1em;}
|
|
#nuage .nuage a.nuage { font-size:1em;}
|
|
#nuage .nuage li a { font-variant: normal; padding: 0 .5em; vertical-align:middle; }
|
|
#footer #nuage .nuage li a { white-space: nowrap; }
|
|
#nuage .nuage a.nuage0 { font-size:0.9em; opacity:0.5; -ms-filter: "alpha(opacity=50)"; filter: alpha(opacity=50); }
|
|
#nuage .nuage a.nuage1 { font-size:1em; opacity:0.55; -ms-filter: "alpha(opacity=55)"; filter: alpha(opacity=55); }
|
|
#nuage .nuage a.nuage2 { font-size:1.1em; opacity:0.60; -ms-filter: "alpha(opacity=60)"; filter: alpha(opacity=60); }
|
|
#nuage .nuage a.nuage3 { font-size:1.2em; opacity:0.65; -ms-filter: "alpha(opacity=65)"; filter: alpha(opacity=65); }
|
|
#nuage .nuage a.nuage4 { font-size:1.3em; opacity:0.70; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); }
|
|
#nuage .nuage a.nuage5 { font-size:1.4em; opacity:0.75; -ms-filter: "alpha(opacity=75)"; filter: alpha(opacity=75); }
|
|
#nuage .nuage a.nuage6 { font-size:1.5em; opacity:0.80; -ms-filter: "alpha(opacity=80)"; filter: alpha(opacity=80); }
|
|
#nuage .nuage a.nuage7 { font-size:1.6em; opacity:0.85; -ms-filter: "alpha(opacity=85)"; filter: alpha(opacity=85); }
|
|
#nuage .nuage a.nuage8 { font-size:1.7em; opacity:0.90; -ms-filter: "alpha(opacity=90)"; filter: alpha(opacity=90); }
|
|
#nuage .nuage a.nuage9 { font-size:1.8em; opacity:0.95; -ms-filter: "alpha(opacity=95)"; filter: alpha(opacity=95); }
|
|
#nuage .nuage a.nuage10 { font-size:1.9em; opacity:1.0; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
|
|
#nuage .nuage a:hover { opacity:1.0; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
|
|
|
|
#qrcode {
|
|
display: block;
|
|
text-align: right;
|
|
margin: 0;
|
|
}
|
|
#qrcode img { height: 37px; width: 37px; padding: 0.5em; }
|
|
|
|
|
|
|
|
/*************** STRUCTURE - bouton "participer à la vie du site" */
|
|
#participer { background-color: transparent; font-size:1em; text-align: right; }
|
|
#participer div { display:inline; }
|
|
#participer div span { padding: 2px 10px; background-color: #GET{c_footer_bk}; color: #GET{c_footer}; }
|
|
#participer a, #participer a:link, #participer a:visited, #participer a:hover, #participer a:focus, #participer a:active { background-color: transparent; color: #GET{c_footer}; font-size:1em; }
|
|
|
|
/*************** GENERAL - CONTENT */
|
|
#content img { padding: 0 1.5em; }
|
|
#content .timeline-me-picto img { padding: 0; display: inline; vertical-align: unset; }
|
|
#content img.smiley { padding: 0; }
|
|
#content img.fullwidth { margin:0; padding: 0; }
|
|
#contenu h1 { clear: both; padding-left: 1.5rem; background-color: #GET{c_titraille_bk}; color: #GET{c_titraille};
|
|
[(#GET{c_titraille_bk}|!={transparent}|oui|et{[(#GET{d_titraille_degrade}|non)]})
|
|
background: #GET{c_titraille_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas4.png}|image_sepia{[(#GET{c_titraille_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];]
|
|
font-family: #GET{f_content}; font-weight: bold; border-bottom: 4px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)];
|
|
}
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: inherit;
|
|
text-rendering: optimizeLegibility
|
|
}
|
|
|
|
/* base typo de foundation */
|
|
h1 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.5})]rem
|
|
}
|
|
|
|
h1,h2 {
|
|
line-height: 1.4;
|
|
margin-top: 0;
|
|
margin-bottom: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{.5})]rem
|
|
}
|
|
|
|
h2 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.25})]rem
|
|
}
|
|
|
|
h3 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.1875})]rem
|
|
}
|
|
|
|
h3,h4 {
|
|
line-height: 1.4;
|
|
margin-top: 0;
|
|
margin-bottom: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{.5})]rem
|
|
}
|
|
|
|
h4 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.125})]rem
|
|
}
|
|
|
|
h5 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.0625})]rem
|
|
}
|
|
|
|
h5,h6 {
|
|
line-height: 1.4;
|
|
margin-top: 0;
|
|
margin-bottom: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{.5})]rem
|
|
}
|
|
|
|
h6 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1})]rem
|
|
}
|
|
|
|
@media print,screen and (min-width: 40em) {
|
|
h1 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{3})]rem
|
|
}
|
|
|
|
h2 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{2.5})]rem
|
|
}
|
|
|
|
h3 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.9375})]rem
|
|
}
|
|
|
|
h4 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.5625})]rem
|
|
}
|
|
|
|
h5 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1.25})]rem
|
|
}
|
|
|
|
h6 {
|
|
font-size: [(#CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}|mult{1})]rem
|
|
}
|
|
}
|
|
/* fin base typo de foundation */
|
|
|
|
#content h2, .h2 { clear: left; color: #GET{c_titraille_ssniveaux}; border-bottom: 2px solid [(#GET{c_titraille_ssniveaux_bk})]; font-family: #GET{f_content}; font-weight: bold; }
|
|
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-top: 3em; }
|
|
#content h2 a:link, #content h2 a:visited { color: [#(#GET{c_titraille_ssniveaux}|couleur_inverserluminosite{5,true})]; }
|
|
#content h3, .h3, #content h4, .h4, #content h5, .h5, #content h6, .h6 { clear: left; padding-left: .25em; border-left: 2px solid [(#GET{c_titraille_ssniveaux_bk})]; color: #GET{c_titraille_ssniveaux}; font-family: #GET{f_content}; font-weight: bold; text-align: left; }
|
|
#content h4, .h4 { border-left-color: [(#GET{c_titraille_ssniveaux_bk})]; clear: left; }
|
|
#content h5, .h5, #content h6, .h6 { border-left-width: 1px; }
|
|
#content h6, .h6 { border-left: none; font-style:italic; }
|
|
#content hr { padding: 0; margin: 2em 0; border: none; border-bottom: 1px solid #GET{c_titraille_ssniveaux_bk}; height: 1px; width: 90%; text-align: left; clear: both; }
|
|
#content ul.spip {
|
|
list-style-type:none;
|
|
color: #[(#GET{c_container}|couleur_inverserluminosite{10})]; font-size: 1em;
|
|
text-align: left;
|
|
margin-left: 1.25em;
|
|
}
|
|
#content ul.spip li {
|
|
[background-image: url((#CHEMIN{images/pucebleue.gif}|image_sepia{[(#GET{c_container}|couleur_inverserluminosite{10})]}|extraire_attribut{src}|strval|embarque_fichier));
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0.5em;]
|
|
padding-left: 1.25em;
|
|
}
|
|
#content ul.spip ul.spip { margin-left: 0; padding-left: 0; }
|
|
#content img.gallerie { float: left; padding: 2px; margin: .5em 2em; background-color: #000; border: 3px solid #ebeff8; }
|
|
#content img.galleriebig { padding: 4px; margin: .5em 2em; background-color: #000; }
|
|
|
|
#content .contenu_chapitres { padding-left: 3em; border-left: 1px solid #39f; font-size: 80%; }
|
|
#content .contenu_chapitres h2, #content .contenu_chapitres h3, #content .contenu_chapitres h4, #content .contenu_chapitres h5, #content .contenu_chapitres h6 { color: #39f; font-size: 80%; text-align: left; }
|
|
|
|
/* tableaux */
|
|
table.spip { margin: 2em auto; width: auto; border-collapse: collapse; background-color: [(#GET{c_cadrestexte_bk})]; border: 1px solid [ (#GET{c_cadrestexte_bk})]; font-size: 1em; }
|
|
#content table.tableaudocs, table.spip.tableaudocs { width: 100%; }
|
|
#content tbody { width: auto; }
|
|
#content td, #content tr { font-size: 1em; }
|
|
#content table tr td h2 { padding: 0; margin: 0; background-color: none; }
|
|
#content table tr td .retoursommaire { padding: 0; margin: 0; float: right; text-align: inherit; }
|
|
#content table tr td .retoursommaire img { padding: 0; margin: 0; }
|
|
#content .spip td, #content .spip th { width: auto; vertical-align: top; padding: 5px; border: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{20,true})]; text-align: left; }
|
|
#content thead, table.spip tr.row_first, table.spip thead th { width: auto; background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{10})]; border: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{20,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{20,true})]; font-size: 1.1em; text-align: center; }
|
|
#content tr.alt, table.spip tr.row_odd { background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{80,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{20,true})]; }
|
|
#content tr.row_even { background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{5,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{5,true})]; }
|
|
|
|
.columns2 { -webkit-column-count: 2; -webkit-column-gap: 3em; -webkit-column-rule: 1px dotted #bbb; -moz-column-count: 2; -moz-column-gap: 3em; -moz-column-rule: 1px dotted #bbb; column-count: 2; column-gap: 3em; column-rule: 1px dotted #bbb; }
|
|
.columns2 div { -webkit-column-break-inside:avoid; break-inside:avoid; }
|
|
#content .columns2 h2 { margin-top:0; }
|
|
|
|
/* Agenda Programmation */
|
|
table.programmation caption { text-align: left; }
|
|
.programmation_nav { text-align: right; }
|
|
.programmation_agenda { margin-bottom: 1em; }
|
|
#content .programmation_agenda thead, .programmation_agenda table.spip tr.row_first, .programmation_agenda table.spip thead th { font-size: 1em; }
|
|
|
|
/*************** BLOCKS - CONTENT */
|
|
|
|
/* ancre cachée pour "retour haut de page" */
|
|
#sommaire { clear: left; position: relative; width: auto; background-color: [(#GET{c_cadrestexte_bk})]; font-size: .9em; margin: 2em 0; padding-bottom: 1em; }
|
|
#sommaire h2 { width: auto; padding: 0 1em; margin-bottom: 0.6em; background-color: [(#GET{c_titraille_bk})]; color: [ (#GET{c_titraille})];}
|
|
#sommaire > ul { margin-left: 3em; margin-bottom: 0;}
|
|
#sommaire > ul > li { break-inside: avoid; list-style-type: initial; }
|
|
#sommaire > ul ul { margin: 0; }
|
|
|
|
/* menu en haut du contenu (onglets) */
|
|
#menuhaut { background-color: #GET{c_menuhaut_bk}; color: #GET{c_menuhaut};
|
|
[(#GET{c_menuhaut_bk}|!={transparent}|oui|et{[(#GET{d_menuhaut_degrade}|non)]})
|
|
padding-top: 8px; padding-left: 8px; background: #GET{c_menuhaut_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas_menu.png}|image_sepia{[(#GET{c_menuhaut_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x bottom];]
|
|
font-size: 0;
|
|
}
|
|
|
|
/* Menu Navigation Haute */
|
|
#navHaute { float: left; }
|
|
#navHaute ul { padding:0; }
|
|
#menuhaut .sf-menu > li > a { border: none;}
|
|
#navHaute ul li { display: inline; padding-left: 2em; }
|
|
/* Menu Déroulant du haut */
|
|
#menuhaut ul { text-align: center; }
|
|
#menuhaut ul ul { text-align: left; padding-left: 0;}
|
|
#menuh > li a {background: #GET{c_menu_a_bk}; color:#GET{c_menu_a}; display: block; line-height: 1em; }
|
|
#menuh strong a, #menuh ul strong a {background: #GET{c_menuhautonglet};color: #GET{c_menuhautonglet_bk}; text-shadow:none;}
|
|
#menuh ul a {background:#GET{c_menu_a_bk};color:#GET{c_menu_a}; font-size: #CONFIG{soyezcreateurs_couleurs/fontsizemenuhaut,1.2}rem; text-transform:none; }
|
|
#menuh, #menuh ul { list-style: none; margin: 0; position: relative; }
|
|
#menuh li { position: relative; }
|
|
#menuh li li { margin-top: auto; }
|
|
#menuh li li:first-child { border-top: 1px [(#GET{c_menu_a_hover_bk})] solid; }
|
|
#menuh li li a { border-left: 1px solid #GET{c_menu_a_hover_bk}; border-bottom: 1px solid #GET{c_menu_a_hover_bk}; border-right: 1px solid #GET{c_menu_a_hover_bk}; }
|
|
#menuh li li li a { padding-left: 24px; }
|
|
#menuh li li li li a { padding-left: 32px; }
|
|
#menuh > li { display:inline-block; position:relative; vertical-align:middle; font-size: #CONFIG{soyezcreateurs_couleurs/fontsizemenuhaut,1.2}rem; line-height: 1em; }
|
|
#menuh > li:not(:last-child) { margin-right:0; }
|
|
#menuh > li:first-child { margin-left: 0; }
|
|
#menuh > li > a { background: #GET{c_menuhautonglet_bk}; color: #GET{c_menuhautonglet}; font-weight: bold; }
|
|
#menuh ul a { color: #GET{c_menuhautonglet}; }
|
|
#menuh a { display: block; font-size: #CONFIG{soyezcreateurs_couleurs/fontsizemenuhaut,1.2}rem; padding: 8px 16px; position: relative; text-decoration: none; }
|
|
#menuh li.hover > a,
|
|
#menuh li.focus > a
|
|
{ background: #GET{c_menuhautongletsurvol_bk}; color: #GET{c_menuhautongletsurvol}; }
|
|
#menuh li.hover > a,
|
|
#menuh li > a:focus,
|
|
#menuh a:hover,
|
|
#menuh a:focus { background: #GET{c_menuhautongletsurvol_bk}; color: #GET{c_menuhautongletsurvol}; }
|
|
#menuh .active > a, #menuh a:active, #menuh li > a:active { background: #GET{c_menuhautongletactif_bk}; color: #GET{c_menuhautongletactif}; }
|
|
#menuh.drop { padding: 0 1%; }
|
|
#menuh.drop ul, .hasJS #menuh ul { position: absolute; z-index: 999; }
|
|
#menuh.drop ul ul { left: 200px; top: 0; }
|
|
#menuh.drop li a { padding-left: 16px; }
|
|
#menuh.drop li.hover > ul,
|
|
#menuh.drop li.focus > ul,
|
|
#menuh.drop li > a:hover + ul,
|
|
#menuh.drop li > a:focus + ul
|
|
{ margin-top: 0; }
|
|
#menuh.drop a.sf-with-ul { padding-right: 24px; }
|
|
#menuhaut li.cadre_recherche { float: right; }
|
|
|
|
@media screen and (max-width:[(#GET{LargeurContaineur})]px) {
|
|
[(#PLUGIN{SIDR}|oui)#menuhaut, #menu { display: none; }
|
|
.sidr ul li { line-height: 1.2em; }
|
|
.sidr ul li ul li,
|
|
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active,
|
|
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active
|
|
{ line-height: 1.2em; }
|
|
.sidr ul li span { padding-left: 0; }
|
|
.sidr ul li a { padding-left: 15px; padding-top: .5em; padding-bottom: .5em; }
|
|
.sidr ul li img { position: relative; float: right; margin-left: 8px; margin-right: 8px; }
|
|
.sidr ul li ul li span { padding-left: 0; }
|
|
.sidr ul li ul li a { padding-left: 39px;}
|
|
.sidr ul li ul li img { position: relative; float: right; margin-left: 8px; margin-right: 8px; }
|
|
.sidr ul li ul li ul li a { padding-left: 63px;}
|
|
.sidr ul li ul li ul li ul li a { padding-left: 87px;}
|
|
.sidr ul li ul li ul li ul li ul li a { padding-left: 111px;}
|
|
#sidr-navigation { text-align: left; }
|
|
.sidr-class-cadena { display: none; }
|
|
]
|
|
#header h1 { margin-top: 0; }
|
|
#menuhaut ul { text-align: left; }
|
|
#menuh > li { display: block; float: none; margin-left: 0; }
|
|
#menuh.drop { padding: 1%; }
|
|
#menuh.drop ul { width: auto !important; position: relative; margin-top: 0; }
|
|
#menuh.drop ul ul { left: auto !important; }
|
|
#menuh.drop li li .menuarticles { background-position: 17px 50% !important; }
|
|
#menuh.drop li li a.menuarticles { padding-left: 27px; }
|
|
#menuh.drop li li li a { padding-left: 24px; }
|
|
#menuh.drop li li li .menuarticles { background-position: 17px 50% !important; }
|
|
#menuh.drop li li li li a { padding-left: 32px; }
|
|
#menuh.drop li li li li .menuarticles { background-position: 29px 50% !important; }
|
|
#menuh.drop li li li li li a { padding-left: 48px; }
|
|
#menuh.drop li li li li li .menuarticles { background-position: 41px 50% !important; }
|
|
#menuh.drop li.hover > a,
|
|
#menuh.drop li.focus > a { background:#GET{c_menu_a_hover_bk}; color: #GET{c_menu_a_hover}; }
|
|
#menuh.drop > li.hover > a,
|
|
#menuh.drop > li.focus > a { background: #GET{c_menu_a_active_bk}; color: #GET{c_menu_a_active}; }
|
|
#menuh.drop li a:hover,
|
|
#menuh.drop li a:focus { background:#GET{c_menu_a_hover_bk}; color: #GET{c_menu_a_hover}; }
|
|
#menuh.drop li li li {display:none;} /* n'afficher que le premier niveau du menu déroulant */
|
|
}
|
|
|
|
@media screen and (max-width:640px) {
|
|
#menuh.drop li li {display:none;} /* cacher tous les éléments déroulant */
|
|
}
|
|
|
|
/* Breadcrumbs/Ariane */
|
|
#miettesdepain { padding: .25em 0 1em 0; color: #GET{c_fildariane}; font-size: .9em; font-style: italic; min-height: 40px; }
|
|
#miettesdepain img { width: 8px; height: 11px; padding: 0; background: url([(#CHEMIN{images/chevrons.gif}|image_sepia{#GET{c_chevrons}}|extraire_attribut{src}|strval|embarque_fichier)]) no-repeat center; }
|
|
#miettesdepain ul { margin: 0; }
|
|
#miettesdepain ul li { display: inline; }
|
|
#miettesdepain ul li a { padding-right: 14px; background: url([(#CHEMIN{images/chevrons.gif}|image_sepia{#GET{c_chevrons}}|extraire_attribut{src}|strval|embarque_fichier)]) right no-repeat; }
|
|
|
|
/* Onglets de la page de téléchargement */
|
|
|
|
.onglets ul { border-bottom:1px solid [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{30})]; text-align:right; margin-left: 0!important; margin-right: 0!important;}
|
|
.onglets li { display: inline; margin:0 5px;}
|
|
.onglets li a, .onglets li strong { border:1px solid [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{30})]; padding:5px 10px; display: inline-block; position: relative; bottom: -1px; }
|
|
.onglets li strong { background: #GET{c_container_bk}; border-bottom-color: #GET{c_container_bk};}
|
|
#telecharger .highlight_anchor {
|
|
background: transparent;
|
|
border: none;
|
|
padding: inherit;
|
|
}
|
|
|
|
/* sommaire en début d'article/de page */
|
|
#artrecents {
|
|
display: inline; overflow: auto; float: right; position: relative; z-index: 100; width: 160px; max-height: 350px; padding: 0; margin: 0 8px; color: #GET{c_navigation}; font-size: 1em;
|
|
[background: (#GET{c_cadrestexte_bk});] [(#GET{c_cadrestexte_bk}|!={transparent}|oui|et{[(#GET{d_cartouche_degrade}|non)]}) background: #GET{c_cadrestexte_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas3.png}|image_sepia{[(#GET{c_cadrestexte_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top]; ]
|
|
border: 1px solid [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{30})];
|
|
border-bottom-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})];
|
|
border-right-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})];
|
|
font-size: #CONFIG{soyezcreateurs_couleurs/fontsizeartrecents,1.1}em;
|
|
}
|
|
#artrecents .artrecents-items li { background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: normal; text-align: left; text-decoration: none; }
|
|
#artrecents .artrecents-items .odd { background-color: transparent; color: [(#GET{c_cadrestexte})];}
|
|
#artrecents .artrecents-items a { background-color: transparent; color: inherit; display: block; }
|
|
#artrecents .artrecents-items li a:hover,
|
|
#artrecents .artrecents-items li a :focus,
|
|
#artrecents .artrecents-items .odd a:hover,
|
|
#artrecents .artrecents-items .odd a:focus {
|
|
color: #GET{c_menu_a_hover};
|
|
background-color: #GET{c_menu_a_hover_bk};
|
|
text-decoration: none;
|
|
}
|
|
#artrecents ul.artrecents-items { margin-left: 0.4em; margin-bottom: 0; padding-left: 1.2em; }
|
|
#artrecents ul.artrecents-items ul { margin-left: 0; }
|
|
#artrecents .artrecents-items li, #artrecents .artrecents-items li.odd { list-style-type: disc; }
|
|
.secondary-information { font-size: 0.8em; font-style: italic; opacity: 0.5; }
|
|
/* documents dans sommaire début d'article */
|
|
.docjoints { clear: left; }
|
|
.docjoints ul { padding: 0; padding-right:5px; padding-left:25px; margin: 0; }
|
|
.docjoints img { float: left; padding-left: 0.5em; padding-right: 0.5em; }
|
|
|
|
/* agenda */
|
|
table.agenda, table.agenda tr, table.agenda th, table.agenda td, table.agenda caption, table.agenda caption h2 { padding: 0; margin: 0; color: #000000; text-align: center; }
|
|
table.agenda caption { width: 100%; margin: auto; background-color: #GET{c_container_bk}; border: none; color: #GET{c_container}; }
|
|
table.agenda th { width:14% !important; padding: .2em 0; font-size: 1.1em; }
|
|
table.agenda tr, table.agenda th { border-collapse: collapse; border: 1px solid [ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{90})]; }
|
|
table.agenda td { width:14% !important; border-collapse: collapse; border: 1px solid [ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{90})]; font-size: 1em; }
|
|
table.agenda { background: transparent; border-collapse: collapse; border: 2px solid [ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]; }
|
|
table.agenda em { background-color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{90})]; }
|
|
table.agenda td a, table.agenda td a:link, table.agenda td a:visited, table.agenda td a:active { display: block; background:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{90})] url([(#CHEMIN{images/coinagenda.gif}|embarque_fichier)]) top right no-repeat; color: [ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]; font-weight: bold; text-decoration: none; }
|
|
table.agenda td a:hover, table.agenda td a:focus { background-color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]; color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{90})]; font-weight: bold; }
|
|
table.agenda td.agendathismonth, table.agenda td.agendathisday, table.agenda td.agendanotthismonth { width:14% !important; background-color:[ (#GET{c_menu_a_bk})]; border: 2px solid[ (#GET{c_menu_a_bk})]; color:[ (#GET{c_menu_a})]; }
|
|
table.agenda td.agendathismonth { background-color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20})]; border-width: 1px; color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{80})]; }
|
|
table.agenda td.agendanotthismonth { background-color: [ #(#GET{c_menu_a_bk}|couleur_foncerluminosite|couleur_inverserluminosite{80})]; border-width: 1px; color: [ #(#GET{c_menu_a}|couleur_foncerluminosite|couleur_inverserluminosite{80})]; }
|
|
.agendahead { width:14% !important; padding: 1px 1em; background-color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{30})]; border: 1px solid[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]; color:[ #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]; font-size: 1.1em; }
|
|
/* jour avec événement */
|
|
dl.event { padding: 0; margin: 2em 0; }
|
|
.event dt { position: relative; left: 0; top: 1.1em; width: 7em; font-weight: bold; }
|
|
.event dd { padding: 0 0 .5em; padding-right:0; padding-left:.5em; margin: 0; margin-left:8em; border-left: 1px solid #000000; }
|
|
.highlight_anchor { animation: highlight_anchor 2s; }
|
|
@keyframes highlight_anchor {
|
|
from {background-color: #ffff66; color: #000; }
|
|
to {background-color: inherit; color: inherit; }
|
|
}
|
|
.ical { float:right; }
|
|
|
|
/* Proposition d'evenement */
|
|
p.proposer_evenement_explication {margin:0 10px; border: 1px dotted; padding: 2px;}
|
|
.formulaire_proposer_evenement {margin:0 10px !important;}
|
|
.formulaire_proposer_evenement .editer_horaire {margin-top:0 !important;}
|
|
.formulaire_proposer_evenement p.boutons {text-align: right !important; margin-right: 10px;}
|
|
|
|
/* barre d'outils pour publication dans forum */
|
|
#content table.spip_barre a img { padding: 3px; background-color: #ffddaa; border: 1px solid #ffffff; border-right-color: #aa9966; border-bottom-color: #aa9966; }
|
|
#content table.spip_barre a:hover img, #content table.spip_barre a:focus img { padding: 3px; margin: 0; background-color: #f8f8f4; border: 1px solid #808080; }
|
|
|
|
/* liste de bougies */
|
|
#graversonnom { margin: 1em 0; }
|
|
#graversonnom ul { list-style: none; }
|
|
#graversonnom img { float: left; padding: 0; margin: 0; }
|
|
|
|
/*************** HOME - MODE NEWS */
|
|
.modenews dt { padding: .3em; padding-right:0; padding-left:1em; font-size: 120%; }
|
|
.modenews .datepublication { font-size: .6em; font-weight: normal; }
|
|
.modenews .savoirplus { clear: right; margin-bottom: 1em; font-style: italic; text-align: right; }
|
|
/* articles "signalés" */
|
|
.alaune dl { background: url([(#CHEMIN{images/star.png}|embarque_fichier)]) no-repeat left .6em transparent; }
|
|
#sommaire_mode_actualites .alaune dl { background-image: none; }
|
|
#sommaire_mode_actualites .alaune dd { margin-left: 0; }
|
|
#sommaire_mode_actualites #col2 ul { padding-left: 1em; }
|
|
ul.alaune li { list-style-image: url([(#CHEMIN{images/star.png}|embarque_fichier)]); }
|
|
.alaune dd p { margin-bottom: 0; margin-top: 0; }
|
|
|
|
/*************** HOME - MODE Actualités */
|
|
.modeactualites #col1 { width:50%; float:left;}
|
|
.modeactualites #col2 { margin-left:5%; width:45%; float:left; }
|
|
#content .modeactualites h2 { margin-left:0; }
|
|
|
|
/*************** HOME - MODE Blog */
|
|
/** Derniers Articles */
|
|
.modeblog_art dl { margin-top: 10px;}
|
|
.modeblog_art dt {
|
|
padding: 0.8em 0 0.3em 10px;
|
|
font-size: 120%;
|
|
float: right;
|
|
width: 480px;
|
|
margin-right: 10px;
|
|
}
|
|
.modeblog_art dt.quiquand { text-align: right; padding: 10px 0; }
|
|
.modeblog_art dd {margin-left: 0px; padding: 5px 5px 5px 0px; }
|
|
#content .modeblog_art img {
|
|
padding: 10px 0 0 20px;
|
|
position: absolute;
|
|
}
|
|
.modeblog_art .datepublication {
|
|
font-size: .5em;
|
|
font-weight: normal;
|
|
float: none;
|
|
padding: 0;
|
|
}
|
|
.modeblog_art span {
|
|
font-size: .7em;
|
|
}
|
|
.modeblog_art p { margin-left:200px; margin-right: 10px;
|
|
}
|
|
|
|
/** A La Une **/
|
|
.blog_alaune {
|
|
font-size: 1em
|
|
}
|
|
.blog_alaune dl {
|
|
float: left;
|
|
width: 49%;
|
|
height: 100px;
|
|
padding: 10px 0 5px 0;
|
|
background-color: [#(#GET{c_container_bk}|couleur_inverserluminosite{10})];
|
|
}
|
|
.blog_alaune dt {
|
|
float: right;
|
|
width: 215px;
|
|
padding: 10px 7px 15px 0px;
|
|
}
|
|
#content .blog_alaune img {
|
|
padding: 0 0 0 0;
|
|
margin-left: -30px;
|
|
}
|
|
.blog_alaune .une_gauche {
|
|
margin-right: 2%;
|
|
}
|
|
|
|
/** Menu Droit Blog **/
|
|
/*.forum { padding: 2px 0; }
|
|
.forum-auteur-blog { float: left; padding-right: 5px; color: #000000; font-size: 11px; padding-top: 2px; }
|
|
.forum-item-blog { font-size: 11px; padding-top: 2px; } */
|
|
.forum_sommaire .datepublication {
|
|
float: none;
|
|
display: inline;
|
|
}
|
|
|
|
|
|
/*************** PAGE DE RUBRIQUE - LISTE D'ARTICLES */
|
|
/* liste d'articles dans page de rubriques */
|
|
dl#listearticlerubrique, dl#listerubriquerubrique { clear:left; padding: 0; margin: .5em 0 1.5em; }
|
|
#listearticlerubrique dt, #listerubriquerubrique dt { clear:right; padding: 4px 0 2px; padding-right:0; padding-left:.5em; border-left: 4px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; border-bottom: 1px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; }
|
|
#listearticlerubrique dt.h2, #listerubriquerubrique dt.h2 { margin-bottom: 0; }
|
|
#listearticlerubrique dt.nogap, #listerubriquerubrique dt.nogap { border-bottom: none; }
|
|
#listearticlerubrique dt .datepublication, #listearticlerubrique dt .liste_auteurs { margin-right: 0; padding-right: 0; background: transparent; font-size: 0.5em; }
|
|
#listearticlerubrique dt .liste_auteurs { color: [#(#GET{c_container}|couleur_inverserluminosite{30}|couleur_saturer{0})]; font-weight: normal; font-style: italic; }
|
|
#listearticlerubrique dt .liste_auteurs:first-letter { text-transform: uppercase; }
|
|
#listearticlerubrique dt.haslogo img.logo,#listerubriquerubrique dt.haslogo img.logo { padding: 0; }
|
|
#listearticlerubrique dt .titrerubblog { font-style: italic; filter: contrast(25%); font-size: 0.75em; }
|
|
#listearticlerubrique dd, #listerubriquerubrique dd { padding: 2px .5em 4px 1em; padding-right:.5em; padding-left:1em; margin-left: 2em; margin-bottom: 1.5em; border-left: 2px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; }
|
|
#content dd p:first-of-type { margin-top: 0.25rem; }
|
|
|
|
/*************** ARTICLE - CONTENT */
|
|
.surtitre, .soustitre, .datepublication { color: inherit; font-size: .9em; font-weight: bold; padding: 0 1em;}
|
|
.surtitre { float: left; }
|
|
.datepublication { text-align: right; display: block; background-color: #GET{c_container_bk}; color: [#(#GET{c_container}|couleur_inverserluminosite{30}|couleur_saturer{0})]; font-weight: normal; font-style: italic; }
|
|
.lienarchives { text-align: right; margin-right: 1em; }
|
|
|
|
blockquote:before { content: ""; }
|
|
blockquote.spip { padding: .3em 1em .4em; padding-right:1em; padding-left:70px; margin: 1em 1.5em 1.5em 1.5em; background: [ (#GET{c_cadrestexte_bk})] url([(#CHEMIN{images/quoteleft.gif}|embarque_fichier)]) no-repeat .5rem .5rem; border: none; color: [ (#GET{c_cadrestexte})]; overflow: auto; }
|
|
blockquote.spip_poesie { padding: .5em; padding-right:50px; padding-left:1em; margin: 1em 2em; margin-right:2em; margin-left:1em; background: [ (#GET{c_cadrestexte_bk})] top right url([(#CHEMIN{images/poesie.gif}|embarque_fichier)]) no-repeat; border:none; border-right: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite)]; border-top: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{40})]; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; color: [ (#GET{c_cadrestexte})]; }
|
|
div.spip_poesie div { margin-left: 60px; text-indent: -60px; }
|
|
|
|
.spip_documents_center { margin: auto; text-align: center; }
|
|
.spip_documents_left { clear: left; margin-right: 15px; text-align: center; }
|
|
.spip_documents_right { clear: right; margin-left: 15px; text-align: center; }
|
|
.spip_document_inline { display: inline; }
|
|
.spip_document_inline img {
|
|
height: 1em;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
#content .spip_documents img { padding: 0; border: none; }
|
|
.spip_documents { text-align: center; }
|
|
|
|
.texte, #footer #bandeaucontact { font-size: #CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}em; }
|
|
/* Les césures ne sont pas encore au point :
|
|
- elles se font dans FF10 sur des paragraphe de moins de 2 lignes,
|
|
- et il peut y en avoir sur 2 lignes consécutives
|
|
-moz-hyphens : auto; -webkit-hyphens : auto; -ms-hyphens : auto; hyphens : auto;
|
|
*/
|
|
|
|
.right { text-align: right; }
|
|
|
|
/* bloc d'intro */
|
|
#letexte { clear: right; padding: 0 1.9em; line-height: 120%; }
|
|
#letexteblog { clear: left; padding: 0 10px 0 10px; font-size: 1.1em; line-height: 120%; }
|
|
#letexte ul { font-size: 1em; line-height: 120%; }
|
|
|
|
/* Rectification pour la météo sur 5 jours */
|
|
.rainette_previsions_24h {
|
|
width:22%;
|
|
margin: .4em 2% 2em 0;
|
|
-webkit-box-shadow: 2px 2px 10px -2px rgba(170,170,170,1);
|
|
-moz-box-shadow: 2px 2px 10px -2px rgba(170,170,170,1);
|
|
box-shadow: 2px 2px 10px -2px rgba(170,170,170,1);
|
|
}
|
|
.rainette_previsions_24h .jour, .rainette_previsions_24h .date,.rainette_previsions_24h .contenu {
|
|
width:100%;
|
|
}
|
|
|
|
.cadreinfo { padding: 5px; margin: 20px 10px 10px; [color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true});] [background: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true});] text-decoration: none; font-size: 1em;
|
|
[(#GET{c_menu_a_bk}|!={transparent}|oui|et{[(#GET{d_cadreinfo_degrade}|non)]})
|
|
background: [#(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})][ url((#CHEMIN{images/fond_degrade_fonce_en_bas3.png}|image_sepia{[(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];]
|
|
}
|
|
|
|
.hasJS .escapelinks, .hidden { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
|
|
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
|
|
.espaceavant { margin-top: 10px; }
|
|
|
|
.centrer_div { clear: both; margin-top: 1em; margin-bottom: .5em; text-align: center; }
|
|
|
|
.texteencadre-spip { position: relative; padding: .25em; margin: 1em 0; background-color: [ (#GET{c_cadrestexte_bk})]; border: 2px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite)]; border-left: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})]; border-top: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})]; color: [ (#GET{c_cadrestexte})]; }
|
|
.caractencadre-spip { color: #CONFIG{soyezcreateurs_couleurs/evidence,#ff6600}; font-weight: bold; background-color: transparent; }
|
|
.caractencadre2-spip { color: #CONFIG{soyezcreateurs_couleurs/evidence2,#000099}; font-weight: bold; background-color: transparent; }
|
|
|
|
[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|non)
|
|
.cartouche { position: relative; padding-bottom: 3em; }
|
|
]
|
|
[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|oui)
|
|
#contenu h1 {
|
|
margin-bottom: 0;
|
|
}
|
|
]
|
|
#miettesdepain ul {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.chapo, .ps, #artrecents.artrecent_bas, .notes { clear: both; background-color: [(#GET{c_cadrestexte_bk})]; color: [(#GET{c_cadrestexte})]; overflow: auto; -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; border: none;margin: 0 0 1em 0; padding: 0 1em .5em 1em; }
|
|
.ps { margin: 0 0 1em 0; padding: .5em 1em; }
|
|
#artrecents.artrecent_bas { display: block; overflow: auto; float: none; position: relative; z-index: auto; width: auto; max-height: none; margin: 3em 2.2em; }
|
|
#artrecents h2, #signature h2 { color: [(#GET{c_cadrestexte})]; background-image: none; border-bottom: none; padding: 0.5em 0 0 0; text-align: left; margin: 0; }
|
|
|
|
.retoursommaire { float: right; }
|
|
#content .retoursommaire img { margin:0; padding: 1em 0 0 1em; }
|
|
|
|
.menuarticles { background-image: url([(#CHEMIN{images/chevrons.gif}|image_sepia{#GET{c_chevrons}}|extraire_attribut{src}|strval|embarque_fichier)]) !important; background-position: 5px !important; background-repeat: no-repeat !important; }
|
|
|
|
.rubriques_chapitres { padding-left: 1em; border-left: 2px solid #076b8b; }
|
|
|
|
/* forum en bas d'un article */
|
|
|
|
/* comments */
|
|
#content .comments h2 { background-color: #GET{c_titraille_bk}; color: #GET{c_titraille};
|
|
[(#GET{c_titraille_bk}|!={transparent}|oui|et{[(#GET{d_titraille_degrade}|non)]})
|
|
background: #GET{c_titraille_bk}[ url((#CHEMIN{images/fond_degrade_fonce_en_bas4.png}|image_sepia{[(#GET{c_titraille_bk})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];]
|
|
font-family: #GET{f_content}; font-size: 2em; font-weight: bold; letter-spacing: 1px; margin-bottom: 0em; margin-top: 0em; margin-right: 0; margin-left: 0; padding-top: 0.7em; padding-left: .5em; padding-bottom: 0.5em; padding-right: 0; border-bottom: 4px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; line-height: 1.5em;
|
|
}
|
|
#content .comments h2{ background-image: none; border: none; }
|
|
.comments-list { margin: .5em 0 0 0; background: [ #(#GET{c_container_bk}|couleur_inverserluminosite{5})]; color: [ #(#GET{c_container}|couleur_inverserluminosite{5})]; }
|
|
.comments-list ul, .comments-thread ul { padding-left: 0; }
|
|
.comments-list ul ul, .comments-thread ul ul { padding-left: 16px; }
|
|
.odd {background: [ #(#GET{c_container_bk}|couleur_inverserluminosite{5})];}
|
|
p.comment-meta { position:relative; padding-left: 5px; background-color: [ #(#GET{c_titraille_bk}|couleur_inverserluminosite{5,true})]; border-bottom: 1px solid [ #(#GET{c_titraille_bk}|couleur_inverserluminosite)]; color: [ #(#GET{c_titraille}|couleur_inverserluminosite{5,true})];text-align: right; height:2.4em;}
|
|
.comment-meta img.avatar { vertical-align:top;}
|
|
.comment-content, .modererforum { padding-left: 1%; }
|
|
#formulaire_forum li { clear : none; }
|
|
#formulaire_forum li input.text { border: 0.06em solid [ #(#GET{c_cadrestexte_bk}|couleur_foncerluminosite)]; border-bottom-color: [ #(#GET{c_cadrestexte_bk}|couleur_eclaircirluminosite)]; border-right-color: [ #(#GET{c_cadrestexte_bk}|couleur_eclaircirluminosite)]; }
|
|
fieldset.qui p , .comments-feed{ padding-left: 0.75em; }
|
|
.modererforum button { background-color: #GET{c_titraille_bk}; color: #GET{c_titraille};}
|
|
|
|
#cadreforum { margin: .5em 0 0 0; background: [ #(#GET{c_container_bk}|couleur_inverserluminosite{5})]; color: [ #(#GET{c_container}|couleur_inverserluminosite{5})]; }
|
|
#cadreforum h1 { padding-right: 0; margin-right: 0; margin-left: 0; background-image: none; border: none; }
|
|
#cadreforum ul { list-style-image: none; list-style-type: none; padding-left: 0; }
|
|
#cadreforum ul ul { padding-left: 16px; }
|
|
.forum-auteur { float: right; font-style: italic; padding-right: 5px; }
|
|
.logo-auteur { float: right; }
|
|
.forum-chapo { position:relative; padding-left: 5px; background-color: [ #(#GET{c_titraille_bk}|couleur_inverserluminosite{5,true})]; border-bottom: 1px solid [ #(#GET{c_titraille_bk}|couleur_inverserluminosite)]; color: [ #(#GET{c_titraille}|couleur_inverserluminosite{5,true})]; }
|
|
.forum-item { padding-left: 1%; padding-right: 1%; margin-bottom: 5px; }
|
|
.forum-repondre, p.repondre { clear: both; margin: 0.5em 1em; margin-right:1em; margin-left:4em; border-top: 1px solid [ #(#GET{c_titraille_bk}|couleur_inverserluminosite)]; text-align: right; }
|
|
.forum-repondre a { padding: 0 1em; background-color:[(#GET{c_cadrestexte_bk})]; border: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{30})]; -moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; -moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em; }
|
|
.forum-repondre-message { padding-right: 5px; margin-top: 3px; text-align: right; }
|
|
|
|
/* mise en forme spip */
|
|
#content a.spip_out { padding-right: 14px; background: transparent url([(#CHEMIN{images/out.gif}|embarque_fichier)]) no-repeat scroll right center; color: #GET{c_link}; }
|
|
.spip_bouton { margin: 0; width: auto; font-size: .9em; font-weight: bold; text-align: right; }
|
|
.okfield, .spip_bouton input { border: none; background-color: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; }
|
|
#letexte form .spip_bouton { text-align: right; }
|
|
.spip_surligne { background: #ffcc00; color: #293778; }
|
|
.spip_code { color: [#(#GET{c_container}|couleur_inverserluminosite{30})] }
|
|
.hyperlien { clear: left; }
|
|
#carto { clear: both; color: #000000; }
|
|
#content .carte_gis img { padding:0; }
|
|
|
|
/* logos (?!) */
|
|
.logo_modenews { float: right; clear: right; }
|
|
.logo_modeblog { float :left; clear: left; }
|
|
.logo_objet_header {
|
|
width: 100%;
|
|
[(#CONFIG{soyezcreateurs_layout/cadragelogocontenuprincipal,entier}|=={recadre}|oui)
|
|
height: auto;
|
|
max-height: #CONFIG{soyezcreateurs_layout/hauteurlogocontenuprincipal,#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,590}}px;]
|
|
}
|
|
#content .logo_auteur { margin: 0; padding: 0 1.5em 0 0; float: right; position: relative; z-index: 2; }
|
|
header img.logo_article, header img.logo_rubrique, header img.logo_breve { width: 100%; }
|
|
#content .logo_article, #content .logo_rubrique, #content .logo_breve { float:left; padding-left: 0; padding-right: 0.5em; }
|
|
#content .cartouche .logo_article, #content .cartouche .logo_rubrique, #content .cartouche .logo_breve { padding-bottom: 1em; }
|
|
.logo_agenda { float: left; padding: .2em 0.5em !important; }
|
|
.menu_right_logo { margin: 3px 0; }
|
|
.menu_haut_logo { padding: 0 4px 0 0; margin: 0; vertical-align: middle; }
|
|
.menu_gauche_logo { clear: right; float: right; margin: 0 4px; }
|
|
.cadena { opacity: 0.4; }
|
|
#menuhaut .cadena { float: right; margin: 0 0 0 .4em; padding: 0; }
|
|
.menu_footer_logo { padding: 0 4px 0 0; margin: 0; vertical-align: bottom; }
|
|
|
|
/* pétition */
|
|
#signature { padding: 5px; padding-right:5px; padding-left:15px; margin-bottom: 5px; background: #eee; border: 2px solid #999999; border-left: 1px solid #eeeeee; border-top: 1px solid #eeeeee; font-size: .9em; }
|
|
|
|
/* notes de bas de page */
|
|
.notes p { padding: 0; padding-left: 1.9em; margin: .3em 0; text-indent: -1.9em; }
|
|
|
|
/* dates d'événements */
|
|
#ArticleAgendaDetail li { margin-bottom: .5em; }
|
|
#ArticleAgendaDetail ul.spip li { margin-bottom: 0; margin-left: .5em; }
|
|
#ArticleAgendaDetail dt { border-bottom: 1px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; }
|
|
#ArticleAgendaDetail dd { padding-left: 1em; margin-left: 1.2em; margin-bottom: 0; padding-bottom: .5em; padding-top: 0.5em; border-left: 1px solid [#(#GET{c_titraille_bk}|couleur_foncerluminosite)]; }
|
|
#ArticleAgendaDetail dd:last-child { border-bottom-left-radius: 10px; }
|
|
#ArticleAgendaDetail .notes { background-color: #GET{c_container_bk}; border-bottom: none; border-right: none; border-top: none; color: #GET{c_container}; line-height: 1em; margin-top:0; padding-bottom: 0; }
|
|
|
|
/* Favoris */
|
|
.formulaire_favori { float: right; position: relative; top: -21px; }
|
|
.formulaire_favori form button.ajouter_favori span { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
|
|
.formulaire_favori form button.ajouter_favori:hover span { visibility: hidden; }
|
|
#content .formulaire_favori form button.ajouter_favori img { padding: 0; }
|
|
|
|
/*************** AGENDA - CONTENT */
|
|
/* statut de l'événement */
|
|
dd.agendastatut { margin-left: -2em; padding: .3em 0; }
|
|
strong.agendastatut { padding: .1em 1em; margin-right: 1em; border: 1px solid #FF0000; border-left-width: 4px; border-right-width: 4px; }
|
|
|
|
/*************** GALLERY - CONTENT */
|
|
/* si pas de JS (?) */
|
|
#document_actif { padding: .5em 0 1em; margin: 1em 0; text-align: center; }
|
|
#document_actif h2 { margin-left: 0; }
|
|
#document_actif dl { margin: 1em 0; color: inherit; }
|
|
#document_actif dt { padding: 0; margin: 0; color: inherit; font-weight: bold; font-size: 120%; }
|
|
#document_actif dd { padding: 0; margin: 0 0 .5em; color: inherit; font-style: italic; }
|
|
/* photos sous la grande */
|
|
.documents_portfolio {
|
|
clear: both;
|
|
margin: 3em 0;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
grid-gap: 1rem;
|
|
justify-content: space-between;
|
|
}
|
|
#content .documents_portfolio img {
|
|
width: 100%;
|
|
height: auto;
|
|
padding: 0;
|
|
margin: 0;
|
|
transition: transform 0.3s ease-in-out;
|
|
box-shadow: rgb(204 204 204) 0px 1px 2px 0px, rgb(170 170 170 / 0%) 0px 1px 2px 3px;
|
|
transform: scale(0.95);
|
|
}
|
|
#content .documents_portfolio img:hover,
|
|
#content .documents_portfolio img:focus {
|
|
transform: scale(1.05);
|
|
box-shadow: rgb(170 170 170) 0px 3px 4px 0px, rgb(170 170 170 / 0%) 0px 5px 5px 5px;
|
|
}
|
|
/*************** LISTE DOCUMENTS - CONTENT */
|
|
#listedocuments ul { margin-top: 2em; }
|
|
#listedocuments ul { margin-bottom:0; }
|
|
#content table.tableaudocs, table.spip.tableaudocs { margin-top: 0; }
|
|
|
|
/*************** SIGLES - CONTENT */
|
|
#sigles dt { margin-top: 1em; font-size: 1.2em; font-weight: bold; }
|
|
#sigles dd p { margin-top: 0; }
|
|
|
|
/*************** CONTENT - MAIN SIDEBAR */
|
|
#navigation .cadreinfo { padding: .25em .5em; margin-top: 0.9em; margin-right: 1rem; margin-bottom: 0; margin-left: 1rem; border: none; [color: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true});] [background: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{30});]
|
|
[(#GET{c_menu_a_bk}|!={transparent}|oui|et{[(#GET{d_cadreinfo_degrade}|non)]})
|
|
background: [#(#GET{c_menu_a_bk}|couleur_inverserluminosite{30})][ url((#CHEMIN{images/fond_degrade_fonce_en_bas3.png}|image_sepia{[(#GET{c_menu_a_bk}|couleur_inverserluminosite{30})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];]
|
|
}
|
|
|
|
#navigation .cadreinfo p { margin: 0; text-align: left; }
|
|
|
|
/*************** CONTENT - EXTRA SIDEBAR */
|
|
/* mini-agenda */
|
|
.miniagenda { text-align: center; }
|
|
.miniagenda table.agenda { width: 100%; margin: auto; }
|
|
/* derniers ajouts dans agenda */
|
|
.agendaderniersajouts { text-align: left; }
|
|
.agendaderniersajouts li a { margin:0; }
|
|
/* bloc citations */
|
|
#citations { position: relative; overflow: hidden; padding: 0; margin-top:0; margin-right: 1rem; margin-bottom: .5em; margin-left: 1rem; }
|
|
#citations dt {
|
|
overflow: hidden;
|
|
padding: .25em .5em;
|
|
margin: 0;
|
|
[(#GET{c_extra_bk}|couleur_extreme|=={000000}|?{'background-color: rgba(255, 255, 255,0.5);','background-color: rgba(0, 0, 0,0.6);'})]
|
|
border-bottom: solid 1px rgba(255, 255, 255,0.5);
|
|
border-top-right-radius: .5em;
|
|
border-top-left-radius: .5em;
|
|
color: [#(#GET{c_extra_bk}|couleur_extreme)];
|
|
font-family: #GET{f_content};
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
}
|
|
#citations dd {
|
|
[(#GET{c_extra_bk}|couleur_extreme|=={000000}|?{'background-color: rgba(255, 255, 255,0.5);','background-color: rgba(0, 0, 0,0.6);'})]
|
|
[(#GET{c_menu_a_bk}|!={transparent}|oui|et{[(#GET{d_citations_degrade}|non)]})
|
|
background: [#(#GET{c_menu_a_bk}|couleur_inverserluminosite{80})][ url((#CHEMIN{images/fond_degrade_fonce_en_bas3.png}|image_sepia{[(#GET{c_menu_a_bk}|couleur_inverserluminosite{80})]}|image_aplatir{jpg}|extraire_attribut{src}|strval|embarque_fichier)) repeat-x top];]
|
|
border-bottom-right-radius: .5em;
|
|
border-bottom-left-radius: .5em;
|
|
color: [#(#GET{c_extra_bk}|couleur_extreme)];
|
|
font-size: 0.9em;
|
|
overflow: hidden;
|
|
padding: .5em .6em;
|
|
margin: 0;
|
|
}
|
|
#citations dd p { margin-bottom: 0;margin-top: 0; }
|
|
/* bloc citations dans le header */
|
|
#header #citations { margin: 0; float: right; clear: right;[ width: (#GET{LargeurMenuGauche}|plus{#GET{LargeurMenuDroit}})px;]
|
|
/* Fallback for web browsers that doesn't support RGBa */
|
|
background: #GET{c_header_bk};
|
|
/* RGBa with 0.6 opacity */
|
|
background: rgba([(#GET{c_header_bk}|couleur_hexa_to_dec|table_valeur{red,0})], [(#GET{c_header_bk}|couleur_hexa_to_dec|table_valeur{green,0})], [(#GET{c_header_bk}|couleur_hexa_to_dec|table_valeur{blue,0})], 0.6);
|
|
}
|
|
#header #citations dt, #header #citations dd { background: transparent; color: #GET{c_header}; }
|
|
#header #citations dt { text-align:right; border-bottom: solid 1px #GET{c_datemajsite_bk}; }
|
|
#header #citations dd { border-bottom: none; border-right: none; }
|
|
#header #citations dd p { text-align:right; }
|
|
#header #logo { float: left; }
|
|
#header #logo a { position: relative; display: inline-block; }
|
|
#header #logo span { position: relative; display: inline-block; -webkit-transition-duration: 0.3s;
|
|
transition-duration: 0.3s;
|
|
-webkit-transition-property: transform;
|
|
transition-property: transform;
|
|
}
|
|
#header #logo a:before {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
content: '';
|
|
bottom: -10px;
|
|
left: 5%;
|
|
height: 10px;
|
|
width: 90%;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
|
|
background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
|
|
background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
|
|
background: -o-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
|
|
-o-transition-duration: 0.3s;
|
|
-ms-transition-duration: 0.3s;
|
|
-webkit-transition-duration: 0.3s;
|
|
transition-duration: 0.3s;
|
|
-o-transition-property: transform, opacity;
|
|
-ms-transition-property: transform, opacity;
|
|
-webkit-transition-property: transform, opacity;
|
|
transition-property: transform, opacity;
|
|
}
|
|
#header #logo a:hover:before,
|
|
#header #logo a:focus:before,
|
|
#header #logo a:active:before {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
}
|
|
#header #logo a:hover, #header #logo a:focus, #header #logo a:active { background-color: transparent !important; }
|
|
#header #logo a:hover span,
|
|
#header #logo a:focus span,
|
|
#header #logo a:active span {
|
|
-o-transform: translateY(-10px);
|
|
-ms-transform: translateY(-10px);
|
|
-webkit-transform: translateY(-10px);
|
|
transform: translateY(-10px);
|
|
}
|
|
|
|
/* lettre d'info */
|
|
#lettre h2 { padding: 10px 1px 0; padding-right:1px; padding-left:10px; margin: 0; }
|
|
#lettre img { border: none; padding: 0 0.5em 0; }
|
|
|
|
/* Bouton texte, pour permettre a direction_css de fonctionner */
|
|
.boutonstexte { float: none; display: block; position: absolute; right: 0; text-align: right; z-index: 1; }
|
|
.boutonstexte a { display: inline-block; padding: 4px; height: 40px; width: 40px; position: initial; top: initial; text-align: center; }
|
|
.boutonstexte a:hover { background-color: #333; }
|
|
.boutonstexte img { padding: 0; }
|
|
|
|
/* Newsletter */
|
|
#inscriptionlettre h2 { font-size:1em; margin: 0; padding-bottom: 4px; background-color: transparent; }
|
|
#inscriptionlettre ul { margin: 0; padding:0; }
|
|
#sub_email, #lst_ids { width: 97%; }
|
|
#inscriptionlettre p.boutons { margin:0; padding-top:8px; text-align:right;}
|
|
#navigation .formulaire_newsletter_subscribe input.submit { display: inline-block; white-space: normal; width: 100%; }
|
|
#navigation .formulaire_spip .editer label,
|
|
#navigation .formulaire_spip .editer.gauche label {
|
|
width: auto;
|
|
float:none;
|
|
margin-left:0;
|
|
}
|
|
|
|
.formulaire_participer_evenement fieldset { border: none; font-size: 1.5em;}
|
|
|
|
#content .socialtags { clear: left; height: 18px; text-align: right; }
|
|
#content .socialtags img { padding:0; }
|
|
|
|
/* **************** BLOCK SKINS ***************** */
|
|
/* ====== Contour blocks ====== */
|
|
/* remove *background-image:" to default to square corners for IE */
|
|
/* ----- simple (extends box) ----- */
|
|
.simple {border:2px solid [(#GET{c_titraille_bk})];background-color:#fcfcfc;}
|
|
.simple .hd {}
|
|
/* ----- info (extends box) ----- */
|
|
.info .inner {border:2px solid #46839B;}
|
|
.info .inner .hd {}
|
|
/* ----- note (extends box) ----- */
|
|
.note,.note .inner{border:1px solid #c2c2c2;}
|
|
.note .inner{border-color:#fff; border-width:4px; background-color:#f0f0f0;}
|
|
|
|
/* ----- important (extends box) ----- */
|
|
.important .inner{border: 3px solid #00477a; border-bottom-width:10px;}
|
|
|
|
/* ----- basic (extends box) ----- */
|
|
.basic {overflow: hidden;}
|
|
.basic .inner {padding-bottom: 1px;margin-bottom: -1px;}
|
|
|
|
/* ----- basic (extends box) ----- */
|
|
.basic {overflow: hidden;}
|
|
.basic .inner {padding-bottom: 1px;margin-bottom: -1px;}
|
|
|
|
/* ----- error, success, notice (extends box) ----- */
|
|
.error .inner,.success .inner,.notice .inner{border:2px solid;font-weight: normal;color:#333;padding-left:40px;min-height:24px;background-repeat:no-repeat;background-position: 5px 5px;}
|
|
.success .inner{color: #264409;border-color: #C6D880;background-color:#E6EFC2;background-image:url(#CHEMIN{img_pack/box/message_ok-24.png});}
|
|
.error .inner{color: #8A1F11;border-color: #FBC2C4;background-color:#FBE3E4;background-image:url(#CHEMIN{img_pack/box/message_erreur-24.png});}
|
|
.notice .inner{color: #514721;border-color: #FFD324;background-color:#FFF6BF;background-image:url(#CHEMIN{img_pack/box/message_notice-24.png});}
|
|
|
|
/* ====== Background blocks ====== */
|
|
.highlight .inner{background-color:#e3e36f;}
|
|
.inverse .inner{background-color:#333333;color:#ffffff}
|
|
|
|
/* ====== Block headers and footers ====== */
|
|
/*
|
|
.section{background: #e9e9e9; color:#70617E;font-size:120%;padding:5px 10px;}
|
|
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#70617E;padding:0;}
|
|
|
|
.bam{background: #46839B;color: #fff;font-size:120%;padding:5px 10px;}
|
|
.bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;}
|
|
.topper{background: #fff;color: #4D4D4D;font-size:120%;padding:5px 10px;border:1px solid #eee;}
|
|
.topper h1,.topper h2,.topper h3,.topper h4,.topper h5,.topper h6{font-size:100%;color:#4D4D4D;padding:0;}
|
|
|
|
.act{background-color:#e9e9e9;}
|
|
*/
|
|
|
|
.hd {
|
|
padding: 0;
|
|
}
|
|
#sommaire_mode_international .bam.h1{ margin:0; padding:2px 1em; color: #GET{c_titraille}; background: #GET{c_titraille_bk}; border-bottom: 2px solid [(#GET{c_titraille_ssniveaux_bk})]; font-weight: bold; font-size:1.2em; }
|
|
#sommaire_mode_international .archives{ padding:2px 1em; text-align:right; color: #GET{c_titraille}; background: #GET{c_titraille_bk}; }
|
|
#sommaire_mode_international .archives a,
|
|
#sommaire_mode_international .archives a:visited { color: inherit; }
|
|
.bd, .ft {
|
|
padding: 0 10px;
|
|
}
|
|
.bd dt {
|
|
margin-top : 5px;
|
|
padding-left: 10px;
|
|
background: url(#CHEMIN{pucebleue.gif}) 1px 5px no-repeat;
|
|
}
|
|
|
|
@media screen and (max-width:640px) {
|
|
.troistiers { padding:0 #GET{margescolonnes}px; width: auto; height: auto; }
|
|
.outerbox { margin-bottom:10px; }
|
|
}
|
|
@media screen and (min-width:641px) {
|
|
.outerbox { float:left; width:50%; padding: 0 5px 10px 5px; }
|
|
}
|
|
@media screen and (min-width:[(#GET{LargeurContaineur}|plus{1})]px) {
|
|
.troistiers { float:left; padding:0 #GET{margescolonnes}px; width:#GET{Largeurcontent_central}px; height:650px; }
|
|
.outerbox { float:none; width:auto; padding: 0;}
|
|
.troistiers .bd { overflow-y:auto; }
|
|
.hauteur1 { margin-bottom:10px; height: 400px; }
|
|
.hauteur1 .bd { height: 350px; }
|
|
.hauteur2 { height: 240px; }
|
|
.hauteur2 .bd { height: 190px; }
|
|
.hauteur3 { margin-bottom:10px; height: [(#GET{HauteurArretSurImg}|plus{35})]px; }
|
|
.hauteur3 .bd { height: [(#GET{HauteurArretSurImg})]px; }
|
|
.hauteur4 { margin-bottom:10px; height: 85px; }
|
|
.hauteur4 .bd { height: 70px; overflow-y:hidden; }
|
|
.hauteur5 { margin-bottom:10px; height: 650px; }
|
|
.hauteur5 .bd { height: 600px; }
|
|
}
|
|
.annoncelarge {
|
|
padding: 0 12px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.annoncelarge .bd p {
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* ====== Horloge Flash ====== */
|
|
#time .bd { display: flex; justify-content: space-around; }
|
|
.horlogeflash { display: inline-block; font-size:.7em; font-weight:bold; text-align:center; }
|
|
#content .horlogeflash img { padding: 0; }
|
|
.jcgmt-container { padding: 0; }
|
|
.jcgmt-container .jcgmt-lbl { display: none; }
|
|
.jcgmt-clockHolder { width: 42px; }
|
|
.jcgmt-rotatingWrapper { width: 100%; height: 100%; }
|
|
.jcgmt-digital, .jcgmt-date {
|
|
font-size: 8px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
/* Mode International */
|
|
#sommaire_mode_international #agenda h2, #sommaire_mode_international .rightmenu, #sommaire_mode_international .retourtop { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
|
|
#sommaire_mode_international #content #agenda td, th { padding: 0; }
|
|
#sommaire_mode_international #hommefemme .nivoSlider-wrap { margin: 0; }
|
|
#sommaire_mode_international #hommefemme .nivo-caption { display: none !important; }
|
|
@media screen and (max-width:[(#GET{LargeurContaineur})]px) {
|
|
#sommaire_mode_international .outerinternational, .tickercontainer { margin:0 auto; width: auto }
|
|
.tickercontainer .mask { width: auto }
|
|
ul.newsticker { width: auto }
|
|
}
|
|
@media screen and (min-width:[(#GET{LargeurContaineur}|plus{1})]px) {
|
|
#sommaire_mode_international #content #agenda table, #sommaire_mode_international #agenda table.spip { width: 50%; }
|
|
#sommaire_mode_international .miniagenda table.agenda { float:left; }
|
|
#sommaire_mode_international .outerinternational, .tickercontainer { margin:0 auto; width: [(#GET{largeurtotale})]px }
|
|
.tickercontainer .mask { width: [(#GET{largeurtotale}|moins{20})]px }
|
|
ul.newsticker { width: [(#GET{largeurtotale}|plus{12})]px }
|
|
}
|
|
|
|
|
|
/*************** ARRET SUR IMAGE */
|
|
#image .bd { padding: 0; }
|
|
#arretSurImg { background-color: #000; color:#fff; position: relative; width: #GET{LargeurArretSurImg}px; height: #GET{HauteurArretSurImg}px; }
|
|
#arretSurImg2 { margin-top: 15px; background-color: #000; color:#fff; position: relative; width: 120px; height: 120px; }
|
|
#arretSurImg ul, #arretSurImg li, #arretSurImg ul ul, #arretSurImg li li, #arretSurImg2 ul, #arretSurImg2 li, #arretSurImg2 ul ul, #arretSurImg2 li li { padding-left: 0 !important; }
|
|
#arretSurImg img { padding: 0 !important; width: #GET{LargeurArretSurImg}px; height: #GET{HauteurArretSurImg}px; }
|
|
#arretSurImg2 img { padding: 0 !important; width: 120px; height: 120px; }
|
|
#arretSurImg h2, #arretSurImg2 h2 { border: none !important; clear: none !important; padding: 0 !important; margin: 0 !important; }
|
|
#arretSurImg h2 a:link, #arretSurImg h2 a:visited, #arretSurImg h2 a:focus, #arretSurImg h2 a:hover, #arretSurImg2 h2 a:link, #arretSurImg2 h2 a:visited, #arretSurImg2 h2 a:focus, #arretSurImg2 h2 a:hover { display: block; color: #FFFFFF; text-decoration: none; padding: 4px; }
|
|
#arretSurImg .archives, #arretSurImg2 .archives { position: absolute; z-index: 1; bottom: 0; right: 0; }
|
|
#arretSurImg .mainCarousels, #arretSurImg2 .mainCarousels2 { position: absolute; z-index: 1; bottom: 0; left: 0; margin: 0; }
|
|
#arretSurImg li.mainCarousel, #arretSurImg2 li.mainCarousel2 { float :left; background-color: #292929; }
|
|
#arretSurImg .mainCarousels li.active, #arretSurImg .mainCarousels li.hover, #arretSurImg2 .mainCarousels2 li.active, #arretSurImg2 .mainCarousels2 li.hover { background-color: #GET{c_titraille_bk}; }
|
|
#arretSurImg .smallCarousels { position: absolute; z-index: 0; top: 0; left: 0; width: #GET{LargeurArretSurImg}px; height: #GET{HauteurArretSurImg}px; margin: 0; }
|
|
#arretSurImg2 .smallCarousels2 { position: absolute; z-index: 0; top: 0; left: 0; width: 120px; height: 120px; margin: 0; }
|
|
#arretSurImg li.smallCarousel { display: block; position: absolute; z-index: 0; top: 0; left: 0; overflow: hidden; width: #GET{LargeurArretSurImg}px; height: #GET{HauteurArretSurImg}px; text-align: center; }
|
|
#arretSurImg2 li.smallCarousel2 { display: block; position: absolute; z-index: 0; top: 0; left: 0; overflow: hidden; width: 120px; height: 120px; text-align: center; }
|
|
#arretSurImg .smallCarousel li { width: #GET{LargeurArretSurImg}px; height: #GET{HauteurArretSurImg}px; }
|
|
#arretSurImg2 .smallCarousel2 li { width: 120px; height: 120px; }
|
|
#arretSurImg .diapoControls, #arretSurImg2 .diapoControls2 { position: absolute; top: 200px; right: 30px; z-index: 1; }
|
|
.hasJS #arretSurImg .diapoNext, .hasJS #arretSurImg .diapoPrev, .hasJS #arretSurImg2 .diapoNext, .hasJS #arretSurImg2 .diapoPrev { display: block; float: left; width: 36px; height: 65px; background: transparent url(#CHEMIN{images/diapo_prev.png}) top left no-repeat; cursor: pointer; }
|
|
.hasJS #arretSurImg .diapoNext, .hasJS #arretSurImg2 .diapoNext { margin-left: 35px; background-image: url(#CHEMIN{images/diapo_next.png}); }
|
|
#arretSurImg .highlight_anchor, #arretSurImg2 .highlight_anchor { background: none; border: none; padding: 0; }
|
|
.hasJS #arretSurImg .smallCarousels, .hasJS #arretSurImg2 .smallCarousels2 { overflow: hidden; }
|
|
#arretSurImg .archives, #arretSurImg2 .archives { background-color: #GET{c_titraille_bk}; }
|
|
#arretSurImg .archives a, #arretSurImg2 .archives a { color: #fff; }
|
|
#arretSurImg li.smallCarousel a span, #arretSurImg2 li.smallCarousel2 a span { color: #fff; display: block; font-size: 1.5em; margin: 1.5em 1em; }
|
|
|
|
*:first-child+html .hasJS #arretSurImg .smallCarousels, *:first-child+html .hasJS #arretSurImg2 .smallCarousels2 { overflow: visible; }
|
|
|
|
/*************** multicolonnes */
|
|
#troiscolonnes div.innermulticolonnes { float: left; margin-right: 1%; width: 32%; }
|
|
|
|
/*************** SuperFish */
|
|
.sf-menu, .sf-menu > li {
|
|
float: none;
|
|
}
|
|
|
|
.sf-arrows .sf-with-ul:after {
|
|
right: .25em;
|
|
border-width: .25em;
|
|
margin-top: 0;
|
|
border-top-color: #GET{c_menuhautderoulant}; /* edit this to suit design (no rgba in IE8) */
|
|
border-top-color: rgba([(#GET{c_menuhautderoulant}|sc_rgb)],.5);}
|
|
}
|
|
.sf-arrows > li > .sf-with-ul:focus:after,
|
|
.sf-arrows > li:hover > .sf-with-ul:after,
|
|
.sf-arrows > .sfHover > .sf-with-ul:after {
|
|
border-top-color: #GET{c_menuhautderoulantsurvol}; /* IE8 fallback colour */
|
|
}
|
|
/* styling for right-facing arrows */
|
|
.sf-arrows ul .sf-with-ul:after {
|
|
border-color: transparent;
|
|
border-left-color: #GET{c_menuhautderoulant2}; /* edit this to suit design (no rgba in IE8) */
|
|
border-left-color: rgba([(#GET{c_menuhautderoulant2}|sc_rgb)],.5);}
|
|
}
|
|
.sf-arrows ul li > .sf-with-ul:focus:after,
|
|
.sf-arrows ul li:hover > .sf-with-ul:after,
|
|
.sf-arrows ul .sfHover > .sf-with-ul:after {
|
|
border-left-color: #GET{c_menuhautderoulant2};
|
|
}
|
|
|
|
.sf-vertical.sf-arrows > li .sf-with-ul:after {
|
|
border-width: 5px;
|
|
border-color: transparent;
|
|
border-left-color: #GET{c_menu_a_deroulant}; /* edit this to suit design (no rgba in IE8) */
|
|
border-left-color: rgba([(#GET{c_menu_a_deroulant}|sc_rgb)],.5);
|
|
}
|
|
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
|
|
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
|
|
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
|
|
border-left-color: #GET{c_menu_a_deroulantsurvol};
|
|
}
|
|
|
|
#menu ul.sf-vertical ul { margin: 0; }
|
|
#menu ul.sf-vertical li a { padding: 5px 15px 5px 5px; margin: 0; line-height: 1.2em; }
|
|
|
|
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
|
|
.sf-vertical, .sf-vertical li {
|
|
width: #GET{LargeurMenuGauche}px !important;
|
|
}
|
|
.portailcognac .sf-vertical, .portailcognac .sf-vertical li {
|
|
width: calc(#GET{LargeurMenuGauche}px - 2rem)!important;
|
|
}
|
|
.sf-menu li {
|
|
white-space: normal;
|
|
}
|
|
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
|
|
.sf-vertical li:hover ul,
|
|
.sf-vertical li.sfHover ul {
|
|
left: #GET{LargeurMenuGauche}px !important; /* match ul width */
|
|
top: -1px !important;
|
|
}
|
|
#navigation #menu ul.sf-menu ul li { padding-left: 0; }
|
|
|
|
|
|
/*************** MAGAZINES */
|
|
#content dl.magazines { border: 1px solid[ #(#GET{c_titraille_bk}|couleur_inverserluminosite{10})]; background-color: transparent; width: 160px; text-align: center; padding: 10px; float: left; margin-right: 1em; }
|
|
#content .magazines dt { font-weight: bold; background-color: [ #(#GET{c_titraille_bk}|couleur_inverserluminosite{10})]; color: [ #(#GET{c_titraille}|couleur_inverserluminosite{20,true})]; padding: 4px;}
|
|
#content .magazines dd img { background-color: #GET{c_container_bk}; margin:0; padding:8px 0; }
|
|
#content .magazines dd { margin: 0; padding: 0; }
|
|
|
|
/*************** PORTAIL MAIRIE */
|
|
#SET{Largeurmairie_central,(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|moins{#GET{LargeurMenuDroit}}|moins{48})}
|
|
#SET{Largeurmairie_video,(#GET{Largeurmairie_central}|div{3})}
|
|
#SET{Largeurmairie_edito,(#GET{Largeurmairie_central}|moins{#GET{Largeurmairie_video}}|moins{24})}
|
|
|
|
#sommaire_mode_mairie #content { width: 100%; }
|
|
#mairie_content_left { width: #GET{LargeurMenuGauche}px; float:left; }
|
|
#mairie_content_left select { width: [(#GET{LargeurMenuGauche}|moins{30})]px; }
|
|
#mairie_content_left img, #mairie_content_extra img { padding:0; }
|
|
#mairie_content_central { width: [(#GET{Largeurmairie_central})]px; margin-left: 24px; margin-right: 24px; float:left; }
|
|
#sommaire_mode_mairie .Edito { width: #GET{Largeurmairie_edito}px; float:left; }
|
|
#sommaire_mode_mairie .VideoALaUne { width: #GET{Largeurmairie_video}px; float:left; margin-left:24px;}
|
|
#sommaire_mode_mairie .miniagenda table.agenda { width: 134px; }
|
|
#sommaire_mode_mairie .logo_actualite { float:left; padding-left: 0; }
|
|
#sommaire_mode_mairie #homequoideneuf ul, #sommaire_mode_mairie #mairie_content_left ul, #sommaire_mode_mairie #mairie_content_extra ul { list-style:none; padding:0;}
|
|
#sommaire_mode_mairie #homequoideneuf li { margin: 4px 0; paddind-left: 56px; min-height: 56px; }
|
|
#sommaire_mode_mairie #homequoideneuf img { padding: 4px; }
|
|
#sommaire_mode_mairie .datepublication { margin-right: 0;}
|
|
#sommaire_mode_mairie #content .socialtags { float:left; position: relative; text-align: left; top: 18px;}
|
|
#mairie_content_extra { width: #GET{LargeurMenuDroit}px; float:left; }
|
|
#sommaire_mode_mairie .dessousbreves { float:left; width:[(#GET{Largeurmairie_central}|mult{2}|div{6}|moins{16})]px;padding: 0 8px;}
|
|
#sommaire_mode_mairie .dessousbreves.oddbreves {clear:left;}
|
|
#sommaire_mode_mairie #homecadre_outils { clear:both; }
|
|
#sommaire_mode_mairie #homecadre_outils li { display: inline; float:left; text-align:center; }
|
|
#sommaire_mode_mairie .goody { clear: left; height: 48px; }
|
|
#sommaire_mode_mairie #content img.logo_goody { float:left; padding:0 1em 0 0; }
|
|
|
|
#sommaire_mode_mairie #content .VideoALaUne img { padding-right: 20px; max-width: #GET{largeurMenu}px; }
|
|
|
|
/*************** Player Multimedia */
|
|
.spip_documents_player { clear: both; margin: 0.5em 0 0; padding: 0; width: 100%; }
|
|
.spip_documents_player .spip_doc_titre { float: left; padding-right: 10px; text-align: right; width: [(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|moins{#GET{LargeurMenuDroit}}|moins{270})]px !important; }
|
|
.spip_documents_player .spip_doc_descriptif { clear: none; float: left; text-align: left; }
|
|
|
|
/*************** Liste de lecture */
|
|
#contenu .radiobox { width: #CONFIG{soyezcreateurs_layout/maxlargeurimage,720}px; }
|
|
#contenu #scroller_container, #contenu div#now_playing { width: [(#CONFIG{soyezcreateurs_layout/maxlargeurimage,720}|moins{80})]px; line-height: 13px; }
|
|
#content .radiobox img { padding: 0; }
|
|
#content ul.playliste { font-size: 1.2em; }
|
|
|
|
/*************** LOCUTIONS ETRANGERES */
|
|
div [lang], span [lang] { font-style: italic; }
|
|
|
|
/*************** RUBRIQUES AUTOMATIQUES, SITES */
|
|
#content .listesites img.logo_site { float:left; padding:0; margin-left: -[(#GET{LargeurContaineur}|div{6}|intval|min{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48}}|plus{8})]px; }
|
|
#content .listesites img.rss_site { padding:0 0 0 1em; vertical-align: middle; clear: right; float: right}
|
|
#content .listesitesssrub li { clear: left; list-style-image: url([(#CHEMIN{images/menu_plus.gif}|embarque_fichier)]); padding-bottom: 1em; }
|
|
#content .listesitesssrub li ul { padding-top: 1em; }
|
|
#content .listesites li { clear: left; list-style: none; margin-bottom: 2em; }
|
|
#content .listesites li div { margin-left: [(#GET{LargeurContaineur}|div{6}|intval|min{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48}})]px; padding-left: 8px; }
|
|
#content .listesites li p { margin-top: 0.5em; }
|
|
#content .listesites a.spip_out:hover { opacity: 1; }
|
|
.listesitesssrub { padding-left: 2em; }
|
|
|
|
#mobile-header { display: none; }
|
|
|
|
/************* Plan du site + Antichrono */
|
|
#antichrono #content ul.spip li, #plan #content ul.spip li {
|
|
background-position: 0.35em 0.5em;
|
|
}
|
|
|
|
#antichrono #content ul.spip li.iconsousrubrique, #plan #content ul.spip li.iconsousrubrique {
|
|
[ background-image: url((#CHEMIN{images/menu_plus.gif}|image_reduire{16,16}|extraire_attribut{src}));]
|
|
background-position: 0.2em 0.2em;
|
|
}
|
|
|
|
#antichrono #content ul.spip li.iconsites, #plan #content ul.spip li.iconsites {
|
|
[ background-image: url((#CHEMIN{images/sites_default.png}|image_reduire{16,16}|extraire_attribut{src}));]
|
|
background-position: center left;
|
|
}
|
|
|
|
#antichrono #content ul.spip li.iconbreves, #plan #content ul.spip li.iconbreves {
|
|
[ background-image: url((#CHEMIN{images/actualites.png}|image_reduire{16,16}|extraire_attribut{src}));]
|
|
background-position: center left;
|
|
}
|
|
|
|
/************* Mini plan du site */
|
|
#miniplan {
|
|
margin-bottom: 1.5em;
|
|
padding: 1em;
|
|
}
|
|
#miniplan .flexbox-wrap-space-around {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|
|
#miniplan .avec-padding-bottom {
|
|
padding-bottom: 1em!important;
|
|
}
|
|
#miniplan .avec-margin-bottom {
|
|
margin-bottom: 1.5em!important;
|
|
}
|
|
#miniplan .menu {
|
|
margin: 0;
|
|
list-style-type: none;
|
|
}
|
|
#miniplan .menu > li {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
#miniplan .vertical > li {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#miniplan h2 {
|
|
line-height: 1em;
|
|
font-size: 1.8rem;
|
|
}
|
|
|
|
#miniplan a {
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* Pour les mobiles, inspiré de http://www.alsacreations.com/astuce/lire/1177 */
|
|
@media (max-width: [(#GET{LargeurContaineur})]px) {
|
|
|
|
/* passer tous les éléments de largeur fixe en largeur automatique */
|
|
body, #container, #shadow, #content {
|
|
width: 100% !important;
|
|
margin: auto !important;
|
|
padding: 0 !important;
|
|
}
|
|
#menu {
|
|
width: auto !important;
|
|
}
|
|
#header { background-image: none !important; min-height: inherit !important; padding-top: 0!important; }
|
|
#mobile-header { display: block; }
|
|
#responsive-menu-button-navigation { float: right; }
|
|
.responsive-menu-button { float: left; }
|
|
.responsive-menu-button span { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
|
|
|
|
/* fixer une largeur maximale de 100 % aux éléments potentiellement problématiques */
|
|
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
/* gestion des mots longs */
|
|
textarea, table, td, th, code, pre, samp {
|
|
word-wrap: break-word; /* césure forcée */
|
|
}
|
|
code, pre, samp {
|
|
white-space: pre-line; /* passage à la ligne spécifique pour les éléments à châsse fixe */
|
|
}
|
|
|
|
#navigation, #extra, #content {
|
|
height: auto !important;
|
|
}
|
|
|
|
#navigation, #extra {
|
|
width: 50% !important;
|
|
margin: auto !important;
|
|
padding: 0 !important;
|
|
}
|
|
#mairie_content_left, #mairie_content_extra {
|
|
width: 100%;
|
|
margin: auto !important;
|
|
padding: 0 !important;
|
|
}
|
|
#mairie_content_central {
|
|
width: 100%;
|
|
margin:0;
|
|
}
|
|
|
|
/* masquer les éléments superflus */
|
|
.hide_mobile {
|
|
display: none !important;
|
|
}
|
|
#sommaire_mode_mairie .dessousbreves {
|
|
width: 31%;
|
|
padding:0 1%;
|
|
}
|
|
#sommaire_mode_mairie #content .socialtags {
|
|
top:0;
|
|
}
|
|
.encart a, .encart img {
|
|
width: 100%!important;
|
|
height: auto!important;
|
|
}
|
|
.vertical .encart-label {
|
|
border-radius: 6px 6px 0 0;
|
|
display: inherit;
|
|
transform: inherit;
|
|
position: inherit;
|
|
}
|
|
.rainette_previsions_24h {
|
|
width:31%;
|
|
}
|
|
#cef-root, #cef_navigation { display:none !important }
|
|
}
|
|
@media (max-width: 640px) {
|
|
/* passer tous les éléments de largeur fixe en largeur automatique */
|
|
#artrecents {
|
|
width: auto !important;
|
|
margin: auto !important;
|
|
padding: 0 !important;
|
|
display: block;
|
|
max-height: inherit;
|
|
}
|
|
|
|
/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */
|
|
#wrapper, #content, #navigation, #navHaute, #extra, #artrecents, #escapelinks {
|
|
float: none !important;
|
|
width: 100% !important
|
|
}
|
|
#escapelinks { margin: 0 0 1em; color: #000; background-color: rgba(255, 255, 255, 0.8); }
|
|
#escapelinks li { background: transparent; }
|
|
#escapelinks li, #navHaute li { display: block; text-align: center; }
|
|
#escapelinks li a,#navHaute li a { display: block; padding: .6em 0; font-size: 1.2em; }
|
|
|
|
.portailcognac #header #logo {
|
|
margin-left: 0;
|
|
}
|
|
#header #logo {
|
|
clear: left;
|
|
height: auto;
|
|
max-width: 100vw;
|
|
box-sizing: border-box;
|
|
}
|
|
#header h1 {
|
|
clear: both; float: none; margin: 0;
|
|
}
|
|
|
|
#cadre_outils ul { float: none; padding: 0 1em; width: inherit; }
|
|
|
|
#header #citations { width: inherit; }
|
|
|
|
#menufooter {
|
|
padding-left: 0;
|
|
text-align: center;
|
|
}
|
|
#menufooter ul li, #menufooter ul li a {
|
|
display: block;
|
|
}
|
|
#menufooter ul li {
|
|
padding: 0 24px 4px 24px;
|
|
}
|
|
#menufooter ul li a {
|
|
margin-right: 0;
|
|
padding: 4px 1em;
|
|
text-align: center;
|
|
}
|
|
.menu_haut_logo {
|
|
vertical-align: middle;
|
|
}
|
|
.modeactualites #col1, .modeactualites #col2 {
|
|
float:none;
|
|
margin-left:0;
|
|
width:100%;
|
|
}
|
|
#sommaire_mode_mairie .dessousbreves {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
body {
|
|
margin-top: 0 !important;
|
|
}
|
|
.columns2 { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
|
|
.rainette_previsions_24h {
|
|
width:47%;
|
|
margin: .4em 1% 2em 1%;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:640px) and (orientation: landscape) {
|
|
body {
|
|
-webkit-text-size-adjust: 70%;
|
|
}
|
|
}
|
|
|
|
/* Mode d'affichage Cognac, éléments communs à toutes les pages */
|
|
.portailcognac body {
|
|
font-size: 1rem;
|
|
line-height: 1.75em;
|
|
}
|
|
@media screen and (max-width: 70em) {
|
|
.portailcognac body {
|
|
font-size: 0.89473685rem;
|
|
}
|
|
}
|
|
#mobile-header {
|
|
top: 18px;
|
|
z-index: initial;
|
|
}
|
|
.portailcognac #header #logo a:hover,
|
|
.portailcognac #header #logo a:focus,
|
|
.portailcognac #header #logo a:active {
|
|
background-color: transparent;
|
|
display: inline-block;
|
|
border: none;
|
|
}
|
|
.portailcognac #header .searchfrm label {
|
|
overflow: hidden;
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.portailcognac [type="text"],
|
|
.portailcognac [type="password"],
|
|
.portailcognac [type="date"],
|
|
.portailcognac [type="datetime"],
|
|
.portailcognac [type="datetime-local"],
|
|
.portailcognac [type="month"],
|
|
.portailcognac [type="week"],
|
|
.portailcognac [type="email"],
|
|
.portailcognac [type="number"],
|
|
.portailcognac [type="search"],
|
|
.portailcognac [type="tel"],
|
|
.portailcognac [type="time"],
|
|
.portailcognac [type="url"],
|
|
.portailcognac [type="color"],
|
|
.portailcognac textarea {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.portailcognac body {
|
|
background-color: #GET{c_container_bk};
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 1em;
|
|
color: #GET{c_container};
|
|
line-height: 1.75em;
|
|
}
|
|
@media screen and (max-width: 80em) {
|
|
.portailcognac body {
|
|
font-size: 1.0625rem;
|
|
}
|
|
}
|
|
@media screen and (max-width: 64em) {
|
|
.portailcognac body {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
a[href]:hover,
|
|
a[href]:focus {
|
|
-webkit-transition: all .3s ease;
|
|
transition: all .3s ease;
|
|
}
|
|
.portailcognac a[href]:hover,
|
|
.portailcognac a[href]:focus {
|
|
color: #GET{c_container};
|
|
text-decoration: none;
|
|
}
|
|
.portailcognac a[href]:focus {
|
|
background-color: [#(#GET{c_container}|couleur_extreme|couleur_inverser)];
|
|
}
|
|
.portailcognac #spip-admin a[href]:focus,
|
|
.portailcognac #spip-admin a[href]:hover {
|
|
color: #ccc;
|
|
background-color: #000;
|
|
}
|
|
.portailcognac #spip-admin a[href]:active {
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
.portailcognac .spip-admin-float {
|
|
top: 0;
|
|
right: auto;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.portailcognac #header #logo a:hover,
|
|
.portailcognac #header #logo a:focus,
|
|
.portailcognac #header #logo a:active {
|
|
background-color: transparent;
|
|
display: inline-block;
|
|
border: none;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.flexbox-flex {
|
|
display: flex;
|
|
align-items: unset;
|
|
}
|
|
.flexbox-center-center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.flexbox-center-top {
|
|
display: flex;
|
|
align-items: stretch;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.flexbox--center {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flexbox-flex-row-reverse {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.flex-nowrap {
|
|
flex-wrap: nowrap;
|
|
}
|
|
.flexbox-wrap-space-between {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: space-between;
|
|
}
|
|
.flexbox-wrap-space-around {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|
|
.flexbox-center-space-between {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.flexbox-start-space-between {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
@media screen and (max-width: 47.9375em) {
|
|
.flex-nowrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
.flexbox-stretch {
|
|
display: flex;
|
|
align-items: stretch;
|
|
}
|
|
@media screen and (max-width: 40em) {
|
|
.flexbox-stretch {
|
|
display: block;
|
|
}
|
|
}
|
|
.portailcognac .label-input {
|
|
font-size: 1.25rem;
|
|
font-weight: 300;
|
|
}
|
|
.sans-border {
|
|
border: 0;
|
|
}
|
|
.avec-border {
|
|
border: 1px solid #be1621 ;
|
|
}
|
|
.avec-border-top {
|
|
border-top: 1px solid #be1621 ;
|
|
}
|
|
.avec-border-bottom {
|
|
border-bottom: 1px solid #be1621 ;
|
|
}
|
|
.avec-border-left {
|
|
border-left: 1px solid #be1621 ;
|
|
}
|
|
.sans-margin {
|
|
margin: 0;
|
|
}
|
|
.avec-margin {
|
|
margin: 1.5em;
|
|
}
|
|
.avec-margin-top {
|
|
margin-top: 1.5em;
|
|
}
|
|
.avec-margin-right {
|
|
margin-right: 1.5em;
|
|
}
|
|
.avec-margin-bottom {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
.avec-margin-bottom05 {
|
|
margin-bottom: .5em;
|
|
}
|
|
.avec-margin-bottom015 {
|
|
margin-bottom: .15em;
|
|
}
|
|
.avec-margin-left {
|
|
margin-left: 1.5em;
|
|
}
|
|
@media screen and (min-width: 40em) {
|
|
.avec-margin-bottom-for-medium {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
}
|
|
.sans-padding {
|
|
padding: 0;
|
|
}
|
|
@media screen and (max-width: 40em) {
|
|
.sans-padding-for-small {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.avec-padding {
|
|
padding: 1em;
|
|
}
|
|
.avec-padding05 {
|
|
padding: .5em;
|
|
}
|
|
.avec-padding-top {
|
|
padding-top: 1em;
|
|
}
|
|
.avec-padding-top05 {
|
|
padding-top: .5em;
|
|
}
|
|
.avec-padding-top15 {
|
|
padding-top: 1.5em;
|
|
}
|
|
.avec-padding-right {
|
|
padding-right: 1em;
|
|
}
|
|
.avec-padding-right05 {
|
|
padding-right: .5em;
|
|
}
|
|
.avec-padding-bottom {
|
|
padding-bottom: 1em;
|
|
}
|
|
.avec-padding-left {
|
|
padding-left: 1em;
|
|
}
|
|
.avec-padding-leftright {
|
|
display: block;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.display-block {
|
|
display: block;
|
|
}
|
|
.text-transform-none {
|
|
text-transform: none;
|
|
}
|
|
.text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.font-style-italic {
|
|
font-style: italic;
|
|
}
|
|
.position-relative {
|
|
position: relative;
|
|
}
|
|
.float-left {
|
|
float: left ;
|
|
}
|
|
.float-right {
|
|
float: right ;
|
|
}
|
|
.float-center {
|
|
display: table;
|
|
margin-right: auto ;
|
|
margin-left: auto ;
|
|
}
|
|
.z-index-999 {
|
|
z-index: 999;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.portailcognac #header .searchfrm label {
|
|
overflow: hidden;
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
.portailcognac #contenu h1,
|
|
.portailcognac #content h2,
|
|
.portailcognac #content h3,
|
|
.portailcognac #content h4,
|
|
.portailcognac #content h5,
|
|
.portailcognac #content h6 {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
border-width: 0;
|
|
}
|
|
.portailcognac p,
|
|
.portailcognac ul,
|
|
.portailcognac ol,
|
|
.portailcognac dl {
|
|
font-weight: 300;
|
|
}
|
|
.portailcognac p {
|
|
margin-bottom: 1rem;
|
|
font-size: inherit;
|
|
line-height: 1.6;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
.portailcognac a {
|
|
text-decoration: none;
|
|
font-weight: 300;
|
|
}
|
|
a,
|
|
li,
|
|
button {
|
|
-webkit-transition: all .3s ease;
|
|
transition: all .3s ease;
|
|
}
|
|
.portailcognac img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
max-width: 100%;
|
|
height: auto;
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
.portailcognac select {
|
|
cursor: pointer;
|
|
}
|
|
.portailcognac .spip_logo {
|
|
max-width: 100%;
|
|
}
|
|
.portailcognac .ariaformprop {
|
|
padding: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
z-index: 99;
|
|
background-color: white;
|
|
font-size: 80%;
|
|
}
|
|
.portailcognac .erreur_message {
|
|
padding: 0 1em;
|
|
text-align: left;
|
|
display: inline-block;
|
|
line-height: 1.1;
|
|
}
|
|
.portailcognac .reponse_formulaire {
|
|
margin-bottom: .1em;
|
|
}
|
|
.portailcognac .ajaxbloc {
|
|
height: 100%;
|
|
}
|
|
.row {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
max-width: #GET{LargeurContaineur}px;
|
|
}
|
|
.button,
|
|
button {
|
|
padding: .55rem 1.5rem .625rem;
|
|
font-size: 1.2em;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.button:hover,
|
|
.button:focus,
|
|
a.button:hover,
|
|
a.button:focus,
|
|
#footer a.button:hover,
|
|
#footer a.button:focus,
|
|
button:hover,
|
|
button:focus {
|
|
background-color: white;
|
|
border: 1px solid #GET{c_triadea};
|
|
color: #333;
|
|
}
|
|
.triadeA:hover,
|
|
.triadeA:focus,
|
|
a.triadeA:hover,
|
|
a.triadeA:focus,
|
|
#footer a.triadeA:hover,
|
|
#footer a.triadeA:focus {
|
|
background-color: [(#GET{c_triadea}|couleur_extreme|=={000000}|?{#000000,#FFFFFF})];
|
|
border: 1px solid #GET{c_triadea};
|
|
color: [(#GET{c_triadea}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
.triadeB:hover,
|
|
.triadeB:focus,
|
|
a.triadeB:hover,
|
|
a.triadeB:focus,
|
|
#footer a.triadeB:hover,
|
|
#footer a.triadeB:focus {
|
|
background-color: [(#GET{c_triadeb}|couleur_extreme|=={000000}|?{#000000,#FFFFFF})];
|
|
border: 1px solid #GET{c_triadeb};
|
|
color: [(#GET{c_triadeb}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
.button.triadeC:hover,
|
|
.button.triadeC:focus,
|
|
a.button.triadeC:hover,
|
|
a.button.triadeC:focus,
|
|
#footer a.button.triadeC:hover,
|
|
#footer a.button.triadeC:focus {
|
|
background-color: [(#GET{c_triadec}|couleur_extreme|=={000000}|?{#000000,#FFFFFF})];
|
|
border: 1px solid #GET{c_triadec};
|
|
color: [(#GET{c_triadec}|couleur_extreme|=={000000}|?{#FFFFFF,#000000})];
|
|
}
|
|
|
|
.portailcognac #container {
|
|
width: 100%;
|
|
}
|
|
.portailcognac #contenu {
|
|
max-width: #GET{LargeurContaineur}px;
|
|
margin: 0 auto;[(#CONFIG{soyezcreateurs_layout/logorubriquenavigation,content}|=={header}|oui)
|
|
[(#CONFIG{soyezcreateurs_layout/logoarticlenavigation,content}|=={header}|oui)[
|
|
margin-top: -(#CONFIG{soyezcreateurs_layout/decalageverticalcontenu,0})px;]]]
|
|
position: relative;
|
|
}
|
|
@media screen and (max-width: 960px) {
|
|
.portailcognac #content {
|
|
max-width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.portailcognac #content .cartouche {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
|
|
.hide {
|
|
display: none!important;
|
|
}
|
|
.portailcognac #header #logo {
|
|
position: relative;
|
|
left: auto;
|
|
margin: 0 20px;
|
|
z-index: 2;
|
|
}
|
|
|
|
[(#CONFIG{soyezcreateurs/centrerlogo,non}|=={oui}|oui)
|
|
#SET{logosite,#INCLURE{fond=noisettes/logosite_calcul}}
|
|
.portailcognac #header #logo {
|
|
position: absolute;
|
|
left: calc(50% - [(#GET{logosite}|largeur|div{2})]px);
|
|
margin: 0;
|
|
z-index: 2;
|
|
}]
|
|
#mobile-header .responsive-menu-button {
|
|
background: #GET{c_header_bk};
|
|
}
|
|
#mobile-header .responsive-menu-button {
|
|
padding: .4rem 1rem;
|
|
color: #GET{c_header};
|
|
font-size: 4rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
@media screen and (max-width: 670px) {
|
|
#mobile-header {
|
|
top: 22px;
|
|
}
|
|
#mobile-header .responsive-menu-button:before {
|
|
padding: 7px 10px 7px 15px;
|
|
font-size: 2.35em;
|
|
}
|
|
}
|
|
|
|
.portailcognac #menuhaut {
|
|
text-align: center;
|
|
max-width: 100%;
|
|
position: relative;
|
|
}
|
|
.portailcognac #menuhaut .crayon-init .crayon-icones {
|
|
position: absolute;
|
|
left: initial;
|
|
right: 0;
|
|
}
|
|
.portailcognac #menuhaut #menuh {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.portailcognac #menuhaut #menuh a {
|
|
padding: calc(.35rem + 3px) 2rem .35rem;
|
|
font-size: inherit;
|
|
font-weight: 400;
|
|
border-bottom: 3px solid transparent;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%
|
|
}
|
|
.portailcognac #menuhaut #menuh strong a {
|
|
background: #GET{c_menuhautongletactif_bk}; color: #GET{c_menuhautongletactif};
|
|
border-bottom: 3px solid [(#GET{c_menuhautongletsurvol_bk})];
|
|
}
|
|
.portailcognac #menuhaut #menuh a:hover,
|
|
.portailcognac #menuhaut #menuh a:focus {
|
|
border-bottom: 3px solid [(#GET{c_menuhautonglet_bk})];
|
|
background: #GET{c_menuhautongletsurvol_bk}; color: #GET{c_menuhautongletsurvol};
|
|
}
|
|
.portailcognac #menuhaut #menuh ul li {
|
|
line-height: 1em;
|
|
}
|
|
.portailcognac #menuhaut #menuh ul a {
|
|
margin: 0;
|
|
padding: .5em .5em .5em 1.5em;
|
|
text-transform: inherit;
|
|
font-size: 19px;
|
|
font-family: inherit;
|
|
font-weight: 300;
|
|
}
|
|
.portailcognac #menuhaut #menuh.drop ul {
|
|
width: 300px;
|
|
box-shadow: -4px 4px 4px rgba(170, 170, 170, 0.3);
|
|
}
|
|
.portailcognac #menuhaut #menuh > li:not(:first-child) {
|
|
border-left: 1px solid #222;
|
|
}
|
|
.portailcognac #menuh li li a {
|
|
border-left-color: #FFF;
|
|
border-right-color: #FFF;
|
|
}
|
|
.portailcognac #menuhaut #menuh li li a {
|
|
background-color: #FFF;
|
|
color: #333;
|
|
}
|
|
|
|
|
|
[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|ou{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|=={avecoutils}})
|
|
#header #cadre_outils {
|
|
float: right;
|
|
display: inline-flex;
|
|
justify-content: flex-start;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
padding: 8px;
|
|
z-index: 3; // pour passer devant le logo
|
|
}
|
|
#header #cadre_outils .icon {
|
|
padding-right: 3px;
|
|
padding-left: 3px;
|
|
font-size: 30px;
|
|
}
|
|
#header #cadre_outils ul {
|
|
margin: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-end;
|
|
}
|
|
#header #cadre_outils ul > li {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
#header #cadre_outils ul,
|
|
#header #cadre_outils ul a {
|
|
background-color: transparent;
|
|
width: auto;
|
|
}
|
|
#header #cadre_outils a, #header #cadre_outils strong {
|
|
padding: 8px .5vw 8px;
|
|
border-bottom: 3px solid transparent;
|
|
background-color: transparent;
|
|
color: #GET{c_outils};
|
|
}
|
|
#header #cadre_outils a:hover, #header #cadre_outils a:focus {
|
|
background-color: transparent;
|
|
border-bottom: 3px solid #GET{c_outils};
|
|
}
|
|
#cadre_outils .svg-icon {
|
|
font-size: 1.6em;
|
|
vertical-align: bottom;
|
|
}
|
|
]
|
|
.portailcognac #content {
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem;
|
|
}
|
|
#content,
|
|
#navigation,
|
|
#extra {
|
|
padding-top: 1.5rem;
|
|
}
|
|
.portailcognac .boutonstexte,
|
|
.portailagence .boutonstexte {
|
|
right: calc(50% - [(#GET{LargeurContaineur}|div{2})]px);
|
|
}
|
|
.portailcognac .boutonstexte a {
|
|
height: 38px;
|
|
width: 32px;
|
|
}
|
|
.portailcognac .boutonstexte a.textsizeup img {
|
|
width: 32px;
|
|
}
|
|
.portailcognac .boutonstexte a.textsizedown img {
|
|
width: 16px;
|
|
}
|
|
#miettesdepain ul {
|
|
text-align: left;
|
|
font-size: 15px;
|
|
font-style: normal;
|
|
color: #GET{c_fildariane};
|
|
}
|
|
|
|
#miettesdepain ul li a {
|
|
padding-right: 16px;
|
|
}
|
|
#miettesdepain ul li:first-child {
|
|
display: inline-block;
|
|
width: 37px;
|
|
height: 23px;
|
|
}
|
|
#miettesdepain ul li:first-child a {
|
|
font-size: 1.25rem;
|
|
line-height: 1.7;
|
|
color: #GET{c_fildarianehome};
|
|
vertical-align: middle;
|
|
}
|
|
#miettesdepain ul li:first-child a:hover,
|
|
#miettesdepain ul li:first-child a:focus {
|
|
color: [#(#GET{c_fildarianehome}|couleur_saturer{2})];
|
|
}
|
|
.portailcognac #content h2,
|
|
.portailcognac #content .h2,
|
|
.portailcognac #content h3,
|
|
.portailcognac #content .h3 {
|
|
padding: 1em 0 .5em;
|
|
color: #GET{c_titraille_ssniveaux};
|
|
border-bottom: 1px solid rgba([(#GET{c_titraille_ssniveaux_bk}|sc_rgb)], 0.5);
|
|
}
|
|
.portailcognac #content #artrecents h2 {
|
|
padding: .5em 0;
|
|
}
|
|
|
|
.portailcognac #sommaire {
|
|
clear: both!important;
|
|
background-color: rgba([(#GET{c_titraille_ssniveaux_bk}|sc_rgb)], 0.1);
|
|
margin: 2em 0 1em;
|
|
border-bottom: 1px rgba([(#GET{c_titraille_ssniveaux}|sc_rgb)], 0.5);
|
|
}
|
|
.portailcognac #sommaire h2 {
|
|
background-color: rgba([(#GET{c_titraille_ssniveaux_bk}|sc_rgb)], 0.75);
|
|
padding: .5em;
|
|
color: [#(#GET{c_titraille_ssniveaux_bk}|couleur_extreme|couleur_inverser)];
|
|
}
|
|
@media screen and (min-width:641px) {
|
|
.portailcognac #sommaire > ul {
|
|
margin-left: 1.5rem;
|
|
padding: 1rem;
|
|
columns: 2;
|
|
column-rule: 1px dotted #ccc;
|
|
column-gap: 4em;
|
|
}
|
|
}
|
|
.portailcognac #letexte #sommaire > ul ul { margin: 0; }
|
|
.portailcognac .cartouche .logo_article,
|
|
.portailcognac .cartouche .logo_rubrique {
|
|
float: right;
|
|
padding: 0 0 1rem 2rem;
|
|
}
|
|
.portailcognac .cartouche .logo_article.contenthauttitre, .portailcognac .cartouche .logo_article.contentbastitre
|
|
#content .logo_article.contenthauttitre, #content .logo_article.contentbastitre
|
|
{ float: none; padding: 0;}
|
|
.portailcognac .cartouche .titrepage h1 {
|
|
padding-left: 0;
|
|
color: #GET{c_titraille};
|
|
}
|
|
.portailcognac #letexte {
|
|
display: inline;
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
/* Masquer de la navigation clavier le menu SIDR si pas affiché */
|
|
#sidr-main {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: #GET{LargeurContaineur}px) {
|
|
[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|ou{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|=={avecoutils}})
|
|
#header #cadre_outils {
|
|
}
|
|
#header #cadre_outils ul {
|
|
padding-left: 0em;
|
|
padding-right: 0em;
|
|
}
|
|
#header #cadre_outils ul li {
|
|
display: inline-block;
|
|
}
|
|
]
|
|
.portailcognac #header #logo {
|
|
position: initial;
|
|
margin: 36px 0 1em 3em;
|
|
text-align: left;
|
|
height: auto;
|
|
}
|
|
#header h1 {
|
|
margin: 0;
|
|
clear: both;
|
|
}
|
|
.portailcognac #header #logo img {
|
|
display: inline-block;
|
|
width:80%;
|
|
}
|
|
#header_inner {
|
|
min-height: auto!important;
|
|
margin-top: 0!important;
|
|
}
|
|
#header:before, #content:before, #content:after { display: none!important; }
|
|
#menu .logo_rubrique { width: 100%; }
|
|
#content, #navigation, #extra { min-height: auto!important; }
|
|
#footer {
|
|
background: #GET{c_footer_bk}!important;
|
|
min-height: auto!important;
|
|
height: auto!important;
|
|
}
|
|
#content, .cartouche,
|
|
.portailcognac #letexte {
|
|
display: block;
|
|
padding: 0 0.75em;
|
|
}
|
|
#miettesdepain {
|
|
padding: .25em 0.75em 1em;
|
|
}
|
|
.portailcognac .boutonstexte, .portailagence .boutonstexte {
|
|
right: 0;
|
|
}
|
|
#sidr-main {
|
|
display: block;
|
|
}
|
|
.portailcognac #contenu {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
#footer #bandeaucontact p {
|
|
margin: 0;
|
|
padding-left: 1em;
|
|
font-size: 19px;
|
|
text-align: left;
|
|
}
|
|
#footer #bandeaucontact p a {
|
|
font-size: inherit;
|
|
}
|
|
#footer #bandeaucontact p .icon-envelope {
|
|
font-size: 2em;
|
|
margin-right: .45em;
|
|
vertical-align: middle;
|
|
}
|
|
.portailcognac #footer #footerbas {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.portailcognac #footer #footerbas div {
|
|
display: block;
|
|
}
|
|
|
|
.portailcognac #footer p {
|
|
font-weight: 300;
|
|
}
|
|
.portailcognac #footer #copymentions {
|
|
padding: 1em;
|
|
}
|
|
.portailcognac #footer #w3cgohome {
|
|
font-size: 70%;
|
|
}
|
|
.portailcognac #footer #footerbas div#droitsauteurs {
|
|
display: none;
|
|
}
|
|
#footer #informations #coordonnees .adresse,
|
|
#footer #informations #coordonnees .telephone,
|
|
#footer #informations #coordonnees .fax,
|
|
#footer #informations #coordonnees .accueil {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#footer a.contact {
|
|
[color: #(#GET{c_triadec}|couleur_inverser|couleur_extreme); ]
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
#footer #informations {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
#footer #informations #coordonnees {
|
|
margin-top: 1rem;
|
|
width: 60%;
|
|
}
|
|
#footer #informations #carte {
|
|
width: 40%;
|
|
}
|
|
}
|
|
.portailcognac #letexte .innermulticolonnes h2 {
|
|
border: none;
|
|
}
|
|
|
|
.portailcognac #letexte .innermulticolonnes h2 a {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: .75rem 0 .75rem 1.3rem;
|
|
font-size: 2rem;
|
|
line-height: 1em;
|
|
}
|
|
.portailcognac #letexte #listearticlerubrique dt,
|
|
.portailcognac #letexte #listerubriquerubrique dt {
|
|
padding: .75rem 1.3rem;
|
|
border: none;
|
|
}
|
|
.portailcognac #letexte #listearticlerubrique dt a,
|
|
.portailcognac #letexte #listerubriquerubrique dt a {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 1em 0 0;
|
|
padding: .75rem 0 .75rem 1.3rem;
|
|
font-weight: 400;
|
|
font-size: 2rem;
|
|
line-height: 1em;
|
|
}
|
|
.portailcognac #letexte #listearticlerubrique dd,
|
|
.portailcognac #letexte #listerubriquerubrique dd {
|
|
padding: .75rem 1.3rem;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
.portailcognac #content dt.h2 { margin-top: 1.6em; margin-bottom: 0; }
|
|
.portailcognac #letexte #listearticlerubrique dt a,
|
|
.portailcognac #letexte #listerubriquerubrique dt a { padding: 0; margin: 0; }
|
|
.portailcognac #content dd p:first-of-type { margin-top: 0; }
|
|
|
|
.portailcognac #letexte .ps,
|
|
.portailcognac #letexte #artrecents.artrecent_bas,
|
|
.portailcognac #letexte .notes {
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
.portailcognac #letexte hr.spip {
|
|
width: 100%;
|
|
}
|
|
.portailcognac #letexte thead,
|
|
.portailcognac #letexte table.spip tr.row_first,
|
|
.portailcognac #letexte table.spip thead th {
|
|
font-size: inherit;
|
|
}
|
|
.portailcognac #letexte .spip td,
|
|
.portailcognac #letexte .spip th {
|
|
padding: 10px 15px;
|
|
}
|
|
.portailcognac #letexte ul,
|
|
.portailcognac #letexte ol {
|
|
margin: 1rem;
|
|
line-height: 1.2;
|
|
}
|
|
.portailcognac #letexte ol { margin-left: 2.25em; }
|
|
#letexte ul ul, #letexte ul ol, #letexte ol ul,
|
|
.portailcognac #letexte ul ul, .portailcognac #letexte ul ol, .portailcognac #letexte ol ul { margin-top: .25em; }
|
|
.portailcognac #letexte .texteencadre-spip {
|
|
padding: .5em 1em;
|
|
border: none;
|
|
border-top: 1px solid;
|
|
border-bottom: 1px solid;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.portailcognac #letexte .logo_modenews {
|
|
display: none;
|
|
}
|
|
}
|
|
.portailcognac.bodyarticle .surtitre,
|
|
.portailcognac.bodyarticle .soustitre,
|
|
.portailcognac.bodyarticle .datepublication {
|
|
padding: 0;
|
|
font-size: 1em;
|
|
font-weight: 400;
|
|
}
|
|
.portailcognac.bodyarticle .datepublication {
|
|
float: none;
|
|
text-align: right;
|
|
padding-left: 0.5em;
|
|
padding-right: 0.5em;
|
|
}
|
|
.portailcognac.bodyarticle .surtitre {
|
|
padding-top: 1rem;
|
|
padding-bottom: .5rem;
|
|
}
|
|
.portailcognac.bodyarticle .soustitre {
|
|
padding-top: .5rem;
|
|
padding-bottom: 1rem;
|
|
}
|
|
.portailcognac.bodyarticle .cartouche .titrepage h1 {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 1em 0 0;
|
|
padding: .75rem 0 .75rem 1.3rem;
|
|
font-weight: 400;
|
|
}
|
|
@media screen and (max-width: 640px) {
|
|
.portailcognac.bodyarticle .cartouche .titrepage h1 {
|
|
display: flex;
|
|
background: none;
|
|
padding: 0;
|
|
justify-content: center;
|
|
flex-direction: column-reverse;
|
|
align-items: flex-start;
|
|
border: none;
|
|
}
|
|
.portailcognac.bodyarticle .cartouche .titrepage h1 .logo_article,
|
|
.portailcognac.bodyarticle .cartouche .titrepage h1 .logo_rubrique {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 1rem 0 0 0;
|
|
}
|
|
}
|
|
.portailcognac.bodyarticle .cartouche .notation .ariaformprop {
|
|
background-color: transparent;
|
|
}
|
|
.portailcognac.bodyarticle .cartouche .notation .notation_note {
|
|
display: inline-block;
|
|
}
|
|
.portailcognac.bodyarticle .cartouche .notation .note {
|
|
padding-left: 7px;
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
border: none;
|
|
}
|
|
.portailcognac #artrecents {
|
|
margin: 1em 0 0 0;
|
|
padding-bottom: 1em;
|
|
border-radius: 0;
|
|
}
|
|
.portailcognac #artrecents h2 {
|
|
padding-bottom: 1rem;
|
|
}
|
|
.portailcognac #artrecents .artrecents-items ul {
|
|
line-height: 2;
|
|
}
|
|
|
|
.portailcognac #extra .rss_bottom a {
|
|
margin: 0 .5rem;
|
|
}
|
|
.portailcognac #navigation .navstuff {
|
|
margin-top: 0;
|
|
padding-right: 1rem;
|
|
padding-left: 1rem;
|
|
}
|
|
.portailcognac #navigation .navstuff .espaceavant {
|
|
margin-top: 0;
|
|
}
|
|
.portailcognac #navigation .navstuff li img + a span,
|
|
.portailcognac #navigation .navstuff li img + strong a span {
|
|
padding-left: 10px;
|
|
}
|
|
.portailcognac #navigation .navstuff img.menu_plus,
|
|
.portailcognac #navigation .navstuff img.menu_minus {
|
|
cursor: pointer;
|
|
}
|
|
.portailcognac #navigation li {
|
|
border-top: 1px solid rgba(205,205,205,0.5);
|
|
}
|
|
#navigation #logo a {
|
|
padding:0;
|
|
}
|
|
.portailcognac #navigation a {
|
|
margin: 0;
|
|
padding: .5rem 1rem;
|
|
}
|
|
.portailcognac #navigation .espaceavant:first-child a {
|
|
border-top: none;
|
|
}
|
|
.portailcognac #navigation strong a,
|
|
.portailcognac #navigation a:hover {
|
|
margin: 0;
|
|
}
|
|
.portailcognac .titre-plan {
|
|
margin-top: 4em;
|
|
}
|
|
.portailcognac .titre-plan:before {
|
|
content: "";
|
|
display: block;
|
|
background-color: #GET{c_footer};
|
|
width: 100%;
|
|
height: 1px;
|
|
}
|
|
.portailcognac .titre-plan h1 {
|
|
display: table;
|
|
background-color: #GET{c_footer_bk};
|
|
margin: -1.1em 1em 1em 0.75em;
|
|
padding: .25em .8em .3em!important;
|
|
color: #GET{c_footer};
|
|
font-size: 2rem;
|
|
border-left: 1px solid #GET{c_footer};
|
|
}
|
|
.portailcognac #footer .menu > li > a {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.portailcognac #footer h2 a {
|
|
padding-bottom: 7px;
|
|
font-weight: 300;
|
|
font-size: .85em;
|
|
border-bottom: 2px dotted transparent;
|
|
}
|
|
#footer .liste-rubriques section {
|
|
max-width: 300px;
|
|
padding: 0 0 0 1em;
|
|
}
|
|
#footer .liste-rubriques a,
|
|
#footer .liste-rubriques a:hover,
|
|
#footer .liste-rubriques a:focus {
|
|
color: #GET{c_footer};
|
|
}
|
|
#footer .liste-rubriques li {
|
|
line-height: 1.25em;
|
|
border-bottom: 2px dotted transparent;
|
|
}
|
|
#footer .liste-rubriques li:hover,
|
|
#footer .liste-rubriques li:focus {
|
|
border-bottom: 2px dotted #GET{c_footer};
|
|
}
|
|
#footer .liste-rubriques li a {
|
|
display: inline-block;
|
|
padding: .35em 0!important;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
#footer .liste-rubriques section {
|
|
border-bottom: 1px solid #GET{c_footer};
|
|
}
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
#footer .liste-rubriques section {
|
|
width: 100%;
|
|
}
|
|
}
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
display: inline-block;
|
|
}
|
|
.icon-lg {
|
|
font-size: 2.33333333rem;
|
|
}
|
|
.icon-2x {
|
|
font-size: 2rem;
|
|
}
|
|
.icon-25x {
|
|
font-size: 2.5rem;
|
|
}
|
|
.icon-3x {
|
|
font-size: 3rem;
|
|
}
|
|
.icon-4x {
|
|
font-size: 4rem;
|
|
}
|
|
.icon-5x {
|
|
font-size: 5rem;
|
|
}
|
|
.icon-fw {
|
|
width: 1.28571429em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* needed for old browsers */
|
|
dialog {
|
|
display: block;
|
|
}
|
|
/* removes scroll when modal is opened */
|
|
.no-scroll {
|
|
overflow: hidden;
|
|
}
|
|
#js-modal.sombre-modal {
|
|
position: fixed;
|
|
background-color: rgba(34, 34, 34, 0.95);
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: auto;
|
|
height: auto;
|
|
z-index: 9999;
|
|
}
|
|
#js-modal #form_rech {
|
|
max-width: 640px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
}
|
|
#js-modal.sombre-modal .sombre-modal__wrapper {
|
|
max-width: 640px;
|
|
margin: 15vh auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
[color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true});]
|
|
background: transparent;
|
|
}
|
|
#js-modal.sombre-modal .sombre-modal__wrapper {padding:1.5em;border-radius:7px;overflow:auto; [color: #(#GET{c_menu_a}|couleur_inverserluminosite{20,true});] [background: #(#GET{c_menu_a_bk}|couleur_inverserluminosite{20,true});] text-decoration: none; font-size: 1em;}
|
|
|
|
#js-modal #menu_lang {
|
|
float: none;
|
|
font-size: 3em;
|
|
background-color: transparent;
|
|
}
|
|
#js-modal #form_rech label {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: white;
|
|
font-size: 2em;
|
|
font-weight: 300;
|
|
padding: 1em;
|
|
}
|
|
#js-modal #form_rech .searchfield {
|
|
width: auto;
|
|
padding: .5rem 1rem;
|
|
font-size: 2rem;
|
|
font-weight: 300;
|
|
border: none;
|
|
border-right: 1px solid;
|
|
margin-right: 1px;
|
|
}
|
|
#js-modal #sendsearch {
|
|
padding: .70rem;
|
|
font-size: 1.75rem;
|
|
border: none;
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
border-radius: 0;
|
|
}
|
|
@media screen and (max-width: 640px) {
|
|
#js-modal #form_rech label,
|
|
#js-modal #form_rech .searchfield {
|
|
font-size: 1.5em;
|
|
}
|
|
#js-modal #form_rech .sendsearch {
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
#js-modal-close {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: .5em;
|
|
width: 70px;
|
|
height: 70px;
|
|
opacity: 0.75;
|
|
z-index: 9999;
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
#js-modal-close .sombre-modal-close__text {
|
|
display: none;
|
|
}
|
|
#js-modal-close:hover {
|
|
opacity: 1;
|
|
}
|
|
#js-modal-close:hover:before {
|
|
background-color: #e5222e;
|
|
transform: rotate(-45deg);
|
|
-webkit-transition: all .5s ease!important;
|
|
transition: all .5s ease!important;
|
|
}
|
|
#js-modal-close:hover:after {
|
|
background-color: #e5222e;
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all .5s ease!important;
|
|
transition: all .5s ease!important;
|
|
}
|
|
#js-modal-close:before,
|
|
#js-modal-close:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 35px;
|
|
content: ' ';
|
|
height: 70px;
|
|
width: 2px;
|
|
background-color: #fff;
|
|
}
|
|
#js-modal-close:before {
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all .5s ease!important;
|
|
transition: all .5s ease!important;
|
|
}
|
|
#js-modal-close:after {
|
|
transform: rotate(-45deg);
|
|
-webkit-transition: all .5s ease!important;
|
|
transition: all .5s ease!important;
|
|
}
|
|
#js-modal .socialtags {
|
|
height: auto!important;
|
|
margin-bottom: 1rem;
|
|
text-align: center;
|
|
}
|
|
#js-modal .socialtags img {
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0 5px;
|
|
}
|
|
#js-modal .socialtags img:hover,
|
|
#js-modal socialtags img:focus {
|
|
-webkit-transition: all .3s ease!important;
|
|
transition: all .3s ease!important;
|
|
-webkit-transform: scale(1.05, 1.05) !important;
|
|
transform: scale(1.05, 1.05) !important;
|
|
}
|
|
@media screen and (max-width: 40em) {
|
|
#js-modal .socialtags {
|
|
text-align: center;
|
|
}
|
|
}
|
|
#js-modal .socialtags-hovers,
|
|
#js-modal .socialtags-hovers:hover,
|
|
#js-modal .socialtags-hovers:focus {
|
|
-webkit-transition: all .3s ease!important;
|
|
transition: all .3s ease!important;
|
|
}
|
|
[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|ou{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|=={avecoutils}})
|
|
.hasJS #socialtags,
|
|
.hasJS #cadre_lang,
|
|
.hasJS #cadre_recherche,
|
|
.hasJS #miniagenda,
|
|
.hasJS #newsletterinscription,
|
|
.call-js-modal {
|
|
display: none;
|
|
}
|
|
#js-modal-content #socialtags,
|
|
#js-modal-content #cadre_lang,
|
|
#js-modal-content #cadre_recherche,
|
|
#js-modal-content #miniagenda,
|
|
#js-modal-content #newsletterinscription {
|
|
display: block;
|
|
}
|
|
#js-modal.sombre-modal #newsletterinscription h2 { display: none; }
|
|
]
|
|
#js-modal-content #cadre_recherche { padding: 2em 0 0.5em; }
|
|
#js-modal-content #formulaire_recherche_par_mot {
|
|
text-align: right;
|
|
float: none;
|
|
margin: 0.5em;
|
|
}
|
|
|
|
/* MiniAgenda Modale */
|
|
#js-modal.sombre-modal .cadreinfo{max-height:70vh;padding:0;margin:0;border-radius:7px;overflow-x:hidden;overflow-y:auto;}
|
|
.cadreinfo table.agenda th,.cadreinfo table.agenda td{padding:.5em .95em}
|
|
.cadreinfo table.agenda tr,.cadreinfo table.agenda th{background-color:#ddd}
|
|
.cadreinfo table.agenda td.agendathismonth{background-color:#ccc;color:#333}
|
|
.cadreinfo table.agenda td.agendathisday{background-color:#GET{c_triadeb};color:#FFF}
|
|
.cadreinfo table.agenda td.event,
|
|
.cadreinfo table.agenda td.events {padding:0}
|
|
.cadreinfo table.agenda td.event a,
|
|
.cadreinfo table.agenda td.events a {background-color:#GET{c_triadea};background-image:none;padding:.5em .95em;color:#FFF}
|
|
.cadreinfo table.agenda td.agendanotthismonth{background-color:#aaa;color:#ccc}
|
|
.cadreinfo .caractencadre-spip{color:#GET{c_triadea}}
|
|
.cadreinfo li > a strong{font-weight:400}
|
|
.cadreinfo li{padding:.3em .5em;border:1px solid #FFF;border-bottom-color:#ddd}
|
|
.cadreinfo .miniagenda > h2:nth-child(1){margin-bottom:.25em;padding-bottom:.5em;border-bottom:1px solid #ccc}
|
|
#js-modal.sombre-modal .cadreinfo .miniagenda > h2:nth-child(1) { font-size: 1.5rem; }
|
|
#js-modal.sombre-modal .miniagenda { padding-bottom: 4rem; }
|
|
#js-modal .cadreinfo li {
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
|
|
|
|
.portailcognac #js-modal-content .ariaformprop { background-color: transparent; }
|
|
|
|
.hasJS .call-js-modal {
|
|
display: initial;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
#miettesdepain,
|
|
.boutonstexte,
|
|
.socialtags {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.portailcognac .menu {
|
|
margin: 0;
|
|
list-style-type: none;
|
|
}
|
|
.portailcognac .menu > li {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.portailcognac .vertical > li {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
.portailcognac .title-bar-center .menu > li:hover,
|
|
.portailcognac .title-bar-center .menu > li:focus,
|
|
.portailcognac .title-bar-center .menu > li.rubActive {
|
|
font-weight: normal;
|
|
}
|
|
.portailcognac .rubActive strong {
|
|
font-weight: inherit;
|
|
}
|
|
.portailcognac h1,
|
|
.portailcognac h2,
|
|
.portailcognac h3,
|
|
.portailcognac h4,
|
|
.portailcognac h5,
|
|
.portailcognac h6,
|
|
.portailcognac .h1,
|
|
.portailcognac .h2,
|
|
.portailcognac .h3,
|
|
.portailcognac .h4,
|
|
.portailcognac .h5,
|
|
.portailcognac .h6 {
|
|
font-weight: 400;
|
|
letter-spacing: .02rem;
|
|
}
|
|
|
|
.flex-container {
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: nowrap;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-align-content: stretch;
|
|
-ms-flex-line-pack: stretch;
|
|
align-content: stretch;
|
|
-webkit-align-items: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.flex-item {
|
|
-webkit-order: 0;
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
-webkit-flex: 1 1 auto;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
-webkit-align-self: auto;
|
|
-ms-flex-item-align: auto;
|
|
align-self: auto;
|
|
}
|
|
|
|
.masonry {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
margin-left: 0;
|
|
width: calc(100% + 20px);
|
|
}
|
|
|
|
.masonry-brick {
|
|
flex: auto;
|
|
min-width: calc(25% - 20px);
|
|
margin: 0 20px 20px 0!important; /* Some gutter */
|
|
float: none!important;
|
|
height: auto!important;
|
|
}
|
|
|
|
/* grid-item */
|
|
.grid-item .h2 .svg-icon
|
|
{
|
|
font-size: 2.5rem;
|
|
}
|
|
.grid-item .svg-icon.alaune {
|
|
font-size: 1.5rem;
|
|
position: absolute;
|
|
top: 0.2rem;
|
|
left: 0.2rem;
|
|
}
|
|
.grid-item-x2 {
|
|
width: calc(50% - 20px) ;
|
|
}
|
|
.grid-item-x3 {
|
|
width: calc(75% - 20px) ;
|
|
}
|
|
.grid {
|
|
text-align: center;
|
|
}
|
|
.grid-item {
|
|
margin-bottom: 20px;
|
|
-webkit-transition: all .25s ease;
|
|
transition: all .25s ease;
|
|
background-color: #eae9e5;
|
|
color: [(#GET{c_header_bk}|couleur_extreme|=={000000}|?{#GET{c_header_bk},#GET{c_header}})];
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
.grid-item a {
|
|
color: inherit;
|
|
}
|
|
|
|
.grid-item .content-actus:hover,
|
|
.grid-item .content-actus:focus-within {
|
|
/* Si le fond est clair, on va le prendre comme couleur de fond, sinon, la couleur d'écriture Texte : #GET{c_header}([(#GET{c_header}|couleur_extreme)])/ Fond : #GET{c_header_bk}([(#GET{c_header_bk}|couleur_extreme)]) */
|
|
background-color: rgba([(#GET{c_header_bk}|couleur_extreme|=={ffffff}|?{#GET{c_header_bk},#GET{c_header}}|sc_rgb)], 0.2);
|
|
-webkit-transition: all .25s ease;
|
|
transition: all .25s ease;
|
|
text-decoration: none;
|
|
}
|
|
.grid-item .content-actus {
|
|
/* Si le fond est clair, on va le prendre comme couleur de fond, sinon, la couleur d'écriture Texte : #GET{c_header}([(#GET{c_header}|couleur_extreme)])/ Fond : #GET{c_header_bk}([(#GET{c_header_bk}|couleur_extreme)]) */
|
|
background-color: #[(#GET{c_header_bk}|couleur_extreme|=={ffffff}|?{#GET{c_header_bk},#GET{c_header}}|couleur_foncerluminosite{20})];
|
|
}
|
|
.grid-item .content-actus:nth-child(2) {
|
|
margin-top: 16px;
|
|
}
|
|
.grid-item header {
|
|
font-size: 1.5em;
|
|
font-weight: 300;
|
|
line-height: 21px;
|
|
overflow: auto;
|
|
}
|
|
.grid-item .h2 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
height: 95px;
|
|
margin: 0;
|
|
font-size: 1.3125em;
|
|
font-weight: 400;
|
|
color: inherit;
|
|
line-height: 1em;
|
|
padding: 10px;
|
|
text-align: right;
|
|
border: none;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.grid-item .h2::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
|
|
.grid-item .h2 .icon {
|
|
font-size: 0;
|
|
align-self: center;
|
|
padding: 7px 0 7px 7px;
|
|
}
|
|
.grid-item .h2 .titre-actus {
|
|
width: 100%;
|
|
align-self: top;
|
|
padding: 10px 10px 10px 0;
|
|
border-right: 1px solid;
|
|
}
|
|
.petitestuiles .grid-item .h2 .titre-actus {
|
|
font-size: 85.7144%;
|
|
}
|
|
#content .grid-item img { padding: 0; }
|
|
.grid-item img {
|
|
max-width: 100%;
|
|
width: 100%;
|
|
max-height: [(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px;
|
|
background-color: #GET{c_body_bk};
|
|
}
|
|
.grid-item {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#SET{masonry,308}
|
|
/*
|
|
M : [(#GET{masonry}|mult{4}|moins{100})]
|
|
LC: #GET{LargeurContaineur}
|
|
*/
|
|
.gutter-sizer { width: 20px; }
|
|
[(#GET{masonry}|mult{4}|moins{100}|<={#GET{LargeurContaineur}}|oui)
|
|
/* M <= LC */
|
|
.grid-sizer, .grid-item {
|
|
width: calc(25% - 20px);
|
|
min-width: 263px;
|
|
}
|
|
.grid-item {
|
|
height: calc([(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px + 65px);
|
|
}
|
|
.grid-item-autoheight {
|
|
height: auto;
|
|
}
|
|
.grid-item-demie {
|
|
height: calc(127px + 65px);
|
|
margin-bottom: 0;
|
|
}
|
|
.grid-item-x2 {
|
|
width: calc(50% - 20px);
|
|
}
|
|
.grid-item-x3 {
|
|
width: calc(75% - 20px);
|
|
}
|
|
@media only screen and (max-width: #GET{LargeurContaineur}px) {
|
|
.grid-item {
|
|
height: calc([(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px + 90px);
|
|
}
|
|
.grid-item-demie {
|
|
height: calc(127px + 90px);
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
]
|
|
[(#GET{masonry}|mult{4}|moins{100}|<={#GET{LargeurContaineur}}|non)
|
|
/* M > LC */
|
|
.grid-sizer, .grid-item {
|
|
width: calc(33.333% - 20px);
|
|
}
|
|
.grid-item {
|
|
height: calc([(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px + 90px);
|
|
}
|
|
.grid-item-demie {
|
|
height: calc(127px + 90px);
|
|
margin-bottom: 0;
|
|
}
|
|
.grid-item-x2 {
|
|
width: calc(66.666% - 20px);
|
|
}
|
|
.grid-item-x3 {
|
|
width: calc(100% - 20px);
|
|
}
|
|
]
|
|
@media only screen and (max-width:[(#GET{masonry}|mult{4}|moins{100})]px) {
|
|
.grid-sizer, .grid-item {
|
|
width: calc(33.333% - 20px);
|
|
}
|
|
.grid-item {
|
|
height: calc([(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px + 90px);
|
|
}
|
|
.grid-item-demie {
|
|
height: calc(127px + 90px);
|
|
margin-bottom: 0;
|
|
}
|
|
.grid-item-x2 {
|
|
width: calc(66.666% - 20px);
|
|
}
|
|
.grid-item-x3 {
|
|
width: calc(100% - 20px);
|
|
}
|
|
}
|
|
@media only screen and (max-width: [(#GET{masonry}|mult{3}|moins{80})]px) {
|
|
.grid-sizer, .grid-item {
|
|
width: calc(50% - 20px);
|
|
}
|
|
.grid-item {
|
|
height: calc([(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px + 90px);
|
|
}
|
|
.grid-item-demie {
|
|
height: calc(127px + 90px);
|
|
margin-bottom: 0;
|
|
}
|
|
.grid-item-x2 {
|
|
width: calc(100% - 20px);
|
|
}
|
|
}
|
|
@media only screen and (max-width: [(#GET{masonry}|mult{2}|moins{60})]px) {
|
|
.grid-sizer, .grid-item {
|
|
width: calc(100% - 20px);
|
|
}
|
|
.grid-item {
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
<BOUCLE_CouleursRubriques(MOTS){si #CONFIG{soyezcreateurs_couleurs/cards_apparence,classique}|=={colorees}}{type=_CouleurRubrique}{par id_mot}>
|
|
.grid-item .couleurrubrique#ID_MOT,
|
|
#projets .couleurrubrique#ID_MOT { [background-color: #(#TEXTE|textebrut);][ color: #(#TEXTE|textebrut|couleur_extreme|couleur_inverser);] }
|
|
.grid-item .couleurrubrique#ID_MOT:hover,
|
|
.grid-item .couleurrubrique#ID_MOT:focus,
|
|
#projets .couleurrubrique#ID_MOT:hover,
|
|
|
|
</BOUCLE_CouleursRubriques>
|
|
|
|
<BOUCLE_SecteursColores(RUBRIQUES){si #CONFIG{soyezcreateurs_couleurs/menuhaut_apparence,classique}|=={colore}}{racine}{type_mot=_CouleurRubrique}>
|
|
.portailcognac #menuhaut #menuh .menuh#ID_RUBRIQUE > a,
|
|
.portailcognac #menuhaut #menuh .menuh#ID_RUBRIQUE a:hover,
|
|
.portailcognac #menuhaut #menuh .menuh#ID_RUBRIQUE a:focus
|
|
{
|
|
[border-bottom-color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
}
|
|
.portailcognac #menuhaut #menuh .menuh#ID_RUBRIQUE strong > a {
|
|
[background: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
border-bottom-color: #FFF;
|
|
[color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_extreme|couleur_inverser);]
|
|
}
|
|
#menuh > li.menuh#ID_RUBRIQUE > a {
|
|
[background: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
}
|
|
#menuh li.menuh#ID_RUBRIQUE.hover > a,
|
|
#menuh li.menuh#ID_RUBRIQUE.hover > a,
|
|
.portailcognac #menuhaut #menuh #menuh > li.menuh#ID_RUBRIQUE > a:hover,
|
|
.portailcognac #menuhaut #menuh > li.menuh#ID_RUBRIQUE > a:focus {
|
|
background: #FFF;
|
|
}
|
|
#menuhaut .sf-menu > li.menuh#ID_RUBRIQUE > strong > a,
|
|
#menuhaut .sf-menu > li.menuh#ID_RUBRIQUE > a {
|
|
[border-left-color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
[border-top-color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
}
|
|
[(#CONFIG{soyezcreateurs_couleurs/titres_apparence,classique}|=={colores}|oui)
|
|
.portailcognac.bodysecteur#ID_SECTEUR #content h2,
|
|
.portailcognac.bodysecteur#ID_SECTEUR #content h3,
|
|
.portailcognac.bodysecteur#ID_SECTEUR #content h4,
|
|
.portailcognac.bodysecteur#ID_SECTEUR #content h5,
|
|
.portailcognac.bodysecteur#ID_SECTEUR #content h6 {
|
|
[(#GET{c_container_bk}|couleur_extreme|=={[(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_extreme)]}|non)
|
|
[color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut);]
|
|
]
|
|
[(#GET{c_container_bk}|couleur_extreme|=={[(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_extreme)]}|oui)
|
|
[(#REM) Il faut augementer le contraste de la couleur de titres ]
|
|
[(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_extreme|=={ffffff}|oui)
|
|
[color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_foncerluminosite{60});]
|
|
]
|
|
[(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_extreme|=={ffffff}|non)
|
|
[color: #(#INFO_TEXTE{mot, #ID_MOT}|textebrut|couleur_eclaircirluminosite{60});]
|
|
]
|
|
]
|
|
}
|
|
]
|
|
</BOUCLE_SecteursColores>
|
|
|
|
.agenda strong {
|
|
font-size: 1.8em;
|
|
vertical-align: bottom;
|
|
}
|
|
.agenda .annee {
|
|
font-s |