/* import depuis google fonts */

@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@500&display=swap');
body {
/*font-family: 'Josefin Slab', serif;*/
/*font-family: 'Advent Pro', sans-serif;*/
font-family: 'Advent Pro', sans-serif;
}
#nom-site-spip {
font-family: 'Monsieur La Doulaise', cursive;,serif;
font-size: 80px;
}

#ACCUEIL, #Bienvenue {
font-family: 'Tangerine',serif;
}

#titrepage {
    width: 100%;
}
#nom-site-spip {
    width: 100%;
   text-align: center;
}
}
/* Couleur des cadres */
.texteencadre-spip
{
/*        display: inline-block; */
        margin: 1 50px;
        padding: 1;
        background: #b97840;
        border-color: #d9a553;
		color: white;
} 
.article11 th:first-child {
width: 67%;
}
.article11 th:second-child(2){
width: 33%;
}

/* ====================
  Supprimer l'imprimante et ...
   ====================*/
#outils-article {
display: none;
}

#diminuer {
display: none;
}

#augmenter {
display: none;
}
/*=======================
Espace au-dessus du bandeau
=========================*/
div#bandeau {
padding-top: 50px;
}

/* =========================
	Supprimer l'icône 
	=====================*/
#menu ul li.article {
	background : none;
}
/*=========================
 Supprimer Icone Flèche
 ==========================*/
 a.spip_out {
background: url("");
padding-right: 0;
}
/*======================
 Centrer verticalement Titre Site
 ========================*/

#nom-site-spip {
   height:100px;
   margin:0px;
   padding:0px;
   line-height:100px;
}
 ============================
 /*MISE A JOUR DU 22 OCTOBRE*/
 /*REGLAGES PAR TYPE D'APPAREILS*/
 ============================
 /* Mise en page pour mobile */
@media (max-width: 480px) { ... }

/* Mise en page pour tablettes */
@media (max-width: 800px) { ... }

/* Mise en page pour les grands écrans */
@media (min-width: 1200px) { ... }

/* Mise en page pour les très grands écrans */
@media (min-width: 1600px) { ... }
============================
 /*MISE A JOUR DU 28 OCTOBRE*/
 /*REGLAGES PAR TYPE D'APPAREILS*/
 ============================
img {
    max-width: 100%;
    height: auto;
    display: block;
}
 /*===================
   FOOTER
   =====================*/

#pied:after {
 background-color: red;
 float:center;
 font-size: 50px;
 height:30px;
 }

/*===============================
REGLEGES ONGLETS*/
===============================*/

.dynamic-tab-pane-control .tab-row .tab,
.dynamic-tab-pane-control .tab-row .tab.selected,
.dynamic-tab-pane-control .tab-page {
	border-color: #bd8906;
	background-color: #eff577 !important;
}
