.pad {
	padding-top : 10px ;
}

.img-danger {
        width : 20px ;
        height : 20px ;
}

.col-centered {
    float : none ;
    margin : 0 auto ;
}

.ico-attachment {
	background : rgba(255, 255, 255, 0) ;
	background-image : url("https://secured.cvsi.fr/projet-sg/images/clip.png") ;
	background-repeat : no-repeat ;
	cursor: pointer ;
	border : none ;
}

.parent-div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.parent-div input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
}
.btn-upload {
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
}

.style_prevu_kit
{
    display:inline-block;
    border:0;
 
    transition: .5s ease;
    Height : 50vh;
    background : rgba(255, 255, 255, 1) ;
      
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    
}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.7);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.7);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.7);
    transition: all 200ms ease-in;
    transform: scale(1.7);
}


.logotestcvsi {

  width: 7vw;
  position: fixed;
  top: 10;
  left: 10;

}

.trichix {
  width: 100%;
  height: 50%;
  background: rgba(92,92,92,1.00) ;
}

.logotestsg {

  width : 10vw;
  position: fixed;
  top: 10;
  right: 10;

}


#header {
  position: relative;
	width : 100%;
  height : 10%;
	background : rgba(92,92,92,1.00) ;
/*	padding-top : 15px ; */
}

#footer {
  position: fixed;
  bottom: 0;
	width : 100%;
	height: auto;
  background-color : rgba(92,92,92,1.00) ;
  text-align : center ;
  border: 0.8vw;
}

#labelsifram {

     position: center;
     height: 720px;
     width: 1280px;

   }

.precedent {
	float : left ;
}
.suivant {
	float : right ;
}

.col-form-label {
	font-weight : bold ;
}

/* ================================================ */
.DialogTitle {
	margin-top : 30px ;
	margin-bottom : 30px ;
}

.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
        opacity:0;
        pointer-events: none;
}

.modalDialog:target {
        opacity:1;
        pointer-events: auto;
}

.modalDialog > div {
        width: 90%;
        position: relative;
        margin: 10% auto ;
        padding: 5px 70px 13px 70px;
        background: #fff;
}

/* ========================================= */

ul {
	height:	300px ;
	overflow: scroll;
	margin: 0;
	padding: 0;

	border: 2px solid #ccc;

	font-size: 16px;
	font-family: Arial, sans-serif;
}

li {
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}

li:nth-child(even) {background: #EEE}

/* =========================================== */
.form-control-file {
	border-radius: 5px;
	float: left;
	height: 40px;
	width: 82%;
	margin-right: 5px ;
	margin-left: 15px ;
}

#upload {
	visibility: hidden;
	height: 40px ;
}

/* ============================================= */
#zip {
	height: 32px;
	margin-bottom: 10px ;
	padding-bottom: 30px ;
}
/* ============================================= */
#waiting {
	visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8) ;
        z-index: 99999;
}

#wait {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 300px;
   height: 300px;
   margin-top: -150px; /* Half the height */
   margin-left: -150px; /* Half the width */
}

/* ============================================= */
#ShowContact {
        visibility: hidden;
}

/* ============================================== */
.boite_petite { 
	width: 3% ;
	
} 

.boite {
	width: 8% ;
}
.table th,
.table td {
	padding: 0.25rem ;
}

/* ============================================= */
.sort_link:link {
	float left ;
	color:	white ;
	text-decoration: none ;
}
.sort_link:visited {
	float left ;
	color:	white ;
	text-decoration: none ;
}
.sort_link:hover {
	float left ;
	color:	grey ;
	text-decoration: none ;
}
.sort_link:active {
	float left ;
	color:	grey ;
	text-decoration: none ;
}

/*-----------------------------------------------*/

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

