@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Petit+Formal+Script&display=swap");

body{
    margin: 0;
    padding: 0;
}
.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 60%;
    height: 100px;
    transition: all 0.3s ease;
}
h1{
    letter-spacing: 2.5px;
}
h2{
    letter-spacing: 3px;
}
a{
    text-decoration: none;
    color:rgb(59, 57, 56);
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}
.logo-big{
    width: 410px;
    height: 100px;
    margin-left: 20px;
}
.navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    background-color: #fff;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
}
a:hover{
    color: rgb(236, 235, 234);
}
.logo-small{
    display: flex;
    width: 400px;
    height: 90px;
}
.menu{
    display: none;
    color:rgb(98, 102, 100);

}
p{
    color : rgb(98, 102, 100);
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    line-height: 1.6;
}
.displayed{
    display: block;
}
.not-displayed{
    display: none;
}
.scrolldown{
    box-shadow: #d0c38322 1px 2px;
    justify-content: center;
}
a>i>.inactive{
    visibility: collapse;
}
.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.link{
    margin: 50px;
}
.link>ul>li{
list-style: none;
margin: 5px;
}
.link>ul{
padding: 0px;    
}
.titleLink{
    font-size: 0.7em;
    margin-bottom:  5px;
    font-family: 'Open sans', sans-serif;
    text-transform: uppercase;
    color: rgba(68, 69, 70, 0.629);
    font-weight:bolder;
}
.li_link{
    font-size: 0.7em;
}
.linkinsta{
    width: 50px;
    height: 50px;
}
.linkface{
    width: 45px;
    height: 45px;
}
.container_link{
margin-bottom: 80px;
}
@media (max-width: 1024px) {
    .logo-big {
        width: 380px;
        height: 100px;
    }
    li{
        margin: 25px 20px;
    }
}
@media (max-width: 1050px) {
.container_link>.titleLink{
    font-size: 1.2em;
}
.img-link{
    width:50px;
    height: 40px;
}
.link>.titleLink{
    font-size: 1.2em;
}
.li_link{
    font-size: 0.8em;
}
.link{
    margin: 40px;
}
}
@media (max-width: 850px) {
    .logo-big {
        width: 300px;
        height: 80px;
    }
}
@media (max-width: 750px){
    .scrolldown{
        display: none;
    }
    .logo-big{
        display: none;
    }
    /*Important pour forcer par dessus le reste */
    .active {
        display: flex !important;
    }
    .inactive{
        display: none !important; 
    }
    .burgerActive{
        flex-direction: column !important;
        background-color: rgb( 240 , 240 , 242);
        height: 280px;
    }
    .burgerInactive{
        flex-direction: row !important;
        background-color: none;
    }
    .menu{
        display: block;
        font-size: 2rem;
        color: rgb(68, 69, 70);
        margin: 15px 15px 15px;
    }
    .nav{
        flex-direction: column;
        text-align: center;
        margin: auto;
    }
    .logo-small{
    display: flex;
    width: 380px;
    height: 100px;
}
    .logo-small{
        width: 250px;
        height: 60px;
        padding: 7px 0 4px 10px;
    }
    .navbar{
        justify-content: space-between;
        text-align: center;
    }
    a{
        font-size: 1rem;
        padding: 5px;
    }
    h1{
        margin-top: 2rem !important;
    }
    .footer{
        flex-direction: column;
        padding-top: 50px;
    }
    
    .link{
        text-align: center;
    }
    .container_link{
        text-align: center;
    }
}