.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.w-100 {
    width: 100%;
}
.unset {
    all: unset!important;
}

.flexbox {
    display: flex;
}

/*TITRES */

.homepage_new h3 {
    margin-top: 0;
}

.texte_mobile {
    font-size: 9px!important;
}

/*NAVBAR*/

.navbar_new {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.navbar_new .container_nav {
    margin: 0;
    display: flex;
    padding: 0;
}

.navbar_new .container_nav li{
    font-size: 14px;
    list-style-type: none;
    text-transform: uppercase;
}

.navbar_new .container_nav > li{
    display: flex;
    align-items: center;
    border-right: solid 1px  #005EA9;
    line-height: 12px;
    list-style-type: none;
    color: #005EA9;
    padding: 0 20px 0 20px;
}

.navbar_new .container_nav li:last-child{
    border-right: none;
}

.navbar_new .container_nav li:first-child{
    padding-left: 0;
}

.navbar_new .container_nav li .angle {
    margin-left: 14px;
}

.navbar_new .container_nav li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#frontMenuService.navbar-default .navbar-nav>.open>a,
#frontMenuService.navbar-default .navbar-nav>.open>a:focus,
#frontMenuService.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #EDF3FF;!important;
}

#frontMenuService .dropdown-menu>li>a {
    color: #001652!important;
}

/*NAVBAR GL*/


.navbar-front {
    background-color: unset;
    border: none;
}

/*.navbar-front .container-fluid {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

nav.navbar-front > div.container-fluid {
    max-width: 78%;
    margin: auto;
}


ul.navbar-nav > li{
    font-size: 14px;
    list-style-type: none;
    text-transform: uppercase;
}


ul.navbar-nav > li:last-child{
    border-right: none;
}

nav.navbar-front ul.navbar-nav > li > a{
    color : #005EA9!important;
}

.custom-border {
    position: relative;
}

.custom-border:after {
    content: " ";
    position: absolute;
    border-right: 1px #005EA9 solid;
    top: 35%;
    right: 0;
    height: 30%;
    margin-top: auto;
    margin-bottom: auto;
}

/*@media only screen and (max-width: 768px) {*/
/*    .navbar-front .container-fluid {*/
/*        display: initial;*/
/*        !*justify-content: center;*!*/
/*    }*/
/*}*/

/*CONNEXION*/

.logo_connexion {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 47px;
}

.weight_words {
    font-weight: 800;
}

.no_weight {
    font-weight: normal;
}

.main_container_bloc {
    display: flex;
    margin: 0 auto;
}

.double_bloc {
    gap: 20px;
    justify-content: center;
}

.sous_titre_connexion {
    color: #005EA9;
    font-size: 21px;
    margin: 0 auto;
    margin-bottom: 47px;
    text-align: center;
    text-transform: none;
    line-height: 1.3;
}

.container_bloc {
    padding: 27px 37px 23px 37px;
}

.container_bloc_duo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 38px 48px 38px 48px!important;
    width: 100%;
}

.primo .container_bloc_duo {
    padding-top: 28px!important;
    padding-bottom: 28px!important;
}

.contact .container_bloc_duo {
    padding: 0;
}

.container_bloc_duo.container_left {
    flex-direction: column;
    width: auto;
}

#inscription_connexion, #login_connexion {
    /*width: 572px;*/
    height: 300px;
}

#inscription_connexion {
    grid-area: bloc_gauche_primo;
}

#formLoginFront {
    grid-area: bloc_droite_primo;
}

#login_inscription {
    margin-left: 51px;
}

.fond_bleu {
    background-color: #EDF3FF;
}

.encadre_shadow {
    box-shadow: 0 0 6px #00000029;
}

.sub_container_bloc {
    color: #005EA9;
    line-height: 1.2;
    margin: 0;
}

.sub_container_bloc h3 {
    font-size: 18px;
    margin: 0;
}

.sub_container_bloc h4 {
    font-size: 14px;
    font-weight: 800;
}

.sous-titre-primo {
    margin-top: 8px;
}

.titre_bloc_etape {
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.trait_h3 {
    height: 3px;
    width: 150px;
    background-color: #005EA9;
    margin-top: 11px;
    margin-bottom: 16px;
}

.sous-titre-bloc {
    font-size: 14px;
    color: #005EA9;
    margin-top: -5px;
}

.homepage-primo-new .main_container_bloc {
    width: 596px;
}

.contact .main_container_bloc {
    width: 1230px;
}

#formContact {
    width: 380px;
    /*margin-left: 170px;*/
}

.lien_souligne {
    margin-top: 20px;
}

.lien_souligne a {
    text-decoration: underline;
    color: #0059FF;
}

.lien_retour {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lien_retour:hover {
    text-decoration: none;
}

.lien_retour p {
    color: #005EA9;
    font-size: 18px;
    margin: 0;
}

.lien_retour i {
    color: #5E96FF!important;
    font-size: 38px!important;
}

.legende_input {
    font-size: 12px;
    color: #36424A;
    margin-top: 15px;
}

.captcha-new {
    margin-top: 23px;
}

.rond_num {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.bloc_etapes {
    display: flex;
}

.bloc_etapes h4 {
    margin-left: 12px;
}

.rond_num span {
    font-weight: 800;
    font-size: 21px;
}

.lien_ronds {
    height: 32px;
    width: 2px;
    background-color: #005EA9;
    margin-left: 18px;
}

.rond_num.rond_actif {
    background-color: #005EA9;
    color: white;
}

.rond_num.rond_inactif, .lien_ronds.rond_inactif {
    background-color: #98BDFF;
    color: white;
}

.margin_photo {
    margin-top: -20px;
}

.primo #formProfil, .primo #formProfil2 {
    width: 490px;
}

.form_profil_primo_2 li.parsley-required {
    padding-right: 30px;
}

.form_profil_primo_2 li.parsley-type {
    z-index: 1;
}

#contact_civilite {
    position: relative;
}

#contact_civilite > ul.parsley-errors-list > li.parsley-required {
    position: absolute;
    right: 10px;
    top: 0px;

}

.main_container_bloc~.main_container_bloc {
    margin-top: 24.2px;
    margin-bottom: 100px;
}

.rgpd-container {
    margin-bottom: 18px;
}

/*SIDE CONTACT*/

.sideService{
    position: absolute;
    right: 0;
    padding: 11px 14px 11px 14px;
    box-shadow: -3px 0 5px #00000029;
    cursor: pointer;
}

/*#side_contact {
    bottom: 46px;
}

#side_commande {
    bottom: 166px;
}*/

.content_contact {
    display: flex;
    align-items: center;
    gap: 27px;
}

#content_contact_hide {
    margin-right: 20px;
}

.display-none {
    display: none;
}

/*PORTAIL*/

.portail-new {
    width: 87%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 200px) repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-areas:    "contrats contrats actualites actualites actualites"
                            "operations operations operations formations formations"
                            "outils outils commandes labo compte";
}

.portail-new .contrats {
    grid-area: contrats;
    /*grid-area: 1 / 1 / 2 / 3;*/
}

.portail-new .actualites {
    grid-area: actualites;
    /*grid-area: 1 / 3 / 2 / 6;*/
}

.portail-new .operations {
    grid-area: operations;
    /*grid-area: 2 / 1 / 3 / 4;*/
}

.portail-new .formations {
    grid-area: formations;
    /*grid-area: 2 / 4 / 3 / 6;*/
}

.portail-new .outils {
    grid-area: outils;
    /*grid-area: 3 / 1 / 4 / 3;*/
}

.portail-new .commandes {
    grid-area: commandes;
    /*grid-area: 3 / 3 / 4 / 4;*/
}

.portail-new .labo {
    grid-area: labo;
    /*grid-area: 3 / 4 / 4 / 5;*/
}

.portail-new .compte {
    grid-area: compte;
    /*grid-area: 3 / 5 / 4 / 6;*/
}

.bloc-portail {
    /*position: relative;*/
    border: 1px solid #BCD3FF;
    /*width: 100%;*/
    /*height: 100%;*/
}

.bloc-portail.bloc-image {
    display: flex;
    /*gap: 42px;*/
}

.bloc-image .image-left {
    width: 100%;
}

.bloc-image .texte_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.container_right {
    width: 85%;
    /*margin: 0 auto;*/
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 20px;
}

.bloc-image .texte_right p{
    font-size: 12px;
    color: #005EA9;
    max-width: 250px;
}

.bloc-image .texte_right h4 {
    font-size: 14px;
}

.bloc-image .texte_right .trait_h3 {
    margin-top: 0;
}

.bloc-image .image_left img {
    height: 100%;
}

/*.bloc-portail .image_up {*/
/*    max-height: 90%;*/
/*    max-width: 90%;*/
/*}*/

/*.bloc-portail .image_up img {*/
/*    object-fit: none;*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*}*/

/*.bloc-portail .container_bloc_photo {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*OPERATIONS*/

.btn-decla-front-ope {
    margin-top: 8px;
}

.entete-ope {
    /*display: flex;*/
    /*gap: 20px;*/
    /*justify-content: space-between;*/
}

.entete-ope h4 {
    color: #005EA9;
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}

.entete-ope .contrat {
    border: solid 1px #BCD3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    /*width: 286px;*/
    height: 110px;
}

.container_filtre img {
    max-width: 100%;
}

@media only screen and (max-width: 770px) {
    .entete-ope .contrat {
        all:unset;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}



.entete-ope .container_filtre {
    display: flex;
}

.entete-ope .container_filtre .filtre {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*width: 299px;*/
    height: 110px;
    gap: 5px;
}

.entete-ope .container_filtre .filtre.filtre_active {
    background-color: #BCD3FF;
}

.container_template {
    margin-top: 34px;
    margin-bottom: 50px;
}

.container_opes {
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bloc_ope {
    /*width: 474px;*/
    box-shadow: #00000029 0px 0px 6px;
    margin-bottom: 50px;
}

.famille_ope {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.famille_ope h4 {
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
}

.bandeau_color {
    height: 5px;
    width: 100%;
}

.image-ope {
    max-width: 296px;
}

.image-ope img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lien-cycle-operation span {
    color: #232323;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.container_opes .btn-primary-service {
    margin-top: 10px;
    margin-bottom: 5px;
}

.container_opes .bloc-detail-operation {
    padding-top: 0!important;
}

.bloc-detail-operation span {
    font-size: 12px;
    color: #232323;
}

#min_ventes {
    font-weight: 800;
    color: #005EA9;
}


/*DECLARATION*/

.main_details_ope {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 0px repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.bloc-info>* {
    margin-left: 29px;
    /*padding-bottom: 8px;*/
}

.bloc-info > p {
    color: #005ea9;
}

.encadre-validation {
    display: inline-block;
    border: solid 1px;
    width: auto;
    padding: 5px 20px 6px 16px;
}

.bouton-decla {
    margin-top: 10px;
    margin-bottom: 10px;
}

.partie-banque .bouton-decla {
    margin-bottom: 15px;
}

.partie-decla {
    grid-area: 2 / 1 / 5 / 3;
}

.partie-banque {
    grid-area: 2 / 3 / 4 / 4;
}

.partie-services {
    grid-area: 5 / 1 / 4 / 4;
    margin-top: 30px;
}

.details_bloc_conditions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    /*grid-auto-rows: 2fr;*/
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.partie-presta-recap {
    /*grid-area: 1 / 1 / 2 / 2;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    max-height: 350px;
    overflow-y: scroll;
}
.partie-remuneration-recap {
    grid-area: 2 / 1 / 3 / 2;
    max-height: 350px;
    overflow-y: scroll;
}
.tableau_produits { grid-area: 1 / 2 / 3 / 4; }

#tableau_produits {
    margin-top: 0px;
    width: 100%;
    border: 1px solid #BCD3FF;
}

#tableau_produits th {
    background-color: #EDF3FF;
    padding: 5px 15px;
}

#tableau_produits td {
    border: 1px solid #BCD3FF;
    padding-left: 20px;
    padding-top: 5px;
}

.partie-img-recap {
    /*border: solid 1px #BCD3FF;*/
}

.recap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.conditions {
    border: solid 1px #BCD3FF;
    border-top: solid 5px #BCD3FF;
    /*padding: 20px 20px;*/
}

.container-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partie-img-recap .container-img img {
    max-width: 80%;
    max-height: 80%;
}

.texte-recap {
    text-align: justify;
    margin-right: 15px;
}

.texte-recap p {
    font-size: 12px;
    color: #005EA9;
    margin: 0;
}

.texte-recap .titre {
    text-align: left!important;
    margin-bottom: 14px;
}

.texte-recap .titre h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    margin: 0;
}

.texte-recap .titre p {
    font-size: 14px;
}

.texte-recap button {
    margin-top: 15px;
}

.texte_coupe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*DECLA PHOTO / VENTES */

.container_decla {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.container_decla .titre {
    text-align: center;
    margin-bottom: 22px;
}

.container_decla .titre h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.container_decla .titre p {
    font-size: 18px;
    color: #005EA9;
    margin: 0;
    margin-top: 2px;
}

.container_decla .bloc_etapes .weight_words {
    margin-left: 20px;
}

.tab_unites .bloc_etapes {
    margin-bottom: 10px;
}

.table-declaration-ventes.new tr:first-child {
    color: #8E8E8E;
}

.table-declaration-ventes.new th {
    padding: 0;
}

.double_th .libelle_produit {
    color: #5E96FF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1% 3%;
    text-align: center;
    font-weight: 800;
    width: 288px;
}

.double_th .tarif_produit {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 1% 3%;
    text-align: center;
    background-color: #0059FF80;
    width: 288px;
}

.td_input {
    display: flex;
    justify-content: center;
}

.td_input input{
    width: 65px;
    height: 31px;
    text-align: center;
    border: solid 1px #E4E4E4;
    color: #001652;
}

#divSelectDeclarationMode {
    text-align: left;
}

.bloc_courrier {
    padding: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc_courrier h4 {
    color: #5E96FF;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
    margin-top: 0;
}

.bloc_courrier p {
    color: #005EA9;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 0;
}

.bloc_courrier .weight_words {
    margin-bottom: 0;
    margin-top: 8px;
}


.actualites .texte_right {
    background-color: white;
    width: 50%;
    height: 90%;
    margin-right: 16px;
}

.actualites .container_right p {
    min-width: 100%!important;
}

.bloc-photo-lien {
    height: 100%;
    width: 100%
}

.bloc-portail .container_bloc_photo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.image_up {
    display: flex;
    width: auto;
    height: 162px;
}

.image_up img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.container_bloc_photo a {
    text-decoration: none;
    height: 36px;
}

/* SIGNATURE */

.signature_front .main_container_bloc {
    max-width: 90%;
}

.signature_front .main_container_bloc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 150px) 270px;
    grid-column-gap: 20px;
    grid-row-gap: 13px;
    grid-template-areas: "etapes signature signature signature signature"
                        "etapes signature signature signature signature"
                        "qrcode signature signature signature signature";
}

#etapes {
    grid-area: etapes;
}

#qrcode {
    grid-area: qrcode;
    gap: 15px;
}

#signature {
    grid-area: signature;
}

.etape3 #signature {
    overflow-y: auto;
    display: inline-block;
}

#ancres {
    grid-area: ancres;
}

.signature_front .lien_ronds {
    height: 16px;
}

.signature_front .container_bloc_duo {
    display: inline-block;
}

.signature_front .container_left .titre_bloc_etape {
    margin-bottom: 14%;
}

.signature_front .container_bloc_duo {
    padding: 0!important;
    display: flex;
    flex-direction: column;
}

.signature_front .sub_container_bloc p {
    font-size: 12px;
    color: #005EA9;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 13px;
}

.sub_container_bloc .qrcode-signature-container {
    margin-top : 0;
}

.texte_form {
    text-align: center;
}

.texte_form h3 {
    font-weight: 800;
    margin-bottom: 6px;
}

.texte_form p {
    font-size: 12px;
    width: 50%;
    margin: 0 auto;
    color: #001652;
    margin-top: 0;
    margin-bottom: 8px;
}

.cont_img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 18px;
}

.cont_img img {
    margin: 0 auto;
}

.signature_front.etape2 h4 {
    margin-bottom: 15px;
}

.signature_front.etape2 form {
    width: 90%;
}

.signature_front.etape2 .texte_form p,
.signature_front.etape3 .texte_form p,
.signature_front.etape4 .texte_form p {
    color: #005EA9;
    font-size: 14px;
    width: 100%;
}

.signature_front.etape3 .texte_form p,
.signature_front.etape4 .texte_form p{
    margin-top: 24px;
}

.signature_front .signature {
    background-color: #F4F4F4;
    border: solid 1px #D0D0D0;
    width: 834px;
    height: 342px;
    position: relative;
}

.signature_front .signature #sketchSignature {
    height: 100%;
    width: 100%;
    /*border: solid red;*/
}

.signature_front .signature .fond_signature {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*border: solid red;*/
}

.fond_signature p {
    color: #D0D0D0;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
}


.form_signature h4 {
    font-size: 14px;
    font-weight: 800;
}

.container_flex {
    display: flex;
    justify-content: space-between;
}

.img-signature {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10%;
}

.signature_front.etape3 .main_container_bloc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 150px) 270px 38px;
    grid-column-gap: 20px;
    grid-row-gap: 13px;
    grid-template-areas: "etapes signature signature signature signature"
                        "etapes signature signature signature signature"
                        "qrcode signature signature signature signature"
                        "ancres signature signature signature signature";
}

#ancres {
    display: flex;
    justify-content: space-between;
}

#ancres .bouton_ancre {
    display: flex;
    background-color: #EDF3FF;
    color: #005EA9;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 2%;
    text-decoration: none;
    font-size: 12px;
    width: 206px;
}

#ancres .ancre_fleche {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    background-color: #5E96FF;
    color: white;
    text-decoration: none;
}

.texte_contrat {
    margin-top: 20px;
}

.etape3 #signature .texte_contrat {
    overflow-y: auto;
    display: flex;
    justify-content: center;
}

.texte_contrat_multi {
    max-height: 400px;
    max-width: 95%;
}

.etape3 #signature .texte_contrat #contrat {
    max-width: 90%;
}

.infos_donnees {
    font-size: 18px;
    text-align: right;
}
.infos_donnees span {
    color: #5E96FF;
}

.cont_filter {
    display: flex;
    gap: 15px;
}


@media only screen and (max-width: 600px) {
    .signature_front .main_container_bloc {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: "signature"
                                "signature";
    }

    .infos {
        display: none!important;
    }

    .encadre_shadow {
        box-shadow: none;
    }

    .img-signature {
        display: none;
    }

    .pagePrimo.main_container_bloc {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: "bloc_gauche_primo"
                                "bloc_droite_primo";
    }

    #logoTitreFront {
        display: none;
    }

    .pagePrimo .sub_container_bloc_image, .pagePrimo .sub_container_bloc_image {
        display: none;
    }

    #formLoginFront {
        margin-bottom: 140px;
    }


    .portail-new {
        grid-template-columns: 1fr!important;
        grid-template-rows: repeat(8, auto)!important;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-top: 100px;
        grid-template-areas:
        'contrats'
        'actualites'
        'operations'
        'formations'
        'outils'
        'commandes'
        'labo'
        'compte';
    }

    .homepage-primo-new .main_container_bloc {
        width: auto;
    }

    .container_bloc_duo.container_left {
        display: none;
    }
}


/*BOUTON*/

.btn-secondary-service {
    border-radius: 25px!important;
    background-color: #EDF3FF!important;
    color: #98BDFF!important;
    border: 1px solid #98BDFF!important;
    font-weight: 900!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    font-size: 12px;
}

.btn-secondary-service:hover {
    background-color: #005EA9!important;
    color: #fff!important;
    border: 1px solid #005EA9!important;
}

.double_bouton {
    width: auto;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    text-align: center!important;
    float: none!important;
}

.double_flex {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.button_number {
    display: inline-block;
}

.button_number a {
    text-decoration: none;
}

.button_number button {
    display: flex;
    gap: 7px;
    /*padding: 2px 30px!important;*/
    justify-content: center;
    align-items: center;
}

.button_number button .number {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

    /*position: absolute;*/
    /*left: 0;*/
}

.button_number .btn-primary-service {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.button_number .btn-primary-service .texte-button{
    padding-top: 8px;
    padding-bottom: 8px;
}

.button_number_deactivated {
    filter: grayscale(100%);
}

.button_number_deactivated > a {
    pointer-events: none;
}

.cont_number {
    background-color: white;
    height: 25px;
    width: 25px;
    border-radius: 13px;
    margin-right: 20px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-content: center;
}


.btn-primary-service:hover > div.cont_number {
    background-color: white;
    color: #005EA9;
}

.btn-primary-service.has-number {
    padding-left: 5px!important;
}

.texte_bas {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.button_arrow {
    display: flex;
    gap: 9px;
    color: #005EA9;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
}

.button_arrow span {
    color: #005EA9;
    font-size: 12px;
}

.button_number .double_bouton {
    margin-top: 0;
}

.container_filtres {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    gap: 20px;
}

.btn-filtre {
    text-transform: uppercase;
    width: 434px;
    border-radius: unset!important;
    background-color: #EDF3FF!important;
    border: #EDF3FF!important;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-weight: 800;
}

.btn-filtre:hover {
    cursor: pointer;
    text-decoration: none;
    color: #005ea9;
}

.container_filtres .filtre-active {
    background-color: #BCD3FF!important;
    border-radius: 27px!important;
}

.btn_number {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/*INPUT*/

.input_basic {
    position: relative;
    margin-bottom: 5px;
    background-color: #F5F5F5!important;
    color: #8e8e8e;
}

.input_container {
    display: flex;
    padding: 10px 6px 10px 6px;
    width: 100%!important;
    white-space: nowrap;
}

.input_long {
    width: 125%!important;
}

.input_container label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
    width: auto;
}

.input_container input, .input_container textarea{
    border: none;
    background-color: #F5F5F5;
    color: #001652;
    width: 100%;
    font-size: 12px;
    text-indent: 5px;
}

.input_container input:focus, .input_container textarea:focus {
    outline: none;
}

.input_container .input-group.date {
    width: 100%;
    display: flex;
}

.input_container .input-group.date input {
    margin-top: 0;
    flex-grow: 1;
}

.input_container .input-group.date .input-group-addon {
    cursor: pointer;
    border: unset;
    border-radius: unset;
    padding: 2px 15px;
    background-color: unset;
}

.mdp_modal .input_basic button.unmask, .mdp_modal .input_basic button.unmaskControl {
    all: unset;
    position: absolute;
    right: 3%;
    color: black;
}

.mdp_modal_form .input_basic li.parsley-pattern, .mdp_modal_form .input_basic .parsley-custom-error-message{
    bottom: 15px;
    position: absolute;
    left: 13px;
    font-size: 12px;
    top: 23px;
    color: red;
}

.close_modal {
    position: absolute;
}

.select-basic {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 6px 10px 0;
    background-color: #F5F5F5 !important;
    margin-bottom: 5px;
    color: #001652;
    font-size: 12px;
    text-indent: 5px;
}

.select-basic:invalid,
.select-basic option[value=""] {
    color: #8e8e8e;
}

/*UPLOADER*/

.row.dashed.dashed-upcontainer.new {
    border: solid 1px #5E96FF;
    text-align: center;
    /*margin-top: 33px;*/
}

.upload_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 77px;
}

.upload_container .texte-upload h4 {
    font-size: 14px;
    color: #5E96FF;
    font-weight: 800;
    margin-bottom: 4px;
}

.upload_container .texte-upload p {
    font-size: 12px;
    color: #005EA9;
    margin-bottom: 4px;
}

.upload_container .texte-upload p a {
    text-decoration: underline;
    color: #0059FF;
}

.id-previews-photo > div[id^=fic_], .id-previews-ventes > div[id^=fic_], .id-previews-illustration > div[id^=fic_], .id-previews-illustration-actualite > div[id^=fic_], .id-previews-bandeau-portail > div[id^=fic_], .id-previews > div[id^=fic_],.id-previews-publication > div[id^=fic_],.id-previews-animation > div[id^=fic_],.id-previews-fiche-produit > div[id^=fic_], .id-previews-fiche-affichette > div[id^=fic_], .id-previews-fiche-catalogue_visuel_met > div[id^=fic_],.id-previews-fiche-catalogue_pdf_met > div[id^=fic_],.id-previews-fiche-catalogue_visuel_domtom > div[id^=fic_],.id-previews-fiche-catalogue_pdf_domtom > div[id^=fic_], .id-previews-fiche-tarifs_visuel_met > div[id^=fic_],.id-previews-fiche-tarifs_pdf_met > div[id^=fic_],.id-previews-fiche-tarifs_visuel_domtom > div[id^=fic_],.id-previews-fiche-tarifs_pdf_domtom > div[id^=fic_] {
    border: 1px solid #5E96FF;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    max-height: 150px;
    padding: 5px 0px;
}


.id-previews-photo .img-mini, .id-previews-ventes .img-mini, .id-previews-illustration .img-mini, .id-previews-bandeau-portail .img-mini,.id-previews-illustration-actualite .img-mini, .id-previews .img-mini,.id-previews-publication .img-mini,.id-previews-animation .img-mini,.id-previews-fiche-produit .img-mini,.id-previews-fiche-catalogue_visuel_met .img-mini,.id-previews-fiche-catalogue_pdf_met .img-mini,.id-previews-fiche-affichette .img-mini,.id-previews-fiche-visuel_met .img-mini,.id-previews-fiche-catalogue_pdf_domtom .img-mini,.id-previews-fiche-catalogue_visuel_domtom .img-mini,.id-previews-fiche-catalogue_pdf_domtom .img-mini,.id-previews-fiche-tarifs_visuel_met .img-mini,.id-previews-fiche-tarifs_pdf_met .img-mini,.id-previews-fiche-tarifs_visuel_domtom .img-mini,.id-previews-fiche-tarifs_pdf_domtom .img-mini {
    text-align: center;
    width: 70px;
    height: 100px;
    border: none!important;
}

.id-previews-photo > .img-preview-stimdata, .id-previews-ventes > .img-preview-stimdata, .id-previews-illustration > .img-preview-stimdata, .id-previews-bandeau-portail > .img-preview-stimdata,.id-previews-illustration-actualite > .img-preview-stimdata, .id-previews > .img-preview-stimdata,.id-previews-publication > .img-preview-stimdata,.id-previews-animation > .img-preview-stimdata,.id-previews-fiche-produit > .img-preview-stimdata,.id-previews-fiche-affichette > .img-preview-stimdata, .id-previews-fiche-catalogue_visuel_met > .img-preview-stimdata,.id-previews-fiche-catalogue_pdf_met > .img-preview-stimdata,.id-previews-fiche-catalogue_visuel_domtom > .img-preview-stimdata,.id-previews-fiche-catalogue_pdf_domtom > .img-preview-stimdata, .id-previews-fiche-tarifs_visuel_met > .img-preview-stimdata,.id-previews-fiche-tarifs_pdf_met > .img-preview-stimdata,.id-previews-fiche-tarifs_visuel_domtom > .img-preview-stimdata,.id-previews-fiche-tarifs_pdf_domtom > .img-preview-stimdata {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

#previews.id-previews-photo, #previews-decla.id-previews-ventes, #previews-illustration.id-previews-illustration, #previews-bandeau-portail.id-previews-bandeau-portail,#previews-illustration-actualite.id-previews-illustration-actualite, #previews-ressources.id-previews,#previews-publication.id-previews-publication,#previews-animation.id-previews-animation,#previews-fiche-produit.id-previews-fiche-produit,#previews-affichette.id-previews-fiche-affichette,#previews_catalogue_visuel_met.id-previews-fiche-catalogue_visuel_met,#previews_catalogue_pdf_met.id-previews-fiche-catalogue_pdf_met,#previews_catalogue_visuel_domtom.id-previews-fiche-catalogue_visuel_domtom,#previews_catalogue_pdf_domtom.id-previews-fiche-catalogue_pdf_domtom,#previews_tarifs_visuel_met.id-previews-fiche-tarifs_visuel_met,#previews_tarifs_pdf_met.id-previews-fiche-tarifs_pdf_met,#previews_tarifs_visuel_domtom.id-previews-fiche-tarifs_visuel_domtom,#previews_tarifs_pdf_domtom.id-previews-fiche-tarifs_pdf_domtom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px;
}


.id-previews-photo > div[id^=fic_] > .delete_uploaded_file, .id-previews-ventes > div[id^=fic_] > .delete_uploaded_file, .id-previews-illustration > div[id^=fic_] > .delete_uploaded_file, .id-previews-bandeau-portail > div[id^=fic_] > .delete_uploaded_file,.id-previews-illustration-actualite > div[id^=fic_] > .delete_uploaded_file,.id-previews-publication > div[id^=fic_] > .delete_uploaded_file,.id-previews-animation > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-produit > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-affichette> div[id^=fic_] > .delete_uploaded_file, .id-previews-fiche-catalogue_visuel_met > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-catalogue_pdf_met > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-catalogue_visuel_domtom > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-catalogue_pdf_domtom > div[id^=fic_] > .delete_uploaded_file, .id-previews-fiche-tarifs_visuel_met > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-tarifs_pdf_met > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-tarifs_visuel_domtom > div[id^=fic_] > .delete_uploaded_file,.id-previews-fiche-tarifs_pdf_domtom > div[id^=fic_] > .delete_uploaded_file{
    border: none;
}
.service_titre_form > span {
    margin-top: 20px;
    color: #005EA9;
    text-align: justify;
}
/*RESPONSIVE*/

@media (max-width: 770px){

    .custom-border:after {
        content: "";
        position: absolute;
        border-right: none;
        top: 35%;
        right: 0;
        height: 30%;
        margin-top: auto;
        margin-bottom: auto;
    }

}

@media (max-width: 1840px){
    nav.navbar-front > div.container-fluid {
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 1500px){

    .portail-new {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, auto) repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-top: 27px;
        grid-template-areas:    "contrats   actualites actualites actualites" "operations operations formations formations" "outils     commandes  labo       compte    "
    }

    .image_left {
        max-width: 100%;
    }

    .formations .image_left img {
        max-width: 100%;
        object-fit: cover;
    }

    .container_right {
        width: 76%;
    }

    /*nav.navbar-front > div.container-fluid {*/
    /*    max-width: 100%;*/
    /*    margin: auto;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/

    ul.navbar-nav > li {
        font-size: 12px;
    }

}

@media (max-width: 1250px){
    .formations .container_right {
        margin-left: 10px;
    }
}

@media (max-width: 1100px){
    .portail-new {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(6, auto) repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-top: 27px;
        grid-template-areas: "actualites actualites actualites" "contrats   contrats   contrats  " "operations operations operations" "formations formations formations" "outils     outils     outils    " "commandes  labo       compte    ";
    }

    .formations .container_right {
        padding: 5%;
    }
}

/*MESSAGERIE*/
.container-bloc-messagerie {
    padding: 15px 15px;
}

.bloc-contact-messagerie {
    margin-bottom: 40px;
}

.bloc-contact-messagerie > button {
    margin-top: 10px;
}

.bloc-contact-messagerie:last-child {
    margin-bottom: 10px;
}

/* TABLEAU */

.new-table {
    border-bottom: none!important;
    margin-top: 28px;
}

.new-table thead {
    font-size: 14px;
    border: 1px solid #BCD3FF;
}

.new-table thead th {
    font-weight: normal;
}

.bootstrap-table .new-table > thead > tr > th {
    border-bottom: 1px solid #BCD3FF!important;
    font-size: 12px;
}

.fixed-table-container .new-table thead th .th-inner {
    white-space: nowrap;
}

.new-table td {
    background-color: #EDF3FF;
}

.new-table > tbody > tr > td {
    border-top: 1px solid #BCD3FF;
}

.new-table i {
    font-size: 15px;
}

.new-table td:first-of-type {
    background-color: #EDF3FF;
}

.new .fixed-table-toolbar {
    display: flex;
    /*background-color: red;*/
}

.new .fixed-table-toolbar .search{
    padding: 19px 20px 19px 35px;
    background-color: #EDF3FF;
}

.new .fixed-table-toolbar .search input{
    border: solid 1px #BCD3FF;
    color: #5E96FF;
    /*padding: 19px 20px;*/
    background-color: #FFFFFF;
    padding-left: 10px;
}

.new .fixed-table-toolbar .search input:focus{
    outline: 0 none!important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new .datatable-filter .select2.select2-container .select2-selection {
    background-color: white;
    border : solid 1px #BCD3FF;
}

.new .datatable-filter .select2.select2-container .select2-selection span {
    color: #5E96FF;
    font-size: 14px;
    font-weight: 800;
}

.bootstrap-table .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-radius: 0;
    min-width: unset;
    padding: 3px 8px;
    background-color: #5E96FF;
}

.bootstrap-table .fixed-table-toolbar .pull-right.search .form-control {
    border: solid 1px #5E96FF;
    color: #5E96FF;
    background-color: white;
}

.new .datatable-filter .select-filtre-container {
    background-color: #EDF3FF;
    padding: 19px 20px;
    margin-right: 18px;
    margin-top: 5px;
    margin-left: 2px;
}

.new .datatable-filter .select2-container {
    margin: 0;
}

.new .pagination-detail {
    color: #001652;
}

.new .page-list .btn-default {
    background-color: #5E96FF;
    border: 1px #5E96FF;
    transition: none;
}

.new .datatable-filter .page-list .btn-default:hover {
    border-radius: initial;
}

.new .dropdown-menu > .active > a, .new .dropdown-menu > .active > a:focus, .new .dropdown-menu > .active > a:hover,
.new .urgo-menu-services .new .dropdown-menu > li > a:focus, .new .dropdown-menu > li > a:hover, .new .urgo-menu-services .dropdown-menu > li > a:focus .icon, .new .dropdown-menu > li > a:hover .icon {
    background-color: #5E96FF;
}

.new .urgo-menu-services .dropdown-menu > li > a:focus, .new .dropdown-menu > li > a:hover, .new .urgo-menu-services .dropdown-menu > li > a:focus .icon, .new .dropdown-menu > li > a:hover .icon {
    background-color: #EDF3FF;
    color : #001652;
}

.new .pagination > li > a {
    background-color: transparent;
    border: none;
}

.new .pagination > li > a.page-link:hover {
    background-color: #EDF3FF;
}

.new .pagination > .active > a, .new .pagination > .active > a:focus,
.new .pagination > .active > a:hover, .new .pagination > .active > span,
.new .pagination > .active > span:focus, .new .pagination > .active > span:hover {
    background-color: #5E96FF!important;
}

/* MON COMPTE */

.container_profil {
    max-width: 900px;
    margin: 0 auto;
}

.bloc_profil {
    /*width: 442px;*/
    border-top: 5px solid #BCD3FF;
    padding-bottom: 15px;
}

.bloc_profil .sous-titre-detail-service {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 10px;
}

.container_profil .upload_container {
    gap: 20px;
}
.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: 300px;
    overflow-y: auto;
}
.toggle {
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom:5px;
    width: 28px;
    height: 15px;
    background-color: hsl(0, 0%, 85%);
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.25s ease-in;
}
.toggle::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    box-shadow: gray 0px 0px 2px;
}


.toggle_input_item:checked + .toggle, #actualiteActif:checked + .toggle, #actualiteTempsFort:checked + .toggle,
#meaActif:checked + .toggle, #merchActif:checked + .toggle, #display_ressources_fo:checked + .toggle,
#publicationActif:checked + .toggle, #produitActif:checked + .toggle, #impressionActif:checked + .toggle,
#contratActif:checked + .toggle, #contratAdmin:checked + .toggle, #inscriptionAutoActif:checked + .toggle
{
    background-color: hsl(219, 100%, 68%);
}

.toggle_input_item:checked + .toggle::after, #actualiteActif:checked + .toggle::after,
#actualiteTempsFort:checked + .toggle::after, #meaActif:checked + .toggle::after,
#merchActif:checked + .toggle::after, #display_ressources_fo:checked + .toggle::after,
#publicationActif:checked + .toggle::after, #produitActif:checked + .toggle::after,
#impressionActif:checked + .toggle::after, #contratActif:checked + .toggle::after, #contratAdmin:checked + .toggle::after, #inscriptionAutoActif:checked + .toggle::after
{
    transform: translateX(13px);
}

.hide-me {
    opacity: 0;
    height: 0;
    width: 0;
}
.toggle-label {
    margin-left: 0;
    margin-right:5px;
    position: relative;
    top: 0;
}

.cont_toggle {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 7px;
    color: #232323;
}

.toggle_input {
    display: flex;
    align-items: center;
}

.toggle_input .toggle {
    margin: 0;
}

.cont_input_services {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cont_input_services .input_container, .cont_input_services .select-basic {
    margin: 0;
}

.cont_input_services select {
    text-indent: unset;
    padding-left: 16px;
}

.service_titre_form {
    margin-bottom: 7px;
}

.titre-section.titre-service {
    padding: 0;
}

.titre-bloc h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

.titre-service .cont_titre {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}

.titre-service .cont_titre h3 {
    text-transform: uppercase;
    color: #5E96FF;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 11px;
}
.btn-top-wrapper {
    text-align: center;
    width: 60%;
    margin: auto auto 25px;
}
.btn-top-wrapper .btn-secondary-service {
    border-radius: unset !important;
    border: 1px solid #EDF3FF !important;
    width: 100%;
    padding: 10px;
}
.btn-top-wrapper .btn-secondary-service:hover,
.btn-top-wrapper  .btn-secondary-service.active {
    background-color: #BCD3FF!important;
    color: #005EA9!important;
    border: 1px solid #BCD3FF!important;
    border-radius: 25px!important;
}
.d-none {
    display: none !important;
}
.verif_rte{
    color:red;
    font-size: 14px;
}

.pull-right.search .form-control::placeholder {
    color: #5E96FF;
}
.link_disabled {
    pointer-events: none;
    color: #8e8e8e;
}
