
  
h2, h3{
  text-align: left;
}

.rouge-script-regular {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
    font-size: 2.5rem;
}

.franceprep{
  height: 170px;
}
/* conteneur des icônes */
.header-top-reseau .logos-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* style des logos */
.header-top-reseau .logos-social img {
  height: 22px;
  width: auto;
  display: block;
  transition: transform .2s ease, opacity .2s ease;
}

.header-top-reseau .logos-social img:hover {
  transform: scale(1.08);
  opacity: 0.85;
}

.bouton-redirection{
display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: white;
  color: #0079b2;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}



.logos {
  display: flex;
  align-items: center;
  gap: 20px;           /* espace entre logo et texte */
}

/* pour éviter que le lien rétrécisse bizarrement */
.logos .logo-link {
  display: inline-flex;
  align-items: center;
}

/* ton logo */
.logos .franceprep {
  height: 170px;       /* ajuste si besoin */
  width: auto;
}

/* bloc texte à droite */
.logos .logo-text {
  display: flex;
  flex-direction: column;
}

/* titres */
.logos .logo-text h2 {
  margin: 0 0 5px 0;
  font-size: 1.8rem;
  color: #0079b2;
}

.logos .logo-text h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #444;
}

/* pour les petits écrans : texte sous le logo si tu veux */
@media (max-width: 600px) {
  .logos {
    flex-direction: column;
    text-align: center;
  }
}





nav {
  line-height: inherit !important;
}
.nav-extended {
  z-index: 50;
  background-color: transparent;;
  background-size: 100% 100px, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center, center center;
  background-image: url("../img/bande_blanche.png"),
    linear-gradient(
      120deg,
      #0079b2,
      #69bcd7,
      #0079b2
    );
  border: none;
  position: relative;
  top: 0;
  height: auto;
  box-shadow: 0 0 0px #000000;
}
.nav-extended.min {
  z-index: 50;
  background-color: transparent;
  background-image: url("../img/bande_blanche.png"),
    linear-gradient(
      120deg,
      rgba(237, 248, 255, 0.9),
      rgba(105, 188, 215, 0.9),
      rgba(0, 121, 178, 0.9)
    ),
    url("../img/etapes/fabrication.jpg");
  background-size: 100% 60px, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center, center center;
  border: none;
  position: relative;
  top: 0;
  height: auto;
  box-shadow: 0 0 0px #000000;
}
.nav-extended > .nav-content {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 10px 0;
}
.nav-extended.min > .nav-content {
  padding: 0px 0 0px 0;
}
.nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 49;
  background-image: linear-gradient(
    120deg,
    rgba(237, 248, 255, 1),
    rgba(105, 188, 215, 1),
    rgba(0, 121, 178, 1)
  );
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: solid 2px #fff;
  display: flex;
  height: 0;
  opacity: 0;
  transition: height ease 0.3s, opacity ease 0.1s;
  overflow: hidden;
}

/* ---------------- LOGOS ---------------- */

.nav-fixed > .logos {
  width: 10%;
}
.nav-extended > .nav-content > .row > .col > .left-content > .logos{
  text-align:center;
}
.nav-extended > .nav-content > .row > .col > .left-content > .logos .franceprep {
  height: 150px;
  width: auto;
  margin-top: 10px;
}
.nav-extended > .nav-content > .row > .col > .left-content > .logos .ars,
.nav-extended > .nav-content > .row > .col > .left-content > .logos .iso {
  height: 40px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 10px
}
.nav-extended.min > .nav-content > .row > .col > .left-content > .logos{
  text-align: left;
}
.nav-extended.min > .nav-content > .row > .col > .left-content > .logos .franceprep {
  height: 100px;
  width: auto;
  margin-top: 20px;
  margin-left: 34px;
}
.nav-extended.min > .nav-content > .row > .col > .left-content > .logos .ars {
  margin-left: 27px;
}
.nav-extended.min > .nav-content > .row > .col > .left-content > .logos .ars,
.nav-extended.min > .nav-content > .row > .col > .left-content > .logos .iso {
  height: 30px;
  width: auto;
  margin-top: 5px;
  margin-right: 5px;
}

/* ---------------- FIN LOGOS ---------------- */

/* ------------------- MENU ------------------ */

.nav-fixed > .menu {
  width: 80%;
}
.nav-extended.min > .nav-content > .row {
  margin-bottom: 0px;
}
.nav-extended.min > .nav-content > .row > .col > .center-content > .menu {
  margin-bottom: 10px;
}
.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li.red-btn > a,
.sidenav > li.red-btn > a {
  color:#B22222;
}
.nav-extended > .nav-content > .row > .col > .left-content > a {
  display: none;
  position: absolute;
  right: -7px;
  top: 20px;
}
.nav-fixed > .menu > a {
  display: none;
  position: absolute;
  right: 20px;
  top: 5px;
}
.nav-extended > .nav-content > .row > .col > .left-content > a > i {
  height: inherit;
  line-height: inherit;
  font-size: 2.5rem;
}
.nav-fixed > .menu > a > i {
  height: inherit;
  line-height: inherit;
  font-size: 2rem;
}
.nav-extended > .nav-content > .row > .col > .left-content > a,
.nav-extended > .nav-content > .row > .col > .left-content > a:hover,
.nav-extended > .nav-content > .row > .col > .left-content > a:active,
.nav-fixed > .menu > a,
.nav-fixed > .menu > a:hover,
.nav-fixed > .menu > a:active {
  background-color: transparent;
  outline: none;
  border: none;
}
.nav-extended > .nav-content > .row > .col > .center-content .menu .nav,
.nav-fixed > .menu > .nav {
  display: flex;
  width: 100%;
}

.nav-fixed > .menu > .navside {
  display: none;
}

.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li,
.nav-fixed > .menu > .nav > li {
  flex-grow: 1;
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li > a {
  position: relative;
  padding: 8px 2px;
  font-size: 1.2rem;
  display: inline-block;
  color : #424242;
}
.nav-fixed > .menu > .nav > li > a {
  position: relative;
  padding: 0 2px;
  font-size: 1rem;
  height: 58px;
  line-height: 58px;
  display: inline-block;
}
.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li.active,
.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li:hover,
.nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li > a:hover{
  color: #1c8cb5 !important;
  background: none;
}

.nav-fixed > .menu > .nav > li.active,
.nav-fixed > .menu > .nav > li:hover,
.nav-fixed > .menu > .nav > li > a:hover {
  color: #ffffff !important;
  background: none;
}

@media screen and (min-width: 993px) {
  .nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li > a:not(.active)::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    height: 2px;
    background-image: linear-gradient(
      90deg,
      rgba(0, 121, 178, 0.9),
      rgb(233, 230, 230),
      rgba(240, 18, 53, 0.95)
    );
    transition: all ease 0.3s;
    border-radius: 5px;
  }

  .nav-fixed > .menu > .nav > li > a:not(.active)::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.3s;
    border-radius: 5px;
  }

  .nav-fixed > .menu > .nav > li > a:not(.active)::before {
    border-radius: 5px 5px 0 0;
  }
  .nav-extended
    > .nav-content
    > .row > .col > .center-content
    .menu
    .nav
    li
    a:not(.active):hover::before,
  .nav-fixed > .menu > .nav > li > a:not(.active):hover::before {
    left: 0;
    width: 100%;
  }
  .nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav > li.active > a,
  .nav-fixed > .menu > .nav > li.active > a {
    background: none;
  }
  .nav-extended > .nav-content > .row > .col > .center-content .menu .nav li.active a::before,
  .nav-fixed > .menu > .nav > li.active > a::before {
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}

/* --- Réseaux sociaux ---*/

.nav-extended > .nav-content > .row > .col > .right-content > .col > .logos-social{
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .logos-social > a > img {
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 40px;
}
.nav-extended.min > .nav-content > .row > .col > .right-content > .col > .logos-social{
  text-align: right;
}

/* --- BOUTONS ESPACE CLIENT --- */
.card .card-content {
padding: 0%!important;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card {
  width: 50%;
  margin-top: 10px;
  margin-left: 25%;
  transition: 0.3s;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > .card-title{
  text-align: center;
  color: #1c8cb5;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > .btns-client {
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > div:nth-child(2).btns-client {
  padding-top: 2rem;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > .btns-client a {
  padding: 6px 15px;
  border: solid 2px #1c8cb5;
  color: #304ec7;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  transition: background-color ease 0.2s;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > .btns-client a:hover,
.nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > .btns-client a.active {
  color: white !important;
  background-color: #1c8cb5;
}
.nav-extended > .nav-content > .row > .col > .right-content .btns-client a#btn-deconnexion {
  background-color: rgba(231, 90, 84, 0.58);
  color: #fff;
}
.nav-extended > .nav-content > .row > .col > .right-content .btns-client a#btn-deconnexion:hover {
  background-color: rgba(231, 90, 84, 0.87);
  color: #fff;
}
.nav-extended.min > .nav-content > .row > .col > .right-content > .col > .btns-client{
  text-align: right;
  margin-top: 30px;
}
.nav-extended.min > .nav-content > .row > .col > .right-content > .col > .btns-client a {
  padding: 6px 15px;
  border: solid 2px white;
  color: white;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  transition: background-color ease 0.2s;
}
.nav-extended.min > .nav-content > .row > .col > .right-content > .col > .btns-client a:hover,
.nav-extended.min > .nav-content > .row > .col > .right-content > .col > .btns-client a.active {
  color: #1c8cb5 !important;
  background-color: white;
}

/* --- APPLI --- */

.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .text{
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .qr-code{
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .qr-code > .col .logoandroid,
.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .qr-code > .col .android{
  height: 50px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .qr-code > .col .logoapple{
  height: 50px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 50px;
}
.nav-extended > .nav-content > .row > .col > .right-content > .col > .appli > .qr-code > .col .apple{
  height: 50px;
  width: auto;
  margin-bottom: 45px;
}

/* --- INTRO --- */

.nav-extended > .nav-content > .row > .col > .left-content .intro {
  color: white;
  text-align: center;
}
.nav-extended > .nav-content > .row > .col > .left-content .intro h1 {
  font-size: 2.5rem;
  margin: 2rem 0;
}
.nav-extended > .nav-content > .row > .col > .left-content .intro h2 {
  font-size: 1.6rem;
  margin: 1rem 0;
}

/* ---------------- FIN MENU ET TEXTES ---------------- */

/* ---------------- ------------ ---------------- */
/* ---------------- RESPONSIVITE ---------------- */

@media screen and (max-width: 1117px) {
  .nav-extended {
    z-index: 50;
    background-color: transparent;
    background-image: url("../img/bande_blanche.png"),
    linear-gradient(
      120deg,
      rgba(99, 187, 241, 0.406),
      rgba(179, 230, 246, 0.466),
      rgba(0, 122, 178, 0.544)
    );
      background-size: 100% 100px, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center bottom, center, center center;
    border: none;
    position: relative;
    top: 0;
    height: auto;
  }

  .nav-extended.min {
    z-index: 50;
    background-color: transparent;
    background-image: url("../img/bande_blanche.png"),
    linear-gradient(
      120deg,
      rgba(99, 187, 241, 0.406),
      rgba(179, 230, 246, 0.466),
      rgba(0, 122, 178, 0.544)
    );
      background-size: 100% 60px, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom, center, center center;
    border: none;
    position: relative;
    top: 0;
    height: auto;
  }

  .nav-extended > .nav-content > .row > .col > .center-content > .menu {
    margin-bottom: -40px;
  }

  .nav-extended.min > .nav-content > .row > .col > .center-content > .menu {
    margin-bottom: -40px;
  }


  .nav-extended > .nav-content,
  .nav-extended.min > .nav-content {
    padding: 20px 0 50px 0;
  }
  .nav-extended > .nav-content > .row > .col > .left-content .intro {
    padding-right: 25px;
  }
  .nav-extended > .nav-content > .row > .col > .left-content .intro h1 {
    font-size: 2rem;
    margin: 1rem 0;
  }
  .nav-extended > .nav-content > .row > .col > .left-content .intro h2 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 993px) {

  .nav-extended {
    z-index: 50;
    background-color: transparent;
    background-image:     linear-gradient(
      120deg,
      rgba(99, 187, 241, 0.406),
      rgba(179, 230, 246, 0.466),
      rgba(0, 122, 178, 0.544)
    );
      background-size: auto, cover;
    background-repeat:  no-repeat, no-repeat;
    background-position: center, center center;
    border: none;
    position: relative;
    top: 0;
    height: auto;
  }

  .nav-extended.min {
    z-index: 50;
    background-color: transparent;
    background-image: linear-gradient(
      120deg,
      rgba(99, 187, 241, 0.406),
      rgba(179, 230, 246, 0.466),
      rgba(0, 122, 178, 0.544)
    );
      background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center center;
    border: none;
    position: relative;
    top: 0;
    height: auto;
  }

  .nav-fixed {
    display: block;
  }
  .nav-extended > .nav-content {
    display: block;
    padding: 20px 0 0px 0;
  }

  .nav-extended.min > .nav-content {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .nav-extended > .nav-content > .row > .col > .left-content,
  .nav-fixed > .logos {
    width: auto;
  }
  .nav-extended > .nav-content > .row > .col > .center-content,
  .nav-fixed > .menu {
    width: auto;
  }
  .nav-extended > .nav-content > .row > .col > .center-content > .menu > .nav,
  .nav-fixed > .menu > .nav {
    display: none;
  }
  .nav-extended.min .nav-content .row .col .left-content .logos .franceprep {
    height: 50px;
    width: auto;
    margin-top: 0px;
    margin-left: 19px;
  }
  .nav-extended.min > .nav-content > .row > .col > .right-content > .col > .btns-client a {
    padding: 4px 8px;
    border: solid 2px #fff;
    border-radius: 10px;
    font-size: 1rem;
    margin-left: 5px;
  }

  .nav-extended.min > .nav-content > .row > .col > .right-content > .col > .logos-social{
    display: none;
  }

  .nav-extended > .nav-content > .row > .col > .left-content .ars {
    margin-left: 0;
  }
  .nav-extended > .nav-content > .row > .col > .left-content .ars,
  .nav-extended > .nav-content > .row > .col > .left-content .iso {
    display: none;
  }
  /*
  .nav-extended > .nav-content > .row > .col > .center-content .menu,
  .nav-fixed > .menu {
    text-align: right;
  }
  */
  .sidenav > .background{
    height: 60px;
    background-image: linear-gradient(
      120deg,
      rgba(237, 248, 255, 1),
      rgba(105, 188, 215, 1)
    );
  }
  .sidenav > .background > img{
    height: 50px;
    padding: 15px 10px 10px 10px;
  }

  .nav-extended > .nav-content > .row > .col > .left-content > a,
  .nav-fixed > .menu > a {
    display: block;
    margin: -11px 18px;
  }

  .nav-extended > .nav-content > .row > .col > .left-content > a {
    display: block;
    margin: -25px 0px;
  }
  
  .nav-extended > .nav-content > .row > .col > .left-content .intro {
    padding-right: 0;
    padding-left: 0;
  }
  /*
  .nav-extended > .nav-content > .row > .col > .right-content > .col > .card > .card-content > div:nth-child(2).btns-client {
    padding-top: 1rem;
  }*/
  .nav-fixed.visible {
    min-height: 60px;
    height: auto;
  }

}
.nav-fixed .logos {
  text-align: center;
}
.nav-fixed .logos .franceprep {
  height: 50px;
  padding: 15px 10px 10px 10px;
}
.nav-fixed.visible {
  z-index: 52;
  opacity: 1;
  height: 60px;
  overflow-y: auto;
}

@media screen and (max-width: 600px){
  .nav-extended > .nav-content > .row > .col > .left-content > a{
    display: block;
    margin: -15px 18px;
  }
  .nav-fixed > .menu > a{
    display: block;
    margin: -3px 0px;
  }
}

@media screen and (max-width: 425px) {
  .nav-extended > .nav-content > .row > .col > .right-content > .col > .logos-social{
    display: none;
  }
}

/* ---------------- DROPDOWN MENU ---------------- */

.dropdown-content li a{
  color:#000000
}

/* ---------------- FIN ---------------- */

/* Bouton qui clignote en rouge */

/*li.red-bg {
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #c44141;
  background: #c44141;
  box-shadow:0px 0px 10px #c44141;
  -webkit-animation-name: clignote; 
  -webkit-animation-duration: 1s; 
  -webkit-animation-iteration-count:infinite;
}
li.red-bg2 {
  padding: 0px;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #c44141;
  background: #c44141;
  box-shadow:0px 0px 10px #c44141;
  -webkit-animation-name: clignote; 
  -webkit-animation-duration: 1s; 
  -webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes clignote {
  0%{box-shadow:0px 0px 40px #c44141;}
  50%{box-shadow:0px 0px 0px #c44141;}
  100%{box-shadow:0px 0px 40px #c44141;}
}*/