@import url("https://cssicon.space/css/icons.css");
@import url('basic.css');
@import url('compo.css');
@import url('notify.css');

body {
    background-color: #fff0ea;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(39, 30, 26);
    overflow-y: scroll;
    user-select: none;
}

.mtn {
  background-color: #e76e32;
  padding: 20px;
  color: #f5e7e1;
  border-bottom: 1px solid #ddd;
}

#croit {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;       
  height: 10px;      
}

.acc {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: transparent;
  border: solid 2px #e76e32;
  color: #df6d28;
  font-weight: bold;
}

.acc:hover {
  background-color: #e76e32;
  color: #f5e7e1;
  font-weight: bold;
}

header {
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #e76e32b8;
  border-radius: 10px;
  transition: 0.2s;
}


::-webkit-scrollbar-thumb:hover { 
  background: #ff7a38;
  transition: 0.5s;
  opacity: 100%;
  cursor: pointer;
}


button, a {
  -webkit-tap-highlight-color:transparent;
}

* {
    margin: 0;
    scroll-behavior: smooth;
}

hr {
  color: #df6d28;
  background-color: #df6d28;
  border: none;
  height: 2px;
  width: 100%;
}

.center-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20vh 0;
  padding-bottom: 20vh;
}

.center-page p {
  max-width: 700px;
}

.down-fl {
    margin: 100px;
}


h1 {
    color: #f06e3a;
    font-family: "Rammetto One", sans-serif;
}

h2 {
    color: #f06e3a;
    font-family: "Google Sans Code", monospace;
}

main {
    padding: 20px 15vw;
    margin-bottom: 100px;
}

button.center {
  gap: 10px;
}

.icon-btn {
  width: 15px;
}

@keyframes appa {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes appa2 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}




.text-enter {
  background-color: #fef0ea ;
  box-shadow: #fef0ea 0 0 10px 5;
  padding: 10px;
  z-index: 1;
  animation: appa2 1.3s;
}

.big {
  position: relative;
  z-index: -1;
  font-family: "Arimo", sans-serif;
  font-size: 70px;
  text-align: center;
  animation: appa 0.7s ease-out;
}


.back {
  z-index: -2;
  opacity: 0%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav {
  color: white;
  border-radius: 10px;
  background-color: #e76e32;
  padding: 10px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.377);
  position: sticky;
  top: 10px;
  z-index: 50;
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-family: "Google Sans Code", monospace;
  max-width: fit-content; 
  margin: 10px auto 0;
}

nav.sidenav {
  margin: 0;
  max-width: none;
  left: 0;
}

button, input[type=file]::file-selector-button {
    background-color: #e76e32;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-family: "Google Sans Code", monospace;
    transition: 0.5s;
    border: 1.5px solid transparent;
    transition: 0.1s;
    min-width: 200px;
    padding: 10px 20px;
}

input[type=file]::file-selector-button {
  width: auto;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}

button:hover {
    cursor: pointer;
    transition: 0.5s;
    transition: 0.1s;
    transform: scale(105%);
}

button.loading {
  color: transparent; 
}

button.loading {
    position: relative;
}

button.loading:hover {
    cursor:wait;
    transform: scale(1);
    background-color:#e99a72;
    border: 1.5px solid transparent;
    color: transparent;
}

button.loading::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #fff0ea;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) ;
    }
} 

nav button {
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: #f5e7e1;
    font-family: "Google Sans Code", monospace;
    transition: 0.5s;
    width: auto;
    color: black;
    min-width: auto;
}

      .progress-steps-container {
  position: sticky;
  width: 80%;
  height: 50px;
  margin: 50px auto;
  top: 0;
  z-index: 10000;
  background-color: #fff0ea;
}

.progress-bar-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  transform: translateY(-50%);
}

.progress-bar-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  width: 0%;
  background: linear-gradient(90deg, #f08854, #d2591c);
  border-radius: 5px;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}

.steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 6px;
}

.steps-names {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 6px;
  background-color: #fff0ea;
}

.steps-names p {
  text-align: center;
  color: #d2591c !important;
  background-color: #fff0ea !important;
}

.label2 p {
  color: #d2591c !important;
  background-color: #fff0ea !important;
}

.steps .label2 {
  flex-direction: column;
  display: flex;
  height: 200px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  max-width: 150px;
  font-size: 15px;
  text-align: center;
}

.step {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 3px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: background 0.3s, border-color 0.3s;
}

.step.active {
  background: #f08854;
  border-color: #fff0ea;
  color: #fff;
}

nav button:hover {
    cursor: pointer;
    transition: 0.2s;
    transform: translateY(-2px);
    box-shadow: #f7bea4 0px 2px 0px 2px;
}

nav button:active {
  transform: scale(1) translateY(0);
  box-shadow: #f7bea4 0px 0px 0px 0px;
  transition: 0.2s;
}
input {
  padding: 10px;
  font-size: 1rem;

  border: 1.5px solid #ec5109;
  border-radius: 0.5rem;
  outline: none;
  transition: ease 0.25s;
  color: #ec5109;
  font-family: "Google Sans Code", monospace;
  background-color: transparent;
}

input:hover {
  box-shadow: 2.5px 3px 0 #ec5109;
}

textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1.5px solid #ec5109;
  border-radius: 0.5rem;
  outline: none;
  color: #ec5109;
  font-family: "Google Sans Code", monospace;
  background-color: transparent;
  width: 350px;
  max-height: 100px;
  height: 40px;
  min-height: 40px;
  resize: vertical;
  transition: 0.5s box-shadow;
}

textarea:hover {
  box-shadow: 2.5px 3px 0 #ec5109;
  transition: 0.5s box-shadow;
}

textarea::-webkit-scrollbar {
  width: 8px;       
  height: 10px;      
}

p, h1 {
    margin: 0;
}

footer {
    background-color: #e76e32;
    color: #f5e7e1;
    padding: 20px;
}

a {
  text-decoration: none;
  color: #df6d28;
}

a.doc {
    color: black;
    text-decoration: underline #df6d28;
}

footer a {
    color: #ffede4;
}

a:hover {
    text-shadow: #ffffff 0 0 5px;
}

form button:hover {
    border: 1.5px solid #ec5109;
    background-color: transparent;
    color: #ec5109;
    transition: 0.1s;
    cursor: pointer;
}

form a {
    color: #e76e32;
}

form input {
    width: 100%;
}



form a:hover {
    text-shadow: #e76e32 0 0 5px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px #ec5109 solid;
    padding: 30px;
    border-radius: 10px;
    font-family: "Google Sans Code", monospace;
    width: 350px;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 85px;
  color: white;
  background-color: #e76e32;
  overflow-x: hidden;
  padding-top: 20px;
  border-radius: 0px;
  margin-top: 0px;
  text-align: center;
}

.sidenav button{
  width: 150px;
}

main {
    font-family: "Google Sans Code", monospace;
}

.box button:hover {
  height: 18%;
  transition: 0.2s;
  cursor: pointer;
}


.notifs {
  width: 75%;
  background-color: #e76e32;
  color: #fff0ea;
  border-radius: 25px;
  height: 7%;
  align-self: center;
  transition: 0.2s;
}

.notifs:hover {
  width: 78%;
  height: 8%;
  transition: 0.2s;
  cursor: pointer;
}


.list {
  width: 90%;
  background-color: #e76e32;
  color: #fff0ea;
  border-radius: 10px;
  align-self: center;
  transition: 0.2s;
}

.list:hover {
  cursor: pointer;
}

.list h5 {
  padding: 10px;
}


.question-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.hide {
    display: none;
}

label {
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

select {
  padding: 10px;
  font-size: 1rem;
  border: 1.5px solid #ec5109;
  border-radius: 0.5rem;
  outline: none;
  transition: ease 0.25s;
  color: #ec5109;
  font-family: "Google Sans Code", monospace;
  background-color: transparent;
}

select:hover {
  box-shadow: 2.5px 3px 0 #ec5109;
}

form select {
  width: 106%;
}

    /*border-radius: 15px;
    background-color: #fff0ea;
    width: 420px;
    height: 750px;
    
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-family: "Google Sans Code", monospace;
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 30px;
    border: solid 1px #ec51099a;*/

.box {
    color: #e76e32;
    border-radius: 10px;
    background-color: #fff0ea;
    padding: 30px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-family: "Google Sans Code", monospace;
    display: flex;
    overflow: hidden;
    position: relative;
    border: solid 1px #ec51099a;
    padding-bottom: 80px;
    max-width: none;
    min-width: none;
    flex: 1;
    user-select:text;
}

.center-x {
  display: flex;
  align-items: center;
}

.contaner {
  color: #e76e32;
  border-radius: 10px;
  background-color: #fff0ea;
  padding: 30px;
  flex-direction: column;
  gap: 20px;
  font-family: "Google Sans Code", monospace;
  display: flex;
  overflow: hidden;
  border: solid 1px #ec51099a;
  max-width: 850px;
  min-width: none;
  flex: 1;
}

.contaner h2, .contaner h3 {
  text-align: center;
}

.contaner h3 {
  text-decoration: underline;
}

.box.min {
  min-height: 400px;
}

.box h4 {
  margin-left: 15px;
}

.box h2 {
  text-align: center;
}

.box button {
  position: absolute;
  bottom: 0px; 
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #fff0ea;
  background-color: #e76e32;
  border-radius: 9px;
  width: 100%;
  height: 80px;
  font-size: 100%;
  font-family: "Google Sans Code", monospace;
  transition: 0.2s;
}

.box h5 {
  padding: 10px;
}

.box button:hover {
  height: 100px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 20px;
}


small {
  color: rgba(2, 2, 2, 0.719)
}


.flip-card {
  background-color: transparent;
  width: 210px;
  height: 300px;
  perspective: 1000px;
  font-family: "Google Sans Code", monospace;
  padding: 10px;
  transform: translateX(-10px);
}

.title-carde {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}



.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.377);
  border-radius: 1rem;
}

.flip-card-front {
  background-color: #fff0ea;
  color: #e76e32;
  padding: 10px;
}

.flip-card-back {
  background:#e76e32;
  color: #fff0ea;
  transform: rotateY(180deg) translateX(20px);
  padding: 10px;
}

.engagements {
    padding: 20px;
    text-align: center;
}


.engagements .row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.strong {
  background-color: rgb(63, 63, 63);
  font-weight: 500;
}

section {
  margin-top: 100px;
}


.shop-card {
    border-radius: 15px;
    background-color: #fff0ea;
    width: 420px;
    height: 750px;
    box-shadow: 0px 0px 20px 1px rgba(41, 41, 41, 0.267);
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-family: "Google Sans Code", monospace;
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 30px;
    border: solid 1px #ec51099a;
}

.shop-card-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  height: 270px;
}

.shop-card h1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 70px;
  margin: 0;
  margin-top: -10px;
}

.shop-card br {
  margin: 0;
}

.shop-card h4 {
  margin-left: 15px;
  font-weight: normal;
}
.shop-card h5 {
  margin-left: 15px;
}
.shop-card h2 {
  text-align: center;
}

.shop-card button {
  position: absolute;
  bottom: 0px; 
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #fff0ea;
  background-color: #e76e32;
  border-radius: 16px;
  width: 100%;
  height: 10%;
  font-size: 100%;
  font-family: "Google Sans Code", monospace;
  transition: 0.2s;
}
.shop-card button:hover {
  height: 15%;
  transition: 0.2s;
  cursor: pointer;
  font-size: 20px;
}


.menu {
  top: 0;
  background-color: #e76e32;
  color: #fef0ea;
  display: none;
  position: sticky;
  z-index: 60;
  padding: 20px 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.menu .slogan {
  color: #f5e7e1;
}

.menu.afficher .slogan {
  color: #e76e32;
}

.menu h1 {
  color: #f5e7e1;
  font-size: 20px;
}

.menu.afficher .icon {
  top: 25px;
  left: 20px;
  color: #e76e32;
}

.menu .icon {
  top: 25px;
  left: 20px;
  color: #f5e7e1;
  transform: scale(150%);
  cursor: pointer;
}

.menu .icon, .menu .icon:before, .men .icon:after, .menu .icon i, .menu .icon i:before, .menu .icon i:after { 
  transition: all 0.4s ease;
}

.menu.afficher {
  color: #e76e32;
  background-color: #fef0ea;
  transition: 0.5s;
}

.menu.afficher h1 {
  color: #e76e32;
}

.menu.afficher button {
  color: #f5e7e1;
  background-color: #e76e32;
}

.row-force {
  display: flex;
  flex-direction: row !important;
}

p {
  margin: 0;
  padding: 0;
}

@media (max-width : 1153px) {
  .big {
    font-size: 50px;
  }
}

@media (max-width : 2057px) {

  .shop-card-header {
    height: 300px;
  }
}

@media (max-width : 1776px) {
  .shop-card {
    height: 775px;
  }

  .shop-card-header {
    height: 320px;
  }

  main {
    padding: 15px 10vw;
  }
}

@media (max-width : 1370px) {
  main {
    padding: 15px 5vw;
  }
}

@media (max-width : 1225px) {
  .bandeau img {
    height: 50px;
  }

  .row {
    flex-direction: column;
  }

  .row {
    margin: 0;
    padding: 0;
    gap : 20px
  }

  .menu {
    display: flex;
  }

  header {
    display: none !important;

  }

  @keyframes navDisplay {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    } 100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes navDisplayr {
    0% {
      opacity: 1;
      transform: translateX(0);
    } 100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 30px;
  }

  nav {
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-radius: 10px;
    background-color: #e76e32e5;
    backdrop-filter: blur(50px);
    box-shadow: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "Google Sans Code", monospace;
    max-width: none;
    margin: 0;
    border-radius: 0;
    animation: navDisplay 0.5s;
    display: none;
  }

  nav.disp {
    animation: navDisplayr 0.5s;
  }

  nav button {
    width: 300px;
    font-size: 20px;
    padding: 20px;
    margin: 0;
    margin-left: 0;
  }

  nav a {
    margin: 0;
    padding: 0;
  }

  .shop-card {
    margin: 0;
    height: auto;
    padding-bottom: 100px;
  }

  .shop-card-header {
    height: auto;
  }


  a {
    margin: 0;
    padding: 0;
  }
}

@media (max-width : 524px) {
  .shop-card {
    margin: 0;
  }
}

@media (max-width : 604px) {

  .mtn {}

  .big {
    font-size: 50px;
  }
  

  .text-enter {
    font-size: 20px;
  }

  .shop-card {
    margin: 0;
  }

  .shop-card {
    margin-top: 0;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items:start !important;
    justify-content: left !important;
    text-align: start !important;
  }
}


@media (max-width : 480px) {

  body {
    zoom: 0.8;
  }

  

  main {
    padding: 10px 2px;
  }
}

@media (max-width : 410px) {

  body {
    zoom: 0.6;
  }

  section h2 {
    margin: 0;
  }
}

.bandeau {
  width: 100%;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.contenu {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}

.bandeau img {
  height: 150px;
  margin: 0 10px;
}

.fond {
  background-color: #f5e7e1;
  border-radius: 15px;
}

.shadow-s {
  position: relative;
  width: 10px;
  height: 150px;
  background-color: #fef0ea;
  box-shadow: 0 0 20px 50px #fef0ea;
  top: 0px;
  margin-left: -2px;
  left: 0px;
  z-index: 49;
}

.shadow-e {
  position: absolute;
  height: 150px;
  background-color: transparent;
  box-shadow: 0 0 20px 50px #fef0ea;
  top: 0px;
  right: 0;
}

ul li::marker {
  color: #df6d28;
  font-size: 20px;
}

section ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-image: url("/img/Tick.svg");
}



.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  gap: 20px;
  background-color: #e76e32;
  height: 100%;
}

.sidebar div {
  padding: 20px;
}

.sidebar h2 {
  text-align: center;
}

.sidebar .compte {
  border: 1px solid #f5e7e1;
  background-color: transparent;
  color: #f5e7e1;
  font-weight: bold;
}

.sidebar button {
  background-color: #f5e7e1;
  color: rgb(47, 47, 47);
}

.sidebar h2 {
  color: #f5e7e1;
}

.center-page {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.tooltip-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  --color: #fff;
  --tooltip-bg: #e76e32;
  --tooltip-color: #fff;
  --margin: 0rem;
}

.tooltip-container .text {
  z-index: 9;
  height: fit-content;
  cursor: pointer;
}

.tooltip-container .tooltip {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(0%) scale(0);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background: var(--tooltip-bg);
  color: var(--tooltip-color);
  border-radius: 0.5rem;
  z-index: 99999;
  width: 100%;
  font-size: 15px;
}

.tooltip-container .tooltip::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  background: var(--tooltip-bg);
  border-bottom-right-radius: 0.175rem;
}

.tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-100%) scale(1);
}

.radio-group {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.radio-label {
  display: flex;
  align-items: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-color: transparent;
  border: 1px solid #e76e32;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
  margin-right: 10px;
  text-align: left;
}

.radio-label.f {
  margin-right: 0;
}

.radio-label:hover {
  background-color: transparent;
}

.radio-input {
  margin-right: 20px;
  position: absolute;
  opacity: 0;
}

.radio-input:checked + .radio-label {
  background-color: #ffc3c3;
  border-color: #e76e32;
}

.radio-input:focus + .radio-label {
  outline: 2px solid #e76e32;
}

.radio-inner-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #e76e32;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border-color 0.2s;
  position: relative;
}

.radio-label:hover .radio-inner-circle {
  border-color: #e76e32;
}

.radio-input:checked + .radio-label .radio-inner-circle {
  border-color: #df6d28;
}

.radio-input:checked + .radio-label .radio-inner-circle::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #e76e32;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    