:root {
  --success: #0fb800;
  --progress: #ff6f00;
  --error: #d63031;
}

*,::after,::before {
  box-sizing: border-box
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#song {
  font-size: 1.2rem;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 10px;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #f2f2f2;
  margin: 0;
}

a {
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

#imgplug {
  width: 30%;
  height: 30%;
}

#whoiam {
  padding: 40px 0px 0px 0px ;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  max-width: 1200px;
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-green {
  background-color: #98cb00;
}

.bg-orange {
  background-color: #cc6733;
}

.bg-blue {
  background-color: #3398cc;
}

.bg-dark-gray {
  background-color: #676767;
}

.bg-brown {
  background-color: #986665;
}

.bg-purple {
  background-color: #8e44ad;
}

.bg-red {
  background-color: #d63031;
}

#songname {
  padding: 50px 0px 0px 0px ; 
}

/*Welcome section*/
#tmWelcome {
  position: relative;
  display: flex;
  align-items: center;
}

.brand-container-outer {
  margin-top: -400px;
}

.brand-container-inner {
  max-width: 580px;
  width: 100%;
}

.brand-container {
  padding: 75px 110px;
}

.brand-name {
  font-size: 4.5rem;
}

.brand-name>a {
  color: white;
}

.brand-name>a:hover {
  color: #00266c;
  text-decoration: solid;
}

.brand-description {
  font-size: 1.4rem;
  color: white;
}

.parallax-window {
  min-height: 1100px;
  background: transparent;
}

.welcome-container {
  min-height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.welcome-left {
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 25px
}

ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

.welcome-left-col {
  display: flex;
  align-items: center;
}

.welcome-right {
  color: white;
  background-color: #3c1107;
  padding: 60px 60px;
  height: 100%;
}

.welcome-right>p {
  padding: 20px;
  font-size: 30px;
}

/*Portfolio section*/
.portfolio-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.portfolio-name {
  width: 350px;
  height: 350px;
  font-size: 2rem;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  justify-content: center;
}

.portfolio-description {
  width: calc(100% - 300px);
  padding: 0px 40px;
}

.portfolio-description ul>li {
  margin-left: 30px;
  font-size: 1.2rem;
}

.text-green {
  color: #98cb00;
}

#formations {
  text-align: center;
  padding: 65px 0px 0px 0px ;
}

#competences {
  text-align: center;
  padding: 70px 0px 0px 0px ;
}

.Formations {  
  align-items: center;
  display: block;
  margin-bottom: 5px;
  margin: auto;
  width: fit-content;
}

.Formations>p{
  text-align: center;
  font-size: 1.2rem;
}

.Formations>h3{
  text-align: center;
  margin-top: 15px;
}

.Formations>ul>li {
  list-style-position:inside;
  text-align:center;
}

table {
  align-items: center;
  margin: auto;
  margin-top: 10px;
}

#professionelle>li{
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

#experiences{
  padding: 100px;
  text-align: center;
}

#ps2{
  width: 29.5%;
}

#github{
  position: absolute;
}

caption {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

video{
  margin-top: 2px;
  width: 40%;
  height: 40%;
}

#pp{
  width: 11%;
  height: 11%;
}

#link{
  width: 27%;
  height: 27%;
}

td {
text-align: center;
font-size: 1.2rem;
}

th {
  padding: 10px;
  text-align: center
}

.warning{
  margin-top:10px;
  color: #FFFF00;
  background-color: red;
  border-radius: 10px;
}

ul {
  list-style:square;
  margin-bottom: 2px;
  font-size: 1.2rem;
}

#captain{
  width: 38%;
  height: 38%;
}

.text-green>a {
  color: #98cb00;
}

.text-green>a:hover {
  color: #ffffff;
  background-color: #98cb00;
}

.text-orange {
  color: #cc6733;
}

.text-orange>a {
  color: #ff6733;
}

.text-orange>a:hover {
  color: #ffffff;
  background-color: #ff6733;
}

.text-blue {
  color: #3398cc;
}

.text-blue>a {
  color: #3398cc ;
}

.text-blue>a:hover {
  color: #ffffff;
  background-color: #3398cc;
}

.text-dark-gray {
  color: #676767;
}

.text-dark-gray>a {
  color: #676767;
}

.text-dark-gray>a:hover {
  color: white;
  background-color: #676767;
}

.text-brown {
  color: #986665;
}

.text-brown>a {
  color: #986665;
}

.text-brown>a:hover {
  color: #ffffff;
  background-color: #986665;
}

.text-purple {
  color: #8e44ad;
}

.text-purple>a {
  color: #8e44ad;
}

.text-purple>a:hover {
  color: #4a0075;
}

.text-red {
  color: #d63031;
}

.text-red>a {
  color: #d63031;
}

.text-red>a:hover {
  color: #ffffff;
  background-color: #d63031;
}

.title-small {
  font-size: 1.3rem;
}

p {
  font-size: 1.2rem;
  margin: 0px 0px 0px;
}

#perso{
  text-align: center;
  padding: 80px 0px 40px 0px 
}

#pro {
  text-align: center;
  padding: 80px 0px 40px 0px 
}

.progressbar-wrapper {
  background-color: #dfe6e9;
  color: white;
  border-radius: 10px;
  width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}

.h1,h1 {
  text-align: center;
  font-size: 2.5rem
}

.h2,h2 {
  font-size: 2rem
}

.h3,h3 {
  font-size: 1.75rem
}

.h4,h4 {
  font-size: 1.2rem
}

.h5,h5 {
  font-size: 1.25rem
}

.h6,h6 {
  font-size: 1rem
}

.progressbar {
  background-color: var(--progress);
  color: white;
  text-align: right;
  text-align: center;
  font-size: 20px;
  border-radius: 10px
}

.progressbar[title="downloading"] {
  background-color: var(--progress);
}

.progressbar[title="downloaded"] {
  background-color: var(--success);
}

.progressbar[title="stopped"] {
  background-color: var(--error);
}

.chassemonstre {
  width: 100%;
}

.bdd {
  width: 100%;
}
  
.fastfood {
  width: 50%;
}

.pokemath {
  width: 100%;
}

.plug {
  width: 90%;
}

.sejour {
  width: 85%;
}

.portfolio {
  width: 80%;
}

.smash {
  width: 100%;
}

.art {
  width: 100%;
}

.video {
  width: 100%;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll>img {
  padding: 5px;
  width: 30%;
  height: 100%;
}

.fnf {
  width: 90%;
}

.oop {
  width: 100%;
}

#competences>ul>li {
  list-style-position:inside;
  text-align:unset;
}

#name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

footer {
  position:sticky;
  width: 100%;
  background-color: gray;
  color: white;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 80px;
}

footer>p{
  font-size: 1.5rem;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.bg-dark {
  background-color: #343a40!important
}

.bg-white {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}

.h-100 {
  height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.ml-auto{
  margin-left: auto!important
}

@media (min-width: 768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

}