
@media screen and (min-width: 1200px) {
  body.home header {
    position: absolute;
    width: 45vw;
    top: 15vh;
    left: 3vw;
    z-index: 5;
  }
}

/**** Introduction *****/
.home-introduction {
  margin-top: 5vh;
  padding-left: 30px;
}
.home-introduction h1 {
  font-size: 1.5rem;
  margin-bottom: 2vh;
  color: var(--primary-color);
}
.home-introduction h1 strong {
  font-size: 2rem;
  font-weight: 700;
}
.home-introduction h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--secondary-color);
  margin-bottom: 3vh;
}
.home-introduction p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .home-introduction {
    margin-top: 45vh;
    padding-left: 8vw;
    min-height: 40vh;
  }
  .home-introduction h1 {
    font-size: 1.875rem;
    margin-bottom: 3vh;
  }
  .home-introduction h1 strong {
    font-size: 2.5rem;
  }
  .home-introduction h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-introduction {
    margin-top: 40vh;
  }
}

/**** Banniere *****/
.home-banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .home-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    /* height: 130vh; */
  }
}
@media screen and (min-width: 1400px) {
  .home-banner {
    /* height: 100vh; */
  }
}
@media screen and (min-width: 1600px) {
  .home-banner {
    /* height: 85vh; */
  }
}
.home-banner .home-banner-slider {
  width: 100%;
}
.container-image {
    float: right;
    position: relative;
    margin-top: 2vh;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    height: 45vh;
    /* border-top-left-radius: 55%;
    border-bottom-left-radius: 55%; */
    max-width: 100vw; /* Ajustez selon votre layout */
    overflow: hidden; /* Coupe ce qui dépasse */
    background: white; /* Couleur de fond de votre site */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1200px) {
  .container-image {
    max-width: 55vw;
    height: 85vh;
    margin-top: 0;
    -webkit-mask-image: url("../images/mask-slider-home.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: left bottom;

    mask-image: url("../images/mask-slider-home.svg");
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: left bottom;
    pointer-events: all;
  }
  .container-image:before {
    position: absolute;
    content: '';
    width: auto;
    height: 80%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 20px 5px rgba(21,47,78,0.5);
  }
  .container-image:after {
    position: absolute;
    content: '';
    width: auto;
    height: 65%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 20px 5px rgba(21,47,78,0.5);
    aspect-ratio: 1/1;
  }
  .container-image:hover:after {
    background-color: var(--btn-color-1);
    mix-blend-mode: multiply;
  }
} 
@media screen and (min-width: 1600px) {
  .container-image:before {
    left: 10%;
    right: inherit;
  }
  .container-image:after {
    left: 15%;
    right: inherit;
  }
}
.home-banner .slider-titles {
  position: absolute;
  top: 30px;
  right: 25px;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.home-banner .slider-titles li {
  display: flex;
  align-items: center;
  gap: 15px;
  outline: none;
}
.home-banner .slider-titles li .title {
  opacity: 0;
  transition: 0.5s all;
}
.home-banner .slider-titles li .num {
  position: relative;
  width: 80px;
  height: auto;
  font-weight: 900;
  font-size: 1.25rem;
  opacity: 0.75;
  border-right: 1px solid var(--primary-color);
  text-align: center;
}
.home-banner .slider-titles li.is-active .num {
  color: var(--secondary-color);
  border-right: 4px solid var(--secondary-color);
  font-size: 2.5rem;
  opacity: 1;
}
.home-banner .slider-titles li.is-active .title {
  opacity: 1;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Maven Pro';
}
@media screen and (min-width: 1200px) {
  .home-banner .slider-titles {
    top: 30px;
    right: 50px;
  }
  .home-banner .slider-titles li {
    gap: 20px;
  }
  .home-banner .slider-titles li .num {
    width: 115px;
    font-size: 1.875rem;
  }
  .home-banner .slider-titles li.is-active .num {
    font-size: 3.75rem;
  }
  .home-banner .slider-titles li.is-active .title {
    letter-spacing: 2px;
  }
}

/**** Home accès rapides*****/
.home-acces-rapides {
  position: relative;
  margin-top: 5vh;
}
.home-acces-rapides .item-acces {
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #E5EAF7;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  z-index: 3;
  border: 10px solid #fff;
}
.home-acces-rapides .item-acces.dot2 {
  background-color: #D9E1F4;
}
.home-acces-rapides .item-acces.dot3 {
  background-color: #CCD7F0;
}
.home-acces-rapides .item-acces.dot4 {
  background-color: #BFCDEC;
}
.home-acces-rapides .item-acces.dot5 {
  background-color: #A6B9E5;
}
.home-acces-rapides .item-acces:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(2,56,180,0.32);
}
.home-acces-rapides .item-acces:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-acces-rapides .item-acces img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 25px;
  margin: 0 auto 10px auto;
}
.home-acces-rapides .item-acces h3 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--secondary-color);
}
.home-acces-rapides .dot-virage {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15vw;
  width: 10px;
  height: 10px;
}
.home-acces-rapides .dot-virage-2 {
  position: absolute;
  bottom: 30px;
  margin: auto;
  right: 15vw;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .home-acces-rapides .item-acces img {
    height: 35px;
  }
  .home-acces-rapides .item-acces h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-acces-rapides {
    margin-top: 8vh;
  }
}
/**** Forme SVG ****/
.morphSVG {
  margin-top: 5vh;
  margin-bottom: -15vh;
  position: relative;
  z-index: 5;
}
.morphSVG svg {
  width: 350px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .morphSVG {
    margin-top: 2vh;
    margin-bottom: -30vh;
  }
  .morphSVG svg {
    width: 650px;
  }
}

/***** Home bloc valeurs ****/
.bloc-valeurs {
  position: relative;
  color: #fff;
  background-color: var(--primary-color);
  padding-top: 15vh;
  padding-bottom: 5vh;
}
.bloc-valeurs .bg {
  background-color: var(--primary-color);
  padding-top: 40px;
}
.bloc-valeurs h2 {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 5vh;
}
.bloc-valeurs h2 strong {
  display: block;
  font-weight: 900;
}
.bloc-valeurs .item-valeur {
  padding: 20px 20px 40px 20px;
  background-color: rgba(0,116,255,0.1);
  margin-bottom: 30px;
  height: -webkit-fill-available;
}
.bloc-valeurs .item-valeur h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  margin-bottom: 1.5rem;
}
.bloc-valeurs .item-valeur .chiffre-cle {
  display: flex;
  flex-direction: column;
}
.bloc-valeurs .item-valeur .chiffre-cle .number {
  font-weight: 900;
  font-family: "Maven Pro";
  font-size: 1.625rem;
}
.bloc-valeurs .item-valeur .chiffre-cle .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.325rem;
}
.bloc-valeurs .item-valeur .chiffre-cle .label {
  font-weight: 300;
  margin-top: 10px;
}
.bloc-valeurs .photo-separation {
  position: relative;
  margin-top: 10vh;
  width: 100%;
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bloc-valeurs .photo-separation:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(21,47,78,0.4);
}
@media screen and (min-width: 991px) {
  .bloc-valeurs {
    margin-top: 20vh;
    margin-bottom: 20vh;
    padding-top: 20vh;
  }
  .bloc-valeurs:before{
    content:"";
    position:absolute;
    left:50%;
    top:-100px;                /* règle la “profondeur” */
    transform:translateX(-50%);
    width:125%;                   /* évite de voir les coins */
    height:500px;                 /* ~ 2x |bottom| */
    background:var(--primary-color);            /* même couleur que la section */
    border-radius:50%;
    z-index:0;
  }
  .bloc-valeurs:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-100px;                /* règle la “profondeur” */
    transform:translateX(-50%);
    width:125%;                   /* évite de voir les coins */
    height:500px;                 /* ~ 2x |bottom| */
    background:var(--primary-color);            /* même couleur que la section */
    border-radius:50%;
    z-index:0;
  }
  .bloc-valeurs > * {
    position:relative;
    z-index:1;
  }
  .bloc-valeurs h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .bloc-valeurs .photo-separation {
    height: 60vh;
  }
}
@media screen and (min-width: 1600px) {
  .bloc-valeurs h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

/**** Vidéo *****/
.bloc-video-rond {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -12.5vw;
  border-radius: 50%;
  width: 60vw;
  aspect-ratio: 1/1;
}
.bloc-video-rond:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(16,57,105,0.8);
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.bloc-video-rond:after {
  position: absolute;
  content: attr(data-title);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: 'Maven Pro';
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.bloc-video-rond video {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .bloc-video-rond {
    right: 15vw;
    left: inherit;
    top: -9.5vw;
    width: 22vw;
  }
}


/***** Citation *****/
.bloc-citation {
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 1.5rem;
}
.bloc-citation h2 {
  text-transform: inherit;
}
.bloc-citation h2 svg {
  margin-right: 15px;
}
.bloc-citation h2 strong {
  display: initial;
}
@media screen and (min-width: 991px) {
  .bloc-citation h2 strong {
    display: block;
  }
}
/**** Engagelents RSE *****/
.home-engagements {
  margin-top: 5vh;
  margin-bottom: 5vh;
  justify-content: center;
}
.item-engagement {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 5vh;
}
.item-engagement .icon {
  width: 135px;
  height: 135px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
}
.item-engagement .icon img {
  width: auto;
  height: 40px;
}
.item-engagement  h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 991px) {
  .home-engagements {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .home-engagements .col-12:not(:last-child) .item-engagement{
    border-right: 1px solid rgba(255,255,255,0.35);
  }
}


/****** Bloc image + texte *****/
.bloc-image-texte {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.bloc-image-texte h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 2px;
  color: var(--secondary-color);
}
.bloc-image-texte h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 5vh;
  color: var(--secondary-color);
}
.bloc-image-texte .image {
  overflow: hidden;
  margin-bottom: 20px;
}
.bloc-image-texte .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .bloc-image-texte {
    padding-bottom: 10vh;
  }
  .bloc-image-texte .image {
    height: 100%;
    border-radius: 75% 0% 0% 75% / 100% 0% 0% 100%;
    corner-shape: superellipse(1.1) squircle round superellipse(1.1);
    margin-bottom: 0;
    margin-right: 25px;
  }
}

/***** les partenaires *****/
.bloc-partenaires {
  margin-top:0;
  margin-bottom: 5vh;
}
.bloc-partenaires .bloc-partenaire {
  height: 100%;
  background-color: rgba(235,239,249,0.4);
}
.bloc-partenaires .bloc-partenaire h2 {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}
.bloc-partenaires .bloc-partenaire h2 strong {
  font-weight: 700;
}
.bloc-partenaires .bloc-partenaire .content {
  padding: 20px;
}
.bloc-partenaires .logo-partenaire {
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  aspect-ratio: 16/9;
}
.bloc-partenaires .logo-partenaire img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bloc-nausicaa {
  margin-top: 30px;
}
.bloc-nausicaa .logo1 img,
.bloc-nausicaa .logo2 img {
  width: auto;
  max-height: 120px;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  .bloc-partenaires {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .bloc-partenaires .bloc-partenaire .content {
    padding: 30px;
  }
}


/***** Actualités et offres d'emploi *****/
.bloc-actualites {
  padding-bottom: 5vh;
}
.bloc-actualites h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.875rem;
  color: var(--secondary-color);
}
.bloc-actualites h2 strong {
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  .bloc-actualites {
    padding-bottom: 10vh;
  }
}