




/*--------- Container text cu titlu -------------------------------*/	
	
	
	.div_antet_lg{
		
		
		background: url('../../../images/Imag _00011.jpg');        /* background: url('../../../images/bannerAniversar_stema.jpg');  */
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /*background-size: cover;  Resize the background image to cover the entire container */
		background-size: 100% 100%;
		color:black;
		/* */
		
	}
	 
	      .div_antet_lg h1{
			  font-weight: bold		  
		  }
		  
		  
    .stema_antet_lg{
        padding:5%;
		padding-top:10%;
		
    }	

    .div_antet_md {
		
		background: url('../../../images/Imag _0006_patrat.jpg');
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
		/*background-size: auto;*/ background-size: 100% 100%;
		color:black;		
	}	
	
	.div_antet_sm {
		
		background: url('../../../images/Imag _0006_patrat.jpg');
		background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /*background-size: cover; /* Resize the background image to cover the entire container */
		/*background-size: auto;*/ background-size: 100% 100%;
		color:black;		
	}

    .stema_antet_sm{
        padding:20px;
    }