<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */
.logoLink{
	width: 60px;
	margin: 0 15px 0 0;
}
.homeHeader .logoLink{
	width: 17%;
	margin: 0 auto;
	display: block;
	float: none;
}
.siteTitle,.siteTitle2{
	font-weight: 100;
	font-size: 1.55em;
	margin: 18px 0 4px 0;
}
.siteTitle2{
	margin: 0;
	font-size: .9em;
	font-weight: 300;
	border-top: 1px solid var(--secondary-color);
	padding: 4px 0 0 0;
	word-spacing: 5px;
}
.homeHeader .siteTitle{
	text-align: center;
	font-size: 2em;
	margin: 10px 0 0 0;
}
.homeHeader .siteTitle::after,.welcomeTitle::after,.welcomeText2::after{
	content: "";
	display: block;
	width: 280px;
	margin: 10px auto;
	height: 2px;
	background: var(--secondary-color);
}
.homeHeader .siteTitle2{
	display: none;
}
.homeHeader{
	padding: 20px 0 50px 0;
}
.headerContent{
	padding: 20px 0;
}
.mainMenu{
	position: fixed;
	right: 0; top: 0; bottom: 0;
	width: 380px;
	background: var(--primary-color);
	z-index: 3;
	overflow: hidden;
}
.closeMenuButton{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin: 50px 0 30px 280px;
	background: #fff;
	padding: 9px;
	border: 1px solid var(--primary-color);
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}
.closeMenuButton svg{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	fill: var(--primary-color);
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}
.closeMenuButton:hover{
	border-color: var(--secondary-color);
	transform: rotate(180deg);
}
.closeMenuButton:hover svg{
	fill: var(--secondary-color);
}
.menuButton{
	position: absolute;
	right: 0; top: 20px;
	margin: 0 15px 0 auto;
	width: 50px;
	text-align: center;
	font-size: .9em;
	color: var(--primary-color);
}
.burgerIcon{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	padding: 9px;
	background: var(--primary-color);
	margin: 0 auto 8px auto;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}
.menuButton:hover .burgerIcon{
	background: var(--secondary-color);
}
.bar1,.bar2,.bar3{
	background: #fff;
	height: 3px;
	border-radius: 10px;
	margin-top: 2.5px;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}
.bar2{
	margin: 6px 0;
}
.menuButton:hover .bar1, .menuButton:hover .bar2, .menuButton:hover .bar3{
	background: var(--primary-color);
}
.menuLink{
	margin: 0 30px;
	padding: 5px 12px;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menuLink:hover,.menuLink.actif{
	color: var(--secondary-color);
}

/* accueil */
.navigSlider{
	text-align: center;
	margin: 0 0 20px 0;
}
.navigSliderLink{
	margin: 0 10px;
	font-size: 0.9em;
	font-size: 300;
	color: var(--primary-color);
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.navigSliderLink:hover,.navigSliderLink.current{
	color: var(--secondary-color);
}
.welcomeWrapper,.newsWrapper,.townWrapper{
	border-bottom: var(--primary-color) 35px solid;
	background: url(../images/bck-mary.png) no-repeat left bottom;
	background-size: 250px;
	padding: 0 0 35px 0;
	margin-bottom: 65px;
}
.welcomeSection{
	display: flex;
	align-items: center;
	margin-top: 50px;
	flex-wrap: wrap;
}
.siteBox{
	border: 2px solid var(--secondary-color);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.welcomeFigure{
	width: 200px;
	margin: 0 auto 0 30px;
}
.welcomeTextWrapper{
	width: 550px;
	margin: 0 auto;
}
.welcomeText{
	color: var(--secondary-color);
	font-size: 2.5em;
	margin: 0 0 8px 0;
}
.welcomeTitle,.massTitle{
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
.welcomeTitle::after{
	margin: 20px auto;
}
.welcomeText2::after{
	margin: 40px auto 0 auto;
}
.homeChurchListWrapper{
	width: 100%;
}
.homeChurchList,.otherChurchList{
	display: flex;
	justify-content: space-between;
	margin: 50px 30px;
}
.homeChurchFigure{
	width: 174px;
	padding: 13px;
}
.siteBoxRounded{
	border-radius: 10px;
}
.churchTitle{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
}
.homeChurchListLink{
	color: var(--primary-color);
	transition-property:color;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.churchBox{
	transition-property:transform;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.churchBox:hover{
	transform: scale(1.08);
}
.churchBox:hover .homeChurchListLink{
	color: var(--secondary-color);
}
.welcomeHours{
	width: 100%;
}
.massTitle{
	margin: 40px 0;
}
.nextOfficeTitle{
	width: 70%;
	margin: 0 auto;
	letter-spacing: 4px;
	font-size: 1.3em;
	font-weight: 600;
}
.homeMassList{
	width: 70%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.homeMassListItem{
	border-left: 2px solid var(--secondary-color);
	padding: 4px 0 8px 15px;
	width: 45%;
	color: #000;
	font-size: .9em;
}
.dayTitle{
	letter-spacing: 3px;
}
.eventList{
	margin: 15px 0 0 0;
}
.eventLi{
	margin: 3px 0;
}
.moreLink{
	text-decoration: underline;
	position: absolute;
	left: 30%;
	bottom: -95px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: 1.4px;
	width: 40%;
	color: var(--primary-color);
	transition-property:transform,color;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.moreLink &gt; figure,.moreListLink &gt; figure{
	width: 80px;
	padding: 8px;
	background: #fff;
	margin: 0 0 10px 0;
}
.moreLink:hover,.moreListLink:hover,.newsMoreLink:hover{
	transform: scale(1.08);
	color: var(--secondary-color);
}
.newsWrapper{
	background: none;
	padding: 1px 0 60px 0;
	margin-bottom: 80px;
}
.homeNewsTitle{
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 2.15em;
	margin: 60px 0 50px 0;
}
.homeNewsList{
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px 0;
}
.homeNewsItem{
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 13px;
	box-sizing: border-box;
	transition-property:transform;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.homeNewsItem:hover{
	transform: scale(1.08);
}
.homeNewsItemFig{
	width: 120px;
	aspect-ratio: 1;
	overflow: hidden;
	margin: 0 13px 0 0;
	flex-shrink: 0;
}
.homeNewsItemFig img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeNewsItemTxt{
	font-size: 0.9em;
}
.homeNewsItemTitle{
	margin: 3px 0 0 0;
	font-size: 1.45em;
}
.moreWrapper{
	background: url(../images/bck-stars.png) no-repeat left bottom;
	background-size: 400px;
	padding: 40px 0 0 0;
}
.farTitle{
	margin: 0 0 50px 0;
	font-weight: 400;
	font-size: 1.6em;
}
.farTitle::before{
	content: "";
	width: 285px;
	height: 2px;
	background: var(--secondary-color);
	display: block;
	margin: 0 auto 100px auto;
}
.downloadWrapper{
	background: url(../images/bck-download.jpg) no-repeat right center;
	background-size: cover;
	padding: 30px 0;
	margin: 80px 0;
}
.dlTitle{
	color: rgb(232,230,230);
	margin: 20px 0 0 0;
	font-weight: 400;
	font-size: 3.5em;
}
.homeDlLink{
	width: 565px;
	margin: 15px 0;
}
.homeDlLink:hover,.button2:hover,.button:hover{
	color: var(--secondary-color);
}
.homeSeparator{
	width: 285px;
	height: 2px;
	border: none;
	background: var(--secondary-color);
	margin: 0 auto;
}
.homeMoreList{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.homeMoreItem,.homeLinksItem{
	max-width: 180px;
	width: 19.5%;
}
.homeMoreItem{
	width: 27%;
}
.moreListLink{
	color: var(--primary-color);
	letter-spacing: 1.4px;
	transition-property:transform,color;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.moreListLink &gt; figure{
	width: auto;
	padding: 12px;
	background: #fff;
	margin: 0 0 10px 0;
}
.contactWrapper{
	width: 70%;
	box-sizing: border-box;
	border: 2px solid var(--secondary-color);
	margin: 100px auto;
	display: flex;
	flex-direction: column;
	padding: 22px 22px 19px 232px;
	background: #fff url(../images/bck-mary2.png) no-repeat top right;
	background-size: 215px;
}
.contactTitle{
	color: var(--secondary-color);
	font-weight: 300;
	font-size: 2.15em;
	margin: 0 35%;
	position: absolute;
	background: #fff;
	width: 30%;
	left: 0;
	top: -22px;
}
.contactFigureParoisse{
	position: absolute;
	left: 22px; top: 0;
	width: 210px;
}
.homeContactAddress{
	width: 100%;
	font-style: normal;
	line-height: 1.5em;
	margin: 25px 0;
	font-weight: 300;
}
.homeContactTelLink{
	color: var(--primary-color);
	font-weight: 500;
	margin: 25px 0 0 0;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.homeContactTelLink:hover{
	color: var(--secondary-color);
}
.homeContactItem{
	display: flex;
	align-items: flex-start;
	margin: 15px 0 50px 0;
}
.figureContact{
	width: 160px;
	border: 2px solid var(--secondary-color);
	padding: 4px;
	margin: 0 30px 0 auto;
}
.circleBorder{
	border-radius: 50%;
}
.contactInfo{
	color: #000;
	line-height: 1.5em;
	margin: 0 auto 0 0;
	font-weight: 300;
}
.contactRole{
	color: var(--primary-color);
	font-weight: 400;
}
.contactTelLink{
	margin: 25px 0 0 0;
}
.contactLogo{
	width: 65px;
	margin: 10px auto;
}
.homeContactButton{
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 270px;
	margin: 0 calc((100% - 270px) / 2);
}
.button,.button2,.button3{
	background: var(--primary-color);
	padding: 8px 0;
	letter-spacing: 1.4px;
	font-weight: 200;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.homeContactUsText{
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 22px;
	left: 0;
}
.linkTitle{
	margin: 150px 0 50px 0;
	font-weight: 400;
	font-size: 1.6em;
}
.homeLinksList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.homeLinksItem:nth-child(2),.homeLinksItem:nth-child(4){
	margin-top: 80px;
}
.homeLinksItem:nth-child(3){
	margin-top: 160px;
}
.giftSection{
	background: #EBE9EC url(../images/bck-gift.jpg) no-repeat top right;
	background-size: contain;
	padding: 20px 50% 20px 0;
	text-align: right;
	margin: 80px 0 30px 0;
}
.giftTitle{
	font-weight: 400;
	font-size: 1.8em;
	margin: 0;
}
.giftTitleYour{
	font-size: 2.1em;
	font-weight: 200;
}
.giftTitleGift{
	font-size: 4.6em;
	line-height: 1em;
	position: relative;
	right: -12px;
}
.button2{
	background: #fff;
	color: #B3B3B3;
	letter-spacing: 1.5px;
	border-radius: 8px;
}
.giftButton{
	width: 310px;
	margin: 50px 0 0 0;
}
.toTopButton{
	width: 320px;
	margin: 30px auto;
}

/* footer */
.footer{
	background: var(--primary-color);
	padding: 8px 0 16px 0;
}
.footerContent{
	display: flex;
	justify-content: flex-start;
}
.footerFig{
	width: 175px;
	margin: 0 40px 0 0;
}
.footerNav{
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: column;
}
.footerLink{
	margin: 0 0 7px 0;
	text-decoration: underline;
	font-weight: 200;
}
.footerAddress{
	font-size: .8em;
	font-style: normal;
	font-weight: 200;
	margin: 0 0 auto 0;
}
.legalMention{
	margin: 30px 0 0 auto;
	font-weight: 200;
	display: flex;
	flex-direction: column;
}
.underline{
	text-decoration: underline;
}
.copyright{
	margin: auto 0;
}

/* fil d'ariane */
.ariane{
	margin: 0 0 0 75px;
	font-size: 0.65em;
}
.liAriane + .liAriane::before{
	content: "/";
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

/* horaires */
.pageTitle,.cityTitle{
	color: var(--secondary-color);
	font-size: 1.65em;
	font-weight: 400;
	margin: 50px 0;
}
.hoursSubTitle,.citySubTitle{
	letter-spacing: 4px;
	font-size: 1.5em;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hoursSubTitle::after{
	content: "";
	display: block;
	width: 200px;
	flex-grow: 1;
	margin: 0 0 0 20px;
	height: 2px;
	background: var(--secondary-color);
}
.weekList,.moreDateList{
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px 0;
}
.weekLi,.moreDateLi{
	width: 13%;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	color: #000;
	font-size: 0.8em;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.weekHeader{
	background: var(--primary-color);
	padding: 0.5em 0;
	font-size: 1.2em;
}
.moreDateList{
	flex-wrap: wrap;
	margin: 2.5% 0;
}
.moreDateLi{
	width: 23.5%;
	margin-bottom: 2%;
}
.moreDateList &gt; li:last-child{
	width: 100%;
}
.moreDateLink{
	width: 290px;
	margin: 30px auto;
}

/* ville*/
.townWrapper{
	background-image: none;
}
.contentTown{
	padding: 40px 0 0 280px;
}
.cityTitle{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2.1em;
}
.cityTitle::after{
	content: "";
	height: 2px;
	background: var(--secondary-color);
	width: 230px;
	display: block;
	margin: 20px 0;
}
.cityThumb{
	position: absolute;
	left: 0; top: 40px; bottom: 0;
	width: 240px;
}
.imgAdapt{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cityDesc{
	color: #000;
	font-size: 0.95em;
}
.citySubTitle{
	display: block;
	margin: 40px 0 20px 0;
}
.contentTown .weekList{
	margin-bottom: 40px;
}
.hoursCityLink{
	width: 305px;
	margin: 5px auto;
}
.mapContainer,.mapContainer2{
	width: 100%;
	aspect-ratio: 1.83;
	margin: 2.5% 0;
}
.mapContainer iframe,.mapContainer2 iframe{
	position: absolute;
	left: 0; top: 0; 
	width: 100%; height: 100%;
}
.mapContainer2{
	width: 48.75%;
	margin: 2.5% 2.5% 2.5% 0;
}
.mapContainer2 + .mapContainer2{
	margin: 2.5% 0;
}
.cityAlbumFig{
	aspect-ratio: 1;
}
.otherChurchList{
	width: 60%;
	margin: 100px auto 50px auto;
}

/* actualitÃ©s */
.imageList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 980px;
	width: 100%;
	margin: 0 auto 80px auto;
}
.imageListItem{
	max-width: 480px;
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}
.imageList li:last-child{
	width: 100%;
}
.imageListFigure{
	aspect-ratio: 48/15;
	overflow: hidden;
	transition-property:opacity;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.imageListItem:hover .imageListFigure{
	opacity: 0.3;
}
.imageListFigure &gt; a{
	width: 100%;
	height: 100%;
}
.imageListTitle{
	background: var(--primary-color);
	margin: 0;
	padding: 14px;
	box-sizing: border-box;
	font-weight: 200;
	flex-grow: 1;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}
.imageListItem:hover .imageListTitle{
	color: var(--secondary-color);
}
.newsListDate{
	font-size: 0.8em;
	font-weight: 500;
	padding: 10px 0 0 0;
	margin: auto auto 0 auto;
}
.button3{
	background: var(--secondary-color);
}
.showMoreElements{
	width: 290px;
	margin: 0 auto;
}
.contentNews{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 0 0 0;
}
.photoActu{
	width: 350px;
	border: 1px solid var(--secondary-color);
	padding: 5px;
	flex-shrink: 0;
	margin: 15px 40px 0 0;
}
.editorDisplay{
	font-size: 0.85em;
}
.newsTitle{
	font-size: 1.6em;
	letter-spacing: 0.18px;
	margin: 10px 0 40px 0;
}
.newsMoreTitle{
	margin: 40px 0 20px 0;
	color: var(--secondary-color);
}
.newsMoreList{
	display: flex;
	flex-wrap: wrap;
}
.newsMoreItem{
	width: 48%;
}
.newsMoreItem:nth-child(even){
	margin: 0 0 4% 4%;
}
.newsMoreLink{
	padding: 8px;
	display: flex;
	align-items: center;
	color: var(--primary-color);
	font-weight: 500;
	transition-property:transform,color;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.newsMoreIcon{
	width: 80px;
	aspect-ratio: 1;
	margin: 0 auto 0 0;
	flex-shrink: 0;
	background: var(--primary-color);
}
.newsMoreIcon &gt; svg{
	fill: #fff;
	height: 100%;
	width: auto;
	margin: auto;
}
.newsMoreLinkText{
	margin: 0 auto;
	width: calc(95% - 80px);
}

/* photos */
.galleryItem,.photoItem{
	max-width: 315px;
	width: 32%;
	margin-bottom: 2%;
}
.galleryItem &gt; .imageListFigure{
	aspect-ratio: 2.1;
}
.photoItem &gt; .imageListFigure{
	flex-grow: 1;
	aspect-ratio: 1.575;
}

/* services */
.introService{
	font-weight: 200;
	margin: 30px auto;
	width: 75%;
}
.serviceDialog{
	width: 80%;
	margin: auto;
	max-height: 80vh;
	background: #000;
	border: 10px solid #000;
}
.serviceDialog::backdrop{
	background: rgba(0,0,0,0.9);
}
.closeModalLink{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.closeModalLink svg{
	fill: #fff;
}
.dialogTitle{
	letter-spacing: 0.2px;
	font-weight: 200;
	font-size: 1.15em;
}
.editorDialog{
	font-size: 0.85em;
}
.serviceDialog .newsMoreItem{
	width: 30% !important;
	margin: 20px auto;
}
.serviceDialog .newsMoreLink{
	border-color: #fff;
	color: #fff;
	font-size: 0.85em;
}
.serviceDialog .newsMoreIcon{
	width: 50px;
}
.serviceSection{
	padding: 30px 0;
}
.serviceSection:nth-child(even){
	background: rgb(240,240,240);
}
.serviceSection &gt; .contentZone{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.serviceSection:nth-child(even) &gt; .contentZone{
	flex-direction: row-reverse;
}
.serviceFigure{
	width: 35%;
	box-sizing: border-box;
	border: 1px solid var(--secondary-color);
	padding: 5px;
}
.serviceTextWrapper{
	width: 61.5%;
	color: #000;
}
.serviceTitle{
	font-weight: 600;
	font-size: 1.3em;
	color: var(--primary-color);
	margin-bottom: 2px;
}
.serviceTitle::after{
	content: "";
	width: 284px;
	height: 1px;
	background: var(--secondary-color);
	display: block;
	margin: 0 0 30px 0;
}
.editor a{
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 50%;
	color: #fff;
	background: var(--primary-color);
	padding: 8px;
	letter-spacing: 1.4px;
	font-weight: 200;
	text-transform: uppercase;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.editor a:hover{
	color: var(--secondary-color);
}

/* contact */
.contactContentWrapper{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 30px 0;
}
.contactFig{
	width: 200px;
	background: #ccc;
}
.contactAdr{
	font-weight: 200;
	font-style: normal;
}
.contactAdr .contactTelLink{
	font-weight: 400;
}
.formContact{
	width: 560px;
	margin: 0 auto;
	padding: 0 10px;
}
.contactSheets{
	width: 220px;
	margin-top: auto;
	margin-bottom: auto;
	flex-grow: 0;
}
.contactSheet{
	width: 220px;
}
.contactSheetOuterWrapper{
	border: 1px solid var(--secondary-color);
	padding: 8px;
}
.contactSheetWrapper{
	background: #DDDFE1;
	padding: 10px;
	font-weight: 200;
	font-size: 0.9em;
	min-height: 358px;
}
.contactSheet .contactRole,.contactSheet .contactTelLink{
	font-weight: 600;
}
.contactSheetFig{
	width: 70%;
	margin: 5px auto 10px auto;
	border: 1px solid var(--secondary-color);
	padding: 8px;
}
.contactSheet .contactLogo{
	width: 50%;
	margin: 10px auto 0 auto;
}
.sliderArrow{
	position: absolute;
	right: -25px;
	top: calc((100% - 10px)/2);
	width: 20px;
	height: 20px;
}
.homePageSlider &gt; .sliderArrow{
	right: 25px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: calc((100% - 15px)/2);
}
.sliderArrow[data-target="prev"]{
	right: auto;
	left: -25px;
}
.homePageSlider .sliderArrow[data-target="prev"]{
	left: 25px;
}
.sliderArrow svg{
	fill: var(--secondary-color);
}
.champFormulaire{
	box-sizing: border-box;
	padding: .3em 0;
	width: 100%;
	margin: 0 0 25px 0;
	font-size: 1em;
	background: none;
	border: none;
	border-bottom: 1px solid var(--primary-color);
	font-family: "Montserrat", serif;
}
.contactFieldset{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: none;
	padding: 0;
}
.labelFormulaire{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 48%;
	text-transform: uppercase
}
.lastLabel{
	width: 100%;
}
.boutonForm{
	border: none;
	cursor: pointer;
	width: 250px;
}
#alertForm{
	width: 100%;
	margin: 15px 0;
	height: 1em;
}
.areaForm{
	height: 190px;
}

/* mobile */
@media only screen and (max-width: 1024px){
	.contentZone{
		width: 95%;
	}
	.homeChurchFigure{
		width: 150px;
	}
	.otherChurchList{
		width: 80%;
	}
	.contentTown .weekList{
		flex-wrap: wrap;
	}
	.contentTown .weekLi{
		width: 18%;
	}
	.contentTown .weekLi:nth-child(6),.contentTown .weekLi:nth-child(7){
		width: 48.4%;
		margin-top: 3.2%;
	}
	.contactTitle{
		width: 40%;
		margin: 0 30%;
	}
	.contactFigureParoisse{
		top: 22px;
	}
}
@media only screen and (max-width: 850px){
	.siteTitle{
		font-size: 1.4em;
	}
	.homeHeader .logoLink{
		width: 35%;
	}
	.homeHeader .siteTitle{
		width: 300px;
		margin: 20px auto 0 auto;
		font-size: 2.2em;
	}
	.homeHeader .siteTitle::after,.homeChurchListWrapper,.welcomeSection,.homeChurchFigure,.homeMassList,.homeNewsItem,.homeDlLink,.homeMoreList,.mainMenu,.imageListItem,.photoActu,.serviceFigure,.serviceTextWrapper,.serviceTitle::after,.formContact{
		width: 100%;
	}
	.mainMenu{
		overflow-y: auto;
	}
	.closeMenuButton{
		position: absolute;
		margin: 0;
		top: 30px;
		right: 30px;
	}
	.menuLink{
		text-align: center;
	}
	.firstLink{
		margin-top: 60px;
	}
	.navigSliderLink{
		font-size: 1em;
		margin: 0 3px;
	}
	.welcomeFigure,.welcomeText2::after,.contactFigureParoisse,.footerNav,.cityThumb,.contactFig{
		display: none;
	}
	.welcomeTextWrapper{
		width: 95%;
	}
	.welcomeText2{
		line-height: 1.8em;
	}
	.homeChurchListWrapper,.homeLinksListWrapper{
		overflow-x: auto;
		position: relative;
	}
	.homeChurchList,.homeLinksList{
		position: relative;
		margin: 50px 0;
	}
	.homeChurchList::after,.homeLinksList::after{
		content: "";
		display: block;
		height: 30px;
		background: var(--primary-color);
		position: absolute;
		left: 0;
		width: 184%;
		top: 0;
		margin-top: calc((42% - 30px)/2);
		z-index: -1;
	}
	.churchBox,.homeLinksItem{
		width: 42%;
		box-sizing: border-box;
		flex-shrink: 0;
		background: #fff;
		margin: 0 2%;
	}
	.homeChurchFigure{
		aspect-ratio: 1;
		box-sizing: border-box;
	}
	.nextOfficeTitle{
		width: 90%;
	}
	.homeMassList{
		flex-direction: column;
	}
	.homeMassListItem{
		border-left: none;
		border-top: 2px solid var(--secondary-color);
		width: 100%;
		box-sizing: border-box;
		padding: 10px 5%;
	}
	.dayTitle{
		text-align: center;
	}
	.moreLink{
		width: 90%;
		left: 5%;
	}
	.homeNewsList,.contactContentWrapper{
		flex-wrap: wrap;
		margin: 0 0 20px 0;
	}
	.homeNewsItem{
		margin: 0 0 30px 0;
	}
	.downloadWrapper{
		background-position: center center;
	}
	.dlTitle{
		color: var(--primary-color);
		font-size: 2em;
		text-align: center;
	}
	.homeMoreList{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.homeMoreItem{
		width: 46%;
		margin-bottom: 8%;
	}
	.contactWrapper{
		border-width: 0 0 2px 0;
		width: 105%;
		margin: 40px -2.5%;
		padding: 22px 22px 19px 22px;
		background-position: bottom right;
	}
	.homeContactItem{
		flex-direction: column;
	}
	.figureContact{
		margin: 0 auto;
	}
	.contactInfo{
		margin: 20px auto;
	}
	.moreWrapper{
		background-image: none;
	}
	.homeLinksList{
		flex-wrap: nowrap;
	}
	.homeLinksListWrapper{
		width: 105%;
		margin: 0 -2.5%;
	}
	.homeLinksItem:nth-child(2),.homeLinksItem:nth-child(4),.homeLinksItem:nth-child(3){
		margin: 0 2%;
	}
	.homeLinksList::after{
		width: 230%;
	}
	.giftSection{
		background-size: 40%;
		padding: 20px;
	}
	.giftButton{
		margin: 50px auto 0 auto;
		display: block;
	}
	.giftTitle{
		padding: 0 40% 0 0;
		font-size: 1.5em;
	}
	.giftTitleYour{
		font-size: 1em;
		font-weight: 400;
	}
	.giftTitleGift{
		font-size: 3.2em;
	}
	.footerContent{
		padding: 10px 0;
	}
	.footerFig{
		width: 35%;
	}
	.legalMention{
		width: 60%;
		margin: 0 0 0 auto;
		font-size: 0.9em;
	}
	.weekList,.contentNews,.serviceSection &gt; .contentZone{
		flex-wrap: wrap;
	}
	.weekLi{
		width: 48%;
		margin-bottom: 4%;
	}
	.moreDateLi{
		width: 100%;
		margin-bottom: 4%;
	}
	.imageListItem{
		max-width: 850px;
		margin-bottom: 40px;
	}
	.otherChurchList{
		width: 100%;
	}
	.otherChurchList &gt; .churchBox{
		width: 29%;
		margin: 0 auto;
	}
	.contentTown,.contentNews{
		padding: 40px 0 0 0;
	}
	.cityTitle{
		text-align: center;
	}
	.cityTitle::after{
		margin: 20px auto;
	}
	.cityThumbMobile{
		display: block;
		width: 60%;
		aspect-ratio: 1;
		margin: 30px auto;
	}
	.photoActu,.serviceFigure,.formContact{
		margin: 0 0 25px 0;
		box-sizing: border-box;
	}
	.publication{
		display: block;
		text-align: center;
	}
	.newsTitle{
		text-align: center;
	}
	.editorDisplay{
		font-size: 1em;
	}
	.editorDisplay p{
		line-height: 2em;
	}
	.formContact{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.formContact &gt; .pageTitle{
		order: 1;
	}
	.formContact &gt; .contactAdr{
		order: 2;
		font-weight: 400;
	}
	.contactAdr .contactTelLink{
		font-weight: 600;
	}
	.formContact &gt; .contactFieldset{
		order: 3;
		box-sizing: border-box;
		border: 1px solid var(--secondary-color);
		padding: 10px 20px;
		margin: 30px 0;
	}
	.champFormulaire{
		appearance: none;
		border-radius: 0;
		font-size: 16px;
	}
	.contactFieldset .italic{
		display: block;
		width: 100%;
		text-align: center;
	}
	.boutonForm{
		appearance: none;
		cursor: pointer;
		border-radius: 0;
		margin: 10px auto;
	}
	.contactSheets{
		margin: 20px auto;
	}
}
@media only screen and (max-width: 590px){
	.siteTitle{
		font-size: 1em;
		margin: 25px 0 0 0;
	}
	.siteTitle &gt; span{
		display: none;
	}
	.homeHeader .siteTitle span{
		display: inline;
	}
	.siteTitle2{
		word-spacing: 1px;
		font-size: 0.58em;
	}
	.homeHeader .siteTitle{
		margin: 20px auto 0 auto;
	}
	.menuButton{
		top: 40px;
		margin: 0;
	}
	.navigSliderLink{
		font-size: 0.8em;
	}
	.ariane{
		margin: 20px 0 0 30px;
	}
	.hoursSubTitle{
		font-size: 1em;
		letter-spacing: 2px;
	}
	.hoursSubTitle::after{
		margin: 0 0 0 15px;
		width: 50px;
	}
	.cityThumbMobile,.newsMoreItem,.labelFormulaire{
		width: 100%;
	}
	.serviceDialog .newsMoreItem{
		width: 100% !important;
	}
	.contentTown .weekLi,.contentTown .weekLi:nth-child(6),.contentTown .weekLi:nth-child(7){
		width: 48%;
		margin-top: 0;
		margin-bottom: 4%;
	}
	.newsMoreItem,.newsMoreItem:nth-child(2n){
		margin: 0 0 4% 0;
	}
	.editor a{
		width: 80%;
	}
}</pre></body></html>