html {
    scroll-behavior: smooth;
}

.inner-banner {
    padding-top: 110px;
    padding-bottom: 80px;
    background: #02344E;
}

.inner-banner:after {
    background: #02344E;
}

/* -- Background top of pages -- */

.bg_tache_top{
    z-index: -1;
    position: absolute;
    width: 70vw;
}
@media(min-width: 1700px) {
    .bg_tache_top{
        width: 63vw;
    }	
}

.top-orange .bg_tache_top{
    z-index: -1;
    position: absolute;
    width: 90vw;
}
@media(min-width: 1500px) {
    .top-orange .bg_tache_top{
        width: 70vw;
    }	
}
@media(min-width: 1750px) {
    .top-orange .bg_tache_top{
        width: 63vw;
    }	
}
.bg_tache_top .st1{
    fill: url(#orange_gradient);
}
.top-bleu .bg_tache_top .st1{
    fill: url(#bleu_gradient);
}
.top-jaune .bg_tache_top .st1{
    fill: url(#jaune_gradient);
}
.top-orange-dark .bg_tache_top .st1{
    fill: url(#dark_orange_gradient);
}

.bg_tache_top .st0{
    fill: none;
}
@media(max-width:991px) {
    .bg_tache_top{
        display: none;
    }
}
@media(max-width:1199px) {
    .home_slider, .pricing_slider {
        background: linear-gradient(107deg, rgba(235,103,27,1) 0%, rgba(251,176,59,1) 100%);
    }
    .top-orange .bg_tache_top{
        display: none;
    }
}
@media(min-width:992px) and (max-width: 1199px) {
    .home_slider, .pricing_slider {
        margin-top: -200px;
    }
    .home_slider .container,.pricing_slider .container {
        padding-top: 200px;
    }
}

.top-blanc .bg_tache_top{
    display: none;
}
/* -- Fonctionnalités -- */

.fonctionnalite_bg {
    background: linear-gradient(107deg, rgba(235,103,27,1) 0%, rgba(251,176,59,1) 100%);
}
.fonctionnalite_content {
    padding-top: 60px;
}

@media (min-width:992px) {
    .fonctionnalite_bg
    {
        background: url(../images/fond_full_orange_recadre.svg) no-repeat;
        background-position: left 50% top 50%;
        margin-top: -200px;
        background-size: cover;
    }
    .fonctionnalite_content {
        padding-top: 200px;
    }
}

.fonctionnalite_details_bg, .fonctionnalite_details_bg_large {
    background: linear-gradient(107deg, rgba(235,103,27,1) 0%, rgba(251,176,59,1) 100%);
}

@media (min-width: 992px) {
    .fonctionnalite_details_bg
    {
        background: url(../images/fond_full_orange_recadre.svg) no-repeat;
        background-position: left 50% top 100%;
        margin-top: -200px;
        background-size: cover;
    }
    .fonctionnalite_details_bg_large
    {
        background: url(../images/fond_full_orange_recadre.svg) no-repeat;
        background-position: left 50% top 85%;
        margin-top: -200px;
        background-size: cover;
    }
    .fonctionnalite_details_content {
        padding-top: 200px;
    }
}

/* -- Home -- */

.home_slider .p {
   margin: top 10px;
}

.home_light_gray {
background-color: rgba(8,53,130,0.07);
}
.home_light_gray_image {
    background: url(../images/fond_taches_grises_crop.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.illu-home-avion {
    background: url(../images/illu_home_avion_papier.svg) no-repeat;
    background-size: cover;
}

.banner_video {
    background: url(../images/macbook.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 0;
    width: 100%;
    padding-top:59.45%; /* ratio hauteur/largeur x width  */
    position: relative;
    margin-top: 50px;

}


.btnVideo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 62%;
    width: 76%;
    transform: translate(-50%, -54%)
}

.btnVideo a:hover {
    opacity: 0.5;
}
h2.homeBigTitle  {
	text-align:center;
	color:#08354e;
	font-weight: bold;
}
/* ----- Fonds tâches ----- */
@media (min-width: 992px) {
    .fonctionnalites_taches_oranges, .fonctionnalites_details_taches_oranges, .a_propos_taches_oranges{
        background-image: url(../images/taches_fonctionnalites_orange.svg);
        background-size: cover;
        background-repeat: space repeat;
    }
    .entrepreneuriat_taches_oranges {
        background-image: url(../images/taches_entrepreneuriat_orange.svg);
        background-size: cover;
        background-repeat: space repeat;
    }
    .consultance_taches_bleues {
        background-image: url(../images/taches_consultance_bleu.svg);
        background-size: cover;
        background-repeat: space repeat;
    }
    .emploi_taches_jaune {
        background-image: url(../images/taches_emploi_jaune.svg);
        background-size: cover;
        background-repeat: space repeat;
    }
}


/* ----- OLD ----- */

a {
    color:#FF6600;
}

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

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

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

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

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


.mt-150 {
    margin-top: 150px;
}
.mt-200 {
    margin-top: 200px;
}

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

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-130 {
    margin-bottom: 130px;
}


.mb-150 {
    margin-bottom: 150px;
}

.mb-250 {
    margin-bottom: 250px;
}


.bg_grey {
    background: #F6F6F6;
}

.color-orange {
    color: #FF6600;
}

header.fixed .top_header {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}


header.fixed .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 20px;
}

header.fixed .navbar-expand-lg .navbar-nav .nav-link li {
    vertical-align: middle;
}

header.fixed .top_header {
    height: 14px;
}

header .top_header {
    background-color: #f1f1f1;
    padding: 8px 0;
}

header .top_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top_header ul li {
    display: inline-block;
}

header .top_header ul li a {
    color: #6c777d;
    margin: 0 4px;
}

header .top_header ul li a.active {
    background: #FF6600;
    border-radius: 14px;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0;
    color: #FFF;
}
.btn-large {
    padding: 10px 50px;
}

.circ-one {
    background: #FF6600;
}

.circ-two {
    background: #02344e
}

.banner-outer .bx-pager.bx-default-pager a:hover, .banner-outer .bx-pager.bx-default-pager a.active, .banner-outer .bx-pager.bx-default-pager a:focus {
    background-color: #FF6600;
}

.banner.slide3 .left h1 {
    line-height: 1.4;
}


.banner.slide3.banner5 {
    padding-top: 86px;
    background: url(../images/home_main.jpg) no-repeat center center / cover;
}

.banner.slide3.banner5.bg_blue:after {
    background: #02344E;
}

.need-to-discuss.bg-img:after {
    background: #02344E;
}

.need-to-discuss.bg-img {
    background: url(../images/home_contact.jpg) no-repeat center center / cover;
}

.login-outer {
    background: url(../images/home_main.jpg) no-repeat fixed;
}

.login-outer:after {
    background: rgba(0, 0, 0, 0.5);
}

.how-it-works-sec h5 {
    color: #687377;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main-carousel {
    padding: 0 100px;
    margin: 0 40px;
}

@media (max-width: 780px) {
    .main-carousel {
        padding: 0 50px;
        margin: 0;
    }
}

.carousel-cell {
    width: 100%;
    padding: 0 20px;
}

@media screen and ( min-width: 768px ) {
    .carousel-cell {
        width: 50%;
    }
}

@media screen and ( min-width: 1280px ) {
    .carousel-cell {
        width: 20%;
    }
}

.brand-carousel .flickity-prev-next-button.previous{
    left:-20px;
}
.brand-carousel .flickity-prev-next-button.next{
    right:-10px;
}
.brand-carousel .flickity-button-icon {
	display: none;
}
.brand-carousel .flickity-prev-next-button.next {
    background-image: url(../images/fleche_home_right.png);
	width:50px;
	height:50px; 
    border: none; 
	padding: 10px;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;      
}


.team-listing .carousel-cell figure, .team-listing .carousel-cell .source-title {
    margin-bottom: 20px;
    display: block;
}

.team-listing .carousel-cell figure {
    border-radius: 50%;
    margin: 30px 50px;
}

.team-listing .carousel-cell h3 {
    font-size: 24px;
}

.team-listing .carousel-cell .source-title {
    font-weight: 500;
    text-transform: uppercase;
}

/* ORANGE : #FF6600 */

.banner a.get-started {
    background: #FF6600;
    margin: 8px 15px;
    width: auto;
    max-width: none;
}

.banner.slide3 a.get-started:hover {
    background: #02344E;
}

.need-to-discuss .submit-form .submit-btn {
    background: #FF6600;
}

.need-to-discuss .submit-form .submit-btn:hover {
    background: #02344E;
}

.home_counters {
    padding: 60px 0 0 0;
    color:#08354e;
}
.home_counters .cardGroup{
    margin-top: 50px;
}
.home_counters .stat {
    font-size: 54px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_counters .stat-desc {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.footer .container{
	z-index: 3;
	background: url(../images/tache_5.svg) no-repeat;
    background-size: cover;
    background-position-y: -15%;
}

.footer .container .row:first-of-type {
    padding-top: 30px;
}


.footerCentreDiv {
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
} 
 

.footer .btn:hover {
    background: #FF6600;
}

._contact_msg {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
    color: #9fb4bc;
    font-size: 12px;
    margin-bottom: 55px;
    text-transform: uppercase;
}

label.error {
    color: #721c24;
}


.cms__page.pour-qui h5 a{
    color:#02344E;
    margin:8px 0;
    display:block;
}


.cms__page .more-features .img-holder img {
    border-radius: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap;
}

/* .banner {
    min-height: 500px;
}
 */
.brands .carousel-cell {
    text-align: center;
}

.brands .carousel-cell img {
    width: auto;
    /*opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(100%);     */
    transition: all 0.3s ease 0s;

}

.brands .carousel-cell img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}

/* .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff;
    border-bottom: 0.5px solid #fff;
    text-decoration: none;
}
 */
 
.owl-dot.active span, .owl-dot:hover span {
    background: #FF6600;
    border-color: #FF6600;
}


.client-speak .client-detail h4 {
    font-size: 16px;
    margin-top: 15px;
}

.footer .offer-link {
    color: #fff;
    margin-top: 10px;
    display: block;
}


.contact-form-wrapper select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    font-size: 12px;
    color: #697980;
    padding: 0 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d8dfe3;
    border-radius: 3px;
}

.btn.border:hover {
    color: #FF6600 !important;
}

.footer.dark-bg ul.connect-us li a:hover {
    background-color: #FF6600 !important;
}

a.scroll-top {
    background-color: #02344e;
}

.contact-form-wrapper .submit {
    background-color: #FF6600;
}

.contact-form-wrapper .submit:hover {
    background-color: #02344e;
}

.modal-header .close {
    padding: 0;
    background-color: #FF6600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.modal-title small {
    display: block;
    margin-top: 8px;
}

