/*
Theme Name: Maison Fernand
Author: The Woodstock - Stéphane Bonnamy - Luc lamouliatte
Author URI: http://the-woodstock.com
Description: Theme Wordpress 
Version: 0.1
Tags: blank, CEFIM
*/
@import url(assets/stylesheets/hamburgers.css);
@import url(assets/stylesheets/normalize.css);
@import url(assets/stylesheets/common.css);
@import url(assets/fonts/stylesheet.css);
@import url(public/css/style.min.css);
@import url(assets/stylesheets/style-footer.css);
@import url(assets/stylesheets/responsive.css);

/* 	style overlay photo */
.overlay {
	background-color: #F8F5EF;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s 0s ease-in;
	-moz-transition: all 0.5s 0s ease-in;
	-o-transition: all 0.5s 0s ease-in;
	transition: all 0.5s 0s ease-in;
	display: flex;
	align-items: center;
}

.overlay.open-bloc {
	opacity: 1;
	visibility: visible;
	z-index: 12;
}

.content-site .p-link {
	cursor: pointer;
	display: inline-block;
}

.slider-room {
	/*width: 638px;*/
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 638px;
}

.img-of-slide img {
	object-fit: cover !important;
	object-position: center top;
	width: 638px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px !important;
}

.wpcf7-form input[type=submit] {
	padding: 35px 70px !important;
}

.wpcf7-form-control-wrap textarea {
	height: 18vh;
	resize: none;
}

.wpcf7-form .capcha {
	padding: 10px;
}

.wpcf7-form .capcha label {
	padding: 6px 0;
	width: 100%;
}

.wpcf7-form .capcha p {
	border-bottom: solid 1px #003139;
}

.Icon__IconStyle-sc-1jpid70-0 {
	display: none !important;
}

.button-room-4 {
	right: 0px !important;
}

/* PARTENAIRES */

.partners-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.partners-list div.item {
	width: 12.5%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px 0px;
}

.partners-list div.item  a {
	text-align: center;
}

.partners-list img {
	max-width: 100%;
	height: auto;
}

/* Ajustement Traductions */

.page-id-823 .title-welcome {
	font-size: 9.6rem;
	font-weight: 300;
	line-height: 161px;
}

.page-id-823 .blue-content {
	font-size: 7.8rem;
}

.page-id-905 .private-big {
	font-size: 8rem;
	font-weight: 300;
	line-height: 161px;
}

/*.page-id-13 .menu_topbar li.menu-item-942 a, .page-id-13 .current_page_item a, 
.page-id-827 .menu_topbar li.menu-item-942 a, .page-id-827 .current_page_item a {
  background-color: #AA5620;
  color: #F8F5EF; }*/
  
.wpcf7-captcha-captcha-118 {
	margin-right: 20px;
}