/* GENERAL
---------------------------------------- */
::selection {
    color: #fff;
    background: #b27f39;
    width: 24px;
}

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

body {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #3f461d;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 15px 0;
    color: #ffffff;
    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;
}

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

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

a:hover {
    color: #f6ac1f;
}

/* =======================
   SINGULAR CONTENU
========================== */
.contenu {
    margin-top: 80px;
    margin-bottom: 20px;
}

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

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

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

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

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

/* =======================
   SLIDER
========================== */
.fond-slider {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 97px;
    background-color: #3f461d;
    background: linear-gradient(90deg, rgb(61, 68, 27) 0%, rgb(104, 107, 64) 100%);
}

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

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

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

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

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

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

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

.cadre-slider {
    background-color: rgba(22, 25, 26, 0.55);
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .cadre-slider {
        padding-bottom: 90px;
        padding-top: 90px;
        margin-bottom: 0px;
        margin-left: 0px;
        bottom: 0;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        margin-top: 0;
        background-position: right center;
    }
}

.img-slider {
    height: 620px;
    background-image: url('../images/Avocat-des-affaires-le-Havre.jpg');
    background-size: cover;
    background-position: center center;
    border: 20px solid #51542a;
}

@media (max-width:1199px) {
    .img-slider {
        height: 450px;
    }
}

@media (max-width:991px) {
    .img-slider {
        height: 400px;
        border: none;
        background-position: center center;
        background-image: url('../images/Avocat-des-affaires-le-Havre.jpg');
    }
}

/* ==========================
   TOP TELEPHONE / DEVIS
============================= */
.top-menu {
    padding: 20px;
    display: flex;
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 999;
    background-color: #3d4419;
    margin-right: 100px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    background: linear-gradient(328deg, #414d0b 0%, #6f733a 100%);
}

@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: #7a7d4b;
    color: #ffffff;
}

.color-devis {
    background-color: #b27f39;
    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: #ce9a52;
    text-decoration: none;
}

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

.top-menu img {
    padding: 10px 0px;
    width: 170px;
}

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

/* ==============
   PIED DE PAGE
================= */
.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 90;
    position: relative;
    background-color: #111212;
}

.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 {
    height: 320px;
    background-color: #51542a;
    padding: 40px;
}

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

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

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

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

.mots-cles ul li {
    display: inline-block;
    border: none;
    background-color: #b27f39;
    margin-left: 5px;
    color: #222222;
    font-size: 10px;
    font-weight: 500;
    flex-direction: row;
    margin-top: 7px;
}

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

.mots-cles ul li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 19px;
    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: linear-gradient(90deg, rgb(203, 181, 9) 0%, rgb(185, 32, 242) 100%);
}

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

.social a .fa-google::after {
    background-color: #cb8a0e;
}

/* ==============
   COPYRIGHT
================= */
.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;
}

/* ====================
   SIDEBAR
====================== */
.sidebar {
    background-color: transparent;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .sidebar {
        margin-top: 20px;
        padding-top: 0;
    }
}

.main-widget-1 {
    text-align: center;
}

.sidebar h5 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 5px;
    margin: 0;
    color: #0b7280;
    font-weight: 600;
}

.sidebar ul {
    padding: 0;
    margin-bottom: 0;
}

.sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 1px;
    margin-top: 0;
    background-color: #0b7280;
}

.sidebar a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: table;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d7f8e;
}

/* ========================
   ANIM SIDEBAR
=========================== */
#sticky-anchor {
    transition: all 1s;
}

#fin-sticky {
    transition: all 1s;
}

#sticky {
    padding: 1ex 0.5ex 0;
    width: 250px;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    transition: all 1s;
}

#sticky.stick {
    position: fixed;
    top: 80px;
    transition: all 1s;
}

@media (max-width:991px) {
    #sticky {
        padding: 0;
        width: 100%;
    }

    #sticky.stick {
        position: relative;
        top: 0;
    }
}

/* ============================
   SECTION ACCROCHE ACCUEIL
================================ */
.acrroche {
    font-size: 29px;
}

.acrroche h2 {
    font-size: 22px;
    letter-spacing: 2px;
}

.acrroche h1 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width:575px) {
    .acrroche h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .acrroche h2 {
        font-size: 20px;
    }
}

.acrroche h4 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5px;
}

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

.acrroche p {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

@media (max-width:575px) {
    .acrroche p {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.presentation-img {
    background-image: url('../images/Avocat-des-affaires.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    background-color: #eaeef3;
    border: 20px solid #ffffff;
}

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

/* ============================
   SECTION EXPERT ASSURE
================================ */
.ccmi-img {
    background-image: url('../images/Avocat-sur-le-Havre.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    background-color: #eaeef3;
    border: 20px solid #ffffff;
}

@media (max-width:575px) {
    .ccmi-img {
        background-size: cover;
        min-height: 400px;
        background-color: #eaeef3;
        background-position: left center;
    }
}

/* ============================
   SECTION EXPERTISES ACCUEIL
================================ */
.image-assistances {
    border: 10px solid #e8e8e8;
    background-image: url('../images/expert-batiment.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 360px;
}

@media (max-width:991px) {
    .image-assistances {
        min-height: 350px;
    }
}

.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-size: 14px;
    margin: 15px 0;
    color: #333;
    line-height: 1.42857143;
    font-family: 'Lato', sans-serif;
}

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

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

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

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

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

#Assistances .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 #075763;
    margin-top: 20px;
    margin-bottom: 5px;
}

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

/* * ICONE + -
* ========================================== */
/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #ffffff;
    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: #ffffff;
    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);
}

/* CALDERA FORMULAIRE
------------------------------- */
#fld_833876_1-wrap.form-group,
#fld_833876_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_8750601_1-wrap.form-group,
#fld_8750601_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_2292453_1-wrap.form-group,
#fld_2292453_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_7678963_1-wrap.form-group,
#fld_7678963_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#caldera_form_1.caldera-grid .row,
#caldera_form_2.caldera-grid .row {
    margin-left: 0 !important;
}

#caldera_form_1,
#caldera_form_2 {
    padding: 20px;
}

@media (max-width:768px) {
    #caldera_form_1,
    #caldera_form_2 {
        padding: 5px;
    }
}

.caldera-grid .col-sm-12 {
    text-align: center !important;
}

/* ================
   BOUTON SLIDE
=================== */
.bouton-slide {
    border: none;
    background-color: transparent;
    padding: 0;
    display: block;
    margin: 30px 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 #b27f39;
    transition: all 1s;
}

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

.bouton-slide a span {
    display: flex;
    font-size: 0.8em;
    color: #b27f39;
    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: #b27f39;
    display: block;
    content: ' ';
    position: absolute;
    transition: all .2s;
}

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

figure.snip1281 {
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border: 10px solid #181a1a;
}

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 h2,
figure.snip1281 span {
    margin: 0;
    width: 100%;
}

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

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: #0b7280;
}

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

/* ====================
   TEMPLATE EXPERTISES
======================= */
.expertises h1 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    text-align: center;
    background-color: #505d8a;
    padding-bottom: 20px;
    padding: 20px;
}

.expertises h2 {
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    background-color: rgba(80, 93, 138, 0.5);
    margin-bottom: 40px;
}

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

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

.expertises-types .expertises-texte {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    color: #ffffff;
}

@media (max-width:991px) {
    .expertises-types .expertises-texte {
        font-size: 13px;
    }
}

.expertises-types img {
    padding: 20px;
}

@media (max-width:991px) {
    .expertises-types img {
        padding: 10px;
    }
}

/* AUTRES
---------------------------------------- */
.ligne-title {
    width: 50px;
    height: 2px;
    display: block;
    background-color: #b27f39;
    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: #51542a;
}

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

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

/* VIGNETTES ACCUEIL
---------------------------------------- */
.vignettes-content {
    margin-top: -14px;
    width: 850px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width:1199px) {
    .vignettes-content {
        margin-top: 20px;
        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;
    }
}

@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: #121313;
}

.vignettes a {
    display: flex;
    text-decoration: none;
    background-color: #51542a;
    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;
    }
}

.vignettes a:hover {
    background-color: #66693e;
}

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

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

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

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

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

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

/* ---------------------------
ONGLETS SLIDERS
---------------------------- */
.tile {
    width: 90%;
    margin: 50px auto 20px;
    height: auto;
}

@media (max-width:575px) {
    .tile {
        margin: 30px auto 20px;
    }
}

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

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

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

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

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

#onglets .nav-tabs a:hover {
    border: none;
    color: #dfdfdf;
}

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

@media (max-width:575px) {
    #onglets .slider-onglets {
        display: none;
    }
}

#onglets .nav-tabs .active {
    background-color: #51542a !important;
    border: none!important;
    color: #cb964c !important;
}

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

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

.snip1265 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    margin: 20px 10px 50px;
}

.snip1265 .plan {
    margin: 0;
    position: relative;
    float: left;
    background-color: #262626;
    border: 1px solid #1e1e1e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.snip1265 .plan:hover,
.snip1265 .plan.hover {
    background-color: #1c1c1c;
}

.snip1265 .plan:hover i,
.snip1265 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1265 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1265 header {
    position: relative;
    padding: 20px 10px;
}

.snip1265 header i {
    font-size: 56px;
    margin: 0 15px;
    color: #0d7f8e;
    display: inline-block;
    float: left;
}

.snip1265 .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.snip1265 .plan-cost {
    margin: 0;
    color: #0d7f8e;
}

.snip1265 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}

.snip1265 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #ffffff;
}

.snip1265 .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}

.snip1265 .plan-features li {
    padding: 5px 5%;
    font-weight: 500;
    border-left: 5px solid #0d7f8e;
    margin: 2px 20px;
    color: #bebebe;
}

.snip1265 .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.snip1265 .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #0d7f8e;
}

.snip1265 .plan-select a:hover {
    background-color: #262626;
}

.snip1265 .featured {
    margin-top: -10px;
    background-color: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.snip1265 .featured .plan-select a {
    margin: 30px 20px;
}

.copyright {
    background-color: #2f360f;
}

/* ===================================
FORMIDABLE PLUGGINS
==================================== */
.frm_section_heading > * {
    grid-column: span 6 / span 6;
}

@media screen and (max-width: 640px){
    .frm_section_heading > * {
        grid-column: span 12 / span 12;
    }
}

/* upload zone-- */
.frm_dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    float: none;
    margin-right: 2%;
}

.frm_dropzone.frm_single_upload {
    max-width: none;
}

.frm_dropzone.frm_single_upload.dz-started {
    max-width: none;
}

.frm_dropzone .dz-preview .dz-column {
    float: none;
    width: 100%;
}

.frm_dropzone .dz-preview .dz-image img {
    display: block;
    margin: 0 auto;
    max-height: none;
    width: 100%;
}

.frm_dropzone .dz-preview {
    padding: 0;
}

/* AUTRE Div taille 100%-- */
.frm_style_style-formidable.with_frm_style input.frm_other_input:not(.frm_other_full) {
    width: 100%;
}

.frm_style_style-formidable.with_frm_style input[readonly] {
    background-color: #eaeaea;
    color: #575757;
    border-color: #D5D5D5;
}

/* Centrage Formulaire & Bouton-- */
.frm_style_style-formidable.with_frm_style .frm_primary_label {
    text-align: center;
}

.frm_style_style-formidable.with_frm_style .form-field {
    text-align: center;
}

.with_frm_style .frm_submit {
    text-align: center;
}

/* change couleur bouton supprimer image */
.frm_cancel1_icon::before {
    color: #a00 !important;
}
