@charset "utf-8";

/***********************************************/
/***************** UNIVERSEL *******************/
/***********************************************/

.bloc_bottom {
	background-color: #111111;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
	color:#fff;
}

.bottom_left {
	padding-right:10px;
	text-align:right;
	display:inline-block;
	width:45%;
}

.bottom_right {
	padding-left:10px;
	text-align:left;
	display:inline-block;
	width:45%;
	vertical-align: top;
}

.bottom_contact {
	border: 1px dashed #7F9F7F;
	padding: 20px;
	margin-bottom: 20px;
	
}

.socialimg {
	width:30px;
	height:auto;
	margin: 0px 5px;
}

/***********************************************/
/**************** ORDINATEUR *******************/
/***********************************************/

@media screen and (min-width: 1024px) {

.bottom_contact {
	
	max-width:600px;
}

}


/***********************************************/
/****************** TABLETTE *******************/
/***********************************************/

@media screen and (min-width: 100px) and (max-width: 1023px) and (orientation: landscape) {




}

/***********************************************/
/**************** SMARTPHONE *******************/
/***********************************************/

@media screen and (min-width: 100px) and (max-width: 1023px) and (orientation: portrait) {

.bloc_bottom {
	background-color: #111111;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
	color:#fff;
}

.bottom_left {
	padding:0px;
	text-align:center;
	display:block;
	width:90%;
}

.bottom_right {
	padding:0px;
	text-align:center;
	display:block;
	width:90%;
	vertical-align: top;
}

.bottom_contact {
	border: 1px dashed #7F9F7F;
	padding: 20px;
	margin: 40px 0px;
	width:95%;
}

.socialimg {
	width:60px;
}

}