.bloc_presentation{
background-color:#FFFFFF;
position:relative;
height:100%;
}
.bloc_img{
	
height: 100%;
	
padding-top: 40px;
	
padding-bottom: 40px;
}
.bloc_img1{
	
/* bottom:0; */
	
/* right: 0; */
	
/* max-width: 430px; */
	
/* max-height: 580px; */
	
height: 100%;
	
position: relative;
	
width: 100%;
}
.bloc_img1 img{position: relative;top: 40px;bottom: 0;/* right: 4px; */left: 40px;width: 89%;height: 100%;}
.bloc_img1:before{content: '';width: 89%;height: 100%;border: 2px dashed #f19fc1;position: absolute;left: 0px;top: 0px;z-index: 0;}
.bloc_img2{
	
margin-top: 80px;
	
text-align: center;
	
width: 100%;
}
.bloc_txt{
	
padding-top: 140px;
	
height: 100%;
	
padding-bottom: 80px;
	
display: block;
}
.titre1{
margin-bottom:20px;
	color: #f385aa;
	font-size: 30px;
	text-align: left;	
	text-transform:uppercase;
}
.txt{
	width: 100%;
	line-height: 24px;
padding-bottom:40px;
	}

.bloc_img3{

height: auto;

position: relative;

width: 100%;

display: block;
}
.bloc_img3 img{position: relative;bottom: 0;left: 40px;width: 91%;height: 100%;top: 40px;}
.bloc_img3:before{content: '';width: 91%;height: 100%;border: 2px dashed #f19fc1;position: absolute;left: 0px;top: 0px;z-index: 0;}

@media (max-width: 480px){
.bloc_img {
display:none;
}
.bloc_img3 img {
    position: relative;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    content: close-quote;
}
.bloc_img3:before{
content:initial;
}

.bloc_contact {
    background: none;
}
}
@media (max-width: 768px){
.bloc_txt {
    padding-top: 0px;
    padding-bottom: 60px;
}
}









