html {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 font-size: 12px;
 line-height: 1.428571429;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




strong{
	font-weight: normal;
}

figure{
box-align:center;
	display :block;
	margin:0px 0px 10px 0px;
	}

table{
	width: 100%;
}

.submit{
background-color: #e96d51;
border:none;
}

figcaption{
	margin-top:5px;
	text-align: center;
	vertical-align: middle;
	display :block;
	max-width: 50px;
}

.img2,.active > figure >.img1{
	display:none;}
	
.img1,.active > figure >.img2{
	display:inherit;}
	
.img-circle{
-moz-border-radius: 50%;
-webkit-border-radius:50%;
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.25);
width:50px;
height: 50px;
}

.img-title{
width:40px;
height: 40px;
text-align: right;
float:right;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -25px;
}

.active > figure >.img-circle:hover{
background-color: transparent;	
	}

.active > figure >.img-circle{
background-color:#f5f5f5;
-webkit-box-shadow: 1px 2px 1px .1px  rgba(0, 0, 0, 0.6);
box-shadow: 1px 2px 1px .1px rgba(0, 0, 0, 0.6);
border: 1px solid transparent;

}

.img-circle:hover{
-webkit-box-shadow: inset 1px 2px 1px .1px rgba(0, 0, 0, 0.6) ;
box-shadow: inset 1px 2px 1px .1px rgba(0, 0, 0, 0.6);
}

.calendar{
   box-align:center;
 	background-color: #e1e1e1;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	min-height: 70px;
	padding-left: 15px;
	margin-bottom: 25px;
	padding-top: 5px;
}

.calendar>p{
font-size: 14px;
margin-bottom: 5px;
margin-top: 0px;
}
.button> p{
color: #525252;
text-align: center;
margin-top: 1px;
background-color: #e96d51;
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
padding-top: 5px;
padding-bottom: 5px;
}

.button>p:hover{
	-webkit-box-shadow: inset 1px 2px 1px .1px rgba(0, 0, 0, 0.6) ;
box-shadow: inset 1px 2px 1px .1px rgba(0, 0, 0, 0.6);
}

.button{
height: 20px;
width: 50%;
padding-right: 15px;
cursor: pointer;
}


.img3{float:right;
	position: relative;
	margin-right: 25px;
}
.img4 {
  
  margin: 15px;
  width: 150px;
  -webkit-filter: grayscale(1);
  -webkit-transition: background-size .5s;
  filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
  filter: grayscale(1); /* standards-version, in case it is someday supported */
  transition: background-size 0.5s;
}

.img4:hover{
-webkit-filter: grayscale(0);
  filter:none;
}

body{
 margin: 69px 15px 15px 15px;
 padding: 0;
 background-color:#E1E1E1;
}


hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

section {
padding: 25px 15px;
  background-color:#f5f5f5;  
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

section:before,
section:after {
  display: table;
  content: " ";
}

section:after {
  clear: both;
}


footer{
min-height: 150px;
  border: 1px solid transparent;
  background-color:#f5f5f5;
  border-radius: 0;
  position: static;
  bottom: 0;
  z-index: 1030;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.group{
  position: relative;
  min-height: 40px;
  padding: 0px 15px;
}

.col-right{
  position: relative;
  min-height: 40px;
  padding: 0 15px;
}

@media (max-width: 944px) {

body{
 margin: 69px 0px 15px 0px;
}
section {
padding: 25px 0px;
}

.group,.col-right{
  padding: 0px;
}


.choix li{
	display: inline-block;
	clear: both;
	vertical-align:top;
	}
.choix{
padding:15px 0px 0px 15px;
}
	
	figcaption{
	display :none;
}
	
}

@media (min-width: 944px) {
  .container {
    max-width: 992px;
  }

  .group {
    width: 25%;
    float: left;
  }
 
  .col-right{
	width: 75%;
	float: right;
  }
  .choix li{
	display: inline-block;
	vertical-align:top;}
	
	.choix{
padding:25px 5px 25px 20px;
}

.group,.col-right{
padding: 0px 15px;}

	
.img-circle{
width:50px;
height: 50px;
}

figcaption{
	max-width: 50px;
}
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
   
  .group {
    width: 30%;
  }
  
  .col-right {
	width: 70%;
  }
   
    }

@media (min-width: 1200px) {
  .container {
    max-width: 2400px;
  }
  
  .group {
    width: 37%;
  }
  .col-right {

	width: 63%;
  }
  
    }



.T0bandeau > input[type="checkbox"]
{
    display:none;
}

/*TITRE*/
.T0:hover,
.T0:focus {
  text-decoration: none;
  color: #F5F5F5;
  background-color: transparent;

}


.T0 {color: #FFFCFF;
   font-size: 1.2em;
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
	padding: 15px 15px;
	line-height: 20px;
	margin-left: 15px;
}


.T1{
	color: #FFF; 
	}

.T1 img{
	filter: grayscale(0.3);
}

.T1 img:hover{
	filter: grayscale(0);
}

li{
  margin-bottom: 20px;
  border-radius: 1px 0px 0px 1px
}



li >.panel:hover{background-color: #C2F0C2;
	}









.T1:hover{
color: #FFF;
text-decoration: none;
background-color: #5CCBFF;
}




/*case generality*/

.panel{
	background-color: #f7f2f2;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	}


.panel input{
	display: none;
}

/*case date*/
.nav-tabs {
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid transparent;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: table;
  background-color: #525252;
  padding: 3px 3px 2px 2px;
  color: #fff3f0;
  cursor: default;
  }

/*case header*/
.panel label{
	padding: 2px 5px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	color: #000000;
	}

.Titre {
	padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 16px;
  margin-right: 41px;
  margin-left: 5px;
  color: #525252;
  
}

.auteur{
	font-size: 14px;
	color:#e96d51;
	}

/*case article*/
.panel article{
	background-color: #ffffff;
	overflow: hidden;
	height: 0px;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;}

.descript{text-align: left;
 width: 80%;
  padding-right:5px;
   margin-top:-10px;
    vertical-align:text-top}

.lieu{text-align: left ;
 width: 20%;
  min-height:30%;
   border-left:solid 1px #e96d51;
   padding-left:5px ;
    padding-bottom:3px;
    color: #525252}

.panel input:checked ~ article{
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
	height: auto;
	margin-right: 0px;
	padding: 5px;
}
a.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

nav {
  border: 1px solid transparent;
  background-color: #333;
  border-radius: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border-width: 0px 0px 0px 0px;
  font-size: 14px;
  z-index: 1030;
  -webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.5);
}


nav label {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 15px 8px 0px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #dddddd;
  cursor: pointer;
}

nav label span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

nav label span + span {
  margin-top: 4px;
}

nav label:hover,
nav label:focus {
  background-color: #393939;
}



nav ul{
	position:relative;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-right: 100%;
	list-style: none;
  	display: none;
  	overflow-x: visible;
  	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;
}
	
	
nav  input:checked ~ ul{
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;
	display: table;
	}


.T1{
	position: relative;
	display: block;
	padding: 1px 15px 15px 55px;
	margin-left: -45px;
	width : 1000px;
	font-size: 16px;
	}


@media (min-width: 944px) {
 .T0 {
	font-size: 2em;
    margin-left: 15px;
    float: left !important;
  }  
  
  nav label {
  display: none;
  }
  
  nav {
    border-radius: 0;
  }
  
  nav ul {
    float: right;
    margin: 0;
    border-top: 0;
    box-shadow: none;
	display: table;
  	padding: 0px 15px;
  }
  
  
 .T1{
	padding: 14px 15px;
	margin-left: 0px ;
	margin:0;
	float: left;
	width : auto;
	}
	
	
	}



.search_button{
	border: 2px solid;
	border-radius:5px;
	border-color:#cacaca;
	
}

.search_button:hover{
background-color:#cacaca;
}

/* ==========================================================================
   mixitup custom styles
   ========================================================================== */

/*
* MIXITUP Cards Demo Stylesheet
*/
.just{
	text-align: justify;
}

.just>.rien{
	text-align: center;
	}

.just::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}


.controls{
	height: 100px;
	line-height: 100px;
}

.choix{
    box-align:center;
 	background-color: #e1e1e1;
	margin-bottom: 25px;
	 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.map{
    box-align:left;
 	background-color: #e1e1e1;
	margin-bottom: 25px;
	 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.choix li{
	cursor: pointer;
	text-transform: none;
	color: #808080;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-right: 15px;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;
}

.choix li.espace{
margin-right: 60px;
}

.choix li:last-of-type{
	margin: 0;
}

.choix li:hover{
	color: #59514c;
}

.choix li.active{
	color: #e96d51;
	font-weight: 400;
}

#Cards{
position: relative;
padding: 25px 25px 0 25px;
	background-color: #e1e1e1;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.fail_element{
	position:absolute;
	opacity: 0;
	text-align: center;
	width: 50%;
	left: 25%;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 300;
	z-index: -10}

.fail .fail_element{
	opacity: 1;
	position:relative;
	z-index: 0;
}

/* LIST VIEW STYLES */

#Cards.list .meta{
	display: inline-block;
	vertical-align: top;
}

#Cards.list .mix{
	display: none;
	font-weight: 300;
}










/* jumbotron/well */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
  min-height: 500px;
}

.close {
	display:none;
	
}
@media screen and (min-width: 944px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}



.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.25);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}
				
				
				
article,
aside,
details,
figcaption,
header,
hgroup,
main,
section,
summary {
  display: block;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}


a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
  outline: 0;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: thin dotted;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}


