/*
Theme Name: Laura-Harmaty
*/
:root {
    --pink: #d87d9e;
    --purple: #ccb8d1;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

.content {
    margin: 1em 2em;
    padding: 1em;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    /* background-color: rgba(216,125,158,0.1); */
    /* background-color: rgba(204,184,209,0.2) */
}

/******HEADER********/
/* header {
    background-image:  url("./assets/gabin4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35em;
    width: 100%;
    display: flex;
    justify-content: center;

}

header > a {
    position: absolute;
    right: 3rem;
    margin: 2em;
    align-self: center;
    text-align: center;
}

header > a {
    align-self: center;
    text-align: center;
}
.title-1 {
    text-transform: uppercase;
    font-size: 3em;
    text-shadow: 1px 1px 6px grey;
    /* color: var(--pink); 
}*/

.title-2 {
    font-family: 'Caveat', cursive;
    font-weight: 100;
    font-size: 2.5em;
    /* color: grey; */
} 


 
.header-container_div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.header-img1 {
    width: 20%;
}
.title-1 {
    text-align: center;
    text-shadow: 1px 1px 2px grey;
    text-transform: uppercase;
    font-size: 1.5em
}

.title-2 {
    font-family: 'Caveat', cursive;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
}

.header-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    background-color: #CCB8D142;
    height: 125px;
}
.header-imgGabin {
    width: 100%;
}

#img2_header {
    display: none;
}

header > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.toggle-div {
    align-self: center;
}

@media (max-width: 650px) {
    /* header {
        align-items: start;
    }
    #baby-header {
        display: none;
        align-self: center;
        width: 20%;
    }
    header > .header-img2 {
        display: none;
    }
    header > img {
        width: 30%;
    }
    .header-container_div {
        margin-right: 1em;
    }
    .header-container_div > .title-1, .title-2 {
        text-align: center;
        font-size: 1.2em;
    } */
} 

/*NAVIGATION*/

hr {
    margin: 1em 5em;
}
#menu-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

#menu-navigation > li {
    padding: 0 1.5em;
}

#menu-navigation > li > a {
    text-decoration: none;
    /* font-family: 'Montserrat', sans-serif;  */
    font-family: 'Roboto', sans-serif;
     font-size: 1em;
    /* font-family: 'Caveat', cursive;
    font-weight: 300; */
    color: black;
    font-weight:bold;
}

#menu-navigation > li > a:hover {
    color: var(--pink);
}

#menu-navigation > li > a:active {
}

#label {
    display: none;
}

#toggle {
    display: none;
}

@media (max-width: 1000px) {
    #img2_header {
        display: block;
    }
    #img1_header {
        display: none;
    }
    #label {
        display: flex;
        justify-content: center;
        cursor: pointer;
        font-size: 1.5em;
    }
    .menu-navigation-container{
        display: none;
        flex-direction: column;
        align-items:center ;
    }

    #toggle:checked + .menu-navigation-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 120px;
        right: 0;
        /* width: 55vw; */
        max-width: 250px;
    }
    
    #toggle:checked + .menu-navigation-container > ul {
        flex-direction: column;
        align-items: end;
        justify-content: center;
        height: auto;
        max-height: 200px;
        z-index: 0;
        background-color: #F2EDF3;
        margin: 0;
    }

    #menu-navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #menu-navigation > li {
        margin-bottom: 10px;
    }
}

/* @media (min-width: 650px) and (max-width: 1400px) {
    .title-1 {
        font-size: 2em;
    }
    .title-2 {
        font-size: 1.5em;
    }
}

@media (min-width: 650px) and (max-width: 1000px) {
    header > a {
        right: 0;
        width: 30%;
    }
}*/


/* CONTENT */
.home-block{
    align-items: start;
}

.home-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around!important;
}
.content-title-2 {
    font-family: 'Caveat', cursive;
    /* font-family: 'Montserrat', sans-serif;  */
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 300; 
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: var(--pink);
}

.content-title-3 {
    color: var(--pink);
    font-family: 'Caveat', cursive;
    font-weight: 300;
    font-size: 2em;
}

.content-div {
    padding: 1em;
}

.img-content {
    height: 300px;
}
.img-content > figure > img{
    /* mask-image: url("./assets/flower.svg");
    -webkit-mask-image: url("./assets/flower.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: top;
    mask-size: contain;
    -webkit-mask-size: contain; */
    border-radius: 40%;
}

@media (max-width: 650px) {
    .content {
        margin: 1em;
    }
}

.accompagnement, .atelier {
    justify-content: space-between;
}
.accompagnement-list {
    padding: 0;
}
.accompagnement-list > li {
    list-style: none;
    text-align: center;
    margin-top: 1em;
}
.accompagnement-block {
    padding: 1em;
    width: 30%;
    height: 46em;
    
}

.atelier-block {
    padding: 1em;
    width: 30%;
    height: 55em;
}
.accompagnement-block > div {
    justify-content: center;
}

.tarifs {
    padding: 0.5em;
    border-radius: 30%;
    width: 15em;
    margin: auto;
}


.tarifs-block {
    padding: 1em;
}
.home-block {
    width: 40%;
    padding: 1em;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #CCB8D11A;
}

.contact-button > a{
    text-transform: uppercase;
    padding: 1em;
    font-family: 'Caveat', cursive;
    font-weight: 300;
}
.block-img{
    width: auto;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .accompagnement-block {
        height: 50em;
    }
    .atelier-block {
        height: 58em;
    }
}

/* @media (min-width: 1100px) and  (max-width: 1200px) {
    .accompagnement {
        flex-direction: column;
    }
    .accompagnement-block {
        width: 100%;
        height: auto;
    }
    .atelier-block {
        height: 7em;
    }
} */

@media (max-width: 1200px) {
    .accompagnement, .atelier, .home-services {
        flex-direction: column;
    }
 
    .accompagnement-block, .atelier-block, .home-block{
        width: 100%;
        height: auto;
        /* text-align: center; */
    }

    .atelier-block > div > ul {
        padding: 0;
    }

    .home-block {
        text-align: left;
        padding: 2em;
    }

}
/* CONTACT */
.contact-form {
    width: 80%!important;
}

input {
    
}


@media (min-width: 1000px) {
    .contact-form {
        width: 60%!important;
    }
}


/* FOOTER */


.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(216,125,158,0.3); 
    padding: 1em;
    /* border-top: 0.5px solid rgb(211, 208, 208); */
}


.footer-title {
    font-family: 'Caveat', cursive;
    font-weight: 300;
    font-size: 1.5em;
    height: auto;
    text-align: center;
}

.legalMention {
    text-decoration: underline;
    margin-bottom: 1em;
}

.copywrite {
    height: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #F2EDF3;
}