/* ===================================== GENERAL ===================================== */
iframe {
    margin-bottom: 0 !important;
}

rs-fullwidth-wrap {
    margin-top: -350px !important;
}

.d-flex {
    display: flex !important;
}

/* Media Grid accueil - faire passer derrière les rangées précédentes et suivantes */
.mediagrid-accueil {
    z-index: -1 !important;
    position: relative !important;
}

/* Scroll button */
#scroll-top::before {
    background-color: #f03c81 !important;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.03, 0.97);
}

#scroll-top:hover::before {
    background-color: #000 !important;
}

#scroll-top::after {
    color: #fff !important;
}

/* Biseaux */
.rbiseau-container {
    -webkit-transform:skew(0deg,-3deg);
    -moz-transform:skew(0deg,-3deg);
    -ms-transform:skew(0deg,-3deg);
    -o-transform:skew(0deg,-3deg);
    transform:skew(0deg,-3deg);
    margin-top: -50px;
}

.rbiseau-container .bauer-container,
.rbiseau-content {
    -webkit-transform:skew(0deg,3deg);
    -moz-transform:skew(0deg,3deg);
    -ms-transform:skew(0deg,3deg);
    -o-transform:skew(0deg,3deg);
    transform:skew(0deg,3deg)
}

.lbiseau-container {
   -webkit-transform:skew(0deg,3deg);
    -moz-transform:skew(0deg,3deg);
    -ms-transform:skew(0deg,3deg);
    -o-transform:skew(0deg,3deg);
    transform:skew(0deg,3deg);
    margin-top: -50px;
}

.lbiseau-container .bauer-container,
.lbiseau-content {
    -webkit-transform:skew(0deg,-3deg);
    -moz-transform:skew(0deg,-3deg);
    -ms-transform:skew(0deg,-3deg);
    -o-transform:skew(0deg,-3deg);
    transform:skew(0deg,-3deg); 
}

.fa-twitter::before {
    content: url(images/x-twitter.svg) !important;
    width: 14px;
    height: 14px;
    display: block;
    top: 2px;
    position: relative;
    filter: invert(52%) sepia(94%) saturate(373%) hue-rotate(1deg) brightness(94%) contrast(90%);
}

a:hover .fa-twitter::before {
    filter: invert(99%) sepia(4%) saturate(1049%) hue-rotate(281deg) brightness(119%) contrast(100%);
}

.bg-fixed {
    background-attachment: fixed !important;
}

strong,
b {
    color: #f03c81 !important;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

strong:hover,
b:hover {
    box-shadow: inset 0 -.2em 0 #f03c81 !important;
}

.padding-top > .vc_column-inner {
    padding-top: 40px !important;
}

/* Cookie notice */
#cookie-law-info-bar {
    width: 400px !important;
}

#cookie-law-info-bar .cli_messagebar_head {
    color: #fff !important;
}

/* Icon List accueil */
.iconlist-accueil .bauerico-building::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.iconlist-accueil .bauerico-bio::before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.iconlist-accueil .bauerico-gas-pipe::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

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

/* ===================================== TOPBAR ===================================== */
#top-bar {
    z-index: 99 !important;
}

#top-bar .top-bar-content {
    text-align: right !important;
}

#top-bar .top-bar-socials {
    width: 4% !important;
}

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

/* ===================================== FOOTER ===================================== */
#footer {
    overflow: hidden !important;
    border-top: 2px solid #000 !important;
}

#footer .bauer-container {
    width: 1450px !important;
}

#footer .widget .widget-title::after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #000000;
    display: block;
    position: relative;
    margin-top: 10px;
    transition: all .3s cubic-bezier(.35,.7,.35,1) .2s !important;
}

#footer .widget .widget-title:hover::after {
    width: 65% !important;
    background-color: #fff;
}

.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: 40%;
    position: relative;
}

.footer-grid .span_1_of_3 {
    width: 30%;
}

.footer-promotion {
    padding-top: 30px !important;
    padding: 30px 0 30px !important;
}

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

/* ===================================== BOTTOM BAR ===================================== */
#bottom {
    z-index: 9999 !important;
    position: relative !important;
}

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

/* ===================================== HEADER ===================================== */
#site-logo-inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999999 !important;
    display: block;
    position: relative;
    margin-top: -30px !important;
}

.header-style-5 #site-header-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-style-5 .site-navigation-wrap .inner {
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
}

.header-style-5 .site-navigation-wrap.fixed-hide .inner {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
}

.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
}

#site-header-inner.bauer-container {
    width: 1350px !important;
}

#header-aside .aside-content {
    color: #fff !important;
    top: 30px;
    display: block;
    position: relative;
}

/* Icônes header */
.elegant-icon_box-checked::before {
    content: "" !important;
    background-image: url(images/prothesiste-ongulaire-noir.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    padding: 10px !important;
}

.elegant-icon_clock_alt::before {
    content: "" !important;
    background-image: url(images/manucure-noir.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    padding: 10px !important;
}

.elegant-icon_like::before {
    content: "" !important;
    background-image: url(images/nail-art-noir.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    padding: 10px !important;
}

.header-style-5 #featured-title .inner-wrap {
    padding: 30px 0 30px 0 !important;
}

/* Featured title */
#featured-title .main-title {
    font-size: 28px !important;
    line-height: 30px !important;
}

#featured-title #breadcrumbs {
    display: table-cell !important;
    vertical-align: top !important;
}

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

/* ===================================== RESPONSIVE ===================================== */

/* Visibilité */
.visible_mobile {
    display: none !important;
}

.pas_visible_mobile {
    display: flex block !important;
}

.mobile-button {
    right: 0 !important;
    bottom: 40px !important;
    display: inline-block !important;
    left: unset !important;
    top: unset !important;
}

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

}

@media screen and (max-width: 767px) {
    .visible_mobile {
        display: block !important;
    }

    .pas_visible_mobile {
        display: none !important;
    }

    .menu_pages_2colonnes {
        column-count: 1 !important;
    }

    .footer-grid .span_1_of_3:first-child::after {
        content: none !important;
    }

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

    .marginleft-0-mobile {
        margin-left: 0 !important;
    }
}

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

}

@media only screen and (max-width: 1150px) {
    #main-nav > ul > li {
        margin: 0 8px !important;
    }

    #top-bar .top-bar-content .custom.content,
    .custom.content a img,
    #top-bar .top-bar-content .content::after {
        display: none !important;
    }

    .phone.content {
        font-size: 14px;
    }

    #header-aside .aside-content .info-wrap {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    #header-aside .aside-content .inner > span {
        margin-left: 15px !important;
    }
}

.mobile-button {
    display: none !important;
}

.visible_mobile_992 {
    display: none !important;
}

.pas_visible_mobile_992 {
    display: block !important;
}

#footer .widget_nav_menu {
    margin-left: 60px !important;
}

@media only screen and (max-width: 991px) {
    #footer .widget_nav_menu {
        margin-left: inherit !important;
    }

    .visible_mobile_992 {
        display: block !important;
    }

    .pas_visible_mobile_992 {
        display: none !important;
    }

    .mobile-button {
        display: block !important;
    }

    #top-bar::after {
        width: 100% !important;
        left: 0;
        transform: skew(0);
    }

    #top-bar .top-bar-socials {
        display: none !important;
    }

    #top-bar-inner {
        padding: 0 !important;
    }

    #site-logo {
        margin-top: -20px !important;
    }
    
    .fixed-hide .site-header-inner #site-logo #site-logo-inner {
        margin-top: -30px !important;
    }

    .fixed-hide .site-header-inner #site-logo #site-logo-inner {
        max-width: 200px !important;
    }

    .site-header-inner #site-logo #site-logo-inner {
        max-width: 220px !important;
    }
}

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

}

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

}

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

/* ===================================== CONTACT FORM ===================================== */
.wpcf7 .x-column.x-1-2 {
	width: 48%;
	margin-right: 2%;
    float: left;
}

.wpcf7 .x-column.last {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .wpcf7 .x-column.x-1-2 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.texte_blanc-formulaire > label {
    color: #fff !important;
}

label.obligatoire::before {
    content: "*";
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    right: 0;
    top: 0;
    margin-top: 2px;
    color: red;
    margin-right: 5px;
}

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