*{
   margin: 0px; 
   padding: 0px; 
}

body {
     font-size: 120%; 
     background: #F8F8FF;
     width: 100%;
     margin: 0;
     height:100%;     
}
.header-cont {
   width: 100%; 
   position: fixed; 
   top: 0px;
   z-index: 20; 

}
.footer-cont {
   width: 100%; 
   position: fixed; 
   top: 0px; 

}


.header {
       width: 55%; 
       margin: 50px auto 0px; 
       color: white; 
       background: #5F9EA0; 
       text-align: center; 
       border: 1px solid #B0C4DE; 
       border-bottom: none;
       border-radius: 10px 10px 0px 0px; 
       padding: 20px;
}

.input-box {
      width: 55%;
      height: 320px;       
      margin: 0px auto;  
      padding: 20px; 
      border: 1px solid #B0C4DE;
      background: white;     
      border-radius: 0px 0px 10px 10px;
}
.input-group{
      margin: 10px 0px 10px 0px; 
      padding: 5px 10px;
}                    
 
.input-group label{
      display: block; 
      text-align: left;   
      margin: 5px;    
}       

.input-group input{
      height: 30px; 
      width: 93%; 
      padding: 5px 10px; 
      font-size: 16px; 
      border-radius: 5px; 
      border: 1px solid gray;      
}


.centered{
   margin: 0 auto;
   width: 400px;
} 

.button_wrapper{
   margin: 0 auto;
   width: 100px;
   position: relative;
   padding-bottom: 40px; 
}


.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  

}

.button.small{
  padding: 4px 12px;
  position: absolute; 
  left: 20px; 
}

.button.blue{
  background-color: #5F9EA0;
  border-color: #5F9EA0;
}

.search_container{
  margin: 0 auto;
  width: 100%; 
  float: left;
  padding-top: 100px;
  padding-bottom: 10px; 
}


#container
{
position: relative; 
/*width: 1000px;*/ 
}

#inputs
{
position: absolute; 
padding: 10px; 
height: 300px;
width: 150px;     
border: 1px solid gray;
border-radius: 5px;
left: 10px;          
top: 10px;


}

#mapid  {
      position: absolute;    
      padding: 10px; 
      height: 300px;
      width: 300px;
      top: 10px; 
      left: 190px;      
      border: 1px solid gray;
      border-radius: 5px;  
      z-index: 5;        
}


#block_container
{

/* height: 400px;  
 position: relative;
 top: 130px;  
 width: 100%;
 margin: 0 auto;
 display: flex; 
 align-items: center;*/

  display: flex;
  justify-content: center;   
  align-items: center;       
  height: 400px;             s
  width: 100%;
}

}
#main {
  overflow: auto;
  padding-bottom: 20px;
  height: 500px;
  margin: 0px auto;
  width: 100%;     
}

#bloc1
{   
    width: 850px;
    height: 500px;    
    position: absolute;
    top: 0px; 
    left: -50px;  
}

#bloc2
{   
    width: 880px;
    height: 500px;  
    position: absolute;
    top: 0px; 
    left: 550px; 
}

#top_container
{
  width: 100%; 

}





@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

header {
  background: #87CEFA;
}

.headline {
  position: relative;
  height: 120px;
  color: #fff;
  text-align: center;
  background: url("datacenter.jpg") no-repeat center center;
  background-size: cover;
  z-index: 18;
  &:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(#111, 0.5);
  }
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  animation: fade-in 0.75s 0.25s ease-in forwards;
  h1 {
    margin: 0;
    font-size: 4em;
    line-height: 1.2em;
  }
  p {
    margin: 0;
    font-size: 1.4em;
    font-style: italic;
    font-family: serif;
  }
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10;
  &.scrolled {
    background: rgba(#111, 0.9);
  }
  ul {
    float: right;
    list-style: none;
    padding: 25px;
    margin: 0;
  }
  li {
    float: left;
  }
  a {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    margin: 5px 0 0 20px;
    display: block;
    &:hover {
      color: darken(#fff, 7%);
    }
  }
}

.logo {
  height: 75px;
  float: left;
  &:before, &:after {
    position: absolute;
    font-size: 7em;
    font-weight: 300;
    line-height: 0;
    color: #fff;
    top: 25px;
  }
  &:before {
    content: '\00BB';
    left: 20px;
  }
  &:after {
    content: '\00AB';
    left: 34px;
  }
}

section {
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-sizing: border-box;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.box_container {
		/*border:1px #000 solid;*/
		min-height: 250px;
		width: 80%;
		margin: 0 auto;
	}
.search_header {
		width: 100%;
		height: 40px;
		/*border:1px #000 solid;				*/
		font-size: 28px;
		font-weight: bold;
		color:#5F9EA0;
		padding-top: 25px;				
		vertical-align: middle;
		padding-left: 20px;s
	}
.desc {
		width: 100%;
		height: 15px;
		/*border:1px #000 solid;*/
		font-size: 14px;
		color:#AAA;
		padding-left: 20px;
	}
.main_container {
		width: 70.8%;
		/*border:1px #000 solid;*/
		height: 120px;
		float: left;
		padding: 20px;
		text-align: justify;		
	}
.right_container {
		width: 21.3%;
		/*border:1px #000 solid;*/
		padding: 20px;
		height: 120px;
		float: left;
		text-align: justify;
		color:#5F9EA0;
		font-size: 14px;
	}

.page_id {
      float: left;
      text-align: justify;
      color:#5F9EA0;
      font-size: 25px;
      padding: 5px 

}
