/*
Theme Name: paroisse
*/


.underlined {
	text-decoration: underline;
}

/**
 * 2.0 - Global CSS
 */


#wpadminbar {
	display: none;
}


html {
	margin-top: 0 !important;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.material-icons {
	vertical-align: middle;
	font-feature-settings: "liga" 1;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.container {
	width: 1280px;
	padding: 0 60px;
	margin: auto;
}

strong {
	font-weight: 700;
}

.hidden {
	display: none !important;
}

/** HEADER **/

#site-header {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background-position: center;
	background-size: cover;
}

#top-banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	background: #001eb0;
	color: #fff;
	line-height: 43px;
	z-index: 999;
}

#top-banner .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-banner .container>* {
	display: flex;
	align-items: center;
	height: 100%;
}

#top-banner .header-item+.header-item {
	margin-left: 30px;
}

#top-banner .header-item img {
	margin-top: -4px;
	margin-right: 4px;
	width: 12px;
	vertical-align: middle;
}

#top-banner .header-item {
	position: relative;
	height: 100%;
}

#top-banner .header-item .popover {
	padding: 0;
	width: max-content;
	max-width: initial;
	top: 33px;
	line-height: 20px;
	text-transform: initial;
	border-radius: 0 0 5px 5px;
}

#top-banner .header-item .popover-content {
	max-height: 450px;
	font-size: 13px;
	color: #000;
}

#top-banner .header-item .popover-content a {
	display: block;
	color: #fd823d;
	text-decoration: underline;
}

#top-banner .header-item .popover-content table {
	width: 100%;
}

#top-banner .header-item .popover-content td {
	padding: 4px 8px;
}

#top-banner .header-item .popover-content td+td {
	padding-left: 10px;
	font-weight: bold;
}

#top-banner .header-item .popover-content td i {
	font-weight: normal;
	font-size: 10px;
}

#top-banner .header-item .popover-content h4 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
}

#top-banner .header-item .popover-content table+h4 {
	margin-top: 20px;
}

#top-banner .header-item .popover-content tbody tr:nth-child(odd) {
	background: #fff6f0;
}

#top-banner .header-item .popover-content tr.today {
	font-weight: bold;
	color: #fd813e;
}

#top-banner .header-item .popover-content .addresses {
	margin-top: 20px;
}

#top-banner div.header-item strong {
	cursor: pointer;
}

#top-banner .header-item:hover strong,
#top-banner .header-item.active strong {
	border-bottom: 1px solid #fff;
}

#top-banner a.header-item {
	text-decoration: none;
}

#top-banner .header-item.active .popover {
	display: block;
}

#top-banner .header-donate {
	height: 100%;
	padding: 0 30px;
	color: #fff;
	cursor: pointer;
}

#top-banner a {
	color: #fff;
}

#site-feuille-form {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

#site-feuille-form .input {
	display: flex;
}

#site-feuille-form input {
	height: 30px;
	padding: 0 9px;
}

#site-feuille-form input[type=email] {
	width: 200px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #ddd;
	border-right: 0;
}

#site-feuille-form input[type=submit] {
	border-radius: 0 4px 4px 0;
	border: 0;
	color: #fff;
	background-color: #47a9f6;
	cursor: pointer;
}

#site-feuille-form .input-error:empty {
	display: none;
}

#site-feuille-form .input-error {
	padding: 5px 0;
	color: red;
	background: #fff;
	font-size: 12px;
}

#site-feuille-form .g-recaptcha {
	margin-top: 10px;
	display: none;
}

#top-banner a.header-item.header-donate {
	background-color: #02177f;
}

#top-banner .header-search img {
	width: 16px;
}

#top-banner .header-search .search-input {
	background-color: transparent;
	border: 0;
	color: #fff;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

#top-banner .header-search .search-input::placeholder {
	font-style: normal;
	color: #fff;
}


/** Menu **/

#site-header-fixed {
	position: fixed;
	top: 40px;
	width: 100%;
	height: 80px;
	background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, transparent 120%);
	z-index: 999;
	transition: background 0.3s;
}

#site-header-fixed .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#site-header-fixed:hover,
#site-header-fixed.fixed {
	color: #000;
	background: #fff;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
}

#site-header-logo {
	width: 190px;
	height: 43px;
	background-image: url(../img/logo-blanc.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#site-header-fixed:hover #site-header-logo,
#site-header-fixed.fixed #site-header-logo {
	background-image: url(../img/logo-noir.png);
}

#site-header-menu {
	height: 100%;
	display: flex;
}

#site-header-menu .menu-item {
	padding: 0 30px;
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 13px;
	cursor: default;
}

#site-header-menu .sub-menu {
	display: none;
	padding: 30px;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	border-top: 1px solid #eee;
}

#site-header-menu a {
	font-size: 15px;
	color: inherit;
}

#site-header-menu .sub-menu {
	display: none;
}

@media screen and (min-width: 901px) {
	#site-header-menu .menu-item.active {
		box-shadow: inset 0 -6px 0 0 #459ed5;
	}

	#site-header-menu a:hover {
		text-decoration: none;
	}

	#site-header-menu .menu-item.active .sub-menu {
		display: flex;
		justify-content: center;
		flex-direction: row;
		background: #fff;
		box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
	}

	#site-header-menu .menu-item.active .sub-menu-item {
		width: 240px;
		height: 140px;
		font-weight: bold;
		background: #D6D6D6;
		text-shadow: 2px 0px 10px #000, -2px -1px 10px #000, -1px 2px 10px #000;
	}

	#site-header-menu .menu-item.active .sub-menu-item+.sub-menu-item {
		margin-left: 30px;
	}

	#site-header-menu .menu-item.active .sub-menu-item a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
		line-height: 22px;
		background-size: cover;
		background-position: center;
	}
}

/** Page Title **/

#site-header-title {
	position: relative;
	height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d6d6d6;
}

#site-header-title h1 {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	text-shadow: 0 0 11px #000;
	text-align: center;
	position: relative;
	z-index: 10;
}

.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	z-index: 1;
}

.slideshow>div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-position: center;
	background-size: cover;
	transition: opacity 1s ease-in-out;
}

.slideshow>div.active {
	opacity: 1;
}


/** Page Content **/

#site-content .container {
	width: 1000px;
}

.section {
	padding: 60px 0;
}

.section:nth-child(even) {
	background-color: #e3f3ff;
}

.section.taille-grande {
	border-top: 40px solid #fff;
}

.section:nth-child(even)+.section.taille-grande {
	border-top: 40px solid #e3f3ff;
}

.section-title {
	margin-bottom: 20px;
	color: #47a9f6;
	font-size: 30px;
	font-weight: bold;
}

.section-content {
	font-weight: 300;
}

.section-content p {
	margin: 10px 0;
	line-height: 20px;
}

.section-content p a {
	color: #47a9f6;
	text-decoration: underline;
}

.section-content ul a {
	color: #47a9f6;
	text-decoration: underline;
}

.section-content h1 {
	font-size: 1.9em;
}

.section-content h2 {
	font-size: 1.5em;
}

.section-content h3 {
	font-size: 1.3em;
}

.section-content h4 {
	font-size: 1.2em;
}

.section-content h5 {
	font-size: 1.1em;
}

.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6 {
	font-weight: bold;
	margin: 40px 0 20px 0;
}

.section-content h1 a,
.section-content h2 a,
.section-content h3 a,
.section-content h4 a,
.section-content h5 a,
.section-content h6 a {
	color: inherit;
	text-decoration: underline;
}

.section-content ul {
	margin-bottom: 20px;
	list-style: disc;
	margin-left: 20px;
}

.section-content ul li {
	margin-bottom: 10px;
}

.section-content img.aligncenter {
	margin: auto;
	display: block;
}


/** Buttons **/

.btn {
	padding: 0 25px;
	display: inline-flex;
	height: 50px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 40px;
	cursor: pointer;
}

.btn.btn-primary {
	color: #fff;
	background-color: #47a9f6;
}

.btn.btn-primary:hover {
	text-decoration: none;
	box-shadow: 0 12px 27px 0 rgba(254, 203, 95, 0.6);
}


/** Forms **/

select,
input.input-text {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #eee;
	font-family: inherit;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input.input-text:focus,
textarea:focus {
	box-shadow: 0 12px 27px 0 rgba(254, 203, 95, 0.6);
}

input[type=submit] {
	border: 0;
	font-family: inherit;
}

textarea {
	padding: 10px 15px;
	min-height: 150px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #eee;
	font-family: inherit;
	border-radius: 5px;
}

.select-input {
	position: relative;
}

.select-input:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #adadad transparent transparent transparent;
}

.select-input select {
	padding-right: 32px;
	width: 100%;
}

.radio-input {
	display: block;
	font-size: 14px;
}

.radio-input input {
	margin-right: 13px;
}

*::placeholder {
	color: #eee;
	font-style: italic;
	font-family: inherit;
}

/** Popovers **/

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	max-width: 300px;
	padding: 1px;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
	margin-top: -7px;
}

.popover.right {
	margin-left: 7px;
}

.popover.bottom {
	margin-top: 7px;
}

.popover.left {
	margin-left: -7px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 13px;
	background-color: #eee;
	border-bottom: 1px solid #333;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 14px;
	max-height: 200px;
	overflow: auto;
}

.popover>.arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -7px;
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: -7px;
}

.popover.right>.arrow {
	top: 50%;
	left: -7px;
	margin-top: -7px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -7px;
	border-top-width: 0;
	border-bottom-color: #fff;
	top: -7px;
}

.popover.left>.arrow {
	top: 50%;
	right: -7px;
	margin-top: -7px;
	border-right-width: 0;
	border-left-color: #fff;
}

#section-newsletter {
	background: #268dde;
	color: #fff;
}

#section-newsletter .container {
	padding: 30px 60px;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}

#section-newsletter label {
	max-width: 400px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

#section-newsletter form {
	display: flex;
	flex-direction: column;
	align-items: end;
}

#section-newsletter form .g-recaptcha {
	display: none;
	margin-top: 10px;
}

#section-newsletter .content {
	position: relative;
	width: 100%;
	display: flex;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: background 0.3s;
	overflow: hidden;
}

#section-newsletter form.success {
	padding: 10px 40px;
	color: #26c51d;
	background: #fff;
}

#section-newsletter form .input {
	display: flex;
}

#section-newsletter form input {
	height: 40px;
	line-height: 40px;
	border: 0;
	font-family: inherit;
}

#section-newsletter form input[type=email] {
	padding: 0 20px;
	width: 230px;
	background: transparent;
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#section-newsletter form input::placeholder {
	color: #fff;
	font-style: italic;
	font-family: inherit;
}

#section-newsletter form input::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	font-family: inherit;
}

#section-newsletter form input[type=submit] {
	margin: 0;
	padding: 0 30px;
	background: #fff;
	font-size: 13px;
	color: #268dde;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#section-newsletter form .input-error:empty {
	display: none;
}

#section-newsletter form .input-error {
	padding: 5px 10px;
	position: absolute;
	bottom: -30px;
	color: red;
	background: #fff;
	font-size: 12px;
}

/** FOOTER **/

#site-footer-addresses {
	font-size: 15px;
	border-top: 2px solid #e3f3ff;
}

#site-footer-addresses .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#site-footer-addresses .site-footer-address:first-child {
	margin-right: 200px;
}

#site-footer-addresses h6 {
	font-weight: bold;
	color: #47a9f6;
	text-transform: uppercase;
}

#site-footer-addresses .address {
	margin: 10px 0 20px 0;
}

#site-footer-addresses a {
	color: #47a9f6;
	text-decoration: underline;
}

#site-footer-links {
	background: #47a9f6;
}

#site-footer-links .container {
	padding: 60px 0;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	align-items: center;
}

#site-footer-links a {
	color: #fff;
}

#site-footer-logo {
	width: 190px;
}

#site-footer-logo-cn img {
	width: 120px;
}

.site-footer-menu-item+.site-footer-menu-item {
	margin-top: 5px;
}

#site-footer-logos {
	display: flex;
}

#site-footer-logos a {
	display: block;
}

#site-footer-logos a+a {
	margin-left: 20px;
}

#site-footer-logos img {
	width: 25px;
}
