/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* body {
	line-height: 1;
} */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Underline From Center */
/*
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #FFFFFF;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
*/

/* ***** depuis spip_style.css ***** */

.spip_documents {
    text-align: center;
    line-height: normal;
}

.spip_documents img {
    margin-top: 8px;
    margin-bottom: 4px;
    /* margin-right: 20px; */
}

.spip_documents_center {
    display: block;
    margin: 5px auto;
}

.spip_documents_left {
    margin-right: 20px !important;
}

/**********************banner*and*page*width****************************/
    #page {width: 78em ;}

   /* #entete {
            background-image: url(img/adjectif_bandeau1.gif);
            background-repeat: no-repeat;
            background-position: left bottom;
            height: 108px
    }*/


    #entete {
            background-image: url(img/Adjectif-ific2.gif);
            background-repeat: no-repeat;
            background-position: left bottom;
            height: 178px
    }
    #entete a.nom-site,
    #entete a.nom-site:link,
    #entete a.nom-site:visited {
            background-image: url(img/adjectif);
            background-repeat: no-repeat;
            background-position: right top;
    }

     /* #menu-rubriques, #encart { top: 118px; }*/
      #menu-rubriques, #encart { top: 178px; }


/*******************changes******************************/
#mots-cles_associes {
    padding-top: 8px;
}

.titre-article {
    margin-bottom: 16px;
}

.notes {
    margin-top: 16px;
    /* border-top: 1px solid #6C358A; */
}

.notes p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.texte,
.chapo
{
	text-align: justify;
}

.texte h3 {
    font-size: 1.25em;
    margin-bottom: 16px;
    margin-top: 16px;
}

.texte p, .chapo p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.texte li, .ps li {
    list-style-type: none;
    margin-left: 25px;
    margin-bottom: 5px;
}

.texte li:before, .ps li:before {
    content: "-";
    display: inline-block;
    width: 15px;
    margin-left: -15px;
}

.ps h4, .ps h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* .texte p + strong {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
} */

.texte a {
    color: #6C358A;
}

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; margin-top: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip thead { background: #7F7F7F; color: #FFF; }
/* table.spip tr.row_first { background: #fff; } */
table.spip tr.row_odd { background: #f0f0f0; }
table.spip tr.row_even { background: #e0e0e0; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid #ccc; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }
table.spip td.numeric {text-align:right;}

.spip_out {
    color: #6C358A;
}

.spip_note_ref a {
    color: #6C358A;
}

.surtitre,
.sous-titre,
.detail {
	margin-top: 5px;
}


/***************************new-styles********************/
.article-bloc
{
	text-align: justify;
	/* padding: .5em; */
    line-height: 1.3em
}


.bloc-titre
{
	text-align: left;
	/* padding: .5em; */
    font-size: 1em;
    border-style: solid;
    border-top:0px
}

.main-style .bloc-titre {border-style: none;}

.rub-bloc-titre
{
	text-align: left;
	padding: .5em;
}


.mot-h3 {
	margin: 0;
	margin-top: 3px;
	text-transform: uppercase;
	text-indent: 4px;
	width: 100%;
    color: white;
	font-size: 1.1em;
	line-height: 1.4;
    background-image: url(img/titre-coin.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-image - voir/see : 'alter.css' */
}


/*
***********************colors********************************
.menu ul li a,
.menu ul li b,
.edito h3,
.mot-h3 				{ background-color: #3E2B6B; }

.mot87 .mot-h3  {background-color: #ee8800;}
.mot87 .bloc-titre {border-color: #ee8800}
.mot87 .bloc-titre, .mot87 .article-bloc {background-color: #ffe8cc;}

.menu ul li li a,
.menu ul li li a:visited,
a,
a:link,
a:visited,
a:hover,
.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.lienon,
.suite a,
.suite a:link,
.suite a:visited,
.suite a:hover 			{ color: #5D51A3;}

.plan-rub {border-color: #5D51A3;}




.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.article:hover,
.article-bloc,
.bloc-titre,
.rub-bloc-titre,
.outline li,
.outline li .plan-art,
.outline li li li,
.outline li li li .plan-art { background-color: #e8d5ff; }

.outline li li,
.outline li li .plan-art,
.outline li li li li,
.outline li li li li .plan-art {background-color: #ffffff}

*/


/*********************************plan*du*site*****************************/
.outline ul{
margin-left: 20px;
margin-top: 10px;
}

.plan-rub {
	list-style: none;
    font-weight: bold;
    padding: .5em;
	margin: 0 0 1em 0;
    border-style: solid;
    border-width: 1px;

}

.plan-art {
padding-left: 5.7em;
text-indent: -5.7em;
padding-top: .5em;
font-weight: normal;
margin-left: 20px;
}




.outline li {
	cursor: auto;
}

.olink {
	border-style: none;
	padding-right: 0px;
}
.oimg {
	border-style: none;
}

/**cambios en logo (iconos)**/
.spip_logos,
.cartouche .spip_logos,

.logo-liste-art .spip_logos
{
	padding-left: 0px;
	margin: 0 1em 0 1em;

	 }
.sommaire .logo-liste-art {clear:all}
.logo-liste-art { float:left;

	 }

/*
*
*	Modifications JPP avril - juin 2018
*
*/

	body {
		background-color: #E8E8E8;
		background-image: url("img/fond2.png");
		background-repeat: no-repeat;
		/* background-attachment: fixed; */
	}

	header {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
    }
    

	nav a {
		color: #FFF;
		text-decoration: none;
	}

	nav a:hover {
		color: #FFF;
		text-decoration: none;
	}

	nav li {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	nav li a {
		font-size: 0.75em;
		font-weight: 400;
    }
    
    #menuRouge {
        display: none;
    }

    #menuOrange {
        display: none;
    }

    #menuBleu {
        display: none;
    }

    #nouvellesPublications {
        display: none;
    }

    .perso-menu-violet {
		color: #FFF;
        background-color: #6C358A;
        max-width: 80%;
        margin-left: 40px;
	}
	.perso-menu-rouge {
		color: #FFF;
		background-color: #E95456;
        max-width: 80%;
        margin-left: 40px;
	}
	.perso-menu-orange {
		color: #FFF;
		background-color: #F3961C;
        max-width: 80%;
        margin-left: 40px;
	}
	.perso-menu-bleu {
		color: #FFF;
		background-color: #547FBF;
        max-width: 80%;
        margin-left: 40px;
    }
    
    .menuActif {
        border-bottom: 2px solid #FFF;
    }

    .suite {
        text-align: right;
    }

@media (min-width: 768px) {
/*
  nav {
		padding-bottom: 3em;
	}
*/

	nav ul {
		margin-left: 0.5em;
		padding-left: 0;
        margin-bottom: 0px;
	}

	nav li {
		margin-top: 1em;
		margin-bottom: 1em;
      padding-bottom: 0.25em;
	}

	nav li + li {
		margin-left: 2em;
	}

	nav li + li  + li {
		margin-left: 5em;
	}

	nav li + li  + li  + li {
		margin-left: 2em;
	}

	nav li + li  + li a {
		font-size: 1em;
	}

  nav li:hover {
    border-bottom: 2px solid #FFF;
  }

  .perso-menu-violet-cache {
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    color: #FFF;
    background-color: #6C358A;
    display: none;
  }

.perso-menu-violet-cache a {
  text-decoration: none;
  color: #FFF;
}

.perso-menu-violet-cache a:hover {
  border-bottom: 1px solid #FFF;
}

.perso-menu-rouge-cache {
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    color: #FFF;
    background-color: #E95456;
    display: none;
  }

.perso-menu-rouge-cache a {
  text-decoration: none;
  color: #FFF;
}

.perso-menu-rouge-cache a:hover {
  border-bottom: 1px solid #FFF;
}

.perso-menu-orange-cache {
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    color: #FFF;
    background-color: #F3961C;
    display: none;
  }

.perso-menu-orange-cache a {
  text-decoration: none;
  color: #FFF;
}

.perso-menu-orange-cache a:hover {
  border-bottom: 1px solid #FFF;
}

.perso-menu-bleu-cache {
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    color: #FFF;
    background-color: #547FBF;
    display: none;
  }

.perso-menu-bleu-cache a {
  text-decoration: none;
  color: #FFF;
}

.perso-menu-bleu-cache a:hover {
  border-bottom: 1px solid #FFF;
}

/* nav li:hover .perso-menu-violet-cache {
    display:inline-block;

  } */

  .breves-a  {
    font-size: 1em;
    line-height: 1.25em;
    color: #6C358A !important;
    text-decoration: none;
  }

  .breves-a a:hover {
    /* border-bottom: 1px solid #747474; */
    font-weight: 700;
  }
}

/* 
Panneau acceptation cookies
 */

.modaleCookies {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(27, 27, 27, 0.74);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.mLC {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(27, 27, 27, 0.74);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modaleCookies:target {
    opacity:1;
    pointer-events: auto;
}

.mLC:target {
    opacity:1;
    pointer-events: auto;
}

.modaleCookies > div {
	position: relative;
	width: 900px;
	/* max-height: 600px;
	overflow-y: auto; */
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    text-align: center;
}

.mLC > div {
	position: relative;
	width: 900px;
	max-height: 700px;
	overflow-y: auto;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    text-align: left;
}

.left {
background: #351C99;
color: #FFFFFF;
line-height: 25px;
text-align: center;
float: left;
width: 120px;
text-decoration: none;
font-weight: 400;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}

.middle {
    background: #351C99;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    float: left;
    width: 300px;
	margin-left: 160px;
    text-decoration: none;
    font-weight: 400;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    }

	.middle2 {
		background: #351C99;
		color: #FFFFFF;
		line-height: 25px;
		text-align: center;
		float: left;
		width: 100px;
		margin-left: 400px;
		text-decoration: none;
		font-weight: 400;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
		}
	
	.right {
    background: #351C99;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    float: right;
    width: 120px;
    text-decoration: none;
    font-weight: 400;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.left:hover {
	background: #7e00c7;
	text-decoration: none;
}

.middle:hover {
	background: #7e00c7;
	text-decoration: none;
}

.middle2:hover {
	background: #7e00c7;
	text-decoration: none;
}

.right:hover {
	background: #7e00c7;
	text-decoration: none;
}



.baspage {
    background-color: #747474;
    position: fixed;
    bottom: 0px;
    padding-top: 10px;
    height: 60px;
    width:  100%;
    background-image: url("img/fond3.png");
    background-repeat: no-repeat;
    background-position: left;
    color: #FFF;
}

.baspage a {
    color: #FFF;
    text-decoration: none;
}

.baspage a:hover {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

.baspage p {
    font-size: 0.75em;
}

.titre-general {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: rgb(108, 53,138);
}

.bloc-contenu {
    border: 2px solid #6C358A;
    padding:  5px;
    margin-bottom: 5px;
    background-color:  #FFF;
    color: #666;
}

.edito-titre {
    font-size: 16px;
    color: #6C358A;
    text-transform: uppercase;
    text-align:  center;
}

.edito-titre a {
    color: #6C358A;
    text-decoration: none;
}

.edito-titre a:hover {
    color: #6C358A;
    text-decoration: none;
    border-bottom: 2px solid #6C358A;
}


.breves-recents-titre {
    font-size: 1rem;
    color: #6C358A;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1rem;
}
.art-recents-titre {
    font-size: 1rem;
    color: #6C358A;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1rem;
}

.container-adjectif {
    min-height: 1000px;
    min-width: 1280px;
    /* overflow: auto; */
}

/* Annule les -15px de grid.scss */
.row { 
    margin-right: 0px;
    margin-left: 0px;
}

/* Hauteur corps de page */
.h800 {
    height: 800px;
}

.mbt100 {
    margin-bottom: 100px;
}

a.spip_url {
    word-break: break-all;
}

.chapo p {
    line-height: 1.4em;
    font-weight: 700;
    background-color: #F3F3F3;
    padding: 0.5em;
}

blockquote.spip p {
    margin: 8px 0px 8px 12px;
    padding: 5px;
    border-left: 6px solid #C90;
}