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

a {
	color: #333!important;
}

.rlx-p0 {
	padding: 0px!important;
}
/*-------------------*/

/*    MAP     */

.mapMulti-rolex__map {
	height: 700px;
	background: #f8f8f8;
}


/*------------------*/

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

.contactMultirolex #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 #F8F8F8;
	color: #767676 !important;
	background-color: #F8F8F8
}

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

@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: #127749 !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;
	transition: color 0.3s
}

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

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

@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__btn-a {
		font-size: 14px;
		line-height: 18px;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 8px 25px;
		margin-top: 20px
	}
	.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
	}
}

.desktop .intro-rolex__icon span:hover {
	color: #127749
}

.mapMulti-rolex__root {
	margin: 0 auto 60px;
	padding: 0 20px;
	position: relative
}

.mapMulti-rolex__root.hidden {
	display: none
}

.mapMulti-rolex__titre {
	font-size: 30px;
	line-height: 34px;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300
}

.mapMulti-rolex__url.active {
	color: #127749
}

.mapMulti-rolex__url.active svg rect,
.mapMulti-rolex__url.active svg path {
	fill: #127749
}

.mapMulti-rolex__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.mapMulti-rolex__menu a {
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	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;
	margin: 5px 0;
	transition: color 0.3s;
	cursor: pointer;
	color: #D4D4D4
}

.mapMulti-rolex__menu a svg {
	margin-right: 10px
}

.mapMulti-rolex__menu a svg rect,
.mapMulti-rolex__menu a svg path {
	transition: fill 0.3s
}

.mapMulti-rolex__menu--list {
	padding-left: 20px !important
}

.mapMulti-rolex__menu--list svg {
	height: 16px;
	width: 16px
}

.mapMulti-rolex__menu--plan {
	padding-right: 20px !important;
	position: relative
}

.mapMulti-rolex__menu--plan:after {
	content: '';
	background-color: #D4D4D4;
	height: 1px;
	width: 15px;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%)
}

.mapMulti-rolex__map {
	/*max-width: 930px;*/
	margin: 0 auto;
	padding: 0px!important;
}

.mapMulti-rolex__map--google {
	height: 700px;
	transition: opacity 0.3s;
	border-top: none
}

.mapMulti-rolex__map .loaderMap {
	margin: 30px auto 0
}

.mapMulti-rolex__rien {
	position: absolute;
	width: 300px;
	height: 100%;
	transform: translateX(-300px);
	background: #fff;
	z-index: 1
}

.mapMulti-rolex__list {
	position: absolute;
	width: 100%;
	top: 0;
	display: none;
	min-height: 400px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.mapMulti-rolex__map-list {
	position: relative
}

.mapMulti-rolex__map-list.active .mapMulti-rolex__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	position: relative
}

.mapMulti-rolex__map-list.active .mapMulti-rolex__map {
	display: none
}

.mapMulti-rolex__boutique-titre {
	font-size: 18px;
	line-height: 22px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 20px
}

.mapMulti-rolex__flex {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mapMulti-rolex__boutique {
	width: calc(33.33333% - 16px);
	padding: 40px 20px;
	margin: 8px;
	font-size: 14px;
	line-height: 20px;
	font-size: 1.4rem;
	line-height: 2rem;
	background-color: #F8F8F8;
	transition: background-color 0.3s;
	text-align: center
}

.mapMulti-rolex__boutique h4 {
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #127749;
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem
}

.mapMulti-rolex__bloc-info {
	/*max-width: 300px;*/
	width: 100%;
	/*position: absolute;*/
	height: 100%;
	/*top: 0;*/
	background-color: #f8f8f8;
	/*transform: translateX(-300px);*/
	transition: transform 0.3s ease-in-out
}

.mapMulti-rolex__bloc-info.actif {
	transform: translateX(0)
}

.mapMulti-rolex__img {
	width: 100%
}

.mapMulti-rolex__img img {
	/*height: 220px;*/
	max-width: 100%;
	object-fit: cover
}

.mapMulti-rolex__img svg rect,
.mapMulti-rolex__img svg line {
	transition: fill 0.3s, stroke 0.3s
}

.mapMulti-rolex__bloc-info {
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.mapMulti-rolex__bloc-info h4 {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #127749;
	text-transform: uppercase
}

.mapMulti-rolex__bloc-info h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase
}

.mapMulti-rolex__bloc-info p {
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 300
}

.mapMulti-rolex__boutique-adresse {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem
}

.mapMulti-rolex__close {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -3px
}

.mapMulti-rolex__close rect {
	fill: transparent !important
}

.mapMulti-rolex__close line {
	stroke: #212121 !important
}

.mapMulti-rolex__bloc-adresse {
	padding: 30px 20px;
	position: relative;
	text-align: center
}

.mapMulti-rolex__bloc-adresse--icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	width: 70%;
	margin: 30px auto 0
}

.mapMulti-rolex__bloc-adresse--icon a {
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	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-weight: 300;
	transition: color 0.3s
}

.mapMulti-rolex__bloc-adresse--icon a svg {
	height: 36px;
	width: 36px
}

.mapMulti-rolex__bloc-adresse--icon a:last-child {
	margin-bottom: 0
}

.mapMulti-rolex__bloc-adresse--icon #tele path {
	fill: #fff
}

.mapMulti-rolex__bloc-adresse--icon #tele path#Phone_icon {
	fill: #127749
}

@media only screen and (max-width: 800px) {
	.mapMulti-rolex__root {
		margin: 60px auto 40px
	}
	.mapMulti-rolex__menu {
		border-bottom: solid 1px #D4D4D4;
		margin-bottom: 10px
	}
	.mapMulti-rolex__menu--plan,
	.mapMulti-rolex__menu--list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center
	}
	.mapMulti-rolex__menu a {
		padding: 7px 0;
		margin: 0
	}
	.mapMulti-rolex__boutique-adresse {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
	.mapMulti-rolex__map-list.active .mapMulti-rolex__list {
		margin-left: 0
	}
	.mapMulti-rolex__map--google {
		height: 380px
	}
	/*.mapMulti-rolex__bloc-info {
		transform: translateX(-100%)
	}*/
	.mapMulti-rolex__rien {
		height: 80%
	}
	.mapMulti-rolex__boutique {
		width: calc(50% - 16px);
		font-size: 12px;
		line-height: 17px;
		font-size: 1.2rem;
		line-height: 1.7rem;
		padding: 20px 10px
	}
	.mapMulti-rolex__boutique-titre {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 20px;
		font-size: 1.6rem;
		line-height: 2rem
	}
	.mapMulti-rolex__bloc-adresse {
		padding: 25px 20px 15px
	}
	.mapMulti-rolex__bloc-info {
		max-width: 100%;
		height: 50%;
		top: auto;
		bottom: 0;
		overflow: auto
	}
	.mapMulti-rolex__bloc-info h4 {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-bottom: 2px
	}
	.mapMulti-rolex__bloc-info h3 {
		font-size: 16px;
		line-height: 20px;
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 12px
	}
	.mapMulti-rolex__bloc-info p {
		font-size: 13px;
		line-height: 17px;
		font-size: 1.3rem;
		line-height: 1.7rem
	}
	.mapMulti-rolex__img img {
		display: none
	}
	.mapMulti-rolex__img svg {
		width: 25px;
		height: 25px
	}
	.mapMulti-rolex__img svg rect {
		fill: transparent !important
	}
	.mapMulti-rolex__img svg line {
		stroke: #212121 !important
	}
	.mapMulti-rolex__bloc-adresse {
		text-align: center
	}
	.mapMulti-rolex__bloc-adresse--icon {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: inherit;
		-moz-flex-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		width: 100%;
		max-width: 175px;
		margin-top: 15px
	}
	.mapMulti-rolex__bloc-adresse--icon a span {
		display: none
	}
	.mapMulti-rolex__bloc-adresse--icon a svg {
		height: 32px;
		width: 32px
	}
	.mapMulti-rolex__bloc-adresse--icon a {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 550px) {
	.mapMulti-rolex__boutique {
		width: 100%;
		margin: 0 0 6px
	}
	.mapMulti-rolex__map-list .mapMulti-rolex__boutique {
		padding: 30px 10px
	}
}

.desktop .mapMulti-rolex__menu a:hover {
	color: #127749
}

.desktop .mapMulti-rolex__menu a:hover svg rect,
.desktop .mapMulti-rolex__menu a:hover svg path {
	fill: #127749
}

.desktop .mapMulti-rolex__boutique:hover {
	background-color: #F8F8F8
}

.desktop .mapMulti-rolex__bloc-adresse--icon a:hover {
	color: #127749
}

.desktop .mapMulti-rolex__img svg:hover rect {
	fill: #fff !important
}

.desktop .mapMulti-rolex__img svg:hover line {
	stroke: #212121 !important
}

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

.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: 800px) {
	.home-baniere__img {
		margin-bottom: 40px
	}
	.home-baniere__img img {
		height: 160px
	}
}

.banniere-secondaire__img {
	margin-bottom: 35px
}

.contactMultirolex .select2-results__option[aria-selected="true"] {
	background-color: #127749
}

.contactMultirolex .select2-results__option--highlighted[aria-selected="false"] {
	background-color: rgba(18, 119, 73, 0.5)
}

.contactMultirolex .select2-results__options {
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.contactMultirolex .select2-search--dropdown .select2-search__field {
	display: none
}

.contactMultirolex .select2-container .select2-selection--single {
	width: 80px;
	padding-left: 0;
	border-top: none;
	border-left: none;
	border-right: none
}

.form-rolex__root {
	padding-top: 30px;
	margin-top: 0
}

.form-rolex__container {
	max-width: 620px;
	width: 80%;
	margin: 0 auto
}

.form-rolex .select2-container .select2-selection--single .select2-selection__rendered {
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.form-rolex span.showError {
	color: #CC0000;
	font-size: 10px;
	line-height: 14px;
	font-size: 1rem;
	line-height: 1.4rem
}

.form-rolex__container-elm {
	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;
	font-weight: 300
}

.form-rolex .container-checkbox-cgv,
.form-rolex .container-checkbox-marketing {
	margin-right: 0;
	width: 100%
}

.form-rolex .form-element {
	margin-top: 80px;
	position: relative;
	margin-right: 20px
}

.form-rolex .b-form-input__input {
	padding: 1.5px 0 1.5px 0;
	font-family: "Helvetica W01", Helvetica, sans-serif !important;
	font-weight: 300
}

.form-rolex .container-select-distrib {
	width: 48%;
	margin-right: 4%;
	position: relative;
	bottom: 4px
}

.form-rolex .container-select-distrib .select2-selection {
	width: 100% !important
}

.form-rolex .container-select-distrib .b-form-select__label {
	display: none
}

.form-rolex .container-input-address_distrib {
	width: 48%;
	margin-right: 0
}

.form-rolex .container-input-address_distrib .b-form-input__input {
	width: 100%
}

.form-rolex input[type=text] {
	border-bottom: 1px solid #212121;
	font-size: 14px;
	border-top: none;
	border-left: none;
	border-right: none
}

.form-rolex input[type=email] {
	border-bottom: 1px solid #212121;
	font-size: 14px;
	border-top: none;
	border-left: none;
	border-right: none
}

.form-rolex .focused .b-form-input__label {
	transform: translateY(-125%);
	font-size: 1em;
	color: #818181
}

.form-rolex .filled .b-form-input__label {
	box-shadow: 0 2px 0 0 lightgreen
}

.form-rolex .b-form-input__label {
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #212121;
	padding: 0;
	width: 100%;
	cursor: text;
	font-family: "Helvetica W01", Helvetica, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: transform 150ms ease-out, font-size 150ms ease-out
}

.form-rolex .b-form-checkbox__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.form-rolex .b-form-select.container-select- {
	border-bottom: solid 1px #212121;
	width: 80px;
	margin-right: 20px
}

.form-rolex .b-form-select__select {
	border: none;
	font-size: 10.8px;
	line-height: 14.8px;
	font-size: 1.08rem;
	line-height: 1.48rem;
	color: #212121;
	width: 100%;
	padding-top: 20px;
	padding-left: 0
}

.form-rolex .b-form-textarea {
	width: 100%;
	margin-right: 0
}

.form-rolex .b-form-textarea__label {
	font-size: 10.8px;
	line-height: 14.8px;
	font-size: 1.08rem;
	line-height: 1.48rem;
	color: #818181
}

.form-rolex .b-form-textarea__textarea {
	border: 1px solid #212121;
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-family: "Helvetica W01", Helvetica, sans-serif;
	font-weight: 300
}

.form-rolex .b-form-textarea__textarea:focus {
	border-color: #127749 !important
}

.form-rolex__titre h2 {
	font-size: 30px;
	line-height: 34px;
	font-size: 3rem;
	line-height: 3.4rem;
	text-transform: uppercase;
	margin-bottom: 30px
}

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

.form-rolex__required {
	font-size: 14.4px;
	line-height: 18.4px;
	font-size: 1.44rem;
	line-height: 1.84rem;
	color: #212121;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: 300
}

.form-rolex__bottom {
	margin-top: 30px
}

.form-rolex__checkbox {
	margin: auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.form-rolex__annuler {
	font-size: 14px;
	line-height: 18px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: auto;
	cursor: pointer;
	border: none;
	transition: color 0.3s;
	margin-right: 25px;
	font-family: "Helvetica W01", Helvetica, sans-serif;
	background-color: #fff
}

.form-rolex__button {
	text-align: right;
	margin-top: 30px
}

.form-rolex input.form-rolex__submit {
	background: #127749;
	border: 1px solid #127749;
	color: #fff !important;
	font-size: 16px;
	line-height: 20px;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: none;
	padding: 9px 30px;
	display: inline-block;
	border-radius: 40px !important;
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.form-rolex__localisation {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-top: 30px
}

.form-rolex__localisation p {
	font-size: 12px;
	line-height: 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #212121;
	margin-right: 10px
}

.form-rolex__toggle-elm {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px
}

.form-rolex__toggle-elm input {
	display: none
}

.form-rolex__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #E6E6E6;
	transition: .4s
}

.form-rolex__slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 2px;
	background-color: white;
	transition: .4s
}

.form-rolex input:checked+.form-rolex__slider {
	background-color: #212121
}

.form-rolex input:focus+.form-rolex__slider {
	box-shadow: 0 0 1px #019b01
}

.form-rolex input:checked+.form-rolex__slider:before {
	transform: translateX(18px)
}

.form-rolex__slider.round {
	border-radius: 34px
}

.form-rolex__slider.round:before {
	border-radius: 50%
}

.form-rolex input#prenom {
	width: 220px
}

.form-rolex input#nom {
	width: 280px
}

.form-rolex .container-input-nom,
.form-rolex .container-input-phone {
	margin-right: 0
}

.form-rolex input#email {
	width: 284px
}

.form-rolex input#phone {
	width: 216px
}

.form-rolex .select2-selection__arrow b {
	border-color: #212121 transparent transparent
}

.form-rolex .select2-container--open .select2-selection__arrow b {
	border-color: transparent transparent #212121
}

.form-rolex .container-select-prefix,
.form-rolex .container-select-civilite {
	position: relative;
	bottom: 4px
}

.container-checkbox-cgv,
.container-checkbox-marketing {
	margin-top: 30px !important
}

.container-checkbox-cgv .b-form-checkbox__label,
.container-checkbox-marketing .b-form-checkbox__label {
	color: #212121;
	font-size: 12px;
	line-height: 20px;
	font-size: 1.2rem;
	line-height: 2rem;
	padding-left: 30px;
	font-family: "Helvetica W01", Helvetica, sans-serif
}

.container-checkbox-cgv .b-form-checkbox__label a,
.container-checkbox-marketing .b-form-checkbox__label a {
	transition: color 0.3s;
	text-decoration: underline
}

.container-checkbox-cgv .b-form-checkbox__label::before,
.container-checkbox-marketing .b-form-checkbox__label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #212121
}

.container-checkbox-cgv .b-form-checkbox__label::after,
.container-checkbox-marketing .b-form-checkbox__label::after {
	content: "";
	background-color: #127749;
	width: 16px;
	height: 16px;
	left: 2px
}

.desktop .form-rolex input.form-rolex__submit:hover {
	background: transparent;
	border: 1px solid #127749;
	color: #127749 !important
}

.desktop .form-rolex .b-form-checkbox__label a:hover {
	color: #127749
}

.desktop .form-rolex__annuler:hover {
	color: #127749
}

@media only screen and (max-width: 800px) {
	.contactMultirolex .select2-container .select2-selection--single {
		width: auto
	}
	.contactMultirolex .select2-results__options li {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.ariane-rolex__container {
		padding-left: 21px
	}
	.form-rolex__root {
		padding-top: 15px
	}
	.form-rolex input#prenom,
	.form-rolex input#phone {
		width: 100%
	}
	.form-rolex input#nom,
	.form-rolex input#email {
		width: 100%
	}
	.form-rolex .b-form-input__label {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.form-rolex .select2-selection__rendered {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.form-rolex .container-select-distrib {
		margin-right: 0
	}
	.form-rolex .b-form-textarea__textarea {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.form-rolex .container-input-email {
		margin-right: 0
	}
	.form-rolex.b-form-textarea__textarea {
		font-size: 12px;
		line-height: 20px;
		font-size: 1.2rem;
		line-height: 2rem
	}
	.form-rolex__titre h2 {
		font-size: 24px;
		line-height: 28px;
		font-size: 2.4rem;
		line-height: 2.8rem;
		margin-bottom: 16px
	}
	.form-rolex__separator {
		margin: 16px 0
	}
	.form-rolex__texte {
		font-size: 14px;
		line-height: 25px;
		font-size: 1.4rem;
		line-height: 2.5rem
	}
	.form-rolex .form-element {
		margin-top: 60px;
		width: 100%
	}
	.form-rolex .container-select-civilite,
	.form-rolex .container-select-prefix {
		width: 23%;
		margin-right: 4%
	}
	.form-rolex .container-input-prenom,
	.form-rolex .container-input-phone {
		width: 73%;
		margin-right: 0
	}
	.form-rolex input.form-rolex__submit {
		padding: 8px 25px;
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.form-rolex__annuler {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
	.form-rolex__required {
		font-size: 12px;
		line-height: 16px;
		font-size: 1.2rem;
		line-height: 1.6rem
	}
}

@media only screen and (max-width: 550px) {
	.form-rolex__container {
		width: 90%
	}
}

@media only screen and (max-width: 550px) {
	.form-rolex__container {
		width: 100%;
		padding: 0 20px
	}
}

.contactMultirolex .select2-results__option[aria-selected="true"] {
	background-color: #127749
}

.contactMultirolex .select2-results__option--highlighted[aria-selected="false"] {
	background-color: rgba(18, 119, 73, 0.5)
}

.contactMultirolex .select2-results__options {
	font-family: "Helvetica W01", Helvetica, sans-serif;
	font-weight: 300
}

.contactMultirolex .b-form-input__input:focus,
.contactMultirolex .b-form-radio__radio--other input:focus,
.contactMultirolex .b-form-checkbox__other-input:focus,
.contactMultirolex .b-form-date__input:focus,
.contactMultirolex .b-form-select__select:focus,
.contactMultirolex .select2-selection:focus {
	border-color: #127749 !important
}

.contactMultirolex .select2-search--dropdown {
	display: none
}

.contactMultirolex .select2-search--dropdown .select2-search__field {
	display: none
}

.contactMultirolex .select2-container .select2-selection--single {
	width: 80px;
	padding-left: 0;
	border-top: none;
	border-left: none;
	border-right: none
}

.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;
	color: #127749;
}

.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
	}
	.slider-rolex__root {
		margin-top: 70px
	}
}

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