html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	min-height: 100%;
	font-size: 62.5%;
	font-size: -webkit-calc(1em * .625);
	font-size: calc(1em * .625); 
	}

body {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.4;
	background: #fff;
	color: #8a8f99;
	font-weight: 500; 
	}
	body.is-locked {
		overflow: hidden; 
		}
		
.header__container, .header__notifierContainer, .descriptionBlock, .introQuoteBlock, .footer__container {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto; 
	}
	@media all and (min-width: 66.25em) {
		.header__container, .header__notifierContainer, .descriptionBlock, .introQuoteBlock, .footer__container {
		padding-left: 100px;
		padding-right: 100px; 
		}
	}

a {
	background: transparent; 
	}

a:focus {
	outline: thin dotted; 
	}

a:active,
a:hover {
	outline: 0; 
	}

img {
  display: inline-block;
  vertical-align: middle; }

ul, ol, dl {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  line-height: inherit;
  color: inherit; }
  a:hover, a:focus {
    text-decoration: underline; }
  a img {
    border: none; }
    
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.menu {
  display: block;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem; }
  .menu--light .menu__link,
  .menu--light .menu__facebookLink,
  .menu--light .menu__twitterLink,
  .menu--light .menu__link:hover {
    color: #fff; }
  .menu--light .menu__item.is-active:after {
    background-color: #fff; }
  .menu__item {
    color: #8a8f99;
    text-transform: uppercase;
    display: none; 
    margin-left: 20px;
    margin-right: 20px;}
    .menu__item.is-active, .has-menu-toggled .menu__item {
      display: block; }
    @media all and (min-width: 66.25em) {
      .menu__item {
      	font-size: 11px;
      	font-size: 1.1rem;
        display: inline-block; }
        .menu__item.is-active {
          display: inline-block; } }
  .menu__link {
    display: block;
    -webkit-transition: .25s;
            transition: .25s;
    position: relative;
    white-space: nowrap;
    padding: 8px 5px;
    padding: 0.8rem 0.5rem; }
    .menu__link:hover {
      text-decoration: none; }
    @media all and (min-width: 66.25em) {
      .menu__link:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0%;
        height: 3px;
        /* couleur sous le lien */
        background-color: #072455; }
        .header--dark .menu__link:after, .header__social .menu__link:after {
          background-color: #fff; } }
    .is-active .menu__link, .menu__link:hover {
      color: #45474c; }
      .is-active .menu__link:after, .menu__link:hover:after {
        width: 100%; }
    @media all and (min-width: 66.25em) {
      .menu__link {
        padding: 8px 10px;
        padding: 0.8rem 1rem; } }
  .menu__close {
    position: absolute;
    padding: 0;
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: #45474d;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }
    @media all and (min-width: 66.25em) {
      .menu__close {
        display: none; } }
  .menu__facebookLink {
    color: #107db8; }
    .menu__facebookLink:hover {
      color: #107db8; }
  .menu__twitterLink {
    color: #55acee; }
    .menu__twitterLink:hover {
      color: #55acee; }
  .menu__toggleLink {
    cursor: pointer; }
    @media all and (min-width: 66.25em) {
      .menu__toggleLink {
        display: none; } }

/* ------------------ Contenu ------------------- */


.descriptionBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  .descriptionBlock p {
    text-align: center; }
  .descriptionBlock__heading {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  @media all and (min-width: 66.25em) {
    .descriptionBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; }
      .descriptionBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  @media all and (min-width: 66.25em) {
    .descriptionBlock p {
      padding-left: 100px;
      padding-left: 10rem;
      padding-right: 100px;
      padding-right: 10rem; }
      .descriptionBlock p > a {
        border: none; } }
  @media all and (min-width: 66.25em) {
    .descriptionBlock p {
      padding-left: 200px;
      padding-left: 20rem;
      padding-right: 200px;
      padding-right: 20rem; } }
      

.heading, .freeBlock h1, .freeBlock h2 {
  font-family: Times new Roman, serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #45474c;
  font-size: 24px;
  font-size: 2.4rem; }
  @media all and (min-width: 66.25em) {
    .heading, .freeBlock h1, .freeBlock h2 {
      font-size: 36px;
      font-size: 3.6rem; } }
  .heading--smaller, .freeBlock h2 {
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (min-width: 66.25em) {
      .heading--smaller, .freeBlock h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .heading--small {
    font-size: 17.33333px;
    font-size: 1.73333rem; }
    @media all and (min-width: 66.25em) {
      .heading--small {
        font-size: 26px;
        font-size: 2.6rem; } }
  .heading--large {
    font-size: 33.33333px;
    font-size: 3.33333rem; }
    @media all and (min-width: 66.25em) {
      .heading--large {
        font-size: 50px;
        font-size: 5rem; } }
  .heading--primary {
    color: #62c1e8; }
  .heading--secondary {
    color: #f2786d; }
  .heading--third {
    color: #67df57; }
  .heading--fourth {
    color: #f0be64; }
  .heading--lightest {
    color: white; }
  .heading--shadowed {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
  .heading--offset {
    padding: 40px 0;
    padding: 4rem 0; }
  .heading--splitter, .freeBlock h1 {
    position: relative; }
    .heading--splitter:after, .freeBlock h1:after {
      content: '';
      position: absolute;
      background-color: #e1e2e6;
      left: 50%;
      height: 1px;
      height: 0.1rem;
      width: 200px;
      width: 20rem;
      bottom: -15px;
      bottom: -1.5rem;
      margin-left: -100px;
      margin-left: -10rem; }
      @media all and (min-width: 66.25em) {
        .heading--splitter:after, .freeBlock h1:after {
          bottom: -30px;
          bottom: -3rem; } }
  .heading--splitters {
    position: relative;
    padding: 25px 0;
    padding: 2.5rem 0; }
    .heading--splitters:before, .heading--splitters:after {
      content: '';
      position: absolute;
      height: 1px;
      height: 0.1rem;
      width: 100px;
      width: 10rem;
      background-color: #e1e2e6; }
    .heading--splitters:before {
      top: 0;
      right: 50%; }
    .heading--splitters:after {
      bottom: 0;
      left: 50%; }


.paragraph, .member__data p, .modal__text p, .post__content p, .descriptionBlock p, .freeBlock p {
  line-height: 1.65;
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .paragraph > strong, .member__data p > strong, .modal__text p > strong, .post__content p > strong, .descriptionBlock p > strong, .freeBlock p > strong {
    color: #676b73;
    font-weight: 500; }

.paragraph--serif, .modal__text p, .post__content p {
  font-family: normal;
  color: #45474c;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem; }

.paragraph--large {
  font-size: 15px;
  font-size: 1.5rem; }
.paragraph--darkest {
  color: #45474c; }
.paragraph--lightest {
  color: #fff; }
.paragraph--shadowed {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }

.paragraph > a, .member__data p > a, .modal__text p > a, .post__content p > a, .descriptionBlock p > a, .freeBlock p > a, .link {
  color: #45474c;
  position: relative; }
  .paragraph > a:after, .member__data p > a:after, .modal__text p > a:after, .post__content p > a:after, .descriptionBlock p > a:after, .freeBlock p > a:after, .link:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #45474c;
    bottom: 1px;
    left: 0;
    right: 0; }
  .paragraph > a:hover, .member__data p > a:hover, .modal__text p > a:hover, .post__content p > a:hover, .descriptionBlock p > a:hover, .freeBlock p > a:hover, .link:hover {
    text-decoration: none; }
  .paragraph > a:hover:after, .member__data p > a:hover:after, .modal__text p > a:hover:after, .post__content p > a:hover:after, .descriptionBlock p > a:hover:after, .freeBlock p > a:hover:after, .link:hover:after {
    display: none; }

.descriptionBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  .descriptionBlock p {
    text-align: center; }
  .descriptionBlock__heading {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  @media all and (min-width: 66.25em) {
    .descriptionBlock {
      padding-top: 10px;
      padding-top: 1rem;
      /* padding dessus paragraphe image */
      padding-bottom: 0px;
      padding-bottom: 0rem; }
      .descriptionBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  @media all and (min-width: 66.25em) {
    .descriptionBlock p {
      padding-left: 100px;
      padding-left: 10rem;
      padding-right: 100px;
      padding-right: 10rem; }
      .descriptionBlock p > a {
        border: none; } }
  @media all and (min-width: 66.25em) {
    .descriptionBlock p {
      padding-left: 120px;
      padding-left: 12rem;
      padding-right: 120px;
      padding-right: 12rem; } }

.introQuoteBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
}
  @media all and (min-width: 66.25em) {
    .introQuoteBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }
  .introQuoteBlock__heading {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media all and (min-width: 66.25em) {
      .introQuoteBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  .introQuoteBlock__quote {
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem; }
    .introQuoteBlock__quote p {
      margin: 0; }
    @media all and (min-width: 66.25em) {
      .introQuoteBlock__quote {
        font-size: 26px;
        font-size: 2.6rem; } }




/* -------------------- Header --------------------- */
.header {
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e6eaf2;
  -webkit-transition: .5s height;
          transition: .5s height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 53px;
  height: 5.3rem; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header__burger {
    position: absolute;
    top: 25px;
    z-index: 100;
    cursor: pointer;
    right: 10px;
    border: none;
    background: none;
    width: 23px;
    height: 3px;
    background: #45474D; }
    @media all and (min-width: 66.25em) {
      .header__burger {
        display: none; } }
    .header__burger:before, .header__burger:after {
      content: "";
      width: 23px;
      height: 6px;
      position: absolute;
      left: 0; }
    .header__burger:before {
      top: -6px;
      border-top: 3px solid #45474D; }
    .header__burger:after {
      bottom: -6px;
      border-bottom: 3px solid #45474D; }
  @media all and (min-width: 66.25em) {
    .header {
      height: 110px;
      height: 11rem; } }
  @media all and (max-width: 66.24em) {
    .header.has-menu-toggled {
      height: 110px;
      height: 11rem; }
      .header.has-menu-toggled .header__nav {
        display: block;
        position: absolute;
        left: 0;
        right: 0; } }
  @media all and (min-width: 66.25em) {
    .header--dark {
      border-bottom: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .header--dark .menu .menu__link,
      .header--dark .menu .menu__facebookLink,
      .header--dark .menu .menu__twitterLink,
      .header--dark .menu .menu__link:hover {
        color: #fff; }
      .header--dark .menu .menu__item.is-active:after {
        background-color: #fff; } }
  .header--bordered:after {
    content: '';
    position: absolute;
    height: 1px;
    top: 100%;
    left: 100px;
    right: 100px;
    background-color: #e1e2e6; }
  .header__container {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .header__brand {
    float: left;
    display: none;
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    @media all and (min-width: 66.25em) {
      .header__brand {
        display: block; } }
    @media all and (min-width: 66.25em) {
      .header__brand {
        margin-top: 25px;
        margin-top: 2.5rem;
        margin-bottom: 25px;
        margin-bottom: 2.5rem; } }
  .header__nav, .header__social {
    padding-top: 13px;
    padding-top: 1.3rem; }
  @media all and (min-width: 66.25em) {
    .header__nav, .header__social {
      padding-top: 41px;
      padding-top: 4.1rem; } }
  .header__social {
    float: right;
    position: relative;
    z-index: 10;
    display: none; }
    .header__social .menu__twitterLink {
      padding-right: 0; }
    @media all and (min-width: 66.25em) {
      .header__social {
        display: block; } }
    @media all and (min-width: 66.25em) {
      .is-notified .header__social .menu__link {
        color: #fff; } }
  .header__notifier {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px; }
    @media all and (min-width: 66.25em) {
      .is-notified .header__notifier {
        display: block; } }
    .header__notifier--facebook {
      background-color: #107db8; }
    .header__notifier--twitter {
      background-color: #55acee; }
  .header__notifierContainer {
    height: 100%; }
  .header__notifierPicture {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition: .5s;
            transition: .5s;
    opacity: 0;
    float: left;
    margin-top: 27px;
    margin-top: 2.7rem;
    margin-right: 20px;
    margin-right: 2rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.2);
            box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.2); }
    .is-animating .header__notifierPicture {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .header__notifierParagraph {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    display: table;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-size: 1.8rem; }
    .is-animating .header__notifierParagraph {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .header__notifierParagraphCell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 200px;
    padding-right: 20rem; }


.related__heading {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 18px 0;
  margin: 0 0 1.8rem 0; }
.related__content {
  color: #a1a7b2;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem; }
  .related__content li {
    list-style: none; }
  .related__content a:hover {
  	/* couleur liens */
    color: #FFF; } 

.cover {
  width: 100%;
  height: 250px;
  height: 25rem;
  font-size: 12px;
  font-size: 1.2rem;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  @media all and (min-width: 66.25em) {
    .cover {
      height: 350px;
      height: 35rem;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media all and (min-width: 66.25em) {
    .cover {
      height: 500px;
      height: 50rem; } }
  @media all and (min-width: 66.25em) {
    .cover--small {
      height: 364px;
      height: 36.4rem; } }
  .cover--company {
    background-image: url(../pictures/redwoodholding-company.jpg);
    display: table; }
  .cover--quote {
    background-image: url(images/covers/quote.jpg);
    display: table; }
  .cover--focus {
    background-image: url(../pictures/redwoodholding-focus.jpg);
    display: table; }
  .cover--reverse {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
  .cover__heading {
    color: #fff;
    position: absolute;
    bottom: 50px;
    bottom: 5rem;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    left: 0;
    right: 0; }
  .cover__quote {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px; }
    @media all and (min-width: 66.25em) {
      .cover__quote {
        padding-left: 100px;
        padding-right: 100px; } }
    @media all and (min-width: 66.25em) {
      .cover__quote {
        padding-left: 300px;
        padding-right: 300px; } }
  .cover__quoteText {
    margin-bottom: 25px;
    margin-bottom: 2.5rem; }
  .cover__quoteLabel {
    font-style: italic;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (min-width: 66.25em) {
      .cover__quoteLabel {
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__quoteAuthor {
    text-shadow: none;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (min-width: 66.25em) {
      .cover__quoteAuthor {
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__focus {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem; }
  .cover__focusHeading {
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media all and (min-width: 66.25em) {
      .cover__focusHeading {
        margin-bottom: 60px;
        margin-bottom: 6rem; } }
  .cover__focusOffset {
    width: 320px;
    margin: 0 auto; }
  .cover__focusQuote {
    font-style: italic;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-bottom: 0;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    display: none;
    display: none; }
    @media all and (min-width: 66.25em) {
      .cover__focusQuote {
        display: block;
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__focusList > li {
    width: 550px;
    display: block; }
  @media all and (min-width: 66.25em) {
    .cover__focusList {
      width: 550px;
      margin: 0 auto;
      text-align: left; } }
  .cover__submit {
    display: table-cell;
    vertical-align: middle; }
  .cover__submitTitle {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .cover__inputSubmit {
    margin: 0 auto;
    width: 280px;
    width: 28rem; }
    @media all and (min-width: 66.25em) {
      .cover__inputSubmit {
        width: 400px;
        width: 40rem; } }

/* -------------- Footer ------------------ */
.footer {
  background-color: #292c33;
  text-align: center;
  padding: 30px 0;
  padding: 3rem 0; }
  @media all and (min-width: 66.25em) {
    .footer {
      padding: 100px 0;
      padding: 10rem 0; } }
  .footer__container {
    overflow: hidden;
    position: relative; }
  .footer__copy {
    text-align: center;
    line-height: 1.8;
    display: block;
    clear: left;
    color: #a1a7b2;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 50px;
    margin-top: 5rem; }
  .footer__mailto {
    text-decoration: underline; }
  .footer__col {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .footer__submenu {
    float: none; }
  @media all and (min-width: 66.25em) {
    .footer {
      text-align: left; }
      .footer__submenu {
        float: left; }
      .footer__submenu + .footer__submenu {
        margin-left: 10px;
        margin-left: 1rem; }
      .footer__col {
        float: left;
        margin-bottom: 0;
        padding-right: 25px;
        padding-right: 2.5rem; }
      .footer__copy {
        position: absolute;
        right: 30px;
        right: 3rem;
        top: 0;
        text-align: right;
        clear: none;
        margin-top: 0; } }
  @media all and (min-width: 66.25em) {
    .footer__col {
      padding-right: 40px;
      padding-right: 4rem; }
    .footer__copy {
      right: 100px;
      right: 10rem; } }
  @media all and (min-width: 75em) {
    .footer__col {
      margin-bottom: 0;
      padding-right: 70px;
      padding-right: 7rem; }
    .footer__submenu + .footer__submenu {
      margin-left: 40px;
      margin-left: 4rem; } }
