@import url('https://fonts.googleapis.com/css?family=Poppins');
.wrapper1{
padding-top:10vh;
padding-bottom:10vh;
}
.wrapper1 h1, .bloc_service h1, .bloc_formation h1{
	font-size:40px;
	color:#0070cd;
	text-align: center;
	text-transform: uppercase;
	padding-bottom:50px;
	padding:0;
	margin:0;
	font-weight:normal;
	position:relative;
	margin-bottom:5vh;
	font-family: 'bebas_kairegular';
	display: block;
	/* line-height: 40px; */
}
.bloc_formation h1{
color:#FFFFFF;
}
.wrapper1 h1:after, .bloc_service h1:after, .bloc_formation h1:after{
	content:"";
	width:140px;
	height:1px;
	background-color:#6faee3;
	position: absolute;
	bottom: -21px;
	left: 45%;
}
.bloc_formation h1:after{
background-color:#FFFFFF;
}
.txt{
	color:#6f6f6f;
	font-size:17px;
	line-height:35px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.bloc{
/*height:500px;*/
}
.box_img{
height:400px;	
}
.box_img img{
max-width:100%;
height:100%;
width:100%;	
}
.txt_img, .txt_img2{
	background-color:#68d0c7;
	/* width:100%; */
	height:400px;
	color:#ffffff;
	font-size:40px;
	text-transform:uppercase;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	font-family: 'bebas_kairegular';
text-align:center;
}
.txt_img:after, .txt_img2:after{
	content:"";
	width:1px;
	height:155px;
	background-color: #bdebe7;
	position:absolute;
	bottom:;
	left:50%;
	top:0;
}
.txt_img2{
	background-color:#0070cd;
}
.bloc_service{
background-image: url(/Files/App_002/images/bg_service.png);
    background-repeat: no-repeat;
    /* height: 1000px; */
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10vh;
    padding-bottom: 10vh;

}

.bloc_formation{
background-image: url(/Files/App_002/images/bg_formation.jpg);
background-repeat: no-repeat;
/*height: 1000px;*/
background-size: cover;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-top:10vh;
padding-bottom:10vh;

}
.box_img2 img{
max-width:100%;
width:100%;
height:100%;
}

.txt2{
    background-color: #ffffff;
    padding: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.box{
display: flex;
}
.link{

    text-align: right;
    display: block;
    width: 100%;
    padding-top: 2vh;
}
.link a{
    color: #0070cd;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}
.txt_img:hover a, .txt_img2:hover a{ 
padding-top: 30px;
    transition: 0.5s;
}
.link a:hover{
    padding-right: 20px;
    transition: 0.5s;
}
@media (max-width: 991px){
.bloc{
    display: flex;
}
}
@media screen and (max-width:425px){
.box_img {
    height: 200px;
}
.txt_img, .txt_img2 {
    height: 200px;
}
.txt_img:after, .txt_img2:after {
    height: 67px;
}
}
@media screen and (max-width: 768px){
.box_img img {
    width: 100%;
    height: 100%;
}
.bloc{
    display: block;
}
}


.wrapper2 a{
display:block;
color:#FFFFFF;
height:100%;
width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}


@media (max-width: 991px){
.box{
display:block;
}
}
@media (max-width: 650px){
.bloc_service{
display:none;
}
}














