@charset "utf-8";
/* CSS Document copyrights of E.X.A Concept digital.exa-concept.com */ :root {
  --company-color: #007cc2;
  --ok-color: #008612;
  --oko-color: #FFAC05;
  --ko-color: #FF5A05;
  --gray-color: #AEAEAE;
  --promo-color: #FF9B05;
  --font-color: #000000;
  --bg-color: #e3e3e3;
  --info-color: #0678DC;
  --bg-alpha-color: rgba(255, 255, 255, 0.85);
  --header-bg-color: #FFFFFF;
  --header-mobile-menu-bg-color: rgba(0, 0, 0, 0.85);
  --header-mobile-menu-close: -1120px -80px;
  --header-border-color: #007cc2;
  --header-mOff-color: #000000;
  --header-mOn-color: #175597;
  --header-mOver-color: #E5E5E5;
  --header-logo-bg-p: 50% 0px;
  --header-mbi-color: 0px 0px;
  --header-ai-color: -80px 0px;
  --header-coffi-color: -160px 0px;
  --header-coni-color: -160px -80px;
  --header-dmi-color: -240px 0px;
  --phone-shadow: -3px 0px 3px rgba(0, 0, 0, 0.5);
  --switch-bg-color: #FFFFFF;
  --switch-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  --svg-color: #000000;
  --review-bg-color: #FFFFFF;
  --title-img-position: 50% 100%;
  --card-bg-color: #EEEEEE;
  --card-border-color: #dbdbdb;
  --card-info-bg-color: #dedede;
  --card-icon-bg-position: -876px -21px;
  --card-icon-bgc-position: -630px -21px;
  --list-bg-color: #FFFFFF;
  --link-color: #175597;
  --ao-bg-color: rgba(255, 255, 255, 0.85);
  --onglet-font-color: #808080;
  --onglet-border-color: #CFCFCF;
  --onglet-separator-color: #707070;
  --confirmed-bg-color: #012D40;
  --ctan-bg-color: #E5E5E5;
  --ctao-bg-color: #CFCFCF;
  --ctar-bg-color: #000000;
  --input-title-color: #808080;
  --input-bg-color: #FBFBFB;
  --input-border-color: #dfdfdf;
  --input-placeholder-color: #929292;
  --editor-bg-color: #F9F5E7;
  --editor-title-bg-color: #EBE8DF;
  --editor-price-bg-color: #E9E3CA;
  --editor-vz-bg-color: #e3eaf2;
  --ticket-price-bg-color: #373737;
  --selected-bg-color: #FFECD4;
  --close-bg-color: #F1F1F1;
  --close-color: #AEAEAE;
}
[data-theme="dark"] {
  --company-color: #007cc2;
  --header-mOff-color: #FFFFFF;
  --header-mOn-color: #175597;
  --header-mOver-color: #404040;
  --ok-color: #00DF1E;
  --oko-color: #FFAC05;
  --ko-color: #FF5A05;
  --gray-color: #AEAEAE;
  --promo-color: #FF9B05;
  --font-color: #FFFFFF;
  --bg-color: #070707;
  --info-color: #0678DC;
  --bg-alpha-color: rgba(0, 0, 0, 0.85);
  --header-bg-color: #000000;
  --header-mobile-menu-bg-color: rgba(255, 255, 255, 0.5);
  --header-mobile-menu-close: -1120px 0px;
  --header-border-color: #007cc2;
  --header-logo-bg-p: 50% -80px;
  --header-mbi-color: 0px -80px;
  --header-ai-color: -80px -160px;
  --header-coffi-color: -160px -160px;
  --header-coni-color: -320px -80px;
  --header-dmi-color: -240px -80px;
  --phone-shadow: -3px 0px 3px rgba(255, 255, 255, 0.5);
  --switch-bg-color: #1C1C1C;
  --switch-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
  --svg-color: #FFFFFF;
  --review-bg-color: #2e2e2e;
  --title-img-position: 50% 0%;
  --card-bg-color: #111111;
  --card-border-color: #242424;
  --card-info-bg-color: #212121;
  --card-icon-bg-position: -998px -21px;
  --card-icon-bgc-position: -753px -21px;
  --list-bg-color: #000000;
  --link-color: #175597;
  --ao-bg-color: rgba(0, 0, 0, 0.85);
  --onglet-font-color: #7f7f7f;
  --onglet-border-color: #303030;
  --onglet-separator-color: #8f8f8f;
  --confirmed-bg-color: #012D40;
  --ctan-bg-color: #E5E5E5;
  --ctao-bg-color: #CFCFCF;
  --ctar-bg-color: #131313;
  --input-title-color: #808080;
  --input-bg-color: #2C2C2C;
  --input-border-color: #444;
  --input-placeholder-color: #444;
  --editor-bg-color: #222;
  --editor-title-bg-color: #1A1A1A;
  --editor-price-bg-color: #1A1A1A;
  --editor-vz-bg-color: #0d0e0f;
  --ticket-price-bg-color: #1c1b1b;
  --selected-bg-color: #1b1b1b;
  --close-bg-color: #0e0e0e;
  --close-color: #515151;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg-color);
  font-family: 'Roboto', sans-serif;
  color: var(--font-color);
  margin: 0px;
  padding: 0px;
}
section path, section ellipse, section circle, section rect, .ecCardSvgBgBox path, .ecCardSvgBgBox ellipse, .ecCardSvgBgBox circle, .ecCardSvgBgBox rect {
  fill: var(--svg-color);
}
#ecOCTABox rect {fill:#cfcfcf;}
section a, section a path, .ecJBox path, .ecJBox ellipse, .ecJBox circle, .ecJBox rect, .ecWPNt path, .ecWPNt ellipse, .ecWPNt circle, .ecWPNt rect {
  color: var(--link-color);
  fill: var(--link-color);
  text-decoration: none;
}
a p, .ecJBox p, .ecTIBox p {
  float: left;
}
.svgRevert .ecJBox p {
  float: right;
}
.svgRevert .ecJBox svg {
  padding: 0px 0px 0px 10px;
}
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
	text-decoration: underline;
}
.unselect {
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.ecJBox {
  color: var(--link-color);
  display: flex;
  justify-content: right;
}
.ecJL {
  justify-content: left;
}
.ecJC {
  justify-content: center;
}
.ecJR {
  justify-content: right;
}
.ecSOff .ecJBox path, .ecSOff .ecJBox ellipse, .ecSOff .ecJBox circle, .ecSOff .ecJBox circle {
  fill: var(--gray-color);
}
.ecSCTAOn path, .ecSCTAOn ellipse, .ecSCTAOn circle, .ecSCTAOn circle {
  fill: #000000;
}
.ecSCTAOff path, .ecSCTAOff ellipse, .ecSCTAOff circle, .ecSCTAOff circle {
  fill: #808080;
}
.ecSOff .ecJBox {
  color: var(--gray-color);
  text-decoration: none;
}
.ecTIBox {
  display: flex;
  flex-wrap: nowrap;
}
.ecTP {
  width: 75px;
  background-color: var(--ticket-price-bg-color);
  padding: 10px 0px;
}
.ecIa {
  width: 27px;
  padding-right: 6px;
}
.aDiv {
  display: flex;
  padding: 30px 0px 0px 0px;
  justify-content: center;
}
.ecI {
  /*background-image: url(../../_include/img/svg/icons.svg);*/
  background-repeat: no-repeat;
}
.ecPoly {
  clip-path: polygon(50.00% 1px, 100% 25%, 100% 75%, 50% 101%, 0% 75%, 0% 25%);
}
.hover, .ecCookiesCTABox .hover:hover {
  opacity: 1;
}
.hover:hover {
  opacity: 0.85;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.uC {
  text-transform: uppercase;
}
.uU {
  text-decoration: underline;
}
.tC {
  text-align: center;
}
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.ecWTitle {
	color:#FFFFFF;
	top:8px;
	left:10px;
}
.ecWcB {
	width:100%;
}
@media screen and (min-width:1160px) {
  .tJ {
    text-align: justify;
  }
  .tJr {
    text-align: justify;
  }
	.fSbCart {
	  display: flex;
	  justify-content: space-between;
	}
	.ecWbImgTBox {
		width:180px;
		height:180px;
	}
	.ecWc {
		width:1120px;
	}
	.ecWcP {
		width:740px;
	}
	.ecWcB, .cardC {
		display: flex;
		flex-flow: row;
		flex-wrap: nowrap;
	}
	.ecWbPBox {
		width: calc(100% - 180px - 9px - 20px);
	}
	.ecWcc {
		width:360px;
	}
}
@media screen and (min-width:780px) and (max-width:1159px) {
	.fSbCart {
	  display: flex;
	  justify-content: space-between;
	}
	.ecWbImgTBox {
		width:180px;
		height:180px;
	}
	.ecWc, .ecWcP {
		width:740px;
	}
	.ecWcB {
		display: flex;
		flex-flow: column;
	}
	.ecWbPBox {
		width: calc(100% - 180px - 9px - 20px);
	}
	.ecWcc {
		width:100%;
	}
}
@media screen and (max-width:779px) {
	.ecWbImgTBox {
		width:100%;
		height:180px;
		padding: 0px 0px 10px 0px;
	}
	.ecWc, .ecWcP {
		width:360px;
	}
	.ecWcB {
		display: flex;
		flex-flow: column;
	}
	.ecWbImgTBox {
		margin: auto;
	}
	.ecWbPBox {
		width:100%;
	}
	.ecWbPBox .ecFormInput {
		max-width:100%;
	}
	.ecWcc {
		width:100%;
	}
}
@media screen and (max-width:1159px) {
  .tJ, .tJr {
    text-align: left;
  }
}
.dN {
  display: none;
}
.pB5 {
  padding-bottom: 5px;
}
.pB10 {
  padding-bottom: 10px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB {
  padding-bottom: 30px;
}
.ecTECBox .pB {
  padding: 0px;
}
.mA {
  margin: auto;
}
.t4s {
  transition: .4s;
}
ul {
  list-style: none;
}
.tC ul {
  padding: 0px;
}
ul li::before {
  /*content: "\2981";*/
  color: var(--font-color);
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  font-size: 8px;
}
li {
  padding-bottom: 10px;
}
.fs14 {
  font-size: 14px;
}
.ecCard .ecCTADBox {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}
.ecCard .ecBCTA {
  width: 100%;
  max-width: 100%
}
/*
.ecCardBg {
	background-position: 50% 0%;
	background-size: cover;
	width: 100%;
	height: 100%;
}
*/
.hABtn {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
ecBox {
  display: block;
}
.tBox {
  width: 100%;
  background-color: var(--company-color);
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width:1401px) {
  .tBox {
    min-height: 232px;
    margin-bottom: 50px;
  }
  .tBox svg {
    margin: 30px 0px 30px 0px;
  }
}
@media screen and (max-width:1400px) {
  .tBox {
    min-height: 148px;
    margin-bottom: 20px;
  }
}
.ecPromoBox {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}
.ecPromo {
  width: 100%;
  min-width: 700px;
  height: auto;
  padding: 0px;
  margin: 0px;
}
.ecReviewBox {
  width: 380px;
  height: 205px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ecRN {
  width: 162px;
  font-size: 40px;
  color: var(--ko-color);
  text-align: center;
  letter-spacing: -3px;
  top: 41px;
  left: 9px;
}
.ecRSBox {
  width: 162px;
  height: 50px;
  text-align: center;
  left: 0px;
	right:0px;
	margin:auto;
  font-size: 12px;
  color: var(--font-color);
}
.ecRS {
  margin-top: 4px;
}
.ecRSLogo {
  width: 80px;
  top: 150px;
  left: 0px;
  right: 0px;
  margin: auto;
  cursor: pointer;
}
.ecRGoogle {
  background-position: -410px -25px;
  height: 30px;
}
.ecRAvis {
  background-position: -410px -112px;
  height: 30px;
}
.ECStar {
  width: 130px;
  height: 30px;
  margin: auto;
}
.ECStarOff {
  background-position: -497px -105px;
}
.ECStarOn {
  background-position: -497px -25px;
  left: 16px;
}
.ecRBox {
  flex: 0;
}
@media screen and (min-width:1401px) {
  .ecReviewBox {
    margin: 0px auto 50px auto;
  }
}
@media screen and (max-width:1400px) {
  .ecReviewBox {
    margin: 0px auto 20px auto;
  }
}
.ecVO {
  width: 60px;
  height: 60px;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}
.muteOff {
  background-position: -250px -170px;
  right: 10px;
}
.muteOn {
  background-position: -330px -170px;
  right: 10px;
}
.fullScreen {
  background-position: -250px -250px;
  right: 70px;
}
.ecSecondaryVideoPlayer {
  width: auto;
  max-width: 340px;
  height: auto;
  background-size: cover;
  margin: 0px auto 30px auto;
}
.ecVVideoPlayer {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: 821px;
  background-size: cover;
  margin: 0px auto 0px auto;
}
@media screen and (min-width:1401px) {
  .ecPrimaryVideoPlayer {
    width: auto;
    max-width: 1120px;
    height: auto;
    background-size: cover;
    margin: 0px auto 30px auto;
  }
  .ecTEP .ecPrimaryVideoPlayer {
    width: calc(100% - 20px);
    margin: 0px auto;
  }
  .ecVO {
    bottom: 60px;
  }
}
@media screen and (max-width:1400px) {
  .ecPrimaryVideoPlayer {
    width: auto;
    min-width: 360px;
    max-width: calc(100% - 20px);
    min-height: 100%;
    background-size: cover;
    margin: 0px auto 20px auto;
  }
  .ecTEP .ecPrimaryVideoPlayer {
    margin: 0px auto;
  }
  .ecVO {
    bottom: 30px;
  }
}
.ecCard {
  padding: 30px 0px 40px 0px;
  margin: 0px 10px 20px 10px;
}
.ecCardBg {
  background-color: var(--card-bg-color);
  border: solid 1px var(--card-border-color);
}
.ecShopBox .ecCard, .ecOAO .ecCard {
  padding: 30px 0px 0px 0px;
}
.ecCardT {
  background-color: transparent;
  border: solid 1px transparent;
  padding: 0px 0px 40px 0px;
  margin: 0px 10px 20px 10px;
}
.ecCardSvg {
  width: 100%;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.ecCardSvgBgBox {
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 0px 0px 30px 0px;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ecCardSvgBg {
  background-position: var(--card-icon-bg-position);
}
.ecCardSvgBgC {
  background-position: var(--card-icon-bgc-position);
}
.ecLiIconBox svg, .ecCardSvgBgBox svg, .ecIa svg {
  margin: auto;
}
.ecCardTitle {
  height: auto;
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  margin: auto;
}
.ecIRZ2D .ecCardTitle, .ecBlogBox .ecCardTitle {
  font-size: 16px;
}
.ecBlogBox .ecCardTitle {
  text-transform: none;
}
.ecCardTxt1, .ecCardTxt2 {
  height: auto;
  padding: 30px 0px 0px 0px;
  margin: auto;
}
.ecCardTxt1 .ecFormError, .ecFormError2 {
  text-align: left;
}
.ecCardBoxFlex {
  height: auto;
  margin: 0px auto 30px auto;
  justify-content: center;
}
.ecTE .ecCardBoxFlex {
  margin: 0px auto 0px auto;
}
.cardIcC {
  width: 220px;
  min-width: 220px;
  margin: 0px 1px;
  padding: 30px 0px 0px 0px;
}
.cardIcC2 {
  width: 280px;
  min-width: 270px;
  margin: 0px 1px;
}
.cardIc3 {
	width: calc(360px - 9px);
  background-color: var(--card-bg-color);
	min-height: 110px;
  border-left: solid 8px var(--card-border-color);
  border-top: solid 1px var(--card-border-color);
  border-right: solid 1px var(--card-border-color);
  border-bottom: solid 1px var(--card-border-color);
  padding: 0px;
}
.cardIcOn3 {
  width: calc(360px - 9px);
	background-color: var(--card-bg-color);
	min-height: 110px;
  border-left: solid 8px var(--link-color);
  border-top: solid 1px var(--link-color);
  border-right: solid 1px var(--link-color);
  border-bottom: solid 1px var(--link-color);
  padding: 0px;
}
.cardC {
	width: calc(100% - 9px);
	background-color: var(--card-bg-color);
	min-height: 110px;
	border-left: solid 8px var(--card-border-color);
	border-top: solid 1px var(--card-border-color);
	border-right: solid 1px var(--card-border-color);
	border-bottom: solid 1px var(--card-border-color);
	padding: 0px;
}
.cardIc10 {
  min-height: 92px;
  border-left: solid 8px var(--card-border-color);
  padding: 0px;
}
.ecMT {
  padding: 20px 0px 8px 20px;
}
.ecMD {
  padding: 0px 20px 20px 20px;
}
.ecMD2 {
  padding: 0px 0px 20px 20px;
}
.ecW {
  width: 360px;
}
.ecWb {
  width: 360px;
  min-width: 360px;
padding:10px 0px;
}
.ecW3 {
  width: 100%;
  max-width: 380px;
  min-width: 360px;
}
.ecW2 {
  width: calc(100% - 40px);
  max-width: 550px;
}
.ecW4 {
  width: calc(100% - 40px);
}
.ecW5 {
  width: 100%;
  max-width: 740px;
}
.ecW6 {
  width: calc(100% - 40px);
  max-width: 1120px;
}
.ecWi {
	background-color:var(--card-info-bg-color);
	border-top:solid 1px var(--font-color);
	font-size:14px;
	padding: 10px 0px;
}
.ecTi {
	width:360px;
	height:100px;
	background-position: var(--title-img-position);
}
.ecAAC .pB {
  padding: 0px;
}
@media screen and (min-width:1160px) {
  .ecCardBox, .ecCardBoxRevert {
    width: 1140px;
    display: flex;
    flex-wrap: nowrap;
  }
  .ecCardBoxSolo2 {
    width: 760px;
    display: flex;
    flex-wrap: nowrap;
  }
  .ecCardBox2 {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
  }
  .cardIc {
    width: calc(360px - 2px);
  }
  .cardIc2 {
    width: 100%;
    max-width: 550px;
  }
  .cardIc3 {
    width: calc(360px - 2px - 8px);
  }
  .cardIc4 {
    width: 100%;
    max-width: calc(265px - 2px);
    min-width: calc(265px - 2px);
  }
  .cardIc5 {
    width: 100%;
    max-width: calc(360px - 2px);
    min-width: calc(360px - 2px);
  }
  .cardIc6 {
    width: 100%;
    max-width: calc(740px - 2px);
    min-width: calc(360px - 2px);
  }
  .cardIc0 {
    width: 100%;
    max-width: 740px;
  }
  .cardIcTE2 {
    width: 100%;
    max-width: 860px;
  }
  .cardIcTE2 {
    width: 100%;
    max-width: 860px;
  }
  .ecCardTitle {
    width: calc(100% - 20px);
  }
  .ecCardTxt1 {
    width: calc(100% - 100px);
  }
  .ecCardTxt2 {
    width: calc(100% - 40px);
  }
  .ecRABox {
    width: 1140px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .ecAAC {
    height: 438px;
  }
}
@media screen and (min-width:800px) and (max-width:1159px) {
  .ecCardBox, .ecCardBoxRevert {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
  }
  .ecCardBoxSolo2 {
    width: 740px;
    display: flex;
    flex-wrap: nowrap;
  }
  .ecCardBox2 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
  }
  .cardIc {
    width: 360px;
  }
  .cardIc2 {
    width: calc(50% - 10px - 2px);
  }
  .cardIc3 {
    width: calc(360px - 9px);
  }
  .cardIc4 {
    width: calc(50% - 10px - 2px);
    margin-bottom: 20px;
  }
  .cardIc5 {
    width: calc(360px - 2px);
    margin-bottom: 20px;
  }
  .cardIc6 {
    width: calc(740px - 2px);
    max-width: calc(740px - 2px);
    min-width: calc(360px - 2px);
  }
  .cardIc0 {
    width: 100%;
    max-width: 740px;
  }
  .cardIcTE2 {
    width: 100%;
    max-width: 860px;
  }
  .ecCardTitle {
    width: calc(100% - 20px);
  }
  .ecCardTxt1 {
    width: calc(100% - 50px);
  }
  .ecCardTxt2 {
    width: calc(100% - 40px);
  }
  .ecRABox {
    width: 760px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .ecAAC {
    height: 438px;
  }
}
@media screen and (max-width:799px) {
  .ecCardBox, .ecCardBoxSolo2, .ecCardBox2, .ecRABox, .ecCardBoxRevert {
    width: calc(100% - 40px);
    display: relative;
  }
  .ecCardBoxRevert {
    display: flex;
    flex-direction: column-reverse;
  }
  .cardIc, .cardIc2, .cardIc4, .cardIc5, .cardIc0, .cardIc6 {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .ecCardTitle {
    width: calc(100% - 10px);
  }
  .ecCardTxt1, .ecCardTxt2 {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width:880px) {
  .cardIc8 {
    width: 100%;
    max-width: 840px;
    min-width: 840px;
  }
  .ecsTEBox .cardIc8 {
    min-width: 100%;
    margin: 10px auto 0px auto;
  }
  .cardIc9 {
    width: 100%;
  }
  .ecTEI0 {
    width: calc(100% - 20px);
  }
  .ecsTEBox .ecInputR3 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:879px) {
  .cardIc8, .cardIc9 {
    width: calc(100% - 40px);
  }
  .ecsTEBox .cardIc8 {
    min-width: 100%;
    margin: 10px auto 0px auto;
  }
  .cardIc9 {
    width: calc(100% - 20px);
  }
  .ecTEI0 {
    width: 100%;
  }
  .ecsTEBox .ecInputR3, .ecsTEBox .cardIc9 {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media screen and (max-width:499px) {
  .ecCCT {
    font-size: 9px;
  }
  .ecOATE .ecOE .ecCTAIcon svg {
    max-width: 16px;
  }
  .ecOATE .ecOE .ecCTATxt {
    font-size: 14px;
    line-height: 22px;
  }
  .ecOATE .ecTEWS {
    flex-wrap: wrap;
  }
  .ecOAO .ecTEP {
    margin-top: 0px;
  }
  .ecOAO .ecTEP .ecABox {
    width: calc(100% - 10px);
    max-width: 360px;
  }
  .ecOAO .ecOTEO .ecCardTitle {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .ecOAO .ecCMBox {
    width: auto;
  }
  .ecOAO .ecTEP .ecABox svg {
    width: 65%;
    max-width: 236.795px;
  }
  .ecOAO .ecTEP .ecTxtBox, .ecOAO .ecTEP .ecPrimaryVideoPlayer {
    min-width: 250px;
  }
  .ecOAO .ecFormCBox {
    width: 100%;
  }
  .ecOAO .ecTxtBox {
    min-width: 250px;
  }
}
.ecBTitleBox {
  width: 100%;
  padding: 30px 0px 60px 0px;
}
.ecOST .ecBTitleBox, .ecOAO .ecBTitleBox {
  padding: 0px 0px 10px 0px;
}
.ecOST .ecBTitleBox .ecBTitle {
  font-size: 20px;
}
.ecBTitle {
  width: calc(100% - 40px);
  min-height: 35px;
  text-align: center;
  font-size: 30px;
  margin: auto;
}
.ecBTitleUL {
  height: 5px;
  background-color: var(--company-color);
  clip-path: polygon(0 0, 100% 0px, calc(100% - 16px) 5px, 16px 5px);
  margin: auto;
}
.ecBTitleULN {
  display: none;
  ;
}
@media screen and (min-width:844px) {
  .ecBTitleUL1 {
    width: 804px;
  }
}
@media screen and (max-width:843px) {
  .ecBTitleUL1 {
    width: calc(100% - 40px);
    min-width: 360px;
  }
}
.ecUlBox {
  margin: auto;
}
.ecLiBox {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ecLiLine {
  width: 4px;
  height: calc(100% - 20px);
  bottom: 0px;
}
.ecLiLineC {
  background-color: var(--company-color);
}
.ecLiLineC1 {
  background-color: var(--font-color);
}
.ecLiIconBox {
  background-color: var(--list-bg-color);
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ecLiIconCBox {
  border: solid 6px var(--company-color);
}
.ecLiIconCBox1 {
  border: solid 6px var(--font-color);
}
.ecLiTxtBox {
  padding-top: 14px;
}
.ecLiTitle {
  font-size: 20px;
}
.ecLiContent {
  font-size: 16px;
}
.svgIndexList {
  margin: auto;
}
@media screen and (min-width:840px) {
  .ecUlBox {
    width: 800px;
  }
  .ecLiIconBox {
    width: 88px;
    height: 88px;
  }
  .ecLiTxtBox {
    width: calc(100% - 100px - 20px);
  }
  .ecLiLine {
    left: 48px;
  }
  .svgIndexList {
    max-width: 50px;
  }
}
@media screen and (max-width:839px) {
  .ecUlBox {
    width: calc(100% - 40px);
    min-width: 360px;
  }
  .ecLiIconBox {
    width: 58px;
    height: 58px;
  }
  .ecLiTxtBox {
    width: calc(100% - 70px - 10px);
  }
  .ecLiLine {
    left: 32px;
  }
  .svgIndexList {
    max-width: 35px;
  }
}
.ecTxtBox {
  width: calc(100% - 40px);
  max-width: 740px;
  margin: auto;
}

.ecWPN .ecTxtBox {
	width: 100%;
	padding-top: 14px;
}
.ecWPNi {
	width:90px;
	height:150px;
}

@media screen and (min-width:780px) {
  .ecTxtBox {
    max-width: 740px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:779px) {
  .ecTxtBox {
    min-width: 360px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:780px) {
  .ecIndexS7 {
    padding-top: 50px;
  }
}
@media screen and (max-width:779px) {
  .ecIndexS7 {
    padding-top: 20px;
  }
}
.ecWbImg {
	width:auto;
	height:auto;
	max-height: 360px;
}
.ecWbImgT {
	width:auto;
	height:auto;
	max-width: 180px;
	max-height: 180px;
}
.ecWbBox .ecCTADBox, #ecCartDiv .ecCTADBox, #ecCartDiv .ecBCTA { width:100%;max-width:100%; }
@media screen and (min-width:780px) {
	.ecWPN {
		width: 315px;
		min-width: 315px;
		padding:20px;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.ecWPNt {
		width:205px;
		padding-top:34px;
		padding-left: 20px;
	}
	.ecWbBox {
		width:740px;
		display: flex;
		justify-content: space-around;
		flex-wrap: nowrap;
	}
	.ecWbi {
		height:290px;
	}
}
@media screen and (max-width:779px) {
	.ecWPN {
		width: 155px;
		min-width: 155px;
		padding:20px 0px;
	}
	.ecWPNi {
		margin: auto;
	}
	.ecWPNt {
		width:100%;
		padding-top:10px;
		margin: auto;
		text-align: center;
		font-size:12px;
	}
	
	.ecWPNt .ecTxtBox {
		min-width: 100%;
		padding-bottom:0px;
		text-align: center;
	}
	.ecWbBox {
		width:360px;
		display: flex;
		flex-flow: column;
	}
	.ecWbi {
		padding:15px 35px 0px 35px;
	}
}
.ecCTA {
  display: flex;
  cursor: pointer;
}
.ecCTADBox {
  width: calc(100% - 40px);
  max-width: 550px;
  min-width: 180px;
  height: 70px;
  margin: auto;
  padding: 0px;
}
.ecCTACBox {
  width: 100%;
  height: 70px;
  margin: auto;
  padding: 0px;
}
.ecBCTA {
  width: 100%;
  max-width: 550px;
  height: 70px;
  margin: auto;
}
.ecCBCTA {
  width: 100%;
  height: 70px;
  margin: auto;
}
.ecSCTA {
  width: 50%;
  height: 70px;
}
.ecCTABox {
  height: 28px;
  line-height: 28px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ecCTAIcon {
  max-width: 28px;
  margin-right: 8px;
  display: flex;
}
.ecCTAIcon svg {
  max-height: 22px;
}
.ecCTATxt {
  font-size: 16px;
}
.ecLCTA {
  background-color: var(--link-color);
  color: #FFFFFF;
}
.ecCCTA {
  background-color: var(--company-color);
  color: #000000;
}
.ecNCTA {
  background-color: var(--ctan-bg-color);
  color: #000000;
}
.ecOCTA {
  background-color: var(--ctao-bg-color);
  color: #808080;
}
.ecNGCTA {
  background-color: var(--ctan-bg-color);
  color: #AEAEAE;
}
.ecRCTA {
  background-color: var(--ko-color);
  color: #FFFFFF;
}
.ecRRCTA {
  background-color: var(--ctar-bg-color);
  color: var(--company-color);
}
.ecTCTA {
  background-color: var(--card-bg-color);
  color: var(--font-color);
}
.ecCCBox {
  width: calc(100% - 10px);
  max-width: 550px;
}
.ecCard .ecCCBox, .ecTEAD .ecCCBox {
  width: 100%;
  max-width: 100%;
}
.ecCCBox2 {
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ecCookiesBox {
  display: flex;
  bottom: 26px;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.ecCookiesTxt {
  line-height: 71px;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  color: #FFFFFF;
}
.ecCookiesCTABox {
  display: flex;
}
@media screen and (min-width:800px) {
  .ecCookiesBox {
    width: 740px;
    height: 71px;
    flex-wrap: nowrap;
  }
  .ecCookiesTxt, .ecCookiesCTABox {
    width: 50%;
    height: 71px;
  }
  .ecCookiesCTABox {
    flex-direction: row;
  }
  .ecCCBox2 {
    width: calc(100% - 40px);
    flex-flow: row;
  }
}
@media screen and (max-width:799px) {
  .ecCookiesBox {
    width: 400;
    height: 210px;
    flex-wrap: wrap;
  }
  .ecCookiesTxt, .ecCookiesCTABox {
    width: 100%;
  }
  .ecCookiesCTABox {
    flex-direction: column;
  }
  .ecCCBox2 {
    width: calc(100% - 40px);
    flex-flow: column;
  }
}
@media screen and (min-width:800px) {
  .imgPartenaire {
    width: 100%;
    max-width: 761px;
    padding: 80px 0px;
  }
}
@media screen and (max-width:799px) {
  .imgPartenaire {
    width: calc(100% - 40px);
    max-width: 761px;
    min-width: 360px;
    padding: 60px 0px;
  }
}
.floatLeft {
  float: left;
  overflow: hidden;
}
.floatLeftEnd {
  float: left;
}
.pR {
  position: relative;
}
.pA {
  position: absolute;
}
.pF {
  position: fixed;
}
.tAc {
  text-align: center;
}
.bR0, .ecCard .bR {
  border-radius: 0px;
}
.bR {
  border-radius: 3px;
}
.bR4 {
  border-radius: 4px;
}
.bRTB4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bR6 {
  border-radius: 6px;
}
.bRBR {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bBLR {
  border-bottom-left-radius: 3px;
}
.bBRR {
  border-bottom-right-radius: 3px;
}
.ecCCBox .bR0, .ecCCBox .bR, .ecCCBox .bR4, .ecCCBox .bR6, .ecCCBox .bRBR, .ecCCBox .bBLR, .ecCCBox .bBLR, .ecCCBox .bBRR, .ecCCBox2 .bR0, .ecCCBox2 .bR, .ecCCBox2 .bR4, .ecCCBox2 .bR6, .ecCCBox2 .bRBR, .ecCCBox2 .bBLR, .ecCCBox2 .bBLR, .ecCCBox2 .bBRR {
  border-radius: 0px;
}
.cP {
  cursor: pointer;
}
.cN {
  cursor: default;
}
.ecCard p, .ecIRZ11 p {
  margin: 0px;
}
.ecIRZ11 .ecPPrice {
  height: 16px;
}
.ecIRZ11 .ecNPriceOff {
  font-size: 14px;
}
.ecGalerieBox {
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ecGalerieBox img {
  padding-bottom: 20px;
  margin: 0px 10px;
}
.ecOA {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1003;
}
.ecOA {
  background-color: var(--header-bg-color);
}
.ecOATP {
  background-color: var(--bg-alpha-color);
}
.ecOATEO {
  background-color: var(--bg-color);
}
.ecOAO {
  overflow-y: auto;
}
.ecOAO .ecOAClose {
  background-color: var(--bg-color);
}
.ecOAO #ecEBox-ecDate, .ecOAO .ecIAI1 {
  display: none;
}
.ecAOG {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecOA img {
  max-width: max-content;
  min-height: 100px;
  object-fit: scale-down;
  left: 0px;
  right: 0px;
  margin: auto;
}
.ecOAClose, .ecFaqClose {
  display: inline-block;
  background-position: -1304px -21px;
  color: var(--header-mOff-color);
  top: 10px;
  right: 10px;
  padding: 10px 10px 10px 20px;
}
.ecOAClose {
  background-color: var(--ao-bg-color);
  z-index: 1005;
}
.ecGalerieOABox {
  width: 100%;
  background-color: var(--ao-bg-color);
  padding-bottom: 10px;
  bottom: 0px;
  z-index: 1005;
}
.ecGalerieOATitle {
  width: calc(100% - 40px);
  min-height: 25px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}
.ecOAPN {
  width: 100px;
  height: calc(100% - 100px);
  top: 50px;
  bottom: 50%;
  display: flex;
  cursor: pointer;
  z-index: 1005;
}
.ecOAPN svg, .ecCTAIcon svg {
  margin: auto;
}
.ecOAP {
  left: 0px;
}
.ecOAN {
  right: 0px;
}
.ecVThumb {
  width: 160px;
  height: 160px;
  background-position: -1341px -80px;
  top: 22px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.75;
}
.ecAOVideoPlayer {
  background-size: cover;
}
.ecOABox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 35px 0px 20px 0px;
  overflow-x: auto;
  overflow-y: auto;
}
.ecOATCBox {
  font-size: 18px;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
}
.ecOATCBox2 {
  font-size: 18px;
  padding-bottom: 8px;
  display: flex;
  justify-content: left;
}
@media screen and (min-width:1900px) {
  .ecGalerieBox {
    width: 1900px;
  }
	.ecQrcBox {
    	width: 1140px;
	}
}
@media screen and (min-width:1540px) and (max-width:1899px) {
  .ecGalerieBox {
    width: 1520px;
  }
	.ecQrcBox {
    	width: 1140px;
	}
}
@media screen and (min-width:1160px) and (max-width:1539px) {
  .ecGalerieBox {
    width: 1140px;
  }
	.ecQrcBox {
    	width: 1140px;
	}
}
@media screen and (min-width:780px) and (max-width:1159px) {
  .ecGalerieBox, .ecQrcBox {
    width: 760px;
  }
}
@media screen and (min-width:800px) {
  .ecOA img {
    width: calc(100% - 160px);
    max-height: calc(100% - 160px);
  }
  .ecAOVideoPlayer {
    width: calc(100% - 200px);
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width:799px) {
  .ecGalerieBox, .ecQrcBox {
    width: 380px;
  }
  .ecOA img {
    width: 100%;
    max-height: 100%;
  }
  .ecAOVideoPlayer {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: max-content;
    min-height: 100px;
    object-fit: scale-down;
  }
  .ecGalerieOABox {
    display: none;
  }
}
@media screen and (min-width:1140px) {
  .ecSectionDT {
    display: block;
  }
}
@media screen and (max-width:1139px) {
  .ecSectionDT {
    display: none;
  }
}
.ecOBox {
  width: max-content;
  height: 32px;
  margin: auto;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.ecOE .ecCTATxt {
  font-size: 20px;
  line-height: 24px;
}
.ecCard .ecCCBox .ecCTATxt {
  font-size: 15px;
}
.ecOEOn .ecCTATxt {
  color: var(--font-color);
}
.ecOEOn path, .ecOEOn ellipse, .ecOEOn circle, .ecOEOn rect {
  fill: var(--font-color);
  transition: .4s;
}
.ecOEOff .ecCTATxt {
  color: var(--onglet-font-color);
}
.ecOEOff path {
  fill: var(--onglet-font-color);
  transition: .4s;
}
.ecOE {
  height: 28px;
  line-height: 28px;
  margin: auto;
  display: inline-block;
  padding: 0px 20px;
}
.ecOEDbcGray {
  border-bottom: solid 4px var(--onglet-border-color);
}
.ecOEDbcRed {
  border-bottom: solid 4px var(--ko-color);
}
.ecOEDbcGreen {
  border-bottom: solid 4px var(--ok-color);
}
.ecOS {
  width: 2px;
  height: 32px;
  background-color: var(--onglet-separator-color);
  display: inline-block;
  overflow: hidden;
}
.ecOAB {
  width: 0px;
  height: 4px;
  background-color: var(--company-color);
  top: 28px;
  left: 0px;
  transition: .4s;
}
.ecTarifs .ecNPrice, .ecTarifs .ecPPrice {
  font-size: 26px;
}
.ecTarifs .ecNPriceOff, .ecIN {
  font-size: 18px;
}
.promo {
  color: var(--promo-color);
}
.promoOff {
  text-decoration: line-through;
}
.ecPriceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.ecPrice {
  width: 223px;
  min-height: 100px;
}
.ecPriceTitle {
  width: 100%;
  text-decoration: underline;
  padding-bottom: 10px;
}
.ecPriceDiv {
  font-size: 23px;
  /*color: var(--promo-color);*/
  font-weight: 600;;
}
.ecPriceContent {
  font-size: 26px;
}
.ecTOBox {
  width: calc(100% - 40px);
  border-top: solid 1px var(--card-border-color);
  margin: 30px auto 0px auto;
  padding-top: 10px;
}
.ecShopBox .ecTOBox, .ecOAO .ecTOBox {
  min-height: 94px;
}
.ecCDAPrice p {
  margin: 0px;
}
.ecCDAPrice .ecPPrice, .ecCDAPrice .ecNPrice {
  font-size: 1.8vh;
}
.ecCSNGreen {
  color: var(--ok-color);
}
.ecCDAPriceWE .ecNPrice, .ecCSNRed {
  color: var(--ko-color);
}
.ecCDAPriceW .ecNPrice {
  color: var(--oko-color);
}
.ecCDAPrice .ecNPriceOff {
  font-size: 1.4vh;
}
.ecOSTBox {
  background-color: var(--editor-vz-bg-color);
  padding-top: 30px;
}
.ecOSTBox .ecPrimaryVideoPlayer, .ecOSTBox .ecInputR4 {
  max-width: 100%;
  min-width: 100%;
}
.ecOSTBox .ecTxtBox {
  min-width: calc(100% - 40px);
}
@media screen and (min-width:550px) and (min-width:1160px) {
  .ecPriceBox {
    width: 466px;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width:549px) {
  .ecPriceBox {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
  }
}
.ecZIBox {
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 30px 0px 10px 0px;
}
.ecZI {
  width: 100%;
  padding-bottom: 20px;
}
.ecOptionDetailBox {
  width: calc(100% - 40px);
  max-width: 340px;
  margin: auto;
}
.ecTCBox {
  font-size: 18px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.ecTCGreen {
  color: var(--ok-color);
}
.ecTCRed {
  color: var(--ko-color);
}
.ecCBox {
  background-color: var(--confirmed-bg-color);
  width: calc(100% - 20px);
  min-width: 340px;
  max-width: 360px;
  margin: auto;
  color: var(--header-bg-color);
  bottom: 20px;
  left: 0px;
  right: 0px;
  padding: 0px 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
  z-index: 1006;
}
#resultat {
  display: none;
}
a .ecPhoneBox {
  color: #000000;
}
.ecPhoneBox {
  width: 240px;
  height: 50px;
  background-color: #FFFFFF;
  border: solid 2px var(--company-color);
  border-radius: 100px;
  margin: 26px auto;
  display: flex;
}
.ecPhone1 {
  width: 48px;
  height: 49px;
  background-color: var(--company-color);
  border: solid 2px var(--company-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  top: -1px;
}
.ecPhone2 {
  width: 190px;
  height: 46px;
  padding-top: 5px;
  right: 0px;
}
.ecSBox {
  width: 242px;
  height: 40px;
  background-color: var(--company-color);
  border-radius: 100px;
  margin: 30px auto;
  display: flex;
}
.ecS1 {
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin: 3px;
}
.ecS2 {
  width: 190px;
  height: 40px;
  padding-top: 10px;
  font-size: 16px;
}
.ecInfo {
  width: calc(100% - 60px - 60px);
  min-width: calc(360px - 60px);
  max-width: 740px;
  background-image: url(../../ecc_include/img/mail/info1.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  font-size: 14px;
  margin: 10px auto 40px auto;
  padding: 22px 20px 20px 60px;
}
.ecInfo1 {
  background-color: #FBF1EC;
  border: solid 1px var(--ko-color);
  color: var(--ko-color);
}
.ecInfo li {
  padding: 6px;
}
.ecInfo ul {
  list-style: none;
}
.ecInfo ul li::before {
  color: var(--ko-color);
}
.ecABox {
  width: 360px;
}
.ecAT {
  border-top: solid 2px var(--font-color);
  border-bottom: solid 2px var(--font-color);
  padding: 10px 0px;
  font-size: 50px;
}
.ecAC {
  font-size: 14px;
  padding: 6px 0px;
}
.ecAD {
  background-color: var(--font-color);
  color: var(--header-bg-color);
  font-size: 40px;
}
.ecTabBox {
  width: calc(100% - 40px);
  max-width: 400px;
  font-size: 16px;
  text-align: left;
  display: flex;
  flex-flow: column;
  padding-bottom: 20px;
  margin: auto;
}
.ecTabC1 {
  width: 125px;
}
.ecTabC0 {
  font-size: 18px;
  text-decoration: underline;
  padding: 3px 0px;
}
.ecTabC2 {
  width: calc(100% - 125px);
}
.ecSeparator {
  width: calc(100% - 100px);
  height: 1px;
  background-color: var(--font-color);
  margin: 0px auto 20px auto;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  color: var(--font-color);
}
input {
  padding: 0px 14px;
}
textarea {
  padding: 16px 14px;
  min-height: 200px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--input-placeholder-color);
}
::-ms-input-placeholder {
  color: var(--input-placeholder-color);
}
.ecFormInputBox {
  height: 100px;
}
.ecFormInputTitle {
  height: 10px;
  display: inline-block;
  font-size: 16px;
  color: var(--input-title-color);
  padding: 0px 5px;
  border-bottom: solid 2px var(--bg-color);
  top: 6px;
  left: 10px;
  z-index: 3;
}
.ecTE .ecFormInputTitle {
  border-bottom: solid 2px var(--card-bg-color);
}
.ecFormInput, .ecFormInputPatch {
  width: 100%;
  max-width: calc(100% - 4px - 14px - 14px);
  height: 56px;
  background-color: var(--input-bg-color);
  border: solid 2px var(--input-border-color);
  font-size: 18px;
  color: var(--font-color);
  margin-top: 16px;
}
.ecOrderForm input {
	/*max-width:360px;*/
}
.ecFormCBoxDiv input {
	max-width:calc(100% - 4px - 14px - 14px);;
}
.ecFormInputOff {
  width: 100%;
  max-width: calc(100% - 4px - 14px - 14px);
  height: 56px;
  line-height: 56px;
  background-color: var(--close-bg-color);
  border: solid 2px var(--input-border-color);
  font-size: 18px;
  color: var(--header-mOff-color);
  margin-top: 16px;
  padding: 0px 12px;
}
.ecFormInputBoxN {
  width: 100%;
}
.ecFormInputBoxH {
  width: 50%;
}
.ecTEWS .ecFormInputBox {
  margin: 0px;
}
.ecFormTextA {
  width: 100%;
  max-width: calc(100% - 4px - 14px - 14px);
  height: 350px;
  background-color: var(--input-bg-color);
  border: solid 2px var(--input-border-color);
  font-size: 18px;
  color: var(--font-color);
  padding: 0px 14px;
  margin-top: 16px;
}
.ecFormError, .ecFormError2 { /*display:inline-block;*/ font-size: 16px;
  padding: 0px 5px;
  color: var(--ko-color);
}
.ecFormErrorU .ecFormError {
  padding: 0px 55px;
}
.ecFormSearch {
  width: 56px;
  height: 56px;
  background-color: var(--company-color);
  border: none;
  top: 18px;
  right: 2px;
  display: flex;
  justify-content: center;
}
.ecFormCBox {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.ecFormCBox .ecCTADBox, .ecCDBox .ecCTADBox, .ecCCBox2 .ecCTADBox {
  width: 100%;
}
.ecAjaxInProgress {
  text-align: center;
  color: var(--header-mOff-color);
  margin: auto;
}
input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.ecInputR {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cardIc8 .ecInputR {
  justify-content: space-evenly;
}
.ecInputR label, .ecInputR4 label {
  background-color: var(--card-bg-color);
  border: solid 0px var(--card-border-color);
  min-height: calc(60px - 14px - 14px);
  padding: 8px 20px;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 2;
}
.ecInputR1 label {
  min-width: calc(360px - 40px);
  max-width: 700px;
}
.ecInputR2 label {
  width: calc(360px - 40px);
}
.ecInputR3 label {
  width: calc(100% - 40px);
  max-width: 360px;
}
.ecsTEBox .ecInputR3 label {
  width: 100%;
  max-width: 100%;
}
.cardIc8 .ecInputR label {
  justify-content: flex-start;
}
.cardIc9 .ecInputR label {
  width: 100%;
  margin: 0px 0px 5px 0px;
}
.ecInputRS {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 1px var(--card-border-color);
  top: 0px;
  left: 0px;
  z-index: 2;
}
.ecIAI {
  width: 100%;
}
.ecIAI1 {
  height: 20px;
}
.ecIAI2 {
  width: 100%;
  display: none;
}
.ecInputR input[type="radio"]:checked + label .ecInputRS, .ecInputR4 input[type="radio"]:checked + label .ecInputRS, .ecInputR4 input[type="checkbox"]:checked + label .ecInputRS {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 3px var(--company-color);
  top: 0px;
  left: 0px;
  z-index: 2;
}
.ecInputR input[type="radio"]:checked + label .ecIRZ2D, .ecInputR4 input[type="radio"]:checked + label .ecIRZ2D, .ecInputR4 input[type="checkbox"]:checked + label .ecIRZ2D {
  display: block;
}
.ecIRZ1Box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 14px 0px;
}
.ecIRZ10 {
  max-width: 280px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
}
.ecIRZ10 .mA {
  margin: 0px 10px 0px 0px;
}
.ecIRZ11 {
  height: 30px;
  line-height: 30px;
  border-left: solid 1px var(--header-mOver-color);
  padding: 0px 10px;
}
.ecTEO .ecIRZ10 {
  width: 300px;
}
.ecTEO .ecIRZ11 {
  width: 30px;
}
.ecIRZ2 {
  width: 100%;
  height: auto;
  border-top: solid 1px var(--card-border-color);
  padding: 14px 0px 0px 0px;
  margin: 0px 0px 14px 0px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.ecIRZ2D {
  display: none;
}
#ecDate-0-1:checked ~ .ecIAI .ecIAI2 {
  display: block;
}
.ecIAIArrowBox {
  width: 30px;
  height: 38px;
}
.ecIAIArrow {
  width: 30px;
  top: -31px;
  z-index: 1;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ecSelect {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  display: block;
  padding: 0px 12px;
  z-index: 2;
}
.ecSelectSvg {
  top: 34px;
  right: 14px;
  z-index: 1;
}
.ecSelect::-ms-expand {
  display: none;
}
.ecSelect:hover, .ecFormInput:hover, .ecInputNumber button:hover {
  border-color: #888;
}
.ecSelect option {
  font-weight: normal;
}
@media screen and (min-width:1160px) {
  .ecInputR label {
    margin: 0px 10px 5px 10px;
  }
  .ecW .ecInputR label {
    margin: 0px 0px 5px 0px;
  }
  .ecFormInputBox {
    width: calc(100% - 20px);
    margin: 0px 10px 20px 10px;
  }
  .ecFormInputBoxN {
    max-width: 360px;
  }
  .ecFormInputBoxH {
    max-width: 171px;
  }
  .ecFaqClose {
    position: absolute;
    left: 10px;
  }
  .ecFormCBox {
    width: 760px;
  }
  .ecInputR4 {
    width: 100%;
  }
  .ecTE2 {
    margin: 0px 10px 20px 10px;
  }
}
@media screen and (min-width:800px) and (max-width:1159px) {
  .ecInputR label {
    margin: 0px 10px 5px 10px;
  }
  .ecW .ecInputR label {
    margin: 0px 0px 5px 0px;
  }
  .ecFormInputBox {
    width: calc(100% - 20px);
    margin: 0px 10px 20px 10px;
  }
  .ecOATE .ecFormInputBoxN {
    max-width: 100%;
  }
  .ecFormInputBoxN {
    max-width: 360px;
  }
  .ecFormInputBoxH {
    max-width: 171px;
  }
  .ecFaqClose {
    position: absolute;
    left: 10px;
  }
  .ecFormCBox {
    width: 760px;
  }
  .ecInputR4 {
    width: 100%;
  }
  .ecTE2 {
    margin: 0px 10px 20px 10px;
  }
}
@media screen and (max-width:799px) {
  .ecInputR label {
    margin: 0px 0px 5px 0px;
  }
  .ecFormInputBox {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .ecFormInputBoxH {
    max-width: 50%;
  }
  .ecFaqClose {
    margin: 0px 0px 30px 0px;
  }
  .ecFormCBox {
    width: calc(100% - 40px);
  }
  .ecInputR4 {
    width: calc(100% - 40px);
    min-width: 360px;
  }
  .ecTE2 {
    margin: 0px 0px 20px 0px;
  }
}
.ecInputNumberBox {
  width: 165px;
}
.ecInputNumber button {
  width: 38px;
  height: 38px;
  background-color: var(--input-bg-color);
  border: solid 2px var(--input-border-color);
  border-radius: 100px;
  font-size: 18px;
  color: var(--font-color);
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0px;
  font-weight: bold;
}
.ecInputNumber input {
  width: 60px;
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  border: none;
}
.ecCDBox {
  width: calc(100% - 40px);
  max-width: 665px;
  min-width: 320px;
  display: flex;
  flex-wrap: wrap;
}
.ecIAI .ecCDBox {
  width: 100%;
}
.ecCMBox {
  width: 360px;
  text-align: center;
}
.ecCDT {
  width: 14.28571428571429%;
  height: 40px;
  line-height: 40px;
}
.ecCD {
  width: 14.28571428571429%;
  padding-top: 14.28571428571429%;
}
.ecCDA {
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.ecCDAO:hover {
  background-color: rgba(255, 204, 5, 0.16);
}
.ecCDAOO {
  background-color: var(--selected-bg-color);
}
.ecCDAC {
  background-color: var(--close-bg-color);
  color: var(--close-color);
}
.ecCDABox {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.ecCDADay {
  width: 100%;
  height: 18px;
  font-size: 1.6vh;
}
.ecCDAPrice {
  width: 100%;
}
.ecCNBox {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.ecCN {
  width: 40px;
  height: 40px;
  display: flex;
}
.ecHourBox {
  width: 240px;
  height: 40px;
  border-radius: 100px;
  margin: 0px auto 5px auto;
  display: flex;
}
.ecHourBoxGreen {
  background-color: var(--ok-color);
  border: solid 2px var(--ok-color);
  color: #FFFFFF;
}
.ecHourBoxRed {
  background-color: var(--ko-color);
  border: solid 2px var(--ko-color);
  color: #FFFFFF;
}
.ecHourBoxGray {
  background-color: var(--gray-color);
  border: solid 2px var(--gray-color);
  color: #FFFFFF;
}
.ecHourBoxSelected {
  background-color: var(--company-color);
  border: solid 2px var(--company-color);
  color: #000000;
}
.ecHourBoxSelected .ecHour1 {
  background-color: var(--company-color);
  color: #000000;
}
.ecHourBoxSelected .ecHour2 {
  color: #000000;
}
.ecHour1 {
  width: 38px;
  height: 38px;
  background-color: #FFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 1px;
  left: 1px;
}
.ecHourBoxGreen .ecHour1 {
  color: var(--ok-color);
}
.ecHourBoxRed .ecHour1 {
  color: var(--ko-color);
}
.ecHourBoxGray .ecHour1 {
  color: var(--gray-color);
}
.ecHour2 {
  width: 180px;
  padding-top: 10px;
  left: 50px;
  color: #FFFFFF;
}
@media screen and (min-width:800px) {
  .ecCDADay {
    padding-top: 8%;
  }
  .ecIRZ11 {
    width: 40px;
  }
  .ecTE2 {
    width: 360px;
  }
  .ecTEI2 {
    margin: 16px 10px;
  }
  .ecBlogCard {
    margin: 0px 10px 20px 10px;
  }
}
@media screen and (max-width:799px) {
  .ecCDADay {
    padding-top: 0%;
  }
  .ecIRZ11 {
    width: 30px;
  }
  .ecTE2 {
    width: 100%;
  }
}
.ecSteepBox {
  justify-content: space-between;
  margin-bottom: 30px;
}
.ecSteepC1 path {
  fill: var(--gray-color);
}
.ecSteepC2 {
  width: 30px;
  height: 30px;
  background-color: var(--gray-color);
  border-radius: 30px;
  z-index: 2;
}
.ecSteepB {
  width: 70px;
  height: 3px;
  background-color: var(--gray-color);
  z-index: 1;
  bottom: 13px;
  right: 15px;
}
.ecSet .ecSteepC1 path {
  fill: var(--font-color);
}
.ecSet .ecSteepC2, .ecSet .ecSteepB, .ecSet2 .ecSteepB, .ecSet0 .ecSteepB {
  background-color: var(--company-color);
}
.ecSet2 .ecSteepC1 path {
  fill: var(--ok-color);
}
.ecSet2 .ecSteepC2 {
  background-color: var(--ok-color);
}
.ecSet0 .ecSteepC1 path {
  fill: var(--ko-color);
}
.ecSet0 .ecSteepC2 {
  background-color: var(--ko-color);
}
.ecTE {
  width: 100%;
  max-width: 780px;
  background-color: var(--editor-bg-color);
  margin-bottom: 40px;
}
.ecTE2 {
  background-color: var(--editor-bg-color);
}
.ecTET {
  width: 100%;
  height: 40px;
}
.ecTET .ecCTADBox {
  max-width: 100%;
}
.ecTET .ecCTADBox .ecBCTA {
  max-width: 100%;
}
.ecTET1 {
  background-color: var(--ctar-bg-color);
  color: var(--company-color);
}
.ecTET2, .ecTET3 {
  background-color: var(--editor-title-bg-color);
}
.ecTET3 {
  line-height: 40px;
  height: auto;
}
.ecTET3 .ecCTADBox {
  width: 100%;
}
.ecTET .ecIa {
  margin: 8px 0px 8px 20px;
  line-height: 25px;
}
.ecTET .ecIb {
  margin: 8px 0px 8px 4px;
  line-height: 25px;
}
.ecTET .ecTED, .ecTET .ecTEDP {
  margin: 4px 10px;
}
.ecTED path, .ecTEDP path {
  fill: #808080;
}
.ecTED:hover path, .ecTEDP:hover path {
  fill: var(--ko-color);
}
.ecTEI {
  font-size: 12px;
  margin: 16px 0px;
}
.ecIRZ2 .ecTEI, .ecTEACT {
  font-size: 12px;
  margin: 0px;
}
.ecTEI1 {
  color: #808080;
}
.ecTEP {
  width: calc(100% - 6px - 6px);
  border: solid 6px var(--company-color);
  margin-top: 30px;
}
.ecTEPT {
  height: 30px;
  line-height: 30px;
  background-color: var(--company-color);
  color: #000000;
  margin-bottom: 30px;
}
.ecTEAC {
  width: 75px;
  height: 55px;
  color: #FFFFFF;
  top: 0px;
  right: -20px;
}
.ecTEAC0 {
  background-color: var(--ko-color);
}
.ecTEAC1 {
  background-color: var(--ok-color);
}
.ecCForm {
  width: 100%;
  max-width: 550px;
}
.fC {
  display: flex;
  justify-content: center;
}
.fS {
  display: flex;
  justify-content: flex-start;
}
.fAc {
  align-content: center;
}
.fR {
  display: flex;
  flex-flow: row;
}
.ecSl .fR {
	display: block;
}
.ecSl {
	padding: 5px 0px;
}
.fCo {
  display: flex;
  flex-flow: column;
}
.fSb {
  display: flex;
  justify-content: space-between;
}
.fSa {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.fFw {
  flex-flow: wrap;
}
.fFnw {
  flex-flow: nowrap;
}
.ecFS .ecCardBoxRevert {
  align-items: flex-start;
}
.ecWfR div {
	max-width: max-content;
	/*display: block;*/
}
.ecFc svg {
  margin: auto;
}
.ecCSIBox {
  width: calc(100% - 20px);
  max-width: 320px;
}
.ecOCP {
  width: calc(100% - 40px);
  max-width: 550px;
  max-height: 88px;
  border-top: solid 1px var(--close-color);
  border-bottom: solid 1px var(--close-color);
  padding: 20px 0px;
  margin-bottom: 40px;
}
.ecPromoCodeBox {
  height: 20px;
  padding: 20px;
  color: var(--ko-color);
}
.ecBlogCard {
  background-color: var(--card-bg-color);
  border: solid 1px var(--card-border-color);
  padding: 0px 0px 20px 0px;
  overflow: hidden;
}
.ecBlogCard .ecCardTitle {
  width: 100%;
  margin: 0px;
}
.ecBlogP {
  padding: 20px 0px;
}
.ecBlogCardSubTitle {
  font-style: italic;
  font-size: 14px;
  color: var(--gray-color);
  padding: 8px 0px;
}
.ecBlogTitle {
  font-size: 30px;
}
.ecBlogSubTitle {
  font-style: italic;
  color: var(--gray-color);
}
.ecBlogSocialMedia {
  padding: 20px;
  color: var(--gray-color);
}
.ecSMBox {
  width: 75px;
  height: 75px;
}
.switch {
  background-color: var(--switch-bg-color);
  box-shadow: var(--switch-shadow);
  font-size: 16px;
  color: #AEAEAE;
  display: inline-block;
  padding: 10px 20px;
  margin: 0px auto 20px auto;
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 1rem;
}
.theme-switch-wrapper p {
  margin: 0px;
}
.theme-switch-wrapper .ecS2, .theme-switch-wrapper .ecShop {
  width: auto;
  height: auto;
  padding: 5px 0px;
}
.ecTESW .theme-switch-wrapper {
  min-width: 116px;
}
.theme-switch, .theme-switch2 {
  width: 34px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.theme-switch {
  margin-right: 10px;
}
.theme-switch2 {
  margin: 0px 10px;
}
.theme-switch input, .theme-switch2 input {
  display: none;
}
.slider, .slide {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider {
  background-color: #E5E5E5;
}
.slide {
  background-color: #0088d563;
}
.slider::before, .slide::before {
  background-color: var(--gray-color);
  bottom: -3px;
  content: "";
  width: 20px;
  height: 20px;
  left: -1px;
  position: absolute;
  transition: .4s;
}
.slider::before {
  background-color: var(--gray-color);
}
.slide::before {
  background-color: var(--link-color);
}
input:checked + .slider, input:checked + .slide {
  background-color: #0088d563;
}
input:checked + .slider::before, input:checked + .slide::before {
  background-color: var(--link-color);
  transform: translateX(16px);
}
input:checked + .slider::after, input:checked + .slide::after {
  color: var(--link-color);
}
.switch, .slider.round, .slide.round {
  border-radius: 33px;
}
.slider.round:before, .slide.round:before {
  border-radius: 50%;
}
.theme-checkbox-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row;
  font-size: 1rem;
}
input[type="checkbox"].ecCheckbox {
  display: none;
}
input[type="checkbox"].ecCheckbox + label {
  display: flex;
}
input[type="checkbox"].ecCheckbox + label::before {
  content: '';
  border: solid 1px var(--gray-color);
  padding: 0 9px;
  margin-right: 0.3rem;
  border-radius: 22px;
}
input[type="checkbox"].ecCheckbox:checked + label::before {
  border: solid 1px var(--link-color);
  background-color: var(--link-color);
}
footer {
  width: 100%;
	font-size: 12px;
  margin: 100px auto 0px auto;
}
.footerBox {
  /*background-color: var(--company-color);*/
  padding: 20px 0px 20px 0px;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.fTDZBox {
  width: 210px;
  height: 210px;
  margin: auto;
  padding-bottom: 30px;
}
.fTDZ {
  width: 210px;
  height: 210px;
  background-position: -647px -180px;
  margin: auto;
}
.fTDZT {
  width: 175px;
  text-align: center;
  margin: auto;
}
.fTDZT1 {
  font-size: 22px;
  padding-top: 55px;
}
.fTDZT2 {
  font-size: 14px;
  padding-top: 6px;
}
.fPM {
  width: 380px;
  height: 32px;
  background-position: -885px -185px;
  padding: 0px 0px 30px 0px;
  margin: auto;
}
.fSMBox {
  width: 160px;
  height: 20px;
  padding: 0px 0px 10px 0px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fSM {
  width: 55px;
  height: 65px;
}
.fSM-f {
  background-position: -417px -170px;
}
.fSM-yt {
  background-position: -486px -170px;
}
.fSM-i {
  background-position: -556px -170px;
}
.fMenu {
  display: inline-block;
  padding: 0px 10px;
}