#info-banner {
  background-color: #ffd900;
  color: #000;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}

#info-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
body {
  padding-top: 50px; /* pour ne pas cacher le contenu */
}


/************ font ************/
.typo-1 {
  font-family: 'Josefin Sans', sans-serif;
}

.typo-courante {
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 0.1vh;
}

.typo-courante-titre {
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 0.2vh;
}


/************ font size ************/
.font-size {
  font-size: medium;
}

.font-size-courante {
  font-size: 16px;
}

.font-size-titre {
  font-size: 20px;
}

.font-size-middle {
  font-size: 30px;
}

.font-size-middle-titre {
  font-size: 30px;
}

.font-size-gros-titre {
  font-size: 45px;
}

.font-size-big {
  font-size: 85px;
}

/************ line height ************/
.line-height {
  line-height: 3vh;
}

/************ font weight ************/
.font-weight {
  font-weight: 400;
}

.font-weight-titre {
  font-weight: bold;
}

.font-weight-gros-titre {
  font-weight: 600;
}

/************ color ************/

:root {
  --bg-color: #ebeff3;
  --txt-color: #565254;
  --txt-accent-color: #565254d5;
  --middle-color: #757986;
  --accent-color: #861b57;
  --icon-social-color: #757986;
  --anim-portfolio-color: #757986;
  --anim-txt-color: #fff;
  --txt-main-color: black;
  --error-color: -3px -3px 9px rgb(255, 255, 255, 1), -3px -3px 13px rgb(255, 255, 255, 0.5), inset 3px 3px 5px rgb(255, 255, 255, 0.1), 3px 3px 9px rgba(0, 0, 0, 0.15);
  --bg-logiciel-color: #757986;
  /*************** shadow ************/
  --shadow-header: -5px -5px 10px rgba(255, 255, 255, 0.75), 5px 5px 7px #1b1b1b35;
  --shadow-more-btn: 5px 5px 7px rgba(55, 84, 170, .15),
    -5px -5px 10px rgba(255, 255, 255, 0.75),
    inset 0px 0px 4px rgba(255, 255, 255, .2),
    inset 5px 5px 7px rgba(55, 84, 170, 0),
    inset -5px -5px 10px rgba(255, 255, 255, 0),
    0px 0px 4px rgba(255, 255, 255, 0);
  --shadow-more-btn-hover: inset 0px 0px 4px rgba(255, 255, 255, 0),
    inset 7px 7px 15px rgba(55, 84, 170, .15),
    inset -7px -7px 20px rgba(255, 255, 255, 1);
  --shadow-less-btn: inset 0px 0px 4px rgba(255, 255, 255, 0),
    inset 7px 7px 15px rgba(55, 84, 170, .15),
    inset -7px -7px 20px rgba(255, 255, 255, 0.75);
  --shadow-less-btn-hover: 5px 5px 7px rgba(55, 84, 170, .15),
    -5px -5px 10px rgba(255, 255, 255, 0.75),
    inset 0px 0px 4px rgba(255, 255, 255, .2),
    inset 5px 5px 7px rgba(55, 84, 170, 0),
    inset -5px -5px 10px rgba(255, 255, 255, 0),
    0px 0px 4px rgba(255, 255, 255, 0);
  --shadow-positif: 7px 7px 15px rgba(55, 84, 170, .15),
    -7px -7px 20px rgba(255, 255, 255, 0.75),
    0px 0px 4px rgba(255, 255, 255, .2);
  --shadow-negatif: inset 0px 0px 4px rgba(255, 255, 255, 0),
    inset 7px 7px 15px rgba(55, 84, 170, .15),
    inset -7px -7px 20px rgba(255, 255, 255, 0.75);
/*************** kernel centre interet ************/
     --kernel-fill: #565254;
     --st1-fill: #ebeff3;
}

.color-accent {
  color: var(--accent-color);
}

.color-background-dark {
  color: var(--middle-color);
}

.color-background-clear {
  color: var(--bg-color);
}

/************ text color ************/
.color-fd-clear {
  color: var(--txt-accent-color);
}

.color-fd-clear2 {
  color: var(--txt-color);
}

.color-fd-clear3 {
  color: var(--middle-color);
}

.color-fd-clear4 {
  color: #b2b1b1;
}

.color-fd-dark {
  color: #ebeff3;
}

.color-fd-dark2 {
  color: #ebeff3ca;
}

.color-fd-dark3 {
  color: #ffffff;
}


/********************************************** line height ***********************************************/

.line-height {
  line-height: 2vh;
}

.line-height-2 {
  line-height: 1.6vh;
}

/********************************************** margin ***********************************************/


.margin-top {
  margin-top: 0;
}

.margin-bottom {
  margin-bottom: 0;
}

.margin-top2 {
  margin-top: 2vh;
}

/********************************************** HEADER ***********************************************/

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  scroll-behavior: smooth;
  transition: background-color 0.3s, color 0.3s;
}

body.dark-mode {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  --bg-color: #2c2f33;
  --txt-color: #ebeff3ca;
  --txt-accent-color: #ebeff3;
  --middle-color: #ebeff3;
  --accent-color: #861b57;
  --icon-social-color: #ebeff3;
  --anim-portfolio-color: #ebeff3ca;
  --anim-txt-color: #2c2f33;
  --txt-main-color: white;
  --error-color: -3px -3px 9px #3a3b42, -3px -3px 15px #3a3b4226, 3px 3px 5px #00000013, 3px 3px 9px #0000003b, 3px 3px 8px 0 #21222466, 3px 3px 15px 0 #000000d2;
  --bg-logiciel-color: #7579865d;
  /*************** shadow ************/
  --shadow-header: 5px 5px 7px #13131363;
  --shadow-more-btn: 1px 1px 3px 0 #0c0c0c43, -4px 0 3px 0 #393b3d93, 0 -4px 3px 0 #393b3d93, -2px -2px 14px 2px #393b3d93, 3px 3px 8px 0 #0000003b, 3px 3px 9px 0 #0000004a;
  --shadow-more-btn-hover: inset -3px -3px 9px #393b3d73, inset -3px -3px 13px #393b3d6f, inset 3px 3px 3px #00000013, inset 3px 3px 9px #0000003b;
  --shadow-less-btn: inset -3px -3px 9px #393b3d73, inset -3px -3px 13px #393b3d6f, inset 3px 3px 3px #00000013, inset 3px 3px 9px #0000003b;
  --shadow-less-btn-hover: 1px 1px 3px 0 #0c0c0c43, -4px 0 3px 0 #393b3d93, 0 -4px 3px 0 #393b3d93, -2px -2px 14px 2px #393b3d93, 3px 3px 8px 0 #0000003b, 3px 3px 9px 0 #0000004a;
  --shadow-positif: -3px -3px 9px #3a3b42, -3px -3px 15px #3a3b4226, 3px 3px 5px #00000013, 3px 3px 9px #0000003b, 3px 3px 8px 0 #21222466, 3px 3px 15px 0 #000000d2;
  --shadow-negatif: inset 14px 14px 12px 0 #21222466, inset -3px -3px 5px 0 #393b3d, inset 2px 2px 5px 0 #000000c7, inset 1px 1px 16px -13px #393b3d;
  /*************** kernel centre interet ************/
     --kernel-fill: #ebeff3;
     --st1-fill: #565254;
}

#theme-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--txt-color);
}

body.no-scroll {
  overflow: hidden;
}

main {
  padding: 25px 0;
}

section {
  margin: 0 100px;
}

.headerFlex {
  display: flex;
  background-color: var(--bg-color);
  /* width: 100%; */
  /* height: 6vh; */
  border-radius: 0 0 35px 35px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-header);
  transform: translateY(-100px);
  opacity: 0;
  animation: apparHeader 0.5s ease-in forwards;
  margin: 0 100px;
  /* padding: 5px 0; */
 padding: 40px 0 5px 0;
}

@keyframes apparHeader {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.logo {
  display: flex;
  flex-basis: 10%;
  margin-left: 30px;
}

.logo-size {
  width: 15vh;
}

.home-menu {
  display: flex;
  justify-content: space-between;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}

.menu li {
  display: inline-block;
}


a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}

.button-more {
  cursor: pointer;
  padding: 7px 20px;
  text-decoration: none;
  color: var(--txt-color);
  border-radius: 20px;
  background-color: var(--bg-color);
  box-shadow: var(--shadow-more-btn);
  transform: scale(0.98);
}

.button-more:hover {
  box-shadow: var(--shadow-more-btn-hover);
  color: var(--accent-color);
}

.button-less {
  cursor: pointer;
  padding: 7px 20px;
  text-decoration: none;
  color: var(--txt-color);
  border-radius: 20px;
  box-shadow: var(--shadow-less-btn);
  background-color: var(--bg-color);
  transform: scale(0.98);
}

.button-less:hover {
  box-shadow: var(--shadow-less-btn-hover);
  color: var(--accent-color);
}


.bloc-mode {
  display: flex;
  width: 10%;
  justify-content: flex-end;
  margin-right: 30px;
}

.color-mode {
  color: var(--middle-color);
  padding-top: 0.5vh;
}

.menu-color-theme {
  display: flex;
}

.menu-color-theme li {
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
    -7px -7px 20px rgba(255, 255, 255, 1),
    inset 0px 0px 4px rgba(255, 255, 255, .2),
    inset 7px 7px 15px rgba(55, 84, 170, 0),
    inset -7px -7px 20px rgba(255, 255, 255, 0),
    0px 0px 4px rgba(255, 255, 255, 0);
  transform: scale(0.98);
}


.menu-color-theme li:hover {
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
    inset 7px 7px 15px rgba(55, 84, 170, .15),
    inset -7px -7px 20px rgba(255, 255, 255, 1);
}


/****************************************** title-color ****************************************/

/* .title-color{
  background: linear-gradient(0deg,#757986 0%, #a3abc3 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */


.title-color {
  color: var(--middle-color);
}

.title-accent {
  background: linear-gradient(0deg, #861b57 0%, #c36b9d 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/****************************************** boutton racourci portfolio web/print header ****************************************/

.content-rac-portfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vh;
  margin-left: 3vh;
  border-left: 2px solid var(--middle-color);
  transform: translateY(-70px);
  opacity: 0;
  animation: racPortfolio 0.5s 0.5s ease-in forwards;
}

@keyframes racPortfolio {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/****************************************** container shadow/taille ****************************************/

.cvFlex {
  display: flex;
  gap: 50px;
  padding: 25px 0;
}

.bloc-max {
  display: flex;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  justify-content: center;
  flex-direction: column;
}

.bloc-tiers {
  display: flex;
  width: 100%;
  border-radius: 50px;
  flex-direction: column;
  padding: 20px;
}

.bloc-middle {
  display: flex;
  width: calc(100%/2);
  padding: 20px;
  border-radius: 50px;
  /* justify-content: center; */
  flex-direction: column;
}

.bloc-petit {
  display: flex;
  width: calc(100%/3);
  flex-direction: column;
  border-radius: 50px;
  padding: 20px;
}

.blocPositif {
  box-shadow: var(--shadow-positif);
  background-color: var(--bg-color);
  transform: translateX(20);
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.blocPositif.visible {
  opacity: 1;
  transform: scale(1);
  transform: translateX(1);
}

.blocNegatif {
  box-shadow: var(--shadow-negatif);
  background-color: var(--bg-color);
  transform: scale(1.05);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.blocNegatif.visible {
  opacity: 1;
  transform: scale(1);
}


/****************************************** header back ****************************************/
.debordement-menu {
  display: none;
}

/******************************** POPUP ********************************/

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(122, 122, 122, 0.3);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.popup-content {
  background-color: var(--bg-color);
  padding: 1vh;
  width: 50vh;
  max-width: 80%;
  border-radius: 50px;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  transform: scaleY(0);
  opacity: 0;
  animation: apparPop 0.3s ease-in forwards;
}

@keyframes apparPop {
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

}

.button-close {
  position: absolute;
  color: var(--middle-color);
  cursor: pointer;
  top: 30px;
  right: 30px;
  font-size: 3vh;
  transition: 0.35s;
}

.button-close:hover {
  transition: 0.35s;
  color: var(--accent-color);
}

.container {
  display: flex;
  justify-content: center;
}


.packages {
  display: flex;
  margin: 20px;
  margin-top: 0;
  width: 19vh;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.size-img {
  width: 80%;
}

.list li {
  list-style: none;
  border-bottom: 2px solid var(--txt-color);
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
  color: var(--txt-color);
}

.list {
  width: 80%;
  height: 80%;
}

ol,
ul {
  padding: 0;
}

.button-pop {
  padding: 10px 30px;
  text-decoration: none;
  margin: 20px 20px;
  border-radius: 50px;
  background-color: var(--bg-color);
  box-shadow: var(--shadow-less-btn);
  transform: scale(0.98);
}

.button-pop:hover {
  box-shadow: var(--shadow-less-btn-hover);
  color: var(--accent-color);
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/****************************************** footer ****************************************/

.line-footer {
  border: none;
  height: 1px;
  background-color: #b1b2b2;
  margin: 0 100px;
}


footer {
  display: flex;
  justify-content: center;
  margin: 0 100px;
  padding: 5px;
  flex-direction: row;
}

.content-info-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 40%;
  gap: 7px;
}

.content-info-footer i {
  font-size: 18px;
}

.content-info-footer span {
  color: var(--accent-color);
}

#scrollUp {
  position: fixed;
  bottom: 40px;
  right: -100px;
  font-size: 30px;
}

/**************************************************************** RESPONSIVE TABLETTE ****************************************************************/


@media only screen and (min-width: 601px) and (max-width: 1024px) {

  body {
    margin: 0;
    padding: 0;
    background-color: #2270bd;
  }

  .headerFlex {
  display: flex;
  background-color: var(--bg-color);
  /* width: 100%; */
  /* height: 6vh; */
  border-radius: 0 0 35px 35px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-header);
  transform: translateY(-100px);
  opacity: 0;
  animation: apparHeader 0.5s ease-in forwards;
  margin: 0 100px;
  /* padding: 5px 0; */
 padding: 40px 0 5px 0;
}

  @keyframes apparHeader {
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }


  .logo {
    display: flex;
    flex-basis: 10%;
    margin-left: 30px;
  }

  .logo-size {
    width: 15vh;
  }

  .color-mode {
    color: var(--middle-color);
    padding-top: 0.5vh;
  }


}




/**************************************************************** RESPONSIVE TELEPHONE ****************************************************************/

@media only screen and (min-width: 350px) and (max-width: 600px) {

  body {
    margin: 0;
    padding: 0;
    background-color: #bd2277;
  }


  .headerFlex {
    display: none;
  }

  /********************************* header back *********************************/
  .debordement-menu {
    display: flex;
    height: 100vh;
    height: 220px
  }

  .content-menu {
    width: 100%;
    background-color: var(--bg-color);
    box-shadow: -3px -3px 22px #00000063;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
  }

  .fixed {
    position: fixed;
    bottom: 0;
  }

  .headerFlex-hamburger {
    display: flex;
    margin: 2vh 3vh 2vh 3vh;
    border-radius: 50px;
    height: 5.6vh;
    box-shadow: inset -3px -3px 9px rgb(255, 255, 255, 1), inset -3px -3px 13px rgb(255, 255, 255, 0.5), inset 3px 3px 5px rgb(255, 255, 255, 0.1), inset 3px 3px 9px rgba(0, 0, 0, 0.15);
  }

  .logo-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 8%;
  }

  .logo-size-hamburger {
    width: 9vh;
    margin-left: 2vh;
  }

  .home-menu-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 70%;
  }

  .menu-hamburger {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-hamburger li {
    display: inline-block;
    margin: 0 1vh 0 1vh;
  }

  .menu-hamburger li a {
    display: inline-block;
    text-decoration: none;
    color: var(--txt-color);
  }

  .menu-hamburger li a:hover {
    color: var(--accent-color);
  }

  .bloc-mode-footer {
    display: flex;
    width: 10%;
    justify-content: flex-end;
    margin-right: 1vh;
  }

  .color-mode-footer {
    color: #757986;
    padding-top: 0.5vh;
  }

  .menu-color-theme-footer {
    display: flex;
    align-items: center;
  }

  .menu-color-theme-footer li {
    list-style: none;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    width: 4vh;
    height: 4vh;
    justify-content: center;
    align-items: center;
  }



  /****************************************** footer ****************************************/

  hr {
    display: none;
  }


  footer {
    display: none;
  }
}