.armony_page{
	padding: 5vh 10vw;
}
.armony_page_content{
	text-align: center;
}
.armony_page_content > h2, .armony_page_content > .armony_general_page_title {
	font-size: 28px;
	margin-bottom: 3vh;
	font-family: "Sansation";
}
.armony_page_content p {
	font-size: 13px;
	color: #97A4AF;
	font-weight: bold;
	font-family: "Open-Sans";
}
/*.armony_cuisines_list {
	padding-left: 30px;
	padding-right: 30px;
}*/
.armony_realisation_category_image_mobile {
	display: none;
}
.armony_realisation_category_image_desktop  {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 400px;
}

.armony_realisation_category_title {
	font-size: 30px;
	font-weight: 550;
	font-family: "Fjalla";
}

.realisation_category{
	margin-bottom: 10vh;
}
.armony_realisation_category_title > a:hover {
	color: unset;
	text-decoration: none;
}
.armony_realisation_category_title > a {
	color: unset;
}
/* Realisations */
.armony_btn_realisations{
	text-transform: uppercase;
	min-width: 15vw;
	margin-top: 10px;
    display: block!important;
    border-color: #233746;
    color: #000;
    font-size: 13px;
    font-family: 'Sansation';
    border-radius: 0px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
}
.armony_btn_realisations:hover {
		color: unset;
}
.armony_btn_realisations.active{
		color: #fff;
		background-color: #000;
}
.armony_realisation_filter {
	margin-bottom: 5vh;
    padding-left: 15vw;
    padding-right: 15vw;
}


/* CONTACT */
.armony_contact {
	margin-bottom: 50px
}
.armony_contact_form .armony_form{
	padding-top: 0px;
	padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}
.armony_contact_form {
	border-right: 1px solid #ccc;
}
.armony_contact_content{
	color: #707070;
    font-size: 20px;
    font-family: "Open-Sans";
    text-align: left;
}
.armony_contact_entreprise,
.armony_contact_adresse,
.armony_contact_telephone,
.armony_contact_email {
	margin: 0;
	line-height: 1.4;
}
.armony_contact_entreprise {
	color: #000;
	font-weight: bolder;
	font-family: "Open-Sans-bold";
}
.armony_contact_telephone {
	font-weight: bolder;
	font-family: "Open-Sans-bold";
}
.armony_contact_telephone a,
.armony_contact_email a {
	color: #707070;
	text-decoration: none;
}
.armony_contact_telephone a:hover,
.armony_contact_email a:hover {
	color: rgba(0,0,0,.7);
	text-decoration: none;
}
.armony_contact_map {
	padding-top: 20px;
}
.armony_select_realisations {
	width: 100%;
	border: 1px solid #161615;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: url(../../../images/angle_down.svg), url(../../../images/icon_v2.png);
	background-position: 98% center, calc(100% - 25px) center;
	background-size: 16px, 1px 100%;
	background-repeat: no-repeat;
}
@media (max-width: 780px){
	.armony_realisation_category_image_desktop {
		display: none;
	}
	.armony_realisation_category_image_mobile {
		display: block;
	}
	.armony_realisation_category_image_mobile img{
		width: 100%;
		height: auto;
	}
	.armony_page {
		padding: 5vh 0vw;
		display: block;
		width: 100%;
	}
	.armony_realisation_category_title {
		font-size: 25px;
	}
	.armony_contact_form {
		border-right: none;
	}
	.armony_contact_form .armony_form{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 990px) and (min-width: 781px){ 
	.armony_col_left {
    	padding-right: 0px !important;
    	padding-left: 0px !important;
	}
	.armony_col_rigth {
	    margin-top: 1rem;
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}
}
@media (min-width: 781px){
	.armony_realisation_category > div {
		padding-right: 22px;
		padding-left: 22px;
	}
	/*.armony_btn_realisations{
		margin-right: 50px;
	}*/
}