@font-face {
    font-family: "Rosie Brown";
    src: local("Rosie Brown"),
    url("../police/Rosie Brown.otf") format('OpenType');
}

*,
*::before,
*::after{
    box-sizing: border-box;
}
.mystere{
    margin-left :2em;
}
.footer{
    display: flex;
    justify-content: center;
}
.footer img{
    margin: 2em;
    width: 50px;
    filter: drop-shadow(0 0 0.75rem rgba(255, 255, 255, 0.69));
}
.div_menu_icon{
    margin-left: auto;
    margin-top: 10px;
}
.container_menu {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 17px;
    height: 1px;
    background-color: whitesmoke;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}
.list_menu{
    display: none;
    list-style-type: none;
    position: absolute;
    text-align: center;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #241141;
}
.list_menu li{
    padding: 1.5em 2.5em;
}
.list_menu li a {
    margin: 0;
    color: #ffede5;
    text-shadow: rgba(255, 255, 255, 0.74) 1px 0 5px;
    text-decoration: none;
}

/* Ordi */

@media screen and (min-width:1024px) {
    body {
        margin: 0;
        background-color: #241141;
        color: #ffede5;
        font-family: "Calisto MT", serif;
        font-weight: lighter;
    }

    h1 {
        font-family: Rosie Brown, sans-serif;
        font-weight: lighter;
        font-size: 9em;
        text-align: center;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 10px;
        margin-bottom: 0;
    }
    .header_2{
        display: none;
    }
    .header_1{
        margin-bottom: 4em;
    }
    a{
        color: #c4a6f5;
        text-decoration: none;
    }
    a:hover{
        color: #ffede5;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 5px;
    }
    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav a {
        padding: 1em;
        text-decoration: none;
    }
    nav a:hover {
        border-bottom: 1px solid #ffede5;
    }
    .container{
        margin: 4em;
    }
    .text{
        padding-left: 3em;
        text-align: left;
    }
    .row img{
        width: 400px;
    }
    .img-fluid {
        display: block;
        max-width: 100%;
        height: auto;
    }
    h2{
        font-family: "Rosie Brown", serif;
        font-weight: lighter;
    }
}

/* tablette */

@media screen and (min-width:768px) and (max-width:1023px){
    body {
        margin: 0;
        background-color: #241141;
        color: #ffede5;
        font-family: "Book Antiqua", serif;
        font-size: 15px;
    }
    .header_2{
        display: none;
    }
    .header_1{
        margin-bottom: 3em;
    }
    a{
        color: #c4a6f5;
        text-decoration: none;
    }
    a:hover{
        color: #ffede5;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 5px;
    }
    h1 {
        font-family: Rosie Brown, sans-serif;
        font-weight: lighter;
        font-size: 7em;
        text-align: center;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 10px;
        margin-bottom: 0;
    }

    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav a {
        padding: 1em;
        text-decoration: none;
    }
    nav a:hover {
        border-bottom: 1px solid #ffede5;
    }
    .container{
        margin: 4em;
    }
    .text{
        padding-left: 3em;
        text-align: left;
    }
    .row img{
        width: 250px;
    }
    .row{
        display: flex;
        justify-content: space-between;
    }
    .img-fluid {
        display: block;
        max-width: 100%;
        height: auto;
    }
    h2{
        font-family: "Rosie Brown", serif;
        font-weight: lighter;
    }
}

/* phone */

@media screen and (min-width:320px) and (max-width:767px) {
    body {
        margin: 0;
        background-color: #241141;
        color: #ffede5;
        font-family: "Book Antiqua", serif;
        font-size: 10px;
    }
    .header_1{
        display: none;
    }
    .header_2{
        display: flex;
        justify-content: space-between;
        padding-left: 2em;
        padding-right: 2em;
        align-items: center;
        margin-bottom: 1em;
    }
    h1 {
        font-family: Rosie Brown, sans-serif;
        font-weight: lighter;
        font-size: 25px;
        text-align: right;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 10px;
        margin-bottom: 0;
    }
    a{
        color: #ffede5;
        text-decoration: none;
        text-shadow: rgba(255, 255, 255, 0.74) 1px 0 5px;
    }
    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav a {
        padding: 1em;
        text-decoration: none;
    }
    nav a:hover {
        border-bottom: 1px solid #ffede5;
    }
    .container{
        margin: 4em;
        padding: 0;
    }
    .row{
        display: flex;
        justify-content: center;
    }
    .text{
        padding-left: 3em;
        text-align: center;
    }
    .img_pres{
        width: 200px;
        height: auto;
        justify-content: center;
    }
    .img-fluid {
        display: block;
        max-width: 100%;
        height: auto;
    }
    h2{
        font-family: "Rosie Brown", serif;
        font-weight: lighter;
    }
}