/*!
Theme Name: Geraldine Parillaud
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Geraldine Parillaud is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://use.typekit.net/gpk5bsk.css");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 240, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_normalize.scss */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* line 3, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_box-sizing.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 9, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/generic/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #504848;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  clear: both;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: inherit;
  margin: 1.5em 0;
}

/* line 17, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h1.deco-titre,
h2.deco-titre,
h3.deco-titre,
h4.deco-titre,
h5.deco-titre,
h6.deco-titre {
  margin-bottom: 2em;
}

@media screen and (max-width: 568px) {
  /* line 17, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1.deco-titre,
  h2.deco-titre,
  h3.deco-titre,
  h4.deco-titre,
  h5.deco-titre,
  h6.deco-titre {
    margin-bottom: 2em;
  }
}

/* line 23, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h1.deco-titre::before,
h2.deco-titre::before,
h3.deco-titre::before,
h4.deco-titre::before,
h5.deco-titre::before,
h6.deco-titre::before {
  content: url("img/deco-titre.svg");
  display: inline-block;
  width: 185px;
  height: 28px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  /* line 23, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1.deco-titre::before,
  h2.deco-titre::before,
  h3.deco-titre::before,
  h4.deco-titre::before,
  h5.deco-titre::before,
  h6.deco-titre::before {
    width: 125px;
  }
}

@media screen and (max-width: 568px) {
  /* line 23, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1.deco-titre::before,
  h2.deco-titre::before,
  h3.deco-titre::before,
  h4.deco-titre::before,
  h5.deco-titre::before,
  h6.deco-titre::before {
    width: 50px;
  }
}

/* line 40, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h1.point-titre::before,
h2.point-titre::before,
h3.point-titre::before,
h4.point-titre::before,
h5.point-titre::before,
h6.point-titre::before {
  content: "";
  display: inline-block;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #C79545;
  margin-right: 35px;
}

@media screen and (max-width: 568px) {
  /* line 40, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1.point-titre::before,
  h2.point-titre::before,
  h3.point-titre::before,
  h4.point-titre::before,
  h5.point-titre::before,
  h6.point-titre::before {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
}

/* line 59, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h1 {
  font-family: "p22-mackinac-pro", serif;
  color: #C79545;
  font-size: 3.6875rem;
}

@media screen and (max-width: 1024px) {
  /* line 59, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1 {
    font-size: 2.95rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 59, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h1 {
    font-size: 1.8rem;
  }
}

/* line 71, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
.home h1 {
  font-size: 3.125rem;
}

@media screen and (max-width: 1024px) {
  /* line 71, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  .home h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 71, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  .home h1 {
    font-size: 1.5rem;
  }
}

/* line 83, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h2 {
  font-family: "Karla", sans-serif;
  color: #504848;
  font-size: 3.125rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  /* line 83, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 83, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h2 {
    font-size: 1.125rem;
  }
}

/* line 96, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
.home h2 {
  font-family: "p22-mackinac-pro", serif;
  color: #C79545;
}

/* line 101, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h2.point-titre {
  color: #C79545;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 568px) {
  /* line 101, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h2.point-titre {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 112, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  #tabs h2 {
    font-size: 1.5rem;
  }
}

/* line 121, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h3 {
  font-family: "Karla", sans-serif;
  color: #504848;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  /* line 121, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 121, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h3 {
    font-size: 1.1rem;
  }
}

/* line 134, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
#presentation h3 {
  color: #C79545;
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  /* line 134, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  #presentation h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 134, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  #presentation h3 {
    font-size: 1.125rem;
  }
}

/* line 146, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
#home-services h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media screen and (max-width: 568px) {
  /* line 146, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  #home-services h3 {
    font-size: 1.125rem;
  }
}

/* line 154, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
#home-agenda h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 568px) {
  /* line 154, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  #home-agenda h3 {
    font-size: 1.125rem;
  }
}

/* line 165, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h4 {
  font-family: "Karla", sans-serif;
  color: #504848;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  /* line 165, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 165, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h4 {
    font-size: 1.1rem;
  }
}

/* line 179, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h5 {
  font-family: "Karla", sans-serif;
  color: #504848;
  font-size: 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 568px) {
  /* line 179, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h5 {
    font-size: 1.05rem;
  }
}

/* line 190, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
h6 {
  font-family: "Karla", sans-serif;
  color: #504848;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  /* line 190, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 201, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
.sous-titre {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #C79545;
  font-size: 2rem;
  text-transform: uppercase;
  margin-left: 210px;
  max-width: 40%;
}

@media screen and (max-width: 1024px) {
  /* line 201, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  .sous-titre {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 201, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  .sous-titre {
    margin-left: 153px;
    max-width: 60%;
  }
}

@media screen and (max-width: 568px) {
  /* line 201, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_headings.scss */
  .sous-titre {
    margin-left: 73px;
    max-width: 100%;
    font-size: 1rem;
  }
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
  p {
    font-size: 1rem;
  }
}

/* line 11, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
#legende p {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1rem;
}

/* line 18, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
dfn,
em,
i {
  font-style: italic;
}

/* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
cite,
blockquote {
  margin: 0 1.5em;
  font-family: "p22-mackinac-pro", serif;
  font-size: 2.5rem;
  color: #504848;
  font-style: inherit;
  font-weight: 800;
  line-height: 1.2;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

@media screen and (max-width: 568px) {
  /* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
  cite,
  blockquote {
    font-size: 2rem;
  }
}

/* line 42, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
cite span,
blockquote span {
  font-size: 1.875rem;
  color: #504848;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 568px) {
  /* line 42, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
  cite span,
  blockquote span {
    font-size: 1.5rem;
  }
}

/* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
.home cite, .home
blockquote {
  font-size: 2.5rem;
  color: #504848;
}

@media screen and (max-width: 1024px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
  .home cite, .home
  blockquote {
    font-size: 2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
  .home cite, .home
  blockquote {
    font-size: 1.75rem;
  }
}

/* line 64, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 68, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
pre {
  background: #fff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 78, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 85, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
abbr,
acronym {
  border-bottom: 1px dotted #707070;
  cursor: help;
}

/* line 91, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
mark,
ins {
  background: #C79545;
  text-decoration: none;
}

/* line 97, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/typography/_copy.scss */
big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_body.scss */
body {
  position: relative;
  background-color: #F5F5F5;
  background-image: url("img/branche-dte.svg"), url("img/bg-haut.svg"), url("img/bg-bas.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 300px right -30%, top -800px right, bottom left;
  background-size: 50%, 50%, 60%;
}

@media screen and (max-width: 568px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_body.scss */
  body {
    background-size: 60%, 60%, 120%;
    background-position: top 60px right -30%, top -10px right -55px, bottom left;
  }
}

/* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_body.scss */
body.home {
  background-image: url("img/bg-home.svg"), url("img/branche-dte.svg"), url("img/bg-haut-left.svg"), url("img/bg-bas.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 40% right -15%, top 60% right -20%, top 80% left -20%, bottom left;
  background-size: 50%, 40%, 50%, 60%;
}

@media screen and (max-width: 568px) {
  /* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_body.scss */
  body.home {
    background-size: 50%, 40%, 60%, 120%;
  }
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_hr.scss */
hr {
  background-color: #707070;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav,
ol.ui-tabs-nav {
  margin: 0;
}

/* line 10, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 13, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

/* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav li {
  width: 12.5%;
  height: auto;
  padding: 3em;
  background-image: url("img/bg-ressources.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  /* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
  ul.ui-tabs-nav li {
    padding: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  /* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
  ul.ui-tabs-nav li {
    width: 18.5%;
  }
}

@media screen and (max-width: 568px) {
  /* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
  ul.ui-tabs-nav li {
    width: 33%;
  }
}

/* line 41, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav li.ui-tabs-active, ul.ui-tabs-nav li.ui-state-active, ul.ui-tabs-nav li:hover {
  background-position: top center;
  background-size: 100%;
}

/* line 47, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav li a {
  text-decoration: none;
}

/* line 50, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ul.ui-tabs-nav li .tab-title {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #C79545;
}

/* line 62, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 66, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 72, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
dt {
  font-weight: 700;
}

/* line 76, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_media.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 9, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_media.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Make sure embeds and iframes fit their containers. */
/* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_media.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 33, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_media.scss */
figure {
  margin: 1em 0;
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_links.scss */
a {
  color: #504848;
  font-size: 1.25rem;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_links.scss */
  a {
    font-size: 1rem;
  }
}

/* line 11, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_links.scss */
a:hover, a:focus, a:active {
  color: #C79545;
}

/* line 17, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_links.scss */
a:focus, a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  margin: .5em 0 1em;
  font-size: 1.25rem;
  border: 1px solid;
  border-color: #707070;
  border-radius: 30px;
  background: #F5F5F5;
  color: #504848;
  line-height: 1;
  padding: 0.6em 1em 0.7em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_buttons.scss */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  a.button {
    font-size: 1rem;
  }
}

/* line 21, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_buttons.scss */
button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
a.button:hover,
a.button:active,
a.button:focus {
  background: #C79545;
  border-color: #C79545;
}

/* line 30, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_buttons.scss */
a.button {
  display: inline-block;
  text-decoration: none;
}

/* line 34, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_buttons.scss */
a.button.aligncenter {
  display: table;
  margin: 5em auto;
}

/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  color: #504848;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 1em .5em;
}

/* line 23, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #000;
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/base/elements/_fields.scss */
select {
  width: 100%;
  color: #504848;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 1em .5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.full-width {
  width: 100%;
}

/* line 4, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.main-width {
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  /* line 4, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .main-width {
    max-width: 80%;
  }
}

/* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.grid {
  display: grid;
}

/* line 17, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.flexgrid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 22, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col2 {
  grid-template-columns: 50% 50%;
  row-gap: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 22, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col2 {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 22, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col2 {
    grid-template-columns: 100%;
    position: relative;
  }
}

/* line 35, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col2.bord-or .service-item:nth-child(odd) {
  border-right: 2px solid #C79545;
}

@media screen and (max-width: 768px) {
  /* line 35, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col2.bord-or .service-item:nth-child(odd) {
    border: none;
  }
}

/* line 45, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  /* line 45, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3 {
    grid-template-columns: 100%;
    position: relative;
  }
}

/* line 53, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col3.bord-or {
  column-gap: 5em;
  row-gap: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 53, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3.bord-or {
    column-gap: 3em;
    row-gap: 3em;
  }
}

/* line 62, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col3.bord-or div.date-item,
.col3.bord-or div.res-item {
  border-right: 2px solid #C79545;
  padding-right: 5em;
  align-self: start;
}

@media screen and (max-width: 1024px) {
  /* line 62, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3.bord-or div.date-item,
  .col3.bord-or div.res-item {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 62, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3.bord-or div.date-item,
  .col3.bord-or div.res-item {
    border-right: 0;
    text-align: center;
    border-bottom: 2px solid #C79545;
  }
}

@media screen and (max-width: 568px) {
  /* line 62, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3.bord-or div.date-item,
  .col3.bord-or div.res-item {
    padding-right: 0;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  /* line 81, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .col3.bord-or div.date-item img,
  .col3.bord-or div.res-item img {
    width: 50%;
  }
}

/* line 87, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.col3.bord-or .date-item:nth-child(3n),
.col3.bord-or div.res-item:nth-child(3n) {
  border-right: inherit;
}

/* line 95, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.content-col {
  padding: 6em;
}

/* line 98, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
.ui-tabs-panel .content-col {
  padding: 2em 6em;
}

@media screen and (max-width: 1024px) {
  /* line 98, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .ui-tabs-panel .content-col {
    padding: 2em;
  }
}

@media screen and (max-width: 1440px) {
  /* line 95, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .content-col {
    padding: 3em;
  }
}

@media screen and (max-width: 1024px) {
  /* line 95, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .content-col {
    padding: 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 95, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/layouts/_grid.scss */
  .content-col {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation {
  justify-self: end;
}

/* line 6, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation ul {
  display: flex;
  column-gap: 5em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation li {
  position: relative;
}

/* line 18, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #C79545;
}

/* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  /* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .main-navigation a {
    font-size: .8125rem;
  }
}

/* line 37, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #C79545;
}

/* line 45, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.menu-toggle {
  display: none;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #C79545;
  color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

@media screen and (max-width: 568px) {
  /* line 45, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .menu-toggle {
    width: 30px;
    height: 2px;
    margin-top: -10px;
  }
}

/* line 64, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.menu-toggle::before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #C79545;
  margin-top: 12px;
}

@media screen and (max-width: 568px) {
  /* line 64, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .menu-toggle::before {
    width: 30px;
    height: 2px;
  }
}

/* line 79, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.menu-toggle::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #C79545;
  margin-top: 10px;
}

@media screen and (max-width: 568px) {
  /* line 79, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .menu-toggle::after {
    width: 30px;
    height: 2px;
  }
}

/* Small menu. */
@media screen and (max-width: 768px) {
  /* line 97, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  /* line 102, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .main-navigation ul {
    display: none;
  }
  /* line 105, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .main-navigation.toggled ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
    height: 100vh;
    padding-top: 5em;
  }
  /* line 116, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .main-navigation.toggled ul li {
    padding: 2em;
  }
  /* line 118, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
  .main-navigation.toggled ul li a {
    font-size: 20px;
    text-align: center;
  }
}

/* line 130, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.site-main .posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

/* line 134, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

/* line 138, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

/* line 142, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/navigation/_navigation.scss */
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.post,
.page {
  margin: 0 0 1.5em;
}

/* line 10, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 20, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.entry-header {
  margin-bottom: 10em;
}

@media screen and (max-width: 568px) {
  /* line 24, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .entry-header {
    margin-bottom: 5em;
  }
}

/* line 31, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.section {
  margin-bottom: 15em;
}

@media screen and (max-width: 568px) {
  /* line 31, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .section {
    margin-bottom: 8em;
  }
}

/* line 41, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-dte {
  position: relative;
}

/* line 43, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-dte::after {
  content: url("img/grand-petit-pas.svg");
  display: block;
  width: 45%;
  position: absolute;
  z-index: -2;
}

/* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-dte.section-1::after {
  bottom: -56%;
  left: 5%;
}

@media screen and (max-width: 1440px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-1::after {
    left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-1::after {
    bottom: -36%;
  }
}

@media screen and (max-width: 768px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-1::after {
    left: 20%;
  }
}

@media screen and (max-width: 568px) {
  /* line 52, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-1::after {
    width: 80%;
    left: 10%;
    bottom: -30%;
  }
}

/* line 74, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-dte.section-4::after {
  width: 55%;
  bottom: -56%;
  left: 35%;
}

@media screen and (max-width: 1024px) {
  /* line 74, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-4::after {
    width: 45%;
    left: 15%;
  }
}

@media screen and (max-width: 768px) {
  /* line 74, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-4::after {
    bottom: -80%;
    left: 15%;
  }
}

@media screen and (max-width: 568px) {
  /* line 74, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-4::after {
    width: 80%;
    left: 10%;
    bottom: -30%;
  }
}

/* line 96, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-dte.section-6::after {
  bottom: -46%;
  left: 35%;
}

@media screen and (max-width: 1440px) {
  /* line 96, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-6::after {
    bottom: -56%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 96, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-6::after {
    bottom: -70%;
  }
}

@media screen and (max-width: 568px) {
  /* line 96, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-dte.section-6::after {
    bottom: -25%;
    left: 10%;
    width: 80%;
  }
}

/* line 115, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-gche {
  position: relative;
}

/* line 117, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-gche::after {
  content: url("img/grand-petit-pas.svg");
  display: block;
  width: 50%;
  position: absolute;
  transform: rotateY(180deg);
  z-index: -2;
}

/* line 127, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-gche.section-3::after {
  bottom: -76%;
  left: 10%;
  transform: rotateY(180deg) rotateZ(-10deg);
}

@media screen and (max-width: 1440px) {
  /* line 127, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-3::after {
    bottom: -50%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 127, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-3::after {
    bottom: -80%;
  }
}

@media screen and (max-width: 768px) {
  /* line 127, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-3::after {
    bottom: -60%;
    left: 30%;
  }
}

@media screen and (max-width: 568px) {
  /* line 127, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-3::after {
    left: 10%;
    bottom: -25%;
    width: 80%;
  }
}

/* line 151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.grand-petit-pas-gche.section-7::after {
  width: 56%;
  bottom: -46%;
  right: -10%;
  transform: rotateY(180deg) rotateZ(-10deg);
}

@media screen and (max-width: 1024px) {
  /* line 151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-7::after {
    width: 50%;
    right: 20%;
  }
}

@media screen and (max-width: 768px) {
  /* line 151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .grand-petit-pas-gche.section-7::after {
    bottom: -60%;
  }
}

/* line 167, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche {
  position: relative;
}

/* line 170, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche::after {
  content: url("img/petit-pas.svg");
  display: block;
  height: 213px;
  width: 226px;
  position: absolute;
  transform: rotateY(180deg);
  z-index: -2;
}

/* line 181, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche#presentation::after {
  bottom: -10em;
  right: 35%;
  width: 15%;
  transform: rotateY(180deg) rotateZ(10deg);
}

@media screen and (max-width: 1024px) {
  /* line 181, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche#presentation::after {
    bottom: -16em;
  }
}

@media screen and (max-width: 768px) {
  /* line 181, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche#presentation::after {
    width: 25%;
  }
}

/* line 196, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche#home-lieux::after {
  top: 0;
  right: 15%;
  width: 15%;
  transform: rotateY(180deg) rotateZ(30deg);
}

@media screen and (max-width: 768px) {
  /* line 196, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche#home-lieux::after {
    width: 25%;
    right: 0;
  }
}

@media screen and (max-width: 568px) {
  /* line 196, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche#home-lieux::after {
    top: 4em;
  }
}

/* line 212, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche#tabs::after {
  right: 15%;
  width: 15%;
}

@media screen and (max-width: 768px) {
  /* line 212, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche#tabs::after {
    width: 25%;
  }
}

/* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche.section-5::after {
  right: 35%;
  width: 15%;
  bottom: -15%;
}

@media screen and (max-width: 1024px) {
  /* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche.section-5::after {
    bottom: -45%;
  }
}

@media screen and (max-width: 768px) {
  /* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche.section-5::after {
    bottom: -85%;
  }
}

/* line 236, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-gauche.flexslider::after {
  right: 5%;
  width: 13%;
  bottom: -45%;
  transform: rotateY(180deg) rotateZ(-330deg);
}

@media screen and (max-width: 768px) {
  /* line 236, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche.flexslider::after {
    width: 15%;
    bottom: -25%;
  }
}

@media screen and (max-width: 568px) {
  /* line 236, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-gauche.flexslider::after {
    width: 30%;
  }
}

/* line 252, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite {
  position: relative;
}

/* line 254, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite::after {
  content: url("img/petit-pas.svg");
  display: block;
  height: 213px;
  width: 226px;
  position: absolute;
  z-index: -2;
}

/* line 263, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite#home-ressources::after {
  right: 20%;
  width: 15%;
}

@media screen and (max-width: 768px) {
  /* line 263, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite#home-ressources::after {
    width: 25%;
  }
}

/* line 274, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite.section-2::after {
  right: 23%;
  width: 15%;
  bottom: -10%;
}

@media screen and (max-width: 1440px) {
  /* line 274, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-2::after {
    bottom: -30%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 274, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-2::after {
    bottom: -50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 274, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-2::after {
    bottom: -90%;
  }
}

@media screen and (max-width: 568px) {
  /* line 274, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-2::after {
    bottom: -45%;
    right: 33%;
    width: 30%;
  }
}

/* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite.section-8::after {
  left: 13%;
  width: 15%;
  bottom: -10%;
}

@media screen and (max-width: 1440px) {
  /* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-8::after {
    bottom: -30%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-8::after {
    bottom: -50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-8::after {
    bottom: -80%;
  }
}

/* line 313, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.petit-pas-droite.section-10::after {
  left: -10%;
  width: 15%;
  bottom: -10%;
  transform: rotateZ(45deg);
}

@media screen and (max-width: 768px) {
  /* line 313, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-10::after {
    left: -10%;
    bottom: -30%;
  }
}

@media screen and (max-width: 568px) {
  /* line 313, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .petit-pas-droite.section-10::after {
    width: 25%;
  }
}

/* line 329, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.branche-droite {
  position: relative;
}

/* line 331, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.branche-droite::after {
  content: url("img/branche-dte.svg");
  display: block;
  position: absolute;
  z-index: -2;
}

/* line 338, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 .branche-droite::after {
  width: 50%;
  height: 50%;
  top: 3%;
  right: -40%;
}

/* line 346, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.branche-gauche {
  position: relative;
}

/* line 348, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.branche-gauche::before {
  content: url("img/branche.svg");
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
  top: 90%;
  left: -30%;
  z-index: -2;
}

/* line 359, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 .branche-gauche::before {
  height: 70%;
  width: 70%;
  top: 60%;
  left: -75%;
}

/* line 368, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.aligncenter {
  text-align: center;
}

/* line 372, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.texte-or {
  color: #C79545;
}

/* line 376, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.visuel-sup {
  max-width: 60%;
  margin: 5em auto 10em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 376, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .visuel-sup {
    max-width: inherit;
  }
}

@media screen and (max-width: 568px) {
  /* line 376, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .visuel-sup {
    margin-bottom: 7em;
  }
}

/* line 394, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#masthead {
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3em;
  z-index: 20;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  /* line 394, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #masthead {
    height: 100px;
    padding: 0 1em;
  }
}

@media screen and (max-width: 568px) {
  /* line 394, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #masthead {
    padding: 1em;
  }
}

/* line 412, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#masthead.col2 {
  grid-template-columns: 40% 60%;
  align-items: center;
}

@media screen and (max-width: 568px) {
  /* line 412, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #masthead.col2 {
    grid-template-columns: 60% 40%;
  }
}

/* line 419, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#masthead.shrink {
  height: 100px;
  background-color: #F5F5F5;
}

/* line 426, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#masthead .site-branding img {
  width: 250px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  /* line 426, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #masthead .site-branding img {
    width: 200px;
  }
}

/* line 436, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#primary {
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  /* line 436, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #primary {
    margin-top: 100px;
  }
}

/* line 446, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home {
  background-image: url("img/branche.svg"), url("img/oiseaux.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top 15% right 25%;
  background-size: 30%, 10%;
}

@media screen and (max-width: 768px) {
  /* line 446, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home {
    background-position: bottom left, top 5% right 5%;
    background-size: 40%, 20%;
  }
}

/* line 459, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home #content-header {
  padding: 10em 0;
  background-image: url("img/bg-header.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  /* line 459, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #content-header {
    display: block;
    background-size: 130%;
    background: transparent;
  }
}

@media screen and (max-width: 568px) {
  /* line 459, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #content-header {
    padding: 3em 0;
  }
}

/* line 476, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home #citation {
  padding-right: 5em;
}

@media screen and (max-width: 568px) {
  /* line 476, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #citation {
    padding-right: 0;
  }
}

/* line 484, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home #image {
  align-self: center;
  padding: 1em 1em 3em 3em;
}

@media screen and (max-width: 1024px) {
  /* line 484, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #image {
    padding: 1em 1em 2em 2em;
  }
}

@media screen and (max-width: 768px) {
  /* line 484, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #image {
    background-image: url("img/bg-header.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130%;
    padding: 13em 11em 15em 12em;
    margin-top: -20%;
  }
}

@media screen and (max-width: 568px) {
  /* line 484, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #image {
    padding: 3em 3em 3em 3em;
    margin-top: -10%;
  }
}

/* line 506, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home #image img {
  border-radius: 50%;
}

/* line 511, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#header-home #legende {
  width: 20%;
  align-self: end;
  margin-left: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 511, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #legende {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  /* line 511, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #legende {
    margin-top: -40%;
    margin-left: 80%;
  }
}

@media screen and (max-width: 568px) {
  /* line 511, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #header-home #legende {
    width: 100%;
    margin: 0;
    text-align: right;
  }
}

/* line 533, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#presentation .content-col:first-child {
  align-self: center;
  padding-left: 2em;
  padding-right: 8em;
}

@media screen and (max-width: 1024px) {
  /* line 533, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #presentation .content-col:first-child {
    padding-right: 3em;
  }
}

/* line 541, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#presentation .content-col:first-child img {
  border-radius: 50%;
}

/* line 546, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#presentation .content-col:last-child {
  align-self: center;
  position: relative;
  padding-left: 9em;
  padding-right: 1em;
}

@media screen and (max-width: 1024px) {
  /* line 546, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #presentation .content-col:last-child {
    padding-left: 3em;
  }
}

/* line 556, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#presentation .content-col:last-child::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 230px;
  background-color: #C79545;
  transform: rotateZ(-30deg);
  top: 35%;
  left: -20%;
}

@media screen and (max-width: 1024px) {
  /* line 556, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #presentation .content-col:last-child::before {
    top: 25%;
    left: -50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 556, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #presentation .content-col:last-child::before {
    display: none;
  }
}

/* line 576, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#presentation .media {
  max-width: 60%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 576, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #presentation .media {
    max-width: inherit;
  }
}

/* line 587, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-services .service-item {
  grid-template-columns: 20% 80%;
  padding: 0em 2em;
}

@media screen and (max-width: 1024px) {
  /* line 587, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-services .service-item {
    padding: 0;
  }
}

/* line 595, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-services .service-item .img-item {
  padding: 1em;
}

@media screen and (max-width: 568px) {
  /* line 595, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-services .service-item .img-item {
    padding: 0;
  }
}

/* line 601, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-services .service-item .content-item {
  padding: .5em 3em;
}

@media screen and (max-width: 568px) {
  /* line 601, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-services .service-item .content-item {
    padding: 0 1em;
  }
}

/* line 606, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-services .service-item .content-item p {
  margin-bottom: inherit;
}

@media screen and (max-width: 568px) {
  /* line 609, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-services .service-item .content-item h3 {
    margin-top: 0;
  }
}

/* line 619, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-agenda .grid {
  margin-left: 210px;
}

@media screen and (max-width: 1024px) {
  /* line 619, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-agenda .grid {
    margin-left: 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 619, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-agenda .grid {
    margin-left: 0;
  }
}

/* line 629, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-agenda .grid #content-agenda {
  padding-right: 7em;
}

@media screen and (max-width: 568px) {
  /* line 629, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-agenda .grid #content-agenda {
    padding-right: 0;
  }
}

/* line 635, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#home-agenda .grid #img-agenda {
  padding: 3em;
}

@media screen and (max-width: 568px) {
  /* line 635, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  #home-agenda .grid #img-agenda {
    padding: .5em;
  }
}

/*page agenda*/
/* line 646, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section .grid {
  margin: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 646, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid {
    margin: 5em 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 646, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid {
    margin: 5em 0;
  }
}

/* line 654, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section .grid .content,
.page-id-11 .section .grid .content-col {
  align-self: center;
}

/* line 658, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section .grid .content.content,
.page-id-11 .section .grid .content-col.content {
  padding-right: 8em;
}

@media screen and (max-width: 1440px) {
  /* line 658, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid .content.content,
  .page-id-11 .section .grid .content-col.content {
    padding-right: 3em;
  }
}

@media screen and (max-width: 568px) {
  /* line 658, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid .content.content,
  .page-id-11 .section .grid .content-col.content {
    padding-right: 0;
  }
}

/* line 668, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section .grid .content h2,
.page-id-11 .section .grid .content-col h2 {
  margin-top: 0;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  /* line 668, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid .content h2,
  .page-id-11 .section .grid .content-col h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 668, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section .grid .content h2,
  .page-id-11 .section .grid .content-col h2 {
    font-size: 1.5rem;
  }
}

/* line 683, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section h3 {
  width: 30%;
  color: #C79545;
  font-size: 3.125rem;
}

@media screen and (max-width: 1024px) {
  /* line 683, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 683, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section h3 {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  /* line 683, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-11 .section h3 {
    font-size: 1.5rem;
  }
}

/* line 698, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-11 .section:nth-child(2n) {
  background: #fff;
  padding: 5em 0 10em 0;
}

/* page ressources*/
/* line 710, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.ui-tabs-panel .grid div {
  align-self: center;
}

/* line 714, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.ui-tabs-panel .grid .content-tab .grid {
  grid-template-columns: 30% 70%;
}

/* line 718, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.ui-tabs-panel .grid .content-tab .picto-tab {
  padding: 4em;
  background-image: url("img/bg-ressources.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 124%;
}

@media screen and (max-width: 1024px) {
  /* line 718, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .ui-tabs-panel .grid .content-tab .picto-tab {
    padding: 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 718, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .ui-tabs-panel .grid .content-tab .picto-tab {
    padding: 1em;
  }
}

/* line 732, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.ui-tabs-panel .grid .content-tab .sous-titre-tab {
  margin-left: 10em;
  margin-bottom: 2em;
  color: #988B8B;
  font-size: 1rem;
}

@media screen and (max-width: 568px) {
  /* line 732, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .ui-tabs-panel .grid .content-tab .sous-titre-tab {
    margin-left: 0;
  }
}

/* line 741, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.ui-tabs-panel .grid .content-tab p {
  margin-left: 4em;
}

@media screen and (max-width: 568px) {
  /* line 741, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .ui-tabs-panel .grid .content-tab p {
    margin-left: 0;
  }
}

/* line 752, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-13 #intro blockquote {
  width: 50%;
  font-size: 1.5rem;
  margin: 0;
}

@media screen and (max-width: 568px) {
  /* line 752, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-13 #intro blockquote {
    width: 100%;
    margin: 2em 0;
  }
}

/* line 762, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-13 .grid.col3.bord-or {
  margin-top: 7em;
  margin-left: 45px;
  margin-bottom: 5em;
}

@media screen and (max-width: 568px) {
  /* line 762, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-13 .grid.col3.bord-or {
    margin-left: 0;
  }
}

/* line 771, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-13 .res-item h3 {
  font-size: 2rem;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  /* line 771, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-13 .res-item h3 {
    font-size: 1.6rem;
  }
}

/* line 784, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section header {
  margin-bottom: 5em;
}

/* line 787, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section header .img-title {
  padding: 3em;
}

@media screen and (max-width: 768px) {
  /* line 787, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section header .img-title {
    padding: 1em;
  }
}

@media screen and (max-width: 568px) {
  /* line 787, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section header .img-title {
    width: 50%;
    margin: auto;
  }
}

/* line 799, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section header.col2 {
  grid-template-columns: 20% auto;
  column-gap: 5em;
}

@media screen and (max-width: 568px) {
  /* line 799, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section header.col2 {
    display: block;
  }
}

/* line 807, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section header.col2 div {
  align-self: center;
}

/* line 813, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .liste-services {
  margin: 5em 0;
}

/* line 816, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .liste-services .col3 {
  margin-bottom: 5em;
  padding-bottom: 2em;
  grid-template-columns: auto 10% 10%;
  column-gap: 5em;
  border-bottom: 2px solid #707070;
}

/* line 823, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .liste-services .col3:last-child {
  border-bottom: inherit;
}

@media screen and (max-width: 568px) {
  /* line 816, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .liste-services .col3 {
    grid-template-columns: 50% 50%;
    column-gap: .5em;
  }
}

/* line 833, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .liste-services .col3 h3 {
  margin-top: 0;
  grid-column-start: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 568px) {
  /* line 833, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .liste-services .col3 h3 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 568px) {
  /* line 842, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .liste-services .col3 .descr-serv {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

/* line 855, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .gallery-content {
  background-color: #fff;
  border-radius: 25%/50%;
  padding: 2em 8em;
  margin: 7em -15em;
}

@media screen and (max-width: 568px) {
  /* line 855, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .gallery-content {
    padding: 1em;
    margin: 2em 0;
    border-radius: 50px;
  }
}

/* line 868, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section #temoignages {
  margin: 8em 0;
  column-gap: 5em;
}

@media screen and (max-width: 568px) {
  /* line 868, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section #temoignages {
    margin: 4em 0;
  }
}

/* line 876, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .temoignage {
  padding-right: 5em;
}

@media screen and (max-width: 768px) {
  /* line 876, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .temoignage {
    padding-right: 0;
    border-bottom: 1px solid #707070;
  }
}

/* line 884, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .temoignage:nth-child(odd) {
  border-right: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  /* line 884, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .temoignage:nth-child(odd) {
    border-right: 0;
  }
}

/* line 893, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-15 section .temoignage h3 {
  color: #C79545;
  font-size: 2rem;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  /* line 893, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .temoignage h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 893, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-15 section .temoignage h3 {
    font-size: 1.1rem;
  }
}

/* line 911, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .main-width {
  margin: 10em auto !important;
}

@media screen and (max-width: 568px) {
  /* line 911, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .main-width {
    margin: 5em auto !important;
  }
}

/* line 917, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .flexgrid {
  align-items: center;
}

@media screen and (max-width: 568px) {
  /* line 917, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .flexgrid {
    display: block;
    width: 90%;
  }
}

@media screen and (max-width: 568px) {
  /* line 924, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .flexgrid .img-col {
    margin-bottom: 2em;
  }
}

/* line 930, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .flexgrid.img-right .img-col {
  order: 2;
}

/* line 933, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .flexgrid.img-right .text-col {
  grid-column: 1 / 2;
}

/* line 937, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .flexgrid .text-col {
  position: relative;
}

/* line 942, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-1 {
  width: 80%;
  margin: 5em 5% 10em 15%;
}

@media screen and (max-width: 768px) {
  /* line 942, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-1 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 942, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-1 {
    margin-bottom: 5em;
  }
}

/* line 954, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-1 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 958, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-1 .text-col {
  flex-basis: 50%;
}

/* line 965, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-2 {
  width: 80%;
  margin: 5em 15% 10em 10%;
}

@media screen and (max-width: 768px) {
  /* line 965, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-2 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 965, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-2 {
    margin-bottom: 5em;
  }
}

/* line 976, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-2 .img-col {
  flex-basis: 35%;
  padding: 0;
  margin-top: -10em;
}

@media screen and (max-width: 768px) {
  /* line 976, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-2 .img-col {
    margin-top: 0;
  }
}

/* line 985, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-2 .text-col {
  flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  /* line 985, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-2 .text-col {
    padding: 0;
  }
}

/* line 995, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-3 {
  width: 60%;
  margin: 5em 10% 10em 30%;
}

@media screen and (max-width: 1024px) {
  /* line 995, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-3 {
    width: 70%;
    margin-left: 20%;
  }
}

@media screen and (max-width: 768px) {
  /* line 995, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-3 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 995, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-3 {
    margin-bottom: 5em;
  }
}

/* line 1010, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-3 .img-col {
  flex-basis: 35%;
  padding: 0;
  margin-top: -10em;
}

@media screen and (max-width: 768px) {
  /* line 1010, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-3 .img-col {
    margin-top: 0;
  }
}

/* line 1019, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-3 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1027, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-4 {
  width: 60%;
  margin: 5em 30% 10em 10%;
}

@media screen and (max-width: 1024px) {
  /* line 1027, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1027, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1027, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 {
    margin-bottom: 5em;
  }
}

/* line 1041, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-4::before {
  content: url("img/branche-dte.svg");
  display: block;
  position: absolute;
  z-index: -2;
  width: 50%;
  top: -3%;
  right: -70%;
}

/* line 1052, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-4 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1056, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-4 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1060, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-4 .text-col:before {
  content: url("img/deco-grise.svg");
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  top: 1em;
  left: -50%;
  transform: rotateZ(-370deg);
}

@media screen and (max-width: 1024px) {
  /* line 1060, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 .text-col:before {
    left: -60%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1060, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 .text-col:before {
    top: 3em;
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1060, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-4 .text-col:before {
    display: none;
  }
}

/* line 1085, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-5 {
  width: 80%;
  margin: 5em auto 10em;
}

@media screen and (max-width: 768px) {
  /* line 1085, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-5 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1085, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-5 {
    margin-bottom: 5em;
  }
}

/* line 1095, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-5 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1099, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-5 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1103, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-5 .text-col:before {
  content: url(img/deco-titre.svg);
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  right: -50%;
  top: -10em;
  transform: rotateZ(-180deg);
}

@media screen and (max-width: 1024px) {
  /* line 1103, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-5 .text-col:before {
    right: -70%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1103, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-5 .text-col:before {
    top: -5em;
    right: -60%;
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1103, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-5 .text-col:before {
    display: none;
  }
}

/* line 1130, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-6 {
  width: 80%;
  margin: 5em auto 10em;
}

@media screen and (max-width: 768px) {
  /* line 1130, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-6 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1130, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-6 {
    margin-bottom: 5em;
  }
}

/* line 1141, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-6 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1145, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-6 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-7 {
  width: 60%;
  margin: 5em 30% 10em 10%;
}

@media screen and (max-width: 1024px) {
  /* line 1151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1151, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 {
    margin-bottom: 5em;
  }
}

/* line 1166, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-7 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1170, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-7 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1174, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-7 .text-col:before {
  content: url("img/deco-grise.svg");
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  top: 1em;
  left: -50%;
  transform: rotateZ(-370deg);
}

@media screen and (max-width: 1024px) {
  /* line 1174, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 .text-col:before {
    left: -60%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1174, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 .text-col:before {
    right: -60%;
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1174, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-7 .text-col:before {
    display: none;
  }
}

/* line 1198, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-8 {
  width: 80%;
  margin: 5em auto 10em;
}

@media screen and (max-width: 768px) {
  /* line 1198, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-8 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1198, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-8 {
    margin-bottom: 5em;
  }
}

/* line 1209, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-8 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1213, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-8 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1217, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-8 .text-col:before {
  content: url(img/deco-titre.svg);
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  right: -50%;
  top: -8em;
  transform: rotateZ(-180deg);
}

@media screen and (max-width: 1024px) {
  /* line 1217, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-8 .text-col:before {
    right: -70%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1217, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-8 .text-col:before {
    right: -60%;
    top: 0;
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1217, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-8 .text-col:before {
    display: none;
  }
}

/* line 1243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-10 {
  width: 60%;
  margin: 5em 10% 10em 30%;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-10 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-10 {
    margin-bottom: 5em;
  }
}

/* line 1257, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-10::before {
  content: url("img/branche.svg");
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
  top: -40%;
  left: -65%;
  z-index: -2;
}

/* line 1268, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-10 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1272, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-10 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-10 .text-col:before {
  content: url("img/deco-grise.svg");
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  top: 7em;
  left: -60%;
  transform: rotateZ(-383deg);
}

@media screen and (max-width: 1024px) {
  /* line 1276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-10 .text-col:before {
    left: -55%;
    transform: rotateZ(-400deg);
  }
}

@media screen and (max-width: 768px) {
  /* line 1276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-10 .text-col:before {
    left: -40%;
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-10 .text-col:before {
    display: none;
  }
}

/* line 1303, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-11 {
  width: 80%;
  margin: 5em auto 10em;
}

@media screen and (max-width: 768px) {
  /* line 1303, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-11 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1303, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-11 {
    margin-bottom: 5em;
  }
}

/* line 1314, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-11 .img-col {
  flex-basis: 35%;
  padding: 0;
}

/* line 1318, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-11 .text-col {
  flex-basis: 50%;
  padding-left: 10%;
}

/* line 1322, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-11 .text-col:before {
  content: url(img/deco-titre.svg);
  display: block;
  width: 15em;
  height: 15em;
  position: absolute;
  right: -50%;
  transform: rotateZ(-140deg);
}

@media screen and (max-width: 1024px) {
  /* line 1322, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-11 .text-col:before {
    right: -70%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1322, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-11 .text-col:before {
    width: 10em;
    height: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1322, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-11 .text-col:before {
    display: none;
  }
}

/* line 1345, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-13 {
  width: 80%;
  margin: 5em auto 10em;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1345, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-13 {
    width: 85%;
    margin: 5em auto 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 1345, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-13 {
    margin-bottom: 5em;
  }
}

/* line 1357, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-13::before {
  content: url("img/branche-dte.svg");
  display: block;
  position: absolute;
  z-index: -2;
  width: 30%;
  top: -65%;
  right: -28%;
}

/* line 1367, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-13 .img-col {
  flex-basis: 35%;
  padding: 6em;
}

@media screen and (max-width: 1024px) {
  /* line 1367, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-17 .section-13 .img-col {
    padding: 2em;
  }
}

/* line 1374, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
.page-id-17 .section-13 .text-col {
  flex-basis: 50%;
  padding: 0;
}

/* line 1382, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon {
  margin-top: 5em;
}

/* line 1385, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon h6 {
  margin-top: 0;
  font-size: 16px;
}

/* line 1390, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon p {
  font-size: 16px;
}

/* line 1393, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1398, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon ul li {
  padding: 0;
}

/* line 1401, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/content/_posts-and-pages.scss */
#colophon ul li a {
  font-size: 16px;
  text-decoration: 0;
}

/* Widgets
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/widgets/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
}

/* line 5, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/widgets/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
/* line 11, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/* line 15, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_media.scss */
.media {
  margin: 5em 0 10em;
}

/* Captions
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 5, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 15, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
  margin: auto;
  width: 85%;
  display: grid;
  grid-gap: 2.5em;
}

@media screen and (max-width: 1024px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
  .gallery {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
  .gallery {
    display: block;
  }
}

/* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery img {
  border-radius: 50%;
}

/* line 19, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

/* line 28, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* line 33, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/components/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* line 2, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/jetpack/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* line 8, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/jetpack/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Flexslider
--------------------------------------------- */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {}/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 29, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 43, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 48, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
}

/* line 53, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 57, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 65, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 68, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 71, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 77, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
  margin-bottom: 5em;
}

/* line 83, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides {
  height: 100%;
  zoom: 1;
  position: relative;
}

/* line 88, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 92, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-viewport {
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

/* line 105, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 108, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 22px;
  height: 42px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 568px) {
  /* line 108, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav a {
    height: 22px;
  }
}

/* line 132, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "Karla", sans-serif;
  font-weight: 200;
  font-size: 40px;
  display: inline-block;
  content: '<';
  color: #C79545;
}

@media screen and (max-width: 568px) {
  /* line 132, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav a:before {
    font-size: 20px;
  }
}

/* line 145, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '>';
}

/* line 148, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}

@media screen and (max-width: 568px) {
  /* line 148, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    left: 0;
  }
}

/* line 156, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
  opacity: 1;
}

@media screen and (max-width: 568px) {
  /* line 156, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav .flex-next {
    right: 0px;
  }
}

/* line 164, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 168, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 171, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 175, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 178, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 185, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-nav li {
  zoom: 1;
}

/* line 189, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: .4;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}

/* line 201, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a:hover {
  opacity: .8;
}

/* line 204, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a.flex-active {
  opacity: .8;
  cursor: default;
}

/* line 211, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col2-content .flex-viewport .grid {
  margin-left: 210px;
  margin-right: 50px;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /* line 211, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid {
    margin-left: 80px;
  }
}

@media screen and (max-width: 568px) {
  /* line 211, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid {
    margin: 0;
  }
}

/* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col2-content .flex-viewport .grid .content {
  padding-right: 7em;
}

@media screen and (max-width: 1024px) {
  /* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .content {
    padding-right: 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 222, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .content {
    padding: 0 2em;
  }
}

/* line 231, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col2-content .flex-viewport .grid .content h3 {
  color: #C79545;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  /* line 231, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .content h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 231, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .content h3 {
    font-size: 1.05rem;
  }
}

/* line 243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col2-content .flex-viewport .grid .img {
  padding: 5em;
  background-image: url("img/bg-ressources.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  /* line 243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .img {
    background-size: contain;
  }
}

@media screen and (max-width: 568px) {
  /* line 243, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .img {
    padding: 0;
  }
}

/* line 257, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col2-content .flex-viewport .grid .img img {
  padding: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 257, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .img img {
    padding: 3em;
  }
}

@media screen and (max-width: 568px) {
  /* line 257, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col2-content .flex-viewport .grid .img img {
    padding: 5em;
  }
}

/* line 272, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content {
  margin: 5em 0;
}

/* line 276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content .flex-viewport .grid {
  margin-left: 50px;
  margin-right: 50px;
  grid-template-columns: 25% auto 25%;
}

@media screen and (max-width: 568px) {
  /* line 276, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid {
    display: block;
    margin: 0 20px;
  }
}

/* line 287, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content .flex-viewport .grid .content {
  padding-right: 10em;
}

@media screen and (max-width: 1024px) {
  /* line 287, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .content {
    padding-right: 3em;
  }
}

@media screen and (max-width: 568px) {
  /* line 287, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .content {
    padding-right: 0;
  }
}

/* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content .flex-viewport .grid .content h3 {
  font-size: 2.5rem;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  /* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .content h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 296, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .content h3 {
    font-size: 1rem;
  }
}

/* line 308, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content .flex-viewport .grid .img {
  align-self: center;
  padding: 0 4em;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  /* line 308, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .img {
    padding: 0 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 308, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .img {
    padding: 2em;
  }
}

/* line 321, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
.col3-content .flex-viewport .grid .lieux {
  align-self: center;
  padding-right: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 321, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/plugins/flexslider/_flexslider.scss */
  .col3-content .flex-viewport .grid .lieux {
    padding-right: 2em;
  }
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 2, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 14, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
/* line 36, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_accessibility.scss */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_alignments.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* line 11, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_alignments.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* line 21, /Users/sophiemoineville/Sites/geraldine-parillaud/wp-content/themes/gp-theme/sass/utilities/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=../style.map */