.page, .cols {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
header{
    background: #343843;
    height: 50px;
}
header .logo img,
header .main-nav{
    height: 50px;
    display: flex;
}
#component_creation_document #champs_formulaire.focus:after, #component_creation_document #champs_formulaire.focus:before {
    visibility: visible;
    opacity: 1;
}
span.step-gr{
    transition: all 0.3s;
}
span.step-gr.active{
    background-color: #ccc;
    opacity: 1;
}
.bulle.limite {
    background: #fcc831 url('../images/arrow_back.svg') no-repeat scroll 15px center;
    background-size: 15px;
    color: #000;
    margin-top: 30px;
    padding: 20px 20px 20px 40px;
}
@keyframes shake-animation{
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, 0);
    }
    50% {
        transform: translate(0, 0);
    }
    75% {
        transform: translate(-5px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
.shake {
    animation-name: shake-animation;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}
.bulle{
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 18px;
    left: 385px;
    margin-top: 20px;
    padding: 20px 40px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    width: 620px;
    opacity: 0;
    z-index: 1000;
}
input#datepicker {
    background: url('../images/icon-calendar.svg') no-repeat scroll 5px 5px #fff;
    background-size: 18px;
    cursor: pointer;
    padding-left: 35px !important;
    width: 166px !important;
}
input[type="text"]:focus{
    outline: none;
    box-shadow: unset;
}
input[type="text"]:hover{
    border: #2ca0a7 1px solid;
}
input[type="text"]{
    color: #343843;
    font-weight: 400;
    background-color: #fff;
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Roboto',sans-serif;
    font-size: 100%;
    height: 30px !important;
    margin-bottom: 0 !important;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
    transition: border .2s;
}
#component_creation_document #champs_formulaire{
    background-color: #fff;
    display: block;
/*    float: left;*/
    width: 340px;
}
.main-nav > ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    width: 80%;
}
.u-account{
    display: block;
    min-width: 100px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}
.main-nav > ul li{
    position: relative;
    height: 50px;
}
.main-nav ul,
.main-nav ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-nav a{
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50px;
    margin: 0 28px;
    text-decoration: none;
}
.main-nav > ul > li a{
    text-transform: uppercase;
}
.main-nav a:hover{
    color: #fcc831;
}
.main-nav > ul > li.active > a{
    font-weight: bold;
    box-shadow: 0 -9px 0px 0px #fcc831 inset;
    cursor: default;
}
.main-nav > ul > li ul{
    visibility: hidden;
    background: #343843;
    position: absolute;
    top: 50px;
    left: 0;
    width: 150%;
    z-index: 99;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .3s;
}
.main-nav > ul > li:focus ul,
.main-nav > ul >li:focus-within ul,
.main-nav> ul >li:hover ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.main-nav > ul > li ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: #d3d3d3 1px solid;
    padding: 1em 0;
    margin: 0 2em;
    transition: color .2s;
    text-transform: capitalize;
    text-align: left;
}
.main-nav > ul > li ul li:last-child a{
    border-bottom: unset;
}
#header-mb{display: none;}
footer{
    background: #343843;
    color: #fff;
    padding: 56px 0;
    width: 100%;
    margin-top: 80px !important;
}
footer .footer-cont{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
}
footer .copyright{
    padding: 33px 0 0 0;
    width: 100%;
    color: #777;
}
footer ul{padding-left: 0px;}
footer ul li a{
    text-decoration: none;
    color: #fff;
    transition: color .5s;
}
footer ul li{
    list-style: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
}
footer ul li a:hover {
    color: #fcc831;
    text-decoration: none;
}
footer .gray-menu{
    border-right: #777 1px solid;
}
footer .gray-menu li a{
    color: #aaa;
}
footer .country-select{
    border-right: #777 1px solid;
    padding: 0px 56px;
}
footer .country-select .region-label {
    text-transform: uppercase;
    padding: 0;
    height: 17px;
    text-decoration: none;
    color: #fff;
    border: none;
    display: block;
    margin-bottom: 14px;
}
footer .languages button{
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}
footer .languages i{margin-right: 10px;}
footer .languages ul{padding: 0px;}
footer .languages ul li{padding-bottom: 0px;}
footer .community{
    padding-left: 56px;
}
footer .reseaux{
    margin-top: 18px;
}
footer .reseau {
    margin-top: 12px;
}
footer .reseau-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
footer .reseau-link img {
    width: 41px;
    height: 41px;
    margin-right: 0.8em;
    vertical-align: middle;
}
.frm-search{
    width: 298px;
    margin-right: 0px;
}
.frm-search .search-form{
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin: 7px 0;
    border-radius: 35px 35px 35px 35px;
    background-color: #fff;
}
.frm-search .search-form input.search-terms{
    background: transparent;
    border: none;
    display: block;
    float: left;
    height: 36px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    text-indent: 10px;
    line-height: 36px;
    letter-spacing: 0;
    width: 100%;
    transition: width 0.5s;
    z-index: 101;
    position: relative;
    background-color: #fff;
    border-radius: 35px;
}
.frm-search .search-form input.search-terms:focus{
    outline: none;
}
.frm-search .search-form input.search-button{
    background: transparent url(../images/search.svg) no-repeat scroll right 15px center;
    background-size: 20px;
    border: medium none;
    color: transparent;
    float: right;
    height: 36px;
    line-height: normal;
    text-indent: -10000px;
    width: 36px;
    cursor: pointer;
    padding: 0;
    z-index: 102;
    position: relative;
    top: -36px;
}
#splash-screen .recherche.frm-search{
    width: 100%;
}
#splash-screen .recherche.frm-search .search-form input.search-terms{
    width: 100%;
    padding-left: 18px;
    height: 68px;
    text-indent: 22px;
    font-weight: 300;
    font-size: 22px;
}
#splash-screen .recherche.frm-search .search-form input.search-button{
    width: 80px;
    height: 69px;
    background-size: 40px;
    top: -69px;
    right: 10px;
}
footer .pseudoselect-component {
    height: 40px;
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    color: #343843;
    display: inline-block;
    position: relative;
    width: 200px;
}
footer .pseudoselect-component#selectCountry {
    height: 37px;
    border: none;
    color: #1e1d28;
    width: 213px;
    background: #fff;
    margin-top: 1em;
    cursor: pointer;
    border-radius: 37px;
    padding: 0px 10px;
}
footer select.pseudoselect-component:focus{
    outline: none;
}
#splash-screen{
    background: #f3f4f4;
    padding-top: 50px;
}
#splash-screen #illustration{
    padding-left: 30px;
}
#splash-screen #accroche{
    padding-left: 30px;
    margin-top: 20px;
}
#splash-screen #accroche h1,
#splash-screen #accroche h2{
    color: #343843;
    font-weight: 500;
    padding: 0;
}
#splash-screen #accroche h1{
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
    line-height: 44px;
}
#splash-screen #accroche h2{
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 26px 0px;
    font-weight: 300;
}
#splash-screen .steps{
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 3px;
    margin: 0 auto;
}
#splash-screen .steps .item{
    padding: 14px 7px;
    text-align: center;
    color: #fff;
    background: #15acd7;
    margin: 0 2px;
    border-radius: 3px 3px 3px 3px;
    max-width: 260px;
}
#splash-screen .steps .item:nth-child(1) img{
    width: 85px;
}
#splash-screen .steps .item:nth-child(2) img{
    width: 60px;
}
#splash-screen .steps .item:nth-child(3) img,
#splash-screen .steps .item:nth-child(4) img{
    width: 56px;
}
#splash-screen .steps .item:nth-child(4){
    background: #fff;
}
#splash-screen .steps .item h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    padding: 11px 0px;
    min-height: 52px;
    max-width: 90%;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}
#splash-screen .steps .item p{
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    min-height: 58px;
    margin: auto;
}
#splash-screen .steps .item:nth-child(4) h3,
#splash-screen .steps .item:nth-child(4) p{
    color: #343843;
}
.second-half{
    background-color: #fff;
}
#sales-pitch{
    border-bottom: #c7c8ca 1px solid;
    padding-bottom: 28px;
}
#sales-pitch h2,
#sample-doc h2{
    font-size: 22px;
    padding: 44px 0 11px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
#sales-pitch p{
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 0px;
}
#sales-pitch .stats{
    min-height: 200px;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    margin: 0 auto;
}
#sales-pitch .stats .item{
    color: #343843;
    float: left;
    width: 100%;
    background: #f3f4f4;
    margin: 0 auto;
    max-width: 242px;
    min-height: 170px;
    border-radius: 3px 3px 3px 3px;
}
#sales-pitch .stats .item .inner-padding{
    padding: 42px 14px 14px;
}
#sales-pitch .stats .item .inner-padding p.number{
    font-size: 42px;
    font-weight: 300;
    color: #15acd7;
    text-align: center;
    margin-bottom: 22px;
}
#sales-pitch .stats .item .inner-padding p{
    color: #343843;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
#sample-doc{
    padding-bottom: 80px;
}
#sample-doc h3{
    color: #343843;
    padding: 24px 0px 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
#sample-doc ul{
    list-style: none;
    line-height: 21px;
    margin: 7px 0;
}
#sample-doc ul li{
    list-style: outside none none;
    padding: 4px 0 4px 11px;
    margin: 2px 0;
    background: transparent url(../images/puce.svg) no-repeat scroll 0 12px;
    background-size: 5px;
}
#sample-doc ul li a{
    transition: all .1s;
    text-decoration: none;
    cursor: pointer;
    color: #343843;
}
#sample-doc ul li a:hover{
    color: #15acd7;
}
#splash-screen .introduction,
.second-half .sample-doc-cont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.document{
    background-color: #ededed;
    padding-bottom: 80px;
}
.document h1{
    color: #2ca0a7;
    font-size: 25px;
    padding: 8px 0px 19px;
    text-align: center;
    font-weight: 500;
}
.document .pre-arbo{
    font-size: 14px;
    line-height: 21px;
    margin: 7px 0px;
    padding-bottom: 14px;
    text-align: left;
}
.document .content a{border: none !important;}
.list-tree-structure{
    border-radius: 3px 3px 3px 3px;
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 21px;
}
.list-tree-structure .niveau{
    background-image: url(../images/trait_gauche.png);
    background-color: transparent;
    background-position: 16px 0;
    background-repeat: repeat-y;
}
.list-tree-structure .niveau h2{
    font-size: 23px;
    font-weight: 500;
    background-size: 16px;
    background-position: 9px 3px;
    background-repeat: no-repeat;
    color: #343843;
    cursor: pointer;
    display: inline-block;
    margin: 14px 0 0 0;
    padding: 1px 10px 5px 34px;
    background-image: url(../images/ferme_mobile.svg);
}
.list-tree-structure .niveau_2:first-child h2 {
    margin-top: 0;
}
.list-tree-structure .niveau_3 {
    background-image: url(../images/trait_gauche.png);
    background-color: transparent;
    background-position: 66px 0;
    background-repeat: repeat-y;
    padding: 0 20px 0 50px;
}
.list-tree-structure h3{
    font-weight: 500;
    font-size: 17px;
    background-size: 16px;
    background-position: 9px 8px;
    background-repeat: no-repeat;
    color: #343843;
    cursor: pointer;
    padding: 8px 20px 10px 34px;
    text-align: left;
    background-image: url(../images/ferme_mobile.svg);
}
.list-tree-structure a{
    text-decoration: none;
    transition: all .1s;
    cursor: pointer;
    color: #343843;
    display: inline-block;
    line-height: 28px;
    border: none;
    padding-left: 35px;
}
.list-tree-structure .niveau>div a:hover {
    padding-bottom: 0;
    color: #15acd7;
}
.list-tree-structure .niveau_4 {
    background: transparent url(../images/trait_gauche.png) repeat-y scroll 66px 0;
    padding: 0 20px 0 50px;
}
.list-tree-structure h4{
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 9px;
    background-size: 16px;
    color: #292828;
    cursor: pointer;
    padding: 10px 20px 10px 34px;
    background-image: url(../images/ferme_mobile.svg);
}
.faq{
    background-color: #ededed;
    color: #343843;
    padding-bottom: 80px;
}
.faq h1{
    color: #2ca0a7;
    font-size: 26px;
    padding: 21px 0 11px 0;
    text-align: center;
    font-weight: 500;
}
.faq .faq-cont-list{
    border-radius: 3px 3px 3px 3px;
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 21px;
}
.faq .faq-cont-list .item{
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 28px;
    padding: 0 0 24px 0;
}
.faq .faq-cont-list .item.last {
    border-bottom: none;
    margin-bottom: 0;
}
.faq .faq-cont-list .item .question {
    padding-bottom: 3px;
}
.faq .faq-cont-list .item .question h2{
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    margin: 12px 0;
}
.faq .faq-cont-list .item .reponse p{
    line-height: 21px;
    margin: 7px 0;
    text-align: left;
}
.faq .faq-cont-list .item .reponse ul{
    list-style: none;
    line-height: 21px;
    margin: 7 0;
    margin-left: 28px;
}
.faq .faq-cont-list .item .reponse ul li{
    padding-left: 14px;
    padding-top: 5px;
    background: transparent url(../images/fleche_droite.svg) no-repeat scroll 0 12px;
    background-size: 6px;
    list-style: outside none none;
}
.faq .faq-cont-list .item .reponse a{
    color: #000;
    text-decoration: none;
    border-bottom: #000 1px solid;
    transition: all .1s;
    cursor: pointer;
}
.faq .faq-cont-list .item .reponse a:hover{
    color: #000;
    border-bottom: #000 1px solid;
    padding-bottom: 2.8px;
}
.faq #pricingTable {
    border-radius: 3px 3px 3px 3px;
    margin: 35px auto 7px auto;
    width: 654px;
}
#pricingTable .column {
    float: left;
}
#pricingTable .column.legend {
    border-top: #ccc 1px solid;
    border-radius: 3px 0 0 3px;
}
#pricingTable .column.legend {
    border-left: #ccc 1px solid;
    margin-top: 75px;
    background-color: #f5f5f5;
    color: grey;
}
#pricingTable .column .cell {
    text-align: center;
    border-bottom: #ccc 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pricingTable .cell.adjust-line2 {
    height: 54px;
    line-height: 18px;
}
#pricingTable .column.legend .cell {
    width: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
#pricingTable .cell.adjust-line3 {
    height: 54px;
    line-height: 18px;
}
#pricingTable .cell.bl:last-child {
    border-radius: 0 0 0 3px;
}
#pricingTable .column.highlight {
    border-radius: 3px 3px 3px 3px;
    border-bottom: #abd1cc 4px solid;
    border-left: #abd1cc 5px solid;
    border-right: #abd1cc 5px solid;
    font-weight: bold;
}
#pricingTable .top-row {
    font-weight: bold;
}
#pricingTable .column.highlight .cell {
    border-bottom: #abd1cc 1px solid;
    width: 244px;
    background-color: #e9f4f2;
    color: #2ca0a7;
    height: 71px;
    line-height: 68px;
}
#pricingTable .column.highlight .top-row {
    line-height: 18px;
    border-top: #abd1cc 5px solid;
}
#pricingTable .column.highlight .top-row .padding {
    padding: 7px 0;
}
#pricingTable .price_size_95 {
    font-size: 12px;
}
#pricingTable .cell.adjust-line5 {
    line-height: 52px;
}
#pricingTable .column.highlight .cell.adjust-line4 {
    line-height: 55px;
}
#pricingTable .column.highlight .cell.adjust-line4:last-child span {
    padding-bottom: 8px;
}
#pricingTable .column.regular {
    border-right: #ccc 1px solid;
    border-radius: 0 3px 3px 0;
    margin-top: 5px;
}
#pricingTable .cell.tr {
    border-radius: 0 3px 0 0;
}
#pricingTable .cell.adjust-line8 {
    height: 69px;
    line-height: 67px;
}
#pricingTable .column.regular .cell {
    width: 244px;
}
#pricingTable .column.regular .top-row {
    border-top: #ccc 1px solid;
}
#pricingTable .cell.adjust-line6 {
    height: 70px;
    line-height: 68px;
}
#pricingTable .cell.adjust-line7 {
    height: 70px;
    line-height: 67px;
}
#pricingTable .cell.br:last-child {
    border-radius: 0 0 3px 0;
}
#pricingTable .recommande {
    margin: 0 auto;
    position: relative;
    top: -20px;
}
#pricingTable .recommande a.ribbon, #pricingTable .recommande a.ribbon:hover {
    display: block;
    text-decoration: none;
    background-color: #2ca0a7;
    width: 180px;
    border-radius: 38px;
    height: 38px;
    line-height: 36px;
    clear: both;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 192px;
    border: none;
    padding-bottom: 0;
    transition: all .1s;
    cursor: pointer;
}
#pricingTable .recommande a.ribbon .fa-check,
#pricingTable .recommande a.ribbon:hover .fa-check {
    margin-left: 0;
    width: 0;
    margin-left: 0.5em;
}
#pricingTable .recommande a.ribbon .fa-check:before {
    content: "\f00c";
}
#pricingTable:after {
    clear: both;
    display: block;
    content: "";
}
#pricingTextual {
    display: none;
}
.accordion-item{
    border: none !important;
}
.accordion-button:not(.collapsed){
    background-color: transparent !important;
    box-shadow: none !important;
}
.list-tree-structure .niveau h2.collapsed,
.list-tree-structure h3.collapsed,
.list-tree-structure h4.collapsed{
    background-image: url(../images/ouvert_mobile.svg) !important;
}
.accordion-flush .accordion-button::after,
* .accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.accordion-flush .accordion-button:not(.collapsed),
* .accordion-button:not(.collapsed){
    color: #343843;
}
.login{
    /* min-height: 178.406px; */
    padding-bottom: 80px;
}
h1{
    color: #2ca0a7;
    font-size: 25px;
    padding: 38px 0 20px 0;
    text-align: center;
    font-weight: 500;
}
.login .content,
.forgot-pw .content{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    padding: 21px;
}
.login form .item{
    width: 100%;
    max-width: 600px;
}
.standard-form .item label,
.standard-form .item .label,
.standard-form .block-captcha label,
.standard-form .block-captcha .label {
    display: block;
    font-size: 114%;
    font-weight: 500;
    padding: 0 0 12px 0;
    line-height: 18px;
}
.standard-form .item input[type=text],
.standard-form .item input[type=email],
.standard-form .item input[type=password] {
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    height: 46px;
    line-height: 44px;
    width: 99.9%;
    text-indent: 2%;
    transition: border .5s;
    color: #343843;
    font-size: 100%;
    box-sizing: border-box;
}
.standard-form .item.label-only {
    padding-bottom: 0;
}
.standard-form .framed-item {
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    padding: 0;
    margin-bottom: 20px;
}
.standard-form .framed-item.in-list {
    margin-bottom: 14px;
}
.inner-padding {
    padding: 21px;
}
.pseudo-radio-field .radio-button {
    float: left;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
    background-image: url(../images/radio-button.svg);
    background-position: center top;
    background-repeat: no-repeat;
}
.pseudo-radio-field.active .radio-button {
    background-position: bottom center;
}
.connection-utilisateur .pseudo-radio-field .radio-button {
    position: relative;
    top: -2px;
}
.connection-utilisateur #avec_compte.pseudo-radio-field .radio-button {
    top: -1px;
}
.standard-form .framed-item .inner-padding label {
    font-size: 100%;
    font-weight: 300;
}
.standard-form .framed-item .inner-padding label.single-radio {
    padding: 0;
}
.standard-form .item .password {
    position: relative;
}
.standard-form .item .password .oeil_mot_de_passe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    color: #5e5e5e;
}
.standard-form .item .password .oeil_mot_de_passe::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease 0s;
}
.fa-eye-slash.show:before{
    content:"\f06e";
}
.oeil_mot_de_passe {
    cursor: pointer;
}
.btn-group {
    text-align: center;
    display: block;
}
.vertical-space {
    clear: both;
    padding: 7px 0;
}
.btn, .btn:hover {
    border: medium none;
    border-radius: 40px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 105%;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.large.btn,
.btn-large:hover,
a.large.btn,
a.btn-large:hover {
    padding: 10px 25px !important;
}
.btn.call2action, .btn.action {
    background-color: #2ca0a7;
}
.btn .fa {
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
    transition: all .3s;
}
.btn .fa-chevron-right, .btn .fa-save, .btn .fa-paper-plane, .btn .fa-check {
    margin-left: 9px;
}
.single-centered-alert {
    text-align: center;
}
.vertical-space {
    clear: both;
    padding: 7px 0;
}
.login .standard-form #avec_compte .password{
    padding-top: 7px;
}
#avec_compte .password{
    display: none;
}
#avec_compte.active .password{
    display: block;
}
.contact{
    /* min-height: 180px; */
    padding-bottom: 80px;
}
.contact .content,
.conditions .content,
.site-map .content,
.guides .content{
    border-radius: 3px;
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.standard-form .item textarea {
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    height: 46px;
    line-height: 1.5em;
    width: 99.9%;
    padding: 1.5% 2%;
    height: 190px;
    transition: border .5s;
    font-size: 100%;
    resize: vertical;
}
.requis {
    color: coral;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.standard-form .block-captcha table {
    float: left;
}
.standard-form .block-captcha table tr td {
    vertical-align: middle;
}
.standard-form .block-captcha table tr td img {
    margin: 0 10px 0 0;
    display: block;
}
.standard-form .block-captcha input#captcha {
    flex: 1;
    height: 48px;
    border: #c6c6c6 1px solid;
    border-radius: 3px 3px 3px 3px;
    line-height: 46px;
    text-indent: 10px;
    margin-top: 2px;
    transition: border .5s;
    width: 412px
}
.conditions, .site-map, .guides{
    /* min-height: 95px; */
    padding-bottom: 80px;
}
.conditions h2 {
    font-size: 160%;
    font-weight: 500;
    margin: 14px 0;
}
.conditions h3,
.site-map h3,
.account.delete-acc h3,
.account.del-acc h3 {
    color: #343843;
    font-weight: 500;
    font-size: 118%;
    padding: 17px 0 7px;
    text-align: center;
}
.content ul{
    list-style: none;
    line-height: 21px;
    margin: 7px 0;
}
.content ul li{
    padding-left: 1em;
    padding-top: 0.3em;
    background: transparent url(../images/fleche_droite.svg) no-repeat scroll 0 12px;
    background-size: 6px;
    list-style: outside none none;
}
.site-map .content ul{
    margin-left: 28px;
    padding-left: 0px;
}
.content a,
.account-pages .pseudo-a{
    color: #000;
    text-decoration: none;
    border-bottom: #000 1px solid;
    transition: all .1s;
    cursor: pointer;
}
#breadcrumb {
    font-size: 84%;
    padding: 1em 0 0.5em 0;
    color: #343843;
    line-height: 1.7em;
}
#breadcrumb div {
    display: inline;
}
#breadcrumb div a, #breadcrumb div a:hover {
    color: #131418;
    border-bottom: #343843 1px solid;
    margin: 0 0.25em;
    display: inline-block;
    height: 15px;
}
#breadcrumb i {
    font-size: 80%;
}
#breadcrumb i {
    box-sizing: border-box;
    position: relative;
    border: 5px solid transparent;
}
#breadcrumb i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 0;
    top: 2px;
}
#breadcrumb #dernier_lien_du_fil_d_ariane a {
    border: none;
}
.guides .description{
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* gap: 25px; */
}
.guides .description p{
    display: block;
}
.guides #liste_categories_guides h2 a,
.guides #liste_categories_guides h3 a,
.guides #liste_categories_guides h4 a{
    color: #000;
    text-decoration: none;
}
.guides #liste_categories_guides{
    margin-top: 21px;
    border-radius: 3px 3px 3px 3px;
}
#liste_categories_guides .titre {
    display: block;
    color: #000;
    font-size: 23px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#liste_categories_guides .titre::before {
    content: "";
    display: block;
    float: left;
    background: url(../images/folder.svg) no-repeat left center;
    width: 28px;
    height: 21px;
    margin-right: 10px;
}
#liste_categories_guides .niveau_2 {
    padding: 0;
}

#liste_categories_guides .niveau_2 h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 14px 0 0px;
}
#liste_categories_guides .niveau_2 h2:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "-";
    height: 18px;
    width: 18px;
    background: #2ca0a7;
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 16px;
    display: block;
    margin: 0px 8px 0px 0px;
    border-radius: 2px;
    font-weight: 300;
    float: left;
}
#liste_categories_guides a {
    border: none;
    font-weight: normal;
    font-size: 0.9em;
}
#liste_categories_guides .niveau_3 {
    border-left: 2px dotted #dddbdb;
    margin-left: 8px;
    margin-bottom: 2px;
    padding: 7px 0 0 0;
}
#liste_categories_guides .niveau_3 h3 {
    font-size: 16px;
    padding: 0px;
    margin: 0 0 0 15px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #343843;
    font-weight: 500;
}
#liste_categories_guides .niveau_3 h3:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    height: 9px;
    width: 9px;
    background: #dddbdb;
    display: inline-block;
    margin: 2px 8px 0px 0px;
    border-radius: 2px;
}
#liste_categories_guides .niveau_4 {
    border-left: 2px dotted #dddbdb;
    margin: 14px 0 0 20px;
}
#liste_categories_guides .niveau_4 h4 {
    margin-left: 14px;
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#arborescence_guides{margin-left: 4px;}
#arborescence_guides .chaque_guide {
    border-bottom: 1px solid #ededed;
    padding: 0 0 14px 0;
    margin-bottom: 25px;
}
#arborescence_guides .chaque_guide h2 {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
}
#arborescence_guides .chaque_guide h2 a {
    text-decoration: none;
    border-bottom: #fff 2px solid;
    transition: border-bottom 0.5s;
    display: block;
    padding-bottom: 4px;
    padding-left: 0px;
    color: #000;
}
#arborescence_guides .chaque_guide h2 a:hover {
    border-bottom: 2px solid;
}
#arborescence_guides .chaque_guide h2 a::after {
    content: " ›";
    display: block;
    padding-bottom: 0.3em;
    position: relative;
    top: -5px;
    left: -200px;
    float: right;
    color: transparent;
    transition: all 0.4s ease 0s;
}
#arborescence_guides .chaque_guide h2 a:hover::after {
    content: " ›";
    float: right;
    display: block;
    position: relative;
    top: -5px;
    left: 0px;
    color: black;
    padding: 0px;
}
#arborescence_guides .chaque_guide p.aside {
    font-size: 13px;
    color: #9e9e9e;
}
.guide-detail{padding-bottom: 80px;}
.guide-cont{
    display: grid;
    grid-template-columns: 2fr 5fr;
    gap: 25px;
    margin-top: 14px;
}
#ancres #sommaire,
#ancres .documents-lies {
    border-radius: 3px 3px 3px 3px;
    overflow-y: auto;
    max-height: calc( 50vh - 6em );
    margin-bottom: 21px;
}
#ancres .title {
    font-size: 19.6px;
    margin: 0 0 7px 0;
}
#ancres ol{
    margin: 0;
    line-height: 21px;
    padding-left: 0px;
}
#ancres ol li {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    line-height: 21px;
}
#ancres ol li a{
    color: #000;
    text-decoration: none;
    border-bottom: #000 1px solid;
    transition: all .1s;
    cursor: pointer;
}
#ancres .documents-lies .lien-document p {
    font-size: 16px;
    margin: 0 0 0 28px;
    position: relative;
    hyphens: auto;
}
#ancres .documents-lies .lien-document p::before {
    content: "";
    display: block;
    float: left;
    background: url(../images/document.svg) no-repeat left center;
    width: 28px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -28px;
}
#ancres .documents-lies .btn {
    margin: 7px 0 28px 28px;
    padding: 11px;
}
#document-guide{
    background-color: #fff;
}
#document-guide .infos-document {
    border-radius: 3px 3px 3px 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
}
#document-guide h1 {
    padding: 0;
    color: #2ca0a7;
    line-height: normal;
}
#document-guide .stickers {
    display: table;
    width: 100%;
    padding-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#document-guide .stickers.simple .sticker {
    width: 50%;
    text-align: center;
    padding: 14px 0px;
    box-sizing: border-box;
}
#document-guide .stickers.simple .sticker .ico {
    height: 13px;
    width: 16px;
}
#document-guide .stickers.simple .sticker .text {
    display: inline;
}
#document-guide a{
    color: #000;
    text-decoration: none;
    border-bottom: #000 1px solid;
    transition: all .1s;
    cursor: pointer;
}
#document-guide a:hover{
    color: #000;
    border-bottom: #000 1px solid;
    padding-bottom: 2.8px;
}
#document-guide .rating-block {
    text-align: center;
}
#document-guide .rating-intro {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}
#document-guide .rating-container {
    display: inline-block;
    position: relative;
}
#document-guide .rating {
    display: inline-block;
    border: none;
}
#document-guide .rating > input {
    display: none;
}
#document-guide .rating > label {
    color: #ddd;
    float: right;
}
#document-guide .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
#document-guide .rating-title {
    white-space: nowrap;
    position: absolute;
    left: 139px;
    top: 6px;
}
#document-guide .rating > input:checked ~ label,
#document-guide .rating:not(:checked) > label:hover,
#document-guide .rating:not(:checked) > label:hover ~ label {
    color: #fcc831;
}
#document-guide .rating > .half:before {
    content: "\f089";
    position: absolute;
}
.forgot-pw, .search{
    /* min-height: 120px; */
    padding-bottom: 80px;
}
.search .content{
    border-radius: 3px;
    background: #fff;
    width: 100%;
    margin: auto;
}
.search h1{
    text-align: left;
    margin-bottom: 0px;
}
.search h4{
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 0px;
}
.search h4 strong{color: #2ca0a7;}
.search .inner-padding{padding: 14px 28px 28px;}
.search .chaque_document {
    border-bottom: 1px dotted #c7c8cb;
    padding: 14px 0px;
}
.search h2{
    font-size: 160%;
    font-weight: 500;
    margin: 0px;
}
.search .affichage_des_resultats .chaque_document h2 a{
    cursor: pointer;
    color: #343843;
    text-decoration: none;
    border-bottom: #fff 2px solid;
    transition: border-bottom 0.5s;
    display: block;
    padding-bottom: 5px;
}
.search .affichage_des_resultats .chaque_document h2 a:after {
    content: " ›";
    font-size: 120%;
    display: block;
    padding-bottom: 0.3em;
    position: relative;
    top: -5px;
    left: -200px;
    float: right;
    color: #fff;
    transition: all .4s;
}
.search .affichage_des_resultats .chaque_document h2 a:hover {
    border-bottom: #343843 2px solid;
}
.search .affichage_des_resultats .chaque_document h2 a:hover:after {
    content: " ›";
    font-size: 120%;
    float: right;
    display: block;
    padding: 0;
    position: relative;
    top: -5px;
    left: 0;
    color: #343843;
}
.landing-signature{
    max-width: 100%;
    width: 100%;
    /* min-height: 120px; */
}
.landing-signature .first-half{
    background: #f3f4f4;
    padding-bottom: 50px;
}
.landing-signature .first-half .sign-doc{
    margin: 0 auto;
    position: relative;
    display: flex;
    padding-top: 85px;
}
.landing-signature .sign-doc .sign-guide{
    padding-right: 10px;
    width: 45%;
}
.landing-signature .sign-doc .sign-file{
    width: 55%;
    text-align: center;
    padding-bottom: 80px;
    border-radius: 3px 3px 3px 3px;
}
.landing-signature .sign-doc h1 {
    text-align: left;
    font-size: 285%;
    color: #343843;
    padding: 0;
}
.landing-signature .sign-doc h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 14px 0;
    margin-top: 3px;
    margin-bottom: 20px;
}
.landing-signature ul{
    line-height: 21px;
    margin: 0px;
    padding-left: 0px;
}
.landing-signature .sign-doc .sign-guide ul li{
    list-style: outside none none;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.landing-signature .sign-doc .sign-guide ul li span{
    width: 30px;
    margin-right: 16px;
    text-align: center;
}
.landing-signature #drop-area {
    background: #fff;
    border: 1px dashed #15acd7;
    box-shadow: 0 0 0 10px #fafbfb;
    border-radius: 4px;
    width: calc( 100% - 20px );
    margin: 10px 10px 29px 10px;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}
.landing-signature .my-form {
    margin-bottom: 18px;
    background-image: url(../images/pdf-2.svg);
    background-size: 86px;
    background-position: center 43px;
    background-repeat: no-repeat;
    padding: 190px 0 0 0;
    box-sizing: border-box;
    position: relative;
}
.landing-signature .my-form #div_de_chargement_du_fichier_pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}
.landing-signature .my-form #div_de_chargement_du_fichier_pdf .btn {
    margin-bottom: 28px;
    text-transform: initial;
    font-weight: 300;
}
.landing-signature #fileElem {
    display: none;
}
.landing-signature .create-signature{
    background-color: #fff;
    padding-bottom: 80px;
}
.landing-signature .features {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.landing-signature .features .item {
    width: 30%;
    text-align: center;
}
.landing-signature .features .item .picto {
    width: 96px;
    height: 96px;
    background: #fcc831;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 96px;
    margin-top: -48px;
}
.landing-signature .features .item h2 {
    font-weight: bold;
    font-size: 25px;
    margin: 14px 0 10px 0;
}
.landing-signature .features .item p {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    margin: 7px 0px;
}
.landing-signature .sign-faq{
    border-radius: 3px 3px 3px 3px;
    background: #f3f4f4;
    width: 100%;
    float: none !important;
    margin: auto;
    margin-top: 4em;
}
.landing-signature .sign-faq .inner-padding {
    padding: 21px 42px;
}
.landing-signature .sign-faq .item {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 28px;
    padding: 0 0 24px 0;
}
.landing-signature .sign-faq .item .question {
    padding-bottom: 3px;
}
.landing-signature .sign-faq h2{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    margin: 20px 0;
}
.landing-signature .sign-faq a{
    color: #000;
    text-decoration: none;
    border-bottom: #000 1px solid;
    transition: all .1s;
    cursor: pointer;
}
.landing-signature .sign-faq a:hover{
    color: #000;
    border-bottom: #000 1px solid;
    padding-bottom: 1.6px;
}
.account{
    /* min-height: 331.406px; */
    padding-bottom: 80px;
}
.account h1 {
    padding-left: 24.2%;
    width: 75.8%;
}
.account .account-pages{
    display: flex;
}
#sidebar{
    border-radius: 3px 3px 3px 3px;
    flex: 0 0 22%;
    max-width: 22%;
    background-color: #fff;
    padding: 18px 0px;
    margin-right: 2%;
    height: 370px;
}
#sidebar ul {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    list-style: none;
}
#sidebar ul li {
    background: transparent url(../images/fleche_droite.svg) no-repeat scroll 0 12px;
    background-size: 6px;
    list-style: outside none none;
    padding: 0 0 0.5em 0;
    margin: 0 1em;
    list-style-type: none;
    background-image: none;
}
#sidebar ul li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.75em;
    border: none;
    color: #343843;
    border-radius: 42px;
    transition: all .5s;
    text-decoration: none;
    cursor: pointer;
}
#sidebar ul li a.active {
    color: #fff;
    background-color: #2ca0a7;
}
#sidebar ul li {
    padding: 0 0 7px 0;
    margin: 0 14px;
    list-style-type: none;
    background-image: none;
}
#sidebar ul li a span {
    display: flex;
    align-items: center;
}
#sidebar ul li a i {
    margin: 0 14px 0 7px;
}
#sidebar ul li a:hover {
    background-color: #d1e7e4;
}
.account .account-pages .cont{
    border-radius: 3px 3px 3px 3px;
    flex: 0 0 76%;
    max-width: 76%;
}
.account .account-pages .cont .bg-white{
    background: #fff;
}
/* .account .account-pages .cont .acc-height{
    min-height: 322px;
} */
.account .account-pages .cont p.alert{
    font-size: 26px;
    font-weight: bold;
}
.account .account-pages .btn:hover .fa-chevron-right {
    left: 5px;
}
.account .cont h2{
    font-size: 23px;
    font-weight: 500;
    margin: 7px 0 23px;
}
.account .cont h2 i.fas.fa-file-invoice{
    margin-right: 5px;
}
.account-pages .standard-form .item {
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0 0 13px 0;
}
.account-pages .standard-form.readonly-form .item {
    border-bottom: #ededed 1px solid;
}
.standard-form .item label,
.standard-form .item .label,
.standard-form .block-captcha label,
.standard-form .block-captcha .label {
    display: block;
    font-size: 114%;
    font-weight: 500;
    padding: 0 0 10px 0;
    line-height: 19px;
}
.account-pages .standard-form .item label {
    display: block;
    height: 28px;
    line-height: 26px;
    float: left;
    font-size: 105%;
    padding-right: 7px;
}
.account-pages .standard-form.facturation label {
    text-align: right;
    min-width: 160px !important;
}
.account-pages.standard-form .item input[type=text],
.account-pages .standard-form .item input[type=email],
.account-pages .standard-form .item input[type=password] {
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    height: 46px;
    line-height: 44px;
    width: 99.9%;
    text-indent: 2%;
    transition: border .5s;
    color: #343843;
    font-size: 14px;
    box-sizing: border-box;
}
.account-pages .standard-form .item .readonly,
.account-pages .standard-form .item .readonly:hover,
.account-pages .standard-form .item .readonly:focus {
    border: none;
    color: #9b9b9b;
    outline: none;
}
.account-pages .standard-form .item input[type=text],
.account-pages .standard-form .item input[type=password],
.account-pages .standard-form .item input[type=email] {
    height: 30px;
    line-height: 28px;
    width: 300px;
    font-size: 15px;
}
.account-pages .standard-form .item textarea {
    line-height: 1.3em;
    width: 302px;
    padding: 11px 15px;
    height: 80px;
    font-size: 105%;
    resize: vertical;
}
.account-pages .standard-form .item textarea.readonly {
    padding: 6px 0 15px 8px;
    resize: none;
}
.delete-changepw{
    margin-top: 28px;
    display: flex;
    gap: 28px;
}
.delete-changepw .del-acc,
.delete-changepw .change-pw{
    border-radius: 3px 3px 3px 3px;
    width: 50%;
}
.account-pages .item-account {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 1.5em;
    box-sizing: border-box;
}
.account .item-account i{
    margin-right: 5px;
}
.account .btn.cancel {
    background-color: #b3b3b3;
    border-radius: 40px !important;
}
.account .btn.call2action{border-radius: 40px !important;}
.account-pages .standard-form .xl-field {
    margin-bottom: 20px;
}
.account-pages .standard-form.change-password .item {
    display: flex;
    flex-direction: column;
}
.standard-form .item .password {
    position: relative;
}
.account-pages .standard-form.change-password .item .password {
    max-width: 440px;
}
.account-pages .standard-form .xl-field input[type=text],
.account-pages .standard-form .xl-field input[type=password],
.account-pages .standard-form .xl-field input[type=email] {
    width: 440px;
}
.account .confirm-close-account{
    border-radius: 3px 3px 3px 3px;
    width: 100%;
}
.single-centered-alert {
    text-align: center;
}
.delete-acc .question-confirm{width: 50%;}
.confirm-close-account #confirmation-fermeture-compte,
.confirm-close-account #confirmation-sup-sauvegarde,
.confirm-delete #confirmation-fermeture-compte,
.confirm-delete #confirmation-sup-sauvegarde {
    font-size: 100%;
    max-width: 80%;
    background-image: none !important;
    padding: 21px;
    margin: 0 auto 28px auto;
}
.confirm-close-account #confirmation-fermeture-compte h3,
.confirm-close-account #confirmation-sup-sauvegarde h3,
.confirm-delete #confirmation-fermeture-compte h3,
.confirm-delete #confirmation-sup-sauvegarde h3 {
    padding-top: 7px;
}
.confirm-close-account .btn.large,
.confirm-delete .btn.large {
    margin: 7px;
}
form.inline-form {
    display: inline;
}
.large.btn,
.btn-large:hover,
a.large.btn,
a.btn-large:hover {
    padding: 10px 25px !important;
}
.btn.kill {background-color: #ff6257;}
.btn.equalized {min-width: 40px;}
.btn.kill .fa-trash {
    font-size: 14px;
    margin-right: 3px;
}
.important-alert {
    font-size: 16px;
    font-weight: 500;
}
.price_size_95 {
    font-size: 12.6px;
}
.account .pseudo-a:hover {
    color: #000;
    border-bottom: #000 1px solid;
    padding-bottom: 0.2em;
}
.consult .standard-form{
    margin-top: 21px;
}
.consult .standard-form .item{
    max-width: 430px;
    margin: 0 auto;
    padding: 14px 0 11px 0;
}
.consult .standard-form .item > label{
    font-size: 15px;
    height: auto;
}
.account-pages .standard-form .xl-centered input[type=text],
.account-pages .standard-form .xl-centered input[type=password],
.account-pages .standard-form .xl-centered input[type=email] {
    height: 46px;
    line-height: 44px;
    width: 430px;
    margin: 0 auto;
    float: none;
    display: block;
    font-size: 100%;
}
.account-pages .standard-form .xl-centered.section_de_paiement {
    margin: 0 auto;
}
.account-pages .standard-form #section_de_paiement{
    display: flex;
    flex-direction: column;
}
.standard-form .item .champ_radio_formulaire_principal {
    border: #c6c6c6 1px solid;
    border-radius: 3px 3px 3px 3px;
    transition: all .5s;
    color: #343843;
    margin-bottom: 0.4em !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.standard-form .item .champ_radio_formulaire_principal.active {
    border: #64b0b8 1px solid;
}
.standard-form .item .champ_radio_formulaire_principal .radio-button {
    margin: 0 14px 0 10px !important;
}
.standard-form .item .pseudo-radio-field .radio-button {
    float: left;
    margin: 13px 20px 0 10px;
}
.standard-form .item .champ_radio_formulaire_principal > img {
    height: 24px;
    width: auto;
}
.consult .standard-form .cb-fields{
    display: flex;
    max-width: 430px;
    margin: 0 auto 11px auto;
    position: relative;
}
.consult .standard-form .cb-fields .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-right: 20px;
    margin-left: 0;
}
.consult .standard-form .item.form-row label {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
.consult .standard-form .item.form-row .field-cb {
    width: 196px;
}
.consult .standard-form .cb-fields .item .picto_cb_general{
    position: absolute;
    width: 21px;
    left: 161px;
    transform: translate(7px,7px);
}
.consult .standard-form .item.form-row .field-cb #cardNumber{
    width: 196px;
    padding: 0 6px;
}
.consult .standard-form .item.form-row label {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
.consult .standard-form .item.form-row .cb_exp_date {
    width: 72px;
}
.consult .standard-form .item.form-row .cb_exp_date input {
    width: 72px;
    padding: 0 6px;
    text-align: center;
}
.consult .standard-form .cb-fields .item:last-child{
    margin-right: 0px;
}
.consult .standard-form .item.form-row .cvc {
    width: 62px;
}
.consult .standard-form .item.form-row .cvc #cardCvc {
    text-align: center;
    width: 62px;
    padding: 0 6px;
}
.popup-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 600px;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    background: #fff;
    z-index: 99999;
    display: none;
}
.popup-show{
    display: block;
    top: 218.5px;
    left: 651.5px;
}
.popup-dialog.scroll {
    height: 500px;
}
.popup-dialog .scrollable {
    width: auto;
    padding: 25px 30px 30px 30px;
}
.popup-dialog.scroll .scrollable {
    height: 480px;
    overflow: auto;
    padding: 25px 30px 30px 30px;
    -webkit-overflow-scrolling: touch;
}
.popup-dialog .scrollable h2, .popup-dialog .scrollable h3, .popup-dialog .scrollable h4 {
    text-align: center;
}
.popup-dialog .close-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 150%;
    color: #aaa;
    width: 100%;
    text-align: right;
    background-image: url(../images/popup-close-gradient.png);
    background-repeat: repeat-x;
    background-position: top center;
    padding: 10px 0;
    height: 25px;
}
.popup-dialog.scroll .close-wrapper {
    background-image: url(../images/popup-close-gradient-scroll.png);
    background-position: top right;
}
.popup-dialog .close-wrapper .close-dialog {
    cursor: pointer;
    transition: color .2s;
    margin-right: 13px;
}
.veil {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    background-image: url(../images/ardoise-74-percent-opacity.png);
    z-index: 99998;
    display: none;
    padding-bottom: 10em;
}
.veil-show{
    display: block;
    height: 937px;
}
.register{padding-bottom: 80px;}
.register .content{
    width: 100%;
    max-width: 500px;
    float: none !important;
    margin: auto;
}
.register h2{
    font-size: 23px;
    font-weight: 500;
    margin: 5px 0 11px 0;
}
.register h3{
    font-weight: 500;
    font-size: 118%;
    padding: 20px 0 0px;
    color: #aaa;
    text-align: left;
}
.subcribe-now{padding-bottom: 80px;}
.subcribe-now .content{
    border-radius: 3px 3px 3px 3px;
    display: flex;
}
.subcribe-now .sub-form{
    flex: 0 0 68%;
    max-width: 68%;
    margin-right: 21px;
}
.subcribe-now .sidebar-paiement{
    flex: 0 0 30%;
    max-width: 30%;
}
.subcribe-now .standard-form{
    margin-top: 21px;
}
.subcribe-now table#orderSummary{
    margin: 21px 0px;
}
.subcribe-now table.standard-table {
    border-collapse: separate;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    border: #e0e0e0 1px solid;
}
.subcribe-now table.standard-table.no-header {
    border-top: #e0e0e0 1px solid;
}
.subcribe-now table.standard-table tbody {
    border-right: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
}
.subcribe-now table.standard-table tbody tr {
    border-bottom: #e0e0e0 1px solid;
}
.subcribe-now table.standard-table tbody tr td {
    padding: 15px 10px;
    line-height: 1.3em;
}
.subcribe-now table.standard-table tr:first-child {
    border-radius: 3px 3px 0 0;
}
.subcribe-now table#orderSummary tr#ligne_abonnement td{
    background: #ededed;
    font-weight: 500;
}
.subcribe-now table#orderSummary tr td .mise_en_retrait{
    color: #848484;
    font-size: 85%;
    margin-bottom: 0;
    margin-top: 7px;
}
.subcribe-now .price_size_98 {
    font-size: 93%;
}
.subcribe-now table#orderSummary tr td.prix{
    font-weight: 500;
    text-align: right;
    width: 77px;
    padding-right: 15px;
}
.subcribe-now table#orderSummary tr td.prix .prix_global{
    position: relative;
}
.subcribe-now table#orderSummary tr td.prix .prix_global sup{
    position: absolute;
    right: -8px;
    top: -8px;
    color: #aaa;
}
.sidebar-paiement h2{
    margin-top: 0px !important;
    background-image: url(../../public/images/lock_noir.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 2px 0 0 25px;
}
.subcribe-now h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 14px 0;
}
.subcribe-now p{
    line-height: 21px;
    margin: 7px 0;
}
.sidebar-paiement .secure-payment-icon{
    width: 200px;
    display: block;
    margin: 14px auto 0 auto;
}
.subcribe-now .align-right{
    height: 200px;
}
.doc-detail{padding-bottom: 80px;}
.doc-detail .infos-document {
    margin-bottom: 21px;
    background-color: #fff;
    overflow: hidden;
}
.doc-detail .infos-document .has-preview {
    background-position: 0;
    background-repeat: no-repeat;
    background-image: url(../images/ombre.png);
    background-size: 39.2% 100%;
}
.doc-detail .preview-doc{
    display: flex;
    padding-top: 30px;
}
.doc-detail .infos-document a.preview-document {
    flex: 0 0 28%;
    max-width: 28%;
    display: block;
    text-decoration: none;
    height: 330px;
    background-color: #fff;
    background-image: none;
    overflow: hidden;
    border: none;
    padding: 0;
    z-index: 1;
    box-shadow: -54px 0px 54px #f4f4f4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
}
.doc-detail .infos-document a.preview-document>img {
    margin: 0;
    display: block;
    transition: opacity .5s;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.doc-detail .infos-document a.preview-document:hover .form-button {
    margin: 0;
    opacity: 1;
    transition: opacity .5s;
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 115%;
    line-height: 1.5em;
    background-color: rgba(52,56,67,0.75);
    padding: 135px 0 0 0;
}
.doc-detail .preview-doc .align-right{
    flex: 70%;
    max-width: 70%;
    padding-left: 30px;
}
.doc-detail .preview-doc .document-title {
    padding-bottom: 39px;
}
.doc-detail .preview-doc h1 {
    padding: 0;
    font-size: 28px;
    text-align: left !important;
    line-height: 34px;
    width: 100%;
}
.doc-detail .preview-doc .stickers{display: flex;}
.doc-detail .preview-doc .stickers .sticker {
    display: flex;
    align-items: center;
    padding-right: 5px;
}
.doc-detail .preview-doc .stickers.stickers-rating .sticker {
    padding: 0 15px 15px 0;
}
.doc-detail .preview-doc .stickers .sticker .ico {
    display: inline-block;
    padding-right: 12px;
}
.doc-detail .preview-doc .stickers .sticker1 .ico,
.doc-detail .preview-doc .stickers .sticker2 .ico,
.doc-detail .preview-doc .stickers .sticker4 .ico,
.doc-detail .preview-doc .stickers .sticker5 .ico {
    width: 45px;
    height: 36px;
}
.doc-detail .preview-doc .stickers.stickers-rating .sticker .ico {
    padding-right: 10px;
}
.doc-detail .preview-doc .stickers .sticker .text {
    display: inline-block;
}
.doc-detail .preview-doc .stickers .sticker .text strong {
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 0 0 6px 0;
}
.doc-detail .preview-doc .stickers.stickers-rating .sticker .text strong {
    font-size: 16px;
}
.doc-detail .preview-doc .stickers .sticker .text .smaller {
    display: block;
}
.doc-detail .preview-doc .stickers.stickers-rating .sticker .text .smaller {
    font-size: 14px;
}
.doc-detail .content-document{
    display: flex;
}
.doc-detail .content-document .infos-how-to{
    flex: 0 0 28%;
    max-width: 28%;
}
.doc-detail .content-document .align-right{
    flex: 0 0 70%;
    max-width: 70%;
}
.doc-detail .content-document h2 {
    line-height: 27px;
    font-size: 25px;
    margin: 19px 0 12px;
}
.doc-detail .content-document h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.doc-detail .infos-how-to .using-doc{
    display: flex;
    padding: 11px 14px 25px;
}
.doc-detail .infos-how-to .using-doc .use-cont{
    flex: 70%;
    max-width: 70%;
}
.doc-detail .infos-how-to .using-doc .step-ico{
    flex: 30%;
    max-width: 30%;
    height: 42px;
}
.doc-detail .content-document .align-right h2.titre_de_page{
    margin: 0px 0px 25px;
    line-height: 36px;
    font-size: 25px;
}
.doc-detail .content-document .extra-links{
    margin-top: 25px;
}
.doc-detail .content-document .extra-links ul{
    list-style: none;
    line-height: 1.5em;
    margin: 7px 0px 7px 28px;
    padding-left: 0px;
}
.doc-detail .content-document .extra-links .links-list li {
    padding-top: 0;
    margin-bottom: 14px;
    padding-left: 14px;
    background: transparent url(../images/puce.svg) no-repeat scroll 0 9px;
    background-size: 5px;
    list-style: outside none none;
}
.doc-detail .content-document .extra-links .links-list li a{
    color: #343843;
    text-decoration: none;
    border: none;
    transition: all .1s;
    cursor: pointer;
    font-weight: 400;
}
.doc-detail .content-document .extra-links p.repeat-title {
    margin: 0px 0px 17px;
    font-weight: 400;
}
.doc-detail .content-document .extra-links h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 14px;
}
#component_creation_document #informations_generales_document_en_cours {
    padding: 18px 0 8px 0;
    display: flex;
    justify-content: space-between;
}
#description_du_document h1.titre_de_page{
    font-size: 25px;
    padding: 2.5px 0 5px 0 !important;
}
#progression_creation_document{
    display: block;
    margin: 5px 0 5px;
    position: relative;
}
#component_creation_document #informations_generales_document_en_cours #progression_creation_document .label {
    color: #5b5a5b;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
}
#component_creation_document #informations_generales_document_en_cours #progression_creation_document .bandeau {
    background-color: #343843;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 4px;
    width: 208px;
    float: left;
}
#component_creation_document #informations_generales_document_en_cours #progression_creation_document .bandeau .pourcentage {
    background-color: #aaa;
    background-image: url(../images/back_pourcentage.png);
    background-position: top left;
    border-radius: 3px 0 0 3px;
    height: 25px;
    width: 0;
    position: relative;
    transition: width 0.5s ease-in-out !important;
}
#component_creation_document #informations_generales_document_en_cours #progression_creation_document .bandeau .information_progression {
    color: #fff;
    font-size: 12px;
    left: 2px;
    position: absolute;
    font-weight: 500;
}
#component_creation_document #champs_formulaire:after,
#component_creation_document #champs_formulaire:before {
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
#component_creation_document #champs_formulaire:after {
    right: -15px;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    background: #fcc831 url(../images/arrow_back.svg) no-repeat center;
    background-size: 10px;
}
#component_creation_document #champs_formulaire:before {
    bottom: -15px;
    height: 30px;
    width: 30px;
    left: calc(50% - 15px);
    background: #fcc831 url(../images/arrow_up.svg) no-repeat center;
    background-size: 14px;
}
#component_creation_document #champs_formulaire .formulaire_content {
    position: relative;
    z-index: 1;
}
#component_creation_document #creation_document .question,
#component_creation_document #formulaire_validation .question {
    background-color: #fff;
    border-bottom: medium none;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 10px;
    clear: both;
    position: relative;
}
#component_creation_document #creation_document .question .label_question,
#component_creation_document #formulaire_validation .question .label_question {
    margin-bottom: 5px;
    margin-right: 7px;
    padding-top: 0px;
    padding-bottom: 3px;
    width: 90%;
    font-weight: 500;
    font-size: 105%;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    float: none !important;
    clear: both;
    display: block;
    content: '';
}
#component_creation_document #creation_document .question select,
#component_creation_document #formulaire_validation .question select {
    background-color: #fff;
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 5px 0 4px 6px;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
    transition: border .2s;
}
#component_creation_document #creation_document .question .button,
#component_creation_document #formulaire_validation .question .button {
    background-color: #2ca0a7;
    border: medium none;
    border-radius: 15px 15px 15px 15px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -5px;
    top: 10px;
    text-align: center;
    transition: background-color .5s;
    font-weight: 500;
    z-index: 5;
    opacity: 1;
}
#component_creation_document #creation_document .question .explication,
#component_creation_document #formulaire_validation .question .explication {
    display: none;
}
#component_creation_document #creation_document .question textarea,
#component_creation_document #formulaire_validation .question textarea{
    border: #d3d3d3 1px solid;
    border-radius: 3px 3px 3px 3px;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    padding: 5px 10px;
    transition: border .2s;
}
#component_creation_document #creation_document #controle,
#component_creation_document #formulaire_validation #controle {
    padding: 10px;
    clear: both;
}
#component_creation_document #creation_document #controle .questions.suivante,
#component_creation_document #formulaire_validation #controle .questions.suivante {
    margin-left: 10px;
    position: relative;
    transition: none;
}
#component_creation_document #creation_document #controle .btn-text,
#component_creation_document #formulaire_validation #controle .btn-text {
    pointer-events: none;
}
.btn .fa-chevron-right, .btn .fa-save, .btn .fa-paper-plane, .btn .fa-check {
    margin-left: 8px;
}
#component_creation_document #creation_document #controle #enregistrer.enr2,
#component_creation_document #creation_document #controle .sauvegarder,
#component_creation_document #formulaire_validation #controle #enregistrer.enr2,
#component_creation_document #formulaire_validation #controle .sauvegarder {
    margin-top: 12px;
}
#component_creation_document #creation_document #controle #enregistrer .comment_modifier,
#component_creation_document #formulaire_validation #controle #enregistrer .comment_modifier {
    background: transparent;
    border: none;
    padding: 0;
    color: #343843;
    cursor: pointer;
    display: inline;
    font-size: 12px !important;
    margin: 0;
    text-decoration: underline !important;
}
#component_creation_document #creation_document #controle #enregistrer,
#component_creation_document #formulaire_validation #controle #enregistrer {
    width: 100%;
    display: inline-block;
}
#component_creation_document #creation_document #controle input.questions[type="submit"],
#component_creation_document #creation_document #controle a.sauvegarder,
#component_creation_document #formulaire_validation #controle input.questions[type="submit"],
#component_creation_document #formulaire_validation #controle a.sauvegarder {
    background: #afafaf none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: normal;
    height: 34px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    width: auto;
}
#component_creation_document #creation_document #controle input.questions.sauvegarder[type="submit"],
#component_creation_document #creation_document #controle a.sauvegarder,
#component_creation_document #formulaire_validation #controle input.questions.sauvegarder[type="submit"],
#component_creation_document #formulaire_validation #controle a.sauvegarder {
    background: transparent none repeat scroll 0 0;
    color: #343843;
    font-size: 12px;
    margin: 1px 0 0 0;
    padding: 0;
    text-decoration: underline;
}
#component_creation_document .texte_inselectionnable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    border: none;
    cursor: default;
    float: right;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    margin-left: 25px;
}
#component_creation_document #creation_document .question .button:hover,
#component_creation_document #creation_document .question .button.active,
#component_creation_document #formulaire_validation .question .button:hover,
#component_creation_document #formulaire_validation .question .button.active {
    background-color: #2ca0a7;
}
.p-404{padding-bottom: 80px;}
.p-404 .inner-padding.bg-white{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.img-404 img{
    display: block;
    margin: 0 auto;
    height: 560px;
}
#component_creation_document #champs_formulaire {
/*    float: left;*/
    background: #FFF;
    position: relative;
    border: none;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}
#create-title-progress{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
h1#des-title{
    padding: 18px 0 8px;
    text-align: left;
}
#create-title-progress .progress .label{
    margin-right: 10px;
}
#create-title-progress #progress-doc{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#create-title-progress #progress-doc .progress{
    width: 208px;
    background-color: #343843;
    border-radius: 3px;
    height: 28px;
    padding: 4px;
}
#progressbar{
    background-color: #aaa;
    height: 20px;
}
#percent{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
#progress-doc .progress{
    margin-left: 10px;
}
#paraModificar h5{
    text-transform: uppercase;
    text-align: center;
    font-size: 160%;
    font-weight: 500;
}
#paraModificar .modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
#paraModificar .modal-header{
    border-bottom: unset;
}
#paraModificar .modal-footer{
    border-top: unset;
    justify-content: center !important;
}
#paraModificar .modal-footer .btn{
    background-color: #b3b3b3;
}
.document_page{
    display: flex;
}
#component_creation_document .texte_inselectionnable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    border: none;
    cursor: default;
/*    float: right;*/
    height: 328px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    width: 65%;
}
#texte_a_afficher h5{
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
.btn.cancel {
    background-color: #b3b3b3;
}
#champs_formulaire input{
    margin-right: 2px;
}
#component_creation_document #creation_document .question .champ_radio_formulaire_principal,
#component_creation_document #formulaire_validation .question .champ_radio_formulaire_principal {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    width: 100%;
}
#component_creation_document #creation_document .question .champ_radio_formulaire_principal label,
#component_creation_document #formulaire_validation .question .champ_radio_formulaire_principal label {
    cursor: pointer;
}
#component_creation_document #document-content span.encours,
#component_creation_document .texte_inselectionnable span.encours {
    background-color: #fcc831;
}
.question.active{
    background-color: #fcc831 !important;
}
#document-content .variable_vide.active{
    background-color: #fcc831;
}
body #linebox {
    background: #2ca0a7;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    float: right;
    font-size: 100%;
    left: 300px;
    max-height: 300px;
    overflow: hidden;
    padding: 10px 0px 15px;
    position: absolute;
    top: 104px;
    width: 675px;
    z-index: 100;
}
body #linebox .interieur{
    max-height: 305px;
    padding: 0 38px 0 20px;
    overflow-y: auto;
}
body #linebox .close{
    background-color: transparent;
    background-image: url(../images/fermer.svg);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    background-size: 14px;
    border-radius: 3px;
    color: transparent;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 10px;
}
input[type='checkbox'] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    width: unset;
}
.btn-step {
    display: none;
}
#finishBtn, #finishBtn:hover {
    border: medium none;
    border-radius: 40px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 105%;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    background-color: #2ca0a7;
    padding: 0.375rem 0.75rem;
    border: none !important;
    -webkit-appearance: none !important;
}
#finishBtn a {
    text-decoration: none;
    color: inherit;
}
table#orderSummary {
    margin-top: 1.5em;
}
table#orderSummary tr td.standard-form .item {
    margin: 0 !important;
    padding: 0 !important;
}
table#orderSummary #startPseudoCheckboxAvocat {
    font-weight: 400;
    font-size: 100%;
}
table#orderSummary tr td.prix {
    font-weight: 500;
    text-align: right;
    width: 77px;
    padding-right: 15px;
}
table#orderSummary tr td .mise_en_retrait {
    color: #848484;
    font-size: 85%;
    margin-bottom: 0;
    margin-top: 0.5em;
}
table#orderSummary tr td.demande_avocat .open-dialog {
    font-size: 85%;
    font-weight: 500;
}
#formulaire_paiement .standard-form {
    margin-top: 1.5em;
}
#formulaire_paiement .standard-form .item {
    max-width: 430px;
    margin: 0 auto;
    padding: 1em 0 0.8em 0;
}
#formulaire_paiement .standard-form .cb-fields {
    display: flex;
    max-width: 430px;
    margin: 0 auto 0.8em auto;
    position: relative;
}
#formulaire_paiement .standard-form .cb-fields .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-right: 20px;
    margin-left: 0;
}
#formulaire_paiement .standard-form .item.form-row label {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
#formulaire_paiement .standard-form .item>label {
    font-size: 15px;
    height: auto;
}
#formulaire_paiement .standard-form .item.form-row .field-cb {
    width: 196px;
}
#formulaire_paiement .standard-form .cb-fields .item .picto_cb_general {
    position: absolute;
    width: 21px;
    left: 161px;
    transform: translate(7px, -7px);
}
#formulaire_paiement .standard-form .cb-fields#formulaire_sips .item .picto_cb_general {
    transform: translate(7px, 7px);
}
#formulaire_paiement .standard-form .item.form-row .cb_exp_date {
    width: 72px;
}
#formulaire_paiement .standard-form .item.form-row .cb_exp_date input {
    width: 72px;
    padding: 0 6px;
    text-align: center;
}
#formulaire_paiement .standard-form .item input {
    height: 30px;
    line-height: 28px !important;
    font-size: 14px !important;
    max-width: 430px;
}
#formulaire_paiement .standard-form .cb-fields .item input {
    text-indent: 0;
}
#formulaire_paiement .standard-form .item.form-row .cvc #cardCvc {
    text-align: center;
    width: 62px;
    padding: 0 6px;
}