 /* html {
    scroll-behavior: smooth;
  }  */
body{margin: 0; padding: 0;width: 100%; font-family: 'Noto Serif', Arial, Helvetica, sans-serif ;}




/*-----------------------------------------STRUCTURE PRINCIPALE-----------------------------------------*/
a{text-decoration: none; color: white;}
a:hover{text-decoration: none; color: rgb(196, 196, 196);}
ul, ol{list-style-type: none; padding: 0; margin: 0;}
li{line-height: 1.5;}

.bg-contient,.bg-contient-other{height: 100vh; width: 100%;
    -webkit-animation: AnimationName 12s ease infinite;
-moz-animation: AnimationName 12s ease infinite;
animation: AnimationName 12s ease infinite;
    background: linear-gradient(143deg, #001c90, #008290, #490090);
    background-size: 600% 600%;
    }

    
    @-webkit-keyframes AnimationName {
        0%{background-position:0% 51%}
        50%{background-position:100% 50%}
        100%{background-position:0% 51%}
    }
    @-moz-keyframes AnimationName {
        0%{background-position:0% 51%}
        50%{background-position:100% 50%}
        100%{background-position:0% 51%}
    }
    @keyframes AnimationName {
        0%{background-position:0% 51%}
        50%{background-position:100% 50%}
        100%{background-position:0% 51%}
    }
/*HEADER*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 99;

}
.name{
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1000;
}
.visible-nav{
    display: flex;
    position: relative;
    z-index: 1000;}
.icons{
    display: flex;
    /* margin-right: 6.4rem; */
}
header .icons a {
    display: block;
    margin-right: 3.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;

}    
header .menu-icon {
    position: relative;
    width: 50px;
    height: 22px;
    cursor: pointer;
    font-size: 2.4rem;
    right: 0;
}
.global-nav{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.global-nav-css{
    display: flex;
    background-image: linear-gradient(to right, #1a223b, #19494d 42%, #30525a);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;

}
.global-list{
    text-align: center;
    font-size: 4rem;
    padding: 1rem;
}

.main-bloc{height: 100vh; position: relative; width: 100%;}
#home{background-color: none;}
#about{background-color: none;}
#contact{background-color: none;}
#projet{background-color: none;}

footer{
    position: fixed;
    padding: 0 40px 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 80;
    height: 50px;
}
.selecteur{
    display: flex;
    justify-content: center;
    width: 100%;
}
.selecteur div{
display: flex;
align-items: flex-end;
}
.selecteur div a{
    text-align: center;
    padding: 0 30px;
    width: 190px;
    font-size: 40px;
    transition: all 1s;
}

.bareB{color: #ff0000 !important; font-size : 80px !important; text-shadow: 0 0 20px rgb(255, 255, 255);transition: all 1s;}

/*-----------------------------------------STRUCTURE SECTION-----------------------------------------*/
section{display: flex;width: 100%;}
section .section-container{display: flex; width: 80%; height: 70vh; justify-content: space-between;}
section .section-container .section-little{ height: 100%; position: relative; /*display: none;*/}
/* .section-left{left: -1000px;}
.section-right{left: 1000px;} */
#home-article{position: absolute; display: flex; flex-direction: column; justify-content: space-around; height: 100%;}
#home-article div{position: relative; display: flex; flex-direction: column; justify-content: center; transition: ease-in 1s;}


/**/
.js-move{
    position: relative; left: -100%;;
}
.js-move-s{
    position: relative; left: 0% !important; 
}

.title {
    color: #fff;
    position: absolute;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 20;
    margin: 0 5%;
    width: 90%;
}

.title__text {
    font-size: 12rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
    transition: all 0.8s;
    font-weight: normal;
    text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5);}
.title .border {
    display: inline-block;
    margin-bottom: 3.2rem;
}
.title__lead {
    color: #fff;
    transition: all 1.6s;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;}
.btn-wrap{
    transition: all 2.0s;
}
.btn {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    background: #ff4d5a;
    line-height: 1;
    font-weight: bold;
    padding: 18px 32px;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: 0.1em;
}

.btn-return{float: right; background-color: #c73131; color: white;transition: ease-out 1s;} 
.btn-return:hover{background-color: #ffbfbf; color: rgb(0, 0, 0); transition: ease-out 1s;}



/* #name-index{color: none !important;} */















@media screen and (max-width:1200px) and (min-width:700px){
    html {
        scroll-behavior: auto;
      } 
      .bg-contient{height: 200vh; top: 0;}
}


@media screen and (max-width:1600px){
    footer{bottom: 0;}
    header{padding: 5px 15px;}
    .title__text{font-size: 8rem;}
    .title__lead{font-size: 2.6rem;}
    .title {margin:0 6%;  width: 90%;}
}

@media screen and (max-width:1100px){
    footer{bottom: 0;}
    header{padding: 5px 15px;}
    .title__text{font-size: 7.5rem;}
    .title__lead{font-size: 2.4rem;}
    .title {margin:0 7%;  width: 90%;}
}
@media screen and (max-width:800px){
    footer{bottom: 0;}
    header{padding: 5px 15px;}
    .title__text{font-size: 5rem;}
    .title__lead{font-size: 2.2rem;}
    .title {margin:0 6%;  width: 90%;}

    .selecteur div a{
        font-size: 20px;
        width: 90px;
    }
    .bareB{font-size : 40px !important;}
}
@media screen and (orientation: portrait){
       /*-----------------------------------------STRUCTURE SECTION-----------------------------------------*/
       section .section-container{flex-direction: column-reverse;}
       section .section-container .section-little{width: 100%; height: 45%;} 

}
@media screen and (max-width:700px){
    .icons{display: none;}
    .name{font-size: 2rem; margin: 0; padding: 0;}
    .global-list{
        text-align: center;
        font-size: 2rem;
        padding: 1rem;
    }

    
    footer{padding: 0 20px; bottom: 10px;}
    header{padding: 20px;}
    /*-----------------------------------------STRUCTURE SECTION-----------------------------------------*/
    section .section-container{flex-direction: column-reverse;}
    section .section-container .section-little{width: 100%; height: 45%;}
    .title__text{font-size: 3rem;}
    .title__lead{font-size: 2rem;}
    .title {margin:0 3%; width: 94%;}
    .bg-contient{display: none;}
    .body{background: linear-gradient(143deg, #001c90, #008290, #490090); background-repeat: no-repeat; background-size: cover;}
}