.bloc_activite{
background: url(/Files/App_002/images/bg_activite.jpg) center center no-repeat;
     background-size: cover;
    position: relative;
    padding-top: 30px;
    background-attachment: fixed;
padding-bottom: 120px;
}
.activite_title{
	position:absolute;
	left: 25px;
	top:10px;
	}
	.t11{
	height: 70px;
	line-height: 70px;
	color: #c9c9c9;
	font-size: 72px;
	text-align: left;
	}
	.t11:before{
		content:"";
		background-color:#c9c9c9;
		height:20px;
		width:3px;
		display:block;
		left: 18px;
		position: relative;
	}
		.t22{
    color: #77b5fd;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    margin-top: 165px;
margin-left: -140px;
 }
.t3.{
    color: #77b5fd;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    /* left: 50%; */
    margin-bottom: 20px;
 }
.t3.:after{
		content:"";
		background-color:#c9c9c9;
		height:20px;
		width:3px;
		display:block;
		left: 50%;
		position: relative;
}
.activite_title_tab{
	display:none;
	    color: #77b5fd;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.activite_title_tab:after{
}
#nos_activites{
    padding-top: 300px;
    padding-bottom: 90px;
}
@media (max-width: 940px)

{
.activite_title{
display:none;
}
.activite_title_tab{
display:block;
}
#nos_activites{
    padding-top: 0px;
    padding-bottom: 25px;
}
}






