/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : http://www.pluxml.org
#
# Package:		theme.css
# Copyright (c) 2021 PluXml
#
# Authors		Splann
# Theme PLUXMAG by DUDY update SPLANN
#
# ------------------- END LICENSE BLOCK -------------------
*/


/*
# ------------------ BEGIN COLOURS BLOCK ------------------

# OLD rouge: rgb(255,0,0) : #ff0000

# gris25: rgb(190,190,190) : #bebebe
# gris50: rgb(127,127,127) : #7f7f7f
# gris75: rgb(63,63,63) : #3f3f3f

# gris73: rgb(68,68,68) : #444444
# gris87: rgb(33,33,33) : #212121

# noir: rgb(0,0,0) : #000000
# blanc: rgb(255,255,255) : #ffffff

# vert1: rgb(149,194,30) : #95C21E
# vert2: rgb(58,169,53) : #3AA935
# rouge1: rgb(229,34,40) : #E52228
# rouge2: rgb(229,0,125) : #E5007E
# violet1: rgb(208,50,138) : #D0328A
# violet2: rgb(130,31,129) : #821F81

# .degrade1vert {
  background: linear-gradient(70deg, rgb(149,194,30), rgb(58,169,53));
}
# .degrade2rouge {
  background: linear-gradient(70deg, rgb(229,34,40), rgb(229,0,125));
}
# .degrade3violet {
  background: linear-gradient(70deg, rgb(208,50,138), rgb(130,31,129));
}

# ------------------- END COLOURS BLOCK -------------------
*/

.text-vert1 {
	color: rgb(149,194,30);
}
.text-vert2 {
	color: rgb(58,169,53);
}
.text-rouge1 {
	color: rgb(229,34,40);
}
.text-rouge2 {
	color: rgb(229,0,125);
}
.text-violet1 {
	color: rgb(208,50,138);
}
.text-violet2 {
	color: rgb(130,31,129);
}

.degrade1vert {
  background: linear-gradient(70deg, rgb(149,194,30), rgb(58,169,53));
}
.degrade2rouge {
  background: linear-gradient(70deg, rgb(229,34,40), rgb(229,0,125));
}
.degrade3violet {
  background: linear-gradient(70deg, rgb(208,50,138), rgb(130,31,129));
}

body {
	background-color: rgb(255,255,255);
	background-image: url(../img/Printemps-iserois_header_siteweb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	
	color: rgb(63,63,63); /* gris75 */
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	margin: 0;
}

::selection {
    color: rgb(255,255,255);
	background-color: rgb(149,194,30); /* VERT1 */
}

.maj {
	text-transform: uppercase;
}




/*------------------- HEADER -------------------*/

.header-bandeau{
	background-color: rgb(255,255,255);
}

.header {
	background-color: rgb(255,255,255);

	/* vertical | horizontal */
	padding: 2rem 1rem;
}
.header h1 a {
	color:  rgb(208,50,138); /* violet1 */
	text-transform: uppercase;
    text-shadow: 2px 2px 2px black, -2px -2px 2px white;
}
.header h1 span {
	color: rgb(33,33,33); /* gris87 */
}
.header h1 a:hover {
    color: rgb(130,31,129);  /* violet2 */
	text-decoration: none;
}
.logoh {
    background-image: url(../img/logo-PI.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 8em;
    width: 15em;
    margin: 2em auto;
}

.a-img{ /*LIEN IMAGE DANS CSS*/
	display:inline-block;
	height:0;
	overflow: hidden;
}


/*------------------- FOOTER -------------------*/

.footer-bandeau{
	background-color: rgb(68,68,68);
	color: rgb(255,255,255);
	margin-top: 3rem;

}

.footer {
	border-top: 3px solid #444;
	padding: 2rem 0;
	text-align: center;
}
.footer p {
	margin: 0;
}

.footer a:active, .footer a:hover, .footer a.active {
    color: rgb(190,190,190);
}



/*------------------- LIENS -------------------*/



a {
    color: rgb(208,50,138);  /* violet1 */
}

a:active, a:hover, a.active {
    color: rgb(130,31,129);  /* violet2 */
}

.lienvert a {
    color: rgb(149,194,30); /* vert1 */
}

.lienvert a:active, .lienvert a:hover, .lienvert a.active {
    color: rgb(58,169,53); /* vert2 */
}

/* ------------------- NAV TOP ------------------- */
.nav-top {
    position: relative;
	background-color: #fff;
	margin:0 ;
	border-bottom: 1px solid #ccc;
	
	/* padding : vertical horizontal */
	padding: 0 2rem;
	}
.nav-top ul {
	margin: 10px 0 0 0 ;
	padding-left: 0px ;
}
.nav-top li {
	display: inline;
	list-style-type: none;
}
.nav-top li a {
	color: rgb(208,50,138); /* violet1 */
	padding: 5px 5px 0 0 ;
}
.nav-top li a:hover, .nav-top li a.active {
	color: rgb(130,31,129); /* violet2 */
}


/*------------------- DATE DAY RIGHT -------------------*/
.nav-top .date{
	float: right;
}


/*------------------- NAV MENU -------------------*/
.nav {
	border-bottom: 1px solid rgb(255,255,255);	
	background-color: rgb(255,255,255);
}
.menu.expanded li.active a,
.menu.expanded li.focus a,
.menu.expanded li.active {
	background-color: #fff;
	color: rgb(208,50,138); /* violet1 */
	border-bottom: 1px solid rgb(208,50,138); /* violet1 */
}
.menu.breadcrumb li {
	color: rgb(208,50,138); /* violet1 */
}
.nav a {
 	font-size: 1em;
	color: rgb(33,33,33); /* gris87 */
	text-align: center;
	text-transform: uppercase;	

}
.nav a:active , .nav a:focus, .nav a:hover {
	color: rgb(208,50,138); /* violet1 */
	background-color: #fff;	
	border-bottom: 1px solid rgb(208,50,138); /* violet1 */
}


/*------------------- STYLE GENERIQUE -------------------*/
.sliders {
	margin-top: 1rem;
}

.main {
	background-color: #fff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.repertory {
	margin-top: 2rem;
}

.border {
	border-bottom: 1px solid rgb(33,33,33); /* gris87 */
}




/*------------------- STYLE ARTICLE ISOTOPE -------------------*/
.grid-article {
	margin: 30px auto;
	
}
.element-item {
	z-index: 2;
    color:rgb(33,33,33); /* gris87 */
    margin: 6px;
    padding: 7px;
    width: 48%;
    max-width: 100%; 
    background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
.article p {
    padding: 10px;
}
    
.article header .h1 {
	margin-top: 0px;
}
.article header h1 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 35px;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	background-color: rgb(63,63,63); /* gris75 */
	
}
.article header h1 a {
	color: #fff;
}
.article header h1 a:hover, .article header h1:hover {
  color: #ffffff;
	text-decoration: none;
  background-color: rgb(208,50,138); /* violet1 */
}

/*------------------- BUTTON ISOTOPE-------------------*/
.button-group {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:0px;
	text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #fafafa;
  color: rgb(33,33,33); /* gris87 */
  cursor: pointer;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  width: auto;
  border-bottom: 1px solid rgb(208,50,138); /* violet1 */
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: rgb(208,50,138); /* violet1 */
  color: #fff;
}
/*------------------- READ MORE -------------------*/
.post-more  {
	display: inline-block;
  	padding: 7px 14px;
  	border-bottom-width: 3px;
  	border-bottom-style: double;
  	border-bottom-color: rgb(208,50,138); /* violet1 */
  	font-size: 9px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	background-color: #fafafa;
}
.post-more:hover  {
  	color: rgb(130,31,129);  /* violet2 */
  	
}
/*------------------- FORM / COMMENT -------------------*/
#form {
	width: 65%;
}
.author  {
	display: inline-block;
  	margin-top: 0px;
  	padding: 7px 14px;
  	background-color: #fafafa;
}
.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2.5rem;
	padding-left: 6rem;
}
.comment blockquote {
	margin: 0;
	font-size: 1.3rem;
}
.type-admin {
	background-color: #F0F8FF;
	padding: .2rem .5rem;
}
.nbcom {
	background-color: #258fd6;
	border-radius: .3rem;
	color: #fff;
	padding: .4rem .6rem;
}
.nbcom:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}
.level-0 {
	margin-left: 0;
}
.level-1 {
	margin-left: 5rem;
}
.level-2 {
	margin-left: 10rem
}
.level-3 {
	margin-left: 15rem;
}
.level-4 {
	margin-left: 20rem;
}
.level-5,
.level-max {
	margin-left: 25rem;
}
@media (max-width: 768px) {
  .comment { background-image: none; padding-left: 0; }
  .level-1 { margin-left: 1rem; }
  .level-2 { margin-left: 2rem; }
  .level-3 { margin-left: 3rem; }
  .level-4 { margin-left: 4rem; }
  .level-5, .level-max { margin-left: 5rem; }
}
#id_answer {
	margin-bottom: 1.5rem;
	padding:1.5rem;
	border:1px solid #eee;
	width:100%;
	background:#fafafa;
	display:none;
}
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ddd;
	border-radius: .3rem;
	letter-spacing: .5rem;
	padding: .9rem .7rem;
	transition-duration: .2s;
}
.capcha-word:hover {
	background-color: #666;
	color: #fff;
	transition-duration: .2s;
}
/*------------------- ARTICLES STATIQUE / PAGINATION -------------------*/
.article,
.pagination {
	margin-bottom: 1rem;
}
.article.static {
	margin-bottom: 0;
}
.pagination a {
	background-color: rgb(33,33,33); /* gris87 */
	color: #fff;
	padding: .525rem .7rem;
    border: 1px solid rgb(33,33,33); /* gris87 */
}
.pagination a:hover {
	background-color: #fff;
	color: rgb(33,33,33); /* gris87 */
	border: 1px solid rgb(33,33,33); /* gris87 */
	text-decoration: none;
}
.pagination span:first-letter,
.pagination a:first-letter {
	text-transform: uppercase;
}
.p_first,
.p_prev,
.p_current,
.p_next,
.p_last {
	display: inline-block;
}
.date{
	float: right;
}
/*------------------- AUTHOR -------------------*/
.author-infos {
	padding: 10px;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.author-infos img {
	/*border: 1px solid rgb(33,33,33); /* gris87 */
	padding: 3px;
	margin-right: 10px;
}

.author-infos span {
	font-size: 16px;
	font-weight: bold;
}
.author a.active{
    color: red;
}
/*------------------- ASIDE -------------------*/
.aside {
	margin-top: 35px;
	padding-left: 1rem;
}

.aside h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	margin-top: 1rem;
	text-transform: uppercase;
	
}
.aside ul {
	margin: 5px;
}
.aside li:first-letter {
	text-transform: uppercase;
}
.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline-block;
	margin-right: 1rem;
}
.aside ul.tag-list li.tag-size-1 {
	font-size: 1rem;
}
.aside ul.tag-list li.tag-size-2 {
	font-size: 1.1rem;
}
.aside ul.tag-list li.tag-size-3 {
	font-size: 1.2rem;
}
.aside ul.tag-list li.tag-size-4 {
	font-size: 1.3rem;
}
.aside ul.tag-list li.tag-size-5 {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-6 {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-7 {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-8 {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-9 {
	font-size: 1.8rem
}
.aside ul.tag-list li.tag-size-10 {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-max {
	font-size: 2rem;
}


/*------------------- STYLE ASIDE -------------------*/
.box-noir {
 background-image:url(../img/bgk.png);
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;
}
.box-noir h3 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.well {
  /*min-height: 20px;*/
  padding: 10px;  
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.well a {
    line-height: 2;
    padding:3px 10px ;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.well a.active {
    color: rgb(208,50,138); /* violet1 */
}
.well a:hover {
  color: #ffffff;
	text-decoration: none;
  background-color: rgb(208,50,138); /* violet1 */
}


/*------------------- OPENAGENDA -------------------*/

.well .title {
}
.well .range {
}
.well .place {
}
.well .desc {
	text-transform:none;
	margin: 1em 0;
}





/*------------------- MEDIA QUERY -------------------
@media (max-width: 767px) {
@media (min-width: 768px) {
@media (min-width: 1024px) {


*/
@media (max-width: 767px) {

/**/
	.nav-top {
   		top: 30px;	
	}
   
	.nav {
		background-color: #fff;
		border-bottom: 1px solid #bbb;
		height: auto;
		left: 0;
		max-height: 200px;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
	}
	.nav .menu.expanded li:hover {
		background-color: #ddd;
	}
	.nav a {
		color: #258fd6;
	}
	.nav a:hover {
		color: #444;
	}
	.responsive-menu label {
		background-color: #222;
	}
	


	.header {
		margin-top: 2rem;
	}
    .header h1 a {
    font-size: 2rem;
    }
    
    .element-item  {
       width: 95%;
    }
     .col.med-8 {
        width: 95%; 
    }
   
}

@media (min-width: 1024px) {

.verticalcenter {
   display: flex;
   align-items: center;
}

}





/*ACCORDION W3SCHOOLS */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
}


.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /*content: "\2212";*/
}

.panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* LABEL NB ART*/
.label-red {
    background-color: #EE4A51;
    color: #fff;
    float: right;
    padding-right: 9px;
    width: 25px;
    height: 23px;
}
