




.u-expanded-width {
    width: 790px !important;
    height: 555px !important;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}




.paragraphePresentation {
  font-size: 0.8em;
}


.activeOnglet{
  /* border-bottom: 4px solid #478ac9; */
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #478ac9;
  text-underline-offset: 9px;
}


.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  /* min-height: 1442px; */
}


.btnContactAccueil {
    color: white !important;
    background-color: var(--primary-color) !important;
    padding: 5px 13px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0) !important;

    transition: all 0.3s;
}
.btnContactAccueil:hover {
  color: var(--primary-color) !important;
  background-color: #ecf2ff !important;
  border: 2px solid var(--primary-color) !important;


}



.cloudContainer {
  cursor: pointer;
  width: fit-content;
  height: 264px;
  overflow: visible;

  margin: 30px auto 60px auto;

  transition: all 0.4s;
}
.cloudContainer:hover {
  background: rgb(216,255,249);
  background: -moz-radial-gradient(circle, rgba(216,255,249,1) 0%, rgba(0,19,65,0) 60%);
  background: -webkit-radial-gradient(circle, rgba(216,255,249,1) 0%, rgba(0,19,65,0) 60%);
  background: radial-gradient(circle, rgba(216,255,249,1) 0%, rgba(0,19,65,0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8fff9",endColorstr="#001341",GradientType=1);


} 

.trainingSvgContainer {
  width: 413px;
  height: 263px;

  position: relative;
  transform: translate(0px, 0px);
  opacity: 1;
}
.formationSvgPath {
  opacity: 1;
  transform:scale(1);  
  fill: none; 
  stroke: var(--primary-color); 
  stroke-width: 1; 
  stroke-linecap: round; 
  stroke-linejoin:  miter; 
  stroke-miterlimit: 4;
  transition: stroke 0.4s;
}

.lightBulbMarkAccueil {
  opacity: 0;
  position: absolute;
  font-size: 5em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  z-index: 999;
  color: var(--primary-color);

  transition: all 0.4s;
}
.cloudContainer:hover .lightBulbMarkAccueil {
  opacity: 1;
}

.lightBulbText {
  opacity: 0;
  position: absolute;
  font-size: 2.2em;
  width: max-content;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -20%);
  z-index: 999;
  color: var(--primary-color);
  transition: all 0.4s;
}
.cloudContainer:hover .lightBulbText {
  opacity: 1;
}




.cloudContainer:hover svg g path {
  stroke-width: 0;
}

.cloudContainer:hover .word-black {
  color: white;
}
.cloudContainer:hover .word-blue {
  color: white;
}

.cloudContainer:hover .word-1 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
} 
.cloudContainer:hover .word-2 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-3 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
} 
.cloudContainer:hover .word-4 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-5 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
} 
.cloudContainer:hover .word-6 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-7 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
} 

.cloudContainer:hover .word-8 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-9 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-10 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-11 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}
.cloudContainer:hover .word-12 {
  opacity: 0;
  filter: blur(40px);
  left: 200px;
}
.cloudContainer:hover .word-13 {
  opacity: 0;
  filter: blur(40px);
  left: 200px;
}
.cloudContainer:hover .word-14a {
  opacity: 0;
  filter: blur(40px);
  left: 200px;
}
.cloudContainer:hover .word-14b {
  opacity: 0;
  filter: blur(40px);
  left: 200px;
}
.cloudContainer:hover .word-15 {
  opacity: 0;
  filter: blur(40px);
  right: 200px;
}






.words {
  font-family: "Work Sans", sans-serif;
  position: absolute;

  opacity: 0;
  transform: scale(0);

  opacity: 1;
  transition: all 0.5s 0s ease-in-out;
}

.word-blue {
  color: var(--primary-color);
}

.word-black {
  /* color: rgb(8, 8, 8); */
  color: rgb(77 78 93);
}

.word-bold-1 {
  font-weight: 100;
}
.word-bold-2 {
  font-weight: 200;
}
.word-bold-3 {
  font-weight: 300;
}
.word-bold-4 {
  font-weight: 400;
}
.word-bold-5 {
  font-weight: 500;
}
.word-bold-6 {
  font-weight: 600;
}
.word-bold-7 {
  font-weight: 700;
}
.word-bold-8 {
  font-weight: 800;
}



/* Stratégie */
.word-1 {
  opacity: 1;
  filter: blur(0px);

  font-size: 3em;
  right: 83px;
  bottom: 28px;

  animation: scaleInWord 1.2s 0.3s ease forwards;
}

/* Energie */
.word-2 {
  opacity: 1;
  filter: blur(0px);

  font-size: 2.1em;
  right: 177px;
  top: 24px;

  animation: scaleInWord 1.2s 0.8s ease forwards;
}

/* Formation */
.word-3 {
  font-size: 1.03em;
  right: 200px;
  top: 10px;

  animation: scaleInWord 1.2s 0.6s ease forwards;
}

/* Maitrise d'ouvrage */
.word-4 {
  font-size: 2.5em;
  width: max-content;
  right: 42px;
  top: 98px;

  animation: scaleInWord 1.4s 1.2s ease forwards;
}

/* Gestion de parc */
.word-5 {
  font-size: 1.9em;
  width: max-content;
  right: 14px;
  top: 140px;

  animation: scaleInWord 1.2s 0.8s ease forwards;
}


/* Décret tertiaire */
.word-6 {
  font-size: 1.5em;
  width: max-content;
  right: 144px;
  top: 210px;

  animation: scaleInWord 1.2s 1s ease forwards;
}


/* Programmation */
.word-7 {
  font-size: 1.7em;
  width: max-content;
  right: 90px;
  top: 78px;

  animation: scaleInWord 1.2s 0.6s ease forwards;
}


/* Conduite d'opération */
.word-8 {
  font-size: 1.52em;
  width: max-content;
  right: 89px;
  top: 58px;

  animation: scaleInWord 1.2s 0.75s ease forwards;
}


/* Patrimoine immobilier */
.word-9 {
  font-size: 1.03em;
  width: max-content;
  right: 89px;
  bottom: 2px;

  animation: scaleInWord 1.2s 0.75s ease forwards;
}



/* Budget */
.word-10 {
  font-size: 0.9em;
  width: max-content;
  right: 96px;
  top: 46px;

  animation: scaleInWord 1.2s 0.75s ease forwards;
}


/* Projet */
.word-11 {
  font-size: 1em;
  width: max-content;
  right: 66px;
  bottom: 23px;

  animation: scaleInWord 1.2s 0.75s ease forwards;
}


/* Conseil */
.word-12 {
  font-size: 1.6em;
  width: max-content;
  left: 19px;
  bottom: 63px;

  animation: scaleInWord 1.2s 1s ease forwards;
}


/* Marchés publics */
.word-13 {
  font-size: 1.07em;
  width: max-content;
  left: 20px;
  bottom: 93px;

  animation: scaleInWord 1s 0.8s ease forwards;
}


/* Marchés publics */
.word-14a {
  font-size: 1.12em;
  width: max-content;
  left: 25px;
  bottom: 45px;

  animation: scaleInWord 1s 1.3s ease forwards;
}
/* Marchés publics */
.word-14b {
  font-size: 1.12em;
  width: max-content;
  left: 42px;
  bottom: 25px;

  animation: scaleInWord 1s 1.3s ease forwards;
}



/* Marchés publics */
.word-15 {
  font-size: 0.87em;
  width: max-content;
  right: 15px;
  bottom: 60px;

  animation: scaleInWord 1s 1s ease forwards;
}


@keyframes scaleInWord {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}





.accueilGrid {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  /* width: 80%; */
  width: 90%;
  margin: 25px auto;
}

.section1 {
  width: 50%;
}
.section2 {
  /* *** SAVE *** */
  /* width: 50%;
  display: flex;
  height: fit-content;

  position: relative;
  bottom: 45px; */

    /* width: 43%; */
    width: 48%;
    position: relative;
    bottom: 31px;
    padding: 5px 54px;
    background: rgb(53,95,195);
    background: -moz-linear-gradient(114deg, rgba(53,95,195,1) 0%, rgba(12,237,200,1) 100%);
    background: -webkit-linear-gradient(114deg, rgba(53,95,195,1) 0%, rgba(12,237,200,1) 100%);
    background: linear-gradient(114deg, rgba(53,95,195,1) 0%, rgba(12,237,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355fc3",endColorstr="#0cedc8",GradientType=1);
    color: white;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 5% 100%);
    border-radius: 9px;

    border-top-right-radius: 24px;
    border-bottom-left-radius: 34px;

}

.widthMaxImportant {
  width: 100% !important;
}



.bgGradientAccueil {
  /* background: radial-gradient(circle, rgba(53,95,195,0.07) 20%, rgba(12,237,200,0) 32%); */
  background: rgba(255, 255, 255, 0) !important;
}


.u-section-1 .u-image-1 {
  height: 886px;
  margin: 20px 0 0;
}

.u-section-1 .u-image-2 {
  width: 521px;
  height: 474px;
  margin: -198px 303px 0 auto;
}

.u-section-1 .u-text-1 {
  letter-spacing: 2px;
  font-size: 0.875rem;
  text-transform: none;
  margin: -22px 359px 0 373px;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  padding: 0;
}

.u-section-1 .u-text-2 {
  font-size: 4.5rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
  margin: 19px 109px 0;
}

.u-section-1 .u-text-3 {
  font-size: 1.875rem;
  text-transform: none;
  letter-spacing: normal;
  font-style: normal;
  line-height: 1.2;
  /* width: 467px; */
  width: 100%;
  margin: 10px auto 60px;
}

.u-section-1 .u-btn-2 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-text-1 {
    width: 409px;
    margin-left: 273px;
    margin-right: 259px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 9px;
    margin-right: 9px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-image-2 {
    margin-right: 199px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 163px;
    margin-right: 149px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-2 {
    margin-right: 19px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 73px;
    margin-right: 59px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1277px;
  }

  .u-section-1 .u-image-2 {
    width: 340px;
    height: 309px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-1 {
    margin-top: 143px;
    margin-left: 0;
    margin-right: 0;
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
  }
}.wordcloud {
	height: 75%;
}



.contactPhrase {
  font-size: 1.4em !important;
}




.isMobile {
  display: none;
}
.isDesktop {
  display: block;
}





@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Votre code CSS pour les tablettes et petits ordinateurs portables ici */
  .accueilGrid {
    width: 95%;
  }
  .section2 {
    width: 43%;

    padding: 5px 30px;
  }

  .contactPhrase {
    font-size: 1.3em !important;
  }

  .bienvenueWord {
    font-size: 1.475rem;
    line-height: 1em;
  }

  .paragraphePresentation {
    font-size: 0.75em;
  }
  
}






/* PHONE */
@media only screen and (max-width: 768px) {

  .isMobile {
    display: block;
  }
  .isDesktop {
    display: none;
  }

  .u-header .u-sheet-1 {
    min-height: 100px;
  }

  .contactPhrase {
    margin: 10px auto 20px !important;
    font-size: 1.2em;
    text-align: center;
  }


  body {
    overflow: hidden !important;
  }
  .accueilGrid {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .section1 {
    width: 100%;
  }
  .section2 {
    width: 93%;
    clip-path: none;
    padding: 5px 13px;

    opacity: 0;
    transform: translateY(75px);
    animation: fadeInSection2 1.2s 1.7s ease forwards;
  }
  @keyframes fadeInSection2 {
    from {
      opacity: 0;
      transform: translateY(75px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }

  }

  .btnContactAccueil {
    line-height: 2.7em !important;
  }

  .cloudContainer {
    transform: scale(0.8);
    margin: 5px auto 11px auto;
  }

  .widthMaxImportant {
    min-height: auto !important;
    margin-bottom: 27px !important;
  }

  .footerAccueil {
    width: 100% !important;
  }
  .footerAccueilTxt {
    width: 100% !important;
  }
  

}

@media only screen and (max-width: 375px) {

  .cloudContainer {
    transform: scale(0.7) translateX(-58px);
  }
}

@media only screen and (max-width: 320px) {
  .cloudContainer {
    transform: scale(0.65) translateX(-100px);
  }

}
