﻿@charset "utf-8";
/* CSS Document */
.fil-ariane.col-lg-8.offset-lg-1 {
    margin-left:0 !important;
    max-width: 100% !important;
}
.liens-sequentiels {
    margin: 2rem 0 3rem;
}
.liens-sequentiels ul {
    border-top: 1px solid #c5cad2;
    border-bottom: 1px solid #c5cad2;
    margin: 0;
    padding: 0;
    list-style-type: none!important;
    display: flex;
    justify-content: space-between;
}
.liens-sequentiels li {
    margin: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    background: none !important;
}
.liens-sequentiels a:hover {
    background-color: #f1f1f2;
}
.liens-sequentiels a {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    padding: 16px 8px 15px 8px;
    text-decoration: none;
    color: #095797;
    justify-content: space-between;
    align-items: center;
}
.liens-sequentiels .precedent p {
    background-position: left center;
}
.liens-sequentiels a p {
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
    line-height: 24px;
    color: #223654;
    background-repeat: no-repeat;
}
.liens-sequentiels a .lien {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    display: block;
    width: 100%;
}
.liens-sequentiels ul > li:first-child {
    margin-top: 0;
}
.liens-sequentiels a span.lien.suivant{
	padding-left: 0!important;
	padding-right: 0!important;
}

.conteneur-lien.precedent {
  text-align: left;
  margin-left:10px;!important;
}

.conteneur-lien.suivant {
  text-align: right;
  margin-right:10px;!important;
  
}

@media (min-width: 576px) {
	.conteneur-lien.precedent, .conteneur-lien.suivant{
		margin-right:24px;!important;
		margin-left:24px; !important;
	}	
}

