* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;


}
h2 {

    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;

}
#bloc_page
{
    width: 1000px;
    margin: auto;
}




/* Menu */
.header {
    margin: 0 auto;
    display: flex;
width: 100%;
    justify-content: space-around;
    align-items: baseline;
    background-color: black;
    color: white;
    height: 60px;
    top: 0;
    
    position: -webkit-sticky;
    position: sticky;
    


}

.header a {
    margin: 18px;

    text-decoration: none;
    color: white;
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    background: linear-gradient(to top, rgba(255, 0, 128, 0.342) 0%, rgba(231, 191, 228, 0.89) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
    transition: background-size .5s;
}

nav {
    margin-bottom: 0;
    text-align: center;
    margin: 18px;
    color: white;
    background-color: black;
}

.header a:hover {
    color: #c9b9c4;

    width: 100%;
    background-size: 100% 100%;



}






main {
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    font-size: 12px;

}

.banner {
    width: 100%;
   




}


p {
    text-align: justify;
}


.container {

    display: flex;
    flex-wrap: wrap;


}



.boite {
    width: 31%;
    text-align: center;
    margin: 5% auto;
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;

}

.boite img {
    transition: 1s facilité;
}

.boite img:hover {
    -webkit-transform: scale(1.2);
    -transformation ms: échelle (1.2);
    transformer: échelle(1.2);
    transition: 1s aisance;
}

.boite2 {
    width: 25%;
    text-align: center;
    margin: 5% auto;
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;

}

.bannermauve {

    background: #4e4444;
    height: 300px;
    width: 100%;
    color: white;
    text-align: center;
    margin: auto;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

footer {
    min-height: 120px;
    background-color:black;
    display: flex;
    width: 100%;
    justify-content: center;
    

}



a.ici {
    color: #a1949d;
    margin: 40px;

}

footer {
    padding-top: 50px;
}

footer p {
    text-align: center;
    margin: 0;
}

footer p a {
    color:#fff;
    margin: 40px;
}

footer p a:hover {
    color: #a1949d;
    
}


.blockquote-wrapper {
    display: flex;
    height: 100vh;
    padding: 0 20px;
}


.blockquote {
    position: relative;
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}


.blockquote h1 {
    position: relative;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}


.blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(255, 255, 255, 1);
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}






.blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}



















    @media screen and (max-width:600px) {
        .boite {
            width: 100%;
            padding: 0 15px;
        }
        .boite2 {
            width: 100%;
            padding: 0 15px;
        }

        .bannermauve {
            width: 100%;
        }

        .h1 {
            width: 100%;
        }

        .blockquote h1 {
            font-size: 40px;
        }

        .boite img {
            width: 100%;
        }
        .header{
            width: 100%;
            font-size: 6px;
          
            
            
        }