@charset "utf-8";
/* CSS Document */
html{
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font: 100%/1.4 Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background:#F7E9E9;
}

* {
  box-sizing: border-box;
}

p{
	font-size: 16px;
	padding: 0;
	text-align: justify;
    margin-bottom: 16px;
}


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

.barre {
    text-decoration: line-through ;
    line-height: 1em;
}

.habicon {
    display: inline; margin: 0 5px 0 0; width: 20px; float: left; color: grey;
}

.nom {
    height:40px; 
    text-align: center; 
    display: table-cell; 
    vertical-align: middle; 
    font-size: auto; 
    color: #D00000; 
    font-weight: bold; 
}

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th { 
	background: #D00000; 
	color: white; 
	font-weight: bold; 
}

th, td {
  text-align: left;
  padding: 5px;
}

th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.fa-check {
  color: #D00000;
}

.fa-remove {
  color: #E05206;
} 

.multicolon {
    column-count: 2; 
    column-gap: 40px;
}

h1{font-size:250%;margin:0 0 0.5em;font-weight:bolder;line-height:normal; color: #333; padding: 0 ; }
h2{font-size:175%; margin:0 0 0.5em;font-weight:500;line-height:normal; color: #333; padding: 0 ;}
h3{font-size:150%; margin:0 0 0.5em;font-weight:500;line-height:normal; color: #333; padding: 0 ;}
h4{font-size:135%; margin:0 0 0.5em;font-weight:500;line-height:normal; color: #333; padding: 0 ;}
h5{font-size:125%; margin:0 0 0.5em;font-weight:500;line-height:normal; color: #333; padding: 0 ;}
h6{font-size:115%; margin:0 0 0.5em;font-weight:500;line-height:normal; color: #333; padding: 0 ;}

pre{background: #ABA7A7; width: 90%; margin: 10px; padding: 10px; border: 2px solid #D00000; color: aliceblue; }

.section {
    display: inline-block;
    position: relative;
    float: left;
    width: 47%;
    margin: 1.5%;
    /*height: 330px;*/
    background: #FFFFFF;
    border: 3px solid #D0D0D0;
	border-radius: 20px 20px 0 0;
    /*padding: 1.2%;*/
}

.section:hover {
    display: inline-block;
    position: relative;
    float: left;
    width: 47%;
    margin: 1.5%;
    /*height: 330px;*/
    background: #FFFFFF;
    border: 3px solid #E05206;
	border-radius: 20px 20px 0 0;
    /*padding: 1.2%;*/
}

.titresection {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #0D89B5;
	padding: 5px;
	color: #FFF!important;
	text-align: center!important;
	font-size: 200%;
	font-weight: bolder;
	border-radius: 17px 17px 0 0;
}
.hab {
    display: inline-block; float: left; clear: none; margin: 0 10px 5px 0;
}
.habdroite {
    display: inline-block; float: right; clear:right; margin: 0 0 0 10px;
}


.photo {	
	position: relative;
	float: left;
	background: #fff;
	width: 170px;
	height: 170px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}
.photo:hover {
	
	position: relative;
	float: left;
	background: #E05206;
	width: 170px;
	height: 170px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}
.photo2 {
	
	position: relative;
	float: left;
	background: #fff;
	width: 200px;
	height: auto;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}
.photo2:hover {
	
	position: relative;
	float: left;
	background: #E05206;
	width: 200px;
	height: auto;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}

.h1photo {
	/*z-index: 2 ;*/
	background: black!important;
    text-align:center!important;
    font-size: 11px!important;
    color: #E05206!important;
	opacity: 0.9;
    position: absolute ;
    bottom: 5px!important;
	left: 10px;
    width: 150px!important;
	padding: 10px;
}
.h1photo2 {
	/*z-index: 2 ;*/
	background: black!important;
    text-align:center!important;
    font-size: 11px!important;
    color: #E05206!important;
	opacity: 1;
    position: absolute ;
    bottom: 10px!important;
	left: 10px;
    width: 180px!important;
	padding: 10px;
}

textarea {
	
	width: 100%;
	border: 5px solid #d0d0d0;
	padding: 10px;
	margin: 5px;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=date] , input[type=datetime], input[type=datetime-local] {
    width: 100%;
    border: 5px solid #d0d0d0;
	padding: 10px;
	margin: 5px;
	
}
select {
    width: 100%;
	border: 5px solid #d0d0d0;
	padding: 10px;
	margin: 5px;
	
}
input[type=submit] {
	padding: 10px;
	width:auto;
	margin: 5px;
	font-size: 21px;
	background: #E05206;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 10px;
	
	font-weight: bolder;
	cursor: pointer;
	display: inline;
}
input[type=submit]:hover {
	padding: 10px;
	width:auto;
	margin: 5px;
	background: #E05206;
	font-size: 21px;
	color: white;
	border: 2px solid #fff;
	border-radius: 10px;
	
	font-weight: bolder;
	cursor: pointer;
	display: inline;
}
fieldset {
 padding:0 20px 20px 20px;
 margin-bottom:10px;
 border:2px dotted #d0d0d0;
 }
legend {
 color:#000;
 font-weight:bold;
 font-size: 125%;
    /*line-height: 0.8;*/
 }
legend:before {
    /*content: "\f096";
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0; */
}


.lien {
	position: relative;
	float: right;
	color: #E05206;
	text-decoration: none;
	font-weight:bold;
}
.lien:hover {
	position: relative;
	float: right;
	color: grey;
	text-decoration: none;
	font-weight:bold;
}


.suiv {
	border: 1px solid #d0d0d0;
	background:#fff!important;
	color: #333!important;
	padding: 5px;
	margin-left: 1%;
	width: 48%;
	float: right;
	clear: right;
	text-align: right;
	border-radius: 8px;
}
.preced {
	border: 1px solid #d0d0d0;
	background: #fff!important;
	color: #333!important;
	padding: 5px;
	margin-right: 1%;
	width: 48%;
	float: left;
	clear: left;
	border-radius: 8px;
}
.suiv:hover {
	border: 1px solid #E05206;
	background: #fff!important;
	color: #333!important;
	padding: 5px;
	margin-left: 1%;
	width: 48%;
	float: right;
	clear: right;
	text-align: right;
	border-radius: 8px;
}
.preced:hover {
	border: 1px solid #E05206;
	background: #fff!important;
	color: #333!important;
	padding: 5px;
	margin-right: 1%;
	width: 48%;
	float: left;
	clear: left;
	border-radius: 8px;
}


.bartop {
	background: #FFFFFF!important;
    /*border-bottom: 10px solid #D0D0D0;*/
	padding: 0 2%;
	text-align: right;
	color: #333;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop2 {
	
	background: #FFF;
	padding: 0 7%;
	text-align: right;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop3 {
	background: #D0D0D0;
	padding: 0px 7%;
	text-align: right;
	color: #D00000;
	font-weight: bolder;
	width: 100%;
	height: 5px;
	position: relative;
	float: left;
	clear: both;
}

.bartoppensees {
	background: #E05206!important;
    border-bottom: 1px solid #FFF;
	padding: 0px 7%;
	text-align: left;
	color: #FFF;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.barmenu {
	
	background: #E05206;
	padding: 0 7%;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
}
.content {
	background: #F7E9E9;
	padding: 0 7%;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.content2 {
	
	background: #FFF;
	padding: 0;
	width: 100%;
	position: relative;
	float: left;
}

.content3 {
	background: #FFF;
	padding: 1%;
	width: 70%;
	position: relative;
	float: left;
}

.cotegauche {
	
	background: #0DB02B;
	padding: 5px;
	margin: 0;
	position: relative;
	float: left;
	width: 27.5%;
	border: 1px solid #999;
}
.milieu {
	
	background: #FFF;
	padding: 15px;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	width: 72.5%;
}
.milieu li{
	padding: 0 10px;
	margin: 0 10px 0 35px;
	color: #403E3E;
}
.partout {
	
	position: relative;
	float: left;
	width: 100%;
}
.partoutcentre {
	
	position: relative;
	float: left;
	width: 100%;
	content-align: center;
}
.passelec {
	
	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 {
	
	background: #0DB02B;
	padding: 5px;
	margin: 0 ;
	position: relative;
	float: right;
	width: 27.5%;
	border: none;
}
.barbottom {
	background: #3B5509;
	padding: 0 7%;
	width: 100%;
	color: #FFF;
	text-align: left;
	border-top: 15px solid #E05206;
	clear: both;
}
.ads {
	float: left;
	width: 336px;
	margin: 40px 30px 50px 0;
}
.adsfluide {
	
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
	clear: both;
	border: none;
}
.photo {
	
	position: relative;
	float: left;
	background: #fff;
	width: 170px;
	height: 170px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 15px;
	padding: 10px;
}
.photo:hover {
	
	position: relative;
	float: left;
	background: #E05206;
	width: 170px;
	height: 170px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 15px;
	padding: 10px;
}
.photo2 {
	
	position: relative;
	float: left;
	background: #fff;
	width: 200px;
	height: 160px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}
.photo2:hover {
	
	position: relative;
	float: left;
	background: #E05206;
	width: 200px;
	height: 160px;
	/*border: 10px solid grey;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 10px;
}
.h1photo {
	/*z-index: 2;*/
	
	background: #D00000!important;
    text-align:center!important;
    font-size: 11px!important;
    color: #E05206!important;
	opacity: 0.9;
    position: absolute;
    bottom: 10px!important;
    width: 150px!important;
	padding: 10px;
}
.h1photo2 {
	/*z-index: 2 ;*/
	
	background: #D00000!important;
    text-align:center!important;
    font-size: 11px!important;
    color: #E05206!important;
	opacity: 1;
    position: absolute;
    bottom: 10px!important;
    width: 190px!important;
	padding: 10px;
}
.logoentreprise {
	display: inline;
	position: relative;
	float: left;
	width: 260px;
	margin: 10px;
	clear: none;
}
.habillage {
	float: left;
	width: auto;
	margin: 20px;
}
.habillage2 {
	float: left;
	width: auto;
	margin: 10px;
	clear: left;
}
.logoentete {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
}




.vertical-menu-o {
    width: 100%;
	font-size: 13px;
}

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


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

.vertical-menu-o a.sousmenu {
    background-color: #FFFFFF!important;
    color: #555555!important;
}

.vertical-menu-o a.sousmenu:hover {
    background-color: #E05206!important;
	color: #fff!important;
	border-bottom: 1px solid grey;
}

.vertical-menu-o a.active {
    background-color: #E05206;
    color: black!important;
}










.vertical-menu {
    width: 100%;
	font-size: 12px;
}

.vertical-menu a {
    background-color: #0DB02B;
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}


.vertical-menu a:hover {
    background-color: #FFFFFF;
	color: #E05206!important;
	border-bottom: 1px solid #FFF;
}

.vertical-menu a.sousmenu {
    background-color: #E05206!important;
    color: #FFF!important;
}

.vertical-menu a.sousmenu:hover {
    background-color: #FFF!important;
	color: #E05206!important;
	border-bottom: 1px solid #FFD100;
}
.vertical-menu a.sousmenu:active {
    background-color: #E05206;
    color: #FFF!important;
}

.vertical-menu a.active {
    background-color: #FFFFFF;
    color: #E05206!important;
}

.vertical-menu2 {
	
    width: auto;
	margin: 0 auto;
	font-size: 13px;
}

.vertical-menu2 a {
	position: relative;
	float: left;
	clear: none;
    background-color: #FFFFFF;
    color: #E05206!important;
    display: block;
    padding: 5px;
	margin: 3px;
    text-decoration: none;
	border: 1px solid #E05206;
}

.vertical-menu2 a:hover {
	position: relative;
	float: left;
	clear: none;
	padding: 5px;
	margin: 3px;
    background-color: #E05206!important;
	color: #FFFFFF!important;
	border: 1px solid #E05206;
}

.vertical-menu2 a.active {
    background-color: #E05206!important;
    color: white!important;
}

.avatar {
	position: relative;
    margin-left: 20px ;
    display: inline-block; 
    background: #d0d0d0; 
    width: 38px; 
    height: 38px; 
    border-radius: 50%; 
    border: 2px solid #d0d0d0!important;
    /*vertical-align: middle;*/
    overflow: hidden;
}

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

.avatar3 {
	display: inline;
	float: left;
	vertical-align: middle;
    width: 100px;
    height: 50px;
	margin: 5px;
}

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

.btn {
    background-color:#E05206;
    border: 2px solid #E05206;
	padding: 10px;
	margin: 2px;
    color: #FFFFFF!important;
	font-weight: normal;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btn:hover {
    background-color: #FFF!important;
	border: 2px solid #E05206;
	color: #E05206!important;
}
.btn a:hover {
    background-color: #E05206!important;
	color: #E05206!important;
}

.btnblanc {
    background-color:#FFF;
    border: 2px solid #D0D0D0;
	padding: 5px;
	margin: 0 0 10px 0;
    color: #333!important;
	font-weight: normal;
	display: inline-block;
    cursor: pointer;
	border-radius: 12px;
}

.btnblanc:hover {
    background-color: #FFF!important;
	border: 2px solid #E05206;
	color: #E05206!important;
}
.btnblanc a:hover {
    background-color: #FFF!important;
	color: #E05206!important;
}
.btnorange {
    background-color: #E05206!important;
    border: 2px solid #E05206!important;
	padding: 10px;
	margin: 2px;
    color: #333!important;
	font-weight: normal;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btnorange:hover {
    background-color: white!important;
	border: 2px solid #E05206!important;
	color: #E05206!important;
}

.btnorange .active {
    background-color: white!important;
	border: 2px solid #E05206;
	color: #E05206!important;
}
.btnbleu {
    background-color: #2196F3!important;
    border: 2px solid #2196F3!important;
	padding: 10px;
	margin: 2px;
    color: white!important;
	font-weight: normal;
	display: inline-block;
    cursor: pointer;
	border-radius: 8px;
}

.btnbleu:hover {
    background-color: white!important;
	border: 2px solid #2196F3!important;
	color: #2196F3!important;
}

.btnbleu .active {
    background-color: white!important;
	border: 2px solid #2196F3;
	color: #2196F3!important;
}


.btnminigris {
    background-color:grey!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #FFF!important;
	font-weight: bold!important;
	display: inline-block!important;
	border-radius: 8px;
	font-size: 12px;
    border: 2px solid grey!important;
}

.btnminigris:hover {
    background-color: #D0D0D0!important;
	border: 2px solid grey!important;
	color: #333!important;
}
.btnminigris a:hover {
    background-color: white!important;
	color: #333!important;
    border: 2px solid grey!important;
}

.btnminiorange {
    background-color:#E05206!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #333!important;
	font-weight: bold!important;
	display: inline-block!important;
	border-radius: 8px;
	font-size: 12px;
    border: 2px solid #E05206!important;
}
.btnminiorange:hover {
    background-color: #ffffff!important;
	border: 2px solid #E05206!important;
	color: #E05206!important;
}
.btnminiorange a:hover {
    background-color: white!important;
	color: #E05206!important;
    border: 2px solid #E05206!important;
}
.btnminivert {
    background-color:#0DB02B!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #fff!important;
	font-weight: bolder!important;
	display: inline-block!important;
	border-radius: 8px;
	font-size: 12px;
    border: 2px solid #0DB02B!important;
}
.btnminivert:hover {
    background-color: #ffffff!important;
	border: 2px solid #0DB02B!important;
	color: #0DB02B!important;
}
.btnminivert a:hover {
    background-color: white!important;
	color: #0DB02B!important;
    border: 2px solid #0DB02B!important;
}
.btnminirouge {
    background-color:red!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #fff!important;
	font-weight: bold!important;
	display: inline-block!important;
	border-radius: 8px;
	font-size: 12px;
    border: 2px solid red!important;
}
.btnminirouge:hover {
    background-color: white!important;
	border: 2px solid red!important;
	color: red!important;
}
.btnminirouge a:hover {
    background-color: white!important;
	color: red!important;
    border: 2px solid red!important;
}
.proproplus {
    /*background-color:#E05206!important;
	padding: 7px!important;
	margin: 3px!important;*/
    color: #fff!important;
	font-weight: bold!important;
	display: inline-block!important;
	/*border-radius: 8px;
	font-size: 12px;*/
}
.proproplus:after {
    content: "★★★★★";
    color: yellow!important;
}

.propro {
    /*background-color:#E05206!important;
	padding: 7px!important;
	margin: 3px!important;*/
    color: #fff!important;
	font-weight: bold!important;
	display: inline-block!important;
	/*border-radius: 8px;
	font-size: 12px;*/
}
.propro:after {
    content: "★★★";
    color: yellow!important;
}

.proclassic {
    /*background-color:#E05206!important;
	padding: 7px!important;
	margin: 3px!important;*/
    color: #FFF!important;
	font-weight: bold!important;
	display: inline-block!important;
	/*border-radius: 8px;
	font-size: 12px;*/
}
.proclassic:after {
    content: "\25C9";
    color: yellow!important;
}

.btnminibleu {
    background-color:#2196F3!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #fff!important;
	font-weight: bold!important;
	display: inline-block!important;
    border: 2px solid #2196F3!important;
	border-radius: 8px;
	font-size: 12px;
}
.btnminibleu:hover {
    background-color:#FFF!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #2196F3!important;
	font-weight: bold!important;
	display: inline-block!important;
    border: 2px solid #2196F3!important;
	border-radius: 8px;
	font-size: 12px;
}


.notif {
	border-radius: 30%;
	padding: 2px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	float: right;
	margin: 0 2px;
}
.notif.vert {
	background: #0DB02B;
	color: black;
}
.notif.gris {
	background: grey;
	color: white;
}
.notif.rouge {
	background: #E05206;
	color: white;
}

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

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

.alertcentre {
    padding: 10px;
    background-color: #E05206;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 5px;
	text-align: center;
}
.alertcentre.acheter:hover {background-color: #E05206;}
.alertcentre.acheter {background-color: #4CAF50;}

.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{
	
	width: 100%;
	height: 150px;
	overflow: auto;
}
.lectmessage{
	
	width: 100%;
	overflow: auto;
}

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

#gris {color: grey; padding: 0 ;}
#blanc {color: #FFFFFF!important; padding: 0;}
#date {color: grey; font-size: 14px; text-align: left; padding: 0 ;}
#datecentre {color: grey; font-size: 14px; text-align: center; padding: 0 ;}
#dater {color: #E05206; font-weight: bold; font-size: 14px; text-align: left; padding: 0 ;}
#dateb {color: black; font-weight: bold; font-size: 14px; text-align: left; padding: 0 ;}
#datebleu {color: #0883F5; font-weight: bold; font-size: 14px; text-align: left; padding: 0 ;}
.dateright {
	position: relative;
	float: right;
	clear: none;
	width: auto;
	color: grey; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: right; 
	padding: 0 ; 
	margin: 0 20px 0 0;}
.dateleft {
	position: relative;
	float: left;
	clear: none;
	width: auto;
	color: grey; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: left; 
	padding: 0 ; 
	margin: 0 20px 0 0;}
#rouge {color: #E05206; font-weight: bold; }
#bleu {color: #0883F5!important; font-weight: bold; }
#orange {color: #E05206!important; font-weight: bold; }
#vert {color: #0DB02B; font-weight: bold; }
#txt{text-align: justify; padding: 0 ; color:black}
#descrip{
	font-size: 130%;
	font-weight: 100;
	font-style: oblique;
	color: grey;
	text-align: justify;
}

.blocavis {
	position: relative;
	float: left;
	background-color:#F4F4F4;
	width: 100%;
	border: 4px solid #d0d0d0;
	border-radius: 20px;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 105%;
	text-align: justify;
}

.blocavis .bbas {
	position: absolute;
	bottom: 0;
	background-color:green;
	width: 100%;
	border: 4px solid #d0d0d0;
	border-radius: 0 20px 20px 0;
	padding: 10px;
	font-size: 105%;
	text-align: justify;
}

.blocreponse {
	position: relative;
	float: right;
	background-color:#ffffff;
	width: 95%;
	border: 4px solid #d0d0d0;
	border-radius: 20px;
	margin: 3px 0 10px 0;
	padding: 10px;
	font-size: 105%;
	text-align: justify;
}

.bloc4 {
	position: relative;
	background: #FFFFFF;
	float: left;
	width: 98%;
	border: 5px solid #ffffff;
	margin: 5px;
	padding: 5px;
	clear: both;
}

.bloc4:hover {
	position: relative;
	background: #ffffff;
	float: left;
	width: 98%;
	border: 5px solid #E05206;
	margin: 5px;
	padding: 5px;
	clear: both;
}

.bloc1 {
	position: relative;
	float: left;
	width: 98%;
	border: 1px solid #d0d0d0;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
}
.bloc1:hover {
	position: relative;
	float: left;
	width: 98%;

	background: #F9FAFB;
	border: 1px solid #0DB02B;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
}
.bloc2 {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid grey;
	margin: 0 5px 5px 0;
	padding: 5px;
}
.bloc2:hover {
	position: relative;
	float: left;
	width: 100%;
	background: #F9FAFB;
	border: 1px solid #E05206;
	margin: 0 5px 5px 0;
	padding: 5px;
}
.bloc3 {
	position: relative;
	float: left;
	width: 19%;
	height: 150px;
	text-align: center!important;
	clear: none;
	border-top: 1px solid grey;

	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 10px solid grey;
	margin: 3px;
	padding: 5px;
	color: #D00000!important;
	font-weight: normal;
	font-size: 13px!important;
}
.bloc3:hover {
	position: relative;
	float: left;
	width: 19%;
	height: 150px;
	text-align: center!important;
	clear: none;
	background: #D00000!important;
	border-top: 1px solid #E05206;
	border-left: 1px solid #E05206;
	border-right: 1px solid #E05206;
	border-bottom: 10px solid #E05206;
	margin: 3px;
	padding: 5px;
	color: #FFF!important ;
	font-weight: normal;
	font-size: 13px!important;
}


hr {
	border: 0;
    height: 1px;
    background: #333;
    /*background-image: linear-gradient(to right, #ccc, #D00000, #ccc);*/
	clear: both;
}



.wrap { position: relative; float: left; text-align:center; line-height:21px; padding:20px; clear: both; }
/* 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:#E05206!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:#E05206!important;
    color:#fff!important;
}

@media only screen and (max-width:800px) {

    .proultimate {
    background-color:#E05206!important;
	padding: 7px!important;
	margin: 3px!important;
    color: #fff!important;
	font-weight: bold!important;
	display: inline-block!important;
	border-radius: 8px;
	font-size: 12px;
}

.section {
    display: inline-block;
    position: relative;
    float: left;
    width: 96%;
    margin: 10px;
    height: auto;
    background: #FFFFFF;
    border: 5px solid #D0D0D0;
	border-radius: 20px 20px 0 0;
    /*padding: 10px;*/
}
.section:hover {
    display: inline-block;
    position: relative;
    float: left;
    width: 96%;
    margin: 10px;
    height: auto;
    background: #FFFFFF;
    border: 5px solid #E05206;
	border-radius: 20px 20px 0 0;
    /*padding: 10px;*/
}
    
.content {
	background: #FFFFFF;
	padding: 0 ;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.content2 {
	background: #FFF;
	padding: 0;
	width: 100%;
	position: relative;
	float: left;
}
.content3 {
	background: #FFF;
	padding: 1%;
	width: 97%;
	position: relative;
	float: left;
}
.cotegauche {
	background: #0DB02B;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #999;
}
    
.milieu {
	background: #FFF;
	padding: 0 15px;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.cotedroit {
	
	background: #0DB02B;
	padding: 0 5px;
	margin: 0 ;
	position: relative;
	float: right;
	width: 100%;
	border: none;
}

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

.bloc1 {
	
	position: relative;
	float: left;
	width: 98%;
	border: 1px solid #d0d0d0;
	margin: 2px 0px;
	padding: 8px;
	border-radius: 10px;
}
.bloc1:hover {
	
	position: relative;
	float: left;
	width: 98%;
	background: #F9FAFB;
	border: 1px solid #0DB02B;
	margin: 2px 0px;
	padding: 8px;
	border-radius: 10px;
}
	
.bloc2 {
	
	position: relative;
	float: left;
	width: 98%;
	border: 1px solid grey;
	margin: 5px;
	padding: 5px;
}
.bloc2:hover {
	
	position: relative;
	float: left;
	width: 98%;
	background: #F9FAFB;
	border: 1px solid #E05206;
	margin: 5px;
	padding: 5px;
}
.bloc3 {
	
	position: relative;
	float: left;
	width: 98%;
	height:auto;
	text-align: center;
	clear: both;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-rigth: 1px solid grey;
	border-bottom: 3px solid grey;
	margin: 3px;
	color: #D00000;
	font-weight: bold;
	font-size: 15px;
}
.bloc3:hover {
	
	position: relative;
	float: left;
	width: 98%;
	height:auto;
	text-align: center;
	clear: both;
	background: #D00000!important;
	border-top: 1px solid #E05206;
	border-left: 1px solid #E05206;
	border-rigth: 1px solid #E05206;
	border-bottom: 3px solid #E05206;
	margin: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

	
.bartop {
	
	background: #FFFFFF!important;
    /*border-bottom: 10px solid #D0D0D0;*/
	padding: 0 1%;
	text-align: center;
	color: #333;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartoppensees {
	background: #E05206!important;
    border-bottom: 1px solid #FFF;
	padding: 0px;
	text-align: left;
	color: #FFF;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.barbottom {
	background:#3B5509;
	padding: 0 2%;
	width: 100%;
	color: #FFF;
	text-align: left;
	border-top: 15px solid #E05206;
	clear: both;
}

.bartop2 {	
	background: #FFF;
	padding: 0;
	text-align: center;
	color: #E05206;
	font-weight: bolder;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
.bartop3 {
	
	background: #D0D0D0;
	padding: 0px;
	text-align: center;
	color: #FFF;
	font-weight: bolder;
	width: 100%;
	height: 5px;
	position: relative;
	float: left;
	clear: both;
}
.barmenu {	
	background: #E05206;
	padding: 0px;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
}
	
.suiv {
	border: 1px solid #d0d0d0;
	background:#fff;
	color: #FFD100;
	padding: 5px;
	margin-left: 1%;
	width: 100%;
	float: right;
	clear: right;
	text-align: right;
	border-radius: 8px;
}
.preced {
	border: 1px solid #d0d0d0;
	background: #fff!important;
	color: #333!important;
	padding: 5px;
	margin-right: 1%;
	width: 100%;
	float: left;
	clear: left;
	border-radius: 8px;
}
.suiv:hover {
	border: 1px solid #E05206;
	background: #fff;
	color: #333!important;
	padding: 5px;
	margin-left: 1%;
	width: 100%;
	float: right;
	clear: right;
	text-align: right;
	border-radius: 8px;
}
.preced:hover {
	border: 1px solid #E05206;
	background: #fff!important;
	color: #333!important;
	padding: 5px;
	margin-right: 1%;
	width: 100%;
	float: left;
	clear: left;
	border-radius: 8px;
}
	
.logoentete {
	
	padding-top: 5px;
	position: relative;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
	

    
h1{font-size:28px;margin:0 0 0.5em;font-weight:bolder;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
h2{font-size:24px; margin:0 0 0.5em;font-weight:bold;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
h3{font-size:21px; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
h4{font-size:19px; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
h5{font-size:17px; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
h6{font-size:16px; margin:0 0 0.5em;font-weight:500;line-height:1.1; color: #333; padding: 0 10px; text-align: left;}
	
	select {
    width: 100%;
	border: 1px solid grey;
	padding: 10px 0 10px 0;
	margin: 5px;
	
}
}
