
@font-face {
    font-family: 'barlow-typodesboistypodesbois';
    src: url('../TYPOS/typodesbois/barlow-typodesbois-webfont.woff2') format('woff2'),
         url('../TYPOS/typodesbois/barlow-typodesbois-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowfoldbold';
    src: url('../TYPOS/fold/barlowfold-webfont.woff2') format('woff2'),
         url('../TYPOS/fold/barlowfold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*l'étoile est le selecteur universel*/
*

    {
    list-style-type: none;
    /* suppression des puces par défaut devant la balise ul*/
    box-sizing: border-box;
    text-decoration: none;
}


html {
}

body {
    background-color: white;
    font-size: 20px;
    line-height: 1.5;
    cursor: url("#"), auto;
}

#container {
    width: 94%;
    /*border: 1px solid darkorchid;*/
    margin: auto;
} 



h1 {
font-family: 'barlow-typodesboistypodesbois';
/*font-family: "Barlow-TypoDesBois";*/
font-size: 80px;
}

h2 {
font-family: 'barlow-typodesboistypodesbois';
/*font-family: "Barlow-TypoDesBois";*/
font-size: 30px;
padding: 3%;    
}

.grid_12 nav {
    padding: 30px;
}

#menu ul li a {
    padding-right: 30px;
    color: black;
    font-size: 25px;
    font-family: 'barlow-typodesboistypodesbois';
}

#menu ul li a:hover {
    padding: 50px;
}

.grid_12 ul li {
    display: inline;
}



#bloc1 {
    padding-top: 80px;
    padding-right: 150px;
    padding-bottom: 100px;
    font-family: 'barlowfoldbold';
    font-size: 20px;
    position: relative;
}

#bloc1 .imagebloc1 img {
    position: absolute;
    top: 0;
    left: 90%;
    width: 50%;
    z-index: 999;
}

.imagebloc1 {}


#bloc2 {
    font-family: 'barlowfoldbold';
    padding-bottom: 100px;
    /*border:1px solid black;*/
    position: relative;
}

#bloc2 .imagebloc2 img {
    position: absolute;
    top: 20%;
    right: 60%;
    width: 38%;
    z-index: 999;
    /*border:1px solid yellow;*/
}

.imagebloc2 {}


#bloc3 {
    font-family: 'barlowfoldbold';
    padding-bottom: 100px;
    position: relative;
}

#bloc3 .imagebloc3 img {
    position: absolute;
    top: 5%;
    left: 70%;
    width: 30%;
    z-index: 999;
}

.imagebloc3 {}


#bloc4 {
    font-family: 'barlowfoldbold';
    padding-bottom: 100px;
    position: relative;
}

#bloc4 .imagebloc4 img {
    position: absolute;
    right: 60%;
    top: 0;
    width: 38%;
    z-index: 999;
    /*border:1px solid red;*/
}

 


#bloc5 {
    font-family: 'barlowfoldbold';
    padding-bottom: 100px;
    text-align: left;
    position: relative;
}

#bloc5 .imagebloc5 img {
    position: absolute;
    top: 20%;
    left: 110%;
    width: 55%;
    z-index: 999;
   
}
#bloc5 .image2bloc5 img {
    position: absolute;
    top: 0%;
    left: 110%;
    width: 40%;
    z-index: 999;
}

#bloc5 .image3bloc5 img {
    position: absolute;
    top: 20%;
    left: 110%;
    width: 60%;
    z-index: 999;
}

#bloc5 .image4bloc5 img {
    position: absolute;
    top: 20%;
    left: 110%;
    width: 60%;
    z-index: 999;
}
#bloc5 .image5bloc5 img {
    position: absolute;
    top: 20%;
    left: 110%;
    width: 60%;
    z-index: 999;
}

#bloc6 {
    font-family: 'barlowfoldbold';
    padding-bottom: 50px;
    position: relative;
}
#bloc6 p {
    padding-right: 600px;
}

#travailleurs img {
    width: 90%;
    padding-bottom: 100px;
}

#bloc7 {
    font-family: 'barlowfoldbold';
    padding-bottom: 200px;
}

.grid_12 nav {
    padding: 30px;
}

footer ul li a {
    padding-left: 10px;
    color: black;
    font-family: 'barlow-typodesboistypodesbois';
}

footer ul li a:hover {
    padding: 40px;
}

.grid_12 ul li {
    display: inline;
}
