@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1024px) {
    #splash-screen #accroche h1{font-size: 32px;}
    #splash-screen #accroche h2{
        font-size: 18px;
        line-height: 22px;
        padding: 23px 0px;
    }
    #splash-screen .recherche.frm-search .search-form input.search-terms{
        font-size: 18px;
    }
    #splash-screen .steps{width: 95%;}
    #splash-screen .steps .item h3{
        font-size: 18px;
        line-height: 22px;
    }
    #splash-screen .steps .item p{
        font-size: 14px;
        line-height: 16px;
    }
    #sales-pitch .stats{
        width: 70%;
        min-height: 170px;
    }
    #sales-pitch .stats .item .inner-padding p.number{
        font-size: 29px;
        margin-bottom: 7px;
    }
    .list-tree-structure .niveau .lien_item a{padding-left: 20px;}
    .list-tree-structure .niveau_3{
        background-position: 35px 0;
        padding: 0 20px;
    }
    .document .accordion-body{padding: 0 21px;}
    .guides .align-left{display: none;}
    .guides .description {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 768px) {
    header{display: none;}
    #header-mb{
        background: #343843;
        height: 50px;
        display: block !important;
    }
    #header-mb .logo img{height: 50px;}
    #header-mb .mobile-menu-link{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 30px;
        text-align: right;
        color: #fff;
    }
    #header-mb .mobile-menu-link .fa-bars.hide{display: none;}
    #header-mb .mobile-menu-link .fa-xmark{
        font-size: 35px;
        display: none;
    }
    #header-mb .mobile-menu-link .fa-xmark.show{display: block;}
    #header-mb #menu{
        background: #2ca0a7;
        z-index: 5;
        max-height: 212px;
        padding: 0px;
        display: none;
    }
    #header-mb #menu.show{
        display: block;
    }
    #header-mb #menu ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    #header-mb #menu ul li ul{
        display: none;
    }
    #header-mb #menu ul > li{
        border-bottom: 1px solid #343843;
        padding: 0 5%;
        height: 52px;
        display: flex;
        align-items: center;
    }
    #header-mb #menu ul > li.active{
        background: #fcc831;
    }
    #header-mb #menu ul > li > a{
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
    #header-mb #menu a.u-account{
        padding: 0 5%;
        text-decoration: none;
        font-weight: 400;
        color: #fff;
    }
    #splash-screen #illustration{text-align: center;}
    #splash-screen #illustration img{max-width: 241px;}
    #splash-screen #accroche{
        padding: 0px;
        margin: 0px auto;
        text-align: center;
    }
    #splash-screen #accroche h1 {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        padding-top: 5px;
        margin: 0px;
    }
    #splash-screen #accroche h2{
        font-size: 17px;
        line-height: 20px;
        padding: 20px 0px;
    }
    #splash-screen .recherche.frm-search{
        height: 69px;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }
    #splash-screen .steps {
        width: 60%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        justify-items: center;
    }
    #splash-screen .steps .item,
    #sales-pitch .stats .item{
        max-width: unset;
    }
    #sales-pitch .stats{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 60%;
    }
    #sample-doc h3{padding-left: 15px;}
    footer {padding: 25px 0px;}
    footer ul li{
        text-align: center;
        padding-bottom: 10px;
    }
    footer ul li a{padding: 7px 0px;}
    footer .gray-menu{
        border-top: #4a5060 1px solid;
        border-bottom: #4a5060 1px solid;
        border-right: none;
        padding: 25px 0 0px;
    }
    footer .footer-cont{
        display: grid;
        grid-template-columns: 1fr;
    }
    footer .country-select{
        border-right: none;
        padding: 40px 0 30px 0;
        text-align: center;
        border-bottom: #4a5060 1px solid;
    }
    footer .community{
        padding: 30px 0 15px 0;
        text-align: center;
    }
    footer .community p{margin: 0px;}
    footer .community .reseaux{
        margin-top: 11px;
        text-align: left;
        display: inline-block;
    }
    footer .copyright {
        text-align: center;
        padding-top: 15px;
    }
    #splash-screen .introduction,
    .second-half .sample-doc-cont{
        display: grid;
        grid-template-columns: 1fr;
    }
    .document h1{
        font-size: 18px;
        padding: 20px 0px;
        margin: 0px;
    }
    .document .pre-arbo{
        margin: 0 0 7px;
        padding: 0 0 14px;
    }
    .document .content{
        padding: 14px 0px;
    }
    .list-tree-structure .niveau {
        background-image: none;
        background-color: #ededed;
        border-radius: 3px 3px 3px 3px;
    }
    .list-tree-structure .niveau h2 {
        background-position: 10px 12px;
        padding: 12px 10px 12px 34px;
        background-color: #2ca0a7 !important;
        color: #fff;
        font-size: 17px;
        line-height: 18px;
        width: auto;
    }
    .list-tree-structure .niveau .lien_item a {
        color: #343843;
        display: block;
        border: none;
        padding: 10px 14px 10px 30px;
        line-height: 17px;
        border-bottom: #c6c6c6 1px solid !important;
    }
    .document .content h3{
        font-size: 16px;
        line-height: 16px;
    }
    .document .accordion-body{
        padding: 0;
    }
    #pricingTable{display: none;}
    #pricingTextual {
        display: block;
    }
    .faq .faq-cont-list .item .reponse ul{
        margin-left: 0px;
    }
    .faq .faq-cont-list .item .reponse .single-centered-alert p{
        text-align: center;
    }
    .landing-signature .first-half .sign-doc{
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
    }
    .landing-signature .sign-doc h1{
        font-size: 30px;
        line-height: 30px;
    }
    .landing-signature .sign-doc h2{
        font-size: 21px;
        line-height: 21px;
    }
    .landing-signature .sign-doc .sign-guide ul li{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 23px;
    }
    .landing-signature .sign-doc .sign-guide,
    .landing-signature .sign-doc .sign-file{
        width: 100% !important;
    }
    .landing-signature .features{
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .landing-signature .features .item {
        width: 100%;
        text-align: center;
    }
    .landing-signature .features .item .picto{
        margin-top: 48px;
    }
    .landing-signature .first-half{padding-bottom: 0px;}
}
@media only screen and (max-width: 736px) {}
@media only screen and (max-width: 668px) {}
@media only screen and (max-width: 601px) {}
@media only screen and (max-width: 568px) {}
@media only screen and (max-width: 480px) {
    .faq h1,.login h1,.contact h1,.site-map h1,.conditions h1,.forgot-pw h1,.search h1{
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 0px;
        padding: 21px 0px;
    }
    .faq .faq-cont-list .item .question h2,
    .conditions h2,.search h2{
        font-size: 18px;
        line-height: 20px;
    }
    #arborescence_guides .chaque_guide h2 a{
        font-size: 18px;
        line-height: 22px;
    }
    .conditions h3{padding: 5px 0 7px;}
    .landing-signature .sign-doc h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .landing-signature .sign-doc .sign-guide ul li {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .landing-signature .sign-file .my-form label.button,
    .landing-signature .my-form #div_de_chargement_du_fichier_pdf,
    .landing-signature .features .item h2,
    .landing-signature .sign-faq h2{
        font-size: 20px;
        line-height: 20px;
    }
    .landing-signature .features .item p{
        font-size: 17px;
        line-height: 22px;
    }
    .landing-signature .features .item .picto{
        margin-top: 40px;
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 415px) {
    #splash-screen #accroche h1{
        font-size: 20px;
        line-height: 24px;
    }
    #splash-screen #accroche h2{
        font-size: 15px;
        line-height: 17px;
    }
    #splash-screen .recherche.frm-search .search-form input.search-button{
        width: 50px;
        height: 50px;
        background-size: 30px;
        top: -50px;
    }
    #splash-screen .recherche.frm-search .search-form input.search-terms{
        height: 50px;
    }
    #splash-screen .recherche.frm-search .search-form input.search-terms {
        font-size: 14px;
        line-height: 16px;
    }
    #splash-screen .steps .item h3 {
        font-size: 16px;
        line-height: 18px;
        padding: 8px 0px 0px;
    }
    #sales-pitch h2, #sample-doc h2{
        font-size: 20px;
        line-height: 20px;
        padding: 30px 0 7px 0;
    }
    #sales-pitch p{
        font-size: 15px;
        line-height: 17px;
    }
    #sample-doc h3{
        font-size: 17px;
        line-height: 17px;
    }
    .list-tree-structure .niveau h2{
        font-size: 16px;
        line-height: 16px;
        width: 100%;
    }
    .list-tree-structure .niveau h3{
        font-size: 15px;
        line-height: 15px;
    }
    .list-tree-structure .niveau_3{
        padding: 0px 20px;
    }
    .conditions h1{
        font-size: 20px;
        line-height: 22px;
    }
    .guides .inner-padding{padding: 10px 0px;}
    .landing-signature .sign-doc h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .landing-signature .sign-doc h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .landing-signature .sign-doc .sign-guide ul li {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .landing-signature .sign-file .my-form label.button,
    .landing-signature .my-form #div_de_chargement_du_fichier_pdf,
    .landing-signature .features .item h2,
    .landing-signature .sign-faq h2{
        font-size: 18px;
        line-height: 18px;
    }
    .landing-signature .my-form{
        margin-bottom: 15px;
        background-size: 75px;
        padding-top: 170px;
    }
}
@media only screen and (max-width: 384px) {}
@media only screen and (max-width: 375px) {
    #splash-screen .steps,#sales-pitch .stats{
        width: 70%;
    }
    #sales-pitch .stats .item{
        min-height: 150px;
    }
    .faq .faq-cont-list .item .reponse ul{
        padding-left: 16px;
    }
    .landing-signature .sign-doc .sign-file{
        padding-bottom: 40px;
    }
    .landing-signature .features .item .picto {
        width: 70px;
        height: 70px;
    }
    .landing-signature .features .item .picto img{
        width: 45px;
    }
    .landing-signature .my-form{
        padding-top: 165px;
        background-size: 70px;
    }
    .landing-signature .sign-faq .inner-padding {
        padding: 21px;
    }
}
@media only screen and (max-width: 320px) {
    .guides .inner-padding{padding: 0px;}
    .conditions h1,.search h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .faq .faq-cont-list .item .question h2, .conditions h2,.search h2 {
        font-size: 16px;
        line-height: 18px;
    }
    .landing-signature .create-signature .sign-faq ul{
        padding-left: 0px;
    }
}