body {
  background-color: #dce4ea;
}
h1, h2, h3 {
  margin: 10px 0 5px 5px;;
  padding-left: 0.7rem;
  border-radius: 5px;
}

.iframe {
  width: 100%;
}

a[class~="link"] {
  text-decoration: none;
  color: white;
  background-color: #255a8b;
  border-radius: 5px;
  padding: 0.2rem;
}

a[class~="link"]:hover {
  font-weight: bold;
  color: white;
  background-color: #e62760;
  border-radius: 5px;
  padding: 0.2rem;
}

a[class~="link2"] {
  text-decoration: none;
  color: white;
  background-color: #e62760;
  border-radius: 5px;
  padding: 0.2rem;
}

a[class~="link2"]:hover {
  font-weight: bold;
  color: white;
  background-color: #255a8b;
  border-radius: 5px;
  padding: 0.2rem;
}

#logo_admin {
  color: white;
  background-color: #6c757d;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
}

#logo:hover {
  color: #e62760;
  background-color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

#frontend {
  color: #e62760;
  font-size: 1.5rem;
  font-weight: bold;
}

#frontend:hover {
  color: white;
  font-size: 1.7rem;
}

#main {

}

.bgColor {
  background-color: #4f90ccf2;
  color: white;
}

.bgColor2 {
  background-color: #35aea7;
  color: white;
}

.btnColor {
  background-color: #255a8b;
  color: white;
}

.bgColor3 {
  background-color: #255a8b;
  color: white;
}

.btnColor:hover {
  background-color: #4f90ccf2;
}

.disableed {
  background-color: #a6b2bd;
  color: white;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: white;
  background-color: #e62760;
  font-weight: bold;
  border-radius: 5px;
  padding-bottom: 10px;
}

.navbar-expand-xl .navbar-nav .nav-item.active {
  color: white;
  background-color: #e62760;
  /* max-height: 2.75rem; */
  border-radius: 5px;
}
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link:hover {
  color: white;
  background-color: #6c757d;
  border-radius: 5px;
  /* max-height: 2.75rem; */
  padding-bottom: 12px;
}

/* Pour les liens du Menu Dropdown */
button[class~="dropdown-toggle"] {
  font-size: 1rem;
}

/* Pour les liens des Sous-Menus Dropdowns */
.navbar-expand-xl .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding-left: 5px;
  /* padding-right: 5px; */
}

.navbar-expand-xl .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: #e62760;
  font-weight: bold;
  border-radius: 5px;
}

/* Pour les liens des Sous-Menus Dropdowns */
.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-item a:hover {
  color: white;
  background-color: #e62760;
  font-weight: bold;
  border-radius: 5px;
}

/* Pour les liens des Sous-Menus Dropdowns */
.navbar-expand-xl .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active {
  color: white;
  background-color: #6c757d;
  font-weight: bold;
  border-radius: 5px;
}

.navbar-expand-xl .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active:hover {
  color: white;
  background-color: #e62760;
  font-weight: bold;
  border-radius: 5px;
}

/* Pour le lien vers le backoffice */
.navbar-expand-xl .navbar-nav .nav-item .nav-link.backoffice {
  color: #e62760;
  font-weight: bold;
  border-radius: 5px;
}

.navbar-expand-xl .navbar-nav .nav-item.active .nav-link.backoffice {
  color: white;
  font-weight: bold;
  background-color: #e62760;
}

.navbar-expand-xl .navbar-nav .nav-item .nav-link.backoffice:hover {
  color: white;
}

.navbar-expand-xl .navbar-nav .nav-item .nav-link.frontoffice {
  color: white;
  font-weight: bold;
  background-color: #255a8b;
  border-radius: 5px;
}

.navbar-expand-xl .navbar-nav .nav-item .nav-link.frontoffice:hover {
  color: white;
  background-color: #e62760;
  font-weight: bold;
  border-radius: 5px;
}

.nav-link.side {
  color: white;
}

.nav-link.side:hover {
  color: #e62760;
  border-bottom: 4px solid #e62760;
}

.nav-link.foot {
  color: white;
}

.nav-link.foot:hover {
  color: #e62760;
  font-weight: bold;
}

.nav-home {
  color: #e62760;
  font-weight: bold;
  text-decoration: none;
}

.nav-home:hover {
  color: white;
}

figure[class~="image"] img {
  max-width: 900px;
  width: 100%;
  height: auto;
}

span[class="cover"] img {
  max-width:900px;
  max-height:500px;
}


/* p img {
max-width: 900px;
width: 100%;
height: auto;
} */

@media (max-width: 768px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    text-align: left;
  }

  figure[class~="image"] img {
    max-width: 100%;
    height: auto;
  }

  img[alt~="Image de couverture"] {
    max-width: 100%;
    height: auto;
  }

  span[class="cover"] img {
    width:100%;
    height:auto;
    /* border: 2px solid blue; */
  }

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

  table {
    overflow-y: auto;
  }
}

@media (max-width: 900px) {
  td img {
    max-width: 100%;
    height: auto;
  }
}
