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

 PAGE franceconnect.ejs

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

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

 Block #comment-ca-marche

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

#comment-ca-marche h2 {
  font-size: 34px;
}

#comment-ca-marche .step {
  margin-bottom: 32px;
}

#comment-ca-marche .step .step-info {
  display: flex;
  margin-bottom: 16px;
}

#comment-ca-marche .step .step-info span {
  font-size: 8em;
  line-height: 1;
  font-weight: 800;
  margin-right: 24px;
  background-image: linear-gradient(168deg, #5da0f3, #8e6ee6 15%, #dd3d7a 35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#comment-ca-marche .step .step-info p {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
}

#comment-ca-marche .step .step-info p strong {
  font-weight: 800;
}

#comment-ca-marche .step img {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}

#comment-ca-marche .step p {
  font-size: 1.8em;
  line-height: 1.2;
}

#comment-ca-marche .step p a {
  color: #3e4553;
}

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

 Iframe

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

iframe {
  width: 100vw;
  height: 57vw;
}

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

 RESPONSIVE tablet

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

@media (min-width: 768px) {
   #comment-ca-marche .step .step-container {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  #comment-ca-marche .step:nth-child(2n) .step-container {
    flex-direction: row-reverse;
  }

  #comment-ca-marche .step .step-container .step-info {
    width: 50%;
    flex-direction: column;
    flex-shrink: 0;
  }

  #comment-ca-marche .step .step-container .step-info h3 {
    font-size: 8em;
  }

  #comment-ca-marche .step .step-container .step-info p {
    font-size: 2.4em;
  }

  #comment-ca-marche .step .step-container .image {
    display: flex;
    justify-content: flex-end;
  }

  #comment-ca-marche .step:nth-child(2n) .step-container .image {
    justify-content: flex-start;
  }

  #comment-ca-marche .step .step-container img {
    width: 85%;
    margin: 0;
    flex-shrink: 0;
  }
}

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

 RESPONSIVE desktop

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

@media (min-width: 992px) {
  #comment-ca-marche .step .step-container .step-info {
    width: 54%;
  }

  #comment-ca-marche .step .step-container .step-info p {
    font-size: 2.8em;
    margin-bottom: 16px;
  }

  #comment-ca-marche .step .step-container .step-info p.info-complement {
    font-size: 1.8em;
  }

  iframe {
    width: 100%;
    height: 565px;
  }
}
