/** END FONCTIONS **/
/** HAUT **/
#slide_h {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  margin-bottom: 25px;
}
#slide_h .carousel__slide {
  width: 100%;
  height: 490px;
  padding: 0;
}
#slide_h .content {
  width: 100%;
  height: 100%;
  padding: 0;
}
#slide_h .content .image {
  width: 100%;
  height: 100%;
}
#slide_h .carousel__nav {
  display: none;
}
#slide_h .carousel__dots {
  position: absolute;
  bottom: 30px;
  top: auto;
  transform: rotate(90deg);
  left: 0px;
  right: auto;
  transform-origin: top;
}
#slide_h .carousel__dots .carousel__dot {
  width: 26px;
  height: 26px;
}
#slide_h .carousel__dots .carousel__dot:after {
  opacity: 1;
  background-color: #fff;
  width: 12px;
  height: 12px;
}
#slide_h .carousel__dots .carousel__dot.is-selected:after {
  background-color: #4FDEB5;
}
.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
#h1_h {
  padding: 10px 25px 25px 25px;
}
#h1_h h1 {
  font-family: unit-rounded, sans-serif;
  color: #064899;
  font-size: 2.25em;
  line-height: 1;
}
/** END HAUT **/
/** EQUIPE **/
#equipe_h {
  background: #1C3144;
  padding: 45px 25px 30px 25px;
}
#postes_equipe_h {
  padding-top: 20px;
}
#liste_equipe_h {
  margin: 0 auto;
  max-width: 350px;
}
#liste_equipe_h .carousel__slide {
  width: 300px;
  padding: 0 0;
  margin: 0 15px;
}
#liste_equipe_h .un_poste {
  position: relative;
}
#liste_equipe_h .un_poste .photo {
  height: 390px;
}
#liste_equipe_h .un_poste .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
}
#liste_equipe_h .un_poste .infos .poste {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.1;
  margin-bottom: 10px;
}
#liste_equipe_h .un_poste .infos .intro {
  font-size: 1.375em;
  color: #4FDEB5;
}
#liste_equipe_h .un_poste .infos a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  border-radius: 3px;
  padding: 11px 10px 11px 10px;
  position: relative;
  transition: all 0.25s;
}
#liste_equipe_h .un_poste .infos a span {
  margin-left: 40px;
}
#liste_equipe_h .un_poste .infos a:hover {
  background: #fff;
  color: #064899;
}
#liste_equipe_h .carousel__dots {
  margin-top: 17px;
}
#liste_equipe_h .carousel__dots .carousel__dot {
  border: 1px solid #A5B6CB;
  border-radius: 50%;
  margin: 0 3px;
}
#liste_equipe_h .carousel__dots .carousel__dot:after {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #1C3144;
}
#liste_equipe_h .carousel__dots .carousel__dot.is-selected:after {
  background: #064899;
}
#liste_equipe_h .carousel__nav {
  position: absolute;
  bottom: -35px;
  width: 100%;
  z-index: 2;
}
#liste_equipe_h .carousel__nav .carousel__button {
  color: #fff;
}
#rejoindreh {
  background: #064899;
  padding: 20px;
  border-radius: 6px;
  margin-top: 70px;
}
#rejoindreh .titre_sstitre {
  font-size: 1.875em;
  line-height: 1.2;
}
#rejoindreh .titre_sstitre .titre {
  display: block;
  font-family: unit-rounded, sans-serif;
  text-transform: uppercase;
  color: #4FDEB5;
}
#rejoindreh .titre_sstitre .sstitre {
  display: block;
  color: #fff;
}
#rejoindreh .intro {
  color: #fff;
  font-size: 1em;
  line-height: 1.35;
  margin: 20px 0 20px 0;
}
/** END EQUIPE **/
/** PROPOS **/
#propos_h #conteneur_plus_img .txt {
  padding: 40px 25px 25px 25px;
}
#propos_h #conteneur_plus_img .img_ph {
  position: relative;
  margin-top: 20px;
}
#propos_h #conteneur_plus_img .img_ph:before {
  content: "";
  display: inline-block;
  background: url(../images/carte-france-2x.webp) center center no-repeat;
  width: 271px;
  height: 461px;
  background-size: 271px 461px;
  position: absolute;
  z-index: 2;
  left: -30px;
  top: 50%;
  transform: translate(0%, -50%);
}
#propos_h #conteneur_plus_img .img {
  height: 430px;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
}
/** END PROPOS **/
/** OFFRE **/
#offre_globale_h {
  background: #1C3144;
  padding: 60px 25px 50px 25px;
}
#slide_offre {
  position: relative;
  margin-top: 20px;
}
#slide_offre .carousel__slide {
  padding: 0;
  margin: 0 20px;
  width: 330px;
}
#slide_offre .une_offre {
  margin-top: 50px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 0 25px 25px 25px;
}
#slide_offre .une_offre .picto {
  width: 133px;
  margin: 0px auto -40px auto;
  position: relative;
  top: -60px;
}
#slide_offre .une_offre .titre_extrait .titre {
  font-size: 1.25em;
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
}
#slide_offre .une_offre .titre_extrait .titre:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  background: rgba(28, 49, 68, 0.3);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
#slide_offre .une_offre .titre_extrait .extrait {
  color: #064899;
}
#slide_offre .carousel__dots {
  margin-top: 17px;
}
#slide_offre .carousel__dots .carousel__dot {
  border: 1px solid #A5B6CB;
  border-radius: 50%;
  margin: 0 6px;
}
#slide_offre .carousel__dots .carousel__dot:after {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #1C3144;
}
#slide_offre .carousel__dots .carousel__dot.is-selected:after {
  background: #064899;
}
#slide_offre .carousel__nav {
  position: absolute;
  bottom: -35px;
  width: 100%;
  z-index: 2;
}
#slide_offre .carousel__nav .carousel__button {
  color: #fff;
}
/** END OFFRE **/
/** UNIQUE **/
#offre_unique {
  background: #1C3144;
}
#unique_h {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 25px 45px 25px;
}
#unique_h:after {
  content: "";
  display: inline-block;
  width: calc(100% + 50px);
  margin: 0 -25px;
  height: 300px;
  background: url(../images/bandeau-unique-teoplus.webp) center center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}
#unique_h #titre_unique {
  font-weight: 700;
  font-size: 1.85em;
  padding: 15px 25px 15px 0;
}
#unique_h #titre_unique > span {
  font-family: unit-rounded, sans-serif;
  text-transform: uppercase;
}
#unique_h #titre_unique .b {
  color: #fff;
}
#unique_h #titre_unique .v {
  color: #4FDEB5;
}
#slide_unique {
  position: relative;
}
#slide_unique .carousel__slide {
  padding: 0;
  margin: 0 20px;
  width: 330px;
  background: #064899;
  text-align: center;
  padding: 40px 20px 40px 20px;
  border-radius: 6px;
}
#slide_unique .un_u .titre_sstitre .titre {
  font-family: unit-rounded, sans-serif;
  font-weight: 600;
  font-size: 1.6875em;
  color: #fff;
  display: block;
}
#slide_unique .un_u .titre_sstitre .sstitre {
  font-family: unit-rounded, sans-serif;
  font-weight: 700;
  font-size: 2.3125em;
  color: #fff;
  display: block;
}
#slide_unique .un_u .extrait {
  color: #fff;
  margin: 30px auto 30px auto;
}
#slide_unique .carousel__dots {
  margin-top: 17px;
}
#slide_unique .carousel__dots .carousel__dot {
  border: 1px solid #A5B6CB;
  border-radius: 50%;
  margin: 0 6px;
}
#slide_unique .carousel__dots .carousel__dot:after {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #1C3144;
}
#slide_unique .carousel__dots .carousel__dot.is-selected:after {
  background: #064899;
}
#slide_unique .carousel__nav {
  position: absolute;
  bottom: -35px;
  width: 100%;
  z-index: 2;
}
#slide_unique .carousel__nav .carousel__button {
  color: #fff;
}
#navigation_unique {
  display: none;
}
/** END UNIQUE **/
/** PROJETS **/
#conteneur_projets {
  padding-top: 40px;
  padding-bottom: 20px;
}
#conteneur_projets .intro {
  color: rgba(28, 49, 68, 0.5);
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 300;
}
#filtres_projets .cat-list {
  position: relative;
  border: 1px solid #064899;
  border-radius: 4px;
  padding: 0px 10px 0px 10px;
}
#filtres_projets .cat-list .btn-deroule {
  color: #4FDEB5;
  position: absolute;
  right: 0px;
  font-size: 20px;
  top: 30px;
  transform: translate(0%, -50%);
  width: 50px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filtres_projets .cat-list > li {
  margin: 10px 0;
}
#filtres_projets .cat-list > li .cat-list_item {
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}
#filtres_projets .cat-list > li .cat-list_item .picto {
  width: 40px;
  margin-right: 15px;
}
#filtres_projets .cat-list > li .cat-list_item .nom {
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  color: #1C3144;
}
#filtres_projets .cat-list > li:not(:first-child) {
  display: none;
  margin-top: 10px;
}
#liste_prh {
  margin-top: 20px;
}
#liste_prh .unprojet {
  position: relative;
  margin-bottom: 15px;
}
#liste_prh .unprojet a {
  display: block;
  height: 200px;
}
#liste_prh .unprojet a .titre {
  font-family: unit-rounded, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#filtres_l_pr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.un_temoignage {
  background: #1C3144;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  min-height: 220px;
}
.un_temoignage .visuel_tem {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.un_temoignage .nom_extrait {
  color: #fff;
  padding: 150px 0 0 0;
}
.un_temoignage .nom_extrait .nom {
  font-family: unit-rounded, sans-serif;
  font-weight: 700;
  color: #4FDEB5;
  font-size: 1.875em;
  text-transform: uppercase;
  position: absolute;
  top: 80px;
  right: 30px;
}
.un_temoignage .nom_extrait .nom:before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 39px;
  background: url(../images/guillemets-2x.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -60px;
  right: 92px;
}
.un_temoignage .nom_extrait .extrait {
  line-height: 1.35;
  color: #fff;
}
.un_temoignage .nom_extrait a {
  display: block;
}
/** END PROJETS **/
/** ACTUS **/
#actus_h {
  background: #ECEFF4;
  padding: 40px 25px 140px 25px;
}
#actus_h .les_articles {
  position: relative;
  margin-top: 15px;
  margin-bottom: 90px;
}
#actus_h .les_articles .carousel__slide {
  padding: 0;
  width: 330px;
  margin: 0 20px;
}
#actus_h .les_articles .carousel__dots {
  margin-top: 17px;
}
#actus_h .les_articles .carousel__dots .carousel__dot {
  border: 1px solid #A5B6CB;
  background: #fff;
  border-radius: 50%;
  margin: 0 6px;
}
#actus_h .les_articles .carousel__dots .carousel__dot:after {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #fff;
}
#actus_h .les_articles .carousel__dots .carousel__dot.is-selected:after {
  background: #064899;
}
#actus_h .les_articles .carousel__nav {
  position: absolute;
  bottom: -35px;
  width: 100%;
  z-index: 2;
}
#actus_h .les_articles .carousel__nav .carousel__button {
  color: #4FDEB5;
}
#btn_actus_h {
  text-align: center;
}
/** END ACTUS **/
#section_actus {
  padding: 100px 0;
}
/* Version 768 */
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  /** HAUT **/
  #haut_h {
    background: #1C3144;
  }
  #conteneur_h {
    position: relative;
    height: 860px;
  }
  #slide_h {
    position: absolute;
    width: 1310px;
    height: 100%;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  #slide_h .video-container {
    max-width: 100%;
    max-height: 860px;
  }
  #slide_h .carousel__slide {
    height: 860px;
    overflow: hidden;
  }
  #slide_h:after {
    content: "";
    display: inline-block;
    background: #1C3144;
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    clip-path: polygon(100% 0%, -20% 100%, 100% 100%);
  }
  #slide_h .carousel__dots {
    position: absolute;
    bottom: 60px;
  }
  #h1_h {
    background: url(../images/haut-home-2x.webp) bottom left no-repeat;
    background-size: 1017px 707px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1017px;
    height: 703px;
    display: flex;
    align-items: center;
    padding: 0 0 0 140px;
    overflow: hidden;
  }
  #h1_h h1 {
    font-size: 4em;
    max-width: 600px;
    padding-top: 130px;
    transition: all 0.25s;
  }
  #h1_h h1:hover {
    color: #4FDEB5;
  }
  #h1_h:before,
  #h1_h:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: rgba(28, 49, 68, 0.3);
    transform: rotate(104deg);
  }
  #h1_h:before {
    width: 250px;
    top: 130px;
    left: 95px;
  }
  #h1_h:after {
    width: 220px;
    bottom: 40px;
    left: -20px;
  }
  /** END HAUT **/
  .home #primary {
    padding-top: 0;
    padding-bottom: 0;
  }
  /** EQUIPE **/
  #equipe_h {
    background: none;
    position: relative;
    padding-bottom: 10px;
  }
  #equipe_h:before {
    content: "";
    background: #1C3144;
    display: inline-block;
    width: 100%;
    height: 520px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #equipe_h:after {
    content: "";
    background: #1C3144;
    display: inline-block;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(120% 0, 0 0, 0 100%);
  }
  #equipe_h #intro_equipe {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 330px 0 20px;
  }
  #equipe_h #intro_equipe p .blanc {
    font-size: 1.375em;
  }
  #postes_equipe_h {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto -100px auto;
    padding: 60px 20px 0px 20px;
    display: flex;
    align-items: flex-end;
  }
  #liste_equipe_h {
    max-width: 960px;
    margin: 0;
  }
  #liste_equipe_h .un_poste {
    overflow: hidden;
  }
  #liste_equipe_h .un_poste .photo {
    height: 540px;
  }
  #liste_equipe_h .un_poste .infos {
    max-width: 100%;
    transition: all 0.25s;
    bottom: -55px;
  }
  #liste_equipe_h .un_poste .infos .poste {
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #liste_equipe_h .un_poste .infos .intro {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #liste_equipe_h .un_poste .infos a {
    margin-top: 20px;
  }
  #liste_equipe_h .un_poste:hover .infos {
    bottom: 0;
  }
  #liste_equipe_h .carousel__nav {
    max-width: 400px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #liste_equipe_h .carousel__nav .carousel__button {
    color: #4FDEB5;
  }
  #liste_equipe_h .carousel__dots {
    max-width: 300px;
  }
  #rejoindreh {
    height: 480px;
    flex: 1;
    margin: 0 0 0 30px;
    text-align: center;
  }
  #rejoindreh .titre_sstitre {
    position: relative;
    padding: 0 0 30px 0;
    margin-top: -40px;
  }
  #rejoindreh .titre_sstitre .titre {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 0.85;
  }
  #rejoindreh .titre_sstitre:after {
    content: "";
    display: inline-block;
    width: 170px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  #rejoindreh .intro {
    font-size: 1.25em;
    margin: 25px 0 45px 0;
  }
  #equipe_propos {
    background: url(../images/fond-a-propos.webp) center bottom no-repeat;
    background-size: 1920px 1138px;
  }
  /** END EQUIPE **/
  /** A PROPOS **/
  #propos_h {
    position: relative;
    padding: 260px 0 100px 0;
    height: 935px;
  }
  #propos_h #conteneur_plus_img {
    height: 100%;
    display: flex;
  }
  #propos_h #conteneur_plus_img .txt {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 690px 0 20px;
    position: relative;
    z-index: 3;
  }
  #propos_h #conteneur_plus_img .img_ph {
    margin: 0;
    position: absolute;
    width: 940px;
    max-width: 45%;
    bottom: 0;
    right: 0;
  }
  #propos_h #conteneur_plus_img .img_ph .img {
    height: 680px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
  }
  #propos_h #conteneur_plus_img .img_ph:before {
    width: 542px;
    height: 922px;
    background-size: 542px 922px;
    left: -105px;
  }
  /** END A PROPOS **/
  /** OFFRE / UNIQUE **/
  #slide_offre {
    margin-top: 65px;
    display: flex;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #slide_offre .carousel__slide {
    margin: 0 100px 0 0;
    width: 250px;
    overflow: visible;
  }
  #slide_offre .carousel__slide:last-child {
    margin-right: 0;
  }
  #slide_offre .carousel__slide:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 116px;
    height: 67px;
    background: url(../images/fleche-droite-offre-2x.webp) center center no-repeat;
    background-size: 116px 67px;
    position: absolute;
    right: -80px;
    top: 215px;
    z-index: 1;
  }
  #slide_offre .une_offre {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
  #slide_offre .une_offre:before,
  #slide_offre .une_offre:after {
    content: "";
    background: #4FDEB5;
    display: inline-block;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 1;
    transition: all 0.25s;
  }
  #slide_offre .une_offre:before {
    bottom: 25px;
  }
  #slide_offre .une_offre:after {
    bottom: 15px;
    transform: rotate(-90deg);
    transform-origin: left;
  }
  #slide_offre .une_offre .picto {
    width: 200px;
    margin: 0px auto -70px auto;
    top: -85px;
  }
  #slide_offre .une_offre .titre_extrait .titre {
    font-size: 1.5em;
    padding: 0 0 25px 0;
    margin-bottom: 20px;
    min-height: 73px;
  }
  #slide_offre .une_offre .titre_extrait .extrait {
    overflow: hidden;
    max-height: 86px;
    transition: max-height 0.25s ease-in;
  }
  #slide_offre .une_offre a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 5px;
    transition: all 0.25s;
  }
  #slide_offre .une_offre:hover .titre_extrait .extrait {
    max-height: 800px;
  }
  #slide_offre .une_offre:hover:after {
    opacity: 0;
  }
  #offre_globale_h {
    height: 690px;
    background: none;
    padding-bottom: 0;
  }
  #conteneur_offre_g {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #offre_unique {
    background: url(../images/bandeau-unique-teoplus.webp) center bottom no-repeat #1C3144;
    background-size: 1920px 860px;
    position: relative;
  }
  #offre_unique:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 0%);
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  #offre_unique #unique_h {
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    margin: 370px auto 0 auto;
  }
  #offre_unique #unique_h:after {
    content: none;
  }
  #offre_unique #slide_unique {
    max-width: 400px;
    z-index: 1;
    display: flex;
    margin-bottom: 0;
    margin-left: 80px;
  }
  #offre_unique #slide_unique .carousel__slide {
    width: 400px;
    background: none;
    margin: 0 0;
  }
  #offre_unique #slide_unique .carousel__slide.is-selected {
    width: 400px;
    background: #064899;
  }
  #offre_unique #slide_unique .carousel__slide.is-selected .un_u .titre_sstitre,
  #offre_unique #slide_unique .carousel__slide.is-selected .un_u .extrait,
  #offre_unique #slide_unique .carousel__slide.is-selected .un_u .lien {
    opacity: 1;
  }
  #offre_unique #slide_unique .carousel__slide.is-selected .un_u .titre_sstitre {
    font-size: 1em;
    opacity: 0;
  }
  #offre_unique #slide_unique .carousel__slide.is-selected .un_u .extrait {
    font-size: 1em;
  }
  #offre_unique #slide_unique .carousel__slide:nth-of-type(1) {
    transform-origin: top right;
  }
  #offre_unique #slide_unique .un_u {
    min-height: 330px;
  }
  #offre_unique #slide_unique .un_u .titre_sstitre {
    opacity: 0;
    font-size: 0.75em;
  }
  #offre_unique #slide_unique .un_u .extrait {
    margin: 60px auto 45px auto;
    opacity: 0;
    font-size: 0.2em;
  }
  #offre_unique #slide_unique .un_u .lien {
    opacity: 0;
  }
  #offre_unique #slide_unique .carousel__dots {
    margin-top: 0;
    bottom: auto;
    top: 115px;
    justify-content: space-between;
    padding: 0 60px;
    width: 730px;
    left: -167px;
  }
  #offre_unique #slide_unique .carousel__dots .carousel__dot {
    border: none;
    z-index: 1;
    width: 32px;
  }
  #offre_unique #slide_unique .carousel__dots .carousel__dot:after {
    background: #ffffff;
  }
  #offre_unique #slide_unique .carousel__dots .carousel__dot.is-selected {
    opacity: 1;
  }
  #offre_unique #slide_unique .carousel__dots .carousel__dot.is-selected:after {
    background: #4FDEB5;
  }
  #offre_unique #slide_unique .carousel__dots:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
  }
  #offre_unique #slide_unique .carousel__nav {
    display: none;
    position: absolute;
    bottom: auto;
    top: 126px;
    width: 100%;
    z-index: 2;
    max-width: 640px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #offre_unique #slide_unique .carousel__nav .carousel__button {
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    width: 12px;
    height: 12px;
  }
  #offre_unique #slide_unique .carousel__nav .carousel__button svg {
    display: none;
  }
  #offre_unique #titre_unique {
    font-size: 5em;
    padding: 0;
    text-align: right;
    line-height: 0.9;
    max-width: 410px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 130px;
  }
  #offre_unique #titre_unique .v {
    display: block;
    font-size: 1.325em;
  }
  #navigation_unique {
    display: block;
    margin: 0;
    position: absolute;
    top: 20px;
    left: -120px;
    z-index: 2;
  }
  #navigation_unique .carousel__slide {
    width: 280px;
    text-align: center;
  }
  #navigation_unique .carousel__slide.is-nav-selected .un_u .titre_sstitre {
    opacity: 1;
    font-size: 1em;
  }
  #navigation_unique .un_u .titre_sstitre {
    opacity: 0.3;
    font-size: 1em;
  }
  #navigation_unique .un_u .titre_sstitre .titre {
    font-family: unit-rounded, sans-serif;
    font-weight: 600;
    font-size: 1.6875em;
    color: #fff;
    display: block;
  }
  #navigation_unique .un_u .titre_sstitre .sstitre {
    font-family: unit-rounded, sans-serif;
    font-weight: 700;
    font-size: 2.3125em;
    color: #fff;
    display: block;
  }
  /** END OFFRE / UNIQUE **/
  /** PROJETS **/
  #conteneur_projets {
    padding-top: 140px;
  }
  #conteneur_projets #titre_projets_h {
    display: inline-block;
  }
  #filtres_l_pr {
    margin-top: 75px;
    margin-bottom: 0;
  }
  #filtres_projets .cat-list {
    padding: 0;
    border: none;
    display: flex;
    position: relative;
  }
  #filtres_projets .cat-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgba(28, 49, 68, 0.3);
    position: absolute;
    left: 50%;
    top: 91px;
    transform: translate(-50%, 0%);
  }
  #filtres_projets .cat-list > li {
    margin: 0 10px;
    display: block !important;
    padding: 0 10px;
    min-width: 180px;
  }
  #filtres_projets .cat-list > li:not(:first-child) {
    margin: 0;
  }
  #filtres_projets .cat-list > li .cat-list_item {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
  #filtres_projets .cat-list > li .cat-list_item .picto {
    margin: 0 0 50px 0;
    width: 66px;
  }
  #filtres_projets .cat-list > li .cat-list_item .nom {
    position: relative;
    transition: all 0.25s;
  }
  #filtres_projets .cat-list > li .cat-list_item .nom:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    top: -26px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #filtres_projets .cat-list > li .cat-list_item:hover .nom {
    color: #4FDEB5;
  }
  #filtres_projets .cat-list > li.active .cat-list_item .nom:before {
    background: #4FDEB5;
  }
  #liste_prh {
    margin-top: 80px;
    height: 635px;
    position: relative;
  }
  #liste_prh .unprojet {
    margin: 0;
    position: absolute;
  }
  #liste_prh .unprojet:nth-of-type(1),
  #liste_prh .unprojet:nth-of-type(2),
  #liste_prh .unprojet:nth-of-type(3),
  #liste_prh .unprojet:nth-of-type(4) {
    width: 310px;
    height: 310px;
  }
  #liste_prh .unprojet:nth-of-type(5) {
    width: 635px;
    height: 310px;
    bottom: 0;
    left: 325px;
  }
  #liste_prh .unprojet:nth-of-type(1) {
    left: 0;
    top: 0;
  }
  #liste_prh .unprojet:nth-of-type(2) {
    left: 325px;
    top: 0;
  }
  #liste_prh .unprojet:nth-of-type(3) {
    left: 650px;
    top: 0;
  }
  #liste_prh .unprojet:nth-of-type(4) {
    left: 0;
    bottom: 0;
  }
  #liste_prh .unprojet a {
    height: 100%;
  }
  #liste_prh .unprojet a:hover .titre {
    opacity: 1;
    color: #4FDEB5;
  }
  #liste_prh .unprojet .titre {
    opacity: 0;
    transition: all 0.25s;
  }
  .un_temoignage {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 300px;
    height: 635px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .un_temoignage .visuel_tem {
    width: 100%;
    height: 100%;
  }
  .un_temoignage .visuel_tem:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 320px;
    background: #020024;
    background: linear-gradient(0deg, #1c3144 0%, #1c3144 19%, rgba(28, 49, 68, 0) 100%);
    position: absolute;
    bottom: 0;
  }
  .un_temoignage .nom_extrait {
    position: relative;
    z-index: 2;
  }
  .un_temoignage .nom_extrait .nom {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    font-size: 2.8125em;
    margin-bottom: 10px;
  }
  .un_temoignage .nom_extrait .nom:before {
    width: 95px;
    height: 64px;
    position: absolute;
    top: -90px;
    right: auto;
    left: -25px;
  }
  /** END PROJETS **/
  /** ACTUS **/
  #projets_actus {
    overflow: hidden;
  }
  #actus_h {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    padding-top: 130px;
  }
  #actus_h:before {
    content: "";
    display: inline-block;
    width: 1920px;
    height: 230px;
    background: #ECEFF4;
    position: absolute;
    left: 50%;
    top: -230px;
    transform: translate(-50%, 0%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
  }
  #actus_h #titre_actus {
    display: inline-block;
  }
  #actus_h .les_articles {
    margin-top: 45px;
  }
  #actus_h .les_articles .carousel__slide {
    width: 300px;
    margin: 0 5px 0 0;
  }
  #actus_h .les_articles .une_actu {
    position: relative;
    overflow: hidden;
  }
  #actus_h .les_articles .une_actu:before {
    content: "";
    display: inline-block;
    width: 300px;
    height: 300px;
    background: rgba(6, 72, 153, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  #actus_h .les_articles .une_actu:hover .contenu {
    bottom: 0;
    background: #fff;
    height: 100%;
  }
  #actus_h .les_articles .une_actu:hover .contenu .titre {
    color: #4FDEB5;
  }
  #actus_h .les_articles .une_actu:hover .contenu .resume {
    color: #064899;
  }
  #actus_h .les_articles .visuel {
    position: relative;
  }
  #actus_h .les_articles .visuel img {
    height: 300px;
  }
  #actus_h .les_articles .contenu {
    transition: all 0.25s;
    position: absolute;
    left: 0;
    bottom: -30px;
    background: none;
    z-index: 2;
    padding: 40px 40px 0px 40px;
  }
  #actus_h .les_articles .contenu .date {
    position: relative;
    top: 0;
    left: 0;
  }
  #actus_h .les_articles .contenu .resume {
    color: #fff;
    margin-bottom: 40px;
    transition: all 0.25s;
  }
  #actus_h .les_articles .carousel__dots {
    margin-top: 30px;
  }
  #actus_h .les_articles .carousel__nav {
    margin: 0;
    max-width: 380px;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0%);
  }
  .conteneur_actus_h {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
  }
  #btn_actus_h {
    position: absolute;
    top: -500px;
    right: 0;
  }
  /** END ACTUS **/
  .home footer#footer_teoplus {
    margin-top: -130px;
  }
}
/* Version > 1600 */
