.navbar
{
    margin: auto;
    background-color: antiquewhite;
    box-shadow: 0px 0px 20px black;
}

.navbar:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-size: 600px;
    opacity: 20%;
    pointer-events: none;
}

.navbar-brand
{
    padding-left: 2%;
}

.navbar-collapse
{
    justify-content: center;
}

.navbar ul li
{
    width: auto;
}

.navbar ul li a
{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Reggae One, cursive, serif;
    color: #383838!important;
    opacity: 75%;
    transition: 0.5s;
}

.navbar ul li a:hover
{
    opacity: 100%;
}

#Accueil
{
    margin: auto;
    width: 100%;
    height: 100vh;
}

#Accueil .row
{
    height: 100%;
    padding-top: 60px;
}

#Accueil #logo_accueil
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    
#Accueil #logo_accueil img
{
    margin: auto;
    padding-right: 15%;
    max-width: 100%;
    max-height: 80%;
}

#Feed-Instagram
{
    padding-top: 75px;
}

#Feed-Instagram .crt-carousel-slider
{
    display: flex;
    justify-content: center;
}

#image1
{
    position: absolute;
    top: 0px;
    right: 0px;
    pointer-events: none;
    width: 33%;
    min-width: 250px;
}

#image1 img
{
    width: 100%;
}