@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat';
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    font-size: 0.9em;
}

header {
    background-color: #ff2c55;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1;
}

.logo {
    font-size: 2vw;
    font-weight: bold;
    color: rgb(234, 234, 241);
    margin-left: 15px;
    margin-top: 10px;
}

.iconephone {
    font-size: 1.6vw;
    font-weight: bold;

}

.iconephone .couleur {
    color: rgb(22, 22, 151);
    margin-top: 3px;
}

.navbar a {
    color: rgb(234, 234, 241);
    font-weight: bold;
}

.landing-page img {
    width: 100%;
    height: auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 1.5em;
}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    margin: 0 25px;
}


.navbar .nav-links ul li.active a {
    font-weight: 600;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    width: 50px;
    right: 50px;

    margin-right: 0px;
}



#idseparator {
    position: absolute;
    height: 15vh;
    width: 100%;
    padding-top: 150px;
    padding-left: 50px;

}


.big-title-content {
    color: #383d48;
    font-size: 20px;
    font-family: 'Abril FatFace', cursive;
    font-weight: 50;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.big-title-content::before {
    content: "";
    position: absolute;
    background-color: red;
    width: 100px;
    height: 5px;
    bottom: 0;
    margin-top: 15px;
}


/* SOINS*/

#soins .item_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    flex-wrap: wrap;
}

.soins_item {
    text-align: center;
    width: 45%;
    height: 35%;
    border: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;

}

.soins_item_li {
    display: flex;
    margin: 10px 10px 10px 10px;
    font-size: 1.2em;
    text-align: left;
}

.cercle {
    display: list-item;
    width: 12px;
    height: 12px;
    shape-outside: circle();
    clip-path: circle();
    /*background: rgb(175, 238, 3);*/
    background: rgb(120 149 156);
    margin-right: 10px;
    margin-top: 5px;

}


/* INFO PRATIQUES */


#infos-pratiques {
    position: relative;
}

#infos-pratiques .item_container {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    flex-wrap: wrap;
}

.infos-pratique-item {
    text-align: center;
    width: 300px;
    height: 300px;
    border: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 10px 0px 0px 10px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    font-size: 1.3em;
    background-color: white;
    flex-direction: row;

}

.img_class {
    position: absolute;
    margin-top: 70px;
}

.info-pratique-item-title {
    color: green;
    font-weight: bold;
}

#infos-pratiques .item_container .infos-pratique-item:hover {
    transform: translateY(2px);
    box-shadow: 0px 65px 90px -55px #6d6456;
}


/* NOUS CONTACTER */
.contact_icon {
    font-size: 20px;
    color: rgb(56, 56, 59);
    margin-top: 25px;
}

.texte {
    font-size: 1.4em;
    text-align: center;
    color: rgb(24, 24, 209);
}

#nous_contacter {
    height: 65vh;
    margin: auto;
    color: rgb(43, 38, 38);
    font-size: large;
    text-align: center;
}

#nous_contacter .item_container {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    flex-wrap: wrap;
}

.frame {
    width: 60%;
    height: 50vh;
}

.mapsize {
    border: 0;
    width: 100%;
    height: 100%;
    /*width: 550px;
    height: 300px;*/
}

.contact_infos {
    width: 40%;
}

/* FOOTER */
footer {
    background-color: #464747;
    height: 90vh;
}

#footer_content {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
    font-size: 1.2em;
    width: 100%;
}

.footer_title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}

.footer_title::before {
    content: "";
    background-color: rgb(139, 136, 136);
    position: absolute;
    bottom: -8px;
    width: 100px;
    height: 5px;
}

.footer_item p {
    margin-top: 10px;
}

.footer_item li {
    margin-top: 10px;
}

.footer_item a {
    color: white;
}

.horaires {
  text-align: left;
}

@media only screen and (max-width: 600px) {
    .container {
        font-size: 1em;
    }

    header {

        height: 60px;

    }

    .item_container {
        width: 100%;
        margin: 0;
    }

    .logo {
        font-size: 1.5em;
    }

    .navbar .menu-hamburger {
        display: block;
    }


    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(109, 104, 104, 0.2);
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        margin-left: -100%;
        transition: all 0.5s ease;

    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    .nav-links ul {
        top: 20%;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.3em;
        color: red;
        font-weight: bold;
    }

    .navbar .nav-links ul li a {
        color: red;
        font-weight: bold;
    }

    #idseparator {
        padding-top: 100px;
        padding-left: 20px;

    }

    .big-title {
        font-size: 4vw;
        width: 90%;
    }

    .soins_item {
        width: 90%;
    }
/*
    #bloc2 {
        margin-left: 10px;
    }*/
    .cercle {
    margin-top: 7px;
    }

    .img_class {
        margin-top: 50px;
    }

    #infos-pratiques .item_container {
        flex: 1;
    }
 
    #infos-pratiques .infos-pratique-item {
        width: 300px;
        height: 300px;
    }

    /* NOUS CONTACTER */
    #nous_contacter {
        height: 78vh;
    }

    .frame {
        width: 100%;
    }

    .mapsize {
        width: 100%;
        height: 80%;
    }

    .contact_infos {
        width: 100%;
    }

    .contact_icon {
        font-size: 25px;
        margin-top: 15px;
    }

    .texte {
        font-size: 1.1em;
    }

    /* FOOTER */
    footer {
        height: 140vh;
    }

    #footer_content {
        flex-direction: column;
        margin-left: 20px;
    }
}