<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Graal
 Theme URI:    https://www.neptune.fr/
 Description:   Graal theme
 Author:       Neptune Internet Services
 Author URI:   https://www.neptune.fr/
 Template:     generatepress
 Version:      0.1
*/
@font-face {
  font-family: 'DIN';
  src: url("./fonts/DIN-Bold.woff2") format("woff2"), url("./fonts/DIN-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url("./fonts/DIN-Medium.woff2") format("woff2"), url("./fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url("./fonts/DIN-Regular.woff2") format("woff2"), url("./fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 1, sass/_variables.scss */
:root {
  --color-white: #fff;
  --color-green: #88b734;
  --color-brown: #663c17;
  --color-grey: #f4f4f4;
  --color-grey2: #f7f7f7;
  --color-grey3: #7a7a7a;
  --color-orange: #f29220;
}

/* line 15, sass/style.scss */
body {
  font-family: 'DIN', 'Sans-serif';
}

/* line 19, sass/style.scss */
a {
  transition-property: color, background;
  transition-duration: 0.7s;
  text-decoration: none;
}
/* line 24, sass/style.scss */
a:hover {
  transition-property: color, background;
  transition-duration: 0.7s;
}

/* line 30, sass/style.scss */
#menu-menu-haut {
  max-width: 1215px;
  margin: 15px auto;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}
/* line 37, sass/style.scss */
#menu-menu-haut li {
  list-style-type: none;
  text-align: right;
}
/* line 42, sass/style.scss */
#menu-menu-haut a {
  position: relative;
  padding-left: 35px;
  color: var(--color-brown);
  font-size: 16px;
}
/* line 48, sass/style.scss */
#menu-menu-haut a::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 25px;
  background: url("./img/icon-user.png") top center no-repeat;
  left: 0;
  top: -3px;
}
/* line 59, sass/style.scss */
#menu-menu-haut a:hover {
  text-decoration: underline;
}

/* line 65, sass/style.scss */
header.site-header {
  z-index: 10;
}

/* line 68, sass/style.scss */
header.site-header .inside-header {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #8A8A8A;
}
/* line 73, sass/style.scss */
header.site-header .inside-header .site-logo {
  position: absolute;
  top: -36px;
}
/* line 78, sass/style.scss */
header.site-header .inside-header #site-navigation {
  margin-left: 300px;
  width: 100%;
  /*margin-top: 10px;
  margin-bottom: -10px;*/
}
/* line 85, sass/style.scss */
header.site-header .inside-header .link-end {
  position: absolute;
  right: 0;
}
/* line 89, sass/style.scss */
header.site-header .inside-header .link-end.current_page_item a {
  color: var(--color-white) !important;
  background: var(--color-green) !important;
}
/* line 94, sass/style.scss */
header.site-header .inside-header .link-end a {
  color: var(--color-white);
  background: var(--color-green);
  border-radius: 8px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid var(--color-green);
}
/* line 102, sass/style.scss */
header.site-header .inside-header .link-end a:hover {
  color: var(--color-green);
  background: var(--color-white);
}

/* line 111, sass/style.scss */
#footer-widgets {
  position: relative;
}
/* line 114, sass/style.scss */
#footer-widgets::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: var(--color-grey);
  top: 75px;
  left: 0;
}
/* line 123, sass/style.scss */
#footer-widgets .inside-footer-widgets {
  position: relative;
}
/* line 125, sass/style.scss */
#footer-widgets .inside-footer-widgets::after {
  content: "";
  position: absolute;
  right: -195px;
  top: -43px;
  width: 233px;
  height: 215px;
  display: block;
  background: url("./img/fond-right-footer.png");
}

/* line 138, sass/style.scss */
.inside-footer-widgets &gt; div {
  flex: none;
}

/* line 142, sass/style.scss */
.footer-widget-1, .footer-widget-2 {
  position: relative;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #bab7b7;
  padding: 20px;
  z-index: 10;
}
/* line 149, sass/style.scss */
.footer-widget-1 &gt; *, .footer-widget-2 &gt; * {
  color: #7a7a7a;
}

/* line 154, sass/style.scss */
.footer-widget-1 {
  width: 66%;
  margin-right: 5%;
  font-size: 14px;
}
/* line 158, sass/style.scss */
.footer-widget-1 &gt; * {
  font-size: 14px;
  font-weight: 500;
}
/* line 162, sass/style.scss */
.footer-widget-1 .bloc-footer-image-specific {
  position: absolute;
}
/* line 164, sass/style.scss */
.footer-widget-1 .bloc-footer-image-specific::after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  background: #dcdcdc;
  display: block;
  right: -40px;
  top: 10px;
}
/* line 175, sass/style.scss */
.footer-widget-1 .bloc-footer-specific1 {
  padding-left: 255px;
}
/* line 178, sass/style.scss */
.footer-widget-1 .widget:first-child {
  padding: 0;
  margin: 0;
}
/* line 182, sass/style.scss */
.footer-widget-1 .places {
  padding-left: 290px;
  position: relative;
}
/* line 185, sass/style.scss */
.footer-widget-1 .places::before {
  content: "";
  background: url("./img/icon-marker.png") top center no-repeat;
  position: absolute;
  top: 10px;
  left: 255px;
  width: 24px;
  height: 28px;
  display: block;
}

/* line 198, sass/style.scss */
.footer-widget-2 {
  width: 29%;
}
/* line 200, sass/style.scss */
.footer-widget-2 .widget {
  padding: 0 !important;
}
/* line 203, sass/style.scss */
.footer-widget-2 .widget:first-child {
  margin-bottom: 15px;
}
/* line 206, sass/style.scss */
.footer-widget-2 .faq-box {
  font-weight: bold;
  color: var(--color-green);
  line-height: 25px;
}
/* line 210, sass/style.scss */
.footer-widget-2 .faq-box span {
  display: block;
  font-size: 30px;
}
/* line 215, sass/style.scss */
.footer-widget-2 a {
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
  color: #7a7a7a;
}
/* line 221, sass/style.scss */
.footer-widget-2 a::before {
  content: "";
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 3px;
}
/* line 230, sass/style.scss */
.footer-widget-2 a::after {
  content: "&gt;";
  padding-left: 15px;
}
/* line 235, sass/style.scss */
.footer-widget-2 .link-faq a::before {
  background: url("./img/icon-faq.png") top center no-repeat;
}
/* line 238, sass/style.scss */
.footer-widget-2 .link-contact a::before {
  background: url("./img/icon-contact.png") top center no-repeat;
}

/* line 243, sass/style.scss */
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}

/* line 247, sass/style.scss */
.site-info {
  position: relative;
  z-index: 5;
}
/* line 250, sass/style.scss */
.site-info .inside-site-info {
  padding: 20px 0;
  color: var(--color-brown);
  font-weight: 500;
}
/* line 254, sass/style.scss */
.site-info .inside-site-info .copyright-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 258, sass/style.scss */
.site-info .inside-site-info .copyright-bar::after {
  content: "";
  clear: both;
  display: table;
}
/* line 264, sass/style.scss */
.site-info .inside-site-info a {
  color: var(--color-brown);
  font-weight: 500;
}
/* line 268, sass/style.scss */
.site-info .inside-site-info .left {
  order: 0;
  text-align: left;
  width: 50%;
}
/* line 273, sass/style.scss */
.site-info .inside-site-info .menu-menu-copyright-container {
  order: 1;
  text-align: right;
  width: 50%;
}
/* line 279, sass/style.scss */
.site-info .inside-site-info .menu-menu-copyright-container li {
  list-style-type: none;
  display: inline-block;
}
/* line 282, sass/style.scss */
.site-info .inside-site-info .menu-menu-copyright-container li::after {
  content: "-";
  padding-right: 10px;
  padding-left: 10px;
}
/* line 287, sass/style.scss */
.site-info .inside-site-info .menu-menu-copyright-container li:last-child::after {
  content: "";
}

/* line 295, sass/style.scss */
#home_marches_adherents p {
  min-height: 140px;
}

/* line 298, sass/style.scss */
.elementor .elementor-background-slideshow__slide__image {
  background-position: top center !important;
}

/* line 301, sass/style.scss */
p {
  text-align: justify;
}

/* line 304, sass/style.scss */
header.site-header .inside-header #menu-menu-principal .menu-item a {
  font-weight: 500;
  color: #7A7A7A;
  font-size: 16px;
}

/* line 309, sass/style.scss */
header.site-header .inside-header #menu-menu-principal .link-end.menu-item a {
  color: #fff;
}

/* line 312, sass/style.scss */
header.site-header .inside-header #menu-menu-principal .link-end.menu-item a:hover {
  color: #88B734;
}

/* line 315, sass/style.scss */
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 322, sass/style.scss */
  .site-content .elementor-69 .elementor-element.elementor-element-bbda176 &gt; .elementor-element-populated {
    padding: 230px 20px 0 20px;
  }
  /* line 325, sass/style.scss */
  .site-content .elementor-69 .elementor-element.elementor-element-ca30cba h1.elementor-heading-title {
    font-size: 50px;
  }
  /* line 328, sass/style.scss */
  .site-content .elementor-69 .elementor-element.elementor-element-f62f625 &gt; .elementor-widget-container {
    margin: 0;
  }
  /* line 331, sass/style.scss */
  .site-content .elementor-69 .elementor-element-674e0ca .elementor-button-wrapper {
    text-align: center;
  }
  /* line 333, sass/style.scss */
  .site-content .elementor-69 .elementor-element-674e0ca .elementor-button-wrapper a {
    width: 70%;
  }
  /* line 337, sass/style.scss */
  .site-content .elementor-69 .elementor-element-2851cdc {
    display: none;
  }
  /* line 341, sass/style.scss */
  .site-content .elementor-69 .elementor-element-53a9658 .elementor-element-82a9c85 {
    text-align: center;
    padding: 10px 15px 0 15px;
  }
  /* line 347, sass/style.scss */
  .site-content .elementor-69 .elementor-element-c7f79b4 .elementor-container.elementor-column-gap-default .elementor-col-20 {
    margin-bottom: 1rem;
  }
  /* line 352, sass/style.scss */
  .site-content .elementor-69 .elementor-element-1b76000 .elementor-container.elementor-column-gap-default .elementor-col-50 {
    margin-bottom: 5rem;
  }
  /* line 357, sass/style.scss */
  .site-content .elementor-69 .elementor-element-fa33cea .elementor-element-1de3bed {
    display: none;
  }

  /* line 363, sass/style.scss */
  header.site-header .inside-header #site-navigation.main-navigation {
    margin-left: -10px;
  }

  /* line 366, sass/style.scss */
  .main-navigation div.inside-navigation.grid-container {
    float: left;
  }

  /* line 369, sass/style.scss */
  #footer-widgets .footer-widget-1 {
    width: 100%;
  }

  /* line 372, sass/style.scss */
  #footer-widgets .footer-widget-1 #block-8 .bloc-footer-specific1 {
    padding-left: 0;
    padding-top: 9rem;
  }

  /* line 376, sass/style.scss */
  #footer-widgets .footer-widget-1 #block-9 .bloc-footer-specific1 {
    padding-left: 30px;
    padding-top: 0;
  }

  /* line 380, sass/style.scss */
  #footer-widgets .footer-widget-1 #block-9 .bloc-footer-specific1:before {
    left: -5px;
  }

  /* line 383, sass/style.scss */
  .footer-widget-1 figure.bloc-footer-image-specific::after {
    content: none;
  }

  /* line 386, sass/style.scss */
  #footer-widgets .footer-widget-2 {
    width: 100%;
  }

  /* line 390, sass/style.scss */
  .site-footer #footer-widgets .inside-footer-widgets:after {
    display: none;
  }
}
</pre></body></html>