/*footer */
footer {
  background-color: #333;
}
footer .wrap {
  padding: 40px 0 20px 0;
  background: url("/fileadmin/FileadminVersionned/template/assets/header_blason.png") no-repeat 50% 45%;
  min-height: 180px;
}
footer .container {
  min-height: 180px;
}
footer .container a {
  color: #FFFFFF;
}
footer a.external-link {
  color: #FFFFFF !important;
}
.layout-portal footer {
  background-image: url("/fileadmin/FileadminVersionned/template/assets/accueil_footer-bg.gif");
}
footer .logo {
  max-width: 110px;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
footer .redzone {
  background: #6977a2;
  margin: 0px 10px 0;
  padding-top: 1rem;
  position: relative;
  font-family: 'Sansation-Regular', sans-serif;
  font-weight: 300;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer .grey-bk {
  background-color: #e6e6e6;
  padding-bottom: 4px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
footer hr {
  display: block;
  color: #FFFFFF;
  width: 98%;
  margin: 0 auto;
  position: relative;
  bottom: 11px;
}
footer .grey-bk img {
  margin-left: 10px;
}
footer h2 {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: 'Sansation-Bold', sans-serif;
}
footer ul {
  padding: 0;
}
/* liens footers*/
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer ul li a:hover, footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/*footer menu-links*/
footer .menu-links {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  margin-right: 10px;
  text-align: right;
}
footer .menu-links ul {
  display: flex;
  justify-content: right;
  padding-left: 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: right;
  text-transform: uppercase;
}
footer .menu-links ul li {
  padding-bottom: 5px;
  line-height: 17px;
}
footer .menu-links ul li a, footer .menu-links a.cookie-link {
  font-size: 0.95em;
  color: #697bb7;
}
.layout-portal footer .menu-links ul li a, footer .menu-links a.cookie-link {
  color: #FFFFFF;
}
footer .menu-links ul li a:hover, footer .menu-links a.cookie-link:hover {
  text-decoration: underline;
}
footer .menu-links a.cookie-link {
  display: block;
  position: relative;
  top: 0;
  right: 0;
}
/*footer socials*/
/*
footer .socials ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;

}

footer .socials ul li{
    padding-right: 0;
}

footer .socials ul li::last-child{
    padding-right: 0;
}

footer .socials ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #f39c12;
    border-radius: 3px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: $secondary;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

footer .socials ul li a:hover{
    background: $secondary;
    border: 1px solid $secondary;
    color: $white;
}
*/
/*footer address*/
footer .col_coordonnees {
  float: left;
  max-width: 50%;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
}
footer p {
  line-height: 15px;
  margin: 10px;
  color: #FFFFFF;
}
footer p a {
  font-size: 13px;
  color: #FFFFFF;
}
footer p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
/* footer navigation */
footer .footer-nav {
  list-style-type: none;
  padding-top: 10px;
}
footer .footer-nav li {
  font-size: 0.95em;
  line-height: 1.2em;
  list-style-type: none;
}
footer .footer-nav li::before {
  display: none;
}
footer .footer-nav .footer-submenu-col {
  margin: 0 15px;
}
footer .footer-nav .footer-submenu-col .submenu {
  text-transform: uppercase;
  border-top: 2px solid #666;
  padding-top: 8px;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 0.85em;
}
footer .footer-nav .footer-submenu-col .submenu li {
  line-height: 19px;
}
/* scroll to top */
.scroll-to-top {
  font-family: 'Sansation-Bold', sans-serif;
  text-align: right;
  margin: 0;
  padding: 30px 0 10px 0;
}
.scroll-to-top a {
  padding: 10px;
  background-color: #1a1a1a;
  color: #697bb7;
  text-decoration: none;
}
.scroll-to-top a:focus {
    outline: -webkit-focus-ring-color 1px auto !important;
    color: #ffffff;
}
.scroll-to-top .icon-bollo-arrow {
  border: solid #697bb7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.layout-portal .scroll-to-top a {
  color: #FFFFFF;
}
.layout-portal .scroll-to-top .icon-bollo-arrow {
  border-color: #FFFFFF;
}
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*breackpoint bootstrap sm */
/*breackpoint bootstrap md */
@media (min-width: 768px) {
  /*footer socials */
  /*footer address*/
  footer .socials ul {
    justify-content: center;
  }
  footer .socials ul li a {
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  footer .socials ul li {
    padding-right: 24px;
  }
  footer .col_coordonnees {
    text-align: right;
    float: none;
    max-width: 100%;
  }
  footer p {
    margin: 0;
  }
  footer .menu-links .frame-type-html {
    text-align: initial;
  }
  footer .menu-links a.cookie-link {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 13%;
  }
}
/*breackpoint bootstrap lg */
@media (min-width: 992px) {
  /*footer socials */
  footer .footer-nav {
    display: flex;
  }
  footer .socials ul {
    justify-content: flex-end;
  }
  footer .menu-links a.cookie-link {
    display: inline;
    position: absolute;
    top: 52px;
    right: 27rem;
  }
}
/*breackpoint bootstrap xl */
@media (min-width: 1200px) {
  footer .socials ul li a {
    font-size: 30px;
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}
/*breackpoint bootstrap xxl */
/*breackpoint bootstrap xxl */
