@charset "UTF-8";
@media only screen and (max-width : 500px) {
  .hide-base {
    display: none !important;
  }
}

@media only screen and (max-width : 600px) {
  .hide-xsmall {
    display: none !important;
  }
}

@media only screen and (max-width : 767px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (max-width : 1023px) {
  .hide-medium {
    display: none !important;
  }
}

@media only screen and (max-width : 1200px) {
  .hide-large {
    display: none !important;
  }
}

@media only screen and (max-width : 1400px) {
  .hide-xlarge {
    display: none !important;
  }
}

@media only screen and (max-width : 1600px) {
  .hide-xxlarge {
    display: none !important;
  }
}

@media only screen and (min-width : 501px) {
  .hide-base-up {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-xsmall-up {
    display: none !important;
  }
}

@media only screen and (min-width : 768px) {
  .hide-small-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1024px) {
  .hide-medium-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-large-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1401px) {
  .hide-xlarge-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1601px) {
  .hide-xxlarge-up {
    display: none !important;
  }
}

@font-face {
  font-family: "circular-book";
  src: url("../../fonts/circular/CircularStd-Book.eot");
  src: url("../../fonts/circular/CircularStd-Book.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Book.woff") format("woff"), url("../../fonts/circular/CircularStd-Book.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Book.svg#CircularStd-Book") format("svg"), url("../../fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-black";
  src: url("../../fonts/circular/CircularStd-Black.eot");
  src: url("../../fonts/circular/CircularStd-Black.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Black.woff") format("woff"), url("../../fonts/circular/CircularStd-Black.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Black.svg#CircularStd-Black") format("svg"), url("../../fonts/circular/CircularStd-Black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-bold";
  src: url("../../fonts/circular/CircularStd-Bold.eot");
  src: url("../../fonts/circular/CircularStd-Bold.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Bold.woff") format("woff"), url("../../fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Bold.svg#CircularStd-Bold") format("svg"), url("../../fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-medium";
  src: url("../../fonts/circular/CircularStd-Medium.eot");
  src: url("../../fonts/circular/CircularStd-Medium.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Medium.woff") format("woff"), url("../../fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Medium.svg#CircularStd-Medium") format("svg"), url("../../fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.fr-view * {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fr-view a, .fr-view a:active,
.fr-view a:focus,
.fr-view input:focus, .fr-view input,
.fr-view textarea:focus {
  outline: none !important;
  text-decoration: none;
}
.fr-view :focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
}
.fr-view ::-moz-focus-inner {
  border: 0;
}
.fr-view ::-ms-clear {
  display: none;
}
.fr-view table {
  border-collapse: collapse;
}
.fr-view img { /*height: 100px;*/ }
.fr-view a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fr-view a:hover {
  text-decoration: none;
}
.fr-view ul, .fr-view ol {
  margin: 0;
  list-style-type: none;
}
.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4, .fr-view h5, .fr-view h6, .fr-view b, .fr-view strong {
  font-weight: normal;
}
.fr-view sup, .fr-view sub {
  vertical-align: 0;
  position: relative;
}
.fr-view sup {
  bottom: 1ex;
}
.fr-view label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fr-view input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fr-view textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.fr-view select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.fr-view ::selection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.fr-view ::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.fr-view html {
  width: 100%;
  height: 100%;
}
.fr-view body {
  width: 100%;
  height: 100%;
  counter-reset: item;
  overflow-x: hidden;
}
.fr-view input:-webkit-autofill,
.fr-view input:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #404041 !important;
  transition: none;
}
.fr-view h1 {
  margin: 0 0 50px 0;
  font: 50px/1.05 "circular-bold", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1600px) {
  .fr-view h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h1 {
    font-size: 28px;
  }
}
.fr-view h1.xl {
  margin: 0;
  font-size: 75px;
  line-height: 1.05;
  color: #fff;
}
@media only screen and (max-width : 1600px) {
  .fr-view h1.xl {
    font-size: 70px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h1.xl {
    font-size: 60px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view h1.xl {
    font-size: 50px;
    line-height: 1.18;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h1.xl {
    font-size: 40px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h1.xl {
    font-size: 34px;
  }
}
.fr-view h2 {
  margin: 0 0 30px 0;
  font: 20px/1.2 "circular-book", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  .fr-view h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h2 {
    font-size: 16px;
  }
}
.fr-view h3 {
  margin: 0 0 50px 0;
  font: 35px/1.05 "circular-bold", sans-serif;
  color: #1c2f69;
}
@media only screen and (max-width : 1600px) {
  .fr-view h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h3 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width : 1200px) {
  .fr-view h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 500px) {
  .fr-view h3 {
    font-size: 21px;
  }
}
.fr-view h4 {
  margin: 0 0 40px 0;
  font: 30px/1.25 "circular-bold", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1600px) {
  .fr-view h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h4 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media only screen and (max-width : 500px) {
  .fr-view h4 {
    font-size: 20px;
  }
}
.fr-view h5 {
  margin: 0 0 20px 0;
  font: 22px/1.1 "circular-bold", sans-serif;
  color: #1c2f69;
}
@media only screen and (max-width : 600px) {
  .fr-view h5 {
    font-size: 18px;
  }
}
.fr-view h6 {
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 30px;
  font-family: "circular-bold", sans-serif;
  color: #008e28;
  letter-spacing: 0.5px;
}
.fr-view h6.subTitle {
  font-family: "circular-medium", sans-serif;
  text-transform: uppercase;
  color: #8ebb52;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
}
.fr-view h6.subTitle a {
  transition: color 250ms;
}
.fr-view h6.subTitle a:hover {
  color: #fff;
}
.fr-view p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  .fr-view p {
    font-size: 16px;
  }
}
.fr-view p.note {
  margin: 30px 0 0 0;
  font-size: 14px;
}
.fr-view p.meta {
  font-size: 13px;
  line-height: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #008e28;
  letter-spacing: 1px;
}
.fr-view .btn {
  position: relative;
  display: inline-block;
  padding: 18px 35px;
  font: 16px/1 "circular-bold", sans-serif;
  color: #fff;
  text-align: center;
  background: #008e28;
  cursor: pointer;
  z-index: 1;
  transition: color 250ms, background 250ms;
  border-radius: 30px;
}
.fr-view .btn:hover {
  color: #008e28;
  background: #fff;
}
.fr-view .btn.v2 {
  color: #fff;
  background: #008e28;
}
.fr-view .btn.v2:hover {
  background: #008e28;
}
.fr-view .btn.v3 {
  color: #008e28;
  background: transparent;
  border: 2px solid #008e28;
}
.fr-view .btn.v3:hover {
  background: #008e28;
}
@media only screen and (max-width : 1200px) {
  .fr-view .btn {
    min-width: 160px;
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.fr-view .link {
  color: #404041;
  box-shadow: inset 0px -2px 0px -1px #008e28;
}
.fr-view a.link:focus,
.fr-view a.link:active {
  box-shadow: inset 0px -2px 0px -1px #008e28 !important;
}
.fr-view .ajax-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
  touch-action: none;
}
.fr-view .loggedUser {
  padding: 20px;
  margin: 20px 0;
  border: dashed 1px #AF7AC5;
  position: relative;
}
.fr-view .loggedUser::after {
  content: "Citoyen connecté seulement";
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #AF7AC5;
}
.fr-view .notLoggedUser {
  padding: 20px;
  margin: 20px 0;
  border: dashed 1px #48C9B0;
  position: relative;
}
.fr-view .notLoggedUser::after {
  content: "Visiteur anonyme seulement";
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #48C9B0;
}

/*
.dynamic						{ max-width: 1100px;
	& > :first-child			{ margin-top: 0px; }
	& > :last-child				{ margin-bottom: 0; }
	& > img:last-child			{ margin-bottom: 0 !important; }
	hr							{ margin: 50px 0; height: 0; line-height:0; border-top: solid 1px $c-dynamic-hr; }
 	h1,h2,h3,h4,h5,h6			{ margin: 50px 0 20px 0; font: 20px/1.05 $circularMedium; color: $c-dynamic-header; text-transform: none;
		@media only screen and (max-width : 1200px)	{ font-size: 18px; }}
	a							{ box-shadow: inset 0px -3px 0px -1px $c-dynamic-linkshadow; }
	strong						{ font-family: $circularBold; }
	em							{ font-style: normal; color: $main2; }
	ul, ol						{ margin: 30px 0 30px 0; list-style-type: none; }
	ul li						{ padding-left: 20px;
		&::before				{ position: absolute; left: 0; top: 0px; font-size: 16px; content: '\2022 '; color: $c-dynamic-dot; }}
	ol li						{ counter-increment: item;
		&:before				{ position: absolute; left: -8px; top: 0; width: 20px; content: counter(item)'.'; color: $c-dynamic-dot; text-align: right; }}
	li							{ position: relative; padding: 0 0 0 25px; margin: 0 0 15px 0; font-size: 18px; line-height: 22px;
		@media only screen and (max-width : 1200px)	{ font-size: 16px; }
		&:last-child			{ margin-bottom: 0; }}
	img							{ display: block; margin: 50px 0; max-width: 100%; height: auto !important; }
    iframe						{ width: 100%; height: 480px; }}
*/
.fr-view {
  font: 12px/1 "circular-book", sans-serif, arial;
  color: #404041;
}

.fr-view > :first-child,
.dynamic > :first-child {
  margin-top: 0px;
}
.fr-view > :last-child,
.dynamic > :last-child {
  margin-bottom: 0 !important;
}
.fr-view > img:last-child,
.dynamic > img:last-child {
  margin-bottom: 0 !important;
}
.fr-view hr,
.dynamic hr {
  margin: 50px 0;
  height: 0;
  line-height: 0;
  border-top: solid 1px #e5e5e5;
}
.fr-view h2,
.dynamic h2 {
  color: #404041;
  margin: 60px 0 25px 0;
  font: 35px/1.3 "circular-book", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 1600px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width : 1200px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 28px;
    margin-top: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h2,
  .dynamic h2 {
    margin: 45px 0 20px 0;
    font-size: 22px;
  }
}
.fr-view h3,
.dynamic h3 {
  color: #404041;
  margin: 60px 0 25px 0;
  font: 28px/1.3 "circular-book", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 1600px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 1200px) {
  .fr-view h3,
  .dynamic h3 {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h3,
  .dynamic h3 {
    margin: 45px 0 20px 0;
    font-size: 20px;
  }
}
.fr-view h4,
.dynamic h4 {
  color: #404041;
  margin: 45px 0 20px 0;
  font: 20px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .fr-view h4,
  .dynamic h4 {
    font-size: 18px;
  }
}
.fr-view blockquote,
.dynamic blockquote {
  padding: 0 0 0 30px;
  margin: 55px 0;
  border-left: solid 2px #008e28;
  font: 25px/1.5 "circular-medium", sans-serif;
}
@media only screen and (max-width : 1400px) {
  .fr-view blockquote,
  .dynamic blockquote {
    font-size: 24px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view blockquote,
  .dynamic blockquote {
    margin: 45px 0;
    font-size: 22px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view blockquote,
  .dynamic blockquote {
    font-size: 21px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view blockquote,
  .dynamic blockquote {
    margin: 40px 0;
    font-size: 20px;
    padding-left: 20px;
    border-left-width: 1px;
    line-height: 1.4;
  }
}
.fr-view em,
.dynamic em {
  font-style: italic;
}
.fr-view strong,
.dynamic strong {
  font-family: "circular-bold", sans-serif;
}
.fr-view a,
.dynamic a {
  box-shadow: inset 0px -3px 0px -1px #008e28;
}
.fr-view a:hover,
.dynamic a:hover {
  color: #008e28 !important;
}
.fr-view a.btn,
.dynamic a.btn {
  margin: 10px 0;
  transition: color 250ms, background 250ms;
  box-shadow: none;
}
.fr-view a.btn:hover,
.dynamic a.btn:hover {
  background: #606062;
  color: #fff !important;
}
.fr-view ul, .fr-view ol,
.dynamic ul,
.dynamic ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
  list-style-type: inherit;
}
.fr-view ul ul, .fr-view ul ol, .fr-view ol ul, .fr-view ol ol,
.dynamic ul ul,
.dynamic ul ol,
.dynamic ol ul,
.dynamic ol ol {
  margin: 20px 0 0 25px;
}
.fr-view ul li, .fr-view ol li,
.dynamic ul li,
.dynamic ol li {
  margin-bottom: 20px;
  font-family: "circular-book", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.fr-view ul li:last-child, .fr-view ol li:last-child,
.dynamic ul li:last-child,
.dynamic ol li:last-child {
  margin-bottom: 0;
}
.fr-view ul li p, .fr-view ol li p,
.dynamic ul li p,
.dynamic ol li p {
  margin: 0 0 0 12px;
  font-weight: normal;
}
.fr-view ul,
.dynamic ul {
  list-style-type: disc;
}
.fr-view ol,
.dynamic ol {
  list-style-type: decimal;
}
.fr-view img,
.dynamic img {
  display: block;
  margin: 30px 0;
  max-width: 100%;
  height: auto !important;
}
.fr-view img.nomargin,
.dynamic img.nomargin {
  margin: 0 !important;
}
.fr-view iframe,
.dynamic iframe {
  width: 100%;
  height: 480px;
}

/*** RUBRIQUE+ ***/
.ocDesc .dynamic > :first-child {
  margin-top: 0px;
}
.ocDesc .dynamic > :last-child {
  margin-bottom: 0 !important;
}
.ocDesc .dynamic > img:last-child {
  margin-bottom: 0 !important;
}
.ocDesc .dynamic h2 {
  margin: 50px 0 20px 0;
  font: 25px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h2 {
    font-size: 22px;
  }
}
.ocDesc .dynamic h3 {
  margin: 45px 0 20px 0;
  font: 20px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h3 {
    font-size: 18px;
  }
}
.ocDesc .dynamic h4 {
  margin: 45px 0 20px 0;
  font: 18px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h4 {
    font-size: 16px;
  }
}
.ocDesc .dynamic p {
  font-size: 18px;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic p {
    font-size: 16px;
  }
}
.ocDesc .dynamic li {
  font-size: 18px;
  margin-bottom: 10px;
}
.ocDesc .dynamic blockquote {
  margin: 40px 0;
  font-size: 18px;
  padding-left: 20px;
  font-family: "circular-medium", sans-serif;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic blockquote {
    font-size: 16px;
  }
}
.ocDesc .dynamic img {
  margin: 50px 0;
}

/*** Iframe Component ***/
.iframeComponent iframe {
  width: 100%;
  height: auto;
}

/* -------------------------------
    SHOULD BE ADD TO DYNAMIC
   ------------------------------- */
/*
    img {
        display: block;
        margin: 70px 0;
        max-width: 100%;
        height: auto !important;

        @media only screen and (max-width : 1023px) {
            margin: 60px 0;
        }

        @media only screen and (max-width : 600px) {
            margin: 50px 0;
        }
    }

    .tableWrapper {
        width: 100%;
        overflow-x: auto;
        margin: 30px 0;
    }

    table {
        width: auto !important;
        white-space: nowrap;
        overflow-x: hidden;
        border: 1px solid;

        thead {
            border: solid 1px #ccc;

            tr th,
            tr td {
                padding: 10px;
                font: normal 16px/20px $circularBold;
                font-weight: 700;
                color: #fff;
                background: $main2;
                border-right: 1px solid white;
                white-space: normal;

                &:last-child {
                    border-right: none;
                }

                @media screen and (max-width: 768px) {
                    font-size: 14px
                }

                @media screen and (max-width: 500px) {
                    font-size: 12px
                }
            }
        }

        tbody {

            tr td,
            tr th {
                min-width: 100px;
                padding: 10px;
                border: solid 1px #ccc;
                vertical-align: middle !important;
                font: normal 16px/20px $circularBook;
                color: #000;
                white-space: normal;

                @media screen and (max-width: 768px) {
                    font-size: 14px
                }

                @media screen and (max-width: 500px) {
                    font-size: 12px
                }

                p {
                    font-size: 14px
                }
            }
        }
    }
*/

/*# sourceMappingURL=froalaSaint-esprit.css.map */
