* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
}

.logo {
    width: 38%;
}
p {
    margin-bottom: 24px;
}
.reseaux img {
    width: 35px;
    padding-bottom: 25px;
}
.m6 {
    position: absolute; top: 25%; left: 46%; width: 8%;
}
.bandeau {
    width: 100%;
    margin-bottom: 120px;
}
.text_logo {
    color: #32757A; font-weight: 800; margin: 5px 0 30px 0;
}

/* DESKTOP */

@media all and (min-width: 1000px) {
    body {
        border: 2px #32757A solid;
        width: 21cm;
        height: 29.7cm;
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }    
}

/* TOUT FORMAT SAUF MOBIL */

@media all and (min-width: 480px) {
    .bandeau_mobile {
        display: none;
    }
}

/* TABLETTE */

@media (min-width: 768px) and (max-width: 1024px) {
    .m6 {
        width: 20%;
        top: 27%;
        left: 40%;
    }
    .bandeau {
        margin-bottom: 150px;
    }
}
  
/* MOBILE */

@media (min-width: 480px) and (max-width: 768px) {
    .m6 {
        width: 25%;
        top: 18%;
        left: 40%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    div p {
        padding: 0 24px;
    }
    .m6 {
        width: 30%;
        top: 57%;
        left: 35%;
    }
    .logo {
        width: 53%;
    }
    .bandeau {
        display: none;
    }
    .bandeau_mobile {
        width: 100%;
        margin-bottom: 120px;
    }
}

@media (min-width: 375px) and (max-width: 380px) {
    .m6 {
        top: 70%;
    }
}

@media (width:344px) {
    .m6 {
        top: 48%;
    }
}