@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
	margin: 0;
  width:100%;
  height: 100%;
  position:absolute;
} 

.container{
  position: absolute;
  z-index:1;
  width:100%;
  height: 100%;
  background : url(projets/img/fond3.jpg) top left no-reapeat fixed;
}


#bloc{
  position: absolute;
  z-index: 2;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width:40%;
  height:65%;
  min-height : 510px;
  min-width : 750px;
  box-shadow:7px 4px 19px -2px rgba(0,0,0,0.75);
  
  display:flex;
  flex-wrap:nowrap;

}

.sliderSection{
  position:relative;
  width:50%;
  height:100%;

}

.sliderSection img{
  width:100%;
  height:100%;
}


.formSection{
  position:relative;
  width:40%;
  height:96%;
  padding:10px 70px;
  font-family:Cambria;
  background-color:rgb(245, 243, 243);
}

.formSection > * {
  margin:10px 0;
}

.image {
  width:50%;
  margin-top : 5%
}

 .formSection h1 {
  font-family : 'Montserrat', sans-serif;
  text-align:center;
  margin-top: 10%;
  margin-bottom: 12%;
  font-size : 250%;
 }


 .formSection h4 {
  text-align:center;
  margin :15px 0;
  font-family: "Cambria", Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom : 8%;
  margin-top : 12%;
 }


 #alignement{
  width: 100%;
  height:40px;
  display:flex;
  background-color : white;
  justify-content:space-between;
  align-items:stretch;
  border-radius: 100px;
  overflow:hidden;
}


#alignement .inputIcon{
  width: 15%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

#alignement .passwordIcon{
  width: 15%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}


#alignement input { 
  width: 85%;
  padding:2px 6px;
  border : none;
  outline:none;
  border-left:1px solid rgba(34,34,34,0.116);
  font-style : italic;
  font-size : 17px;

}


.boutonRow{
  display:flex;
  justify-content:space-evenly;
}




#loginBtn{
  border-radius:100px;
  border:none;
  box-shadow:2.5px 2.5px 7px -4px rgba(0,0,0,0.75);
  padding:5px 8px;
  
  min-width:max-content;
  min-height:max-content;
  widows: 100%;
  height:50px;
  width :100%;
  display:flex;
  justify-content:center;
  align-items:center;

  text-decoration:none;
  color:white;
  font-size : 20px;
  font-family: "Montserrat";
  cursor : pointer;

  transition : all ease-in-out 250ms;





  background: #76b852;
  background : -webkit-linear-gradient(to right, #8dc26f, #76b852);
  background: linear-gradient(to right,#8dc26f, #76b852);

}


#fond {
  width: 100%;
  height: 100%;
  background : url(projets/img/fond3.jpg) top left no-reapeat fixed;
  
}



h4.alignement{
  display : inline;
} 

#alignement2{
 
  display : inline;
  text-align: center;

}


.separation{
  clear: both;
  position: absolute;
  margin-top :10px;
  margin-left: 250px;
  height: 200px;
  width : 5px;
  background: black;
  }

#map {
  padding: 5px;
  width: 1600px;
  height: 900px;
  box-shadow: 0 0 10px #999;
  text-align: center
}

header {
    background:#0596c6;
}


#logo
{
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;

}


#titre
{
	display: inline-block;
	text-align: left;
}


footer{
    background:#008080;
}

