html{
    scroll-behavior:smooth;
}
.w3-sidebar{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    z-index: 1032;
}
.pad{
    padding:2% 5%;
}
.left h2{
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
}
.left h4{
    color: #999;
    font-size: 2.5rem;
}
.green{
    color: #a3c43a;
}
.active{
    color: white;
    background-color:#a7e856 !important; ;
}
a, a:active{
    color: black;

}
a:hover{
    color: #a3c43a;
    text-decoration: none;
}
.btn{
    margin: 5px;
}
.btn-decored{
    border-color: #a3c43a;
    color: #a3c43a;
    font-weight: bold;
}
.btn-trioo{
    background: #a3c43a;
    color: white;
}
.btn-trioo:hover{
    /*background: #a3c;*/
}
.btn-decored:hover{
    background: #a3c43a;
    border-color: #a3c43a;
}
#form-singin h3,#form-singup h3{
    margin: 2rem 0 1rem;
    font-size: 2.5rem;
    font-weight: bold;
}
.smallT{
    color: #999;
    font-size: .8rem;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}/*footer*/
#footer .footer{
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    background: #ccc;
}
#footer .footer a{
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: .9em;
    color: black;
}
#footer .footer a:hover{
    color: #a3c43a;
}

/*Banner design*/
.banner-part{
    background-image: linear-gradient(45deg , rgba(0,0,0,.7),rgba(0,0,0,0.3)),  url('../image/bg.jpeg');
    height: 85vh;
}
#banner{
    background-size: cover;
    background-position: top center;
    position: relative;
}
.banner-content{
    position: absolute;
    width: 60vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-content h2{
    font-size: 6vw;
    font-weight: bold;
    color: #a3c43a;
    letter-spacing: 2px;
}
.banner-content h6{
    color: white;
    font-size: 1.1rem;
    padding: 1rem 0;
    line-height: 1.5;
}
.banner-content a{}

/*Section des logo des partenaires*/
.logo-section_left{

}
.logo-section_left h3{
    font-size: 2.6rem;
}
.logo-section_left p{
    line-height: 1.7;
    color: #888;
}
.logo-section_left hr{
    width: 25%;
    border-top: 4px solid #a3c43a;
    margin-left: 0;
}
.hidden{
    display: none;
}
/*Design de la page devenir partenaire*/
.banner-devpart{
    background-image: linear-gradient(45deg , rgba(0,0,0,.7),rgba(0,0,0,0.3)),  url('../image/bg.jpeg');
    height: 50vh;
}
input[required]{

}
@media (max-width: 576px) {

}

@media (max-width: 768px) {
    #img-team{
        width: 50% !important;
        margin: 0 auto;
    }
    .left h2{
        font-size: 2.7rem;
    }
    .left h4{
        font-size: 1.5rem;
    }
    .left a{
        font-size: .8rem;
    }
    .banner-content h2{

    }
    .banner-content h6{
        color: white;
        font-size: 1.1rem;
        padding: 1rem 0;
        line-height: 1.5;
    }
    #footer{
        position: relative;
    }
}

@media (max-width: 992px) {

}

#ads{
    height: 10rem;
    /*ajouter une image de diemension 960*90*/
}
#ads span{
    display:inline-block;
    max-width: 100%;
}
#ads img.img-fluid{
    border: 4px solid #a3c43a;
    padding: 3px;
}

.intl-tel-input{
    width: 100%;
}
.color-gray{
    color:gray;
    cursor:pointer;
}
.has-error input,.has-error textarea{
    border-color: red !important;
    background: url('../image/infos.png') no-repeat;
    background-position: 98%, 50%;
    border-width: 2px;
    padding-right: 1.5rem !important;
}
.has-error span{
    color:red;
}

/*Bar de navigation*/
.font-mywaas-green{
    color: #a3c43a;
}

/*share page*/
.share-body{
    position: fixed;
    height: 100vh;
    background: linear-gradient(to top right ,rgba(75, 0, 255, 0.45),
    rgba(0, 0, 0, 0.69));
}
.share-body_overflow{
    overflow-y: auto;
    overflow-x: hidden;
}
.share-body_h3{
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.2;
}
.share-body .btn-share{
    color: #fff !important;
    background-color: #a3c43a;
    border-color: #a3c43a;
    padding: 8px 25px;
    font-weight: bold;
}
.share-body .btn-share:hover{
    background-color: #9ab34c;
    border-color: #9ab34c;
}
.share-body .btn-noshare, .share-body .btn-noshare:hover{
    text-decoration: underline;
    color: black;
    font-size: 12px;
}

/*pour la card*/
.share-body .card-body{
    height:  400px;
    overflow: auto;
}
/*pour sx*/
@media(max-width: 575.98px){
    .share-body_h3{
        font-size: 16px;
    }
    .logo-mywaas{
        width: 300px;
        margin: 20px 0;
    }
    .img_share{
        width: 300px;
    }
}
