:root{
    --clr-service-bleu: rgba(0,153,205,70);
    --clr-service-orange: rgba(238,100,18,70);
    --clr-service-vert: rgba(65,173,74,70);
    --clr-service-violet: rgba(145,71,151,70);
    --clr-service-turquoise: rgba(13,173,163,70);
    --clr-service-marron: rgba(213,186,168,70);
    --size-small: 14px;
    --size-small-plus: 16px;
    --size-font-menu: 16px;
}

@keyframes jump-down-up {
    0% { bottom: 1.5rem; }
    60% { bottom: 0.3rem; }
    75% { bottom: 0.5rem; }
    100% { bottom: 0rem; }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.bg-service-bleu{background-color:var(--clr-service-bleu);}
.bg-service-orange{background-color:var(--clr-service-orange);}
.bg-service-vert{background-color:var(--clr-service-vert);}
.bg-service-violet{background-color:var(--clr-service-violet);}
.bg-service-turquoise{background-color:var(--clr-service-turquoise);}
.bg-service-marron{background-color:var(--clr-service-marron);}

.clr-bleu{color:var(--clr-service-bleu);}
.clr-orange{color:var(--clr-service-orange);}
.clr-vert{color:var(--clr-service-vert);}
.clr-violet{color:var(--clr-service-violet);}
.clr-turquoise{color:var(--clr-service-turquoise);}
.clr-marron{color:var(--clr-service-marron);}

.btn-danger{background-color:var(--clr-red);}

.slidepost-it{
    width: 100%;
}
.plus-lnk, .plus-lnk:hover{
    color: var(--txt-color);
    text-decoration: none;
}
.sp-ttl{
    font-weight: bold;
    margin: 1rem 0 0;
}
.sp-ttl a, .sp-ttl a:hover{
    color: var(--txt-color);
    text-decoration: none;
}
.sp-ttl::before{
    content: url('../adimv2/img/arrow-red.svg');
    display: inline-block;
    position: absolute;
    text-indent: -35px;
}

.slidepost-more{
    padding-top: 15px;
    padding-bottom: 15px;
}

#afterSlider{
    position:relative;
    top: 1.5rem;
}

.slide-txt{
    font-size: var(--size-normal-plus);
}

.btn-rd{
    transition: 0.3s;
    margin-right: 1rem;
    padding-right: 5rem;
}
.btn-sm.btn-rd{
    height: 28px;
    padding: 0.1rem 2.5rem .3rem 1rem;
    margin-right: 1rem;
    line-height: 1.6rem;
    font-size: var(--size-small);
}
.btn-sm.btn-rd::after{
    height: 28px;
    width: 28px;
    padding: 5px;
}
.btn-rd:hover{
    padding-right: 6rem;
    margin-right: 0;
}
.btn-sm.btn-rd:hover{
    padding-right: 3rem;
    margin-right: 0.5rem;
}

.arrow-down:hover{
    animation: jump-down-up 0.5s linear;
}



.space-t-7{padding-top:7rem;}
.space-t-5{padding-top:5rem;}
.space-t-3{padding-top:3rem;}
.space-b-7{padding-bottom:7rem;}
.space-b-5{padding-bottom:5rem;}
.space-b-3{padding-bottom:3rem;}

.section-bg-1{
    background: url('../adimv2/img/bg-services.svg') no-repeat 0 10rem /contain, url('../adimv2/img/cercles-bg.svg') no-repeat 900px 0;
}
.section-bg-2{
    background: url('../adimv2/img/bg-actu.png') no-repeat 0 15rem /700px, url('../adimv2/img/cercles-bg.svg') no-repeat 1000px 0;
}
.section-bg-3{
    background: url('../adimv2/img/cercles-bg.svg') no-repeat -7rem 7rem /600px;
}
.section-bg-4{
}
.section-bg-5{
    background: url('../adimv2/img/bg-projet.svg') no-repeat right 15rem, url('../adimv2/img/cercles-bg.svg') no-repeat 0 10rem;
}
.section-bg-6{
    background: url('../adimv2/img/bg-partenaires.svg') no-repeat top /cover;
}

.clred-title {
    left: 11rem;
    top: 5rem;
}

.actu-item-in{
    align-items: stretch;
    height: 400px;
    overflow: hidden;
}
.sl-actu-caption{
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.sl-actu-title a{
    text-decoration: none;
    color: var(--txt-color);
}

.sl-actu-title{
    margin-bottom: 0;
    font-size: var(--size-normal);
}

.st-actu-txt-in{
    font-size: var(--size-small-plus);
}

.sl-actu-caption .btn-rd{
    box-shadow: 2px 2px 2px #ddd;
}

.sl-img-actu img{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}

.sl-actu-date{
    font-size: var(--size-small);
    font-weight: 600;
    color: #E91C71;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.btn-rd-actu{
    display: inline-block;
    color: var(--txt-color);
    font-weight: 400;
    font-size: var(--size-small-plus);
    text-align: left;
    padding: .5rem 3rem 0.1rem 2rem;
    background-color: var(--white);
    border-radius: 22.5px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-right: 55px;
    padding-left: 25px;
}

.btn-rd-actu::after {
    content: url(../adimv2/img/arrow-white.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-red);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    right: 0;
}


.ag-event-title{
    margin-bottom: 0;
    font-weight: 600;
}

.ag-event-under-title{
    display: flex;
    flex-wrap: wrap;
}

.r-details::before{
    height: 21px;
    width: 21px;
    left: -2.4%;
}

@media (max-width: 425px) {
    .r-details::before{
        display: none;
    }
}

.r-details{
    padding: 0.5rem 1rem 1rem;
    margin: 0rem 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 3px solid #eee;
    border-width: 0 3px 3px 0;
    border-radius: 0 0 30px 0;
    flex: 1;
}
.r-details a{
    color: var(--txt-color);
    text-decoration: none;
}
.r-details:hover::before{
    width: 25px;
    height: 25px;
    left: -2.6%;
}

.r-details-img{
    /* margin-right: 1rem; */
    flex: 4;
}

.footer-sd-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wysiwyg-content .r-details-img .img-fluid{
    margin-top: 0;
}

.r-details-desc{
    width: 100%;
    padding-left: 1rem;

}

.r-details-desc-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 8;
}

.r-details-desc time, .event-location{
    color: var(--clr-red);
    font-size: var(--size-small);
    position: relative;
    top: -0.2rem;
}
.r-details-desc .badge{
    font-weight: normal;
    border: 1px solid var(--clr-red);
    color: var(--clr-red);
    font-size: var(--size-small);
}
.r-details-desc .badge.active{
    background: var(--clr-red);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}

.r-details-desc-first-line{
    display: flex;
    justify-content: space-between;
}

.chfr-bl{
    position: relative;
}

.l-date{
    text-align: right;
    padding-right: 2rem;
    padding-top: 0.5rem;
    border-right: 4px solid #dbdbdb;
}


.l-date>div{
    display: inline-block;
    width: 4.5rem;
    text-align: center;
    padding: 5px;
    border-radius: 10px 0 10px 10px;
    border: 3px solid #e91c71;
    color: var(--clr-red);
}

.l-date.active>div{
    background: var(--clr-red);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
.l-date.active>div .text-muted{
    color: white !important;
}

.l-date.disabled>div{
    border-color: #ddd;
}

.r-button-row{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ag-event-txt{
    color: var(--txt-color);
    font-size: var(--size-small-plus);
}

.chfr-head{
    position: relative;
}
.chfr-head>h3{
    position: relative;
    z-index: 2;
}
.chfr-head.f1, .chfr-head.f2, .chfr-head.f3{background: transparent;}

.chfr-head::before{
    content: ' ';
    display: block;
    width: 180px;
    height: 190px;
    position: absolute;
    animation: spin 25s infinite linear;
    top: 1rem;
    z-index: 1;
}
.chfr-head.f1::before{
    background: url('../adimv2/img/oval-porteur-projet.svg') no-repeat top left;
}
.chfr-head.f2::before{
    background: url('../adimv2/img/oval-aide-economique.svg') no-repeat top right;
    animation-delay: 3s;
}
.chfr-head.f3::before{
    background: url('../adimv2/img/oval-formation-entreprises.svg') no-repeat top center;
    animation-delay: 6s;
}
.chfr-caption-1, .chfr-caption-2{
    position: relative;
    z-index: 2;
}

.bl-srvce{
    border-radius: 40px 10px;
    box-shadow: 1px 1px 3px #959595;
    margin: 0 1.5rem 3rem;
}
.srvce-bar{
    display: block;
    position: relative;
}
.srvce-bar::after{
    content: ' ';
    display: block;
    width: 80%;
    position: absolute;
    top: -12px;
    height: 12px;
    background-color: inherit;
}
.srvce-caption{
    background-color: rgba(0,0,0,0.4);
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
}
.srvce-caption p{
    font-size: 0.95rem;
}
.srvce-ttl{
    text-transform: none;
    font-size: var(--size-medium);
}

.prj-quote q{
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
}

.bquote cite{
    font-style: italic;
    line-height: 50px;
}

.prj-item-in {
    margin-bottom: 1.5rem;
}

.post-card-img{
    background-color: transparent;
}
.post-card a{
    color: var(--txt-color);
}

.actualites .post-card-img{
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}

.list-last-contents a{
    color: var(--txt-color);
    display: block;
    padding: 0.2rem 0 0.2rem 35px;
    font-size: var(--size-small-plus);
}
.list-last-contents a::before{
    content: url('../adimv2/img/arrow-red.svg');
    display: inline-block;
    text-indent: -35px;
}

.list-last-contents a:hover{
    color: #000;
    text-decoration: none;
}
.list-last-contents li{
    margin-bottom: 1rem;
}

.minti-navbar{
	-moz-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px;
    border-bottom: 1px solid #eee
}

.minti-fixed-nav{
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.navbar-pd{
	padding:20px 0;
}

.navbar-nav > .nav-item > .nav-link {
    font-size: var(--size-font-menu);
}

.dropdown-menu > .dropdown-item{
    font-size: var(--size-font-menu) !important;
}

/*---------------------------------*/
/* 29. TOTOP STYLES                */
/*---------------------------------*/

.totop{
	background-color:#666;
	color:#FFF;
	font-size:25px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	padding:5px 10px;
}

.totop:hover{
	background-color:#333;
}

.btn-pink, a.btn-pink:not([href]){
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: var(--size-small-plus);
    text-align: center;
    padding: 0.1rem 1rem;
    background-color: #E91C71;
    border-radius: 22.5px;
    height: 28px;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    cursor:pointer;
}

.btn-pink:hover, a.btn-pink:not([href]):hover{
    color: #fff;
}

.btn-pink[type="submit"]{
    -webkit-appearance: none;
}

.slidepost-it{
    font-size: var(--size-small-plus);
}

.p-express {
    font-size: var(--size-normal-plus);
}


.jssocials-shares a{
    color: #fff;
    opacity: 0.7;
}
.jssocials-shares a:hover{
    color: #fff;
    opacity: 1;
}

.actualites .card, .evenements .card, .offre-emploi .card{
    border: none;
    background: transparent;
}

.actualites .card-body, .offre-emploi .card-body{
    padding: 1.25rem 0;
}

.art-data{
    align-items: center;
}

.aside-last-actu h4{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-last-actu{
    padding: 1.25em 0;
}

.publsh{
    color: var(--clr-red);
}


.wysiwyg-content blockquote{
    border-left: 6px solid #E91C71;
    padding: 12px 10px 1px 12px;
    font-style: italic;
    font-weight: 600;
}

.wysiwyg-content .img-fluid{
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
    margin: .3rem;
}

.bquote::before{
    position: relative;
    top: 1rem;
    left: -5rem;
    font-size: 4rem;
    content: "\f10d";
    font-family: FontAwesome;
}
.bquote cite{
    color: var(--clr-red);
}

.img-title{
    font-size: var(--size-small-plus);
    color: var(--txt-color);
}

.img-title:hover {
    text-decoration: none;
}

.widget_image, .eventbrite-content-image{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    border-radius: 5px;
}
.wysiwyg-btn{
    margin: 0.3rem 0;
}

.list-arrow li{
    list-style-type: none;
    padding-left: 1rem;
    position: relative;
}
.list-arrow li::before{
    content: "\f061";
    transform: rotate(-45deg);
    font-family: FontAwesome;
    position: absolute;
    left: -1rem;
}
.list-arrow-bleu li::before{color:var(--clr-service-bleu);}
.list-arrow-orange li::before{color:var(--clr-service-orange);}
.list-arrow-vert li::before{color:var(--clr-service-vert);}
.list-arrow-violet li::before{color:var(--clr-service-violet);}
.list-arrow-turquoise li::before{color:var(--clr-service-turquoise);}
.list-arrow-marron li::before{color:var(--clr-service-marron);}

.card .register-button {
    display: flex;
    justify-content: flex-end;
}

.event-location-map{
    height: 500px;
    width: 100%;
    margin: 0px;
    padding: 0px
}

.eventbrite-content-video{
    width: 100%;
    height: 500px;
}

.site-header-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-sd-wrapper{
    align-items: center;
    align-self: baseline;
    display: flex;
    justify-content: space-around;
}

.footer-sd-wrapper>a{
    margin-right: 16px;
}

.footer-sd-r .fa-map-marker{
    position: absolute;
    left: -0.25em;
    line-height: inherit;
}

.widget-form-contact-input{
    width: 100%;
}

.pagination li{
    color: var(--clr-red);
    margin-left: 2em;
    font-size: var(--size-normal-plus);
}

.pagination{
    justify-content: center;
}

.pagination-link, .pagination-link:hover{
    color: var(--txt-color) ;
    cursor: pointer;
    text-decoration: none;
}

.pagination li.link-disabled{
    color: #4a4a4aa8;
}

.address-detail i{
    line-height: inherit;
}

.address-detail a{
    color: var(--txt-color) !important;
}


.carousel-inner{
    overflow: visible;
}