@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	background-color: beige;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	font-family: 'Titillium Web', sans-serif;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

@media screen and (max-width: 480px) {

	html,
	body {
		min-width: 300px;
	}

}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

/* Type */

body,
input,
select,
textarea {
	color: #585858;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16pt;
	font-weight: 600;
	line-height: 1.60;
}

@media screen and (max-width: 1680px) {

	body,
	input,
	select,
	textarea {
		font-size: 14pt;
	}

}

@media screen and (max-width: 1280px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

a {
	-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	transition: border-bottom-color 0.2s ease, color 0.2s ease;
	text-decoration: none;
	color: #585858;
	border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
	font-family: 'Titillium Web', sans-serif;
}

a:hover {
	border-bottom-color: transparent;
	color: #f2849e !important;
}

strong,
b {
	font-weight: 1000;
	font-size: 1.25em;
}

em,
i {
	font-style: italic;
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9em;

}

p {
	margin: 0 0 0.8em 0;
	font-family: 'Titillium Web', sans-serif;
	color: black;
	font-weight: 600;
}

p.case {
	color: #FFFFFF;
}

h1 {
	font-size: 2.75em;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0 10px 0;
	letter-spacing: -0.035em;
	font-family: 'Titillium Web', sans-serif;
}

h1 a {
	color: inherit;
}

@media screen and (max-width: 736px) {

	h1 {
		font-size: 2em;
		margin: 0px 0 10px 0;
	}

}

/* @media screen and (max-width: 480px) {

	h1 {
		font-size: 1.2em;
	}

} */

h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: 1.0;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h2 {
	font-size: 1.1em;
	margin: 0em 0 1em 0;
	font-family: 'Titillium Web', sans-serif;
}

h2.site {
	font-size: 1.1em;
	text-decoration: underline;
	padding-top: 30px;
}

h3 {
	font-size: 1em;
	font-family: 'Titillium Web', sans-serif;
	margin: 0em 0 1em 0;
}

h4 {
	font-size: 0.8em;
	padding-bottom: 5px;
	font-family: 'Titillium Web', sans-serif;
	margin: 0em 0 1em 0;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.8em;
}

@media screen and (max-width: 980px) {

	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}

}

@media screen and (max-width: 736px) {

	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 0.8em;
	}

}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px #c9c9c9;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px #c9c9c9;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px #c9c9c9;
	margin: 2em 0;
}

/* Row */

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	margin-top: 0em;
}

@media screen and (max-width: 736px) {

	header p {
		margin-top: 0;
	}

}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

.icon.style2 {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	background-color: transparent;
	border: solid 1px #c9c9c9;
	border-radius: 4px;
	width: 2.65em;
	height: 2.65em;
	display: inline-block;
	text-align: center;
	line-height: 2.65em;
	color: inherit;
}

.icon.style2:before {
	font-size: 1.1em;
}

.icon.style2:hover {
	color: #f2849e;
	border-color: #f2849e;
}

.icon.style2:active {
	background-color: rgba(242, 132, 158, 0.1);
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 1em 0;
	padding-left: 1em;
}

ul li {
	padding-bottom: 0.2em;
	/* paddinf-top: 0.2em; */
	font-family: 'Titillium Web', sans-serif;

}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #c9c9c9;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 900;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
		padding: 0 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5rem;
	}

}

/* Icons */

/* Form */

form {
	margin: 0 0 2em 0;
	overflow-x: hidden;
}

form> :last-child {
	margin-bottom: 0;
}

label {
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0 0 0 0;
	font-family: 'Titillium Web', sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #c9c9c9;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-bottom-color: #f2849e;
	box-shadow: inset 0 -1px 0 0 #f2849e;
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c9c9c9' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 3em;
	padding-right: 3em;
	text-overflow: ellipsis;
}

select option {
	background: #ffffff;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 3em;
}

textarea {
	padding: 0;
	min-height: 3.75em;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	color: #585858;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	padding-left: 2.55em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border-radius: 4px;
	border: solid 1px #c9c9c9;
	content: '';
	display: inline-block;
	height: 1.8em;
	left: 0;
	line-height: 1.725em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.8em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #585858;
	border-color: #585858;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #f2849e;
	box-shadow: 0 0 0 1px #f2849e;
}

input[type="checkbox"]+label:before {
	border-radius: 4px;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

/* Box */

.box {
	border-radius: 4px;
	border: solid 1px #c9c9c9;
	margin-bottom: 2em;
	padding: 0.7em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Image */

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 4px;
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

@media screen and (max-width: 736px) {

	.image.main {
		margin: 0 0 2em 0;
	}

}

/* Table */

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #c9c9c9;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 900;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px #c9c9c9;
}

table tfoot {
	border-top: solid 2px #c9c9c9;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px #c9c9c9;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 2px #585858;
	color: #585858 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 900;
	height: 3.5em;
	letter-spacing: 0;
	line-height: 3.45em;
	overflow: hidden;
	padding: 0 1.25em 0 1.6em;
	text-align: center;
	text-decoration: none;

	/* text-transform: uppercase; */

	white-space: nowrap;
	font-family: 'Titillium Web', sans-serif;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	color: #f2849e !important;
	box-shadow: inset 0 0 0 2px #f2849e;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(242, 132, 158, 0.1);
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.6em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	box-shadow: none;
	background-color: #585858;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #404040;
	color: #ffffff !important;
	box-shadow: none;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: #ee5f81;
}

input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

/* Hero */

.hero {
	text-align: center;
	padding: 0.75em 1em 1.75em;
}

.hero h1 {
	margin-bottom: 0.3em;
}

.hero .hero-sub {
	color: #888888;
	font-size: 1.1em;
	/* line-height: 1.7; */
	margin-bottom: 1.75em;
	/* font-weight: 300; */
}

.hero .actions {
	margin-top: 0;
}

/* Hero quick-action buttons */

.hero-quick-actions {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	width: 100%;
	margin: 0 0 1.25em;
}

.hqa-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.3em 1em;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.2s ease;
}

.hqa-icon {
	margin-right: 0.35em;
}

.hqa-call,
.hqa-call:hover {
	background: #ffffff;
	border: 2px solid #1a1a1a;
	color: #1a1a1a !important;
}

.hqa-refua,
.hqa-refua:hover {
	background: #454520;
	border: 2px solid #5a7a12;
	color: #c8d86a !important;
}

.hqa-don,
.hqa-don:hover {
	background: #f4f0da;
	border: 2px solid #5a7a12;
	color: #2e5208 !important;
}

.hqa-btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.hero .button.primary {
	background-color: #41471F;
}

.hero .button.primary:hover {
	background-color: #2f3416;
}

@media screen and (max-width: 736px) {

	.hqa-call,
	.hqa-refua,
	.hqa-don {
		font-size: 0.85em;
	}
}

@media screen and (max-width: 736px) {

	.hero {
		padding: 1em 0.5em 1.25em;
	}

	.hero .hero-sub {
		font-size: 1em;
	}

	.hero .actions li .button {
		letter-spacing: 0.15em;
		padding: 0 1em 0 1.2em;
	}

}

/* Tiles */

.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* postiion: relative; */
	margin: -2.5em 0 1em -2.5em;
}

.tiles article {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	width: calc(33.3333333333% - 2.5em);
	margin: 2.5em 0 0 2.5em;
}

.tiles article>.image {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.tiles article>.image img {
	display: block;
	width: 100%;
}

.tiles article>.image:before {
	pointer-events: none;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	z-index: 1;
	opacity: 0.8;
}

.tiles article>.image:after {
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	z-index: 2;
}

.tiles article>a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 3;
}

.tiles article>a> :last-child {
	margin: 0;
}

.tiles article>a:hover {
	color: #ffffff !important;
}

.tiles article>a h2 {
	margin: 0;
}

.tiles article>a .content {
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 0.35em;
	opacity: 0;
}

.tiles article>a .content> :last-child {
	margin-bottom: 0;
}

.tiles article.style1>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

.tiles article.style2>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

.tiles article.style3>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

.tiles article.style4>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

.tiles article.style5>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

.tiles article.style6>.image:before {
	background-color: #000000;
	opacity: 0.7;
}

body:not(.is-touch) .tiles article:hover>.image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

body:not(.is-touch) .tiles article:hover>.image:before {
	background-color: #000000;
	opacity: 0.5;
}

body:not(.is-touch) .tiles article:hover>.image:after {
	opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
	max-height: 15em;
	opacity: 1;
}

body:not(.is-touch) .tiles article:hover>a {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* *+.tiles {} */

body.is-preload .tiles article {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

body.is-touch .tiles article .content {
	max-height: 15em;
	opacity: 1;
}

@media screen and (max-width: 1280px) {

	.tiles {
		margin: -1.25em 0 1em -1.25em;
	}

	.tiles article {
		width: calc(33.3333333333% - 1.25em);
		margin: 1.25em 0 0 1.25em;
	}

}

/*
		@media screen and (max-width: 480px) {

			.tiles {
				margin: -2.5em 0 1em -2.5em;
			}

				.tiles article {
					width: calc(50% - 2.5em);
					margin: 2.5em 0 0 2.5em;
				}

		}
*/
@media screen and (max-width: 620px) {

	.tiles {
		margin: 0 0 1em 0;
	}

	.tiles article {
		width: 100%;
		margin: 0.6em 0 0 0;
		height: 120px;
	}

	.tiles article>.image {
		height: 100%;
	}

	.tiles article>.image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

	.tiles article>a {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		text-align: left;
		padding: 1em 1.5em;
	}

	.tiles article>a h2 {
		font-size: 1.15em;
		text-align: left;
	}

	.tiles article>a .content {
		display: none !important;
	}

	.tiles article>a::after {
		content: '\203A';
		font-size: 2.2em;
		font-weight: 300;
		line-height: 1;
		opacity: 0.85;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		margin-left: 1em;
	}

	.tiles article:hover>.image {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}

}

/*
		@media screen and (max-width: 480px) {

			.tiles {
				margin: 0;
			}

				.tiles article {
					width: 100%;
					margin: 1.25em 0 0 0;
				}

		} 
		*/

/* Header */

#header {
	padding: 0.4em 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9998;
	background: beige;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

#header>.inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: beige;
}

#header .logo {
	display: block;
	border-bottom: 0;
	color: inherit;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0 0 0em 0;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

#header .logo>* {
	display: inline-block;
	vertical-align: middle;
}

#header .logo .symbol {
	margin-right: 0.65em;
}

@media screen and (max-width: 736px) {
	#header .logo .symbol {
		margin-right: 0.20em;
	}
}

#header .logo .symbol img {
	display: block;
	width: 2em;
	height: 2em;
}

#header .date.grey {
	flex-basis: 100%;
	width: 100%;
	margin: -0.5em 0 0 3.2em;
	font-size: 0.95em;
}

#header nav {
	position: static;
}

#header nav ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header nav ul li {
	display: block;
	padding: 0;
}

#header nav ul li a {
	display: block;
	position: relative;
	height: 3em;
	line-height: 3em;
	padding: 0 1.5em;

	border: none;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

#header nav ul li a.nav-call-btn,
#header nav ul li a.nav-call-btn:hover {
	display: inline-block;
	height: auto;
	line-height: 1;
	padding: 0.55em 0.9em;
	margin-right: 0.5em;
	background: #41471F;
	border: 2px solid #41471F;
	color: #ffffff !important;
	border-radius: 4px;
	font-size: 0.75em;
	text-transform: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

#header nav ul li a.nav-call-btn:hover {
	opacity: 0.85;
}

#header nav ul li a.nav-call-btn i {
	margin-right: 0.35em;
}

#header nav ul li a[href="#menu"] {
	-webkit-tap-highlight-color: transparent;
	width: 4em;
	text-indent: 4em;
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#header nav ul li a[href="#menu"]:before,
#header nav ul li a[href="#menu"]:after {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
}

#header nav ul li a[href="#menu"]:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity: 0;
}

#header nav ul li a[href="#menu"]:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:before {
	opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:after {
	opacity: 0;
}

@media screen and (max-width: 736px) {
	#header nav {
		position: static;
	}

	#header nav ul li a[href="#menu"]:before,
	#header nav ul li a[href="#menu"]:after {
		background-size: 1.5em 1.5em;
	}
}

/* Menu */

#wrapper {
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
	opacity: 1;
}

#menu {
	-webkit-transform: translateX(22em);
	transform: translateX(22em);
	-webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
	transition: transform 0.45s ease, visibility 0.45s;
	position: fixed;
	top: 0;
	right: 0;
	width: 22em;
	max-width: 80%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background: #585858;
	color: #ffffff;
	cursor: default;
	visibility: hidden;
	z-index: 10002;
}

#menu>.inner {
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.75em;
	opacity: 0;
	overflow-y: auto;
}

#menu>.inner>ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#menu>.inner>ul>li {
	padding: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
}

#menu>.inner>ul>li a {
	display: block;
	padding: 1em 0;
	line-height: 1.5;
	border: 0;
	color: inherit;
}

#menu>.inner>ul>li:first-child {
	border-top: 0;
	margin-top: -1em;
}

#menu>.close {
	-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
	transition: opacity 0.45s ease, transform 0.45s ease;
	-webkit-transform: scale(0.25) rotate(180deg);
	transform: scale(0.25) rotate(180deg);
	-webkit-tap-highlight-color: transparent;
	display: block;
	position: absolute;
	top: 2em;
	left: -6em;
	width: 6em;
	text-indent: 6em;
	height: 3em;
	border: 0;
	font-size: 1em;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#menu>.close:before,
#menu>.close:after {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
}

#menu>.close:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
	opacity: 0;
}

#menu>.close:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
	opacity: 1;
}

#menu>.close:hover:before {
	opacity: 1;
}

#menu>.close:hover:after {
	opacity: 0;
}

@media screen and (max-width: 736px) {

	#menu {
		-webkit-transform: translateX(16.5em);
		transform: translateX(16.5em);
		width: 16.5em;
	}

	#menu>.inner {
		padding: 2.75em 1.5em;
	}

	#menu>.close {
		top: 0.5em;
		left: -4.25em;
		width: 4.25em;
		text-indent: 4.25em;
	}

	#menu>.close:before,
	#menu>.close:after {
		background-size: 1.5em 1.5em;
	}

}

body.is-menu-visible #wrapper {
	pointer-events: none;
	cursor: default;
	opacity: 0.25;
}

body.is-menu-visible #menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

body.is-menu-visible #menu>* {
	opacity: 1;
}

body.is-menu-visible #menu .close {
	-webkit-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	opacity: 1;
}

/* Main */

html {
	scroll-padding-top: 6em;
}

#main {
	background-color: beige;
	padding: 1.5em 0 3em 0;
}

@media screen and (max-width: 736px) {

	#main {
		padding: 0em 0 2em 0;
	}

}

/* Footer */

#footer {
	padding: 0 0 0 0;
	background-color: beige;

}

#footer>.inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
}

#footer>.inner>*> :last-child {
	margin-bottom: 0;
}

#footer>.inner section:nth-child(1) {
	width: calc(66% - 2.5em);
	margin-right: 2.5em;
}

#footer>.inner section:nth-child(2) {
	width: calc(33% - 2.5em);
	margin-left: 2.5em;
}

#footer>.inner .copyright {
	width: 100%;
	padding: 0;
	margin-top: 5em;
	list-style: none;
	font-size: 0.8em;
	color: rgba(88, 88, 88, 0.5);
}

#footer>.inner .copyright a {
	color: inherit;
}

#footer>.inner .copyright li {
	display: inline-block;
	border-left: solid 1px rgba(88, 88, 88, 0.15);
	line-height: 1;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
}

#footer>.inner .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

/* @media screen and (max-width: 1280px) {

	#footer {
		padding: 0em 0 3em 0;
	}

	#footer>.inner section:nth-child(1) {
		width: calc(66% - 1.25em);
		margin-right: 1.25em;
	}

	#footer>.inner section:nth-child(2) {
		width: calc(33% - 1.25em);
		margin-left: 1.25em;
	}

} */

/* @media screen and (max-width: 980px) {

	#footer>.inner section:nth-child(1) {
		width: 66%;
		margin-right: 0;
	}

	#footer>.inner section:nth-child(2) {
		width: calc(33% - 2.5em);
		margin-left: 2.5em;
	}

} */

@media screen and (max-width: 736px) {

	#footer {
		padding: 0em 0 1em 0;
	}

	#footer>.inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#footer>.inner section:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin: 0 0 0 0;
	}

	#footer>.inner section:nth-child(2) {
		-webkit-order: -1;
		order: -1;
		width: 100%;
		margin-left: 0;
	}

	#footer>.inner .copyright {
		margin-top: 3em;
	}

}

@media screen and (max-width: 480px) {

	#footer>.inner .copyright {
		margin-top: 3em;
	}

	#footer>.inner .copyright li {
		border-left: 0;
		padding-left: 0;
		margin: 0.75em 0 0 0;
		display: block;
		line-height: inherit;
	}

	#footer>.inner .copyright li:first-child {
		margin-top: 0;
	}

}

/* Wrapper */

#wrapper>*>.inner {
	width: 100%;
	max-width: 68em;
	margin: 0 auto;
	padding: 0 2.5em;
	background-color: beige;
}

@media screen and (max-width: 736px) {

	#wrapper>*>.inner {
		padding: 0 1.25em;
	}

}

@media screen and (max-width: 400px) {

	html,
	body {
		overflow-x: clip;
	}

	#wrapper>*>.inner {
		padding: 0 0.75em;
	}

	#header>.inner {
		gap: 0;
	}

	#header .header-brand {
		gap: 0em !important;
	}

	#header .logo {
		font-size: 0.8em;
		letter-spacing: 0.05em;
	}

	#header .logo .symbol img {
		width: 1.6em;
		height: 1.6em;
	}

	#header .date.grey {
		font-size: 0.7em;
		margin-left: 2.4em;
	}

	#header .nav-call-extra {
		display: none;
	}

	#header nav ul li a[href="#menu"] {
		width: 3em;
		text-indent: 3em;
	}

	#header nav ul li a[href="#menu"]:before,
	#header nav ul li a[href="#menu"]:after {
		background-size: 1.25em 1.25em;
	}

	h1 {
		font-size: 1.5em;
		word-wrap: break-word;
	}

	.box {
		padding: 1em;
	}

	.button {
		padding: 0 0.9em;
		font-size: 0.9em;
	}
}

/* Divers */

.appel {
	text-align: center;
	float: center;
	/* align: center; */
	margin: 0 0 0.5em 0;
	font-variant: small-caps;
	font-size: 100%;
	font-family: 'Titillium Web', sans-serif;
}

.navigation {
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.navigation.done {
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	color: black;
}

.tehilim {
	color: black;
	font-family: 'TaameyFrankCLM-Medium', serif;
	font-size: 1.4em;
	font-weight: 600;
	text-align: right;
	direction: rtl;
}

.tehilimp {
	color: black;
	/* font-family: 'FrankRuhlLibre-Regular'; */
	font-weight: 600;
	/* font-size: 1.5em; */
}

.retour {
	margin: 0 0 0 0;
}

.livre {
	font-size: 25px;
	font-weight: 600;
	text-align: right;
}

.gauche {
	font-size: 25px;
	font-weight: 600;
}

.box {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.59);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.59);
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #909090;
	margin: 1em 0 1em 0;
}

.j {
	text-align: justify;
}

.hebreubox {
	color: black;
	font-family: 'TaameyFrankCLM-Medium', serif;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 0 0;
	direction: rtl;
}

.s {
	text-decoration: underline;
}

a.black {
	color: black !important;
	text-decoration: none;
	border-bottom: none;
	margin-top: 2em;
}

a.ns {
	text-decoration: none;
	border-bottom: none;
}

.ns {
	text-decoration: none;
	border-bottom: none;
}

a.black:hover {
	border-bottom-color: transparent;
	color: black !important;
	border-bottom: none;
}

.button:hover .phone {
	color: #f2849e !important;
}

.button.phone {
	background: white;
	/* background-image: radial-gradient(closest-side ellipse at center, white, beige); */
}

@media screen and (max-width: 480px) {
	.navigation {
		display: none;
	}
}

#hdp {
	position: fixed;
	right: 2em;
	bottom: 1em;
	padding: 0 0.5em 0 0.5em;
	z-index: 10000;
	letter-spacing: 0px;
	font-family: 'Titillium Web', sans-serif;
}

.rav {
	width: 1em;
	height: 1em;
}

.title {
	font-size: 1.5em;
	font-family: 'Titillium Web', sans-serif;
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 1.2em;
		font-family: 'Titillium Web', sans-serif;
	}

}

@media screen and (max-width: 360px) {
	h2.contact {
		font-size: 0.95em;

	}

}

.tehilim.s,
.tehilimp.chapitre.s {
	font-family: 'Titillium Web', sans-serif;

}

.h {
	font-family: 'TaameyFrankCLM-Medium', serif;
	text-decoration: underline;

}

.siman {
	font-size: 1.7em;

}

.small {
	font-family: 'TaameyFrankCLM-Medium', serif;
	font-size: 0.7em;
	color: black;
	font-weight: 600;
	text-align: right;
	direction: rtl;
	border: none;
}

.small.ti {
	font-family: 'Titillium Web', sans-serif;
}

/* .small:hover {
	border-bottom-color: transparent;
	color: black !important;
} */

a.in {
	border-bottom-color: transparent;
	color: grey !important;
	text-align: right;
	direction: rtl;
	border: none;
	font-family: 'TaameyFrankCLM-Medium', serif;
}

.hebrew {
	font-family: 'TaameyFrankCLM-Medium', serif;
	direction: rtl;
}

@media screen and (min-width: 480px) {
	h2.hebrew {
		font-size: 1.5em;
	}

	p.hebrew {
		font-size: 1.3em;
	}
}

.btn {
	text-decoration: none;
	padding: 5px;
	margin-top: -0.4em;
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #92d050;
	background-color: #494429;
	border: 4px solid #00b050;
	box-shadow: 3px 3px 12px #444444;
	-webkit-box-shadow: 3px 3px 12px #444444;
	display: inline-block;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

.grey {

	color: #585858;
}

.don {
	margin-bottom: -1em;
}

.date {
	margin-left: 2.7em;
}

.grid {
	/* Grid Fallback */
	display: flex;
	flex-wrap: wrap;

	/* Supports Grid */
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: minmax(150px, auto);
	grid-gap: 1em;
	margin: 0 0.5em 0 0.5em;
}

@media screen and (max-width: 564px) {
	.grid {
		grid-template-columns: calc(50% - 0.5em) calc(50% - 0.5em);
	}
}

.module {
	/* Demo-Specific Styles */
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.45);
	border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
	background: -webkit-linear-gradient(#FDE08D, #DF9F28);
	color: #92d050;
	font-size: 0.8em;
	border: 0px solid #000000;

	/* Flex Fallback */
	margin-left: 5px;
	margin-right: 5px;
	flex: 1 1 250px;
	border: solid 2px black;
}

/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
	.module {
		margin: 0;
	}
}

.titrebox {
	color: black;
	font-weight: 600;
	font-family: 'Assistant';
	text-align: center;
	padding-top: 0.5em;
}

.center {
	text-align: center;
}

.hebrew.center {
	font-family: 'Assistant';
	font-size: 1.2em;
	line-height: 1;
}

.fr.center {
	font-size: 1.2em;
	font-family: 'Assistant';
	line-height: 1;
}

.boxmemoire {
	background-color: #303030;
	border: solid 3px black;
	padding: 1em 1em 1em 1em;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: solid 1px gold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.45);
	padding: 0.3em 0.3em 0.3em 0.3em;
	margin-top: 0.5em;
	padding-bottom: 1em;
}

h2.titlememoire {
	font-size: 4em;
	color: #DF9F28;
	font-family: 'FrankRuhlLibre-Regular';
	padding-top: 0.2em;
	text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.3);
}

.titlememoires {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC719), to(#BF033B));
	/* -webkit-background-clip: text; */
	-webkit-text-fill-color: transparent;
}

span.titlememoire {
	font-size: 1em;
}

@media screen and (max-width: 480px) {
	h2.titlememoire {
		font-size: 1.5em;
	}
}

@media screen and (min-width: 480px) {
	h2.titlememoire {
		font-size: 2em;
	}
}

@media screen and (min-width: 736px) {
	h2.titlememoire {
		font-size: 3em;
	}
}

@media screen and (max-width: 736px) {


	#don {
		margin-top: -3.5em;
	}
}

.include {
	font-size: 0.6em;
	font-weight: 900;
	height: 3.5em;
	letter-spacing: 0em;
	line-height: 3.45em;
}

@media screen and (min-width: 480px) {
	.include {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 600px) {

	a,
	p,
	li,
	i {
		font-size: 1em;
	}

	p.hebreubox {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 480px) {

	p,
	li {
		font-size: 0.9em;
	}

	li>p.hebreubox {
		font-size: 1.3em;
	}

	p.hebreubox {
		font-size: 1.1em;
	}

	i {
		font-size: 0.78em;
	}

	a {
		font-size: 0.9em;
	}
}

.pagevide {
	margin-bottom: 5em;
}

.lire {
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 0em;
}

.tehilimp>h2,
.tehilimp>h3,
.tehilimp>h4,
.tehilimp.chapitre.s,
p.tehilim.s {
	color: #585858;
}

.retourlecture {
	letter-spacing: 0em;
	font-size: 0.6em;
	float: right;
	margin-top: 0px;
	display: none !important;
}

.next {
	letter-spacing: 0em;
	width: 48%;
	margin-top: -0.5em;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
	.next {
		margin-top: -1.5em;
		font-size: 0.7em;
	}
}

@media screen and (max-width: 480px) {
	.next {
		margin-top: -2.5em;
		font-size: 0.6em;
	}
}

@media screen and (max-width: 350px) {
	.next {
		margin-top: -3em;
		font-size: 0.5em;
	}
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.rtl {
	direction: rtl;
}

.i {
	font-style: italic;
}

.i.black {
	font-style: italic;
	line-height: 1em;
	padding-top: 1em;
}

.maj {
	text-transform: uppercase;
}

.firstname {
	margin-bottom: 0.3em;

}

@media screen and (max-width: 736px) {
	.firstname {
		margin-bottom: 0.1em;
	}
}

input.bt {
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 2px #585858;
	color: #585858 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 900;
	height: 2em;
	width: 2em;
	letter-spacing: 0em;
	line-height: 0em;
	overflow: hidden;
	padding: 0em 0em 0em 0em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0.3em 0em 0em 0em;
	font-family: 'TaameyFrankCLM-Medium', serif;

}

.space {
	margin-top: 1em;
	;
}

.resemplacement {
	letter-spacing: 0.2em;
	font-size: 1em;
}

@media screen and (max-width: 350px) {
	.resemplacement {
		letter-spacing: 0em;
	}
}

.tile {
	font-size: 1.2em;
}

#menu20 {
	width: 100%;
}

.menu,
.sousmenu {
	text-align: center;
	height: 4em;
	min-width: 200px;
	color: #fff;
	vertical-align: middle;

}

.menu {
	background: #404040;
}

.sousmenu {
	background: #808080;
}

.menu a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 1.2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.sousmenu a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	padding-top: 1.2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.menu a:hover,
.sousmenu a:hover,
.menu a:active,
.sousmenu a:active,
.menu a:focus,
.sousmenu a:focus {
	background: #d3d3d3;
}

.index {
	display: none;
}

@media screen and (min-width: 480px) {
	.index {
		display: block;
	}
}

.sticky.select-css,
.sticky {
	position: fixed;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	width: 30em;
	max-width: calc(100% - 2em);
	z-index: 100;
}

@media screen and (min-width: 736px) {
	.sticky {
		position: fixed;
		bottom: 1.5em;
	}
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css option {
	font-weight: normal;
}

.ltr {
	direction: ltr;
}

h4.b {
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: beige;
}

.whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
}

.whatsapp img {
	height: 1.25em;
	width: auto;
	vertical-align: middle;
	margin-left: 5px;
}

@media screen and (max-width: 480px) {
	.whatsapp h2 {
		font-size: 1.2em;
	}
}

/* ── Overrides & additions ───────────────────────────────────── */

/* Date hébraïque à droite du titre dans le logo */
.date {
	margin-left: 0;
}

#header .date {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 0.72em;
	letter-spacing: 0;
	text-transform: none;
	margin-left: 0.7em;
	opacity: 0.75;
}

/* Boutons page d'accueil : taille réduite */
.hero .actions .button {
	letter-spacing: 0.05em;
	padding: 0 1.1em;
	font-size: 0.82em;
	/* line-height: 2.6em; */
}

/* Sous-titre hero légèrement plus grand */
.hero .hero-sub {
	font-size: 1.2em;
}

@media screen and (max-width: 736px) {
	.hero .hero-sub {
		font-size: 1.05em;
	}
}

/* Mobile — cards tiles */
@media screen and (max-width: 620px) {

	/* Hauteur fixe, clairement rectangulaire */
	.tiles article {
		height: 90px;
	}

	/* Titre + sous-titre centrés, sans flèche */
	.tiles article>a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 1.25em;
		text-align: center;
	}

	.tiles article>a h2 {
		font-size: 1em;
		margin: 0;
	}

	/* Sous-titre juste en dessous, lisible */
	.tiles article>a .content {
		display: block !important;
		max-height: none;
		opacity: 1;
		margin-top: 0.2em;
		font-size: 0.78em;
		line-height: 1.3;
		color: rgba(180, 180, 180, 0.9);
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	}

	.tiles article>a .content p {
		margin: 0;
	}

	/* Supprime la flèche */
	.tiles article>a::after {
		display: none;
	}
}

/* ── Footer layout (section unique, pleine largeur) ───────────── */
#footer>.inner {
	flex-direction: column;
}

#footer>.inner section:nth-child(1),
#footer>.inner section:nth-child(2) {
	width: 100%;
	margin: 0 0 1.5em 0;
}

/* ── Footer cards ─────────────────────────────────────────────── */
.footer-cards {
	display: flex;
	gap: 1.25em;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

.footer-card {
	flex: 1;
	min-width: 180px;
	background: rgba(88, 88, 88, 0.06);
	border: 1px solid rgba(88, 88, 88, 0.18);
	border-radius: 6px;
	padding: 1.25em 1.5em;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: background 0.2s ease, border-color 0.2s ease;
	border-bottom: 0;
}

.footer-card:hover {
	background: rgba(88, 88, 88, 0.12);
	border-color: rgba(88, 88, 88, 0.32);
}

.footer-card h3 {
	margin: 0 0 0.3em 0;
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #444;
}

.footer-card p {
	margin: 0;
	font-size: 0.85em;
	color: #777;
}

@media screen and (max-width: 620px) {
	.footer-cards {
		flex-direction: column;
	}
}

.boldtext {
	font-weight: bold;
	color: #000;
}