.cms-123 {
	max-width: 100%;
}
.cms-123 .soldesHeader {
	height: 908px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
}

.cms-123 .soldesHeader h1, .cms-123 .soldesHeader p {
	color: #fff;
	text-transform: uppercase;
}

.cms-123 .soldesHeader h1 {
	font-family: 'gotham_mediumregular';
	font-size: 10em;
	margin-top: 7vw;
	margin-bottom: 0 !important;
}

.cms-123 .soldesHeader p {
	font-family: 'gotham_mediumregular'!important;
	font-size: 2.6em;
	line-height: 1.4!important;
}

.soldesHeader a {
	color: #fff;
}

.cms-123 .soldesButton {
	font-size: 1.2em;
	font-family: 'gotham light';
	text-transform: uppercase;
	margin-top: 3vw;
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
}

.cms-123 .soldesCat1, .cms-123 .soldesCat2 {
	padding: 4vw 0;
}

.cms-123 .soldesCat {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 104%;
	background-size: 104%;
	-webkit-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
}

.cms-123 .soldesCat:hover {
	-webkit-background-size: 107%;
	background-size: 107%;
}

.cms-123 .soldesCat a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 1.7em;
	font-family: 'gotham_mediumregular'!important;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.cms-123 .soldesCat .soldesDisplayNone {
	font-size: 0.8em;
	display: block;
	clear: both;
	display: none;
}

.cms-123 .soldesTops {
	height: 20vw;
	margin-bottom: 30px!important;
}

.cms-123 .soldesChemises, .cms-123 .soldesGilets {
	height: 22vw;
}

.cms-123 .soldesGilets {
	border-left: 30px solid #fff;
}

.cms-123 .soldesTxt {
	text-align: center;
	padding: 3vw 1vw;
}

.cms-123 .soldesTxt p {
	font-family: 'Gotham Light'!important;
	font-size: 1.5em!important;
	margin-bottom: 2vw;
}

.cms-123 .soldesTxt .soldesButton, .cms-123 .soldesCadeaux .soldesButton {
	color: #000;
	border-bottom-color: #000;
}

.cms-123 .soldesJupes, .cms-123 .soldesManteaux, .cms-123 .soldesPantalons {
	height: 26vw;
}

.cms-123 .soldesManteaux {
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
}

.cms-123 .soldesRobes {
	height: 20vw;
	margin-top: 30px;
}

.cms-123 .soldesCadeaux {
	text-align: center;
	padding: 2vw 0 8vw 0;
}

.cms-123 .soldesCadeaux img {
	margin-bottom: 2vw;
}

.cms-123 .soldesCadeaux p:first-of-type {
	font-family: 'gotham_mediumregular'!important;
	font-size: 1.2em;
}

.cms-123 .soldesCadeaux p:last-of-type {
	font-family: 'freightbig'!important;
	font-size: 1.6em;
	margin: 1.2vw 0;
}



@media (max-width: 575px) {
	.cms-123 .soldesHeader {
		height: 104vw;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		margin-bottom: 10vw;
	}
	.cms-123 .soldesHeader h1 {
		font-size: 5.3em;
		margin-top: 16vw;
	}
	.cms-123 .soldesHeader p {
		font-size: 1.6em;
	}
	.cms-123 .fa-angle-down {
		font-size: 16vw;
	}
	.cms-123 .soldesCat a {
		font-size: 1.1em;
	}
	.cms-123 .soldesCat1 {
		margin-top: 30px;
	}
	.cms-123 .soldesTops {
		height: 41vw;
		margin-bottom: 30px;
	}
	.cms-123 .soldesChemises, .cms-123 .soldesGilets {
		height: 50vw;
	}
	.cms-123 .soldesTxt {
		padding: 12vw 4vw;
	}
	.cms-123 .soldesTxt p {
		margin-bottom: 5vw;
	}
	.cms-123 .soldesJupes, .cms-123 .soldesManteaux, .cms-123 .soldesPantalons {
		height: 66vw;
	}
	.cms-123 .soldesRobes {
		height: 40vw;
	}
	.cms-123 .soldesCadeaux {
		padding: 10vw 0;
	}
	.cms-123 .soldesCadeaux img {
		margin-bottom: 7vw;
	}
	.cms-123 .soldesCadeaux p:last-of-type {
		margin: 3.2vw 0 4vw 0;
	}
}