@charset "utf-8";
/* CSS Document copyrights of E.X.A Concept digital.exa-concept.com */ :root {
  --company-color: #155382;
  --ok-color: #2E7D32;
  --oko-color: #FFAC05;
  --ko-color: #FF5A05;
  --notification: #D32F2F;
  --gray-color: #AEAEAE; 
  --promo-color: #FF9B05;
  --font-color: #000000;
  --bg-color: #F8F8F8;
  --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: #155382;
  --header-mOff-color: #000000;
  --header-mOn-color: #0088d5;
  --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: #FFFFFF;
  --card-border-color: #D2D2D2;
  --card-info-bg-color: #dedede;
  --card-border-color-green:#2E7D32;
  --card-border-color-orange:#EF6C00;
  --card-border-color-red:#D32F2F;
  --card-border-color-light-bleu:#0288D1;
  --card-icon-bg-position: -876px -21px;
  --card-icon-bgc-position: -630px -21px;
  --list-bg-color: #FFFFFF;
  --link-color: #155382;
  --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: #FDFDFD;
  --input-border-color: #dfdfdf;
  --input-placeholder-color: #dfdfdf;
  --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;
  --vat_cell_w:120px;
  --vat_cell_h:32px;
}
[data-theme="dark"] {
  --company-color: #155382;
  --header-mOff-color: #FFFFFF;
  --header-mOn-color: #0088d5;
  --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-border-color-green:#2E7D32;
  --card-border-color-orange:#EF6C00;
  --card-border-color-light-bleu:#0288D1;
  --card-icon-bg-position: -998px -21px;
  --card-icon-bgc-position: -753px -21px;
  --list-bg-color: #000000;
  --link-color: #155382;
  --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;
  --vat_cell_w:120px;
  --vat_cell_h:32px;
}
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, a {
  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;
}
header a, header a:hover {
	text-decoration: none;
}
.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;
  align-content: center;
  gap: 4px;
}
.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;
}
header {
  width: 100%;
  background-color: var(--company-color);
  /*border-bottom: solid 2px var(--header-border-color);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);*/
	position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.hLogo {
  background-image: url("../../_include/img/dragonfly-logo.png");
  background-repeat: no-repeat;
  background-position: var(--header-logo-bg-p);
  background-color:var(--company-color)
  background-size: cover;
  width: 320px;
  height: 48px;
  cursor: pointer;
}
.hALogo {
  width: 320px;
  color: transparent;
}
.hMBox {
  height: 48px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  /*width: 100%;*/
}
.hMBox:a {
  color:#FFFFFF;
  text-decoration: none;
}
.hdB {
  width: 100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-right: 8px;
}
.hM, .hM_on {
  display: flex;
  height: 100%;
  align-items: center;
  font-size:16px;
  color:#FFFFFF;
  padding: 0px 16px;
}
.hM_on {
  background-color: var(--header-mOn-color);
}
.hMobileM {
  display: none;
}
.hMMBox {
  width: 100%;
  height: 100%;
  background-color: var(--header-mobile-menu-bg-color);
  top: 0px;
  left: 0px;
  z-index: 1001;
}
.hMMInsideBox {
  width: calc(100% - 100px);
  height: 100%;
  background-color: var(--header-bg-color);
  text-align: center;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, .4);
  z-index: 1002;
}
.hMMInsideBox a, .ecCTADBox a {
  text-decoration: none;
}
.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%;
}
*/
.hMMTitle {
  padding: 32px 0px;
  background-color: var(--header-bg-color);
  color: var(--header-mOn-color);
  font-size: 20px;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 1px var(--header-mOn-color);
}
.hA_mbc {
  width: 100px;
  height: 100px;
  background-position: var(--header-mobile-menu-close);
  top: 0px;
  right: 0px;
  z-index: 1002;
}
.hMM {
  padding: 20px 0px;
  color: var(--header-mOff-color);
  font-size: 20px;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 1px var(--header-mOver-color);
}
.hMM:hover {
  border-left: solid 4px var(--header-mOver-color);
}
.hMM_on {
  padding: 32px 20px 20px 20px;
  color: var(--header-mOff-color);
  font-size: 20px;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 1px var(--company-color);
}
.hABtn {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.hA_mb {
  background-position: var(--header-mbi-color);
}
.hA_a {
  background-position: var(--header-ai-color);
}
.hA_a_on {
  background-position: -80px -80px;
}
.hA_c {
  background-position: var(--header-coffi-color);
}
.hA_c_on {
  background-position: var(--header-coni-color);
}
.hA_cc {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  top: 12px;
  left: 32px;
}
.hA_d {
  background-position: var(--header-dmi-color);
}
.hA_p {
  background-position: -320px 0px;
  z-index: 102;
}
.hPBox, .hPBonOn {
  width: 200px;
  height: 80px;
  line-height: 80px;
  background-color: var(--header-bg-color);
  font-size: 20px;
  color: var(--font-color);
  text-align: center;
  box-shadow: var(--phone-shadow);
  transition: .4s;
  z-index: 101;
}
.hPBoxOff {
  right: -220px;
}
ecBox {
  display: block;
}
@media screen and (min-width:1121px) {
  header {
    height: 48px;
    display:flex;
	  /*justify-content:space-between;*/
  }
  .hALogo {
    display: flex;
  }
  .hABox {
    width: 160px;
    height: 80px;
  }
  .hA_mb {
    display: none;
  }
  .ecDM {}
  #s1 {
    margin-top: 110px;
  }
  .hPBox {
    top: 0px;
  }
  .hPBoxOn {
    right: 80px;
  }
}
.ecHBlog h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.ecHBlog h4, .ecHBlog h5 {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  margin: 0px;
}
@media screen and (max-width:1120px) {
  header {
    height: 180px;
  	position: fixed;
    transition: .4s;
  }
  .hALogo, .hLogo {
    margin: auto;
  }
  .hA_mb {
    display: block;
  }
  .hABox {
    width: 240px;
    height: 80px;
    margin: auto;
  }
  .ecDM {
    display: none;
  }
  #s1 {
    margin-top: 210px;
  }
  .hPBox {
    top: 80px;
  }
  .hPBoxOn {
    width: 100%;
    right: 0px;
  }
}
.tBox {
  width: 100%;
  background-color: var(--company-color);
  text-align: center;
  overflow: hidden;
}
h1, h2 {
  color: #000000;
}
@media screen and (min-width:1401px) {
  .tBox {
    min-height: 232px;
    margin-bottom: 50px;
  }
  h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px auto 10px auto;
  }
  h2 {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
  }
  h3, h4, h5, h6, h7, h8, h9 {
    width: calc(100% - 40px);
    min-height: 35px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    display: block;
  }
  .tBox svg {
    margin: 30px 0px 30px 0px;
  }
}
@media screen and (max-width:1400px) {
  .tBox {
    min-height: 148px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px auto 10px auto;
  }
  h2 {
    font-size: 16px;
    font-weight: 700;
    margin: auto;
  }
  .tBox svg {
    margin: 20px 0px 20px 0px;
  }
  h3, h4, h5, h6, h7, h8, h9 {
    width: calc(100% - 40px);
    min-height: 35px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: auto;
    display: block;
  }
}
.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: 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, .ecFormComptaCBox {
    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(--input-title-color);
  color: #FFFFFF;
}
.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;
}
.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, .ecFormComptaCBox {
  display: flex;
  flex-wrap: wrap;
}
.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%;
  height: 60px;
  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, .ecFormComptaCBox {
    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, .ecFormComptaCBox {
    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: #FFFFF;
}
.ecHourBoxRed {
  background-color: var(--ko-color);
  border: solid 2px var(--ko-color);
  color: #FFFFF;
}
.ecHourBoxGray {
  background-color: var(--gray-color);
  border: solid 2px var(--gray-color);
  color: #FFFFF;
}
.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;
}
.switch_compta {
  display: flex;
  align-content: center;
  color: #AEAEAE;
  display: inline-block;
} 
.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;
}

/* COMPTA */
.fitcontent {
  width:fit-content;
}

.cardCompta {
  width:360px;
  background-color: var(--card-bg-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);
  border-radius:4px;
  overflow:hidden;
}

.cardCompta a {
  text-decoration: none;
}
.cardDrawerCompta {
  width:calc(100% - 32px);
  background-color: var(--card-bg-color);
  border:solid 1px var(--card-border-color);
  border-radius:4px;
  margin: 16px auto;
}

.cardComptaDiv {
  /*width:100%;*/
  padding: 16px;
}

.cardComptaDivFooter {
  /*width:100%;*/
  background-color:#F9F9F9;
  padding: 14px 16px;
}

.cardComptaDrawerDiv {
  /*width:100%;*/
  padding: 16px;
}

.cardComptaDivTitle {
  /*width:100%;*/
  display: flex;
  align-items:center;
  color: var(--font-color);
  fill: var(--font-color);
}

.ecComptaCardBox {
  width:fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:20px;
}

.ecComptaCardTVABox {
  width:fit-content;
  max-width: 1138px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*gap:20px;*/
}

/* Data table - Comptes */
.ecDT {
  width:fit-content;
  height: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: solid 1px var(--card-border-color);
  overflow: hidden;
}

.ecDTH {
  background-color:#e8e8e8;
}

.ecDT_div {
  display: flex;
  align-content: center;
  height: 32px;
  line-height:32px;
  padding: 0px 8px;
}

.ecDT_compte_c {
  width:60px;
}

.ecDT_compte_t {
  width: 600px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ecDT_compte_s {
  width:60px;
}

.ecComptaAdd {
  background-color:var(--company-color);
  width:28px;
  height: 28px;
  position: fixed;
  bottom: 32px;
  right: 32px;
  /*text-align: center;*/
  border-radius: 100px;
  /*display: flex;*/
  align-content: center;
  justify-content: center;
  padding: 8px;
  cursor:pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
}

/* Drawxer */
.ecComptaDrawerAO {
  width: 100%;
  height: 100%;
  background-color: var(--ao-bg-color);
  top:0px;
  left:0px;
  z-index: 1001;
}

.ecComptaDrawerBox { 
  width: 90%;
  max-width:600px;
  height: 100%;
  background-color: var(--bg-color);
  top:0px;
  right:0px;
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.35);
  overflow-y:auto;
  z-index: 1002;
}

.ecComptaP {
  width: 100%;
  padding: 20px;
}

.headerEbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 8px;
}

.headerEdiv {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.35);
  display: inline-flex;
  height: 36px;
  padding: 0 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.headerEtitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.headerEsubtitle {
  color: #EAEAEA;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headerEnotification {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--notification);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  top: -8px;
  right: -8px;
}

.ecDbox {
  border-radius: var(--borderRadius, 4px);
  display: flex;
  padding: 14px 16px;
  align-items: flex-start;
  align-self: stretch;
  margin:4px 0px;
}

.ecDin {
  background: #EDF7ED;
  color: #1E4620;
}

.ecDout {
  background: #FFF4E5;
  color: #663C00;
}

.ecDbanque {
  background: #e9f7ff;
  color: #003b5a;
}

.ecDoff {
  background: #f1f1f1;
  color: #2a2a2a;
}
.ecTIBox {
  line-height: 24px;
}
.cardComptaDivFooterBox {
  width: max-content;
  /*height: 24px;*/
  line-height: 14px;
  display: flex;
  align-content: center;
  gap: 8px;
  margin-left: auto;
}



.ecDT_VAT_db_ {
  background-color: #ead3d3;
}
.ecDT_VAT_cb_ {
  background-color: #d3eadd;
}
.ecDT_VAT_c_ {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_d_ {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_dov {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_dv {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_div {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_d {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_c {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_cov {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_cnv {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_cv {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_v {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_p {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_r {
  width: var(--vat_cell_w);
  height: var(--vat_cell_h);
}

.ecDT_VAT_u {
  width: var(--vat_cell_h);
  height: var(--vat_cell_h);
}

.ecDT_VAT_cell, .ecDT_VAT_cell_Off {
  border: solid 1px transparent;
}

.ecDT_VAT_cell:hover {
  border: solid 1px #0088d5;
}

.ecComptaDiv .switch {
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0px;
}

.ecDT_banque_c {
  width:60px;
}

.ecDT_banque_t {
  width:200px;
}

.ecDT_banque_p {
  width:100px;
}

.ecDT_banque_s {
  width:60px;
}
.ecFormComptaInputBox {
  width:calc(100% - 2px);
  height:100%;
  border:none;
  padding: 0px;
}
.ecDT_VAT_cell input {
  background: none;
} 
.ecDT_VAT_cell select, ::picker(select) {
  appearance: base-select;
  background: none;
} 


.ecDT_VAT_cell select::picker-icon {
  color: #999999;
  transition: 0.4s rotate;
}
.ecDT_VAT_cell select:open::picker-icon {
  rotate: 180deg;
}
::picker(select) {
  border: none;
}
.ecDT_VAT_cell option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;

  border: 2px solid #dddddd;
  background: #f0f0f0;
  padding: 10px;
  transition: 0.4s;
}
/*
.ecDT_VAT_cell option:first-of-type {
  border-radius: 8px 8px 0 0;
}

.ecDT_VAT_cell option:last-of-type {
  border-radius: 0 0 8px 8px;
}

::picker(select) {
  border-radius: 8px;
}
*/
.ecDT_VAT_cell option:not(option:last-of-type) {
  border-bottom: none;
}
.ecDT_VAT_cell option:nth-of-type(odd) {
  background: white;
}

.ecDT_VAT_cell option:hover,
.ecDT_VAT_cell option:focus {
  background: rgb(14, 218, 106);
}
.ecDT_VAT_cell option .icon {
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
}
.ecDT_VAT_cell  selectedcontent .icon {
  display: none;
}
.ecDT_VAT_cell option:checked {
  font-weight: bold;
  background: rgb(78, 193, 231);
}
.ecDT_VAT_cell option::checkmark {
  order: 1;
  margin-left: auto;
  content: "☑️";
}
.ecDT_VAT_cell option[value="-"] {
  background-color:var(--company-color);
  color: #FFFFFF;
}
::picker(select) {
  opacity: 0;
  transition: all 0.4s allow-discrete;
}
::picker(select):popover-open {
  opacity: 1;
}
@starting-style {
  ::picker(select):popover-open {
    opacity: 0;
  }
}
::picker(select) {
  top: calc(anchor(bottom) + 1px);
  left: anchor(10%);
}

.ecComptaFormCTA {
  width: calc(100% - 2px);
  height: 100%;
  border: none;
  padding: 0px;
  display: flex;
}

.ecCompta-upload {
  background-color: var(--company-color);
}

.ecCompta-uploadOff {
  background-color: var(--gray-color);
}

.ecCompta-delete {
  background-color: var(--gray-color);
}

.ecDT_isbn_t {
  width: 300px;
}

.ecDT_isbn_p {
  width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* File */

* Importing Inter Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.file-uploader {
  /*width: 500px;*/
  /*background: #fff;*/
  border-radius: 5px;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
}
.file-uploader .uploader-header {
  display: flex;
  padding: 20px;
  background: #EEF1FB;
  align-items: center;
  border-radius: 5px 5px 0 0;
  justify-content: space-between;
}
.uploader-header .uploader-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.uploader-header .file-completed-status {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.file-list {
  list-style: none;
  /*width: 100%;*/
  padding: 20px 0px 10px 0px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #999 transparent;
  scrollbar-width: thin;
  margin: 0px 10px;
}
.file-list:has(li) {
  padding: 20px;
}
.file-list .file-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}
.file-list .file-item:last-child {
  margin-bottom: 0px;
}
.file-list .file-item .file-extension {
  height: 50px;
  width: 50px;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--company-color);
}
.file-list .file-item .file-content-wrapper {
  flex: 1;
}
.file-list .file-item .file-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.file-list .file-item .file-name {
  font-size: 1rem;
  font-weight: 600;
}
.file-list .file-item .file-info {
  display: flex;
  gap: 5px;
}
.file-list .file-item .file-info small {
  color: #5c5c5c;
  margin-top: 5px;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.file-list .file-item .file-info .file-status {
  color: var(--company-color);
}
.file-list .file-item .cancel-button {
  align-self: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1.4rem;
}
.file-list .file-item .cancel-button:hover {
  color: #E3413F;
}
.file-list .file-item .file-progress-bar {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  border-radius: 30px;
  background: #d9d9d9;
}
.file-list .file-item .file-progress-bar .file-progress {
  width: 0%;
  height: inherit;
  border-radius: inherit;
  background: var(--company-color);
}
.file-uploader .file-upload-box {
  margin: 10px;
  border-radius: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #B1ADD4;
  transition: all 0.2s ease;
  cursor:pointer;
}
.file-uploader .file-upload-box.active {
  border: 2px solid var(--company-color);
  background: #15538216;
}
.file-uploader .file-upload-box .box-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #626161;
}
.file-uploader .file-upload-box.active .box-title {
  pointer-events: none;
}
.file-upload-box .box-title .file-browse-button {
  color: var(--company-color);
  cursor: pointer;
}
.file-upload-box .box-title .file-browse-button:hover {
 text-decoration: underline;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ecDT_vat_l {
  width:35px;
}
.ecDT_vat_t {
  width:450px;
}
.ecDT_vat_m {
  width:100px;
}
.ecDT_vat_a {
  width:100px;
}
.ecComptaBank {
  background-color: #f1f1f1;
  max-width:none;
  border: solid 2px #000000;
  padding: 10px 20px;
  border-radius: 4px;
}
.ecComptaVAT {
  /*background-color: #f1eade;*/
  border-bottom: solid 2px #755200;
  padding: 10px 20px;
  /*border-radius: 4px;*/
} 
.o15 {
  opacity: 0.15;
}

.row {
  padding: 0px 20px 60px 20px;
}
.ecTabs {
  display: flex;
  font-weight: 400;
}
.ecTabPart {
  flex-grow:2;
  padding:8px;
  border-bottom: solid 3px transparent;
}
.ecTabPartOn {
  border-bottom: solid 3px #175597;
  background: #17559714;
}
.ecTabPartOff {
  color:#8d8d8d;
  border-bottom: solid 3px #8d8d8d;
  cursor: pointer;
}
.ecDT_immo_t {
  width: 200px;
}
.ecDT_immo_v {
  width: 100px;
}

.ecDT_travel_d {
  width: 100px;
}
.ecDT_travel_r {
  width: 125px;
}
.ecDT_travel_f {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ecDT_travel_t {
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ecDT_travel_di {
  width: 150px;
}
.ecDT_travel_ar {
  width: 100px;
}

.ecComptaExerciceBox {
  width:217px;
  height:auto;
  max-height:150px;
  background-color:#FFFFFF;
  box-shadow:0px 2px 3px #00000099;
  right:57px;
  top:44px;
  z-index: 1002;
  min-height: 100px;
  border-radius: 4px;
  overflow: auto;
}
/* Journaux */
.ecDT_journaux_banque_s {
  width:50px;
}
.ecDT_journaux_banque_da {
  width:80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ecDT_journaux_banque_p {
  width:50px;
}
.ecDT_journaux_banque_doc {
  width:80px;
}
.ecDT_journaux_banque_cg {
  width:120px;
}
.ecDT_journaux_banque_ca {
  width:300px;
}
.ecDT_journaux_banque_t {
  width:300px;
}
.ecDT_journaux_banque_de {
  width:200px;
}
.ecDT_journaux_banque_cr {
  width:200px;
}
.ecDT_journaux_banque_pay {
  width:100px;
}
.ecDT_journaux_banque_df {
  width:100px;
}