/* ===================================== POLICES ===================================== */
@font-face {
	font-family: 'Playfair Black';
	src: url("fonts/PlayfairDisplay-Black.ttf") format("truetype")
}

@font-face {
	font-family: 'Playfair Black Italic';
	src: url("fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype")
}

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

@font-face {
	font-family: 'Playfair Bold Italic';
	src: url("fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype")
}

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

@font-face {
	font-family: 'Playfair ExtraBold Italic';
	src: url("fonts/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype")
}

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

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

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

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

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

@font-face {
	font-family: 'Playfair SemiBold Italic';
	src: url("fonts/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype")
}

/* ================================================================================== */

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

::selection {
    background-color: #f03c81 !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;
}

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

.header-style-5 #featured-title,
.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);
}

#scroll-top,
#top-bar,
#site-logo-inner,
.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);
}

/* ================================================================================== */

/* ===================================== CONTACT ===================================== */
.contact-fondrose input,
.contact-fondrose textarea {
    background-color: rgba(0,0,0,0.5) !important;
    border-radius: 10px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.03, 0.97) !important;
}

.contact-fondrose input:hover,
.contact-fondrose textarea:hover {
    background-color: rgba(0,0,0,0.8) !important;
}

.contact-fondrose label {
    color: #fff !important;
}

/* ================================================================================== */

/* ===================================== TOPBAR ===================================== */
.top-bar-style-1 #top-bar a,
.top-bar-style-1 #top-bar .top-bar-socials .icons a {
    color: #f03c81;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.03, 0.97) !important;
}

.top-bar-style-1 #top-bar a:hover,
.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {
    color: #fff;
}

/* ===================================== HEADER ===================================== */
.header-style-5 .site-navigation-wrap .inner,
.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #000 !important;
    background-image: url('images/points-blanc.png');
}

#header-aside .aside-content .inner > span {
    color: #fff !important;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.03, 0.97);
}

#header-aside .aside-content .inner > span:hover {
    color: #000 !important;
}

/* ================================================================================== */

/* ===================================== FOOTER ===================================== */
#footer .textwidget img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999999 !important;
    display: block;
    position: relative;
}

#footer-widgets .widget .widget-title {
    font-size: 16px !important;
}

#footer-widgets .widget.widget_nav_menu ul li a {
    color: #fff !important;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.03, 0.97);
}

#footer-widgets .widget.widget_nav_menu ul li a:hover {
    color: #000 !important;
    transform: translateX(10px) !important;
}

#footer .widget.widget_nav_menu ul li a::before {
    color: #000 !important;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.03, 0.97);
}

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

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

/* ================================================================================== */

/* ===================================== BOTTOM BAR ===================================== */



/* ================================================================================== */

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

#main-nav-mobi ul li.menu-item > a {
    background-color: #f03c81 !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;
}