/*body {
				font-family: sans-serif; 
				
			  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

div {
  flex-basis: 45%;
  margin-top: 20px;
}*/
			
			
			/*<!-- .w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important} -->*/
		  
			.container {
				width: 100%;
				padding-top: 20px;
				padding-right: 15px;
				padding-left: 15px;
				margin-right: auto;
				margin-left: auto;
				text-align: center;
			}
		  
			.image-container {
				text-align: center;
				
				float: left;
			}
		  
			.links-container {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				gap: 20px;
			}
      
			.imgbox {
				display: grid;
				height: 100%;
			}
			
			.center-fit {
				max-width: 100%;
				max-height: 100vh;
				margin: auto;
				
			}
			
			.photo-left {
				text-align: left;
				width: 40%;
			}
			.photo-right {
				text-align: right;
				width: 40%;
			}
			#block_container {
    display: flex;
    justify-content: center;
	float: left;
	width: 100%;
}
#bloc1, #bloc2
{
    display:inline;
}
.center {

text-align: center;
}
.right {
	

	
text-align: right;
}
	