
.wrapperInterne{
    padding: 10vh 0px;
    text-align: center;
   width:100%;
  background: url(../Images/RepeaterBody.jpg) top left repeat-y;
}
 
.RepeterBoutique {width: 90%;margin-left: 5%;justify-content: center;clear: both;/* overflow: hidden; */display: block;float: left;}
@media screen and (max-width:767px) {
.FilterDiv {
    width: calc(100% - 30px);
    margin-left: 15px;
}
.wrapperInterne{  background:#fff;}
.RepeterBoutique{
width:100%;
margin-left: 0%;

}

}

.FilterDiv{
}


.TitreFilter span{
}
.FrameTriInterne{
display:none;
}
.DisplayNone {
    display: none;
}
.TitreFilter:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../Images/PuceBoutique.png) top left no-repeat;
    top: -10px;
    left: -11px;
}
.TitreFilter span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../Images/PuceBoutique.png) top left no-repeat;
    top: -10px;
    right: -10px;
}

.TitreFilter:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../Images/PuceBoutique.png) top left no-repeat;
    bottom: -10px;
    left: -11px;
}
.TitreFilter span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../Images/PuceBoutique.png) top left no-repeat;
    bottom: -10px;
    right: -10px;
}
.ElementTriSelected a{
    font-family: 'HurmeGeometricSans1';
    color: #383838;
    font-size: 15px;
    text-align:left;
}
.TitreFilter {
    position: relative;
    height: 45px;
    border: 1px solid #b18c57;
    line-height: 45px;
    font-family: 'Hurme Geometric Sans 1';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3e2e2c;
    font-family: 'HurmeGeometricSans1';
    display: block;
    width: 100%;
    text-align: center;
}

.ElementDeTri {
 
text-align: left;
 
transition: all 2s linear;
}

.FirstFilterSelected .ElementDeTri {
    display: block !important;
    /* position: absolute; */
    top: -1px;
    height: auto;
    z-index: 99999;
    background: #fff;
    /* border: 1px solid #b18c57; */
    padding: 5px 20px 40px 20px;
    width: 25%;
    overflow: hidden;
}


.FrameTriInt {
    position: relative;

 
    height: 44px;
    width: 100%;
    z-index: 999;
}

.FirstFilter .FrameTriInterne {
    width: 100%;
    display: none;
    width: 25%;
}
.FirstFilterSelected .FrameTriInterne {
 
display: block !important;
 
width: 100%;
 
float: left;
 
border: 1px solid #b18c57;
 
overflow: hidden;
 
background: #fff;
 
margin-top: -2px;
 
display: block !important;
}
.ElementTri a {
 
    font-family: 'HurmeGeometricSans1';
    color: #383838;
    font-size: 18px;
    text-decoration: none;
}
.ElementTri a:hover {
    color: #f3c403;
}


.ElementTri {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}



.FilterDiv {
    position: relative;
    z-index: 999999;
	margin-bottom:30px;
}



