#wpadminbar {
    z-index: 100000000!important;
}

#swipebox-overlay {
	z-index: 1000000000!important;
}

.nav_mobile {
	display: none;
}

.box-33 {
	float: left;
	width: 33.333333%;
}

.box-50 {
	float: left;
	width: 50%;
}

.box-100 {
	width: 100%;
}

html {
	overflow-x: hidden;
}

.mobile {
	display: none;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.header-content-menu {
	position: relative;
}

.bandeau {
	background: #01c18b;
	margin-bottom: 60px;
	margin-top: 20px;
}

.bandeau p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	text-align: center;
	font-family: 'Space Grotesk';
	font-size: 16px;
}

.bandeau a {
	text-decoration: underline;
	color: white;
}

.marker-start {
    background-image: url(../img/marker-start.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 80px;
    height: 100px;
    border-radius: 0;
    cursor: pointer;
    top: -46px;
    left: 3px;
}

.marker-end {
	box-sizing: border-box;	
	height: 14px;	
	width: 14px;	
	border: 3px solid #FFFFFF;	
	background-color: #156ffa;
	border-radius: 50%;
	left: -3px;
}

.btn-primary {
	background-color: #156FFB;
    color: white!important;
	height: 64px;
    line-height: 64px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 64px;
	font-family: 'Space Grotesk';
    font-weight: 700;
    color: black;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
	position: relative;
	display: inline-block;
}

.btn-primary:hover{
	background: #6692FC;
	text-decoration: none;
	outline: none;
}

.btn-primary:focus {
	outline: none;
}

.btn-secondary {
	background-color: #ECF2FF;
    color: #156FFB!important;
	height: 64px;
    line-height: 64px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 64px;
	font-family: 'Space Grotesk';
    font-weight: 700;
    color: black;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
	position: relative;
	display: inline-block;
}

.btn-secondary:hover {
	background: #D1D7F3;
	text-decoration: none;
	outline: none;
}

.btn-secondary:focus {
	outline: none;
}

.btn-green {
	border-radius: 80px;	
	background: #156ffa;
	display: inline-block;
	padding: 13px 41px 15px 41px;
	color: #FFFFFF;	
	font-family: "Space Grotesk";
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;	
	font-size: 22px;	
	font-weight: bold;	
	line-height: 32px;	
	text-align: center;
    transition-duration: 0.2s;
}

.btn-green:hover,
.btn-green:focus {
	background: #6692FC;
	text-decoration: none;
	color: white;
    transition-duration: 0.2s;
}

/* HEADER */



/* HOME */

.dropbtn {
	background-color: transparent;
	color: green;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	height: 30px;
	width: 30px;
}

.dropbtn2 {
	background-color: transparent;
	color: green;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.dropbtn3 {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.dropbtn:hover, .dropbtn:focus, .dropbtn2:hover, .dropbtn2:focus {
}

#currentCity > img, #currentLang > img {
	width: 20px;
	object-fit: contain;
	z-index: -1;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

#burgerMenu a {
	width: 95%;
	user-select: none;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none;
}

.rotate180 {
	transform: rotate(-180deg);
}

.dropdown {
	display: inline-block;
	position: relative;
	margin-right: 5vw;
}

.ui-dropdown {
	display: none;
}


.line {
	width: 90%;
	background-color: white;
	border: solid 2px white;
	height: 5px;
	border-radius: 50vw;
	z-index: -1;
}

.line:nth-child(2) {
	width: 100%;
}

.quit {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	margin-top: 3vw;
}

.quit img {
	height: 40px;
	width: 40px;
}

.dropdown-content {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: white;
	padding: 0 2vw 10vw 10vw;
}

.dropdown-subcontent {
	width: 100%;
	display: none;
	z-index: 1;
}



.dropdown-content hr {
	border: none;
}

.dropdown-content a, .dropdown-subcontent a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: flex;
	font-size: 14px;
	font-family: 'Space Grotesk';
	font-weight: 700;
}

.dropdown-content a:hover, .dropdown-subcontent a:hover {
	color: #156ffa;
}

.show {display:block;}

/* Block1 */

.block1 {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.block1:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 0;
}

.block1 > img {
	width: 100%;
}

.block1_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1000;
}

.block1_bg {
	opacity: 0;
	width: 100%;
}

.block1_title_container {
	width: 100%;
	margin: 0;
	padding: 0 0% 0% 9.5%;
	display: flex;
}

#home .block1_title_container {
    margin-top: 171px;
}

.block1_title {
	color: white;
	font-weight: 900;
	font-size: 64px;
	margin: 0;
	text-shadow: 2px 2px 25px #000000;
    font-family: 'Space Grotesk';
    line-height: 80px;
}

.block1_subtitle {
	text-shadow: 2px 2px 25px #000000;
	font-weight: 900;	
	font-size: 24px;
	margin: 1vw 0 0 0;
}


.block2_title_br_mobile {
	display: none;
}

.block1_dl_mobile_container {
	width: 100%;
	padding: 0% 0% 0% 10%;
	margin: 3vw 0 0 0;
}

.block1_dl_mobile_container .block1_dl_logo  {
	display: inline-block;
	margin-right: 15px;
}

.block1_dl_mobile_container .block1_dl_logo .logo-ios,
.block4_appstore_a {
	width: 169px;
}

.block1_dl_mobile_container .block1_dl_logo .logo-android,
.block4_googleplay_a {
	width: 169px;
}

.block4_appstore_a {
	margin-right: 10px;
}

.block4_googleplay_a {
	margin-left: 10px;
}

.block4_appstore_a img,
.block4_googleplay_a img {
	width: 100%;
}


.block1_banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	height: 80px;
	display: flex;
	color: white;
}

.block1_banner p {
	margin: 0;
	font-size: 18px;
	font-weight: 100;
	font-family: 'Space Grotesk';
	color: white;
}

.block1_banner_leaseplan {
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
}

.block1_banner_allianz {
	height: 100%;
	width: 50%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.block1_banner_leaseplan > a, 
.block1_banner_allianz > a,
.block1_banner_leaseplan > p, 
.block1_banner_allianz > p {
	display: flex;
	align-items: center;
}

.block1_banner_leaseplan a > p {
	margin-left: 25px;
}

.block1_banner_allianz a > p {
	margin-right: 25px;
}

.block1_banner_leaseplan > a, 
.block1_banner_allianz > a {
	text-decoration: none;
}

.block1_banner_leaseplan > a > img {
	width: 54px;
	/*margin: 0 1vw 0 1vw;*/
	margin-left: 25px;
}

.block1_banner_allianz > a > img {
	width: 116px;
	margin-right: 23px;
}	

.block1_banner_mobile {
	display: none;
}

/*Block2*/

.block2 {
	width: 100%;
	display: flex;
	/*overflow: hidden;*/
}

.block2_description_container {
	width: 50%;
	display: flex;
	justify-content: center;
	margin-bottom: 170px;
}

.block2_wrapper {
	width: 500px;
	padding: 15px;
}

.block2_title {
	/*margin: 18% 0% 0% 0%;*/
	margin-top: 116px;
	font-family: 'Space Grotesk';
	font-weight: 900;
	font-size: 32px;
    color: #000000;
    margin-bottom: 0px;
}

hr.block2_green_line {
	border: 0;
    width: 40px;
    height: 6px;
    display: inline-block;
    margin-top: 18px;
    background: #156ffa;
    margin-bottom: 11px;
}

.block2_wrapper > p {
    margin-bottom: 27px;
	font-family: 'Space Grotesk';
	font-size: 18px;
	color: #000000;
}

.block2_text_br_mobile {
	display: none;
}


.block2_picto_container {
	text-align: center;
	margin-top: 68px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.block2_picto_container > .block2_picto {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
}

.block2_picto_container > .block2_picto > img {
	width: 66px;
}

.block2_picto_container > .block2_picto > .block2_picto_text {
	margin-top: 17px;
	font-size: 14px;
	font-family: 'Space Grotesk';
	font-weight: 700;
	color: #000000;

}

.block2_phone_container {
	display: flex;
	width: 50%;
	justify-content: center;
}

.block2_phone_wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: self-start;
	position: relative;
}

.block2_phone_wrapper .iphone {
	max-width: 442px;
	visibility: hidden;
    position: absolute;
    right: 282px;
    top: -31px;
    z-index: 1000;
    -webkit-transform: translateX(150%);
    transition-duration: 0.8s;
}

.block2_phone_wrapper .samsung {
	max-width: 351px;
	z-index: 100;
	visibility: hidden;
	margin-top: -34px;
    position: absolute;
    right: 50px;
    -webkit-transform: translateX(150%);
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}

/*Block4*/

.block4 {
	width: 100%;
	background: linear-gradient(270deg, #158de2 0%, #0057b8 100%);
	/*padding: 4vw 0 5vw 0;*/
	min-height: 250px;
	position: relative;
	z-index: 10000;
}

.block4_apple, .block4_android {
	height: 100%;
	width: 25%;
}

.block4_android {
	display: flex;
	justify-content: flex-end;
}

.block4_apple_img, .block4_android_img {
	height: 100%;
}

.block4_title {
	color: white!important;
	font-size: 32px!important;
	font-family: 'Space Grotesk';
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-top: 65px;
}

.block4_title > br {
	display: none;
}

.block4_dl_container {
	display: flex;
	justify-content: center;
	/*margin: 2.2vw 0 0 0;*/
	margin-top: 30px;
}

/* PARTENAIRES */

#partenaires h1 {
	font-family: 'Space Grotesk';
}

#partenaires .content .subcontent {
	margin-top: 34px;
}

#partenaires .content-partenaires {
    margin-top: 108px;
}

#partenaires .content .subcontent .box-33 img {
	max-width: 330px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#partenaires .content .subcontent .box-33 {
	margin-bottom: 70px;
}

/* VILLE */

#ville {
	background-color: white;
}

#ville .content {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ville .block1_container {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#ville .block1_absolute {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
}


#ville .block1_img_sub_container {
	float: left;
    margin-right: 20px;
}

#ville .block1_img_sub_container img {
	width: 120px;
}

#ville .block1_title_container {
	padding: 0;
}

#ville .block1_title {
	margin-top: 5px;
}

#ville .block1_subtitle {
	color: #FFFFFF; 
	font-family: "Space Grotesk"; 
	font-size: 24px; 
	font-weight: 900; 
	line-height: 34px; 
	text-shadow: 0 3px 25px rgba(21,31,49,0.75);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0px;
}

#ville .block1_title_sub_container {
	float: left;
}

#ville .block1_dl_mobile_container {
	padding: 0;
}


#ville .block_step .part-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 620px;
    filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
    float: left;
    width: 53%;
    position: relative;
    left: 8%;
}

#ville .block_step .content-step {
	position: relative;
}

#ville .block_step .part-step {
    top: 50%;
    float: left;
    position: absolute;
    width: 50%;
    right: 1%;
    transform: translateY(-50%);
}


#ville .block_step {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ville .block_step .part-image img {
	/*visibility: hidden;*/
	width: 100%;
}

#ville .block_step ul {
	list-style: none;
	padding: 0;
	max-width: 445px;
	width: 100%;
	margin-top: 104px;
}

#ville .block_step ul li {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	cursor: pointer;
}

#ville .block_step ul li.step-1 {

}

#ville .block_step ul li.step-2 {
	left: 90px
}

#ville .block_step ul li.step-3 {
	left: 90px
}

#ville .block_step ul li.step-4 {
	/*margin: 0;*/
}

#ville .block_step ul li.start .border {
  animation: wave 1s 1 ease-in-out;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;

}

#ville .block_step ul li.start .border:nth-child(1) {
	animation-delay: 0.2s;
	left: -8px;
	top: -8px;
	width: 76px;
	height: 76px;
	border: 3px solid #30cf92;
}

#ville .block_step ul li.start .border:nth-child(2) {
    animation-delay: 0.4s;
    left: -16px;
    top: -16px;
    width: 92px;
    height: 92px;
    border: 3px solid #30cf92;
}

#ville .block_step ul li.start .border:nth-child(3) {
	/*left: 17.5%;
  top: 17.5%;
  width: 65%;
  height: 65%;
  border: 1px solid #0bbcf2;
  transition: all 0.2s linear;*/
}

#ville .owl-carousel-step {
	display: none;
}

@keyframes wave {
    0% {transform: scale(1);opacity: 0;}
    50% {transform: scale(1.075);opacity: 0.6;}
    100% {transform: scale(1.15);opacity: 0;}
}

#ville .image-step-2,
#ville .image-step-3,
#ville .image-step-4 {
	display: none;
} 

#ville .block_step .value-step {
	width: 60px;
	height: 60px;
	display: block;
	background: linear-gradient(180deg, #17e29e 0%, #156ffa 100%);
	border-radius: 50%;
	position: absolute;
	/*top: 50%;*/
	left: 0;
	/*transform: translateY(-50%);*/
	cursor: pointer;
} 

#ville .block_step .value-step > span {
	font-family: "Space Grotesk";	
	font-size: 32px;	
	font-weight: 900;	
	line-height: 36px;	
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: white;
}

#ville .block_step .step {
	padding-left: 90px;
}

#ville .block_step .step .title-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 22px; 
	font-weight: 900; 
	line-height: 26px;
	margin: 0;
}

#ville .block_step .step .title-step {
	/*opacity: 0.6;*/
}

#ville .block_step .start p.title-step {
    color: #15c18b;
    font-family: "Space Grotesk";
    font-size: 24px;
}

#ville .block_step .start .step .title-step {
	opacity: 1.0;
}

#ville .block_step .step .desc-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 26px;
}

#ville .block_map {
	background-color: white;
}

#ville .block_map .title {
	color: #000000;
	 font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    padding-top: 90px;
    margin-bottom: 30px;
}

#ville .block_map .subtitle {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 27px; 
	text-align: center;
    margin-bottom: 60px;
}

#ville .bloc-map {
    margin-bottom: 80px; 
	position: relative; 
	padding-bottom: 53%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

#ville .bloc-map iframe,
#ville .bloc-map object,
#ville .bloc-map embed ,
#ville .bloc-map .mapboxgl-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ville .block_actu > .title {
	color: #000000;
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    margin-bottom: 110px;
}

#ville .block_actu .content-actu .box-50 {
	width: 50%;
	float: left;
}

#ville .block_actu .content-actu .box-img {
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#ville .block_actu .content-actu .box-text {
	position: relative;	
    min-height: 450px;
}

#ville .block_actu .box-under {
	display: none;
}

#ville .block_actu .excerpt {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 16px;
    line-height: 22px;
}

#ville .block_actu .content-actu .box-text .absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;
}

#ville .block_actu .article .tag {
	border-radius: 4px;
    background-color: #CDD6DF;
    /*box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);*/
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-align: center;
    padding: 3px 10px;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    margin-bottom: 20px;
}


#ville .block_actu .article.bg-shadow {
	background-color: rgba(205,214,223,0.1);
}

#ville .block_actu .article .tag:hover {
	text-decoration: none;
}

#ville .block_actu .article .title {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 32px; 
    font-weight: 900; 
    line-height: 36px;
    margin-bottom: 45px;
    position: relative;
    margin-top: 9px;
    text-align: left;
}

#ville .block_actu .article .title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    left: 2px;
}

#ville .block_actu .article .excerpt > p {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
}

#ville .block_actu .voir-plus.btn-green {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
    margin-bottom: 80px;
	display: inline-block;
	transition-duration: 0.2s;
}

#ville .block_actu .voir-plus.btn-green:hover {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    transition-duration: 0.2s;
}

#ville .block_actu .content-btn-green {
	text-align: center;
}

#ville .block_cout {
	background-color: #F5F7F9;
}

#ville .block_cout .title {
	color: #000000;
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    margin-bottom: 30px;
    padding-top: 100px;
}

#ville .block_cout .description {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 27px; 
	text-align: center;
}

#ville .blocs-price {
    text-align: center;
    padding-bottom: 75px;
    vertical-align: top;
}

#ville .bloc-price {
    display: inline-block;
    max-width: 480px;
    border: 1px solid #ECF0F4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 35px;
}

#ville #two-blocks .bloc-price {
	width: 45%;
}

#ville #three-blocks .bloc-price {
	width: 28%;
}

#ville .bloc-price.blue .price {
    color: #0057B8;
}

#ville .bloc-price.green .price {
    color: #156ffa;
}

#ville .bloc-price.gold .price {
    color: #b7b513;
}

#ville .bloc-price.blue img {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#ville .bloc-price.green img {
	height: 60px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#ville .bloc-price.gold img {
	height: 60px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#ville .bloc-price .price {
    font-family: "Space Grotesk";
    font-size: 80px;
    font-weight: 900;
    line-height: 120px;
    text-align: center;
    display: block;
}

#ville .bloc-price .price > span {
	font-size: 40px;
	margin-left: -15px;
}

#ville .bloc-price .price-minute {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
    display: block;
}

#ville .bloc-price .price-pack {
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
}

#ville .estimation .title {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px; 
	text-align: center;
}

#ville .forms {
    text-align: center;
	margin-top: 60px;
    margin-bottom: 160px;
}

#ville .forms .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: inherit;
    margin: 0;
    border: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    width: 380px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ville .mapboxgl-ctrl-geocoder .geocoder-icon-search {
    display: none;
}

#ville .mapboxgl-ctrl-geocoder .geocoder-pin-right * {
    top: 2px;
    height: 56px!important;
    right: 20px;
    background-color: transparent;
    vertical-align: middle;
    background-position: center;
}

#ville .mapboxgl-ctrl-geocoder input[type='text'] {
    padding: 17px 30px;
    height: 60px;
    font-size: 18px;
}

#ville .switch {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
    margin-left: -18px;
    margin-right: -18px;
    position: relative;
    z-index: 10000;
}

.switch {
	cursor: pointer;
}

#ville .forms button {
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    height: 60px;
}

#ville #address-start {
    width: 380px;
    display: inline-block;
}

#ville #address-end {
    width: 380px;
    display: inline-block;
}

#address-start.error input[type=text],
#address-end.error input[type=text] {
	border: 2px solid #ED4054;
	border-radius: 64px;
} 

#ville .forms button > .estimate-price {
    border: 0;
    border-radius: 80px;
    background: linear-gradient(270deg, #17e29e 0%, #156ffa 100%);
    color: #FFFFFF;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    text-align: center;
    padding: 13px 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
    /* display: none; */
    transition-duration: 0.2s;
    z-index: 10000;
	position: relative;
}

#ville .forms button > .estimate-price:hover,
#estimation .forms button > .estimate:hover {
	text-decoration: none;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    transition-duration: 0.2s;
}

#ville .forms button > .estimate-price:focus {
	outline: none;
} 

#ville .mapboxgl-ctrl-geocoder ul {
    text-align: left;
    font-size: 16px;
}

#estimation .forms #button-estimate-reload {
	display: none;
}

#ville .forms #button-estimate-reload .reload {
    display: block;
    border: none;
    width: 18px;
    display: none;
    margin-left: 20px;
}

#ville .forms #button-estimate-reload .reload img {
    width: 100%;
}

#ville .estimation .title {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px; 
	text-align: center;
	margin-top: 90px;
}


#ville .more {
	text-align: left;
}

#ville .more .btn-green {
    border-radius: 80px;
    background: linear-gradient(270deg, #17e29e 0%, #156ffa 100%);
    display: inline-block;
    padding: 8px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "Space Grotesk";
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.error-part {
    max-width: 968px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.error-part p {
    color: #ED4054;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
	margin-top: 10px;
	/* display: none; */
}

/* FAQ */

#questions h1 {
    font-family: "Space Grotesk";
}

#questions .content-questions {
    margin-top: 115px;
    margin-bottom: 150px;
}

#questions .nav-tabs {
	border: 0;
    margin-bottom: 74px;

}

#questions .nav-tabs>li {
	margin: 0;
	margin-right: 5.7%;
}

#questions .nav-tabs>li:last-child {
	margin-right: 0;
}

#questions .nav-tabs>li:hover,
#questions .nav>li>a:focus, 
#questions .nav>li>a:hover {
	background-color: transparent!important;
	color: #156ffa;
}

#questions .nav-tabs>li>a {
	border: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
	line-height: 36px;
	font-family: 'Space Grotesk';
	font-weight: 700;
	padding-right: 0;
}

#questions .nav-tabs>li.active>a, 
#questions .nav-tabs>li.active>a:focus, 
#questions .nav-tabs>li.active>a:hover {
	border: 0;
	background-color: transparent!important;
	color: #156ffa;
}

#questions .tab-content .tab-pane {
    padding-top: 300px;
    margin-top: -300px;
}

#questions .panel-title>a {
	display: block;
}

#questions .panel-group .panel {
	margin-bottom: 25px!important;
	background-color: transparent;
}

#questions .panel-heading {
	padding: 0;
	border:0;
	background-color: transparent;
}

#questions .panel-title > a, 
#questions .panel-title > a:active{
	display:block;
	padding:15px;
	color:#555;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}

#questions .panel-heading a:before {
	/*font-family: 'Glyphicons Halflings';*/
	/*content: "\e114";*/
   	content: "";
   	width: 21px;
	height: 12px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
	transition: all 0.2s;
	opacity: 0.5;
}

#questions .panel-heading.active a:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 1.0;
} 

#questions .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#questions .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0	
}

#questions .panel-title > a.question {
	color: #000000;	
	font-family: "Space Grotesk";
	font-size: 20px;	
	font-weight: 900;	
	line-height: 27px;
	text-transform: inherit;
    letter-spacing: normal;
}

#questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body {
	color: #000000;	
	font-family: "Space Grotesk";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;	
	font-weight: 900;	
	line-height: 27px;
}

#questions .panel-collapse p {
	font-weight: 400;
}

/* UBER */

#uber .entete {
	position: relative;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#uber .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#uber .entete > img {
	width: 100%;
}

#uber .block1_title_container {
	position: relative;
	padding: 0;
}

#uber .entete .block1_title_sub_container {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
    width: 80%;
    /*bottom: 203px;*/
    z-index: 1000;
}

#uber .entete .block1_title {
	margin-bottom: 100px;
}

#uber .entete-description {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 55px;
	padding-bottom: 60px;
	background: white;
}

#uber .entete-description p.chapo {
	max-width: 584px;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#uber .entete-description p.description {
	max-width: 640px;
	text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#uber a.btn-cityscoot {
	font-family: "Space Grotesk";
	font-size: 22px;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 0px 34px;
	background: #156ffa;
	display: inline-block;
	border-radius: 30px;
	height: 60px;
	font-weight: 700;
	line-height: 60px;
	transition-duration: 0.2s;
}

#uber a.btn-cityscoot:hover {
	text-decoration: none;
	background-color: #6692FC;
	transition-duration: 0.2s;
}

#uber .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#uber .how .content-bloc {
    margin-top: 80px;
}

/* #uber .gradient-grey {
    background: linear-gradient(-180deg, #f9f9f9 0%, #ffffff 100%);
} */

#uber .how .title {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: center;
	margin-bottom: 40px;
	margin-top: 80px;
} 

#uber .how .part-title {
	font-family: "Space Grotesk";
    font-size: 32px;
	color: #142031;
	position: relative;
	line-height: 40px;
}

#uber .how .part-title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
}

#uber .how .part-text .description {
	font-family: "Space Grotesk";
    font-size: 18px;
	color: #142031;
	margin-top: 50px;
	margin-bottom: 30px;
} 

#uber .how .part-text .description p {
	margin-bottom: 30px;
}

#uber .how .part-text {
	float: left;
	width: 50%;
	margin-top: 90px;
	padding-left: 10px;
}

#uber .how .part-image {
	float: right;
	width: 50%;
}

#uber .how .part-image > img {
	max-width: 413px;
	margin-left: auto;
	display: block;
}

#uber .how .box-50 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


#uber .how .box-50 .bloc-image {
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}

#uber .how .box-50 .bloc-title {
	max-width: 440px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 24px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
	margin-bottom: 25px;
}

#uber .how .box-50 .bloc-desc {
	max-width: 440px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
	color: #000000;
	margin-bottom: 30px;
}

#uber .in-app {
	overflow: hidden;
	position: relative;
} 

#uber .in-app .content {
	position: relative;
	min-height: 600px;
} 

#uber .in-app .part-text {
	width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
}

#uber .in-app .part-text .title {
	font-family: "Space Grotesk";
    font-size: 32px;
	color: #142031;
	position: relative;
	line-height: 40px;
}

#uber .in-app .part-text .title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
}

#uber .in-app .part-image {
	width: 945px;
    position: absolute;
    left: -320px;
    bottom: -330px;
}

#uber .in-app .part-title {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: center;
	margin-bottom: 20px;
	margin-top: 150px;
} 

#uber .in-app .part-text .description {
	font-family: "Space Grotesk";
    font-size: 18px;
	color: #142031;
	margin-top: 50px;
	margin-bottom: 30px;
} 

#uber .know {
	min-height: 350px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

#uber .know > .content {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);	
}

#uber .know > .content .part-title {
    font-family: "Space Grotesk";
    font-size: 48px;
    color: white;
    text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

#uber .know > .content .description {
	font-family: "Space Grotesk";
	font-size: 22px;
	color: white;
	text-align: center;
	margin-bottom: 35px;
}

#uber .know > .content .btn-cityscoot {
	margin-right: auto;
	margin-left: auto;
}

#uber .prices {
	background: #F5F7F9;
	padding-top: 40px;
    padding-bottom: 80px;
}

#uber .prices .part-title {
	font-family: "Space Grotesk";	
	font-size: 32px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
}

#uber .prices .part-description,
#uber .prices .part-description p {
	font-family: "Space Grotesk";	
	font-size: 18px;	
	font-weight: 900;	
	line-height: 26px;
	color: #000000;
	text-align: center;
}

#uber .prices .part-description strong {
	color: #0057B8;
	font-family: "Space Grotesk";	
}

#uber .prices .blocs-price {
	text-align: center;
}

#uber .prices .bloc-price {
    display: inline-block;
    max-width: 480px;
    border: 1px solid #ECF0F4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 35px;
}

#uber .prices  .two-blocks .bloc-price {
	width: 45%;
}

#uber .prices  .three-blocks .bloc-price {
	width: 28%;
}

#uber .prices  .bloc-price.blue .price {
    color: #0057B8;
}

#uber .prices  .bloc-price.green .price {
    color: #156ffa;
}

#uber .prices  .bloc-price.gold .price {
    color: #b7b513;
}

#uber .prices  .bloc-price.blue img {
	height: 32px;
    margin-top: 30px;
    margin-bottom: 33px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#uber .prices  .bloc-price.green img {
	height: 50px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#uber .prices  .bloc-price.gold img {
	height: 50px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#uber .prices  .bloc-price .price {
    font-family: "Space Grotesk";
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
    display: block;
}

#uber .prices .bloc-price .price > span {
	font-size: 20px;
	margin-left: -5px;
}

#uber .prices  .bloc-price .price-description {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
    display: block;
}

#uber .prices  .bloc-price .price-detail {
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
}

#uber .win {
	padding-top: 80px;
	margin-bottom: 100px;
}

#uber .win .part-title {
	font-family: "Space Grotesk";	
	font-size: 32px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
}

#uber .win .part-subtitle {
	font-family: "Space Grotesk";	
	font-size: 18px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
	margin-top: 10px;
	position: relative;
}

#uber .win .part-subtitle:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
}

#uber .win .content-bloc {
    margin-top: 80px;
}

#uber .win .box-50 {
	text-align: center;
}


#uber .win .box-50 .bloc-image {
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}

#uber .win .box-50 .bloc-title {
	max-width: 440px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 24px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
	margin-bottom: 25px;
}

#uber .win .box-50 .bloc-desc {
	max-width: 440px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
	color: #000000;
	margin-bottom: 30px;
}

#uber .bref {
	background: #F5F7F9;
	padding-top: 90px;
	padding-bottom: 100px;
}

#uber .bref .part-title {
	margin: 0;
	font-family: "Space Grotesk";
    font-size: 64px;
    color: #142031;
    text-align: center;
    margin-bottom: 20px;
}

#uber .bref .table {
	margin-top: 70px;
	max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#uber .bref .header-inside {
	padding: 0px 30px;
}

#uber .bref .table .table-inside {
	background: white;
	padding: 30px 30px;
}

#uber .bref .table .table-inside .row-table {
    margin-bottom: 45px;
	border-bottom: 1px solid rgba(136, 157, 180, 0.1);
	padding-bottom: 30px;
}

#uber .bref .table .table-inside .row-table:last-child {
	margin: 0;
	border: none;
	padding-bottom: 5px;
}

#uber .bref .table .second-section.logo > img {
	height: 33px;
	display: block;
}

#uber .bref .table .third-section.logo {
	margin-bottom: 20px;
}

#uber .bref .table .third-section.logo > img {
	height: 49px;
	display: block;
}

#uber .bref .table .first-section {
	width: 20%;
	float: left;
}

#uber .bref .table .second-section {
	width: 40%;
	float: left;
}

#uber .bref .table .third-section {
	width: 40%;
	float: left;
}

#uber .bref .table-inside .first-section {
	font-family: "Space Grotesk";
    font-size: 18px;
	color: #142031;
	opacity: 0.4;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#uber .bref .table-inside .second-section,
#uber .bref .table-inside .third-section {
	font-family: "Space Grotesk";
    font-size: 18px;
	color: #142031;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 20px;
}

#uber .questions > .content .part-title {
    font-family: "Space Grotesk";
    font-size: 64px;
    color: #142031;
    text-align: left;
	margin: 0;
	margin-bottom: 20px;
	padding-top: 70px;
}

#uber .questions .content-questions {
	margin-top: 90px;
	margin-bottom: 90px;
}

#uber .questions .nav-tabs {
	border: 0;
    margin-bottom: 50px;
}

#uber .questions .nav-tabs>li {
	margin: 0;
	margin-right: 5.7%;
}

#uber .questions .nav-tabs>li:last-child {
	margin-right: 0;
}

#uber .questions .nav-tabs>li:hover,
#uber .questions .nav>li>a:focus, 
#uber .questions .nav>li>a:hover {
	background-color: transparent!important;
	color: #156ffa;
}

#uber .questions .nav-tabs>li>a {
	border: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	font-family: 'Space Grotesk';
	padding-right: 0;
}

#uber .questions .nav-tabs>li.active>a, 
#uber .questions .nav-tabs>li.active>a:focus, 
#uber .questions .nav-tabs>li.active>a:hover {
	border: 0;
	background-color: transparent!important;
	color: #156ffa;
}

#uber .questions .tab-content .tab-pane {
    padding-top: 300px;
    margin-top: -300px;
}

#uber .questions .panel-title>a {
	display: block;
}

#uber .questions .panel-group .panel {
	margin-bottom: 25px!important;
	background-color: transparent;
}

#uber .questions .panel-heading {
	padding: 0;
	border:0;
	background-color: transparent;
}

#uber .questions .panel-title > a, 
#uber .questions .panel-title > a:active{
	display:block;
	padding:15px;
	color:#555;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}

#uber .questions .panel-heading a:before {
	/*font-family: 'Glyphicons Halflings';*/
	/*content: "\e114";*/
   	content: "";
   	width: 21px;
	height: 12px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
	transition: all 0.2s;
	opacity: 0.5;
}

#uber .questions .panel-heading.active a:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 1.0;
} 

#uber .questions .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#uber .questions .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0	
}

#uber .questions .panel-title > a.question {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 20px;	
	font-weight: 900;	
	line-height: 27px;
	text-transform: inherit;
    letter-spacing: normal;
}

#uber .questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body {
	color: #000000;	
	font-family: 'Space Grotesk';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;	
	font-weight: 900;	
	line-height: 27px;
}

/* INITIATION */

#initiation {

}

#initiation .content {
    max-width: 1220px;
    width: 100%;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#initiation .entete {
	position: relative;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#initiation .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#initiation .entete > img {
	width: 100%;
}

#initiation .block1_title_container {
	position: relative;
	padding: 0;
}

#initiation .entete .block1_title_sub_container {
    position: absolute;
    bottom: 15.5%;
    left: 9.7%;
    width: 80%;
    /*bottom: 203px;*/
	z-index: 1000;
	max-width: 630px;
}

#initiation .entete .block1_title {
	margin-bottom: 20px;
	line-height: 64px;
}

#initiation .entete .block1_subtitle {
	margin-bottom: 10px;
	color: white;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
    /* text-shadow: 2px 2px 25px #000000; */
    font-family: 'Space Grotesk';
    line-height: 35px;
}

#initiation .entete-description {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 55px;
	padding-bottom: 60px;
	background: white;
}

#initiation .entete-description p.description {
	max-width: 840px;
	text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* #initiation .gradient-grey {
    background: linear-gradient(-180deg, #f9f9f9 0%, #ffffff 100%);
} */

#initiation .bref .title {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: center;
	margin-bottom: 40px;
	margin-top: 80px;
} 

#initiation .bref .box-50 {
	text-align: center;
	margin-bottom: 80px;
	padding-left: 20px;
    padding-right: 20px;
}


#initiation .bref .box-50 .bloc-image {
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}

#initiation .bref .box-50 .bloc-title {
	max-width: 490px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 24px;	
	font-weight: 900;
	line-height: 34px;
	color: #000000;
	margin-bottom: 25px;
}

#initiation .bref .box-50 .bloc-desc {
	max-width: 490px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
	color: #000000;
	margin-bottom: 30px;
}

#initiation .a-noter {
	background-color: white;
	padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

#initiation .a-noter .green {
	background-color: #156ffa;
}

#initiation .a-noter .green > .content {
	position: relative;	
	min-height: 310px;
}

#initiation .a-noter .green .content-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	text-align: left;
    max-width: 550px;
}

#initiation .a-noter .green h2 {
	margin: 0;
	font-family: "Space Grotesk";	
	font-size: 48px;
	font-weight: 900;
	line-height: 54px;
	color: white;
	margin-bottom: 20px;
}

#initiation .a-noter .green p {
	color: white;
    font-weight: 700;
    font-size: 19px;
    margin: 0;
    font-family: 'Space Grotesk';
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#initiation .content-image {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 1220px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}

#initiation .content-image > img {
	height: 100%;
    right: 0;
}

#initiation .en-images {
    padding-bottom: 130px;
    background: white;
}

#initiation .en-images .title {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: left;
	margin-bottom: 40px;
    padding-top: 80px;
    margin-top: 0;
} 

#initiation .en-images .content-images .item-image {
	/* width: 370px;
	height: 370px; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#initiation .en-images .content-images .item-image > img {
	/* display: none; */
	/* width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial; */
}

#initiation .owl-carousel {
	/* height: 370px; */
	padding-bottom: 50px;
}

#initiation .owl-carousel .owl-nav {
	text-align: right;
	margin-top: 25px;
}

#initiation .owl-carousel .owl-stage {
	padding-left: 0!important;
}

#initiation .owl-carousel .owl-prev > span {
	background-image: url('../img/btn-left-green.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
}

#initiation .owl-carousel .owl-prev.disabled > span {
	opacity: 0.3;
}

#initiation .owl-carousel .owl-next > span {
	background-image: url('../img/btn-right-green.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
}
#initiation .owl-carousel .owl-next {
	margin-left: 20px;
}

#initiation .owl-carousel .owl-prev,
#initiation .owl-carousel .owl-next,
#initiation .owl-carousel .owl-prev:focus,
#initiation .owl-carousel .owl-next:focus {
	outline: none;
}

#initiation .owl-carousel .owl-next.disabled > span {
	opacity: 0.3;
}

#initiation .en-images {
    padding-bottom: 50px;
}

#initiation .temoignages {
    background: #F5F7F9;
}

#initiation .temoignages h2 {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: center;
	margin-bottom: 20px;
    padding-top: 80px;
    margin-top: 0;
} 

#initiation .content-temoignages {
	text-align: center;
	margin-bottom: 60px;
}

#initiation .item-temoignage {
	display: inline-block;
    max-width: 480px;
    border: 1px solid #ECF0F4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
	padding-bottom: 35px;
	width: 30%;
}

#initiation .item-temoignage .profil {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 20px;
}

#initiation .item-temoignage .quote {
	width: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}

#initiation .item-temoignage .temoignage {
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 16px;
	line-height: 22px;
    color: #142031;
}

#initiation .item-temoignage p {
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 20px;
    color: #142031;
    margin: 0;
    margin-top: 30px;
}

#initiation a.btn-cityscoot {
	font-family: "Space Grotesk";
	font-size: 22px;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 0px 34px;
	background: linear-gradient(270deg, #17e29e 0%, #156ffa 100%);
	display: inline-block;
	border-radius: 30px;
	height: 60px;
	line-height: 58px;
	transition-duration: 0.2s;
	margin-bottom: 80px;
}

#initiation a.btn-cityscoot:hover {
	text-decoration: none;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	transition-duration: 0.2s;
}

#initiation .item-temoignage p strong {
	font-family: "Space Grotesk";
}

#initiation .video .title {
	font-family: "Space Grotesk";
    font-size: 54px;
    color: #142031;
    text-align: center;
	margin-bottom: 60px;
	margin-top: 80px;
} 

#initiation .vue-video {
    position: relative;
	/* min-height: 648px; */
	overflow: hidden;
	margin-bottom: 120px;
}

#initiation .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#initiation .image-video {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#initiation #start-video {
    width: 160px;
    height: 160px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
}

#initiation #start-video img {
    width: 100%;
}

/* ZONE */

#zone .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* #zone .gradient-grey {
    background: linear-gradient(-180deg, #f9f9f9 0%, #ffffff 100%);
} */

#zone a.btn-cityscoot {
	font-family: "Space Grotesk";
	font-size: 22px;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 0px 34px;
	background: #156ffa;
	display: inline-block;
	border-radius: 30px;
	height: 60px;
	line-height: 58px;
	transition-duration: 0.2s;
}

#zone a.btn-cityscoot:hover {
	text-decoration: none;
	background-color: #6692FC;
	transition-duration: 0.2s;
}

#zone .entete {
	position: relative;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#zone .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#zone .entete > img {
	width: 100%;
}

#zone .block1_title_container {
	position: relative;
	padding: 0;
}

#zone .entete .block1_title_sub_container {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
    width: 80%;
    /*bottom: 203px;*/
    z-index: 1000;
}

#zone .entete .block1_title {
	margin-bottom: 100px;
}

#zone .entete-description {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 55px;
	padding-bottom: 60px;
	/* background: white; */
} 

#zone .entete-description .title {
	max-width: 850px;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 64px;
	line-height: 64px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#zone .entete-description p.description {
	max-width: 860px;
	text-align: center;
    font-family: "Space Grotesk";
    font-size: 20px;
    line-height: 30px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#zone .entete-description .carte {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    margin-top: 80px;
}

#zone .villes {
	padding-top: 20px;
}

#zone .villes .title {
    font-family: "Space Grotesk";
    font-size: 32px;
    color: #142031;
    position: relative;
    line-height: 40px;
}

#zone .villes .title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
}

#zone .villes .content-villes {
	margin-top: 80px;
    padding-bottom: 60px;
}

#zone .villes .content-villes .box-33 {

}

#zone .villes .content-villes .box-33 p {
    font-family: "Space Grotesk";
    font-size: 20px;
    line-height: 30px;
    color: #142031;
    margin-bottom: 40px;
}

#zone .villes .content-villes .box-33 strong {
	color: #0057B8;
	font-family: "Space Grotesk";
}

#zone .bloc-map {
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 53%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#zone .bloc-map .mapboxgl-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#zone .bandeau {
    background: white;
}

#zone .application {
    width: 100%;
    height: 350px;
    background-color: #F4F6F8;
    overflow: hidden;
}

#zone .application .content-text {
    width: 50%;
    float: left;
    padding-left: 10px;
}

#zone .application .title {
    font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 60px;
}

#zone .application p.description {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: 900;
    line-height: 27px;
    text-transform: inherit;
    letter-spacing: normal;
    text-align: center;
    margin-top: 30px;
}

#zone .application .content-app-link {
    text-align: center;
    margin-top: 40px;
}

#zone .application a.app {
    display: inline-block;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#zone .application a.app img {
    height: 100%;
    display: block;
}

#zone .application .part-image {
	width: 50%;
    float: left;
    position: relative;
    padding-left: 4%;
}

#zone .application .part-image img {
    max-width: 400px;
    width: 100%;
    z-index: 1000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#zone .content-bandeau {
	border-radius: 12px;
	min-height: 330px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
}

#zone .content-bandeau .content-element {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}

#zone .content-bandeau h2 {
	font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 0px;
	text-align: left;
	margin: 0;
    line-height: 45px;
    margin-bottom: 30px;
}

#zone .content-bandeau a {
	display: inline-block;
    border-radius: 30px;
    height: 60px;
    line-height: 58px;
    transition-duration: 0.2s;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0px;
}

#zone .content-bloc {
	margin-top: 160px;
	margin-bottom: 120px;
}

#zone .box-50 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#zone .box-50 .bloc-image {
    width: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 55px;
}

#zone .box-50 .bloc-title {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    color: #000000;
    margin-bottom: 25px;
}

#zone .box-50 .bloc-desc {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}

#zone .evolution .title {
	max-width: 850px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 64px;
    line-height: 64px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
    margin-bottom: 50px;
}

#zone .evolution .description {
	max-width: 860px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 60px;
}

/* BABA AU RUN */

#baba .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* #baba .gradient-grey {
    background: linear-gradient(-180deg, #f9f9f9 100%, #fff 100%);
} */

#baba a.btn-cityscoot {
	font-family: "Space Grotesk";
	font-size: 22px;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 0px 34px;
	background: #156ffa;
	display: inline-block;
	border-radius: 30px;
	transition-duration: 0.2s;
	padding-top: 14px;
    padding-bottom: 14px;
	font-weight: 500;
}

#baba a.btn-cityscoot:hover {
	text-decoration: none;
	background-color: #6692FC;
}

#baba .entete {
	position: relative;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
}

#baba .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#baba .entete > img {
	width: 100%;
}

#baba .block1_title_container {
	position: relative;
	padding: 0;
}

#baba .entete .block1_title_sub_container {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
    width: 80%;
    /*bottom: 203px;*/
    z-index: 1000;
}

#baba .entete .block1_title {
	margin-bottom: 20px;
	line-height: 64px;
}

#baba .entete .block1_subtitle {
	margin-bottom: 10px;
	color: white;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
    /* text-shadow: 2px 2px 25px #000000; */
    font-family: 'Space Grotesk';
	line-height: 35px;
	margin-bottom: 20px;
}

#baba .projet {
	background: white;
}

#baba .projet .content {
	position: relative;
}

#baba .projet img {
    float: right;
    width: 46%;
    margin-bottom: 50px;
    margin-top: 50px;
}

#baba .projet .text {
	float: left;
	width: 50%;
	padding-right: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#baba .projet .text .title {
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    /* margin-top: 120px; */
}

#baba .projet .text .description {
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .aventure {
	/* background: #F5F7F9; */
}

#baba .aventure .title {
	max-width: 850px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
	margin-bottom: 40px;
	margin-top: 0px;
}

#baba .aventure .description {
	max-width: 860px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .aventure .content-picto {
	margin-top: 60px;
	padding-bottom: 70px;
}

#baba .aventure .content-picto .div-25 {
	float: left;
	width: 25%;
}

#baba .aventure .content-picto .div-33 {
	float: left;
	width: 33.33333%;
}

#baba .aventure .content-picto .div-50 {
	float: left;
	width: 50%;
}

#baba .aventure .content-picto .div-25 img,
#baba .aventure .content-picto .div-33 img,
#baba .aventure .content-picto .div-50 img {
	display: block;
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#baba .aventure .content-picto .div-25 p,
#baba .aventure .content-picto .div-33 p,
#baba .aventure .content-picto .div-50 p {
	text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
	color: #142031;
	text-transform: uppercase;
}

#baba .baba {
    padding-top: 100px;
}

#baba .baba img {
	float: left;
	width: 48%;
}

#baba .baba .text {
	float: right;
	width: 50%;
}

#baba .baba .title {
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
}

#baba .baba .description p {
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .baba .description p strong {
	color: #0057B8;
}

#baba .baba .btn-cityscoot {
	margin-bottom: 60px;
}

#baba .suivi {
    padding-bottom: 120px;
}

#baba .suivi .title {
	max-width: 850px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
    margin-bottom: 40px;
}

#baba .suivi .description {
	max-width: 860px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .suivi .btn-cityscoot {
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 60px;
	display: table;
}

#baba .suivi .bloc-map {
	/* margin-bottom: 120px; */
}

#baba .iframe-suivi {
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    /* box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.11); */
    margin-top: 60px;
}

#baba .iframe-suivi iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
    /* border: 4px solid white; */
    z-index: 100000;
}

#baba .follow {
	background: white;
	padding-bottom: 120px;
}

#baba .follow .title {
	max-width: 850px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
	margin-bottom: 40px;
	margin-top: 0;
}

#baba .follow .description {
	max-width: 860px;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .follow .btn-cityscoot {
    margin-right: auto;
    margin-left: auto;
	margin-top: 60px;
	display: table;
}

#baba .follow .content-image .div-20{
	/* width: 20%; */
	/* float: left; */
}

#baba .follow .content-image .div-20 > img {
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#baba .follow .owl-carousel .owl-nav {
	display: none;
}


#baba .question {
	background-color: #0057B8;
}

#baba .question .content {
	position: relative;
}

#baba .question img {
    float: right;
    width: 48%;
    margin-bottom: 70px;
}

#baba .question .text {
	float: left;
	width: 50%;
	padding-right: 20px;
}

#baba .question .text .title {
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    margin-top: 120px;
}

#baba .question .text .description {
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#baba .question .btn-cityscoot {
	margin-top: 20px;
	margin-bottom: 50px;
}

#baba .questions > .content .part-title {
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
    margin-bottom: 40px;
    margin-top: 0px;
}

#baba .questions .content-questions {
	margin-top: 50px;
	margin-bottom: 90px;
}

#baba .questions .nav-tabs {
	border: 0;
    margin-bottom: 50px;
}

#baba .questions .nav-tabs>li {
	margin: 0;
	margin-right: 5.7%;
}

#baba .questions .nav-tabs>li:last-child {
	margin-right: 0;
}

#baba .questions .nav-tabs>li:hover,
#baba .questions .nav>li>a:focus, 
#baba .questions .nav>li>a:hover {
	background-color: transparent!important;
	color: #156ffa;
}

#baba .questions .question {
	background-color: #fff;
}

#baba .questions .nav-tabs>li>a {
	border: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	font-family: 'Space Grotesk';
	padding-right: 0;
}

#baba .questions .nav-tabs>li.active>a, 
#baba .questions .nav-tabs>li.active>a:focus, 
#baba .questions .nav-tabs>li.active>a:hover {
	border: 0;
	background-color: transparent!important;
	color: #156ffa;
}

#baba .questions .tab-content .tab-pane {
    padding-top: 300px;
    margin-top: -300px;
}

#baba .questions .panel-title>a {
	display: block;
}

#baba .questions .panel-group .panel {
	margin-bottom: 25px!important;
	background-color: transparent;
}

#baba .questions .panel-heading {
	padding: 0;
	border:0;
	background-color: transparent;
}

#baba .questions .panel-title > a, 
#baba .questions .panel-title > a:active{
	display:block;
	padding:15px;
	color:#555;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}

#baba .questions .panel-heading a:before {
	/*font-family: 'Glyphicons Halflings';*/
	/*content: "\e114";*/
   	content: "";
   	width: 21px;
	height: 12px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
	transition: all 0.2s;
	opacity: 0.5;
	margin-top: 10px;
}

#baba .questions .panel-heading.active a:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 1.0;
} 

#baba .questions .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#baba .questions .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0	
}

#baba .questions .panel-title > a.question {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 20px;	
	font-weight: 900;	
	line-height: 27px;
	text-transform: inherit;
    letter-spacing: normal;
}

#baba .questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body {
	color: #000000;	
	font-family: 'Space Grotesk';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;	
	font-weight: 900;	
	line-height: 27px;
}

#baba .questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body p,
#baba .questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body span {
	color: #000;
	font-weight: 500!important;
}

/* MARCHE */


#marche .entete {
	position: relative;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#marche .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#marche .entete > img {
	width: 100%;
}

#marche .block1_title_container {
	position: relative;
	padding: 0;
}

#marche .entete .block1_title_sub_container {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
    width: 80%;
    /*bottom: 203px;*/
    z-index: 1000;
}

#marche .entete .block1_title {
	margin-bottom: 40px;
}

#marche .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#marche .content-bloc {
    margin-top: 85px;
}



#marche .box-50 {
	margin-bottom: 60px;
}

#marche .box-50 .bloc-image {
	width: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#marche .box-50 .bloc-title {
	max-width: 429px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 24px;	
	font-weight: 900;	
	line-height: 34px;
	color: #000000;
	margin-bottom: 25px;
}

#marche .box-50 .bloc-desc {
	max-width: 429px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
	color: #000000;
}

#marche .titre-video {
	text-align: center;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px;
    margin-bottom: 70px; 
}

#marche .bonne-conduite {
    text-align: center;
    margin-bottom: 160px;
    margin-top: 150px;
}

#marche .image-bonne-conduite {
	width: 108px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#marche .titre-bonne-conduite {
	text-align: center;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
    margin-bottom: 25px;
}


#marche .description-bonne-conduite {
	text-align: center;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 20px; 
	/* font-weight: 900;  */
	line-height: 27px; 
    margin-bottom: 50px;
}

#marche .bonne-conduite .btn-green {
	margin-left: auto;
	margin-right: auto;
}

#marche div#video {
    margin-top: 100px;
}

#marche .vue-video {
	position: relative;
	/*min-height: 648px;*/
}

/* #marche .vue-video.bg-blue:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,87,184,0.25);
    position: absolute;
    top: 0;
} */


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe {
	display: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#marche .image-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#marche .image-video:before {
	content: "";
	background-color: red;
}

#marche .start-video {
	width: 210px;
	height: 62px;
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1000;
	transition-duration: 0.2s;
}

#marche .start-video:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.07);
	transition-duration: 0.2s;
}

#marche .start-video:focus {
	outline: none;
}

#marche .start-video img {
	width: 100%;
}

/* GUIDE */

#guide .tab-content>.tab-pane {
    padding-top: 300px;
    margin-top: -330px;
}

#guide .entete {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 420px;
}

#guide .entete:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
}

#guide .entete > img {
	width: 100%;
	visibility: hidden;
}

#guide .block1_title_container {
	position: relative;
	padding: 0;
}

#guide .entete .block1_title_sub_container {
    position: absolute;
    bottom: 21.5%;
    left: 9.7%;
    z-index: 1000;
}

#guide .entete .block1_title {
	margin-bottom: 40px;
}

#guide .entete .banner_allianz p {
	color: white;
	display: inline-block;
	vertical-align: bottom;
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 0;
    font-family: "Space Grotesk"; 
}

#guide .entete .banner_allianz a {
	width: 200px;
    display: inline-block;
    margin-bottom: -5px;
}

#guide .entete .banner_allianz a img {
	width: 100%;
}

#guide .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#guide .content-bloc {
    margin-top: 95px;
    position: relative;
}


#guide .content-header-bloc {
    margin-top: 40px;
    margin-bottom: 40px;
}

#guide .content-header-bloc .content-header-title {
	float: left;
}

#guide .content-header-bloc .title {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px;
}

#guide .content-header-bloc .subtitle {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#guide .content-header-bloc .lien {
	width: 200px;
	display: block;
	float: right;
	margin-top: 33px;
	position: relative;
	z-index: 100000;
}

#guide .content-header-bloc .lien > img {
	width: 100%;
}

#guide .line {
    width: 80%;
    height: 10px;
    border-radius: 6px;
    background-color: #F4F6F9;
    border: 0;
    position: absolute;
    left: 10%;
    top: 21px;
}

#guide .steps {
	width: 100%;
}

#guide .steps.nav-tabs {
	border: 0;
}

#guide .steps li {
    width: 20%;
    text-align: center;
    border: 0;
    margin-bottom: 0;
}

#guide .steps span.round {
    height: 32px;
    width: 32px;
    background-color: #CDD6DF;
    display: inline-block;
    border-radius: 50%;
}

#guide .steps li.active span.round,
#guide .steps li:hover span.round {
	height: 32px;	
	width: 32px;	
	background: #156ffa;	
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}

#guide .steps.nav > li > a {
	border: 0;
}

#guide .steps.nav > li > a:focus, 
#guide .steps.nav > li > a:hover {
	background: transparent;
	border: 0;
}

#guide .steps .title {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    text-align: center;
    margin-top: 5px;
}

#guide .nav-tabs > li.active > a, 
#guide .nav-tabs > li.active > a:focus, 
#guide .nav-tabs > li.active > a:hover {
	background: transparent;
}

#guide .steps-content {
	width: 100%;
	margin-top: 90px;
}

#guide .title-part {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px;
    margin-bottom: 50px;
}

#guide .step-bloc {
	margin-bottom: 80px;
}

#guide .part-image {
	float: left;
	width: 24%;
}

#guide .part-image .image {
	width: 200px;	
	height: 200px;	
	border-radius: 350px;	
	background-color: #FFFFFF;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    margin-left: auto;
    margin-right: auto;
}

#guide .part-image .image > img {
	width: 100%;
	visibility: hidden;
}

#guide .part-text {
	float: left;
	width: 76%;
}

#guide .part-text .bloc-title {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 24px; 
	font-weight: 900; 
	line-height: 34px;
}

#guide .part-text .bloc-subtitle {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 18px;	
	font-weight: 500;	
	line-height: 26px;
	position: relative;
    margin-bottom: 39px;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#guide .part-text .bloc-subtitle:before {
	content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -22px;
    left: 2px;
}

#guide .part-text .bloc-description {
	color: #000000;	
	font-family: "Space Grotesk";
	font-size: 18px;	
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#guide .part-text .bloc-description p {

}

#guide .part-text .bloc-description ul {
	padding-left: 20px;
	margin-top: 30px;
    margin-bottom: 20px;
}

#guide .part-text .bloc-description ul li {
	padding-left: 15px;
}


#guide .part-text .bloc-description a {
    color: #2d73c4;
}

#guide .part-text .bloc-description a:hover {
    color: #2d73c4;
}

/* RECRUTEMENT */

#recrutement h1 {
	font-family: 'Space Grotesk';
}

#recrutement.tpl-page {
	padding-top: 67px;
}

#recrutement .content {
    max-width: 1220px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 398px;
    margin-bottom: 50px;
}

#recrutement .part-text {
    float: left;
    max-width: 573px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#recrutement .part-image {
    float: right;
    position: absolute;
    top: 99px;
    right: 0;
}

#recrutement .part-image img {
	height: 398px;
}

#recrutement .description {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 18px; 
	line-height: 26px;
    margin-top: 30px;
}

#recrutement .content-recrut {
    margin-bottom: 110px;
}

#recrutement .content-ville {
	position: relative;
    margin-bottom: 55px;
}

#recrutement .content-ville .ville {
	float: left;
    position: absolute;
    left: 0;
    top: 0;
}

#recrutement .content-ville .ville h2.name {
	position: relative;
    margin-bottom: 40px;
    margin-top: 0;
}

#recrutement .content-ville .ville h2.name:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -22px;
    left: 2px;
}

#recrutement .content-ville .ville p.number {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 18px; 
	line-height: 26px;
}

#recrutement .content-ville .annonces {
    float: right;
    width: 100%;
    padding-left: 30%;
}

#recrutement .content-ville .annonces ul {
	padding: 0;
	list-style: none;
	width: 100%;
}

#recrutement .content-ville .annonces ul > li {
	width: 100%;
	margin-bottom: 15px;
	cursor: pointer;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
}

#recrutement .content-ville .annonces ul > li:hover {
	border-radius: 80px; 
	background-color: #EEF0F3;	
}

#recrutement .content-ville .annonces ul > li > a {
	display: block;
}

#recrutement .content-ville .annonces ul > li > a > p {
	float: left;
	margin: 0;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 900; 
	line-height: 22px;
    width: 88%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#recrutement .content-ville .annonces ul > li > a > span {
	float: right;
	color: #156ffa;
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 900; 
	line-height: 22px;
}

#recrutement .content-ville .annonces ul > li > a:hover > span {
	text-decoration: none;
	color: #156ffa;
}


/* ESTIMATION */

#estimation .part-estimation {
    /* background-color: #F5F7F9; */
    /* margin-top: -140px; */
    display: none;
    position: relative;
}

#estimation .part-trajet {
    background: white;
    padding-bottom: 80px;
    display: none;
}

#estimation h1 {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
}

#estimation .subtitle {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000000; font-family: "Space Grotesk"; font-size: 20px; font-weight: bold; line-height: 27px; text-align: center;
}

#estimation .part-estimation .title {
	margin: 0;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px; 
	text-align: center;
    padding-top: 81px;
    margin-bottom: 34px;
}


#estimation .part-estimation .blocs-price {
	text-align: center;
	padding-bottom: 75px;
	vertical-align: top;
}

#estimation .part-estimation .bloc-price {
	display: inline-block;
	max-width: 400px;
	border: 1px solid #ECF0F4; 
	border-radius: 8px; 
	background-color: #FFFFFF; 
	box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 35px;
}

#estimation .part-estimation .two-blocks .bloc-price {
	width: 100%; 
}

#estimation .part-estimation .three-blocks .bloc-price {
	width: 29%; 
	float: none;
}

#estimation .part-estimation .bloc-price span {
	display: block;
}

#estimation .part-estimation .bloc-price .price {
	font-family: "Space Grotesk"; 
	font-size: 80px; 
	font-weight: 900; 
	line-height: 120px; 
	text-align: center;
}

#estimation .part-estimation .bloc-price img {

}

#estimation .part-estimation .bloc-price .price-minute {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 27px; 
	text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
}

#estimation .part-estimation .bloc-price .price-pack {
	color: #233851; 
	font-family: "Space Grotesk"; 
	font-size: 18px; 
	line-height: 22px;
	text-align: center;
}

#estimation .part-estimation .bloc-price.blue .price {
	color: #0057B8; 
}

#estimation .part-estimation .bloc-price.green .price {
	color: #156ffa; 
}

#estimation .part-estimation .bloc-price.gold .price {
	color: #b7b513; 
}

#estimation .part-estimation .bloc-price.blue img {
	height: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

#estimation .part-estimation .bloc-price.green img {
	height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#estimation .part-estimation .bloc-price.gold img {
	height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#estimation .part-trajet .title {
	margin: 0;
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px; 
	text-align: center;
    padding-top: 81px;
    margin-bottom: 34px;
}

#estimation .part-trajet .blocs-trajet {
	text-align: center;
	padding-bottom: 60px;
}

#estimation .part-trajet .bloc-trajet {
	display: inline-block;
	max-width: 320px;
	width: 100%;
}

#estimation .part-trajet .bloc-trajet > span {
	position: relative;
}

#estimation .part-trajet .bloc-trajet .value {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 80px; 
	font-weight: 900; 
	line-height: 120px; 
	text-align: center;
	position: relative;
}

#estimation .part-trajet .bloc-trajet .unit {
	background: grey;
	position: absolute;
	right: -70px;
	top: -25px;
	color: #233851; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 500; 
	letter-spacing: 0.2px; 
	line-height: 22px; 
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px; 
	background-color: #CDD6DF; 
	box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
	display: block;
	padding: 3px 8px;
}

/* #estimation .forms {
	text-align: center;
    margin-top: 80px;
    margin-bottom: 190px;
}

#estimation .switch {
	width: 48px;
	height: 48px;
	filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
    margin-left: -18px;
    margin-right: -18px;
    position: relative;
    z-index: 10000;
} */

.bloc-map { 
	position: relative; 
	padding-bottom: 53%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.bloc-map iframe,
.bloc-map object,
.bloc-map embed ,
.bloc-map .mapboxgl-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass,
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf8,<svg%20viewbox%3d%270%200%2020%2020%27%20xmlns%3d%27http%3a%2f%2fwww.w3.org%2f2000%2fsvg%27>%0a%20%20<path%20style%3d%27fill%3a%23ffffff%3b%27%20d%3d%27m%2010%206%20c%209.446%206%209%206.4459904%209%207%20l%209%209%20l%207%209%20c%206.446%209%206%209.446%206%2010%20c%206%2010.554%206.446%2011%207%2011%20l%209%2011%20l%209%2013%20c%209%2013.55401%209.446%2014%2010%2014%20c%2010.554%2014%2011%2013.55401%2011%2013%20l%2011%2011%20l%2013%2011%20c%2013.554%2011%2014%2010.554%2014%2010%20c%2014%209.446%2013.554%209%2013%209%20l%2011%209%20l%2011%207%20c%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2f>%0a<%2fsvg>%0a) !important;
	background-size: 30px!important;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
	background-image: url(data:image/svg+xml;charset=utf8,<svg%20viewbox%3d%270%200%2020%2020%27%20xmlns%3d%27http%3a%2f%2fwww.w3.org%2f2000%2fsvg%27>%0a%20%20<path%20style%3d%27fill%3a%23ffffff%3b%27%20d%3d%27m%207%2c9%20c%20-0.554%2c0%20-1%2c0.446%20-1%2c1%200%2c0.554%200.446%2c1%201%2c1%20l%206%2c0%20c%200.554%2c0%201%2c-0.446%201%2c-1%200%2c-0.554%20-0.446%2c-1%20-1%2c-1%20z%27%20%2f>%0a<%2fsvg>%0a) !important;
	background-size: 30px!important;
}

.mapboxgl-ctrl-group > button + button {
    border-top: 0;
    border-radius: 50%!important;
}

.mapboxgl-ctrl-group > button {
	border-radius: 50%!important;
	width: 40px!important;
	height: 40px!important;
	margin-left: 10px;
	background-color: #156FFB;
}

.mapboxgl-ctrl-group > button:hover {
	background-color: #6692FC!important;
}

.mapboxgl-ctrl-group > button:focus {
	outline: none;
}

.mapboxgl-ctrl-group:not(:empty) {
	box-shadow: inherit!important;
}

.mapboxgl-ctrl-group {
    border-radius: 0!important;
    background: transparent!important;
}

/* .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    border-radius: 40px;
    border: 2px solid #CDD6DF;
    margin: 0 40px 40px 0;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);
} */

.mapboxgl-ctrl-group > button {
	float: right;
	display: inline-block;
	width: 60px;
    height: 46px;
    background-position: center;
}

.mapboxgl-ctrl-group > button + button {
    border-top: 0;
}

/*#estimation #map {
	width: 100%;
}
*/

/* #estimation #address-start {
	width: 380px;
	display: inline-block;
}

#estimation #address-end {
	width: 380px;
	display: inline-block;
}

#estimation .forms .mapboxgl-ctrl-geocoder {
	width: 100%;
	max-width: inherit;
	margin: 0;
    border: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    width: 380px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#estimation .mapboxgl-ctrl-geocoder .geocoder-pin-right * {
	top: 2px;
	height: 56px!important;
	right: 20px;
	background-color: white;
	vertical-align: middle;
	background-position: center;
}

#estimation .mapboxgl-ctrl-geocoder .geocoder-icon-search {
	display: none;
}

#estimation .mapboxgl-ctrl-geocoder ul {
	text-align: left;
	font-size: 16px;
}

#estimation .mapboxgl-ctrl-geocoder input[type='text'] {
    padding: 17px 30px;
    height: 60px;
    font-size: 18px;
}

#estimation .forms button {
	border: 0;
	background-color: transparent;
	vertical-align: middle;
    height: 60px;
}

#estimation .forms button > .estimate {
	border: 0;
	border-radius: 80px; 
	background: linear-gradient(270deg, #17e29e 0%, #156ffa 100%);
	color: #FFFFFF; 
	font-family: "Space Grotesk"; 
	font-size: 24px; 
	font-weight: 900; 
	line-height: 34px; 
	text-align: center;
    padding: 13px 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
	transition-duration: 0.2s;
} */

#estimation .forms button > .reload {
	border: none;
	width: 18px;
	display: block;
    margin-left: 20px;
}

/* #estimation .forms button:focus,
#estimation .forms button > .estimate:focus
#estimation .forms button > .reload:focus {
	outline: none;
}

#estimation .forms button > .reload img {
	width: 100%;
} */

#estimation .part-savoir {
	min-height: 340px;
	/* background-color: #F5F7F9; */
	text-align: center;
	margin-bottom: 100px;
}

#estimation .part-savoir .title {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px; 
	text-align: center;
	padding-top: 81px;
    margin-bottom: 34px;
    margin-top: 0px;
}

#estimation .part-savoir .description {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 18px; 
	line-height: 26px; 
	text-align: center;
}

#estimation .part-savoir .time {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 56px; 
	font-weight: 900; 
	line-height: 120px; 
	text-align: center;
	display: inline-block;
}

/* ACTU */

#actu {

}

#actu h1.title {
	float: left;
	font-family: 'Space Grotesk';
}

#actu .select-containers {
	float: right;
}

#actu .content-actu {
    margin-top: 128px;
    margin-bottom: 42px;
}

#actu .box-33 {
	margin-bottom: 148px;
}

#actu .content-actu .content-box {
	max-width: 330px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#actu .content-actu .content-box .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 220px;
	position: relative;
}

#actu .content-actu .content-box img {
	width: 100%;
	visibility: hidden;
}

#actu .content-actu .content-box .tag {
	border-radius: 4px;	
	background-color: #CDD6DF;	
	/*box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);*/
	color: #233851; font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 500; 
	letter-spacing: 0.2px; 
	line-height: 22px; 
	text-align: center;
	padding: 3px 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#actu .content-actu .content-box .tag:hover,
#actu .content-actu .content-box .tag:hover {
	text-decoration: none;
}

#actu .content-actu .content-box .date {
	color: #A8AEB4; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 900; 
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
}

#actu .content-actu .content-box .title {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 45px;
    position: relative;
    margin-top: 9px;
    text-align: left;
}

#actu .content-actu .content-box .title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    left: 2px;
}

#actu .content-actu .content-box .excerpt > p {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 18px; 
	line-height: 26px;
	text-align: left;
}

#single .block1 {
	max-height: 750px;
}

#single .block1:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    position: absolute;
    background: black;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#single .block1 > img {
	visibility: hidden;
}

#single .block1_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    justify-content: flex-end;
    padding-bottom: 5%;
}

#single .content-ddl {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
}

#single .content-ddl .btn-ddl {
}

#single .content-single {
    max-width: 772px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#single .content-single h1 {
    color: #000000;
    font-family: "Space Grotesk";
}

#single .content-single h2 {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 30px;
}

#single .content-single h3 {
    color: #000000;
    font-family: "Space Grotesk";
    margin-bottom: 25px;
}

#single .content-single h4 {
    color: #000000;
    font-family: "Space Grotesk";
    margin-bottom: 20px;
}

#single .content-single h5 {
    color: #000000;
    font-family: "Space Grotesk";
    margin-bottom: 15px;
}

#single .content-single h6 {
    color: #000000;
    font-family: "Space Grotesk";
    margin-bottom: 10px;
}



#single .content-single blockquote {
    padding: 0;
    margin: 0;
    font-size: 17.5px;
    border-left: 0;
    max-width: 641px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#single .content-single blockquote p {
	color: #0057B8; font-family: Georgia; font-size: 20px; font-style: italic;  line-height: 34px;
}

#single .content-single blockquote strong {
	font-family: Georgia Bold;
	font-weight: bold;
	font-style: italic;
	display: block;
    margin-top: 40px;
}

#single .content-single p,
#single .content-single li {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 18px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#single .block1_title_container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#single .block_tag {
    text-align: center;
    margin-top: 60px;
}

#single .tag {
    border-radius: 4px;
    background-color: #CDD6DF;
    /*box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);*/
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-align: center;
    padding: 3px 10px;
/*    position: absolute;
    bottom: 15px;
    left: 15px;*/
}

#single .block_details {
    text-align: center;
    margin-top: 22px;
}

#single .author {
	color: #FFFFFF; font-family: "Space Grotesk"; font-size: 24px; font-weight: 900; line-height: 34px; text-align: center;
	margin-bottom: 5px;
}

#single .date {
	color: #FFFFFF;	font-family: "Space Grotesk"; font-size: 18px; line-height: 26px; text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
}

#single .btn-ddl.btn-green {
    margin-top: 3%;
}

#single .other-single h3 {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 60px;
}

#single hr.separate {
	margin-top: 50px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #D8D8D8;
}

#actu .content-actu .box-33 {
	text-align: center;
}

#actu .content-actu .btn-green {
	border-radius: 80px;	
	background: #156ffa;
	display: inline-block;
	padding: 8px 30px 10px 30px;
	color: #FFFFFF;	
	font-family: "Space Grotesk";	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 22px;
	text-align: center;
    margin-top: 20px;
}

.select-container-city,
.select-container-date,
.select-container-pays,
.select-container-city-picture {
	display: inline-block;
	justify-content: flex-end;
	align-items: center;
    margin-top: 60px;
	position: relative;
	z-index: 1000;
	margin-left: 10px;
}

.select-container-city-picture {
    position: absolute;
    top: -50px;
    right: 0;
}

.select-container-city .dropdown-city-actu,
.select-container-date .dropdown-date-actu,
.select-container-pays .dropdown-pays-actu,
.select-container-city-picture .dropdown-city-actu-picture {
    width: auto;
    background-color: #ECF2FF;
    position: absolute;
    top: -15px;
    left: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 18px;
    padding-top: 40px;
    padding-bottom: 6px;
    border-radius: 8px;
    display: none;
}

.select-container-city .dropdown-city-actu a.active,
.select-container-date .dropdown-date-actu a.active,
.select-container-pays .dropdown-pays-actu a.active,
.select-container-city-picture .dropdown-city-actu-picture a.active {
	text-decoration: none;
    color: #156ffa!important;
}

.select-container-city .dropdown-city-actu ul.submenu,
.select-container-date .dropdown-date-actu ul.submenu,
.select-container-pays .dropdown-pays-actu ul.submenu,
.select-container-city-picture .dropdown-city-actu-picture ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-container-city .dropdown-city-actu ul.submenu li,
.select-container-date .dropdown-date-actu ul.submenu li,
.select-container-pays .dropdown-pays-actu ul.submenu li,
.select-container-city-picture .dropdown-city-actu-picture ul.submenu li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.select-container-city .dropdown-city-actu ul.submenu li a,
.select-container-date .dropdown-date-actu ul.submenu li a,
.select-container-pays .dropdown-pays-actu ul.submenu li a,
.select-container-city-picture .dropdown-city-actu-picture ul.submenu li a {
	color: #156ffa;
    font-family: 'Space Grotesk';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
}

.select-container-city .dropdown-city-actu ul.submenu li a.active,
.select-container-date .dropdown-date-actu ul.submenu li a.active,
.select-container-pays .dropdown-pays-actu ul.submenu li a.active,
.select-container-city-picture .dropdown-city-actu-picture ul.submenu li a.active {
	text-decoration: none;
	color: #156ffa!important;
}

.select-container-city .dropdown-city-actu ul.submenu li a:hover,
.select-container-date .dropdown-date-actu ul.submenu li a:hover,
.select-container-pays .dropdown-pays-actu ul.submenu li a:hover,
.select-container-city-picture .dropdown-city-actu-picture ul.submenu li a:hover {
	text-decoration: none;
    color: #156ffa;
}

#choose-city,
#choose-date,
#choose-pays,
#choose-city-picture {
    font-family: "Space Grotesk";
    color: #156FFB;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: right;
    cursor: pointer;
    margin-right: 12px;
    z-index: 1000;
    position: relative;
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
    padding-right: 20px;
}

#choose-city.active,
#choose-date.active,
#choose-pays.active,
#choose-city-picture.active {
	background: #ecf2ff;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

#choose-city:after,
#choose-date:after,
#choose-pays:after,
#choose-city-picture:after {
	content: "";
	background-image: url("../img/v2/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    margin-left: 5px;
    transition-duration: 0.1s;
}

#choose-city.active:after,
#choose-date.active:after,
#choose-pays.active:after,
#choose-city-picture.active:after {
    transform: translateY(-50%) rotate(-90deg);
    transition-duration: 0.1s;
}

/* PRESSE */

#actu.presse .content {
	position: relative;
}

#actu.presse .content-box {
	position: relative;
	max-width: 370px;
	background-color: white;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
	border-radius: 8px;
    padding: 20px 30px;
    padding-bottom: 80px;
}

#actu.presse .content-actu .content-box .tag {
    top: 17px;
    right: 30px;
	bottom: inherit;
	left: inherit;
}

#actu.presse .content-actu .content-box .date {
	margin-top: 0px;
}

#actu.presse .content-actu .content-box .title:before {
	content: initial;
}

#actu.presse .box-33 {
	margin-bottom: 100px;
}

#actu.presse .content-actu .content-box .title {
	margin-top: 15px;
	margin-bottom: 20px;
}

#actu.presse .content-box .btn-primary {
	font-size: 16px;	
	font-weight: bold;	
	line-height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform: translateX(-50%);
	height: 50px;
}


#actu.presse .content-actu {
    margin-top: 108px;
    margin-bottom: 42px;
}

#actu.presse .content-actu .subtitle {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px;
    margin-bottom: 65px;
    position: relative;
    margin-top: 9px;
    /*padding-left: 10px;*/
}

#actu.presse .content-actu .subtitle:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    /*left: 10px;
    padding-left: 12px;*/
}

#actu.presse .espace-presse .subtitle {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px;
    margin-bottom: 65px;
    position: relative;
    margin-top: 9px;
    /*padding-left: 10px;*/
}

#actu.presse .espace-presse .subtitle:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    /*left: 10px;
    padding-left: 12px;*/
}

#actu.presse .espace-presse .content-gallery {

}

#actu.presse .espace-presse .content-btn-green {
	text-align: center;
}

#actu.presse .espace-presse .btn-primary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    display: inline-block;
    transition-duration: 0.2s;
}

#actu.presse .espace-presse .btn-primary:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    transition-duration: 0.2s;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.75);
}


#swipebox-title {
	color: #FFFFFF;	
	font-family: "Space Grotesk";	
	font-size: 18px;	
	line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#swipebox-arrows {
    width: 95%;
    max-width: 1360px;
}

#swipebox-top-bar,
#swipebox-bottom-bar { 
    text-shadow: none;
    background: transparent;
    opacity: 1;
}


#swipebox-top-bar {
    top: inherit!important;
    bottom: 0;
	text-shadow: 0px 0px 5px black;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0,0px,0)!important;
    transform: translate3d(0,0px,0)!important;
}

#swipebox-bottom-bar {
	bottom: 0!important;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0,0px,0)!important;
    transform: translate3d(0,0px,0)!important;
	transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
	max-width: 80%;
}

#swipebox-close {
	background-image: url(../img/quit.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center!important;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}

#swipebox-next {
    background-image: url(../img/arrow-slide-right.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center!important;
    height: 32px;
    width: 19.69px;
}

#swipebox-prev {
    background-image: url(../img/arrow-slide-left.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center!important;
    height: 32px;
    width: 19.69px;
}

#actu.presse .contact-us {
	/* background-color: #F5F7F9; */
	min-height: 310px;
	width: 100%;
	padding-bottom: 40px;
}

#actu.presse .contact-us .subtitle {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 35px;
    position: relative;
    margin-top: 0;
    text-align: center;
    padding-top: 70px;
}

#actu.presse .contact-us .content-contact-us {
	text-align: center;
}

#actu.presse .contact-us .content-contact-us a {
	color: #156ffa; 
	font-family: "Space Grotesk"; 
	font-size: 24px; 
	font-weight: bold; 
	line-height: 34px; 
	text-align: center;
	display: inline-block;
    margin-bottom: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#actu.presse .content-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    grid-gap: 18px 1%;
    justify-content: space-between;
}

#actu.presse .content-gallery .item {
	width: 100%;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

/* 404 */

#page_404 {
	text-align: center;
}

#page_404 h2 {
	text-align: center;
}

#page_404 .btn-primary {
	display: inline-block;
    margin-top: 80px;
    margin-bottom: 150px;
}

/* ON PARLE DE NOUS */

#actu.parle .content-box {
	position: relative;
	max-width: 370px;
	/*background-color: white;*/
	/*box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);*/
	/*border-radius: 8px;*/
    padding: 20px 30px;
    padding-bottom: 80px;
}


#actu.parle .content-actu .content-box a.logo-company {
	display: block;
	max-width: 330px;
	width: 100%;
	margin-bottom: 20px;
}

#actu.parle .content-actu .content-box a.logo-company:hover,
#actu.parle .content-actu .content-box a.logo-company:focus {
	outline: none;
}

#actu.parle .content-actu .content-box a.logo-company img {
	width: 100%;
	visibility: visible;
}

#actu.parle .content-actu .content-box .name {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 16px;	
	font-weight: 900;	
	line-height: 22px;
	margin-bottom: 5px;
}

#actu.parle .content-actu .content-box .date {
	margin-top: 0px;
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 16px;	
	font-weight: 900;	
	line-height: 22px;
	text-transform: uppercase;
}

#actu.parle .content-actu .content-box .title:before {
	content: initial;
}

#actu.parle .box-33 {
	margin-bottom: 100px;
}

#actu.parle .content-actu .content-box .title {
	margin-top: 15px;
	margin-bottom: 20px;
}

#actu.parle .content-actu .content-box .excerpt > p {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
}

#actu.parle .content-box .btn-primary {
	font-size: 16px;	
	font-weight: bold;	
	line-height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform: translateX(-50%);
	height: 50px;
}

#actu.parle .content-box .btn-green:hover,
#actu.parle .content-box .btn-green:focus {
	background: linear-gradient(270deg, #17e29e 0%, #156ffa 100%);
	text-decoration: none;
	color: white;
}

#actu.parle .content-actu {
    margin-top: 108px;
    margin-bottom: 42px;
}

#actu.parle .content-actu .subtitle {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 32px; 
	font-weight: 900; 
	line-height: 36px;
    margin-bottom: 65px;
    position: relative;
    margin-top: 9px;
    padding-left: 10px;
}

#actu.parle .content-actu .subtitle:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    left: 10px;
    padding-left: 12px;
}

/* CONTACT */

#contact h1 {
    font-family: 'Space Grotesk';
}

#contact .subtitle {
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 20px;	
	line-height: 27px;
    margin-top: 42px;
    width: 100%;
    max-width: 506px;
}

#contact .content-contact-header {
    float: right;
    margin-top: -70px;
    margin-bottom: 70px;
    max-width: 569px;
    width: 100%;
}

#contact .slider {
    display: inline-block;
    width: 30px;
    height: 58px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    /*transition: all 0.2s linear;*/
    transition-duration: 0.2s;
    top: 0;
    border-radius: 6px; background-color: #156ffa;
}

#contact .tab-content>.tab-pane {
    padding-top: 340px;
    margin-top: -340px;
}

#contact .nav-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 2px solid #F4F6F9;
	border-radius: 6px;
    margin-bottom: 35px;
}

#contact .nav-tabs li {
	margin:0px;
	z-index: 1000000!important;
	position: relative;
	/*max-width: 190px;*/
    width: 33.333333%;
    text-align: center;
}

#contact .nav-tabs li a {
	position:relative;
	margin-right:0px!important;
	padding: 16px 20px!important;
	border:none!important;
	color: #000000;	
	font-family: "Space Grotesk";	
	font-size: 20px;	
	font-weight: 900;	
	line-height: 27px;	
	text-align: center;
}

#contact .nav-tabs a:hover {
	background-color:transparent!important;
	border:none;
}

#contact .nav-tabs .active:hover {
	background: none!important;
}

#contact .nav-tabs .active a {
	background-color:transparent!important;
	border:none!important;
	color: #fff;	
	font-family: "Space Grotesk";	
	font-size: 20px;	
	font-weight: 900;	
	line-height: 27px;	
	text-align: center;
}

#contact #forms p {	
    margin: 0;
}

#contact #forms select {
	width: 100%;
	height: 60px;
	border: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    padding: 17px 30px;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
}

#contact #forms .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    border: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 30px;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact #forms .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.select2-container {
	width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 20px;
    height: 12px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.2s;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transition-duration: 0.2s;
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    position: absolute;
    top: 1px;
    right: 24px;
    width: 30px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

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

.select2-results__options {
    width: 100%;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(88,103,119,0.5);
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.select2-results__options li {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000000;
    font-family: 'Space Grotesk';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #156ffa;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
}

#contact #forms select option {
	font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
}

#contact #forms input[type=text],
#contact #forms input[type=tel],
#contact #forms input[type=email],
#contact #forms textarea {
    border: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 30px;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact #forms textarea {
	height: 200px;
	width: 100%;
	max-width: 569px;
	min-height: 200px;
}


#contact #forms .input-file-container {
	position: relative;
	width: 225px;
	margin-top: 15px;
}

#contact #forms  .input-file-trigger {
	height: 40px; 
	width: 180px; 
	border: 1px solid #CED6DF; 
	border-radius: 80px; 
	background-color: #FFFFFF;
	position: relative;
	color: #151E31;
	font-family: "Space Grotesk";	
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    display: block;
    padding-left: 18px;
}

#contact #forms  .input-file-trigger:before {
	content: "";
    width: 30px;
    height: 21px;
    background-image: url(../img/attach.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 9px;
    left: 11px;
}

#contact #forms input[type=file] {
	position: absolute;
	top: 0; left: 0;
	width: 225px;
	padding: 14px 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1000000;
}

#contact #forms input::placeholder,
#contact #forms textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A8AEB4;
    opacity: 1; /* Firefox */
}

#contact #forms input:-ms-input-placeholder,
#contact #forms textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A8AEB4;
}

#contact #forms input::-ms-input-placeholder,
#contact #forms textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #A8AEB4;
}


#contact #forms input[type=submit] {
	background-color: #156FFB;
    color: white!important;
	height: 64px;
    line-height: 64px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 64px;
	font-family: 'Space Grotesk';
    font-weight: 700;
    color: black;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
	position: relative;
	margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
	border: 0;
}

#contact #forms input[type=submit]:hover {
	background-color: #6692FC;
}

#contact #forms input[type=submit]:focus {
	outline: none;
}

#contact #forms .file-return {
	margin-left: 200px;
	margin-top: -35px;
	display: inline-block;
	width: 100%;
	float: left;
}

#contact #forms span[role=alert] {
	color: #ED4054; 
	font-family: "Space Grotesk"; 
	font-size: 18px;
    margin-bottom: 10px;
    margin-top: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact #forms .wpcf7-not-valid {
	border: 2px solid #ED4054!important;
}

#contact div.wpcf7-validation-errors, 
#contact div.wpcf7-acceptance-missing {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ED4054;
    width: 100%;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact div.wpcf7 .ajax-loader {
	background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    top: 0;
    margin-left: auto;
    display: inline-block;
    left: 70%;
    position: relative;
    margin-top: -80px;
}


.owl-dots {
	text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.owl-nav button.owl-next, 
.owl-nav button.owl-prev, 
button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot:hover {
    cursor: default;
}

.owl-dots .owl-dot.active span {
	background-color: #156ffa;
    outline: none
}

.owl-dots .owl-dot:focus {
    outline: none;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dot, 
.owl-nav .owl-next, 
.owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-link {
    position: relative;
    top: -110px;
    margin-bottom: 80px;
    text-align: center;
}

.nav-link a.prev-link,
.nav-link a.next-link,
a.next.page-numbers,
a.prev.page-numbers {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	line-height: 18px; 
	text-align: center;
    width: inherit;
    height: inherit;
    margin: 5px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    /*transition: opacity .2s ease;*/
    border-radius: 30px;
    border: none;
    padding: 0!important;
    font: inherit;
    display: inline-block;
    zoom: 1;
}

.nav-link a.prev-link:hover,
.nav-link a.next-link:hover,
a.next.page-numbers:hover,
a.prev.page-numbers:hover {
	color: #156ffa;
	text-decoration: none;
}

.nav-link a.prev-link,
a.prev.page-numbers {
/*    position: absolute;
    left: 0;*/
    float: left;
    margin-right: -95px;
}

.nav-link a.prev-link:after,
a.prev.page-numbers:after {
	content: "";
    width: 16px;
    height: 10px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    float: left;
	margin-top: 5px;
    margin-right: 10px;
    transform: rotate(90deg);
}

.nav-link a.next-link,
a.next.page-numbers {
   /* position: absolute;
    right: 0;*/
    float: right;
    margin-left: -79px;
}

.nav-link a.next-link:after,
a.next.page-numbers:after {
	content: "";
    width: 16px;
    height: 10px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    transform: rotate(-90deg);
}

.nav-link a.prev-link:hover:after,
.nav-link a.next-link:hover:after,
a.next.page-numbers:hover:after,
a.prev.page-numbers:hover:after {
    background-image: url(../img/arrow-blue.png);
}

.nav-link a.prev-link.disable,
.nav-link a.next-link.disable {
    opacity: 0.3;
    cursor: no-drop;
}

.nav-link a.prev-link.disable:hover,
.nav-link a.next-link.disable:hover {
	color: #000000;
	text-decoration: none;
}

a.prev-link.disable:hover:after,
a.next-link.disable:hover:after {
	background-image: url(../img/arrow.png);
}

a.page-numbers {
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    color: transparent;
    border: none;
    padding: 0!important;
    font: inherit;
    display: inline-block;
    zoom: 1;
}

span.page-numbers.current {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #156FFB;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: inline-block;
    color: transparent;
}

/* PAGE */

.page,
.tpl-page {
	padding-top: 20px;
}

.page .content,
.tpl-page .content {
	max-width: 1220px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.page .content-text {
	margin-bottom: 105px;
	margin-top: 70px;
}

.page .title,
.tpl-page .title {
	color: #000000;	
	font-family: "Space Grotesk";
	font-size: 64px;	
	font-weight: 900;	
	line-height: 80px;
}


.page p.update {
	font-style: italic;
	margin: 0;
}

.page h1 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-size: 64px;	
	font-weight: 700;	
	line-height: 80px;
}

.page h2 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-weight: 700;	
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 50px;
}

.tpl-page h2 {
    color: #000000;
    font-family: 'Space Grotesk';
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

.page h3 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-weight: 700;	
}

.page h4 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-weight: 700;	
}

.page h5 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-weight: 700;	
}

.page h6 {
	color: #000000;	
	font-family: 'Space Grotesk';
	font-weight: 700;	
}

.page p,
.page li {
	color: #000000;
	font-family: 'Space Grotesk';
	font-size: 20px;	
	line-height: 27px;
}

.page p {
    margin-bottom: 30px;
    line-height: 27px;
}

.page strong,
.page b {
	font-family: 'Space Grotesk';
	font-weight: 700;	
}

.page a {
	color: #1656b8;
	font-family: 'Space Grotesk';
	font-size: 20px;	
	line-height: 27px;
}

.page a:hover {
	color: #1656b8;
}

/* FOOTER */

.mb-50 {
	margin-bottom: 48px;
}

#cookie-banner {
    width: 100%;
	background-color: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 48px;
    z-index: 10000000000;
}

#cookie-banner .content p {
    color: #FFFFFF;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 25px;
    text-align: left;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: inline-block;
}

#cookie-banner .content a {
	color: white;
	text-decoration: underline;
}

#cookie-banner .content a:hover {
	color: white;
	text-decoration: none;
}

#cookie-banner .content button {
    background: transparent;
    border: 0;
    border-radius: 2px;
    font-family: 'Space Grotesk';
    margin-left: 10px;
    cursor: pointer;
    background: white;
    height: 30px;
    display: inline-block;
    padding: 10px 8px;
    line-height: 2px;
    border: 1px solid white;
    margin-bottom: 10px;
}


#cookie-banner .content a#savoir {
    background: transparent!important;
    color: white;
    border: 0;
    border-radius: 2px;
    font-family: 'Space Grotesk';
    margin-left: 10px;
    cursor: pointer;
    background: white;
    height: 30px;
    display: inline-block;
    padding: 10px 8px;
    border: 1px solid white;
    margin-bottom: 10px;
    line-height: 8px;
    text-decoration: none!important;
}

#cookie-banner .content a#savoir:hover,
#cookie-banner .content a#savoir:focus {
	text-decoration: none!important;
}

button#refuse-cookie {
    background: transparent!important;
    color: white;
}

#cookie-banner .content button img {
	width: 100%;
}


.cgu > a, 
.mention > a {
	color: #A8AEB4;
	font-family: 'Space Grotesk';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.cgu > a:hover, 
.mention > a:hover {
	text-decoration: none; 
	color: white;
}

#single .content {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#single .other-single .content-box {
    max-width: 330px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#single .other-single .content-box .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 220px;
    position: relative;
}

#single .other-single .content-box img {
    width: 100%;
    visibility: hidden;
}

#single .other-single .content-box .tag {
    border-radius: 4px;
    background-color: #CDD6DF;
    /*box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);*/
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-align: center;
    padding: 3px 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#single .other-single .content-box .date {
    color: #A8AEB4;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
}

#single .other-single .content-box .title {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 45px;
    position: relative;
    margin-top: 9px;
    text-align: left;
}

#single .other-single .content-box .title:before {
    content: "";
    width: 40px;
    height: 6px;
    background-color: #156ffa;
    position: absolute;
    bottom: -23px;
    left: 2px;
}

#single .other-single .content-box .excerpt > p {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

#single .other-single .btn-green {
    border-radius: 80px;
    background: #156ffa; 
    display: inline-block;
    padding: 8px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "Space Grotesk";
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

#single .other-single .btn-green:hover {
	background-color: #6692FC;
}

#single .other-single .box-33 {
	text-align: center;
	margin-bottom: 80px;
}

#single .content-other-single {
    margin-bottom: 120px;
}

#cgu h1.title {
    font-family: 'Space Grotesk';
}


#cgu_price_update.block_cout {
	/* background-color: #F5F7F9; */
}

#cgu_price_update.block_cout .title {
	color: #000000;
	font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    margin-bottom: 30px;
    padding-top: 100px;
}

#cgu_price_update.block_cout .description {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 27px; 
	text-align: center;
}

#cgu_price_update .blocs-price {
    text-align: center;
    padding-bottom: 75px;
    vertical-align: top;
}

#cgu_price_update .bloc-price {
    display: inline-block;
    max-width: 480px;
    width: 45%;
    border: 1px solid #ECF0F4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 35px;
}

#cgu_price_update .bloc-price.blue .price {
    color: #0057B8;
}

#cgu_price_update .bloc-price.green .price {
    color: #156ffa;
}

#cgu_price_update .bloc-price.blue img {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#cgu_price_update .bloc-price.green img {
	height: 50px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#cgu_price_update .bloc-price .price {
    font-family: "Space Grotesk";
    font-size: 80px;
    font-weight: 900;
    line-height: 120px;
    text-align: center;
    display: block;
}

#cgu_price_update .bloc-price .price > span {
	font-size: 40px;
	margin-left: -15px;
}

#cgu_price_update .bloc-price .price-minute {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
    display: block;
}

#cgu_price_update .bloc-price .price-pack {
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
}

#mentions-legales h1.title {
    font-family: 'Space Grotesk';
}

#estimate {
	padding-top: 100px;/*
    margin-top: -130px;*/
    position: absolute;
    top: -60px;
}

table {
	width: 100%;
}

 table tr:nth-of-type(even) {
    background: #F9F9F9;
}

table tr td {
    padding: 15px 10px;
    text-align: left;
}

table h2 {
    font-size: 24px!important;
}

table p,
table strong,
table span,
table td,
table ul li {
	font-size: 16px!important;
	font-family: 'Space Grotesk';
}

table ul {
	padding-left: 20px;
}


/* CODES PROMO */

#code-promo {
	padding-top: 40px;
}


#code-promo .entete {
	background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
    position: relative;
    height: 540px;
}

#code-promo .entete:before {
    content: "";
    background-color: #142031;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

#code-promo .entete .block1_title_sub_container {
    position: absolute;
    top: 50%;
    left: 9.7%;
    z-index: 1000;
	transform: translateY(-50%);
	width: 36%;
}

#code-promo .entete .block1_title {
    color: white;
    font-weight: 900;
    font-size: 64px;
    margin: 0;
    text-shadow: 2px 2px 25px #000000;
    font-family: 'Space Grotesk';
	line-height: 70px;
	margin-bottom: 40px;
}

#code-promo .entete .block1_description > p {
	color: #FFF;
	font-family: "Space Grotesk";
	text-shadow: 2px 2px 25px #000000;
    font-size: 22px;
    font-weight: 900;
    line-height: 27px;
    text-transform: inherit;
    letter-spacing: normal;
}

#code-promo .partenaires .block_content_desc {
	position: relative;
}

#code-promo .partenaires .box-partenaire {
	width: 160px;
	height: 160px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 5px solid white;
	float: left;
}



#code-promo .partenaires.block1_title_sub_container {
	width: 46%;
    max-width: 640px;
}

#code-promo .partenaires .block1_description {
    padding-left: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#code-promo .partenaires .block1_description > p {

}

#code-promo .entete .block_popup {
	position: absolute;
	right: 9.7%;
	bottom: -90px;
	max-width: 370px;
	width: 100%;
	background: white;
	border: 1px solid #ECF0F4;
	border-radius: 3px;
	box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
	/* height: 500px; */
	padding: 50px 30px;
}

#code-promo .block_popup.block_popup_mobile {
	position: relative;
	right: initial;
	bottom: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	width: 100%;
	background: white;
	border: 1px solid #ECF0F4;
	border-radius: 3px;
	box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
	/* height: 500px; */
	padding: 50px 30px;
	display: none;
	margin-top: -70px;
    margin-bottom: -50px;
}

#code-promo .block_popup.block_popup_mobile h2.popup-title {
    font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

#code-promo .block_popup.block_popup_mobile hr.block2_green_line {
    border: 0;
    width: 40px;
    height: 6px;
    display: block;
    margin-top: 20px;
    background: #156ffa;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#code-promo .block_popup.block_popup_mobile p.popup-description {
    font-family: 'Space Grotesk';
    font-size: 18px;
    color: #000000;
    text-align: center;
}

#code-promo .block_popup.block_popup_mobile .btn-primary {
    border-radius: 80px;
    background: #156ffa;
    display: inline-block;
    padding: 18px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 60px;
    margin-top: 20px;
}

#code-promo .block_popup.block_popup_mobile .btn-primary:hover {
	background-color: #6692FC!important;
}

#code-promo .block_popup.block_popup_mobile .illustration {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#code-promo .entete .block_popup .btn-primary {
    border-radius: 80px;
    background: #156ffa;
    display: inline-block;
    padding: 18px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 60px;
    margin-top: 20px;
}

#code-promo .entete .block_popup .btn-primary:hover {
	background-color: #6692FC!important;
}

#code-promo .entete .block_popup .illustration {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#code-promo .entete .block_popup h2.popup-title {
    font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

#code-promo .entete .block_popup hr.block2_green_line {
    border: 0;
    width: 40px;
    height: 6px;
    display: block;
    margin-top: 20px;
    background: #156ffa;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#code-promo .entete .block_popup p.popup-description {
    font-family: 'Space Grotesk';
    font-size: 18px;
    color: #000000;
    text-align: center;
}

#code-promo .block2_description_container {
	width: 100%;
}

#code-promo .block2_wrapper {
    max-width: 830px;
    width: 100%;
}

#code-promo .block2_description_container .block2_title {
	text-align: center;
	font-size: 54px;
	margin-top: 130px;
}

#code-promo .block2_description_container .block2_sous_titre {
	margin-top: 30px;
    font-family: "Space Grotesk";
    font-size: 22px;
	color: #000000;
	text-align: center;
}

#code-promo .block2_description_container .block2_wrapper > p {
	text-align: center;
	max-width: 500px;
    margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#code-promo .block2_description_container .block2_picto_container {
	max-width: 630px;
    margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#code-promo .block2_description_container .block2_picto_container > .block2_picto > img {
    width: 90px;
}

#code-promo #applications {
	width: 100%;
	height: 350px;
	background-color: #F4F6F8;
	overflow: hidden;
}

#code-promo .content {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#code-promo #applications .part-text {
	width: 50%;
	float: left;
	padding-left: 10px;
}

#code-promo #applications .part-text h2.title {
	font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
	text-align: center;
	margin-top: 60px;
}

#code-promo #applications .part-text p.description {
	color: #000000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: 900;
    line-height: 27px;
    text-transform: inherit;
    letter-spacing: normal;
    text-align: center;
    margin-top: 30px;
}

#code-promo #applications .part-text .app-links {
	text-align: center;
    margin-top: 40px;
}

#code-promo #applications .part-image {
	width: 50%;
	float: left;
	position: relative;
	padding-left: 4%;
}

#code-promo #applications a.app {
	display: inline-block;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#code-promo #applications a.app img {
    height: 100%;
    display: block;
}

#code-promo #applications .part-image .app.ios {
	max-width: 280px;
    width: 100%;
    z-index: 1000;
	position: absolute;
    top: 40px;
}

#code-promo #applications .part-image .app.android {
	/* max-width: 231px;
    margin-left: -90px;
    z-index: 10;
    position: relative; */
	max-width: 190px;
    z-index: 10;
	position: absolute;
	left: 260px;
    top: 90px;
}

#code-promo .block_step {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#code-promo .block_step .title {
	color: #000000;
	 font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
}

#code-promo .block_step .part-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 620px;
    filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
    float: left;
    width: 53%;
    position: relative;
    left: 8%;
}

#code-promo .block_step .content-step {
	position: relative;
}

#code-promo .block_step .part-step {
    top: 50%;
    float: left;
    position: absolute;
    width: 50%;
    right: 1%;
    transform: translateY(-50%);
}


#code-promo .block_step {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#code-promo .block_step .part-image img {
	/*visibility: hidden;*/
	width: 100%;
}

#code-promo .block_step ul {
	list-style: none;
	padding: 0;
	max-width: 445px;
	width: 100%;
	margin-top: 104px;
}

#code-promo .block_step ul li {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	cursor: pointer;
}

#code-promo .block_step ul li.step-1 {

}

#code-promo .block_step ul li.step-2 {
	left: 90px
}

#code-promo .block_step ul li.step-3 {
	left: 90px
}

#code-promo .block_step ul li.step-4 {
	/*margin: 0;*/
}

#code-promo .block_step ul li.start .border {
  animation: wave 1s 1 ease-in-out;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;

}

#code-promo .block_step ul li.start .border:nth-child(1) {
	animation-delay: 0.2s;
	left: -8px;
	top: -8px;
	width: 76px;
	height: 76px;
	border: 3px solid #156FFB;
}

#code-promo .block_step ul li.start .border:nth-child(2) {
    animation-delay: 0.4s;
    left: -16px;
    top: -16px;
    width: 92px;
    height: 92px;
    border: 3px solid #156FFB;
}

#code-promo .block_step ul li.start .border:nth-child(3) {
	/*left: 17.5%;
  top: 17.5%;
  width: 65%;
  height: 65%;
  border: 1px solid #0bbcf2;
  transition: all 0.2s linear;*/
}

#code-promo .owl-carousel-step {
	display: none;
}

@keyframes wave {
    0% {transform: scale(1);opacity: 0;}
    50% {transform: scale(1.075);opacity: 0.6;}
    100% {transform: scale(1.15);opacity: 0;}
}

#code-promo .image-step-2,
#code-promo .image-step-3,
#code-promo .image-step-4 {
	display: none;
} 

#code-promo .block_step .value-step {
	width: 60px;
	height: 60px;
	display: block;
	background: #156ffa;
	border-radius: 50%;
	position: absolute;
	/*top: 50%;*/
	left: 0;
	/*transform: translateY(-50%);*/
	cursor: pointer;
} 

#code-promo .block_step .value-step > span {
	font-family: "Space Grotesk";	
	font-size: 32px;	
	font-weight: 900;	
	line-height: 36px;	
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: white;
}

#code-promo .block_step .step {
	padding-left: 90px;
}

#code-promo .block_step .step .title-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 22px; 
	font-weight: 900; 
	line-height: 26px;
	margin: 0;
}

#code-promo .block_step .step .title-step {
	/*opacity: 0.6;*/
}

#code-promo .block_step .start p.title-step {
    color: #156ffa;
    font-family: "Space Grotesk";
    font-size: 24px;
}

#code-promo .block_step .start .step .title-step {
	opacity: 1.0;
}

#code-promo .block_step .step .desc-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 26px;
}

#code-promo .block_cout {
    /* background-color: #F5F7F9; */
}

#code-promo .block_cout .title {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 100px;
}

#code-promo .block_cout .description {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
}

#code-promo .blocs-price {
    text-align: center;
    padding-bottom: 75px;
    vertical-align: top;
}

#code-promo .bloc-price {
	display: inline-block;
    max-width: 480px;
    border: 1px solid #ECF0F4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(88,103,119,0.1);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 35px;
}

#code-promo #two-blocks .bloc-price {
	width: 45%;
}

#code-promo #three-blocks .bloc-price {
	width: 28%;
}


#code-promo .bloc-price.blue .price {
    color: #0057B8;
}

#code-promo .bloc-price.green .price {
    color: #156ffa;
}

#code-promo .bloc-price.gold .price {
    color: #b7b513;
}

#code-promo .bloc-price.blue img {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#code-promo .bloc-price.green img {
	height: 60px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#code-promo .bloc-price.gold img {
	height: 60px;
    margin-top: 4px;
    margin-bottom: 20px;
}

#code-promo .bloc-price .price {
    font-family: "Space Grotesk";
    font-size: 80px;
    font-weight: 900;
    line-height: 120px;
    text-align: center;
    display: block;
}

#code-promo .bloc-price .price > span {
	font-size: 40px;
	margin-left: -15px;
}

#code-promo .bloc-price .price-minute {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
    display: block;
}

#code-promo .bloc-price .price-pack {
    color: #233851;
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
}

#code-promo .block_map {
    background-color: white;
}

#code-promo .block_map .title {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 30px;
}

#code-promo .block_map .subtitle {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    margin-bottom: 60px;
}

#code-promo .bloc-map {
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 53%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#code-promo .bloc-map iframe, 
#code-promo .bloc-map object, 
#code-promo .bloc-map embed, 
#code-promo .bloc-map .mapboxgl-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#code-promo ul.list-cities {
    list-style: none;
    padding: 0;
	text-align: center;
	margin-bottom: 60px;
}

#code-promo ul.list-cities > li {
    border-right: 1px solid #E0E0E0;
	padding: 10px 20px;
	display: inline-block;
}

#code-promo ul.list-cities > li:last-child {
    border: none;
}

#code-promo ul.list-cities > li > a {
    color: #889DB4;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    margin: 0;
}

#code-promo ul.list-cities > li > a:hover,
#code-promo ul.list-cities > li > a:focus,
#code-promo ul.list-cities > li > a.active {
    color: #156ffa;
    border-bottom: 2px solid #156ffa;
	padding-bottom: 4px;
	text-decoration: none;
	cursor: pointer;
}

#code-promo .code-promo-actif h1.title {
    color: #000000;
    font-weight: 900;
    font-size: 64px;
    margin: 0;
    font-family: 'Space Grotesk';
    line-height: 70px;
    margin-bottom: 40px;
    margin-top: 00px;
}

#code-promo .code-promo-actif .description p {
    color: #000000;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    text-transform: inherit;
    letter-spacing: normal;
    max-width: 670px;
    width: 100%;
}

#code-promo .code-promo-actif .title-actif,
#code-promo .code-promo-inactif .title-inactif {
    color: #000000;
    font-weight: 900;
    font-size: 40px;
    margin: 0;
    font-family: 'Space Grotesk';
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 80px;
}

#code-promo hr.block2_green_line {
    border: 0;
    width: 40px;
    height: 6px;
    display: inline-block;
    margin-top: 20px;
    background: #156ffa;
    margin-bottom: 20px;
    margin-left: inherit;
    margin-right: inherit;
}

#code-promo ul.codes-list {
    list-style: none;
	padding: 0;
	margin-top: 10px;
	padding-right: 1%;
}

#code-promo ul.codes-list > li {
	box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
	background-color: white;
	position: relative;
	/* max-width: 670px; */
	width: 100%;
	min-height: 226px;
	border-radius: 8px;
	padding: 0px 60px;
	margin-bottom: 20px;
}

#code-promo ul.codes-list > li .ban {
	background: #156ffa;
    color: white;
    text-transform: uppercase;
	font-family: 'Space Grotesk';
	font-weight: 700;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 3px 10px;
    font-size: 12px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#code-promo ul.codes-list .text {
    padding-right: 190px;
}

#code-promo ul.codes-list > li p.title {
    color: #142031;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    font-family: 'Space Grotesk';
	padding-top: 50px;
	margin-bottom: 10px;
}

#code-promo ul.codes-list > li p.description {
	font-family: 'Space Grotesk';
	color: #233851;
	font-size: 18px;
	letter-spacing: 0.2px;
    margin-bottom: 20px;
}

#code-promo ul.codes-list > li p.expiration {
    color: #156ffa;
    text-transform: uppercase;
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 30px;
}

#code-promo .content-codes-list p.description-2 {
	color: #000000;
    font-family: 'Space Grotesk';
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    letter-spacing: normal;
    max-width: 670px;
	width: 100%;
	margin-top: 40px;
	letter-spacing: -0.4px;
}

#code-promo .code {
    background: #F5F7F9;
    border-radius: 33.5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
	transform: translateY(-50%);
	width: 200px;
	text-align: center;
	padding: 20px 24px; 
}

#code-promo .code p { 
    color: #0057B8;
    font-family: 'Space Grotesk';
    margin: 0;
    /* padding: 20px 24px;
    font-size: 22px; */
	font-size: initial;
	width: 100%;
	text-align: center;
} 

#code-promo .code p > a {
	color: #0057B8;
	font-weight: 700;
}
#code-promo .code p > a:hover {
	color: #0057B8;
	text-decoration: none;
}

#code-promo .code-promo-actif {
    padding-bottom: 80px;
}

#code-promo .content-codes-list {
    float: left;
    width: 58%;
}

#code-promo .sidebar {
    float: right;
    width: 40%;
}


#code-promo .block-note {
	box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
	background-color: white;
	position: relative;

	max-width: 370px;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-top: 10px;
	border-radius: 8px;
}

#code-promo .block-note p.note {
	text-align: center;
	font-size: 84px;
	color: #156ffa;
	font-family: 'Space Grotesk';
	padding-top: 50px;
	margin-bottom: 0;
}

#code-promo .block-note ul.star {
	padding: 0;
	list-style: none;
	text-align: center;
}

#code-promo .block-note ul.star li {
	display: inline-block; 
	color: #156ffa;
	position: relative;
	width: 20px;
}

#code-promo .block-note ul.star li.half-star {
    color: white!important;
}

#code-promo .block-note ul.star > li.star:before {
	content: '\2605';
    font-size: 20px;
}

#code-promo .block-note ul.star > li.half-star:after {
    content: '\2605';
    color: #156ffa;
    position: absolute;
    margin-left: 0;
    width: 10px;
    overflow: hidden;
    font-size: 20px;
    left: 0;
    top: 0;
}


#code-promo .block-note .title-note {
	font-size: 40px;
	font-family: 'Space Grotesk';
	color: #142031;
	letter-spacing: -0.2px;
	text-align: center;
	font-weight: 800;
}

#code-promo .block-note .description-note {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Space Grotesk';
	color: #233851;
	letter-spacing: -0.2px;
	text-align: center;
}

#code-promo .block-note .description-note > a,
#code-promo .block-note .description-note > span {
	color: #156ffa;
} 

#code-promo .block-popup {
	box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
	background-color: white;
	position: relative;

	max-width: 370px;
	width: 100%;
	margin-left: auto;
	border-radius: 8px;
	text-align: center;
	/* margin-bottom: 40px; */
}

#code-promo .block-popup .illustration {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
	padding-top: 50px;
}

#code-promo .block-popup .popup-title {
	font-family: 'Space Grotesk';
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
	text-align: center;
	margin-bottom: 25px;
}

#code-promo .block-popup .popup-description {
	font-family: 'Space Grotesk';
    font-size: 18px;
    color: #233851;
	text-align: center;
	letter-spacing: -0.2px;
	margin-bottom: 40px;
}

#code-promo .block-popup .popup-btn {
    margin-bottom: 50px;
}

#code-promo .code-promo-inactif {
	margin-bottom: 80px;
}


#code-promo .code-promo-inactif ul.codes-list > li p.title,
#code-promo .code-promo-inactif ul.codes-list > li p.description,
#code-promo .code-promo-inactif ul.codes-list > li p.expiration,
#code-promo .code-promo-inactif .code p {
	color: #889DB4;
}

#code-promo .code-promo-inactif .code p {
    text-decoration: line-through;
}

#code-promo .content-tableau {
	margin-top: 60px;
}

#code-promo .content-code-promo-left {
	float: left;
	width: 63%;
}

#code-promo .content-code-promo-right {
	float: right;
	width: 35%;
}

#code-promo .content-code-promo-right > img {
	display: block;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 5px;
}

/* BONS PLANS */

#bons-plans {
	overflow-x: hidden;
}

#bons-plans .content {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	z-index: 1000;
    position: relative;
}

#bons-plans .entete {
    width: 100%;
    height: 850px;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

#bons-plans .entete #offres-bons-plans {
    margin-bottom: -70px;
    margin-top: 50px;
}

#bons-plans .entete #offres-bons-plans:before {
	background: transparent; 
}

#bons-plans .entete .background-img {
	visibility: hidden;
	width: 100%;
}

#bons-plans .entete .block1_content {
	margin-top: 40px;
	padding-top: 30px
}

#bons-plans .entete .offre-bons-plans-title {
	padding-top: 45px;
}

#bons-plans .entete .block1_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 74px;
}

#bons-plans .by-cityscoot {
    text-align: center;
    display: flex;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

/* #bons-plans .block1_subcontent > span {
	vertical-align: middle;
    display: flex;
} */

#bons-plans .by {
	color: #FFFFFF;
	font-family: 'Space Grotesk';
	font-size: 14px;
	margin-right: 10px;
    margin-top: 5px;
}

#bons-plans  a.cityscoot {
	display: inline-block;
}

#bons-plans  a.cityscoot > img {
	display: block;
	width: 100px;
}

#bons-plans #lieux {
	background: white;
	width: 100%;
	padding-bottom: 40px;
}

#bons-plans #lieux .content > .title {
	color: black;
	text-align: center;
	font-size: 54px;
	font-family: 'Space Grotesk';
	padding-top: 60px;
    margin-top: 0;
}

#bons-plans #lieux .content > .description {
	font-size: 22px;
    color: #142031;
	font-family: 'Space Grotesk';
	font-weight: 700;
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	margin-top: 40px;
}

#bons-plans #lieux .content > .map-area {
	/* overflow: hidden; */
    /* padding-bottom: 56.25%; */
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.11);
    /* border: 4px solid white; */
    margin-top: 60px;
}

#bons-plans #lieux .content > .map-area:before {
    content: "";
    position: absolute;
    right: 82%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/tree-left.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 416px;
    height: 490px;
}

#bons-plans #lieux .content > .map-area:after {
    content: "";
    position: absolute;
    left: 82%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/tree-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 416px;
    height: 490px;
}

#bons-plans #lieux .content > .map-area iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	border: none;
	border: 4px solid white;
	z-index: 100000;
}

#bons-plans .pins {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
    margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
    margin-bottom: 40px;
}

#bons-plans .pins--item {
	width: 30%;
	text-align: center;
	flex-direction: column;
}

#bons-plans .pins--item > .pins--item-picto {
	width: 91px;
	margin-bottom: 25px;
}

#bons-plans .pins--item > .pins--item-title {
	font-size: 18px;
	font-family: 'Space Grotesk';
	font-weight: 700;
	text-transform: uppercase;
	color: black;
}

#bons-plans .pins--item > .pins--item-description {
	font-size: 18px;
	font-family: 'Space Grotesk';
}

#bons-plans #super-plans {
	width: 100%;
	background: #F5F7F9;
	padding-bottom: 80px;
	position: relative;
}


#bons-plans .palmier-left {
	position: absolute;
	left: -150px;
    top: 620px;
}

#bons-plans .palmier-right {
    position: absolute;
    right: -150px;
    bottom: 80px;
}

#bons-plans #super-plans .content > .title {
	color: black;
	text-align: center;
	font-size: 54px;
	font-family: 'Space Grotesk';
	padding-top: 70px;
	margin-top: 0;
	margin-bottom: 75px;
}

#bons-plans .content-blocks .head-block {
	width: 100%;
	height: 345px;
	border-radius: 8px;
	position: relative;
	/* background: #BADBF6; */
	/* margin-top: 75px; */
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	box-shadow: 0px 4px 6px 2px #DFDFDF;
	border: 1px solid #ECF0F4;
	margin-bottom: 30px;
}

#bons-plans .content-blocks .head-block .ban {
    background: #156ffa;
    color: white;
    text-transform: uppercase;
	font-family: 'Space Grotesk';
	font-weight: 700;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 3px 10px;
    font-size: 12px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#bons-plans .content-blocks .head-block .text {
	position: absolute;
	top: 45%;
    transform: translateY(-50%);
    left: 16%;
	max-width: 470px;
	z-index: 100;
}

#bons-plans .content-blocks .head-block .text .title {
    color: #FFF;
    font-weight: 700;
    font-size: 44px;
    margin: 0;
    font-family: 'Space Grotesk';
    padding-top: 50px;
	margin-bottom: 10px;
	line-height: 44px;
}

#bons-plans .content-blocks .head-block .text .expiration {
    color: #FFF;
    text-transform: uppercase;
	font-family: 'Space Grotesk';
	font-weight: 700;
    font-size: 12px;
    padding-bottom: 30px;
}

#bons-plans .content-blocks .head-block .img-tree {
	position: absolute;
	right: 0;
	top: 0;
}

#bons-plans .content-blocks .content-subblocks {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
	
}

#bons-plans .content-blocks .content-subblocks:after {
    content: "";
    flex-direction: column;
    flex-basis: 32%;
}

#bons-plans .content-blocks .content-subblocks .item {
	width: 32%;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
    background: white;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 4px 6px 2px #DFDFDF;
	border: 1px solid #ECF0F4;
}

#bons-plans .content-blocks .content-subblocks .item .illustration {
	width: 100%;
	height: 225px;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	background-color: #D8D8D8;
}

#bons-plans .content-blocks .content-subblocks .item .text {
	padding: 20px 30px;
	position: relative;
}

#bons-plans .content-blocks .content-subblocks .item .partenaire {
	border: 1px solid #ECF0F4;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	position: absolute;
	left: 30px;
    top: -30px;
	border-radius: 3px;
	background-color: #D8D8D8;
}

#bons-plans .content-blocks .content-subblocks .item .title {
    color: #142031;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
    font-family: 'Space Grotesk';
    padding-top: 50px;
    margin-bottom: 10px;
}

#bons-plans .content-blocks .content-subblocks .item .description {
	font-family: 'Space Grotesk';
    color: #233851;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

#bons-plans .content-blocks .content-subblocks .item .expiration {
	margin: 0;
	color: #156ffa;
    text-transform: uppercase;
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 5px;
}

#bons-plans #offres-bons-plans {
	width: 100%;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
	min-height: 411px;
}

#bons-plans #offres-bons-plans:before {
	content: "";
	background: rgba(35, 56, 81, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#bons-plans #offres-bons-plans .success,
#bons-plans #offres-bons-plans .error {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    position: relative;
	margin-top: 30px;
	display: none;
}

#bons-plans #offres-bons-plans .success span,
#bons-plans #offres-bons-plans .error span {
    display: block;
    background: white;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #13db99;
    font-size: 32px;
    text-align: center;
    padding-left: 4px;
    padding-top: 9px;
    margin-bottom: 20px;
}

#bons-plans #offres-bons-plans .error span {
	color: #ff6c6c;
	padding-left: 2px;
    padding-top: 8px;
}

#bons-plans #offres-bons-plans .success p,
#bons-plans #offres-bons-plans .error p {
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 500;
}

#bons-plans #offres-bons-plans form {
	text-align: center;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 35px;
	z-index: 1000;
    position: relative;
}

#bons-plans #offres-bons-plans form input {
	border: 0;
    border-radius: 4px;
    width: 100%;
    height: 56px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Space Grotesk';
	font-size: 16px;
	font-weight: 500;
}

#bons-plans #offres-bons-plans form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #586777;
	opacity: 1; /* Firefox */
}

#bons-plans #offres-bons-plans form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #586777;
}

#bons-plans #offres-bons-plans form input::-ms-input-placeholder { /* Microsoft Edge */
	color: #586777;
}

#bons-plans #offres-bons-plans form label {
	color: white;
	font-size: 14px;
	font-family: 'Space Grotesk';
	margin-top: 5px;
	margin-bottom: 30px;
}

#bons-plans .offre-bons-plans-title {
    color: white;
    font-size: 40px;
	font-family: 'Space Grotesk';
	font-weight: 700;
    text-align: center;
    margin: 0;
	padding-top: 65px;
	z-index: 1000;
    position: relative;
}

#bons-plans .offre-bons-plans-container button {
	margin-left: auto;
    margin-right: auto;
	display: block;
	width: 192px;
}


#bons-plans .offre-minutes {
	width: 100%;
	background: #0057B8;
    /* background: linear-gradient(270deg, #158de2 0%, #0057b8 100%); */
    min-height: 250px;
    position: relative;
    z-index: 10000;
}

#bons-plans .offre-minutes-title {
	color: white;
    font-size: 40px;
	font-family: 'Space Grotesk';
	font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 65px;
}

#bons-plans .offre-minutes-container {
    text-align: center;
}

#bons-plans .offre-minutes-container .button {
	margin-top: 25px;
}

#block_step {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#block_step .title {
	color: #000000;
	 font-family: "Space Grotesk"; 
	font-size: 48px; 
	font-weight: 900; 
	line-height: 56px; 
	text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
}

#block_step .part-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 620px;
    filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
    float: left;
    width: 53%;
    position: relative;
    left: 8%;
}

#block_step  .content-step {
	position: relative;
}

#block_step .part-step {
    top: 50%;
    float: left;
    position: absolute;
    width: 50%;
    right: 1%;
    transform: translateY(-50%);
}


#block_step {
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#block_step .part-image img {
	/*visibility: hidden;*/
	width: 100%;
}

#block_step ul {
	list-style: none;
	padding: 0;
	max-width: 445px;
	width: 100%;
	margin-top: 104px;
}

#block_step ul li {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	cursor: pointer;
}

#block_step ul li.step-1 {

}

#block_step ul li.step-2 {
	left: 90px
}

#block_step ul li.step-3 {
	left: 90px
}

#block_step ul li.step-4 {
	/*margin: 0;*/
}

#block_step ul li.start .border {
  animation: wave 1s 1 ease-in-out;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;

}

#block_step ul li.start .border:nth-child(1) {
	animation-delay: 0.2s;
	left: -8px;
	top: -8px;
	width: 76px;
	height: 76px;
	border: 3px solid #156ff9;
}

#block_step ul li.start .border:nth-child(2) {
    animation-delay: 0.4s;
    left: -16px;
    top: -16px;
    width: 92px;
    height: 92px;
    border: 3px solid #156ff9;
}

#block_step  ul li.start .border:nth-child(3) {
	/*left: 17.5%;
  top: 17.5%;
  width: 65%;
  height: 65%;
  border: 1px solid #0bbcf2;
  transition: all 0.2s linear;*/
}

#block_step .owl-carousel-step {
	display: none;
}

@keyframes wave {
    0% {transform: scale(1);opacity: 0;}
    50% {transform: scale(1.075);opacity: 0.6;}
    100% {transform: scale(1.15);opacity: 0;}
}

#block_step .image-step-2,
#block_step .image-step-3,
#block_step .image-step-4 {
	display: none;
} 

#block_step .value-step {
	width: 60px;
	height: 60px;
	display: block;
	background: #156ffa;
	border-radius: 50%;
	position: absolute;
	/*top: 50%;*/
	left: 0;
	/*transform: translateY(-50%);*/
	cursor: pointer;
} 

#block_step .value-step > span {
	font-family: "Space Grotesk";	
	font-size: 32px;	
	font-weight: 900;	
	line-height: 36px;	
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: white;
}

#block_step .step {
	padding-left: 90px;
}

#block_step .step .title-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 22px; 
	font-weight: 900; 
	line-height: 26px;
	margin: 0;
}

#block_step .step .title-step {
	/*opacity: 0.6;*/
}

#block_step .start p.title-step {
    color: #156ffa;
    font-family: "Space Grotesk";
    font-size: 24px;
}

#block_step .start .step .title-step {
	opacity: 1.0;
}

#block_step .step .desc-step {
	color: #000000; 
	font-family: "Space Grotesk"; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 26px;
}


@media screen and (max-width: 1280px) {

	#ville .block_step .part-step {
	    top: 50%;
	    float: left;
	    position: absolute;
	    width: 50%;
	    right: 10%;
	    transform: translateY(-50%);
	}

	#ville .block_step .part-image {
	    filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
	    float: left;
	    width: 50%;
	    position: relative;
	    left: 2%;
	}

	#ville .block_step ul li {
	    position: relative;
	    margin-bottom: 35px;
	    margin-top: 35px;
	}

	#code-promo .block_step .part-step {
	    top: 50%;
	    float: left;
	    position: absolute;
	    width: 50%;
	    right: 10%;
	    transform: translateY(-50%);
	}

	#code-promo .block_step .part-image {
	    filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
	    float: left;
	    width: 50%;
	    position: relative;
	    left: 2%;
	}

	#code-promo .block_step ul li {
	    position: relative;
	    margin-bottom: 35px;
	    margin-top: 35px;
	}
}

@media screen and (max-width: 1230px) {

	.block2_phone_wrapper .iphone {
		max-width: 412px;
		visibility: hidden;
		position: absolute;
		right: 242px;
		top: -31px;
		z-index: 1000;
	}	

	.block2_phone_wrapper .samsung {
	    max-width: 320px;
	    z-index: 100;
	    visibility: hidden;
	    margin-top: -22px;
	    position: absolute;
	    right: 50px;
	}

	/* BONS PLANS */
	#bons-plans .content {
		width: 95%;
	}

	/* INITIATION */
	#initiation .en-images {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media screen and (max-width: 1175px) {

	#code-promo .content,
	.page .content,
	#marche .content,
	#guide .content,
	#recrutement .content,
	#actu .content,
	#contact .content,
	#partenaires .content,
	#single .content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.select-container-city-picture {
		right: 10px;
	}

	.footer_container .content-footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	#uber .win,
	#uber .questions > .content .part-title {
		padding-left: 10px;
	}

	#uber .in-app .part-image {
		width: 760px;
		position: absolute;
		left: -330px;
		bottom: -200px;
		transition-duration: 0.2s;
	}

	#zone .villes {
		padding-left: 10px;
		padding-right: 10px;
	}

	#zone .bandeau {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1180px) {

	#initiation .a-noter .green .content-text {
		left: 10px;
	}

	#initiation .content-image {
		padding-right: 10px;
	}

	#baba .projet .content,
	#baba .aventure .content,
	#baba .baba .content,
	#baba .suivi .content .title,
	#baba .suivi .content .description,
	#baba .question .content {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media screen and (max-width: 1150px) {

	#actu.presse .content-gallery {
	    grid-template-columns: repeat(auto-fill, 170px);
	}


}


@media screen and (max-width: 1130px) {

	#home .block1_title_container {
	    margin-top: 0px;
	}

	#recrutement .part-image {
		display: none;
	}

	.block2_phone_wrapper .iphone {
	    max-width: 382px;
	    visibility: hidden;
	    position: absolute;
	    right: 172px;
	    top: 32px;
	    z-index: 1000;
	}

	.block2_phone_wrapper .samsung {
	    max-width: 290px;
	    z-index: 100;
	    visibility: hidden;
	    margin-top: 50px;
	    position: absolute;
	    right: 0px;
	}

	.block2_phone_container {
	    margin-top: 10px;
	}
}

@media screen and (max-width: 1090px) {

	#contact .content-contact-header {
		max-width: 480px;
	}

	#contact .nav-tabs li a {
	    padding: 16px 0px!important;
	}

	#ville .block_step ul li {
	    position: relative;
	    margin-bottom: 25px;
	    margin-top: 25px;
	}

	#actu.presse .content-gallery {
	    grid-template-columns: repeat(auto-fill, 180px);
	}
}

@media screen and (max-width: 1050px) {

	#estimation .part-estimation .bloc-price {
	    display: inline-block;
		max-width: inherit;
		width: 47%!important;
		margin-right: 1%;
		margin-left: 1%;
		float: none;
	}

	#actu .box-33 {
		width: 50%;
	}

	#single .box-33 {
	    width: 50%;
	}

	#partenaires .content .subcontent .box-33 img {
	    max-width: 280px;
	}

	#guide .entete .block1_title_sub_container {
	    bottom: 90px;
	}

	#ville .bloc-price {
	    display: inline-block;
	    max-width: inherit;
	    width: 47%;
	    margin-right: 1%;
	    margin-left: 1%;
	    float: none;
	}

	#code-promo .bloc-price {
	    display: inline-block;
	    max-width: inherit;
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	    float: left;
	}

	#cgu_price_update .bloc-price {
	    display: inline-block;
	    max-width: inherit;
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	    float: left;
	}

	#code-promo .entete .block_popup {
		right: 5%;
	}

	#code-promo .entete .block1_title_sub_container {
		left: 5%;
		width: 42%;
	}

	#code-promo .entete .partenaires.block1_title_sub_container {
		width: 50%;
	}

}

@media screen and (max-width: 1240px) {

	.tpl-page > .content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1015px) {
	
	#contact .content-contact-header {
	    float: none;
	    margin-top: 40px;
	    margin-bottom: 70px;
	    max-width: 569px;
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	}

	#ville .block_step .title {
	    margin-bottom: 120px;
	}

	#ville .block_step .part-image {
	    float: left;
	    width: 40%;
	    position: relative;
	    left: 2%;
	}

	#ville .block_step .part-step {
	    top: 50%;
	    float: left;
	    position: absolute;
	    width: 56%;
	    right: 16%;
	    transform: translateY(-50%);
	}

	#ville .block_step ul {
		max-width: inherit;
		margin-top: 70px;
	}

	#ville .block_step .content-step {
		margin-bottom: 70px;
	}

	#code-promo .block_step .title {
	    margin-bottom: 120px;
	}

	#code-promo .block_step .part-image {
	    float: left;
	    width: 40%;
	    position: relative;
	    left: 2%;
	}

	#code-promo .block_step .part-step {
	    top: 50%;
	    float: left;
	    position: absolute;
	    width: 56%;
	    right: 16%;
	    transform: translateY(-50%);
	}

	#code-promo .block_step ul {
		max-width: inherit;
		margin-top: 70px;
	}

	#code-promo .block_step .content-step {
		margin-bottom: 70px;
	}

}


@media screen and (max-width: 990px) {

	.block2_phone_wrapper .iphone {
	    max-width: 332px;
	    visibility: hidden;
	    position: absolute;
	    right: 122px;
	    top: 32px;
	    z-index: 1000;
	}

	.block2_phone_wrapper .samsung {
	    max-width: 240px;
	    z-index: 100;
	    visibility: hidden;
	    margin-top: 58px;
	    position: absolute;
	    right: 0px;
	}

	.block2_phone_container {
	    margin-top: 40px;
	}

}

@media screen and (max-width: 975px) {

	#ville .forms > button {
	    margin-top: 34px;
	}

	#ville .forms button > .estimate-price {
		margin-left: 0;
	    display: inline-block;
	}

	#ville .error-part {
		text-align: center;
		margin-top: -103px;
	}

	#estimation .forms > button {
	    margin-top: 34px;
	}

	#estimation .forms button > .estimate {
		margin-left: 10px;
		margin-right: 10px;
	    display: inline-block;
	}


	#estimation .error-part {
		text-align: center;
		margin-top: -103px;	
	    margin-bottom: -60px;
	}

	#code-promo #applications .part-image .app.ios {
		max-width: 230px;
		width: 100%;
		z-index: 1000;
		position: absolute;
		top: 40px;
	}

	#code-promo #applications .part-image .app.android {
		max-width: 150px;
		z-index: 10;
		position: absolute;
		left: 210px;
		top: 90px;
	}

}

@media screen and (max-width: 950px) {

	#menu-cityscoot ul.menu_ul > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}


	#actu.presse .content-gallery {
	    grid-template-columns: repeat(auto-fill, 170px);
	}


	#code-promo .entete .block_popup {
		right: 2%;
	}

	#code-promo .entete .block1_title_sub_container {
		left: 2%;
	}

	#code-promo .entete .block1_title {
		font-size: 54px;
		line-height: 55px;
	}

	#code-promo .code {
		position: relative;
		top: inherit;
		right: inherit;
		transform: inherit;
		margin-bottom: 40px;
	}

	#code-promo ul.codes-list .text {
		padding-right: 0;
	}

	/* INITIATION */
	#initiation .content-image > img {
		height: 87%;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	#initiation .a-noter .green .content-text {
		max-width: 470px;
	}
}

@media screen and (max-width: 900px) {

	#partenaires .content .subcontent .box-33 img {
	    max-width: 250px;
	    width: 100%;
	}


	#actu.presse .content-gallery {
	    grid-template-columns: repeat(auto-fill, 180px);
	}
}

@media screen and (max-width: 850px) {

	#menu-cityscoot ul.menu_ul > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#uber .prices .bloc-price .price-description br {
		display: none;
	}

}

@media screen and (max-width: 830px) {

	.block2_phone_wrapper .iphone {
	    max-width: 322px;
	    visibility: hidden;
	    position: absolute;
	    right: 122px;
	    top: 32px;
	    z-index: 1000;
	}

	.block2_phone_wrapper .samsung {
	    max-width: 230px;
	    z-index: 100;
	    visibility: hidden;
	    margin-top: 59px;
	    position: absolute;
	    right: 0px;
	}

	#actu.presse .content-box {
		max-width: 320px;
	}

	/* INITIATION */

	#initiation .a-noter .green {
		padding-left: 10px;
		padding-right: 10px;
	}

	#initiation .a-noter .green h2 {
		font-size: 32px;
	}

	#initiation .a-noter {
		position: relative;
	}

	#initiation .a-noter .green > .content {
		min-height: inherit;
	}

	#initiation .a-noter .green {
		padding-left: 20px;
		padding-right: 20px;
	}

	#initiation .content-image {
		position: relative;
		top: 0;
		height: inherit;
		max-width: 1220px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		transform: inherit;
		text-align: right;
		background: #03c18b;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 0;
	}

	#initiation .content-image > img {
		height: auto;
		right: 0px;
		top: inherit;
		transform: inherit;
		position: relative;
		max-width: 370px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		bottom: 0;
		margin-bottom: -74px;
	}

	#initiation .a-noter .green .content-text {
		max-width: 100%;
		position: relative;
		top: 0;
		transform: inherit;
		left: 0;
	}

	#initiation .a-noter .green .content-text {
		padding-top: 40px;
	}

	#initiation .en-images .title {
		font-size: 32px;
	}

	#initiation .en-images {
		padding-bottom: 0;
	}

	#initiation .entete .block1_title {
		font-size: 44px;
		line-height: 44px;
	}

	#initiation .entete .block1_subtitle {
		font-size: 20px;
		line-height: 22px;
	}

	#initiation .bref .title {
		font-size: 32px;
		margin-top: 40px;
    	margin-bottom: 30px;
	}

	#initiation .bref .box-50 {
		width: 100%;
		float: none;
		max-width: 429px;
		margin-left: auto;
		margin-right: auto;
		height: auto!important;
	}

	#initiation .bref .box-50 .bloc-image {
		margin-bottom: 25px;
	}

	#initiation .temoignages h2 {
		font-size: 32px;
		padding-top: 50px;
	}

	#initiation .item-temoignage {
		display: block;
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}

	#initiation .content-temoignages {
		margin-bottom: 50px;
	}

	#initiation .video .title {
		font-size: 32px;
	}

	#initiation #start-video {
		width: 80px;
		height: 80px;
	}

	#initiation .video .title {
		margin-bottom: 30px;
		margin-top: 40px;
	}

	#initiation .vue-video {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	#initiation .vue-video {
		margin-bottom: 60px;
	}

	/* BABA AU RUN */

	#baba .entete .block1_title {
		font-size: 44px;
		line-height: 44px;
	}

	#baba .entete .block1_subtitle {
		font-size: 20px;
		line-height: 22px;
	}
}

#open-menu {
	display: none;	
}

#close-menu {
	display: none;
}

.bloc-price.no-mobile {
	display: block;
}

.bloc-price.mobile {
	display: none;
}

.no-mobile {
	display: block;
}

.on-mobile {
	display: none;
}

#cgu table td {
	width: 33%; 
}


/* MOBILE */

@media screen and (max-width: 782px) {

	.bandeau {
		margin-top: 0px;
	}

	.no-mobile {
		display: none;
	}

	.on-mobile {
		display: block;
	}

	.header-content-menu {
		min-height: 70px;
	}

	.marker-start {
	    width: 40px;
	    background-size: contain;
	    background-position: bottom;
	}

	.error-part p {
		text-align: center;
	}

	#recrutement.tpl-page {
		padding-top: 20px!important;
	}

	#recrutement .part-image {
		float: none;
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 40px;
		display: block;
	}

	#recrutement .part-image img {
		height: auto;
		width: 100%;
	}

	/* UBER */

	#uber .entete .block1_title {
		font-size: 44px;
		line-height: 44px;
		margin-bottom: 70px;
	}

	#uber .entete-description {
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .how .title {
		font-size: 32px;	
	}

	#uber .how .part-image {
		float: none;
		width: 100%;
	}

	#uber .how .part-image > img {
		width: 100%;
		margin-right: auto;
	}

	#uber .how .part-text {
		float: none;
		width: 100%;
		margin-top: 90px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .how a.btn-cityscoot {
		min-width: 192px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	#uber .how .box-50 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		float: none;
		margin-bottom: 80px;
	}

	#uber .how .box-50 .bloc-desc {
		height: auto!important;
	}

	#uber .in-app .content {
		min-height: inherit;
	}

	#uber .in-app .part-title {
		font-size: 32px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 10px;
	}

	#uber .in-app .part-image {
		width: 760px;
		position: relative;
		left: -330px;
		bottom: 0;
		transition-duration: 0.2s;
	}

	#uber .in-app .part-text {
		width: 100%;
		position: relative;
		right: 0;
		top: -60px;
		transform: inherit;
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .in-app a.btn-cityscoot {
		min-width: 192px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	#uber .prices {
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .prices .two-blocks .bloc-price,
	#uber .prices .three-blocks .bloc-price {
		width: 98%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#uber .win {
		padding-top: 40px;
		margin-bottom: 40px;
		padding-left: 0;
	}

	#uber .win .part-title,
	#uber .win .part-subtitle  {
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .win .box-50 {
		width: 100%;
		float: none;
		margin-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber .know {
		min-height: 524px;
	}

	#uber .know > .content .part-title {
		font-size: 32px;
	}

	#uber .know > .content {
		padding-left: 20px;
		padding-right: 20px;
	}

	#uber a.btn-cityscoot {
		font-size: 18px;
	}

	#uber .bref .part-title {
		font-size: 32px;
	}

	#uber .bref .table .first-section.hide-mob {
		display: none;
	}

	#uber .bref .table-inside .first-section {
		width: 100%;
	}

	#uber .bref .table-inside .second-section,
	#uber .bref .table-inside .third-section {
		width: 50%;
	}

	#uber .bref .table-inside .second-section, #uber .bref .table-inside .third-section {
		font-size: 14px;
	}
	
	#uber .bref .table .table-inside {
		padding: 30px 20px 30px 20px;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	#uber .bref .table .table-inside .row-table {
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(136, 157, 180, 0.1);
		padding-bottom: 20px;
	}

	#uber .bref .table .table-inside .row-table:last-child {
		border: none;
	}

	#uber .bref .table .second-section,
	#uber .bref .table .third-section {
		width: 50%;
	}

	#uber .bref .table .second-section.logo > img {
		height: 23px;
	}

	#uber .bref .table .third-section.logo > img {
		height: 28px;
	}

	#uber .questions .nav-tabs {
		display: none;
	}

	#uber .win, #uber .questions > .content .part-title {
		font-size: 32px;
	}

	#uber .questions .content-questions {
	    margin-top: 50px;
	}

	#uber .win, #uber .questions > .content .part-title {
		text-align: center;
		padding-left: 0;
	}

	/* ZONE */

	#zone .bloc-map {
		margin-bottom: 80px;
		padding-bottom: 92%;
	}

	#zone .entete .block1_title {
		font-size: 44px;
		line-height: 44px;
		margin-bottom: 70px;
	}

	#zone .entete-description .title {
		font-size: 32px;
		line-height: 36px;
	}

	#zone .entete-description .title br {
		display: none;
	}
	
	#zone .evolution .title {
		font-size: 32px;
		line-height: 36px;
		padding-top: 30px;
		margin-bottom: 30px;
	}

	#zone .evolution .description {
		padding-left: 10px;
		padding-right: 10px;
	}

	#zone .evolution .box-50 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		float: none;
		margin-bottom: 80px;
	}

	#zone .box-50 .bloc-image {
		margin-bottom: 35px;
	}

	#zone .content-bloc {
		margin-top: 80px;
		margin-bottom: 10px;
	}

	#zone .villes {
		padding-left: 20px;
		padding-right: 20px;
	}

	#zone .villes .content-villes .box-33 {
		width: 100%;
	} 

	#zone .villes .content-villes {
		padding-bottom: 40px;
	}

	#zone .content-bandeau .content-element {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	#zone .content-bandeau {
		min-height: 370px;
	}

	#zone .content-bandeau h2 {
		text-align: center;
	}

	#zone .content-bandeau h2 br {
		display: none;
	}

	#zone .application .content-text {
		width: 100%;
		float: none;
		padding: 0;
	}

	#zone .application .content-app-link {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 200px;
		text-align: center;
	}

	#zone .application .part-image {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	#zone .application p.description br {
		display: none;
	}

	#zone .application {
		height: 710px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#zone a.app.ios {
		margin-bottom: 10px;
	}

	/* BABA AU RUN */

	#baba .entete .block1_subtitle br {
		display: none;
	}

	#baba .entete .block1_title_sub_container {
		bottom: 14.5%;
	}

	#baba .projet .content, #baba .aventure .content, #baba .baba .content, #baba .suivi .content .title, #baba .suivi .content .description, #baba .question .content {
		padding-right: 20px;
		padding-left: 20px;
	}

	#baba .projet .text {
		position: relative;
		top: inherit;
		transform: inherit;
		float: none;
		width: 100%;
		margin-top: 50px;
	}

	#baba .projet img {
		float: none;
		width: 100%;
		margin-bottom: 50px;
		margin-top: 50px;
		max-width: 538px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	#baba .projet .text .title {
		font-size: 32px;
		line-height: 32px;
	}

	#baba .projet .text .description {
		font-size: 18px;
	}

	#baba .aventure .title {
		font-size: 32px;
		line-height: 32px;
	}

	#baba .aventure .description {
		font-size: 18px;
	}

	#baba .aventure .content-picto .div-25,
	#baba .aventure .content-picto .div-33 {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	} 

	#baba .baba .title {
		font-size: 32px;
		line-height: 32px;
	}

	#baba .baba .description p {
		font-size: 18px;
	}

	#baba .baba {
		padding-top: 20px;
	}

	#baba .baba img {
		float: none;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 565px;
	}

	#baba .baba .text {
		float: none;
		width: 100%;
	}

	#baba .baba .btn-cityscoot {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	#baba .questions .nav-tabs {
		display: none;
	}

	#baba .questions > .content .part-title {
		font-size: 32px;
		line-height: 32px;
		text-align: center;
	}

	#baba .suivi {
		padding-bottom: 0;
	}

	#baba .suivi .title {
		font-size: 32px;
		line-height: 32px;
		padding-top: 30px;
	}

	#baba .suivi .description {
		font-size: 18px;
	}

	#baba .suivi .bloc-map {
		margin-bottom: 0px;
		padding-bottom: 92%;
	}

	#baba .follow .title {
		font-size: 32px;
		line-height: 32px;
	}

	#baba .follow .description {
		font-size: 18px;
	}

	
	#baba .question img {
		float: none;
		width: 100%;
		margin-bottom: 0px;
		max-width: 572px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	#baba .question .text {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	#baba .question .text .title {
		font-size: 32px;
		line-height: 32px;
		text-align: center;
		margin-top: 40px;
	}

	#baba .question .text .description {
		text-align: center;
	}

	

	/* GUIDE */
	
	#guide .entete .banner_allianz p {
		font-size: 18px;
	}

	#guide .entete .banner_allianz a {
	    width: 150px;
	    display: inline-block;
	    margin-bottom: -3px;
	}

	#code-promo .block_step .content-step {
	    margin-bottom: 40px;
	}

	#ville .part-step {
		display: none;
	}

	#ville .block_step .content-step {
	    margin-bottom: 40px;
	}

	#ville .owl-carousel-step {
		display: block;
	}

	#ville .owl-carousel-step .owl-dots {
		text-align: center;
		position: relative;
		left: 0;
		transform: inherit;
		top: 0;
	}


	#ville .owl-carousel-step .item img {
		max-width: 280px;
		width: 100%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
	    padding-top: 60px;
	}

	#ville .owl-carousel-step .item p,
	#ville .owl-carousel-step .item .desc-step {
		padding-left: 10px;
	    padding-right: 10px;
    }

	.bloc-price.mobile {
		display: inline-block!important;
	}

	.bloc-price.no-mobile {
		display: none!important;
	}

	#menu-cityscoot .menu-langues-container ul {
		margin: 0;
		margin-top: 10px;
		padding-left: 10px;
	}

	#menu-cityscoot .menu-langues-container ul img {
		margin: 0;
	}

	#marche div#video {
	    margin-top: 0px;
	}

	#marche .titre-video {
		margin-bottom: 40px;
	}

	#citybtn.active {
		display: none!important;
	}

	.mobile {
		display: block;
	}

	.no-mobile {
		display: none;
	}

	#footer_lang:after {
		display: inline-block;	float: none;
	}

	.select-container-city-picture {
	    position: relative;
	    top: -50px;
	    right: 0;
	    margin-left: 0;
	    left: 0;
	}

	.select-container-city-picture .dropdown-city-actu-picture {
		right: inherit;
		left: 0;
	}

	#guide .steps.nav-tabs,
	#contact .nav-tabs,
	#questions .nav-tabs {
		display: none;
	}

	#questions-dropdown,
	#questions-dropdown-2 {
	    margin-bottom: 50px;
	}

	#guide-dropdown {
		z-index: 1000;
		position: relative;
	}

	#guide-dropdown.fixed {
		position: fixed;
	    width: 100%;
	    top: 66px;
	}

	#guide-dropdown.fixed.mobile-dropdown {
		top: 0;
	}

	#questions-dropdown.fixed {
		position: fixed;
	    width: 100%;
	    top: 66px;
	    left: 0;
	    z-index: 10000;
	}

	#questions-dropdown.fixed.mobile-dropdown {
		top: 0;
	}

	#questions-dropdown > button,
	#questions-dropdown-2 > button {
	    border: 0!important;
	    border-radius: 0;
	    height: 60px;
	    background-color: #F9F9F9!important;
	    width: 100%;
	    color: #000000!important;
	    font-family: "Space Grotesk";
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 34px;
	    text-align: center;
	    /* box-shadow: 0 2px 4px 0 rgba(21,30,49,0.05), 0 0.5px 0 0 #CDD6DF; */
	    z-index: 1000000;
	    position: relative;
	}

	#questions-dropdown ul,
	#questions-dropdown-2 ul {
	    width: 100%;
	    border-radius: 2px;
	    background-color: #FFFFFF;
	    box-shadow:inherit;
	    position: absolute;
	    top: 60px;
	    right: 0;
	    margin-top: 0;
	    padding-left: 30px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	    border-top: 0;
	}

	#swipebox-bottom-bar {
		z-index: 1000000;
	}

	#swipebox-prev {
		background-size: 20px;
		height: 42px;
		width: 24.69px;
	}

	#swipebox-next {
		background-size: 20px;
		height: 42px;
		width: 24.69px;
	}

	.menu_li_city {
    	margin-bottom: 20px!important;
	    display: block;
	}




	.ui-dropdown {
		display: block;
	    margin: 0;
	}

	.ui-dropdown > button,
	.ui-dropdown > button:hover,
	.ui-dropdown > button.open {
		border: 2px solid #F4F6F9!important;	
		border-radius: 6px;
		height: 60px;
		background-color: #F9F9F9!important;
		width: 100%;
		color: #000000!important; font-family: "Space Grotesk"; font-size: 24px; font-weight: 900; line-height: 34px; text-align: center;
	}

	#guide-dropdown > button {
		border: 0!important;
		border-radius: 0;
		height: 60px;
		background-color: #F9F9F9!important;
		width: 100%;
		color: #000000!important;
		font-family: "Space Grotesk";
		font-size: 24px;
		font-weight: 900;
		line-height: 34px;
		text-align: center;
		z-index: 1000000;
	    position: relative;
	}

	.ui-dropdown ul {
		width: 100%;
	    border-radius: 2px;
	    background-color: #FFFFFF;
	    box-shadow: inherit;
	    position: absolute;
	    top: 70px;
	    right: 0;
	    margin-top: 0;
	    padding-left: 30px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	}

	#guide-dropdown ul {
		width: 100%;
	    border-radius: 2px;
	    background-color: #FFFFFF;
	    box-shadow: 0 2px 20px 0 rgba(88,103,119,0.1);
	    position: absolute;
	    top: 60px;
	    right: 0;
	    margin-top: 0;
	    padding-left: 30px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	    border-top: 0;
	}


	.ui-dropdown ul li {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ui-dropdown ul li > a {
		color: #000000;
		font-family: 'Space Grotesk';
		font-weight: 700;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		display: block;
	}

	.ui-dropdown .dropdown-menu>li>a:focus, 
	.ui-dropdown .dropdown-menu>li>a:hover {
		color: #176ff8;
		background-color: white;
	}

	.ui-dropdown .arrow {
		position: absolute;
	    right: 20px;
	    width: 19px;
	    top: 11px;
	    transition-duration: 0.2s;
	}

	.ui-dropdown.open .arrow {
		position: absolute;
		right: 20px;
		width: 19px;
		top: 17px;
		transform: rotate(180deg);
		display: block;
		transition-duration: 0.2s;
	}

	.ui-dropdown .arrow img {
		width: 100%;
	}

	#contact-dropdown {
	    margin-bottom: 40px;
	}

	.border {
		display: none!important;
	}

	.page .content,
	#marche .content,
	#guide .content,
	#recrutement .content,
	#actu .content,
	.footer_container .content-footer,
	#questions .content,
	#estimation .part-simul,
	#estimation .part-savoir {
		padding-left: 20px;
		padding-right: 20px;
	}

	#ville .block_actu .voir-plus.btn-green {
		margin-top: 30px;
	}

	#code-promo .bloc-map {
	    margin-bottom: 80px;
	    padding-bottom: 92%;
	}

	#ville .bloc-map {
	    margin-bottom: 80px;
	    padding-bottom: 92%;
	}

	#ville .block_step .part-image.mobile {
	    float: none;
	    width: 100%;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
        margin-top: 60px;
	}

	#ville .block_step .title {
	    margin-bottom: 0px;
	    font-size: 32px;
	    line-height: 30px;
	    padding-right: 20px;
	    padding-left: 20px;
	}

	#ville .block_step .part-step {
	    top: 0;
	    float: none;
	    position: relative;
	    width: 100%;
	    right: 0;
	    transform: inherit;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	#ville .block_step ul li.step-2 {
	    left: 0;
	}

	#ville .block_step ul li.step-3 {
	    left: 0;
	}

	#ville .block_step .step {
		padding-left: 0;
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		width: 100%;
		margin-right: auto;
	}

	#ville .block_step .step .title-step {
		font-size: 18px;
	}

	#ville .block_step .value-step {
	    position: relative;
	    top: 0;
	    left: inherit;
	    transform: inherit;
	    cursor: pointer;
	    margin-left: auto;
	    margin-right: auto;
        margin-bottom: 15px;
        margin-top: -25px;
	}


	.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
	    transform: scale(0.8);
	    border-radius: 40px;
	    border: none;
	    margin: 0 10px 10px 0;
	    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);
	}

	.block1_title_container {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    display: flex;
	}

	.block1_title_sub_container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	    margin-bottom: 10px;
	}

	#ville section.block1 .block1_title {
		width: 100%;
		margin-bottom: 10px;
	}

	#ville .block1_absolute {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    height: 73%;
	    width: 100%;
	}

	#ville .block1_dl_mobile_container {
	    padding: 0;
	    position: absolute;
	    bottom: 30px;
	    padding: 0;
	}

	#ville .block1_img_sub_container {
		display: none;
	}

	#ville .block_map .title,
	#ville .block_cout .title {
	    font-size: 32px;
	    padding-left: 20px;
	    padding-right: 20px;
        margin-bottom: 50px;
	    padding-top: 50px;
	    position: relative;
	    line-height: 30px;
	}

	#ville .block_map .title:before,
	#ville .block_cout .title:before {
	    content: "";
	    width: 40px;
	    height: 6px;
	    background-color: #156ffa;
	    position: absolute;
	    bottom: -23px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	#ville .block_actu .article .tag {
		margin-bottom: 10px;
	}

	#ville .block_cout .description {
		padding-left: 20px;
	    padding-right: 20px;
	}

	#ville .block_map .subtitle {
		padding-left: 20px;
	    padding-right: 20px;
	}

	#ville .bloc-price {
/*		width: 92%;
		margin-right: 4%;
		margin-left: 4%;*/
	}

	#ville .forms {
		position: relative;
		margin-top: 50px;
	}

	#ville #address-start {
		z-index: 100000;
		position: relative;
	}

	#ville #address-start,
	#ville #address-end {
		width: 100%!important;
	}

	#ville .forms button:focus {
		outline: none;
	}

	#ville .forms .mapboxgl-ctrl-geocoder {
		width: 100%;
	}

	#ville .forms button > .estimate-price {
	    margin-left: 0;
		/*margin-top: 10px;*/
		display: inline-block;
	}

	#ville .block_actu > .title {
	    line-height: 30px;
	    font-size: 32px;
		margin-bottom: 60px;
		margin-top: 190px;
	}

	#ville .switch {
		position: absolute;
	    right: -11px;
	    margin: 0;
	    top: 41px;
	    z-index: 100000;
        transform: rotate(-90deg);
	}

	#ville section.estimation {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#ville .block_actu .content-actu .box-img.box-50 {
	    width: 100%;
	    float: none;
	    min-height: 200px!important;
	}

	#ville .block_actu .content-actu .box-text.box-50 {
	    width: 100%;
	    float: none;
	    min-height: inherit!important;
	}

	#ville .block_actu .content-actu .box-text .absolute {
	    position: relative;
	    top: inherit;
	    left: inherit;
	    transform: none;
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 25px;
	    padding-bottom: 50px;
	}

	#ville .block_actu .box-below {
		display: none;
	}

	#ville .block_actu .box-under {
		display: block;
	}

	#ville .block_actu .article .title {
		color: #000000;	
		font-size: 18px;	
		font-weight: 900;	
		line-height: 25px;

	}

	#code-promo .code-promo-actif {
		padding-bottom: 70px;
	}

	#code-promo .block2 {
		/* padding-top: 300px; */
	}

	#code-promo.seo .block2 {
		padding-top: 0px;
	}

	#code-promo .entete .block1_title {
	    font-size: 44px;
	}

	#code-promo .entete .block_popup {
		padding: 40px 20px;
	}

	#code-promo .block2_description_container .block2_title {
		font-size: 40px;
	}

	#code-promo.seo .block2_description_container .block2_title {
		margin-top: 30px;
	}
	
	#code-promo .entete .block1_title_sub_container {
		left: 5%;
		width: 90%;
		position: absolute;
	    top: 31%;
	}

	#code-promo .entete .partenaires.block1_title_sub_container {
		left: 0%;
		width: 95%;
		position: absolute;
		top: 40%;
	} 

	#code-promo .partenaires .box-partenaire {
		width: 110px;
		height: 110px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border: 5px solid white;
		float: none;
	}

	#code-promo .partenaires .block1_description {
		padding-left: 0;
		position: relative;
		top: inherit;
		transform: inherit;
		margin-top: 30px;
	}

	#code-promo .entete .block_popup {
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		bottom: inherit;
		top: 81%;
		display: none;
	}

	#code-promo .block_popup.block_popup_mobile {
		display: block;
	}

	#code-promo .block_map .title,
	#code-promo .block_cout .title {
		font-size: 40px;
	}

	#code-promo .block_map .title {
		padding-top: 0px;
	}

	#code-promo .block_step  {
		padding-bottom: 30px!important;
	}

	#code-promo .block_step .part-image.mobile {
	    float: none;
	    width: 100%;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
        margin-top: 60px;
	}

	#code-promo .block_step .title {
	    margin-bottom: 0px;
	    font-size: 32px;
	    line-height: 30px;
	    padding-right: 20px;
	    padding-left: 20px;
	}

	#code-promo .block_step .part-step {
	    top: 0;
	    float: none;
	    position: relative;
	    width: 100%;
	    right: 0;
	    transform: inherit;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	#code-promo .block_step ul li.step-2 {
	    left: 0;
	}

	#code-promo .block_step ul li.step-3 {
	    left: 0;
	}

	#code-promo .block_step .step {
		padding-left: 0;
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		width: 100%;
		margin-right: auto;
	}

	#code-promo .block_step .step .title-step {
		font-size: 18px;
	}

	#code-promo .block_step .value-step {
	    position: relative;
	    top: 0;
	    left: inherit;
	    transform: inherit;
	    cursor: pointer;
	    margin-left: auto;
	    margin-right: auto;
        margin-bottom: 15px;
        margin-top: -25px;
	}

	#code-promo .part-step {
		display: none;
	}

	#code-promo .block_step .content-step {
	    margin-bottom: 40px;
	}

	#code-promo .owl-carousel-step {
		display: block;
	}

	#code-promo .owl-carousel-step .owl-dots {
		text-align: center;
		position: relative;
		left: 0;
		transform: inherit;
		top: 0;
	}


	#code-promo .owl-carousel-step .item img {
		max-width: 280px;
		width: 100%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
	    padding-top: 60px;
	}

	#code-promo .owl-carousel-step .item p,
	#code-promo .owl-carousel-step .item .desc-step {
		padding-left: 10px;
	    padding-right: 10px;
	}
	
	#code-promo ul.codes-list {
		padding-right: 0;
	}

	#code-promo .content-codes-list {
		float: none;
		width: 100%;
	}

	#code-promo .sidebar {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	#code-promo .block-note,
	#code-promo .block-popup {
		margin-right: auto;
	}

	#code-promo .content-code-promo-left {
		float: none;
		width: 100%;
	}

	#code-promo .content-code-promo-right {
		float: none;
		width: 100%;
	}

	#code-promo .content-code-promo-right > img {
		display: block;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 50px;
	}

	section.block1 {
		min-height: 520px;
		background-repeat: no-repeat;
		background-position: 72%;
		background-size: cover;
	}

	.block1_banner {
	    display: none;
	}

	.block1_banner_mobile {
	    display: block;
	    margin-top: 20px;
	}

	.block1_banner_mobile .block1_banner_leaseplan {
		margin-bottom: 20px;
	}

	section.block1 .background-img,
	.background-img {
		display: none;
	}



	section.block1 .block1_title {
	    font-size: 40px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 280px;
	    line-height: 44px;
	}

	.block1_dl_mobile_container {
		position: absolute;
		bottom: 30px;
	    padding: 0;
	}

	.block1_dl_mobile_container .block1_dl_logo {
	    display: block;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 10px;
	}

	#open-menu {
		display: block;
		position: absolute;
		top: 18px;
		right: 20px;
		width: 36px;
		height: 32px;
		background-color: transparent;
		border: 0;
	}

	.bg-white #open-menu .part-top,
	.bg-white #open-menu .part-middle,
	.bg-white #open-menu .part-bottom {
		background-color: black;
	}

	#guide .part-text .bloc-description iframe {
		width: 100%;
	}


	#footer-city-dropdown {
		z-index: 1000000;
		position: relative;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#footer-city-dropdown > button {
	    border: 0!important;
	    border-radius: 0;
	    height: 60px;
	    background-color: transparent!important;
	    width: 100%;
	    color: #fff!important;
	    font-family: "Space Grotesk";
	    font-size: 20px;
	    font-weight: 500;
	    line-height: 36px;
	    text-align: left;
	    letter-spacing: 0.22px;
	    /*box-shadow: 0 2px 4px 0 rgba(21,30,49,0.05), 0 0.5px 0 0 #CDD6DF;*/
	    z-index: 1000000;
	    position: relative;
	    padding-left: 0px;
	    padding-right: 0;
	}

	#footer-city-dropdown > button:focus {
		outline: none;
	}

	#footer-city-dropdown.ui-dropdown .arrow {
	    /*position: absolute;*/
	    right: 0;
	    width: 19px;
	    top: 0px;
	    transition-duration: 0.2s;
	    display: inline-block;
	    position: relative;
	    margin-left: 10px;
	}

	#footer-city-dropdown.ui-dropdown.open .arrow {
		/*position: absolute;*/
	    right: 0;
	    width: 19px;
	    top: 0px;
	    transition-duration: 0.2s;
	    display: inline-block;
	    position: relative;
	    margin-left: 10px;
	    transform: rotate(180deg);
	}

	#footer-city-dropdown.open>.dropdown-menu {
	    display: block;
	    position: relative;
	    top: 0;
	    margin-bottom: 20px;
	}

	#footer-city-dropdown > button img {
		width: 16px;
		height: 10px;
	}

	#open-menu .part-top {
		width: 20px;
		height: 3px;
		background-color: white;
		border-radius: 2px;
		margin-bottom: 4px;
	}

	#open-menu .part-bottom {
		width: 20px;
		height: 3px;
		background-color: white;
		border-radius: 2px;
	}

	#open-menu .part-middle {
		width: 22px;
		height: 3px;
		background-color: white;
		border-radius: 2px;
		margin-bottom: 4px;
	}

	#close-menu {
		display: block;
		position: absolute;
		top: 15px;
    	right: 15px;
		width: 36px;
		height: 36px;
		background-color: transparent;
		border: 0;
	}

	#close-menu img {
		width: 100%;
	}

	#menu-cityscoot .menu_li_city:hover a#citybtn:after {
		content: none;
	}

	#menu-cityscoot .menu_li_city:hover .dropdown-city {
		display: block;
	}

	#menu-cityscoot .menu_li_city a#citybtn.dropbtn-mob {
	    display: none!important;
	}

	#menu-cityscoot .menu_li_city .dropdown-city {
		display: block;
		/*padding-left: 30px;*/
	}

	#menu-cityscoot .menu_li_city:hover > a, 
	header.bg-white #menu-cityscoot .menu_li_city:hover > a {
		color: black
	}

	#menu-cityscoot .menu_li_city > a:hover, 
	header.bg-white #menu-cityscoot .menu_li_city > a:hover {
		color: #156ffa;
	}

	
	header.bg-white #menu-cityscoot .menu_li_city:hover a#citybtn:after {
	    background-image: url(../img/arrow_down_black.png);
	    transform: none;
	}

	#header_lang {
	    color: #CDD6DF;
	    font-family: "Space Grotesk";
	    font-size: 20px;
	    font-weight: 500;
	    letter-spacing: 0.22px;
	    line-height: 36px;
	    text-transform: uppercase;
	    cursor: pointer;
	    padding-left: 10px;
	}

	.footer_select_container .dropdown-lang, 
	.menu-langues-container, 
	.menu-langues-container-header {
	    width: 100%;
	    border-radius: 2px;
	    background-color: #FFFFFF;
	    box-shadow: none;
	    position: relative;
	    top: 0;
	    right: 0;
	    margin-top: 0;
	    padding-left: 10px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	    display: none;
	}

	.menu-langues-container > ul {
		padding-left: 30px;
	}

	ul#menu-langues li:last-child {
		margin-bottom: 0!important;
	}

	ul#menu-langues li {
	    margin-bottom: 20px!important;
	}


	#menu-cityscoot {
		background-color: white;
		z-index: 10000;
	    position: relative;
	    display: none;
        padding: 30px 40px;
	}

	#logo-cityscoot {
	    top: 10px;
	    left: 10px;
	}

	#menu-cityscoot ul.menu_ul {
		margin-left: 0;
		float: none;
		width: 100%;
	}

	#menu-cityscoot ul.menu_ul li {
		float: none;
		width: 100%;
		margin: 0;
	}

	#menu-cityscoot .dropdown-city {
	    width: 100%;
	    border-radius: 0;
	    background-color: #FFFFFF;
	    box-shadow: none;
	    position: relative;
	    top: 0;
	    right: 0;
	    margin-top: 53px;
	    padding-left: 10px;
	    padding-top: 0;
	    padding-bottom: 16px;
	    display: none;
	    padding-bottom: 0;
	}

	#menu-cityscoot ul.menu_ul > li > a {
		margin-bottom: 0px;
	}

	#menu-cityscoot a.save-city {
	    font-size: 16px!important;
	    height: 40px!important;
	    display: block!important;
	    line-height: 40px!important;
	}

	#menu-cityscoot ul.menu_ul li.menu_li_register {
	    margin-top: 20px;
	}

	#menu-cityscoot ul.menu_ul li.menu_li_register a:hover {

	}

	#menu-cityscoot ul.menu_ul > li > a#citybtn:after {
	    background-image: url(../img/arrow_down_black.png);
		content: none;
	}

	#menu-cityscoot ul.menu_ul li.menu_li_register,
	header.bg-white #menu-cityscoot ul.menu_ul li.menu_li_register {
		background-color: white;
	}


	#menu-cityscoot ul.menu_ul li.menu_li_register > a,
	header.bg-white #menu-cityscoot ul.menu_ul li.menu_li_register > a {
		color: black;
		background: white;
		transition-duration: 0s;
	}

	#menu-cityscoot ul.menu_ul li.menu_li_register > a:hover {
		box-shadow: none;
	    color: #156ffa!important;
	    transition-duration: 0s;
	}

	#menu-cityscoot ul.menu_ul > li > a {
		color: black;
	}

	#menu-cityscoot .dropdown-city {
		position: relative;
		transition-duration: 0.2s;
		margin-top: 0;
	}

	#menu-cityscoot ul.menu_ul > li > a.active {
		text-decoration: none;
		color: #156ffa;
	}

	.block1_banner_mobile .block1_banner_leaseplan,
	.block1_banner_mobile .block1_banner_allianz {
		width: 100%;
		display: block;
	}

	.block1_banner_mobile .block1_banner_leaseplan p,
	.block1_banner_mobile .block1_banner_allianz p {
		display: block;
		text-align: center;
		font-family: "Space Grotesk";	
		font-size: 22px;	
		color: #000000;	
		font-size: 14px;	
		line-height: 14px;
		margin-right: 0;
		margin-left: 0;
	}

	.block2_title {
		margin-top: 20px;
	}

	.block1_banner_mobile .block1_banner_leaseplan a,
	.block1_banner_mobile .block1_banner_allianz a {
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    display: inherit;
	}

	.block1_banner_mobile .block1_banner_leaseplan a img,
	.block1_banner_mobile .block1_banner_allianz a img {
		margin: 0;
	}

	.block2_description_container {
		width: 100%;
	}

	.block2 {
	    width: 100%;
	    display: block;
	}

	.block2_description_container {
	    width: 100%;
	    display: block;
	    justify-content: center;
	    margin-bottom: 30px;
	}

	.block2_phone_container {
	    display: block;
	    width: 100%;
	    justify-content: center;
	    overflow: hidden;
	}

	.block2_phone_wrapper .iphone {
	    max-width: 300px;
	    z-index: 110;
	    visibility: visible;
	    margin-top: 0;
	    position: relative;
	    right: 0;
	    top: 0;
	    margin-right: -50px;
	}

	.block2_phone_wrapper .samsung {
	    max-width: 230px;
	    z-index: 100;
	    visibility: visible;
	    margin-top: 11px;
	    position: relative;
	    right: 0;
	    margin-left: -30px;
	}

	
	.block2_wrapper {
	    width: 100%;
	    padding: 15px;
	}

	.block3_title {
		font-size: 34px;
	}

	.block3_container {
		display: block;
	}

	.block3_city_container {
		visibility: visible;
		float: left;
		width: 50%;
		text-align: center;
		/* height: auto; */
		margin-bottom: 10px;
	}

	#questions .panel-heading a:before {
		margin-top: 9px;
	}

	#questions .panel-title > a.question,
	#questions .panel-default>.panel-heading+.panel-collapse.answer>.panel-body,
	#questions .nav-tabs>li>a {
		padding-right: 0px;
		padding-left: 0px;
	}

	#questions .content-questions {
	    margin-top: 40px;
	    margin-bottom: 42px;		
	}

	#recrutement .part-text {
	    float: left;
	    max-width: 573px;
	    position: relative;
	    top: inherit;
	    transform: none;
	}

	#recrutement .content {
	    min-height: inherit;
	}

	#recrutement .content-ville .ville {
	    float: none;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}

	#recrutement .content-ville .annonces {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	    padding-top: 130px;
	}

	#recrutement .content-ville .annonces ul > li {
	    width: 108%;
	    margin-bottom: 15px;
	    cursor: pointer;
	    padding-right: 4%;
	    padding-left: 4%;
	    padding-top: 14px;
	    padding-bottom: 14px;
	    margin-left: -4%;
	}

	.page, .tpl-page {
	    padding-top: 80px!important;
	}

	#actu .select-containers {
    	float: none;
	    margin-top: 100px;
	}

	#actu.presse .content-actu {
	    margin-top: 40px;
	    margin-bottom: 42px;
	}

	#actu.presse .select-container-city,
	#actu.actu .select-container-city,
	#actu.parle .select-container-city {
	    z-index: 10000000;
	    position: relative;
	}

	#actu.parle .select-container-date {
	    z-index: 1000000;
	    position: relative;
	}

	#actu .content-actu,
	#actu.parle .content-actu {
	    margin-top: 58px;
	    margin-bottom: 42px;
	}

	#actu.parle .box-33 {
	    margin-bottom: 30px;
	}

	.select-container-city .dropdown-city-actu, .select-container-date .dropdown-date-actu, .select-container-pays .dropdown-pays-actu {
		top: 0px;
		right: inherit;
		left: 0;
		width: 100%;
	}

	.select-container-city, .select-container-date, .select-container-pays {
	    display: block;
	    justify-content: flex-end;
	    align-items: center;
	    margin-top: 30px;
	    position: relative;
	    z-index: 10000;
	    margin-left: 0;
	    width: 100%;
	}

	#choose-city, #choose-date, #choose-pays {
		display: inline-block;
	}

	#guide .entete {
		min-height: 520px;
		background-repeat: no-repeat;
		background-position: 72%;
		background-size: cover;
	}

	#guide .part-image {
	    float: none;
	    width: 100%;
	}

	#guide .part-text {
	    float: none;
	    width: 100%;
	}

	#guide .entete {
		position: relative;
	}

	#guide .entete .block1_title {
		font-size: 40px;
		line-height: 44px;
	}

	#guide .entete .content {
		position: absolute;
        bottom: 10%;
	}

	#guide .content-header-bloc .content-header-title {
	    float: none;
	}

	#guide .content-header-bloc .title {
		font-size: 18px; line-height: 30px;
	    text-align: center;
        margin-top: 0;
	}

	#guide .content-header-bloc .subtitle {
		text-align: center;
		font-size: 16px;
		line-height: 22px;
	}

	#guide .content-header-bloc .lien {
	    width: 120px;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 30px;
	}

	#guide .part-image .image {
	    width: 160px;
	    height: 160px;
	}

	#guide .entete .block1_title_sub_container {
/*	    position: relative;
	    bottom: 0;
	    left: 0%;
*/	    padding-left: 0;
	}

	#guide .part-text .bloc-title {
	    font-size: 17px;
	    font-weight: 900;
	    line-height: 22px;
	}

	#guide .part-text .bloc-subtitle {
		font-size: 16px;
	    line-height: 22px;
	}

	#guide .part-text .bloc-subtitle:before {
	    left: 50%;
	    transform: translateX(-50%);
	}

	#guide .part-text .bloc-description p,
	#guide .part-text .bloc-description ul li {
		font-size: 16px;
		line-height: 26px;
	}

	#guide .part-text .bloc-description ul li {
		padding-left: 10px;
	}

	#guide .steps li {
	    width: 100%;
	}

	#guide .line {
		display: none;
	}

	#guide .steps span.round {
		display: none;
	}

	#guide .entete {
		min-height: 520px;
		background-repeat: no-repeat;
		background-position: 72%;
		background-size: cover;
	}

	#guide .title-part {
		display: none;
	}



	#marche .entete {
		min-height: 520px;
		background-repeat: no-repeat;
		background-position: 72%;
		background-size: cover;
		position: relative;
	}

	#marche .entete .block1_title {
		font-size: 40px;
		line-height: 44px;
		text-align: left;
	}

	#marche .entete .content {
		position: absolute;
        bottom: 5%;
	}

	#marche .content-header-bloc .content-header-title {
	    float: none;
	}

	#marche .content-header-bloc .title {
		font-size: 18px; line-height: 30px;
	    text-align: center;
        margin-top: 0;
	}

	#marche .entete .block1_title_sub_container {
/*	    position: relative;
	    bottom: 0;
*/	    padding-left: 0;
	    padding-right: 0;
        text-align: left;
	}

	#marche .block1_title_container .btn-green {

	}

	#marche .box-50 {
	    margin-bottom: 60px;
		width: 100%;
		float: none;
	}

	#marche .box-50 .bloc-image {
	    width: 200px; 
	}

	#marche .box-50 .bloc-title {
		font-size: 22px; line-height: 22px;
	}

	#marche .box-50 .bloc-desc {
		font-size: 16px; line-height: 22px;
	}

	#marche .titre-video {
		font-size: 24px; font-weight: 900; line-height: 30px; text-align: center;
	}

	#marche .titre-bonne-conduite {
		font-size: 24px; font-weight: 900; line-height: 30px; text-align: center;
	}

	#marche #start-video {
	    width: 100px;
	    height: 100px;
	}

	#marche .description-bonne-conduite {
		font-size: 16px; line-height: 22px; text-align: center;
	}

	#marche .image-bonne-conduite {
	    width: 78px; 
	}

	#marche .bonne-conduite {
	    text-align: center;
	    margin-bottom: 80px;
	    margin-top: 80px;
	}

	#partenaires .content .subcontent .box-33 {
	    margin-bottom: 70px;
	    width: 50%;
	}

	#partenaires .content .subcontent .box-33 img {
	    max-width: 280px;
	    width: 100%;
	}

	#partenaires.tpl-page h2 {
		font-size: 22px;
	}

	#partenaires .content-partenaires {
	    margin-top: 30px;
	}

	/* #estimation .forms {
		position: relative;
		margin-top: 50px;
	}

	#estimation #address-start {
		z-index: 100000;
		position: relative;
	}

	#estimation #address-start,
	#estimation #address-end {
		width: 100%!important;
	}

	#estimation .forms button:focus {
		outline: none;
	}

	#estimation .forms .mapboxgl-ctrl-geocoder {
		width: 100%;
	}

	#estimation .forms button > .estimate-price {
	    margin-left: 0;

		display: inline-block;
	}

	#estimation .switch {
		position: absolute;
	    right: -11px;
	    margin: 0;
	    top: 41px;
	    z-index: 100000;
	} */

	#estimation h1 br {
		display: none;
	}

	#estimation .part-estimation .title {
		padding-top: 40px;
    	margin-bottom: 15px;
	}

	/*#estimation .part-estimation .bloc-price {
		margin-left: 0;
		margin-right: 0;
		width: 92%;
	}*/

	#estimation .part-estimation .bloc-price .price {
		font-size: 60px;
	}

	#estimation .part-trajet .title {
		padding-top: 40px;
	    margin-bottom: 20px;
	}

	#estimation .part-trajet .bloc-trajet .value {
		font-size: 70px;
	}

	#estimation .part-savoir .title {
	    padding-top: 40px;
	    margin-bottom: 20px;
	    margin-top: 0px;
	}

	#estimation .part-savoir .time {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 40px;
	}

	#estimation .part-savoir {
		min-height: inherit;
	}

	#estimation .part-trajet .bloc-trajet .value {
		min-width: 160px;
		display: inline-block;
	}

	#estimation .part-trajet .bloc-trajet .unit {
		right: -60px;
	}

	#mentions-legales.page .title,
	#cgu.page .title,
	#contact .title,
	#recrutement .title,
	#actu .title,
	#questions .title,
	#partenaires .title,
	#estimation h1 {
		font-size: 36px;
		line-height: 50px;
	}
	
	#guide .title-mobile {
		font-size: 40px;
		line-height: 50px;
		font-family: 'Space Grotesk';
		margin-bottom: 40px;
	}

	.footer-menu-container > div:first-child > ul {
		display: flex!important;
	}

	.footer_language_dl_container {
	    width: 100%;
	    float: none;
	}

	.footer-menu-container > div:first-child {
	    display: block;
	    width: 100%;
	    float: none;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}

	.footer_select_container .content-dropdown > div:nth-child(2), .menu-langues-container {
		width: 100%;
	}

	#code-promo #applications {
		height: auto;
	}

	#code-promo #applications .part-text {
		width: 100%;
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	#code-promo #applications a.app {
		display: block;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#code-promo #applications a.app.ios {
		width: 159px;
		height: auto!important;
	}

	#code-promo #applications a.app.android {
		height: auto;
		width: 169px;
		margin-top: 10px;
	}

	#code-promo #applications a.app img {
		height: auto;
		display: block;
		width: 100%;
	}

	#code-promo #applications .part-image {
		width: 100%;
		float: none;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		height: 353px;

		width: 320px!important;
		margin-left: auto;
		margin-right: auto;
	}

	#code-promo #applications .part-image .app.ios {
		max-width: 224px;
		width: 100%;
		z-index: 1000;
		left: 33%;
		transform: translateX(-50%);
		top: 70px;
	}

	#code-promo #applications .part-image .app.android {
		max-width: 190px;
		z-index: 10;
		left: 69%;
		transform: translateX(-50%);
		top: 110px;
	}

	/* BONS PLANS */

	#block_step .part-image.mobile {
	    float: none;
	    width: 100%;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
        margin-top: 60px;
	}

	#block_step .title {
	    margin-bottom: 0px;
	    font-size: 32px;
	    line-height: 30px;
	    padding-right: 20px;
	    padding-left: 20px;
	}

	#block_step .part-step {
	    top: 0;
	    float: none;
	    position: relative;
	    width: 100%;
	    right: 0;
	    transform: inherit;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	#block_step ul li.step-2 {
	    left: 0;
	}

	#block_step ul li.step-3 {
	    left: 0;
	}

	#block_step .step {
		padding-left: 0;
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		width: 100%;
		margin-right: auto;
	}

	#block_step .step .title-step {
		font-size: 18px;
	}

	#block_step .value-step {
	    position: relative;
	    top: 0;
	    left: inherit;
	    transform: inherit;
	    cursor: pointer;
	    margin-left: auto;
	    margin-right: auto;
        margin-bottom: 15px;
        margin-top: -25px;
	}

	#block_step .part-step {
		display: none;
	}

	#block_step .content-step {
	    margin-bottom: 40px;
	}

	#block_step .owl-carousel-step {
		display: block;
	}

	#block_step .owl-carousel-step .owl-dots {
		text-align: center;
		position: relative;
		left: 0;
		transform: inherit;
		top: 0;
	}


	#block_step .owl-carousel-step .item img {
		max-width: 280px;
		width: 100%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		filter: drop-shadow(0 2px 24px rgba(21, 31, 49, 0.1));
	    padding-top: 60px;
	}

	#block_step .owl-carousel-step .item p,
	#block_step .owl-carousel-step .item .desc-step {
		padding-left: 10px;
	    padding-right: 10px;
	}

	#bons-plans .entete .block1_title {
		font-size: 44px;
		line-height: 54px;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}

	#bons-plans #lieux .content > .title {
		font-size: 40px;
	}

	#bons-plans #lieux .content > .map-area {
		width: 100%;
	}

	#bons-plans .pins {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: inherit;
		width: 270px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		margin-bottom: 40px;
		text-align: center;
	}

	#bons-plans .pins--item {
		width: 100%;
		text-align: center;
		flex-direction: column;
		margin-bottom: 40px;
	}

	#bons-plans #super-plans .content > .title {
		font-size: 40px;
	}

	#bons-plans .content-blocks .head-block .img-tree {
		display: none;
	}

	#bons-plans .content-blocks .head-block .text .title {
		font-size: 32px;
	}

	#bons-plans .content-blocks .content-subblocks .item {
		width: 100%; 
		transition-duration: 0.2s;
	}

	.page h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.page .h3, 
	.page h3 {
		font-size: 20px;
	}

	.page p, .page li {
		font-size: 16px;
	}

	.page a {
		font-size: 16px;
		word-break: break-word;
	}

}

@media screen and (max-width: 730px) {
	#actu .box-33 {
		width: 100%;
	}

	#single .box-33 {
		width: 100%;
	}

	#partenaires .content .subcontent .box-33 {
	    width: 100%;
	}

	#cookie-banner .content p {
		display: block;
		line-height: 30px;
		font-size: 16px;
		margin: 0;
		margin-top: 10px;
	}

}

	
@media screen and (max-width: 680px) { 

	#ville .bloc-price .price {
		font-size: 60px;
		line-height: initial;
	}

	#ville .bloc-price .price > span {
	    font-size: 30px;
	    margin-left: -5px;
	}

	#code-promo .bloc-price .price {
		font-size: 60px;
		line-height: initial;
	}

	#code-promo .bloc-price .price > span {
	    font-size: 30px;
	    margin-left: -5px;
	}

	#cgu_price_update .bloc-price .price {
		font-size: 60px;
		line-height: initial;
	}

	#cgu_price_update .bloc-price .price > span {
	    font-size: 30px;
	    margin-left: -5px;
	}

	#estimation .part-estimation .bloc-price.blue img {
	    margin-top: 10px;
	    margin-bottom: 40px;
	}

	#estimation .part-estimation .bloc-price.green img {
	    margin-top: 8px;
	    margin-bottom: 25px;
	}
}


@media screen and (max-width: 580px) { 

	#ville .bloc-price .price {
		font-size: 40px;
	}

	#ville .bloc-price.blue img {
	    height: 22px;
	}

	#ville .bloc-price.green img {
	    height: 38px;
	}

	#ville .bloc-price .price-minute {
		font-size: 17px;
	}

	#ville .bloc-price .price-pack {
		font-size: 15px;
	}

	#estimation .part-estimation .three-blocks .bloc-price {
		width: 94%!important;
		position: relative;
		padding-top: 85px;
		height: auto!important;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
		padding-bottom: 20px;
	}

	#estimation .part-estimation .three-blocks .bloc-price .price-minute {
		font-size: 20px;
		line-height: 24px;
	}

	#estimation .part-estimation .three-blocks .bloc-price .price-pack {
		font-size: 20px;
		line-height: 24px;
	}

	#estimation .part-estimation .three-blocks .bloc-price .price {
		position: absolute;
		left: 20px;
		top: 10px;
	}

	#estimation .part-estimation .three-blocks .bloc-price img {
		position: absolute;
		right: 20px;
		top: 10px;
	}

	#estimation .part-estimation .three-blocks .bloc-price.blue img {
		height: 30px;
		top: 20px;
	}
	
	#estimation .part-estimation .three-blocks .bloc-price.green img {
		height: 50px;
    	top: 22px;
	}
	
	#estimation .part-estimation .three-blocks .bloc-price.gold img {
		height: 50px;
	    top: 22px;
		margin-top: 10px;
	}

	#ville .three-blocks .bloc-price {
		width: 94%;
		position: relative;
		padding-top: 85px;
		height: auto!important;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}

	#ville .three-blocks .bloc-price .price {
		position: absolute;
		left: 20px;
		top: 10px;
	}

	#ville .three-blocks .bloc-price img {
		position: absolute;
		right: 20px;
		top: 10px;
	}

	#ville .three-blocks .bloc-price.blue img {
		height: 40px;
		top: 14px;
	}

	#ville .three-blocks .bloc-price.green img,
	#ville .three-blocks .bloc-price.gold img {
		height: 60px;
		top: 20px;
	}

	#ville .three-blocks .bloc-price .price-minute {
		font-size: 18px;
		line-height: 24px;
	}

	#ville .three-blocks .bloc-price .price-minute br {
		display: none;
	}

	#ville .three-blocks .bloc-price .price-pack {
		font-size: 18px;
		line-height: 24px;
	}

	#ville .three-blocks .bloc-price .price-pack br {
		display: none;
	}

	#code-promo .bloc-price .price {
		font-size: 40px;
	}

	#code-promo .bloc-price.blue img {
	    height: 22px;
	}

	#code-promo .bloc-price.green img {
	    height: 38px;
	}

	#code-promo .bloc-price .price-minute {
		font-size: 17px;
	}

	#code-promo .bloc-price .price-pack {
		font-size: 15px;
	}

	#cgu_price_update .bloc-price .price {
		font-size: 40px;
	}

	#cgu_price_update .bloc-price.blue img {
	    height: 22px;
	}

	#cgu_price_update .bloc-price.green img {
	    height: 38px;
	}

	#cgu_price_update .bloc-price .price-minute {
		font-size: 17px;
	}

	#cgu_price_update .bloc-price .price-pack {
		font-size: 15px;
	}

	#estimation .part-estimation .bloc-price .price {
		font-size: 40px;
		line-height: initial;
	}

	#estimation .part-estimation .bloc-price.blue img {
	    height: 22px;
	}

	#estimation .part-estimation .bloc-price.green img {
	    height: 38px;
	}

	#estimation .part-estimation .bloc-price .price-minute {
		font-size: 17px;
	}

	#estimation .part-estimation .bloc-price .price-pack {
		font-size: 15px;
	}
}


@media screen and (max-width: 540px) {

	#contact div.wpcf7 .ajax-loader {
		left: 81%;
	}

		/* BONS PLANS */
	#bons-plans .content-blocks .head-block {
		height: auto;
		min-height: 528px
	}

	#bons-plans .content-blocks .head-block .text {
		position: initial;
		top: 0;
		transform: inherit;
		left: 0;
		max-width: inherit;
		z-index: 100;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
	}

	#bons-plans .content-blocks .head-block .btn-green {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 298px;
		width: 100%;
		line-height: 30px;
	}

	#bons-plans .content-blocks .head-block .text .title {
		font-size: 32px;
		line-height: 36px;
		padding-top: 100px;
	}

	#bons-plans .offre-minutes-title {
		font-size: 28px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#bons-plans .offre-bons-plans-title {
		font-size: 24px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#bons-plans #offres-bons-plans form {
		width: 90%;
	}

	#bons-plans .entete .block1_content {
		padding-top: 0;
	}

	#bons-plans .entete .offre-bons-plans-title {
		    padding-top: 15px;
	}

}

@media screen and (max-width: 475px) {



	#actu.presse .content-gallery {
	    display: grid;
	    grid-template-columns: repeat(auto-fill, 160px);
	}

	.block2_title br {
		display: none;
	}

	.block2_picto_container {
	    text-align: center;
	    margin-top: 30px;
	    width: 100%;
	    display: block;
	    justify-content: normal;
	}

	.block2_picto_container > .block2_picto {
	    display: block;
	    flex-direction: column;
	    align-items: center;
	    width: 100%;
        margin-bottom: 40px;
	}

	.block2_picto_container > .block2_picto > .block2_picto_text br {
		display: none;
	}

	.block3_city_container > a > img {
	    width: 150px;
	}

	.block3_title {
		font-size: 24px;
	}

	.block4_title {
	    font-size: 24px!important;
		width: 140px;
	    padding-top: 45px;
	    margin-bottom: 35px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.block4_dl_container {
	    display: block;
	    justify-content: center;
	    margin: 0;
	    margin-top: 30px;
	    text-align: center;
	    width: 100%;
	}

	.block4_appstore_a {
	    margin-right: auto;
	    display: block;
	    margin-left: auto;
	    margin-bottom: 20px;
	}

	.block4_googleplay_a {
	    margin-left: 10px;
	    margin-right: auto;
	    display: block;
	    margin-left: auto;
	    padding-bottom: 45px;
	}

	.block2_phone_wrapper .iphone {
	    max-width: 260px;
	    z-index: 1000;
	    visibility: visible;
	    margin-top: 11px;
	    position: relative;
	    right: 0;
	    /*margin-left: -30px;*/
	}

	.block2_phone_wrapper .samsung {
	    max-width: 200px;
	    z-index: 100;
	    visibility: visible;
	    margin-top: 20px;
	    position: relative;
	    right: 0;
	    margin-left: -30px;
	}

	#contact .slider {
		display: none;
	}

	#contact .nav-tabs li {
		width: 100%;
		float: none;
	}

	#contact .nav-tabs li:hover,
	#contact .nav-tabs li.active {
	    background: #15c18a;
	    border-radius: 6px;
	    color: white;
	}

	#contact .nav-tabs li:hover a {
		color: white;
	}

	#ville .bloc-price .price {
	    font-size: 32px;
	    margin-top: 10px;
    	margin-bottom: 20px;
	}

	#ville .bloc-price .price > span {
		font-size: 14px;
		display: inline-block;
		margin-left: -4px;
	}

	#code-promo .bloc-price .price {
	    font-size: 32px;
	    margin-top: 10px;
    	margin-bottom: 20px;
	}

	#code-promo .bloc-price .price > span {
		font-size: 14px;
		display: inline-block;
		margin-left: -4px;
	}


	#cgu_price_update .bloc-price .price {
	    font-size: 32px;
	    margin-top: 10px;
    	margin-bottom: 20px;
	}

	#cgu_price_update .bloc-price .price > span {
		font-size: 14px;
		display: inline-block;
		margin-left: -4px;
	}

	#ville .block_cout .description {
		font-size: 19px;
	}

	#ville .bloc-price .price-minute {
	    font-size: 13px;
	    line-height: 17px;
	}

	#ville .bloc-price .price-pack {
		font-size: 11px;
		line-height: 14px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#code-promo .block_cout .description {
		font-size: 19px;
	}

	#code-promo .bloc-price .price-minute {
	    font-size: 13px;
	    line-height: 17px;
	}

	#code-promo .bloc-price .price-pack {
		font-size: 11px;
		line-height: 14px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#cgu_price_update .bloc-price .price-minute {
	    font-size: 13px;
	    line-height: 17px;
	}

	#cgu_price_update .bloc-price .price-pack {
		font-size: 11px;
		line-height: 14px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#code-promo .code-promo-actif h1.title {
		font-size: 54px;
		line-height: 60px;
	}

	#initiation .entete .block1_title_sub_container {
		bottom: 8.5%;
	}
}


@media screen and (max-width: 390px) {

	#estimation .part-estimation {
		overflow: hidden;
	}

	#code-promo #applications .part-image .app.ios {
		max-width: 254px;
		width: 100%;
		z-index: 1000;
		margin-top: 60px;
		left: 33%;
		transform: translateX(-50%);
		position: absolute;
	}

	#code-promo #applications .part-image .app.android {
		max-width: 190px;
		z-index: 10;
		position: relative;
		margin-top: 100px;
		left: 70%;
		transform: translateX(-50%);
		position: absolute;
		margin-left: inherit;
	}

	#code-promo .entete .block_popup h2.popup-title {
		font-size: 25px;
	}

}


@media screen and (max-width: 374px) {

	.footer_top_right_container a {
		width: 35px;
	}

	.block2_phone_wrapper .iphone {
	    max-width: 230px;
	    visibility: visible;
	    position: relative;
	    right: 0;
	    top: 0;
	    z-index: 1000;

	    margin-right: -46px;
	    /*padding-left: 16px;*/
	}

	.block2_phone_wrapper .samsung {
	    max-width: 175px;
	    z-index: 100;
	    visibility: visible;
	    margin-top: 22px;
	    position: relative;
	    right: 0;
	    margin-left: -30px;
	}

	#code-promo .code-promo-actif h1.title {
		font-size: 44px;
		line-height: 50px;
	}

}


@media screen and (max-width: 365px) {

	#actu.presse .content-gallery {
	    display: grid;
	    grid-template-columns: repeat(auto-fill, 140px);
	}

	#actu.presse .content-gallery .item {
		height: 100px;
	}
	
	#ville .block1_absolute {
	    height: 79%;
	}
}


@media screen and (max-width: 350px) {

	#contact div.wpcf7 .ajax-loader {
		left: 89%;
	}

}


@media screen and (max-width: 320px) {

	#actu.presse .content-gallery {
	    display: grid;
	    grid-template-columns: repeat(auto-fill, 130px);
	}

	#actu.presse .content-gallery .item {
		height: 90px;
	}

	.block2_title {
		font-size: 18px;
	}

	#ville .block_actu > .title {
	    line-height: 30px;
	    font-size: 24px;
	}

	#ville .block_cout .title {
		font-size: 24px;
		font-weight: 900;	
		line-height: 30px;
	}

	#ville .block_step .title {
	    margin-bottom: 20px;
	    font-size: 24px;
	    line-height: 30px;
	}

	#ville .block_map .title {
	    font-size: 32px;
	    padding-left: 20px;
	    padding-right: 20px;
	    color: #000000;
	    font-size: 18px;
	    font-weight: 900;
	    line-height: 30px;
	    text-align: center;
	}



	#ville .block_map .subtitle {
	    font-family: "Space Grotesk";
	    margin-bottom: 60px;
	    color: #000000;
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 22px;
	    text-align: center;
	}

	.block2_wrapper > p {
		font-size: 16px;
	}

	#ville .estimation .title {
	    line-height: 30px;
	    font-size: 24px;
		margin-top: 50px;
	}
}