@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    margin: 0;
    padding: 0;
}

section {
    background-image: url(Img/Bg-Pajiste.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}


/*--BLOC DE GAUCHE --*/

#bloc_left {
    margin:0 auto;
    width:100%;
    position:relative;
}

#lucane {
    display:none;
}

#title {
    width:65%;
    margin:10% auto;
}


/*--BLOC DE DROITE --*/

#bloc_right {
    width:100%;
    position:relative;
    margin:0 auto;
}

#info{
    position: absolute;
    top:20%;
    bottom:0%;
    margin:auto;
    height:40%;
    width:100%;
    text-align: center;
}


p{
font-family:'Montserrat', sans-serif;
text-align:left;
font-size: 1.5em;
color:black;
padding:0;
margin:0;
line-height:1.7;
margin-left:20%;
}

p:nth-child(odd) {
    color:black;
}

p:nth-child(even) {
    color:darkgrey;
    padding-left:20px;
}

ul{
margin-top:15%;
padding:0;
text-align:center;}

li{
    display:inline;
    list-style: none;
    padding: 5px 50px;
    text-decoration: none;
}

li:first-child{
    padding-left:O;
}

li:last-child{
    padding-right:0;
}

#text a{
  text-decoration:none;
  color:#FFB50B;
}
#text a:hover{
  text-decoration:none;
      color: black;
    border-bottom: 1px solid #FFB50B;  
}
li svg{
    width:90px;
    
}

li a{color:white}

svg:hover{
    fill:#F9B319;
}