html,body
{
	height:100%;
}
.body_full, .cfe_body , .cfe_body .row , .cfe_body .row .ST_content_left
{
	height:100%;
	overflow: auto;
}
.infos
{
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
	width:100%;
	text-align:center;

}
/**.ST_content_right{
    opacity: 20%;
    background-color: #000;
}
**/
body{
    font-family: 'Poppins', sans-serif;
}
{
    text-transform: uppercase;
    font-weight: 700;
    color: #1c5c36;
}
.row {
    margin: 0!important;
}

.titre
{
	font-size:51px;
	color: #FFF;
	font-weight:600;
	margin-top:30px;
    padding: 0 20px;
	}
.message span
{
font-weight:100;
}

.adresse{
        color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
span.email {
    font-weight: 300;
}
span.tel {
    font-weight: 300;
}
.adresse
{
	text-align: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
	    padding: 0 20px;
	z-index:3;
}

.ST_content_left {
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
	background-color:  rgba(0,163,90,0.83);

    z-index: 1; 
}
.img_logo{
   max-width: 70%;
    width: 350px;
}
.logo {text-align: center;padding:0px 20px;margin-top:125px;}

/*********Responsive**********/
@media only screen and (max-width: 1200px) {
.email, .tel {margin-top:3px;margin-bottom:3px;}

}


.titre
{
    font-size:45px;
    }
}


    