
html,body{
  height:100%;
  margin:0;
  padding:0;
}

.container {
 width: 100%;
}

#contenu {
/*margin-top:30px;*/ 
}

#div_droite {
	margin-top:100px;
	background: #fff;
	height: 0px;}

#div_gauche {
	font-size: 16px;
	background-color: rgba(255,255,255,0.92);
	height: 100%;
	margin-left: 0!important;
}

#div_gauche_new {
	font-size: 16px;
	background-color: white;
	height: 100%;
	margin-left: 0!important;
}

#img_logo{
width: 300px;}

.panel-default {
 opacity: 0.9;
 margin-top:30px;
}
.form-group.last { margin-bottom:0px; }

.container {
 width: 100%;
}

.btn-restocb {
    color: #fff;
    background-color: #92D609;
    border-color: #92D609;
	border-radius: 50px;
	cursor: pointer;
}
	
.btn-restocb.red {
    background-color: #ED332C;
    border-color: #ED332C;
	}
	
.labelrcb {
    color: #92D609;
	}
	
.ip-restocb{
    color: #92D609;
    border-radius: 50px;
	border-color: #92D609;
	}
.iptext{
    color: #676B61;
    border-radius: 50px;
	border-color: #92D609;
	}
.ipaddon-restocb{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #F6F3F3;
    text-align: center;
    background-color: #92D609;
    border: 1px solid #92D609;
    border-radius: 50px;
	border-color: #92D609;
}
	
.logos {
   	text-align: left;
	margin-left: 80px;	
  }
  
.formlogin{
 margin-left: 40px;
 }

@media all and (min-width: 768px) {
			
			.formlogin{margin-left: 20px;}			
			#img_notice{width: 280px;}
			
}  

@media all and (max-width: 950px) {
		#img_logo{width: 200px;}
		
}  

@media all and (min-width: 992px) {
			
			.formlogin{margin-left: 20px;}			
			#img_notice{width: 250px;}
			
}  
			
@media all and (min-width: 1250px) {
			
			.formlogin{margin-left: 20px;}			
			#img_notice{width: 280px;}
			
}  
			
@media (min-width: 1562px) {
			
			#img_notice{width: 350px;}
			
}  

@media (max-width: 992px) #div_gauche {
	margin: 0!important;
}

@media (max-width: 610px) #div_gauche {
	margin-left: 0!important;
	width: 100%;
}


#login #ajaxform label {
  display: none;
}

.langue.select{opacity: 0.3;}


.max250 {
    max-width: 250px;
}

.photoBackground {
  background: url(../images/fond/bg_rest.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  border: 0!important;
}

.photoBackgroundNew {
  background-image: url(../images/fond/bg_new.jpg);
  background-size: cover;
  background-position: center center;
}

.photoBackgroundCHC {
  background: url(../images/fond/CHC.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  border: 0!important;
}

.loginBackground {
  background-color: rgba(255,255,255,0.92)
}

.ContenuGauche{
  margin-left:10px;
  margin-right:10px;
  padding: 15px; /* Manu LAB */
  text-align: center; /* Manu LAB */
}

.container {
height:100%;
 }

.formbloc { /* Manu LAB */
    text-align: center;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 30px;
    background-color: white;
    display: inline-block;
}

.btn-outline { /* Manu LAB */
    border-radius: 50px;
    border: 1px solid #92D609;
    background: transparent;
    margin-top: 8px;
    color: grey;
}

.side-menu-logo { /* Manu LAB */
	text-align: center;
    background-color: white;
    padding-bottom: 15px;
    margin: 0 auto 15px auto;
    padding-top: 15px;
    width: 90%;
    border-radius: 10px;
}
.side-menu-logo img { /* Manu LAB */
	margin: 0 5px;
}

.lienSiteXGIL:hover {
	color:white;
	text-decoration:none;
	cursor:pointer;
}

