/* mixins */
/*
* Layouts Variables
*/
/* Break layouts */
/*
* Media Queries
*/
/* Desktop */
/* Tablet */
/* Mobile */
/* Global */
/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
/* line 11, ../sass/global/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/global/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, ../sass/global/_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 45, ../sass/global/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, ../sass/global/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, ../sass/global/_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 77, ../sass/global/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, ../sass/global/_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 97, ../sass/global/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../sass/global/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, ../sass/global/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, ../sass/global/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../sass/global/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, ../sass/global/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, ../sass/global/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, ../sass/global/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, ../sass/global/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, ../sass/global/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, ../sass/global/_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 210, ../sass/global/_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 221, ../sass/global/_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 232, ../sass/global/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, ../sass/global/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, ../sass/global/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, ../sass/global/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, ../sass/global/_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 282, ../sass/global/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, ../sass/global/_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 300, ../sass/global/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, ../sass/global/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, ../sass/global/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, ../sass/global/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, ../sass/global/_normalize.scss */
[hidden] {
  display: none;
}

/* line 344, ../sass/global/_normalize.scss */
* {
  box-sizing: border-box;
}

/* line 1, ../sass/global/_global.scss */
html, body {
  font-size: 10px;
}

/* line 4, ../sass/global/_global.scss */
body {
  font-family: "Quicksand", sans-serif;
}

/* line 1, ../sass/global/_header.scss */
header {
  background-color: white;
  border-bottom: 1px solid #451d76;
  color: #451d76;
  display: flex;
  align-items: center;
  padding: 30px 35px;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/global/_header.scss */
  header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 700px) {
  /* line 1, ../sass/global/_header.scss */
  header {
    flex-direction: column;
    justify-content: center;
    padding: 40px 15px 20px;
  }
}
/* line 22, ../sass/global/_header.scss */
header .logo {
  width: 185px;
}
@media only screen and (max-width: 700px) {
  /* line 22, ../sass/global/_header.scss */
  header .logo {
    margin-bottom: 20px;
  }
}
/* line 30, ../sass/global/_header.scss */
header h1, header .h1 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 370px);
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  /* line 30, ../sass/global/_header.scss */
  header h1, header .h1 {
    width: auto;
  }
}
/* line 41, ../sass/global/_header.scss */
header h1 img, header .h1 img {
  display: inline-block;
  max-width: 408px;
  width: 100%;
}

/* line 1, ../sass/global/_footer.scss */
footer {
  color: #43358b;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 6, ../sass/global/_footer.scss */
footer > p {
  color: #451d76;
  padding: 0 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  /* line 6, ../sass/global/_footer.scss */
  footer > p {
    padding: 0 25px;
  }
}
/* line 16, ../sass/global/_footer.scss */
footer > div {
  align-items: flex-end;
  border-top: 1px solid #451d76;
  display: flex;
  justify-content: space-between;
  padding: 15px 70px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  /* line 16, ../sass/global/_footer.scss */
  footer > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 29, ../sass/global/_footer.scss */
footer > div div {
  flex: 0 0 30%;
  text-align: center;
}
/* line 33, ../sass/global/_footer.scss */
footer > div div:first-child {
  text-align: left;
}
/* line 37, ../sass/global/_footer.scss */
footer > div div:last-child {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  /* line 41, ../sass/global/_footer.scss */
  footer > div div > img {
    width: 100%;
  }
}
/* line 48, ../sass/global/_footer.scss */
footer > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 53, ../sass/global/_footer.scss */
footer > div ul li {
  margin-bottom: 12px;
}
/* line 56, ../sass/global/_footer.scss */
footer > div ul li:last-child {
  margin-bottom: 0;
}
/* line 64, ../sass/global/_footer.scss */
footer a {
  color: #43358b;
  text-decoration: none;
}
/* line 68, ../sass/global/_footer.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 75, ../sass/global/_footer.scss */
#eisai, #hhc {
  max-width: 95px;
}

/* line 78, ../sass/global/_footer.scss */
#ffre {
  max-width: 128px;
}

/* layout */
/* line 1, ../sass/layout/_page.scss */
section {
  padding: 35px 15px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/layout/_page.scss */
  section {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/layout/_page.scss */
  section {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 14, ../sass/layout/_page.scss */
section.center {
  text-align: center;
}
/* line 18, ../sass/layout/_page.scss */
section.bg-color {
  background-image: linear-gradient(141deg, rgba(0, 0, 0, 0) 0%, #451d76 90%);
  color: white;
  z-index: 10;
}
/* line 23, ../sass/layout/_page.scss */
section.bg-color:after, section.bg-color:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  z-index: 0;
}
/* line 31, ../sass/layout/_page.scss */
section.bg-color:after {
  background-image: url(../img/visu-right.png);
  background-position: top right;
  height: 824px;
  right: 0;
  top: -50px;
  width: 437px;
}
@media only screen and (max-width: 1330px) {
  /* line 31, ../sass/layout/_page.scss */
  section.bg-color:after {
    height: 433px;
    top: 36px;
    width: 232px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 31, ../sass/layout/_page.scss */
  section.bg-color:after {
    width: 225px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 31, ../sass/layout/_page.scss */
  section.bg-color:after {
    bottom: -30.833vw;
    height: 59.375vw;
    top: auto;
    width: 26vw;
  }
}
/* line 56, ../sass/layout/_page.scss */
section.bg-color:before {
  background-image: url(../img/visu-left.png);
  background-position: top left;
  height: 767px;
  left: 0;
  width: 483px;
}
@media only screen and (max-width: 1330px) {
  /* line 56, ../sass/layout/_page.scss */
  section.bg-color:before {
    height: 389px;
    top: 50px;
    width: 245px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 56, ../sass/layout/_page.scss */
  section.bg-color:before {
    width: 220px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 56, ../sass/layout/_page.scss */
  section.bg-color:before {
    bottom: -23.5833vw;
    height: 46.20833vw;
    top: auto;
    width: 27vw;
  }
}
/* line 83, ../sass/layout/_page.scss */
section h2 {
  color: #451d76;
  font-weight: normal;
  margin: 0 auto 15px;
  max-width: 350px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 700px) {
  /* line 83, ../sass/layout/_page.scss */
  section h2 {
    max-width: 250px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/* line 98, ../sass/layout/_page.scss */
section h2 strong {
  color: #ed0f93;
  font-weight: normal;
}
/* line 104, ../sass/layout/_page.scss */
section p {
  line-height: 1.4em;
}
/* line 108, ../sass/layout/_page.scss */
section .logo {
  margin-bottom: 30px;
}
/* line 112, ../sass/layout/_page.scss */
section .content {
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 112, ../sass/layout/_page.scss */
  section .content {
    max-width: 330px;
  }
}
