#menu #menuJS table#menujs_1 td {
    text-align: center;
}

#bandeau_cont {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 30.7692%;
    /* 100 * 400 / 1300 */
}

#bandeau_cont #bandeau_int {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#bandeau_cont #panel {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0;
    width: 300px;
    /*height: calc(100% - 20px);*/
    background-color: white;
    opacity: 0.9;
}

#bandeau_cont #panel table {
    height: 100%;
}

#bandeau_cont p.if169,
#bandeau_cont div.if169 {
    padding-bottom: 56.25%;
}

#bandeau_cont p.if43,
#bandeau_cont div.if43 {
    padding-bottom: 75%;
}

#bandeau_cont p.if169 iframe,
#bandeau_cont p.if43 iframe,
#bandeau_cont div.if169 iframe,
#bandeau_cont div.if43 iframe {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    top: 0;
}

#bandeau_cont #zoneBandeau {
    /*display: flex;
    justify-content: space-between;
    /*max-width: 100%;*/
    /*height: 355px;*/
    background-color: #3a3b3c;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#bandeau_cont #zoneBandeau #bandeauPart1 {
    width: 100%;
    /*max-width: 100%; // impose par le module*/
    height: 355px;
}

#bandeau_cont #zoneBandeau #bandeauPart1 img {
    height: 100%;
}

.container .row {
    margin: 0;
}

.container #bt2_article_paginate {
    display: flex;
    flex-wrap: wrap;
}

.container #bt2_article_paginate a {
    margin-top: 3px;
}

.cadre-deroulant {
    background-color: white;
    border: 2px #C6C6C6 solid;
    border-radius: 20px;
    padding: 15px 30px;
    margin: 20px;
}

.cadre-deroulant h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    color: #F63746;
    margin: 0;
}

.cadre-deroulant h2:after {
    position: absolute;
    right: 0;
    top: -6px;
    content: '';
    width: 24px;
    height: 24px;
    border: 3px #F63746 solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.cadre-deroulant .cadre-deroulant-contenu {
    display: none;
}

.cadre-deroulant .cadre-deroulant-contenu ul {
    color: black;
    font-size: 18px;
    margin: 0;
    margin-top: 40px;
    list-style: none;
    padding-left: 35px;
}

.cadre-deroulant .cadre-deroulant-contenu ul li {
    position: relative;
    margin-bottom: 30px;
}

/* .cadre-deroulant .cadre-deroulant-contenu ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -25px;
    background-color: #F63746;
} */
/* HLE */
.cadre-deroulant .cadre-deroulant-contenu ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 10px;
  left: -25px;
  background-color: #F63746;
}

.cadre-deroulant .cadre-deroulant-contenu ul li small {
    color: #919191;
}

.cadre-deroulant.ouvert .cadre-deroulant-contenu {
    display: block;
}

/* HLE */
.cadre-deroulant .cadre-deroulant-contenu ul li::before {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    top: 10px;
}

/* HLE */
.titre_soin {
    margin-bottom: 8px;
    font-family: "EB Garamond", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
    color: #e11d48;
}

/* SPN */
.menu_header {
    height: 131px;
    position: relative;
}

.menu_header .logos {
    position: absolute;
    left: 0px;
    top: 20px;
}

.menu_header .logos #logo2 {
    vertical-align: 11px;
}

.menu_header .tel_srch {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 30%;
    text-align: center;
}

/* SPN */
@media screen and (max-width: 1300px) {
    #menu #logo2 {
        height: 66px;
    }

    #panel {
        width: 200px;
    }

    #panel table tr:first-child {
        display: none;
    }

    #panel #logo_BS {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #menu #logo2 {
        height: 44px;
        vertical-align: 22px;
    }

    #menu #menuJS table#menujs_1 td {
        font-size: 12px;
    }
}

@media screen and (max-width: 850px) {
    body.page {
        margin-top: 144px;
    }

    #menu .menu_header {
        height: 104px;
    }

    #menu #logo1 {
        height: 66px;
        width: auto;
    }

    #menu #logo2 {
        display: none;
    }

    #menu #imgtel {
        height: 30px;
    }

    #menu .tel_srch {
        width: 40%;
        top: 6px;
    }

    #menu .tel_srch form {
        margin-top: 14px;
    }

    #menu #menuJS table#menujs_1 td {
        font-size: 10px;
    }

    #zoneBandeau {
        /*height: 150px;*/
    }
}

@media screen and (max-width: 640px) {
    .page {
        margin-top: 260px;
    }

    #menu .tel_srch {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .page #panel {
        display: none;
    }

    #menu .tel_srch {
        width: 80%;
    }

    #menu #chp_recherche {
        width: 200px;
        max-width: 50%;
    }
}

/*# sourceMappingURL=style2.css.map */
