/* ======================================== */
/*  .section_pedagogie
/* ======================================== */

.section_pedagogie {
    width: 100%;
    max-width: 1170px;
    margin: 70px auto 0 auto;
    padding: 60px 145px;
    background: #d4979e;
    }
.section_pedagogie > .ctn_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }
.section_pedagogie > .ctn_section > * {
    width: calc(96% / 3);
    max-width: 210px;
    text-align: center;
    }

.section_pedagogie h3 {
    font-weight: 300;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    }
.section_pedagogie h3 strong {
    font-weight: 700;
    }
.section_pedagogie p {
    font-weight: 300;
    font-size: 20px;
    color: white;
    }
.section_pedagogie .i_arrow {
    display: block;
    height: 27px;
    width: 27px;
    margin: 20px auto;
    }
.section_pedagogie .ctn_result {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 65px;
    padding: 15px 15px 15px 70px;
    background: white;
    }
.section_pedagogie .ctn_result img {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #cccccc;
    }
.section_pedagogie .ctn_result p {
    font-weight: 700;
    font-size: 20px;
    line-height: 0.8;
    color: black;
    text-transform: uppercase;
    text-align: left;
    }

.section_pedagogie .col_01 .ctn_result p {
    color: #cfa57d;
    }
.section_pedagogie .col_02 .ctn_result p {
    color: #f7d2af;
    }
.section_pedagogie .col_03 .ctn_result p {
    color: #d4979e;
    }

/***/

@media screen and (max-width: 767px) {
    
    .section_pedagogie {
        width: 100%;
        max-width: 84%;
        margin: 40px auto;
        padding: 30px;
        }
    .section_pedagogie > .ctn_section {
        flex-direction: column;
        }
    .section_pedagogie > .ctn_section > * {
        width: 100%;
        max-width: 100%;
        }
    .section_pedagogie > .ctn_section > * + * {
        margin-top: 30px;
        }
    .section_pedagogie h3 {
        font-size: 28px;
        }
    .section_pedagogie .i_arrow {
        height: 15px;
        width: 15px;
        margin: 10px auto;
        }
    
    }

/* ======================================== */
/*  .product-card
/* ======================================== */

/*
.theme-neovadiol-cs .product-card .surtitle {
    color: #cfa57d;
    }
.theme-neovadiol-magistral .product-card .surtitle {
    color: #f7d2af;
    }
.theme-neovadiol-rose .product-card .surtitle {
    color: #d4979e;
    }
.theme-neovadiol-night .product-card .surtitle {
    color: #003374;
    }*/