@charset "UTF-8";
/*********************************/
/******     À APPRENDRE      *****/
/*********************************/
/*********************************/
/******  FIN : À APPRENDRE   *****/
/*********************************/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*********************************/
/******     À APPRENDRE      *****/
/*********************************/
/*********************************/
/******  FIN : À APPRENDRE   *****/
/*********************************/
#wrapper-page-carte-cadeau #offrir-une-carte ul li h3:after, #wrapper-page-carte-cadeau .custom-links:before {
  position: relative;
  display: inline-block;
  margin-right: 0;
  font-family: "ElegantIcons";
  left: -.1rem; }

#wrapper-page-carte-cadeau .border-bot {
  position: relative; }
  #wrapper-page-carte-cadeau .border-bot:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    display: inline-block;
    content: "";
    right: 2rem;
    left: 2rem;
    background: #f2f2f2; }

main#main-content {
  background: white;
  padding-bottom: 0; }
  main#main-content > .row {
    max-width: 1200px; }
  main#main-content .row.vam {
    font-size: 0; }
    main#main-content .row.vam > .columns {
      display: inline-block;
      float: none;
      vertical-align: middle; }

@-webkit-keyframes popin {
  0% {
    width: 300px; }
  100% {
    width: 500px; } }

@-moz-keyframes popin {
  0% {
    width: 300px; }
  100% {
    width: 500px; } }

@-ms-keyframes popin {
  0% {
    width: 300px; }
  100% {
    width: 500px; } }

@-o-keyframes popin {
  0% {
    width: 300px; }
  100% {
    width: 500px; } }

@keyframes popin {
  0% {
    width: 300px; }
  100% {
    width: 500px; } }

.custom-button-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 0.5rem;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 1.5rem;
  border: 1px solid #333333;
  color: #333333; }
  .custom-button-arrow:before {
    content: "\00035";
    font-family: "ElegantIcons";
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-top: -13px;
    left: 50%;
    margin-left: -12px; }
  .custom-button-arrow:hover {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #ffffff;
    background: #333333; }

#wrapper-page-carte-cadeau {
  /* Keyframes */
  /*empty*/
  /* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
  /* clearfix */
  /* display none until init */
  /* mouse grab icon */
  /* fix */
  /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
  /* Styling Next and Prev buttons */
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* Styling Pagination*/
  /* If PaginationNumbers is true */
  /* preloading images */
  /* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
  /* fade */
  /* backSlide */
  /* goDown */
  /* scaleUp */
  text-align: center; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
  #wrapper-page-carte-cadeau .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #wrapper-page-carte-cadeau .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
  #wrapper-page-carte-cadeau .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  #wrapper-page-carte-cadeau .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  #wrapper-page-carte-cadeau .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  #wrapper-page-carte-cadeau .owl-carousel .owl-item {
    float: left; }
  #wrapper-page-carte-cadeau .owl-controls .owl-page,
  #wrapper-page-carte-cadeau .owl-controls .owl-buttons div {
    cursor: pointer; }
  #wrapper-page-carte-cadeau .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #wrapper-page-carte-cadeau .grabbing {
    cursor: url(grabbing.png) 8 8, move; }
  #wrapper-page-carte-cadeau .owl-carousel .owl-wrapper,
  #wrapper-page-carte-cadeau .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  #wrapper-page-carte-cadeau .owl-theme {
    position: relative; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    padding-right: 5px;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #666; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls .owl-page.active span,
  #wrapper-page-carte-cadeau .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
  #wrapper-page-carte-cadeau .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  #wrapper-page-carte-cadeau .owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center; }
  #wrapper-page-carte-cadeau .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px; }
  #wrapper-page-carte-cadeau .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease; }
  #wrapper-page-carte-cadeau .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease; }
  #wrapper-page-carte-cadeau .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease; }
  #wrapper-page-carte-cadeau .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease; }
  #wrapper-page-carte-cadeau .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both; }
  #wrapper-page-carte-cadeau .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both; }
  #wrapper-page-carte-cadeau .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .8s ease both;
    -moz-animation: scaleUpFrom .8s ease both;
    animation: scaleUpFrom .8s ease both; }
  #wrapper-page-carte-cadeau .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .8s ease both;
    -moz-animation: scaleUpTo .8s ease both;
    animation: scaleUpTo .8s ease both; }
  #wrapper-page-carte-cadeau ul,
  #wrapper-page-carte-cadeau ol {
    margin: 0;
    list-style: none; }
    #wrapper-page-carte-cadeau ul li,
    #wrapper-page-carte-cadeau ol li {
      font-family: "Roboto", Arial, sans-serif; }
  #wrapper-page-carte-cadeau nav li {
    padding: 1rem; }
    #wrapper-page-carte-cadeau nav li h3 {
      font-weight: bold;
      margin: 0; }
  #wrapper-page-carte-cadeau > article {
    padding: 0 1rem 1rem; }
  #wrapper-page-carte-cadeau #utiliser-une-carte ol {
    counter-reset: etapes; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li:not(:last-child) {
      padding-bottom: 2rem; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li p {
      margin: 0; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li .picto {
      display: block;
      margin: 0 auto; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li#securiser .picto {
      background: url(../images/picto-securiser.png) center center no-repeat;
      width: 90px;
      height: 100px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li#solde-carte .picto {
      background: url(../images/picto-solde-carte.png) center center no-repeat;
      width: 133px;
      height: 109px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li#bijouterie .picto {
      background: url(../images/picto-bijouterie.png) center center no-repeat;
      width: 90px;
      height: 100px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li#maty .picto {
      background: url(../images/picto-maty.png) center center no-repeat;
      width: 215px;
      height: 124px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol li#contact .picto {
      background: url(../images/picto-contact.png) center center no-repeat;
      width: 123px;
      height: 124px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol > li .content {
      max-width: 380px;
      margin: 0 auto; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol > li h3 {
      font-size: 1.75rem;
      line-height: 1.875rem; }
      #wrapper-page-carte-cadeau #utiliser-une-carte ol > li h3:before {
        counter-increment: etapes;
        content: counter(etapes) ".";
        font-size: 3rem;
        line-height: 3.5rem;
        color: #ef88b1;
        background: #f3f3f3;
        display: block;
        height: 4.5rem;
        width: 4.5rem;
        margin: 0 auto 1rem;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
  #wrapper-page-carte-cadeau #offrir-une-carte ul {
    text-align: left; }
    #wrapper-page-carte-cadeau #offrir-une-carte ul li {
      padding-top: 1rem; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li:not(:last-of-type) {
        padding-bottom: 1rem; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li#carte-classique a:before {
        background-image: url(../images/picto-carte-classique.png); }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li#carte-personnalisee a:before {
        background-image: url(../images/picto-carte-personnalisee.png); }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li#e-carte a:before {
        background-image: url(../images/picto-e-carte.png); }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li#carte-cagnotte a:before {
        background-image: url(../images/picto-carte-cagnotte.png); }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li a {
        display: inline-block;
        width: 100%; }
        #wrapper-page-carte-cadeau #offrir-une-carte ul li a:hover h3:after {
          content: "";
          color: #e43689;
          -ms-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          -webkit-transition: 0.2s all ease-in-out;
          -moz-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li p.subtitle {
        font-weight: 500; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li a:before {
        content: "";
        width: 126px;
        height: 126px;
        display: block;
        margin: 0 auto 0.5rem;
        background-size: contain;
        background-repeat: no-repeat; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li h3 {
        font-size: 1.75rem;
        line-height: 1.875rem;
        position: relative;
        padding-right: 2rem;
        color: #333;
        margin-bottom: 0.75rem; }
        #wrapper-page-carte-cadeau #offrir-une-carte ul li h3:after {
          content: "=";
          left: auto;
          right: 0;
          position: absolute;
          top: 50%;
          line-height: 1;
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          -ms-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          -webkit-transition: 0.2s all ease-in-out;
          -moz-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
  #wrapper-page-carte-cadeau header ul {
    padding: 0 1rem;
    text-align: left;
    display: inline-block; }
    #wrapper-page-carte-cadeau header ul li {
      padding: 0.5rem;
      color: #e43689;
      position: relative;
      font-size: 0.9375rem;
      line-height: 1.0625rem;
      padding-left: 1.25rem; }
      #wrapper-page-carte-cadeau header ul li span {
        color: #666666;
        font-style: italic; }
      #wrapper-page-carte-cadeau header ul li:before {
        content: "";
        background-color: #666666;
        color: #666666;
        position: absolute;
        top: 0.8rem;
        left: 0;
        width: 0.5rem;
        display: inline-block;
        height: 0.5rem;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 0.5rem; }
  #wrapper-page-carte-cadeau header .hgroup {
    padding: 1rem; }
  #wrapper-page-carte-cadeau .custom-links {
    padding-top: 0.5rem;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Playfair Display", serif;
    color: #333333;
    font-weight: bold; }
    #wrapper-page-carte-cadeau .custom-links:before {
      content: "5";
      left: -0.2rem;
      top: 0.1rem; }
    #wrapper-page-carte-cadeau .custom-links:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: gray;
      bottom: -0.1rem;
      left: 0;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  #wrapper-page-carte-cadeau .row {
    font-size: 0; }
  #wrapper-page-carte-cadeau .custom-button {
    padding: 0.3rem 1.2rem;
    display: inline-block;
    color: #ffffff;
    background: transparent;
    text-transform: inherit;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    background: #e43689;
    border: 1px solid #e43689;
    font-size: 0.9rem;
    position: relative; }
    #wrapper-page-carte-cadeau .custom-button span {
      position: relative;
      z-index: 2; }
    #wrapper-page-carte-cadeau .custom-button:hover {
      color: #e43689;
      background: transparent; }
    #wrapper-page-carte-cadeau .custom-button:before {
      left: -0.4rem;
      top: -0.05rem;
      position: relative;
      z-index: 2;
      margin-right: -0.2rem; }
    #wrapper-page-carte-cadeau .custom-button.v2 {
      padding: 0.8rem 1rem;
      background: transparent;
      border: 1px solid #ffffff;
      color: #ffffff;
      font-size: "Montserrat", Arial, Helvetica, sans-serif; }
      #wrapper-page-carte-cadeau .custom-button.v2:hover {
        background: #ffffff;
        color: #021a2d; }
  #wrapper-page-carte-cadeau footer {
    background: url(../images/bg.jpg) right top no-repeat; }
    #wrapper-page-carte-cadeau footer #avantages {
      padding: 1rem; }
      #wrapper-page-carte-cadeau footer #avantages .content {
        border: 0.5rem solid #f3f3f3;
        padding: 1rem;
        background: white; }
      #wrapper-page-carte-cadeau footer #avantages h2 {
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin: 0 0 1rem;
        font-weight: bold; }
      #wrapper-page-carte-cadeau footer #avantages ul li {
        border-top: 1px solid #f3f3f3;
        padding: 0.75rem;
        font-size: 1rem;
        line-height: 1.125rem; }
    #wrapper-page-carte-cadeau footer #informations {
      padding: 0.5rem 1rem 2rem; }
      #wrapper-page-carte-cadeau footer #informations .content {
        background: #f3f3f3;
        padding: 1rem; }
      #wrapper-page-carte-cadeau footer #informations h2 {
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin: 0 0 1rem;
        color: #000000; }
      #wrapper-page-carte-cadeau footer #informations p {
        color: #000000; }
        #wrapper-page-carte-cadeau footer #informations p a {
          color: inherit;
          text-decoration: underline; }
  #wrapper-page-carte-cadeau h1 {
    background: url(../images/ma-carte-cadeau.png) center center no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    padding-top: 19.56522%;
    text-indent: -9999px;
    margin: 0 auto; }
  #wrapper-page-carte-cadeau h2 {
    font-size: 2.25rem;
    line-height: 2.375rem;
    padding: 0;
    margin: 1rem 0;
    font-family: "Playfair Display", serif;
    color: #e43689; }
  #wrapper-page-carte-cadeau h3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0;
    margin: 1rem 0;
    font-family: "Playfair Display", serif; }
  #wrapper-page-carte-cadeau h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0;
    margin: 0 0 0.75rem;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif; }
    #wrapper-page-carte-cadeau h4 strong {
      font-weight: normal;
      color: #e43689;
      font-family: "Playfair Display", serif;
      font-size: 1.5em;
      line-height: 1em; }
  #wrapper-page-carte-cadeau p {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "Roboto", Arial, sans-serif;
    color: #666666; }
    #wrapper-page-carte-cadeau p.subtitle {
      font-size: 1.125rem;
      line-height: 1.25rem;
      color: #000000; }
    #wrapper-page-carte-cadeau p.prix {
      color: #e43689; }
    #wrapper-page-carte-cadeau p.desc {
      font-style: italic; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #wrapper-page-carte-cadeau h4 strong {
    font-size: 1.1em; }
  #wrapper-page-carte-cadeau #utiliser-une-carte #etapes-utilisation > li h3 {
    font-size: 1.625rem;
    line-height: 1.75rem; } }

@media only screen and (min-width: 40.063em) {
  #wrapper-page-carte-cadeau #offrir-une-carte > .subtitle {
    margin-bottom: 2rem; }
  #wrapper-page-carte-cadeau #offrir-une-carte ul li {
    padding: 0 1.5rem; }
    #wrapper-page-carte-cadeau #offrir-une-carte ul li .custom-links {
      display: none; }
  #wrapper-page-carte-cadeau #utiliser-une-carte .subtitle {
    margin-bottom: 2rem; }
  #wrapper-page-carte-cadeau #utiliser-une-carte ul {
    padding-top: 1rem; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ul li {
      padding: 1rem 1rem 0; }
      #wrapper-page-carte-cadeau #utiliser-une-carte ul li p:not(.tel) {
        min-height: 80px; }
      #wrapper-page-carte-cadeau #utiliser-une-carte ul li p.tel {
        padding-top: 0.75rem; }
      #wrapper-page-carte-cadeau #utiliser-une-carte ul li .picto {
        height: 124px !important; }
  #wrapper-page-carte-cadeau #utiliser-une-carte #etapes-utilisation > li:not(.medium-24) {
    padding: 0 1.5rem; }
    #wrapper-page-carte-cadeau #utiliser-une-carte #etapes-utilisation > li:not(.medium-24) p {
      min-height: 64px; }
    #wrapper-page-carte-cadeau #utiliser-une-carte #etapes-utilisation > li:not(.medium-24) .picto {
      height: 109px; } }

@media only screen and (min-width: 64.0625em) {
  #wrapper-page-carte-cadeau h4 strong {
    font-size: 2.2em; }
  #wrapper-page-carte-cadeau h2 {
    font-size: 3rem;
    line-height: 3.125rem; }
  #wrapper-page-carte-cadeau header nav {
    padding: 2rem 0; }
  #wrapper-page-carte-cadeau footer #avantages {
    padding: 2rem; }
  #wrapper-page-carte-cadeau footer #informations {
    padding: 2rem 4rem; }
  #wrapper-page-carte-cadeau #utiliser-une-carte {
    padding: 2rem 0; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ul li p:not(.tel) {
      max-width: 260px;
      display: inline-block; }
    #wrapper-page-carte-cadeau #utiliser-une-carte ol > li {
      padding: 1.5rem; }
      #wrapper-page-carte-cadeau #utiliser-une-carte ol > li h3 {
        font-size: 2.25rem;
        line-height: 2.375rem; }
  #wrapper-page-carte-cadeau #offrir-une-carte {
    padding: 2rem 0; }
    #wrapper-page-carte-cadeau #offrir-une-carte ul li {
      padding: 0.5rem 2.25rem; }
      #wrapper-page-carte-cadeau #offrir-une-carte ul li a {
        padding-left: 137px;
        position: relative; }
        #wrapper-page-carte-cadeau #offrir-une-carte ul li a:before {
          position: absolute;
          top: 0;
          left: 0; } }
