@media all and (max-width: 768px) {
    div.list_icon_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    div.mout_petits_mammiferes_grid_container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 190px 160px !important;
    }

    div.mout_mammiferes_svg_container#svg_top_right {
        bottom: -4px !important;
    }

    div.mout_petits_mammiferes_grid_content#mout_mammiferes_casual_list div.petales_titles_container {
        margin-top: 50px;
    }

    div.mout_petits_mammiferes_grid_content#mout_mammiferes_rarely_list {
        margin-top: -15px;
    }

    div.mout_petits_mammiferes_grid_content#mout_mammiferes_never_list {
        margin-top: -5px;
    }

    div.petales_titles_container {
        margin-top: 0 !important;
    }

    div.mout_mammiferes_svg_container#svg_bot_left {
        top: inherit !important;
        right: inherit !important;
    }

    div.mout_mammiferes_svg_container#svg_bot_right {
        top: inherit !important;
        left: inherit !important;
    }

    H4.petale_period_title {
        /*font-size: 16px !important;*/
        font-size: 9px !important;
    }

    H5.petal_period_subtitle {
        /*font-size: 13px !important;*/
        font-size: 8px !important;
    }

    div.petal_cta_list {
        font-size: 6px !important;
        padding: 2px 4px !important;
        letter-spacing: 1px !important;
    }

    div.never_list_rabbit_description_container {
        flex-direction: column;
    }

    div.never_list_rabbit_picto_container {
        width: auto !important;
        justify-content: center !important;
        margin-bottom: 30px;
        margin-right: inherit !important;
    }

    div.never_list_rabbit_text_container {
        text-align: center;
    }

    div.mout_mammiferes_svg_container#svg_top_right div.petales_titles_container {
        margin-top: 35px !important;
    }

    div.petal_cta_list {
        margin-top: unset !important;
    }

    div.pure-family-flower-container {
        grid-column-gap: 0 !important;
        grid-row-gap: 15px !important;
    }

    div.pure-family-flower-icon-container#carrots {
        left: -20px !important;
        width: 50px !important;
        height: 90px !important;
    }

    div.pure-family-flower-icon-container#trefle {
        right: -20px !important;
        width: 40px !important;
        height: 80px !important;
    }

    div.pure-family-flower-icon-container#flower {
        width: 35px !important;
        height: 60px !important;
        right: -30px !important;
    }

    div.pure-family-flower-content {
        height: 145px;
    }

    div.pure-family-flower-content H2 {
        font-size: 11px;
        line-height: unset;
    }

    div.pure-family-flower-content H3 {
        font-size: 10px;
        line-height: unset;
    }

    span.pure-family-flower-cta {
        font-size: 8px;
        padding: 0 8px !important;
        letter-spacing: .05rem !important;
    }

    span.pure-family-flower-cta::after {
        width: 12px;
        height: 12px;
        bottom: -10px;
        left: 20px;
    }

    /** GESTES **/
    div.pure-family-gestes-container {
        flex-direction: column;
    }

    div.pure-family-aliments-title-content::after {
        width: 25px;
        height: 25px;
        bottom: -25px;
        left: 80px;
    }

    div.pure-family-aliments-title-content H3 {
        font-size: 16px;
    }

    div.pure-family-aliments-subtitle-content H4 {
        font-size: 21px;
        line-height: 27px;
        text-align: center;
    }

    div.pure-family-aliments-img-content {
        text-align: center;
    }


    div.pure-family-gestes-list-container {
        flex-direction: column;
    }

    h3.pure-family-gestes-title {
        font-size: 35px;
        text-align: center;
    }

    div.pure-family-gestes-list-content {
        padding: 0px 15px 0px 30px;
        height: 450px;
    }

    div.good_practice_txt_container {
        font-size: 13px;
        line-height: 13px;
    }

    div.pure-family-gestes-calins-wording-container {
        height: 122px;
        margin-left: 30px;
    }

    div.pure-family-gestes-calins-heart-container {
        position: absolute;
        top: 0 !important;
        left: -20px !important;
        width: 80px;
    }

    H3.pure-family-gestes-calins-wording {
        width: 185px;
        font-size: 15px;
    }
}

@media all and (min-width: 769px) {
    div.mout_petits_mammiferes_grid_container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 440px 280px;
        grid-gap: 30px;
    }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
    div.pure-family-flower-container {
        width: 500px;
    }

    div.pure-family-flower-content {
        height: 225px;
    }

    div.pure-family-flower-content H2 {
        font-size: 16px;
        line-height: unset;
    }

    div.pure-family-flower-content H3 {
        font-size: 14px;
        line-height: unset;
    }

    span.pure-family-flower-cta {
        font-size: 12px;
        padding: 2px 10px;
    }

    span.pure-family-flower-cta::after {
        width: 12px;
        height: 12px;
        bottom: -10px;
        left: 20px;
    }

    /** GESTES **/
    div.pure-family-gestes-container {
        flex-direction: column;
    }

    div.pure-family-aliments-title-content {
        width: 420px;
        margin: 0 auto;
    }

    div.pure-family-aliments-subtitle-content H4 {
        font-size: 28px;
        text-align: center;
    }

    div.pure-family-gestes-list-container {
        flex-direction: column;
    }

    div.pure-family-aliments-img-content {
        text-align: center;
    }

    H3.pure-family-gestes-title {
        font-size: 45px;
        text-align: center;
        margin-bottom: 20px;
    }

    div.pure-family-gestes-list-content {
        height: 450px;
        width: 435px;
        margin: 0 auto;
        padding: 0 20px 0 40px;
    }

    div.pure-family-gestes-calins-wording-container {
        width: 185px;
        height: 122px;
        margin: 20px auto 0;
    }

    div.pure-family-gestes-calins-heart-container {
        position: absolute;
        top: 0 !important;
        left: -130px !important;
        width: 80px;
    }

    h3.pure-family-gestes-calins-wording {
        font-size: 16px;
    }
}

@media all and (min-width: 1024px) {
    div.pure-family-flower-container {
        width: 770px;
    }


    div.pure-family-flower-content {
        height: 385px;
    }

    div.pure-family-flower-content h2 {
        font-size: 26px;
        line-height: 26px;
    }

    div.pure-family-flower-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    span.pure-family-flower-cta {
        margin-top: 30px;
        font-size: 18px;
        padding: 5px 20px;
    }

    span.pure-family-flower-cta::after {
        width: 20px;
        height: 20px;
        bottom: -20px;
        left: 50px;
    }

    div.pure-family-aliments-title-content::after {
        bottom: -30px;
        width: 40px;
        height: 40px;
        left: 100px;
    }

    div.pure-family-gestes-content#aliments {
        width: 45%;
    }

    div.pure-family-aliments-title-content {
        max-width: 420px;
    }

    div.pure-family-gestes-content#gestes {
        width: calc(100% - (45% - 30px));
    }


    div.pure-family-aliments-title-content::after {
        width: 30px;
        height: 30px;
        bottom: -30px;
        left: 100px;
    }

    div.pure-family-aliments-title-content H3 {
        font-size: 18px;
    }

    div.pure-family-aliments-subtitle-content H4 {
        font-size: 24px;
        line-height: 33px;
    }


    div.pure-family-gestes-list-content {
        width: 435px;
        height: 450px;
        padding: 20px 50px;
    }

    H3.pure-family-gestes-title {
        font-size: 55px;
        line-height: 65px;
    }

    div.pure-family-gestes-calins-wording-container {
        width: 185px;
        height: 122px;
        margin-left: 20px;
    }

    div.pure-family-gestes-calins-heart-container {
        top: -100px;
        width: 100px;
    }

    h3.pure-family-gestes-calins-wording {
        font-size: 16px;
    }

    div.good_practice_txt_container {
        font-size: 17px;
        line-height: 19px;
    }

    span.list-lowercase {
        font-size: 14px;
    }
}

div.mout_petits_mammiferes_grid_container {
    display: grid;
}

div.mout_petits_mammiferes_grid_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

H4.petale_period_title {
    font-family: Brandon_bold, sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

H5.petal_period_subtitle {
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

div.petal_cta_list {
    font-family: Brandon_bold, sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
    background: #ffffff;
    color: #F17917;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 20px;
}

div.petal_cta_list.cta_active {
    color: #8B4E38;
}

div.mout_mammiferes_svg_container {
    position: absolute;
    z-index: -1;
    width: 100%;
}

div.mout_mammiferes_svg_container#svg_top_left {
    bottom: 0;
    right: 0;
}

div.mout_mammiferes_svg_container#svg_top_right {
    bottom: -10px;
    left: 0;
}

div.mout_mammiferes_svg_container#svg_bot_left {
    top: 0;
    right: 10px;
}

div.mout_mammiferes_svg_container#svg_bot_right {
    top: 10px;
    left: -10px;
}

div.mout_mammiferes_svg_container svg {
    width: 100%;
}

svg.petale_active path.petale{
    fill: #8B4E38 !important;
}


div.list_container {
    display: none;
}

div.list_container.active {
    display: block;
}

div.close_listing_cta {
    cursor: pointer;
}

div.pure_family_good_practices_container::after {
    /*content: "";*/
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 5%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #CCA493;
    transform: skew(15deg, 0);
    z-index: -1;
}

div.good_practice_txt_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

div.good_practice_txt_container img {
    width: 6%;
    margin-right: 20px;
}

div.never_list_rabbit_description_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.never_list_rabbit_picto_container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    align-items: center;
}

div.never_list_rabbit_picto_container img {
    width: 30%;
}

div.never_list_rabbit_text_container {
    width: 80%;
}

div#header_title_mammiferes H2 {
    margin-top: 0 !important;
}

/** V2 **/

div.pure-family-flower-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    grid-gap: 30px;
}

div.pure-family-flower-icon-container {
    position: absolute;
}

div.pure-family-flower-icon-container#carrots {
    left: -150px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    width: 140px;
    height: 240px;
}

div.pure-family-flower-icon-container#trefle {
    right: -150px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    width: 140px;
    height: 200px;
}

div.pure-family-flower-icon-container#flower {
    width: 95px;
    height: 150px;
    bottom: 0;
    right: -120px;
}

div.pure-family-flower-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.pure-family-flower-content h2 {
    font-family: Brandon_bold, sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

div.pure-family-flower-content h3 {
    font-family: "Brandon Grotesque", sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;

}

div.pure-family-flower-content#regular,
div.pure-family-flower-content#never {
    background-image: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/petale_gauche.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.pure-family-flower-content.active#regular,
div.pure-family-flower-content.active#never {
    background-image: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/petale_gauche_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.pure-family-flower-content#casual,
div.pure-family-flower-content#rarely {
    background-image: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/petale_droite.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.pure-family-flower-content.active#casual,
div.pure-family-flower-content.active#rarely {
    background-image: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/petale_droite_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

span.pure-family-flower-cta {
    position: relative;
    font-family: Brandon_bold, sans-serif;
    color: #000;
    letter-spacing: .1rem;
    background: #fff;
    border-radius: 99px;
    text-transform: uppercase;
}

span.pure-family-flower-cta::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
}

div.pure-family-gestes-container {
    display: flex;
    gap: 50px;
}

div.pure-family-aliments-title-content {
    position: relative;
    background: #000000;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

div.pure-family-aliments-title-content::after {
    content: "";
    background-color: #000000;
    position: absolute;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
}

div.pure-family-aliments-title-content H3 {
    text-align: center;
    font-family: Brandon_bold, sans-serif;
    color: #ffffff;
}

div.pure-family-aliments-discover-icon {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 35px;
}

div.pure-family-aliments-subtitle-content {
    position: relative;
    margin-top: 50px;
}

div.pure-family-aliments-subtitle-content H4 {
    font-family: Brandon_bold, sans-serif;
    color: #ffffff;
}

div.pure-family-aliments-img-content {
    margin-top: 30px;
}

div.pure-family-aliments-img-content img {
    width: 80%;
}

H3.pure-family-gestes-title {
    font-family: Brandon_bold, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

div.pure-family-gestes-list-container {
    display: flex;
    margin-top: 40px;
}

div.pure-family-gestes-list-content {
    background: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/gestes_bg.png") center center no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.good_practice_txt_container {
    font-family: Brandon_bold, sans-serif;
    color: #ffffff;
}

div.pure-family-gestes-calins-wording-container {
    background: url("/wp-content/themes/pure-family/assets/images/petits_mammiferes/gestes_mini_bg.png") center center no-repeat;
    background-size: contain;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.pure-family-gestes-calins-heart-container {
    position: absolute;
    left: 0;
}

h3.pure-family-gestes-calins-wording {
    font-family: Brandon_bold, sans-serif;
    color: #000000;
    text-align: center;
}
