.btn {
    font-size: 15px;
    font-weight: 300;
    min-width: 250px;
}
.home .navbar .row{
    width: 100%;
}

.home .navbar .navbar-nav .nav-link, .home .navbar .navbar-nav a{
    font-weight: 500;
}

.home .navbar .navbar-nav .nav-link, .home .navbar .navbar-nav a {
    padding-left: 2rem;
    padding-right: 2rem;
}

.home .navbar .selectLang{
    background-image: none!important;
}

.lang{
    position: relative;
    padding-left: 20px;
}

.lang .fas{
    right: 10px;
    position: absolute;
    margin-top: 13px;
    font-size: 13px;
}

.home .header{
    height: calc(100vh - 250px);
}

.home .header h4.ttr{
    font-size: 1.8rem;
    line-height: 52px;
    font-weight: 400;
    max-width: 360px;
    margin: 30px auto 60px auto;
}

.home .header .article .col-md-4 {
    display: block;
}

.home .header .article .col-md-4 .btn {
    font-weight: 400;
    margin: 30px 0;
}

.home .header .article .col-md-8 .cards-container .cards-wrapper {
    height: 40vh;
    min-height: 420px;
}

.home .header .article .col-md-8 .cards-container .card{
    border-radius: 8px;
    overflow: hidden;
}
.home .header .article .col-md-8 .cards-container .card.inactive .image {
    margin-top: 20px;
}

.home .header .article .col-md-8 .cards-container .card.inactive:nth-child(2) h3 {
    font-size: 16px;
    line-height: 26px;
}

.home .header .article .col-md-8 .cards-container .card.inactive:nth-child(3) h3{
    line-height: 25px;
}

.home .header .article .col-md-8 .cards-container .card.inactive:nth-child(3) .image-wrapper {
    width: 95%;
}

.home .header .article .col-md-8 .cards-container .card.inactive:nth-child(4) h3{
    line-height: 22px;
}

.home .header .article .col-md-8 .cards-container .card.inactive:nth-child(4) .image-wrapper {
    width: 85%;
}

.home .section {
    padding: 40px 15px;
}

.home .section .ttr{
    font-size: 1.7rem;
    font-weight: 400;
}

.home .section .sttr {
    margin-bottom: 30px;
}

.home .section .para {
    font-size: 0.9rem;
    line-height: 1.7rem;
}

.home .section.s2 .article {
    padding-top: 60px;
    padding-bottom: 40px;
}

.home .section.s2 .article .sttr {
    color: var(--color-primary);
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home .section.s2 .article .col-md-4 .grid .ronded{
    width: 100px;
    height: 100px;
}

.home .section.s4 a.campagne-item,
.home .section.s4 a.campagne-item:focus,
.home .section.s4 a.campagne-item:hover{
    display: block;
    color: #333;
}

.home .section.s4 a.campagne-item:hover{
    text-decoration: none;
}

.home .section.s4 .campagne-item .card .card-body .max-height{
    height: 80px
}

.home .section.s4 .campagne-item .card .card-body .card-title {
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 20px;
    margin-bottom: 3px;
    height: auto;
}

.home .section.s4 .campagne-item .card .img-wrap{
    min-height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.home .section.s4 .campagne-item .card .card-body .card-text {
    font-size: 0.7rem;
}

.home .section.s4 .campagne-item .card img {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    margin: 25px auto 0;
    border-radius: 0;
    max-height: 62px;
    max-width: 118px;
    width: auto;
}

.home .section.s4 .campagne-item .card .card-body .btn {
    font-weight: 400;
    min-width: 180px;
    width: 180px;
}

.footer .ttr {
    font-size: 0.85rem;
}

.footer ul li a {
    font-size: 0.85rem;
}

.footer .signIn .form-control{
    font-size: 0.85rem;
}

.footer .signIn .btn {
    min-width: auto;
    font-weight: 400;
}

.footer .rsContent .para{
    position: absolute;
    font-size: 0.85rem;
    margin-left: 100px;
}

.home .header .article .col-md-8 .cards-container .card.moving:first-child h3 {
    display: none;
}

#intercept-click{
    width: 100%;
    height: calc(100% - 123px);
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
    top: 0;
    z-index: 55;
}

ul.cards-nav{
    width: 100%;
    height: 3px;
    background: #DCC6FE;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    margin-top: 50px;
    margin-bottom: 70px;
}

ul.cards-nav li {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    position: relative;
    height: 3px;
}

ul.cards-nav li::after{
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #DCC6FE;
    border-radius: 100% ;
    margin-top: -6px;
    right: 0;
    /* cursor: pointer; */
}

ul.cards-nav li.active{
    background: #8B40FC;
}

ul.cards-nav li.active::after{
    background: #8B40FC;
}

ul.cards-nav a{
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    margin-top: -6px;
    cursor: default!important;
}

.home .scrolDown {
    display: flex!important;
}

@media (max-width: 1300px){
    .home .header {
        height: auto;
        padding-top: 0px;
    }

    .home .header h4.ttr {
        margin-top: 0;
    }


}

@media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}



