/** END FONCTIONS **/
#bandeau {
  padding: 20px 0;
  padding-bottom: 0;
  background: linear-gradient(90deg, #F42D20, #B50909);
}
#bandeau.expertise h1 span {
  display: block;
  font-family: 'Cooper Hewitt';
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: initial;
}
#bandeau .choix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}
#bandeau .choix li {
  list-style: none;
}
#bandeau .choix li a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Cooper Hewitt';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 50px;
  position: relative;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#bandeau .choix li a:before {
  content: "";
  height: 45px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
}
#bandeau .choix li.current_page_item a {
  background-color: #fff;
  color: #000;
}
#bandeau .choix li.page-item-404 a:before {
  background-image: url(../images/ico_humains_blanc.png);
}
#bandeau .choix li.page-item-404.current_page_item a:before {
  background-image: url(../images/ico_humains_noir.png);
}
#bandeau .choix li.page-item-403 a:before {
  background-image: url(../images/ico_logistique_blanc.png);
}
#bandeau .choix li.page-item-403.current_page_item a:before {
  background-image: url(../images/ico_logistique_noir.png);
}
#bandeau .choix li.page-item-402 a:before {
  background-image: url(../images/ico_technique_blanc.png);
}
#bandeau .choix li.page-item-402.current_page_item a:before {
  background-image: url(../images/ico_technique_noir.png);
}
#bandeau p {
  font-size: 16px;
  color: #fff;
}
#rangee_une .content {
  padding: 50px 0;
}
#rangee_une .visuel {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#rangee_deux .content {
  padding: 50px 20px;
  margin-top: -15vw;
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #F42D20;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#rangee_deux .visuel {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 15vw;
}
#rangee_trois {
  background-color: #303030;
}
#rangee_trois .content {
  padding: 50px 0;
}
#rangee_trois .visuel {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#rangee_trois .lien {
  color: #fff;
}
#rangee_quatre .content {
  padding: 50px 0;
}
#rangee_quatre .visuel {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#rangee_cinq .content {
  padding: 50px 0;
}
#rangee_cinq .visuel {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #bandeau {
    padding: 0;
    background: #eee;
    z-index: 0;
  }
  #bandeau .conteneur {
    height: 100%;
  }
  #bandeau.expertise h1 span {
    font-size: 48px;
    line-height: 1;
  }
  #bandeau .choix {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  #bandeau .content {
    height: 550px;
  }
  #rangee_une {
    position: relative;
    padding: 80px 0;
    height: 500px;
  }
  #rangee_une .content {
    padding: 0;
    padding-right: calc(50% + 150px);
  }
  #rangee_une .visuel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1100px;
    left: 50%;
    height: auto;
    background-size: 1100px;
    transform: translateX(-150px);
    clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%);
  }
  #rangee_une .visuel .barre {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F42D20;
    background-blend-mode: multiply;
    filter: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1100px;
    clip-path: polygon(0 250px, 450px 250px, 450px 390px, 0% 390px);
  }
  #rangee_deux .content {
    margin-top: -150px;
    padding: 75px 50px;
  }
  #rangee_deux .visuel {
    height: 560px;
    padding-top: 150px;
  }
  #rangee_trois {
    background-color: #fff;
    position: relative;
    margin-top: 100px;
  }
  #rangee_trois::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-190px);
    background-color: #303030;
    width: 1200px;
    clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
  }
  #rangee_trois .content {
    padding: 90px 0;
    padding-left: 50%;
    position: relative;
    z-index: 2;
  }
  #rangee_trois .visuel {
    width: 1000px;
    height: auto;
    top: -100px;
    bottom: 100px;
    right: 50%;
    position: absolute;
  }
  #rangee_trois .lien {
    color: #fff;
  }
  #rangee_quatre {
    position: relative;
  }
  #rangee_quatre::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    background-image: url(../images/cercle-rouge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 151px;
    width: 151px;
    height: 151px;
    z-index: 3;
    transform: translateX(-50%);
  }
  #rangee_quatre .content {
    padding: 90px 0;
    padding-right: calc(50% + 100px);
    position: relative;
    z-index: 2;
  }
  #rangee_quatre .visuel {
    width: 960px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
  }
  #rangee_cinq {
    position: relative;
    margin-top: 100px;
  }
  #rangee_cinq .content {
    padding: 90px 0;
    padding-left: calc(50% + 140px);
    position: relative;
    z-index: 2;
  }
  #rangee_cinq .visuel {
    width: 1100px;
    height: auto;
    top: -100px;
    bottom: 100px;
    right: 50%;
    position: absolute;
    transform: translateX(140px);
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 140px) 100%, 0% 100%);
  }
}
