/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Adding Font VIRGO */
@font-face {
  font-family: "virgo";
  font-style: normal;
  font-weight: normal;
  src: url('../custom/fonts/virgo01_regular/virgo-webfont.eot#iefix') format("embedded-opentype"), url('../custom/fonts/virgo01_regular/virgo-webfont.woff2') format("woff2"), url('../fonts/virgo01_regular/virgo-webfont.woff') format("woff"), url('../fonts/virgo01_regular/virgo-webfont.ttf') format("truetype"), url('../custom/fonts/virgo01_regular/virgo-webfont.svg#virgo') format("svg");
}
.font-family-virgo {
  font-family: "virgo" !important;
  font-weight: normal;
  font-style: normal;
}
.page-header h1 {
  color: #ffffff;
}
.blog-items a {
  color: #b8b6e3;
}
.blog-items a:hover {
  color: #827ecc;
}
.g-title {
  color: #ffffff;
}
#fixbg {
  background-image: url('../../../../images/Backgrounds/voie-lactee_background2.jpg');
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  -webkit-background-size: cover !important;
  /* pour Chrome et Safari */
  -moz-background-size: cover !important;
  /* pour Firefox */
  -o-background-size: cover !important;
  /* pour Opera */
  background-size: cover !important;
  /* version standardisée */
}
@media screen and (max-width: 60rem) {
  #fixbg {
    background-attachment: initial !important;
  }
}
.section-background {
  background: center center fixed no-repeat;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
}
.wshadow {
  box-shadow: 8px 8px 12px #312f38;
}
#tdu a {
  color: #eceeef;
  text-decoration: none;
}
#tdu a:hover {
  color: #eceeef;
}
.r-imagegrid-block h2 {
  color: #eceeef;
  text-decoration: underline;
}
/*.blog-items .blog-item {
	flex-wrap: wrap;
}

.image-left .blog-item .item-content, .image-right .blog-item .item-content {
	-webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
}*/
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/lato/lato-black/lato-black-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/lato/lato-black/lato-black-webfont.woff2') format("woff2"), url('../../fonts/lato/lato-black/lato-black-webfont.woff') format("woff"), url('../../fonts/lato/lato-black/lato-black-webfont.ttf') format("truetype"), url('../../fonts/lato/lato-black/lato-black-webfont.svg#lato') format("svg");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/lato/lato-bold/lato-bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/lato/lato-bold/lato-bold-webfont.woff2') format("woff2"), url('../../fonts/lato/lato-bold/lato-bold-webfont.woff') format("woff"), url('../../fonts/lato/lato-bold/lato-bold-webfont.ttf') format("truetype"), url('../../fonts/lato/lato-bold/lato-bold-webfont.svg#lato') format("svg");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/lato/lato-regular/lato-regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/lato/lato-regular/lato-regular-webfont.woff2') format("woff2"), url('../../fonts/lato/lato-regular/lato-regular-webfont.woff') format("woff"), url('../../fonts/lato/lato-regular/lato-regular-webfont.ttf') format("truetype"), url('../../fonts/lato/lato-regular/lato-regular-webfont.svg#lato') format("svg");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/lato/lato-light/lato-light-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/lato/lato-light/lato-light-webfont.woff2') format("woff2"), url('../../fonts/lato/lato-light/lato-light-webfont.woff') format("woff"), url('../../fonts/lato/lato-light/lato-light-webfont.ttf') format("truetype"), url('../../fonts/lato/lato-light/lato-light-webfont.svg#lato') format("svg");
}
body {
  font-family: "Lato";
  font-weight: 400;
}
.g-grid h1, .g-grid h2, .g-grid h3, .g-grid h4, .g-grid h5 {
  font-family: "Virgo";
  font-weight: 400;
}
.g-grid h1 {
  font-weight: 700;
}
.g-grid h4 {
  font-size: 1.25rem;
}
blockquote {
  border-left: 10px solid #e0e0e5;
}
blockquote p {
  font-size: 1.1rem;
  color: white;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #ffffff;
  font-size: 1.2rem;
}
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #e0e0e5;
  border-radius: 0.25rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid #e0e0e5;
}
#dlink1 .g-item-title, #dlink1 .page-header > h1 {
  color: #b8b6e3;
}
#dlink1 a {
  color: #b8b6e3;
}
#dlink1 a:hover {
  color: #827ecc;
}
#dtitle2 .jl-panel h1, #dtitle2 .jl-panel h3, #dtitle2 .jl-panel h4 {
  color: #b8b6e3;
}
#dtitle2 a {
  color: #b8b6e3;
}
#dtitle2 a:hover {
  color: #827ecc;
}
.jl-button, .button {
  display: inline-block;
  font-family: "Virgo";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #343436;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 1.5rem 3.125rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.jl-button:hover, .button:hover, .jl-button:active, .button:active, .jl-button:focus, .button:focus {
  background: #1b1b1c;
  color: #ffffff;
  outline: 0;
  text-decoration: underline;
}
.jl-button:disabled, .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.jl-button:disabled:hover, .button:disabled:hover {
  background: #343436;
}
.button.button-extrasmall {
  font-size: 0.6rem;
  padding: 0.6rem 1.225rem;
  border-radius: 1.5rem;
  background: #b8b6e3;
}
.button.button-extrasmall:hover, .button.button-extrasmall:active, .button.button-extrasmall:focus {
  background: #4c47b9;
  color: #ffffff;
  outline: 0;
}
.button.button-extrasmall:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.button-extrasmall:disabled:hover {
  background: #b8b6e3;
}
#dlink1 .jl-link-toogle {
  background-color: grey;
  border-radius: 10% / 50%;
  font-family: "Lato";
  color: white;
}
#dlink1 .jl-link-toogle:hover {
  background-color: #151515;
}
/*# sourceMappingURL=custom_47.css.map */