footer{
padding:4vw 0 2vw 0;
font-size:0.85rem;
border-top:1px solid var(--blanc);
}
footer .phone{
font-weight:bold;
font-size:1.25rem;
margin:0.75rem 0;
}
footer .motif-footer{
width:90%;
max-width:140px
}
footer ul{
margin:0; padding:0; list-style:none;
}
footer .rezos ul{
display:flex;
flex-wrap: wrap;
gap:10px;
margin:1rem 0;
}
footer ul li a{
color: var(--vertfonce);
display:inline-block; padding:0.25rem 0;
}
footer ul li a:hover{
color: var(--ocre)
}
footer .signature{
margin-top:2rem;
padding:0.5rem 0;
font-size:0.7rem;
}
footer .signature a.concept{
pointer-events: none
}
.home footer .signature a.concept{
pointer-events: auto
}
footer .rezos ul li a{
width:65px; height:65px;
display:block;
border:0.02rem solid var(--vertfonce);
border-radius:50%;
overflow: hidden; white-space: nowrap;
text-indent:100%;
background-repeat: no-repeat;
background-position:center;
background-size: auto 22px;
}
footer .rezos ul li a:hover{
background-color: rgba(0,0,0,.1);
}
footer .rezos ul li.fbk a{
background-image: url(//sweetwoodhomes.com/wp-content/themes/swh/img/fbk.svg);
}
footer .rezos ul li.lkd a{
background-image: url(//sweetwoodhomes.com/wp-content/themes/swh/img/lkd.svg);
}
footer .rezos ul li.inst a{
background-image: url(//sweetwoodhomes.com/wp-content/themes/swh/img/insta-footer.svg);
}
footer .menu-metiers-container, footer .menu-footer-container{
height:100%;
}
footer .menu-metiers-container ul, footer .menu-footer-container ul{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
height:100%;
}
footer .menu-metiers-container ul li, footer .menu-footer-container ul li{
text-transform: uppercase;
margin:0.15rem 0
}
footer .menu-metiers-container ul li.localisation a{
font-weight: bold
}
footer .menu-metiers-container ul li.strong{
font-weight:500;
}
.nav-mobile{
background-color: var(--grisclair);
position:fixed;
top:0; left:0;
width:100%; height: 100vh;
overflow:auto;
-webkit-transform: translateX(-100%);  transform: translateX(-100%);
-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
z-index:998
}
.nav-mobile.open{
-webkit-transform: translateX(0);  transform: translateX(0);
}
.nav-mobile .inner{
padding-top:150px;
padding-left:12%; padding-right:12%;
}
.nav-mobile ul{
margin:0 0 1rem 0;
padding:0;
list-style: none;
}
.nav-mobile ul ul.sub-menu{
display:none;
}
.nav-mobile ul ul.sub-menu li{
font-size:0.9em;
text-transform: none;
}
.nav-mobile ul li{
font-size:1.25rem;
}
.nav-mobile ul li a{
display:block; padding:0.35rem 0;
}
.nav-mobile ul li.uppercase{
text-transform: uppercase;
font-weight: 500;
}
@media screen and (min-width:1200px){
footer{
background-image: url(//sweetwoodhomes.com/wp-content/themes/swh/img/arbre-footer.svg);
background-position: right bottom;
background-repeat: no-repeat;
background-size:160px
}
.nav-mobile{
display:none;
}
}
@media screen and (min-width:1440px){
footer{
background-size:200px
}
}