
body {
  background-image: url('https://s3.unistra.fr/immersup-reims-prod/prod/2024/fond_immersup.png?AWSAccessKeyId=4W5V6KE21550JZIQPQBZ&Signature=GkKagwraPkf%2FpDF%2BDoO7%2FiWVVRU%3D&Expires=2704294737');
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
header.bg-gray {
  background-color: #fff !important;
}
header.page-header {
  background-image: none !important;
  padding-bottom: 0.1rem !important;
  padding-top: 0.1rem !important;
}
header .offset-lg-2 {
  margin-left: 2%;
}
.establishment-logo {
  background-image: url('https://s3.unistra.fr/immersup-reims-prod/prod/2024/logo-nb.png?AWSAccessKeyId=4W5V6KE21550JZIQPQBZ&Signature=xwmRILJy5MAuDkIOV9w2nZBrI1U%3D&Expires=2704294737');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  width: 138px;
  padding: 0px;
  margin: 10px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
}
h3.ml-2 {
  color: #2CA0DA;
}
.main-title {
	color: #ffffff;
}
.presentation {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}

.container {
  color: white;
  /*background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 15px 10px 0px;*/
	
}

.container .col-sm-5 {
  flex: 0 0 49%;
  max-width: 49%;
  padding-left: 3%;
  padding-right: 3%;
}

.info {
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 240px;
  padding: 15px;
  word-break: break-word;
  hyphens: auto;
  color: #404040;
}

.card a {
	text-decoration: underline;
}
a {
	color : #404040;
}

label {
	color: #495057;
}

/*

.bg-gray {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.card-header {
  background-color: rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0, 115, 255, 0.5);
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.pb-5, .py-5 {
  padding-bottom: 0rem !important;
}
.pt-5, .py-5 {
  padding-top: 0rem !important;
}
.py-5 {
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 0rem !important;
}
.py-5 .container, .py-5 .container-fluid {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:768px) {
.container .col-sm-5 {
  flex: 0 0 98%;
  max-width: 98%;
  padding-left: 3%;
  padding-right: 3%;
}
}

*/


/*
.main-title:not(.inside) {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-title:not(.inside) .container {
  background-color: rgba(255, 255, 255, 1);
}
.main-title:not(.inside) .container .col-lg-8 {
  max-width: 100%;
  flex: 0 0 100%;
}
.main-title:not(.inside) .container .offset-lg-2 {
  margin-left: 0;
}
.main-title:not(.inside) .presentation {
  color: #212529;
}
.main-title:not(.inside) .presentation li {
  list-style: none;
}
.main-title:not(.inside) .presentation li::before {
  content: "â–  ";
  color: #681db8;
  font-size: 0.6em;
  padding-right: 10px;
}
*/

.btn-primary {
 background-color: #E42F89;
 border-color: #E42F89;
 color:#fff
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
 background-color:#E42F89;
 border-color:#E42F89;
 color:#fff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 background-color:#E42F89;
 border-color:#E42F89;
 color:#fff
}

.navbar {
  padding: 0.15rem 1rem;
}
.bg-light {
  background-color: #0380BD !important;
}
.navbar-light .navbar-nav .nav-link {
 color:white !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
 color:white !important;
}
#navbarDropdownUser {
 background-color: #E42F89;
 border-color: #E42F89;
 color: #fff;
}
#navbarDropdownUser.focus,
#navbarDropdownUser:focus,
#navbarDropdownUser:hover {
 background-color: #E42F89;
 border-color: #E42F89;
 color: #fff;
}
#navbarDropdownUser:not(:disabled):not(.disabled).active,
#navbarDropdownUser:not(:disabled):not(.disabled):active,
.show>#navbarDropdownUser.dropdown-toggle {
 background-color:#E42F89;
 border-color:#E42F89;
 color:#fff;
}

#search_immersions_slots_table_wrapper {
	background-color:white;
}


/* Habillage blocs offres par domaines----------*/
.domains > .col header {
  height: 85px;
}
.domains > .col:nth-child(4n+1) header {
  background-color: #2CA0DA !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+2) header {
  background-color: #E42F89  !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+3) header {
  background-color: #2CA0DA !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+4) header {
  background-color: #E42F89  !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+1) .card-body {
  border: 1px solid #2CA0DA !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+2) .card-body {
  border: 1px solid #E42F89  !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+3) .card-body {
  border: 1px solid #2CA0DA !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+4) .card-body {
  border: 1px solid #E42F89  !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domain .card-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: normal;
}
.domains .col .card {
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1); 
  color:black !important;
}


#page-footer {
  background-color: 464D4F;
  color: #000 !important;
  margin-bottom: 0px !important;
  padding: 10px;
  font-size: 0.7em;
}
#page-footer a {
  color: #1B294A !important;
  font-size: 1.3em;
}

/* Interface admin----------
body.app-core, body.app-user, body.app-authtoken, body.dashboard {
  background-image: none;
}
body[data-admin-utc-offset] {
  background-image: none;
}
body.app-core div#container div#header, body.app-user div#container div#header, body.app-authtoken div#container div#header, body.dashboard div#container div#header, body[data-admin-utc-offset] div#container div#header {
  background-color: #009DE0 !important;
  color: #fff !important;
}
body.app-core div#container div#header a, body.app-user div#container div#header a, body.app-authtoken div#container div#header a, body.dashboard div#container div#header a, body[data-admin-utc-offset] div#container div#header a {
  color: #000 !important;
  border-bottom: 1px dotted #000;
}
body.app-core div#container div#header a:hover, body.app-user div#container div#header a:hover, body.app-authtoken div#container div#header a:hover, body.dashboard div#container div#header a:hover, body[data-admin-utc-offset] div#container div#header a:hover {
  color: #fff !important;
}
body.app-core div#container div#header h1 a, body.app-user div#container div#header h1 a, body.app-authtoken div#container div#header h1 a, body.dashboard div#container div#header h1 a, body[data-admin-utc-offset] div#container div#header h1 a {
  color: #fff !important;
  border-bottom: none;
}
body.app-core div#container div#main nav#nav-sidebar, body.app-user div#container div#main nav#nav-sidebar, body.app-authtoken div#container div#main nav#nav-sidebar, body.dashboard div#container div#main nav#nav-sidebar {
  
}
body.app-core div#container div#main nav#nav-sidebar.sticky, body.app-user div#container div#main nav#nav-sidebar.sticky, body.app-authtoken div#container div#main nav#nav-sidebar.sticky, body.dashboard div#container div#main nav#nav-sidebar.sticky, body[data-admin-utc-offset] div#container div#main nav#nav-sidebar.sticky {
  max-height: initial;
}
body.app-core div#container div.breadcrumbs, body.app-user div#container div.breadcrumbs, body.app-authtoken div#container div.breadcrumbs, body.dashboard div#container div.breadcrumbs, body[data-admin-utc-offset] div#container div.breadcrumbs {
  background-color: #635141 !important;
  margin-bottom: 30px;
}
body.app-core div#container div#main .module h2, .module caption, .inline-group h2 {
  background-color: #A28E78;
}
*/
