/* ===================================== STYLE ===================================== */

/* Fonts */
@font-face {
	font-family: 'Designer';
	src: url("fonts/designer.ttf") format("truetype")
}

@font-face {
	font-family: 'Chillax Medium';
	src: url("fonts/Chillax-Medium.ttf") format("truetype")
}

@font-face {
	font-family: 'Chillax Regular';
	src: url("fonts/Chillax-Regular.ttf") format("truetype")
}

.designer,
.designer > * {
    font-family: 'Designer' !important;
}

.chillax-medium,
.chillax-medium > * {
    font-family: 'Chillax Medium' !important;
}

.chillax-regular,
.chillax-regular > * {
    font-family: 'Chillax Regular' !important;
}

/* Général */
.grayscale {
    filter: grayscale(100%) !important;
}

.grayscale::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0 !important;
}

/* Icones box accueil */
.iconsbox-accueil .bauer-icon-box {
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    min-height: 380px !important;
}

.iconsbox-accueil .bauer-icon-box:hover {
    background-color: rgba(255,255,255,0.6) !important;
}

.iconsbox-accueil .bauer-icon-box .heading::after {
    content: "";
    width: 85% !important;
    height: 3px !important;
    background-color: #173c54 !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px !important;
}

#site-header .aside-content .info-c {
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#site-header .aside-content .info-c:hover {
    color: #00695C !important;
}

::selection {
    background-color: #00695C !important;
    color: #fff !important;
}

.listes li {
   position: relative !important;
   list-style: none !important;
}

.listes li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #173c54;
    margin-right: 10px;
}

.texte-blanc {
    color: white !important;
}

.bauer-counter .icon .fa.fa-fas.warehouse::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.bauer-counter .icon .fa.fa-fas.warehouse::before {
    content: "\f494";
}

/* Ombres */
.ombre_haut {
	background-attachment:scroll!important;
	background-image:url(images/ombre_haut.png)!important;
	background-repeat:repeat-x!important;
	background-position:top left!important;
}

.ombre_bas {
	background-attachment:scroll!important;
	background-image:url(images/ombre_bas.png)!important;
	background-repeat:repeat-x!important;
	background-position:bottom left!important;
}

.ombre_interne,
.ombre_interne:before {
    -moz-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.5), Direction=180, Strength=10);
}

.footer-promotion,
#site-header-wrap,
#featured-title,
.ombre_externe,
.ombre_externe:before {
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

/* Top Bar */
#top-bar .top-bar-content {
    text-align: right !important;
}

#top-bar .top-bar-content .content.phone::before,
#top-bar .top-bar-content .content.address::before,
#top-bar .top-bar-content .content.email::before {
    color: #00695C;
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#top-bar .top-bar-content .content.phone::before {
    transform: scaleX(-1);
}

#top-bar .top-bar-content .content.phone:hover::before,
#top-bar .top-bar-content .content.address:hover::before,
#top-bar .top-bar-content .content.email:hover::before {
    color: #fff !important;
}

.top-bar-style-1 #top-bar .phone a {
    color: #fff !important;
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.top-bar-style-1 #top-bar .phone a:hover {
    color: #00695C !important;
}

.top-bar-style-1 #top-bar .phone a::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #00695C;
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    display: block;
    opacity: 0;
}

.top-bar-style-1 #top-bar .phone a:hover::after {
    opacity: 100;
}

.top-bar-style-1 #top-bar .top-bar-socials .icons a {
    color: #00695C !important;
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transform: scale(1);
}

.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {
    color: #fff !important;
    transform: scale(1.1);
}

/* Header */
#header-aside .aside-content .inner > span {
    color: #fff !important;
}

.header-style-2 #site-header {
    background-color: rgba(23,60,84,0.8) !important;
}

@media only screen and (max-width: 991px) {
    .header-style-2 #site-header {
        background-color: rgba(23,60,84,1) !important;
    }
}

.header-style-2 #site-header.fixed-hide {
    background-color: rgba(23,60,84,1) !important;
}

.header-style-2 #site-header::after {
    background-color: inherit !important;
    opacity: 0 !important;
}

.menu-item.btn-menu a span {
  background-color: #006A5D !important;
  padding: 18px;
  color: #fff;
  transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  border-radius: 40px;
}

.menu-item.btn-menu:hover a span {
    background-color: #1E2A38 !important;
    -webkit-box-shadow: 0px 4px 14px -7px #000000; 
    box-shadow: 0px 4px 14px -7px #000000;
}

#site-header.fixed-hide .menu-item.btn-menu a span {
    padding: 12px !important;
    font-size: 10px !important;
}

/* Footer */
.footer-promotion .promo-btn {
    background-color: #1e2a38 !important;
}

.footer-promotion .promo-btn:hover  {
    background-color: #fff !important;
}

.footer-grid .span_1_of_3:first-child::after {
    content: " ";
    width: 3000px;
    height: 300%;
    margin-top: -10%;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    top: 0;
    right: 0;
    z-index: -1;
}

.footer-grid .span_1_of_3:first-child {
    width: 50%;
    position: relative;
}

.footer-grid .span_1_of_3:not(:first-child) {
    width: 25% !important;
}

#footer .widget.widget_nav_menu ul li a:hover {
    color: #00695C !important;
}

#footer .widget.widget_nav_menu ul li {
    transform: translateX(0);
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

/*#footer .widget.widget_nav_menu ul li:hover {
    transform: translateX(10px);
}*/

#footer .widget.widget_categories ul li a::before,
#footer .widget.widget_meta ul li a::before,
#footer .widget.widget_pages ul li a::before,
#footer .widget.widget_archive ul li a::before,
#footer .widget.widget_nav_menu ul li a::before {
    color: #00695C !important;
}

#footer #footer-widgets .widget.widget_socials .socials a {
    color: #00695C !important;
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transform: scale(1);
    font-size: 22px !important;
    margin-right: 25px !important;
}

#footer #footer-widgets .widget.widget_socials .socials a:hover {
    color: #fff !important;
    transform: scale(1.1);
}

#footer #footer-widgets .widget_recent_posts .recent-news li .texts h3 a,
#footer #footer-widgets .widget_recent_posts .recent-news li .texts .post-date {
    transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#footer #footer-widgets .widget_recent_posts .recent-news li:hover .texts h3 a {
    color: #00695C !important;
}

#footer #footer-widgets .widget_recent_posts .recent-news li:hover .texts .post-date {
    color: #fff !important;
}

#footer-widgets .widget_information .email > span {
    color: #fff !important;
}

#footer-widgets .widget_information .email > span::after {
    display: none !important;
}

/* Bottom bar */
#bottom .bottom-bar-inner-wrap {
    padding: 8px !important;
}

#bottom {
    min-height: unset !important;
    position: relative;
    z-index: 99999 !important;
    background-image: url(images/points.png);
    background-repeat: repeat !important;
    padding-top: 0 !important;
}

.bottom-bar-menu ul li:before {
    background-color: #173c54 !important;
    width: 2px !important;
}

#bottom ul.bottom-nav > li > a {
    color: #fff;
    font-weight: 500;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#bottom ul.bottom-nav > li > a:hover {
    color: #173c54;
}

/* ===================================== RESPONSIVE ===================================== */
#main-nav-mobi {
    background-color: #173c54;
}

#main-nav-mobi ul li.menu-item > a {
    background-color: #00695C !important;
    font-family: 'Lato' !important;
    text-transform: uppercase !important;
}

#main-nav-mobi ul li.menu-item-has-children > .sub-menu a  {
    background-color: #173c54 !important;  
}

#main-nav-mobi .menu-logo-inner {
    margin: 0 !important;
}