/**
 * Footer Stylesheet
 *
 */


/* Vous avez un projet */

.content-bottom {
  position: relative;
  margin-top: 6.875rem;
  margin-bottom: 1.063rem;
  clear: both;
}

.content-bottom .widget-area:nth-of-type(1) {
  padding: 3.250rem 0;
  background-color: #232f3b;
}

.content-bottom .widget-area:nth-of-type(2) {
  display: none;
}

.content-bottom .widget-area:nth-of-type(1) .widget {
  position: relative;
  max-width: 68.750rem;
  margin: 0 auto;
}

.content-bottom .widget-area:nth-of-type(1) .widget span.go-to-top {
  content: '';
  position: absolute;
  top: -5.875rem;
  right: 0;
  background-image: url('../img/sprite.png');
  background-position: 0px -988px;
  width: 84px;
  height: 84px;
  cursor: pointer;
}

.content-bottom .widget-area:nth-of-type(1) .textwidget {
  max-width: 56.813rem;
  margin: 0 auto;
}

.content-bottom .textwidget p,
.content-bottom .textwidget a {
  display: inline-block;
  vertical-align: bottom;
}

.content-bottom .textwidget p {
  margin-right: 8%;
  margin-bottom: 0;
  font-size: 2.125rem;
  color: #fff;
  text-transform: uppercase;
}

.content-bottom .textwidget p span {
  color: #62c1c6;
}

.content-bottom .textwidget a {
  width: 255px;
  height: 53px;
  padding-right: 0;
  font-size: 1.063rem;
  line-height: 53px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #62c1c6;
  transition: background-color 0.3s ease-in;
}

.content-bottom .textwidget a:hover {
  background-color: #62c1c6;
}


/* 3.9 - Footer */
footer.site-footer {
  margin-top: 3.125rem;
}
.row.row-footer {
  max-width: 71.250rem;
  padding: 0 20px;
}

.info-localisation .info {
  position: relative;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

.info-localisation .info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: url('../img/icons/dot-icon.png') center center no-repeat;
}

.info-localisation .info h4,
.info-localisation .info p {
  margin-bottom: 0;
}

.info-localisation .info p {
  font-size: 0.938rem;
  font-weight: normal;
  color: #232f3b;
}


/* info Contact  */

.info-contact {
  padding-top: 9%;
  text-align: right;
}

.info-contact p,
.info-contact a {
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.938rem;
  font-weight: normal;
  color: #232f3b;
}

.info-contact a {
  margin-bottom: 0;
  padding-right: 0;
  text-transform: lowercase;
}


/* Pages Mineurs */

.partners li,
.pages-mineurs li {
  display: inline-block;
}

.partners ul,
.pages-mineurs ul {
  margin-left: 0;
}

.pages-mineurs ul {
  margin-top: 0.250rem;
}

.pages-mineurs li a {
  position: relative;
  padding-right: 0.563rem;
}

.pages-mineurs li a:after {
  content: '-';
  position: absolute;
  right: 0;
  bottom: 0.625rem;
  width: 4px;
  height: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.938rem;
  font-weight: normal;
  color: #232f3b;
  line-height: 2px;
}

.pages-mineurs li:last-of-type a:after {
  content: none;
}

.pages-mineurs li a {
  display: block;
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.938rem;
  font-weight: normal;
  color: #232f3b;
  text-transform: none;
}

.info-contact a:hover,
.pages-mineurs li a:hover {
  color: #62c1c6;
}


/* Partners */

.partners {
  text-align: right;
}

.partners h4,
.partners ul {
  display: inline-block;
}

.partners h4 {
  margin-right: 1.250rem;
}

.partners ul li:nth-of-type(1) {
  margin-right: 1.563rem;
}


/* Credits */

.credits {
  padding: 0.938rem 0;
  background-color: #f5f5f5;
}

.credits .textwidget {
  font-family: 'Roboto', sans-serif;
  font-size: 0.792rem;
  font-weight: normal;
  color: #232f3b;
  text-align: right;
}

.credits .textwidget p {
  margin-bottom: 0;
}