
/*************NAVBAR*****************/

.header-navbar {
    font-family: 'Roboto';
    font-size:15px;
}

.header-navbar-space {
    padding-top: 89px;
}
.logo-navbar {
    max-width: 18%;
}


/* separators between languages in switchers */
.lang-link {
    position: relative;
}

.lang-link:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
    height: 70%;
    width: 1px;
    background-color: #333;
}


/************HOME*********************/
.wrap {
    width: 100%;
}
.image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.image:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.introduction {
    font-size: 18px;
}

#homelanding .btn {background-color:#4a90e2;}

#homelanding .btn:hover {background-color: #2881e2;}

/************OBJECTIFS*********************/

#objectifs .btn {background-color:#4a90e2;}
#objectifs .btn:hover {background-color: #2881e2;}

/************THEMATIQUES*********************/

.thematique1 {
    background-color: #60d05a;
}
.thematique2 {
    background-color: #ff9d3b;
}
.thematique3 {
    background-color: #ec8686;
}
.thematique4 {
    background-color: #a28cd0;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color:white;

}
.morecontent a {
    font-size:13px;
    padding-top: 10px;
}

.morecontent a:hover {
    color:white;
}


.special-text {
     position: relative;
     max-height: 100px;
     overflow: hidden;
     transition: max-height 1s ease;

 }

.special-text:not(.-expanded)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(96, 208, 90));
}

/************POURQUOI*********************/

#pourquoi .btn {background-color:#4a90e2;}
#pourquoi .btn:hover {background-color: #2881e2;}

/************AIDE*********************/

#aide {background-color: #4a90e2;}

#aide a{
    color: white;
}

.imgaide {max-height: 60px;}
.imgaide {max-height: 60px;}

/************PARTENAIRE*********************/


.logo-partner {
    width:150px;
    height:150px;
    background-size:90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

#partenaires a{
    display: block;
}



/************MEDIA QUERY*********************/



/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
    .logo-navbar {
        max-width:16%;
    }
    .logo-navbar-space {
        width:70%;
    }
}

/* from desktop up, hide WPML language switcher */
@media (min-width: 992px) {
    .wpml-ls-menu-item {
        display: none !important;
    }
}

.video-fluid {
    width: 100%;
    height: 100%;
}