

@media screen and (max-width:750px) {
    .burger-menu {
        display: flex;             /* pour que le burger menu ré apparaisse*/
        justify-content: center;
        align-items: center;
    }

body {
 background-color: rgb(243, 237, 222);
}

h1, h2, h4 {
    padding-left: 120px;
    font-size: 30px;
    text-decoration: solid !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; 
    color:black;
       
}
   
.laptop-menu {
        display: none; /* on  cache  la nav quand cela passe en tablette et mobile, petit écran*/
    }

header {
    padding: 0 10%;
    height: 100px;
}


/* je cache Comité Mirareine de la nav en mode mobile*/
header span {
    display: none;
}

.film video {    /* pour que la 1ere image prenne la largeur de l'écran , en mode mobile*/
        height: auto;
        width: 100%;
    }

#article {
        width: 100%;
        height: auto;   /*permet que le texte s'adapte à tous les écrans phone */
        padding-top: 0%;   /* permet de monter au plus près de la vidéo le texte */
    } 
        
.texte-presentation p {
    width: 100%;
    height: auto;
    text-align: justify;
}

.texte-presentation em {
    padding-left: 90px;
    color: goldenrod;
    
}

#article span {
    padding: 20px;
}

.marquee-rtl {
    width: 100%;
    height: auto;
}

#proposition {
    width: 100%;
    height: auto;
    padding-top: 0%;
}

.articles .spec {
    padding: 2%;
    margin-bottom: 20px;
}

.vignette {
    width: 100%;
    height: auto;
}
 
.contact {
        
    flex-direction: column;
    padding: 50px 20px; 
    width: 100%;
    }


.link-contact {
    margin: auto; /* pour centrer le mail + phone en mobile*/
    margin-bottom: 30px; /* pour mettre un espace en dessous de la map en mobile*/
    }

.contact .pointeur img {
    margin: auto;
    margin-bottom: 65px;
    width: auto;
}    

.contact img {
    width: 100%;
    height: auto;
    border: none;
    }

    .footer-content {
        flex-direction: column; /* pour centrer tout ds le footer en mobile*/   
    }

    .footer-logo img {
        flex-direction: column;   /* = icônes des réseaux sociaux */
        padding: 20px;              /* les déplace vers le milieu */  
    }

    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo a {
        text-align: center;
    }
    .footer-menu {
        margin-bottom: 20px;
        margin-left: 270px;

    }

    .footer-menu nav {
        margin-top: 60px;
    }
    .copyright {
        text-align: center;
    }
}