@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --police1: "Roboto";
    --police2: "Ubuntu";
    --color1:#AB3738;
    --color2:#E36263;
    --color3:#2E2522;
    --color4:#ffffff;
    --color5:#4D4D4D;
    --color6:#1A243F;
    --color7:#e9e9e9;
    --bg:#F6F6F6;
}
::selection {
    background-color: #AB3738;
    color: #fff;
}


body{
      overflow-x: hidden;
}

.alert a{
  color:inherit;
  text-decoration: none;
}

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

body{
    font-family: var(--police1);
}
/* header css*/

/*search open*/
.search_open{
    display: inline-block;
    position: relative;
    top: 15px;
    margin-right: 20px;
}
.search_open input{
    background-color:#EDEDED;
    border-radius: 50px;
    border:0;
    position: relative!important;
    right: -21px;
    z-index: 1;
}

.search_open .input-group-text{
    background-color: #ededed;
    border: 0;
    border-radius: 100%!important;
    width: 40px;
    height: 40px;
}
.search_open .form-control:focus {
    color: #212529;
    background-color: #ededed;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.searchbtn {
    text-decoration: none;
    position: relative;
    z-index: 99999;
    background-color: #ededed;
    border: 0;
    border-radius: 100%!important;
    width: 40px;
    height: 40px;
}
}
.searchbtn:hover{
    color: var(--color1);
}
.logout{
    display: inline-block;
    position: relative;
    top: 10px;
}
.logout img {
    width: 32px;
}

.logo img{
    width: 29%;
}
.search {
    width: 50px;
    display: inline-block;
    position: relative;
    top: 12px;
}

.searchTopBar{
  font-family: var(--police1)!important;
  background-color: #e3e6eb!important;
  border-radius: 20px;
  border: 0!important;
  position: relative;
  top: 12px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.searchTopBar:hover{
background-color: var(--color2)!important;
color:#fff!important;
transition: 0.2s;
}

.login{
    font-family: var(--police1)!important;
    background-color: var(--color1)!important;
    border-radius: 20px;
    border: 0!important;
    position: relative;
    top: 12px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
}

.login:hover{
background-color: var(--color2)!important;
}
.btn_login{
    display: inline-block;
}

/* user connected */
.user_connected{
    display: inline-block;
    position: relative;
    top: 11px;
    font-weight: bold;
    color: var(--color3);
}
.user_connected a{
    font-weight: bold;
    color: var(--color3);
    text-decoration: none;
}
.user_connected a:hover{
    color: var(--color1);
    text-decoration: none;
}
.user_connected img{
    width: 30px;
}

.burger_menu img{
    width:90%;
}
.burger_menu {
    display: inline-block;
}

ul#menu li a{
    color: var(--color3);
    font-size: 15px;
    font-family: var(--police2);
}
ul#menu li a:hover{
    color: var(--color1);
}
.logo-navmenu {
    margin: 0 auto;
    text-align: center;
}

.abonnez button{
    background-color: var(--color2);
    color: var(--color4);
    border: 2px solid var(--color1);
    font-family: var(--police2);
    width: 95%;
    font-size: 16px;
    font-weight: bold;
}
.abonnez {
    text-align: center;
}
.abonnez button:hover{
    background-color: var(--color1);
    border: 2px solid var(--color2);
}

.connexion button{
    background-color: transparent;
    color: var(--color1);
    border: 2px solid var(--color1);
    font-family: var(--police2);
    width: 95%;
    font-size: 16px;
    font-weight: bold;
}
.connexion {
    text-align: center;
}
.connexion button:hover{
    border: 2px solid var(--color2);
    background-color: transparent;
    color: var(--color2);
}
.separator{
    text-align: center;
}
.icores {
    display: inline-block;
    padding: 10px;
}
.icores a{
    color: var(--color3);
}
.icores a:hover{
    color: var(--color1);
}
.reseaux {
    margin: 0 auto;
    text-align: center;
}
.offcanvas-header {
    padding: 5px 5px;
}

.offcanvas .nav{
    flex-wrap: nowrap!important;
}
.navbar {
    box-shadow: 0px 2px 10px 0px #00000026;
}


/* slider css */
/* Custom style to prevent carousel from being distorted
   if for some reason image doesn't load */
   .carousel-item{
    min-height: 280px;
}
.carousel-control-prev-icon {
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.carousel-control-next-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.carousel-control-prev {
    right: 0!important;
    left: initial!important;
}

.carousel-control-next, .carousel-control-prev{
    width: auto!important;
}
.carousel-control-prev-icon{
background-image: url("../media/prev.png")!important;
}
.carousel-control-next-icon{
    background-image: url("../media/next.png")!important;;
    }
.categorie{
    font-family: var(--police1);
    color: var(--color1);
    font-size: 16px;
    margin-top: -100px;
    text-decoration: none;
}
.categorie:hover{
    font-family: var(--police1);
    color: var(--color1);
    font-size: 16px;
    margin-top: -100px;
    cursor: pointer;
    text-decoration: none;
}
img.carree {
    z-index: -99;
}
.slidDet{
    background-image: url("../media/carre.png");
    background-size: initial;
    background-repeat: no-repeat;
}
.postTitle{
    font-family: var(--police2);
    font-size: 40px;
    font-weight: bold;
    width: 80%;
    line-height: 1.5;
    color: var(--color3);
    text-decoration: none;
}
.slidDet a {
    text-decoration: none;
}
.postDescription{
    font-family: var(--police1);
    font-size: 15px;
    color: var(--color5);
    width: 70%;
    line-height: 1.7;
}
.tag a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: var(--color2);
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color:var(--color4)!important;
    font-size: 13px;
    font-family: var(--police1);
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    }
    .tag a:before {
        content: "";
        position: absolute;
        top:0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent var(--color2) transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0;
        }

    .tag a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 1px;
        float: left;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: var(--color4);
        -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
        box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
        }

        .tag {
            display: inline-block;
        }

 .more {
    border: 0!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: bold!important;
    color: var(--color2)!important;
    text-decoration: none;
 }
 .more:hover {
    border: 0!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: bold!important;
    color: var(--color1)!important;
    background-color: transparent!important;
    text-decoration: none;
 }



 /* Bloc Ma juridique */
 .sousTitre{
     font-size: 15px;
     color: var(--color3);
     margin: 0px;
 }

 .blocTitle{
    font-family: var(--police2);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}
.carre2 {
    background-image: url(../media/carre2.png);
    background-size: initial;
    background-repeat: no-repeat;
}
.categorie_btn {
    background: var(--color1);
    color: var(--color4);
    text-decoration: none;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right:10px;
    font-family:var(--police1);
}
.categorie_btn:hover{
    color: var(--color4);
}
.titlePost {
    font-size: 15px;
    font-weight: bold;
    background-color: var(--color4);
}
.titlePost a{
  color: #2a2a2a!important;
  text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat1 {
    background-color: var(--color1);
    text-align: center;
}
.cat1 i {
    font-size: 30px;
    color: var(--color4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.postHeader {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
}
.detailscat{
    color: var(--color5);
    font-size: 12px;
    font-family:var(--police1);
    text-decoration: none;
}
.detailscat:hover{
    color: var(--color5);
    font-size: 12px;
    font-family:var(--police1);
    text-decoration: none;
}
.detailsdesc{
    color: var(--color5);
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a{
    cursor:pointer;
}

.post{
    background-color: var(--bg);
    box-shadow: 0px 2px 10px 0px #00000017;
}


/* Bloc aap juriditheque */
.appJurid h2{
    font-family: var(--police2);
    font-size: 40px;
    color: var(--color4);
    font-weight: bold;
}
.appJurid{
    background-image: url("../media/bg_app.png");
    background-size: cover;
    background-attachment: fixed;
}
.textBloc{
    font-family: var(--police1);
    color: var(--color4);
    font-size: 22px;
}
.telecharger{
    border: 0!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: bold!important;
    color: var(--color4)!important;
    text-decoration: none;
}
.telecharger:hover{
    border: 0!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: bold!important;
    color: var(--color4)!important;
    text-decoration: underline;
}
a.telecharger img {
    width: 18px;
}
.appDownload img {
    height: 36px;
}

/* Bloc bibliotheque juriditheque */
.carre2_center {
    background-image: url(../media/carre2.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}
.bibTitle{
    font-family: var(--police2);
    color: var(--color3);
    font-size: 25px;
    text-decoration: none;
}
.bibdesc{
    font-family: var(--police1);
    font-size: 15px;
    color: var(--color5);
    width: 75%;
    line-height: 1.7;
}
.cardBib{
    background-color: var(--bg);
    box-shadow: 0px 2px 10px 0px #00000024
}
.cardBib i{
    font-size: 30px;
    color: var(--color4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat2 {
    background-color: var(--color1);
    text-align: center;
    height: 70px;
}

a.bouton_plus {
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--color2);
    padding: 12px 50px;
    font-size: 16px;
    color: var(--color2);
    font-family: var(--police2);
    font-weight: bold;
}
.bouton_plus img{
    width: 14px;
}
a.bouton_plus:hover {
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--color1);
    padding: 12px 50px;
    font-size: 16px;
    color: var(--color1);
    font-family: var(--police2);
    font-weight: bold;
}

/* Bloc abonnement */

.blocFollow{
    background-image: url("../media/bgcta.jpg");
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.blocFollow h2 {
    font-family: var(--police2);
    font-size: 40px;
    color: var(--color4);
    font-weight: bold;
}
.Abonnez-vous{
    text-decoration: none;
    background: var(--color2);
    border: 1px solid var(--color2);
    padding: 12px 50px;
    font-size: 16px;
    color: var(--color4);
    font-family: var(--police2);
    font-weight: bold;
}
.Abonnez-vous:hover{
    text-decoration: none;
    background: var(--color1);
    border: 1px solid var(--color1);
    padding: 12px 50px;
    font-size: 16px;
    color: var(--color4);
    font-family: var(--police2);
    font-weight: bold;
}

.bg_bleu{
    background-color: var(--color6);
    height: 90px;
}

/* Bloc Mes actes juridicartes */
.cat1 .fa-file-lines:before {
    font-size: 45px;
    color: var(--color4);
}
.blocActes .cat1{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blocActes .sousTitre{
    font-family: var(--police1);
    color: var(--color1);
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.blocActes .blocTitle {
    width: 100%;
    text-align: left;
}
.actdesc{
    font-family: var(--police1);
    font-size: 15px;
    color: var(--color5);
    line-height: 1.7;
    text-align: left;
}
.blocActes .more{
    float: right;
}

.values i:before {
    font-size: 30px;
    color: #fff;
}
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.values h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.values p{
    color: var(--color2);
    font-size: 14px;
    font-weight: bold;
}
.bg_bleu2{
    background-color: var(--color6);
}

.cardetude{
    background-color: var(--bg);
    box-shadow: 0px 2px 10px 0px #00000024
}

.cardetude .cat2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardetude i {
    font-size: 30px;
    color: var(--color4);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* nav Espace Clients */
.espaceclientnav{
    margin-top:15px;
    margin-bottom: 10px;
}
.espaceclientnav a {
    font-family: var(--police2);
    color: #3a3a3a!important;
    font-weight: 500;
    font-size: 14px;
}

.espaceclientnav .nav-item{
    margin-right:15px;
}
.espaceclientnav .active{
    color: var(--color2)!important;
}
.espaceclientnav .active:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--color2);
}

/* Fin nav Espace Clients */
/* Page Support */
.greyBg{
    background-color:#F8F8F8;
}

.bgSupport{
    background-image: url(../media/supportbg.png);
    background-size: cover;
}

.supportTitle{
    font-family: var(--police2);
    margin-bottom: 0;
}

.supportST{
    font-family: var(--police2);
    color: var(--color1);
    font-weight: 600;
}

.supportPanel{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.supportPanel input, .supportPanel textarea{
    background-color:#E9E9E9;
    border-radius:15px;
    border: 0;
}

.sendSupport{
    background: var(--color1);
    color:#fff;
    border-radius: 50px;
    padding:5px 35px;
    border:0;
}

#sujet{
    width:80%;
}

/* Page Support */

/* Recherche */

.searchTitle{
    font-family: var(--police2);
    font-size: 35px;
    font-weight: bold;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
}

.breadSearch li {
    display: inline-block;
}

.breadSearch {
    list-style: none;
    padding: 0;
    z-index: 5;
    position: relative;
}

.lecarre {
    background-color: #e9ecf3;
    height: 120px;
    width: 120px;
    margin: auto;
}

.breadSearch a{
    text-decoration: none;
    color:#333;
}

.lecarre{
    background-color: #e3e6eb;
    height:120px;
    width: 120px;
    margin: auto;
}

.carrecontainer{
    position: relative;
    height: 0;
    z-index: -1;
}

.rougeSquare .lecarre {
    background-color: #e3626375;
}

.rougeSquare{
  z-index: 1!important;
}

.lecarre.semiRouge{
  background-color: #f2dfdf!important;
}

.filterTitle{
    font-weight: bold;
}

.multiple-checkbox, .multiple-checkbox ul{
    list-style: none;
    padding-left: 15px;
}


.nbrArticle {
    font-size: 11px;
    color: #a5a5a5;
}

label.custom-control-label {
    width: 90%;
}

.multiple-checkbox .form-check-input {
  background-color: #c1c8d5;
  border-color: #c1c8d5;
}

.multiple-checkbox .form-check-input[type=checkbox]:indeterminate {
  background-color: #c1c8d5;
    border-color: #c1c8d5;
}

.custom-control-label {
    font-size: 14px;
}

.currentFilter ul {
    padding: 0;
    list-style: none;
}

.currentFilter li {
    background: #c6cfe0;
    display: inline-block;
    padding: 5px;
    box-shadow: 1px 3px 3px 0px #e9eefa;
    font-size: 13px;
    font-weight: 500;
    color: #7886a2;
    border-bottom: 3px solid #bcc7db;
    margin-bottom: 5px;
    margin-right: 2px;
}

li.first {
    margin-bottom: 20px;
}

span.deleteSearch {
    padding: 5px;
    margin-left: 12px;
    width: 20px;
    border-radius: 100%;
    font-size: 15px;
    font-family: var(--police2);
    cursor: pointer;
}

.currentFilter li:hover {
    background: var(--color2);
    color: #fff;
    border-bottom: 3px solid var(--color1);
    transition: 0.2s;
}

.oneResult {
    background-size: initial;
    background-position: left center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 0;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 1px 3px 3px 0px #e9eefa;
}

.resultCategory {
    font-size: 13px;
    font-family: var(--police1);
    color: var(--color1);
}

.topSearch input, .topSearch .form-select {
    background-color: #ffffff;
    border: 0;
    border-radius: 50px;
    box-shadow: 1px 3px 3px 0px #e9eefa;
}

button.advancedSearch {
    background: var(--color2);
    color: #fff;
    border-radius: 50px;
    height: 100%;
    border: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

.metadata{
    color:#4D4D4D;
    font-size:13px;
}

.oneResult h3 {
    font-weight: bold;
    font-size: 23px;
}

.resultNumber{
    font-size: 15px;
}

.page-item.active .page-link {
    background-color: var(--color2);
    border-color: var(--color2);
}

.page-link, .page-link:hover{
    color: var(--color1);
}

/* Fin Recherche */

/* Category */
.thepostImg{
    background-position: center;
    background-size: cover;
    min-height: 220px;
}

.catPosts a{
    text-decoration: none;
    color:#2a2a2a;
}

.thepostTitle {
    font-weight: bold;
    font-family: var(--police2);
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.thepostDescrition{
    color:#4D4D4D;
    font-size: 14px;
}

.thepostContent {
    min-height: 220px;
    padding-left: 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../media/catbg.png);
    background-repeat: no-repeat;
    background-position: 7px 0;
}

.thePostDetail {
    display: flex;
    align-items: center;
}

.styleBtn {
    height: 1px;
    width: 80px;
    background: var(--color2);
    margin-right: 10px;
}

.thePostDetail{
    color:var(--color2)!important;
}

/* Fin Category */

/* Single Post */
.breadSearch{
    list-style: none;
    padding: 0;
    max-width: 580px;
    margin: auto;
}

.searchFormSide input{
    background-color:#EDEDED;
    border-radius: 50px;
    border:0;
}

.searchFormSide .input-group-text{
    background-color: #ededed;
    border: 0;
    border-radius: 50px;
}

.searchFormSide a, .searchFormSide a:hover{
    text-decoration: none;
    color:#000;
}

.thumbPost{
    width: auto;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.singlePostTitle{
    background-image: url(../media/carre.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: left center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 47px;
    margin: 30px 0;
}

.singleTitle {
    font-size: 18px;
    font-family: var(--police2);
    color: var(--color1);
}
/* Fin Single Post */

.singleSidebar h4 {
    font-family: var(--police2);
    font-weight: bold;
    margin: 15px 0;
    color: #262626;
}

.miniCat {
    font-size: 13px;
    color: #4D4D4D;
}

a.miniTitle {
    font-weight: bold;
    font-family: var(--police2);
    font-size: 16px;
    line-height: 19px;
    color: #2a2a2a;
    text-decoration: none;
}

a.miniTitle:hover{
    color:var(--color2)
}

.sideCats .accordion-button {
    background: #fff;
    color: #000;
    font-weight: bold;
    box-shadow: none;
    padding: 15px 0;
}

.sideCats .accordion-item{
    border:0;
}

.sideCats .accordion-body {
    padding: 0;
}

.sideCats ul{
    padding: 0 25px;
    margin:0;
}

.sideCats a{
    color:#262626;
    text-decoration: none;
}

.sideCats a:hover{
    color:#262626;
    text-decoration: none;
    font-weight: 600;
}

/* Footer */

.footerbg{
    background-image: url(../media/footer.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

footer a{
    color:#fff;
    text-decoration:none;
    font-size: 14px;
}

footer a:hover{
    color: var(--color2);
}

footer .footerInfo div{
    font-size: 12px;
}

footer h3{
    font-size: 16px;
    margin-bottom: 34px;
}

footer img{
    margin-bottom: 30px;
}

.footersocial i {
    font-size: 28px;
    margin-right: 7px;
    margin-top: 17px;
}

.footerInfo {
    margin-bottom: 16px;
}

.footerInfo i {
    margin-right: 8px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer li {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff61;
}

footer {
    font-family: var(--police1);
}

/* Fin Footer */
/*menu */
.collapsed{
    color: var(--color3)!important;
    font-size: 15px;
    font-family: var(--police2);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
h2#flush-headingOne {
    background: transparent!important;
    color: #000;
}
button.accordion-button{
    color: var(--color1);
    font-size: 15px;
    font-family: var(--police2);
    padding-left: 16px;
}
.accordion-button:not(.collapsed) {
    color: #ab3738;
    background-color: transparent;
    box-shadow: none;
    padding-left: 16px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 22px;
}
#menu .accordion-body {
    padding-top: 0;
    padding-bottom: 0;
}
.accordion-body ul li {
    list-style: none;
}


.headerPage{
    background-image: url("../media/header_bg.png");
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}
h1.pageTitle {
    color: var(--color4);
    font-size: 45px;
    font-weight: bold;
    font-family: var(--police2);
}
.pageSoustitle {
    color: var(--color4);
    text-decoration: none;
    font-size: 15px;
}
.pageSoustitle a{
    text-decoration: none;
    color: var(--color4);;
}
/* bloc inscription */
.inscription h2 {
    color: var(--color3);
    font-size: 45px;
    font-weight: bold;
    font-family: var(--police2);
    padding-top: 60px;
}
.inscription p {
    color: var(--color1);
    font-size: 17px;
    font-family: var(--police2);
}
.inscription input{
    background-color: var(--color7);
    border-radius: 20px;
    border: 0;
    padding: 10px 20px;
}
.inscription .form-control:focus {
    color: #212529!important;
    background-color: var(--color7)!important;
    border-color: transparent!important;
    outline: 0!important;
    box-shadow: none!important;
}
.inscription .form-check-input:checked {
    background-color: var(--color3)!important;
    border-color: var(--color3)!important;
}
.inscription .form-check-input[type=checkbox] {
    background-color: var(--color7);
    border-radius: 0px;
    border: 0;
    padding: 0;
}
.inscriptionbtn {
    background-color: var(--color1)!important;
    color: var(--color4)!important;
    border-radius: 20px!important;
    width: 100%;
    border: 0!important;
    font-weight: bold!important;
    font-family: var(--police1);
    padding: 8px;
}
label.form-check-label {
    font-size: 14px;
}
.reseauxsoc {
    width: 225px;
    background: var(--color7)!important;
    border-radius: 50px!important;
    font-weight: bold!important;
    font-family: var(--police1);
    padding: 8px;
}
.reseauxsoc img {
    width: 20px;
    margin-right: 8px;
}
.inscription .cat1 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc_login{
    background-image: url("../media/bg_login.png");
}
/* bloc login */
.login_bloc h2 {
    color: #444444;
    font-size: 45px;
    font-weight: bold;
    font-family: var(--police2);
}
.login_bloc p {
    color: var(--color3);
    font-size: 17px;
    font-family: var(--police2);
}
.login_bloc input[type=text], .login_bloc input[type=email],.login_bloc input[type=tel],.login_bloc input[type=select],.login_bloc input[type=password],.login_bloc input[type=number]{
    background-color: var(--color7);
    border-radius: 20px;
    border: 0;
    padding: 10px 20px;
}
.login_bloc .form-control:focus {
    color: #212529!important;
    background-color: var(--color7)!important;
    border-color: transparent!important;
    outline: 0!important;
    box-shadow: none!important;
}
.login_bloc .form-check-input:checked {
    background-color: var(--color3)!important;
    border-color: var(--color3)!important;
}
.login_bloc .form-check-input[type=checkbox] {
    background-color: var(--color7);
    border-radius: 0px;
    border: 0;
    padding: 0;
}
.loginbtn {
    background-color: var(--color1)!important;
    color: var(--color4)!important;
    border-radius: 20px!important;
    width: 100%;
    border: 0!important;
    font-weight: bold!important;
    font-family: var(--police1);
    padding: 8px;
}
label.form-check-label {
    font-size: 14px;
}
.reseauxsoc {
    width: 100%;
    background: var(--color7)!important;
    border-radius: 50px!important;
    font-weight: bold!important;
    font-family: var(--police1);
    padding: 8px;
}
.reseauxsoc img {
    width: 20px;
    margin-right: 8px;
}
.login_bloc .cat1 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_bloc{
    background-size: cover;
    padding: 59px 0px;
    background-color: #fff;
}
.auth {
    background-color: #fff;
}
.mdpoublie{
    font-size: 14px!important;
    color: var(--color3);
}
.mdpoublie:hover {
    color: var(--color1);
    font-weight: 600;
}

.pagination a {
  background: #eee;
  padding: 8px;
  border-radius: 5px;
}

.multiple-checkbox ul ul { display: none; }

.multiple-checkbox li {
	list-style-type: none;
	position: relative;
}

li.plus:before {
	content: '+';
	position: relative;
	margin-left: -20px;
	top: -2px;
  font-size: 17px;
  font-weight: bolder;
}

li.minus:before {
	content: '-';
	position: relative;
	margin-left: -20px;
	top: -2px;
  font-size: 17px;
  font-weight: bolder;
}

.oneResult h3 a {
    text-decoration: none;
    color: #4d4d4d;
}

/* pagination css */
.pagination a {
    padding: 8px 15px!important;
    margin: 2px!important;
    background: transparent!important;
    text-decoration: none!important;
    color: var(--color3)!important;
    font-weight: 500!important;
}
.pagination a.active {
    background: var(--color2)!important;
    color: var(--color4)!important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 1320px!important;
}

.values a {
    text-decoration: none;
    color: var(--color2);
}

.values h4 a {
    color: #fff;
}

.bibContent {
    height: 40px;
    margin-top: 20px;
}

/* Alerts */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 18px;
    margin-top:0!important;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .toggler {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggler:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .toggler {
    background-color: #2196F3;
  }

  input:focus + .toggler {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .toggler:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded togglers */
  .toggler.round {
    border-radius: 34px;
  }

  .toggler.round:before {
    border-radius: 50%;
  }

/* Fin Alerts */

/* fadoua*/
/* css Page Facturation */
#example tr th{
    color: var(--color5);
    font-family: var(--police1);
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid #eee;
    text-align: center;
}
#example {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--color5);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--color5);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--color5);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--color5);
    vertical-align: top;
    border-color: #dee2e6;
    border: 1px solid #eee;
    text-align: center;
    font-family: var(--police1);
    font-size: 15px;
}
#example tr td{
    border-right: 1px solid #eee;
    font-weight: 400;
}
.nonPaye .statutP{
    color:var(--color2);
}
.nonPaye .statutPay{
    color:var(--color2);
    text-decoration: underline;
}

.Paye .statutP{
    color:#01AA01;
}
.Paye .statutPay{
    color:#0562BE;
    text-decoration: underline;
}
div#example_length label {
    font-size: 13px!important;
    color:var(--color1);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_filter input {
    border: 1px solid var(--color5);
    background: transparent;
    border-radius: 20px;
    padding: 5px;
    color: var(--color3);
}
div#example_filter label {
    font-size: 13px!important;
    color:var(--color1);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_filter{
    position: relative;
    top:-47px;
}
div#example_info {
    font-size: 13px!important;
    color:var(--color3);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_paginate a {
    padding: 10px;
    text-decoration: none;
    color: var(--color3);
    font-size: 14px;
    font-weight: 500;
}
div#example_filter {
    position: relative;
    top: -47px;
    width: 50%;
    float: right;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    padding: 6px;
    border-radius: 20px;
}
div#example_paginate {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

div#example_paginate .current {
    background: var(--color2);
    font-weight: bold;
    color: var(--color4);
}

#example tr td a {
    text-decoration: none;
    color: var(--color3);
}


/* abonnement espace membre */
.pack i {
    color: #fff;
    opacity: 40%;
    font-size: 17px;
}
.icon_catpack{
    display: inline-block;
}
.icon_catpack i {
    font-size: 50px;
    color: var(--color5)!important;
    opacity: 100%;
}
.packTitle {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: var(--color3);
    height: 76px;
    padding: 0 24px;
}

.checkIcon{
  padding: 0 24px;
}
.packPrice{
    font-size: 50px;
    font-family: var(--police2);
    color: inherit;
    font-weight: bold;
    text-align: right;
}
.currencyPack{
    font-family: var(--police1);
    color: inherit;
    font-size:20px;
    padding:10px!important;
    width: 0px;
}

.priceSection {
    display: flex;
    justify-content: center;
}
.descPack {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    padding: 0 24px;
    min-height: 80px;
}
.bg-pack {
  background-color: #EDEEF0;
  box-shadow: 0px 2px 10px 0px #00000026;
  padding: 25px 0px 0px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.packlinks a{
    text-decoration: none;
    color:#000;
}

.bg-pack.activePack, .bg-pack.activePack i, .bg-pack.activePack .priceSection {
    background-color: var(--color2);
    color: #fff!important;
    opacity: 1;
}

.bg-pack.activePack{
  padding-bottom: 24px;
}

/* New */

.toggler{
    background-color: #393939!important;
}

input:checked + .toggler {
    background-color: var(--color2)!important;
}

.selectAll{
    color:var(--color2);
    font-weight: 500;
}

.dashPanel{
  height: 100%;
}

.imgSlider {
    background-size: cover;
    height: 630px;
    width: 100%;
    background-position: right;
}

.navbar{
  padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.logo img {
    width: 39%;
}

.btnDemandeAchat, .btnDemandeAchat:hover {
    background-color: var(--color2);
    color: #fff;
}

.closePopUp, .closePopUp:hover{
  background-color: var(--color1);
  color: #fff;
}

/* Tableau de bord + General */

.ulstyle{
    list-style: none;
    padding-left: 15px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--color2);
    color: #fff!important;
}

.userDashBox {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    box-shadow: 0 0 10px 0px #dadada;
    border-radius: 5px;
    font-family: var(--police1);
    color: #4D4D4D;
    border-bottom: 8px solid #C7C7C7;
    font-size: 15px;
}

.userDashSep {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 20px;
}

.userDashBox ul {
    padding: 0;
}

.userDashBox h3 {
    font-family: var(--police2);
    color: #000!important;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 18px;
}

.welcomeBox {
    background-color: var(--color2)!important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 25px!important;
    text-align: center;
    border:0!important;
}

/* Fin Tableau de bord + General */

/* Mon compte */

.dashPanel{
    background-color: #fff;
    box-shadow: 0 0 10px 0px #dadada;
    padding: 27px;
    border-radius: 5px;
}

.userDashTitle{
    font-family: var(--police2);
    color: #000!important;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 18px;
}

.userValidate {
    background: var(--color2);
    color: #fff;
    border: 0;
    margin-top: 25px;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0 0 2px 0px #434343;
}

.userValidate i{
    margin-right: 10px;
}

.dashPanel label {
    color: #4d4d4d;
    font-size: 14px;
    margin-top: 23px;
}

.dashPanel input {
    font-size: 14px;
}

/* Fin Mon compte */

/* Alerts */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 18px;
    margin-top:0!important;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .toggler {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggler:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .toggler {
    background-color: #2196F3;
  }

  input:focus + .toggler {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .toggler:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded togglers */
  .toggler.round {
    border-radius: 34px;
  }

  .toggler.round:before {
    border-radius: 50%;
  }

/* Fin Alerts */

/* fadoua*/
/* css Page Facturation */
#example tr th{
    color: var(--color5);
    font-family: var(--police1);
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid #eee;
    text-align: center;
}
#example {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--color5);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--color5);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--color5);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--color5);
    vertical-align: top;
    border-color: #dee2e6;
    border: 1px solid #eee;
    text-align: center;
    font-family: var(--police1);
    font-size: 15px;
}
#example tr td{
    border-right: 1px solid #eee;
    font-weight: 400;
}
.nonPaye .statutP{
    color:var(--color2);
}
.nonPaye .statutPay{
    color:var(--color2);
    text-decoration: underline;
}

.Paye .statutP{
    color:#01AA01;
}
.Paye .statutPay{
    color:#0562BE;
    text-decoration: underline;
}
div#example_length label {
    font-size: 13px!important;
    color:var(--color1);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_filter input {
    border: 1px solid var(--color5);
    background: transparent;
    border-radius: 20px;
    padding: 5px;
    color: var(--color3);
}
div#example_filter label {
    font-size: 13px!important;
    color:var(--color1);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_filter{
    position: relative;
    top:-47px;
}
div#example_info {
    font-size: 13px!important;
    color:var(--color3);
    font-weight: bold;
    font-family: var(--police1);
}
div#example_paginate a {
    padding: 10px;
    text-decoration: none;
    color: var(--color3);
    font-size: 14px;
    font-weight: 500;
}
div#example_filter {
    position: relative;
    top: -47px;
    width: 50%;
    float: right;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    padding: 6px;
    border-radius: 20px;
}
div#example_paginate {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

div#example_paginate .current {
    background: var(--color2);
    font-weight: bold;
    color: var(--color4);
}

#example tr td a {
    text-decoration: none;
    color: var(--color3);
}

.demandeachatModal .modal-body {
  background-image:url("../media/bg_follow.png")!important;
    background: var(--color6);
    color: #fff;
    font-size: 18px;
    padding: 45px;
    background-position: center;
    background-size: cover;
}

/* test animation icon */

  .bttn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
  }

  .bttn:after {
      transition:0.3s all ease;
      content:'';
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      right:0;
      border-radius:3px;
      border:3px solid #000;
      width: 78px;
        height: 78px;
        margin: auto;
    }

    .bttn:before {
      content:'';
      position:absolute;
      border-radius:3px;
      left:0;
      top:0;
      bottom:0;
      right:0;
      -webkit-transform: rotate(45deg);
      transform: rotate(48deg);
      width: 78px;
        height: 78px;
        margin: auto;
    }
    .bttn:hover:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(48deg);
        width: 78px;
        height: 78px;
        margin: auto;

      }

      .bttn:active {
      -webkit-transform:scale(1.1);
      transform:scale(1.1);
      }
      .bttn:after {
        border-color:var(--color2);
      }

      .values i:before {
        font-size: 30px;
        color: #fff;
        z-index: 1;
    }

    .singlePost{
        box-shadow: 0px 2px 10px 0px #00000024;
        padding: 12px;
        margin-bottom: 15px;
        text-decoration: none;
    }
    .singlePost:nth-child(2n){
        background-color: var(--bg)!important;
        box-shadow: 0px 2px 10px 0px #00000024;
        padding: 12px;
        margin-bottom: 15px;
    }
    .posts a{
        text-decoration: none;
    }


/* advanced search */

.advancedSearchBloc {
    background-image: url(../media/bg_follow.png);
    background-size: 60%;
    padding: 30px 10px;
    background-attachment: fixed;
    box-shadow: 0px 2px 10px 0px #00000026;
    margin-bottom: 30px;
}
.advancedSearchBloc h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.advancedInput{
  display: none;
}

.bgsearch{
  background-color: #f4f6fa;
}

.bgsearch .carrecontainer{
  z-index: 1!important;
}


/* width */
.offcanvas ::-webkit-scrollbar {
  width: 9px;
}

/* Track */
.offcanvas ::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

/* Handle */
.offcanvas ::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 10px;
}

/* Handle on hover */
.offcanvas ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.choiceBtn{
  width: 100%;
  background-color: var(--color2);
  color: #fff;
  padding: 10px;
  margin-top: 15px;
  border:0;
}

.popupForm .modal-body {
    background: #fff;
    color: #fff;
    font-size: 20px;
    padding: 45px;
    background-position: center;
    background-size: cover;
}

button.SourceDown {
    background-color: var(--color2);
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 15px;
}

.oneResult a{
  text-decoration: none;
  color: #333;
}

.autoCompleteResult {
    background: #fff;
    position: absolute;
    width: 430px;
    margin-top: 6px;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #eaeefa;
    padding: 5px;
    box-shadow: 1px 3px 3px 0px #e9eefa;
}

.autoCompleteResult ul {
    list-style: none;
    padding: 0;
}

.autoCompleteResult li {
    font-size: 13px;
    border-bottom: 1px dashed#eee;
    padding: 5px;
}

.autoCompleteResult li a {
    text-decoration: none;
    color: #3a3a3a;
    display: flex;
    align-items: center;
}

.thekey {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autoCompleteResult i {
    color: var(--color2);
    opacity: 0.5;
    margin-right: 10px;
}

.autoCompleteResult i {
    color: var(--color2);
    opacity: 0.5;
}
.autoCompleteResult li:hover {
    background-color: #f4f6fa;
    color: #fff!important;
}


.loadContent {
    height: 0!important;
    position: relative;
    top: 20%;
}

.theLoader{
  margin: auto;
  width: 200px;
  position: relative;
  top: 150px;
}

.public, .social, .divers, .affaires, .civil, .international, .fiscal{
  cursor:pointer;
}

.more img {
    height: 2px;
}

.mobileVeille .owl-nav{
  text-align: center;
}

.owl-nav button {
    font-size: 28px!important;
    box-shadow: 0 0 4px 0px #ababab;
    padding: 25px!important;
    width: 40px;
    color: var(--color2)!important;
}

.owl-nav button:hover {
  background:var(--color2)!important;
  color: #fff!important
}

.factureMembres, .downloadMembres{
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 30px;
  }

  .searchFormSide{
    display: none;
  }

.noResult{
  color: var(--color2);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--police2);
  margin-top: 27px!important;
}

.noResultBloc{
  margin-top:120px;
  margin-bottom: 120px;
}

.detailss {
    background: #f3f3f3;
    padding: 18px;
    font-size: 13px;
    color: #7a7a7a;
}

.detailss a, .articleContent a{
  color: var(--color1);
}

.articleContent {
    font-size: 13px;
    color: #646464;
}

.infoBloc {
    color: #858585;
    font-size: 13px;
}

.aproposTxt {
    font-size: 13px;
    color: #45495c;
}

.titlePageApropos{
  font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #393940;
}

.imgApropos {
    position: relative;
    left: 23px;
    z-index: 99;
    box-shadow: 6px 4px 6px #00000036;
    border: 3px solid #ab3738;
    border-radius: 3px;
}

.separAbout {
    height: 2px;
    background: var(--color1);
    width: 20%;
    margin-bottom: 19px;
}

.nav-item button.accordion-button{
  padding-top: 10px;
  padding-bottom: 10px;
}

h3.teamName {
    font-size: 20px;
    font-weight: 900;
    color: var(--color2);
    font-style: italic;
}

h3.teamName::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: var(--color2);
    margin-right: 10px;
    transform: rotate(196deg);
}

p.teamFunctions {
    font-size: 14px;
    color: #767b87;
}

.activeBtn .bttn:after {
    display: block;
    border-color: var(--color7);
}

.activeBtn h4:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 13px;
}

.nameBloc {
    height: 0px;
    position: relative;
    top: -5px;
    text-align:left;
}

.packNames {
    font-size: 10px;
    position: relative;
    top: 16px;
    text-align:left;
}

.lesPacks{
  width: 150px;
}

.blackTitle, .blackTitle a{
  color: #000!important;
}

.duration {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--color2);
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.activePack .duration {
    color: #fff!important;
}

a.nav-link:hover path {
    fill: var(--color1);
}

.navBlocs{
  background-image:url('../media/bgnav.jpg');
  color: #fff;
  background-attachment: fixed;
  padding: 55px 0;
}

.NavTitle {
    padding: 20px 0;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    font-family: var(--police2);
}

a.singleNav {
    background-color: #ffffff21;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 220px;
    justify-content: center;
    transition: 0.4s;
}

.navbloc-border{
  border: 1px solid #ffffff47;
}


/* Ma bibliotheque juridique */

.bibButon {
  display: flex;
  justify-content: space-between;
  width: 300px;
  background-color: transparent;
  outline-offset: 2px;
  outline: 1px solid var(--color2);
  align-items: center;
  padding-right: 10px;
  z-index: 2;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.firstContent{
    width: 80%;
    display: flex;
    align-items: center;
}

.bibIcon {
    background: var(--color2);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.bibIcon path{
  fill:#fff;
}

.bibTitle {
    font-size: 19px;
}

.biblioSwitch::before {
    content: '';
    height: 54px;
    width: 1px;
    background-color: var(--color2);
    display: inline-block;
    position: relative;
    left: 25px;
    float: left;
    z-index: 0;
    bottom: 2px;
}

/* Hover + Active */


.biblioSwitch:hover .bibTitle , .activeSwitch .bibTitle{
  color: #fff;
}

.biblioSwitch:hover .biblioSwitch::before , .activeSwitch .biblioSwitch::before{
  background-color: var(--color1)!important;
}

.biblioSwitch:hover .bibButon , .activeSwitch .bibButon{
  background-color:var(--color1);
  transition: 0.3s;
}


.biblioSwitch:hover .bibIcon , .activeSwitch .bibIcon {
    background: #fff;
    transition: 0.3s;
}

.biblioSwitch:hover .bibIcon path , .activeSwitch .bibIcon path{
  fill: var(--color1);
}

.biblioSwitch:hover .bibArrow path , .activeSwitch .bibArrow path{
  fill: #fff;
}

.biblioSwitch:hover .bibButon , .activeSwitch .bibButon{
  outline: 1px solid var(--color1);
  transition: 0.3s;
}

.activeSwitch::after {
    content: '';
    background-color: var(--color1);
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    bottom: 24px;
    left: 1px;
}


.singleBiblio{
  background: #F6F6F6;
  box-shadow: 0px 3px 7px 0px #0000002e;
  padding: 21px;
}

.bibCategory {
    color: var(--color1);
    margin-bottom: 18px;
}

.moreBiblio {
    text-align: right;
    margin-top: 25px;
}

.bibText {
    margin-top: 30px;
    font-size: 14px;
}

.bibSepar {
    border-left: 2px solid var(--color1);
}

.singleBiblio {
    background: #F6F6F6;
    box-shadow: 0px 3px 7px 0px #0000002e;
    padding: 21px;
    margin-bottom: 25px;
}

a.acteTitle {
    font-weight: bolder;
    text-decoration: none;
    color: #333;
}

.navFirstTitle{
  font-family: var(--police2);
  font-size: 35px;
  font-weight: bold;
  z-index: 5;
  position: relative;
}

.bgCta{
  background-image: url('../media/bg_follow.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.ctaTitle {
    color: #fff;
    font-size: 39px;
}

.ctaDes {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.subscribeBtn {
    border: 2px solid var(--color1);
    background-color: var(--color2);
    color: #fff;
    font-weight: bolder;
    padding: 10px 25px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.subscribeBtn::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    display: block;
    background: var(--color1);
    top: 0;
    left: 0;
    transition: width 0.4s;
    z-index: -1;
}

.subscribeBtn:hover::after{
  width:100%;
}

.Juridiprudence:hover .subscribeBtn::after{
  width:100%;
}

li.choose {
    font-size: 20px;
}

.singleNav:hover .goNav path{
  fill:var(--color2);
}

a.singleNav:hover {
    background-color: #ffffff29;
    transition: 0.4s;
    box-shadow: 6px 5px 0px var(--color1);
}

.prudenceCard {
    background-color: var(--bg);
    box-shadow: 0px 2px 10px 0px #00000024;
}

.prudenceCard .cat2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.prudenceCard i {
    font-size: 30px;
    color: var(--color4);
    display: flex;
    align-items: center;
    justify-content: center;
}

#laBiblio .accordion-body{
  background-color: #f3f3f3;
}

.Juridiprudence h3 {
    font-size: 19px;
    font-weight: bold;
    font-family: var(--police2);
    text-transform: capitalize;
}

.Juridiprudence h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto;
    background: var(--color1);
}

.Juridiprudence p{
  font-size: 12px;
}

.juris a{
  text-decoration: none;
  color: #000;
}

.Juridiprudence{
  position: relative;
  z-index: 1;
}

.Juridiprudence::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  background-color: #eee;
  width: 1px;
  height: 100%;
  transition: width 0.6s;
}

.Juridiprudence:hover::after{
  width: 100%;
  z-index: -1;
}

button.jurisFilter {
    background: var(--color2);
    color: #fff;
    border: 0;
    margin: 3px 0;
    width: 100%;
    border-radius: 50px;
    padding: 7px;
    font-size: 14px;
    text-align: left;
}

button.jurisFilter:hover {
    background: var(--color1);
    transition: 0.4s;
}

.corpusFilter {
    background-color: #eceff5;
    padding: 16px;
    border-radius: 10px;
}

.singleFilter {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #cfd8e9;
    padding-bottom: 25px;
}

label.singleFilterLabel {
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--color1);
}

label.corpusLabel {
    font-size: 13px;
    margin: 12px 9px;
    font-weight: bold;
    color: #7d8aab;
}

.corpusTable table{
  background-color: #fff;
}

.corpusTable .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f8ff!important;
}

.corpusTable th{
  color: var(--color1);
}

.corpusTable .paginate_button {
  background-color: #fff;
  color: var(--color1);
  margin: 8px;
  text-decoration: none;
  box-shadow: 1px 3px 3px 0px #e9eefa;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.corpusTable .table-responsive {
    overflow-y: hidden;
}

.corpusTable div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    position: relative;
    bottom: 20px;
}

.actDescription{
  width: 100%!important;
  height: 90px;
}


button.choosePlan {
    background-color: var(--color1);
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 4px 7px 0px #a6a6a68a;
    transition: 0.2s;
}

button.choosePlan:hover{
  background-color: var(--color2);
  transition: 0.2s;
}

.typePlanBox {
    text-align: center;
    background: #ffffff0f;
    padding: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid #dbdbdb;
}

.typePlanBox h4 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
}

.typePlanBox p {
    font-size: 14px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 21px;
    color: #333;
}

#typePlan .modal-header {
    box-shadow: -2px 1px 4px #00000021;
    z-index: 9999;
}

#typePlan .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    zoom: 0.7;
}

.typePlanBox h4 i {
    color: #5e5e5e;
    opacity: 1;
}

.miniInfo {
    color: var(--color5);
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin: 25px 0;
}

.coopLabel {
    color: var(--color2);
    font-weight: bold;
    font-size: 13px;
    margin-left: 18px;
}

button.addCollab {
    background: var(--color2);
    color: #fff;
    border: 0;
    padding: 10px 17px;
    border-radius: 50px;
    margin-top: 18px;
    font-size: 14px;
}

button.addCollab:hover{
  background:var(--color3);
}

.demmandDevis h4 {
    font-weight: bold;
    color: var(--color1);
}

button.addCollab:hover{
  background-color: var(--color1);
}

.demmandDevis h4::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--color1);
    margin-top: 10px;
    border-radius: 15px;
    margin-bottom: 40px;
}

button.deleteThisCollab {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #a8a8a8;
    background: #fff;
    color: var(--color1);
    transition: 0.4s;
}



button.deleteThisCollab:hover{
  border:0px;
  background-color: var(--color2);
  color:#fff;
  transition: 0.4s;
}

button.deleteThisCollab[disabled] , button.deleteThisCollab[disabled]:hover {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #a8a8a8;
    background: #fff;
    color: #acacac;
    transition: 0.4s;
}

.submitDevis{
  background: var(--color2);
  color: #fff;
  border: 0;
  padding: 10px 17px;
  border-radius: 50px;
  margin-top: 18px;
  font-size: 14px;
}

.packIcon {
    height: 80px;
    width: 80px;
    background: #eee;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    margin: auto;
}

.nomDuPack {
    font-weight: 600;
    margin-top:10px;
}

p.desDuPack {
    font-size: 13px;
    color: #656565;
    text-align: center;
}

.calculPack .list-group-item {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

.calculPack .badge {
    color: var(--color2);
    font-weight: bold;
    font-size: 13px;
}
.conditionPaie p {
  font-size: 13px;
  margin-top: 20px;
  color: #585858;
  text-align: justify;
}

.conditionPaie a ,.acceptation a{
  text-decoration: none;
  color:var(--color2);
}

a.btn_d {
    color: var(--color1);
    text-decoration: none;
}

.successPaie i{
  font-size: 90px;
  color: var(--color2);
}

.orderDetail strong {
    color: var(--color2);
}

.virementLabel{
  font-weight:bold;
}

.leRib span {
    color: #4e4e4e;
    font-size: 18px;
    margin-right: 11px;
    font-weight: bold;
}

.btnCopy {
    background-color: var(--color2);
    color: #fff;
    border: 0;
    padding: 6px 30px;
    border-radius: 5px;
    font-size: 12px;
    cursor:pointer;
}

.copierInfo {
  display: none;
    width: 200px;
    background: #4aaa8d;
    margin: auto;
    color: #fff;
    margin-top: 20px;
    border-radius: 18px;
    padding: 5px;
    font-size: 13px;
}

.activePack .choiceBtn {
    box-shadow: 0 0 7px 0px #b74748;
    background-color: #bf4c4c!important;
}

.dateCGV{
  color:var(--color2);
}

.cgvBlock{
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  .appJurid {
    display: none;
  }
}


/* CA Actes juridique */
.caSearch {
    background: #FCECEC;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.09)!important;
}
h3.caTitle {
  font-size: 17px;
  font-family: var(--police2);
  font-weight: 400;
  margin: 5px 0;
  color: #262626;
  line-height: 1.3;
}
/*.btnCa::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 5px;
    background: #AB3738;
     color: #fff;
     padding: 13px;
}*/
.detailss a:hover, .articleContent a:hover {
    color: #262626;
}
.actesContent{
  background: #F3F3F3;
  border-radius: 2px;
}
.actesContent a{
  color: var(--color1);
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
/* .actesContent a::before{
  content: "\f061"; /* Replace with the Font Awesome icon code for the arrow */
  /* font-family: "Font Awesome 5 Free"; /* Replace with the Font Awesome font family name */
  /* font-weight: 900; /* Replace with the Font Awesome font weight */
  /* margin-right: 5px; /* Adjust as needed */
/*}*/
/*.btnCa {
  border: 3px solid #AB3738;
  border-radius: 0;
}*/
/*.btnCa:hover {
  border: 3px solid #AB3738;
  color: #fff!important;
  background: #AB3738;
}*/


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .caSearch {
     background: #FCECEC;
     display: flex;
     flex-direction: column-reverse;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.09)!important;
 }
 h3.caTitle {
    font-size: 18px;
    font-family: var(--police2);
    font-weight: bold;
    margin: 15px 0;
    color: #262626;
    text-align: center;
}
#sujet {
    width: 100%;
}
.login_bloc input[type=text], .login_bloc input[type=email], .login_bloc input[type=tel], .login_bloc input[type=select], .login_bloc input[type=password], .login_bloc input[type=number]{
  font-size: 14px;
}
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .caSearch {
     background: #FCECEC;
     display: flex;
     flex-direction: column-reverse;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
 }
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
      width: 100% !important;
}
div.dataTables_wrapper div.dataTables_length select{
  width: 40% !important;
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 992px) {
  .imgApropos {
     position: relative;
     left: 0!important;
     z-index: 99;
     box-shadow: 6px 4px 6px #00000036;
     border: 3px solid #ab3738;
     border-radius: 3px;
 }
 h3.teamName {
    font-size: 14px;
  }
  p.teamFunctions {
    font-size: 13px;
  }
}
