




/****************************/

@media screen and (max-width: 1380px) {
  

  .svg-content
  {
    display: none;
  }
}

@media screen and (min-width: 1380px) {


  body {
      background-color: #122533;
  }
  .wp-front .wp-block-footer{
    display: none;
  }
  .wp-block-header__menu{
    visibility: hidden;
    opacity: 0;
  }

  #main .wp-block-group:first-child {
    min-height: 100vh;
    display: flex;
    align-items: center;
    
  }
  #main{
    display: none;
  }

  #main.show {
    display: block;
  }
  .wp-front .wp-block-header h1 img{
      display: none;
  }
  .wp-front .wp-block-header h1 .show{
      display: block;
  }
  .svg-content
  {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
  }
  .wp-front .wp-block-header h1 .hide{
      display: none;
  }

  .wp-front .wp-block-header h1 svg {
    transform: translate(-50%, -50%) scale(2);
      position: absolute;
      transform-origin: center;
      top: 50%;
      left: 50%;
      z-index: 4;
  }

  .wp-front .wp-block-header .logo-b {
      opacity: 0;
  }

  .wp-front .wp-block-header .logo-w rect {
      fill: white;        /* Fond blanc */
      stroke: transparent; /* Contour transparent */
  }

  .wp-front .wp-block-header .logo-w path {
      fill: #122533;      /* Couleur du texte / éléments */
  }

  .svg-content .loader {
    width: 200px;
    height: 200px;
    position: relative;
  }

  .svg-content .circle, .svg-content .circle-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#fff 0deg, #fff 0deg, #122533 0deg 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    color: white;
    font-size: 20px;
  }
  .svg-content .circle-bg {
    position: absolute;
    background: #ffffff1c;
    z-index: 1;
  }
  

  .svg-content .mask {
    position: absolute;
    width: 198px;  
    height: 198px;
    background-color: #122533;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .svg-content .circle span {
      position: absolute;
      z-index: 3;
      top: 105%;
      font-size: 10px;
  }

  .cadre-anim{
    transform: scale(0.9);
    opacity: 0;
  }
  .image1-anim{
    opacity: 0;
  }

  .image2-anim{
    opacity: 0;
  }

  #anim-text .word, #anim-h2 .word,#anim-h2b .word,#anim-h2c .word {
      position: relative;
      display: inline-block;
  }

  #anim-text .word .mask , #anim-h2 .word .mask, #anim-h2b .word .mask, #anim-h2c .word .mask{
      position: absolute;
      top: 0;
      right: 0; /* positionné à droite */
      width: 100%;
      height: 95%;
      background-color: #495964;
  }

  #anim-h2 .word .mask, #anim-h2b .word .mask {
      border-radius: 8px;
      height: 100%;
      background-color: #e0ebf3;
      inset:0;
      transition: none;
      pointer-events: none;
      opacity: 1;
  }

  
  .cadre-anim-clone{
    position: absolute;
    top: 0;
  }
  .cadre-anim-clone .wp-block-border__content{
    background-color: transparent !important;
  }

}

.wp-front .wp-block-stories {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wp-block-news-cards{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 2630px;
}

.wp-block-group{
  overflow: hidden;
}

