.thumbPerso {
  display: block;
  max-width: 100%;
  height: auto;
}


.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #4783B0;
}
.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}











.navbar-header{
/*display:flex;*/
}
.navbar-brand {
  padding: 0px !important; /* firefox bug fix */;
    max-width: 100%;

}
.navbar-brand>img {
height: auto;
max-height: 100%;
max-width: 100%;  padding: 5px; /* firefox bug fix */
}
h1, h2, h3, h4, h5, h6 {
	color: #A52A2A !important;

}

.titreNews{
	font-weight: bold;
	color: #A52A2A;
	font-size: 120%
}
a{
	color: #483D8B;

}
a:hover{
	text-decoration-style: dotted;
}

#content{
	min-height: 1000px
}


article {
	background-color: white;
	border-radius: 5px;

	border: 1px solid #eee;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{display:block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;
border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;
}


.carousel-inner {
	border: 5px solid white;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

body {
	background-color: white;
}
#headerBg {
	background-color: #f5f5f5;
	background-size:cover;

	background-repeat: no-repeat;

}

.news_courte  .thumbnail:hover{
	filter: drop-shadow(6px 6px 8px gray);
    opacity: 1;
}
.news_courte  .thumbnail{
	filter: blur(1px);
    opacity: .7;
}
#sortie img{

	width:100%;
}

.bordereau, #bordereau {
	border-radius: 0 0 20px 20px;
	background-color: #f5f5f5;
}
#menuDroite, .box {
	border-radius: 0px 20px 20px 0px;
	background-color: #f5f5f5;
}
#menuGauche, .box {
	border-radius: 20px 0px 0px 20px;
	background-color: #f5f5f5;
}
#content, #contentIndex{
	background-color: #f5f5f5;
}
#contentIndex{
	border-radius: 20px
}

.index .row, .contenu_long {
	display:flex;
	flex-wrap: wrap;
}
.index > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.navbar {
	border-radius: 5px 5px 20px 20px ;
}
#footer{
	border-radius: 30px 30px 0px 0px ;
	background-color: #f5f5f5;
}

.box-fixed {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 60px;
	z-index: 1000;
}

.padding0{
	padding: 0 !important;
}
.margin0{
	margin: 0 !important;
}

.head{
	border-radius: 0px 0px 20px 20px;

}
body  {
	background-color: #696a6c;
}



.sortable {
	border: 1px solid #eee;
	width: 142px;
	min-height: 60px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
}
.sortable li{
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	width: 120px;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}





.msg_receive{
	padding-left:0;
	margin-left:0;
}
.msg_sent{
	padding-bottom:20px !important;
	margin-right:0;
}
.messages {
	background: white;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width:100%;
}
.messages > p {
	font-size: 13px;
	margin: 0 0 0.2rem 0;
}
.messages > time, .avatar > .petit  {
	font-size: 11px;
	color: #ccc;
}

.avatar > .petit  {
	font-style:italic;
}

.msg_container {
	padding: 10px;
	overflow: hidden;
	display: flex;
}

.avatar {
	position: relative;
}
.base_receive > .avatar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
	justify-content: flex-end;
	align-items: flex-end;
}
.base_sent > .avatar:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid white;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.msg_sent > time{
	float: right;
}



.box-fixedError {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 60px;
	z-index: 0;
}

/* Position et couleur bulle */
a .infobulle{ 
	position:absolute;
	margin-top:25px; 
	margin-left:-100px;
	color:#fff; 
	background:rgba(0, 0, 0, 0.5); 
	padding:25px; 
	border-radius:3px; 
	width:200px;
	z-index: 1000;

	/* Faire disparaire infobulle par défaut */
	/* On determine l'origine de la rotation */ 
	transform:scale(0) rotate(-180deg);
	/* Faire durer l'effet */
	transition:all .25s;
	/* Effet sur la transparence */ 
	opacity:0;
}

/* Apparition de la bulle avec le scale à 1 */ 
a:hover .infobulle, a:focus .infobulle{ 
	transform:scale(1) rotate(0);
	/* Effet sur la transparence */ 
	opacity:1;
}




#glassPane {
	position: fixed;
	height: 100%;
	width: 100%;

	opacity: 0.5;
	filter: alpha(opacity=60); /* For IE8 and earlier */
z-index: 1000;
	background: rgba(0,0,0);
}



.notRead{
	background-color: rgba(135, 165, 250, 0.3);	
}

.news_admin, .comm_admin{
	background-color: rgba(90, 201, 150, 0.1);
}

.news_system, .comm_system{
	background-color: rgba(201, 76, 76, 0.1);
}


#headerBg, #menuGauche, #menuDroite, #content {
    
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari et Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.contenu_long img:hover, .index img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}




#modalPicture {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#closemodalPicture:hover {opacity: 0.7;}

/* The Modal (background) */
#modalPicture {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 20px; /* Location of the box */
    left: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
 #imgmodalPicture {
    margin: auto;
    display: block;
max-width:90%;
max-height: 95%;    
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#captionmodalPicture {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    display:none;
}

/* Add Animation - Zoom in the Modal */
#modalPicture, #captionmodalPicture {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
 .closemodalPicture {
    position: absolute;
    bottom: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closemodalPicture:hover,
.closemodalPicture:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.question{
	text-align: right;
	font-weight: bold;
}
.kumi{
	font-style: italic;
}


.socialnetworkPIC span {
	visibility: hidden;
}

.socialnetworkPIC img:hover + span {
/*	visibility: visible;*/
}




.miniTmp633 > div:last-child ,.miniTmp632 > div:last-child , .miniTmp643 > div:last-child,.miniTmp642 > div:last-child ,
.miniTmp433 > div:last-child ,.miniTmp432 > div:last-child , .miniTmp443 > div:last-child,.miniTmp442 > div:last-child {
	clear: right;
}

/* écrans pour lesquels les classes col-xs-X s'appliquent */
@media (max-width: 991px) {
	.miniTmp633 > div:nth-child(2n+1), .miniTmp632 > div:nth-child(2n+1),.miniTmp643 > div:nth-child(2n+1),.miniTmp642 > div:nth-child(2n+1),
	.miniTmp433> div:nth-child(3n+1),.miniTmp432> div:nth-child(3n+1).miniTmp443> div:nth-child(3n+1),.miniTmp442> div:nth-child(3n+1){
		clear: left;
	}
}

/* écrans pour lesquels les classes col-md-X s'appliquent */
@media (min-width: 992px) and (max-width: 1199px ) {
	.miniTmp633 > div:nth-child(4n+1), .miniTmp632 > div:nth-child(4n+1),.miniTmp643 > div:nth-child(3n+1),.miniTmp642 > div:nth-child(3n+1),
	.miniTmp433> div:nth-child(4n+1),.miniTmp432> div:nth-child(4n+1).miniTmp443> div:nth-child(3n+1),.miniTmp442> div:nth-child(3n+1) {
		clear: left;
	}
}

/* écrans pour lesquels les classes col-lg-X s'appliquent */
@media (min-width: 1200px) {
	.miniTmp633 > div:nth-child(4n+1), .miniTmp632 > div:nth-child(6n+1),.miniTmp643 > div:nth-child(4n+1),.miniTmp642 > div:nth-child(6n+1),
	.miniTmp433> div:nth-child(4n+1),.miniTmp432> div:nth-child(6n+1).miniTmp443> div:nth-child(4n+1),.miniTmp442> div:nth-child(6n+1) {
		clear: left;
	}
}

























 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0px; /* Stay at the top */
  left: 0;
  background-color: #f8f8f8; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav p {
  font-size: 25px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 50px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.navbar-toggle {
    margin-right: 0 !important;
}

.navbar-toggle .glyphicon-bullhorn{
height: 14px;
width: 22px;
top: -2px;
display: inline-block;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 









/* rating star*/
.tde {height:20px;width:10px;cursor:pointer;}
#value {height:20px; width: 0px; background:#E0E001;}
#glob {display: flex;}



/*

@media (prefers-color-scheme: dark) {
  body {
    background-color: #0f021f;
    color: #ffffff;
  }

  h1, h2, h3, p, span, li {
    color: #ffffff;
  }

  a {
    color: #f47aff;
  }

  header, footer, .container, .card, .bloc {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(244, 122, 255, 0.2);
  }

  button, .btn {
    background-color: #f47aff;
    color: #0f021f;
    border: none;
  }

  img {
    filter: brightness(0.9) contrast(1.05);
  }
}*/