body {
    margin: 0;
    font-family: Cosimo,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #446b6b;
}

.info h4 {
    font-size: 1.4em;
    margin-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #2cb7c3;
    border-color: #2cb7c3;
}

.establishment-logo {
    background: url(../2023/ujm-logo-noir.png?AWSAccessKeyId=F9IM3NY6LS064CGA5P0M&Signature=zBFOXExylRGOqgOyZxnICJC7oP0%3D&Expires=2703075119 );
    background-repeat: no-repeat;
    background-size: auto 80px;
    margin: 0 auto;
    height: 100px;
    width: 250px;
}

.col-auto {
    /*flex: 0 0 auto;
    max-width: 100%;
    width: auto;*/
    margin-left: 0px !important;
}

/*navbar*/

#navbarDropdownUser { 
    color: #fff;
    background-color: #446b6b;
    border-color: #446b6b;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

nav.navbar.navbar-expand-md.navbar-light.bg-light.sticky-top {
      background-color: #2cb7c3 !important;
}


/*bloc central*/

.main-title { 
  background-color: white;
  background: #ecf8fb url(../2023/accueil1.png?AWSAccessKeyId=F9IM3NY6LS064CGA5P0M&Signature=cpxMckGgTGRwL6RiD%2FGcpV45heg%3D&Expires=2703086565) repeat-y center/cover;
  /*background: #ecf8fb url(../2023/accueil2.png?AWSAccessKeyId=F9IM3NY6LS064CGA5P0M&Signature=w2jCWSiiSsmQCpdpTm04pBzDoaw%3D&Expires=2673875936) repeat-y center/cover;*/
}

.presentation {

  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #a2cbcb;
  color: white;
}

.presentation a:not(.btn) {
  color: white;
}

/*Cours*/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    color: white;
}

.card a {
  color:#446b6b;
}

.domains>.col:nth-child(6n+1) header { /*ALL*/
    background-color: #f39200 !important;
}

.domains>.col:nth-child(6n+2) header { /*Droit*/
    background-color: #e30613 !important;
}

.domains>.col:nth-child(6n+3) header { /*Santé*/
    background-color: #00a35e !important;
}

.domains>.col:nth-child(6n+4) header { /*SHS*/
    background-color: #8a5ea4 !important;
}

.domains>.col:nth-child(6n+5) header { /*Science*/
    background-color: #e72887 !important;
}

.domains>.col:nth-child(6n+6) header { /*Sport*/
    background-color: #e94854 !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: black;
}

a.btn.btn-secondary.btn-sm.mb-1 {
    color: yellow;
}

.domains .domain header .domain-title {
    font-weight: 700;
    text-align: center;
}