@import url("https://fonts.googleapis.com/css?family=Bellefair|Lexend+Exa|Raleway:200,300,400,500,600,700&display=swap");
@font-face {
	font-family: iconfnt;
	src: url("../../../../fonts/AdobeBlank.eot");
	src: url("../../../../fonts/AdobeBlank.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/AdobeBlank.woff") format("woff"), url("../../../../fonts/AdobeBlank.otf") format("truetype");
	font-weight: normal;
	font-style: normal
}

main.collectionrolex {
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	color: #212121
}

.collectionrolex #main-container {
	max-width: 1540px !important
}

.header-rolex__root {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.header-rolex__container {
	padding: 20px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #e1e1e1
}

.header-rolex__logo {
	width: 120px;
	height: 60px;
	margin-right: auto;
	z-index: 99
}

.header-rolex__logo img {
	max-width: 120px
}

.header-rolex__menu {
	margin: auto 0
}

.header-rolex__resp {
	display: none;
	z-index: 99
}

.header-rolex__ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.header-rolex__ul a {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	transition: all 0.3s
}

.header-rolex__ul a.current {
	color: #127749
}

.header-rolex__li {
	margin-right: 30px
}

.header-rolex__li:last-child {
	margin-right: 0
}

.header-rolex__btn-contact {
	background: #fff;
	border: 1px solid #127749;
	color: #127749 !important;
	padding: 9px 30px;
	transition: all 0.3s;
	border-radius: 40px
}

.header-rolex__btn-contact.current {
	background: transparent;
	border: 1px solid #127749;
	color: #fff !important;
	background-color: #127749
}

.desktop .header-rolex__ul a:hover {
	color: #127749
}

.desktop .header-rolex__btn-contact:hover {
	background: #127749;
	border: 1px solid #127749;
	color: #fff !important
}

.desktop .header-rolex__btn-contact:hover.current {
	background: #127749;
	border: 1px solid #127749;
	color: #fff !important;
	padding: 16px 25px
}

@media only screen and (max-width: 1130px) {
	.header-rolex__container {
		padding: 10px 20px
	}
	.header-rolex__ul {
		height: auto;
		display: block
	}
	.header-rolex__resp {
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		margin: auto 0;
		cursor: pointer
	}
	.header-rolex__resp p {
		color: #212121;
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		text-transform: uppercase;
		margin: auto
	}
	.header-rolex__resp svg {
		transition: transform 0.3s
	}
	.header-rolex__resp.is-close svg {
		transform: rotate(180deg);
		transition: transform 0.3s
	}
	.header-rolex__menu {
		transform: translateY(40%);
		visibility: hidden;
		transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		text-align: center;
		background: white;
		border-bottom: 1px solid #e1e1e1;
		opacity: 0
	}
	.header-rolex__menu.show {
		transform: translateY(0%);
		transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
		visibility: visible;
		opacity: 1;
		z-index: 999
	}
	.header-rolex__cache {
		position: fixed;
		top: 271px;
		right: -100%;
		width: 100%;
		z-index: 10;
		bottom: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		direction: rtl;
		transition-property: right;
		transition-duration: 1ms;
		transition-delay: .55s;
		transition-timing-function: ease
	}
	.header-rolex__cache--show {
		right: 0;
		transition-property: right;
		transition-duration: 1ms;
		transition-delay: 0s;
		transition-timing-function: ease
	}
	.header-rolex__cache--show::before {
		opacity: 1;
		visibility: visible
	}
	.header-rolex__cache::before {
		content: "";
		transition-property: opacity;
		transition-duration: .5s;
		transition-delay: 0s;
		transition-timing-function: ease;
		position: fixed;
		top: 271px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		opacity: 0;
		visibility: hidden
	}
	.header-rolex__li {
		margin-right: 0;
		text-align: center;
		padding: 11px;
		border-bottom: 1px solid #e1e1e1
	}
	.header-rolex__li:last-child {
		margin-right: 0;
		border-bottom: 0
	}
	.header-rolex__btn-contact {
		padding: 0;
		background-color: inherit;
		color: #212121 !important;
		border: none
	}
	.header-rolex__btn-contact.current {
		background: transparent;
		border: none;
		color: #212121 !important
	}
}

@media only screen and (max-width: 800px) {
	.header-rolex__ul a {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
}

.ariane-rolex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-size: 10.8px;
	line-height: 14.8px;
	font-size: 1.08rem;
	line-height: 1.48rem;
	color: #818181;
	height: 20px
}

.ariane-rolex__container {
	padding-left: 40px
}

.ariane-rolex__separ {
	margin: 0 5px
}

.ariane-rolex__actual {
	color: #212121
}

.ariane-rolex__a {
	transition: color 0.3s;
	color: #818181
}

.desktop .ariane-rolex__a:hover {
	color: #212121
}

@media only screen and (max-width: 800px) {
	.ariane-rolex__container {
		padding-left: 20px
	}
}

.home-baniere__img {
	margin-bottom: 60px;
	margin-top: 0
}

.home-baniere__img--full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 40px
}

.home-baniere__img--full .ariane-rolex__container {
	padding-top: 3px
}

.home-baniere__img img {
	max-width: 100%;
	height: 260px;
	object-fit: cover
}

@media only screen and (max-width: 700px) {
	.home-baniere__img {
		margin-bottom: 40px
	}
	.home-baniere__img img {
		height: 160px
	}
}

.intro-rolex__container {
	max-width: 780px;
	margin: 0 auto 60px auto;
	text-align: center;
	padding: 0 20px
}

.intro-rolex__soustitre p {
	font-size: 18px;
	line-height: 22px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 15px;
	font-weight: 600
}

.intro-rolex__btn-a {
	background: #127749;
	border: 1px solid #127749;
	color: #fff !important;
	font-size: 16px;
	line-height: 20px;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 9px 30px;
	display: inline-block;
	transition: all 0.3s;
	border-radius: 40px;
	margin-top: 30px
}

.intro-rolex__titre h1,
.intro-rolex__titre h2 {
	font-size: 38px;
	line-height: 42px;
	font-size: 3.8rem;
	line-height: 4.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-bottom: 30px
}

.intro-rolex__texte {
	margin: 0 auto
}

.intro-rolex__texte p {
	font-size: 16px;
	line-height: 20px;
	font-size: 1.6rem;
	line-height: 2rem;
	line-height: 180%;
	font-weight: 300
}

.desktop .intro-rolex__btn-a:hover {
	background: transparent;
	color: #127749 !important
}

@media only screen and (max-width: 1100px) {
	.intro-rolex__titre h1,
	.intro-rolex__titre h2 {
		font-size: 34px;
		line-height: 38px;
		font-size: 3.4rem;
		line-height: 3.8rem
	}
}

@media only screen and (max-width: 800px) {
	.intro-rolex__container {
		margin: 0 auto 40px auto
	}
	.intro-rolex__soustitre p {
		font-size: 15px;
		line-height: 19px;
		font-size: 1.5rem;
		line-height: 1.9rem;
		margin-bottom: 10px
	}
	.intro-rolex__btn-a {
		font-size: 14px;
		line-height: 18px;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 8px 25px;
		margin-top: 20px
	}
	.intro-rolex__titre h1,
	.intro-rolex__titre h2 {
		font-size: 24px;
		line-height: 28px;
		font-size: 2.4rem;
		line-height: 2.8rem;
		margin-bottom: 16px
	}
	.intro-rolex__texte p {
		font-size: 14px;
		line-height: 25px;
		font-size: 1.4rem;
		line-height: 2.5rem
	}
}

.collection-rolex__root {
	position: relative;
	margin: 30px auto 0;
	max-width: 1360px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 30px
}

.collection-rolex__root:after {
	content: '';
	position: absolute;
	background-color: #e1e1e1;
	height: 1px;
	bottom: -15px;
	max-width: 1540px;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%)
}

.collection-rolex__filters {
	width: 25%;
	padding: 50px 20px 50px
}

.collection-rolex__filters .filters {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px
}

.collection-rolex__filters .filters .filters__line {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 5px;
	right: 0;
	background-color: #127749;
	cursor: pointer;
	display: none
}

.collection-rolex__filters .filters .filters__line2 {
	transform: rotate(90deg);
	display: none
}

.collection-rolex__filters .filters__main-label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.collection-rolex__filters .filters__container {
	padding-top: 10px
}

.collection-rolex__filters .filters__container .form-element .b-form-checkbox__label {
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	transition: color 0.3s;
	padding-left: 23px;
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.collection-rolex__filters .filters__container .form-element .b-form-checkbox__label::before {
	width: 14px;
	height: 14px;
	border-color: #212121
}

.collection-rolex__filters .filters__container .form-element .b-form-checkbox__label::after {
	content: '';
	background-color: #127749;
	height: 14px;
	width: 14px
}

.collection-rolex__filters .filters__container .b-form-checkbox__input[disabled]+label {
	color: #999 !important
}

.collection-rolex__filters .filters__container .form-element .b-form-checkbox__checkbox {
	margin-top: 10px
}

.collection-rolex__filters .filters__container .form-element .b-form-radio__label {
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding-left: 0;
	transition: color 0.3s;
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.collection-rolex__filters .filters__container .form-element .b-form-radio__label:before,
.collection-rolex__filters .filters__container .form-element .b-form-radio__label:after {
	content: none
}

.collection-rolex__filters .filters__container .form-element .b-form-radio__label.actif {
	color: #127749
}

.collection-rolex__filters .filters__container .form-element .b-form-radio__radio {
	margin-top: 10px
}

.collection-rolex__filters-container {
	max-width: 220px;
	margin: 0 auto
}

.collection-rolex__montre-info {
	padding: 0 15px
}

.collection-rolex__filters-bouton {
	display: none
}

.collection-rolex__filters-titre {
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 600;
	text-transform: uppercase
}

.collection-rolex__montres {
	width: 80%
}

.collection-rolex__filters-reset {
	margin-top: 20px;
	margin-bottom: 40px
}

.collection-rolex__filters-reset--btn {
	background-color: #f0f0f0;
	border: 1px solid #F8F8F8;
	color: #767676;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 9px 30px;
	border-radius: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	outline: none;
	cursor: pointer
}

.collection-rolex__filters-reset--btn svg {
	margin-right: 10px
}

.collection-rolex__container-montres {
	width: 75%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}

.collection-rolex__montre {
	text-align: center;
	padding: 0 0 30px;
	width: 33.3333%;
	cursor: pointer;
	position: relative;
	height: 100%;
	background: url("/themes/centered/images/loader50.gif") no-repeat center center
}

.collection-rolex__montre.loaded {
	background: none
}

.collection-rolex__montre:after {
	background: transparent;
	transition: background 0.3s;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.collection-rolex__montre a {
	display: block
}

.collection-rolex__montre img {
	max-width: 100%;
	height: auto
}

.collection-rolex__montre-titre {
	text-transform: uppercase;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 600
}

.collection-rolex__montre-sous-titre {
	font-size: 13px;
	line-height: 17px;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-weight: 300;
	margin-bottom: 2px
}

.collection-rolex__montre-desc {
	font-weight: 300
}

.collection-rolex__noproducts {
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: center;
	width: 100%;
	padding-top: 50px
}

.desktop .collection-rolex__filters .filters__container .form-element .b-form-checkbox__label:hover,
.desktop .collection-rolex__filters .filters__container .form-element .b-form-radio__label:hover {
	color: #127749
}

.desktop .collection-rolex__montre:hover:after {
	background: rgba(0, 0, 0, 0.03)
}

@media only screen and (max-width: 1100px) {
	.collection-rolex__filters {
		width: 22%
	}
	.collection-rolex__container-montres {
		width: 78%
	}
}

@media only screen and (max-width: 1000px) {
	.collection-rolex__root {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 5px
	}
	.collection-rolex__filters {
		width: 100%;
		padding: 0
	}
	.collection-rolex__filters .show {
		display: block;
		padding: 0 20px;
		background-color: #F8F8F8;
		margin-top: 5px
	}
	.collection-rolex__filters .filters-titre {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding: 20px 20px 0
	}
	.collection-rolex__filters .filters {
		margin-top: 0;
		margin-bottom: 0
	}
	.collection-rolex__filters .filters:after {
		content: none
	}
	.collection-rolex__filters .filters .filters__line {
		right: 20px;
		top: 13px;
		display: block
	}
	.collection-rolex__filters .filters .filters__line2 {
		display: block
	}
	.collection-rolex__filters .filters .filters__line2.supp {
		display: none
	}
	.collection-rolex__filters .filters__container {
		padding-bottom: 15px;
		padding-top: 0
	}
	.collection-rolex__filters .filters__container .form-element .b-form-checkbox__checkbox {
		margin-top: 15px
	}
	.collection-rolex__filters .filters__container .form-element .b-form-radio__radio {
		margin-top: 15px
	}
	.collection-rolex__filters .filters__container .form-element .b-form-checkbox__label::before {
		background-color: #F8F8F8
	}
	.collection-rolex__container-montres {
		width: 100%
	}
	.collection-rolex__filters-bouton {
		display: block;
		padding: 13px 0
	}
	.collection-rolex__filters-btn {
		padding: 7px 10px;
		color: #D4D4D4;
		border-radius: 40px;
		display: inline-block;
		border: solid 1px #D4D4D4;
		background-color: #D4D4D4;
		vertical-align: middle;
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
	.collection-rolex__filters-btn--green {
		border: solid 1px #127749;
		background-color: #127749;
		color: #fff;
		margin-right: 16px;
		padding: 8px 25px
	}
	.collection-rolex__filters-btn svg {
		position: relative;
		left: 10%;
		top: 1px
	}
	.collection-rolex__filters-btn svg path {
		fill: #1a1a1a !important
	}
	.collection-rolex__filters-btn span {
		position: relative;
		bottom: 3px
	}
	.collection-rolex__filters-titre {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #127749;
		right: 45px
	}
	.collection-rolex__filters-container {
		max-width: 100%;
		position: relative;
		background: #fff;
		z-index: 1
	}
	.collection-rolex__filters-intro {
		height: 25px;
		position: relative
	}
	.collection-rolex__filters-intro.top .collection-rolex__filters-reset {
		opacity: 0
	}
	.collection-rolex__filtres {
		display: none
	}
	.collection-rolex__filters-reset {
		display: none
	}
	.collection-rolex__noproducts {
		padding: 20px 0
	}
}

@media only screen and (max-width: 800px) {
	.collection-rolex__noproducts {
		font-size: 12px;
		line-height: 20px;
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 20px 10px
	}
	.collection-rolex__montre-titre {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.collection-rolex__montre-sous-titre {
		font-size: 11px;
		line-height: 15px;
		font-size: 1.1rem;
		line-height: 1.5rem
	}
}

@media only screen and (max-width: 700px) {
	.collection-rolex__montre {
		width: 50%;
		padding: 0 0 20px
	}
}

@media only screen and (max-width: 430px) {
	.collection-rolex__montre-titre {
		font-size: 11px;
		line-height: 15px;
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin-bottom: 2px
	}
	.collection-rolex__montre-desc {
		font-size: 11px;
		line-height: 15px;
		font-size: 1.1rem;
		line-height: 1.5rem
	}
	.collection-rolex__montre-info {
		padding: 0 10px
	}
	.collection-rolex__filters-titre {
		font-size: 11px;
		line-height: 15px;
		font-size: 1.1rem;
		line-height: 1.5rem;
		right: 30px
	}
	.collection-rolex__filters-reset {
		left: 20px
	}
	.collection-rolex__filters .filters .filters__line {
		top: 12px;
		right: 10px
	}
	.collection-rolex__filters .filters-titre {
		padding: 15px 20px 0
	}
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 40px 0 120px;
	color: #212121
}

.pagination a {
	font-family: "Helvetica W01", Helvetica, sans-serif !important
}

.pagination li {
	transition: color 0.3s
}

.pagination li.active {
	color: #212121 !important
}

.pagination li+li {
	margin-left: 10px
}

.desktop .pagination li:hover {
	color: #127749
}

@media only screen and (max-width: 800px) {
	.pagination {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin: 30px auto 70px
	}
}

.slider-rolex__titre h2 {
	font-size: 18px;
	line-height: 22px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 600;
	margin-bottom: 25px
}

.slider-rolex__root {
	width: 100%;
	position: relative;
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto 120px
}

.slider-rolex__slider {
	display: block
}

.slider-rolex__slider svg {
	width: 28px;
	height: 28px;
	cursor: pointer
}

.slider-rolex__slider svg path {
	fill: #127749
}

.slider-rolex__slider.flickity-enabled .slider-rolex__li+.slider-rolex__li {
	display: block
}

.slider-rolex__slider .flickity-page-dots {
	position: relative;
	bottom: 0;
	bottom: -30px
}

.slider-rolex__slider .flickity-page-dots li.dot {
	border-radius: 5px;
	width: 60px;
	height: 4px;
	margin: 0 12px
}

.slider-rolex__slider .flickity-page-dots li.dot.is-selected {
	background-color: #127749
}

.slider-rolex__slider .flickity-slider {
	width: calc(100% + 35px) !important
}

.slider-rolex__li {
	margin: 0 10px;
	width: calc(33.333333% - 20px);
	transition: opacity 0.5s;
	margin-right: 0px !important;
	margin-left: 0px !important
}

.slider-rolex__li a {
	display: block
}

.slider-rolex__li span {
	display: block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	width: 100%;
	transition: color 0.3s;
	margin-top: 9px
}

.slider-rolex__li+.slider-rolex__li {
	display: none
}

.slider-rolex__container-img {
	padding-bottom: 111.63636%
}

.slider-rolex__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.slider-rolex__arrow--prev {
	left: -35px
}

.slider-rolex__arrow--next {
	right: -35px
}

.slider-rolex__arrow svg {
	transition: opacity 0.3s
}

.slider-rolex__arrow.disabled svg {
	opacity: 0
}

.desktop .slider-rolex__li:hover {
	opacity: 0.5
}

.desktop .slider-rolex__slider svg:hover polyline {
	stroke: #212121
}

@media only screen and (max-width: 1205px) {
	.slider-rolex__arrow--prev {
		left: -25px
	}
	.slider-rolex__arrow--next {
		right: -25px
	}
}

@media only screen and (max-width: 1150px) {
	.slider-rolex__slider .flickity-page-dots {
		display: block !important
	}
	.slider-rolex__slider svg {
		display: none
	}
	.slider-rolex__li img {
		margin-bottom: 6px
	}
}

@media only screen and (max-width: 800px) {
	.slider-rolex__root {
		margin-bottom: 60px
	}
	.slider-rolex__titre h2 {
		font-size: 16px;
		line-height: 20px;
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 15px
	}
	.slider-rolex__li {
		width: calc(50% - 10px);
		margin: 0 5px !important
	}
	.slider-rolex__slider .flickity-page-dots {
		bottom: -20px
	}
	.slider-rolex__slider .flickity-page-dots li.dot {
		width: 45px
	}
	.slider-rolex__slider .flickity-slider {
		width: calc(100% + 5px) !important
	}
}

@media only screen and (max-width: 430px) {
	.slider-rolex__li span {
		font-size: 11px;
		line-height: 15px;
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin-top: 6px
	}
	.slider-rolex__titre h2 {
		font-size: 15px;
		line-height: 19px;
		font-size: 1.5rem;
		line-height: 1.9rem
	}
}

.footer-rolex__footer {
	margin-top: 0
}

.footer-rolex__logo {
	text-align: center;
	margin-bottom: 20px
}

.footer-rolex__logo img {
	max-width: 103px
}

.footer-rolex__nav {
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.footer-rolex__ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px
}

.footer-rolex__ul a {
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	transition: all 0.3s
}

.footer-rolex__ul a.current {
	color: #127749
}

.footer-rolex__ul li {
	margin-right: 30px;
	margin-bottom: 20px
}

.footer-rolex__ul li:last-child {
	margin-right: 0
}

.footer-rolex__back-top {
	text-align: center
}

.footer-rolex__back-top svg {
	width: 45px;
	height: 45px
}

.footer-rolex__logo-bottom {
	text-align: center;
	margin-bottom: 20px;
	display: none
}

.footer-rolex__logo-bottom img {
	width: 51px;
	height: auto
}

.desktop .footer-rolex__ul a:hover {
	color: #127749
}

@media only screen and (max-width: 800px) {
	.footer-rolex__ul {
		display: block;
		margin-bottom: 0
	}
	.footer-rolex__ul li {
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #e1e1e1
	}
	.footer-rolex__ul li:first-child {
		border-top: 1px solid #e1e1e1
	}
	.footer-rolex__li {
		padding: 12px
	}
	.footer-rolex__li a {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
	.footer-rolex__nav {
		border-top: none;
		border-bottom: none;
		padding: 30px 0;
		margin-bottom: 0
	}
	.footer-rolex__logo {
		display: none
	}
	.footer-rolex__logo-bottom {
		display: block
	}
	.footer-rolex__top svg {
		width: 34px;
		height: 34px
	}
}