body {
      font: 20px inwifont;
      /* font: 20px Montserrat, sans-serif; */
      line-height: 1.8;
      color: #f5f6f7;
      position: relative;
  }
  /* * { */
    /* -webkit-user-select: none;  */
    /* -moz-user-select: none; */
    /* -ms-user-select: none;  */
    /* user-select: none;  */
/* } */
  p {font-size: 14px;}
  .margin {margin-bottom: 45px;}

  .bg-0 {
      background-color: transparent; /* Black Gray */
      color: #000;
  }
  .bg-1 {
      background-color: #1abc9c; /* Green */
      color: #ffffff;
  }
  .bg-2 {
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
  }
  .bg-3 {
      background-color: #ffffff; /* White */
      color: #555555;
  }
  .bg-4 {
      background-color: #2f2f2f; /* Black Gray */
      color: #fff;
  }

  .bg-5 {
      background-color:rgba(0, 0, 0, 0.6);
      color: #fff;
  }

  .bg-6 {
      background-color: rgb(189, 38, 69);
      color: #fff;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      font-size: 13px;
      position: relative;
      width: 100%;
  }
  .bg-6 a {
      position: absolute !important;
      text-decoration:none;
      color: #fff;
      left: 10px;
      top: 11px;
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	  line-height: 1.5;
  }
    .container-fluid {
      padding-top: 20px;
      padding-bottom: 20px;
  }
#home
{

  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
#home .container-fluid
{
  height: 100vh;
}

#home .homefoot
{
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#home .homefoot img
{
  height: 16vw;
  margin: 6vw 0vw;
}


  .hpAft
  {

      background: url(../img/bg.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  
  
  .input-hollow .input-group-addon,  .input-hollow input,  .input-hollow select
  {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #b01d85 !important;
	color: #FFF;
  }
  .input-hollow .input-group
  {
    padding-bottom: 5px;
  }
  .btngrn
  {
    background-color: rgb(189, 38, 69) !important;
    color: #fff !important;
    border-color: rgb(189, 38, 69) !important;
    font-size: 5vw;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin: auto !important;
    margin-bottom: 10px !important;
    display: block !important; 
    width: 80% !important;
  }

  .btngrn:hover, .btngrn:focus, .btngrn:active
  {
    background-color: rgb(189,0, 69) !important;
  }
  
    .btnpnk
  {
    background-color: #7D1D5C !important;
    border-color: #7D1D5C !important;
  }

  .btnpnk:hover, .btnpnk:focus, .btnpnk:active
  {
    background-color: #7D1D5C !important;
	outline: none !important;
  }
  
      .btnblk
  {
    background-color: #481e5e !important;
    border-color: #481e5e !important;
	border-radius: 0px;
  }

  .btnblk:hover, .btnblk:focus, .btnblk:active
  {
    background-color: #481e5e !important;
	outline: none !important;
  }
.btnblk.disabled
{
	opacity: 1 !important;
}

  .formulaire .astyle 
  {
    color: rgb(189, 38, 69);
    text-decoration: underline;
  }

  #continuer
  {
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #D8D8D8;
  }

  .spngrn
  {
    color: rgb(189, 38, 69);
  }
  .spngry
  {
    color: #555555;
  }


  #informations .col-xs-12, #informations .col-xs-6
  {
    background-color: #f2f2f2;
    margin-bottom: 10px;
  }


.pgreg
{
  box-shadow: 0px 0px 15px #888888;
  width: 100%;
}
#formconnexion
{
  background-color: #fff;
  position: relative;
  min-height: 100vh;
  /* z-index: 104 !important; */
}
#formconnexion .bloc1
{
  height: 100vh;
  min-height: 450px;
  width: 100%;
   
   /* fallback */
  background-color: #791c59;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#b72181), to(#791c59));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #b72181, #791c59);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #b72181, #791c59);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #b72181, #791c59);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}

#formconnexion .logo-me
{
	width: 200px;
	height: auto;
}
#formconnexion .div-centered-me
{
	width: 100%;
	height: 400px;
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
#formconnexion .div-error-top
{
	background-color: red;
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	display: none;
	z-index: 3;
}


#menuslide3
{
  background-color: #fff;
  position: relative;
  min-height: 100vh;
  /* z-index: 104 !important; */
}
#menuslide3 .div-error-top
{
	background-color: red;
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	display: none;
	z-index: 3;
}

#homepage {
  background-color: #fff;
  position: relative;
  z-index: 100;
  min-height: 100vh;
  min-width: 100%;
  overflow:hidden;
  display: none; 
  /* z-index: 105 !important; */
}





.openNav, .backNav{
  color: #FFF;
  font-size: 30px !important;
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
  opacity: 1;
  padding-top: 15px !important;
}


.openNav:hover, .backNav:hover {
  opacity: 0.5;
}



#changermotdepasse {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 100vh;
  height: 100vh;
  max-height: 100vh;
  overflow:hidden;
  display: none;
}

#changermotdepassehead {
  position: absolute;
  z-index: 100;
  top: 100vh;
  display: none;
}
#gridview {
  background-color: #fff;
  position: absolute;
  z-index: 104;
  width: 100%;
  top: 100vh;
  height: 100vh;
  max-height: 100vh;
  overflow:hidden;
  display: none;
}
/*#inscription {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 100vh;
  height: 100vh;
  max-height: 100vh;
  overflow:hidden;
  overflow-y:scroll;
  display: none;
}*/



#wrapper 
{  
  width: 100%;
  padding: 0px;
  color: #000;
  overflow:hidden; 
  cursor: pointer !important;
}


.modal-styled
{
  color : #000; 
  background-color: transparent;
}
.modal-styled .modal-dialog {
}

.modal-styled .modal-content {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}


.modal-fill .modal-body
{
	max-height: 600px;
	overflow: auto;
}




  @media (min-width: 768px) {
    .btngrn
    {
      font-size: 40px !important;
    }
  }



  hr
  {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #F5F5F5;
  }


@media (max-width: 767px) {
    #wrapper 
    {  
      overflow:scroll; 
    }
  }
#wrapper::-webkit-scrollbar 
{
    width: 1px;
    height: 1px;
}


 
#content1
{
	position: absolute;
	width: 100%;
	/*min-height: 100vh;*/
	top : 100vh;
	background: #fff !important;
  z-index: 101;
}
    
#content1 .container-fluid
{
    margin: 0px;
    padding: 0px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;

}
    #mySwipeshow {
      width: 100% !important;
      overflow: hidden;
      /*min-height: 50vh;*/
      /*visibility: hidden;*/
      color: #000;
      cursor: hand;
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;

    }
    #mySwipeshow ul, #mySwipeshow li {
      padding: 0;
      margin: 0;
      border: 0;
    }
     #mySwipeshow li {
      text-align: center;
      overflow: hidden;
    }

    #swipeNav
    {  
      margin: auto;
      margin-top: 10px;
    }
    #swipeNav td
    {
      padding: 5px 10px;
      font-size: 12px;
      white-space: nowrap;
    }

    #swipeNav td.active
    {  
      background-color: rgb(189, 38, 69);
      color: #fff;
      border-radius: 6px;
    }


/*sidemenu*/




#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
       /* fallback */
  background-color: #791c59;
  /* #C62C33 */
  /* #b10114 */

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#b10114), to(#6c020d));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #b10114, #6c020d);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #b10114, #6c020d);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #b10114, #6c020d);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
    overflow-x: hidden;
	-webkit-transition:  0.5s;
    transition: 0.5s;
    -webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
  box-shadow: 0px 0px 15px #888888;
    margin: 0px;
    padding: 0px;
}



#mySidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #FFF !important;
    text-decoration:none !important;
    opacity: 1;
}

#mySidenav .closebtn:hover {
    opacity: 0.5;
}






#mySidenav .sidebar-nav {
    width: 250px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mySidenav .sidebar-nav li {
    font-size: 14px !important;
    text-indent: 20px;
    line-height: 55px;
    border-bottom : 1px #b10114 solid;
}
#mySidenav .sidebar-nav li:first-child {
  border-top : 1px #b10114 solid;
}
#mySidenav .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    position: relative;
}


#mySidenav .sidebar-nav li:hover a, #mySidenav .sidebar-nav li:active a, #mySidenav .sidebar-nav li.active a, #mySidenav .sidebar-nav li:focus a {
    text-decoration: none;
    background-color: rgba(189,189,189,0.2);
}


#mySidenav .sidebar-nav a .glyphicon-chevron-right
{
    position: absolute;
    right:15px;
    top : 20px;
}

#mySidenav .sidebar-nav li ul
{
    padding-left: 0px;
    margin-left: 0px;
    border-right : 6px gray solid;

}
#mySidenav .sidebar-nav li ul li
{
    padding-left: 0px;
    background-color: transparent;
    line-height: 35px !important;
    border-width: 0px;
}


#mySidenav .sidebar-nav li a .fa
{
    margin-left: -18px !important;
    padding-right: 10px;
    font-size: 22px;
    width: 50px;
    text-align: center;
    color: #FFF;
}

#mySidenav .sidenavimg
{
  height: 88px;
  color: #FFF;
  padding-top: 30px;
  white-space: nowrap;
}


 form .form-group .glyphicon-ok
 {
 	color: rgb(60, 118, 61) !important;
 }

 form .form-group .glyphicon-remove
 {
 	color: rgb(169, 68, 66) !important;
 }
 .glyphicon-remove.redgly
 {
  color: rgb(169, 68, 66) !important;
 }

.alert
{
  font-size: 10px;
}







#grid1
{
  margin: 0px;
  padding: 0px;
  overflow: hidden !important;
}

#grid1 a
{
  text-decoration: none;
}

#grid1 table
{
  width: 100%;
}
#grid1 table td
{
  width: 50% !important;
  overflow: hidden;
}

#grid1 tr td img
{
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}



#grid1 .gridtext
{
  font-size: 5vw;
  line-height: 7vw;
  color: #000;
}
#grid1 .gridtextsub
{
  font-size: 3vw;
  color: red;
}




#grid2
{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#grid2 a
{
  text-decoration: none;
}

#grid2 table
{
  width: 100%;
}
#grid2 table td
{
  width: 50% !important;
  overflow: hidden;
}

#grid2 table tr td:first-child
{
  margin: 0px;
  padding: 0px;
}





#grid2 tr td img
{
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

#grid2 .gridtext
{
  font-size: 4vw;
  line-height: 5vw;
  color: rgb(189, 38, 69);
}

#grid2 .gridtextsub
{
  font-size: 3vw;
  color: #000;
}


#showresend, #verifmedecin2, #verifmedecinx2, #verifpaiement2
{
  display: none;
}
  
.modalrg
  {
    background-color: transparent !important;
    border-radius: 5px;
  }
  
.modalrg .modal-content
  {
    
  }
.modalrg .modal-header
  {
    background-color: #F2F2F2;
    color: #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
.modalrg .modal-footer
  {
    border-color: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
.modalrg .modal-body, .modal-footer
{
  background-color: #fff;
  color: #000;
}

#homepage .divtbl {
  /* display: flex; */
  /* flex-flow: column; */
  height: 100vh;
  margin: 0px;
  padding: 0px;
  
	/* background-color: #b10114; */
	/* background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, #000000 15px, #000000 30px); */
}

#homepage .divtbl .divtbltop {
  /* flex: 0 1 auto; */
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 149px;
  /* padding-top: 10px !important; */
  color: #FFF;
  background-color: #e5e5e5;
  /* height: 100px; */
}

#homepage .divtbl .divtbltop .topp {
  background-color: #b01d85;
}

#homepage .divtbl .divtblbody
{
  width: 100%;
   /* flex: 1 1 auto; */
  overflow: hidden;
  overflow-y: auto;
  margin: 0px;
  /* margin-bottom: 18px; */
  padding: 0px;
  background-color: #e5e5e5;
  position: relative;
}
#homepage .divtbl .menuslide
{
	width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  /* display: none; */
}
#homepage .divtbl .menuslide.gry
{
  background-color: #e5e5e5;
}

#homepage .divtbl .divtblfooter, .divtblfooteracc
{
  width: 100%;
  height: 45px;
  margin: 0px;
  /* margin-bottom: 18px; */
  padding: 0px;
  background-color: #688ca3;
  color: #FFF;
  position: relative;
  padding-top: 2px;
  padding-right: 15px;
}
.homepage-holder
{
	height: 100%;
}


.menuslideanimation{
	position: absolute;
	top: 0px;
	left: 0%;
	-webkit-animation-name: menuslideanimation;
    -webkit-animation-duration: 0.3s;
	-moz-animation-name: menuslideanimation;
    -moz-animation-duration: 0.3s;
	-ms-animation-name: menuslideanimation;
    -ms-animation-duration: 0.3s;
	-o-animation-name: menuslideanimation;
    -o-animation-duration: 0.3s;
	animation-name: menuslideanimation;
    animation-duration: 0.3s;
	height:100vh;
	z-index: 103;
}


@-webkit-keyframes menuslideanimation {
    from {
		left: 100%;
    }
    to {
		left: 0%;
    }
}
@-moz-keyframes menuslideanimation {
    from {
		left: 100%;
    }
    to {
		left: 0%;
    }
}

@-ms-keyframes menuslideanimation {
    from {
		left: 100%;
    }
    to {
		left: 0%;
    }
}

@-o-keyframes menuslideanimation {
    from {
		left: 100%;
    }
    to {
		left: 0%;
    }
}
@keyframes menuslideanimation {
    from {
		left: 100%;
    }
    to {
		left: 0%;
    }
}

.menuslideanimation2{
	position: absolute;
	top: 0px;
	right: 0%;
	-webkit-animation-name: menuslideanimation2;
    -webkit-animation-duration: 0.3s;
	-moz-animation-name: menuslideanimation2;
    -moz-animation-duration: 0.3s;
	-ms-animation-name: menuslideanimation2;
    -ms-animation-duration: 0.3s;
	-o-animation-name: menuslideanimation2;
    -o-animation-duration: 0.3s;
	animation-name: menuslideanimation2;
    animation-duration: 0.3s;
	height:100vh;
	z-index: 103;
}


@-webkit-keyframes menuslideanimation2 {
    from {
		left: -100%;
    }
    to {
		left: 0%;
    }
}
@-moz-keyframes menuslideanimation2 {
    from {
		left: -100%;
    }
    to {
		left: 0%;
    }
}

@-ms-keyframes menuslideanimation2 {
    from {
		left: -100%;
    }
    to {
		left: 0%;
    }
}

@-o-keyframes menuslideanimation2 {
    from {
		left: -100%;
    }
    to {
		left: 0%;
    }
}
@keyframes menuslideanimation2 {
    from {
		left: -100%;
    }
    to {
		left: 0%;
    }
}





#homepage .bg-menu
{
  padding:5px !important;
  /*min-height: 100vh;*/
}
#homepage .bg-menu2
{
  padding:5px !important;
  /*min-height: 100vh;*/
  background-color: rgb(233,235,238);
}
#homepage .bg-menu2 .socket
{
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  padding:5px !important;
  border : 1px solid rgb(223,224,228);
}
#homepage .bg-menu2 .socket:last-child
{
  margin-bottom: 0px;
}









.phonable
{
  padding-bottom: 15px;
  text-decoration: none;
}
.phonable:hover
{
  padding-bottom: 15px;
  text-decoration: none;
}

.phonable button
{
  margin-bottom: 5px;
}


.indicred
{
  color: #922328;
}
.indicred::after { 
    content: " Hors ligne";
    font: 12px Montserrat, sans-serif; 
    color: gray;
}
.indicgreen
{
  color: green;
}
.indicgreen::after { 
    content: " En ligne";
    font: 12px Montserrat, sans-serif; 
    color: gray;
}
.indicorange
{
  color: orange;
}
.indicorange::after { 
    content: " En communication";
    font: 12px Montserrat, sans-serif; 
    color: gray;
}



.imgicon
{
  height: 50px;
  padding: 0px;
  margin-top: -20px;
}
.checkbox
{
  font-size: 14px;
  line-height: 22px;
}
.nomargpad
{
  margin: 0px;
  padding: 0px;
}
 .text-justify
  {
	  text-align: justify;
  }

.hg
{
  color: #979797;
}
.hbl
{
  color: #000;
}
.hw
{
  color: #FFFFFF;
}
.hred
{
	color: #b10114;
}
.hy
{
  color: #b10114;
}
.hpd
{
  padding-left: 10px;
  padding-right: 10px;
}
.hbgray
{
  color: #FFFFFF;
  background-color: #205ca6;
  padding: 5px;
}
.hp
{
	color: #b10114;
}
.hb
{
  font-weight: bold;
}
.hblock
{
  display: block;
}
.hs
{
  margin: auto !important;
  padding: auto !important;
}
.hell
{
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.stripped-yellow
{
	height: 18px;
	background-color: #b10114;
	background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 15px, #000000 15px, #000000 30px);
	background-image: -o-repeating-linear-gradient(45deg, transparent, transparent 15px, #000000 15px, #000000 30px);
	background-image: -moz-repeating-linear-gradient(45deg, transparent, transparent 15px, #000000 15px, #000000 30px);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, #000000 15px, #000000 30px);
}
.stripped-yellow.stripped-yellow-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}


.col-menu
{
	margin-top: 5px;
}
.col-g
{
	background-color: #575b5e;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-y
{
	background-color: #b10114;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-notif-hold
{
	padding: 5px;
}
.col-notif
{
	border:1px solid #ccc;
	padding:5px;
	color:#575757;
	background-color: #FFF;
	border-radius: 3px;
	font-weight: normal;
}
.col-notif:last-child
{
	/* border-bottom:1px solid #973a69; */
}
.col-notif.pair
{
	font-weight: bold;
	color:#000;
}
.menuslidesummary
{
	color: #575b5e;
	margin-right: 40px;
	margin-left: 20px;
	padding: 20px 5px;
	border-bottom: 1px solid #575b5e;
}

.img-random
{
	max-width: 100%;
}
 
 
 @media (max-width: 500px) {
    .col-500
	{
		width: 100% !important;
    }
}


.modal-img {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 10px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
}

.modal-img .modal-img-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
    padding-top: 0px;
    width: 90%;
}

.modal-img-close {
	color: #FFF;
    float: right;
    font-size: 38px;
    font-weight: bold;
	padding: 15px;
	margin-bottom: -40px;
	margin-right: -30px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.col-infos
{
    border-bottom: 1px solid #b10114 !important;
}
.col-p
{
	background-color: #b10114;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #FFF;
}
.col-p2
{
	background-color: #b10114;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.col-p2.pair
{
	/* background-color: #c84e9b; */
}
.col-p2.paired
{
	background-color: #333333 !important;
	/* opacity: 0.7; */
}
.col-p2:hover
{
	cursor: pointer;
	/* opacity: 0.7; */
}
.col-pg
{
	background-color: transparent;
	color: #b10114;
	border-bottom: 2px solid #b10114;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.div-notify
{
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	text-align: center;
	position: absolute;
	top: -5px;
	right: -16px;
	border-radius: 50%;
	font-family:inwifont;
}





.split-menu
{
	border-top: 7px solid #FFF;
}
.top-menu
{
	background-color: #b01d85;
	border-top: 1px solid #b01d85;
	border-bottom: 1px solid #b01d85;
	margin-top: 7px;
}
.div-menu
{
	background-color: transparent;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.div-menu.active
{
	background-color: #e5e5e5;
	color: #b10114;
}
.icon-menu
{
	font-size: 30px !important;
}
.text-menu
{
	font-size: 10px;
	color:#b10114;
}

.preloader
{
	position: absolute;
	background-color: #FFF;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 104 !important;
	display: none;
	overflow: hidden;
}
.preloader-content
{
	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	background-image: url(../img/frmflogo.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 15% auto;
	-webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
.preloader.tobehidden
{
	display: none;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.icon-plusser
{
	background-color: #b10114;
	color: #FFF;
	border-radius: 50%;
	padding: 3px 5px;
	margin: 3px;
}

.div-hint
{
	position: relative;
}
.tophint
{
	position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    z-index: 9999 !important;
    display: none;
    box-shadow: 0px 0px 15px #888888;
}
.subhint
{
	border : 1px solid #F2F2F2;
	background-color : #FFFFFF;
	border-radius: 3px;
	width: 100%;
}
.hint
{
	background-color : #FFFFFF;
	padding: 5px;
	margin:0px;
	cursor: pointer;
}
.hint:hover
{
	background-color : #D8D8D8;
}
.empty
{
	background-color : #FFFFFF;
	padding: 5px;
	margin:0px;
}

.list-groupe
{
	color: #31708f;
    background-color: #d9edf7;
	padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}
.hint-delete
{
	cursor: pointer;
}
.ref-icons
{
	
}
.ref-icons .ball-icon
{
	font-size: 60px;
	color: #FFF;
	text-shadow: 1px 0px 3px #101010;
	margin-right: 30px;
}
.ref-icons .flag-icons .icon-flag
{
	font-size: 60px;
	text-shadow: 1px 0px 3px #101010;
}
.ref-icons .flag-icons .icon-flag.icon-flag1
{
	color: #ffda00;
	margin-right: -5px;
	-webkit-transform : rotate(10deg) scale(-1, 1);
    -ms-transform : rotate(10deg) scale(-1, 1);
    transform : rotate(-20deg) scale(-1, 1);
}
.ref-icons .flag-icons .icon-flag.icon-flag2
{
	color: #d13024;
	margin-left: -5px;
    transform : rotate(20deg);
}
.ref-img img
{
	width: 100%;
	height: auto;
	max-width: 120px;
}

.input-underlined::-webkit-input-placeholder {
  color: #000;
}
.input-underlined::-moz-placeholder {
  color: #000;
}
.input-underlined:-ms-input-placeholder {
  color: #000;
}
.input-underlined:-moz-placeholder {
  color: #000;
}
