
@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.cdnfonts.com/css/neonderthaw');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');

body{
    width: 100%;  
    font-family: 'Sacramento';
}

.adminpage{
  background: radial-gradient(780px at 37.8% 100.3%, rgb(19, 55, 115) 2.2%, rgb(32, 7, 80) 20.2%, rgb(27, 88, 111) 58.6%, rgb(115, 88, 44) 75%, rgb(99, 19, 90) 89.6%, rgb(12, 51, 76) 96.1%);
}

::-webkit-scrollbar{
  display: none;
}

.infos{
    border-style: none;
    align-items: center;

}

header{
    width: 100%;
}


.ajout-button{
    font-size: 30px;    
    padding: 10px 20px;
    background-color: #1b6ab4;
    color: whitesmoke;
    border-radius: 5px;
    border-width: 7.5px;
    cursor: pointer;
    font-family: 'Sacramento'; 
    border-color: #6188db;
    border-style: outset;
    width: 100%;
}   

#affiche{
    cursor: pointer;
    background-color: rgb(29, 105, 206);
    color: whitesmoke;
    font-family: 'Sacramento';
    font-size: 20px;
    border-style: solid; 
    border-width: 3px;
    border-color: black;
}


#update{
    cursor: pointer;
    background-color: rgb(22, 148, 22);
    color: whitesmoke;
    font-family: 'Sacramento';
    font-size: 20px; 
    border-style: solid; 
    border-width: 3px;
    border-color: black;
}

#delete{
    cursor: pointer;
    background-color: rgb(255, 0, 0);
    color: whitesmoke;
    font-family: 'Sacramento';
    font-size: 20px; 
    border-style: solid; 
    border-width: 3px;
    border-color: black;
}

.carou{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-image: url('/static/propterre/images/background2.jpg');
    background-size: cover;
    flex-wrap: wrap;
    padding-bottom: 5%;
}

.imgdiv{
    margin: 2%;
    max-width: 500;
    max-height: 743;
}

.imgdiv0{
  margin: 2%;
  height: 50%;
}

.imgdiv0:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.imgdiv0:active {
filter:brightness(0.6)
}

.boutonsseries{
  margin-top: 4%;
  margin: 4%;
}

.onglet{
  display: flex !important;
  flex-direction: column;
}

.saisons{
  height: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: scroll;
  max-height: 655px;
  background-color: rgba(0, 39, 122, 0.342);
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-family: 'Tilt Neon', cursive;
  font-size: 30px;
}

.seriestout{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 1%;
}


.carou2{
  
  width: 100%;
  background-image: url('/static/propterre/images/background2.jpg');
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;

}

.carou2 img{
  width: 80%;
}

.imgdiv2{
  width: 120%;
  margin: 2%;
  height: 50%;
}

.imgdiv:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.imgdiv:active {
  filter:brightness(0.6)
}
.tout{
    width: 100%;
}

  
#background{
  background-image: url('/static/propterre/images/background4.jpg');
  background-size: cover;
}
  .ttee{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.ttee2{
  display: flex;
  flex-direction: row;
  padding-right: 15%;
}

.arrowscarou{
  height: 30px !important;
  width: 30px !important;
}

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

.maintitre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vh;
  background-image: url("/static/propterre/images/background3.gif");
  background-size: cover;
  cursor: none;
}

.titrediv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}

.titre {
  max-width: 20%;
  height: auto; 
}

.liensecret{
  text-align: center;
  cursor: none;
}


.vidiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
}
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }
  

  .video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-js {
    position: absolute;
    top: 63%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .divbouttons{
    display: flex;
    justify-content: center;
  }
  .bouttons{
    display: flex;
    justify-content: space-around;
    width: 50%;
  }


  
  body::-webkit-scrollbar-thumb:hover {
    background-color: #311616;
  }
  

  body::-webkit-scrollbar {
    width: 12px;
  }
  
    body::-webkit-scrollbar-track {
      background-image: url('/static/propterre/images/tv-static.gif');
    }
  
    body::-webkit-scrollbar-thumb {
      background-color: #4f0679;
      border-style: inset;
      border-color: #b55bf1;
  
    } 

  */* Petite technique pour enlever le message d'erreur de videojs issou */
  
  .vjs-error-display{
    z-index: -2;
  }
  
  
  .vjs-modal-dialog{
    z-index: -2;
  }



  .vidb{
    cursor: pointer;
  }
  
  #imgtv{
    z-index: 2;
    filter: none !important;
  }

  #bigtv{
    background-image: url("/static/propterre/images/crt.gif");
    background-size: cover;
    background-size: 20%;
    z-index: -1;
    --angle: 0deg;
    border: 2vmin solid;
    border-image: conic-gradient(from var(--angle), #ff00ff, #00ff00, #ffff00, #00ffff, #0000ff, #ff0000, #ff00ff) 1;
    animation: 10s rotate linear infinite;
  }
  


  .vidb {
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
  }
  
  .vidb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    animation: neon-glow 1s linear infinite;
  }
  
  @keyframes neon-glow {
    0%, 100% {
      left: -100%;
    }
    50% {
      left: 100%;
    }
  }
  
  #btn-pause {
    background-color: #800c0c;
    box-shadow: 0 0 5px #800c0c, 0 0 15px #800c0c, 0 0 20px #800c0c;
  }
  
  #btn-volume {
    background-color: #005c00;
    box-shadow: 0 0 5px #005c00, 0 0 15px #005c00, 0 0 20px #005c00;
  }
  
  #btn-pip {
    background-color: #2222ff;
    box-shadow: 0 0 5px #2222ff, 0 0 15px #2222ff, 0 0 20px #2222ff;
  }
  
  #btn-fullscreen {
    background-color: #850085;
    box-shadow: 0 0 5px #850085, 0 0 15px #850085, 0 0 20px #850085;
  }
  

  .vidb:active::before {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .vidb:active{
    border-style: none !important;
  }

  #btn-pause:active {
    background-color: #ff0000; 
  }
  
  #btn-volume:active {
    background-color: #00cc00; 
  }
  
  #btn-pip:active {
    background-color: #3bbff3; 
  }
  
  #btn-fullscreen:active {
    background-color: #ff05ff; 
  }

  .navbarvid{
    background-image: url("/static/propterre/images/line-neon.gif");
    background-size: contain;
  }

  .button {
    color: #db3eb1;
    border: 6px solid #db3eb1;
    border-radius:15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;
    letter-spacing:5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 5px #db3eb1) drop-shadow(0 0 50px #db3eb1) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }
  
  .button:hover {
    color: black;
    background-color: #db3eb1;
    filter: drop-shadow(0 0 10px #db3eb1) contrast(2) brightness(2);
  }
  
  .button2 {
    color: #020079;
    border: 6px solid #020079;
    border-radius:15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;                    
    letter-spacing:5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #020079) drop-shadow(0 0 50px #020079) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }
  
  .button2:hover {
    color: black;
    background-color: #020079;
    filter: drop-shadow(0 0 20px #020079) contrast(2) brightness(2);
  }

  .button3 {
    color: #168024;
    border: 6px solid #168024;
    border-radius:15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;
    letter-spacing:5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #168024) drop-shadow(0 0 50px #168024) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }
  
  .button3:hover {
    color: black;
    background-color: #168024;
    filter: drop-shadow(0 0 20px #168024) contrast(2) brightness(2);
  }

  .button4 {
    color: #d60606;
    border: 6px solid #d60606;
    border-radius:15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;
    letter-spacing:5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #d60606) drop-shadow(0 0 50px #d60606) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }
  
  .button4:hover {
    color: black;
    background-color: #d60606;
    filter: drop-shadow(0 0 20px #d60606) contrast(2) brightness(2);
  }

  .btn-14 {
    position: relative;
    color: #00aced;
    border: none;
    z-index: 2;
    background-color: #100055;
  }
  .btn-14:before,
  .btn-14:after {
    position: absolute;
    content: "";
    width: 20%;
    height: 20%;
    border: 1px solid;
    
    z-index: -1;
    transition: all 0.3s ease;
  }
  .btn-14:before{
     top: 0;
     left: 0;
     border-bottom-color: transparent;
     border-right-color: transparent;
     border-top-color: #00aced;
     border-left-color: #00aced;
  }
  .btn-14:after{
     bottom: 0;
     right: 0;
     border-top-color: transparent;
     border-left-color: transparent;
     border-bottom-color: #00aced;
     border-right-color: #00aced;
  }
  .btn-14:hover:before,
  .btn-14:hover:after {
    border-color: #00aced;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 5px #00aced, 0 0 5px #00aced inset;
  }
  

 
  #userimg {
    width: 105px;
    height: 105px;
    cursor: pointer;
    border: 2px solid black;
    box-shadow: 0 0 10px rgba(0, 255, 255, 1);
    transition: box-shadow 0.3s ease-in-out;

}

#userimg:hover {
    box-shadow: 0 0 20px rgba(0, 255, 255, 1);
    filter: brightness(1.1);
}

 .imgbougepas{
  max-width: 105px;
  max-height: 105px;
 }

 .imgbouge{

  padding-right: 5%;
 }


 h3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 }



html {
min-height: 100%;
}

.footer {
width: 100%;
}

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

footer {
padding-top: 30px;
background-color: #100055;
color: #bbb;
}

footer a {
color: #999;
text-decoration:none;
}

footer a:hover, footer a:focus {
color: #aaa;
text-decoration:none;
border-bottom:1px dotted #999;
}

footer .form-control {
  background-color: #1f2022;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;
  color: #d1d2d2;
  padding: 0.7em 1em;
  
}

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#100055;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  display: flex;
  color: white !important;
  justify-content: center;
  align-items: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}


#casou{
  margin-top: 1.5% !important;
  margin: 25%;
}

.textcarou{
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
}




.bonjour{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.8%;
}

.bonjourp{
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: 'Sacramento';
}

.neonText {
  animation: flicker 1.5s infinite alternate;
  color: #fff;
  font-family: 'Sacramento';

}

h1{
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Sacramento';
  word-spacing: 0.3em;
}


@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #0fa,
      0 0 80px #0fa,
      0 0 90px #0fa,
      0 0 100px #0fa,
      0 0 150px #0fa;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}

.semitout{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.tout2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idees{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  background: linear-gradient(109.6deg, rgba(72, 200, 159, 0.226) 11.2%, rgba(32, 40, 48, 0.466) 91.3%);
}

.idees2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#jv{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: scroll;
  max-height: 62vh;
  background-color: transparent;
  margin: 3%;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}



#jv::-webkit-scrollbar {
  width: 10px;
}

#jv::-webkit-scrollbar-track {
  background-color: transparent; 
}

#jv::-webkit-scrollbar-thumb {
  background-color: #888; 
  border-radius: 5px; 
}

#jv::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}


  
  .btn-6 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: scroll;
    position: relative;
    margin: 3%;
    padding: 2%;
    width: 20%;
    max-height: 60vh;
    background:#5d91282f;
    line-height: 40px;
    padding: 0;
    border: none;
    box-shadow: 0 0 20px #8ce436;
    border-radius: 7px;
  }
  .btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-6:hover{
    background: transparent;
  }
  .btn-6:before,
  .btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #8ce436;
   box-shadow: 0 0 5px #8ce436;
  }
  .btn-6:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
  }
  .btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
  }
  .btn-6:hover:before {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6:hover:after {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6 span:before,
  .btn-6 span:after {
    position: absolute;
    content: "";
    background: #8ce436;
    box-shadow: 0 0 5px #8ce436;
  }
  .btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
  }
  .btn-6 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
  }
  .btn-6 span:hover:before {
    width: 100%;
  }
  .btn-6 span:hover:after {
    width: 100%;
  }
  .userp{
    color: white;
    text-align: center;
  }


/* Style du modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close1 {
  position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
    margin: 10px;


}

.close1 span:before,
.close1 span:after {
  position: absolute;
  content: "";
  background: none !important;
  box-shadow: 0 0 5px none !important;
}


.bgalert{
  background: linear-gradient(179.4deg, rgb(12, 20, 69) -16.9%, rgb(71, 30, 84) 119.9%);
  border-radius: 0px !important;
  color: white;
}


/* Styles for the form container */
.form {
  width: 100%;
  max-width: 600px;
  margin: 3%;
  padding: 40px;
  background-color: #222;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Center the heading */
.form h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
  color: #ff00cc;
  text-shadow: 2px 2px 4px rgba(255, 0, 204, 0.3);
}

/* Style the form inputs */
.form-c {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Style the labels */
.form-g label {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ff00cc;
  text-shadow: 1px 1px 2px rgba(255, 0, 204, 0.5);
}

/* Style the buttons */
.custom-btn {
  color: #fff;
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btnlink{
  color: #52ebff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnlink:hover{
  color: black !important;
}

.btndiv{
  display: flex;
  justify-content: space-around;
  margin-top: 10%;
}

.btn-9 {
  color: #fff352;
  border: 1px solid #fff352;
  box-shadow: 0 0 5px #fff352, 0 0 5px #fff352 inset;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.btn-9:hover {
  color: #000;
}
.btn-9:hover:after {
  background: #fff352;
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255, 1),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255, 1),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.btn-91 {
  color: #52ebff;
  border: 1px solid #52ebff;
  box-shadow: 0 0 5px #52ebff, 0 0 5px #52ebff inset;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-91:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.btn-91:hover {
  color: #000;
}

.btn-91:hover:after {
  background: #52ebff;
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(82, 235, 255, 1),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(82, 235, 255, 1),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/* Style error messages */
.aler {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ff0066;
  border: 1px solid #cc0033;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
}

/* Responsive styles */
@media (max-width: 480px) {
  .form {
      padding: 20px;
  }
  .form h2 {
      font-size: 24px;
  }
}

.git{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


/* 15 */

#btn15{
  width: 100% ;
  height: 100% ;
  margin-top: 3.3%;
  font-family: 'Tilt Neon', cursive;
}

.btn-15 {
  color: #7a55ff;
  border: 1px solid#7a55ff;
  box-shadow: 0 0 5px #7a55ff, 0 0 5px #7a55ff inset;
  z-index: 1;
  border-radius: 7px;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #7a55ff;
  box-shadow:
   0 0 20px  #7a55ff;
  transition: all 0.3s ease;
  border-radius: 7px;
}
.btn-15:hover {
  color: #fff;
  border-radius: 7px;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}

.saisons button:hover{
  background-color: transparent;
  border-color: transparent !important;
}

.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: white !important;
}

ul{
  padding-bottom: 2%;
}

.profil{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: wheat;
  width: 100%;
  padding: 2%;
  min-height: 100vh;
  background: #23242a;
}

.profildiv{
  display: flex;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 10%;
}


.disparait{
  display: none;
}

.profildiv p{
  margin: 4%;
}

.file-input {
  overflow: hidden !important;
  width: 50% !important;
  display: none;
}

.file-couille{
  text-align: center;
}


#imgdl
{
  max-width: 100px;
  max-height: 100px;
    cursor: pointer;
}

.imgpp{
  margin: 2%;
  display: flex;
  justify-content:space-around

}

.userimgpp{
  cursor: default !important;;
}

#psubmit{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&family=Syne:wght@800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.box {
  position: relative;
  width: 400px;
  background: #1c1c1c;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 550px;
  padding: 2%;
  background: #23242a;
}

.box::before {
  content: "";
  position: absolute;
  width: 4000px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #45f3ff,
    #45f3ff,
    #45f3ff
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}

.box::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #ffff00,
    #ffff00,
    #ffff00
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}

.borderLine {
  position: absolute;
  top: 0;
  inset: 0;
}

.borderLine::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #fc0f8d,
    #fc0f8d,
    #fc0f8d
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.box form {
  position: absolute;
  inset: 4px;
  background:rgb(14, 3, 46);
  padding: 50px 40px;
  border-radius: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  
}

.box form h2 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.box form .inputBox {
  position: relative;
  width: 300px;
  margin-top: 3%;
}

.box form .inputBox input {
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  color: #23242a;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
}

.box form .inputBox span {
  position: absolute;
  left: 0;
  padding: 20px 0px 10px;
  pointer-events: none;
  color: #8f8f8f;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
}

.box form .inputBox input:valid ~ span,
.box form .inputBox input:focus ~ span {
  color: #fff;
  font-size: 0.75em;
  transform: translateY(-34px);
}

.box form .inputBox i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  transition: 0.5s;
  pointer-events: none;
}

.box form .inputBox input:valid ~ i,
.box form .inputBox input:focus ~ i {
  height: 44px;
}

.box form .links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.box form .links a {
  margin: 15px 12px 20px 0;
  font-size: 0.75em;
  color: #8f8f8f;
  text-decoration: none;
}

.box form .links a:hover,
.box form .links a:nth-child(2) {
  color: #fff;
}

.box form input[type="submit"] {
  border: none;
  outline: none;
  padding: 9px 25px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 7px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.6s;
}

.box form input[type="submit"]:hover {
  background-color: #31e1f7;
}

.box form input[type="submit"]:active {
  opacity: 0.8;
}

#longueurinput{
  width: 100% !important;
}

#btn-confirm{
  display: flex;
  justify-content: center !important;
}


.displaya{
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.541);
  margin: 2%;
}

.displaya:hover{
  background-color: rgba(255, 255, 255, 0.349);
}

.trucservices{
  display: flex;
  justify-content: center !important;
}


.idees3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 5%;
  background-color: transparent;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.buttondeco{
  display: none;
}

.nav-linki {
  display: block;
  padding: 0.5rem 1rem;
}

.toutdiv{
  width: 100%;
}

.ttee #navbarButton{
  display: none;
}

.col-sm-6 li{
  display: flex;
  flex-direction: row;
}

.col-sm-6 li p{
  display: flex;
  align-items: flex-end;
  margin-bottom: 8%;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: white;
}

@media only screen and (max-width: 512px) {
  img {
    width: 100%;
  }

  .titre{
    max-width: 50%;
  }

  .button3{
    font-size: 15px;
  }

  #userimg{
    text-align: end;
  }

  #casou{
    margin-top: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
  }

  .button4{
    font-size: 15px;
    border: 2px solid #d60606;
    padding: 7.5px 12.5px;
    display: none;
    filter: drop-shadow(0 0 2px #d60606) drop-shadow(0 0 25px #d60606) contrast(1) brightness(1);
  }

  .button{
    font-size: 13px;
    border: 2px solid #db3eb1;
    padding: 7.5px 12.5px;
    height: 42px;
    filter: drop-shadow(0 0 2px #db3eb1) drop-shadow(0 0 25px #db3eb1) contrast(1) brightness(1);
  }
  
  .buttondeco{
    display: block;
  }

  .buttonhome{
    display: none;
  }

  .ttee2{
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .neonText{
    margin-top: 5%;
  }.toutdiv{
    width: 100%;
  }
  .bonjourp{
    font-size: 40px;
  }

  .nav-linki{
    padding: 2px;
  }

  .box{
    margin: 3%;
    width: 320px;
  }

  .box form .inputBox{
    width: 230px;
  }

  #navbarButton{
    display: none;
  }

  .navinavou #navbarButton{
    display: block;
  }

  .ttee #navbarButton{
    display: block;
  }

  .imgdiv{
    width: 25%
  }

  .imgbouge{
    padding: 0;
  }

  .my-video-dimensions{
    width: 200px;
    height: 160px;
  }

  .button2:hover {
    color: #020079;
    border: 6px solid #020079;
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;
    letter-spacing: 5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #020079) drop-shadow(0 0 50px #020079) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }

  .vidb img{
    width: auto;
  }

  .vidb{
    width: 100px;
    padding: 5px 10px;
    margin: 2%;
  }

  .bouttons{
    width: 100%;

  }

  .seriestout{
    flex-direction: column;
  }

  .saisons{
    font-size: 15px;
    max-height: 230px;
  }


  #btn15{
    width: 40%;
  }

  .imgdiv2{
    width: 100%;
    margin: 0;
  }

  .nav{
    justify-content: center;
  }

  .boutonsseries div{
    text-align: center;
  }


  .col-sm-6 li p{
    display: none;
  }
  

  .footer-dark ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  form h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  h3{
    display: flex;
    justify-content: center;
  }

  .footer-dark {
    padding: 0;
  }

}



@media only screen and (max-width: 1024px) and (orientation:landscape){
  img {
    width: 100%;
  }

  .titre{
    max-width: 35%;
    margin: 5%;
  }

  .button3{
    font-size: 15px;
  }

  #userimg{
    text-align: end;
  }

  #casou{
    margin-top: 10%;
    margin-right: 15%;
    margin-bottom: 15%;
    margin-left: 15%;
  }

  .button4{
    font-size: 20px;
    border: 2px solid #d60606;
    padding: 7.5px 12.5px;
    display: none;
    filter: drop-shadow(0 0 2px #d60606) drop-shadow(0 0 25px #d60606) contrast(1) brightness(1);
  }

  .button{
    font-size: 20px;
    border: 2px solid #db3eb1;
    padding: 7.5px 12.5px;
    filter: drop-shadow(0 0 2px #db3eb1) drop-shadow(0 0 25px #db3eb1) contrast(1) brightness(1);
  }
  
  .buttondeco{
    display: block;
  }

  .buttonhome{
    display: none;
  }

  .ttee2{
    padding-right: 0;
    justify-content: center;
    align-items: center;
  }

  .neonText{
    margin-top: 5%;
  }

  .bonjourp{
    font-size: 40px;
  }

  .nav-linki{
    display: flex;
  }

  .buttonhom-nav-linki{
    display: none;
  }

  .imgbougepaslandscape{
    margin-left: 50%;
  }

  .navbar{
    justify-content: space-around !important;
  }

  .box{
    margin: 3%;
    width: 320px;
  }

  .box form .inputBox{
    width: 230px;
  }

  #navbarButton{
    display: none;
  }
  .ttee #navbarButton{
    display: block;
  }

  .navinavou #navbarButton{
    display: block;
  }
  
  .maintitre{
    height: 100%;
  }

  .imgdiv{
    width: 25%
  }

  .imgbouge{
    padding: 0;
  }

  .my-video-dimensions{
    width: 400px;
    height: 300px;
  }

  .button2:hover {
    color: #020079;
    border: 6px solid #020079;
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 30px;
    font-family: 'Tilt Neon', cursive;
    letter-spacing: 5px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #020079) drop-shadow(0 0 50px #020079) contrast(2) brightness(2);
    transition: .5s;
    background-color: black;
  }

  .vidb img{
    width: auto;
  }

  .vidb{
    width: 100px;
    padding: 5px 10px;
    margin: 2%;
  }

  .bouttons{
    width: 100%;

  }

  .seriestout{
    flex-direction: column;
  }

  .saisons{
    font-size: 15px;
    max-height: 215px;
  }

  #btn15{
    width: 40%;
  }

  .imgdiv2{
    width: 100%;
    margin: 0;
  }

  .nav{
    justify-content: center;
  }

  .boutonsseries div{
    text-align: center;
  }

  .col-sm-6 li p{
    display: none;
  }
  

  .footer-dark ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  form h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  h3{
    display: flex;
    justify-content: center;
  }

  .footer-dark {
    padding: 0;
  }


}