
body {
  background-image: url('https://s3.unistra.fr/immersup-reims-prod/prod/2024/fond_immersup.png?AWSAccessKeyId=4W5V6KE21550JZIQPQBZ&Signature=yoY7KfFl4Zy%2BKS5Zs%2BQXGidmzkY%3D&Expires=2706284065');
  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;
  background-color: #0380BD !important;
}
header .offset-lg-2 {
  margin-left: 2%;
}
.establishment-logo {
  background-image: url('https://s3.unistra.fr/immersup-reims-prod/prod/2024/logo-urca.png?AWSAccessKeyId=4W5V6KE21550JZIQPQBZ&Signature=ljXqPUSBpy%2BUPPeCThC2DV88muU%3D&Expires=2733911677');
  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;
}

/* supprimé car efface les dates
.container {
  color: white;	
}
*/
#procedure_txt, #procedure_group_txt, h3 {
  color: white;	
}

.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;
}
a[href="#collapseAdvancedSearch"] {
	color:white;
}

label, .col-form-label {
	color: #495057;
}

.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;
}


.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;
}
