/* ---------------------------------------- */

/*  $ > Homme

/* ---------------------------------------- */

@font-face {
	font-family: "BlackDiamond";
	src: url("../../../includeV3/webfonts/BlackDiamond.woff") format("woff");
	font-weight: normal;
	font-style: normal;
    }

/* ======================================== */
/*  .bloc_routine
/* ======================================== */

.bloc_routine {
    border-top: solid 1px #c0a264;
    border-bottom: solid 1px #c0a264;
    }
.bloc_routine .ctn_content {
    padding: 60px 30px;
    }

.bloc_routine h2 {
    font: 4.2rem/1.2 "fortunato_titre", Sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    }
.bloc_routine .ctn_row {         
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    counter-reset: routine;
    }
.bloc_routine .ctn_row .ctn_col {
    width: 100%;
    max-width: 320px;
    text-align: center;
    }
.bloc_routine .ctn_row .ctn_col > * + * {
    margin-top: 20px;
    }
.bloc_routine .ctn_col .t_title {
    display: block;
    height: 110px;
    width: 135px;
    margin: 0 auto;
    padding-top: 65px;
    font-size: 0.8rem;
    line-height: 1;
    color: #c0a264;
    text-transform: uppercase;
    }
.bloc_routine .ctn_col .t_title strong {
    display: block;
    font: 3rem/1 "fortunato_titre", Sans-serif;
    }
.bloc_routine .ctn_col.col_bath .t_title {
    background: url("../images/product/bg_routine_bath.gif") no-repeat center center / 100% auto transparent;
    }
.bloc_routine .ctn_col.col_infuse .t_title {
    background: url("../images/product/bg_routine_infuse.gif") no-repeat center center / 100% auto transparent;
    }
.bloc_routine .ctn_col.col_diffuse .t_title {
    background: url("../images/product/bg_routine_diffuse.gif") no-repeat center center / 100% auto transparent;
    }
.bloc_routine .ctn_col h4 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #c0a264;
    text-transform: uppercase;
    }
.bloc_routine .ctn_col p {
    font-size: 1.2rem;
    }
.bloc_routine .ctn_col figure {
    position: relative;
    z-index: 1;
    display: block;
    }
.bloc_routine .ctn_col figure::before {
    counter-increment: routine;
    content: counter(routine);
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 0;
    display: block;
    margin-left: -40px;
    text-align: center;
    font-family: "fortunato_titre", Sans-serif;
    font-size: 11rem;
    color: black;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    }
.bloc_routine .ctn_col figure img {
    position: relative;
    z-index: 1;
    }
.bloc_routine .ctn_col h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    }
.bloc_routine .ctn_col .ctn_btn {
    margin-top: 30px;
    }

/***/

@media screen and (max-width: 767px) {
    
    .bloc_routine .ctn_content {
        padding: 30px;
        }
    .bloc_routine h2 {
        font-size: 2.5rem;
        }
    .bloc_routine .ctn_row {
        flex-direction: column;
        }
     .bloc_routine .ctn_row .ctn_col + .ctn_col {
        margin-top: 30px;
        }
    .bloc_routine .ctn_col h4,
    .bloc_routine .ctn_col h4 + p {
        display: none;
        }

    }

/* ======================================== */
/*  .bloc_perfumer
/* ======================================== */

.bloc_perfumer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/product/bg_marble_01.jpg") repeat center center / 1280px auto #d9dee3;    
    }
.bloc_perfumer .obj_product img {
    border: solid 1px #c7c7c7;    
    }
.bloc_perfumer .ctn_text .t_signature {
    margin-top: 20px;
    font: 3rem/1 "BlackDiamond";
    }

/***/

@media screen and (max-width: 768px) {
    
    .bloc_perfumer {
        padding-top: 30px;
        padding-bottom: 30px;
        }
    
    }

/* ======================================== */
/*  .bloc_instagram_contest
/* ======================================== */

.bloc_instagram_contest {
    width: 100%;
    max-width: 860px;
    margin: 40px auto 80px auto;
    }
.bloc_instagram_contest .ctn_content {
    position: relative;
    }
.bloc_instagram_contest h2 {
    padding-top: 40px;
    font: 4rem/1 "BlackDiamond";
    color: #595e64;
    text-align: center;
    background: url("../images/product/i_instagram.png") no-repeat center top / 36px 36px transparent;
    }
.bloc_instagram_contest .ctn_contest {
    min-height: 550px;
    margin-top: 20px;
    padding: 50px 40px;
    background: url("../images/product/bg_instagram_contest.jpg") no-repeat left center / cover #acaeab;
    }
.bloc_instagram_contest .ctn_text {
    width: 100%;
    max-width: 200px;
    text-align: center;
    }
.bloc_instagram_contest .ctn_text > * + * {
    margin-top: 20px;
    }
.bloc_instagram_contest .ctn_text p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #595e64;
    }
.bloc_instagram_contest .ctn_text p strong {
    font-weight: 700;
    }
.bloc_instagram_contest .ctn_text .t_link {
    margin-top: 10px;
    font-size: 1.2rem;
    }
.bloc_instagram_contest .ctn_text .t_link a {
    color: #595e64;
    text-decoration: underline;
    }
.bloc_instagram_contest .ctn_text .ctn_btn .obj_btn {
    padding: 12px 20px;
    font-size: 1.4rem;
    color: #595e64;
    border-color: #595e64;
    }
.bloc_instagram_contest .ctn_text .ctn_btn .obj_btn:hover {
    color: white;
    background: #595e64;
    }

.bloc_instagram_contest figure {
    position: absolute;
    bottom: 0;
    right: -90px;
    display: block;
    }
.bloc_instagram_contest figure img {
    display: block;
    }
.bloc_instagram_contest figure::before {
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    top: 130px;
    height: 20px;
    width: 50px;
    transform: rotate(-10deg) scaleX(-1);
    -ms-transform: rotate(-10deg) scaleX(-1);
    -webkit-transform: rotate(-10deg) scaleX(-1);
    background: url("../images/product/i_arrow.svg") no-repeat center center / 100% auto transparent;
    }
.bloc_instagram_contest figure figcaption {
    position: absolute;
    top: 175px;
    left: -20px;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    font: 2.8rem/1.3 "BlackDiamond";
    color: white;
    text-align: center;
    }

/***/

@media screen and (max-width: 1024px) {
    
    .bloc_instagram_contest figure {
        right: -45px;
        }
    
    }

@media screen and (max-width: 768px) {
    
    .bloc_instagram_contest {
        margin: 30px auto;
        }
    .bloc_instagram_contest .ctn_content {
        padding: 0 10px;
        }
    .bloc_instagram_contest h2 {
        padding-top: 30px;
        font-size: 3rem;
        background-size: 24px 24px;
        }
    .bloc_instagram_contest .ctn_contest {
        min-height: auto;
        margin-top: 20px;
        padding: 0;
        background: white;
        }
    .bloc_instagram_contest .ctn_text {
        max-width: 100%;
        padding: 0 30px;
        }
    .bloc_instagram_contest .ctn_text p {
        font-size: 1.3rem;
        }
    .bloc_instagram_contest .ctn_text p br {
        display: none;
        }
    .bloc_instagram_contest figure {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 30px;
        height: 345px;
        background: url("../images/product/bg_instagram_contest_mob.jpg") no-repeat left center / cover #acaeab;
        }
    .bloc_instagram_contest figure::before {
        left: auto;
        right: 170px;
        top: 200px;
        height: 10px;
        width: 25px;
        }
    .bloc_instagram_contest figure img {
        position: absolute;
        bottom: 0;
        right: -5px;
        width: 150px;
        }
    .bloc_instagram_contest figure figcaption {
        top: auto;
        left: auto;
        right: 150px;
        bottom: 30px;
        width: 120px;
        font-size: 1.8rem;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        }
    
    }

/* ======================================== */
/*  .bloc_rituals-carrousel
/* ======================================== */

.bloc_rituals-carrousel {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/product/bg_marble_02.jpg") repeat center center / 1280px auto #d9dee3;    
    }

/***/

@media screen and (max-width: 768px) {
    
    .bloc_rituals-carrousel {
        padding-top: 30px;
        padding-bottom: 30px;
        }
    
    }

/* ======================================== */
/*  .bloc_rituals-carrousel
/* ======================================== */

.bloc_reviews::before {
    content: none;    
    }