.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
}

body {
  /* background-color: #2c323c; */
  background-image: url('../../Home/img/Droussel Website Background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

#logoCOVER {
  width: 330px;
  height: 100px;
  background-image: url('../../Home/img/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 10px;
}

#logoCOVER:hover {
  opacity: 0.8;
}

#logoCOVER:active {
  opacity: 0.5;
}


hr {
  background: grey;
  margin-left: 100px;
  margin-right: 100px;
}

.topnav {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: #668ac4; */
  background-color: #2c323c;
}

.topnav a.active {
  color: #66d9ff;
}

.topnav a {
  font-size: 16px;
  display: block;
  float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Bree Serif', serif;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.AccueilDan {
  padding-top: 20px;
  margin: 0 auto;
  margin-top: 20px;
  border: solid 2px black;
  width: 800px;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: rgba(171, 198, 232, 0.1);
}

.GallerieDan {
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  border: solid 2px black;
  max-width: 1380px;
  border-radius: 20px;
  padding-bottom: 20px;
  background-color: rgba(171, 198, 232, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}

.column {
    float: left;
    width: 23.9%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img.images {
    opacity: 0.8;
    cursor: pointer;
}

.column img.images:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:before {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.expandedImageDan {
    position: relative;
    display: none;
    text-align: center;
}

#expandedImg {
  width: 40%;
  margin-bottom: 20px;
    border: 1.5px solid black;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 25px;
    left: 430px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
    position: relative;
    bottom: 150px;
    left: 520px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtn:hover {
  color: tomato;
}

.closebtn:active {
  color: red;
}

.closebtnOther {
    position: absolute;
    top: 0;
    right: 420px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtnOther:hover {
  color: tomato;
}

.closebtnOther:active {
  color: red;
}

.texteDan {
  color: lightgrey;
  text-align: center;
  font-size: 16px;
}

.texteDanInfos {
  color: lightgrey;
  text-align: center;
  font-size: 16px;
}

.ImageDan {
  width: 250px;
  height: 350px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px;
  pointer-events: none;
}

#CVDanMobile {
  display: none;
}

.CVDan {
  background: #cccccc;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  padding-right: 30px;

}

#ColorHeader {
  height: 285px;
  background: #5277b2;
  margin-bottom: 73px;
}

.container {
  width: 795px;
}

#topHeader {
  padding-top: 21px;
  margin-bottom: 130px;
}

#headerText {
  font-size: 3rem;
  font-weight: normal;
  color: white;
  text-align: center;
}

#MiddleImages {
  margin-bottom: 45px;
}

.imageBottom {
  padding-bottom: 23px;
}

#Footer {
    top: 320px;
    position: relative;
    /* background: #666666; */
    background-color: #2c323c;
    height: 60px;
    margin: 20px 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
}

#FooterText {
  padding-top: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  color: white;
}

#FooterText a {
  color: white;
}

#FooterText p span a:hover {
  color: lightgrey;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.FilesDan {
  padding-top: 15px;
  text-align: center;
  height: 300px;
}

.FilesDan a {
  font-size: 15px;
  color: white;
}

.FilesDan a:hover {
  text-decoration: none;
  color: orange;
}

.hidden {
  display: none;
}

.telephoneDan a {
  text-decoration: none;
  color: orange;
  font-size: 20px; 
  position: relative;
  display: inline-block;
}

.courrielDan a {
  text-decoration: none;
  color: orange;
  font-size: 20px; 
  position: relative;
  display: inline-block; 
}

.dropdownMyCellList {
  border-radius: 10px;
  display: none;
  position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  background-color: lightgrey;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownMyCellList span {
  color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
  user-select: all; 
}

.dropdownMyCellList span::selection {
  background-color: grey;
  color: white;
}

.dropdownMyCellList a::selection {
  background-color: grey;
  color: white;
}

.CellShow {
  display: block;
}

.isVisible {
  display: block;
}

#buttonCopyText {
  border: none;
  border-style: none;
  background: none;
  color: grey;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: color 1s;
  transition: color 1s;
  
}

#buttonCopyText:hover {
  color: #498ffc;
}

#HoraireSession {
  display: block;
  margin: 0 auto;
  width: 800px;
  padding: 30px;
    margin-top: 20px;
  border: solid 2px black;
  border-radius: 10px;
  background-color: rgba(171, 198, 232, 0.1);
}

#HoraireImage {
  background-size: contain;
  height: 455px;
  background-position: center;
  border: solid 1px black;
  pointer-events: none;
}

#downloadHoraire {
  display: block;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}

#downloadHoraire a {
  font-size: 12px;
  color: floralwhite;
  font-weight: bold;
}

#downloadHoraire a:hover {
  text-decoration: none;
  background-color: royalblue;
}

#downloadHoraire a:active {
  background-color: dodgerblue;
}

#horaireButton {
  padding: 10px;
  background: #668ac4;
  border-radius: 10px;
}

.GallerieLogo {
  margin: 0 auto;
  width: 800px;
  margin-bottom: 20px;
}

.Tournament12 {
  display: inline-block;
  background: url('../img/Tournament12.png') no-repeat;
  width: 357px;
  height: 183px; 
}

.Tournament12:hover {
  opacity: 0.8;
}

.Tournament12:active {
  opacity: 0.5;
}

.hidden-CapitalCityReds {
  display: inline-block;
  background: url('https://via.placeholder.com/400x155.png?text=Coming%20Soon') no-repeat;
  background-size: contain;
  width: 400px;
  height: 155px;
  margin-left: 30px;
  border-radius: 10px;
}

.hidden-CapitalCityReds:hover {
  opacity: 0.8;
}

.hidden-CapitalCityReds:active {
  opacity: 0.5;
}

.CapitalCityReds {
  display: inline-block;
  background: url('../img/CapitalCityReds.png') no-repeat;
  background-size: contain;
  width: 400px;
  height: 155px;
  margin-left: 30px;
}

.CapitalCityReds:hover {
  opacity: 0.8;
}

.CapitalCityReds:active {
  opacity: 0.5;
}

.TyransDeGatineau {
  margin-left: -70px;
  display: inline-block;
  background: url('../img/TyransDeGatineau.png') no-repeat;
  background-size: contain;
  width: 300px;
  height: 120px;
}

.TyransDeGatineau:hover {
  opacity: 0.8;
}

.TyransDeGatineau:active {
  opacity: 0.5;
}

.Hull-Volant {
  margin-left: 100px;
  display: inline-block;
  background: url('../img/Hull-Volant.png') no-repeat;
  background-size: contain;
  width: 280px;
  height: 150px; 
}

.Hull-Volant:hover {
  opacity: 0.8;
}

.Hull-Volant:active {
  opacity: 0.5;
}

.downloadBtn {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  position: relative;
    top: 30px;
    left: 10px;
    visibility: hidden;
    opacity: 0;
  transition: opacity .2s, visibility .2s;
}

.column:hover .downloadBtn {
  visibility: visible;
  opacity: 0.8;
}










/*////////////////////////////////////////////////////////////
//////               Start of PHP Styling               //////
////////////////////////////////////////////////////////////*/











.login {
  width: 400px;
  background-color: #2c323c;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 80px auto;
  border-radius: 10px;
  font-size: 16px;
}

.login h1 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #4d5461;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

button {
  font-size: 16px;
  width: 100%;
  padding: 15px;
  background-color: #4d5461;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  border-top: 1px solid #dee0e4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

button:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.connecte {
  margin: 0 auto;
  width: 500px;
  margin-top: 80px;
  padding: 20px;
  background: #3274d6;
  color: white;
  border-radius: 10px;
}

.register {
  width: 400px;
  background-color: #2c323c;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 12px;
}
.register h1 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  font-size: 16px;
}
.register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #4d5461;
  color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #4d5461;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.contentList {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.contentList table {
  background: #3274d6;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #3d3d3d;
}

.contentList td, th {
  border: 1px solid darkgray;
  text-align: left;
  padding: 8px;
  color: white;
}

.contentList tr:nth-child(even) {
  background-color: #668ac4;
}

.contentList h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: white;
}

.contentList > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  border-radius: 10px;
  background-color: lightgrey;
}

.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: white;
}

.content > p, .content > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content > p table td, .content > div table td {
  padding: 5px;
}

.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}

.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.profileButtons {
  position: relative;
  top: 8px;
}

#editProfile {
  border-radius: 6px;
  text-align: center;
  width: 150px;
  float: right;
  position: relative;
  bottom: 0;
  left: -20px;
  background-color: #4d5461;
  padding: 5px;
  color: white;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  text-decoration: none;
}

#logoutProfile {
  border-radius: 6px;
  text-align: center;
  width: 150px;
  float: right;
  position: relative;
  bottom: -50px;
  left: 130px;
  background-color: #4d5461;
  padding: 5px;
  color: white;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  text-decoration: none;
}

#editProfile:hover {
  background: #5376b0;
}

#logoutProfile:hover {
  background: #5376b0;
}

#editProfile:active {
  background: #485b7a;
}

#logoutProfile:active {
  background: #485b7a;
}


/*//////////////////*/
/*    SEPARATION    */
/*//////////////////*/


.profileButtonsIphone {
  margin: 0 auto;
  text-align: center;
}

#editProfileIphone {
  border-radius: 6px;
  text-align: center;
  width: 350px;
  background: #668ac4;
  padding: 5px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

#logoutProfileIphone {
  border-radius: 6px;
  text-align: center;
  width: 150px;
  background: #668ac4;
  padding: 5px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

#editProfileIphone:hover {
  background: #5376b0;
}

#logoutProfileIphone:hover {
  background: #5376b0;
}

#editProfileIphone:active {
  background: #485b7a;
}

#logoutProfileIphone:active {
  background: #485b7a;
}

.profileSmallScreen {
  display: none;
}

#PP {
  margin-right: 30px;
}

#PP i {
  visibility: hidden;
  position: relative;
  bottom: 62px;
  left: 35px;
  font-size: 30px;
  color: lightslategrey;
  cursor: pointer;
}

#PP:hover > i {
  visibility: visible;
}

#profile_picture {
  border: 2.5px solid #3c4d68;
  border-radius: 100%;
  background-size: cover; 
  background-repeat: no-repeat;
  filter: blur(0);
  margin-right: 15px;
  width: 130px; 
  height: 130px;
}

#profile_picture:hover  {
  filter: blur(0.2px);
  filter: grayscale(60%);
  cursor: pointer;
}

#profile_picture a {
  visibility: hidden;
  padding: 30px;
  padding-left: 33px;
  padding-right: 27px;
  position: relative; 
  left: 0;
  top: 26px;
  font-size: 30px;
  border-radius: 100%;
  color: #2e2e2e;
}

#profile_picture:hover a {
  visibility: visible;
  opacity: 0.8;
}





/*////////////////////////////////////////////////////////////
//////               Start of Media Content             //////
////////////////////////////////////////////////////////////*/











@media (max-width: 450px) {

  .login  {
    width: 300px !important;
  }

  label {
    width: 25% !important;
  }

  input[type=text], input[type=email], input[type=password] {
    width: 75% !important;
  }
  
  .register {
    width: 300px !important;
  }

  .profileSmallScreen {
    padding-top: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 340px !important;
  }

  #editProfileIphone {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #logoutProfileIphone {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #profileSmallScreenName {
    font-size: 12px;
    width: 100%;
  }

  #profileSmallScreenUsername {
    font-size: 12px;
    width: 100%;
  }

  #profileSmallScreenEmail {
    font-size: 12px;
    width: 100%;
  }

}

@media (min-width: 690px) and (max-width: 1210px) {
  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 689px) {
  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 689px) {
  .profileWideScreen {
    display: none;
  }
}

@media (min-width: 451px) and (max-width: 689px) {
  .profileSmallScreen {
    padding-top: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 400px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1380px) {
    
  .GallerieDan {
    width: 1000px;
  }
  
  #imgtext {
      position: absolute;
      left: 310px;
      color: white;
      font-size: 20px;
  }
  
  .closebtnOther {
      position: absolute;
      top: 0;
      right: 300px;
      color: white;
      font-size: 35px;
      cursor: pointer;
  } 

  .closebtn {
      position: relative;
      bottom: 105px;
      left: 370px;
      color: white;
      font-size: 35px;
      cursor: pointer;
  }
}

@media (min-width: 801px) and (max-width: 1000px) {
    
  .closebtnOther {
      position: absolute;
      top: 0;
      right: 240px;
      color: white;
      font-size: 35px;
      cursor: pointer;
  }

  .GallerieDan {
    width: 800px;
  }

  #imgtext {
      position: absolute;
      left: 250px;
      color: white;
      font-size: 15px;
  }

  .closebtn {
      position: relative;
      bottom: 80px;
      left: 295px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }
}

@media screen and (max-width: 800px) {
  
  .closebtnOther {
      position: absolute;
      top: 0;
      right: 208px;
      color: white;
      font-size: 35px;
      cursor: pointer;
  } 

  .GallerieLogo {
    margin: 0 auto;
    width: 100%;
  } 

  .Tournament12 {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }

  .TyransDeGatineau {
    margin: 0 auto;
    display: block;
  }

  .Hull-Volant {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }

  .CapitalCityReds {
    margin: 0 auto;
    display: block;
    width: 300px;
  }

  .hidden-CapitalCityReds {
    margin: 0 auto;
    display: block;
    width: 300px;
  }

  .topnav a {
    display: none;
    float: none;
        width: 100%;
    }

  .hidden {
    display: block;
  }

    .AccueilDan {
      margin: 0 auto;
      margin-top: 50px;
      width: 85%;
    }
  
  #FooterText {
    width: 100%;
  }

  #CVDanMobile {
    display: block;
  }

  .CVDanMobile {
    display: none;
  }

  .isVisible {
    display: none;
  }
    
}



@media (min-width: 701px) and (max-width: 800px) {

  .GallerieDan {
    width: 700px;
  }

  #imgtext {
      position: absolute;
      left: 215px;
      color: white;
      font-size: 15px;
  }

  .closebtn {
      position: relative;
      bottom: 75px;
      left: 260px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }

  .texteDanInfos {
    font-size: 15px;
  }

  #HoraireSession {
    max-width: 600px;
  }

  #HoraireImage {
    margin: 0 auto;
    max-width: 550px;
    height: 100%;
  }
  
}

@media (min-width: 601px) and (max-width: 700px) {
  
  .closebtnOther {
      position: absolute;
      top: 0;
      right: 180px;
      color: white;
      font-size: 35px;
      cursor: pointer;
    }

  .GallerieDan {
    width: 600px;
  }

  #imgtext {
      position: absolute;
      left: 190px;
      color: white;
      font-size: 15px;
  }

  .closebtn {
      position: relative;
      bottom: 65px;
      left: 220px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }

  .texteDanInfos {
    font-size: 15px;
  }

  #HoraireSession {
    max-width: 600px;
  }

  #HoraireImage {
    margin: 0 auto;
    max-width: 550px;
    height: 100%;
  }
  
}

@media (orientation: portrait) and (min-width: 505px) and (max-width: 600px) {
  
  .closebtnOther {
      position: absolute;
      top: -10px;
      right: 150px;
      color: white;
      font-size: 35px;
      cursor: pointer;
    }

  .GallerieDan {
    width: 500px;
  }

  #imgtext {
      position: absolute;
      left: 145px;
      color: white;
      font-size: 15px;
  }

  .closebtn {
      position: relative;
      bottom: 50px;
      left: 180px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }

  .texteDanInfos {
    font-size: 15px;
  }

  #HoraireSession {
    margin: 0 auto;
    margin-top: 120px;
    transform: rotate(90deg);
    width: 500px;
    max-height: 400px;
  }

  #HoraireImage {
    margin: 0 auto;
    height: 100%;
  }

  #downloadHoraire {
    padding-top: 120px;
  }

  #Footer {
    margin-top: 120px;
  }
}

@media (min-width: 401px) and (max-width: 504px) {
  
  .closebtnOther {
      position: absolute;
      top: -10px;
      right: 110px;
      color: white;
      font-size: 35px;
      cursor: pointer;
    }

  .GallerieDan {
    width: 400px;
  }

  #imgtext {
      position: absolute;
      bottom: 20px;
      left: 110px;
      color: white;
      font-size: 12px;
  }

  .closebtn {
      position: relative;
      bottom: 40px;
      left: 140px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }
}

@media (orientation: portrait) and (min-width: 381px) and (max-width: 505px) {

  .texteDanInfos {
    font-size: 14px;
  }

  #HoraireSession {
    margin: 0 auto;
    margin-top: 100px;
    transform: rotate(90deg);
    width: 380px;
    max-height: 400px;
  }

  #HoraireImage {
    margin: 0 auto;
    height: 100%;
  }

  #downloadHoraire {
    padding-top: 100px;
  }

  #Footer {
    margin-top: 120px;
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  
  .closebtnOther {
      position: absolute;
      top: -5px;
      right: 100px;
      color: white;
      font-size: 20px;
      cursor: pointer;
  }

  .Tournament12 {
    background-size: contain;
    width: 260px;
    height: 140px;
  }

  .GallerieDan {
    width: 350px;
  }

  #imgtext {
      position: absolute;
      bottom: 20px;
      left: 100px;
      color: white;
      font-size: 11px;
  }

  .closebtn {
      position: relative;
      bottom: 35px;
      left: 120px;
      color: white;
      font-size: 25px;
      cursor: pointer;
  }

  .texteDanInfos {
    font-size: 13px;
  }

  #HoraireSession {
    margin: 0 auto;
    margin-top: 100px;
    transform: rotate(90deg);
    width: 320px;
    max-height: 400px;
  }

  #HoraireImage {
    margin: 0 auto;
    height: 100%;
  }

  #downloadHoraire {
    padding-top: 100px;
  }

  #Footer {
    margin-top: 120px;
  }
}