body {
    margin: 0;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
  }
/*Bouton*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 48%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*Fin bouton*/

/*bar top*/
.top {
    position: relative;
    background-color: black;
    overflow: hidden;
    height: 75px;
  }
  .top-centered a {
    float: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .top-centered {
    text-align: center;
  }

  /*menu top*/

  .topnav {
    position: relative;
    background-color: black;
    overflow: hidden;
    height: 75px;
    padding-top: 15px;
    text-align: center;
  }
  .topnav a {
    float: none;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .topnav-right{
    float: right;
    position: relative;
    padding-right: 50px;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
    color:white;
 }
  /* Change the color of links on hover */
.topnav a:hover {
    background-color:pink;
    padding-bottom: 15px;
    height: 80;
    color: black;
    border-radius: 25px;
  }



/* ---------Grid--------------------*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  position: relative;
}

.container {
background-color: lightgrey;
}

/* ---------End ofGrid-------------*/

/* ---------Presentation-------------*/

.serviceIT {
text-align: justify;
text-justify: inter-word;
}
/* ---------End of Presentation-------------*/

/*--------- Footer -----------*/
.container2 {
  background-color: black;
  position: fixed;
  width: 100%;
  text-align: center;
  height: 10%;
  color: white;
  bottom: 0px;
  }
table{
    width: 100%;
    border-spacing: 0px;

  }

th {
    border-top: hidden;
    border-left: hidden;
    border-bottom: 1px solid lightsteelblue;
    border-right: 1px solid lightsteelblue;
    padding-top: 1%;

}
td {
    border-top: hidden;
    border-left: hidden;
    border-bottom: 1px solid lightsteelblue;
    border-right: 1px solid lightsteelblue;
    padding-top: 1%;
}
.btn{
    border: none;
}
.bouton{
    text-align: center;
}

a.one { color: black; text-decoration: none; }
a.one:hover { color: pink; text-decoration: none; }

.detail {
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 15px;
}
.detail:hover {background-color: pink;}

.store {
  margin-left: auto;
  margin-right: auto;
}

button {
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5%;
    align-items: center;
    justify-content: center;
    width: max-content;
}
button:hover {
    background-color: pink;
  }

/*--------- End of Footer -----------*/

.bouton {
  text-align: center;
  width: 100%;
}

.btn-adm {
  width: 25%;

}
