﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&family=Ubuntu:wght@400;700&display=swap");
@media screen and (max-width: 800px) { /* smartphones, iPhone, portrait 480x320 phones */
  .liste-cours table, .liste-cours thead, .liste-cours tbody, .liste-cours th, .liste-cours td, .liste-cours tr {
    display: block;
  }
  .liste-cours thead {
    display: none;
  }
  .liste-cours tr td:first-child, .liste-cours tr td:nth-child(2) {
    color: #fff;
    background-color: #055569;
  }
  .liste-cours tr td:first-child {
    width: 100%;
    padding-bottom: 0rem;
  }
  .liste-cours tr td:nth-child(2) {
    width: 100%;
    border-top-width: 0px;
    padding-top: 0rem;
  }
}
.infos-horaire dt, .infos-horaire dd {
  display: inline-block;
}
.infos-horaire div {
  margin: 0.5em 2em 0 0;
}

.list-cours {
  padding: 0;
  margin: 0;
}
.list-cours li {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 0.1em 0;
}
.list-cours li:last-child {
  border: none;
}

.th-jour {
  width: 20%;
}

.horairemaitre {
  height: 1px !important;
}
.horairemaitre td {
  padding: 0.3em 0.5em;
}
.horairemaitre tbody th {
  text-align: center;
  font-weight: 400;
}

.horaire {
  text-align: center;
}
.horaire td {
  padding: 0.3em 0.5em;
  height: 1px;
  vertical-align: middle;
}
.horaire thead th {
  color: #fff;
  background-color: #055569;
}

.plageHoraire {
  border: 2px solid black !important;
}

.table .cours1 {
  background-color: rgb(165, 232, 177);
}
.table .cours2 {
  background-color: rgb(140, 197, 240);
}
.table .cours3 {
  background-color: rgb(165, 227, 232);
}
.table .cours4 {
  background-color: rgb(165, 171, 232);
}
.table .cours5 {
  background-color: rgb(232, 181, 165);
}
.table .reunion {
  background-color: rgb(255, 201, 103);
}
.table .disponibilite {
  background-color: rgb(250, 250, 223);
}

.profs {
  padding: 0;
  list-style: none;
}
.profs .col-lg-6 {
  padding-bottom: 30px;
}

.boiteprof {
  display: flex;
  align-items: flex-start;
  border: 1px solid #a2aeb1;
  padding: 15px;
  height: 100%;
  background-color: #DAE6E9;
  background-image: linear-gradient(100deg, #d4e9ef, #f1f1f1);
}
.boiteprof h2 {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
.boiteprof p {
  margin: -0.3em 0 0.3em 0;
}
.boiteprof img {
  width: 160px;
}
.boiteprof-info {
  padding: 0 0 0 20px;
}
.boiteprof dt, .boiteprof dd {
  display: inline-block;
  margin-bottom: 0;
}
.boiteprof dl {
  margin-bottom: 10px;
}
.boiteprof a.badge {
  color: #055569;
}
.boiteprof .nav-btn {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .boiteprof {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .boiteprof-info {
    padding: 0;
  }
}
/* Blog 
---------------------*/
.blog-grid {
  background-color: #fff;
  margin: 2rem 0 3.5rem;
  box-shadow: 0 0 15px rgba(31, 45, 61, 0.31);
  padding: 40px;
}
.blog-grid .blog-img img {
  width: 100%;
}
.blog-grid .blog-info h3, .blog-grid .blog-info h2 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.blog-grid .blog-info time {
  background-color: rgb(78, 78, 78);
  color: white;
  padding: 0.2em 0.3em;
  margin-bottom: 1em;
  display: inline-block;
}

.show-on-print {
  display: none !important;
}

@media print {
  .container {
    max-width: none;
  }
  .horaire th {
    color: #fff !important;
    background-color: #055569 !important;
  }
  .horaire tbody th {
    font-size: 0.7rem;
  }
  .horaire td {
    font-size: 0.8em;
  }
  .horaire .plageHoraire {
    border: 2px solid black !important;
  }
  .horaire .cours2 {
    background-color: rgb(140, 197, 240) !important;
  }
  .horaire .cours1 {
    background-color: rgb(165, 232, 177) !important;
  }
  .horaire .cours3 {
    background-color: rgb(165, 227, 232) !important;
  }
  .horaire .cours4 {
    background-color: rgb(165, 171, 232) !important;
  }
  .horaire .cours5 {
    background-color: rgb(232, 181, 165) !important;
  }
  .horaire .reunion {
    background-color: rgb(255, 201, 103) !important;
  }
  .horaire .disponibilite {
    background-color: rgb(250, 250, 223) !important;
  }
  .infos-horaire.flex-btw {
    justify-content: center;
  }
  .horairemaitre th {
    color: #fff !important;
    background-color: #055569 !important;
    font-size: 0.7em;
  }
  .horairemaitre td {
    font-size: 0.6em;
  }
  h1, h2 {
    font-size: 1.5rem !important;
  }
  h1 {
    margin: 0 0 0 0.5em 0 !important;
    width: 100%;
  }
  .hide-on-print {
    display: none !important;
  }
  .show-on-print {
    display: inline-block !important;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  button {
    display: none;
  }
  .side-menu-item {
    display: none;
  }
  .side-menu {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  img[src]:after {
    content: none !important;
  }
  .table-bordered td, .table-bordered th, .table-bordered {
    border: 2px solid black !important;
  }
  p {
    margin-bottom: 2px;
  }
  @page {
    size: auto;
  }
}
.hamburger {
  display: none;
  font-size: 3em;
  color: #055569;
}

.logo {
  background-image: url(../../img/logoDeptInfo.png);
  background-size: cover;
  width: 230px;
  height: 94px;
}

header nav {
  font-size: 0.9rem;
  padding: 15px 0;
  background-color: #DAE6E9;
  background-image: linear-gradient(100deg, #DAE6E9, #aeebd8);
}
header nav a {
  color: #055569;
  text-decoration: none;
  display: inline-block;
}
header nav a:hover {
  text-decoration: none;
  color: black;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header nav li {
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}
header nav ul.menu-connexion {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}
header nav ul.menu-connexion a {
  border-left: 1px solid black;
}
header nav ul.menu {
  margin-top: 0.8rem;
  justify-content: flex-end;
}
header nav ul.menu > .nav-item {
  margin-left: 0.5rem;
}
header nav ul.menu > .nav-item:hover a {
  border-color: #055569;
}
header nav ul.menu > .nav-item:hover a::after {
  background-color: #055569;
  transform: rotate(45deg);
}
header nav ul.menu > .nav-item > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #055569;
  border: 1px solid rgb(6.1590909091, 104.7045454545, 129.3409090909);
  background-color: #fff;
}
header nav ul.menu > .nav-item > a::after {
  transition: all 0.3s;
  content: "+";
  display: inline-block;
  background-color: rgb(7.3181818182, 124.4090909091, 153.6818181818);
  border-radius: 100px;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  margin-left: 0.5rem;
}
header nav ul.menu ul {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: white;
}
header nav ul.menu ul a {
  transition: all 0.4s;
  padding: 0.5rem 1rem;
  display: block;
}
header nav ul.menu ul a:hover {
  background-color: #DAE6E9;
}
header nav ul.menu ul li > ul {
  margin-left: 90%;
  top: 0;
}
header nav li:hover {
  cursor: pointer;
}
header nav li:hover > ul {
  display: flex;
  flex-direction: column;
}
header nav li:hover > ul li {
  width: 100%;
}
header nav li:hover > ul a {
  border-right: none;
}
header nav li a {
  padding-right: 1.1em;
  padding-left: 1.1em;
  line-height: 2em;
}

.home-banner {
  color: #fff;
  text-align: center;
  background-image: url(../../img/lab-informatique.jpg);
  background-size: cover;
  background-position: center;
}
.home-banner h1, .home-banner p {
  text-shadow: 0px 1px 5px rgba(23, 10, 6, 0.96);
}
.home-banner p {
  font-size: 1.3rem;
}
.home-banner .overlay {
  border-top: 5px solid #055569;
  background-color: rgba(5, 85, 105, 0.4705882353);
  padding: 20vh 0;
}

.side-menu {
  padding: 0;
  margin: 0;
}
.side-menu li {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
  header nav .flex-btw {
    flex-wrap: wrap;
  }
  .nav-menus {
    margin-top: 1rem;
    width: 100%;
    display: none;
  }
  .nav-menus.active {
    display: block;
  }
  header nav ul.menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: none;
  }
  header nav ul.menu > .nav-item {
    width: 33%;
    margin: 0 0.2%;
  }
  header nav ul.menu > .nav-item > a {
    width: 100%;
    background-color: #055569;
    color: #fff;
    font-size: 0.8rem;
  }
  header nav ul.menu > .nav-item > a::after {
    content: "";
    width: 0;
    height: 0;
  }
  header nav ul.menu > .nav-item > a:hover {
    color: #fff;
  }
  header nav ul.menu-connexion {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 980px) {
  .menu {
    flex-direction: column;
  }
  header nav ul.menu > .nav-item {
    width: 100%;
    margin: 5px 0;
  }
}
#offre-de-stage, .stage {
  vertical-align: middle;
}
#offre-de-stage dt, #offre-de-stage dd, .stage dt, .stage dd {
  display: inline-block;
}
#offre-de-stage dt, .stage dt {
  min-width: 2em;
}

.stage {
  padding: 15px 20px 30px;
  text-align: center;
}

#offre-de-stage svg {
  margin-right: 1em;
}
#offre-de-stage .col-info div {
  border-top: 1px solid rgb(226, 226, 226);
  margin-bottom: 0.5em;
  padding-top: 0.8em;
}
#offre-de-stage h1 {
  margin-right: 0.6em;
}
#offre-de-stage .badge {
  font-size: 1.2rem;
}

.infos-horaire dt, .infos-horaire dd {
  display: inline-block;
}
.infos-horaire div {
  margin: 0.5em 2em 0 0;
}

.list-cours {
  padding: 0;
  margin: 0;
}
.list-cours li {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 0.1em 0;
}
.list-cours li:last-child {
  border: none;
}

.th-jour {
  width: 20%;
}

.horairemaitre {
  height: 1px !important;
}
.horairemaitre td {
  padding: 0.3em 0.5em;
}
.horairemaitre tbody th {
  text-align: center;
  font-weight: 400;
}

.horaire {
  text-align: center;
}
.horaire td {
  padding: 0.3em 0.5em;
  height: 1px;
  vertical-align: middle;
}
.horaire thead th {
  color: #fff;
  background-color: #055569;
}

.plageHoraire {
  border: 2px solid black !important;
}

.table .cours1 {
  background-color: rgb(165, 232, 177);
}
.table .cours2 {
  background-color: rgb(140, 197, 240);
}
.table .cours3 {
  background-color: rgb(165, 227, 232);
}
.table .cours4 {
  background-color: rgb(165, 171, 232);
}
.table .cours5 {
  background-color: rgb(232, 181, 165);
}
.table .reunion {
  background-color: rgb(255, 201, 103);
}
.table .disponibilite {
  background-color: rgb(250, 250, 223);
}

.profs {
  padding: 0;
  list-style: none;
}
.profs .col-lg-6 {
  padding-bottom: 30px;
}

.boiteprof {
  display: flex;
  align-items: flex-start;
  border: 1px solid #a2aeb1;
  padding: 15px;
  height: 100%;
  background-color: #DAE6E9;
  background-image: linear-gradient(100deg, #d4e9ef, #f1f1f1);
}
.boiteprof h2 {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
.boiteprof p {
  margin: -0.3em 0 0.3em 0;
}
.boiteprof img {
  width: 160px;
}
.boiteprof-info {
  padding: 0 0 0 20px;
}
.boiteprof dt, .boiteprof dd {
  display: inline-block;
  margin-bottom: 0;
}
.boiteprof dl {
  margin-bottom: 10px;
}
.boiteprof a.badge {
  color: #055569;
}
.boiteprof .nav-btn {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .boiteprof {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .boiteprof-info {
    padding: 0;
  }
}
/* Blog 
---------------------*/
.blog-grid {
  background-color: #fff;
  margin: 2rem 0 3.5rem;
  box-shadow: 0 0 15px rgba(31, 45, 61, 0.31);
  padding: 40px;
}
.blog-grid .blog-img img {
  width: 100%;
}
.blog-grid .blog-info h3, .blog-grid .blog-info h2 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.blog-grid .blog-info time {
  background-color: rgb(78, 78, 78);
  color: white;
  padding: 0.2em 0.3em;
  margin-bottom: 1em;
  display: inline-block;
}

.show-on-print {
  display: none !important;
}

@media print {
  .container {
    max-width: none;
  }
  .horaire th {
    color: #fff !important;
    background-color: #055569 !important;
  }
  .horaire tbody th {
    font-size: 0.7rem;
  }
  .horaire td {
    font-size: 0.8em;
  }
  .horaire .plageHoraire {
    border: 2px solid black !important;
  }
  .horaire .cours2 {
    background-color: rgb(140, 197, 240) !important;
  }
  .horaire .cours1 {
    background-color: rgb(165, 232, 177) !important;
  }
  .horaire .cours3 {
    background-color: rgb(165, 227, 232) !important;
  }
  .horaire .cours4 {
    background-color: rgb(165, 171, 232) !important;
  }
  .horaire .cours5 {
    background-color: rgb(232, 181, 165) !important;
  }
  .horaire .reunion {
    background-color: rgb(255, 201, 103) !important;
  }
  .horaire .disponibilite {
    background-color: rgb(250, 250, 223) !important;
  }
  .infos-horaire.flex-btw {
    justify-content: center;
  }
  .horairemaitre th {
    color: #fff !important;
    background-color: #055569 !important;
    font-size: 0.7em;
  }
  .horairemaitre td {
    font-size: 0.6em;
  }
  h1, h2 {
    font-size: 1.5rem !important;
  }
  h1 {
    margin: 0 0 0 0.5em 0 !important;
    width: 100%;
  }
  .hide-on-print {
    display: none !important;
  }
  .show-on-print {
    display: inline-block !important;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  button {
    display: none;
  }
  .side-menu-item {
    display: none;
  }
  .side-menu {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  img[src]:after {
    content: none !important;
  }
  .table-bordered td, .table-bordered th, .table-bordered {
    border: 2px solid black !important;
  }
  p {
    margin-bottom: 2px;
  }
  @page {
    size: auto;
  }
}
.hamburger {
  display: none;
  font-size: 3em;
  color: #055569;
}

.logo {
  background-image: url(../../img/logoDeptInfo.png);
  background-size: cover;
  width: 230px;
  height: 94px;
}

header nav {
  font-size: 0.9rem;
  padding: 15px 0;
  background-color: #DAE6E9;
  background-image: linear-gradient(100deg, #DAE6E9, #aeebd8);
}
header nav a {
  color: #055569;
  text-decoration: none;
  display: inline-block;
}
header nav a:hover {
  text-decoration: none;
  color: black;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header nav li {
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}
header nav ul.menu-connexion {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}
header nav ul.menu-connexion a {
  border-left: 1px solid black;
}
header nav ul.menu {
  margin-top: 0.8rem;
  justify-content: flex-end;
}
header nav ul.menu > .nav-item {
  margin-left: 0.5rem;
}
header nav ul.menu > .nav-item:hover a {
  border-color: #055569;
}
header nav ul.menu > .nav-item:hover a::after {
  background-color: #055569;
  transform: rotate(45deg);
}
header nav ul.menu > .nav-item > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #055569;
  border: 1px solid rgb(6.1590909091, 104.7045454545, 129.3409090909);
  background-color: #fff;
}
header nav ul.menu > .nav-item > a::after {
  transition: all 0.3s;
  content: "+";
  display: inline-block;
  background-color: rgb(7.3181818182, 124.4090909091, 153.6818181818);
  border-radius: 100px;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  margin-left: 0.5rem;
}
header nav ul.menu ul {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: white;
}
header nav ul.menu ul a {
  transition: all 0.4s;
  padding: 0.5rem 1rem;
  display: block;
}
header nav ul.menu ul a:hover {
  background-color: #DAE6E9;
}
header nav ul.menu ul li > ul {
  margin-left: 90%;
  top: 0;
}
header nav li:hover {
  cursor: pointer;
}
header nav li:hover > ul {
  display: flex;
  flex-direction: column;
}
header nav li:hover > ul li {
  width: 100%;
}
header nav li:hover > ul a {
  border-right: none;
}
header nav li a {
  padding-right: 1.1em;
  padding-left: 1.1em;
  line-height: 2em;
}

.home-banner {
  color: #fff;
  text-align: center;
  background-image: url(../../img/lab-informatique.jpg);
  background-size: cover;
  background-position: center;
}
.home-banner h1, .home-banner p {
  text-shadow: 0px 1px 5px rgba(23, 10, 6, 0.96);
}
.home-banner p {
  font-size: 1.3rem;
}
.home-banner .overlay {
  border-top: 5px solid #055569;
  background-color: rgba(5, 85, 105, 0.4705882353);
  padding: 20vh 0;
}

.side-menu {
  padding: 0;
  margin: 0;
}
.side-menu li {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
  header nav .flex-btw {
    flex-wrap: wrap;
  }
  .nav-menus {
    margin-top: 1rem;
    width: 100%;
    display: none;
  }
  .nav-menus.active {
    display: block;
  }
  header nav ul.menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: none;
  }
  header nav ul.menu > .nav-item {
    width: 33%;
    margin: 0 0.2%;
  }
  header nav ul.menu > .nav-item > a {
    width: 100%;
    background-color: #055569;
    color: #fff;
    font-size: 0.8rem;
  }
  header nav ul.menu > .nav-item > a::after {
    content: "";
    width: 0;
    height: 0;
  }
  header nav ul.menu > .nav-item > a:hover {
    color: #fff;
  }
  header nav ul.menu-connexion {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 980px) {
  .menu {
    flex-direction: column;
  }
  header nav ul.menu > .nav-item {
    width: 100%;
    margin: 5px 0;
  }
}
#offre-de-stage, .stage {
  vertical-align: middle;
}
#offre-de-stage dt, #offre-de-stage dd, .stage dt, .stage dd {
  display: inline-block;
}
#offre-de-stage dt, .stage dt {
  min-width: 2em;
}

.stage {
  padding: 15px 20px 30px;
  text-align: center;
}

#offre-de-stage svg {
  margin-right: 1em;
}
#offre-de-stage .col-info div {
  border-top: 1px solid rgb(226, 226, 226);
  margin-bottom: 0.5em;
  padding-top: 0.8em;
}
#offre-de-stage h1 {
  margin-right: 0.6em;
}
#offre-de-stage .badge {
  font-size: 1.2rem;
}

.connexionrec {
  padding: 1rem 2rem;
  margin: 1em auto;
  background-image: linear-gradient(-100deg, #DAE6E9, #f1f1f1);
  max-width: 400px;
  width: 100%;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#foot {
  padding: 30px 0 10px;
  background: #055569;
  color: #fff;
}
#foot .logo {
  background-image: url(../../img/Cegep-Garneau-logo-blanc.png);
  background-size: cover;
  width: 200px;
  height: 90px;
  margin-right: 1.5em;
}
#foot .row {
  margin-right: 0;
}
#foot a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
}
#foot a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#foot ul {
  padding: 0;
  margin: 0;
}
#foot ul li {
  display: block;
  margin: 0.6em 0;
}
#foot .social-media li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.8rem;
}
#foot .copyright {
  color: white;
  margin: 2em 0 1em;
  font-size: 0.9rem;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  #foot .d-flex, #foot .row, #foot .col-lg-3 {
    width: 100%;
    max-width: 100%;
  }
  #foot .row {
    flex-direction: column;
  }
  #foot .social-media {
    text-align: center !important;
  }
  #foot .d-flex {
    flex-direction: column;
    text-align: center;
  }
  #foot .logo {
    margin: 0;
  }
}
#page-erreur {
  background-color: white;
}
#page-erreur #message {
  display: flex;
  align-items: center;
}
#page-erreur main {
  max-width: none;
}

/*
    SCSS du site web GarneauItDepartment
    Auteurs: Chloe, Simon et Mathieu
    Modifications : JF Pépin
*/
/* TYPOGRAPHIES */
body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.3rem;
  margin: 0.6em 0 0.8em;
}

h2 {
  font-size: 1.8rem;
}

.link-btn, .nav-btn, .ghost-btn, .danger-btn {
  display: inline-block;
  transition: all 0.35s;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 0.3em;
  margin: 0.2em;
  border: none;
}
.link-btn svg, .nav-btn svg, .ghost-btn svg, .danger-btn svg {
  margin: 0 0.5em 0 0;
}

.nav-btn {
  background-color: rgb(5.6954545455, 96.8227272727, 119.6045454545);
}
.nav-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0.3636363636, 6.1818181818, 7.6363636364);
}

.danger-btn {
  background-color: rgb(204, 9, 9);
}
.danger-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(106.3098591549, 4.6901408451, 4.6901408451);
}

.ghost-btn {
  border: 1px solid #055569;
  color: #055569;
  font-weight: 600;
}
.ghost-btn:hover {
  text-decoration: none;
  color: #055569;
  background-color: rgb(213.9545454545, 245.2272727273, 253.0454545455);
}

.link-btn {
  background-color: #81BB29;
  border: none;
}
.link-btn:hover {
  background-color: rgb(85.7171052632, 124.2565789474, 27.2434210526);
  color: #fff;
  text-decoration: none;
}

a img {
  transition: opacity 0.4s;
}

a:hover img {
  opacity: 0.7;
}

.box-shadow, .stage {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.4);
}

/* CONTENUS */
#page svg {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#page li {
  margin-top: 1em;
}
#page h2, #page h3, #page h4 {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid rgb(206, 206, 206);
}

#blog h2, #blog h3, #blog h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

main {
  padding: 20px 0 40px 0;
}

table ul {
  margin: 0;
}
table thead {
  color: #fff;
  background-color: #055569;
}
table tbody tr:nth-child(odd) {
  background-color: rgb(245, 245, 245);
}

.image {
  height: 100px;
  background-color: #80ba26;
}

/* POSITIONNEMENT */
.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.nocontainer {
  padding: 0 30px;
}

.container-fluid {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/*Nav*/
#titre1 {
  text-align: left;
  background-color: green;
  color: floralwhite;
  font-family: "Times New Roman";
}

#titre2 {
  text-align: left;
  color: green;
  font-family: "Times New Roman";
}

#banStage {
  width: 100%;
}

#banStage1 {
  position: relative;
  width: 25%;
  background-color: green;
  min-height: 50px;
}

#banStage2 {
  position: relative;
  left: 25%;
  width: 75%;
  min-height: 50px;
  background-color: floralwhite;
}

#divContact {
  max-width: 75%;
  padding: 5px 5px 5px 5px;
}

#divPoste {
  max-width: 75%;
  padding: 5px 5px 5px 5px;
}

#divTechno {
  max-width: 75%;
  padding: 5px 5px 5px 5px;
}

#divResume {
  max-width: 75%;
  padding: 5px 5px 5px 5px;
}

.ban {
  border-style: none none solid none;
  border-width: 3px;
  border-color: black;
}

/* 404 */
#page-404 {
  padding: 15vh 0;
}
#page-404 h2 {
  font-size: 3rem;
}
#page-404 h1 {
  font-size: 16rem;
  margin: 0;
  font-weight: 800;
  background: -webkit-linear-gradient(#027592, #7af8d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
