.grecaptcha-badge { visibility: hidden; }

body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    color: #8D8D8D;
    font-weight:400;
    font-size: 1.2rem; /* 20px */
    line-height: 1.7rem; /* 25px */
    width:100%;
    height:100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

.preloader {
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height:2.5rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height:2.5rem;
    color:#BFBFBF;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    line-height:2.2rem;
    font-weight: 400;
    color:#F78F5C;
}

.orangeGradText {
    color:#F78F5C;
    background: linear-gradient(to right, #FF9F4F 0%, rgb(247, 143, 92) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orangeBG {
    background: rgb(247,143,92);
    /*
    background: -moz-linear-gradient(right, rgba(255,161,115,1) 0%, rgba(247,143,92,1) 100%);
    background: -webkit-linear-gradient(right, rgba(255,161,115,1) 0%, rgba(247,143,92,1) 100%);
    background: linear-gradient(right, rgba(255,161,115,1) 0%, rgba(247,143,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA179",endColorstr="#f78f5c",GradientType=1);
    background: rgb(255, 161, 115);
    */
}


.bleu {
    color: rgb(94,101,111);
}
.bleuBG {
    background: rgb(94,101,111);
}

.grisClairBG {
    background: rgb(94,101,111,.1);
}

.orange {
    color:#F78F5C;
}
.gris {
    color: #8D8D8D;
}
.MiseEvidence {
    color:#F78F5C;
    font-weight:400;
}

.big {
    font-size:2rem;
}

.vp_encours {
    background: rgb(40, 211, 83);
}
.vp_suspendue {
    background: rgb(252, 138, 72);
}
.vp_annulee {
    background: rgb(211, 40, 40);
}

.Engagement {
    font-size:3rem;
    line-height:3.5rem;
    font-weight:600;
}

.fa-user-lock {
    font-size:1.5rem;
}

.Uliste {
	list-style-type:none;
    margin:0;
    padding:0;
}
.Uliste li {
	padding-bottom:0.3rem;
}
.Uliste li i {
    margin-right:0.5rem;
}

.card-services {
    min-height:8rem;
    padding:1em;
    border:none;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.card-constat {
    min-height:15rem;
    padding:1em;
    border:none;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.card-title-constat {
    text-transform: none;
    margin-top:1rem;
    background: linear-gradient(to right, #FF9F4F 0%, #F78F5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-text-constat {
    font-size:1.2rem;
}

/* BEGIN ::: SERVICES ::: */
.card {
    min-height:32rem;
    padding:1em;
    border-radius: 1em;
    border:none;
    background:rgba(226,226,226,.1);
    -webkit-transition: all .35s;
    transition: all .35s;
}
.card:hover {
    /*top:-1rem;*/
    background: rgb(247,143,92,1);
    /*background: -moz-linear-gradient(90deg, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    background: linear-gradient(90deg, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f4f",endColorstr="#f78f5c",GradientType=1);*/
    cursor: pointer;
}
.card:hover .card-title {
    color:#FFF
}
.card:hover .card-text {
    color:#FFF
}

.card-ventes {
    background: none;
}
.card-ventes:hover {
    background:rgb(240, 240, 240);
}
.card-ventes:hover .card-title {
    color:#8D8D8D;
}
.card-ventes:hover .card-text {
    color:#8D8D8D;
}



.img-circle {
    width:70%;
    height:auto;
    border-radius:50%;
    margin:0 auto;
}
.card-text {
    font-size:1rem;
    line-height:1.5rem;
}

@media (max-width:575px) {
    .card {
        min-height: 20rem;
    }
}
/* END OF ::: SERVICES ::: */

/* BEGIN OF ::: CONTACT ::: */
.card-contact {
    padding:1em;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.card-contact-text {
    font-size:1rem;
    line-height:1.5rem;
}

@media (min-width:1200px) {
    .card-contact-text {
        min-height:3rem;
    }
}


/* END OF ::: CONTACT ::: */

/* A LINKS */
a {
    color:#F78F5C;
    font-weight:400;
    -webkit-transition: all .35s;
    transition: all .35s;
}
a:hover {
    color: #8D8D8D;
    text-decoration:none;
}

.RGPD a {
    color: #E98B3D;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.RGPD a:hover {
    color: #FFF;
    text-decoration:none;
}

/* BEGIN ::: BUTTONS ::: */
.BtnCTAGrey {
    min-width:15rem;
    border: none;
    border-radius: 0.8rem;
    background: #6B6B6B;
    color: #FFF;
}

.BtnCTAGrey:hover, .BtnCTAGrey:active, .BtnCTAGrey:focus {
    outline: 0;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    background: #FFF;
    color: #E98B3D;
}
.BtnCTAWhite {
    min-width:15rem;
    border: none;
    border-radius: 0.8rem;
    background: #FFF;
    color: #E98B3D;
}
.BtnCTAWhite:hover, .BtnCTAWhite:active, .BtnCTAWhite:focus {
    outline: 0;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    background: #6B6B6B;
    color: #FFF;
}
.BtnCTAOrange {
    min-width:15rem;
    border: none;
    border-radius: 0.8rem;
    background: rgb(247,143,92);
    /*background: -moz-linear-gradient(left, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    background: linear-gradient(left, rgba(255,159,79,1) 0%, rgba(247,143,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f4f",endColorstr="#f78f5c",GradientType=1); */
    color: #FFF;
    font-size: 1.2rem;
}
.BtnCTAOrange:hover, .BtnCTAOrange:active, .BtnCTAOrange:focus {
    outline: 0;
    color: #FFF;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}

.btnHover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.btnHover::before, .btnHover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.25);
}
.btnHover::after{
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.btnHover:hover::before, .btnHover:hover::after{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.AccesClientDeb {
    font-size:1.4rem;
}

/* BEGIN ::: NAV ::: */
.MesDossiers {
    background: #FA9558;
    transition: 0.3s;
    border-top: transparent;
}
.MesDossiers:hover {
    background: #F78F5C;
}

.MesDossiers:hover .navigation-link:hover,
.MesDossiers:focus .navigation-link:focus,
.MesDossiers.is-active .navigation-link {
    border-top: 3px solid transparent !important;
}

@media (max-width:1500px) {
    .MesDossiers:hover .navigation-link:hover,
    .MesDossiers:focus .navigation-link:focus,
    .MesDossiers.is-active .navigation-link {
        border-top: none !important;
    }
}

.LangFlag {
    width: 1.2em;
    height:auto;
}
/* END ::: NAV ::: */

/* BEGIN ::: OWL SLIDER ::: */
header {
    height:100vh;
}
header .item {
    height: 100vh;
    position: relative;
}
header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .item .cover {
    padding: 0.5rem;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(36, 136, 187, 0.3) 0%, rgba(36, 136, 187, 0.6) 100%);
    background-image:   -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(36, 136, 187, 0.3)), to(rgb(36, 136, 187, 0.6)));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image:   -webkit-linear-gradient(left, rgba(36, 136, 187, 0.3), rgba(36, 136, 187, 0.6));
    /* Firefox 3.6+ */
    background-image:   -moz-linear-gradient(left, rgb(36, 136, 187, 0.3), rgb(36, 136, 187, 0.6));
    /* IE 7-*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgb(255,159,79,.5)', endColorStr='rgb(247,143,92,.5)', GradientType=0);
    /* IE 8+*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgb(255,159,79,.5)', endColorStr='rgb(247,143,92,.5)', GradientType=0)";
    /* IE 10+ */
    background-image:   -ms-linear-gradient(left, rgb(36, 136, 187, 0.3), rgb(36, 136, 187, 0.6));
    /* Opera 11.10+ */
    background-image:   -o-linear-gradient(left, rgb(36, 136, 187, 0.3), rgb(36, 136, 187, 0.6));

    display: flex;
    align-items: center;
}
header .item .cover .header-content {
    position: relative;
    padding: 3rem 1rem 3rem 1rem;
    overflow: hidden;
}
header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 3px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content .text1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.8rem;
    word-spacing: 3px;
    color: #fff;
}

header .item .cover .header-content .text2 {
    font-size: 1.5rem;
    line-height:1.7rem;
    color: #fff;
}

header .owl-item.active .text1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active .text2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-prev:focus {
    outline: 0;
}
header .owl-nav .owl-prev:hover {
    background: #000 !important;
}
header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-next:focus {
    outline: 0;
}
header .owl-nav .owl-next:hover {
    background: #000 !important;
}
header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
header:hover .owl-next {
    right: 0px;
    opacity: 1;
}
/* END ::: OWL SLIDER ::: */

/* BEGIN ::: CALL TO ACTION ::: */
.CTATitle {
    font-family: 'Poppins', sans-serif;
    font-size : 1.5rem; /* 28px */
    color: #FFF;
    font-weight: 500;
    line-height:2rem;
    text-transform: uppercase;
    margin:0;
}

.CTAText {
    font-family: 'Roboto', sans-serif;
    font-size : 1.25rem; /* 20px */
    color: #FFF;
    margin:0;
    line-height:1.9rem;
}
.CTA_Icon i {
    font-size:2.5rem;
}

#CTA_Impayes {
    min-height:15vh;
}

#CTA_Mission {
    height:25rem;
}
#CTA_Clients {
    height:20rem;
}

.parallax-window {
    height:100%;
    background: linear-gradient(to right, rgba(36, 136, 187, 0.5), rgba(36, 136, 187, 0.5));
    margin:0;
    padding:0;
}
.parallax-photo-etude {
    height:25vh;
    background: linear-gradient(to right, rgba(36, 136, 187, 0.5), rgba(36, 136, 187, 0.5));
    margin:0;
    padding:0;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.carousel-item p {
    font-size:1.2rem;
}
/* END OF CALL TO ACTION */

.HeaderTitrePage {
    margin-top:7vh;
    height:20vh;
    background: linear-gradient(to right, rgba(36, 136, 187, 0.3), rgba(36, 136, 187, .3)), url('../img/slider/Huissier_de_Justice.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position-y: 30%;
}

.HeaderTitrePage h1 {
    display:block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    opacity:.8;
    text-transform: uppercase;
}

.ImgSolution {
    width:15em;
    height:auto;
}
.ImgClients {
    width:20em;
    height:auto;
}
.ImgCle {
    width:100%;
    height:auto;
}

.PhotoEtude {
    width:100%;
    height:20vh;
    background: linear-gradient(to right, rgb(255,159,79,.7), rgb(247,143,92,.7)), url('../img/photo_etude.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position-y: 30%;
}

footer {
    background: rgb(67, 76, 87);
    padding-top: 3rem;
    padding-bottom:3rem;
}

footer img {
    width:3rem;
}

footer h3 {
    font-size:1.3rem;
}
/*
.avatar img {
    border:1px solid rgb(247,143,92,.8);
}
*/

/*Vertical Sliding*/
.slidingVertical {
	display: inline;
    width:100%;
    margin-bottom:2.5rem;
}
.slidingVertical span {
	animation: bottomToTop 7.2s linear infinite 0s;
	-ms-animation: bottomToTop 7.2s linear infinite 0s;
	-webkit-animation: bottomToTop 7.2s linear infinite 0s;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-size:1.6rem;
    font-weight:400;
    line-height:1.8rem;

}
.slidingVertical span:nth-child(1) {
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.slidingVertical span:nth-child(2) {
	animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.slidingVertical span:nth-child(3) {
	animation-delay: 2.4s;
	-ms-animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.slidingVertical span:nth-child(4) {
	animation-delay: 3.6s;
	-ms-animation-delay: 3.6s;
	-webkit-animation-delay: 3.6s;
}
.slidingVertical span:nth-child(5) {
	animation-delay: 4.8s;
	-ms-animation-delay: 4.8s;
	-webkit-animation-delay: 4.8s;
}
.slidingVertical span:nth-child(6) {
	animation-delay: 6s;
	-ms-animation-delay: 6s;
	-webkit-animation-delay: 6s;
}

.ProcedureChiffreCircle {
    background: linear-gradient(to right, #FF9F4F 0%, #F78F5C 100%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size:1.6rem;
    line-height:3rem;
}
.ProcedureChiffre {
    font-size:3.8rem;
    line-height:3.8rem;
    font-weight:600;
    color:#EEE;
}

.circle {
	display:inline-block;
	width:7.5em;
	height:7.5em;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	background: linear-gradient(to right, #FF9F4F 0%, #F78F5C 100%);
	border:none;
    margin-bottom:2rem;
}

.circle_text {
	display:block;
	font-size:0.9em;
	color:white;
}

.accordionBG {
    background: rgb(247, 143, 92);
    -webkit-transition: all .35s;
    transition: all .35s;
}
.accordionBG:hover {
    background: rgba(247, 143, 92, .8);

}

.accordionRemarque {
    font-size:0.9em;
    color:#aa4646;
}

/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/*topToBottom Animation*/
@-moz-keyframes bottomToTop {
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes bottomToTop {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes bottomToTop {
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    header .item .cover {
        padding: 3rem;
    }
    header .item .cover .header-content {
        padding: 3rem;
    }
    header .item .cover .header-content .text1 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 3.1rem;
        word-spacing: 3px;
        color: #fff;
    }

    header .item .cover .header-content .text2 {
        font-size: 2rem;
        line-height:2.1rem;
        color: #fff;
    }
    #CTA_Mission, #CTA_Clients {
        height:20rem;
    }
    .HeaderTitrePage h1 {
        display:block;
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        opacity:.8;
        text-transform: uppercase;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .AccesClientDeb {
        font-size:1.6rem;
    }
    .CTATitle {
        font-size : 1.8rem; /* 28px */
    }
    .HeaderTitrePage h1 {
        display:block;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        opacity:.8;
        text-transform: uppercase;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .img-circle {
        width:90%;
    }
    .HeaderTitrePage h1 {
        display:block;
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        opacity:.8;
        text-transform: uppercase;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #Slider .item {
        height: 85vh;
    }
    header {
        margin-top:7vh;
        height:78vh;
    }
    header .item {
        height: 78vh;
        position: relative;
    }
    .HeaderTitrePage h1 {
        display:block;
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        opacity:.8;
        font-weight: 600;
        text-transform: uppercase;
    }
    .card-title-constat {
        background: linear-gradient(to right, #FF9F4F 0%, #F78F5C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:600;
    }
}
