* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #121212;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

#particles {
  width: 100%;
  height: 40%;
  overflow: hidden;
}

#intro {
  position: absolute;
  left: 0;
  top: 30%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.015em;
}

h1::after {
  content: '';
  width: 120px;
  display: block;
  background: #fff;
  height: 5px;
  margin: 30px auto;
  line-height: 1.1;
  opacity: 87%;
}

p {
  margin: 0 0 30px 0;
  font-size: 18px;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 568px) {
  #intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}

.header {
  padding: 0.8em;
  text-align: center;
/*  background:#113B66;*/
  background: #561980;
  font-size: 1.5em;
  font-family: Calibri;
}

.headerButton {
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 2em;
  margin-right: 2em;
/*  border: solid #113B66;*/
  border: solid #561980;
  border-radius: 5px;
  padding: 0.1;
}

.headerButton:hover {   
  transition: 300ms;
  border: solid #FFFFFF;
  background-color: #FFFFFF;
/*  color: #113B66;*/
  color: #561980;
}

.footerButton {
  color: #FFFFFF;
  text-decoration: none;
}

body {
  margin: 0;
}

h1 {
  color: white;
}

p {
  color: white;
  opacity: 75%;
}

.lienEnt {
  color: white;
  text-decoration: none;
}

.suite {
  color : #000000;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5em;
}

.lienPre {
  color: #000000;
  text-decoration: none;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
  border: 1px solid #000000;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

h3 {
  text-align: left;
  font-weight: 1;
}

.psuite {
  color: #000000;
  text-align: left;
}

.photo {
  display: block;
  margin-right: auto;
}

a {
  text-decoration: none;
/*  color : #0057ad;*/
  color: #561980;
}

.separator {
  border-left: 1.5px solid black;
  height : 52em;
  display: inline-block;
  position: absolute;
  right: 50%;
}

.lienProEcole {
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000000;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  left: 25%;
  transform: translate(-50%, -50%);
}

.lienProEnt {
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000000;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  right: 25%;
  transform: translate(50%, -50%);
}

.proTitreEcole {
  font-size: xx-large;
  display: inline-block;
  position: absolute;
  left: 25%;
  transform: translate(-50%, -50%);
}

.proTitreEnt {
  font-size: xx-large;
  display: inline-block;
  position: absolute;
  right: 25%;
  transform: translate(50%, -50%);
}

.schema {
  display: block;
  margin: auto;
  width: 90%;
}

.logo {
  display: block;
  margin-right: auto;
  width: 10em;
}

.compétences {
  padding: 1em;
}

table {
  margin: auto;
}

td {
  padding-left: 5em;
  padding-right: 5em;
}

.ptable {
  color: #000000;
  font-size: x-large;
}

.heroShot {
  margin: auto;
  width: 75%;
}

.heroShotL {
  margin: auto;
  height: 45em;
}

.heroShotS {
  margin: auto;
  width: 45%;
}

.tableau{
  border-collapse: collapse;
}

.tableau :nth-child(n) {
  border: thin solid black;
}