/* TYPO*/

body {font-family: 'Nunito Sans', sans-serif;}

body{
    background-color: #1b2326;
}

/* TOUS LES H */


H1{
    font-size: 114px;
    color: #aeaaff;
    font-weight: 800;
    margin: 0;
    margin-top: 145px;
    line-height: 120px;
}

H2{
    font-weight: 800;
    font-size: 40px;
    color: #f5f5ff;
    text-align: center;
}

H3{
    font-size: 36px;
    color: #f5f5ff;
    font-weight: 800;
    margin-top: 20px;
}

H4{
    font-size: 26px;
    color: #1b2326;
    font-weight: 800;  
}

H5{
    color: #aeaaff;
    font-size: 25px;
    margin-bottom: 25px;
}


/*HOME*/

/* LOGO BG */

.palce-nb-bg, .palce-nb-bg-2{
    position: absolute;
    width: 100%;
    overflow: hidden;  
    z-index: -1;
}

.palce-nb-bg{
    height: 1550px;
}

.palce-nb-bg-2{
    height: 930px;  
}

.nb-bg{
    position: relative;
    opacity: 0.1;
    right: -1200px;
    bottom: -610px;
}

.nb-bg-2{
    position: relative;
    opacity: 0.1;
    left: -640px; 
    top: 21px;
}

.nb-bg-2 img, .nb-bg img{
    width: 1200px;
}

/*HEADER*/

/* .jr{
    color: #1b2326;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
} */


.logo_nb{
    height: 60px;
}

.logo{
    transition: 0.4s;
}

.logo:hover{
    filter: opacity(0.8);
    transform: rotate(4deg) scale(1.02);
}

header.container-fluid {
    padding: 30px;
}

header{
    display: flex;
    place-content: space-between;
    background-color: #1b2326;
    padding: 20px;
}


.link a{
    color: #f5f5ff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.link a:hover{
        filter: opacity(0.8);
}

.ul_link{
    display: flex;
    margin-right: 40px;
}

.link {
    margin-right: 35px;
    list-style: none;
}

/* PIC ET INFO */

.home_page{
    display: flex;
    background-image: url("../img/img_home_2.jpg");
    background-repeat:no-repeat;
    /*background-color: #1b2326;*/
    background-color: none;
    background-size: 1100px;
    /*height: 100vh;*/
    height: 700px;
    margin-bottom: 100px;
    
    z-index: -3;
     
}

.home_page .row {
    width: 100%;
}

.home_info {
    width: 700px;
}

.home_page p {
    width: 600px;
}

.home_img{
    height: 750px;
    margin-left: -65px;
}

.home_page p, .text-mention-legale {
    color: #f5f5ff;
    font-size: 18px;
    font-weight: 300;
}

.btn_dl, .btn-error{
    background-color: #aeaaff;
    height: 40px;
    width: 250px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 20px;
    margin-top: 45px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn_dl:hover{
    background-color:#f5f5ff;
}

.btn-arror:hover{
    background-color:#f5f5ff; 
}

.btn_dl img{
    height: 17px;
    margin-bottom: 3px; 
    transition: 0.4s;
}

.btn_dl:hover img{
    transform: translate(0px, 4px);
}

.logo-bg {
    position: absolute;
}

img.logo-bn-bg {
    height: 700px;
}

.trans{
    text-align: -webkit-center;
    justify-content: center;
    /*background-color: #1b2326;*/
    text-align: -moz-center;
}

.trait1, .trait2{
    border-top: 2px solid;
    height: 1pt;
    height: 12px;
    color: #f5f5ff;
}

.trait1{
    width: 25%;  
}

.trait2{
    width: 10%;    
}

/* A L'AFFICHE */

#h-jr{
    margin-top: 40px;
}

.jobsrise{
    background-color: #f5f5ff;
    margin: 50px 0;
    padding: 2px 0;
    color: #f5f5ff;
}

.jobsrise .bg-jr{
    background-image: url(../img/jobs_rise/jobs_rise_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
}

.jobsrise .info,.jobsrise .btn-jr {
    display: flex;
    justify-content: center;
}

.jobsrise .info img{
    width: 150px;
}

.btn-jr{
    justify-content: center;
}

.btn-jr div{
    text-align: center;
}

.btn-jr div img{
    filter: brightness(100);
}

.jobsrise .btn_dl{
    background-color: #348f6c;
    color: #f5f5ff;
}

.jobsrise .btn_dl:hover{
    color: #348f6c;
    background-color: white;

}

/* Portfolio*/

.portfolio{

    justify-content: center;
    text-align: -webkit-center;
    margin-bottom: 80px;
    margin-top: 50px;
}

.nav-portfolio {
    justify-content: center;
    display: flex;
    margin-bottom: 60px;
}

.nav-tabs {
    border-bottom: 1px solid #aeaaff;
}

div#nav-tab {
    width: 900px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color:transparent;
    color: #f5f5ff;
    font-weight: 600;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 0 none;
    color: #f5f5ff;
}

.nav-tabs .nav-link:hover{
    filter: opacity(0.8);  
}


.case{
    justify-content: center;
    display: flex; 
    border: #1b2326;
    border-style: solid;
    border-width: 4px;
    transition: 0.2s;
}

.case img {
    height: 380px;
}

.case-padding a img {
    padding: 75px;
}


.case-color-1{
    background-color: #d89eff;
}

.case-color-2{
    background-color: #ac90e8;
}

.case-color-3{
    background-color: #b1adff;
}

.case-color-3-dark{
    background-color: #7d79b9;
}

.case-color-4{
    background-color: #90a3e8;
}


.case-color-5{
  background-color: #9eccff;  
}

.case-color-5-dark{
  background-color: #6a89ab;
}

.case-color-6{
  background-color: #f5f5ff;  
}

.case-color-7{
  background-color: #3d3c5a;  
}

.case-color-8{
    background-color: black;
}

.case:hover{
    background-color: #1b2326; 
}

.text-hover{
  visibility: hidden;
  color: #f5f5ff;
  position: absolute;
  bottom: -17px;
  font-size: 25px;
}

.case:hover .text-hover{
  visibility: visible;  
}

.tab-content>.active {
    display: flex;
}

.inktober{
    width: 100%;
    overflow: hidden;
}

.inktober div{
    height: 388px;
    width: 99.5%;
    margin: 3px;
    background-image: url(../img/vignette/v_inktober.png);
    background-size: cover;
    transition: 0.7s;
}

.inktober div:hover{
    transform: scale(1.1);
}

/*PROJET*/

.projet{
    display: flex;
    margin-top: 90px;
}

.detail, .visuel{
    height: 550px;
}

.detail{
    padding-top: 16px;
}

.btn.btn-primary.btn-lg.active{
    background-color: #aeaaff;
    color: #1b2326; 
    border-radius: 15px;
    border: none;
}

a.btn.btn-primary.btn-lg.active.btn-site {
    background-color: #f5f5ff;
    color: #1b2326; 
    border-radius: 15px;
    border: none;
    font-size: 16px;
    /* width: 123px; */
}

a.btn.btn-primary.btn-lg.active.btn-site:hover{
    background-color: #aeaaff;
    color: #f5f5ff;
}

.btn-red-hover.btn.btn-primary.btn-lg.active.btn-site:hover{
    background-color: #d9182f;
    color: white;
}

.btn-link-ext {
    float: right;
    margin-top: 40px;
}

.sujet{
    color: #f5f5ff;
}

.text-projet{
    color: #f5f5ff;
    margin-top: 20px;
}

.embed-responsive {
    position: static;
}

.cross_back{
    height: 24px;
    float: right;
    transition: 0.3s;
}

img.cross_back:hover {
    height: 28px;
}

/*SLIDE*/

.img-carousel {
    height: 450px;
    margin-top: 40px;
}

.w-100.support-slide {
    display: flex;
    justify-content: center;
    height: 600px;
}

div#carouselExampleControls {
    height: 100%;
}

.visuel {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.visuel-motion{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.visuel-full-size {
    height: 550px;
    padding-left: 0;
    padding-right: 0;
}

.img-carousel-full-size {
    height: 570px;
}

.img-carousel-size2 {
    height: 550px;
}


/*COMPETANCES*/

.competences {
    justify-content: center;
    text-align: -webkit-center;
    margin-top: 50px;
}

.all-case-skill {
    justify-content: space-between;
    display: flex;
    margin-top: 75px;
}

.case-skill{
    background-color: #aeaaff;
    height: 305px;
    width: 305px;
    border-radius: 15px;
    margin-bottom: 75px;
    text-align: center;
    transition: 0.8s;
}

.case-skill p {
    padding: 22px;
    font-size: 14px;
}

.case-skill img {
    height: 36px;
    margin: 24px;
    margin-top: 30px;
    transition: 0.8s; 
}

.case-skill:hover{
    background-color: #f5f5ff;
    transform: scale(1.08);
    
}

.case-skill:hover img{
    transform: rotate(10deg) scale(1.15);  
}

/* LOGICIELS */

.logiciels{
    justify-content: center;
    text-align: -webkit-center; 
    margin-top: 75px;
    margin-bottom: 112px;
}

.logiciels img {
    height: 84px; 
    width:84px; 
    transition: transform 0.25s linear;
    margin-bottom: 10px;

}

.logiciels img:hover{
    transform: rotate(10deg) scale(1.15);
    transition: 0.4s;
}

.all-icon {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.case-icon{
    display: flex;
    flex-direction: column;
}

.case-icon span{
    color: #f5f5ff;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
}

.case-icon:hover span{
    opacity: 1;
    transform: translate(0px, 10px);
}

/*FOOTER*/

.case-footer{
    color: #f5f5ff;
    text-align: center;
    margin-top: auto;
}

footer {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.case-footer a {
    color: #f5f5ff;
    text-decoration: none;
}

.case-footer a:hover {
    color: #f5f5ff;
    filter: opacity(0.8);
}

/*    404    */

.error p{
    font-size: 300px;
    color: #f5f5ff;
    margin: 0;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s; 
}

.btn-error{
    transition: 0s;
}
.error span{
    color: #f5f5ff;
    font-size: 26px;
}


/* si il y a moins de 1200px (mode telephone) */

@media (max-width: 1200px) {
      

/*HEADER*/
    .link a{
    font-size: 30px;
    }
    
    .logo_nb{
    height: 80px;
    }
    
    h1{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    h2{
        font-size: 70px;
    }
    
    h3{
        font-size: 50px;
    }
    
    h4{
        font-size: 36px;
    }
    
/* PIC ET INFO */  
    
    .home_page{
        background-image: none;
    }
    
    .home_page .row {
        display: grid;
        justify-content: center;
    }
    
    div#nav-tab {
        font-size: 28px;
    }
    
    .home_page p, .text-mention-legale{
        font-size: 28px;
    }
    
    .btn_dl{
        font-size: 26px;
        height: 55px;
        width: 345px;
    }
    
    .btn_dl img {
    height: 22px;
    } 

/*A L'AFFICHE*/

    .jobsrise .info,.jobsrise .btn-jr {
        display: block;
    }

    .jobsrise .info .col-md-12.col-xl-2{
        text-align: center;
    }
    
/*PROJET*/
    
    .projet {
        display: table;
        margin-top: 250px;
    }
    
    .detail{
        height: 340px;
    }
    
    .container {
      width: 100%;
      max-width: none;
   }
    
    .sujet, .text-projet, a.btn.btn-primary.btn-lg.active.btn-site{
        font-size: 27px;
    }
    
    div#nav-tab {
        width: 900px;
        display: flex;
        display: block;
    }
    
    div#nav-tab a {
        font-size: 50px;
        margin-bottom: 20px;
    }
    
    H2 {
        margin-bottom: 100px;
    }
    
    .cross_back {
        height: 48px;
        float: right;
        margin: 11px;
    }
    
    
    
/*SLIDE*/
    
    .img-carousel-full-size {
        height: 553px;
    }
    
/*LOGO BG*/
    
    .nb-bg-2 {
    display: none;
    }
    
/*COMPETANCES*/
    
    .all-case-skill{
        display: block;
    }
    
    .case-skill{
        height: auto;
        width: 438px;
    }
    
    .case-skill p {
        font-size: 28px;
    }
    
    .case-skill img{
        height: 46px;
    }
    
/*FOOTER*/
    footer {
        display: block;
    }
    
    H5 {
        font-size: 56px;
    }
    
    .case-footer p,.case-footer a {
        font-size: 32px;
    }
    
    .case-footer {
        margin-bottom: 90px;
    }
    
}