@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*:focus {
  outline: none;
}

A:link {
  text-decoration: none;
  color: #000000;
}

A:visited {
  text-decoration: none;
  color: #000000;
}

A:active {
  text-decoration: none;
  color: #000000;
}

A:hover {
  text-decoration: none;
  color: #000000;
}

A.EltSel:link {
  text-decoration: none;
  color: #000000;
}

A.EltSel:active {
  text-decoration: none;
  color: #000000;
}

A.EltSel:visited {
  text-decoration: none;
  color: #000000;
}

A.EltSel:hover {
  color: #20560a;
  text-decoration: underline overline;
}

A.Histo:link {
  text-decoration: none;
  color: #FFFFFF;
}

A.Histo:active {
  text-decoration: none;
  color: #FFFFFF;
}

A.Histo:visited {
  text-decoration: none;
  color: #FFFFFF;
}

A.Histo:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline !important;
}

UL LI {
  list-style-type: square;
}

  UL LI LI {
    list-style-type: disc;
  }

    UL LI LI LI {
      list-style-type: circle;
    }

OL LI {
  list-style-type: decimal;
}

OL OL LI {
  list-style-type: lower-alpha;
}

OL OL OL LI {
  list-style-type: lower-roman;
}

IMG {
  margin: 0px;
}

input, select, textarea {
  font-family: Calibri,-apple-system, BlinkMacSystemFont, sans-serif;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.middle {
  vertical-align: middle !important;
}

.top, .top th, .top td {
  vertical-align: top !important;
}

table.TablStd {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table.TablCell {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table.TablSsBord {
  border-spacing: 0;
  border-collapse: collapse;
}

table.TablStd td {
  vertical-align: top;
}

table.TablCell td {
  vertical-align: middle;
  width: 50%;
  border-spacing: 2px;
  padding: 0px;
}

table.TablSsBord td {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
}

td img {
  display: block;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

html {
  height: 100%;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a, ul, li {
  box-sizing: content-box;
}


body {
  font-family: Calibri,-apple-system, BlinkMacSystemFont, sans-serif;
  padding: 0px;
  position: relative;
  margin: 0;
  padding-bottom: 4rem;
  min-height: 100%;
  vertical-align: top;
  display: block;
  width: 100%;
  font-size: 15px;
}

  BODY.none {
    background: transparent;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border: none;
  }

.H2 {
  font-size: 1.75em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

.lblmessage {
  color: Red;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

.watermark {
  background: #FFAAFF;
}

TD.borderstyleR {
  border-bottom: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 1px;
  border-color: #AAD4FF;
}

TD.borderstyleL {
  border-bottom: 0px;
  border-top: 0px;
  border-left: 1px;
  border-right: 0px;
  border-color: #AAD4FF;
}

.AutoComplList {
  /*border: 1px solid #C7C5FF;*/
  list-style-type: none;
  margin: 0px;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  z-index: 200000 !important; /*	cursor: hand;*/
}

ul.AutoComplList li {
  padding: 2px 5px;
  list-style-type: none;
  text-decoration: none;
}

.AutoCompleteDiv {
  height: auto;
  overflow-y: auto;
  border: solid rgb(193,193,193) 1px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  background-color: #FFFFFF;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.AutoComplListItem {
  color: #000000;
}

.AutoComplListItemHover:hover {
  background-color: #eaeaea;
}

.noaffresponsive {
  display: normal;
}
/************** Wizard ***************************/
/* BUTTONS */
.buttons {
  margin: 10px;
  clear: both;
}

  .buttons .next {
    float: right;
  }

  .buttons .previous {
    float: right;
  }

A.LienTabl {
  cursor: pointer;
  text-decoration: underline;
  color: Blue;
}



.DivAbs {
  position: absolute;
  left: 63%;
  height: 0px;
  width: 0px;
}

.DivMsgComment {
  position: relative;
  /*left: 70%;*/
  width: 20%;
  top: -10px;
  padding: 10px;
  background: url(../../_charte/msgpointe.gif) no-repeat;
}

.DivMsgCommentDet {
  background: #FFC567;
  border-radius: 8px;
  text-align: justify;
  font: 0.8em;
  width: 250px;
  padding: 15px;
}

.ArtTabl {
  width: 950px;
  border: 0px;
  padding: 0px;
  margin: 5px;
}

.ArtTDImg {
  background-color: #FFEE55;
  padding: 10px;
  width: 160px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  border-radius: 10px;
}

.ArtTDText {
  background-color: #FFFFCC;
  padding: 10px;
  width: 750px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  border-radius: 10px;
}

.ArtTitre {
  font-size: 18px;
  color: #000070;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  width: 700px;
}

.ArtVign {
  width: 100%;
  max-width: 150px;
}

.ArtResume {
  font-size: 13px;
  color: #000070;
  font-style: italic;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  text-align: justify;
  width: 700px;
}

.ArtPara {
  font-size: 13px;
  text-align: justify;
  width: 700px;
}

.ArtListUL {
  font-size: 13px;
  text-align: justify;
  margin-bottom: -5px;
}

.ArtListLI {
  font-size: 13px;
  margin: 0px 0px 5px -10px;
  list-style-type: disc;
  list-style-image: url('../../_charte/discbleu.gif');
}

.ArtTablCont {
  font-size: 13px;
  text-align: justify;
  width: 700px;
  border-spacing: 20px;
}

.ArtTHCont {
  font-size: 13px;
  text-align: justify;
  font-weight: bold;
  margin: 2px;
  padding: 5px;
  background-color: #F3D065;
}

.ArtTDCont {
  font-size: 13px;
  text-align: justify;
  margin: 2px;
  padding: 5px;
  background-color: #FAEBBC;
}

UL.FichComli {
  list-style-type: disc;
  padding-top: 2px;
  padding-left: 2px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

LI.FichComli {
  list-style-type: disc;
  padding-top: 2px;
  padding-left: 2px;
}

P.FichComli {
  margin-top: 2px;
  margin-bottom: 2px;
}

.divgestion {
  width: 100%;
  padding: 0 0 0 6px;
}

.divlien {
  width: 20%;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  /*border-right: 4px solid white;*/
}

.divlienfond {
  width: inherit;
  height: 1654px;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  /*border-right: 4px solid white;*/
  background-color: #3385C7;
}

.divlienfondblanc {
  width: 100%;
  height: 60px;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  /*border-right: 4px solid white;*/
  background-color: white;
}

.divlien2 {
  width: 20%;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background-color: white;
}

.diventet {
  display: inline-block;
  white-space: nowrap;
}

.divrecette {
  width: 100%;
  padding: 20px;
}

.divpiedpage {
  border-top: dotted 1px #CCBBEE;
  background-color: #646568;
  width: 100%;
  padding-top: 0px;
  height: 66px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.divresponsive {
  display: none;
}

.divcontenu {
  width: 60%;
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background-color: white;
}

.divcontenu2 {
  width: 80%;
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background-color: white;
}

.divdociframe {
  z-index: 0;
  margin: 5px;
  border: solid 2px blue;
}

.trIndVisu {
}
.BtnDeconnex3 {
  display: none;
}

@media screen and (min-width: 1921px) {
  .divlien {
    width: 15%;
  }
}

@media screen and (max-width: 1920px) {
  .divlien2 {
    display: none;
  }

  .BtnDeconnex3 {
    display: inline-block;
  }

  .divcontenu {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .divlien2 {
    display: none;
  }

  .divlien3 {
    display: block;
  }

  .divcontenu {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .divlien2 {
    display: none;
  }
  
  .divlien3 {
    display: block;
  }

  .divlien {
    display: none;
  }
}

@media (max-width: 800px) {
  .DivAbs {
    display: none;
  }

  .divdociframe {
    display: none;
  }

  .trIndVisu {
    display: none;
  }

  .noaffresponsive {
    display: none;
  }

  .diventet {
    display: none;
  }

  .divrecette {
    display: none;
  }

  .divpiedpage {
    display: none;
  }

  .divresponsive {
    display: block;
  }

  .divcontenu {
    width: 100%;
  }

  .divgestion {
    padding: 0;
  }

}
