/* CSS Document 
rgba(45, 45, 224, 0.8)
*/
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color:#353535;
  margin:0;
  line-height:1.231;
}
::-webkit-input-placeholder { /* Edge */
  color: #939393;
}
:-ms-input-placeholder { /* Internet Explorer */
  color: #939393;
}
::placeholder {
  color: #939393;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  table-layout: fixed;
}
thead.tabheader {
  background-color: #f4783d;
  text-transform: uppercase;
}
table tr {
  border-bottom: 1px solid #dadada;
}
th, td {
  padding: 4px;
  height: 32px;
  font-size: 1.5em;
  color: #fff;
  text-align: left;
}
td {
  color: #e8e8e8;
  padding-top: 8px;
  padding-bottom: 8px;
}
table tr.pair {
  background-color: rgba(218, 218, 218, 0);
}
table tr.impair {
  background-color: rgba(218, 218, 218, 0.2);
}
table td.break-word {
  word-wrap: break-word;
}
label {
  padding-right:8px;
}
#header {
  margin: auto;
  width: 1230px;
  position: relative;
  height: 90px;
}
#divtoplogos {
  width:1230px;
  height:138px;
  margin:auto;
  position:relative;
}
.logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block;
}

#divmain {
  font-size: 2em;
  color: #e8e8e8;
  width: 100%;
  margin: auto;
  text-align: center;
  /* padding: 8px 0px 24px 0px; */
  /* border: 1px solid grey; */
  /* border-radius: 24px; */
  position: relative;
  overflow: hidden;
  min-height: 956px;
  background-position: top center;
  background-size: cover;
  padding-bottom:128px;
}
#pgohome {
  position: absolute;
  left: 16px;
  top: 16px;
}
.imgforindex {
  background-image: url(../images/fond.jpg);
  min-height:956px;
  background-position:top center;
  background-attachment: fixed;
}
.imgforothers {
  background-image: url(../images/fond_pages.jpg);
  min-height:956px;
  background-position:bottom center;
  background-attachment: fixed;
}
.orange {
  color:#f4783d;
} 
#divmain label {
  font-size:0.7em;
  line-height:1.4em;
}
#divmain p {
  text-align:left;
}
#divmain p.pinfos {
  font-size:0.55em;
  font-style:italic;
  margin:0px;
  text-align:center;
}
#divmain a {
  text-decoration: none;
  color: #e8e8e8;
  font-size:0.7em;
  border-bottom: 4px solid #e8e8e8;
}
footer {
  font-size:1.4em;
}
footer a {
  text-decoration: none;
  color: #353535;
  font-size:1em;
  border-bottom: 4px solid #353535;
}
#divmain td div a {
  font-size:0.9em;
  margin:4px 8px 4px 0px;
}
#divmain a:hover, footer a:hover {
  border-bottom:none;
}
#divmain a.nounderline {
  border-bottom:none;
}  
#divmain a.nostyle:hover, #divmain a.nostyle {
  border-bottom:none;
}
#divmain #pgohome a {
  color:#e8e8e8;
  font-size: 1.5em;
  border-bottom:none;
}
#divmain #pgohome a:hover {
  padding-bottom:0px;
  border-bottom: 4px solid #e8e8e8;
}
#divmain section a {
  font-size:1.0em;
}
#divmain section a.smallfont {
  font-size:0.7em;
}
#divmain p.titreaction {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #e8e8e8;
  margin-top:16px;
}
#divmain p.titreaction a {
  font-size:1.0em;
}
#divmain .obligatoire::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:italic;
  opacity:0.5;
}
#divmain .obligatoire::-moz-placeholder { /* Firefox 19+ */
  font-style:italic;
  opacity:0.5;
}
#divmain .obligatoire:-ms-input-placeholder { /* IE 10+ */
  font-style:italic;
  opacity:0.5;
}
#divmain .obligatoire:-moz-placeholder { /* Firefox 18- */
  font-style:italic;
  opacity:0.5;
}
#divblockpage {
  text-align:center;display:inline-block;width:1230px;
}
h1 {
  font-size:1.4em;
  font-weight:bold;
  line-height: 1em;
  margin-bottom:46px;
  margin-top:46px;
  color:#f8f8f8;
}
h1.nomargintop {
  margin-top:18px;
  margin-bottom:28px;
}
h1.titrepage {
  margin-top:46px;
  font-size:1.8em;
  margin-bottom:24px;
}
h1.message {
  font-size:1.5em;
  text-align:justify;
  max-width:1230px;
  margin:96px auto 0px auto;
  line-height:1.15em;
}
.forvignette {
  width:408px;
  display:inline-block;
}
.vignette {
  width:293px;
  height:297px;
  background-color:rgba(45, 45, 224, 0.7);
  margin:auto;
  border-radius: 48px;
  background-repeat: no-repeat;
  background-position: center;
  cursor:pointer;
  background-size:65%;
}
#divtimes {
  background-image: url(/images/icone-seek.png);
}
#divsaisie {
  background-image: url(/images/icone-saisie.png);
}
#divmoncompte {
  background-image: url(/images/icone-parametres.png);
}
input.notobligat::placeholder {
  font-style: italic;
}    
.txtgeninput:disabled {
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  color:grey;
}
.txtgeninput {
  border: none;
  font-size: 0.6em;
  width: 100%;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 8px;
  padding-top: 8px;
  background-color: #e8e8e8;
  font-family: 'Quicksand', sans-serif;
  padding-left:4px;
}
td .txtgeninput {
  font-size:0.9em;
}
select.txtgeninput {
  padding-top:10px;
  padding-bottom:9px;
/*  opacity:0.5;*/
}
#divmain .txtgeninput {
  width:100%;
}
#divmain select.txtgeninput {
  width:99%;
}
.txtgeninput:invalid {
  background-color:#f37233;    
}
#divpartpage label {
  display: block;
  font-size: 0.6em;
  text-align: left;
  line-height:2.2em;
}
fieldset {
  border:1px solid grey;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;  
  border-radius:8px;
}
legend {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size:0.6em;
}
.divbtn, .divbtnhover {
  display:inline-block;
  width:80px;
  height:28px;
  color:#fff;
  background-color:grey;
  border-radius:12px;
  padding: 12px;
  font-size: 0.6em;
  font-weight:bold;
  border:2px solid grey;
  text-transform: capitalize;
}
.divbtnhover {
  color:grey;
  border:2px solid grey;
  background-color:white;
}
.forbtn, .forbtnsmall {
  padding: 4px;
}
.forbtn, .forbtn:hover, .forbtnsmall, .forbtnsmall:hover {
  font-family:'Quicksand', sans-serif;
  display: inline-block;
  color: #fff;
  border-radius: 32px;
  font-size: 0.7em;
  font-weight: bold;
  min-width:130px;
  cursor:pointer;
}
.forbtn {
  max-width: 300px;
  width: 100%;
  margin-top: 24px;
  margin-left:8px;
  margin-right:8px;
}
.forbtnsmall, .forbtnsmall:hover {
  padding: 2px 24px 2px 24px;
  margin:24px 6px 0px 6px;
}
.forbntcenter {
  margin-left:auto;
  margin-right:auto;
}
.backgroundorange {
	background-color: #e97c47;
	border: 2px solid #e97c47;
}
#divforbtn .forbtnsmall, #divforbtn .forbtnsmall:hover {
  padding: 2px 12px 2px 12px;
  min-width:115px; 
}
.forbtnsmall:first-child {
  margin:24px 6px 0px 6px;
}
.forbtnsmall:last-child {
  margin:24px 6px 0px 6px;
}
.forbtn:hover, .forbtnsmall:hover, .isactive {
  color:#a7a7a7;
  border:2px solid #a7a7a7;
  background-color:white;
  cursor:pointer;
}
#divforbtn .forbtnround, #divforbtn .forbtnround:hover {
  min-width: 14px;border-radius: 24px;padding: 2px 5px;
}
.obligatoire, .italic {
  font-style:italic;
}
#diverror {
  color: #ffbd00;
  background-color: #eee;
  display: block;
  padding-bottom: 12px;
  padding-top: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  position:absolute;
  width:510px;
  left:0px;
  top:50px;
}

#diverror #divtoclose {
  position: absolute;
  right: 6px;
  top: -5px;
}

#diverror #divtoclose a {
  font-size:0.7em;
}
#ulerreurs {
  padding: 0px 4px 0px 4px;
  font-size: 1em;
  margin: 0px;
  list-style:none;
}
#divmain div.divpages {
  display: inline-block;
  width: 460px;
  padding: 0px;
  margin: 0px;
  position:relative;
  vertical-align:top;
}
#divpartpage {
  position: relative;
  left:0px;
}  
#divmain div.divpages p.titre {
  margin-bottom: 8px;
  margin-top: 12px;
}
p.double {
  margin-bottom:8px;
  margin-top:8px;
}
.libobligatoire {
  font-size:0.6em;font-style:italic;letter-spacing: 0.1em;
}
.pair {
  background-color: transparent;
}
.impair {
  background-color: rgba(218, 218, 218, 0.2);
}
#windialog {
  position:absolute;
  top:0px;
  left:0px;
  background-color:#fafafa;
  opacity:0.5 ;
  background-image:url(/images/Loading_icon.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.unmask {
  cursor: pointer;
  background: url(../images/eye-password.png);
  background-size: 28px 18px;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  border: none;
  position: absolute;
  bottom: 8px;
  right: 6px;
}
.ushow {
  background: url(../images/no-eye-password.png);
  background-size: 28px 18px;
  background-repeat: no-repeat;
}
section.partpage{
  max-width:1230px;
  margin:auto;
  width:100%;
}
section.partpage p {
  text-align:justify;
  line-height:1.5em;
  color:#f8f8f8;
}
section.partpage p.titreaction{
  font-size:1.2em;
}
div.divcadre {
  line-height: 24px;
  color: #e8e8e8;
  max-width: 420px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 20px 60px 8px 60px;
  border: 1px solid rgba(45, 45, 224, 0.7);
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: rgba(45, 45, 224, 0.7);
  margin-top: 48px;
}    
.password {
  position:relative;
}

section p {
  margin:14px 0px;
}
section p.percol {
  display:inline-block;
  width:599px;
  margin:8px; 
}
section.secparams p {
  line-height:0.7em;
  margin:8px 4px;
}
section.divtabstruct {
  margin-top:24px;
}
#divmain .txtfordate {
  width:130px;
}
#divmoreinfos {
  text-align:center;
}
table.tbforitems {
  font-size:0.5em;
}
#divcookiebar {
  background-color: #ccc;
  bottom: 0;
  color: #3d3d3e;
  display: block;
  left: 0;
  opacity: .8;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 999;
  font-size: 1em;
}
#divcookiebar .textinfo {
  width: 78%;
}
#divcookiebar p.textinfo, #divcookiebar p.btninfo {
  display: inline-block;
  margin: 2px;
  text-align:right;
}
@media only screen and (max-width: 1230px) {
  #header, #divtoplogos {
    width:1024px;
    
  }
}

@media only screen and (max-width: 1024px) {
  #header, #divtoplogos {
    height: 120px;
    width:768px;
  }
  #divlogomemsoft, #divlogomemsofton {
    width: 266px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #divlogomemsofton {
    background-image: url(/images/logo-memsoft-on.png);
  }
  #divlogoefacture {
    width:131.53px;
    height:104.07px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #divmain {
    font-size:1.4em;
  }
  .forvignette {
    width:250px;
  }
  .vignette {
    width:204px;
    height:207px;
  }
  section.partpage p.titreaction {
    font-size:1em;
  }
  h1.titrepage {
    font-size:1.6em;
    margin-top:36px;
    margin-bottom:64px;
  }
  section.partpage {
    max-width:768px;
  }
  .txtgeninput {
    padding-bottom:4px;
    padding-top:4px;
  }
  .forbtn {
    max-width:280px;
    padding:8px 24px;
  }
  #divmain .txtfordate {
    width:90px;
  }      
  section p.percol {
    width:373px;
  }    
  th, td {
    font-size:1.35em;
  }    
}

@media only screen and (max-width: 768px) {
  #header, #divtoplogos {
    height: 74px;
    width:720px;
  }
  #divlogomemsoft, #divlogomemsofton {
    width: 180px;
    height: 36.5px;
    background-size: contain;
    background-repeat: no-repeat;
    top:18px;    
  }
  #divlogomemsofton {
    background-image: url(/images/logo-memsoft-on.png);
  }
  #divlogoefacture {
    width:74.34px;
    height:70px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #divmain {
    font-size:1.4em;
  }
  .forvignette {
    width:240px;
  }
  .vignette {
    width:194px;
    height:197px;
  }
  section.partpage p.titreaction {
    font-size:1em;
  }
  h1.titrepage {
    font-size:1.6em;
    margin-top:36px;
    margin-bottom:64px;
  }
  section.partpage {
    max-width:760px;
  }
  .txtgeninput {
    padding-bottom:4px;
    padding-top:4px;
  }
  .forbtn {
    max-width:280px;
    padding:8px 24px;
  }
  #divmain .txtfordate {
    width:90px;
  }      
  section p.percol {
    width:360px;
  }
}

@media only screen and (max-width: 760px) {
  #header, #divtoplogos {
    height: 74px;
    width:720px;
  }
  .logo {
    max-width: 150px;
  }
  #divmain {
    font-size:1.25em;
  }
  .forvignette {
    width:240px;
  }
  .vignette {
    width:194px;
    height:197px;
  }
  section.partpage p.titreaction {
    font-size:1em;
  }
  h1.titrepage {
    font-size:1.6em;
    margin-top:36px;
    margin-bottom:64px;
  }
  section.partpage {
    max-width:720px;
  }
  .txtgeninput {
    padding-bottom:4px;
    padding-top:4px;
  }
  .forbtn {
    max-width:280px;
    padding:8px 24px;
  }
  #divmain .txtfordate {
    width:90px;
  }      
  section p.percol {
    width:349px;
  }
  #divmain p.pinfos {
    font-size:0.7em;
    line-height:1.3em;
  }
}

@media only screen and (max-width: 720px) {
  #divmain {
    font-size:1.25em;
  }
  .forvignette {
    width:240px;
  }
  .vignette {
    width:194px;
    height:197px;
  }
  section.partpage p.titreaction {
    font-size:1em;
  }
  h1.titrepage {
    font-size:1.6em;
    margin-top:36px;
    margin-bottom:36px;
  }
  section.partpage {
    max-width:480px;
  }
  .txtgeninput {
    padding-bottom:4px;
    padding-top:4px;
  }
  .forbtn {
    max-width:230px;
    padding:8px 24px;
  }
  #divmain .txtfordate {
    width:90px;
  }      
  section p.percol {
    width:349px;
  }
}

@media only screen and (max-width: 480px) {
  #divmain {
    font-size:1.25em;
  }
  .forvignette {
    width:240px;
  }
  .vignette {
    width:194px;
    height:197px;
  }
  section.partpage p.titreaction {
    font-size:1em;
  }
  div.divcadre {
    max-width: 300px;
    padding: 16px 4px 0px 4px;
    margin-top: 48px;
  }    
  h1.titrepage {
    font-size:1.6em;
    margin-top:36px;
    margin-bottom:32px;
  }
  section.partpage {
    max-width:320px;
    margin:16px 0 0 0;
  }
  .txtgeninput {
    padding-bottom:4px;
    padding-top:4px;
  }
  .forbtn {
    max-width:230px;
    padding:8px 24px;
  }
  #divmain .txtfordate {
    width:70px;
  }
  section p.percol {
    width:310px;
  }
  
  
}