/* Init */
.bg-gray {
    background-color: #f6f5f3;
}
[class*="wp-txt"][class*="-center"] ul > li {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}
h1 > * {
    position: relative;
    width: 100%;
    display: inline-block;
    text-transform: initial;
}
h1 > strong {
    position: relative;
    font-size: 1.7rem;
}
h2 {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    width: fit-content;
    margin-bottom: 2rem;
    display: inline-block;
}
h2::after {
    position: relative;
    left: 50%;
    content: "";
    z-index: -1;
    height: 1.5rem;
    display: block;
    margin-top: -1.1rem;
    border-radius: 1rem;
    background: #73ccd2;
    width: calc(100% + 1.5rem);
    transform: translateX(-50%);
}
h3 {
    font-size: 1.6rem;
}
/* End Init */

/* Header */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f5f3;
}
header nav {
    position: relative;
    width: 100%;
}
header .primary {
    position: relative;
    gap: 1.5rem 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header .primary li > a {
    position: relative;
    outline: none;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    border-radius: 1.5rem;
    background: #455660;
    border: 2px solid transparent;
    font-family: 'Caviar Dreams', sans-serif;
}
header .primary li.current:not([class*="btn-"]) a,
header .primary li:not([class*="btn-"]) > a:hover {
    box-shadow: .5rem -.5rem 0 #73ccd2;
}
/* header .wp-btns {
    position: relative;
    width: fit-content;
    margin: 0rem auto;
} */
[class*="btn-"][class*="-icn"] > a {
    gap: 0 .5rem;
    font-size: 1.1rem;
    align-items: center;
    display: inline-flex;
    padding: 0.3rem 1rem;
    background: #73ccd2;
}
[class*="btn-"][class*="-icn"] > a::before {
    position: relative;
    content: '';
    padding: 1.5rem;
    background-size: 75%;
    display: inline-block;
    background-repeat: no-repeat;
    transition: all 400ms ease;
    background-position: .5rem center;
}
[class*="btn-"][class*="-icncoiff"] > a::before {
    background-image: url(../images/icones/coiff.png);
}
[class*="btn-"][class*="-icncoiff"] > a:hover::before {
    background-image: url(../images/icones/coiff-hover.png);
}
[class*="btn-"][class*="-icnshop"] > a::before {
    background-image: url(../images/icones/shop.png);
}
[class*="btn-"][class*="-icnshop"] > a:hover::before {
    background-image: url(../images/icones/shop-hover.png);
}
[class*="btn-"][class*="-icn"] > a:hover {
    color: #73ccd2;
    background: #FFFFFF;
    border-color: #73ccd2;
}
/* End Header */

/* Video full page */
.wp-vd-full {
    position: relative;
}
.wp-vd-full::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #00000030;
    mix-blend-mode: multiply;
}
video#full-video {
    position: relative;
    bottom: 0;
    width: 100%;
    max-height: 75vh;
    object-fit: cover;
}
.wp-vd-full .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    border: none;
    font-size: 0;
    padding: 4rem;
    cursor: pointer;
    visibility: hidden;
    background-size: 100%;
    transition: all 400ms ease;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    filter: contrast(0.5) invert(1);
    transform: translate(-50%,-50%);
    background-image: url(../images/icones/paly.png);
}
/* .wp-vd-full:hover .btn-play {
    opacity: 1;
    visibility: visible;
}
.wp-vd-full .btn-play.play {
    background-image: url(../images/icones/pause.png);
}*/
/* End Video full page */

/* Section 2 colonnes */
.sc-2col {
    position: relative;
}
.sc-2col .bx-rg figure img {
   width: 100%;
   height: 100%;
}
/* End Section 2 colonnes */

/* Section 3 colonnes */
.sc-3col {
    position: relative;
}
.sc-3col h3 {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
}
/* End Section 3 colonnes */

/* End Section list déroulement */
.sc-lst-drl {
    position: relative;
}
.sc-lst-drl .item {
    position: relative;
    width: 100%;
}
.sc-lst-drl .item .inner {
    position: relative;
    width: 100%;
    gap: 1rem 2%;
    display: flex;
    flex-wrap: wrap;
}
.sc-lst-drl .item:nth-child(even) .inner {
    flex-direction: row-reverse;
}
.sc-lst-drl .item .inner > figure {
    position: relative;
    overflow: hidden;
}
.sc-lst-drl .item .inner > figure > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sc-lst-drl .item .bx-rg {
    position: relative;
    gap: 0 3%;
    display: flex;
    align-items: center;
}
.sc-lst-drl .item .bx-rg::before {
    position: relative;
    line-height: 1;
    font-size: 10rem;
    font-weight: 700;
    color: #455660;
    margin-top: 2rem;
    display: inline-block;
    content: attr(data-nbr);
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 0.2rem rgb(255 255 255), 
                 1px -1px 0 rgb(54 65 71), 
                 2px -2px 0 rgb(54 65 71), 
                 3px -3px 0 rgb(54 65 71), 
                 4px -4px 0 rgb(62 74 80), 
                 5px -5px 0 rgb(54 65 71), 
                 6px -6px 0 rgb(54 65 71), 
                 7px -7px 0 rgb(54 65 71), 
                 8px -8px 0 rgb(54 65 71), 
                 9px -9px 0 rgb(54 65 71), 
                 10px -10px 0 rgb(54 65 71), 
                 11px -11px 10px rgb(54 65 71 / 65%), 
                 11px -11px 1px rgb(54 65 71 / 86%), 
                 0px 0px 10px rgb(154 158 160 / 84%);
}
/* End Section list déroulement */

/* End Section 3 colonnes */

/* Gallerie */
.bx-gall {
    position: relative;
    gap: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.bx-gall > *:first-of-type {
    position: relative;
    width: 100%;
}
.bx-gall > *:not(:first-of-type) {
    position: relative;
    width: 60%;
}
.bx-gall > *:nth-child(odd):not(:first-of-type) {
    margin-left: -1rem;
    width: calc(40% + 1rem);
}
/* End Gallerie */

/* Section résultats */
.sc-resultat .slider p {
    position: relative;
    font-size: 1.5rem;
}
.sc-resultat .slider figure > img {
    position: relative;
    width: 100%;
    height: 100%;
}
/* End Section résultats */

/* End Section résultats */
.sc-tarif .wp-txt p > span {
    font-size: .7rem;
}
.trf-lst {
    position: relative;
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
}
.trf-lst li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trf-lst li, .trf-lst li * {
    font-size: 1rem;
    color: #455660;
}
.trf-lst li > *:first-child {
    font-family: 'Caviar Dreams', sans-serif;
}
/* End Section résultats */

/* Footer */
footer {
    position: relative;
    background: #929292;
}
footer * {
    position: relative;
    color: #FFFFFF;
}
footer .rs li a:hover > img {
    filter: sepia(40);
}
footer .mn-foot {
    position: relative;
    display: flex;
    row-gap: .1rem;
    flex-direction: column;
}
footer .cpr p {
    position: relative;
    font-size: .8rem;
}
.sc-top {
    position: fixed;
    opacity: 0;
    right: 2rem;
    bottom: 4rem;
    z-index: 888;
    visibility: hidden;
}
.sc-top > a {
    position: relative;
    font-size: 0;
    padding: 2rem;
    cursor: pointer;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icones/scroll.png);
}
.rg-btns {
    position: fixed;
    top: 50%;
    right: 0;
    opacity: 0;
    z-index: 888;
    visibility: hidden;
    transform: translateY(-50%);
}
.show .sc-top,
.show .rg-btns {
    opacity: 1;
    visibility: visible;
}
.rg-btns .wp-btns {
    position: relative;
    overflow: hidden;
    background: #455660;
    border-radius: .3rem 0 0 .3rem;
}
.rg-btns .wp-btns a {
    position: relative;
    width: 100%;
    text-align: right;
    padding: .8rem 1.5rem;
    display: inline-block;
}
.rg-btns .wp-btns a:hover {
    text-shadow: .7px .7px currentColor,-.7px .7px currentColor;
}
.rg-btns .wp-btns > li:not(:last-child) a {
    border-bottom: 1px solid #FFFFFF;
}
/* End Footer */

.wp-txt-center p a { color: #73ccd2;}

/* hook css map */
.wpsl-search {
    background: #73ccd2 !important;
}
#wpsl-result-list li p { text-align: left !important;}

 #wpsl-search-wrap input {
    color: #73ccd2 !important;;
}
.top_head {
    background: #73ccd2 !important;
    color:#000;
}
.top_head .wp-txt-center span { font-size: 1.7rem; }
#soin.sc-lst-drl .item .inner > figure > img{
	object-fit: contain;
}
#vello ul{
    margin-bottom: 1rem;
}
.galerie{
    margin-top: 30px;
    margin-bottom: 30px;
}
.galerie .liste{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.galerie .liste div{
    width: calc(33.33% - 20px);
    height: 314px;
    margin: 0 10px 20px 10px;
}
.galerie .liste div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fancybox-button{
    background: #000 !important;
}
.fancybox-button svg path{
    fill: #fff !important;
}
.full-ban ul{
    margin: 0;
    padding: 0;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    height: 80%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.full-ban .fond{
    /* z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.6); */
}
.full-ban ul li span{
    background: rgb(0,0,0,.7);
    padding: 10px 15px;
    font-family: 'Caviar Dreams', sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: calc(1rem + 2px);
}
.full-ban ul li{
    list-style: none;
}
.full-ban ul li:nth-child(1){
    width: 100%;
    text-align: center;
    padding-right: 15%;
}
.full-ban ul li:nth-child(2){
    width: 50%;
}
.full-ban ul li:nth-child(3){
    width: 50%;
    text-align: right;
}
.full-ban ul li:nth-child(4){
    width: 50%;
    padding-left: 20%;
    padding-top: 5%;
}
.full-ban ul li:nth-child(5){
    width: 50%;
    padding-left: 25%;
}
.full-ban ul li:nth-child(6){
    width: 100%;
    text-align: center;
    padding-left: 15%;
}
.full-ban ul li:nth-child(7){
    width: 100%;
    padding-left: 5%;
}
.full-ban ul li:nth-child(8){
    width: 100%;
    text-align: right;
}