.l-6{background-color:#FFFFFF;}.l-9{font-family:inherit;font-size:11pt;color:#13274F;vertical-align:middle;background-color:#FFFFFF;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-left:1px solid #F5AF3F;border-top:1px solid #F5AF3F;border-right:1px solid #F5AF3F;border-bottom:1px solid #F5AF3F;}.htmlstd .padding.l-9,.htmlstd .webdevclass-riche .l-9,.htmlstd .webdevclass-riche.l-9,.htmlstd .padding.l-24,.htmlstd .webdevclass-riche .l-24,.htmlstd .webdevclass-riche.l-24{padding-right:2px;padding-left:2px;}.l-10{font-family:inherit;font-size:11pt;color:#13274F;vertical-align:middle;}.htmlstd .padding.l-10,.htmlstd .webdevclass-riche .l-10,.htmlstd .webdevclass-riche.l-10{padding-right:0;padding-left:0;}.l-11{font-family:inherit;font-size:11pt;color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#13274F;border-radius:0;}.l-12{color:#F5AF3F;text-align:right;vertical-align:middle;-ms-transition:all 200ms ease 0ms;-moz-transition:all 200ms ease 0ms;-webkit-transition:all 200ms ease 0ms;-o-transition:all 200ms ease 0ms;transition:all 200ms ease 0ms;}.l-13{font-family:inherit;font-size:11pt;color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#F5AF3F;border-radius:15px;}.l-24{font-family:inherit;font-size:11pt;color:#13274F;text-align:center;vertical-align:middle;background-color:#FFFFFF;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-left:1px solid #F5AF3F;border-top:1px solid #F5AF3F;border-right:1px solid #F5AF3F;border-bottom:1px solid #F5AF3F;}.l-28{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;color:#2C2C2C;text-align:center;:root {
  --backgroundColor: rgba(246, 241, 209);
  --colorShadeA: rgb(106, 163, 137);
  --colorShadeB: rgb(121, 186, 156);
  --colorShadeC: rgb(150, 232, 195);
  --colorShadeD: rgb(187, 232, 211);
  --colorShadeE: rgb(205, 255, 232);
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: 'OpenSans', sans-serif;
  font-size: 1rem;
  line-height: 2;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 0;
  min-height: 100vh;
  background: var(--backgroundColor);
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.5rem;
    color:var(--colorShadeA);
  font-weight: 700;
  text-transform: uppercase;
  font-family: inherit;
}

button.big-button {
   padding: 1em 2em;
   border: 2px solid var(--colorShadeA);
  border-radius: 1em;
  background: var(--colorShadeE);
transform-style: preserve-3d;
   transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
button.big-button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--colorShadeC);
  border-radius: inherit;
    box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.75em 0 0 var(--colorShadeA);
 transform: translate3d(0, 0.75em, -1em);
     transition: all 175ms cubic-bezier(0, 0, 1, 1);
}


button.big-button:hover {
  background: var(--colorShadeD);
  transform: translate(0, 0.375em);
}

button.big-button:hover::before {
  transform: translate3d(0, 0.75em, -1em);
}

button.big-button:active {
            transform: translate(0em, 0.75em);
}

button.big-button:active::before {
  transform: translate3d(0, 0, -1em);
  
      box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.25em 0 0 var(--colorShadeB);

}}.l-11.wbSurvol,.l-11:hover{color:#FFFFFF;background-color:#275AA9;border-radius:0;}.l-12.wbSurvol,.l-12:hover{color:#275AA9;}.l-13.wbSurvol,.l-13:hover{background-color:#275AA9;}.l-9.wbFocus,.l-9:focus,.l-10.wbFocus,.l-10:focus,.l-12.wbFocus,.l-12:focus,.l-24.wbFocus,.l-24:focus{outline:none;}.l-11.wbFocus,.l-11:focus{background-color:#275AA9;border-radius:0;outline:none;}.htmlstd .padding.l-11.wbFocus,.htmlstd .webdevclass-riche .l-11.wbFocus,.htmlstd .webdevclass-riche.l-11.wbFocus,.htmlstd .padding.l-11:focus,.htmlstd .webdevclass-riche .l-11:focus,.htmlstd .webdevclass-riche.l-11:focus{padding-left:0;}.l-13.wbFocus,.l-13:focus{background-color:#275AA9;}.l-9.wbActif,.l-9:active,.l-10.wbActif,.l-10:active,.l-24.wbActif,.l-24:active{outline:none;}.l-11.wbActif,.l-11:active{color:#FFFFFF;background-color:#275AA9;border-radius:0;outline:none;}.htmlstd .padding.l-11.wbActif,.htmlstd .webdevclass-riche .l-11.wbActif,.htmlstd .webdevclass-riche.l-11.wbActif,.htmlstd .padding.l-11:active,.htmlstd .webdevclass-riche .l-11:active,.htmlstd .webdevclass-riche.l-11:active{padding-left:0;}.l-12.wbActif,.l-12:active{color:#2C2C2C;outline:none;}.l-13.wbActif,.l-13:active{background-color:#275AA9;}.htmlstd .l-9.wbgrise,.wbgrise .l-9,.l-9[disabled],.htmlstd .l-24.wbgrise,.wbgrise .l-24,.l-24[disabled]{color:#808080;background-color:#E0E0E0;}.htmlstd .l-10.wbgrise,.wbgrise .l-10,.l-10[disabled],.htmlstd .l-12.wbgrise,.wbgrise .l-12,.l-12[disabled]{color:#909090;text-shadow:0 1px 0 rgba(255,255,255, 0.50);}.htmlstd .padding.l-10.wbgrise,.htmlstd .webdevclass-riche .l-10.wbgrise,.htmlstd .webdevclass-riche.l-10.wbgrise,.htmlstd .padding.wbgrise .l-10,.htmlstd .webdevclass-riche .wbgrise .l-10,.htmlstd .webdevclass-riche.wbgrise .l-10,.htmlstd .padding.l-10[disabled],.htmlstd .webdevclass-riche .l-10[disabled],.htmlstd .webdevclass-riche.l-10[disabled]{padding-left:0;}.htmlstd .l-11.wbgrise,.wbgrise .l-11,.l-11[disabled]{color:#909090;background-color:#13274F;text-shadow:0 1px 0 rgba(255,255,255, 0.50);}.A4{width:417px;height:392px;}.A11{width:240px;height:23px;}.wbLibChampA11>li:first-child{position:static;min-width:0;min-width:auto;pointer-events:auto;transform:none;box-sizing:border-box;margin-top:0;height:auto !important;}.wbLibChampA11.wbSaisieNonVide>li:first-child,.wbLibChampA11.wbFocus>li:first-child{transform:none;}.wbLibChampA11>li:first-child>table{width:100% !important;height:100% !important;}.wbLibChampA11:not(.wbSaisieNonVide)>li+li input:not(:focus),.wbLibChampA11:not(.wbSaisieNonVide)>li+li textarea:not(:focus),.wbLibChampA11:not(.wbSaisieNonVide)>li+li iframe:not(:focus){text-indent:initial;}.wbLibChampA11{display:table;}.wbLibChampA11>li+li{display:table-cell;}.wbLibChampA11>li:first-child{min-width:117px;width:117px;height:23px !important;display:table-cell;}.A5{width:240px;height:24px;}.wbLibChampA5>li:first-child{position:static;min-width:0;min-width:auto;pointer-events:auto;transform:none;box-sizing:border-box;margin-top:0;height:auto !important;}.wbLibChampA5.wbSaisieNonVide>li:first-child,.wbLibChampA5.wbFocus>li:first-child{transform:none;}.wbLibChampA5>li:first-child>table{width:100% !important;height:100% !important;}.wbLibChampA5:not(.wbSaisieNonVide)>li+li input:not(:focus),.wbLibChampA5:not(.wbSaisieNonVide)>li+li textarea:not(:focus),.wbLibChampA5:not(.wbSaisieNonVide)>li+li iframe:not(:focus){text-indent:initial;}.wbLibChampA5{display:table;}.wbLibChampA5>li+li{display:table-cell;}.wbLibChampA5>li:first-child{min-width:117px;width:117px;height:25px !important;display:table-cell;}.A10{width:240px;height:30px;}.A19{width:392px;height:24px;}.A57{width:239px;height:31px;}.wbLibChampA57>li:first-child{position:static;min-width:0;min-width:auto;pointer-events:auto;transform:none;box-sizing:border-box;margin-top:0;height:auto !important;}.wbLibChampA57.wbSaisieNonVide>li:first-child,.wbLibChampA57.wbFocus>li:first-child{transform:none;}.wbLibChampA57>li:first-child>table{width:100% !important;height:100% !important;}.wbLibChampA57:not(.wbSaisieNonVide)>li+li input:not(:focus),.wbLibChampA57:not(.wbSaisieNonVide)>li+li textarea:not(:focus),.wbLibChampA57:not(.wbSaisieNonVide)>li+li iframe:not(:focus){text-indent:initial;}.wbLibChampA57{display:table;}.wbLibChampA57>li+li{display:table-row;display:table-row;}.wbLibChampA57>li:first-child{display:none;}.A50{width:214px;height:31px;}.wbLibChampA50>li:first-child{position:static;min-width:0;min-width:auto;pointer-events:auto;transform:none;box-sizing:border-box;margin-top:0;height:auto !important;}.wbLibChampA50.wbSaisieNonVide>li:first-child,.wbLibChampA50.wbFocus>li:first-child{transform:none;}.wbLibChampA50>li:first-child>table{width:100% !important;height:100% !important;}.wbLibChampA50:not(.wbSaisieNonVide)>li+li input:not(:focus),.wbLibChampA50:not(.wbSaisieNonVide)>li+li textarea:not(:focus),.wbLibChampA50:not(.wbSaisieNonVide)>li+li iframe:not(:focus){text-indent:initial;}.wbLibChampA50{display:table;}.wbLibChampA50>li+li{display:table-row;display:table-row;}.wbLibChampA50>li:first-child{display:none;}.A32{width:239px;height:31px;}.wbLibChampA32>li:first-child{position:static;min-width:0;min-width:auto;pointer-events:auto;transform:none;box-sizing:border-box;margin-top:0;height:auto !important;}.wbLibChampA32.wbSaisieNonVide>li:first-child,.wbLibChampA32.wbFocus>li:first-child{transform:none;}.wbLibChampA32>li:first-child>table{width:100% !important;height:100% !important;}.wbLibChampA32:not(.wbSaisieNonVide)>li+li input:not(:focus),.wbLibChampA32:not(.wbSaisieNonVide)>li+li textarea:not(:focus),.wbLibChampA32:not(.wbSaisieNonVide)>li+li iframe:not(:focus){text-indent:initial;}.wbLibChampA32{display:table;}.wbLibChampA32>li+li{display:table-row;display:table-row;}.wbLibChampA32>li:first-child{display:none;}@-ms-keyframes wbImgAnimA23{0% {-ms-transform:translateY(0);}100% {-ms-transform:translateY(-100%);}}@-moz-keyframes wbImgAnimA23{0% {-moz-transform:translateY(0);}100% {-moz-transform:translateY(-100%);}}@-webkit-keyframes wbImgAnimA23{0% {-webkit-transform:translateY(0);}100% {-webkit-transform:translateY(-100%);}}@-o-keyframes wbImgAnimA23{0% {-o-transform:translateY(0);}100% {-o-transform:translateY(-100%);}}@keyframes wbImgAnimA23{0% {transform:translateY(0);}100% {transform:translateY(-100%);}}.wbImgAnimA23>img{-ms-animation:wbImgAnimA23 1305ms steps(29,end) 0ms infinite normal forwards;-moz-animation:wbImgAnimA23 1305ms steps(29,end) 0ms infinite normal forwards;-webkit-animation:wbImgAnimA23 1305ms steps(29,end) 0ms infinite normal forwards;-o-animation:wbImgAnimA23 1305ms steps(29,end) 0ms infinite normal forwards;animation:wbImgAnimA23 1305ms steps(29,end) 0ms infinite normal forwards;}.wbImgAnimA23{padding-top:100%;}#page,.pos1{display:block;height:100% !important;}.pos2{clear:left;float:left;margin:0 0 0 80px;display:inline;min-height:418px;height:auto !important;height:418px;}.pos3{min-width:820px;width:auto !important;width:820px;}.pos4{float:left;margin:0 0 0 6px;display:inline;min-width:794px;width:auto !important;width:794px;min-height:398px;height:auto !important;height:398px;}.pos5{float:left;margin:6px 0 0;display:inline;min-height:392px;height:auto !important;height:392px;}.pos6{min-width:417px;width:auto !important;width:417px;}.pos7{float:left;margin:6px 0 0 6px;display:inline;min-height:392px;height:auto !important;height:392px;}.pos8{min-width:1px;width:auto !important;width:1px;}.pos9{float:left;margin:129px 0 51px 13px;display:inline;min-height:218px;height:auto !important;height:218px;}.pos10{clear:left;float:left;margin:0 0 0 117px;display:inline;min-height:24px;height:auto !important;height:24px;}.pos11,.pos13{min-width:240px;width:auto !important;width:240px;}.pos12{clear:left;float:left;margin:0 0 0 370px;display:inline;min-height:30px;height:auto !important;height:30px;}.pos14,.pos27,.pos103{clear:left;float:left;display:inline;min-height:26px;height:auto !important;height:26px;}.pos15{min-width:380px;width:auto !important;width:380px;}.pos16{clear:left;float:left;margin:0 0 0 153px;display:inline;min-height:24px;height:auto !important;height:24px;}.pos17,.pos22,.pos24{min-width:80px;width:auto !important;width:80px;}.pos18{clear:left;float:left;margin:0 0 0 15px;display:inline;min-height:20px;height:auto !important;height:20px;}.pos19{min-width:351px;width:auto !important;width:351px;}.pos20{clear:left;float:left;margin:6px 0 0 71px;display:inline;min-width:282px;width:auto !important;width:282px;min-height:24px;height:auto !important;height:24px;}.pos21,.pos33,.pos45,.pos61,.pos75,.pos91,.pos112{float:left;display:inline;min-height:24px;height:auto !important;height:24px;}.pos23,.pos35,.pos47,.pos49,.pos63,.pos65,.pos77,.pos79,.pos93,.pos95,.pos99,.pos101,.pos114{float:left;margin:0 0 0 6px;display:inline;min-height:24px;height:auto !important;height:24px;}.pos25{clear:left;float:left;margin:17px 0 0;display:inline;min-height:36px;height:auto !important;height:36px;}.pos26{min-width:353px;width:auto !important;width:353px;}.pos28{min-width:520px;width:auto !important;width:520px;}.pos29,.pos37,.pos67,.pos81{float:left;display:inline;min-width:494px;width:auto !important;width:494px;min-height:309px;height:auto !important;height:309px;}.pos30{clear:left;float:left;margin:30px 0 0;display:inline;min-height:191px;height:auto !important;height:191px;}.pos31,.pos39,.pos41,.pos53,.pos55,.pos69,.pos71,.pos83,.pos85{min-width:494px;width:auto !important;width:494px;}.pos32{clear:left;float:left;margin:58px 0 0 106px;display:inline;min-width:388px;width:auto !important;width:388px;min-height:24px;height:auto !important;height:24px;}.pos34,.pos48,.pos64,.pos78,.pos94,.pos100,.pos113{min-width:166px;width:auto !important;width:166px;}.pos36,.pos46,.pos50,.pos62,.pos66,.pos76,.pos80,.pos92,.pos96,.pos98,.pos102,.pos115{min-width:110px;width:auto !important;width:110px;}.pos38,.pos52,.pos68,.pos82{clear:left;float:left;display:inline;min-height:17px;height:auto !important;height:17px;}.pos40,.pos54{clear:left;float:left;margin:6px 0 0;display:inline;min-height:35px;height:auto !important;height:35px;}.pos42{clear:left;float:left;margin:53px 0 0 172px;display:inline;min-height:87px;height:auto !important;height:87px;}.pos43{min-width:322px;width:auto !important;width:322px;}.pos44{clear:left;float:left;margin:81px 0 0 48px;display:inline;min-width:446px;width:auto !important;width:446px;min-height:24px;height:auto !important;height:24px;}.pos51{float:left;display:inline;min-width:494px;width:auto !important;width:494px;}.pos56{clear:left;float:left;margin:6px 0 0 160px;display:inline;}.pos57,.pos108,.pos110{min-width:334px;width:auto !important;width:334px;}.pos58{clear:left;float:left;margin:8px 0 0 48px;display:inline;min-height:34px;height:auto !important;height:34px;}.pos59{min-width:446px;width:auto !important;width:446px;}.pos60{clear:left;float:left;margin:13px 0 0 48px;display:inline;min-width:446px;width:auto !important;width:446px;min-height:24px;height:auto !important;height:24px;}.pos70,.pos84{clear:left;float:left;margin:6px 0 0;display:inline;min-height:34px;height:auto !important;height:34px;}.pos72{clear:left;float:left;margin:88px 0 0 140px;display:inline;min-height:31px;height:auto !important;height:31px;}.pos73{min-width:354px;width:auto !important;width:354px;}.pos74{clear:left;float:left;margin:103px 0 0 48px;display:inline;min-width:446px;width:auto !important;width:446px;min-height:24px;height:auto !important;height:24px;}.pos86{clear:left;float:left;margin:82px 0 0 128px;display:inline;min-height:31px;height:auto !important;height:31px;}.pos87,.pos89{min-width:366px;width:auto !important;width:366px;}.pos88{clear:left;float:left;margin:16px 0 0 128px;display:inline;min-height:19px;height:auto !important;height:19px;}.pos90{clear:left;float:left;margin:74px 0 0 48px;display:inline;min-width:446px;width:auto !important;width:446px;min-height:24px;height:auto !important;height:24px;}.pos97{float:left;margin:0 0 0 48px;display:inline;min-height:24px;height:auto !important;height:24px;}.pos104{min-width:429px;width:auto !important;width:429px;}.pos105{clear:left;float:left;margin:6px 0 0 6px;display:inline;min-height:48px;height:auto !important;height:48px;}.pos106{min-width:423px;width:auto !important;width:423px;}.pos107{clear:left;float:left;margin:10px 0 0 95px;display:inline;min-height:31px;height:auto !important;height:31px;}.pos109{clear:left;float:left;margin:6px 0 0 95px;display:inline;min-height:19px;height:auto !important;height:19px;}.pos111{clear:left;float:left;margin:11px 0 0 73px;display:inline;min-width:356px;width:auto !important;width:356px;min-height:24px;height:auto !important;height:24px;}