*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none !important;
    text-decoration: none;

}

section,
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {

    margin: 0;
    padding: 0;
}

::selection {
    background: #274939;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #274939;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #274939;
    color: #FFF;
    text-shadow: none;
}


body::-webkit-scrollbar {

    width: 0;

}

body::-webkit-scrollbar-thumb {

    width: 0;
}

.page main > section > h1 {

    display: none;
}

body {

    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    color: #072438;

}

a {

    color: #ab8d32;
}

br.clear, a.post-edit-link {

    display: none;
}

/*
.wrapper {

    max-width: 1200px;
    margin: 0 auto;
}
*/


.bottom-blanc {
    
position: relative;
    
}

.bottom-blanc:after {
    
content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 101%;
    height: 100px;
    background-image: url(../../uploads/2020/06/separateur-blanc-entrepot.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    
}

.bottom-bleu {
    
position: relative;
    
}

.bottom-bleu:before {
    
content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 101%;
    height: 100px;
    background-image: url(../../uploads/2020/06/separateur-bleu-entrepot.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000 !important;
    
}


.top-blanc {
    
position: relative;
    
}

.top-blanc:after {
    
content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 100px;
    background-image: url(../../uploads/2020/06/separateur-blanc-entrepot2.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    
}

.photos-articles {
    
position: relative;
    
}

.photos-articles:after {
    
content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 50px;
    background-image: url(../../uploads/2020/06/photos-articles-entrepot.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    
}


.btn1 {

    transition: all 0.3s;
    position: relative;
}

.btn1:hover {

    padding-left: 15px;
}

.btn1:before {

    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: transparent;
    top: -100%;
    transform: translate(-50%, -50%);
    left: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);

}

.btn1:hover::before {

    top: 50%;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(.65, 1.53, 1, 1);
    background-color: #ab8d32;

}

.btn2 {
    
    background-image: url(../../uploads/2020/06/btn-or-entrepot.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}

.btn2:hover {
    
    transform: scale(1.10);
}

#btn-form {
    
    background-image: url(../../uploads/2020/06/btn-or-entrepot.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}

#acces, #menu, #contact {
    
    transition: all .5s;
}

#img-accueil div {
    
    transition: all .5s;
}

.news {
    
    background-image: url(../../uploads/2020/06/entrepot-terasse-exterieur.jpg) !important;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}


.acces {
    
    background-image: url(../../uploads/2020/06/1.jpg) !important;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.menu {
    
    background-image: url(../../uploads/2020/06/2.jpg) !important;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.contact {
    
    background-image: url(../../uploads/2020/06/3.jpg) !important;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

/*------------------------------------*\
	ARTICLES / ACCUEIL
\*------------------------------------*/

.articles-accueil div div article a.elementor-post__thumbnail__link {
    
    position: relative;
    overflow: hidden;
}

.articles-accueil div div article a.elementor-post__thumbnail__link:after {
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../uploads/2020/06/cadre-entrepot-articles.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.articles-accueil div div article a .elementor-post__thumbnail {
    
    transition: all .5s;
}

.articles-accueil div div article:hover a .elementor-post__thumbnail {
    
    transform: scale(1.10);
}

.articles-accueil div div article {
    
    position: relative;
    overflow: visible !important;
}

.articles-accueil div div article:after{
    
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../../uploads/2020/06/pastille-logo-articles.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -25px;
    top: -50px;
    opacity: 0;
    transition: all .5s;
    
    
}

.articles-accueil div div article:hover::after {
    
    opacity: 1;
    top: -25px;
    transform: rotate(5deg);
}

.articles-accueil div div article .elementor-post__text .elementor-post__title a {
    
    transition: all .5s;
}

.articles-accueil div div article:hover .elementor-post__text .elementor-post__title a{
    
    color: #ab8d32;
    
}

/*------------------------------------*\
	MAPS
\*------------------------------------*/

.maps {
    
    border: 2px solid #ab8d32;
    border-radius: 3px;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('https://www.brasserie-lentrepot.com/wp-content/themes/html5blank-stable/fonts/font-name.eot');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:800px) {

}