.colors-h{
    color:#efefef;
    background-color :rgba(14, 14, 15, 0.65)
}
.highlight{
    color: #434343;
}

#top-nav {
    margin: 0 0px;
}

body {
    padding-left: 0px;
    padding-right: 0px;
}


.grid {
    padding-left: 5px !important;
    padding-right: 5px !important;

}

.gallery .grid .item {
    padding: 5px;
    cursor: pointer;
}

#work{
    margin-bottom: 25px;
}

#actualites{
    margin-top: 30px;
}

#butgfinnitions{
    margin-top: -30px;
}

.helvetica{
    font-family: 'Helvetica', 'Arial', sans-serif;
}





.domainetexte{
    font-family:'Domaine Sans Text Regular';font-weight:normal
}

.greyback{
    background: linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45))
}

.bigB a{
    padding: 20px ; color: #fff; !important;
}

.colors-h input.button {
    color: #fff;
}




.colors-g input.button {
    color: #fff;
}



.highlight-d, .link-d {
    color: #fff!important;
}

.row-bg-dark-gray {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #1a1a1a;
    padding: 60px 15px;
}

.lx-bloc-instagram h3 {
    letter-spacing: 6px;
}
h3.row-title {
    font-family: 'Domaine Sans Text Regular';
    color: #ad8439;
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
}
.containeract {
    position: relative;
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #0000009c;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-right {
    float: left !important;
    margin-right: -15px;
}
/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}