/*
Theme Name: hav
Author: Pierre-Jean
Description: Theme pour horloge-a_voir.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body,
html {
    margin: 0;
    padding: 0;
    background-color: #8C5967;
}

header{
	visibility: hidden;
}

#menu-menu-1 {
    position: fixed;
    width: 300px;
    height: 100px;
    z-index:1;
    margin-top:40px;
	margin-left:40px;
}

#menu-menu-1 li {
	list-style:none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
  -webkit-text-stroke: 0.03em #fff;
  -webkit-text-fill-color: transparent;
    font-weight: 700;
    background-color: #8C5967;
    border: 3px solid white;
    margin-top: -4px;
    font-size: 1.2em;
    transition: .4s;
}

#menu-menu-1 li:hover{
    -webkit-text-stroke: 0em #fff;
    -webkit-text-fill-color: #fff;
}

#menu-menu-1 a {
    display: block;
    margin: 20px;
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
}

#menu-menu-2 {
    width: 100%;
    height: 100%;
    z-index:1;
	padding: 0;
	margin: 0;
}


#menu-menu-2 li {
    text-align: center;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
  -webkit-text-stroke: 0.03em #fff;
  -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: none;
    border: 3px solid white;
    margin-top: -3px;
    font-size: 1.2em;
    transition: .4s;
}

#menu-menu-2 li:hover{
    -webkit-text-stroke: 0em #fff;
    -webkit-text-fill-color: #fff;
}

#menu-menu-2 a {
    display: inline-block;
    margin: 20px;
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
}

.wrap {
    position: relative;  
    height: 100vh;
}

#svg image{
    transition: transform .2s;
}

#svg image:hover{
    transform: scale(1.05);
    opacity: 0.8;
}


#svg {
    position: absolute;
}

.logo{
    transition: transform .2s;
	transform: scale(1);
    width: 5%;
    height: auto;
}


.logo:hover{
    transform: scale(1);
    opacity: 1;
}

.article-full{
    width:100%;
    margin:auto;
}

.article-full h2{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size:40px;
}

.article-full p{
    font-family: 'Roboto Slab', serif;
    
}

#gallery-1 img {
    border: 2px solid black;
}