.BlockColle {
    background-image: url(../Images/BgColle.jpg);
    /* background-attachment: fixed; */
    padding: 100px 0px;
    background-size: cover;
    /* height: 100vh; */
    min-height: 1200px;
}
.ProduitsColleContent1 img {
    max-width: 100%;
    width: 100%;
}
.ContentBlockColle {
    padding-left: 150px;
    padding-right: 50px;
}

.ChaiseProduits {
   /* display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-end;
    width: 100%;
	*/
}

.TitreBlockColle {
    text-align: center;
    color: #fff;
    font-size: 100px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    line-height:100px
}

.SloganBlockColle {
    text-align: center;
    color: #0f1b71;
    font-size: 26px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
}


.LinkVoirPlusAcc {
    display: table;
    margin: auto;
}
.LinkVoirPlusAcc a:hover {
        color: #fff;
            background: #234e9f;
}
.LinkVoirPlusAcc a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 7px 40px;
    font-family: 'Arsenal', sans-serif;
    background: #fff;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration: none;
    color: #234e9f;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px !important;
    float: left;
    border: 5px solid #234e9f;
}
.chaise1 img {
    max-width: 100%;
}
.chaise2 img {
    max-width: 100%;
}

.ProduitsColle.col-sm-7 {}

.ProduitsColle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-start;
    height: 50vh;
}

.ImgColle1 {
    position: absolute;
    left: 3vw;
    bottom:0px;
    z-index: 99;
    width: 12vw;
}

.ImgColle2 {
    position: absolute;
    width: 11vw;
    left: 6vw;
    bottom: 60px;
}
.ImgColle3 {
    position: absolute;
    left: 16vw;
    width: 15vw;
    bottom: 30px;
    z-index: 99;
    text-align: center;
}

.ImgColle4 {
    position: absolute;
    /* left: 200px; */
    width: 197px;
    left: 28vw;
    width: 10.5vw;
    bottom: 41px;
}

.ImgColle5 {
    position: absolute;
    left: 30vw;
    bottom: 0px;
    width: 18vw;
}

 .NameProduitsColle {
    text-align: center;
    color: #0f1b71;
    font-size: 18px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.SkuProduitsColle {
    text-align: center;
    color: #0f1b71;
    font-size: 18px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.ImgColle1 a { text-decoration: none;}
.ImgColle1Desc {
    position: relative;
    text-align: center;
    display:table;
    margin:auto;
}
 .VoirPlusLinkColle:after{
 	content:"";
 	height:30px;
 	width:2px;
 	background:#c70408;
 	bottom: -40px;
 	position:absolute;
 	left: calc(50% - 1px);
 }

.VoirPlusLinkColle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width:40px;
	height:40px;
	-webkit-transition: 0.500s linear;
	-ms-transition: 0.500s linear;
	-moz-transition: 0.500s linear;
	-o-transition: 0.500s linear;
	transition: 0.500s linear;
	justify-content: normal;
	background:#234e9f url(../Images/oeil.png) 50% 50% no-repeat;
	cursor: pointer;
	position:relative;
	text-align: center;
	margin: 10px auto;
}
.VoirPlusLinkColle:hover{
 
       background:#dc2726 url(../Images/oeil.png) 50% 50% no-repeat;
}

.ImgColle1Desc {}

.ImgColle1Desc {
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	line-height: 20px;
	opacity: 0;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
  .ImgColle1 .ImgColle1Desc {
	bottom: 137px;
	margin-left: 0px;
}
.ImgColle1 a:hover .ImgColle1Desc{
	opacity: 1;
	bottom: 137px;
	margin-left: 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
  .ImgColle2 .ImgColle1Desc {
	bottom: 260px;
	margin-left: 00px;
}
.ImgColle2 a:hover .ImgColle1Desc{
	opacity: 1;
	bottom: 260px;
	margin-left: 00px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: -45px;
}
  .ImgColle3  .ImgColle1Desc{
    bottom: 7vw;
    margin-left: 30px;
    top: 0px;
    /* left: 0px; */
}
.ImgColle3 a:hover .ImgColle1Desc{
	opacity: 1;
	bottom: 340px;
	margin-left: 30px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
 .ImgColle4  .ImgColle1Desc {
	top: 0px;
	margin-left: 40px;
}
.ImgColle4 a:hover .ImgColle1Desc{
	opacity:1;
	top: -88px;
	margin-left: 40px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
 .ImgColle5  .ImgColle1Desc {
	top: -150px;
	margin-left: 85px;
}
.ImgColle5 a:hover .ImgColle1Desc{
	opacity: 1;
	bottom: 127px;
	margin-left: 85px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	float: right;
}
.ChaiseProduits {
    margin-top: 120px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}


@media screen and (max-width:991px){
	.ContentBlockColle {
    padding-left: 15px;
    padding-right: 15px;
}
.ChaiseProduits {
    margin-top: 80px;
   
}
 
}
@media screen and (max-width:767px){
	.ImgColle1 a:hover .ImgColle1Desc{
	margin-left:  00px;
 
	}
	.ImgColle1 .ImgColle1Desc {
	margin-left:  00px;
 
	}
	.ImgColle2 a:hover .ImgColle1Desc{
	margin-left:  00px;
 
	}
	.ImgColle2 .ImgColle1Desc {
	margin-left:  00px;
 
	}
	.ImgColle3 a:hover .ImgColle1Desc{
	margin-left:  00px;
	width: 150px;
	}
	.ImgColle3 .ImgColle1Desc {
	margin-left:  00px;
	width: 150px;
	}

	.ImgColle4 a:hover .ImgColle1Desc{
	margin-left:  00px;
	width: 150px;
	}
	.ImgColle4 .ImgColle1Desc {
	margin-left:  00px;
	width: 150px;
	}

	.ImgColle5 a:hover .ImgColle1Desc{
	margin-left:  00px;
	width: 150px;
	}
	.ImgColle5 .ImgColle1Desc {
	margin-left:  00px;
	width: 150px; 
	}
	
 .BlockColle {

    min-height: auto;
}
.ProduitsColle  {
	width: 82vw;
	display: table;
	margin: auto;
	height: 312px;
	padding: 0px !important;
	}
.ImgColle1 {
    left: 0vw;
 
    min-width: 80px;
 
    width: 17vw;
}
.ImgColle2 {
    min-width: 100px;
    left: 6vw;
    width: 16vw;
}
.ImgColle3 {
    left: 24vw;
    width: 121px;
    min-width: 121px;
    /* left: 6vw; */
    width: 28vw;
}
.ImgColle4 {
    width: 197px;
    left: 50vw;
    width: 100px;
    min-width: 100px;
    /* left: 6vw; */
    width: 20vw;
}
.ImgColle5 {
    left: 51vw;
    width: 115px;
    min-width: 115px;
    /* left: 6vw; */
    width: 20vw;
}

 .ImgColle5  .ImgColle1Desc {
 
	margin-left: 00px;
}
.ImgColle5 a:hover .ImgColle1Desc{
 
	margin-left: 00px;
}
.BlockColle {

    padding: 40px 0px 100px 0px !important;


}
}
@media screen and (max-width:767px){
.TitreBlockColle {
    font-size: 60px;
}
.SloganBlockColle {
    font-size: 16px;
}
}

@media screen and (min-width:992px) and (max-width:1400px){
.ChaiseProduits {
    margin-top: 50px;
}
.BlockColle {
    min-height: 930px;
}
}
@media screen and (min-width:768px) and (max-width:991px){
	.BlockColle {

    min-height: auto;
}
.ProduitsColle  {
	width: 622px;
	display: table;
	margin: auto;
	height: 312px;
	}
.ImgColle1 {
    left: 15px;
    width: 120px;
}
.ImgColle2 {
    width: 107px;
    left: 8vw;
}
.ImgColle3 {
    left: 24vw;
    width: 180px;
}
.ImgColle4 {
    width: 197px;
    left: 49vw;
    width: 145px;
}
.ImgColle5 {
    left: 51vw;
    width: 180px;
}

 .ImgColle5  .ImgColle1Desc {
 
	margin-left: 00px;
}
.ImgColle5 a:hover .ImgColle1Desc{
 
	margin-left: 00px;
}
}
