body,
nav,
.splide__slide {
    background-color: #212529 !important;
    color: white !important;
}

.nav-link {
    color: white;
    font-size: large;
    text-align: center;
}

.a1 {
    font-size: 1em !important;
    color: gainsboro;
}

.a2 {
    font-size: 1.5em !important;
    color: gainsboro;
}

.a3fcbk {
    font-size: 1.5em !important;
    color: #3b5998;
}
.a3instagram{
    font-size: 1.5em !important;
    color: #cc2366; 
     
}

@media screen and (max-width:766px) {
    .nav-link {
        color: white;
        font-size: medium;
        text-align: center;
    }
}

.legende {
    font-size: small !important;
}

.cover {
    color: #212529;
    text-align: center;
    height: 100%;

    opacity: 0.7;
    background-color: whitesmoke;
    padding: 8px;

}

.flag1 {
    height: 2vh !important;
    width: 2vh !important;
    display: inline !important;

}

.cover-link {
    text-decoration: none !important;
}

.cv,
.vid,
.mvid,
.mcv {
    text-decoration: none;
    font-size: 1.5rem;
    color: cornflowerblue;
}

.mcv {
    font-weight: bolder;
}

.vid,
.mvid {
    font-size: 1rem;
}

.mvid {
    font-weight: bolder;
}

.title {
    font-size: 6rem !important;
    line-height: 6.5rem !important;
    color: #a6a6a6 !important;
    text-transform: uppercase !important;
    margin: 30px 0 4px 0 !important;
    font-weight: 300 !important;

}

.mtitle {
    font-size: 2rem !important;
    line-height: 3.5rem !important;
    color: #a6a6a6 !important;
    text-transform: uppercase !important;
    margin: 30px 0 4px 0 !important;
    font-weight: 200 !important;

}

.job {
    position: relative;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
}

.job:after {
    content: '';
    position: absolute;
    width: 200px;
    display: block;
    height: 2px;
    background-color: #a6a6a6;
    bottom: -15px;
}

.mjob {
    position: relative;
    font-size: 1rem;
    line-height: 1.7rem;
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
}

.mjob:after {
    content: '';
    position: absolute;
    width: 100px;
    display: block;
    height: 2px;
    background-color: #a6a6a6;
    bottom: -15px;
}

.domaine {
    position: relative;
    margin-top: 3vh;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #a6a6a6;
    text-transform: uppercase;
}

.domaine:after {
    content: '';
    position: absolute;
    width: 50px;
    display: block;
    height: 1px;
    background-color: gainsboro;
    bottom: -9px;
}

.domaine-desc,
.domaine-desc * {

    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    margin-top: 1em !important;
}

.imtomodal {
    margin: 10px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .categorieim{
        height: 28vh !important ;
    }
}

.about{
    line-height: 3em;
}
.aboutsm{
    line-height: 2em;
    font-size: small;
}