/* header */
#header{
	padding: 50px 0 0 0;
}
.headerLogoLink{
	width: 90px;
	margin: 0 auto 50px auto;
}
.contentWrapper{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.siteTitle{
	margin: 0 0 30px 0;
}
.menuItem{
	margin: 20px 0;
}
.menuSubList{
	display: none;
}
.subMenuItem{
	margin: 10px 0;
}
.menuLink,.subMenuLink{
	color: var(--third-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	text-align: center;
}
.subMenuLink{
	font-size: 0.9em;
	color: var(--primary-color);
}
.menuLink:hover,.menuLink.current,.subMenuLink:hover,.subMenuLink.current,.menuItem:hover .menuLink{
	color: var(--secondary-color);
}
.mobileMenuButton{
	position: absolute;
	right: 0;
	top: 68px;
	background: #fff;
	width: 27px;
	height: 27px;
	padding: 10px;
	border: 1px solid var(--secondary-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.bar{
	width: 100%;
	margin: 4px 0;
	height: 1px;
	flex-shrink: 0;
	background: var(--secondary-color);
}
#bar1,#bar3{
	transition: top .5s .5s, transform .3s;
	top: 0;
	rotate: (0deg);
}
#bar2{
	opacity: 1;
	transition: opacity .1s .3s;
}
.active #bar1{
	transition: top .3s, transform .3s .3s;
	top: 9px;
	transform: rotate(45deg);
}
.active #bar3{
	transition: top .3s, transform .3s .3s;
	top: -9px;
	transform: rotate(-45deg);
}
.active #bar2{
	opacity: 0;
}
.menu{
	max-height: 0;
	overflow: hidden;
	transition-property:max-height;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}
.menu.open{
	max-height: 500px;
}

/* footer */
.pageFooter{
	background: #fff;
	width: 100%;
	margin-top: 8.5%;
	padding: 0 0 50px 0;
}
.pageFooter::before{
	content: "";
	position: absolute;
	left: 0; bottom: 100%;
	width: 100%;
	aspect-ratio: 4404/368;
	background: url("../images/footer-mask-small.svg");
}
.contentFooter{
	display: flex;
	justify-content: space-between;
}
.footerNav{
	display: none;
}
.footerAddress{
	width: 130px;
	text-align: center;
	font-style: normal;
}
.footerAddressName{
	width: 50%;
	margin: 0 auto 30px auto;
}
.footerAddressStreet,.footerAddressCity{
	margin: 0;
}
.footerAdressTel,.footerLink{
	color: var(--primary-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.footerAdressTel:hover,.footerLink:hover,.footerLink.current{
	color: var(--secondary-color);
}
.footerLegal{
	width: calc(100% - 150px);
	text-align: right;
	margin: 20px 0 0 auto;
	font-size: .8em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footerLegal > li:nth-child(1),.footerLegal > li:nth-child(5){
	margin-bottom: auto;
}
.footerLegal > li:nth-child(2),.footerLegal > li:nth-child(3),.footerLegal > li:nth-child(4){
	margin-bottom: 7px;
}

/* home */
.homeSlider{
	margin: 50px 0 0 0;
}
.sliderFig{
	width: 90%;
	margin: 0 auto;
	aspect-ratio: 480/285;
	border-radius: 15px;
	overflow: hidden;
}
.sliderFigLink{
	width: 100%;
	height: 100%;
}
.slideTitle{
	margin: 1em 0;
	padding: 0 5%;
	font-size: 1.8em;
	width: 90%;
}
.button,.sliderButton{
	color: var(--primary-color);
	background: #fff;
	border: 1px solid var(--secondary-color);
	padding: 6px 0;
	width: 60%;
	margin: 0 auto;
	border-radius: 150px;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.button:hover,.sliderButton:hover{
	color: #fff;
	background: var(--secondary-color);
	border-color: var(--primary-color);
}
.sliderNav{
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
.sliderNavLink{
	font-size: 0;
	width: 13px;
	height: 13px;
	border: 1px solid var(--primary-color);
	background-color: #fff;
	margin: 0 8px;
	flex-shrink: 0;
	border-radius: 50%;
	transition-property:background-color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.sliderNavLink:hover,.sliderNavLink.current{
	background-color: var(--secondary-color);
}
.sliderPrevNextLink{
	display: none;
}
.homeHours{
	margin: 50px auto;
}
.massDayItem + .massDayItem{
	margin-top: 50px;
}
.massTitle{
	font-size: 1.8em;
	margin: 0;
}
.massTitleDay{
	color: var(--third-color);
}
.massItem{
	margin: 20px 0;
}
.button{
	margin: 20px auto;
}
.homeNewLogo{
	border: 1px solid var(--secondary-color);
	padding: 20px;
	background: #F2F1EE;
	box-sizing: border-box;
	margin-top: 80px;
	margin-bottom: 50px;
	padding-top: calc(59.4% - 50px);
}
.homeNewLogoText{
	color: var(--third-color);
	font-size: 1.8em;
	font-weight: 700;
	margin: 30px;
}
.homeNewLogoLink + .homeNewLogoText{
	margin-top: 0;
}
.homeNewLogoLink{
	position: absolute;
	width: 40%;
	left: 30%;
	top: -50px;
}
.homeNewLogo > .button{
	position: absolute;
	margin: 0;
	left: 20%;
	bottom: -16.5px;
}
.homeNewsList,.newsList{
	margin: 50px 0;
	width: 100%;
}
.newsItem{
	margin: 80px 0;
}
.newsItemTitle{
	font-weight: 400;
	color: var(--third-color);
	margin: 0;
	padding: 15px 5% 5px 5%;
}
.newsItemDate,.eventsItemDate{
	font-size: .85em;
	padding: 0 5%;
}
.eventsItemDate{
	font-size: 1.2em;
	font-weight: 700;
}
.newsItemLink{
	color: #fff;
	background: var(--secondary-color);
	padding: 8px 0;
	margin: 5px 0 0 0;
	transition-property:color,background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.newsItemLink:hover{
	color: var(--secondary-color);
	background: #fff;
}
.newsItemImageLink{
	z-index: 1;
}
.newsTag{
	position: absolute;
	color: var(--secondary-color);
	padding: 3px 30px 3px 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	right: 0;
	bottom: 100%;
	z-index: 0;
}
.newsTag::before{
	content: "";
	background: var(--secondary-color);
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 20px;
	height: 37px;
	z-index: -1;
}
.homeNewsLinkWrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeGift{
	margin: 50px 0 66px 0;
	background: url(../images/back-don-xs.jpg) no-repeat right center #EBE9ED;
	background-size: contain;
	padding: 30px 0 60px 20px;
}
.giftTitle{
	font-weight: 400;
	color: var(--third-color);
	font-size: 2em;
}
.giftLine{
	font-size: 1.2em;
	z-index: 1;
}
.giftLine::before,.pageTitle::before,.titreModale::after{
	content: "";
	display: block;
	position: absolute;
	top: .6em;
	z-index: -1;
	background-color: var(--bck-color);
	left: -20px;
	width: 135px;
	height: 24px;
}
.giftBigger{
	font-size: 3.3em;
	color: var(--secondary-color);
	line-height: .9em;
	position: relative;
	left: -8px;
}
.homeGift > .button{
	position: absolute;
	left: 0; right: 0;
	bottom: -16.5px;
	margin: 0 auto;
}

.dLinksList{
	border-top: 1px solid var(--secondary-color);
}
.dLinkItem{
	padding: 30px 20px;
}
.dLinkItem + .dLinkItem{
	border-top: 1px solid var(--secondary-color);
}
.dLinksTitle{
	font-size: 1.65em;
	margin: 0 0 30px 0;
}
.downloadLink,.linkLink{
	margin: 15px 0;
	color: var(--primary-color);
	padding: 0 0 0 38px;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.downloadLink::before,.linkLink::before{
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	top: calc(50% - 9px);
	border: 1px solid var(--secondary-color);
	background-color: #fff;
	border-radius: 50%;
	background-image: url(../images/download.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition-property:margin;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.downloadUpdate{
	text-transform: initial;
	font-size: .8em;
}
.linkLink{
	margin: 10px 0;
	text-decoration: underline;
	padding: 0;
}
.linkLink::before,.pageH4 .lightLink::before{
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	background-image: url(../images/link.svg);
}
.pageH4 .lightLink::before{
	content: "";
	width: 20px;
	height: 20px;
	margin: 0;
}
.downloadLink:hover,.linkLink:hover{
	color: var(--secondary-color);
}
.downloadLink:hover::before,.linkLink:hover::before{
	margin: 0 10px;
}

/* ariane */
.ariane{
	margin-bottom: 30px;
}
.arianeList{
	font-size: .7em;
	display: flex;
}
.arianeSeparator{
	margin: 0 5px;
}
.arianeLink{
	color: var(--primary-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.arianeLink:hover{
	color: var(--secondary-color);
}

/* horaires */
.pageTitle{
	padding: 0 5%;
	color: var(--third-color);
	font-size: 2em;
	z-index: 1;
	margin-bottom: 50px;
	font-weight: 400;
}
.pageTitle::before{
	left: 0;
	width: calc(5% + 80px);
	background: var(--secondary-color);
	height: 16px;
}
.pageSubTitle,.serviceTitle{
	font-weight: 400;
	color: var(--secondary-color);
	padding: 0 5%;
}
.weekList,.moreDateList{
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	gap: 0;
	margin: 30px 5%;
	border: 1px solid var(--secondary-color);
}
.weekLi,.moreDateLi{
	width: 50%;
	flex-shrink: 0;
	flex-grow: 1;
	box-sizing: border-box;
	padding: 0 0 15px 0;
}
.weekLi:nth-child(2n){
	border-left: 1px solid var(--secondary-color);
}
.weekLi:nth-child(3),.weekLi:nth-child(4),.weekLi:nth-child(5),.weekLi:nth-child(6),.weekLi:nth-child(7){
	border-top: 1px solid var(--secondary-color);
}
.weekHeader{
	padding: 6px 0;
	font-weight: 600;
	border-bottom: 1px solid var(--secondary-color);
}
.weekLi > p,.moreDateLi > p{
	padding: 0 15px;
}
.moreDateLi{
	width: 100%;
}
.cat1{
	color: var(--third-color);
}
.cat2{
	color: var(--secondary-color);
}

/* rubriques */
.subPageItem{
	margin: 0 0 50px 0;
}
.subPageImageLink{
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.subPageTitle{
	color: var(--third-color);
	font-weight: 400;
	margin: 0;
	padding: 15px 5%;
}

/* actualités */
.photoActu,.photoService,.contactMap{
	margin: 0 0 30px 0;
}
.contenuArticleEditeur,.contenuArticleEditeur2{
	padding: 0 5% 30px 5%;
}
.newsDate{
	font-size: .8em;
	margin: 0 5%;
}
.headerNews > .pageTitle{
	margin-bottom: 5px;
	font-weight: 400;
}
.shareList{
	width: 90%;
	margin: 30px auto 15px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 15px;
}
.shareLabel{
	width: 100%;
}
.shareLink{
	background: #fff;
	border: 1px solid var(--third-color);
	padding: 5px;
	border-radius: 5px;
	transition-property:border-color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.socialIcon{
	display: block;
	width: 30px;
	height: 30px;
	fill: var(--third-color);
	transition-property:fill;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.shareLink:hover{
	border-color: var(--secondary-color);
}
.shareLink:hover .socialIcon{
	fill: var(--secondary-color);
}
.blocImagesList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 30px 0;
}
.blocImagesItem{
	margin-bottom: 30px;
}
.blocImagesItem[data-nb="1"]{
	width: 100%;
}
.blocImagesItem[data-nb="2"]{
	width: 48%;
}
.blocImagesItem[data-nb="3"],.blocImagesItem[data-nb="4"],.blocImagesItem[data-nb="5"],.blocImagesItem[data-nb="6"]{
	width: 31%;
}
.editorNews,.figureContentNews{
	margin: 20px 0;
}
.editorNews{
	line-height: 1.5em;
}

/* services */
.serviceList{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.serviceItem{
	margin: 0 0 50px 0;
}
.serviceItem + .serviceItem{
	border-top: 1px solid var(--secondary-color);
	padding-top: 50px;
}
.serviceTitle{
	padding: 0;
}
.serviceListImage{
	width: 100%;
	margin: 0 0 20px 0;
}
.serviceSiteLink{
	color: var(--third-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.serviceSiteLink:hover{
	color: var(--secondary-color);
}
.modal{
	background: var(--bck-color);
	width: 80%;
	margin: auto;
	max-height: 80vh;
	padding: 0;
	border: 3px solid var(--third-color);
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	border-radius: 10px;
}
.modal::backdrop{
	background: rgba(0,0,0,0.8);
}
.closeModal{
	position: absolute;
	top: 0;
	left: 30px;
	background: var(--third-color);
	color: #fff;
	padding: 5px 15px;
	font-size: .8em;
}
.modalForm{
	padding: 10px 20px;
}
.titreModale{
	color: var(--third-color);
	font-weight: 400;
}
.titreModale::after{
	left: auto;
	right: -20px;
	width: 55px;
	top: 10px;
	height: 10px;
	background-color: var(--secondary-color);
}
.titreModale > .gloock{
	color: var(--primary-color);
}
.labelModal{
	width: 100%;
	color: var(--third-color);
	margin: 15px 0 5px 0;
}
.champModal{
	border: none;
	background: #fff;
	font-size: 16px;
	padding: 7px 5px;
	width: 100%;
	box-sizing: border-box;
}
.textAModal{
	height: 180px;
	margin-bottom: 15px;
}
.mandatory{
	font-size: .7em;
}
.servicesNav{
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 2%;
	margin: 50px 0;
}
.serviceThumbItem{
	width: 49%;
}
.serviceThumbLink{
	aspect-ratio: 16/9;
}
.serviceThumbTextLink{
	box-sizing: border-box;
	padding: 5px;
	font-size: .85em;
	color: var(--third-color);
	text-align: center;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

/*églises */
.photoChurch{
	margin-top: 30px;
}
.churchAddress{
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
	margin: 20px 0;
}
.mapButton,.callButton,.sendMail{
	width: 90%;
	margin: 0 auto 30px auto;
	background: var(--third-color);
	color: #fff;
	box-sizing: border-box;
	padding: 10px 0 10px 50px;
}
.mapButton::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/gmap.png) no-repeat center center;
	background-size: contain;
	left: 10px;
	top: calc(50% - 27px);
}
.pageH4{
	font-weight: 400;
	margin: 0;
	padding: 0 5%;
}
.albumPhotos{
	padding: 0 0 50px 0;
}

/*sacrements */
.ceremonyIntro{
	width: 90%;
	margin: 30px auto;
}
.contenuArticleEditeur h3,.contenuArticleEditeur2 h3{
	font-size: 1.4em;
	margin: 20px 0;
	text-transform: uppercase;
	color: var(--secondary-color);
	font-weight: 400;
}

/* contact */
.contactMap{
	width: 100%;
	aspect-ratio: 53/29;
}
.map{
	width: 100%;
	height: 100%;
}
.contactAddress,.officeHours{
	width: 90%;
	margin: 30px auto;
	font-style: normal;
	text-align: center;
}
.addrTitle{
	font-weight: 400;
	color: var(--third-color);
}
.callButton{
	font-size: 1.4em;
	width: 180px;
	padding: 10px 15px;
	margin: 30px auto;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.callButton:hover{
	color: var(--secondary-color);
}
.sendMail{
	padding: 10px 0;
	margin: 30px auto 60px auto;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.sendMail:hover{
	color: var(--secondary-color);
}
.contactItem{
	background: #fff;
	border: 1px solid var(--secondary-color);
	border-width: 1px 0;
	padding: 20px;
	margin: 0 0 50px 0;
	display: flex;
	align-items: flex-start;
}
.contactFig{
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
	width: 30%;
	margin: 0 15px 0 0;
}
.contactInfo{
	width: calc(70% - 15px);
	flex-grow: 1;
}
.contactTitle{
	color: var(--secondary-color);
	font-size: 1em;
	font-weight: 400;
	margin: 5px 0 10px 0;
}
.contactRole{
	color: var(--third-color);
}
.contactTelLink{
	color: var(--primary-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.contactTelLink:hover{
	color: var(--secondary-color);
}
.contactItem .button{
	position: absolute;
	width: 56%;
	left: 22%;
	bottom: -16.5px;
	margin: 0;
}
.lightLink{
	color: var(--third-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.lightLink:hover{
	color: var(--secondary-color);
}
.pageH4 .lightLink{
	text-transform: none;
	font-size: .9em;
}

@media only screen and (min-width: 550px){
	.homeGift{
		background-image: url(../images/back-don-small.jpg);
	}
	.mapButton{
		padding: 10px 0;
	}
}
@media only screen and (min-width: 800px){
	.notMobile{
		display: block;
	}
	.notDesktop{
		display: none;
	}
	.contentWrapper,.slider,.homeNewsList,.dLinksList,.homeGift,.pageContent{
		max-width: 1500px;
	}
	.headerLogoLink{
		width: 6%;
		margin: 0 30px 30px 0;
	}
	.homeHeader .headerLogoLink{
		width: 10%;
		margin: 0 auto 50px auto;
	}
	.siteTitle{
		width: calc(94% - 30px);
	}
	.menu{
		width: 100%;
	}
	.homeHeader .siteTitle,.homeHeader .menu{
		width: 100%;
	}
	.siteHeader{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.menu{
		max-height: 70px;
		overflow: visible;
	}
	.menuList{
		display: flex;
		justify-content: space-between;
	}
	.menuLink{
		color: var(--primary-color);
		margin-top: 0;
		margin-bottom: 0;
	}
	.menuItem{
		position: relative;
		margin-top: 0;
		margin-bottom: 0;
	}
	.mobileMenuButton{
		display: none;
	}
	.menuSubList{
		display: block;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		z-index: 3000;
		top: 100%;
		left: 0;
		width: 250px;
		transition-property:max-height;
		transition-duration: .3s;
		transition-timing-function: ease-out;
		background: rgba(241,246,250,0.9);
		border-left: 2px solid var(--secondary-color);
		border-radius: 0 0 10px 0;
	}
	.menuItem:hover .menuSubList{
		max-height: 500px;
	}
	.subMenuItem{
		margin: 4px 0;
	}
	.subMenuLink{
		text-align: left;
		padding: 4px 8px;
	}
	.pageFooter{
		margin-top: 6.28%;
	}
	.pageFooter::before{
		aspect-ratio: 16009/1005;
		background: url("../images/footer-mask.svg");
	}
	.slider,.homeNewsList,.dLinksList,.homeGift,.pageContent{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.sliderFig{
		width: 100%;
	}
	.sliderFig.slideWithTitle{
		width: 52%;
		margin: 0 0 0 48%;
	}
	.sliderTitleWrapper{
		position: absolute;
		left: 0; top: 0;
		width: 48%;
		height: calc(100% - 20px);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.slideTitle{
		padding: 0;
		margin: auto 0 30px 0;
		font-size: 2.2em;
		width: 100%;
	}
	.slideTitle.slideTitleWithoutLink{
		margin: auto 0;
	}
	.sliderButton{
		margin: 0 auto auto auto;
	}
	.homeSlider > .sliderNav{
		position: absolute;
		left: 5%;
		bottom: 0;
		width: 43.2%;
		z-index: 1000;
		margin: 0;
		align-items: center;
	}
	.sliderNavLink{
		width: 10px;
		height: 10px;
	}
	.sliderPrevNextLink{
		display: block;
		width: 15px;
		height: 15px;
		margin: 0 30px;
	}
	.homeSlider .sliderNavLink:first-child{
		background-image: url(../images/prev.svg);
		background-size: contain;
		background-repeat: repeat;
		background-position: center center;
	}
	.homeSlider .sliderNavLink:last-child{
		background-image: url(../images/next.svg);
		background-size: contain;
		background-repeat: repeat;
		background-position: center center;
	}
	.albumPhotos > .sliderNav{
		position: static;
	}
	.massDayList{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.massDayItem,.dLinkItem{
		width: 48%;
		box-sizing: border-box;
		border: 1px solid var(--secondary-color);
		padding: 15px 20px;
	}
	.massDayItem + .massDayItem{
		margin-top: 0;
	}
	.button{
		max-width: 260px;
	}
	.homeNewsList,.newsList{
		display: flex;
		justify-content: space-between;
		gap: 5%;
		flex-wrap: wrap;
	}
	.newsList{
		justify-content: flex-start;
		column-gap: 5%;
	}
	.newsItem{
		width: 30%;
		display: flex;
		flex-direction: column;
		margin: 30px 0;
	}
	.newsItemImageLink{
		overflow: hidden;
		aspect-ratio: 467/301;
		border-radius: 10px;
	}
	.newsImage,.serviceThumbLink img{
		transition-property:transform;
		transition-duration: .3s;
		transition-timing-function: ease-out;
	}
	.newsItem:hover .newsImage,.serviceThumbLink:hover img{
		transform: scale(1.2);
	}
	.newsItemTitle{
		padding: 15px 0 0 0;
		margin: 0 0 auto 0;
	}
	.newsItemDate,.eventsItemDate{
		padding: 0;
		font-size: .7em;
	}
	.eventsItemDate{
		margin: 5px 0;
		font-size: 1.1em;
	}
	.homeGift{
		box-sizing: border-box;
		background-image: url(../images/back-don.jpg);
		padding: 30px 0 30px 70px;
	}
	.giftTitle{
		font-size: 2.6em;
	}
	.giftLine::before{
		width: 165px;
		left: -70px;
	}
	.dLinksList{
		border: none;
	}
	.dLinkItem{
		padding: 30px;
		width: 100%;
		margin: 0 0 50px 0;
	}
	.linksList{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.linksList > li{
		width: 49%;
	}
	.pageFooter{
		padding: 20px 0 40px 0;
	}
	.footerNav{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.footerNav,.footerLegal{
		width: 30%;
		margin-left: 0;
		margin-right: 0;
	}
	.footerNav > .footerLink{
		margin: auto 0;
	}
	.footerNav > .footerLink:first-child,.footerLegal{
		margin-top: 10px;
	}
	.footerNav > .footerLink:last-child{
		margin-bottom: 0;
	}
	.footerAddress{
		width: 14%;
	}
	.ariane{
		margin-top: 30px;
	}
	.pageSubTitle,.pageH4{
		padding: 0;
	}
	.weekList,.moreDateList{
		margin: 30px 0;
	}
	.weekLi{
		width: calc(100% / 3);
	}
	.weekLi:nth-child(2n),.weekLi:nth-child(3),.weekLi:nth-child(5){
		border-left: 1px solid var(--secondary-color);
	}
	.weekLi:nth-child(3){
		border-top: none;
	}
	.weekLi:nth-child(4){
		border-left: none;
	}
	.moreDateList{
		border: none;
		justify-content: space-between;
	}
	.moreDateLi{
		width: 49%;
		flex-grow: 0;
		border: 1px solid var(--secondary-color);
	}
	.subPageList{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 5%;
	}
	.subPageItem{
		width: 30%;
	}
	.subPageImageLink{
		border-radius: 10px;
	}
	.imgRubrique{
		transition-property:transform;
		transition-duration: .3s;
		transition-timing-function: ease-out;
	}
	.subPageItem:hover .imgRubrique{
		transform: scale(1.2);
	}
	.newsContent,.serviceContent{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.serviceContent{
		align-items: center;
	}
	.photoActu,.photoService,.photoLogo{
		order: 0;
		margin: 0 0 30px 0;
		width: 45%;
		aspect-ratio: 93/50;
		border-radius: 10px;
		overflow: hidden;
	}
	.photoService{
		width: 25%;
	}
	.photoLogo{
		aspect-ratio: 1;
		width: 30%;
	}
	.logoPage{
		box-sizing: border-box;
		padding: 0 80px;
	}
	.serviceContent > .pageTitle,.headerNews{
		order: 1;
		width: 75%;
		padding: 0 0 0 15px;
		margin-top: 0;
		box-sizing: border-box;
	}
	.headerNews{
		width: 55%;
		padding: 0;
	}
	.shareList{
		width: 95%;
		margin: 50px 0 15px auto;
	}
	.headerNews > .pageTitle{
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.serviceContent > .pageTitle::before,.newsContent .pageTitle::before{
		width: 95px;
	}
	.contenuArticleEditeur,.contenuArticleEditeur2{
		order: 2;
		width: 100%;
		padding: 0 0 30px 0;
	}
	.serviceList,.servicesNav{
		width: 100%;
		order: 2;
	}
	.serviceListImage{
		float: left;
		width: 25%;
		margin: 0 10px 5px 0;
		overflow: hidden;
		border-radius: 10px;
	}
	.churchAddress{
		text-align: left;
		margin-left: 5%;
	}
	.mapButton{
		width: 90%;
		margin: 0 0 0 5%;
		max-width: 400px;
	}
	.ceremonyIntro{
		width: 95%;
		margin: 15px 0 0 5%;
	}
	.contactContent{
		align-items: stretch;
		padding: 0 0 30px 0;
	}
	.contactMap{
		order: 0;
		width: 45%;
		aspect-ratio: 1.1;
		margin: 0;
	}
	.headerContact{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.headerContact > .notMobile{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		flex-grow: 1;
	}
	.contactAddress{
		margin: auto;
	}
	.contactList{
		order: 3;
		margin: 80px 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.pageSubTitle,.pageH4,.weekList,.moreDateList,.contenuArticleEditeur2,.albumPhotos{
		order: 4;
		width: 100%;
	}
	.callButton{
		background: none;
		color: var(--third-color);
		padding: 0;
		margin: auto;
		text-align: center;
	}
	.officeHours{
		margin: auto;
	}
	.officeHours > .addrTitle{
		margin-top: 0;
	}
	.sendMail{
		max-width: 300px;
		margin: auto auto 0 auto;
	}
	.contactItem{
		width: 48%;
		border-width: 1px;
		box-sizing: border-box;
		margin-bottom: calc(4% + 16px);
	}
	.contactItem .button{
		left: calc(50% - 130px);
	}
	.blocWrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 30px 0;
	}
	.textAndImage{
		width: 48%;
		box-sizing: border-box;
	}
	.blocWrapper.align-stretch{
		align-items: stretch;
	}
	.blocWrapper.align-stretch .textAndImage{
		width: 50%;
	}
	.blocImagesItem[data-nb="4"]{
		width: 24%;
	}
	.blocImagesItem[data-nb="5"]{
		width: 18%;
	}
	.blocImagesItem[data-nb="6"]{
		width: 15%;
	}
	.albumPhotos > #slider,.albumPhotos > .sliderNav{
		display: none;
	}
	.thumbsList{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
		gap: 1.33% 1.33%;
	}
	.thumbsItem{
		width: 24%;
		border-radius: 10px;
		overflow: hidden;
		aspect-ratio: 4/3;
		margin-bottom: 1.33%;
	}
	.thumbsLink{
		width: 100%;
		height: 100%;
	}
	.labelModal{
		width: 110px;
		margin: 0 5px 0 0;
		text-align: right;
	}
	.champModal{
		width: calc(100% - 115px);
		margin: 15px 0;
	}
	.cf-turnstile,.mandatory,#alertForm{
		margin-left: 115px;
	}
	.labelModal[for="message"]{
		vertical-align: top;
		margin-top: 22px;
	}
	.homeNewLogo{
		padding-top: 340px;
	}
	.homeNewLogoLink{
		max-width: 250px;
		left: calc(50% - 125px);
	}
	.homeNewLogo > .button{
		left: calc(50% - 131px);
	}
	.eventTitle{
		width: 100%;
	}
	.servicesNav{
		column-gap: calc(4% / 3);
		margin: 50px 0;
	}
	.serviceThumbItem{
		width: 24%;
	}
	.serviceThumbLink{
		border-radius: 10px;
		overflow: hidden;
	}
	.serviceThumbItem:hover .serviceThumbTextLink{
		color: var(--secondary-color);
	}
}
@media only screen and (min-width: 1070px){
	.siteTitle{
		width: 70%;
	}
	.menu{
		width: calc(76% + 30px);
	}
	.homeHeader .siteTitle,.homeHeader .menu{
		width: 100%;
	}
	.weekLi{
		width: 25%;
	}
	.weekLi:nth-child(7){
		border-left: 1px solid var(--secondary-color);
	}
	.weekLi:nth-child(4){
		border-top: none;
		border-left: 1px solid var(--secondary-color);
	}
	.weekLi:nth-child(5){
		border-left: none;
		flex-grow: 0;
	}
	.moreDateLi{
		width: 24%;
		flex-grow: 0;
		border: 1px solid var(--secondary-color);
	}
	.homeNewLogo{
		padding: 40px 30px 40px 310px;
		margin-top: 95px;
		margin-bottom: 80px;
	}
	.homeNewLogoLink{
		width: 250px;
		left: 30px;
		top: -60px;
	}
	.homeNewLogo > .button{
		left: calc(310px + ((100% - 350px) - 262px)/2);
	}
}
@media only screen and (min-width: 1200px){
	.footerNav > .footerLink:first-child,.footerLegal{
		margin-top: 20px;
	}
	.weekLi{
		width: calc(100% / 7);
		padding-bottom: 0;
	}
	.weekLi:nth-child(5){
		border-left: 1px solid var(--secondary-color);
	}
	.weekLi:nth-child(5),.weekLi:nth-child(6),.weekLi:nth-child(7){
		border-top: none;
	}
	.weekLi > p{
		padding: 0 10px;
	}
	.logoPage{
		box-sizing: border-box;
		padding: 0 160px;
	}
	.servicesNav{
		column-gap: calc(7% / 5);
	}
	.serviceThumbItem{
		width: 15.5%;
	}
}