body{
    font-family: 'Aleo', serif;
    line-height: 1.65;
    font-size: 16px;
    margin: 40px 16px;
}
header{
    display: flex;
    flex-direction: column;
}
button, .lien{
    cursor: pointer;
}
ul{
    display: flex;
    list-style-type: none;
    padding: 0;
}
strong{
    font-weight: 400;
    font-size: 13px;
}
.lien{
    color:#000000;
    list-style-type: none;
    text-decoration: none;
}
.liendark{
    color: #ffffff;
}
.title{
    font-family: 'DM Mono', monospace;
    font-weight: 400;
    line-height: 1.4;
}
.title--princ{
    font-size: 38px;
    margin: 32px 0 16px;
    order: 3;
}
.title--second{
    font-size: 28px;
    order: 4;
    margin: 0 auto 16px;
}
.title--trois{
    font-size: 21px;
    margin: 16px 0;
}
.nav{
    display: flex;
    justify-content: space-between;
    order: 1;
}
.nav__el{

}
.nav__el--actif{
    color: #300fe8;
    font-weight: 700;
}
.nav__el--liste{
    display: flex;
    width: 216px;
    justify-content: space-between;
}
.nav__el--liste a:hover{

}
.nav__el--lightmode, .darkmode{
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-self: center;
    text-indent: -9999px;
}
.nav__el--lightmode{
    background-image: url(../../assets/images/lamp_dark.svg);
}
.avatar{
    width: 100px;
    height: 100px;
    order: 2;
    margin: 48px auto 0;
}
.icone{
    position: relative;
    width: 48px;
}
.icone:hover .color{
    fill: #270CBF;
}
.icone:active .color{
    fill: #2700FF;
}
.icone--mail{
    width: 30px;
    margin-left: 16px;
}
.social{
    flex-direction: column;
    margin: 0;
}
.social__el{
    display: flex;
    text-align: center;
}
.social__el--mail{
    background-color: #fefe00;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 40px auto;
}
.social__el--mail:hover{
    background-color: #E4E400;
}
.social__el--mail:active{
    background-color: #B0B000;
}
.social__el--reseaux{
    margin: 0 auto 32px;
}
.social-res{
    display: flex;
}
.social-res__el{
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 32px;
}
.social-res__el a{
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__el--enplus, .social{
    display: flex;
    list-style-type: none;
    padding: 0;
}
.footer__el--enplus{
    order: 1;
    margin: 0;
    justify-content: space-around;
}
.footer__el--link{
    display: flex;
    justify-content: space-around;
    order: 2;
    height: 26px;
}
.footer-link__el{
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.footer-link__el a{
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__el--link a{
}
.footer{
    display: flex;
    flex-direction: column;
    margin: 0px;
    font-size: 14px;
}
.footer a,.footer, .article__el--lien:visited, .dark .article__el--lien:visited{
    color:#999999;
}
.footer a:hover{
    text-decoration: underline;
}
.footer a:visited{
    color: #000000;
}
.footer a:focus{
    color: #300fe8;
    text-decoration: underline #300fe8;
}
.dwm{
    width: 37px;
}
.footer__el--separateur{
    background-color: #300fe8;
    height: 1px;
    width: 100%;
    margin: 42px 0 16px;
}
.dark{
    background-color: #000000;
    color: #ffffff;
}
.dark .nav__el--lightmode{
    background-image: url(../../assets/images/lamp.svg);
}
.dark .footer a, .dark .footer, .dark a{
    color: #ffffff;
}
.dark .footer a:visited{
    color: #cccccc;   
}
.dark .footer a:focus{
    color: #fefe00;
    text-decoration: underline #fefe00;
}
.dark .footer__el--separateur{
    background-color: #fefe00;
}
.dark .dwm{
    fill: #fff;
}
.dark .social__el--mail{
    color: #000000;
}
.dark .nav__el--actif, .dark .article a, .dark .uikit__el--focus{
    color: #fefe00;
}
.dark .uikit__el--disable, .dark .uikit__el--normal, .dark .uikit__el--hover{
    color: #ffffff;
}
.dark .uikit__el--noir{
   border: solid 1px #ffffff;
}
.dark .icone:hover .color{
    fill: #4126D9;
}
.dark .icone:active .color{
    fill: #2700FF;
}
.article{
    flex-direction: column;
}
.article a{
    color:#300fe8;
    text-decoration: none;
    display: flex;
    padding: 8px 0;
}
article{
    margin: 0 0 40px;
}
.article__el--lien:hover{
    text-decoration: underline;
}
.article__el--lien:focus{
    color: #999999;
    text-decoration: underline #300fe8;
}
.dark .article__el--lien:focus{
    color: #fefe00;
    text-decoration: underline #300fe8;
}
.externe{
    width: 20px;
    margin: 0 8px;
}
.uikit__el .title{
    margin-bottom: 16px;
}
.uikit__el--nav{
    justify-content: space-around;
}
.uikit__el--etat{
    flex-direction: column;
    align-items: center;
}
.uikit__el--etat li:first-child{
    margin-bottom: 16px;
}
.uikit__el--couleurs{
    display: flex;
}
.couleurs{
    display: flex;
    flex-direction: column;
}
.bloc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 67px;
    margin-bottom: 16px;
}
.uikit__el--blanc{
    background-color: #ffffffcb;
    color:#000000;
    border:solid 1px #000000;
}
.uikit__el--grisclair{
    background-color: #cccccc;
    color: #000000;
}
.uikit__el--grismoy{
    background-color: #999999;
    color:#000000;
}
.uikit__el--grisfonc{
    background-color: #333333;
    color: #ffffff;
}
.uikit__el--noir{
    background-color: #000000;
    color: #ffffff;
}
.uikit__el--jaune{
    background-color: #fefe00;
    color: #000000;
}
.uikit__el--bleu{
    background-color: #300fe8;
    color: #ffffff;
}
.gauche .bloc{
    margin-right: 16px;
}
.liste{
    flex-direction: column;
}
.uikit__el--typebtn{
    display: flex;
}
.uikit__el--btn{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}
.uikit__el--texte{
    
}
.uikit__el--txtbold{
    font-weight: 700;
}
.btn-second--titre{
    text-align: end;
}
.btn-second .uikit__el--txtbold{
    color: #ffffff;
}
.btn-princ .uikit__el--txtbold{
    color: #000000;
}
.btn-princ__el, .btn-second__el, .liste .uikit__el--texte{
    margin: 0 0 16px;
    width: 104px;
    height: 48px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
}
.btn-princ__el--normal{
    background-color: #fefe00;
}
.btn-princ__el--hover{
    background-color: #E4E400;
}
.btn-princ__el--focus{
    background-color: #B0B000;
}
.btn-second__el--normal{
    background-color: #300fe8;
}
.btn-second__el--hover{
    background-color: #270CBF;
}
.btn-second__el--focus{
    background-color: #2700FF;
}
.uikit__el--normal, .uikit__el--hover{
    color: #999999;
}
.uikit__el--hover{
    text-decoration: underline;
}
.uikit__el--focus{
    color: #300fe8;
    text-decoration: underline;
}
.uikit__el--disable{
    color: #000000;
}
@media(min-width: 768px){
    body{
        font-size: 21px;
        margin: 48px;
    }
    .title--princ{
        font-size: 51px;
        margin: 63px 0 35px;
    }
    .title--second{
        font-size: 38px;
        margin: 0 0 42px;
    }
    .title--trois{
        font-size: 21px;
        margin: 0 0 21px;
    }
    .nav__el--lightmode{
        width: 48px;
        height: 48px;
    }
    .nav__el--liste{
        width: 336px;
    }
    .avatar{
        width: 210px;
        margin: 63px auto 0;
    }
    .icone{
        width: 53px;
    }
    .icone--mail{
        width: 42px;
        margin-left: 21px;
    }
    .social__el--mail{
        padding: 10px 25px;
        width: 256px;
    }
    .social{
        margin: 0px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .social__el--reseaux{
        margin: 0;
    }
    .social-res__el{
        width: 55px;
        height: 55px;
        margin: 0 32px;
    }
    .uikit__el--couleurs{
        flex-direction: column;
    }
    .couleurs{
        flex-direction: row;
    }
    .footer__el--separateur{
        margin: 63px 0 21px;
    }
    strong{
        font-size: 18px;
    }
    .uikit__el .title{
        margin-bottom: 21px;
    }
    article{
        margin: 0 0 51px;
    }
    .externe{
        margin: 0 10px;
    }
    .uikit__el--etat li:first-child{
        margin-bottom: 21px;
    }
    .bloc{
        margin: 0 16px 16px 0;
    }
}
@media(min-width: 1000px){
    body{
        font-size: 23px;
        margin: 40px 200px;
    }
    .title--princ{
        font-size: 72px;
    }
    .title--second{
        font-size: 50px;
        margin: 0 0 46px;
    }
    .title--trois{
        font-size: 38px;
        margin: 0 0 23px;
    }
    .nav__el--liste{
        width: 413px;
    }
    .avatar{
        width: 210px;
    }
    .icone{
        width: 55px;
    }
    .icone--mail{
        width: 42px;
        margin-left: 23px;
    }
    .social__el--mail{
        padding: 10px 27px;
        width: 280px;
        margin: 48px 0;
    }
    .presentation{
        width: 75%;
    }
    .footer{
        font-size: 16px;
    }
    .uikit__el--typebtn {
        justify-content: space-between;
    }
    .couleurs{
        flex-direction: row;
    }
    .uikit__el--couleurs{
        flex-direction: row;
    }
    .uikit__el{
        margin: 46px 0;
    }
    .btn-princ__el, .btn-second__el, .liste .uikit__el--texte{
        margin: 0 0 23px;
        width: 280px;
        height: 57px;
    }
    .footer__el--separateur{
        margin: 69px 0 23px;
    }
    strong{
        font-size: 20px;
    }
    article{
        margin: 0 0 50px;
    }
    .uikit__el--etat li:first-child{
        margin-bottom: 23px;
    }
    .uikit__el .title{
        margin-bottom: 23px;
    }
}
.nav__el--inspi, .nav__el--accueil{ 
	position:relative; 
	text-decoration:none; 
    letter-spacing:1px; 
    padding: 16px;
}
.nav__el--inspi:hover, .nav__el--accueil:hover {
    text-decoration:none;
}
.nav__el--inspi.effect-2:after, .nav__el--accueil.effect-2:after {
	content: '';
    width: 90%;
    height: 3px;
    position: absolute;
    left: 10px;
    bottom: -5px;
    background: linear-gradient(to right,#300fe8 50%,#fefe00 50%);
    background-size: 204% 100%;
    background-position: 99% 0;
    transition: background-position 0.2s ease-in-out;}

.nav__el--inspi.effect-2:hover:after, .nav__el--accueil.effect-2:hover:after {
    background-position: 1% 0;
}

