@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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
#c_body{
    background-image: url("../medias/images/flat-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
*{
    box-sizing: border-box;
    font-family:  'Montserrat', sans-serif;
}
a{
    text-decoration: none;
}
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #f2f2f2;
    z-index: 2000;
}
.contentLoader{
    margin: auto;
}
.logo img{
    width: 120px;
}
.progressBar{
    background-color: #d0bfea;
    width: 400px;
    height: 10px;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}
.progresslevel{
    height: 100%;
    width: 20%;
    background-color: #1A019B;
    border-radius: 20px;
    transition: transform 1s ease;
    animation: loader 2s ease-out infinite;
}
@keyframes loader{
    0%{
        transform: translateX(-50px);
    }
    100%{
        transform: translateX(450px);
    }
}
@media screen and (max-width: 600px){
    .progressBar{
        width: 90%;
    }
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.5s ease;
    z-index: 1000;
  }
  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  header{
    background-color: #1A019B !important;
  }
  header #social{
    background-color: rgba(255, 255, 255, 0.541) !important;
    display: flex;
    justify-content: flex-end;
    padding: 6px 100px;
  }
#social .social_icone{
    display: flex;
}
#social .social_icone svg{
    width: 18px;
}
#social .social_icone a{
    margin-right: 15px;
    padding: 0;
}
.sidenav{
    transition: transform 1s ease !important;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
.sidenav.flexslide{
    transform: translateX(0) !important;
}

nav{
    background-color: #1A019B !important;
    padding: 5px 100px !important;
}
nav > ul >li:hover{
    background: rgba(255, 255, 255, 0.199);
}
nav > ul > li:first-child{
    position: relative;
}
nav #dropdownitem:hover #dropdown1{
    display: block !important;
}
#dropdown1{
    z-index: 2000;
    top: 55px !important;
    left: 30%;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    column-count: 2;
    box-shadow: 1px 1px 6px rgba(0 0 0 /40%);
    width: 50em;
    display: none;
    transition: animation .4s ease-in;
    animation: fadeup .4s ease-in;
}
@keyframes fadeup{
    from{
        transform: translateY(50px);
        opacity: 0.3;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
#dropdown1 li{
    margin: 6px 0;
    display: flex;
    align-items: center;
}
#dropdown1 li:before{
    content: "•";
    font-size: 25px;
    margin-right: 1px;
    color: #1A019B;
}
#dropdown1 li:hover{
    background-color: #ff80012c;
}
#dropdown1 li a{
    color: #333 !important;
    line-height: 22px;
}
#dropdown1 li a:hover{
    background: none !important;
}

nav > ul > li:last-child:hover{
    background: none !important;
}
nav > ul > li:last-child:hover a{
    color: #fff !important;
}
.nav-wrapper{
    height: 100% !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.nav-wrapper .right{
    padding: 0 !important;
}
.brand-logo{
    position: relative !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#btncontact{
    background-color: #FF8201;
}
#baniere{
    margin-top: 0px;
    height: 100vh;
    position: relative;
}

#baniere h2{
    font-size: 55px;
    color: #fff;
    margin-bottom: 35px;
    width: 60%;
    z-index: 2;
}
#baniere .btncontact{
    background-color: #FF8201 !important;
}
.bgbaniere{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.bgbaniere.show{
    opacity: 1;
}
.bgtrans{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003f;
    z-index: 1;
}
.bgban0{
    background-image: url("../medias/images/bg1dff.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 60px;
}
.bgban1{
    background-image: url("../medias/images/balance_judiciaire.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 60px;
}
.bgban2{
    background-image: url("../medias/images/finance_droit_aeriens_et_maritime.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban2 span{
    color: #fff;
    font-size: 60px;
    width: 25%;
    height: 25px;
    margin: 0;
}
.bgban3 span{
    color: #fff;
    font-size: 50px;
    border: 2px solid #fff;
    margin: auto;
    padding: 10px;
    text-align: center;
    z-index: 2;
}
.bgban3{
    background-image: url("../medias/images/diagnosticevaluation.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}

.bgban4{
    background-image: url("../medias/images/audit_conseils_financiers.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban5{
    background-image: url("../medias/images/recouvrement_de_creance.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban6{
    background-image: url("../medias/images/litige.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban7{
    background-image: url("../medias/images/cession.png");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban9{
    background-image: url("../medias/images/formation.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban10{
    background-image: url("../medias/images/imgbg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}
.bgban11{
    background-image: url("../medias/images/indemnisation.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 60px;
}

.valeurs{
    padding: 20px 100px;
}
#pourquoi{
    display: flex;
}
.imgbg{
    width: 50%;
    height: 560px;
    background-image: url("../medias/images/expertise_sci.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#pourquoi .listval{
    width: 50%;
    height: 560px;
}
#pourquoi .listval .double-face{
    width: 50%;
    height: 50%;
}
#pourquoi .listval .double-face:first-child .face-avant{
    background: none;
    background-color: #e9e9e9;
}
#pourquoi .listval .double-face:nth-child(2) .face-avant{
    background-color: #ff80012c;
}
#pourquoi .listval .double-face:nth-child(3) .face-avant{
    background: none;
    background-color: #1a019b;
}
#pourquoi .listval .double-face:first-child .face-avant h2,
#pourquoi .listval .double-face:last-child .face-avant h2{
    color: #1a019b;
}
.listval{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.double-face {
    position: relative;
    width: 33%;
    height: 300px;
  }
  
  .face {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px;
  }
  
  .face-avant {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    transition: height 0.4s ease-in;
  }
  
  .face-arriere {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    align-items: center;
    opacity: 0;
    padding: 12px 0 0 7px;
  }
  .double-face:hover .face-avant {
    height: 70px;
    transition: height 0.4s ease-in;
  }
  .double-face:hover h2{
    font-size: 15px;
  }
  .double-face:hover .face-arriere {
    opacity: 1;
  }
  .double-face h2{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }
  .double-face:first-child:hover .face-avant,
  .double-face:nth-child(3):hover .face-avant,
  .double-face:nth-child(5):hover .face-avant,
  .double-face:nth-child(7):hover .face-avant,
  .double-face:last-child:hover .face-avant{
      background: none !important;
      background-color: #ff80012c !important;
      backface-visibility: hidden;
  }
  .double-face:first-child:hover .face-avant h2,
  .double-face:nth-child(2):hover .face-avant h2,
  .double-face:nth-child(3):hover .face-avant h2,
  .double-face:nth-child(4):hover .face-avant h2,
  .double-face:nth-child(5):hover .face-avant h2,
  .double-face:nth-child(6):hover .face-avant h2,
  .double-face:nth-child(7):hover .face-avant h2,
  .double-face:nth-child(8):hover .face-avant h2,
  .double-face:last-child:hover .face-avant h2{
      color: #1a0192 !important;
      font-weight: 600;
      font-size: 16px !important;
  }
  
  .double-face:first-child .face-avant{
        background-image: url("../medias/images/balance_judiciaire.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }
  .double-face:nth-child(3) .face-avant{
        background-image: url("../medias/images/diagnosticevaluation.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }
  .double-face:nth-child(3) .face-arriere{
      padding-top: 50px;
  }
  .double-face:nth-child(8) .face-arriere{
      padding-top: 70px !important;
  }
  .double-face:nth-child(5) .face-avant{
        background-image: url("../medias/images/recouvrement_de_creance.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }
  .double-face:nth-child(7) .face-avant{
        background-image: url("../medias/images/cession.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }
  .double-face:nth-child(9) .face-avant{
        background-image: url("../medias/images/certification.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }
    
    .double-face:first-child .face-avant h2,
    .double-face:nth-child(3) .face-avant h2,
    .double-face:nth-child(5) .face-avant h2,
    .double-face:nth-child(7) .face-avant h2,
    .double-face:last-child .face-avant h2{
        color: #fff;
        font-weight: bold;
    }
    .double-face:first-child:hover .face-avant h2,
    .double-face:nth-child(3):hover .face-avant h2,
    .double-face:nth-child(5):hover .face-avant h2,
    .double-face:nth-child(7):hover .face-avant h2,
    .double-face:last-child:hover .face-avant h2{
        color:  #1a0192 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
  
  
  .double-face h2{
    color: #1A019B;
  }
  .double-face a{
    background-color: #ff8001af !important;
  }
  .double-face:nth-child(2) .face-avant{
    background-color: #e9e9e9;
  }
  .double-face:nth-child(4) .face-avant{
    background-color: #e9e9e9;
  }
  .double-face:nth-child(6) .face-avant{
    background-color: #e9e9e9;
  }
  .double-face:nth-child(7) .face-avant{
    background-color: #f6f6f6;
  }
  .double-face:nth-child(8) .face-avant{
    background-color: #e9e9e9;
  }
  .double-face:nth-child(3) .face-avant{
    background-color: #f6f6f6;
  }

  .double-face:nth-child(8) .face-arriere{
    padding-top: 34px;
  }
  .double-face:nth-child(2):hover .face-avant,
  .double-face:nth-child(4):hover .face-avant,
  .double-face:nth-child(6):hover .face-avant,
  .double-face:nth-child(8):hover .face-avant{
      background-color: #ff80012c;
  }
  
.apbgban{
    display: flex;
    align-items: center;
    padding: 40px 100px;
}
.textcont{
    width: 55%;
    padding-right: 20px;
}
.textcont h2{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
    color: #444;
}
.textcont p{
    font-size: 15px;
    margin-bottom: 30px;
}
.imgcont{
    width: 45%;
    display: flex;
    justify-content: flex-end;
}
footer{
    background-color: #1A019B !important;
}
.footer-copyright{
    background-color: rgba(219, 219, 219, 0.151) !important;
    padding: 10px;
}
.footer-copyright .container{
    color: #fff;
}
.chatfooter i{
    color: #fff;
}
.container{
    text-align: center !important;
}
.container{
    width: 100% !important;
}
.container .row{
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap !important;
    padding: 5px 100px;
}
.container .row ul li{
    text-align: left;
    margin: 8px 0;
}
.container .col h5{
    text-align: left;
}

.methode{
    background-color: #eeeeeeb7;
    padding: 10px 100px 60px 100px;
}
.titre-methode h2{
    font-size: 35px;
    margin-bottom: 10px;
}
.valeurs .titre-methode{
    padding: 0;
}
.titre-methode{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide button{
    background-color: #1A019B8a;
    color: #fff;
    display: flex;
    padding: 10px;
    border: none;
}
.slide button:active{
    background-color: #1A019B !important;
}
.slide button:focus{
    background-color: #1A019B !important;
}
.slide button i{
    color: #fff;
    margin: auto;
}
.owl-prev{
    margin-right: 15px;
}
.owl-next{
    margin-left: 15px;
}
.carouse-slide{
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0 0 0 /40%);
    padding: 50px 10px;
    overflow: hidden;
    width: 80%;
    border-radius: 6px;
    display: block !important;
}
.carouse-list{
    width: 940px !important;
}
.owl-stage-outer{
    width: 100% !important;
}
.owl-stage-outer .owl-stage{
    display: flex !important;
    flex-wrap: nowrap;
}
.owl-nav, .owl-dots{
    display: none !important;
}
.comment-block{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 10px 15px !important;
    margin: 0;
    width: 290px;
    height: 250px;
    position: relative;
}
.number{
    position: absolute;
    top: -17px;
    background-color: #FF8201a1;
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.owl-item{
    width: 290px !important;
    margin: 10px;
}
.chatfooter li{
    display: flex;
    align-items: center;
}

.chatfooter li i{
    margin-right: 5px;
}
.erp_trust{
    padding: 20px 100px 50px 100px;
}

.erp_trust h2{
    font-size: 35px;
    text-align: right;
    margin-bottom: 10px;
}
.trust_detail{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 100px;
    background-color: #f3f3f3;
}
.titre{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 50px;
}
.trait{
    width: 100px;
    height: 6px;
    background-color: #FF8201;
}
.img_trust{
    width: 50%;
    display: flex;
    justify-content: center;
}
.text_trust{
    width: 50%;
}
.text_trust p{
    font-size: 15px;
}
.text_trust ul{
    padding: 0 40px !important;
    column-count: 2;
}
.text_trust ul li{
    list-style: circle !important;
    font-size: 17px;
}
#btn-trust{
    background-color: #FF8201;
}
.rowContent{
    padding-top: 20px;
}
#cntact_form{
    display: flex;
}
#cntact_form form{
    margin: auto;
    background-color: rgba(255, 255, 255, .8);
    width: 50em;
    border-radius: 7px;
}
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field .materialize-textarea:focus {
    border-bottom: 1px solid #1A019B !important;
    box-shadow: 0 1px 0 0 #1A019B !important;
  }
  .input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field .materialize-textarea:focus + label{
    color: #1A019B !important;
}
.btnsubmit {
    display: flex;
    justify-content: center;
}
.btnsubmit button{
    background-color: #1A019B !important;
}

.iconesocial{
    display: flex;
    padding: 0 !important;
}
.iconesocial i{
    font-size: 25px;
    color: #fff;
    margin: 8px;
}

.chatfooter .input-field label{
    color: #ddd;
}
.chatfooter .input-field input[type=email]{
    border-bottom: 1px solid #ddd !important;
}
.chatfooter .input-field input[type=email]:focus{
    border-bottom: #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    color: #fff !important;
}

.chatfooter .input-field input[type=email]:focus + label{
    color: #fff !important;
}

#offre{
    padding: 30px 100px;
    background-color: #fff;
}

#offre h2{
    font-size: 35px;
}

#offre p{
    font-size: 15px;
    color: #333;
    text-align: left;
    padding: 12px 5px 12px 15px;
}
#offre p:first-child{
    border-left: 4px solid #1a019b;
}
#offre p:nth-child(2){
    border-right: 4px solid #ff8201;
}
#offre p:nth-child(3){
    border-left: 4px solid #1a019b;
}
#offre p:last-child{
    border-right: 4px solid #ff8201;
}

.baniere_expertise{
    padding: 30px 100px;
    height: 40vh;
    background-image: url('../medias/images/droit_trust.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.baniere_expertise h1{
    color: #fff;
    font-size: 40px;
    width: 80%;
    border-left: 2px solid #FF8201;
    padding: 10px;
}

.domaines_cpt{
    padding: 30px 100px;
}
.domaines_cpt h2{
    text-align: left;
    font-size: 25px;
}
.domaines_cpt ul{
    padding: 0;
    column-count: 2;
    list-style: none;
}
.domaines_cpt ul li{
    border: 1px solid #636262;
    padding: 10px; 
    font-size: 17px;
    display: flex;
    align-items: center;
}

.domaines_cpt ul img{
    margin-right: 12px;
}

.expertise_judiciaire{
    background-color: #f3f3f3;
    padding: 30px 100px;
}
.expertise_judiciaire h2{
    font-size: 28px;
    font-weight: 600;
}

#nos_solutions{
    padding: 30px 0;
}
#nos_solutions .titre{
    padding: 0 100px;
}
#nos_solutions h2{
    font-size: 35px;
}
.divsolution h3{
    font-size: 20px;
    color: #1A019B;
    font-weight: 600;
}
.paxfree{
    padding: 20px 100px;
    display: flex;
    align-items: center;
}

.divpaxfree{
    width: 60%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}
.imgpxfree{
    width: 40%;
}
.divpaxfree p{
    font-size: 15px;
}
.divpaxfree a{
    text-transform: capitalize !important;
    background-color: #FF8201 !important;
    margin-top: 10px !important;
    align-self: flex-end;
    margin-right: 30px;
}
.prise_rdv{
    padding: 0 100px 30px 100px;
}
.prise_rdv h2{
    text-align: center;
    margin-top: 15px;
}
.prise_rdv .trait{
    position: relative;
    left: 45%;
}
.divtextprv{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divtextprv p{
    font-size: 15px;
    text-align: center;
}
.divtextprv a{
    background-color: #FF8201 !important;
}
.autre_service{
    padding: 20px 100px;
}
.service_list{
    display: flex;
    justify-content: center;
} 
.service_list ul{
    width: 80%;
}
.service_list > ul > li ul{
    padding-left: 30px;
}
.service_list > ul > li ul li{
    list-style: circle;
}
.service_list .icone{
    display: flex;
    justify-content: flex-end;
}
.service_list .icone i{
    color: #1A019B;
}
.service_list ul li{
    margin-bottom: 30px;
}
.service_list .dflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bbb6d4;
}
.service_list ul li .dflex span{
    font-size: 17px;
    color: #1A019B;
}
.texte_flex{
    padding: 4px 0 15px 30px;
    margin-top: 5px;
    display: none;
    transition: display 1s ease-out;
}
.texte_flex p:before{
    content: "♦";
    color: #ff8201;
    font-size: 20px;
    margin-right: 5px;
}
.finance,
#moinsfinance{
    display: block;
}
#btnfinance{
    display: none;
}
.texte_flex span{
    font-weight: 600;
}
.texte_flex a{
    text-transform: capitalize !important;
}
.service_list .icone i:last-child{
    display: none;
}

.service_list ul li:hover .texte_flex{
    display: block;
}

.calendly-badge-content span{
    display: none !important;
}

.flex1{
    padding: 20px 100px;
}

.flex1 h2{
    font-size: 25px;
}

.expert .flex{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.expert .photo{
    width: 45%;
    display: flex;
    justify-content: center;
}

.expert .phtexte{
    width: 55%;
}

.expert p{
    font-size: 15px;
}

.secgris h2{
    font-size: 25px;
}
#raisons{
    display: none;
}
#raisons h2{
    font-weight: 500;
    font-size: 25px;
    width: 100%;
}
#raisons .titre-methode{
    width: 100%;
    padding: 100%;
}











