/* Credit: http://www.templatemo.com */

body, html { overflow-x:hidden; }

body {
	height:100%;
	width:100%;
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/*[aria-hidden="true"]~div {
	width: 100%;
	height: 100%;
	position:relative;
}*/

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.templatemo-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
	border-bottom: 1px solid #cccccc;
 	min-width: 401px;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

/* ----- Identification -----*/
a.gwt-Anchor {
	text-decoration: none;
}

#identification{
	min-width:200px;
	max-width:400px;
	width:70%;
	margin:auto;
	margin-top:80px;
	float: none;
}

#identification div:last-child{
	margin-top:30px;
}

#oubli{
	text-align:center;
	margin-top:30px;
}

.erreur{
	color:red;
	font-size: 13px;
}

.reussite{
	color:green;
	font-size: 13px;
}

#templatemo-identification h3{
	margin-bottom:30px;
	text-align:center;
}

#image{
	padding-left:12%;
}

@media (min-width:992px){
	#image{
		background: url('../images/identification/connexion.jpg') no-repeat;
		margin-left:8%;
		height:500px;	
	}
}

@media (min-width:1200px){
	#image{
		background: url('../images/identification/connexion.jpg') no-repeat;
		margin-left:15%;
		height:500px;		
	}
}

.container{
	overflow:hidden;
}

.templatemo-service-item li {
	list-style-type: none;
}

.templatemo-service-item li:before {
    content: "-    "; /* on affiche une chaîne de caractère */
}

.templatemo-service-item .gwt-HTML li:before {
	content: initial;
}
.templatemo-service-item .gwt-HTML li {
	list-style-type: inherit;
}


/* ------ Welcome & Slogan ------ */

.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 20px;
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 20px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

/* ------ Menu ------ */

.menu ul {
	display:none;
}

.menu:hover ul {
	position:absolute;
	display:inline;
	position:relative;
	top:0;
	left:15px;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.nav > li > .menu > a {
    color: #929292;
	padding: 10px 20px;
	font-size:14px;
	font-style: normal;
	font-weight: 300;
	transition: background 0.3s;
}


.nav > li :hover > a,
.nav > li:focus >a{
    color:#fff;
	text-decoration:none;
}


 .navbar-default .navbar-nav > li >.menu:hover >a,
.navbar-default .navbar-nav > li >.menu:active>a, 
.navbar-default .navbar-nav > li >.menu:focus>a,
.navbar-default .navbar-nav > li >.ongletactif>a {
    background-color: #ff7600;
    color:#fff;
	text-decoration:none;
	transition: background 0.3s;
}


.navbar-default {
    background-color:#fff;
    border:none;
}


.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}


.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: url('../images/gif loading/background.png') ; 
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#templatemo-contact {
	margin-top:-50px; 
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}



@media (min-width:991px) {
    #info{
		position:fixed;
		width:20%;
	}
	
	#news{
		border-right: 1px solid #cccccc;
	}
}


@media (max-width:991px) {
    #info{
		border-top: 1px solid #cccccc;
	}
}





@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}

.gwt-CheckBox, .gwt-Tree div table{
    font-size: small;
    height:30px;
}



.templatemo-service-item .gwt-CheckBox:lastChild {
    margin-bottom:30px;
}

.gwt-CheckBox input {
    margin-right: 5px;
}

table.GWTComponents-InternalFrame-Container {
	width: 1px;
	height: 1px;
}

#content > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > div {
	width:1;
}

.gwt-Tree td:first-child {
    width: 20px;
}

/* Liste déroulante */
.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    min-width: 175px;
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
    padding: 12px 15px;
 
    /* Styles */
    background: #fff;
/*     border-radius: 5px; */
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
	z-index:20;
}
 
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
	z-index:-2;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
 
    /* Styles */
    background: #fff;
/*     border-radius: 0 0 5px 5px; */
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
 
    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}
 
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
 
.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}


/* Active state */
 
.wrapper-dropdown-5.active {
/*     border-radius: 5px 5px 0 0; */
    box-shadow: none;
    border-bottom: none;
}
 
.wrapper-dropdown-5.active:after {
    border-color: white transparent;
}
 
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.hidden {
    height:0px;
    -webkit-transition:height, 0.2s linear;
    -moz-transition: height, 0.2s linear;
    -ms-transition: height, 0.2s linear;
    -o-transition: height, 0.2s linear;
    transition: height, 0.2s linear;
    visibility: hidden;
}
.hidden.open {
    height:44px;
	-webkit-transition:height, 0.2s linear;
	-moz-transition: height, 0.2s linear;
	-ms-transition: height, 0.2s linear;
	-o-transition: height, 0.2s linear;
	transition: height, 0.2s linear;
	visibility: visible;
}
    
.form-control.error {
  border-color: #E85845;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 60, 37, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 60, 37, 0.6);
}



.entete-fonctionnalite h1 {
  color: #808080;
  display: inline-block;
  min-height: 50px;
  padding:  30px;
  background-color: white;
  z-index: 2;
  font-size:25px;
}
.entete-fonctionnalite h1:after {
  background-color: #CCCCCC;
  content: "";
  height: 2px;
  left: 0;
  margin: 12.5px 20% 0;
  position: absolute;
  width: 60%;
  z-index: -1;
}
.entete-fonctionnalite-chrome h1:after {
  margin: -12.5px 20% 0;
}


/* Table invoke  */
.GWTComponents-ListTableV2{
	margin:auto;
}

#InvLineTable td:last-child{
	background-color: white !important;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row:hover .LTI2-CellContainer .LTI2-InvTextCell {
	transition: all 0.3s ease-out 0s;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Item-TableCell-Div, .GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Item-TableCell-DivEditable{
	border-width:0px 0px 1px;
}

.GWTComponents-ListTableV2-Row-selected .GWTComponents-ListTableV2-InvCell-selected{
	border : 0px solid red;
}

.GWTComponents-ListTableV2-Column-FilterZone img {
	margin-top: -11px;
}

.GWTComponents-ListTableV2-Column-TitleZone .GWTComponents-ListTableV2-Column-FilterZone:first-child img {
  margin: auto;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Column-ResizePanel-Inner {
    background: none;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Column-TitleZone {
    background: none;
    border-bottom: 0 solid #808080;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Column-ResizePanel {
    background: none;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Column-TitleZone:HOVER {
	background: none;
	background-color: none;
}

.GWTComponents-ListTableV2-InvTitle .gwt-Label {
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: normal !important;
}

 .GWTComponents-ListTableV2 input[type="checkbox"] {
    margin-left: 25%;
    margin-top: 8px;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row {
    transition: all 0.3s ease-out 0s;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Column {
    border: 1px solid #808080;
/*     padding-left: 5px; */
}

#InvCellTable{
	/* padding-left:15px; */
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row .LTI2-CellContainer .LTI2-InvTextCell.grey {
	color: lightgray;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row .LTI2-CellContainer .LTI2-InvTextCell.orange {
	color: orange;
}

.titre-Section{
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	margin-top:5%;
	margin-bottom:5%;
	padding-bottom:5px;
	padding-left:1%;
	font-size:25px;
	transition: all 0.5s ease-out 0s;
	border-bottom:1px solid;
}


.fonctionnalite{
	min-width:388px;
}

.testTextBox{
	text-transform: uppercase;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row .LTI2-NotEditable{
	background: transparent;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row .LTI2-TableCell{
	border-right: none;
}

.GWTComponents-ListTableV2 .GWTComponents-ListTableV2-Row.rowSelected .LTI2-Selected .LTI2-CellContainer {
	border: none;
}

/* Pagination tableau */ 

div#panelTailleAffichage {
	display: inline;
}

ul#pagination:before {
	content: '|';
	margin-right: 12px;
}

ul#pagination li.actif {
	font-weight: bold;
}

#panelTailleAffichage a.actif{
	font-weight: bold;	
}

ul#pagination {
	list-style: none;
	display: inline;
	-webkit-padding-start: 10px;
}

ul#pagination li {
	list-style: none;
	display: inline;
}

/*.paginationActionnaires {
	font-size: 1.1em;
	list-style: none;
	margin-top: 20px;
	text-align: center;
}

.paginationActionnaires li {
	display: inline;
}

.paginationActionnaires li a {
	color: #a2c49e;
	padding: 7px 12px;
	margin-right: 6px;
	border-radius: 16px;
	background: #363842;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.paginationActionnaires li a:hover {
  color: #fff;
}
.paginationActionnaires li a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}

.paginationActionnaires li.suivPrec a {
  padding: 7px 13px;
  background: #607c5d;
  color: #fff;
}
.paginationActionnaires li.suivPrec a:hover {
  background: #486f43;
}

.paginationActionnaires li.actif a{
  color: #607c5d;
  background: #d0dfcf;
  cursor: default;
}*/

#panelTailleAffichage a:before{
	content: '-  ';
}

div#panelTailleAffichage div + a:before {
	content: none;
}

/* Changement de doctype*/
.templatemo-top-menu + div .container, .templatemo-top-menu + div .row, 
.templatemo-top-menu + div .col-md-12, .templatemo-top-menu + div .col-md-12 .GWTComponents-ListTableV2-HorzScrollPanel > div{
	height: 100%;
}

/*.GWTComponents-ListTableV2-TableInnerContainer{
	width: 100%;
}

.GWTComponents-ListTableV2-Column > div {
	width: 100% !important;
}*/

/*  Pop-up erreur */
.GWTComponents-InternalResizableFrameInvoke .GWTComponents-InternalFrame-Header{
	background:none;
	border-color:#777777;
}

.GWTComponents-InternalResizableFrameInvoke .GWTComponents-InternalFrame-TitleLabel{
	color:white;
}

.GWTComponents-InternalResizableFrameInvoke .GWTComponents-InternalFrame-BottomBorder {
	background-color:white;
	border-color:#777777;
}

.container{
	overflow:visible;
}

table.RichTextToolbar {
	width: 0;
}

.transition { 
	transition: all 5s ease-out; 
}

.transition2 { 
	transition: all 0.5s ease-out; 
}

.flag {
	opacity: 0.4;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.flag:hover {
	opacity: 0.8;
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}



/* Citation */
div#citationDispenseDevidende:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

div#citationDispenseDevidende {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	width: 80%;
	margin: auto;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	text-align: justify;
	color: #383838;
	margin-bottom: 25px;
	display: flex;
}

div#citationDispenseDevidende div:first-child {
	margin-bottom: 10px;
}

/* Erreur GWTComponents */

.GWTComponents-InternalErrorFrame .upperPanel .ErrorItem-label {
	padding: 7px;
	line-height: 15px; 
}

.-up.-up-down img.gwt-Image, .-up img.gwt-Image, .-up.-up-down-hovering img.gwt-Image, .-up.-up-up img.gwt-Image, .-up.-up-up-hovering img.gwt-Image {
  float: left;
}

.gwt-PopupPanel {
	background-color: white;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.popupContent {
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.gwt-DatePicker {
   border: 1px solid #ccc;
   border-top:1px solid #999;
   cursor: default;
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
   outline: none;
}

.datePickerMonthSelector td:focus {
   outline: none;
}

.datePickerDays {
   width: 100%;
   background: white;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   font-size: 85%;
   text-align: center;
   padding: 4px;
   outline: none;
   font-weight:bold;
   color:#333;
   border-right: 1px solid #EDEDED;
   border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   background: #fff;
   padding: 0px 4px 2px;
   cursor: default;
   color:#666;
   font-size:70%;
   font-weight:normal;
}

.datePickerDay {
   padding: 4px 7px;
   cursor: hand;
   cursor: pointer;
}

.datePickerDayIsWeekend {
   background: #f7f7f7;
}

.datePickerDayIsFiller {
   color: #999;
   font-weight:normal;
}

.datePickerDayIsValue {
   background: #d7dfe8;
}

.datePickerDayIsDisabled {
   color: #AAAAAA;
   font-style: italic;
}

.datePickerDayIsHighlighted {
   background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
   background: #d7dfe8;
}

.datePickerDayIsToday {
   padding: 3px;
   color: #00f;
}

.datePickerMonthSelector {
   width: 100%;
   padding: 1px 0 5px 0;
   background: #fff;
}

.datePickerPreviousButton,
.datePickerNextButton {
   font-size: 120%;
   line-height: 1em;
   color: #3a6aad;
   cursor: hand;
   cursor: pointer;
   font-weight: bold;
   padding: 0px 4px;
   outline: none;
}

td.datePickerMonth {
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   font-size: 100%;
   font-weight: bold;
   color: #333;
}

.dateBoxFormatError {
   background: #ffcccc;
}

.gwt-ToggleButton, .gwt-PushButton {
    display:inline-block;
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;
}
.gwt-ToggleButton-down, .gwt-ToggleButton-down-hovering {
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.gwt-RichTextArea {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
}

