@import
url('https://fonts.googleapis.com/css2?family=Dancing+Script&amp;family=Ibarra+Real+Novadisplay=swap');
@import
url('https://fonts.googleapis.com/css2?family=Dancing+Script&amp;display=swap');
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Ibarra Real Nova', serif;
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 320px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: black;
}
svg{
    margin-top: 0;
    margin-left: 0;
}
.item_home{
    margin-top: 0;
    margin-left: 0;
}

/* ***********navbar************ */
header {
    width: 100%;
    height: auto;
}
header nav {
    font-family: 'Dancing Script', cursive;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fffae1;
    position: fixed;
    width: 100%;
    opacity: 0.9;
    font-weight: bold;
    height: 90px;
}

header nav .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    margin-left: 4px;

}


.item_home:hover {
    background-color: #fcecc0;
}

.item_poele:hover {
    background-color: #fcecc0;
}
.item_tarif:hover {
    background-color: #fcecc0;
}
.item_zone:hover {
    background-color: #fcecc0;
}
.item_zone {
    padding-left: 2em;
}

header >nav> .block-menu {
    position: relative;
    margin: 1.8rem;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15em;

}

.menu1, .menu2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    height: 3em;
    font-size: 1em;
}
.menu1, .menu2{
    width: 15em;
}

.item_home{
    margin-top: 0;
    margin-left: 0;
}


.block-menu{
    height: 8.5em;
    font-family: 'Dancing Script', cursive;
}


/* *************footer************* */
footer {
    background-color: #524a3a;
    color: #fffae1;
    padding: 20px 0 10px 0;
    text-align: center;
}
.mail>a {
    color: #fffae1;
}

#copyright {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    color: #fffae1;
}
.icons {

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}
.icons> a{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 1.3em;
    color: #fffae1;
}
.icons >a:hover {
    transform: scale(1.5);
    transition: 0.1s;
}
#iconsSociaux {
    text-align: right;
}



@media screen and (max-width: 600px) {
    .logo > p 
    {
        display: none;
    }
    .block-menu
    {
        font-size: small;
    }
    #iconsSociaux 
    {
        display: none;
    }
}
@media screen and (min-width: 376px) and (max-width: 427px) {
    
    .block-menu
    {
        font-size: x-small;
    }
    #copyright
    {
        width: 100%;
        margin-top: 100px;
    }
}
@media screen and (max-width: 375px) {
    
    .block-menu
    {
        font-size: xx-small;
    }
    #copyright
    {
        width: 100%;
        margin-top: 100px;
    }
}


