
.wrapperInterne{
    padding: 10vh 0px;
    text-align: center;
   width:100%;
  background: url(../Images/RepeaterBody.jpg) top left repeat-y;
}

.BlockLeft img{

width:100%;
}
.RepeterBoutique{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	width: 90%;
	margin-left: 5%;
}
.ListMaps iframe {
    width: 100%;
}
 
@media screen and (max-width:767px) {
.wrapperInterne {background:#fff !important;}
.RepeterBoutique{
 
width: calc(100% - 30px);
 
margin-left: 15px;
 
flex-direction: column;
}
.BlockRight{
	    order: 1;
}
.BlockLeft{
	    order: 2;
	    margin:20px 0px 60px 0px
}
}
.LogoInterneBoutiqu e {}

.LogoInterneBoutique img {
    width: 110px;
}

.TitreAdresse {
    font-family: 'Remachine Script Personal Use';
    font-size: 40px;
    margin-top: 20px;
}

.DescBoutique {
    color: #3e2e2c;
    font-family: 'HurmeGeometricSans1';
    font-size: 16px;
}

.DescBoutique strong{
    display:block;
    margin-top:5px;
    margin-bottom:10px
}

.LinkPlanAcee {
    clear: both;
    margin-top: 30px;
}
 
.LinkPlanAcee a {
    display: block;
    background: #f8d958;
    display: table;
    margin: auto;
    padding: 10px 15px;
    color: #3e2e2c;
    font-family: 'HurmeGeometricSans1';
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.LinkPlanAcee a:hover {
    color: #fff;
    background: #3e2e2c;
}





.SeparationBoutique{
    padding: 20px 0px;
    text-align: center;
    width:100%;
    background: url(../Images/PuceBoutique.png) 50% 50%  no-repeat;
}




