@charset "UTF-8";
/*--------------------------------------------------------------------------------------------*/
/* FOOTER - COMMON(MICROSITE)
copié de _footer.scss de microsite
/*--------------------------------------------------------------------------------------------*/
footer {
  float: none;
  padding: 3% 0;
  background: #333;
  font-family: RubrikLight, Arial, Helvetica,  sans-serif;
  -webkit-box-shadow: inset 0px 22px 20px -10px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0px 22px 20px -10px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0px 22px 20px -10px rgba(0, 0, 0, 0.65);
  clear: both; }
  footer * {
    box-sizing: border-box; }
  footer section {
    width: 94%;
    margin: 0 auto;
    padding-left: 3%;
    box-sizing: border-box;
    max-width: 1600px;
    display: flex;
    float: none; }
  footer .col {
    width: 31%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  footer p {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 10px;
    color: #7B7B7B; }
    footer p strong {
      color: #999999; }
  footer a {
    display: inline-block;
    width: auto; }
  footer .contact a {
    font-family: RubrikMedium, Arial, Helvetica, sans-serif;
    color: #DCDCDC;
    font-size: 20px;
    line-height: 2em;
    text-transform: uppercase;
    margin-left: 55px; }
    footer .contact a:hover {
      color: #FFFFFF; }
    footer .contact a:first-child {
      margin-bottom: 30px;
      margin-left: 0px; }
  footer .politiques a {
    font-size: 18px;
    color: #7B7B7B;
    line-height: 30px;
    margin-bottom: 10px;
    white-space: nowrap; }
    footer .politiques a:hover {
      color: #DCDCDC; }
  footer a.arrow:before, footer .politiques a:before {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #292929;
    text-align: center;
    font-size: 26px;
    color: #d1d1d1;
    margin-right: 15px;
    line-height: 30px;
    font-family: 'lp_web_icons', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  footer .contact a.arrow:before {
    background-color: #d1d1d1;
    color: #313131;
    width: 40px;
    line-height: 40px;
    height: 40px; }
  footer a.arrow:before {
    content: '>'; }
  footer a.targetB:before {
    content: '&'; }

/****************************/
/*--------------------------------------------------------------------------------------------*/
/* Redefinition pour le web et grandes tablettes - taille ecran 1024 +
/*--------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) and (min-width: 801px) {
  footer .col {
    width: 34%; }

  footer .col div {
    display: inline-block;
    width: 100%;
    padding: .5em 2% .5em 0; }

  footer .col .contact {
    padding-bottom: 0; }

  footer p {
    font-size: 14px;
    line-height: 1.25em; }

  footer .col a {
    font-size: 18px;
    line-height: 2em; }

  footer .col a {
    font-size: 16px; } }
@media only screen and (max-width: 1024px) and (min-width: 801px) {
  footer > section {
    width: 100%;
    margin: 0 auto; }

  footer .col a {
    font-size: 16px;
    line-height: 2em; }

  footer .col a {
    font-size: 14px; } }
/*--------------------------------------------------------------------------------------------*/
/* Redefinition selon les devices (PETITS DEVICES)
/*--------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .noDysplay {
    display: none; }

  footer section {
    width: 85%;
    flex-direction: column;
    padding-top: 20px; }
  footer .col {
    width: 97%; }
  footer .col > div {
    margin: 15px 0; }
  footer .col:last-child {
    flex-direction: column-reverse;
    margin-top: -23px; }
  footer p {
    max-width: 500px;
    margin: 10px 0; }
  footer .contact a {
    margin-left: 0; }
    footer .contact a:first-child {
      margin-bottom: 20px; } }
/*--------------------------------------------------------------------------------------------*/
/* Redefinition selon les devices (480- & NON RETINA)
/*--------------------------------------------------------------------------------------------*/
#catfish {
  display: none !important; }

/*# sourceMappingURL=footer.css.map */
