
body {
  background-image: url(https://s3.unistra.fr/immersup_bordeaux_prod/prod/2022/fond_degrade.jpg?AWSAccessKeyId=BV5Q4SUAK8CNBE91JHB9&Signature=%2Bs52DqGsyK3O1IhiprqVHhIan4k%3D&Expires=2668431822);
  background-repeat: no-repeat;
  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_bordeaux_prod/prod/2022/logoub.png?AWSAccessKeyId=BV5Q4SUAK8CNBE91JHB9&Signature=Et1INAZmlPYyyet2cjP6NDCVrN4%3D&Expires=2668431822);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 75px;
  width: 215px;
  padding: 0px;
  margin: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
}
h3.ml-2 {
  color: #dacef6;
}
.main-title {
	color: #ffffff;
}
.presentation {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}
.info {
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 240px;
  padding: 15px;
  word-break: break-word;
  hyphens: auto;
}
.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, .py-3 .container-fluid {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-3 .container-fluid .mt-3, .py-3 .container-fluid .mt-3 #collapseAdvancedSearch .card {
  background-color: #ededed;
}

.container .col-sm-5 {
  flex: 0 0 49%;
  max-width: 49%;
  padding-left: 3%;
  padding-right: 3%;
}
@media (max-width:768px) {
.container .col-sm-5 {
  flex: 0 0 98%;
  max-width: 98%;
  padding-left: 3%;
  padding-right: 3%;
}
}

/* Modification bloc présentation page d'accueil Novembre 2023----------*/
.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;
}
/* Modification bloc présentation page d'accueil Novembre 2023----------FIN*/

/* Boutons----------*/
.btn-primary {
 background-color:#681db8;
 border-color:#681db8;
 color:#fff
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
 background-color:#5917a0;
 border-color:#5917a0;
 color:#fff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 background-color:#3d126a;
 border-color:#3d126a;
 color:#fff
}
/* Boutons----------FIN*/


/* Barre de navigation----------*/
.navbar {
  padding: 0.15rem 1rem;
}
.bg-light {
  background-color: #dacef6 !important;
}
.navbar-light .navbar-nav .nav-link {
 color:rgba(0,0,0,0.8);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
 color:rgba(0,0,0,1)
}
#navbarDropdownUser {
 background-color: #681db8;
 border-color: #681db8;
 color: #fff
}
#navbarDropdownUser.focus,
#navbarDropdownUser:focus,
#navbarDropdownUser:hover {
 background-color: #5917a0;
 border-color: #5917a0;
 color: #fff
}
#navbarDropdownUser:not(:disabled):not(.disabled).active,
#navbarDropdownUser:not(:disabled):not(.disabled):active,
.show>#navbarDropdownUser.dropdown-toggle {
 background-color:#3d126a;
 border-color:#3d126a;
 color:#fff
}
/* Barre de navigation----------FIN*/

/* Utilisation bloc Twitter pour illustration visages----------*/
section.py-5 .container .row .col-md-3:last-child {
  background-image: url(https://s3.unistra.fr/immersup_bordeaux_prod/prod/2022/visagesaccesvertism.jpg?AWSAccessKeyId=BV5Q4SUAK8CNBE91JHB9&Signature=3gSBGieXstFKkDsZHpc5nsySahA%3D&Expires=2668431822);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2%;
  padding-right: 0;
  max-width: 23%;
}
@media (max-width:768px) {
section.py-5 .container .row .col-md-3:last-child {
  max-width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  background-image: url(https://s3.unistra.fr/immersup_bordeaux_prod/prod/2022/visagesacceshorizsm.jpg?AWSAccessKeyId=BV5Q4SUAK8CNBE91JHB9&Signature=WwgpJkgHqYXgrdLOC7zvYTgguw8%3D&Expires=2668431822);
  background-position: center center;
}
}
section.py-5 .container .row .col-md-3:last-child .info {
  background-color: rgba(255, 255, 255, 0);
}
section.py-5 .container .row .col-md-3:last-child .info .info-icon {
  display: none;
}
section.py-5 .container .row .col-md-3:last-child .info aside.info-description {
  display: none;
}
/* Utilisation bloc Twitter pour illustration visages----------FIN*/


/* Habillage blocs offres par domaines----------*/
.domains > .col header {
  height: 85px;
}
.domains > .col:nth-child(4n+1) header {
  background-color: #f82e32 !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+2) header {
  background-color: #fbb53c !important;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+3) header {
  background-color: #9e00a5 !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+4) header {
  background-color: #03b5b7 !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.domains > .col:nth-child(4n+1) .card-body {
  border: 1px solid #f82e32 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+2) .card-body {
  border: 1px solid #fbb53c !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+3) .card-body {
  border: 1px solid #9e00a5 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.domains > .col:nth-child(4n+4) .card-body {
  border: 1px solid #03b5b7 !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); 
}
/* Habillage blocs offres par domaines----------FIN*/


#page-footer {
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0px !important;
  padding: 10px;
  font-size: 0.7em;
}
#page-footer a {
  color: #fbb53c !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;
}
/* Interface admin----------FIN*/
