<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&amp;display=swap');
@import './menus.css';

/* Nouveau */

.intro {
  font-family: 'dancing script',serif;
  font-size: 21pt;
  font-weight: bolder;
  text-align: center;
  color: black;
}

.largo&gt;img {
    max-height: 400px;
    /*max-width: 1438px;*/
}

.container-component&gt;*, .container-sidebar-left&gt;*, .container-sidebar-right&gt;* {
    /*margin-top: 2em;*/
}

div.nouveau2 {
    background-color: #273435;
    font-size: 20px;
}

.nouveau2 ul.mod-menu.mod-list.nav {
    align-content: center;
}

.nouveau2 a {
  color: white;  
}

.nouveau2 a:visited {
  color: white;  
}

/* Global cassiopea corrections */

:root {
  --font-sans-serif: 'Lato','sans-serif';
  --body-font-family: "Georgia,Cambria","Times New Roman","Times,serif";
  --cassiopeia-font-family-headings: "Georgia,Cambria","Times New Roman","Times,serif";
}

.card {
  --card-border-width: 0px;
}

.card-header {
  background-color: rgb(0 0 0 / 0%);
  border-bottom: 0 solid;
  color: #921234;
  margin-bottom: 0;
  /*padding: var(--card-cap-padding-y) var(--card-cap-padding-x);*/
}

.card-body {
  padding: 0px;
}

.container-header {
  background-color: white;
  background-image: none;
}

/* Smartslider 3  */
#featured div#n2-ss-4 .n2-style-1a0aec516404fa8416734e10fa70415a-dot {
  /*background: #81898d;*/
  opacity: 1;
  padding: 10px 10px 10px 10px;
  box-shadow: none;
  border: 1px solid RGBA(0,0,0,1);
  border-radius: 50px;
  margin: 4px;
}

#featured div#n2-ss-4 .nextend-arrow img {
  width: 32px;
  aspect-ratio: 1 / 1;
}

/* Animations */ 
@keyframes example {
  from {border-color: red;}
  to {border-color: yellow;}
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  font-weight: 500;
  font-size: 23px;
  color: #921234;
  animation-name: marquee;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.at-item {
        color: #921234;
		animation-name: focus-in-contract;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
			
		/* shorthand
		animation: focus-in-contract 26.2s linear 0s 1 normal none;*/
}
@keyframes focus-in-contract {
			
		0% {
			letter-spacing:1em;
			filter:blur(2px);
			opacity:0;
		}
		100% {
			filter:blur(0);
			opacity:1;
		}
}


/* Modifications rÃ©centes et en test */

main .patronage, #main .patronage p {
  margin: auto;
  text-align: left;
  max-width: 940px;
  padding: 5px;
}

.formulaire {
  background-color: #f3f3f3;
  max-width: 940px;
  margin: 5px;
  padding: 5px;
}

.lumiere {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.nouveau {
	padding: 20px 20px;
}

.signal {
  background-color: orange;
}

#main .pweb-form-red form.pwebcontact-form input.pweb-input, .pweb-form-red form.pwebcontact-form select, .pweb-form-red form.pwebcontact-form textarea {
 background-color: #e0e0e0;
}

/*
     Main custom.css code  
*/

/* Generic styles corrections */

h1 {
  font-size: 38.5px;
  color: #921234;
}

h2 {
  font-size: 31.5px;
  color: #273435;
}

h3 {
  font-size: 24.5px;
  color: #921234;
}

h4 {
  font-size: 17.5px;
  color: #273435;
}

h5 {
  font-size: 17.5px;
  color: white;
}

p {
  font-size: 19px;
  color: #273435;
  margin-bottom: 0.1rem;
  /*margin-bottom: 0.5rem;
  margin-top: 0;*/
}

a {
  color: #921234;
  text-decoration: underline;
}

a:visited {
  color: #720826;
}

body.b_georgia {
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

/*
Header corrections
*/

/*.item-1048 {
  float: right;
  vertical-align: middle;
  opacity: 0.7;
}*/

@media (max-width: 985px) { 
  .topbar .navbar-inverse .nav li.item-1048&gt;a {
    position: unset;
    right: unset;
  }
}

.container-header .container-nav {
    padding-bottom: 0em;
}

.container-top-a&gt;* {
margin: 0;
}

/*
Featured and grid tops
*/

body.wrapper-fluid .site-grid {
  grid-gap: 0 0em;
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,25%)) [main-end] minmax(0,1fr) [full-end];
}

/*
Main content
*/

main h1 {
  font-weight: 500;
  font-size: 34.5px;
}

main h2 {
  /*font-weight: 500;*/
  font-size: 27.5px;
}

main h3 {
  /*color: #cb1010;*/
  font-weight: 700;
  font-size: 23px;
}

main h4 {
  font-weight: 600;
  font-size: 21px;
  text-decoration: underline;
}

main h5 {
  font-weight: 500;
  text-transform: uppercase;
}

main h6 {
  font-weight: 500;
  font-size: 19px;
}

main p {
  line-height: 135%;  
  text-align: center;
}

main li {
  font-weight: 400;
  font-size: 19px;
  color: #575757;
  line-height: 36px;
}

main a:hover, main a:select {
  color: #921235;  
}

main .blog .items-leading .item-image a img, main .blog .items-row .item-image a img {
  border-bottom: 0px solid #ff6b6b;
}

main .blog .items-leading [class^="leading-"], main .blog .items-row {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

.main-content .breadcrumb&gt;li {
  padding-left: 0px;
  padding-right: 0px;  
  color: #ccc;
}

.main-content .breadcrumb&gt;li&gt;.divider {
  padding-left: 0px;
  padding-right: 1px;  
  color: #ccc;
}

.main-content .full-image {
  border-bottom: 0px solid #ff6b6b;
  margin-bottom: 30px;
}

.breadcrumb.filnav {
  font-size: 19px;
  margin: 24px 0px 0px 0px;
}

div.page-header h2 {
  font-size: 38.5px;
  color: #921234;
}

.com-content-article__body, .item-image {
  border-bottom: 0px solid #eee;
  margin-bottom: 30px;
  padding: 0% 4%;
  /*font-size: 14px;*/
}


.com-content .full-image img {
  aspect-ratio: 1920 / 534;
}

.com-content-article img {
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.com-content img, img.edocman-thumb-left {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: auto;
  float: none;
  display: block;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: 40% 20%;
}

.com-content-article .don {
  text-align: center; 
  background-color: #fcb614; 
  color: #15447e; 
  border-radius: 50px; 
  min-height: 35px !IMPORTANT; 
  /*position: relative!important; 
  top: 1px;*/ 
  font-weight: 700; 
  padding: 8px 22px; 
  font-size: 18px; 
  line-height: 19px;
}

.com-finder.finder {
    padding: 0 4%;
}

#horaires img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: auto;
  float: none;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: 40% 20%;
  display: block;
}

div.pratique {
  margin: auto;
  margin-top: 30px;
  max-width: 850px;
  float: none;
}

.pratique {
  max-width: 843px;
  color: #921234;
  border: 2px solid white;
  border-radius: 5px;
  float:none;
  margin-bottom: 30px;
  padding: 0px;
}

.pratique p {
  color: white;
  font-size: 16px;
}

.pratique p a {
  /*color: #273435;*/
  font-size: 16px;
  text-decoration: underline;
}

.main-par {
  background-color: #FFFFFF;
  padding: 20px 10px 0px;
}


main p a:hover {
  /*color: #273435;*/
  text-decoration: underline;
}

main table {
  margin: auto;
  background-color: #f3f3f3;
}


main .edocmandocuments&gt;table {
  margin: auto;
  background-color: #ffffff;  
  width: unset;
}

main #table-document div td {
  margin: auto;
  background-color: #ffffff;  
  width: unset;
}

main .edocmandocuments&gt;table&gt;tbody&gt;tr&gt;td {
  margin: 10 px;
  background-color: #ffffff;  
  width: unset;
}

div#edocman-category-page-columns {
  margin: 1% 4%;
}

main div th {
font-size: 16px;
  margin: auto;
  color: #273435;
  width: 33%;
  padding:0;
  text-align: center;
  text-transform: none;
  font-weight: 600;
  border-right-width: 1px;
  border-right-color: white;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;  
  word-break: break-word;
}

main div td {
  font-size: 14px;
  margin: auto;
  color: #273435;
  width: 33%;
  /*padding: 0px;*/
  text-align: center; 
  text-transform: none;
  font-weight: 300;
  border-right-width: 1px;
  border-right-color: white;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;  
  word-break: break-word;
}

main .agauche th, main .agauche td {
text-align: left;
}

main .horaires th {
  color: white;
  background: #921234;
  padding: 10px 10px;
  font-size: 18px;
  width: 15%;
}

main .horaires td {
  padding: 10px 10px 0px 10px;
  font-size: 19px;
  width: 15%;
  color: black;
}


main .horaires tr:nth-child(even) { 
  background-color: #f6f6f6; 
} 

main .horaires tr:nth-child(odd) { 
  background-color: #eaeaea; 
} 

main .intro {
  font-family: 'dancing script',serif;
  font-size: 21pt;
  font-weight: bolder;
  text-align: center;
  color: black;
}

main ul.inline&gt;li, ol.inline&gt;li {
  display: inline-block;
  zoom: 1;
  padding-left: 0px;
  padding-right: 5px;
}

main .label.label-info, .badge.label-info {
  color: #273435;
  background-color: white;
  text-decoration: underline;
  text-transform: none;
  padding: 0px;
  font-size: 19px;
  font-weight: 500;
}

main .label.label-info:hover, .badge.label-info:hover {
  color: #921234;
  background-color: white;
  text-decoration: underline;
}

#synode p {
  padding: 14px 12px;
}

#synode li {
  text-align: left;
  line-height: 1.3em;
}

#synode td {
  background-color: #e0f0ff;
  padding: 14px 12px;
}

.accordion-item {
    border-style: none;
}

.accordion-item .accordion-button {
    color: #921234;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.accordion{
  --accordion-body-padding-x: 0.25rem;
  --accordion-active-color: #921234;
  --accordion-color: #921234;
}

/* FAQ */

.sal-wrapper.sal-columns-4 .sal-grid&gt;.sal-item {
    margin-bottom: 0%;
}

/* Calendrier */

#jcl_component .jcl_event_admin img, #jcl_component #jcl_event_map img {
  max-width: 16px!important;
}

.eventdescright_map {
  display: none;
}

#jcl_component {
    box-sizing: border-box;
    padding: 1% 4%;
}

#jcl_component.eventdesclarge&gt;a {
 a {
  color: #921234;
  text-decoration: underline;
  }
}

#jcl_component #jcl_layout_body .monthview th {
  background: #921234;
}

#jcl_location_directions_panel div&gt;table&gt;tbody&gt;tr&gt;td .adp-marker2 {
  width: 30px;
}

#jcl_location_directions_panel .adp-substep {
  width: 20%;
}

#jcl_component .event-item {
  padding: 10px 0px;
  background: #f9f9f9;
  margin-bottom: 20px;
  border-width: 2px 0 0 0px;
  border-style: solid;
}

.adp-summary {
  text-align: center;
  background: #d9d9d9;
}

/* Parties responsives */

@media (max-width: 1065px) { 
  #jcl_component .table-calendar td.cell_events {
    width: 92%;
  }
}

@media (max-width: 1065px) { 
  main div th, main div td {
    padding: 4px 5px;
    font-size: 12px;
    display: table-cell;
  }
  main .intro {
    padding: 4px 5px;
    font-size: 15pt;
  }
  main p, main span {
    padding: 4px 5px;
    font-size: 14px;
  }
  #mod-custom48 .parole {
    padding: 4px 5px;
    font-size: 12pt;
  } 
  .edocman_download_label {
    font-size: 11px;
  }
  main li {
    font-size: 14px;
  }
  .pagination ul&gt;li&gt;a, .pagination ul&gt;li&gt;span {
    padding: 4px 9px; 
  }
  main .horaires th {
    font-size: 17px;
    width: 15%;
    padding: 10px 5px 0px 5px;
  }
  main .horaires td {
    font-size: 16px;
    width: 15%;
    padding: 10px 5px 0px 5px;
  }
  .main-par {
    padding: 10px 4px 0px;
  }
  .nouveau {
    padding: 0px 0px;
    display: flex;
    width: 100%!important;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 500px) { 
  main .horaires th {
    font-size: 13px;
    width: 15%;
    padding: 10px 3px 0px 3px;
  }
  main .horaires td {
    font-size: 13px;
    width: 15%;
    padding: 10px 1px 0px 1px;
  }
  .com-content-article .don {
    font-size: 13px;
  }
}

#edocman-categories .edocman-category img {
  margin: 0 10px 0 0;
  padding: 0!important;
  width: auto;
}

.main-bottom div ul {
  padding-left: 0px;
  padding-right: 0px;
}

.main-bottom .module .nav.nav-list li&gt;a  {
  max-width: 100%;
  padding: 20px 20px;
  margin: 30px 20px ;
  text-align: center;
  color: black;
  background-color: #E4E0E3;
}

div.main-bottom {
  margin: 0% 7% 1%;
}

main .item-784 {
  /*width: 100%;*/
  text-align: center;
  font-size: 20px;
  padding: 10px 0px;
  color: #273435;
  background-color: #E4E0E3;
  line-height: 40px;
  margin: 0% 3%;
  border-radius: 5px;
}

main .item-784&gt;a {
  color: #273435;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: Georgia,Cambria,"Times New Roman",serif;
}

.main-bottom a:hover {
  background: none;
}

.main-bottom {
  max-width: 100%;
  height: auto;
}

.main-bottom i.icon-wpforms, i.icon-newspaper-o {
color: #273435;
}

.site-grid {
    margin-bottom: 0px;
}

@media (max-width: 1065px) { 
  .main-bottom .item-784&gt;a {
    padding: 4px 5px;
    font-size: 15px;
  }
}

.parole {
  display: block;
  float: none;
  margin: 30px 3%;
  /*max-width: 100%;*/
  background-color: #F1912B;
  padding: 20px 20px;
  color: white;
  border: 0px solid red;
  border-radius: 5px;
  float:none;
  font-size: 20px;
  text-align: center;
}

div.container-bottom-a {
  padding: 0% 7% 1%;
  color: #921234;
  /*font-family: "Georgia";*/
  text-transform: uppercase;
}

div.container-bottom-a .sal-inner-item {
  max-width: 220px;
}

.container-bottom-a .sal-wrapper.layout-default figure img {
  width: 60%;
  height: auto;
  max-height: 164px;
  max-width: 164px;
  min-width: 164px;
  text-align: center;
  display: block;
  margin: auto 20px;
  aspect-ratio: 193 / 193;
}

.container-bottom-a&gt;div:not(.moduletable_ms1):not(.moduletable_ms2):not(.moduletable_ms3):not(.moduletable_ms4):not(.moduletable_ms5) h3 {
  font-family: 'Georgia',serif;
  font-size: 14px;
  text-align: center;
  color: #921234;
  text-transform: none;
  font-style: italic;
  margin: 3px 10px;
}

.sal-wrapper.sal-columns-4 .sal-grid&gt;.sal-item {
    display: flex;
    justify-content: space-evenly;
}

.container-bottom-a .sal-wrapper .sal-grid {
    justify-content: space-between;
}

.container-bottom-a&gt;div:not(.moduletable_ms1):not(.moduletable_ms2):not(.moduletable_ms3):not(.moduletable_ms4):not(.moduletable_ms5) h2 {
  font-family: 'Georgia',serif;
  font-size: 31.5px;
  text-align: left;
  color: #273435;
  text-transform: uppercase;
}

a.sal-link {
  font-size: 21px;
  font-weight: 500;
}

.pweb-field-container.pweb-field-checkbox.pweb-field-accordsurlesconditionsdutilisation {
  text-align: right;
}

.container-bottom-a&gt;*, .container-bottom-b&gt;*, .container-top-a&gt;*, .container-top-b&gt;* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1em 0 0em;
  border: 0px;
}

/*
Footer 
*/

@media (max-width: 979px) {
#footer.footer {
    margin-top: 0px; 
  }
}

.wrapper-footer.container-fluid {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 0;
  padding-left: 0;
}

.footer {
  background-color: var(--cassiopeia-color-primary);
  background-image: linear-gradient(135deg,#921234 0,#a22244 100%);
  color: #fff;
  margin-top: 0em;
  border-top-color: #273435;
  border-top-style: solid;
  border-top-width: 13px;
}

.footer .pix_cookies_restrict_text p {
  line-height: auto;
  padding: 0;
  margin: 0;
  background-color: #E4E0E3;
  color: #273435;
}

.footer .footer-content {
  background-color: #921234;
  color: white;
  padding: 0;
  margin: auto;
  text-align: center;
  font-size: 17.5px;
  line-height: 105%;
  font-weight: 300;
  font-family: Georgia;
}

.footer table {
  margin: auto;
}

.footer div {
  font-size: 23.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
}

.footer p {
  font-size: 16px;
  text-transform: none;
  color: white;
  line-height: 105%;
  font-weight: 300;
  text-transform: none;
}

.footer div th {
  font-size: 16px;
  margin: auto;
  color: white;
  width: 30%;
  padding:0;
  border:0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.footer div td {
  font-size: 14px;
  margin: auto;
  color: white;
  width: 30%;
  padding:0;
  border:0;
  text-align: center; 
  text-transform: none;
  font-weight: 300;
}

.footer p .contact {
  line-height: 120%;
}

.footer div .contact {
  text-align: left;
  padding: 10px;
}

.footer a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
}

.footer .contact a {
  font-size: 16px;
  padding: 5px;
  margin: 0px;
  border: 1px;
  border-color: white;
  border-style: solid;
  text-transform: none;
  text-decoration: none;
  line-height: 30px;
}

.footer-content .p-t-2 p-b-2{
  padding: 16 10 0 px;
}

.footer .p-b-2 {
  padding-bottom: 0rem !important;
}

.footer .p-t-2 {
  padding-top: 1rem !important;
}

.footer .bottomL {
  border: 0px;
  text-align: center;
  padding: 10px;
  color: #273435;
}

.footer .bottomL a {
  text-transform: none;
  text-decoration: underline;
  color: #273435;
}

/*
Formulaire de contact
*/

#pwebcontact107_text-0 {
  text-align: right;
  color:white;
}

#pwebcontact107_send {
  display: block;
  background-image: -webkit-linear-gradient(top, #921234, #921234);
}

#pwebcontact107_msg {
  height: 16px;
  padding: 0px;
}

#pwebcontact107_field-accordsurlesconditionsdutilisation {
  float: right;
  padding: 10px;
}

#pwebcontact107_field-accordsurlesconditionsdutilisation-lbl&gt;a {
  text-align: right;
  color: white;   
}

#contacttc {
  background-color: #f3f3f3;
  max-width: 1340px;
  margin: 5px;
  padding: 5px;
}

#pwebcontact105_container .pweb-width-50 {
  width: 45%;
  background-color: #E4E0E3;
  padding: 20px;
  max-width: 410px;
}

#pwebcontact105_text-0 {
background-color: white;
}

label#pwebcontact107_copy-lbl {
    color: white;
}

/* Responsive for large screens*/

@media (min-width: 1310px) { 
  .topb .nav li a .image-title {
    font-size: 15px;
  }
  .topb li&gt;a&gt;img {
     /* max-width: 100%;
      margin: 30px 10% 10px 10%;*/
      width: 9.13rem;
  }
  .footer span {
    font-size: 1.2em;
  }
}

@media (min-width: 1610px) { 
  .topb .nav li a .image-title {
    font-size: 15px;
  }
  .topb .nav&gt;li&gt;a&gt;img {
      width: 10.13rem;
  }
}

@media (min-width: 1760px) { 
  .topb li a .image-title {
    font-size: 15px;
  }
  li&gt;a&gt;img {
      width: 10rem;
  }
}
</pre></body></html>