/* Fonderie */

@font-face{
    font-family: 'Roberte';
    src: url(typo/Roberte-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
        font-family: 'ofeu';
    src: url(typo/FFauFEU.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
        font-family: 'scharf';
    src: url(typo/FFFScharfSans.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
        font-family: 'ligatura';
    src: url(typo/Ligatura-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
        font-family: 'ligaturaitalic';
    src: url(typo/Ligatura-Italic.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0px;
	font-family: 'courier new';
    cursor:crosshair;
}

p{
    font-family: 'Courier New';
}

.fixe{
	position: fixed;
	margin-top: -3vw;
}

.titre{
    font-family: 'Roberte';
	margin-top: 2.3vw;
	margin-left: 2vw;
    font-size: 5vw;
    color: black;
        font-weight: 600;
}

.titre a{
  margin: 0px;
  color: black;
text-decoration: none;
}

.esa {
    margin-left: 2vw;
    margin-top: 0vw;
}

.titre a:hover{
    color: black;
    cursor:crosshair;
}

.titre p{
    margin-bottom: 0vw;
}

.tintro{
    border-top: 0.1vw solid black;
    padding-top: 2vw;
    padding-bottom: 2vw;
	font-family: 'Courier New';
	margin-top: 2.5vw;
	font-size: 1.6vw;
	margin-left: 2vw;
	margin-right: 2vw;
    margin-bottom: 0vw;
    color: black;
    line-height: 1.2em;
}

.tintro2{
    padding-bottom: 0.5vw;
    font-family: 'Courier New';
    margin-top: 0vw;
    font-size: 1.6vw;
    margin-left: 2vw;
    margin-right: 2vw;
    color: black;
    line-height: 1.2em;
}

 .menu {
            text-align: left;
            margin-top: 6vw;
            margin-left: 1vw;
        }
        
        .menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        
        .menu ul li {
            display: inline-block;
            
        }
        
        .menu ul li a {
                color: black;
                font-size: 1.2vw;
            text-decoration: none;
            border: 0.1vw solid black;
            margin-left: 20px;
            border-radius: 50%;
            padding: 0.5vw;
        }

        .menu a:hover{
            color: blue;
             cursor:crosshair;
        }

        .textetypo{
            margin-top: 8vw;
        }

        .menutypo {
            text-align: center;
            margin-top: 1vw;
            width: auto;
        }
        
        .menutypo  ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
        }
        
        .menutypo  ul li {
            display: inline-block;
            font-size: 0.8vw;

        }
        
        .menutypo ul li a {
                color: black;
                font-size: 0.8vw;
            text-decoration: none;
        }

        .menutypo  a:hover{
            color: blue;
             cursor:crosshair;
        }

         .menutypo2 {
            text-align: center;
            margin-top: 1vw;
            padding-bottom: 1vw;
            margin-bottom: 1vw;
            margin-left: 2vw;
            margin-right: 2vw;
            border-bottom: 0.1vw solid black;
        }
        
        .menutypo2  ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
        }
        
        .menutypo2  ul li {
            display: inline-block;
    font-size: 0.8vw;
        }
        
        .menutypo2 ul li a {
                color: black;
                font-size: 0.8vw;
            text-decoration: none;
        }

        .menutypo2  a:hover{
            color: blue;
             cursor:crosshair;
        }

        .infotypo{
            border-top: 0.1vw solid black;
            margin-left: 2vw;
            margin-right: 2vw;
            margin-top: 0vw;
        }

                .infotypo2{
            margin-left: 2vw;
            margin-right: 2vw;
            margin-top: 0vw;
        }

        .textetypo{
            margin-top: 4vw;
            margin-bottom: 4vw;
            margin-left: 2vw;
        }

      a.rond {
              border: 0.1vw solid black;
  border-radius: 50%;
  padding: 0.3vw;
        }


        input,
label {
    background-color: white;
     line-height: 1.5;
     text-indent: 10px;
        	color: black;
        	border: none;
        	font-size: 6vw;
        	margin-left: 0px;
        	outline: none; 
        outline-style: none;
        resize: none;
        overflow: none;
}

.aufeu{
    font-family: 'ofeu';
    font-size: 6vw;
}
.scharf{
       font-family: 'scharf';
}

.ligatura{
    font-family: 'ligatura';
}

.ligaturai{
    font-family: 'ligaturaitalic';
}


.roberte{
    font-family: 'Roberte';
}

article{
  color: black;
  margin-left: 20px;
}

.left{
    padding-top: 1.2vw;
margin-left: 10px;
}

.right{
  margin-top: 0px;
  font-family: 'roboto';
border-left: 0.15vw solid black;
}

.ligne{
  border-bottom: 0.15vw solid black;
}

.noms{
  padding-left: 20px;
  margin-left: 1vw;
  font-size: 1vw;
  color: black
}

.overlay{
  position: fixed;
  transition: opacity .4s;
  visibility: hidden;
  opacity: 0;
}

.overlay2{
  position: fixed;
  transition: opacity .4s;
  visibility: hidden;
  opacity: 0;
}

.overlay3{
  position: fixed;
  transition: opacity .4s;
  visibility: hidden;
  opacity: 0;
}

.overlay4{
  position: fixed;
  transition: opacity .4s;
  visibility: hidden;
  opacity: 0;
}

.overlay:target{
visibility: visible;
opacity: 1;
}

.overlay2:target{
visibility: visible;
opacity: 1;
}
.overlay3:target{
visibility: visible;
opacity: 1;
}

.overlay4:target{
visibility: visible;
opacity: 1;
}

.cross a{
  margin: 0px;
  color: #FF00F0;
}

.popup a{
font-size: 20px;
  color: 0.15vw solid black;
}

.popup2 a{
font-size: 20px;
  color: 0.15vw solid black;
}

.popup3 a{
font-size: 20px;
  color: 0.15vw solid black;
}

.popup4 a{
font-size: 20px;
  color: 0.15vw solid black;
}

.noms a{
	color: black;
	text-decoration: none;
}


a:hover{
	color: blue;
	cursor:crosshair;
}

.popup{
  width: 48%;
  right: 0vw;
  top: 0vw;
  bottom: 0vw;
  position: fixed;
  padding: 1vw;
  border-left:0.12vw solid black;
  background-color: white;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}

.popup2{
  width: 48%;
  right: 0vw;
  top: 0vw;
  bottom: 0vw;
  position: fixed;
  padding: 1vw;
  border-left:0.12vw solid black;
  background-color: white;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}

.popup3{
  width: 48%;
  right: 0vw;
  top: 0vw;
  bottom: 0vw;
  position: fixed;
  padding: 1vw;
  border-left:0.12vw solid black;
  background-color: white;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}

.popup4{
  width: 48%;
  right: 0vw;
  top: 0vw;
  bottom: 0vw;
  position: fixed;
  padding: 1vw;
  border-left:0.12vw solid black;
  background-color: white;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}

.cross{
  text-decoration: none;
  position: fixed;
margin-top: - 0.5vw;
margin-left: 0.1vw;
color: black;
}

.ro1{
  text-align: center;
  margin: 0px;
  margin-left: 2vw;
  margin-top: 2vw;
  font-family: 'ofeu';
   word-wrap:break-word;
   font-size: 8.5vw;
   color: black;
}

.ro{
  text-align: center;
  margin: 0px;
  margin-left: 2vw;
  margin-top: 2vw;
  font-family: 'scharf';
   word-wrap:break-word;
   font-size: 6vw;
   color: black;
}

.ro3{
  text-align: center;
  margin: 0px;
  margin-left: 2vw;
  margin-top: 2vw;
  font-family: 'ligatura';
   word-wrap:break-word;
   font-size: 5vw;
   color: black;
}

.ro4{
  text-align: center;
  margin: 0px;
  margin-left: 2vw;
  margin-top: 2vw;
  font-family: 'ligaturaitalic';
   word-wrap:break-word;
   font-size: 5.5vw;
   color: black;
}




/* Font in use */





.tintro3{
    border-top: 0.1vw solid black;
    border-bottom: 0.1vw solid black;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-family: 'Courier New';
    margin-top: 2.5vw;
    font-size: 1.6vw;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 0vw;
    color: black;
    line-height: 1.2em;
}

.grille1{
    margin-left: 2vw;
        margin-right: 2vw;
  margin-top: 0vw;
      display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
font-family: 'Courrier New';
}

.grille2{
    margin-left: 2vw;
        margin-right: 2vw;
      display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
font-family: 'Courrier New';
}

.grille3{
    margin-left: 2vw;
        margin-right: 2vw;
      display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
font-family: 'Courrier New';
}

.right1{
  border-right: solid black 0.1vw;
  padding-right: 1.2vw;
  padding-bottom: 3vw;
  margin-left: 0vw;
}

.right2{
  border-right: solid black 0.1vw;
      border-bottom: solid black 0.1vw;
  padding-right: 1.2vw;
    padding-left: 1.2vw;
  padding-bottom: 1vw;
    margin-left: 0vw;
    font-family: 'Courrier New';
}

.right3{
  padding-right: 1.2vw;
  padding-bottom: 3vw;
  margin-left: 0vw;
  border-right: solid black 0.1vw;
}

.right4{
      border-bottom: solid black 0.1vw;
  padding-right: 1.2vw;
    padding-left: 1.2vw;
  padding-bottom: 1vw;
    margin-left: 0vw;
    font-family: 'Courrier New';
    border-right: solid black 0.1vw;
}

.right5{
  border-right: solid black 0.1vw;
  border-left: solid black 0.1vw;
  padding-right: 1.2vw;
  padding-bottom: 3vw;
  margin-left: 0vw;
}

.right6{
  border-right: solid black 0.1vw;
    border-left: solid black 0.1vw;
      border-bottom: solid black 0.1vw;
  padding-right: 1.2vw;
    padding-left: 1.2vw;
  padding-bottom: 1vw;
    margin-left: 0vw;
    font-family: 'Courrier New';
}

.noms{
  margin-top: -0.5vw;
  margin-left: 0vw;
  margin-bottom: 3vw;
}

.imagesF{
  margin-top: 0px;
    margin-left: 2.4vw;
    width: 14.4vw;
    margin-top: 5vw;

}







/* Ressources */




.grille11{
    border-top: 0.1vw solid black;
    border-bottom: 0.1vw solid black;
    border-left: 0.1vw solid black;
    margin-left: 2vw;
        margin-right: 2vw;
  margin-top: 3vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
}

.grille12{
    border-bottom: 0.1vw solid black;
    border-left: 0.1vw solid black;
    margin-left: 2vw;
        margin-right: 2vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
}

.grille13{
    border-bottom: 0.1vw solid black;
    border-left: 0.1vw solid black;
    margin-left: 2vw;
        margin-right: 2vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
}

.right11{
  margin-left: 0vw;
  padding-bottom: 0vw;
  padding-top: 1vw;
  border-right: 0.1vw solid black;
}

.refstitre{
    font-weight: 700;
  margin-top: 0vw;
  padding-left: 1vw;
  margin-bottom: 1vw;
  font-size: 1vw;
}

.refs{
  margin-top: 0vw;
  padding-left: 1vw;
  margin-bottom: 1vw;
  font-size: 1vw;
}

.refs2{
  margin-top: 1vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  font-size: 1vw;
  color: blue;
}

.refs3{
    border-top: solid black 0.1vw;
  margin-top: 1vw;
  padding-top: 1vw;
  padding-left: 1vw;
  margin-bottom: 1vw;
  font-size: 1vw;
}





/* Merch */





.grille7{
    margin-left: 6vw;
        margin-right: 2vw;
  margin-top: 6vw;
      display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
      margin-bottom: 4vw;
}

.grille8{
    margin-left: 2vw;
        margin-right: 2vw;
      display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
  margin-bottom: 0vw;
}

.grille9{
    margin-top: 0vw;
    margin-left: 2vw;
        margin-right: 2vw;
        margin-bottom: 2vw;
      display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0vw;
  grid-row-gap:70px;
}

.right7{
  padding-right: 1.2vw;
  margin-left: 0vw;
  padding-bottom: 0vw;
  padding-top: 0vw;
}

.right8{
  padding-right: 1.2vw;
  padding-bottom: 3vw;
  margin-left: 0vw;
}

.imagesM{
  margin-top: 0px;
    margin-left: 2.4vw;
    width: 14.4vw;
    margin-top: 5vw;

}

p.article{
    margin-bottom: 0vw;
}

.article{
  margin-top: 0vw;
  margin-left: 0vw;
  font-size: 1vw;
  padding: 0vw;
}









