.img-banner-interne {
    background: #000;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-banner-interne img {
    opacity: 0.5;
}
.header-interne .box-soc-links-header-accueil {
    display: none;
}
.banner-interne {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.slogan-banner {
    position: absolute;
    padding: 0 15px;
    max-width: 640px;
}
.nom-page {
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 3vw;
    line-height: initial;
    transition: all .3s;
    color: #fff;
    text-align: center;
}
.path-page {
    text-align: center;
    color: #fff;
    top: 60px;
}
.path-page a {
    color: #f1a3a1 !important;
    display: inline-block;
}
.separateur-path {
    color: #f1a3a1;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    width: 11px;
}
.content-interne {
    padding: 50px 0;
    padding-bottom: 80px;
}
.box-titre-page h1 {
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 45px;
    line-height: initial;
    transition: all .3s;
    color: #104e9c;
    text-align: center;
}
.box-titre-page p {
    text-align: center;
    color: #9b9b9b;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0;
}
.box-titre-page {
    margin-bottom: 25px;
}
.line-about {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.line-about img{
    margin:0 auto;
    
}
.box-about-page h2 {
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #da2f29;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
}
.box-about-page p {
    color: #3d3d3d;
    text-align: justify;
    margin-bottom: 16px;
    line-height: 25px;
}
.box-about-page h3 {
    color: #104e9c;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
}
.partenaire-box {
    float: left;
    width: 20%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 35px;
    position:relative;
}
.partenaire-box:before {
    content:'';
    position:absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #ccc;
}
.devis-nompage {
    display: block;
    font-weight: 100;
    font-style: italic;
}
h1.titre-devis {
    font-weight: 100;
    color: #104e9c;
    font-size: 35px;
    text-align: center;
    font-style: italic;
    margin: 40px 0;
}
span.color-red {
    color: #da2f29;
}
.line-cords-contact {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.titre.cords {
    color: #104e9c;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.titre-adresse-contact {
    color: #da2f29;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}
.pad-top-40{
    padding-top:40px;
    border-bottom: 1px solid #ebebeb;
}
.line-cords-contact p {
    color: #9b9b9b;
    line-height: 30px;
    margin-bottom: 15px;
}
.mail-box-contact {
    color: #0f4d9a;
    margin-bottom: 15px;
    display: flex;
    font-weight: 600;
}
.mail-box-contact a{
    color: #0f4d9a !important;
}
.titre-soc-contact {
    color: #104e9c;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-right: 15px;
}
.soc-contact {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.link-soc-contact {
    font-size: 25px;
    color: #898989 !important;
    text-decoration: none !important;
    transition: all .3s;
    float: left;
    margin-right: 5px;
}
.link-soc-contact span{
    line-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-soc-contact:hover{
    transform: scale(0.9);
}
.paginateur-box {
    margin-top: 50px;
}
.box-pagination {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
}
.item-page {
    display: inline-flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    margin-right: 10px;
    border-radius: 50%;
    color: #cccccc !important;
    text-decoration: none !important;
    transition: all .3s;
}
.item-page:hover {
  color: #627690 !important;  
}
.item-page.item-page-active {
  color: #0d4285 !important;  
}
.suivant-page {
    display: inline-flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    color: #0d4285 !important;
    text-decoration: none !important;
    transition: all .3s;
}
.suivant-page:hover {
  color: #da2f29 !important;  
}
.precedent-page {
    display: inline-flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    color: #0d4285 !important;
    text-decoration: none !important;
    transition: all .3s;
}
.precedent-page:hover {
  color: #da2f29 !important;  
}
.filtre-big {
    background: #f4f4f4;
    height: 160px;
}

.filtre-right {
    position: absolute;
    right: 20px;
    top: 144px;
    transform: rotate(-90deg);
    font-size: 22px;
    color: #104e9c;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 16px;
    width: 0;
}


@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
.partenaire-box {
    height: 200px;
}
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
.titre.cords {
    font-size: 16px;
}
.mail-box-contact {
     font-size: 15px;
}
.titre-soc-contact {
    font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.box-titre-page h1 {
    font-size: 35px;
}
.nopad-mob{padding:0;}
.img-banner-interne {
    height: 350px;
}
.nom-page {
    font-size: 30px;
}
.path-page {
    top: 30px;
    font-size: 14px;
}
.partenaire-box {
    height: 230px;
    width:25%;
}
.line-cords-contact {
    text-align:center;
}
.line-cords-contact img {
    margin: 0 auto;
}
.mail-box-contact {
    justify-content:center;
    font-size: 14px;
}
.titre-adresse-contact {
    margin-top:30px;
}
.pad-top-40{
    padding-top:0px;
    border: 0;
}
.filtre-big {
    height: auto;
}
.titre-soc-contact {margin-right: 0;margin-top: 15px;width: 100%;}
.soc-contact {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box-about-page {
    padding: 0;
}
.box-soc-links-contact {
    margin-left: 5px;
}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {
.partenaire-box {
    height: 280px;
    width:50%;
}
}
@media screen and (max-width: 500px) {
.partenaire-box {
    height: 250px;
    width:100%;
}
}
