/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
footer {
  font-family: 'Roboto', sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

footer ul,
footer p,
footer h3 {
  margin: 0;
  padding: 0;
  cursor: default;
  border: 0 none;
}

footer ul {
  list-style: none;
}

/**
 * Add the correct display in IE 9-.
 */
footer {
  display: block;
}

footer a {
  text-decoration: none;
}
footer a:active,
footer a:hover {
  outline-width: 0;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
footer b,
footer strong {
  font-weight: bolder;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
footer img {
  border-style: none;
}


/***********
  ITA-AITES 
 ***********/

/* Layout */
footer {
  display: block;
  clear: left;
}

/* Classes utiles */
footer .clear   {clear: left}
footer .last    {margin: 0 !important}
footer .mb-0    {margin-bottom: 0 !important}
footer .pt-1    {padding-top: 1rem; !important}
footer .bdTop  {border-top: 1px solid #ccc}

/* Footer */
footer {
  background: #6a6f72;
  font-size: 18px;
}
footer .col {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 30px 15px;
  text-align: left;
}
footer .col h3,
footer .col p,
footer .col a {
  color: #fff;
  letter-spacing: 0.05em;
}
footer .col p,
footer .col li {
  font-weight: 300;
}
footer .col a:visited {
  color: #fff;
}
footer .col a:hover {
  text-decoration: underline;
}

  /* Col 1: contact */
footer .col.one,
footer .col.three {
  padding-left: 40px;
}

footer .col.one h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
}
footer .col.one p {
  font-size: 15px;
  margin-bottom: 21px;
  line-height: 21px;
}
footer .col.one p.last a {
  display: inline-block;
  margin: 0 0 4px 3px;
}

  /* Col 2: links */
footer .col.two {
  padding-left: 50px;
}
footer .col.two li {
  line-height: 35px;
  margin-bottom: 10px;
}
footer .col.two li a img {
  vertical-align: text-top;
}
footer .col.two li a span {
  padding-left: 8px;
}

  /* Col 3: social */
footer .col.three div {
  float: left;
  margin: 14px;
}
footer .col.three p {
  padding-left: 16px;
  line-height: 34px;
  text-transform: uppercase;
}

footer .col.three a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
footer .col.three a:hover {
  opacity: 0.8;
}
footer .col.three a img {
  vertical-align: middle;
}

/* MOBILE */
@media screen and (max-width: 637px) {
  footer .container {
    width: 100%;
    font-size: 16px;
    line-height: 2rem;
  }
  footer .container .col {
    width: 100%;
    padding-left: 15px;
    text-align: center;
  }
  /* column 3 */
  footer .col.three div {
    float: none;
    display: inline-block;
  }
  footer .col.three p {
    padding-left: 0;
  }
  footer .col.three a img {
    vertical-align: top;
  }
}
