@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.nouveauterolex {
	font-family: "Helvetica W01", Helvetica, sans-serif;
	font-weight: 400;
	color: #212121
}

.nouveauterolex #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
	}
}

.home-baniere__img {
	margin-bottom: 60px
}

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

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

.home-baniere__image--mobile {
	display: none
}

@media only screen and (max-width: 800px) {
	.home-baniere__img {
		margin-bottom: 40px
	}
	.home-baniere__img img {
		height: 160px
	}
	.home-baniere__image--desktop {
		display: none
	}
	.home-baniere__image--mobile {
		display: block;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

.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__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
}

@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__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
	}
}

.nouveautes-rolex__root {
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 65px
}

.nouveautes-rolex__container {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding: 0 10px;
	max-width: 1180px;
	margin: 0 auto
}

.nouveautes-rolex__img {
	display: block;
	position: relative
}

.nouveautes-rolex__img::before {
	content: "";
	display: block;
	padding-bottom: 74.64286%
}

.nouveautes-rolex__item {
	display: block;
	position: relative
}

.nouveautes-rolex__titre {
	font-size: 15px;
	line-height: 19px;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0;
	background-color: #fff;
	width: 100%;
	position: relative;
	top: 0;
	transition: top 0.4s;
	letter-spacing: 0.5px
}

.nouveautes-rolex__li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	overflow: hidden
}

.nouveautes-rolex__image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: transform 0.5s, opacity 0.5s !important;
	object-fit: cover
}

.desktop .nouveautes-rolex__li:hover .nouveautes-rolex__titre {
	top: -20px
}

.desktop .nouveautes-rolex__li:hover .nouveautes-rolex__image {
	transform: scale(1.05);
	transform-origin: 50% 50%
}

@media only screen and (max-width: 800px) {
	.nouveautes-rolex__root {
		margin-top: 50px;
		padding-top: 0;
		margin-bottom: 45px
	}
	.nouveautes-rolex__titre {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
	.nouveautes-rolex__img::before {
		padding-bottom: 135%
	}
}

@media only screen and (max-width: 500px) {
	.nouveautes-rolex__li {
		width: calc(50% - 10px);
		margin: 0 5px 10px
	}
	.nouveautes-rolex__titre {
		font-size: 12.5px;
		line-height: 16.5px;
		font-size: 1.25rem;
		line-height: 1.65rem;
		padding: 8px 0
	}
}

.banniere-bas__img {
	margin-top: 0
}

.banniere-bas__img--full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw
}

.banniere-bas__img img {
	max-width: 100%;
	height: 650px;
	object-fit: cover;
	display: block
}

@media only screen and (max-width: 1320px) {
	.banniere-bas__img img {
		height: 550px
	}
}

@media only screen and (max-width: 800px) {
	.banniere-bas__img img {
		height: 350px
	}
}

.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: 120px 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;
		margin-top: 70px
	}
	.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
	}
}