@font-face {
    font-family: 'Museo Sans';
    src: url("font/museosans.otf") format("opentype");
}
* {
    outline-offset: 0px;
}
form *:focus, .a-step:focus {
    outline-color: #EE7F00;
}
.btn-contact:focus, .btn-menu-top:focus, .switcher a:focus, .a-logo:focus  {
    transform:scale(1.05);
    outline:none !important;
}
.btn:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
    outline-color: #EE7F00 !important;
    outline-style: solid !important;
}
.a-mdp:focus {
    outline:none !important;
    text-decoration:underline !important;
}
.resultat .bloc .table a:focus {
    transform:scale(1.05);
    outline:none !important;
}
.a-logo {
    display:block;
}
.wes .a-logo {
    display: inline-block;
    position: absolute;
    top: -7.5%;
    right: 24.5%;
}
.wes .bloc-form-ecommerce{
    position: relative;
}
html, body {
    margin:0;
    padding:0;
}
html {
    background: #ee7f00;
}
html.verifcenter {
    background: #3E3D40;
}
html.ecommerce {
    background: #EEEEEE;
}
body {
    min-width: 1440px;
}
a {
    cursor:pointer;
}
.label-email {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #3E3D40;
    width: 100%;
    margin-top: 8px;
}
.inscription h1 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #EE7F00;
    margin:0;
    padding:0;
}
.inscription .btn-submit {
    height: 40px !important;
    width: 100% !important;
    margin-top: 26px !important;
    margin-left: 0;
}
.inscription h5 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #878588;
    margin-top: 40px;
    margin-bottom: 20px;
}
.inscription h5.adresse-facturation {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.inscription h3 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #3E3D40;
    padding:10px 0 15px;
    margin:0;
}
.copyright {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #878588;
    margin-top:24px;
    margin-bottom:50px;
}
table.paiement {
    width:100%;
    background: #EEEEEE;
    padding: 24px 14px;
    border-radius: 8px;
}
span.remise{
    font-style: italic;
    color: #008000b0;
}
table.paiement hr {
    background-color: red !important;
    border: 1px solid #CCCCCC !important;
    border-top: none !important;
    margin: 15px 0;
}
.td211 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #878588;
}
.td2, .td22 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    text-align: right;
    color: #3E3D40;
}
.td222 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #3E3D40;
}
#createAccountSubmit {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3E3D40;
    width: calc(100% - 26px) !important;
    display: inline-block;
    text-align:center;
    text-decoration:none;
}
input[type=checkbox] {
    accent-color: #878588;
    transform: scale(1.2);
}
form *:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
    outline-color: #EE7F00 !important;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button:focus, input[type="submit"]:focus {
    border: 1px solid #EE7F00 !important;
    outline: 1px solid #EE7F00 !important;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity:0;
}
body {
    transform-origin: 0 0;
}
.body-bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    background: url(/img/bg.svg) no-repeat;
    background-position: calc(50% + 792px - 382px) -77px;
}
.body-bg.body-login {
    background-position: calc(50% + 622px - 382px) -77px;
}
.body-bg.verifcenter {
    background: transparent;
}
.body-bg.ecommerce {
    background: #EEEEEE;
}
.body-bg .content {
    max-width:1440px;
    margin:auto;
    width:100%;
    position:relative;
}
.body-bg .content.content-login {
    max-width: 1200px;
}
.menu-top-right {
    position:absolute;
    top:18px;
    right:18px;
}
.menu-top-left {
    position:absolute;
    top: 26px;
    left: 36px;
}
.menu-top-right .btn {
    position: relative;
    top: -1px;
}
.menu-top-right a {
    text-decoration: none;
}
.position-relative {
    position:relative;
}
.inscription {
    max-width: 480px;
    margin: auto;
    margin-top: 128px;
}
.bloc-form-login .inscription {
    margin-top: 0px;
}
.inscription .bloc, .inscription .paie, .inscription .choix-cb {
    background:#FFF;
    border-radius:8px;
    padding:24px;
}
.choix-cb {
    margin-top:24px;
}
.paie {
    margin-top:24px;
}
.logo {
    text-align:center;
}
.step {
    position:absolute;
    left:0;
    width: 100%;
    height: 472px;
}
.wes .step {
    height: 500px;
}
.wes .verify{
    overflow: auto;
    margin-top: 30px;
    margin-left: 13px;
}
.wes .verify label{
    width: 100%;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 15px;
}
.wes .verify .bloc-case{
    width: 50%!important;
    padding: 0!important;
}
.wes .verify label.transcript2{
    display: inline-flex;
    align-items: flex-start;
    
}
h2.text-step-2 a.a-upload{
    color: #EE7F00;
    font-style: italic;
}
.wes .verify input{
    top:2px;
}
.wes .a-autho{
    margin-top: 0px;
}
.verifcenter .step {
    height: 400px;
}
.bloc-form-ecommerce {
    padding:32px 60px 16px;
    background:#FFF;
    border-radius:12px;
    display:inline-block;
    width:780px;
    margin-top: 80px;
    margin-left: 60px;
    margin-bottom:84px;
    float: left;
    height: 635px;
    box-shadow: 8px 8px 16px rgba(62, 61, 64, 0.1);
}
.bloc-form-login {
    width:440px;
    height: auto;
}
.verifcenter .bloc-form-ecommerce {
    padding: 32px 60px 16px;
    background: #FFF;
    border-radius: 12px;
    display: inline-block;
    width: 780px;
    margin-top: 80px;
    margin-left: 60px;
    margin-bottom: 84px !important;
    /* float: left; */
    height: 623px;
    /*margin: auto;*/
    display: block;
    margin-top: 78px;
    float:none;
}
.verifcenter .profiM{
    height: 673px;
}
.verifcenter .profiM .step {
    height: 450px;
}
.menu-form-ecommerce {
    margin-top:45px;
    text-align:center;
}
.menu-form-ecommerce a {
    border-radius:33px;
    background:#EEEEEE;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #C3C2C5;
    padding:8px 12px;
}
.menu-form-ecommerce a.selected {
    background:#EE7F00;
    color:#3E3D40;
}
.menu-form-ecommerce a span {
    margin-right:10px;
}
.menu-form-ecommerce a.selected span {
    color:#FFFFFF;
}
.img-fleche {
    padding: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.remove-upload {
    position: absolute !important;
    left: auto !important;
    top: 12px !important;
    cursor: pointer;
}
.bloc-left {
    float:left;
}
.bloc-right {
    float:right;
}
.bloc.bloc-left.bloc-50 {
    padding-right: 30px;
    width: calc(50% - 30px);
}
.bloc.bloc-right.bloc-50 {
    padding-left: 30px;
    width: calc(50% - 30px);
}

.bloc-form-ecommerce-content {
    position:relative;
    top: 46px;
}
.icons-bank {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align:center;
}
.bloc-contact-ecommerce {
    width: 360px;
    float: right;
    margin-right: 60px;
    margin-top: 260px; 
}
.pub {
    padding: 30px 40px;
    background: #FFF;
    position: absolute;
    top: 80px;
    right: 20px;
    width: 366px;
    height: 625px;
    border-radius: 12px;
    box-shadow: 8px 8px 16px rgba(62, 61, 64, 0.1);
    display:none;
}
.pub h1 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    margin:0;
    padding:0;
}
.pub h2 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #F27400;
    margin:0;
    margin-top:20px;
}
.pub .choose {
    margin-top:25px;
}
.pub .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor:pointer;
}
.pub p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #888888;
    margin-bottom:10px;
    margin-top:0px;
}
.pub .btn {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #3E3D40;
    width:153px;
    text-align:center;
    display:inline-block;
    margin-left:0;
    white-space: nowrap;
    text-decoration:none;
}
.pub .btn+.btn {
    margin-left:5px;
}
.pub .btn--orange {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #3E3D40;
    width:100%;
    background: #EE7F00;
}

.wes-info-box {
    padding: 20px 30px;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: #FFF;
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
    font-family: 'Museo Sans';
    width: 386px;
    box-shadow: 8px 8px 16px rgba(62, 61, 64, 0.1);
    gap: 15px;
    color: #333;
  }
  
  .wes-logo {
    max-width: 95px;
    height: auto;
    flex-shrink: 0;
    margin-top: 4px;
  }
  
  .wes-text {
    color: #878588;
    font-size: 16px;
    line-height: 1.4;
  }
  .wes-text p{
    margin: 0;
  }
  .wes-text strong {
    font-weight: 600;
    color: #3E3D40;
  }
  
  .wes-text a {
    display: inline-block;
    color: #EE7F00;
    padding: 2px 6px;
    text-decoration: none;
    font-size: 16px;
  }
  
  .wes-text a:hover {
    text-decoration: underline;
  }
  

.popup-packs {
    padding: 20px 30px;
    background: #FFF;
    position: absolute;
    top: 265px;
    right: 20px;
    width: 386px;
    border-radius: 12px;
    font-family: 'Museo Sans';
    box-shadow: 8px 8px 16px rgba(62, 61, 64, 0.1);
    display: none; 
}
  
  .popup-packs .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .popup-packs .popup-header h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
  }
  
  .popup-packs .popup-close {
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
  }
  .popup-packs .popup-close:focus{
    outline:none !important;
    border: none !important;
    text-decoration: none !important;
  }
  .popup-packs .pack {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 9px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
  }
  
  .popup-packs .credits {
    font-size: 36px;
    font-weight: 600;
    color: #EE7F00;
    text-align: center;
    min-width: 90px;
  }
  
  .popup-packs .credits span {
    display: block;
    font-size: 13px;
    margin-top: -4px;
  }
  
  .popup-packs .actions {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: flex-end;
  }
  
  .popup-packs .btn-orange {
    background: #EE7F00;
    color: white;
    border-radius: 6px;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    flex: 1;
  }

  .popup-packs .btn-orange strong{
        display: block;
        margin: auto;
        width: 80px;
        height: 31px;
    }
  .popup-packs .btn-orange small {
    font-size: 9px;
    color: #3E3D40;
  }
  
  .popup-packs .pack.contact {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .popup-packs .contact-text {
    font-size: 16px;
    color: #EE7F00;
  }
  
  .popup-packs .contact-text small {
    display: block;
    font-size: 10px;
    color: #888888;
    margin-top: 4px;
  }
  
  .popup-packs .contact-btn {
    font-size: 12px;
    font-weight: 400;
    padding: 12px 14px;
    text-align: center;
    min-width: 100px;
    color: #3E3D40;
  }

  .popup-packs .contact-btn span {
    display: inline-block;
    width: 75px;
}
  
.information-client {
    padding: 30px;
    background: #FFF;
    position: absolute;
    top: 80px;
    right: 150px;
    width: 400px;
    border-radius: 12px;
    box-shadow: 8px 8px 16px rgba(62, 61, 64, 0.1);
}
.information-client h1 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    margin:0;
    padding:0;
}
.information-client h2 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #F27400;
    margin:8px 0px;
}
.information-client .choose {
    margin-top:25px;
}
.information-client .close {
    position: absolute;
    right: 11px;
    top: 11px;
    cursor:pointer;
}
.information-client p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #888888;
    margin-bottom:10px;
    margin-top:0px;
}
.reductions {
    background: #FFF;
    border-radius: 8px;
    padding: 12px 24px 24px 24px;
    margin-top:15px;
}
.reductions h3 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #EE7F00;
    padding:0;
    margin:0;
}
.reductions p.reductions-label {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #3E3D40;
    padding:0;
    margin:0;
    margin-bottom:15px;
}
.reductions .packs {
    overflow:auto;
}
.reductions .pack {
    width: calc(50% - 28px);
    margin-right:4px;
    background:#EEEEEE;
    padding:12px;
    margin-top:4px;
    margin-bottom:4px;
    float:left;
    border-radius:8px;
}
.reductions .pack label {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin-top: 5px;
}
.reductions .pack h4 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #F27400;
    margin:0;
    padding:0;
    margin-bottom: 2px;
}
.reductions .pack input[type="checkbox"] {
    position:relative;
    top:2px;
}
.reductions .pack p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #888888;
    padding:0;
    margin:0;
    white-space: nowrap;
}
.reductions .pack+.pack {
    margin-left:4px;
    margin-right:0;
}
.reductions .pack+.pack+.pack {
    margin-left:0px;
    margin-right:4px;
}
.reductions .pack+.pack+.pack+.pack {
    margin-left:4px;
    margin-right:0;
}
.cgv a{
    text-decoration: none;
    color: #878588;
}
.bloc-contact-ecommerce h1 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
}
.bloc-contact-ecommerce p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3E3D40;
}
.btn-submit {
    background:#EE7F00;
    border-radius:4px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3E3D40;
    width: calc(100% - 120px) !important;
    text-align:center;
    border:none;
    height:48px;
    cursor:pointer;
    text-decoration:none;
}
.btn-contact {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    background:#3E3D40;
    border-radius:4px;
    display:block;
    text-align:center;
    height:48px;
    line-height:45px;
    margin-top:10px;
    margin-top: 35px;
    text-decoration:none;
}
.btn-contact img {
    margin-left:10px;
    vertical-align:middle;
}
.bloc-form-ecommerce h2 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: #EE7F00;
    margin-top: 0;
    margin-bottom: 35px;
}
.bloc-form-ecommerce-content .div-upload {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(100% - 84px);
}
.title_upload {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #3E3D40;
    margin-bottom: 7px;
    width:100%;
}
.img_upload {
    vertical-align: bottom;
}
.select2-selection:focus {
    outline: 1px solid #EE7F00 !important;
    border: 1px solid #EE7F00 !important;
    transition-delay: 10ms;
}
.select2-container--disabled .select2-selection:focus {
    outline: none !important;
    border: 1px solid rgba(118, 118, 118, 0.3) !important;
    transition-delay: 10ms;
}
.p-1 {
    padding:1px;
}
.label-upload {
    border: 1px solid #C3C2C5 !important;
    border-radius: 4px !important;
    position: relative !important;
    font-family: 'Museo Sans' !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #878588 !important;
    width: calc(100% - 50px) !important;
    line-height: 46px !important;
    padding-left: 8px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
    background:#FFF;
    z-index: 2;
}
.nowrap {
    white-space: nowrap;
}
textarea {
    resize: none;
}
.a-autho {
    border: 1px solid #ee7d09 !important;
    border-radius:4px;
    margin-top: 26px;
    text-decoration:none !important;
}
.a-autho img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.label-upload img {
    position: absolute;
    right: 12px;
    top: 14px;
}
.select {
    width: calc(100% - 120px);
    margin-left: -4px;
    display: inline-block;
    float: none;
    position:relative;
}
div.select.big input[type="text"].big {
    width: 100%!important;
    box-sizing: border-box;
}
input:disabled {
    background-color: #eee!important;
    cursor: not-allowed;
    opacity: 0.75;
}
label {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 50px;
    color: #878588;
    width: 120px;
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: top;
}
label.doubleligne {
    line-height: 18px;
    height: 40px;
    padding-top: 10px;
}
select.select2 {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
}
.bloc-form-ecommerce-content .div-upload.div-upload-autho {
    width:100%;
    margin-top: 26px;
}
.opacity-0 {
    opacity:0;
}
.a-autho {
    font-family: 'Museo Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 150% !important;
    color: #3E3D40 !important;
    height: 46px;
    line-height: 46px !important;
    /*width: calc(100% - 67px) !important;*/
    padding: 0 10px;
    float: right;
    margin-bottom: 2px;
    display: block;
}
input[type="search"] {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:240px;
    height:40px;
    border-radius:4px;
    border:1px solid #C3C2C5;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #878588;
    background:#FFF;
    padding-left:8px;
}
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 130px;
    height: 88px;
    border-radius: 4px;
    border: 1px solid #C3C2C5;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #878588;
    background: #FFF;
    padding: 0;
    padding-left: 8px;
}
input[type="date"], input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 130px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #C3C2C5;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #878588;
    background: #FFF;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 130px;
    height: 88px;
    border-radius: 4px;
    border: 1px solid #C3C2C5;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    background: #FFF;
    padding: 0;
    padding-left: 8px;
    color: #3E3D40;
    font-size: 16px;
    padding-top: 4px;
}
div.date{
    position: relative;
    width: calc(100% - 120px);
    display: inline-block;
    margin-left: -4px;
    float: none;
}
div.date  input {
    width: calc(100% - 18px)!important;
}
.date a {
    position: absolute;
    top: 4px;
    right: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 47px;
}
.calendar {
    position: relative;
    top: -2px;
    width: 14px;
}
input[type="date"].big, input[type="text"].big, input[type="tel"].big, input[type="email"].big, input[type="password"].big {
    height: 46px;
}
select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background:#FFF;
    width: 240px;
    height:40px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    background-image: url("img/carret-bottom.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 12px);
    background-position-y: 15px;
    border-radius:4px;
    border:1px solid #C3C2C5;
    color:#878588;
    padding-left:8px;
}
input.big, select.big, .big .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#3E3D40;
    font-size:16px;
    line-height: 46px;
}
select.big {
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    height:48px;
    background-position-y: 20px;
}
.big .select2-container--default .select2-selection--single {
    height: 48px;
}
.big .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 8px;
    width: 19px;
}
input.select2-search__field:focus{
    outline-color:#ee7f00;
}
.select2-search--dropdown input.select2-search__field{
    color: #3E3D40;
}
input:not(.select2-search__field) {
    width: calc(100% - 138px) !important;
}
input[type="file"] {
    z-index: 1;
    position: absolute;
    width: calc(100% - 1px) !important;
    height: calc(100% - 6px);
    border-radius: 4px;
    opacity: 0;
}
.inscription input {
    width:calc(100% - 18px) !important;
    margin-top:27px;
}
input[type="checkbox"] {
    width: auto !important;
    margin-top: 0px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}
.checkbox-facture {
    margin-top: 26px;
}
.checkbox-facture label {
    line-height: 13px;
}
.checkbox-container label {
    width:auto;
}
.bloc-info table td {

}
.bloc-info {
    border-radius:4px;
    background:#FFF;
    padding-left:34px;
    padding-bottom:20px;
    margin-top:30px;
}
.bloc-info table {
    padding:24px 0 0;
}
.bloc-info table td {
    vertical-align:top;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #878588;
    padding-right:98px;
}
.bloc-info table td.recapitulatif {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3E3D40;
    padding-right:130px;
}
.bloc-info table .td-resultat {
    padding-right:0;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #3E3D40;
}
.bloc-info.bloc-alert {
    border-left:4px solid #CD3636;

}
.bloc-alert .bloc-legend {
    border-bottom:1px solid #EEEEEE;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #3E3D40;
    padding:5px 0;
}
.bloc-alert .bloc-legend img {
    vertical-align: sub;
}
.bloc-alert .bloc-content {
    border-bottom:1px solid #EEEEEE;
    padding:15px 0;
}
.bloc-alert .bloc-content h2 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #CD3636;
    padding:0;
    margin:0;
}
.bloc-alert .bloc-content p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3E3D40;
    padding:0;
    margin:0;
}
.resultat-actions {
    text-align: center;
    margin-bottom:110px;
    margin-top: 26px;
}
.deconnexion {
    text-decoration:underline;
}
#auth-fpp-link-bottom {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #878588;
    text-decoration:none;
    margin-top: 4px;
}


.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon2 .5s !important;
}

@keyframes swal2-animate-error-icon2 {
    from {
        transform: scale(.6) rotateX(100deg) !important;
        opacity: 0 !important;
    }
    to {
        transform: scale(.6) rotateX(0deg) !important;
        opacity: 1 !important;
    }
}


.swal2-icon {
    transform: scale(.6) !important;
    margin-bottom: -20px !important;
    margin-top: 5px !important;
}
.swal2-html-container {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
}
.swal2-title {
    font-family: 'Museo Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align: center !important;
    color: #EE7F00 !important;
}
.swal2-container {
    transition: none !important;
}
.progressbar-wrapper {
    background-color: #eeeeee;
    border-radius: 4px;
    width: 100%;
}
.btn--transparent {
    background:transparent;
    border:1px solid #EE7F00;
}
.progressbar {
    background-color: #EE7F00;
    padding: 5px 0;
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    overflow: hidden;
    width:0%;
    color:#FFF;
}
select:disabled {
    background-color: #eee !important;
    color: -internal-light-dark(graytext, rgb(170, 170, 170)) !important;
    opacity: 0.75 !important;
    border-color: rgba(118, 118, 118, 0.3) !important;
}
.select2-container--disabled {
    opacity: 0.75 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}
textarea {
    width: calc(100% - 130px);
    margin-bottom: 4px;
    margin-left: -4px;
    height:184px;
}
.textarea_connected {
    height: 254px !important;
}
.switcher {
    display:inline-block;
}
.switcher-verifications .counter {
    display:none;
}
.switcher>div {
    display:flex;
    background:#E3E3E3;
    padding:4px;
    border-radius:4px;
}
.switcher>div>a {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #878588;
    text-decoration:none;
    padding: 7px 10px 6px;
}
.switcher>div>a.selected {
    background:#FFF;
    border-radius:4px;
    box-shadow: 4px 4px 4px rgba(62, 61, 64, 0.1);
}
.switcher.min {
    transform: scale(.7);
    transform-origin: top right;
}
.switcher.right {
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 1;
}
.switcher .counter {
    background:#EE7F00;
    color:#FFF;
    font-family: 'Museo Sans';
    font-size:10px;
    line-height:14px;
    border-radius:4px;
    text-align:center;
    padding: 2px;
    margin-left: 3px;
    top: -6px;
    min-width: 16px;
    margin-bottom: -2px;
}
.w-100 {
    width:100% !important;
}
.btn {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    border-radius: 4px;
    padding: 10px 10px 11px;
    margin-left:4px;
}
.btn img {
    margin-right:10px;
}
.btn--white {
    color: #3E3D40;
    background:#FFF;
}
#form-step-1 .footer-form-ecommerce-content {
    position: absolute;
    width: 50%;
    bottom: 50px;
    right: 0;
}
.footer-form-ecommerce-content {
    position: absolute;
    width: 100%;
    bottom: 50px;

}
.wes .footer-form-ecommerce-content {
    bottom: 40px;
}
#autorisation_tiers,.autorisation_tiers{
    cursor:pointer;
}
label.autorisation_tiers{
    line-height: normal;
    width: auto;
    vertical-align: middle;
    width:92%;
}
#email_copie::placeholder {
    color: #888; /* Couleur du texte */
    font-style: italic; /* Style italique */
    font-size: 14px; /* Taille de police */
    opacity: 0.6; /* Transparence */
}

.footer-form-ecommerce-content .btn-submit {
    width:240px !important;
}
.footer-form-ecommerce-content .btn-submit.btn--white {
    border:1px solid #EE7F00;
}
.infos {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #878588;
    padding-top:2px;
}
.infos.infos2 {
    margin-left: 120px;
    position: relative;
    top: -8px;
}
.btn-menu-top {
    display: inline-block;
}
.inscription input.input-email-mdp {
    width: calc(100% - 98px) !important;
    margin-right: 4px;
    margin-top:10px !important;
}
.inscription input.btn-submit-mdp {
    width: auto !important;
    position: relative !important;
    top: 1px !important;
}
.inscription select {
    width:100% !important;
    margin-top:27px;
}
.ssl {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #878588;
    margin: 0 !important;
    padding-bottom: 10px;
}
.logo-banques {
    text-align:center;
}
.logo-banques a {
    display:inline-block;
    margin:0 10px;
}
.montant-a-payer {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #878588;
    margin-top: 10px;
}
.montant-a-payer div+div {
    margin-top:10px;
}
.montant-a-payer strong {
    font-weight: 600;
    color: #3E3D40;
    font-size: 20px;
    margin-top: 5px;
    display: block;
}
.inscription .btn-submit.btn-retour-form-cgv {
    text-decoration:none;
    display: block;
    clear: both;
    height: auto !important;
    width: max-content !important;
    margin: auto;
}
.resultat {
    padding:112px 60px 48px;
}
.resultat h1 {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 39px;
    color: #3E3D40;
    margin:0;
    padding:0;
}
.resultat p {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3E3D40;
    padding:0;
    margin:0;
}
.resultat p strong, .resultat strong {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3E3D40;
}
.table th:first-child, .table td:first-child {
    padding-left:20px;
}
.table th:last-child, .table td:last-child {
    padding-right:20px;
}
.table td {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #3E3D40;
    height:48px;
    border-top:1px solid #EEEEEE;
    position:relative;
    padding-right: 10px;
    /*line-break: anywhere;*/
}
.table th {
    padding-right: 10px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #C3C2C5;
    vertical-align: bottom;
    text-align: left;
    padding-bottom: 5px;
}
.table td img.arrow {
    vertical-align: text-top;
    position: relative;
    top: -.5px;
}
.table td img.arrow.inverse-down {
    transform: rotate(-90deg);
}
.table td img.arrow.inverse-up {
    transform: rotate(90deg);
}
.resultat .bloc {
    background: #FFF;
    margin: 8px;
    padding: 6px 12px;
    border-radius: 4px;
    position: relative;
    width:100%;
    margin:0;
}
.resultat .bloc .table {
    margin-top:0;
    width:100%;
}
.resultat .bloc .table a {
    display:block;
}
.resultat-actions a {
    text-decoration:none;
}


#lebtnvalidation .btn-refus{
    display: inline-block;
    box-sizing: border-box;
    background: #b4b4b4;
}
#FraiSupp{
    width: 100%;
    background: #EEEEEE;
    padding: 24px 14px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 24px;
}
#FraiSupp h3{
    font-size: 1.4em;
    padding: 0;
}
#FraiSupp p{
    font-size: 0.9em;
    font-family: 'Museo Sans';
    font-style: normal;
    line-height: 1.4em;
}

.display-inline-block {
    display: inline-block;
}
.float-right {
    float:right;
}
.mt-26 {
    margin-top:26px !important;
}
.mt-24 {
    margin-top:24px;
}
.mt-13 {
    margin-top:13px;
}
.mt-20 {
    margin-top:20px;
}
.mt-118 {
    margin-top: 118px;
}
.mt-110 {
    margin-top:110px;
}
.ml-120 {
    margin-left:120px;
}
.mt-108 {
    margin-top:108px;
}
.hide {
    display:none;
}
.overflow-auto {
    overflow:auto;
}
#specific{
    position: relative;
    display: none;
    margin-bottom: 15px;
    font-size: 14px;
}
#specific.none{
    display: none;
}
#specific.ok{
    display: block;
}
#specific p{
    color: #FF0000;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.wes .bloc-contact-ecommerce b{
    text-decoration: underline;
    font-weight: bold;
}
.wes .bloc-contact-ecommerce {
    margin-top: 100px;
}
.pagecgv{
	font-size:13px;
	font-size: 14px;
    line-height: 21px;
	max-width:1200px;
	margin:auto;
}
.pagecgv h4{
	padding-top:15px;
}
.passP {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    color: #666666;
    text-align: center;
    font-size: 10px;
    margin: 2px 0;
}
#meter_wrapper {
    position: relative;
    margin-top: 1px;
    display:none;
}
#meter{
    width:0px;
    height:25px;
}
#pass_type{
    position: absolute;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    font-size:16px;
    line-height:25px;
    text-align: center;
}
/* CSS EXPORT SWEETALERT2.JS*/
.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:\"top-start     top            top-end\" \"center-start  center         center-end\" \"bottom-start  bottom-center  bottom-end\";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:rgba(0,0,0,0) !important}.swal2-container.swal2-top-start,.swal2-container.swal2-center-start,.swal2-container.swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}.swal2-container.swal2-top,.swal2-container.swal2-center,.swal2-container.swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}.swal2-container.swal2-top-end,.swal2-container.swal2-center-end,.swal2-container.swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-start>.swal2-popup,.swal2-container.swal2-center-left>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-start>.swal2-popup,.swal2-container.swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-row>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none !important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:rgba(0,0,0,0);color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em 2em 3px}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:\"!\";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}

.p-b{
    padding-bottom: 0px!important;
}
.m-t-a{
    margin-bottom: 20px;
    text-align:center;
}
.t-a{
    text-align:center;
}
.c-n{
    color:#000;
    font-weight:bold;
}
.d-none{
    display:none;
}
.t-d-u{
    text-decoration:underline!important;
}
.float-l{
    float: left;
}
.float-l-m{
    float: left;
    margin: 3px 0px 0px 15px;
}
.m-t{
    margin-top:0;
}
 /* ─────────────  RESET ICI SI NÉCESSAIRE  ───────────── */

    #faq * { box-sizing: border-box; }

    #faq {
    background:#f3f3f3;
    font-family:"Inter",Arial,sans-serif;
    color:#333;
    }

    /* ─────────────  MAIN CARD  ───────────── */
    #faq .card{
    max-width:800px;
    margin:48px auto 64px;
    padding:48px 56px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    }
    #faq .card h1{
    margin:0 0 32px;
    font-size:2rem;
    color:#EE7F00;
    font-weight:700;
    }

    /* ─────────────  FAQ LIST  ───────────── */
    #faq ol.faq-list{
    counter-reset:faq;
    list-style:none;
    margin:0;
    padding:0;
    }
    #faq ol.faq-list>li{
    counter-increment:faq;
    position:relative;
    padding-left: 25px;
    margin:0 0 24px 0;
    line-height:1.5;
    }
    #faq ol.faq-list>li::before{
    content:counter(faq);
    position:absolute;
    left:0;
    top:0;
    color:#EE7F00;
    font-weight:700;
    }
    #faq .question{display:block;font-weight:700;color:#EE7F00;margin-bottom:4px;}
   #faq .btn--orange {
        color:#FFFFFF;
        background:#EE7F00;
    }
    #faq .btn--orange span {
        font-size: 15px;
        margin-right: 10px;
    }
    .btn--orange {
        color: #3E3D40;
        background:#FFF;
    }
    .btn--orange span {
        font-size: 15px;
        margin-right: 10px;
    }
    .btn--orange--campus {
        color:#FFFFFF;
        background:#EE7F00;
    }
    /* ─────────────  RESPONSIVE  ───────────── */
    @media(max-width:600px){#faq .card{padding:32px 24px}}

    /*-----------PAYEMENT--------------*/
    #logo-banques {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    #logo-banques a {
        display: flex;
        width: calc(50% - 8px);
        margin: 8px 0;
        overflow: hidden;
        border: 1px solid #C3C2C5;
        border-radius: 8px;
        text-align: center;
        height: 80px;
        align-items: center;
        justify-content: center;
    }
    #logo-banques a img{
        max-width: 140px;
        width: 100%;
    }
    #logo-banques a.lg33 {
        width: calc(33% - 8px);
    }
    #logo-banques a.lg100 {
        width: 100%;
    }
    #logo-banques a.selected {
        border: 1px solid #EE7F00;
    }

    /* ------- zone générale ------- */
.campus .resultat .bloc {
    max-width:600px; width:100%;
    background:#fff;
    border-radius:8px;
    padding:32px 40px 28px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    text-align:center;
    font-family:'Museo Sans', Arial, sans-serif;
    margin: 100px auto;
}

/* ------- icône « paiement ok » ------- */
.campus .bloc .ico {
    width:56px; height:56px; margin:0 auto 20px;
}
.campus .bloc .ico svg { width:100%; height:100%; }
.campus .bloc .ico .bg   { fill:#2e7d32; }   /* cercle vert             */
.campus .bloc .ico .tick {
    fill:none; stroke:#fff; stroke-width:3.2; stroke-linecap:round;
    stroke-linejoin:round;
}

/* ------- titres & textes ------- */
.campus .bloc h2 {
    margin:0 0 16px;
    font-size:1.6rem;            /*  ≈ 24 px                 */
    font-weight:600;
    color:#3e3d40;
}
.campus .bloc p {
    margin:0 0 12px;
    font-size:1rem;              /* 16 px                    */
    line-height:1.55;
    color:#3e3d40;
}
.campus .bloc p.foot { margin-top:24px; color:#757575; font-size:.94rem; }
.campus .center{
    text-align: center;
}
/* ---- variante “ko” ---- */
.campus .bloc.ko .bg      { fill:#c62828; }        /* cercle rouge                   */
.campus .bloc.ko h2       { color:#c62828; }
.campus .bloc.ko .err-code strong { color:#c62828; }

.campus .bloc .cross {
    stroke:#fff; stroke-width:3.2; stroke-linecap:round;
}

/* Petite marge supplémentaire sous le paragraphe d’erreur */
.campus .bloc .err-code { margin-bottom:16px; }

.hidden-form{
    display: none;
}

/* ------- responsive tweak (<480 px) ------- */
@media (max-width:480px){
    .campus .resultat .bloc{ padding:24px 20px; }
    .campus .bloc h2{ font-size:1.35rem; }
    .campus .bloc p { font-size:.95rem; }
}