/*==========================================================================================*/
/*		VT2~cthTitle																					*/
/*==========================================================================================*/

@font-face{
	font-family: 	myCalibriRegular;
	src:			url('../font/CalibriRegular.ttf');
}

@font-face{
	font-family: 	mySOUTHERNAIRE;
	src:			url('../font/SouthernAire.ttf');
//	src:			url('./SouthernAire.ttf');
}

@font-face{
	font-family: 	myMTCORSVA;
	src:			url('../font/mtcorsva.ttf');
//	src:			url('./font/mtcorsva.ttf');
}

@font-face{
	font-family: 	myARMALITE;
	src:			url('../font/armalite.ttf');
//	src:			url('./font/armalite.ttf');
}

#dv2_title{
	display:				flex;
	display:				-webkit-flex;	
	//flex-direction:			row;
	//justify-content:		space-between;
	align-items:			flex-start;
	width:					80%;
	//height:					10vw;
	margin: 				0 auto;
    box-sizing: 			border-box;
	margin-top:				25px;
}

#ig2_title_log{
	float:					left;
	width:					8vw;
	height:					8vw;
	padding:				10px;
}

#dv2_title_titr{
	width:					100%;
	margin: 				0 auto;
	height:					80px;
	border:					2px solid red;
}

.backgr2_title{
	border-style:			solid;
	border-width:			5px;
	border-color:			#4C1B1B;
	border-radius: 			25px;
	background-color:		#fafafa;
}

.titre2_01{
	font-family:			myCalibriRegular;
//	font-size:				3vw;
	font-size:				calc(1.0rem + 2vw);
	font-weight: 			100;
	text-shadow: 			2px 2px #fff;
	//margin-top:				2vw;
	//padding-top:			1vw;
	color:					#000;
	//text-align:				center;
	font-style:			italic;
	font-weight: 		bold;

}

