/*
Theme Name: Pure Family
Description: Pure Family Thème
Author: Maxime GINDRE - MOUT
Author URI: https://moutwebagency.com
Template: Divi
Version: 1.0.1
*/

@media all and (max-width: 1023px) {
    .flex-mobile-column {
        flex-direction: column;
    }
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

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

.flex-justify-center {
    justify-content: center;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.txt_uppercase {
    text-transform: uppercase;
}

.object-fit-cover, .object-fit-cover img {
    object-fit: cover;
}

span.et_pb_image_wrap {
    width: 100%;
}

span.et_pb_image_wrap img {
    width: 100% !important;
    object-fit: cover;
}

div.bulles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 300px;
}

@media all and (max-width: 1024px) {
    div#say-him {
        width: 300px !important;
        top: 0 !important;
        left: inherit !important;
        margin: 0 auto;
        height: 150px !important;
    }

    div#say-him::before {
        top: -35px !important;
        left: 75px !important;
        width: 40px !important;
    }

    div#say-him::after, div#say-him-mb::after {
        width: 60px !important;
        height: 50px !important;
        bottom: -50px !important;
        right: 130px !important;
    }

    div#heart-position {
        height: 40px !important;
        width: 40px !important;
        top: -200px !important;
        left: 200px !important;
    }

    div#heart-position::after {
        display: none;
        /*top: 20px !important;*/
        /*left: 70px !important;*/
        /*width: 60px !important;*/
    }

    div#say-him H3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    div#say-him p, div#mb-your-story p {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    div#mb-your-story {
        width: 250px !important;
        bottom: inherit !important;
        right: inherit !important;
        height: 100px !important;
        margin: 0 auto !important;
        left: inherit !important;
    }

    div#your-story::after, div#mb-your-story-mb::after {
        width: 40px !important;
        height: 35px !important;
        top: -35px !important;
        left: 70px !important;
    }

    div#section-img-container::after {
        width: 12% !important;
    }

    div#section-img-container::after {
        display: none !important;
    }

    div#mb-your-story::before {
        content: url("/wp-content/uploads/2022/04/heart_orange.svg");
        position: absolute;
        bottom: 155%;
        left: 90%;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 22%;
        z-index: 1001;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    div#say-him {
        top: inherit !important;
    }

    div#heart-position {
        top: 150px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
    div#say-him {
        width: 350px !important;
        top: 200px !important;
        height: 150px !important;
    }

    div#say-him::before {
        top: -35px !important;
        left: 75px !important;
        width: 40px !important;
    }

    div#say-him::after, div#say-him-mb::after {
        width: 60px !important;
        height: 50px !important;
        bottom: -50px !important;
        right: 130px !important;
    }

    div#heart-position {
        height: 40px !important;
        width: 40px !important;
        top: 200px !important;
        left: 290px !important;
    }

    div#heart-position::after {
        top: -38px !important;
        right: -330px !important;
        width: 60px !important;
    }

    div#say-him H3 {
        font-size: 23px !important;
        line-height: 28px !important;
    }

    div#say-him p, div#your-story p {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    div#your-story {
        width: 250px !important;
        bottom: 80px !important;
        height: 100px !important;
    }

    div#your-story::after, div#your-story-mb::after {
        width: 40px !important;
        height: 35px !important;
        top: -35px !important;
        left: 70px !important;
    }

    div.haut-patte-rose {
        top: 100px !important;
    }
}

div#section-img-container {
    position: relative;

}

div#section-img-container::after {
    content: url("/wp-content/uploads/2022/04/heart_orange.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    z-index: 1001;
}

div#say-him {
    background-color: #000000;
    width: 500px;
    position: relative;
    top: 250px;
    left: 300px;
    height: 250px;
}

div#say-him-mb {
    background-color: #FF7800;
    width: 500px;
    position: relative;
}

div#heart-position, div#heart-position-mb {
    position: relative;
    height: 100px;
    width: 100px;
    top: 250px;
    left: 400px;
}

div#heart-position::after, div#heart-position-mb::after {
    content: url("/wp-content/themes/pure-family/assets/images/heart_orange_home.svg");
    position: absolute;
    right: -300px;
    width: 90px;
    bottom: 80px;
}

div#say-him::after, div#say-him-mb::after {
    content: "";
    width: 90px;
    height: 80px;
    background-color: #000000;
    position: absolute;
    bottom: -80px;
    right: 170px;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
}

div#say-him H3, div#say-him-mb H3 {
    font-family: 'Brandon_bold',Helvetica,Arial,Lucida,sans-serif;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
}

div#say-him p, div#your-story p, div#say-him-mb p, div#your-story-mb p, div#mb-your-story p {
    font-family: 'Brandon_bold',Helvetica,Arial,Lucida,sans-serif;
    color: #ffffff;
    font-size: 25px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}

div#your-story {
    background-color: #E36386;
    width: 450px;
    position: relative;
    bottom: 150px;
    right: 200px;
    height: 200px;
}

div#mb-your-story {
    background-color: #E36386;
    width: 450px;
    position: relative;
}

div#your-story::after {
    content: "";
    width: 80px;
    height: 70px;
    background-color: #E36386;
    position: absolute;
    top: -70px;
    left: 230px;
    border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    -webkit-border-radius: 0 70px 0 0;
}

div#mb-your-story::after {
    content: "";
    width: 45px;
    height: 40px;
    bottom: -40px;
    right: 62px;
    background-color: #E36386;
    position: absolute;
    border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    -webkit-border-radius: 0 0 100px 0;
}

@media all and (min-width: 1024px) and (max-width: 1230px) {

    div.pure-family-community-txt H3 {
        font-size: 23px !important;
        line-height: 22px !important;
        margin-bottom: .5em;
    }

    div.pure-family-community-txt p {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    div.pure-family-community-txt H6 {
        margin: 0.4em auto 0 !important;
        font-size: 28px !important;
    }
}

@media all and (min-width: 1230px) and (max-width: 1300px) {
    div.pure-family-community-txt H6 {
        margin: 1em auto 0 !important;
        font-size: 20px !important;
    }
}

@media all and (min-width: 1300px) and (max-width: 1570px) {
    div.pure-family-community-txt H3 {
        font-size: 28px !important;
        margin-bottom: .5em;
    }

    div.pure-family-community-txt p {
        font-size: 21px !important;
    }

    div.pure-family-community-txt H6 {
        margin: 0.4em auto 0 !important;
        font-size: 28px !important;
    }
}

@media all and (min-width: 1570px) {
    div.pure-family-community-txt H3 {
        font-size: 36px !important;
        margin-bottom: .5em;
    }

    div.pure-family-community-txt p {
        font-size: 26px !important;
    }
}

div.pure-family-community-txt H6 {
    margin: 1em auto 0;
}

div.pure-family-community-txt span.for-life {
    color: #FF7800;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 0.15rem 0.95rem;
}

span.find-us {
    background-color: #000;
    padding: 0.3em 1em;
    border-radius: 100px;
    line-height: 1.7em!important;
    border: 2px solid;
    display: inline-block;
}

/** FIND PRODUCTS IN ECOMMERCE **/
div.find-products-container {
    margin-top: 20px;
}
h4.find-products-title {
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
a.find-products-link:first-of-type {
    margin-right: 50px;
}

/** /FIND PRODUCTS IN ECOMMERCE **/

img.brand_icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}

.stronger {
    font-weight: 700;
}