

html{
	height: 100%;

	}

*{

	padding: 0;
	margin-top: 0;
	}


header{
	margin:0 auto;
	width: 100%;
	height: 6%;

	}


#head{background-color: black;

	}

#logo {
width: 100%;
}
#boutoncontact {
background-color: red;
    color: white;
    width: 125px;
    height: 37px;
    text-align: center;
    position: fixed;
    z-index: 1;
    padding-top: 8px;
    font-size: 21px;
    margin-top: 0%;
    font-variant-caps: all-petite-caps;
    
}
#boutoncontact:hover {
background-color: red;
    color: white;
    width: 125px;
    height: 37px;
    text-align: center;
    position: fixed;
    z-index: 1;
    padding-top: 8px;
    font-size: 21px;
    margin-top: 0%;
    font-variant-caps: all-petite-caps;
    opacity: 0.6;
}

#boutoncontactb {
background-color: red;
    color: white;
    width: 125px;
    height: 37px;
    text-align: center;
    position: fixed;
    z-index: 1;
    padding-top: 8px;
    font-size: 21px;
    margin-top: 0%;
    font-variant-caps: all-petite-caps;
}
#boutoncontactb:hover {
background-color: red;
    color: white;
    width: 125px;
    height: 37px;
    text-align: center;
    position: fixed;
    z-index: 1;
    padding-top: 8px;
    font-size: 21px;
    margin-top: 0%;
    font-variant-caps: all-petite-caps;
    opacity: 0.6;
}
#menu-demo2{
   background-color: black;  
}
#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;

}
#menu-demo2 li{

    z-index: 1;
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
text-align: center;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:25em;
color: grey;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #65537A;
background-image:-webkit-linear-gradient(top, black, 0%, black, 100%);
background-image:linear-gradient(to bottom, black, 0%, black, 100%);
}
#menu-demo2 li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}

#menu-demo2 li:nth-child(4){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}

#menu-demo2 li:nth-child(5){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(6){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(7){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(8){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(9){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(10){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:last-child{
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:grey;
}
#menu-demo2 li:nth-child(2) li{
background:black;
}
#menu-demo2 li:nth-child(3) li{
background:black;
}
#menu-demo2 li:nth-child(4) li{
background:black;
}
#menu-demo2 li:nth-child(5) li{
background:black;
}
#menu-demo2 li:nth-child(6) li{
background:black;
}
#menu-demo2 li:nth-child(7) li{
background:black;
}
#menu-demo2 li:nth-child(8) li{
background:black;
}
#menu-demo2 li:nth-child(9) li{
background:black;
}
#menu-demo2 li:nth-child(10) li{
background:black;
}
#menu-demo2 li:last-child li{
background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:grey;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:grey;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(6) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(7):hover, #menu-demo2 li:nth-child(7) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(8):hover, #menu-demo2 li:nth-child(8) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(9):hover, #menu-demo2 li:nth-child(9) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(10):hover, #menu-demo2 li:nth-child(10) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#CFFF6A;
}
/* les a href */
#menu-demo2 a{
text-decoration: none;
    display: block;
    padding: 0px 0px;
    color: #fff;
    font-family: arial;
    background-color: black;
    font-variant: small-caps;}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:grey;
}



.projets{

    position: relative;
    width: 100%;
 height: 100%;
 background-color: white;
height: auto;

margin: 0 auto;
text-align: center;
 font-family: arial;
}
.projets img {
  max-width: 100%;
  height: auto;
}
.projets h1{
    font-variant: small-caps;
    padding-top: 7px;
    /* font-weight: 200; */
    color: grey;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    background-color: white;

}

.descriptionprojets{
    position: relative;
    width: 70%;
 height: 100%;
 background-color: white;
height: auto;
margin: 0 auto;
text-align: center;
 font-family: arial;
     margin-top: 43%;
     float: center;
     padding-bottom
}
#descriptionprojetcorticeira{
    position: relative;
    width: 70%;
 height: 100%;
 background-color: white;
height: auto;
margin: 0 auto;
text-align: center;
 font-family: arial;
     margin-top: 45%;
     float: center;
     padding-bottom
}

#descriptionprojetcorticeira h2{
padding-top: 2%;
text-align: left;
    padding-bottom: 2%;
width: 70%;
display: inline-block;}

#descriptionprojetcorticeira p{
text-align: justify;
width: 70%;
height: auto;
display: inline-block;

}
#descriptionprojetcorticeira h3{
padding-top: 2%;
text-align: left;
    padding-bottom: 2%;
width: 70%;
display: inline-block;}






#contact{
    padding-top: 2%;
    padding-bottom: 1%;
    position: relative;
    width: 70%;
 height: 100%;
 background-color: white;
height: auto;
margin: 0 auto;
text-align: center;
 font-family: arial;
     margin-top: 0%;
     float: center;
     padding-bottom
}
.descriptionprojets h2{
padding-top: 2%;
text-align: left;
    padding-bottom: 2%;
width: 70%;
display: inline-block;
    font-size: medium;
    text-decoration: underline;}

.descriptionprojets p{
text-align: justify;
width: 70%;
height: auto;
display: inline-block;

}
.descriptionprojets h3{
padding-top: 2%;
text-align: left;
    padding-bottom: 2%;
width: 70%;
display: inline-block;}
#mappicaria {
display: inline-block;
    
}

#mapcorticeira {
display: inline-block;
    
}
#options{
width: 100%;
    height: auto;
    background-color: black;
    position: absolute;
    margin-top: 50%;
}
#option1{
    width: 100%;
height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 0%;
    display: block;
    float: center;
    text-align: center;
    font-variant: small-caps;
    padding-top: 50px;
    font-size: 27px;
     border-width:1px;
 border-style:double;
 border-color:white;
 color: white;
}

#option2{
    width: 100%;
    height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 151px;
float: left;
display: block;
text-align: center;
font-variant: small-caps;
padding-top: 50px;
    font-size: 27px;
         border-width:1px;
 border-style:double;
 border-color:white;
 color: white;
}

#option3{
    width: 100%;
    height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 302px;
float: left;
    display: block;
        text-align: center;
        font-variant: small-caps;
        padding-top: 50px;
            font-size: 27px;
                 border-width:1px;
 border-style:double;
 border-color:white;
 color: white;
}

#option4{
    width: 100%;
    height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 452px;
float: left;
    display: block;
        text-align: center;
        font-variant: small-caps;
        padding-top: 50px;
            font-size: 27px;
                 border-width:1px;
 border-style:double;
 border-color:white;
 color: white;
}

#option5{
    width: 100%;
    height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 602px;
float: left;
    display: block;
        text-align: center;
        font-variant: small-caps;
        padding-top: 50px;
            font-size: 27px;
                 border-width:1px;
 border-style:double;
 border-color:white;
 color: white;
}

#option6 {
    width: 100%;
    height: 100px;
    background-color: black;
    position: absolute;
    margin-top: 752px;
    float: left;
    display: block;
    text-align: center;
    font-variant: small-caps;
    padding-top: 50px;
    font-size: 27px;
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: double;
    border-color: white;
    color: white;
}
#option1 a {
    color: white;
    text-decoration: none;
}

#option1 a:hover {
    color: grey;
    text-decoration: none;
}

#option2 a {
    color: white;
    text-decoration: none;
}

#option2 a:hover {
    color: grey;
    text-decoration: none;
}

#option3 a {
    color: white;
    text-decoration: none;
}

#option3 a:hover {
    color: grey;
    text-decoration: none;
}

#option4 a {
    color: white;
    text-decoration: none;
}

#option4 a:hover {
    color: grey;
    text-decoration: none;
}

#option5 a {
    color: white;
    text-decoration: none;
}

#option5 a:hover {
    color: grey;
    text-decoration: none;
}

#option6 a {
    color: white;
    text-decoration: none;
}

#option6 a:hover {
    color: grey;
    text-decoration: none;
}
.boutonprojets{
        width: 70%;
height: 100px;
    background-color: darkgrey;
    margin-top: 0%;
    display: inline-block;
    text-align: center;
    font-variant: small-caps;
    font-size: 27px;
 color: white;
}

.boutonprojets a{
    color: white;
    text-decoration: none;
}

.boutonprojets a:hover{
        color: grey;
    text-decoration: none;
}

    .bouton{
    background-color: darkgrey;
    padding-top: 20px;
    padding-bottom: 20px;
 border-width:1px;
 border-style:solid;
 border-color:white;}

 video{
  width: 560px;
    height: 260px;
    display: inline-block;

}

p#logo-graffevolution {
    text-align: right;
    padding-top: 3%;
    padding-bottom: 2%;
}

div#livraisoncamoes{
    background-color: green;
font-size: 40px;
}


img#logocontact{
    max-width: 45%;
    height: auto;
    margin-bottom: 8%;
}

img.partenaires {
    max-width: 70%;
}