/* GENERAL
---------------------------------------- */
::selection {
    color: #fff;
    background: #81979f;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* changer surlignage Mozilla Firefox */
::-moz-selection {
    color: #fff;
    background: #81979f;
}

body {
    font-family: 'Lato', sans-serif;
    color: #676767;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* background-color: #f8f9fa */
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 15px 0;
    color: #454545;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1;
    color: #353535;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
    font-weight: 300;
}

h1,
.h1 {
    font-size: 29px;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 300;
}

a {
    color: #81979f;
}

.navbar-me a {
    color: #777777;
}

a:hover {
    color: #8cabb6;
}

/* ==================
   ENTETE LOGO
===================== */
.wrap-logo {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:991px) {
    .wrap-logo {
        width: 60px;
        height: 60px;
        display: none;
    }
}

.entete {
    background-color: #ffffff;
}

@media (max-width:991px) {
    .entete {
        margin-top: 39px;
    }
}

/* ==========================
   TOP TELEPHONE / DEVIS
============================= */
.top-menu {
    padding: 20px;
    display: flex;
    position: fixed;
    right: 0;
    top: 175px;
    z-index: 999;
    background-color: #ffffff;
    margin-right: 68px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

@media (max-width:991px) {
    .top-menu {
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        margin-right: 0;
        box-shadow: none;
    }
}

.top-menu ul {
    display: flex;
    color: #5c9152;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    flex-direction: column;
}

@media (max-width:991px) {
    .top-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}

.top-menu ul li {
    padding: 10px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width:991px) {
    .top-menu ul li {
        text-align: center;
        margin: 0;
        border: none;
        padding: 12px;
    }
}

.top-menu a {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.19);
}

.color-tel {
    background-color: #81979f;
    color: #ffffff;
}

.color-devis {
    background-color: #f16100;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width:991px) {
    .top-menu a {
        margin-top: 0;
        box-shadow: none;
    }
}

.color-devis:hover {
    color: #ffffff;
    background-color: #ed7d31;
    text-decoration: none;
}

.color-tel:hover {
    color: #fff;
    background-color: #6b7a81;
    text-decoration: none;
}

.top-menu img {
    padding: 0px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:991px) {
    .top-menu img {
        display: none;
    }
}

.color-accueil {
    background-color: #4B6166;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
}

.color-accueil:hover {
    color: #ffffff;
    background-color: #5b747a;
    text-decoration: none;
}

/* =======================
   SLIDER
========================== */
.fond-slider {
    background-color: #f8f9fa;
    margin-top: 0;
    clip-path: ellipse(90% 90% at 50% 0%);
}

@media (max-width:991px) {
    .fond-slider {
        padding-left: 0;
        padding-right: 0;
        margin-top: 138px;
        background-color: #121313;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%);
    }
}

.slider {
    display: block;
    color: #ffffff;
    width: 100%;
    background-image: url('../images/Expertises-Malfa%C3%A7ons-Travaux-59-62.jpg');
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 56px;
}

@media (max-width:991px) {
    .slider {
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        height: 345px;
        border: none;
        margin-top: -15px;
    }
}

.slider h4 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 1px 0px 1px #000000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    margin-top: 30px;
}

@media (max-width:575px) {
    .slider h4 {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

.slider h4::before {
    height: 3px;
    background-color: #ed7d31 !important;
    content: "";
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.slider h4::after {
    height: 3px;
    background-color: #ed7d31 !important;
    content: "";
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.slider h2 {
    font-size: 30px;
    letter-spacing: 4px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 36px;
}

@media (max-width:1199px) {
    .slider h2 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 4px;
        text-shadow: 1px 0px 1px #000000;
        font-weight: 700;
    }
}

@media (max-width:991px) {
    .slider h2 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px;
        text-shadow: 1px 0px 1px #000000;
        font-weight: 700;
    }
}

.slider h1 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-shadow: 1px 0px 1px #000000;
}

@media (max-width:991px) {
    .slider h1 {
        font-size: 16px;
        letter-spacing: 0px;
    }
}

.cadre-slider {
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    padding-top: 200px;
    padding-bottom: 200px;
    justify-content: center;
    align-items: center;
}

@media (max-width:1199px) {
    .cadre-slider {
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0.55);
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    .cadre-slider {
        padding-bottom: 92px;
        padding-top: 92px;
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0.55);
        margin-bottom: 0;
    }
}

/* ==============================
3 VIGNETTES SOUS SLIDER
================================= */
.vignettes-content {
    width: 800px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 1px 2px 2px rgba(70, 70, 70, 0.43);
    margin-top: -70px;
}

@media (max-width:1199px) {
    .vignettes-content {
        padding-top: 0px;
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        padding-left: 60px;
        padding-right: 60px;
        transform: none;
        left: 0;
        right: 0;
        box-shadow: none;
        margin-top: -180px;
    }
}

@media (max-width:991px) {
    .vignettes-content {
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        box-shadow: none;
    }
}

.vignettes {
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    background-color: #ffffff;
}

.vignettes a {
    display: flex;
    text-decoration: none;
    background-color: #6b7a81;
    height: 130px;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    transition: all 0.8s;
}

@media (max-width:767px) {
    .vignettes a {
        flex-direction: row;
        align-items: center;
        height: 65px;
        padding-top: 0;
        justify-content: flex-start;
    }
}

.vignettes a:hover {
    background-color: #7f96a1;
}

@media (max-width:767px) {
    .vignettes {
        border-right: none;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.vignettes h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

@media (max-width:767px) {
    .vignettes h3 {
        margin-top: 0px;
        font-size: 18px;
        color: #ffffff;
    }
}

.vignettes .fas {
    color: #f8f9fa;
    font-size: 45px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s;
    padding-bottom: 10px;
}

.vignettes a:hover .fas {
    color: #ffffff;
    padding-bottom: 25px;
}

@media (max-width:767px) {
    .vignettes a:hover .fas {
        padding-bottom: 0px;
    }

    .vignettes .fas {
        font-size: 26px;
        margin-right: 12px;
        position: relative;
        left: 0;
        transform: none;
        margin-left: 20px;
        transition: none;
        padding-bottom: 0;
    }
}

/* ============================
   SECTION TITRE ACCUEIL
================================ */
.acrroche h6 {
    font-size: 29px;
    color: #81979f;
    font-weight: 300;
}

@media (max-width:575px) {
    .acrroche h6 {
        font-size: 22px;
    }
}

.acrroche h4 {
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 5px;
    font-weight: 400;
    color: #f16100;
    text-transform: uppercase;
}

@media (max-width:575px) {
    .acrroche h4 {
        font-size: 26px;
        font-family: 'Lato', sans-serif;
        letter-spacing: 5px;
    }
}

/* ============================
   SECTION PRESENTATION
================================ */
.presentation-img {
    background-image: url('../images/Expertises-Malfa%C3%A7ons-Travaux-Lille.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    background-color: #eaeef3;
}

@media (max-width:575px) {
    .presentation-img {
        background-size: cover;
        min-height: 350px;
        background-color: #eaeef3;
    }
}

/* ===============================
   SECTION EXPERTISES ACCORDEONS
================================== */
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0rem;
}

.card {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    border-left: 0px solid rgba(0, 0, 0, 0.125);
    border-right: 0px solid rgba(0, 0, 0, 0.125);
}

.card p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 15px 0;
    color: #333;
    line-height: 1.42857143;
}

.card-body {
    padding: 0;
    background-color: #f8f8f8;
}

#accordeon .titre {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 20px;
    color: #ed7d31;
    text-decoration: none;
    padding-right: 35px;
}

#accordeon .titre:hover {
    background-color: #6b7a81;
}

#accordeon .titre[aria-expanded='true'] {
    background-color: #6b7a81;
}

#accordeon .icon {
    background-color: #ffffff;
    text-align: center;
    font-size: 60px;
    height: 100px;
    width: 100px;
    line-height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 7px;
    border: 3px solid #f16100;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (max-width:991px) {
    #accordeon .icon {
        margin-left: auto;
        margin-right: auto;
    }
}

/* * ICONE + -
* ========================================== */
/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #f16100;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #f16100;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

/* =========================
SECTION NOS ATOUTS ANIME
============================ */
.tile {
    width: 90%;
    margin: 50px auto 80px;
    height: auto;
}

@media (max-width:767px) {
    .tile {
        width: 90%;
        margin: 30px auto;
        height: auto;
    }
}

#atouts .tab-pane {
    padding: 25px;
    height: auto;
    font-size: 24px;
    transition: all 0.5s;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width:575px) {
    #atouts .tab-pane {
        height: auto;
    }
}

#atouts .nav-tabs {
    position: relative;
    border-bottom: none;
}

#atouts .nav-tabs li {
    margin: 0px!important;
}

#atouts .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 20px 40px!important;
    font-size: 16px;
    border: none!important;
    color: #ffffff;
    width: 100%;
}

#atouts .nav-tabs a:hover {
    border: none;
    color: #b9cdd6;
}

#atouts .slider-onglets {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #ffa568;
    position: absolute;
    z-index: 50;
    bottom: 0;
    transition: all .4s linear;
}

#atouts .nav-tabs .active {
    background-color: transparent!important;
    border: none!important;
    color: #b9cdd6 !important;
}

#atouts .nav-item {
    border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}

#atouts .nav-item::before {
    display: none;
}

/* ==============================
SECTION ASSISTANCES ANIME IMAGES
================================= */
.Prestations {
    background-image: url('../images/assistances-malfa%C3%A7ons-travaux.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.Prestations h3 {
    margin-bottom: 50px;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-align: center;
    background-color: #ff771b;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.team-details {
    padding: 20px 0 20px 0px;
}

.team-details a {
    text-decoration: none;
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
}

.team-member .member-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #ECF0F1;
}

@media (max-width:575px) {
    .team-member .member-name {
        font-size: 14px;
    }
}

.team-member .member-name:hover {
    color: #FFF;
}

.team-member .member-name:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ===================
  ANIM PRESTATIONS
====================== */
figure.snip1123 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    min-width: 160px;
    max-height: 200px;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip1123 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

figure.snip1123 img {
    opacity: 1;
    width: 100%;
}

figure.snip1123 figcaption {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

figure.snip1123 h6 {
    font-weight: 400;
    left: 0;
    right: 0;
    letter-spacing: -1px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

figure.snip1123 h6 span {
    font-weight: 800;
}

figure.snip1123 .square {
    height: 78px;
    width: 78px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.snip1123 .square:before,
figure.snip1123 .square:after,
figure.snip1123 .square div:before,
figure.snip1123 .square div:after {
    background-color: #f16100;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1123 .square:before,
figure.snip1123 .square:after {
    width: 0;
    height: 2px;
}

figure.snip1123 .square div:before,
figure.snip1123 .square div:after {
    width: 2px;
    height: 0;
}

figure.snip1123 .square:before,
figure.snip1123 .square div:before {
    left: 0;
    top: 0;
}

figure.snip1123 .square:after,
figure.snip1123 .square div:after {
    bottom: 0;
    right: 0;
    background-color: #ffa568;
}

figure.snip1123 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.snip1123:hover img,
figure.snip1123.hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1123:hover h6,
figure.snip1123.hover h6 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

figure.snip1123:hover .square:before,
figure.snip1123.hover .square:before,
figure.snip1123:hover .square:after,
figure.snip1123.hover .square:after {
    width: 65%;
}

figure.snip1123:hover .square div:before,
figure.snip1123.hover .square div:before,
figure.snip1123:hover .square div:after,
figure.snip1123.hover .square div:after {
    height: 65%;
}

/* ==============
   PIED DE PAGE
================= */
.footer {
    border-top: 10px solid #9fb4bb;
    z-index: 90;
    position: relative;
    background-color: #ffffff;
}

.footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
}

.footer a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
}

.footer li {
    color: rgba(255, 255, 255, 0.6);
}

.footer li:first-child {
    border-top: none;
}

.footer i {
    font-size: 1em;
    color: #ffffff;
    margin-right: 7px;
}

.footer em {
    color: #c7a17a;
}

.footer ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0;
}

.footer ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 8px 0;
}

.cadre-pied-clair {
    background-color: #81979f;
    padding: 40px;
    min-height: 320px;
}

@media (max-width:991px) {
    .cadre-pied-clair {
        height: auto;
        padding: 40px;
    }
}

.cadre-pied-fonce {
    padding: 40px;
    background-color: #6b7a81;
    display: flex;
    flex-direction: column;
}

@media (max-width:991px) {
    .cadre-pied-fonce {
        height: auto;
    }
}

@media (max-width:991px) {
    .footer-wrap {
        text-align: center;
    }
}

.footer .brand-img {
    width: 240px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px) {
    .footer .brand-img {
        width: 260px;
        margin-bottom: 20px;
    }
}

.footer .btn.btn-primary {
    width: 100%;
}

.mots-cles ul li {
    display: inline-block;
    border: none;
    background-color: #81979f;
    margin-left: 5px;
    color: #222222;
    font-size: 10px;
    font-weight: 500;
    flex-direction: row;
    margin-top: 7px;
    line-height: 12px;
    text-align: center;
}

.mots-cles ul li:hover {
    background-color: #f16100;
}

.mots-cles ul li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 10px;
    padding: 7px;
}

.mots-cles ul li a:hover {
    color: #ffffff;
}

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 50;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
    position: relative;
}

.social-light li a i {
    color: #ffffff;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social li a i::after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social li a i:hover::after {
    height: 100%;
}

.social a .fa-linkedin::after {
    background: #006699;
}

.social a .fa-instagram-square::after {
    background: #ab2289;
}

.social a .fa-facebook-square::after {
    background: #3b5998;
}

/* ==============
   COPYRIGHT
================= */
.copyright {
    background-color: #545f64;
}

@media (max-width:991px) {
    .copyright {
        background-color: #6b7a81;
    }
}

.copyright a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.copyright a:hover {
    color: #ffffff;
}

.copyright  p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

/* ========================
TITRES SECTION AVEC LIGNE
=========================== */
.ligne-title {
    width: 50px;
    height: 2px;
    display: block;
    background-color: #ffa568;
    margin-top: 19px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.title-accueil {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #f16100;
}

@media (max-width:767px) {
    .title-accueil {
        margin-top: 20px;
    }
}

.titre-rub {
    font-weight: 500;
    font-size: 30px;
}

@media (max-width:991px) {
    .titre-rub {
        font-size: 26px;
    }
}

/* =========================
   BOUTON ANIME
============================ */
.bouton-slide {
    border: none;
    background-color: transparent;
    padding: 0;
    display: block;
    margin: 10px auto 20px;
}

@media (max-width:991px) {
    .bouton-slide {
        margin-bottom: 30px;
    }
}

.bouton-slide a {
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 12em;
    height: 2.2em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #6b7a81;
    transition: all 1s;
    background-color: #6b7a81;
}

.bouton-slide a:hover {
    border: 1px solid #ff8a3b;
}

.bouton-slide a span {
    display: flex;
    font-size: 0.8em;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .2s;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bouton-slide a:hover span {
    color: #ffffff;
    transition: all .2s;
}

.bouton-slide a:hover:before {
    transition: all .3s;
}

.bouton-slide a:before {
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: #ed7d31;
    display: block;
    content: ' ';
    position: absolute;
    transition: all .2s;
}

.bouton-slide a:hover:before {
    width: 100%;
}

/* =======================
   SINGULAR CONTENU
========================== */
.contenu {
    margin-bottom: 0px;
}

@media (max-width:1199px) {
    .contenu {
        margin: 0 60px 0px;
    }
}

@media (max-width:991px) {
    .contenu {
        margin: 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .contenu {
        margin: 0px 0px 10px;
    }
}

.cadre {
    border: 20px solid #ececec;
}

@media (max-width:1199px) {
    .cadre {
        border-top: none;
    }
}

@media (max-width:767px) {
    .cadre {
        border: none;
    }
}

/* SLIDER SINGULAR
================================ */
.slider h3 {
    font-size: 28px;
    letter-spacing: 4px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 36px;
}

@media (max-width:991px) {
    .slider h3 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 4px;
        text-shadow: 1px 0px 1px #000000;
        font-weight: 700;
    }
}

.singular h2 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
    line-height: 26px;
}

@media (max-width:991px) {
    .singular h2 {
        font-size: 20px;
    }
}