@media (min-width: 992px){
.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: 1px solid rgba(89,89,89,.13) !important;
}

.home .fl-page-nav-right .fl-page-header-wrap {
		 border-bottom: 0px solid rgba(89,89,89,.13) !important;
}
}

.fl-rich-text p {text-align: justify;}

/* social icon real hexa color square style */
.fl-page-bar .text-right .fl-social-icons .fa {
    display: inline-block;
    font-size: 2.3rem !important;
    border-radius: 3px;
    margin-left: 10px !important;
    padding-left: 3px !important;
  color:#fff !important;
}

.fl-page-bar .text-right .fl-social-icons .fa-linkedin {
    background: #4875B4 !important;
}
.fl-page-bar .text-right .fl-social-icons .fa-twitter { 
    background: #33CCFF !important;
}
.fl-page-bar .text-right .fl-social-icons .fa-google { 
    background: #C63D2D !important;
}
.fl-page-bar .text-right .fl-social-icons .fa-pinterest { 
    background: #C92228 !important;
}
.fl-page-bar .text-right .fl-social-icons .fa-instagram { 
    background: #4E433C !important;
}
.fl-page-bar .text-right .fl-social-icons .fa-youtube { 
    background: #FF3333 !important;
}

.fl-page-bar .fl-social-icons i.fab {
    font-size: 24px !important;
    vertical-align: middle;
    width: 24px;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
}

.fl-social-icons .fa-stack.icon-facebook-f i.fa-circle.branded, .fl-social-icons .fa-facebook-f.branded {
    color: #fff !important;
    background: #3b5997;
}

/* CF 7 custom column */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

/* ---- Specific design --- */
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

/* Map design with Snazzy */
.mapp-layout {
    border: 0px solid black !important;
    margin: 0px !important;
    padding: 0px !important;
}
.mapp-map-links {
    border-top: 0px solid lightgray !important; 
    border-bottom: 0px solid lightgray !important;
}
.mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited {
    border: none !important;
    color: #202020 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500;
}
.mapp-iw .mapp-title {
    text-align: center;
}

li.reals a, li.reals a:hover {
    background: url(https://db-ferronnerie.fr/wp-content/uploads/sites/74/2022/09/rea-signature3.png) 0 0 no-repeat!important;
    display: inline-block!important;
    background-size: 20px auto!important;
    padding-left: 25px!important;
}

/* ---- CF7 mae"terial style look a like--- */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 textarea {
    border-bottom: 2px solid #ededed !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    border-right: 0px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
    border-top: 0px solid #ffffff !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #6a6a6a !important;
      background-color: #ffffff !important;
}
/* CF7 contactform custom */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
/* CF7 contactform custom */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
/* drop down menu css */
.wpcf7-form select {
    border-bottom: 1px solid #ededed !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    border-right: 0px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
    border-top: 0px solid #ffffff !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #6a6a6a !important;
      background-color: #ffffff !important;
}
/* ---- Form focus --- */
.wpcf7 input[type=text]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid #343434 !important;
} 

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #333!important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #333!important;
}

input:focus::-webkit-input-placeholder { 
  color:transparent !important; 
  -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s; 
}
input:focus:-moz-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* FF 4-18 */
input:focus::-moz-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* FF 19+ */
input:focus:-ms-input-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* IE 1
 

 /* ---- CF7 --- */
div.wpcf7 .wpcf7-form-control { 
  max-width: 100%; 
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    min-width: 100%;
}

legend {
    display: block;
    line-height: inherit;
    color: #333!important;
    border: 0;
    border-bottom: 1px solid #333 !important;
}

.wpcf7-submit {    width: 100%;}

/* ---- BEAVER DEFAULT --- */
 /* --- fix wrap issue ---*/
.fl-row-content-wrap {    padding: 0px;}
/* --- ADMIN BAR CLEANER --- */
#wp-admin-bar-wp-rocket, #wp-admin-bar-my-sites, #wps_about_postbox, #wps_referring_postbox, #wps_top_visitors_postbox, #wps_recent_postbox, .error, #blogsynthesisshfswidget,  #wp-admin-bar-wpseo-menu, #wps_nag, #wp-admin-bar-edit, #wp-admin-bar-new_draft {display:none !important;}
/* Hide specific advanced option 
#fl-builder-settings-section-responsive, #fl-builder-settings-section-visibility, #fl-builder-settings-section-css_selectors, .fl-builder-tools-button {display: none;} */ 
/* Hide "a" feature */
.fl-page-header a, .fl-page-header a *, .fl-page-header a.fa, .fl-page-footer-widgets a, .fl-page-footer-widgets a *, .fl-page-footer-widgets a.fa, .fl-page-footer a, .fl-page-footer a *, .fl-page-footer a.fa, a:hover, a:focus  {    text-decoration: none !important;}

form label, form label textarea{ display: block; width: 100%; }
.nav a:hover{ transition: color .4s; }


.wpcf7-submit{ padding: 10px 25px !important; font-size: 18px !important; font-weight: normal !important; background: #2b2b2b !important;
	color: #fff !important; border: none !important; }
.wpcf7-submit:hover, .wpcf7-submit:focus{ background: #333 !important; color: #ffffff !important; transition: all .5s !important; border: none !important; }

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0 !important;
}

.justify{ text-align: justify; }

body, html{ overflow-x: hidden; }

.nolist ul, .nolist li{ list-style-type: none !important; margin: 0; padding: 0; }

.fl-page-footer-widgets-container{ text-align: center; }

li.reals a, li.reals a:hover {
    background: url(https://db-ferronnerie.fr/wp-content/uploads/sites/74/2022/09/rea-signature3.png) 0 0 no-repeat !important;
    display: inline-block !important;
    background-size: 20px auto !important;
    padding-left: 25px !important;
}


.fl-page-footer-widgets-row .col-md-4
{
    text-align: center;
}

.fl-page-footer-widgets-row .col-md-4 h4{ font-size: 30px; }

.page-template-sitemap .fl-page-content{ background: #fff; }

.mapp-layout {
z-index: 9;}


h2, h4, h5, h6 {
   
    font-size: 30px !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
}


h3 {
   
    font-size: 26px !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
}


.fl-rich-text h3, .fl-rich-text h4, .fl-rich-text h5, .fl-rich-text h6 {
margin-bottom: 30px;}

.fl-page-bar {
    border: none !important;
}

.fl-page-nav-wrap .navbar-nav {
  
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

#cookie-notice .button.bootstrap {
background-image: none !important;
  background-color: #2b2b2b !important;
}

.fl-widget-title {
    font-size: 20px;
    font-weight: normal;
    color:#2b2b2b !important;
    text-transform:uppercase !important;
		font-family:"Montserrat";
		margin-bottom: 5px !important;
}

.fl-page-nav-wrap .navbar-nav li.menu-item a:before {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #2b2b2b;
    width: 0;
}

.fl-page-nav-wrap .navbar-nav li a:hover:after,.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a:after,.fl-page-nav-wrap .navbar-nav li.current-menu-item>a:before{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		transform:translateY(0px)}


.fl-page-nav-wrap .navbar-nav li.menu-item a:before {
  top: 0;
  left: 0;
}

.fl-page-nav-wrap .navbar-nav li.menu-item a:hover:before,
.fl-page-nav-wrap .navbar-nav li.current-menu-item a:before,
.fl-page-nav-wrap .navbar-nav li.menu-item a:hover:after,
.fl-page-nav-wrap .navbar-nav li.current-menu-item a:after {
  width: 100%;
}


.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
    max-height: 90px !important;
    width: auto !important;
}


/* custom sticky header */
@media (min-width: 768px){
.home .fl-page-nav-right.fl-page-header-fixed, .home .fl-page-header-fixed {
    background-color: #fff !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07) !important;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1) !important;
}

}

/* Fullcreen slider menu fix 
@media (min-width: 768px){
.home .fl-page-header{
		position: relative;
		z-index: 99;
}*/
/* .home .fl-page-header {
    background-color: rgba(3,33,74,0.5) !important;
} */


/*
.home .fl-page-header-primary .fl-page-header-logo {display:none;}

 
}*/
@media (max-width: 772px){
h1,h2, h3, h4, h5, h6 {
   
    font-size: 22px !important;   
}
    
    .fl-builder-content .fl-node-5d3a933e501c7 a.fl-button, .fl-builder-content .fl-node-5d3a933e501c7 a.fl-button:visited {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 25px;
        }

}


.rowleft {
    display: inline-block;
    margin-top: 0px;
}
.fa.fa-facebook {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa.fa-facebook:before {
    content: "\f39e";
}
.social {display: inline-block;
position: relative;
    top: -5px;
}
.social .fa {
    display: inline;
    font-size: 2.3rem !important;
    border-radius: 3px;
    margin-right: 10px !important;
    padding: 10px 8px !important;
  color:#fff !important;
}

.social .fa-facebook {
    background: #3b5998 !important;
}

.tel-footer{
    font-size: 20px;
}

.phoneTop {
    font-size: 20px;
    transition: all .5s ease;
    display: inline-block;
    line-height: 25px;
    padding-left: 5px;
    position: relative;
    top: 0px;
}

.phoneTop a:hover {
    text-decoration: none !important;
}

.telhaut {
    font-size: 18px;
    transition: all .5s ease;
    display: block;
    line-height: 35px;
    padding-left: 0px;
    top: 0;
    text-transform: uppercase;
    color: #d14d1d !important;
    font-weight: 900;
    font-family: "Old Standard TT";
}

.telhaut a:hover {
		font-size: 20px;
    transition: all .5s ease;
    display: inline-block;
    line-height: 35px;
    padding-left: 0px;
    position: relative;
    top: 0px;
		color:#d14d1d;
}
@media only screen and (max-width: 426px){
	.telhaut {
    display: inline-grid;
		font-size:16px;
}
}

.heur {
    line-height: 22px;
    display: inline-block;
    border-right: solid 5px #ccc;
    padding-right: 10px;
}

.mail {
/*     display: inline-block; */
    line-height: 20px !important;
		font-size:14px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 0;
}

/* .home .fl-page-header, .home .fl-page-bar {
		position: relative;
		z-index: 99;
} */

/* BOUNCE */
@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-10px)}}

.bounce {
     animation: bounce 0.5s ease infinite alternate;
		color:#383e42 !important;
}
/* BOUNCE END */

/* ROTATE */
.fi-widget, .wp-image-56{
		-webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
/* ROTATE END */

/* PHOTOS */
.fl-photo
{display:block;overflow:hidden}
.fl-photo-content img.fl-photo-img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}
.fl-photo-content img.fl-photo-img:hover{-webkit-transform:scale(1);transform:scale(1)}
/* PHOTOS END */

.fl-page-footer {
    border-top: 0px solid #fff !important;
		border-bottom: 0px solid #fff !important;}

/* BORDER BODY */
body {
    border-right: 0px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2b2b2b;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 2px;
    background-color: #f5f5f5;
}

/* MAP */
.mapp-layout {
    z-index: 10!important;
    filter: grayscale(90%)!important;
}

.mapp-layout:hover {
    z-index: 10!important;
    filter: grayscale(60%)!important;
}
/* END MAP */

/* .fl-page-bar-row {
    border-bottom: 1px solid #a92600 !important;
    padding: 10px 0;
} */

.fl-page-bar:before {
    content: '';
    display: block;
    right: 0;
    left: 0;
    top: 0;
    height: 5px;
		margin: 0 auto;
    width: 30%;
    background: #fff;
}

.fotitre {
    font-size: 26px !important; 
		font-family:"Montserrat";
		}

@media (max-width: 772px){
.fotitre {
    font-size: 22px !important;   
		}
		
		.phoneTop {
    font-size: 14px;
}
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 2rem;
}

.fauxgras {font-weight:600;}

.move {
    transition: all .8s cubic-bezier(.45,.05,.55,.95) 0s;
}

.move:hover{transform:translate3d(0,-20px,0)}

.fl-page-footer-widgets {
    border-top: 0px solid #e6e6e6 !important;
}

body .fl-rich-text a:not(.sliderbox), .uabb-text-editor.uabb-accordion-desc a, .nav-link a:not(.doctolib) {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: transparent;
    border-radius: 0px;
    transition: all .3s ease;
}
body .fl-rich-text a:hover, .uabb-text-editor.uabb-accordion-desc a:hover, .nav-link a:hover {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .3s ease;
    animation: swingHorizontal 1s ease;
    animation-iteration-count: 1;
}

@keyframes swingHorizontal
{
    15%
    {
        transform: translateX(5px);
    }
    30%
    {
        transform: translateX(-5px);
    }
    50%
    {
        transform: translateX(3px);
    }
    65%
    {
        transform: translateX(-3px);
    }
    80%
    {
        transform: translateX(2px);
    }
    100%
    {
        transform: translateX(0);
    }
}

/* Custom fix menu on mobile */
@media (max-width: 767px){
body{ padding-top: 24% !important;}
.fl-page-bar {display:none !important;}
.fl-page-header { padding-top:10px !important;   position: fixed !important;  top: 0;  width: 100%; z-index:9999 !important;}
}            
@media (max-width: 768px) {
.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding: 4px 20px !important;
}
.fl-page-header {  background-color: #ffffff !important;
}            
.fl-page-header-container {    padding-bottom: 0px !important; padding-top: 0px !important;
}
}


@media only screen and (min-width: 1024px) {
.fl-page-header-primary .fl-page-header-logo {
		position: relative;
    overflow: visible;
    z-index: 99;
		height: 200px;
}
.home .fl-page-header-primary {
background-color: rgba(255,255,255,0)!important;
    border-bottom: 0 solid #f9cd5d;
		position: relative;
		z-index: 99;
		height: 260px;
}				
}

/* FOOTER CENTER ALIGN */
@media (min-width: 992px){
.fl-page-footer .col-md-6 {
    width: 100% !important;
}
.fl-page-footer .text-left .fl-page-footer-nav, .fl-page-footer .text-right {
    text-align: center !important;	
}
}