@charset "UTF-8";
/**
 * @file
 * Build
 *
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
a.btn,
div.btn a, button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] > input[type="button"] {
  position: relative;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase; }

.icon-txt::after, .bt-collapse::after, .header-links a::after, .civ_Mme::before,
.civ_M::before, .block-instagram .button a::before {
  font-family: "icomoon", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

.mode-paiement button {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  box-shadow: none; }
  .mode-paiement button:focus, .mode-paiement button:hover {
    background: none; }

.visually-hidden,
.hidden {
  position: absolute;
  left: -9999px; }

.icon-txt::after {
  display: inline-block;
  content: "";
  font-size: 2rem; }

.icon-txt span {
  position: absolute;
  left: -9999px; }

a.btn,
div.btn a {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-size: 2rem;
  background: #fdc613;
  color: #565656; }
  @media screen and (min-width: 768px) {
    a.btn,
    div.btn a {
      padding-left: 4.6rem;
      padding-right: 4.6rem;
      font-size: 3rem; } }
  a.btn:link, a.btn:visited,
  div.btn a:link,
  div.btn a:visited {
    color: #565656; }
  a.btn:hover, a.btn:focus,
  div.btn a:hover,
  div.btn a:focus {
    /*background: $bgHover;
    color: $colorHover;*/
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .mobile {
    display: none; } }

.bt-collapse {
  position: relative;
  padding: 1.3rem 3.4rem 1.3rem 1.5rem;
  margin: 0 20px 10px;
  font-size: 1.4rem;
  background: #004c5b;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .bt-collapse {
      width: calc(100% - 40px); } }
  .bt-collapse:link, .bt-collapse:visited {
    color: #fff; }
  .bt-collapse:hover, .bt-collapse:focus {
    /*background: $bgHover;
    color: $colorHover;*/
    text-decoration: none; }
  .bt-collapse::after {
    display: inline-block;
    content: "";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    font-size: 3rem; }

body .fold .bt-collapse::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

body .fold .content-collapse {
  max-height: inherit;
  margin-bottom: 10px;
  visibility: visible;
  opacity: 1; }

@font-face {
  font-family: "icomoon";
  src: url("/styles/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/icomoon.woff") format("woff"), url("/styles/fonts/icomoon.ttf") format("truetype"), url("/styles/fonts/icomoon.svg#icomoon") format("svg"), url("/styles/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/icomoon.woff") format("woff"), url("/styles/fonts/icomoon.ttf") format("truetype"), url("/styles/fonts/icomoon.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  font-size: 0.625em;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.2;
  background: #fff; }

.don {
  color: #565656; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-flex: none;
          flex: none; }

p {
  line-height: inherit;
  margin: 0; }
  p:not(:last-of-type) {
    margin-bottom: 1rem; }

h1,
h2,
h3,
.h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase; }

h1,
h3 {
  color: #565656; }

h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
      font-size: 3rem; } }
  @media screen and (min-width: 1025px) {
    h1 {
      font-size: 4.2rem; } }
  h1 span {
    font-weight: 400; }

h2,
.h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #004c5b; }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      margin-bottom: 2.5rem;
      font-size: 3rem; } }
  h2 span,
  .h2 span {
    font-weight: 600; }

h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 2.4rem; } }

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

li {
  list-style: none; }

a {
  color: #004c5b;
  text-decoration: none;
  transition: all 0.3s ease-out;
  word-break: break-word;
  word-wrap: break-word; }
  a:link, a:visited {
    color: #004c5b; }
  a:focus, a:hover, a:active {
    color: #565656; }
  a:focus, a:hover, a:active {
    text-decoration: underline; }

.iframe {
  max-width: 56rem;
  margin: auto; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#container,
#col_centre,
.content-width {
  margin: 0 auto;
  width: 100%; }

#container {
  max-width: 1392px; }

#col_centre,
.content-width {
  max-width: 1280px; }
  @media screen and (max-width: 1280px) {
    #col_centre,
    .content-width {
      padding-right: 20px;
      padding-left: 20px; } }

@media screen and (min-width: 768px) {
  .two-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

@media screen and (max-width: 1024px) {
  .two-col.amount-payment {
    display: block; } }

label,
.label {
  color: #565656;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.form-item {
  margin-bottom: 2rem; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::placeholder {
  color: inherit;
  opacity: 1; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], textarea, select,
.civilite label,
.group-date {
  padding: 1.4rem 2rem;
  width: 100%;
  min-height: 5rem;
  border: 1px solid #edece9;
  border-radius: 3px;
  box-shadow: none;
  background: #edece9;
  color: #565656;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="file"]:hover, input[type="file"]:focus, textarea:hover, textarea:focus, select:hover, select:focus,
  .civilite label:hover,
  .civilite label:focus,
  .group-date:hover,
  .group-date:focus {
    border-color: #fdc613; }
  input[type="text"].ok, input[type="email"].ok, input[type="password"].ok, input[type="search"].ok, input[type="url"].ok, input[type="tel"].ok, input[type="number"].ok, input[type="date"].ok, input[type="file"].ok, textarea.ok, select.ok,
  .civilite label.ok,
  .group-date.ok {
    background: url("../img/charte/ok.png") no-repeat right 2rem center #edece9; }
  input[type="text"].ko, input[type="email"].ko, input[type="password"].ko, input[type="search"].ko, input[type="url"].ko, input[type="tel"].ko, input[type="number"].ko, input[type="date"].ko, input[type="file"].ko, textarea.ko, select.ko,
  .civilite label.ko,
  .group-date.ko {
    background: url("../img/charte/ko.png") no-repeat right 2rem center #edece9;
    border-color: #b00505; }

select {
  padding-left: 1.5rem;
  padding-right: 3.1rem;
  background: url(../img/charte/bg-select.png) no-repeat right 1rem center #edece9;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 768px) {
    select {
      padding-right: 4rem;
      background-position: right 1.5rem center; } }
  select::-ms-expand {
    display: none; }
  select:focus, select:hover {
    background-image: url(../img/charte/bg-select-hover.png); }
  select.ok, select.ko {
    background-position: right 1rem center; }

.bt-radio label,
.checkbox label {
  margin-bottom: 1rem;
  font-weight: normal; }

.bt-radio input,
.checkbox input {
  margin-right: 8px;
  vertical-align: middle; }

button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] > input[type="button"] {
  padding: 0.8rem 1.5rem;
  font-size: 2rem;
  background: #fdc613;
  color: #565656;
  box-shadow: none; }
  @media screen and (min-width: 768px) {
    button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] > input[type="button"] {
      padding-left: 4.6rem;
      padding-right: 4.6rem;
      font-size: 3rem; } }
  button:link, button:visited, input[type="button"]:link, input[type="button"]:visited, input[type="submit"]:link, input[type="submit"]:visited, input[type="reset"]:link, input[type="reset"]:visited, input[type="file"] > input[type="button"]:link, input[type="file"] > input[type="button"]:visited {
    color: #565656; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="file"] > input[type="button"]:hover, input[type="file"] > input[type="button"]:focus {
    /*background: $bgHover;
    color: $colorHover;*/
    text-decoration: none; }
  button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="file"] > input[type="button"]:focus {
    outline: none; }
    button:focus::-moz-focus-inner, input[type="button"]:focus::-moz-focus-inner, input[type="submit"]:focus::-moz-focus-inner, input[type="reset"]:focus::-moz-focus-inner, input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
      border: 1px dotted; }

.validation {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .validation input {
      width: 100%;
      text-align: center; } }

.message {
  padding: 1rem;
  text-align: center;
  background-color: #fdc613;
  color: #fdc613;
  font-weight: 500; }

.champs-oblig {
  margin-bottom: 1.2rem; }

.erreur input {
  border-color: #b00505; }

.texte-erreur {
  padding: 1rem;
  margin-bottom: 2rem;
  border: solid 1px #b00505;
  color: #b00505; }

.label-input:not(.label-input-pays):not([class*='label-input-birth_']) {
  position: relative;
  margin-bottom: 1rem; }
  .label-input:not(.label-input-pays):not([class*='label-input-birth_']) label {
    position: absolute;
    top: 15px;
    left: 2rem; }
  .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="text"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="email"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="password"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="search"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="url"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="tel"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="number"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="date"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) input[type="file"], .label-input:not(.label-input-pays):not([class*='label-input-birth_']) textarea, .label-input:not(.label-input-pays):not([class*='label-input-birth_']) select {
    padding-top: 2.1rem;
    padding-bottom: 0.7rem; }
  .label-input:not(.label-input-pays):not([class*='label-input-birth_']) .on-label {
    font-size: 1.2rem;
    top: 5px;
    font-weight: normal; }

.nojs #contenu .label-input label {
  font-size: 1.2rem;
  top: 5px;
  font-weight: normal; }

.nojs #contenu .label-input-pays select {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }

/**
 * @file
 * Header
 *
 */
#header {
  position: relative; }
  @media screen and (min-width: 768px) {
    #header {
      margin-bottom: 20px; } }

.header-top {
  padding: 10px 20px 15px;
  background: #f3f3f2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .header-top {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .header-top {
      padding: 28px 30px 20px; } }
  @media screen and (max-width: 1024px) {
    .header-top.with-partner {
      display: block; } }

@media screen and (max-width: 767px) {
  .logo-afm {
    max-width: 66.5%; } }

@media screen and (min-width: 768px) {
  .logo-afm {
    margin-right: 15px; } }

.logo-partners {
  margin-top: 10px;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .logo-partners {
      display: inline-block;
      margin-top: 18px;
      padding-left: 12px;
      font-size: 1.6rem; } }
  .logo-partners span {
    display: inline-block;
    padding-bottom: 4%;
    vertical-align: bottom; }
    @media screen and (min-width: 768px) {
      .logo-partners span {
        padding-bottom: 15px; } }
  .logo-partners img {
    vertical-align: middle;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .logo-partners img {
        max-width: 37.5%; } }
    @media screen and (min-width: 768px) {
      .logo-partners img {
        padding-left: 55px; } }

.header-links {
  margin-left: auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .header-links {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .with-partner .header-links {
      margin-top: 1.5em; } }
  .header-links li {
    border-radius: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .with-partner .header-links li {
        display: inline-block; } }
    .header-links li:first-of-type {
      margin-bottom: 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .header-links li:first-of-type {
          margin-right: 0.5em; } }
  .header-links a {
    display: block;
    min-width: 23rem;
    min-height: 4.2rem;
    padding: 8px 5px 4px;
    text-align: center; }
    .header-links a::after {
      display: inline-block;
      content: "";
      font-size: 1.5em;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    @media screen and (min-width: 1281px) {
      .header-links a {
        font-size: 1.9rem;
        min-width: 31.2rem; } }

.fdd-en-link {
  border: solid 1px #d3d3d3; }

.fdd-pa-link {
  background: #fff;
  font-weight: bold; }

.banner {
  height: 10.6rem;
  background: url(../img/bandeau/faire-un-don-au-telethon-a.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .banner {
      height: 15rem; } }
  @media screen and (min-width: 768px) {
    .banner {
      height: 31rem; } }
  .fdd-3637 .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-a.jpg); }
  .fdd-entreprise .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-a.jpg); }
  .banner-a .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-a.jpg); }
  .banner-b .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-b.jpg); }
  .banner-c .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-c.jpg); }
  .banner-d .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-d.jpg); }
  .banner-e .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-e.jpg); }
  .banner-f .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-f.jpg); }
  .banner-g .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-g.jpg); }
  .banner-h .banner {
    background-image: url(../img/bandeau/faire-un-don-au-telethon-h.jpg); }

.catch-phrase {
  padding: 10px 20px;
  background: #fdc613;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .catch-phrase {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1025px) {
    .catch-phrase {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .catch-phrase .msg {
    margin: 1rem 0 2rem; }
    @media screen and (max-width: 767px) {
      .catch-phrase .msg {
        font-size: 1.4rem; } }
    .catch-phrase .msg form {
      margin-top: 2rem; }
  .catch-phrase .cancel {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background: #fff;
    color: #565656;
    font-size: 2rem; }
    .catch-phrase .cancel:link, .catch-phrase .cancel:visited {
      color: #565656; }
    .catch-phrase .cancel:hover, .catch-phrase .cancel:focus {
      /*background: $bgHover;
    color: $colorHover;*/
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .catch-phrase .cancel {
        width: auto;
        padding-left: 2.7rem;
        padding-right: 2.7rem; } }
    @media screen and (min-width: 768px) {
      .catch-phrase .cancel {
        margin-bottom: -0.5rem;
        font-size: 2.6rem; } }
  .catch-phrase.not-front {
    background: #004c5b;
    color: #fff; }
    .catch-phrase.not-front h1 {
      color: #fff; }
  .catch-phrase .iframe {
    margin-top: 3rem; }

@media screen and (min-width: 768px) {
  h1 br {
    display: none; } }

@media screen and (max-width: 767px) {
  .not-front h1 {
    font-size: 3rem; } }

.tabs {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end; }
  @media screen and (min-width: 768px) {
    .tabs {
      font-size: 2.4rem; } }
  .tabs a {
    display: block;
    text-align: center;
    min-width: 16rem;
    min-height: 3.6rem;
    padding: 0.9rem 0.5rem 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    color: #565656; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .tabs a {
        min-width: 21rem;
        min-height: 5rem;
        padding-top: 1.2rem; } }
    @media screen and (min-width: 1025px) {
      .tabs a {
        min-width: 25.6rem;
        min-height: 5.7rem;
        padding-top: 1.6rem; } }

.fdd-entreprise .tab-entreprise a,
.fdd-particulier .tab-particulier a {
  min-height: 4.1rem;
  padding-top: 1.1rem;
  background: #15788c;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-decoration: underline; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .fdd-entreprise .tab-entreprise a,
    .fdd-particulier .tab-particulier a {
      min-height: 6rem;
      padding-top: 1.5rem; } }
  @media screen and (min-width: 1025px) {
    .fdd-entreprise .tab-entreprise a,
    .fdd-particulier .tab-particulier a {
      min-height: 7.7rem;
      padding-top: 2.5rem; } }

#compteur {
  float: right;
  margin-top: 5rem;
  margin-right: 5rem;
  padding: 1rem 1.5rem 1.5rem;
  background: #0f5765;
  border-radius: 6px; }
  @media screen and (max-width: 767px) {
    #compteur {
      display: none; } }

#donation-counter-numbers {
  color: #fdc613;
  font-size: 3.3rem;
  font-weight: bold; }
  @media screen and (min-width: 1025px) {
    #donation-counter-numbers {
      font-size: 3.7rem; } }
  #donation-counter-numbers span {
    color: #fff; }

#donation-counter-texte {
  color: #fff;
  font-size: 1.7rem; }
  @media screen and (min-width: 1025px) {
    #donation-counter-texte {
      font-size: 2rem; } }

/**
 * @file
 * Footer
 *
 */
.footer-top,
.footer-bottom {
  border: solid #d3d3d3; }

.footer-top {
  padding: 33px 0 44px;
  border-width: 1px 0; }
  @media screen and (min-width: 768px) {
    .footer-top {
      padding: 60px 0 55px; } }
  .footer-top .h2 {
    color: #565656; }
    @media screen and (max-width: 767px) {
      .footer-top .h2 {
        font-size: 3rem;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .footer-top .h2 {
        float: left;
        margin: 3px 0 0; } }
  .footer-top ul {
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 480px) {
      .footer-top ul {
        margin: 0 -15px; } }
    @media screen and (min-width: 768px) {
      .footer-top ul {
        width: calc(100% - 200px); } }
  .footer-top li {
    width: calc(100% / 5);
    text-align: center; }
    @media screen and (min-width: 481px) {
      .footer-top li:not(:last-of-type) {
        border-right: solid 1px #d3d3d3; } }
  .footer-top a {
    color: #565656; }
    .footer-top a:link, .footer-top a:visited {
      color: #565656; }
    .footer-top a:focus, .footer-top a:hover, .footer-top a:active {
      color: #004c5b; }
  .footer-top .icon-txt::after {
    font-size: 3rem; }
    @media screen and (min-width: 768px) {
      .footer-top .icon-txt::after {
        font-size: 4.5rem; } }

.instagram .icon-txt::after {
  content: ""; }

.fb .icon-txt::after {
  content: ""; }

.twitter .icon-txt::after {
  content: ""; }

.gplus .icon-txt::after {
  content: ""; }

.rss .icon-txt::after {
  content: ""; }

.youtube .icon-txt::after {
  content: ""; }

.linkedin .icon-txt::after {
  content: ""; }

.footer-bottom {
  padding: 10px 0;
  margin-bottom: 20px;
  border-width: 0 0 1px 0; }
  @media screen and (max-width: 480px) {
    .footer-bottom {
      text-align: center; } }

.sep {
  padding: 0 2%; }

.conformement-loi {
  font-size: 1.2rem; }

.bloc-calculatrice {
  background: #0f5765;
  padding: 18px 18px 20px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .bloc-calculatrice {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 768px) {
    .bloc-calculatrice {
      border-radius: 10px; } }
  @media screen and (min-width: 1025px) {
    .bloc-calculatrice {
      width: 66.25%; } }
  .bloc-calculatrice h2 {
    margin-bottom: 1.5rem;
    color: #fff; }
  @media screen and (min-width: 768px) {
    .bloc-calculatrice ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .bloc-calculatrice .texte-erreur {
    background: #fff; }

.nb {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: .8;
  color: #004c5b; }
  @media screen and (min-width: 768px) {
    .nb {
      display: block;
      font-size: 2.4rem; } }

.bloc-calculatrice li:not(.last) {
  position: relative;
  background: #fff;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .bloc-calculatrice li:not(.last) {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .bloc-calculatrice li:not(.last) {
      width: calc((100% - 30px) / 4);
      min-height: 137px;
      margin-left: 5px;
      text-align: center; } }
  .bloc-calculatrice li:not(.last) label {
    position: relative;
    display: inline-block;
    z-index: 10;
    border-radius: 3px 0 0 3px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .bloc-calculatrice li:not(.last) label {
        width: 100%;
        padding: 5px 10px; } }
    @media screen and (min-width: 768px) {
      .bloc-calculatrice li:not(.last) label {
        display: block;
        min-height: 137px;
        text-align: center;
        border-radius: 3px 3px 0 0;
        font-size: 3.6rem; } }
    .bloc-calculatrice li:not(.last) label span span {
      font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .bloc-calculatrice li:not(.last) label .radio {
        position: absolute;
        bottom: 68px;
        left: 46%;
        z-index: 1; } }
  @media screen and (min-width: 768px) {
    .js .bloc-calculatrice li:not(.last).selected {
      background: #fdc613; } }
  @media screen and (max-width: 767px) {
    .js .bloc-calculatrice li:not(.last).selected .reduction {
      background: #fdc613; } }
  @media screen and (min-width: 768px) {
    .js .bloc-calculatrice li:not(.last).selected .reduction::before {
      background: linear-gradient(to right bottom, #fdc613 50%, transparent 50%); }
    .js .bloc-calculatrice li:not(.last).selected .reduction::after {
      background: linear-gradient(to left bottom, #fdc613 50%, transparent 50%); } }

.reduction {
  position: absolute;
  width: calc(100% - 90px);
  padding: 1rem 0 0 2.8rem;
  min-height: 3.4rem;
  z-index: 1;
  background: #edece9;
  border-radius: 0 3px 3px 0;
  color: #565656;
  font-weight: 600;
  font-size: 0.9rem; }
  @media screen and (max-width: 767px) {
    .reduction {
      left: 90px;
      top: 0; } }
  @media screen and (min-width: 768px) {
    .reduction {
      width: 100%;
      bottom: 0;
      padding: 30px 5px 11px;
      border-radius: 0 0 3px 3px;
      font-size: 1.6rem; } }
  .reduction::before, .reduction::after {
    content: "";
    position: absolute;
    z-index: 20;
    left: 0;
    width: 18px;
    height: 50%; }
    @media screen and (min-width: 768px) {
      .reduction::before, .reduction::after {
        top: 0;
        width: 50%;
        height: 26px; } }
  .reduction::before {
    top: 0;
    background: linear-gradient(to right top, #fff 50%, transparent 50%); }
    @media screen and (min-width: 768px) {
      .reduction::before {
        right: 0;
        left: inherit;
        background: linear-gradient(to right bottom, #fff 50%, transparent 50%); } }
  .reduction::after {
    bottom: 0;
    background: linear-gradient(to right bottom, #fff 50%, transparent 50%); }
    @media screen and (min-width: 768px) {
      .reduction::after {
        left: 0;
        background: linear-gradient(to left bottom, #fff 50%, transparent 50%); } }

.bloc-calculatrice .last {
  margin-top: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .bloc-calculatrice .last {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (min-width: 481px) {
    .bloc-calculatrice .last {
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .bloc-calculatrice .last {
      margin-top: 20px; } }
  .bloc-calculatrice .last label {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem; }
    @media screen and (max-width: 480px) {
      .bloc-calculatrice .last label {
        -webkit-flex-basis: 100%;
                flex-basis: 100%; } }
    @media screen and (max-width: 767px) {
      .bloc-calculatrice .last label {
        display: block;
        margin-bottom: 5px;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .bloc-calculatrice .last label {
        font-size: 1.7rem; } }
  .bloc-calculatrice .last .radio {
    position: absolute;
    left: -9999px; }
    .nojs .bloc-calculatrice .last .radio {
      position: relative;
      left: 0; }

.inputautre {
  width: 55%;
  min-height: 3.4rem; }
  @media screen and (min-width: 768px) {
    .inputautre {
      width: 42%; } }
  .inputautre label {
    width: 100%; }
  .inputautre .texte {
    min-height: 3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    background: #fff;
    border: #fff;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .inputautre .texte {
        padding-left: 1rem;
        padding-right: 2.2rem; } }
    @media screen and (min-width: 768px) {
      .inputautre .texte {
        font-size: 2rem;
        min-height: 5rem; } }
    .inputautre .texte.ok, .inputautre .texte.ko {
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .inputautre .texte.ok, .inputautre .texte.ko {
          background-position: right .7rem center; } }

.deduction {
  min-width: 6rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 12px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .deduction {
      display: block;
      font-size: .9rem;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .deduction {
      min-width: 11rem; } }
  .deduction .nb {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .deduction .nb {
        display: block; } }

.info {
  padding-top: 1rem;
  font-size: 1.3rem; }
  @media screen and (min-width: 768px) {
    .info {
      padding-top: 1.8rem; } }

@media screen and (max-width: 1024px) {
  .mode-paiement {
    padding-top: 2rem; } }

@media screen and (min-width: 1025px) {
  .mode-paiement {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 32.1875%;
    margin-left: 20px; } }

@media screen and (min-width: 1025px) {
  .mode-paiement fieldset {
    height: 100%; } }

.mode-paiement ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%; }

.mode-paiement li {
  min-height: 34px;
  padding: 5px 10px;
  margin-bottom: 8px;
  background-color: #edece9;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .mode-paiement li {
      min-height: 50px;
      padding: 10px 20px; } }
  .mode-paiement li.selected {
    background-color: #fdc613; }
  .mode-paiement li:last-of-type {
    margin-bottom: 0; }
  .mode-paiement li img {
    max-height: 3rem;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .mode-paiement li img {
        max-width: 27%;
        max-height: 2.5rem; } }

@media screen and (max-width: 767px) {
  .mode-paiement .CB img,
  .mode-paiement .amazon img {
    max-width: 40%; } }

@media screen and (max-width: 767px) {
  .mode-paiement .paypal img {
    max-width: 28%; } }

.mode-paiement label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 16px;
  text-align: center;
  text-transform: none; }

.mode-paiement .radio {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.complement {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }
  @media screen and (min-width: 768px) {
    .complement {
      margin-top: 3px;
      margin-left: 1.5rem;
      font-size: 1.8rem; } }

li.payment-specific {
  padding: 0;
  margin-top: 10px;
  background: none; }

@media screen and (max-width: 767px) {
  .payment-specific {
    position: absolute;
    left: -9999px; } }

.payment-specific ul {
  width: 100%;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.payment-specific li {
  min-width: 49%;
  margin-bottom: 0;
  border: solid 1px #d3d3d3;
  background: none;
  -webkit-flex-grow: 1;
          flex-grow: 1; }
  .payment-specific li:last-of-type:not(:first-of-type) {
    margin-left: 2%; }

.payment-specific label {
  font-size: 1.8rem; }
  @media screen and (min-width: 481px) {
    .payment-specific label {
      font-size: 2.2rem; } }

#coordonnees {
  margin-top: 4rem; }

.col-equal .col {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .col-equal .col {
      width: calc((100% - 20px) / 2); } }

@media screen and (min-width: 768px) {
  .col-uneven .label-input:nth-of-type(odd) {
    width: 184px; }
  .col-uneven .label-input:nth-of-type(even) {
    -webkit-flex: 1;
            flex: 1;
    margin-left: 10px; } }

.label-input-pays,
.group-date {
  margin-bottom: 1rem; }
  .label-input-pays label,
  .group-date label {
    position: absolute;
    left: -9999px; }

.label-input-email .texte,
.label-input-email_confirm .texte {
  border-color: #004c5b; }

.civilite {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .civilite label {
    width: calc((100% - 10px) / 2); }
    @media screen and (max-width: 767px) {
      .civilite label {
        padding-left: 1rem;
        padding-right: 0.1rem; } }
    .civilite label input {
      margin-right: 26%; }
      .civilite label input include respondTo('small up') {
        margin-right: 21%;
        margin-left: 16%; }
  .civilite.erreur {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .civilite .texte-erreur {
    -webkit-flex-basis: 100%;
            flex-basis: 100%; }

.civ_Mme,
.civ_M {
  position: relative; }
  .civ_Mme::before,
  .civ_M::before {
    position: absolute;
    left: 16%;
    top: 5px;
    font-size: 3.9rem; }
    .civ_Mme::before include respondTo('small up'),
    .civ_M::before include respondTo('small up') {
      left: 30%; }

.civ_Mme::before {
  content: ""; }

.civ_M::before {
  content: ""; }

.group-date {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px; }
  .group-date legend {
    float: left;
    margin-top: .7em; }
    @media screen and (max-width: 1024px) {
      .group-date legend {
        margin-bottom: .5em; } }
  @media screen and (max-width: 480px) {
    .group-date .fieldset-wrapper {
      clear: both; } }
  @media screen and (min-width: 481px) {
    .group-date .fieldset-wrapper {
      float: right;
      margin-top: 1px; } }
  .group-date .label-input {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .group-date .label-input {
        margin-left: 4px; } }
  .group-date select {
    min-width: 7.6rem;
    min-height: auto;
    padding: 0.6rem 3rem .8rem 0.5rem;
    background-color: #fff;
    border-radius: 4px; }
    @media screen and (min-width: 768px) {
      .group-date select {
        min-width: 10.2rem;
        padding: .8rem .8rem .8rem 1rem; } }

#recu-fiscal {
  margin-top: 0.5rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    #recu-fiscal {
      margin-top: 15px; } }

.recu-fiscal li {
  display: inline-block;
  margin-right: 3rem; }

@media screen and (max-width: 767px) {
  #subscribeNewsletter {
    margin-top: 15px; } }

.block-informations {
  margin: 3.5rem 0 0rem; }
  @media screen and (max-width: 767px) {
    .block-informations .content-collapse {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .block-informations .unfold .content-collapse {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .block-informations {
      margin: 5.5rem 0 3rem; } }
  @media screen and (min-width: 768px) {
    .block-informations .col {
      background: #edece9;
      width: calc((100% - 4px) / 2); } }
  .block-informations h2 {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .block-informations .collapse {
      display: none; } }
  .block-informations .info {
    padding-top: 1rem;
    font-style: italic; }

@media screen and (max-width: 767px) {
  .nojs .block-informations .content-collapse {
    max-height: 100%;
    opacity: 1; } }

.wrapper-inner {
  background: #edece9;
  padding: 20px 20px; }
  @media screen and (min-width: 1025px) {
    .wrapper-inner {
      padding: 30px 54px; } }

.wrapper-dons {
  color: #004c5b; }
  .wrapper-dons .h2 {
    line-height: 1.1; }
    .wrapper-dons .h2 span {
      display: block;
      margin-bottom: 5rem;
      font-size: 2rem;
      font-weight: 600; }
  .wrapper-dons ul {
    overflow: hidden;
    padding-left: 142px;
    margin-top: -1rem;
    min-height: 13.7rem;
    background: url(../img/col_droite/camembert.png) no-repeat left 0.8rem; }
    @media screen and (max-width: 1024px) {
      .wrapper-dons ul {
        background-size: 137px; } }
    @media screen and (min-width: 1025px) {
      .wrapper-dons ul {
        padding-left: 230px;
        min-height: 21.3rem; } }
  .wrapper-dons li {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (min-width: 1025px) {
      .wrapper-dons li {
        margin-bottom: 4rem;
        font-size: 1.4rem; } }
    .wrapper-dons li span {
      display: block;
      font-size: 1.6rem;
      line-height: 0.8; }
      @media screen and (min-width: 1025px) {
        .wrapper-dons li span {
          font-size: 2.6rem; } }

li.nb1 {
  min-height: 51px;
  margin-left: 2px;
  font-size: 1.3rem; }
  @media screen and (min-width: 1025px) {
    li.nb1 {
      font-size: 2rem; } }
  li.nb1 span {
    font-size: 2.6rem; }
    @media screen and (min-width: 1025px) {
      li.nb1 span {
        font-size: 3.6rem; } }

.nb2 {
  margin-left: 5px;
  color: #15788c; }

.nb3 {
  margin-left: -5px;
  color: #4192ab; }

.wrapper-infos .wrapper-inner:not(:last-of-type) {
  border-bottom: solid 1px #888887; }
  .wrapper-infos .wrapper-inner:not(:last-of-type) p {
    padding-left: 120px; }

.wrapper-infos .content-collapse {
  background: #edece9; }

#securisedSystem p {
  min-height: 67px;
  padding-top: 1rem;
  background: url(../img/col_droite/icon-ssl.png) no-repeat 26px center; }

#confidentialite p {
  min-height: 51px;
  padding-top: 6px;
  background: url(../img/col_droite/icon-attention.png) no-repeat 26px center; }

#transparence img,
#transparence p {
  display: inline-block;
  vertical-align: middle; }

#transparence p {
  margin-left: 14px;
  width: calc( 100% - 122px); }

@media screen and (max-width: 767px) {
  .know-more {
    margin-bottom: 3.5rem; } }

.know-more .bt-collapse {
  margin: 0;
  padding-right: 5.4rem; }
  @media screen and (max-width: 767px) {
    .know-more .bt-collapse {
      width: 100%;
      padding-right: 3.4rem; } }

.know-more .content-collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.know-more .unfold .content-collapse {
  padding: 0; }

.nojs .know-more .content-collapse {
  max-height: 100%;
  opacity: 1; }

/*.bottom-wordline {
  padding: 10px 0px;
  border-top: 1px solid $c-border-A;

  @include respondTo('small up') {
    padding: 8px 30px 6px;
  }

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

  img {
    @include respondTo('small') {
      margin:0 0 1rem;
    }

    @include respondTo('small up') {
      width: percentage(156 / $w-content-b);
    }
  }

  p {
    font-size: 1.5rem;
    font-weight: 600;

    @include respondTo('small up') {
      margin-left: percentage(40 / $w-content-b);
      max-width: 80%;
      font-size: 2rem;
    }
  }
}
*/
.bottom-seo {
  padding: 10px 0;
  margin-bottom: 2rem;
  border: solid #d3d3d3;
  border-width: 1px 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .bottom-seo {
      font-size: 1.3rem; } }
  @media screen and (min-width: 768px) {
    .bottom-seo {
      padding-left: 23px; } }
  .bottom-seo .block-title {
    display: inline-block;
    vertical-align: bottom; }
  .bottom-seo ul {
    display: inline-block; }
  .bottom-seo li {
    display: inline-block;
    padding: 0px 5px;
    border-left: 1px solid #d3d3d3; }
    @media screen and (max-width: 767px) {
      .bottom-seo li {
        margin-bottom: 5px;
        font-size: 1.2rem; } }
    .bottom-seo li:first-child {
      border-left: 0px; }

.bottom-seo2 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 3rem;
  font-size: 1.4rem; }
  @media screen and (min-width: 1025px) {
    .bottom-seo2 > div {
      width: 48%; } }
  .bottom-seo2 > h2 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%; }
  .bottom-seo2 h2, .bottom-seo2 h3 {
    text-transform: none;
    font-weight: 600; }
  .bottom-seo2 h2 {
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 1024px) {
    .bottom-seo2 h3 {
      margin-top: 1.5rem; } }
  .bottom-seo2 table {
    margin-top: 1.5rem;
    border: solid #d3d3d3;
    border-width: 1px 1px 1px 0; }
  .bottom-seo2 th, .bottom-seo2 td {
    padding: 13px 13px 10px;
    border-left: solid 1px #d3d3d3;
    text-align: center; }
  .bottom-seo2 th {
    font-weight: bold;
    background: #edece9;
    border-bottom: solid 1px #d3d3d3; }
  .bottom-seo2 tr:nth-of-type(even) td {
    background: #f8f8f8; }
  .bottom-seo2 a {
    text-decoration: underline; }
    .bottom-seo2 a:focus, .bottom-seo2 a:hover, .bottom-seo2 a:active {
      text-decoration: none; }

.social-network-share {
  background: #fdc613; }
  .social-network-share .content-width {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 1025px) {
      .social-network-share .content-width {
        padding: 6rem; } }
  .social-network-share h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #323232;
    text-align: center; }
    .social-network-share h2 span {
      font-size: 2rem;
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .social-network-share h2 {
        font-size: 4.2rem; }
        .social-network-share h2 span {
          font-size: 4.8rem; } }
  @media screen and (min-width: 768px) {
    .social-network-share .row {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }

.block-rs {
  padding: 1.4rem;
  margin-bottom: 1.5rem;
  background: #ffd047;
  border-radius: 3px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-rs {
      max-width: calc((100% - 25px) / 3);
      padding: 1rem; } }
  @media screen and (min-width: 1025px) {
    .block-rs {
      max-width: calc((100% - 40px) / 3); } }
  .block-rs h3 {
    min-height: 2.3rem;
    padding-left: 3rem;
    margin-bottom: 0.6em;
    text-transform: none;
    font-weight: 600;
    font-size: 1.7rem;
    color: #323232; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .block-rs h3 {
        padding-top: 3px;
        font-size: 1.4rem; } }
    .block-rs h3 span {
      font-weight: bold; }
  .block-rs .button {
    display: block;
    margin: auto;
    text-align: center;
    min-height: 1.2rem; }

.rs-content {
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  font-size: 1.2rem; }
  @media screen and (min-width: 1025px) {
    .rs-content {
      padding: 0.8rem; } }
  .rs-content a, .rs-content a.blue-txt {
    color: #3b5997; }
    .rs-content a:link, .rs-content a:visited, .rs-content a.blue-txt:link, .rs-content a.blue-txt:visited {
      color: #3b5997; }
    .rs-content a:focus, .rs-content a:hover, .rs-content a:active, .rs-content a.blue-txt:focus, .rs-content a.blue-txt:hover, .rs-content a.blue-txt:active {
      color: #3b5997; }
  .rs-content .heading {
    overflow: hidden;
    padding-bottom: 6px;
    color: #888887; }
    @media screen and (min-width: 768px) {
      .rs-content .heading {
        min-height: 6.1rem; } }
    .rs-content .heading p {
      margin: 5px 0; }
    .rs-content .heading img {
      float: left;
      max-width: 4.2rem;
      height: auto;
      margin-right: 1rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .rs-content .heading img {
          margin-right: 0.6rem; } }
  .rs-content .small-txt {
    padding-top: 3px;
    font-size: 1.1rem; }
  .rs-content .txt {
    margin: 0.8em 0 1.4em;
    font-family: verdana, arial, sans-serif;
    color: #323232; }
  .rs-content .image {
    border: solid 1px #d3d3d3; }
  .rs-content .mail {
    display: block; }

.blue-txt {
  color: #3b5997; }

.block-twitter h3 {
  background: url(../img/partage/picto-twitter.png) no-repeat left center; }

.block-twitter a,
.block-twitter .blue-txt {
  color: #0084b4; }

.block-twitter .name {
  display: inline-block;
  padding-right: 19px;
  background: url(../img/partage/twitter-deco-v.png) no-repeat right center;
  background-size: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #323232; }

.block-facebook h3 {
  background: url(../img/partage/picto-fb.png) no-repeat left center; }

.block-facebook .duration {
  display: inline-block;
  padding-top: 3px;
  padding-right: 14px;
  font-size: 1.1rem;
  background: url(../img/partage/fb-picto-pers.gif) no-repeat right 6px; }

.block-facebook .submit {
  padding: 4px 4px 4px 24px;
  background: url(../img/partage/bt-partage.gif) no-repeat 8px 5px #f1f2f7;
  border: solid 1px #d3d3d3;
  border-radius: 2px;
  color: #6072b4;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }

.block-instagram h3 {
  background: url(../img/partage/picto-instagram.png) no-repeat left center; }

.block-instagram .button a {
  display: inline-block;
  padding: 3px 8px 4px 6px;
  background: #3897f0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  color: #fff; }
  .block-instagram .button a:link, .block-instagram .button a:visited {
    color: #fff; }
  .block-instagram .button a:focus, .block-instagram .button a:hover, .block-instagram .button a:active {
    color: #fff; }
  .block-instagram .button a::before {
    display: inline-block;
    content: "";
    font-size: 1em;
    padding-right: .5em;
    vertical-align: -1px; }

.collection {
  max-width: 100%;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .collection {
      padding: 3rem;
      margin-top: 0.5rem; } }
  .collection h3 {
    background: url(../img/partage/picto-temoignage.png) no-repeat left center; }
    @media screen and (min-width: 768px) {
      .collection h3 {
        margin-bottom: 3rem; } }
  .collection .row {
    -webkit-align-items: center;
            align-items: center; }
  .collection .col-l {
    text-align: right; }
    @media screen and (min-width: 768px) {
      .collection .col-l {
        -webkit-flex-basis: 410px;
                flex-basis: 410px; } }
  @media screen and (min-width: 768px) {
    .collection img {
      max-width: 316px; } }
  .collection .col-r {
    text-align: center;
    color: #004c5b;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .collection .col-r {
        width: 62.72727%;
        padding-left: 6%;
        padding-right: 6%; } }
  @media screen and (max-width: 767px) {
    .collection .txt {
      margin-top: 0.8em; } }
  .collection .actions {
    margin-top: 0.8em; }
  .collection .btn {
    padding: 6px 8px;
    margin-bottom: 3px;
    font-size: 1.4rem;
    background: #004c5b;
    color: #fff; }
    .collection .btn:link, .collection .btn:visited {
      color: #fff; }
    .collection .btn:hover, .collection .btn:focus {
      /*background: $bgHover;
    color: $colorHover;*/
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .collection .btn {
        font-size: 1.6rem; } }

.cookiebanner span {
  float: left;
  margin: 0.5em 5px 0.5em 0;
  max-width: 60%;
  font-weight: bold;
  color: #fff;
  text-align: left; }

.cookiebanner a {
  font-weight: bold; }

.contact {
  padding: 20px 20px 28px;
  background: #edece9;
  color: #004c5b;
  font-weight: bold;
  font-size: 1.8rem; }
  .contact h2 {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .contact h2 {
        font-size: 3rem; } }
  .contact p {
    margin-bottom: 1rem; }
  .contact span {
    display: block; }

.block-inner {
  max-width: 650px;
  margin: auto;
  background: url(../img/charte/icon-contact.png) no-repeat center 20px; }
  @media screen and (max-width: 480px) {
    .block-inner {
      padding-top: 120px; } }
  @media screen and (min-width: 481px) {
    .block-inner {
      padding-left: 114px;
      background-position: left center; } }

.tel {
  margin: 1.8rem 0 0.3rem;
  font-size: 4.1rem; }

.tarifs {
  font-weight: normal; }

@media screen and (min-width: 768px) {
  .aide {
    margin-top: -20px; } }

.aide .block-inner {
  max-width: 506px; }

.recapitulatif {
  padding: 6rem 20px 0;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .recapitulatif {
      padding: 6rem 0 3rem; } }
  .recapitulatif h2 {
    font-size: 2.4rem; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .recapitulatif h2 {
        padding-left: 30px; } }
    @media screen and (min-width: 1025px) {
      .recapitulatif h2 {
        padding-left: 60px; } }
  .recapitulatif h3 {
    font-size: 2.2rem;
    text-transform: none; }
  @media screen and (max-width: 767px) {
    .recapitulatif .two-col > div {
      margin-bottom: 4.5rem; } }
  @media screen and (min-width: 768px) {
    .recapitulatif .two-col > div {
      width: calc(100% / 3);
      padding: 0 60px; }
      .recapitulatif .two-col > div:not(:last-of-type) {
        border-right: solid 2px #edece9; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .recapitulatif .two-col > div {
      padding: 0 30px; } }

.apres-formulaire {
  padding: 6rem 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .apres-formulaire {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .apres-formulaire .h2 {
    font-weight: normal;
    margin-bottom: 4rem; }
  .apres-formulaire .cancel button {
    background: none;
    font-weight: normal;
    font-size: 1.5rem;
    color: #323232;
    text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .apres-formulaire .cancel button {
        font-size: 2rem; } }
    .apres-formulaire .cancel button:focus, .apres-formulaire .cancel button:hover, .apres-formulaire .cancel button:active {
      text-decoration: none; }
  .apres-formulaire .erf {
    margin-top: 3rem;
    font-size: 1.3rem;
    font-style: italic;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .apres-formulaire .erf {
        font-size: inherit; } }

.fdd-entreprise .nb,
.fdd-entreprise .nb1,
.fdd-entreprise .bottom-seo2 h2,
.fdd-entreprise .contact,
.fdd-entreprise .contact h2,
.fdd-entreprise .recapitulatif h2 {
  color: #a31257; }

.fdd-entreprise .deduction .nb {
  color: #fff; }

.aster {
  color: #689093; }
.fdd-entreprise .aster {
  color: #a31257; }
.fdd-entreprise a {
  color: #a31257; }
  .fdd-entreprise a:link, .fdd-entreprise a:visited {
    color: #a31257; }
  .fdd-entreprise a:focus, .fdd-entreprise a:hover, .fdd-entreprise a:active {
    color: #565656; }

.fdd-entreprise .footer-top a:focus, .fdd-entreprise .footer-top a:hover, .fdd-entreprise .footer-top a:active {
  color: #a31257; }

.fdd-entreprise #compteur,
.fdd-entreprise .bloc-calculatrice,
.fdd-entreprise .bt-collapse,
.fdd-entreprise .catch-phrase.not-front {
  background-color: #a31257; }

.fdd-entreprise .label-input-email .texte,
.fdd-entreprise .label-input-email_confirm .texte {
  border-color: #a31257; }

.fdd-entreprise .fdd-pa-link a,
.fdd-entreprise .tab-particulier a,
.fdd-entreprise .footer-top a {
  color: #565656; }

.fdd-entreprise h2,
.fdd-entreprise .h2,
.fdd-entreprise .wrapper-dons {
  color: #565656; }

.fdd-entreprise .bloc-calculatrice h2 {
  color: #fff; }

.fdd-entreprise #securisedSystem p {
  background-image: url(../img/col_droite/icon-ssl-entreprise.png); }

.fdd-entreprise #confidentialite p {
  background-image: url(../img/col_droite/icon-attention-entreprise.png); }

.fdd-entreprise .wrapper-dons ul {
  background-image: url(../img/col_droite/camembert-entreprise.png); }

.fdd-entreprise .contact .block-inner {
  background-image: url(../img/col_droite/icon-contact-entreprise.png); }

.fdd-entreprise .tabs .tab-entreprise a {
  background: #b72269;
  color: #fff; }

.fdd-entreprise .nb2 {
  color: #b9246b; }

.fdd-entreprise .nb3 {
  color: #ca387e; }

