body{
    font-family: 'Montserrat',sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
    background-color: #16151A;
    margin: 0 auto;

}



a{
    text-decoration: none;
    color: #fff;
}

a:hover{
    color: #14ADA2;
}

ul{
   list-style: none;
}

p{
    position: relative;
}


h1{
    display: none;
}

footer{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

/*Flex*/
/* .center{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*banniere*/
.header{
    width: 100%;
    height: 100vh;
    background-image: url(../images/bateau.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/*Images*/
.visuel{
    width: 44vw;
    display: block;
}


.logo{
    width: 22vw;
    position: fixed;
    top: 3px;
    left: 7px;
}
.portrait{
    width: 22vw;
}

.titre__logo {
    width: 94vw;
    margin: auto auto;
    display: block;
    z-index: 10;
    position: relative;
    top: 10%;

}


/*Menu*/
.menu{
    background-color: black;
    height: 50px;
    opacity: 0.9;
    margin: auto auto;
    width: 100%;
    position: fixed;
    z-index: 15;
    top: 0;
}

.menu__liste{
    position: fixed;
    /* z-index: 10; */
    top: 2px;
    width: 98%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.menu__liste a:hover{
    color: #14ADA2;
    font-weight: 600;
}

.menu__el{
    margin-right: 0.9em;
    font-size: 0.6em;

}

/*Regles*/
.liste{
    list-style: disc;
    padding-left: 20px;
}

/*Bouton*/
.btn{
    background-color: #14ADA2;
    color: #16151A;
    border-radius: 9px;
    padding: 0 16px;
    height: 42px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 700;
    border: none;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 40px;
    outline: none;
    display: block;
    text-align: center;
    font-size: 0.8em;
}

.btn:hover{
    background-color: #16151A;
    color: #14ADA2;
    border: inherit;
    border-width:2px;
    border-color:#14ADA2;
    border: solid;

}

/*Titres*/
.title{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
}

.title--medium{
    font-size: 1.2em;
}

.title--light{
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.6;
}


.bottom{
    margin-bottom: 30px;
    margin-top: 120px;
}

/*Sections*/
.section__big{
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #16151A;

}
.section__dark{
    position: relative;
    width: 100vw;
    /* height: 100vh;
    margin-bottom: 0px; */
    overflow: hidden;
    margin-bottom: 20%;
    margin-top: 20%;
    background-color: #16151A;
}

.section_content{
    margin-left: 30px;
    margin-right: 30px;
}

/*Logo dataplay*/
.data{
    position: fixed;
    /* display: flex; */
    /* justify-content: center; */
    bottom: -17px;
    width: 100%;
    height: 80px;
    /* padding: 0; */
    /* margin: 0; */

}



/*Scroll*/
.scroll{
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    bottom: 4%;
}

.scroll_arrow{
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2.5px solid white;
  border-bottom: 2.5px solid white;

  width: 15px;
  height: 15px;
}

.arrow{
margin-bottom: 0;
}


.arrow{
    -webkit-animation: scroll .8s infinite;
    -moz-animation: scroll .8s infinite;
}

.arrow{
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes scroll{
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}


/*Data page*/
.section--none{
    display: none;
}

body[data-page="Home"] .section--home {
    display: block;
}

body[data-page="Team"] .section--team {
display: block;
}

body[data-page="Projet"] .section--data {
display: block;
}


/*Tailles*/
@media (min-width: 300px) and (max-width: 700px){
    p{
        font-size: 0.9em;
    }
    .space{
        margin-left: 30px;
        margin-right: 30px;
    }
    .visu__bottom{
        margin-bottom: 50px;
    }
    .visu__top{
        margin-top: 50px;
    }
    .portrait{
        width: 34vw;
        margin: auto auto;
        display: block;
    }
    .align{
        text-align: center;
    }
    .visuel{
        margin: auto auto;
    }


}
@media (min-width: 375px) and (max-width: 380px){
    .header{
        height: 92vh;
    }
}

@media (min-width: 700px){

    .menu__el{
        font-size: 1em;

    }
    .menu{
        height: 75px;
    }
    .menu__liste{
        top: 11px;
    }
    .logo{
        top: -2px;
    }
    .center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title{
        font-size: 1.2em;
    }
    .title--light{
        font-size: 0.8em;
    }
    .section_content{
        margin-left: 60px;
        margin-right: 60px;
    }
    .visuel{
        width: 36vw;
    }
    .visu_right{
        margin-right: 30px;
    }

    .visu_left{
        margin-left: 60px;
    }

    .btn{
        font-size: 1em;
    }
    .bottom{
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .flex{
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        /* flex-wrap: wrap; */
    }
    .data{
        bottom: 0px;
    }
    .space{
        margin-left: 60px;
        margin-right: 60px;
    }
    #Projet p {
        width: 70%;
    }
    .titre__logo {
        width: 82vw;
        margin: auto auto;
        display: block;
        z-index: 15;
        position: relative;
        top: 71%;
    }
}


@media (min-width:1100px){
    .title {
        font-size: 2.5em;
    }
    .bottom{
        margin-bottom: 60px;
    }

    .title--medium{
        font-size: 1.7em;
    }
    .title--light{
        font-size: 0.9em;

    }
    p{
        font-size: 1.2em;
    }
    /* .visu_right{
        margin-right: 20%;
    } */

    .liste{
        font-size: 1.2em;
    }
    .logo {
        width: 17vw;
    }
    #Projet p {
        width: 60%;
    }
    .visuel {
        width: 26vw;

    }

}
@media (min-width:1300px){
    #Projet p {
        width: 45%;
    }
    .width{
        width: 70%;
    }
    .visu_left {
        margin-left: 20%
    }
    .titre__logo{
        width: 43vw;
        top: 78%;
        left: 25%;
    }
}
