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

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

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: #889c15;
}

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

a:hover {
    color: #b0c43f;
}

/* ==================
   ENTETE LOGO
===================== */
.wrap-logo {
    width: 150px;
    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: 0;
    display: flex;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 999;
}

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

.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: #889c15;
    color: #ffffff;
}

.color-devis {
    background-color: #424e81;
    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: #55639c;
    text-decoration: none;
}

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

/* =======================
   SLIDER
========================== */
.fond-slider {
    background-color: #f8f9fa;
    margin-top: 0;
}

@media (max-width:991px) {
    .fond-slider {
        padding-left: 0;
        padding-right: 0;
        margin-top: 138px;
        background-color: #121313;
    }
}

.slider {
    display: block;
    color: #ffffff;
    width: 100%;
    background-image: url('../images/Experitse-b%C3%A2timent-Montpellier.jpg');
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
    height: 600px;
}

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

.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;
}

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

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

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

.slider h1 {
    font-size: 26px;
    letter-spacing: 4px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

@media (max-width:991px) {
    .slider h1 {
        font-size: 24px;
    }
}

.slider h2 {
    font-size: 30px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 4px;
}

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

.slider h6 {
    font-weight: 500;
    font-size: 16px;
    margin-top: 25px;
}

.cadre-slider {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    padding-top: 150px;
    padding-bottom: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 177px;
    margin-left: 70px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

@media (max-width:1199px) {
    .cadre-slider {
        padding-bottom: 50px;
        padding-top: 50px;
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0.55);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
        height: 100%;
    }
}

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

@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: -69px;
    }
}

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

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

.vignettes a {
    display: flex;
    text-decoration: none;
    background-color: #424e81;
    height: 145px;
    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;
        background-color: #424e81;
    }
}

.vignettes a:hover {
    background-color: #55639c;
}

@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: #b0c43f;
    font-size: 45px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s;
    padding-bottom: 10px;
}

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

@media (max-width:767px) {
    .vignettes a:hover .fas {
        color: #aec52f;
        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 h2 {
    font-size: 29px;
    color: #575757;
}

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

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

@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/expert-batiment-Montpellier.jpg');
    background-size: cover;
    background-position: right 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: #505d8a;
    text-decoration: none;
    padding-right: 35px;
}

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

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

#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 #505d8a;
    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: #505d8a;
    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: #505d8a;
    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: #a1a9cc;
}

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

#atouts .nav-tabs .active {
    background-color: #505d93 !important;
    border: none!important;
    color: #b0c43f !important;
}

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

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

/* ============================
CAROUSEL MOBILE ASSISTANCES
=============================== */
/* *
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: white;
    font-size: 30px;
    margin-right: 4px;
    margin-left: 4px;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* ===========================
CAROUSEL DOTS ASSISTANCES
============================== */
.owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav {
    margin-top: 10px;
}

.owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

/* ===============================
SECTION ASSISTANCES ANIME IMAGES
================================== */
figure.snip1281 {
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #6e6e6e;
    color: #ffffff;
    text-align: center;
    border: 10px solid #e5e5e5;
}

figure.snip1281 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.snip1281 img {
    opacity: 0.70;
    max-width: 100%;
}

figure.snip1281:after {
    background: #000000;
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip1281 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

figure.snip1281 h3,
figure.snip1281 span {
    margin: 0;
    width: 100%;
}

figure.snip1281 h3 {
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.80);
    font-size: 24px;
    color: #ffffff;
}

figure.snip1281 span {
    color: #e6e6e6;
    font-weight: 700;
    text-transform: uppercase;
}

figure.snip1281 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1281:after {
    background-color: #96ab22;
}

figure.snip1281 span {
    color: #bd9b37;
}

figure.snip1281:hover img,
figure.snip1281.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

figure.snip1281:hover:after,
figure.snip1281.hover:after {
    width: 100%;
}

/* ========================
   SECTIONS PRESTATIONS
=========================== */
.Prestations {
    background-image: url('../images/assistances-technique-maisons-batiments-Montpellier.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.Prestations h2 {
    margin-bottom: 50px;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-align: center;
    background-color: #505d8a;
    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: #7286cc;
    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: #b0c43f;
}

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 #b0c43f;
    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: #424e81;
    padding: 40px;
    min-height: 320px;
}

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

.cadre-pied-fonce {
    padding: 40px;
    background-color: #232f5c;
    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: 120px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.mots-cles ul li {
    display: inline-block;
    border: none;
    background-color: #889c15;
    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: #a0b723;
}

.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-map-marked-alt::after {
    background: #96ab22;
}

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

/* ==============
   COPYRIGHT
================= */
.copyright {
    background-color: #889c15;
}

@media (max-width:991px) {
    .copyright {
        background-color: #889c15;
        margin-bottom: 40px;
    }
}

.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: #b0c43f;
    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: #424e81;
}

@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 #b0c43f;
    transition: all 1s;
    background-color: #424e81;
}

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

.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: #96ab22;
    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: 26px;
    letter-spacing: 4px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

@media (max-width:991px) {
    .slider h3 {
        font-size: 24px;
    }
}