
.connexion{  

    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
	border: solid 2px rgba(235,235,235,1); 
	padding: 6px;
	margin-top: 5px;
	border-radius: 3px;
	background-color: white;
   
}

.inscription{

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	padding: 6px;
	margin-top: 5px;
	border-radius: 3px;
	opacity: 0.9;
	background-color: #23484cd6;

}
.titreLogin{  
  text-align:center;
  font-family: verdana;
  color: white;/*#17a2b8;*/
  padding: 7px;
  height: 60px;
  font-weight: bold;
  background-color: #2A3F54;
  margin-left: -6px;
  margin-right: -6px;
   margin-top: -6px;
   padding: 15px; 
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.titreInscrMedecin{  
  text-align:center;
  font-family: verdana;
  color: #2A3F54;/*#17a2b8;*/
  padding: 7px;
  height: 60px;
  font-weight: bold;
  margin-left: -6px;
  margin-right: -6px;
   margin-top: -6px;
   padding: 15px; 
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.creerCompte{
    cursor: pointer;
	text-align:center;
	margin-top: 15px;
}
em a{

	color:#17a2b8;font-style: bold
	text-decoration: underline;
}


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/*
.wave{

	position: fixed;
	height: 100%;
	left:0;
	bottom: 0;
	z-index: -1;
}

.contenu{
	width: 100vw;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(2,  1fr);
	grid-gap: 7rem;
	padding: 0 2rem;
}

.img{

	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.img img{

	width: 500px;
}
.login-container{
 display: flex;
 align-items: center;
 text-align: center;
}

form{

	width: 360px;
}

form h2{

	font-size: 2.9rem;
	text-transform: uppercase;
	margin : 15px 0;
	color: #333;
}
.avatar{

	width: 100px;
}

.input-div{
    position: relative;
	display: grid;
	grid-template-columns:  7% 93%;
	margin:  25px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9d9d9; 

}

.input-div:after, .input-div:before{

	content: '';
	position: absolute;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color:#2A3F54; 
}

.input-div:after{
 
   right: 50%;
}

.input-div:before{
 
   left: 50%;
}

.input-div.focus .i i{
  
  color: #2A3F54;
}
.input-div.focus div h5{
	
	top: -5px;
	font-size: 15px;
}

.input-div.focus:after, .input-div.focus:befor,{
  width: 50%;
}

.input-div.premier{
	margin-top: 0; 
}
.input-div.deuxiem{
	margin-bottom: 4px;
}

.i{

	display: flex;
	justify-content:  center;
	align-items: center;
}

.i i{

	color: #d9d9d9; 
}

.input-div > div{

	position: : relative;
	height: 45px;
}

.input-div > div h5{

	position: : absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	display: none;
	transition: .3s;
	
}

.input{
  
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  color: #555;
}

a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transform: .3s;
}

a:hover{

   color:  #38d39f;
}

.btn{
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin: 1rem 0;
  font-size: 1.2rem;
  outline: none;
  border: none;
  
  cursor: pointer;
  color: white;
  background-size: 200%;
  transition: .5s

}
.btn:hover{
	background-position: right;
}

*/

.boutConnect{
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin: 1rem 0;
  font-size: 1.2rem;
  outline: none;
  border: none;
  cursor: pointer;
  color: white;
 /* background-image: linear-gradient(to right, #2A3F54, #1d3a59, #2A3F54);*/
  background-size: 200%;
  transition: .5s;
  background-color: #2A3F54;
}

.btnLieuW{

  width: 100%;
  height: 30px;
  border-radius: none;
  margin: 1rem 0;
  outline: none;
  border: none;
  cursor: pointer;
  color: white;
 /* background-image: linear-gradient(to right, #2A3F54, #1d3a59, #2A3F54);*/
  background-size: 200%;
  transition: .5s;
  background-color: gray;
}
.boutConnect:hover{

	background-color: #124c86;
}

.img{

	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer{
    position: absolute;
	width: 100%;
	background-color: #eee;
	height: 50px;
	text-align: center;
	bottom: 0;
	padding-right: -10px;
}
.copyright{
	color: #2A3F54;
	text-align: center;
	font-size: 15px;
}
.bg-theme_nahy{
	background-color: #2A3F54;
}
.logo_medoc{

	width: 40px;
	height: 40px;
}
.navbar-brand span{
	font-weight: bold;
}

.snum select{

	border-radius: 0px;
}

 #num1{
	width:20px;
}