@charset "utf-8";
/* CSS Document */
html{box-sizing: border-box}
body {
	font: 100%/1.4  'Roboto', sans-serif;
	background:#D0D0D0;
}
p{
	font-size: 110%;
	padding: 0 10px;
}

img, object, embed, video {
	max-width: 100%;
}
img{border: none; padding: 0px; margin: 0px}
a img { 
	border: none;
}


a:link {
	color: #E1771E;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color:#E1771E;
	text-decoration: underline;
	font-weight: lighter;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color:#888888;
	font-weight:bold;

}
*{margin:0;padding:0;text-decoration:none}

h1{font-size:180%;margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h2{font-size:125%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h3{font-size:120%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h4{font-size:115%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h5{font-size:110%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h6{font-size:105%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}

.logoentete {
	position: relative;
	float: left;
	padding-top: 10px;
	width: auto;
}

.recherchentete {
	float: right;
	position: relative;
	width: auto;
	display: inline-block;
}

.lignemsg {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	border: 1px solid grey;
	float: left;
	clear: both;
	padding: 4px;
	font-size: 100%;
}
.lignemsg:hover {
	background: #CBCBCB;
}
.expmsg {
	box-sizing: border-box;
	background: none;
	width: 10%;
	display: inline-block;
}
.datemsg {
	box-sizing: border-box;
	background: none;
	width: 10%;
	display: inline-block;
}
.objetmsg {
	box-sizing: border-box;
	background: none;
	width: 70%;
	display: inline-block;
}
.liremsg {
	box-sizing: border-box;
	background: none;
	width: 10%;
	display: inline-block;
}
.supprmsg {
	box-sizing: border-box;
	background: none;
	width: 10%;
	display: inline-block;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid grey;
	padding: 10px;
	margin: 5px;
}
input[type=text], input[type=password], input[type=email] {
    width: 100%;
	border: 1px solid grey;
	padding: 10px;
	margin: 5px;
	box-sizing: border-box;
}
input[type=submit] {
	padding: 10px;
	width:auto;
	margin: 5px;
	background: #333;
	color: #E1771E;
	border: 2px solid #E1771E;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	display: inline;
}
input[type=submit]:hover {
	padding: 10px;
	width:auto;
	margin: 5px;
	background: #E1771E;
	color: black;
	border: 2px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	display: inline;
}

/*tabs*/

.tab-panels ul {
    margin: 0;
    padding: 0;
}
.tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #999;
    margin: 0;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 200;
    cursor: pointer;

}
.tab-panels ul li:hover {
    color: #E1771E;
    background: #333;
}

.tab-panels ul li.active {
    color: #E1771E;
    background: #333;
	font-weight: bold;
	border: 2px solid #333;
}

.tab-panels .panel {
    display:none;
    /*background: #c9c9c9;*/
    padding: 0px;
    /*border-radius: 0 0 10px 10px;*/
}

.tab-panels .panel.active {
    display:block;
}

/*pour lire message dans la même page sans recharger*/
/* Style tab links */
.tablink {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    width: 100%;
	clear: both;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	box-sizing: border-box;
	border:3px solid grey;
    display: none;
	width: 100%;
	height: 200px;
	position: relative;
	overflow: auto;
}

/*pour messages
.panelmessages tr {
    margin: 0;
    padding: 0;
}
.panelmessages tr th {
    list-style-type: none;
    display: inline-block;
    background: red;
    margin: 0;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 200;
    cursor: pointer;

}
.panelmessages tr th:hover {
    color: #E1771E;
    background: #333;
}

.panelmessages tr th.active {
    color: #E1771E;
    background: #333;
	font-weight: bold;
	border: 2px solid #333;
}

.panelmessages .panel {
    display:none;
    /*background: #c9c9c9;
    padding: 0px;
    /*border-radius: 0 0 10px 10px;
}
*/



/*
.accueil1 {
	box-sizing: border-box;
	background: #FFF;
	padding: 0 20px 0 0;
	margin: 0;
	position: relative;
	float: left;
	width: 75%;
	border: none;
}
.accueil2 {
	box-sizing: border-box;
	background: #333;
	padding: 10px;
	margin: 0;
	position: relative;
	float: right;
	width: 25%;
	border: none;
	color: #E1771E;
}*/

.btntooltip {
    background-color: darkgreen!important;
    border: 1px solid groove;
	padding: 3px;
	margin: 2px 2px 2px 0;
    color: lawngreen!important;
	font-weight: bolder;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btntooltip:hover {
    background-color: #00b4ab;
	border: 1px solid groove;
	color: #fff;
}





/*Tooltip*/
section#tooltip p {
  margin: 20px 0;
}

section#tooltip > div > div > p:nth-child(odd)::first-letter {
  font-weight: normal;
  float: left;
  font-size: 4em;
  /*line-height: .75;
  letter-spacing: .15em;*/
  margin-top: .2em;
}


/*Tooltip text*/
.tooltip {
  position: relative;
  color: #00b4ab;
}

.tooltip .tooltip-text {
  font-size: 11px;
  visibility: hidden;
  max-width: 400px;
	width: 220px;
  background-color: #fff;
border: 1px solid #00b4ab;
  color: grey;
  text-align: justify;
  border-radius: 6px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: .3s;
  transform: translate3d(0px, 20px, 0px);
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00b4ab transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}




.suiv {
	box-sizing: border-box;
	background:none;
	color: #E1771E;
	padding: 5px;
	margin-left: 1%;
	width: 48%;
	float: right;
	clear: right;
	text-align: right;
}
.preced {
	box-sizing: border-box;
	background: none;
	color: #E1771E;
	padding: 5px;
	margin-right: 1%;
	width: 48%;
	float: left;
	clear: left;
}
.suiv:hover {
	box-sizing: border-box;
	background: #333;
	color: #E1771E!important;
	padding: 5px;
	margin-left: 1%;
	width: 48%;
	float: right;
	clear: right;
	text-align: right;
}
.preced:hover {
	box-sizing: border-box;
	background: #333;
	color: #E1771E!important;
	padding: 5px;
	margin-right: 1%;
	width: 48%;
	float: left;
	clear: left;
}




/*.accordion {
	box-sizing: border-box;
    background: none;
	padding: 5px;
    color: #E1771E;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size:120%;
    transition: 0.4s;
}
.accordion button {
    background-color: #333;
    color: #E1771E;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: none;
}

.accordion:after {
    content: '\002B';
    color: #E1771E;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
	display: block;
    padding: 0;
    background-color: white;
    max-height: 0;
	overflow: visible;
    transition: max-height 0.2s ease-out;
}
*/
.accordion {
    cursor: pointer;
    width: 100%;
	font-size: 120%;
	font-weight: bold;
	/*background-color: #333;*/
    color: #E1771E;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
.accordion:after {
    content: "\002B";
    color: #E1771E;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
	content: "\2212";
	color: #E1771E;
}
.accordion:hover {
    /*background-color: #333;*/
    color: #E1771E;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.panel {
    display: block;
    background-color: white;
    overflow: visible;
}
.divsearch {
	box-sizing: border-box;
    width: 100%;
	background: #333;
	float: left;
	clear: both;
	padding: 0 10%;
}
.divsearch button {
  float: left;
	cursor: pointer;
	background: #E1771E;
}
.divsearch button:hover {
  float: left;
	cursor: pointer;
	background: #333;
		color: #E1771E;
}
.bartop {
	box-sizing: border-box;
	background: red;
	padding: 0 10%;
	text-align: right;
	color: white;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop2 {
	box-sizing: border-box;
	background: #FFF;
	padding: 0 10%;
	text-align: left;
	color: #E1771E;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop3 {
	box-sizing: border-box;
	background: #E1771E;
	padding: 0px 10%;
	text-align: right;
	color: #333;
	font-weight: bolder;
	width: 100%;
	height: 5px;
	position: relative;
	float: left;
	clear: both;
}
.barmenu {
	box-sizing: border-box;
	background: #333;
	padding: 0 10%;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.content {
	box-sizing: border-box;
	background: #D0D0D0; /*#FFF;*/
	padding: 0 10%;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.content2 {
	box-sizing: border-box;
	background: #FFF;
	padding: 0;
	width: 100%;
	position: relative;
	float: left;
}

.cotegauche {
	box-sizing: border-box;
	background: #333;
	padding: 5px;
	margin: 0;
	position: relative;
	float: left;
	width: 27.5%;
	border: 1px solid #999;
}
.milieu {
	box-sizing: border-box;
	background: #FFF;
	padding: 5px;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	width: 72.5%;
}
.milieu li{
	padding: 0 10px;
	margin: 0 10px 0 35px;
	color: gray;
}
.partout {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
}
.passelec {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cotedroit {
	box-sizing: border-box;
	background: #333;
	padding: 0px 10px 0 0;
	margin: 0 ;
	position: relative;
	float: right;
	width: 27.5%;
	border: none;
}
.barbottom {
	box-sizing: border-box;
	background: #333;
	padding: 0 10%;
	width: 100%;
	color: #E1771E;
	text-align: center;
	align-content: center;
}
.ads {
	float: left;
	width: 336px;
	margin: 20px 20px 20px 0;
}
.adsfluide {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
	clear: both;
	border: none;
}
.habillage {
	float: left;
	width: auto;
	margin: 10px;
}
.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    background-color: #333;
    color: grey;
    display: block;
    padding: 5px;
    text-decoration: none;
	border: 1px solid grey;
}

.vertical-menu a:hover {
    background-color: #E1771E;
	color: black;
	border: 1px solid grey;
}

.vertical-menu a.active {
    background-color: #E1771E;
    color: black;
}

.avatar {
	box-sizing: border-box;
	margin: 5px;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 50%;
	border: 1px solid #E1771E;
}

.avatar2 {
	float: left;
	vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	margin: 5px;
}

.login {
	box-sizing: border-box;
	width:800px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
	background: #FFF;
	margin: 0 auto;
	/*border: 2px solid #333;*/
	padding: 10px;
}

.btn {
    background-color:#333;
    border: 2px solid #E1771E;
	padding: 10px;
	margin: 5px;
    color: #E1771E;
	font-weight: bolder;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btn:hover {
    background-color: #E1771E!important;
	border: 2px solid #333;
	color: #333!important;
}
.btn a:hover {
    background-color: #E1771E!important;
	color: #333!important;
}
.btnvert {
    background-color: darkgreen!important;
    border: 2px solid groove!important;
	padding: 10px;
	margin: 5px;
    color: lawngreen!important;
	font-weight: bolder;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btnvert:hover {
    background-color: lawngreen!important;
	/*border: 2px solid darkgreen;*/
	color: darkgreen!important;
}
.btnrouge {
    background-color: red!important;
    border: 2px solid #333!important;
	padding: 10px;
	margin: 5px;
    color: black!important;
	font-weight: bolder;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btnrouge:hover {
    background-color: black!important;
	border: 2px solid red!important;
	color: red!important;
}
.newsletter {
	box-sizing: border-box;
	width: 100%;
	background: #333;
	padding: 10px 10px 0 0;
	margin: 5px 0;
	border: 2px solid lawngreen;
}
.notif {
	box-sizing: border-box;
	border-radius: 30%;
	padding: 2px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	float: right;
	margin: 0 2px;
}
.notif.vert {
	background: green;
	color: black;
}
.notif.gris {
	background: grey;
	color: white;
}
.notif.rouge {
	background: red;
	color: white;
}

.alert {
    padding: 10px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 5px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.presmessage{
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	overflow: auto;
}
.lectmessage{
	box-sizing: border-box;
	width: 100%;
	overflow: auto;
}

.numero {
	float:left;
	font-size:36px;
color: #EBBB77;
width: auto;
background: none;
padding:1% 2% 1% 2%;
}

#notification_count
{
padding: 0px 3px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 10px;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
position: absolute;
font-size: 15px;
z-index: 1;
}
#gris {color: grey; padding: 0 10px;}
#date {color: grey; font-size: 75%; text-align: left; padding: 0 10px;}
#datec {color: grey; font-size: 75%; text-align: center; padding: 0 10px;}
#dater {color: red; font-weight: bold; font-size: 75%; text-align: left; padding: 0 10px;}
#dateb {color: black; font-weight: bold; font-size: 75%; text-align: left; padding: 0 10px;}
#dateo {color: #E1771E; font-weight: bold; font-size: 75%; text-align: left; padding: 0 10px;}
#rouge {color: red; font-weight: bold; }
#orange {color: #E1771E!important; font-weight: bold; }
#vert {color: green; font-weight: bold; }
#txt{text-align: justify; padding: 0 10px; color:black}
#descrip{
	font-size: 130%;
	font-weight: 100;
	font-style: oblique;
	color: grey;
	text-align: justify;
}
.bloc1 {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #ffffff;
	margin: 5px;
	padding: 5px;
}
.bloc1:hover {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	background: #F9FAFB;
	border: 1px solid grey;
	margin: 5px;
	padding: 5px;
}
hr {border: 1px dashed #E1771E;}


/*.clair1{background: #DCDAD6}
.theme1{background: #333; padding: 10px;}*/



.wrap { text-align:center; line-height:21px; padding:20px; }
/* For pagination function. */
ul.pagination {
    text-align:center!important;
    color:#829994!important;
}
ul.pagination li {
    display:inline!important;
    padding:0 3px!important;
	margin: 0px!important;
}
ul.pagination a {
    color:#E1771E!important;
    display:inline-block!important;
    padding:5px 10px!important;
    border:1px solid #cde0dc!important;
    text-decoration:none!important;
	margin: 0px!important;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#E1771E!important;
    color:#fff!important;
}




@media only screen and (max-width:700px) {
	h1 {font-size: 140%}
/*	.accueil1 {
	box-sizing: border-box;
	background: #FFF;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	border: none;
}
.accueil2 {
	box-sizing: border-box;
	background: #333;
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
	width: 100%;
	border: none;
	color: #E1771E;
}*/
.content {
	box-sizing: border-box;
	background: #D0D0D0; /*#FFF;*/
	padding: 0 2%;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.cotegauche {
	box-sizing: border-box;
	background: #333;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #999;
}
.milieu {
	box-sizing: border-box;
	background: #FFF;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	width: 100%;
}
.cotedroit {
	box-sizing: border-box;
	background: #333;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	float: right;
	width: 100%;
	border: none;
}
	.barbottom {
	box-sizing: border-box;
	background: #333;
	padding: 0;
	width: 100%;
	color: #E1771E;
	text-align: center;
	align-content: center;
}
.login {
	box-sizing: border-box;
	width:95%;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
	background: #FFF;
	margin: 0 auto;
	/*border: 2px solid #333;*/
	padding: 10px;
}
	
.logoentete {
	box-sizing: border-box;
	padding-top: 5px;
	position: relative;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
	
.panel {
    display: block;
    background-color: white;
    overflow: visible;
}
.bloc1 {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #ffffff;
	margin: 2px 0px;
	padding: 8px 0px 0px 0px;
}
.bloc1:hover {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	background: #F9FAFB;
	border: 1px solid grey;
	margin: 2px 0px;
	padding: 8px 0px 0px 0px;
}
.bartop {
	box-sizing: border-box;
	background: red;
	padding: 0 2%;
	text-align: center;
	color: white;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop2 {
	box-sizing: border-box;
	background: #FFF;
	padding: 0;
	text-align: center;
	color: #E1771E;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop3 {
	box-sizing: border-box;
	background: #E1771E;
	padding: 0px;
	text-align: center;
	color: #333;
	font-weight: bolder;
	width: 100%;
	height: 5px;
	position: relative;
	float: left;
	clear: both;
}
.barmenu {
	box-sizing: border-box;
	background: #333;
	padding: 0px;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
	
.suiv {
	box-sizing: border-box;
	background:none;
	color: #E1771E;
	padding: 5px;
	margin-left: 1%;
	width: 100%;
	float: right;
	clear: right;
	text-align: right;
}
.preced {
	box-sizing: border-box;
	background: none;
	color: #E1771E;
	padding: 5px;
	margin-right: 1%;
	width: 100%;
	float: left;
	clear: left;
}
.suiv:hover {
	box-sizing: border-box;
	background: #333;
	color: #E1771E!important;
	padding: 5px;
	margin-left: 1%;
	width: 100%;
	float: right;
	clear: right;
	text-align: right;
}
.preced:hover {
	box-sizing: border-box;
	background: #333;
	color: #E1771E!important;
	padding: 5px;
	margin-right: 1%;
	width: 100%;
	float: left;
	clear: left;
}
		
	#descrip{
	font-size: 130%;
	font-weight: 100;
	font-style: oblique;
	color: grey;
	text-align: justify;
}
	
h1{font-size:150%;margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h2{font-size:125%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h3{font-size:120%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h4{font-size:115%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h5{font-size:110%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
h6{font-size:105%; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #E1771E; padding: 0 10px;}
	
	
}

