body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	background-color:#FFFAED;
	background-attachment:fixed;
    font-family: Arial, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    width:100%;
	  /*&::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    filter: blur(10px);
  }*/
}

/* CSS DÉPART START*/
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
/*  CSS END */


/* CSS TEXTE | PADDING | MARGIN START*/
.textLongQuestion{
	text-align:left;
	font-size:18px;
	overflow: auto;
	height: 150px;
}

.textQuestion {
	font-size:22px;
}

.textQuestionTitle{
	text-align:center;
	font-size:18px;
	font-weight: bold;
}

.textLeft {
    text-align:left;
}

.paddingBot{
	 padding-bottom:50px;
}

.paddingBottom{
	 padding-bottom:80px;
}

.maxCaracValid {
	font-size:16px;
	width: 200px;
}

#intensiterInfo{
	text-align:center;
	font-size:18px;
	font-weight: bold;
}

/* CSS TEXTE | PADDING | MARGIN END*/


/*  INDEX.HTML START  */
#indexButton {
	background-color: #5D946F;
	color: white;
	height: 44px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	border-color: #5D946F;
}

#indexButton:hover{
	opacity: 0.6;
}

#indexContainerCSS {
    width:300px; 
	border: 10px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: black;
	border-right-color: #5D946F;
	border-bottom-color: black;
	border-left-color:  #5D946F;
	padding: 15px;
	border-radius: 15px;
	background-color:hsla(120,100%,75%,0.3);
}

#indexCopyright {
	font-size: 12px;
}

#indexForgetPSW{
	color: #009efb;
	font-size: 16px;;
}

#indexForgetPSW:hover {
  font-weight: bold;
  cursor: pointer;
}

#indexMainDiv {
	font-size: 23px;
	position:absolute;             
    left:50%;
    top:50%;
    height:50px;                   
    width:225px;                   
    text-align:center;
    margin:-280px 0px 0px -165px;
                                   
}

#indexPicture {
	height:190px;                   
    width:180px;                   
	margin:-20px 0px 5px 0px;
}

.indexSizeLabel {
	font-size: 18px;
	height:50px;
}

.fontMaxCaract{
	font-size: 16px;
	height:30px;
	width: 70px;
}
.maxCaracCountdown{
	font-size: 20px;
	height:40px;
}

.indexTitle {	
	font-family: "Bookman", sans-serif;
	font-size: 35px;
	font-weight: bold;
}

#connexionError{
	font-size: 14px;
	font-weight: bold;
	color: #e62e00;
	opacity: 0.7;
	margin:10px;
}

/*  INDEX.HTML END  */


/*  MDPOUBLIE.HTML START  */
#PSWButton{
	background-color: #5D946F;
	border-radius: 5px;
	border-color: #5D946F;
	color: white;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}

#PSWButton:hover{
	background-color: #FFFAFA;
	color: #5D946F;
	border: 2px;
	padding: 5px;
	border-color: #5D946F;
	border-style: solid;
}

#PSWcontainerCSS {
	background-color:hsla(120,100%,75%,0.3);
	border: 10px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: black;
	border-right-color: #5D946F;
	border-bottom-color: black;
	border-left-color:  #5D946F;
	border-radius: 35px;
	padding: 20px;
	width:300px; 
}


#PSWMainDiv {
	font-size: 23px;
	position:absolute;             
    left:50%;
    top:50%;
    height:50px;                   
    width:300px;                   
    text-align:center;
    margin:-250px 0px 0px -165px;                    
}

.PSWSizeTextLabel{
	font-size: 23px;
	height:50px;
}

#PSWPicture {
	height:190px;                   
    width:180px;               
	margin:-20px 0px 5px 0px;
}

#pMDP{
	 margin-bottom:10px;
}
/*  MDPOUBLIE.HTML END  */

/*  INDEXUSER.HTML START  */
#indexUserMainDiv {
	font-size: 20px;
	position:absolute;             
    left:50%;
    top:50%;
    height:50px;                   
    width:225px;                   
    text-align:center;
    margin:-290px 0px 0px -185px;  
                                   
}

#indexUserContainer {
    width:345px;                  
	padding-top: 40px;
}

#indexUserDivConfidential {
	border: solid 2px;
	border-color: #5D946F;
	background-color: hsla(120,100%,75%,0.3);
	color: #5D946F;
	width: 270px;
	margin: auto;
	font-size:16px;
}

#indexUserButtonNewForm {
	font-size: 16px;
	font-weight: bold;
	margin: 25px;
	padding: 20px;
	background-color:#5D946F;
	color: white;
	border: double 5px;
	border-radius: 20px;
}

#indexUserButtonNewForm:hover {
	font-size: 17px;
}
/*  INDEXUSER.HTML END  */


/*  PROFILUSER.HTML START  */
#userProfilMainDiv {
	font-size: 23px;
	position:absolute;             
    left:50%;
    top:50%;
    height:50px;                   
    width:225px;                   
    text-align:center;
    margin:-200px 0px 0px -165px;  
                                      
}

#userProfilContainerCSS {
	background-color:hsla(120,100%,75%,0.3);
	border: 10px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: black;
	border-right-color: #5D946F;
	border-bottom-color: black;
	border-left-color:  #5D946F;
	border-radius: 35px;
	padding: 18px;
	width:300px; 
}

.userProfilTextSize {
	font-size: 15px;
}

.userProfilTextSizeInput {
	font-size: 16px;
	height: 25px;
	text-align: left;
}

#userProfilButtonSaveEdit {
	background-color: #5D946F;
	border-radius: 5px;
	border-color: #5D946F;
	color: white;
	height: 40px;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
}

#indexUserlinkContinue{
	cursor: pointer;
}

#userProfilButtonSaveEdit:hover{
	background-color: #FFFAFA;
	color: #5D946F;
	border: 2px;
	padding: 5px;
	border-color: #5D946F;
	border-style: solid;
}

#aCompleter {
	margin-bottom: 70px;
}
/*  PROFILUSER.HTML END  */


/*  FORMULAIRE.HTML START  */
#formulaireMainDiv {
	position:absolute;             
    left:50%;
    top:50%;
	height: 100%;
	overflow: auto;                
    width: 350px;                
    text-align:center;
    margin:-240px 0px 0px -175px; 
}

.formulaireButton {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 60px 20px;
	padding: 5px;
	background-color: #5D946F;
	color: white;
	border-style: 4px solid;
	border-color: #5D946F;
	border-radius: 9px;
}

.formulaireButton:hover {
	background-color: #FFFAFA;
	color: #5D946F;
	border: 2px;
	padding: 5px;
	border-color: #5D946F;
	border-style: solid;
}

#formulaireTitlePagination{
	
	text-align:center;
	font-size:21px;
	font-weight: bold;
}

.formulaireParagValid{
  font-size: 14px;
}

#formulaireButtonSucces {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
	padding: 5px;
	background-color: #5D946F;
	color: white;
	border-style: 4px solid;
	border-color: #5D946F;
	border-radius: 9px;
}

#formulaireButtonSucces:hover{
	background-color: #FFFAFA;
	color: #5D946F;
	border: 2px;
	padding: 5px;
	border-color: #5D946F;
	border-style: solid;
}

#FormulaireLinkContinuer:hover{
  font-weight: bold;
  font-size: 20px;
}

.liste {
	height:28px;     
	font-size: 16px;
	color: white;
	background-color: #394243;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

.tabRadio {
	width:340px; 
	border: solid 5px;
	border-color: #394243;
	color: white;
	background-color:#5D946F;
	margin-top:10px;
	margin-left:5px;
	border-radius: 5px;
}

/*  FORMULAIRE.HTML END  */


/*  CONFIRMFICHE.HTML START  */
#confirmFicheMainDiv {
	font-size: 23px;
	position:absolute;             
    left:50%;
    top:50%;
    height:50px;                   
    width:225px;                   
    text-align:center;
    margin:-280px  0px 0px -150px;               
}

.confirmFicheContainerCSS {
	background-color:hsla(120,100%,75%,0.3);
	border: 10px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: black;
	border-right-color: #5D946F;
	border-bottom-color: black;
	border-left-color:  #5D946F;
	border-radius: 35px;
	padding: 20px;
	width:300px; 
}

#confirmFicheSuccesPicture {
	height:200px;                  
    width:270px;                  
	margin:10px 0px 16px -15px;
}
/*  CONFIRMFICHE.HTML END  */


/* CSS NAVIGATEUR BARRE START */
.appNavBarTop {
	font-size: 20px;
	position:absolute;             
    left:50%;
    top:50%;
    text-align:center;
}

.appNavBarBot {
	font-size: 20px;
	position:absolute;             
    left:50%;
    top:50%;
    text-align:center;
}

.containerNavBar {
    width:360px;                  
}

.navTopProfil {
  float: left;
}

.navTopRetour {
  float: left;
} 

.navTopDeconnexion {
  float: right;
}

.navTopSupprimer {
  float: right;
}

.copyright {
	font-size: 10px;
	color: white;
}

 .trRadio{
	padding-bottom:8px;
	padding-top:8px;
 }
 
 .tdRadio {
	font-size: 20px;
	font-weight: bold;
 }
 
/*NAV BAR TOP*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #394243;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #5D946F;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #5D946F;
  color: white;
  font-size:18px;
  font-weight: bold;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #5D946F;
  color: white;
  font-size:18px;
  font-weight: bold;
}

/*NAV BAR BOTTOM*/
/* Add a black background color to the bot navigation */
.topnavBot {
  background-color: #394243;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
}

/* Style the links inside the navigation bar */
.topnavBot a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnavBot a:hover {
  background-color: #5D946F;
  color: white;
  font-size:18px;
  font-weight: bold;
}

/* Add a color to the active/current link */
.topnavBot a.active {
  background-color: #5D946F;
  color: white;
  font-size:18px;
  font-weight: bold;
}
/* CSS NAVIGATEUR BARRE END */


/*  CSS TABLEAU FICHE NON COMPLETE START */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #edf1f5; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: #f8f9fa; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d8d2fa; }

.table-hover .table-primary:hover {
  background-color: #c4bbf7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c4bbf7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfdfe; }

.table-hover .table-secondary:hover {
  background-color: #ececf6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ececf6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7ede6; }

.table-hover .table-success:hover {
  background-color: #b4e7dd; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b4e7dd; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e4fe; }

.table-hover .table-info:hover {
  background-color: #9fdafe; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #9fdafe; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffecc6; }

.table-hover .table-warning:hover {
  background-color: #ffe4ad; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe4ad; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc4ce; }

.table-hover .table-danger:hover {
  background-color: #fbacba; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fbacba; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #b8edf0; }

.table-hover .table-cyan:hover {
  background-color: #a3e8ec; }
  .table-hover .table-cyan:hover > td,
  .table-hover .table-cyan:hover > th {
    background-color: #a3e8ec; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d8d2fa; }

.table-hover .table-purple:hover {
  background-color: #c4bbf7; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c4bbf7; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f8f9fa; }

.table-hover .table-active:hover {
  background-color: #e9ecef; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e9ecef; }

.table .thead-dark th {
  color: #edf1f5;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #4F5467;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #edf1f5;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }
	
#aCompleter tr:hover {
  background-color: hsla(120,100%,75%,0.3);
}

/*  CSS TABLEAU FICHE NON COMPLETE END */

/*  PAGINATION FORMULAIRE DEPART */
.pindicator {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto 0;
  width: 22rem;
  background-color:#FFFAED; 
}

.pindicator .bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.pindicator .bullet::before,
.pindicator .bullet::after {
  content: '';
  display: block;
  position: absolute;
  height: .35rem;
  top: 0.8rem;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
}

.pindicator .bullet::before {
  background-color: lightgray;
  width: 100%;
}

.pindicator .bullet::after {
  background-color: black;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  opacity: 0;
  width: 100%;
}

.pindicator .bullet:first-child::before,
.pindicator .bullet:first-child::after {
  left: 50%;
  width: 50%;
}

.pindicator .bullet:last-child::before,
.pindicator .bullet:last-child::after {
  width: 50%;
}

.pindicator .icon {
  background-color: lightgray;
  border-radius: 100%;
  color: transparent;
  font-size: 1.4rem;
  display: inline-block;
  height: 1.3em;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
  width: 1.2em;
}

.pindicator .text {
  color: lightgray;
  font-size: .75rem;
  text-transform: uppercase;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}

.pindicator .past .icon,
.pindicator .current .icon {
  background-color: black;
  color: white;
}

.pindicator .past::after,
.pindicator .current::after {
  opacity: 1;
}

.pindicator .past .text,
.pindicator .current .text,
.pindicator .next .text {
  color: black;
}
/*  PAGINATION FORMULAIRE  END */

/*  AIDE MEMOIRE MARGIN
margin-top
margin-right
margin-bottom
margin-left
*/