.cms-121 .main-banner-container{
	position: relative;
}

.cms-121 .main-banner-container img{
	width: 90%;
	margin-left: 5%
}

.cms-121 .main-banner-content {
	position: absolute;
	top: 350px;
	width: 50%;
	margin-left: 25%
}

.cms-121 .banner121-christmasgift {
	text-align: center;
	display: block;
	width: 60%;
	margin-top: 30px;
	margin-left: 20%
}

.cms-121 .bloc-photos {
	margin-top: 60px;
}

.cms-121 .bloc-photos .col-sm-4 img {
	width: 90%;
	margin-left: 5%;
}

.cms-121 .christmas-sublime {
	margin-top: 45px;
}

.cms-121 .christmas-sublime {
	margin-top: 45px;
}

.cms-121 .christmas-sublime img {
	width: 70%;
	margin-left: 15%
}

.cms-121 .happy-christmas {
	margin-top: 45px;
}

.cms-121 .happy-christmas p {
	text-align: center;
}

.cms-121 .happy-christmas img {
	width: 60%;
}

.cms-121 .bloc-photos-2 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.cms-121 .bloc-photos-2 .col-sm-4:nth-child(2) img {
	margin-top: 45px;
}

.cms-121 .bloc-photos-2 .col-sm-4 img {
	width: 100%;
	max-width: 100%
}

.cms-121 .video-gold-fever {
	margin:60px 0px;
}


/*****media queries ****/
@media (max-width: 576px) {
	.cms-121 .main-banner-container img {
		margin-left: 5%;
		width: 90%
	}

	.cms-121  .main-banner-container {
		margin-top: 90px;
	}

	.cms-121 .main-banner-content {
	    position: absolute;
	    top: 100px;
	    width: 50%;
	    margin-left: 25%;
	}
	.cms-121 .christmas-sublime img {
		width: 90%!important;
		margin-left: 5%
	}

	.cms-121 .happy-christmas img {
    width: 90%;
	}

	.cms-121 .bloc-photos-2 .col-sm-4:nth-child(2) img {
		margin-bottom: 30px;
	}
}