/* **********************************************
                        COLORS
********************************************** */

/*
        bleu = #0F4585;
        bleu = #0F4585;
        bleu:hover = #0065CB;
        rouge = #E20025;
        gris = #E9E9E9;
        noir = #000;
        vert = #017861;
*/

/* **********************************************
                        GENERAL
********************************************** */
body .drag-target {
    width: 0px !important;
    display: none !important;
}
@-moz-document url-prefix() {
    .item-page h1,
    .item-page h2,
    .blog-intro h2,
    .about .col.m12 h2,
    .about .col.m12 h3,
    .about .col.m12 h2 a,
    .nos-pierres .description-pierres h2,
    .realisations .container h2,
    .view h2,
    .view h3,
    .actus .container h2,
    .actus h4,
    .item-page-contact h1,
    .contact-details h1,
    #contact-form h2,
    .contact h2,
    .team-module .container h2,
    .team-module .container h3,
    .product .product-title h2,
    .product .item-page h1,
    .related-products h2,
    .related-products h3 {
        font-family: 'Open Sans', sans-serif !important;
    }
}
section{
    width:100%;
}
.item-page h1 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-size: 2.92rem;
}

.item-page h2 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
}

body .container {
    margin-top: 3%;
}

body .actus {
    margin-top: 0;
}

body header .container {
    margin-top: 0;
}

body {
    padding-top: 90px;
    overflow-x:hidden;
}

.btn,
.btn-large {
    color: #fff;
    background-color: #0F4585;
}

.btn:hover,
.btn-large:hover {
    color: #fff;
    background-color: #0065CB;
}

.team {
    text-align: center;
}

.bg_cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* **********************************************
                        NAVIGATION
********************************************** */

/* Navbar fixed */
#nav-mobile a:hover{
    background: rgba(0,0,0,0.00) !important;
}
.navbar-fixed {
    height: 40px;
    position: fixed;
    width: 100%;
    top: 0;
}

/* First Nav */

.first-nav {
    position: inherit !important;
    height: auto !important;
}

.main-menu nav {
    background-color: #e9e9e9;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
}

.nav-wrapper {
    background-color: #e9e9e9;
}

.nav-wrapper i.right {
    margin-left: 0;
}

.nav-wrapper ul li a {
    color: #4B4B4B;
    font-weight: 500;
    font-size: 1.5rem;
}

/* Second Nav */

.second-nav,
.second-nav .nav-wrapper i {
    height: 75px;
    line-height: 75px;
}

.side-nav a{
    height: 45px;
    line-height: 54px;
}
.side-nav > li > a{
    display: inline-block;
    padding: 5px;
}
.side-nav > li > a > i{
    margin-right: 0px;
    margin-top: 20px;
    background: #0F4585;
    color: #fff;
}

.second-nav img {
    padding: 3%;
}

.menu-pierres nav .nav-wrapper {
    background-color: #FFF;
}

.dropdown-content {
    width: auto !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: .8rem !important;
    line-height: 1.2rem;
}


.second-nav .right li a {
    position: relative;
    padding-right: 30px;
}

.second-nav .right li a i {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.menu-pierres nav .brand-logo {
    top: 50%;
    transform: translateY(-50%);
}

/* **********************************************
                        SLIDER
********************************************** */

.slideshow .background-image h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 3px 3px #666;
}

.slideshow .background-image h2,
.slideshow .background-image span {
    margin-top: 0;
    color: #FFF;
    text-shadow: 3px 3px #666;
}

.slideshow .background-image p.sous-titre{
    font-size: 3.6rem;
    margin: 0;
}

/*.slideshow .background-image .btn {
        background-color: #E20025;
}*/

.slider .indicators .indicator-item.active {
    background-color: #004692;
}

.slider .slides li .caption p {
    width: 45%;
    /*background-color: #FFF;*/
    color: #FFF !important;
    font-size: 1.5rem;
    text-shadow: 1px 1px #252525;
    padding: 2%;
    color: #4B4B4B;
}

.slideshow .background-image p {
    /*background-color: #FFF;*/
}

.slideshow .background-image .btn {
}

/* **********************************************
                        ABOUT
********************************************** */

.about {
    padding: 5% 0;
}

.about .col.m12 h2 {
    font-size: 3em;
}

.about .col.m12 h2,
.about .col.m12 h3,
.about .col.m12 h2 a {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.about .col.m12 h2 a {
    font-size: 2.9rem;
    color: #000;
}

.about .col.m12 h2,
.about .col.m12 h3,
.about .col.m12 p {
    padding-left: 3%;
}

.about .col.m12 a {
    margin-left: 3%;
}

.about p {
    font-weight: 500;
    line-height: 1.7em;
}

.about .col.m12:first-child {
    border-left: 7px solid #0F4585;
    padding-right: 10%;
}

/* bloc notre éthique version html */
.about .col.m12:last-child {
    border-left: 7px solid #E20025;
    margin-top: 20%;
    width: 40%;
}

/*.about .col.m12:last-child {
        border-left: 7px solid #0F4585;
        padding-right: 10%;
}*/

/* **********************************************
                        NOS PIERRES
********************************************** */

.nos-pierres {
    background-image: url('../../../images/ressources/bg-pierres.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 650px;
    padding: 8% 0;
}

.nos-pierres .description-pierres {
    width: 65%;
    margin: 0 auto;
    background-color: #FFF;
    padding: 5%;
}

.description-pierres img {
    margin-top: 15%;
}

.nos-pierres .description-pierres h2 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.nos-pierres .description-pierres h3 {
    text-transform: uppercase;
    font-size: 1.9em;
}

.nos-pierres .description-pierres ul {
    margin-left: 8%;
}

.nos-pierres .description-pierres ul li {
    list-style: square;
    font-weight: 200;
}

/* **********************************************
                        PIERRES
********************************************** */

.pierres {
    background-image: url('../../../images/ressources/bg-pierres.jpg');
    background-repeat: no-repeat !important;
    background-attachment:fixed !important;
    background-position: center !important;
    height:auto;
    padding: 5% 0;
}

.pierres .card {
    width: 40%;
    margin: 0 auto;
}

.pierres .card .card-content a {
    color: #000;
}

.pierres .card .card-content a:hover {
    color: #0065CB;
}

.pierres .card .card-reveal p {
    font-weight: 500;
}

.pierres ul {
    margin-left: 8%;
}

.pierres ul li {
    list-style: square;
    font-weight: 500;
}

/* **********************************************
                        REALISATIONS
********************************************** */

.realisations {
    padding: 5% 0 2% 0;
}

.realisations .title {
    border-left: 7px solid #E20025;
    padding-left: 2%;
}

.realisations .container h2,
.realisations .container h3,
.realisations .container p {
    width: 70%;
}

.realisations .container h2 {
    width: 25%;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.realisations ul li {
    display: inline-block;
    vertical-align: top;
}

.realisations .realisation-list {
    margin-top: 3%;
}

.view {
    /*width: 350px;
    height: 250px;*/
    padding: 20px !important;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask,
.view .content {
    /*width: 350px;
    height: 250px;*/
    width: 100%;
    height: 100%;
    padding: 1% 8%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2,
.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 2.4rem;
    padding: 10px;
    font-family: 'Bubbler One', sans-serif;
    margin: 20px 0 0 0
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    font-size: 10px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-first img {
    transition: all 0.2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}

.realisations #owl-example .item img {
    display: block;
    width: 350px;
    height: 300px;
}

.realisations .mask {
    color: #FFF;
    font-size: 1rem;
    text-align: left;
}

.realisations .mask h5 {
    font-size: 1.2rem;
}

/* **********************************************
                        MEDIA QUERIES
********************************************** */

.actus .container .col.m6 {
    border-left: 7px solid #0F4585;
    padding-left: 2%;
    margin-top: 7%;
    margin-bottom: 4%;
}

.actus .container h2 {
    width: 50%;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
}

.actus .container .col.s12 p {
    width: 80%;
}

.actus h4 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.8rem;
    height: 80px;
}

.actus h5 {
    font-size: 1.4rem;
    height: 90px;
}

.actus p {
    font-weight: 500;
}

/* **********************************************
                        CONTACT
********************************************** */

.item-page-contact h1 {
    border-left: 7px solid #E20025;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    padding-left: 8%;
    font-size: 3.56rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

.item-page-contact h3 {
    text-transform: uppercase;
    color: #0F4585;
    font-weight: 500;
}

.item-page-contact h4 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0;
    color: #717171;
}

.item-page-contact p {
    color: #0F4585;
}

.contact-details h1 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3rem;
}

.contact-details p {
    padding-left: 0 !important;
}

.module_itineraire .btn {
    margin-top: 4%;
}

.module_itineraire .input-field  {
    margin-top: 7%;
}

/* label color */
.input-field label {
    color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #E20025;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #E20025;
    box-shadow: 0 1px 0 0 #E20025;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #E20025;
}

/* module formulaire contact */

#contact-form h2 {
    border-left: 7px solid #E20025;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    padding-left: 8%;
    font-size: 3.56rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

#contact-form .submit-button {
    text-align: right;
}

.contact {
    background-image: url('../../../images/ressources/overlay.png'), url('../../../images/ressources/background-devis.jpg');
    background-repeat: repeat, no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 650px;
    margin-top: 5%;
    color: #FFF;
    padding: 5% 2%;
}

.contact h2 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    border-left: 7px solid #E20025;
    padding-left: 7%;
}

.contact form {
    margin-top: 5%;
}

.contact form .input-field label {
    font-size: 1.1rem;
    color: #FFF;
}

.contact form input[type=text],
.contact form input[type=password],
.contact form input[type=email],
.contact form input[type=url],
.contact form input[type=time],
.contact form input[type=date],
.contact form input[type=datetime-local],
.contact form input[type=tel],
.contact form input[type=number],
.contact form input[type=search],
.contact form textarea.materialize-textarea {
    font-size: 1.2rem;
}

.contact form .input-field .prefix.active {
    color: #BBDEFB;
}

.contact form .submit-button .btn {
    float: right;
}

.contact form .input-field input[type=text]:focus,
.contact form .input-field input[type=email]:focus,
.contact form .input-field textarea.materialize-textarea:focus {
    border-bottom: 1px solid #BBDEFB;
    box-shadow: 0 1px 0 0 #000;
}

.contact form .input-field input[type=text]:focus + label,
.contact form .input-field input[type=email]:focus + label,
.contact form .input-field textarea.materialize-textarea:focus + label {
    color: #BBDEFB;
}

#retourcon {
    text-align: center;
    font-size: 1.2rem;
    background-color: #0F4585;
    color: #FFF;
    margin: 0 auto;
    margin-top: 5%;
    padding: 10% 2%;
}

/* **********************************************
                        TEAM
********************************************** */

.team-module {
    padding: 3% 0;
}

.team-module .container .row:first-child {
    border-left: 7px solid #0F4585;
    padding-left: 2%;
}

.team-module .container h2 {
    width: 25%;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
}

.team-module .container h3 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: left;
    margin: 0;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 2em;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* **********************************************
                        PAGE CONTACT
********************************************** */

.map-itineraire {
    margin-top: 0 !important;
}

.contact-details {
    border-left: none !important;
}

.module_itineraire {
    padding: 3%;
}

.map-itineraire .module_itineraire p {
    padding-left: 0 !important;
}

#map-canvas {
    height: 500px;
}

/* **********************************************
                        FOOTER
********************************************** */

footer {
    background-color: #000;
    color: #FFF;
    padding: 3% 0;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #0F4585;
}

/* Footer 2 */

footer .footer2 {
    text-align: center;
}

/* Footer 3 */

footer .footer3 {
    text-align: right;
}

footer .footer3 ul li {
    display: inline-block;
    padding-left: 1%;
}

footer .footer3 ul li a:hover {
    opacity: 0.8;
}

/* **********************************************
                        BLOG
********************************************** */

.blog-intro {
    margin-top: 5%;
}

.blog-intro h2 {
    /*border-left: 7px solid #E20025;*/
    /*padding-left: 8%;*/
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
}

.blog-pierres .blog-intro .pull-left {
    width: 40%;
}

.blog-intro .pull-left {
    margin-right: 3%;
}

.blog-intro .pull-left img {
    width: 200px;
}

.blog-intro .readmore a,
.blog-intro .readmore a:hover {
    color: #FFF !important;
}

.blog-intro a {
    color: #0F4585;
}

.blog-intro a:hover {
    color: #0F4585 !important;
}

.blog-intro p {
    font-weight: 500;
    width: 85%;
}

/* **********************************************
                        HEADER IMAGE
********************************************** */

.header-image .background-image {
    /*background-image: url('../images/bg-1.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 360px;
}

.header-image .background-image .container {
    padding-top: 4.5%;
    width: 35%;
    float: right;
    margin-right: 10%;
}

.header-image .background-image h1 {
    margin-top: 0;
    text-transform: uppercase;
    color: #FFF;
    text-align: right;
    font-size: 3.8rem;
    font-weight: 500;
    text-shadow: 3px 3px #666;
}

/* **********************************************
                        PRODUCT
********************************************** */

.product {
    /*padding: 5% 0;*/
    padding: 5% 0 0 0;
}

/* main image hover effect */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 630px;
    max-width: 630px;
    max-height: 400px;*/
    /*width: 48%;*/
    width: 100%;
    /*background: #3085a3;*/
    background: #002b55;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    /*min-height: 100%;*/
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0.5rem 0.5em;
    height: auto;
    background: #DEEFFF;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 3.5em;
    padding: 0.5em;
    color: #FFF;
    text-transform: none;
    font-size: 80%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.product-images {
    padding-right: 7% !important;
}

/*.product-images .small-images .col.s6:first-child,
.product-images .small-images .col.m4:first-child {
        padding-left: 0;
}

.product-images .small-images .col.s6:last-child,
.product-images .small-images .col.m4:last-child {
        padding-right: 0;
}*/

/* Product details */

.product .product-title h2,
.product .item-page h1 {
    border-left: 7px solid #E20025;
    padding-left: 4%;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
}

.product .product-title .btn,
.product .item-page .quote-button,
.product .item-page .pdf-download {
    width: 100%;
}

.product-details {
    padding-left: 5% !important;
}

.product-details h2,
.product .item-page h1 {
    border-left: 7px solid #E20025;
    padding-left: 4%;
}

/*.product-details .btn,
.product .item-page .btn {
        background-color: #E20025;
}*/

.product-details .quote-button {
    background-color: #E20025;
}

.product-details .pdf-download {
    background-color: #0065CB;
}


.product-details h3,
.product .item-page h3 {
    font-size: 1.6rem;
}

/*.product-details .row:nth-child(2) h3 {
        margin-top: 8%;
}*/

.product-details  .row p,
.product .item-page p,
.product .item-page ul li,
.product-details  .row ul li {
    font-weight: 500;
    width: 80%;
}

.product .item-page ul,
.product-details  .row ul {
    padding-left: 3%;
}

.product .item-page ul li,
.product-details  .row ul li {
    list-style-type: square;
}

/* **********************************************
                        RELATED PRODUCTS
********************************************** */

.related-products {
    padding: 5% 0;
    background-color: #e9e9e9;
}

.related-products h2,
.related-products h3 {
    width: 25%;
    font-size: 3.56rem;
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    border-left: 7px solid #0F4585;
    padding-left: 3%;
}

.related-products h3 strong {
    font-weight: 800;
}

.related-products .card a {
    color: #0F4585;
}

.related-products .card a:hover {
    color: #0065CB;
}




.slider .slides li .caption {
    padding: 10px;
}

.card .card-content .card-title{
    line-height: 35px;
}

/* **********************************************
                        MEDIA QUERIES
********************************************** */

@media (max-width: 1550px) {
    .first-nav .container, .second-nav .container {
        width: 80%;
    }
}

@media (max-width: 1500px) {
    .about .col.m12:last-child {
        width: 50%;
    }
    .pierres .card {
        width: 50%;
    }
}

@media (max-width: 1350px) {
    .first-nav .container, .second-nav .container {
        width: 85%;
    }
}

@media (max-width: 1270px) {
    .first-nav .container, .second-nav .container {
        width: 90%;
    }
}

@media only screen and (max-width: 1200px) {
    .slideshow .background-image {
        min-height: 500px;
    }
    .nos-pierres .description-pierres h2 {
        font-size: 2.8rem;
    }
    .pierres .card {
        width: 65%;
    }
}

@media (max-width: 1160px) {

    body {
        padding-top: 75px;
    }

    .hide-on-med-and-down{
        display: none !important;
    }

    .first-nav {
        position: absolute !important;
        top: 0;
    }

    .menu-pierres nav .brand-logo {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    nav a.button-collapse {
        display: block !important;
    }

    nav a.button-collapse i {
        color: #333;
    }

    .second-nav a.button-collapse {
        display: none !important;
    }
}

@media (max-width: 1050px) {
    nav {
        height: 64px;
        line-height: 64px;
    }
    .main-menu nav {
        height: 64px;
    }
    .nos-pierres .description-pierres {
        width: 90%;
    }
    .realisations .container p {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .product-details .row p, .product-details .row ul li {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .about .col.m12:last-child {
        width: 100%;
        margin-top: 10%;
    }
}

@media (max-width: 950px) {
    .slideshow .background-image .container {
        width: 70%;
    }
    .slideshow .background-image {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .slideshow .background-image h1 {
        font-size: 3.5rem;
        margin-top: 5%;
    }
    .slideshow .background-image h2 {
        font-size: 2.9rem;
        margin-top: 2%;
    }
    .header-image .background-image .container {
        padding-top: 10%;
    }
}

@media (max-width: 600px) {
    .main-menu {
        height: 0;
    }

    .actus .container .col.m6 {
        padding-left: 7%;
    }
    .actus .row:first-child {
        margin-bottom: 0;
    }
    .actus img {
        margin-top: 10%;
    }
    .footer1 {
        text-align: center;
    }
    .footer2 .col.s12 {
        margin: 6% 0;
    }
    .footer3 .col.s12 {
        text-align: center;
    }
}

@media (max-width: 600px) {

    .slider .slides li .caption {
        background-color: rgba(255,255,255,0.7);
    }

    .pierres {
        background-position: bottom;
        padding-bottom: 15%;
    }
    .pierres .card {
        width: 85%;
    }

    .second-nav {
        display: block !important;
    }

    nav .button-collapse i {
        height: 64px;
        line-height: 64px;
    }

}

@media (max-width: 400px) {


    .nav-wrapper img {
        margin-top: 3%;
    }
    .slideshow {
        margin-top: -5%;
    }
    .slideshow .background-image h1 {
        font-size: 2.2rem;
        line-height: 3.7rem;
    }
    .slideshow .background-image span {
        font-size: 2rem;
    }
    .slider .slides li .caption p {
        width: 100%;
        font-size: 1.2rem;
        line-height: 2.3rem;
        font-weight: 200;
        padding: 4% 6%;
    }
    .header-image {
        margin-top: -5%;
    }
    .header-image .background-image {
        min-height: 150px;
    }
    .header-image .background-image .container {
        padding-top: 7%;
        width: 60%;
    }
    .header-image .background-image h1 {
        font-size: 2.5rem;
    }
    .product-details .btn {
        margin-top: 1%;
        width: 100%;
        font-size: 1.2rem;
    }
    .blog-intro .page-header h2 {
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .related-products h2, .related-products h3 {
        width: 100%;
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
    .item-page-contact h1 {
        font-size: 2.6rem;
    }
    #contact-form h2 {
        font-size: 3rem;
    }
    .product-details .row p,
    .product .item-page p,
    .product .item-page ul li,
    .product-details .row ul li {
        font-size: .85rem;
    }
}

@media (max-width: 350px) {
    .slideshow .background-image {
        min-height: 350px;
    }
    .slideshow .background-image h1 {
        font-size: 2.2rem;
        white-space: nowrap;
        margin-top: 6%;
    }
    .slideshow .background-image h2 {
        font-size: 2rem;
        margin-top: 3%;
    }
}

/* **********************************************
                        MODULE RÉALISATIONS
********************************************** */

.view {
    /*width: 318px;
    height: 318px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask,
.view .content {
    /*width: 318px;
    height: 318px;*/
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    font-family: 'Bubbler One', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    position: relative;
    font-size: 2.6rem;
    padding: 2% 5%;
}
.view p {
    font-size: .9rem;
    line-height: 1.7rem;
    position: relative;
    color: #FFF;
    padding: 1% 5% 5% 5%;
    font-weight: 200;
    text-align: left;
}
.view a.info {
    background-color: red;
    color: #FFF;
    padding: 0 10% 8% 10%;
}
.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first .btn {
    margin-top: 7%;
}

/* padding images joomla */

.pull-left {
    padding-right: 3%;
    padding-bottom: 3%;
}
.pull-right {
    padding-left: 3%;
    padding-bottom: 3%;
}

.bullet-list {
    list-style: square;
}


/* **********************************************
                        ADD THIS RESEAUX SOCIAUX
********************************************** */


.at-style-responsive .at-share-btn {
    padding: 0 !important;
}

.at-share-btn-elements .at-icon-wrapper{
    line-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
}

.at-share-btn-elements .at-icon{
    height: 30px !important;
    width: 30px !important;
}



.mod_carte_realisations {
    background-color: #EEEEEE;
}
.mod_carte_realisations .form_search {
    padding-top: 50px;

}

.mod_carte_realisations .form_search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #828282;
    opacity: 1; /* Firefox */
}

.mod_carte_realisations .form_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #828282;
}

.mod_carte_realisations .form_search ::-ms-input-placeholder { /* Microsoft Edge */
    color: #828282;
}

.fixAnchorFixedHeader {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}