@charset "UTF-8";

a {
	color: white !important;
	text-decoration: none !important;
}

a:hover {
	color: #444444 !important;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #656564;
}
h1{
	color: #ED6B62;
	font-weight: bold;
	line-height: 40px;
	margin-top:0.5em !important;
	border-bottom: 1px solid;
	/* margin-bottom: 0.4em !important; */
	background: linear-gradient(to right, #ffffff, #fce7e6);
	padding:4px;
}

h4.gradient {
	background: linear-gradient(to right, #ffffff, #fce7e6);
	color: #ED6B62;
	border-bottom: 1px solid;
}

table.table-vertical-align-middle tr td {
	vertical-align: middle !important;
}

h2{
	color: #ED6B62;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom:20px;
}
.h2like{
	color: #ED6B62;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom:20px;
}
iframe {
    border-style: solid;border-width: 0px;border-color: #E5E5E5
}
h3{
	font-weight: bold;
	color: #656564;
	margin-top: 0px;
	vertical-align: 50%;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom:0px;

}
p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom:0px;
}
h1, h2, p {
	padding-right: 0px;
	padding-left: 0px;
}
.centre {
	text-align:center;
}
.gras {
	font-weight:bold;
}
.italique {
	font-style:italic;
}
.rouge {
	color: #ED6B62;
}
.noir {
	color: #656564;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}


div.dropdown a {
	color:#343a40 !important;
}

div.dropdown a:hover {
	color:#ffffff !important;
}

a, .link {
	text-decoration: none;

}

.lien {
	color:#ED6B62 !important;
}

h77{
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 115%;
	color: #ED6B62;
	line-height: 1.5;
}
h78{
border-style : solid;
border-color : #B4D852;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.hautpage-bloc {
	/* border-top:1px solid #222222; */
	margin: 0 auto;
    padding: 0;
    width: 100%;
	z-index: 3;
}

.hautpage-teaser {
	width: 100%;
	background-color:#ED6B62;
	/* height: 28px; */
	font-size:22px;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
}

.hautpage-teaser a {
	font-size:22px;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
}


.hautdepage-logomenu-bloc {
	width: 100%;
	/* height: 70px; */
	margin: 0 auto;
	background-color:#E0E0E0;
}
.hautdepage-logomenu-bloc a {
	color: #656564;
}

.logo {
	float: left;
	/* background-color: #ffffff;
	width: 270px;
	height: 70px; */
}
.logo img {
	/* padding: 3px 25px;
    height: 70px; */
}

.bannertext  {
	width: 960px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 40px;
}


.nav_header {
	width: 960px;
	/* height:70px; */
	margin: 0 auto;
}

.navhaut {
	color: #808080;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: right;
	line-height: 18px;
	display: block;
}



#menuhaut {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#menuhaut li {
    /* float: right; */
	padding: 0.1em;
	display: inline;
}

.dropbtn {
	display: block;
	text-align: left;
	padding: 2px 2px;
	text-decoration: none;
	font-weight:bold !important;
}

#menuhaut li a {
    display: block;
    text-align: left;
    padding: 7px 10px;
    text-decoration: none;
}
#menuhaut li a:hover, .dropdown:hover .dropbtn {
    background-color: #656564;
    color: white;
}
.dropdown {
    display: inline-block;
	font-weight:bold !important;
}
.dropdown:hover .dropbtn {
    background-color: #656564;
    color: white;
}
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #F2F2F2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 50;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover, .dropdown a:hover {
	background-color: #656564;
}
.dropdown:hover .dropdown-content {
    display: block;
}


.hautdepage-tools-bloc {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background-color:#999999;

}

.topheader {
	/* width: 960px; */
	margin: 0 auto;
	padding-top:4px;
}


.boutonnav {
	display: inline;
	float: right;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}

.btnconnectez{
	background-color: #ED6B62;
	width: 180px;
	cursor: hand;
	border-radius: 5px;
}

.inputlogn  {
	display: inline-block;
    width: 240px;
    height: 30px;
    padding: 12px 20px;
    margin: 8px 0;
}

.boutonnav a, .boutonnav a:hover  {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.blanc {
	text-decoration: none;
	color: #FFFFFF;
}
.boutonfr{
	background-color: #A8A8A8;
	width: 35px;
}
.boutonen{
	background-color: #CBCBCB;
	width: 35px;
}
.boutonch{
	background-color: #656564;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
.boutonch img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.search #recherche {
	width: 262px;
	font-size:13px;
	padding-left:7px;
	background-color: #FFF;
	height: 25px;
	border: 0px none #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	float: right;
}


.corp {
	width: 100%;
	margin: 0 auto;
	top:3px;
}

.formconnect {
	width: 485px;
	margin: 20px 35px;
	text-align: center;
}

.texte-pourquoi {
	width: 960px;
	margin: 0 auto 25px;
	font-size:20px;
	font-weight: normal;
	text-align: center;
}

.texte-comment {
	font-size:20px;
	line-height: 34px;
	margin-bottom:1em;
}

#usages {
	width:100%;
	margin: auto 0;
	height:880px;
}

.pucerouge li {
	display : list-item;
	list-style-image : url("/teamconet/Images_accueil_teamco/check.svg");
}

.top40 {
	margin-top:40px;
	
}

.top20 {
	margin-top:20px;
	
}

.width50pct {
	width:50%;
}

.ligneusages {
	padding: 30px;
	height:360px;
}

.ligneusages img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ligneusagescol1 {
	float: left;
}
.ligneusagescol2 {
	float: right;
}

.fonction {
	font-style: italic;
	text-align: center;
	padding:10px;
}
.besoin {
	font-weight: bold;
	color: #ED6B62;
	text-align: center;
	padding:10px;
}
.contcentre {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:10px;
}
.listbesoins{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.avantage {
	width: 960px;
	margin: 0 auto 15px;
	height:200px;
}

.avantageimg {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	float: left;

}
.texte-avantage {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	float: left;

}
.texte-avantage span {
	font-weight: bold;
	font-size: 18px;
}

.texte-avantage p {
	line-height: 24px;
	font-size: 18px;
}

.texte-avantage img {
    vertical-align: middle;
	width:20px;
}


.texte-partenaire img {
    vertical-align: middle;
	width:20px;
}

.check  {
    vertical-align: middle;
	width:20px;
}

#form-compte label {
	width:290px;
	height:28px;
	display:inline-block;
}

.obligatoire {
	font-style:italic;
	font-size:14px;
	margin-top:10px;
}
.assure {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}

.front-pages {
	width: 860px;
	margin: 0 auto;
	margin-top:20px;
	padding-right:100px;
	text-align:left;
}

#usages {
	width:100%;
	margin: auto 0;
	height:880px;
}

#usages ul {
	display : list-item;
	list-style-image : url("/teamconet/Images_accueil_teamco/check.svg");
}

.top40 {
	margin-top:40px;
	
}

.top20 {
	margin-top:20px;
	
}
#partenaire {
	height:275px;
	width:950px
}

.pucepartenaire {
line-height:18px;
margin-bottom: 10px;
}

.pucepartenaireimg {
height:20px;
vertical-align:middle;
}

.width50pct {
	width:50%;
}

.ligneusages {
	padding: 30px;
	height:360px;
}

.ligneusages img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ligneusagescol1 {
	float: left;
}
.ligneusagescol2 {
	float: right;
}

.fonction {
	font-style: italic;
	text-align: center;
	padding:10px;
}
.besoin {
	font-weight: bold;
	color: #ED6B62;
	text-align: center;
	padding:10px;
}
.contcentre {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:10px;
}
.listbesoins{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.basdepage {
	width: 960px;
	margin: 0 auto;
}
.fondrouge {
	background-color:#ED6B62;
}
.basdepage ul {
	list-style: none;
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: 120px;
	height: 15px;
}
.basdepage ul li {
	text-align: left;
	line-height: 14px;
	display: block;
	float: left;
	margin-right: 70px;
	margin-left: 6px;
}
.basdepage ul a, .basdepage ul a:visited, .basdepage ul a:link {
	float:left;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #F2F2F2;
}
.basdepage ul a:hover, .basdepage ul a:active, .basdepage ul a:focus {
	color: #F2F2F2;
	text-decoration: none;
}

.applications-box {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}


.application-bloc {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background-color:#D1D1D1;
	
}

.application-titre {
	width: 960px;
	margin: 0 auto;
	padding-top:12px;
}


.containeroutils-bloc {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background-color:#E8E8E8;
}

.containeroutils-box {
	width: 960px;
	margin: 0 auto;
	padding-top:12px;
	text-align:center;
	font-weight: bold;
}

.containeroutils-box img {
	width: 80px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.containeroutils-box span {
	font-weight: bold;
	font-size: 120%;
}

.coloutils {
	float:left;
	width:20%;
	color: #656564;
}

.btpremium {
	float:right;
	width:260px;
	margin-top:20px;
}
.btsavoirplus {
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
}
.boutonrouge {
	background-color: #ED6B62;
	color: #ffffff;
	border-radius: 5px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.boutonrouge:hover {
	background-color: #e29da0;
	color: #656564;
}

.espaceperso-box {
	width: 960px;
	margin: 0 auto;
	padding-top:12px;
	text-align:center;
}

.temoin {
	padding: 20px 0 10px;
	width: 960px;
	float: left;
	height: 400px;
}

.temoin img {
	margin-right: 20px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

.theme_slide {
	height: 156px;
	width: 156px;
	background-color: #FFF;
	margin-top: 5px;
}
.theme_autre {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #DDDDDD;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}
.theme_strategie {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #D67C3F;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}
.theme_equipe {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #1A8CC7;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}
.theme_changement {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #C7C731;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}
.theme_projet {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #BE2131;
	font-size: 12px;
	padding-top: 3px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}

input {
	font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
	color: #656564;
}

textarea {
	font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
	color: #656564;

}

select { 
	font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
	color: #656564;
}

select.form-control {
    -webkit-appearance: auto !important;
}

.theme_client {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: darkmagenta;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}

.theme_teamco {
	height: 29px;
	width: 148px;
	color: #FFF;
	background-color: #203F4E;
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	line-height: 12px;
	padding-left: 8px;
}
.theme_centre {
	height: 62px;
	width: 148px;
	padding-left: 0px;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	line-height: 12px;
	color: #203F4E;
	border-left: 1px solid black;
    border-right: 1px solid black;
}
.theme_bas {
	height: 18px;
	width: 148px;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 8px;
	text-align: left;
	line-height: 12px;
	color: #FFF;
	background-color: #203F4E;
}

.rougetexte {
	color: #BF2132;
}

.barrevert {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 3px;
}
.liste_module-box {
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 30px;
	width: 960px;
}

.liste_module {
	margin-bottom: 0px;
	margin-top: 30px;
	width: 960px;
}
.liste_module ul {
	list-style: none; 
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
.liste_module ul li {
	float:left;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-right: 30px;	
}
.souslistegauche {
	display:block;
	float: left;
	height: 164px;
	width: 144px;
	margin-right: 30px;
}

.souslistegauche_changement {
	display:block;
	float: left;
	height: 164px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_changement.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_changement h2 {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.souslistegauche_equipe {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_equipe.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_equipe h2 {
	margin-top: 15px;
	margin-left: 60px;
	font-size: 18px;
	display: block;
}
.souslistegauche_projet {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_projet.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_projet h2 {
	margin-top: 15px;
	margin-left: 60px;
	font-size: 18px;
	display: block;
}
.souslistegauche_changement a {
	color: #203F4E;
	display: block;
	height: 140px;
	padding-left: 20px;
}
.souslistegauche_changement p a {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
.souslistegauche_strategie {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_strategie.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_strategie h2 {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.souslistegauche_strategie a {
	color: #203F4E;
	display: block;
	height: 140px;
	padding-left: 20px;
}
.souslistegauche_strategie p a {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
.souslistegauche_equipe {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_equipe.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_equipe h2 {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.souslistegauche_equipe a {
	color: #203F4E;
	display: block;
	height: 140px;
	padding-left: 20px;
}
.souslistegauche_equipe p a {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
.souslistegauche_projet {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_projet.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_projet h2 {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.souslistegauche_projet a {
	color: #203F4E;
	display: block;
	height: 140px;
	padding-left: 20px;
}
.souslistegauche_projet p a {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

.souslistegauche_client {
	display:block;
	float: left;
	height: 144px;
	width: 144px;
	background-image: url(/teamconet/images_interface_teamco/fond_liste_module_projet.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
}
.souslistegauche_client h2 {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.souslistegauche_client a {
	color: #203F4E;
	display: block;
	height: 140px;
	padding-left: 20px;
}
.souslistegauche_client p a {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

.souslistedroite {
	display:block;
	/*height: 164px;*/
	width: 786px;
	font-size: 14px;
}
.sepa_faq {
	display:block;
	height: 26px;
	width: 940px;
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: #E8E8E8;
	padding-top: 2px;
	padding-left: 20px;	
	font-size:11px;
}

.sepa_liste {
	display:block;
	height: 27px;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: #E8E8E8;
	padding-top: 8px;
	padding-left: 0px;	
	font-size:11px;
}
.sepa_liste_petit
{
	display:block;
	height: 1px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
}
.souslistedroite h2 {
	font-weight: bold;
	margin-bottom: 7px;
}

.puce_orange {
	color:#ED6B62;
	display:block;
	width: 940px;
	padding-top: 2px;
	padding-left: 20px;	
}

.bt_fleche, .bt_fleche_before {
	background-color: #ED6B62;
	padding: 10px 5px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 5px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.ic-comment {
	padding:3px;
	vertical-align:middle;
}
.bgcolortc {
	color: #ED6B62;
}

.bt_fleche:after {
	content: " >>";
}

.bt_fleche_before:before {
	content: " <<";
}

.bt_fleche:hover, .bt_fleche_before:hover {
	color:#ffffff !important;
	background-color: #656564;
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.bt_fleche a {
	color: #656564 !important;
}


.bt_fleche_suivant{
	background-color: #B4D852;
	background-image: url('/teamconet/images_interface_teamco/bt_fleche.png');
	background-repeat: no-repeat;
	background-position:right center;
	padding-right:30px; 
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
.bt_fleche_suivant a {
	color: #F2F2F2;
}

.bt_fleche_retour {
	background-color: #D2D2D2;
	background-image: url('/teamconet/images_interface_teamco/bt_fleche_retour.png');
	background-repeat: no-repeat;
	background-position:left center;
	padding-right:3px; 
	padding-top:2px;
	padding-bottom:2px;
	padding-left:32px;
}

.bt_fleche_retour a {
	color: #F2F2F2;
}

.fondgrisf {
	width: 100%;
	height: 90px;
	background-color: #656564;
}
.logosclient {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #ED6B62;
	color: #ffffff;
}
.logoblanc {
	max-width: 160px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
}

#intro {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	width: 70%;
}



.slider {
	margin: 0 auto;
	margin-bottom: 0px;
	width: 960px;
	margin-top: 10px;
}
.sous_nav_slider {
	height: 35px;
	width: 960px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #BF2132;
	padding-top: 20px;
}

.temoin_theme {
	padding: 20px 0 10px;
	width: 960px;
	float: left;
	height: 300px;
	background-color: #FFF;
	margin: 30px 0px 0px;
}
.temoin_theme img {
	margin-right: 20px;
}
.comptesbox {
	text-align:left;
	height: 140px;
	width: 330px;
	float: left;
	padding: 10px 5px 0px 10px;
	line-height: 18px;
	color: #FFFFFF;
	font-size:14px;
	margin-top: 8px;
	background-color: #76919C;
}
.comptesbox ul {
	margin-top: 15px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: url("/teamconet/Images_accueil_teamco/check.svg");;
	list-style-position: outside;
	
}
.comptesbox li {
	margin-left: 20px;
	margin-bottom: 5px;
}

.infopersobox {
	height: 20px;
	width: 510px;
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	margin-top: 0px;
	background-color: #FFF;
	text-align:right;
	font-size:11px;
}

.infopersobox a  {
color:#000;
}
.bannerperso  {
	position: relative;
	width: 568px;
	margin-top: 8px;
	margin-bottom: 30px;
	height: 230px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.liste_module h2 {
	margin-top: 5px;
	margin-bottom: 20px;
}

.highcharts-figure .chart-container {
    width: 300px;
    height: 200px;
    float: left;
}

.highcharts-figure,
.highcharts-data-table table {
    width: 600px;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.logo imghighcharts-figure .chart-container {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
}

.bg-light-gray {
	background-color: #cccccc;
}

.bg-background-default {
	background-color:#ED6B62;
}

input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder ,select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}

input, select, textarea {
	/* height: 34px; */
	padding: 6px 6px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, select:focus, textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input[disabled],
input[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

textarea {
	height: auto;
}

#fancybox-wrap{
	top: 0 !important;
}

#fancybox-content {
	border-width: unset !important;
	background-color: white !important;
}

#fancybox-close {
	right: -35px !important;
}

table#tableFormInput tr td input, table#tableFormInput tr td select{
	width: 80%;
	margin-bottom: 5px;
}

.nav-link {
	padding: 0.5rem 0.4rem !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #656564 !important;
	border: none !important;
}

.nav-tabs .nav-link {
	background-color: #aaaaaa !important;
	border-radius: 10px 10px 0px 0px !important;
	border: none !important;
}

.nav-tabs {
	border-bottom: 3px solid #333 !important;
}

.table > :not(caption) > * > * {
	border-bottom-width: 0px !important;
}

textarea {
	width: 100% !important;
}
