html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, a img, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content:none; }
table { border-collapse:collapse;border-spacing:0; }
::-moz-selection { background:#ccc;color:#000;text-shadow:none; }
::selection      { background:#ccc;color:#000;text-shadow:none; }
html { -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden; }
body { -webkit-font-smoothing:antialiased;overflow-x:hidden; }
img { max-width:100%;height:auto;vertical-align:middle;border:0;outline:0; }
sup { font-size:0.7em;line-height:0.7em;}

/*------------------------------------------------------------------------*\
    Generic styles
\*------------------------------------------------------------------------*/
.bold { font-weight:600 !important; }
.normal { font-weight:normal !important; }
.italic { font-style:italic !important; }
.text_uppercase { text-transform:uppercase !important; }
.text_lowercase { text-transform:lowercase !important; }
.text_right { text-align:right !important; }
.text_center { text-align:center !important; }
.text_justify { text-align:justify !important; }
.floatL { float:left; }
.floatR { float:right; }
.pos_rel { position:relative; }
.margB_0 { margin-bottom:0 !important; }
.margB_3 { margin-bottom:3px !important; }
.margB_8 { margin-bottom:8px !important; }
.margB_20 { margin-bottom:20px !important; }
.margB_30 { margin-bottom:30px !important; }
.margB_45 { margin-bottom:45px !important; }
.valignM { vertical-align:middle !important; }
.clearfix:before, .clearfix:after { content:"";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both;float:none !important; }
.top_td td { vertical-align:top; }
.bottom_td td { vertical-align:bottom; }
.for_print { display:none; }
.no_wrap { white-space: nowrap }
/*------------------------------------------*\
    Form elements
\*------------------------------------------*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
    outline: none;
	background: #fff;
	width: 96%;
	height: 36px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 4px 2%;
}
textarea {
	resize: none;
	height: 80px;
	text-indent: 0;
}
.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
    max-height: 200px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #999999;
	-webkit-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	-moz-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
}
select {
	width: 100%;
	padding: 4px 0;
	text-indent: 6px;
	height: 42px;
	background: #fff url("/images/arrow_select.png") right center no-repeat;
}
select optgroup {
	background: #f4f4f4;
}
select option {
	background: #fff;
}
.form_button {
	display: inline-block;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#e6e6e6', GradientType=0);
	-webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form_button:hover {
	color: #000;
	border: 1px solid #b1b1b1;
	background-color: #d0d0d0;
	background-image: -moz-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d0d0d0));
	background-image: -webkit-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -o-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: linear-gradient(to bottom, #ffffff, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0d0d0', GradientType=0);
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
label.error {
    color: #C00 !important;
    font-size: 11px !important;
	line-height: 14px !important;
}
/*------------------------------------------------------------------------*\
    Phone   font-family: 'Pinyon Script', cursive;
\*------------------------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #111;
	background: #fff;
}
h1 {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #0c356e;
	margin-bottom: 10px;
}
h2, .title_first {
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.h2_style h2 {
	padding-top: 20px;
	padding-bottom: 3px;
	color: #0c356e;
	border-bottom: solid 2px #d6ccb4;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	color: #0c356e;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #9b8449;
	font-weight: 600;
	margin-bottom: 10px;
}
h5 {
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	font-weight: 600;
	padding: 5px 15px;
	background: #d6ccb4;
	margin-bottom: 10px;
}
p, hr, ul, ol {
	margin: 0 0 25px 0;
}
ul, ol {
	padding: 0 0 0 15px;
}
li {
	margin: 0 0 3px 0;
}
hr {
	height: 1px;
	border: none;
	background: #0c356e;
}
hr.bg_grey {
	background: #afafaf;
}
.small_text {
	font-size: 0.85em;
	line-height: 1.3em;
}
.small_title {
	font-size: 1.4em;
	line-height: 1.3em;
}
strong {
	font-weight: 600;
}
a, .blue {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #367ecf;
	text-decoration: none;
}
a:hover, .gold {
	color: #9b8449;
}
.black {
	color: #333;
}
.dark_blue {
	color: #0c356e;
}
/*------------------------------------------*\
    Header
\*------------------------------------------*/
#top_page {
	width: 100%;
	height: 0;
	overflow: hidden;
}
#btn_top {
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 58px;
	height: 38px;
	padding-top: 4px;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
	/* IE 5-7 */ filter: alpha(opacity=88);
	/* Netscape */ -moz-opacity: 0.88;
	/* Safari 1.x */ -khtml-opacity: 0.88;
	/* Good browsers */ opacity: 0.88;
	background: #14385d;
	background: -moz-linear-gradient(top,  #14385d 0%, #2b649e 100%);
	background: -webkit-linear-gradient(top,  #14385d 0%,#2b649e 100%);
	background: linear-gradient(to bottom,  #14385d 0%,#2b649e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14385d', endColorstr='#2b649e',GradientType=0 );
	border: solid 1px #14385d;
	z-index: 345;
	text-indent: 3px;
	-webkit-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
}
#phone_mobi {
	padding: 10px 0;
	background: #fff;
}
.top_phone {
	font-family: 'Lora', serif;
	font-size: 17px;
	line-height: 20px;
	margin-right: 10px;
}
#menu_mobi {
	padding: 12px 0;
	background: #fff;
}
.mobi_menu {
	display: block;
	color: #fff;
	font-family: 'Lora', serif;
	padding: 8px 0;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	background: #9b8449;
}
.mobi_menu:hover {
	color: #fff;
	background: #373737;
}
.mobi_menu_shop {
	background: #0c356e;
}

/*------------------------------------------*\
    Menu
\*------------------------------------------*/
#menu {
	width: 100%;
	background: #14385d;
}
.nav {
	position: relative;
	display: block;
	width: 100%;
	/*padding-top: 50px;*/
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/*overflow-x: hidden;*/
	z-index: 111;
}
.nav li {
	list-style: none;
	margin: 0;
}
.nav-list {
	padding: 0;
	margin: 0;
}
.menu-item {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	border-top: solid 1px #1c4a7a;
	float: none;
	z-index: 11;
	zoom: 1;
}
.menu-item a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
}
.menu-item > a:hover, .nav-list > li:hover > a {
	color: #fff;
	background: #1c4a7a;
}
.menu-item a.btn_sub_menu {
	cursor: default;
}
ul.sub-menu {
	display: none;
	padding: 0px;
	margin: 0px;
	background: #1c4a7a;
}
ul.sub-menu li {
	display: block;
	width: 100%;
	border-top: solid 1px #2b649e;
}
ul.sub-menu a {
	font-size: 12px;
	display: block;
}
ul.sub-menu a:hover {
	background: #2b649e;
}
.back_rouge{
	background: #7c0000;
}
.back_bleu{
	background: #1d3b5b;
}
/*------------------------------------------*\
    Hamburger
\*------------------------------------------*/
.nav-mobile {
	display: block;
	position: absolute;
	top: -46px;
	right: 5%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 44px;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.nav-mobile:focus {
	outline: none;
}
.nav-mobile span {
	display: block;
	position: absolute;
	top: 23px;
	left: 5px;
	right: 5px;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #0c356e;
}
.nav-mobile span::before,
.nav-mobile span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #0c356e;
	content: "";
}
.nav-mobile span::before {
	top: -9px;
}
.nav-mobile span::after {
	bottom: -9px;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx {
	background-color: transparent;
}
.nav-mobile--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-mobile--htx span::before,
.nav-mobile--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-mobile--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.nav-mobile--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx.is-active {
	background-color: transparent;
}
.nav-mobile--htx.is-active span {
	background: none;
}
.nav-mobile--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-mobile--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-mobile--htx.is-active span::before,
.nav-mobile--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-click {
	display: none;
	width: 98%;
	height: 50px;
	position: absolute;
	top: 0;
	right: 3.2%;
	cursor: pointer;
}
.nav-click i.nav-arrow {
	display: block;
	height: 50px;
	float: right;
	width: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-click i.nav-arrow.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*------------------*\
    Desktop
\*------------------*/
.nav-list {
	display: none;
}
.nav-click {
	display: block;
}
.menu-item:hover .sub-menu {
	display: none;
}
/*------------------------------------------*\
    Content
\*------------------------------------------*/
#top_pub_wrapper {
	display: block;
	text-align: center;
	max-width: 1420px;
	width: auto;
	max-height: 320px;
	margin: 0 auto 20px;
}
#top_pub_center {
	display: block;
}
.stickers1 .bx-wrapper:first-child{
	margin-bottom: 20px !important;
}
/*.slider_pub_cote, .slider_pub_cote2{
	height: 400px !important;
	overflow:hidden !important;
}*/
.slider_pub {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slider_pub li a, .slider_pub li .simul_link {
	display: block;
	padding: 10px;
	text-align: center;
}
.slider_pub li img, .photo_shadow {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.window_padding {
	padding: 0 7%;
}
.succ_thumbs {
	margin-bottom: 25px;
}
.succ_thumbs img {
	display: block;
	border: solid 1px #ccc;
	margin: 0 auto 10px;
}
.succ_infos h2 {
	margin-bottom: 3px;
}
.succ_infos h6 {
	margin-bottom: 25px;
}
.succ_infos h6 a {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-weight: 600;
	background: #1c4a7a;
}
.succ_infos h6 a:hover {
	color: #fff;
	background: #9b8449;
}
.tbl_liens td {
	vertical-align: top;
	padding-bottom: 25px;
}
.anchors_wrapper a {
	display: inline-block;
	margin-bottom: 6px;
}
#home_content {
	padding: 30px 0 15px;
}
#home_content p {
	width: 100% !important;
}
.team_tbl td, .form_tbl td {
	padding-bottom: 25px;
}
.team_tbl {
	font-size: 0.8em;
	line-height: 1.4em;
}
.team_tbl strong {
	font-size: 1.3em;
	line-height: 1.6em;
}
.form_tbl td.tbl_label {
	padding-bottom: 3px;
}
.thumbs_wrappers_message {
	font-size: 13px;
	width: 48%;
	float: left;
	margin: 0 0 15px 4%;
}
.thumbs_wrappers_message:nth-child(odd) {
	clear: left;
	margin: 0 0 15px 0;
}
.jfilestyle-theme-black{
	width: 100%;
}
div.jfilestyle input{
	background: transparent !important;
	padding: 0 !important;
	width: 190px !important;
}
/*--------------------------------*\
	SEARCH
\*--------------------------------*/
#btn_toggle_search {
	display: block;
	color: #fff;
	font-family: 'Lora', serif;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #fff;
	background: #373737;
}
#btn_toggle_search:hover {
	color: #fff;
	background: #1d3b5b;;
}
#search_bar {
	display: none;
	padding: 30px 0;
	background: #373737;
}
form#search, form#search_membre {
	position: relative;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden;
	border: solid 1px #373737;
	margin-bottom: 20px;
}
form#search input, form#search_membre input {
	border: none;
	box-sizing: border-box;
	height: 44px;
	padding-right: 50px;
}
form#search a, form#search_membre a {
	position: absolute;
	right: -2px;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 46px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #9b8449;
}
form#search a .far, form#search_membre a .far {
	line-height: 46px !important;
}
form#search a:hover, form#search_membre a:hover {
	color: #fff;
	background: #1d3b5b;
}
#search_bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	color: #777;
	opacity: 1;
}
#search_bar ::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	color: #777;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#search_bar :-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	color: #777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#search_bar :-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	color: #777;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#search_or {
	text-align: center;
	margin-bottom: 20px;
}
#search_or span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-weight: 600;
	color: #fff;
	background: #666;
}
#maisons_liste {
	position: relative;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
}
#maisons_links {
	display: none;
	position: absolute;
	left: 4%;
	width: 92%;
	top: 100%;
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	background: #fff;
	z-index: 60;
}
#maison_defaut {
	padding: 0 2%;
	font-style: italic;
	color: #777;
	background: url("/images/arrow_select.png") right center no-repeat;
}
#maisons_links a {
	display: block;
	padding: 11px;
	font-size: 11px;
	line-height: 24px;
	color: #333;
	border-bottom: solid 1px #777;
}
#maisons_links a:hover {
	color: #9b8449;
}
#maisons_links a:first-child {
	border-top: solid 1px #777;
}
#maisons_links a.maison-1 {
	background: url("/images/ico_roy.png") 10px center no-repeat;
	-webkit-background-size: 35px 25px;
	-moz-background-size: 35px 25px;
	-o-background-size: 35px 25px;
	background-size: 35px 25px;
}
#maisons_links a.maison-2 {
	background: url("/images/ico_gerald.png")10px center no-repeat;
	-webkit-background-size: 35px 25px;
	-moz-background-size: 35px 25px;
	-o-background-size: 35px 25px;
	background-size: 35px 25px;
}
#maisons_links a.maison-3 {
	background: url("/images/ico_rosario.png") 10px center no-repeat;
	-webkit-background-size: 35px 25px;
	-moz-background-size: 35px 25px;
	-o-background-size: 35px 25px;
	background-size: 35px 25px;
}
#maisons_links a.maison-4 {
	background: url("/images/ico_couture.png") 10px center no-repeat;
	-webkit-background-size: 35px 25px;
	-moz-background-size: 35px 25px;
	-o-background-size: 35px 25px;
	background-size: 35px 25px;
}
#maisons_links a.maison-1, #maisons_links a.maison-2, #maisons_links a.maison-3, #maisons_links a.maison-4 {
	padding: 11px 11px 11px 56px;
}
/*------------------------------------------*\
    �l�ments d�funts
\*------------------------------------------*/
.btn_pensee_virtuelle img{
	position: relative;
	right: -14px;
}
.avis_wrapper {
	padding: 15px 0;
	position: relative;
}
.avis_wrapper_short {
	height: 330px;
	overflow: hidden;
}
.avis_wrapper_short .hide_on_short{
	display: none;
}
.hide_on_short{
	display: block;
}
.avis_wrapper_zone {
	width: 60%;
	height: 175px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	z-index: 30;

}
.avis_wrapper_zone:hover {
	background: url(../images/beige_hover.png) 0 0 repeat-y;
}
.extras_desktop {
	display: none;
}
.btn_switch_view_plus, .btn_switch_view_minus {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/avis_hover_mobi.png) center top no-repeat;
	z-index: 25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
.btn_switch_view_plus:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.btn_switch_view_plus.btn_switch_view_plus_minus {
	display: block;
	background: #9b8449 url(/images/minus.png) center center no-repeat;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	top: auto;
	left: auto;
	right: 0;
	bottom: -45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
.btn_switch_view_minus {
	background: url(../images/icons.png) 0 -550px repeat-x;
	z-index: 26;
}
.big_text {
	position: relative;
	max-height: 174px;
	overflow: hidden;
}
.big_text:after {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.img_defunt_wrapper img, .photo_frame, .team_tbl img {
	border: solid 4px #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
.photo_frame {
	display: inline-block;
	margin-bottom: 8px;
}
.history_img {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	clear: left;
}
.team_tbl img {
	margin-bottom: 8px;
}
.defunt_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 19px;
	line-height: 205px;
	text-align: center;
	font-weight: 800;
	background: -moz-linear-gradient(left, rgba(155,132,73,0) 0%, rgba(155,132,73,1) 10%, rgba(155,132,73,1) 100%);
	background: -webkit-linear-gradient(left, rgba(155,132,73,0) 0%,rgba(155,132,73,1) 10%,rgba(155,132,73,1) 100%);
	background: linear-gradient(to right, rgba(155,132,73,0) 0%,rgba(155,132,73,1) 10%,rgba(155,132,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b8449', endColorstr='#9b8449',GradientType=1 );
	z-index: 3;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;*/
}
.defunt_link .fa-plus {
	margin-left: 4%;
}
.btn_retour_avis {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
	white-space: nowrap;
}
.btn_envoyer_fleurs, .btn_envoyez_avis, .btn_faire_don {
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 9px 23px;
	min-width: 200px;
	max-width: 360px;
	text-transform: uppercase;
	text-align: center;
	background: #7c0000 url("/images/bg_fleurs.png") left center no-repeat;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.btn_envoyez_avis {
	background: #1d3b5b url("/images/bg_avis.png") left center no-repeat;
}
.btn_faire_don {
	background: #9b8449 url("/images/bg_don.png") left center no-repeat;
}
.btn_envoyer_fleurs:hover, .btn_envoyez_avis:hover, .btn_faire_don:hover, .btn_envoyez_message:hover {
	color: #ccc;
}
.btn_envoyez_message {
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 9px 23px;
	min-width: 200px;
	text-transform: uppercase;
	text-align: center;
	background: #494949 url("/images/bg_message.png") right top no-repeat;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.btn_envoyez_message.btn_envoyez_message_proche, .btn_envoyez_message.btn_envoyez_message_proche:hover {
	color: #fff;
	display: block;
	max-width: 3000px;
	background: #1d3b5b url("/images/bg_avis.png") right center no-repeat;
}
.btn_envoyez_message.btn_envoyez_message_page, .btn_envoyez_message.btn_envoyez_message_page:hover {
	color: #fff;
	display: block;
	max-width: 3000px;
}
.btn_envoyez_message.btn_envoyez_message_don, .btn_envoyez_message.btn_envoyez_message_don:hover {
	color: #fff;
	display: block;
	max-width: 3000px;
	background: #9b8449 url("/images/bg_don.png") right center no-repeat;
}
.btn_envoyez_message.btn_envoyez_message_fleurs, .btn_envoyez_message.btn_envoyez_message_fleurs:hover {
	color: #fff;
	display: block;
	max-width: 3000px;
	background: #7c0000 url("/images/bg_fleurs.png") right center no-repeat;
}
.button_gold, .button_grey, .button_blue {
	display: inline-block;
	padding: 9px 23px;
	font-weight: 600;
	color: #9b8449;
	line-height: 27px;
	background: #494949;
	cursor: pointer;
	margin: 0 8px 8px 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-border-radius: 14px !important;
	-moz-border-radius: 14px !important;
	border-radius: 14px !important;
}
.button_gold, .button_blue:hover {
	color: #fff;
	background: #9b8449;
}
.button_blue {
	color: #fff;
	background: #1d3b5b;
}
.button_grey:hover {
	color: #fff;
}
.button_gold:hover {
	color: #fff;
	background: #494949;
}
#btn_calendar_page.button_blue {
	white-space: nowrap;
}
#btn_calendar_page.button_blue.btn_blue_open {
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	background: #1d3b5b !important;
}
.message_modeles {
	border: solid 1px #ccc;
	padding: 8px;
	display: none;
	background: #f1f1f1;
}
.bg_beige_title {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 16px;
	color: #fff;
	background: #1d3b5b;
	margin-bottom: 8px;
}
.pagination {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	padding-top: 25px;
}
.pagination span.disabled, .pagination a {
	font-size: 22px;
	width: 26px;
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	background: #f2f2f2;
}
.pagination a {
	color: #fff;
	background: #0c356e;
}
div.jfilestyle input {
	color: #333333 !important;
}
table.table_td_100p td{
    width: 100% !important;
    display: block !important;
}
/*------------------------------------------*\
    Menu sidebar
\*------------------------------------------*/
#menu_right {
	text-align: left;
	max-width: 325px;
	border-top: solid 1px #8c7234;
	margin-bottom: 25px;
}
#menu_right a {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	border-bottom: solid 1px #8c7234;
	padding: 7px 8px 4px 8px;
}
#menu_right a:hover {
	color: #8c7234;
}
#menu_right span {
	font-size: 12px;
	line-height: 15px;
}
/*------------------------------------------*\
    Calendar
\*------------------------------------------*/
#calendar {
	display: none;
	width: 100%;
	max-width: 360px;
	clear: both;
	margin: 0 auto 10px;
	padding: 10px 0 7px 0;
	border-bottom: solid 2px #9b8449;
	background: #fff;
}
#calendar_page #calendar {
	display: block;
}
#side_horaire #calendar {
	width: 94%;
	margin: 8px auto;
}
#month {
	padding: 4px 0 2px 0;
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #9b8449;
	background-image: -moz-linear-gradient(top, #9b8449, #7c6733);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b8449), to(#7c6733));
	background-image: -webkit-linear-gradient(top, #9b8449, #7c6733);
	background-image: -o-linear-gradient(top, #9b8449, #7c6733);
	background-image: linear-gradient(to bottom, #9b8449, #7c6733);
}
#month span {
	font-weight: normal;
	font-size: 17px;
}
#month td {
	/*font-family: 'Lora', serif;*/
	font-size: 15px;
	text-align: center;
	color: #fff;
	padding: 1px 0 4px 0;
}
#month td a {
	color: #fff;
	font-size: 36px;
	cursor: pointer;
}
#month td a:hover {
	color: #000;
	text-decoration: none;
}
#tbl_calendar {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	background: #fff;
}
#tbl_calendar td, #tbl_calendar th {
	width: 14.28%;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	position: relative;
}
#tbl_calendar td{
	padding: 0;
}
#tbl_calendar td a {
	display: block;
	color: #fff;
}
#tbl_calendar td a:hover {
	text-decoration: none;
	background: #1d3b5b;
}
#week_days, .cal_legend {
	color: #000;
	/*font-weight: 600;*/
	padding: 5px 0 4px 0;
	background-color: #f5f5f5;
	*background-color: #eee8de;
	background-image: -moz-linear-gradient(top, #eee8de, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee8de), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eee8de, #ffffff);
	background-image: -o-linear-gradient(top, #eee8de, #ffffff);
	background-image: linear-gradient(to bottom, #eee8de, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee8de', endColorstr='#ffffff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#week_days span {
	width: 14.28%;
	display: block;
	float: left;
	text-align: center;
}
.date_has_event {
	cursor: pointer;
	color: #fff !important;
	background: #9b8449;
	font-weight: bold !important;
}
.calendar_arrow {
	width: 12% !important;
}
#calendar_titre {
	width: 76%;
}
#calendar_page #calendar {
	margin: 0;
	padding: 8px;
	background: #1d3b5b;
	z-index: 40;
}
.current_date{
	background: #1d3b5b;
}
.calendars{
	display: inline-block;
    margin-right: 10px;
}
.calendars img, .calendar_page .avis_text .calendars img{
	width: 20px;
    margin-bottom: 5px;
}
.avis_text {
	position: relative;
}
.tbl_cal_infos li{
	margin: 0 0 10px 0;
}
.table_td_100p ul, .calendar_page .avis_text ul,
.table_td_100p ul li, .calendar_page .avis_text ul li {
	list-style: none;
	padding: 0;
}
.btn_add_calendar{
	background: #1d3b5b;
	padding: 7px 14px;
	color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.btn_add_calendar span img{
	width: 20px;
	margin-left: 5px;
	margin-bottom: 4px;
}

/*------------------------------------------*\
    Genealogie
\*------------------------------------------*/
#genealogie {
	width: 100%;
	height: auto;
	position: relative;
}
#Map_genealogie area {
	cursor: pointer !important;
}
#m_infos_1, #m_infos_2, #m_infos_3, #m_infos_4, #m_infos_5, #m_infos_6, #m_infos_7, #m_infos_8, #m_infos_9, #m_infos_10, #m_infos_11, #m_infos_12, #m_infos_13, #m_infos_14, #m_infos_15, #m_infos_16, #m_infos_17, #m_infos_18, #m_infos_19, #m_infos_20, #m_infos_21, #m_infos_22, #m_infos_23 {
	display: none;
	position: absolute;
	z-index: 150;
}
#m_infos_1  { left: 170px; top: 180px; }
#m_infos_2  { left: 242px; top: 180px; }
#m_infos_3  { left: 64px; top: 246px; }
#m_infos_4  { left: -32px; top: 280px; }
#m_infos_5  { left: 390px; top: 258px; }
#m_infos_6  { left: 480px; top: 277px; }
#m_infos_7  { left: 116px; top: 547px; }
#m_infos_8  { left: -2px; top: 597px; }
#m_infos_9  { left: 420px; top: 741px; }
#m_infos_10 { left: 330px; top: 699px; }
#m_infos_11 { left: 34px; top: 731px; }
#m_infos_12 { left: 80px; top: 705px; }
#m_infos_13 { left: 461px; top: 439px; }
#m_infos_14 { left: 355px; top: 415px; }
#m_infos_15 { left: 221px; top: 510px; }
#m_infos_16 { left: 335px; top: 537px; }
#m_infos_17 { left: 380px; top: 596px; }
#m_infos_18 { left: 174px; top: 790px; }
#m_infos_19 { left: 224px; top: 790px; }
#m_infos_20 { left: -10px; top: 450px; }
#m_infos_21 { left: 18px; top: 422px; }
#m_infos_22 { left: 252px; top: 655px; }
#m_infos_23 { left: 168px; top: 655px; }
.m_large p, .m_small p, .m_medium p {
	font: 13px/18px 'Economica', Arial, sans-serif;
	margin-bottom: 6px;
}
.m_large span, .m_small span, .m_medium span {
	font: 16px/20px 'Economica', Arial, sans-serif;
}
.m_large span.m_annees, .m_small span.m_annees, .m_medium span.m_annees {
	font: 15px/18px 'Economica', Arial, sans-serif;
}
.m_large {
	width: 225px;
	height: 134px;
	background: url(../images/bg_mosaics.jpg) 0 0 no-repeat;
	padding: 17px 17px;
}
.m_small {
	width: 180px;
	height: 134px;
	background: url(../images/bg_mosaics.jpg) 0 -172px no-repeat;
	padding: 17px 17px;
}
.m_medium {
	width: 245px;
	height: 56px;
	background: url(../images/bg_mosaics.jpg) 0 -345px no-repeat;
	padding: 20px 23px;
}
#menu_right_genealogie {
	width: 238px;
	text-align: left;
	margin-top: 8px;
	border-top: solid 1px #8c7234;
}
#menu_right_genealogie p {
	color: #4a3b38;
	font: 20px/23px 'Economica', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: solid 1px #8c7234;
	padding: 7px 8px 4px 8px;
}
#menu_right_genealogie a {
	color: #4a3b38;
}
#menu_right_genealogie a:hover {
	text-decoration: none;
	background: #f3eee0;
}
#menu_right_genealogie span {
	font: 12px/15px 'Economica', Arial, sans-serif;
	text-transform: none;
}
/*------------------------------------------*\
    Boutique
\*------------------------------------------*/
.item_wrapper, .cat_btn_img {
	display: block;
	position: relative;
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-bottom: 25px;
	background: #fff;
}
.videos-page .item_wrapper img {
	width: 100%;
}
.item_wrapper.item_wrapper_no_bg {
	background: none;
}
.cat_btn_img {
	overflow: hidden;
}
.cat_btn_img img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.cat_btn_img:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.item_wrapper:nth-child(odd), .cat_btn_img:nth-child(odd) {
	clear: left;
	margin-left: 0;
}
.item_wrapper_inside {
	border: solid 1px #373737;
	padding: 8px;
}
.par_img_boutique {
	min-height: 170px;
}
.item_wrapper_inside img {
	max-width: 100%;
	max-height: 170px;
	width: auto;
	height: auto;
}
.item_details {
	display: block;
	text-align: center;
	padding: 5px;
	color: #333;
	font-weight: 600;
	background: #d3d3d3;
}
.item_title a {
	color: #0c356e;
}
#side_cart {
	max-width: 325px;
	margin: 0 auto 15px;
}
#side_cart_header {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	padding: 15px 20px;
	background: #7c0000;
}
#side_cart_header:hover {
	color: #d3d3d3;
}
.paiement_text {
	max-width: 325px;
	margin: 0 auto 3px;
}
#side_cart_header .fa-shopping-cart {
	float: right;
}
#side_cart_padding {
	text-align: left;
	font-size: 16px;
	padding: 15px 20px;
	color: #333;
	font-weight: 600;
	background: #d3d3d3;
}
#cart_sub_total {
	padding: 10px 15px;
	color: #333;
	margin-bottom: 8px;
	background: #fff;
}
#btn_full_cart {
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
#btn_full_cart:hover {
	color: #7c0000;
}
#side_cart_checkout {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 15px 20px;
	background: #393939;
}
#side_cart_checkout:hover {
	background: #7c0000;
}
.defunt_box {
	cursor: pointer;
}
.number_item, .tbl_quantity input {
	max-width: 80px;
	text-align: center;
}
table.resume-produits th, table.modeLivraison th {
	font-weight: 600;
	padding: 5px 6px;
	background: #d3d3d3;
}
table.resume-produits {
	margin-bottom: 15px;
}
#cart_resume {
	text-align: right;
}
a#passToCash, .no_marge_right {
	margin-right: 0;
}
table.resume-produits td, table.modeLivraison td {
	padding: 5px 6px;
}
table.resume-produits tr:nth-child(odd), table.modeLivraison tr:nth-child(odd) {
	background: #f1f1f1;
}
table.resume-produits td.tbl_delete {
	min-width: 16px !important;
}
table.resume-produits td.tbl_pic {
	max-width: 168px;
}
td.tbl_description, table.modeLivraison td {
	font-size: 0.85em;
	line-height: 1.2em;
}
/*------------------------------------------*\
    Footer
\*------------------------------------------*/
#pre_footer {
	padding: 7vw 0 8vw;
	color: #fff;
	border-top: solid 20px #fff;
	text-align: center;
	clear: both;
	background: url("/images/bg_footer.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pre_footer .script {
	display: block;
	font-family: 'Pinyon Script', cursive;
	font-size: 6.6vw;
	line-height: 1.2em;
}
#pre_footer .text_uppercase {
	font-family: 'Lora', serif;
	font-size: 3.6vw;
	color: #fff;
	line-height: 1.2em;
}
#pre_footer .text_uppercase:hover {
	color: #9b8449;
}
#footer {
	font-size: 13px;
	line-height: 19px;
	padding: 40px 0;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #9b8449;
}
.footer_logo img {
	width: 180px;
}
.footer_contacts p {
	margin-bottom: 15px;
}
.footer_contacts strong {
	font-weight: 600;
}
#signature {
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
	text-align: center;
	background: #eeeeee;
}
#signature a {
	color: #333;
}
#signature a:hover {
	color: #9b8449;
}
#bottom_links {
	display: block;
}






@media screen and (max-width: 398px) {
	form#search input, form#search_membre input, #maison_defaut {
		font-size: 11px;
	}
	.history_img {
		width: 36% !important;
		height: auto !important;
	}
	.history_img img {
		width: 100% !important;
		height: auto !important;
	}
    .btn_add_calendar{
        font-size: 13px !important;
    }

}
@media screen and (min-width: 398px) {
	.anchors_wrapper a {
		white-space: nowrap;
	}
	.succ_thumbs img {
		width: 32%;
		float: left;
		margin: 0;
	}
	.succ_thumbs img.img_center {
		margin: 0 1%;
	}
	.img_ico_salon {
		margin-left: 0;
		float: right;
		line-height: 29px;
	}

}


@media screen and (max-width: 637px) {
	.tbl_liens td, .main_text_left table td, .team_tbl td {
		display: block;
		width: 100%;
	}
	.main_text_left table.resume-produits td,
	.main_text_left table.modeLivraison td {
		display: table-cell;
		width: auto;
	}
	.main_text_left #calendar td {
		display: table-cell;
	}
	.tbl_liens tr td:nth-child(2), .no_mobi_td, .for_638 {
		display: none !important;
	}
	.btn_pensee_virtuelle img{
		right: 20px;
	}
    .page-calendrier-details table.tbl_cal_infos tr{
        display: inline-grid;
        width: 100%;
    }
	.avis_wrapper_short {
		max-height: 696px;
		height: auto;
		/*overflow: hidden;*/
	}
}
@media screen and (min-width: 638px) {
	.window_padding {
		padding: 0 4%;
	}
	h1 .btn_retour_avis {
		margin-left: 0;
		float: right;
		line-height: 29px;
	}
	.mobi_menu_half {
		width: 48%;
		float: left;
	}
	.mobi_menu_half:nth-child(1), .mobi_menu_half:nth-child(3) {
		margin-right: 4%;
	}
	.top_phone {
		font-size: 20px;
		margin-right: 40px;
	}
	.succ_text {
		width: 48%;
		float: left;
	}
	.succ_thumbs {
		width: 48%;
		float: right;
	}
	.img_margR_td table td {
		padding-right: 12px;
	}
	.thumbs_wrappers {
		width: 200px;
		float: left;
		margin: 0 28px 30px 0;
	}
	.thumbs_wrappers img {
		max-width: 200px !important;
		width: auto !important;
		height: 142px !important;
		border: solid #ccc 1px;
		margin-bottom: 4px;
	}
	.team_tbl td {
		width: 33.33%;
	}
	.big_text {
		position: absolute;
		top: 10px;
		right: 0;
		width: 68%;
		height: 92%;
		max-height: 92%;
	}
	.img_defunt_wrapper {
		width: 26%;
		float: left;
		margin: 0 30px 0 0
	}
	.avis_wrapper_left_detail .img_defunt_wrapper {
		width: 90%;
	}
	.avis_wrapper_left .img_defunt_wrapper {
		float: none;
		margin: 0 3% 25px 3%;
	}
	.avis_wrapper_left {
		float: left;
		width: 30%;
		text-align: right;
		position: relative;
		z-index: 6;
	}
	.avis_wrapper_right {
		float: right;
		width: 68%;
		min-height: 260px;
		background: url("/images/line_V_avis.png") left bottom no-repeat;
	}
	.avis_wrapper_right.avis_wrapper_right_no_border {
		background: none;
	}
	.avis_wrapper_right_no_border {
		padding-top: 20px;
	}
	.extras_desktop {
		display: block;
	}
	.extras_mobi {
		display: none;
	}
	.btn_envoyer_fleurs, .btn_envoyez_avis, .btn_faire_don {
		display: block;
		font-size: 13px;
		padding: 9px 23px;
		min-width: 50px;
		max-width: 600px;
		text-align: right;
		position: relative;
		right: -6.3%;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.btn_envoyez_message {
		display: block;
		font-size: 13px;
		line-height: 29px;
		padding: 9px 23px;
		min-width: 50px;
		max-width: 600px;
		text-align: left;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.avis_wrapper_right_no_border .btn_envoyez_message_proche,
	.avis_wrapper_right_no_border .btn_envoyez_message_fleurs,
	.avis_wrapper_right_no_border .btn_envoyez_message_don,
	.avis_wrapper_right_no_border .btn_envoyez_message_page {
		position: relative;
	}
	.avis_wrapper_right_no_border .btn_envoyez_message_proche:before,
	.avis_wrapper_right_no_border .btn_envoyez_message_fleurs:before,
	.avis_wrapper_right_no_border .btn_envoyez_message_don:before,
	.avis_wrapper_right_no_border .btn_envoyez_message_page:before {
		position: absolute;
		top: 0;
		left: -100px;
		width: 101px;
		height: 100%;
		display: block;
		content: '';
		background: #1d3b5b;
		z-index: 1;
	}
	.avis_wrapper_right_no_border .btn_envoyez_message_page:before {
		background: #494949;
	}
	.avis_wrapper_right_no_border .btn_envoyez_message_fleurs:before {
		background: #7c0000;
	}
	.avis_wrapper_right_no_border .btn_envoyez_message_don:before {
		background: #9b8449;
	}
	.avis_text {
		padding-left: 23px;
	}

	.form_tbl td.tbl_label {
		width: 100px;
		padding-right: 12px;
	}
	.item_wrapper, .item_wrapper:nth-child(odd) {
		clear: none;
		width: 32%;
		margin-left: 2%;
	}
	.item_wrapper:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
	#pre_footer {
		padding: 45px 0 50px;
	}
	#pre_footer .script {
		font-size: 42px;
	}
	#pre_footer .text_uppercase {
		font-size: 24px;
		font-weight: 700;
	}
	#footer_RG, #footer_GC {
		width: 48%;
		float: left;
		clear: left;
	}
	#footer_PC_RC, #footer_CF {
		width: 48%;
		float: right;
	}
	#footer_CF .footer_line, .for_phone  {
		display: none;
	}
}







@media screen and (max-width: 767px) {
	#home_links, #home_content img, .sidebar_right.sidebar_right_avis, .sidebar_right #menu_right {
		display: none;
	}
	.overflowX {
		overflow-x: scroll;
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 768px) {
	.half_right {
		width: 48%;
		float: right;
	}
	.half_left {
		width: 48%;
		float: left;
	}
	.home_big_btn {
		display: block;
		position: relative;
		width: 33%;
		float: left;
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 2vw;
		line-height: 1.3em;
		text-transform: uppercase;
		overflow: hidden;
		text-align: center;
	}
	#big_btn_black {
		margin: 0 0.5%;
	}
	.home_big_btn strong {
		display: block;
		width: 100%;
		position: absolute;
		top: 40%;
		left: 0;
		z-index: 3;
	}
	.home_big_btn:hover {
		color: #fff;
		letter-spacing: 2px;
	}
	.home_big_btn img {
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.home_big_btn:hover img {
		color: #fff;
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.history_img {
		width: 195px !important;
		height: auto !important;
	}
	.succ_text {
		width: 36%;
	}
	.succ_thumbs {
		width: 60%;
	}
	.pagination {
		text-align: left;
	}
	.img_defunt_wrapper {
		width: 28%;
	}
	.main_text_left {
		width: 66%;
		float: left;
	}
	.sidebar_right {
		width: 30%;
		float: right;
		text-align: right;
	}
	.sidebar_right.sidebar_right_avis {
		position: relative;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky {
		position: relative;
		width: 100%;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky .stickers1 {
		width: 27.5%;
	}
	#mobi_side_menu {
		display: none;
	}
	#btn_toggle_search {
		display: none;
	}
	#search_bar {
		display: block !important;
	}
	form#search, form#search_membre {
		width: 45%;
		float: left;
	}
	form#search_membre {
		float: right;
	}
	#search_or {
		display: inline-block;
		width: 9%;
		float: left;
	}
	#search_or span {
		height: 46px;
		line-height: 46px;
	}
	.stickers1 ul, .stickers1 ul li {
		padding-left: 0;
		list-style: none;
	}
	.stickers1 .bx-viewport {
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	}
	.stickers1 .bx-viewport img {
		display: block;
		width: 100%;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	}
	.slider_pub_cote, .slider_pub_cote2{
		visibility: hidden;
	}
	#footer_RG, #footer_GC {
		width: 58%;
	}
	#footer_PC_RC, #footer_CF {
		width: 38%;
	}
}


@media screen and (max-width: 790px) {
    .btn_add_calendar{
        font-size: 14px;
    }
}

@media screen and (min-width: 928px) {
	div.jfilestyle input{
		width: 68% !important;
	}
}



@media screen and (max-width: 1001px) {
	#desktop_banner, #main_logo, #main_avis, #desktop_head, #side_videos, #side_horaire, #side_boutique, .m_infos, .btn_imprimez_avis, .for_desktop, #btn_calendar_page {
		display: none !important;
	}
	.m_btn {
		pointer-events: none;
	}
	#tbl_calendar td, #tbl_calendar th {
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1199px) {
	#desktop_diagram, #menu_planif {
		display: none;
	}
	table {
		max-width: 100%;
	}
}