/*
TOPHEADER
*/

.firstblock {
  height: 34px;     /* "HITBOX" DU PREMIER HEADER */
}

.TOPHEADER {
  width: 100%;
  margin-left: 0;
  margin-right: 0;        /* STYLE DU PREMIER HEADER */
  height: 34px;
  line-height: 40px;
  background-color: #FFC312;
  position: fixed;
  z-index: 999;
}

.topheadermenu {
  float: left;
  margin-left: 360px;     /* MENU DU PREMIER HEADER */
  font-size: 12px;
  color: black;
  font-family: sans-serif;
}
.topheadermenu a {
  margin-right: 15px;       /* LIENS DU MENU */
  color: #2d3436;
}

.topheadermenu a:hover {
    color: #57606f;
    border-bottom: 1px solid #57606f;
    transition: all 0.3s ease-in-out;     /* STYLE DES LIENS */
    border-top: 1px solid #57606f;
}

#mail-2 {
  visibility: hidden;
}
#numero-2 {
  visibility: hidden;
}

/*
TOPHEADER
*/

/*
HEADER
*/

.secondblock {
  height: 82px;     /* "HITBOX" DE L'HEADER PRINCIPAL */
}

.header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;        /* STYLE DE L'HEADER PRINCIPAL */
  height: 82px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 999;
  transition: 0.2s;
  border-bottom: 2px solid black;
}

.headerlogo {
  float: left;
  margin-left: 365px;     /* LOGO MANUFORCE */
  width: 80px;
}

.headermenu{
  float: right;
  margin-right: 350px;      /* MENU HEADER PRINCIPAL */
  font-size: 16px;
  font-family: sans-serif;
  margin-top: 35px;
  font-weight: bold;
  text-shadow: #000000 1.1px 1.1px, #000000 -1.1px 1.1px, #000000 -1.1px -1.1px, #000000 1.1px -1.1px, #000000 1.1px 1.1px, #000000 -1.1px 1.1px, #000000 -1.1px -1.1px, #000000 1.1px -1.1px;
}

.headermenu a {
  margin-right: 15px;
  color: #FFC312;                         /* lIENS DU MENU DE L'HEADER PRINCIPAL */
  border-bottom: 2px solid transparent;
}

.headermenu a:hover {
    color: #2d3436;
    border-bottom: 2px solid #FFC312;     /* STYLE DES LIENS DU MENU DE L'HEADER PRINCIPAL */
    transition: all 0.3s ease-in-out;
    font-family: sans-serif;
    text-shadow: #FFC312 1px 1px, #FFC312 -1px 1px, #FFC312 -1px -1px, #FFC312 1px -1px;
}

/*
hamburger
*/

.hamburger{
  visibility: hidden;
}

#menu{
	width: 35px;
	height: 30px;
	margin: 30px 20px 20px 0px;
	cursor: pointer;
}
.bar{
	height: 5px;
	width: 100%;
	background-color: #ffc312;
	display: block;
	border-radius: 5px;
	transition: 0.3s ease;
}
#bar1{
	transform: translateY(-4px);
}
#bar3{
	transform: translateY(4px);
}
.nav li a{
	color: #2d3436;
	font-weight: bold;
  text-decoration:  none
}
.nav li a:hover{
  text-decoration:line-through;
}
.nav li{
	list-style: none;
	padding: 16px 0;
  text-align: center;
}
.nav{
	padding: 0;
	margin: 20px 5px;
	transition: 0.3s ease;
	display: none;
}
.menu-bg, #menu-bar{
	top: 0;
	right: 20px;
	position: absolute;
}
.menu-bg{
	z-index: 1;
	width: 0;
	height: 0;
	margin: 30px 20px 20px 0px;
	background: radial-gradient(circle,#ffc312,#ffc312);
	border-radius: 50%;
	transition: 0.3s ease;
}
#menu-bar{
	z-index: 2;
}
.change-bg{
	width: 500px;
	height: 490px;
  border: 1px solid #2d3436;
	transform: translate(60%,-6%);
}
.change .bar{
	background-color: #2d3436;
  margin-left:  57px;
  transition: 0.5s ease;
}
.change #bar1{
	transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
	opacity: 0;
  transition: 0s ease;
}
.change{
	display: block;
}

/*
hamburger
*/

/*
HEADER
*/


/*
FOOTER
*/
footer {
  background-color: black;      /* STYLE FOOTER */
  height: 40px;
}

.footer-text {
  color: #grey;
  padding-left: 360px;      /* STYLE TEXTE FOOTER */
  padding-top: 8px;
}
/*
FOOTER
*/

.titre {
  background-color: #2d3436;
  width: 100%;
}

.logo-coffre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
headers
*/
@media screen and (max-width:1500px) {
  .topheadermenu {
      margin-left: 75px;
  }
  .headermenu {
      margin-right: 75px;
  }
  .headerlogo {
      margin-left: 75px;
  }
}

@media screen and (max-width:980px) {
  .headermenu {
      display: none;
  }
  .hamburger{
    visibility: visible;
  }
}

@media screen and (max-width:440px) {
  .topheadermenu {
      margin-left: 10px;
  }
  .headerlogo {
      margin-left: 10px;
  }
}
@media screen and (max-width:1140px) {
  .footer-text {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 375px) {
  #mail-1 {
    display: none;
  }
  #numero-1 {
    display: none;
  }
  #mail-2 {
    visibility: visible;
    font-size: 24px;
  }
  #numero-2 {
    visibility: visible;
    font-size: 24px;
  }
}
/*
headers
*/
