:root {
  --es-blue: #426F9A;
  --es-lightblue: #9BB6CF;
}


html {
  scroll-behavior: smooth;
}
body {
  /*background: #444444;*/
}

.t-just {
  text-align: justify !important;
}

.b {
  font-weight: bold;
}

.link-black a{
  color: black;
  text-decoration: underline;
}

a.dotted{
  text-decoration: underline dotted !important;
}
a.dotted:hover {
  cursor:help;
}

.hoverable:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.no-deco, .deco-hover {
  text-decoration: none !important;
}

.deco-hover:hover {
    text-decoration: underline !important;
}

.link-black a.btn {
  text-decoration: none !important;
}

.link-black a.btn:not(.btn-outline-secondary){
  color: white;
}

.lang-btn {
  cursor: pointer;
}
.lang-btn img{
  vertical-align: middle;
  height: 30px;
  border: none;
}

.copyright {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 0.6em;
	padding: 1px;
	background: #ffffff99;
  border: 1px solid white;
  cursor: default;
}

#logo_head {
  background-image: url(images/cropped-HenleyPhoto.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
  background-blend-mode: color;
  background-color: rgba(255,255,255,0.5);
}
#logo_head>a:hover {
  text-decoration: none;
}
#nologo_head {
  /*background: #25415D !important;*/
}

.navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.navbar-toggler {
  font-size: 0.8em !important;
  /*border-color: rgba(255,255,255,.5) !important;*/
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  background: no-repeat;
}

.text-head {
  text-shadow: #35516c 1px 1px 1px, #35516c -1px 1px 1px, #35516c -1px -1px 1px, #35516c 3px -5px 6px;
  color: white;
}
.text-head-red {
  text-shadow: red 1px 1px 1px, red -1px 1px 1px, red -1px -1px 1px, red 1px -1px 1px;
  color: white;
}
.text-head-blue {
  text-shadow: #35516c 1px 1px 1px, #35516c -1px 1px 1px, #35516c -1px -1px 1px, #35516c 1px -1px 1px;
  color: white;
}


table.bio, table.form, table.emg, table.fem, table.ent {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table.bio th, table.form th, table.fem th, table.ent th {
  font-weight: normal;
  background-color: var(--es-blue);
  color: white;
  height: 16px;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 5px;
}

.cust_pointer {
  cursor: pointer;
  position: relative;
  padding-left: 2em !important;
}
.cust_pointer::after {
  content: "\f105";
  color: white;
  left: 1em;
  position: absolute;
  font-family: "FontAwesome"
}

.cust_pointer[aria-expanded="true"]::after {
  content: "\f107";
}

.bicolor tr:nth-child(odd) {
 background: #94D2E1;
}
.bicolor tr:nth-child(even) {
background: #D6E1EC;
}

.bicolor .row:nth-child(odd) {
 background: #94D2E1;
}
.bicolor .row:nth-child(even) {
background: #D6E1EC;
}
.bicolor .row:first-child {
background: white;
}


.font-04 {
  font-size: 0.4em;
}
.font-05 {
  font-size: 0.5em;
}
.font-06 {
  font-size: 0.6em;
}
.font-07 {
  font-size: 0.7em;
}
.font-08 {
  font-size: 0.8em;
}
.font-09 {
  font-size: 0.9em;
}

.bg-blue {
  background: var(--es-blue) !important;
  /*background: rgb(0, 140, 204) !important;*/
}
.bg-lightblue {
  background: var(--es-lightblue) !important;
}
td.genea {
  background: #EEE !important;
}
td.genea.f {
  background: #E193D2 !important;
}
td.genea.h {
  background: #94D2E1 !important;
}

td.genea.union-h{
  background: linear-gradient(#94D2E1,white,#E193D2) !important;
}
td.genea.union-f{
  background: linear-gradient(#E193D2,white,#94D2E1) !important;
}

.bg-lightbrown {
  background: rgb(222, 184, 135) !important;
}
.bg-lightbrown:hover {
  background: rgba(222, 184, 135, 0.3) !important;
}
.bg-drBuS>a>div{
  background: rgb(255, 228, 196) !important;
}
.bg-drBuS>a>div:hover{
  background: rgba(255, 228, 196, 0.3) !important;
}
.bg-drBuS:nth-child(even)>a>div{
  background: rgb(255, 239, 213) !important;
}
.bg-drBuS:nth-child(even)>a>div:hover{
  background: rgba(255, 239, 213, 0.8) !important;
}

.text-blue {
  color: var(--es-blue) !important;
  /*color: rgb(0, 140, 204) !important;*/
}
.border-blue {
  border-color: var(--es-blue) !important;
  /*border-color: rgb(0, 140, 204) !important;*/
}
.border-lightblue {
  border-color: var(--es-lightblue) !important;
}
.border-dashed {
  border-bottom-style: dotted !important;
  border-bottom-width: 2px !important;
}

.highlight:hover {
  background: #EEE !important;
}

.cust-logo{
 margin-left: 15px;
 margin-bottom: 15px;
 max-height: 150px;
 max-width:150px;
 position:absolute;
 right:0;
}
.cust-logo img{
 border: 5px solid #d9d9d9;
 max-height: 150px;
 max-width:150px;
}

/* Style the navigation menu */
.topnav {
 overflow: hidden;
 background-color: #333;
 position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
 display: none;
}

/* Style navigation menu links */
.topnav a {
 color: white;
 padding: 14px 16px;
 text-decoration: none;
 font-size: 17px;
 display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
 background: black;
 display: block;
 position: absolute;
 right: 0;
 top: 0;
}


.ext::after {
  content: "\f35d";
  font-family: "FontAwesome";
  padding-left: 0.5em;
  font-size: 0.6em;
  vertical-align: middle;
}
nav .nav-link.mail::after {
  content: "\f0e0";
  font-family: "FontAwesome";
  padding-left: 0.5em;
  font-size: 0.6em;
  vertical-align: middle;
}
nav .nav-link {
  color: rgba(255,255,255,.8) !important;
}
nav .nav-link:hover {
  color: rgba(255,255,255,1) !important;
  background-color: rgba(76,121,164,1) ;
  border-radius: 5px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
 background-color: #ddd;
 color: black;
}

/* Style the active link (or home/logo) */
.active:not(.tab-pane) {
 background-color: #04AA6D;
 color: white;
}

.cust_list-menu {
  list-style-type: none;
}

.curs_pointer {
  cursor: pointer;
}
.curs_pointer:disabled {
  cursor: default;
}

.accordion-button {
  background: none !important;
  color: inherit !important;
  width: 100% !important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


@media only screen and (max-width: 767px)  {
  .cust_logo{
   max-height: 95px;
   margin-right: 4px;
  }
  .table-index-entites {
    table-layout: fixed;
  }

}

@media only screen and (max-width: 575px)  {
}

@media only screen and (min-width: 992px)  {
  #detailBorder {
    border-top: none !important;
  }
}

@media only screen and (max-width: 991px)  {
  #motBD {
    background-color: #426F9A30;
  }

  .border-lg{
    border-top: none !important;
  }
}

.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
  position: fixed;
  display:none;
  bottom: 26px;
  z-index: 98;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(209, 57%, 60%, .8);
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);

    border-radius: 50%;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center left;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 20px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
}

.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}


.lien-recherche {
  text-align:right;
}

/* BADGE ECHANTILLON */
.badge-acad{
  border-color: var(--es-blue) !important;
  color: var(--es-blue) !important;
}
.badge-acad:hover {
  background: var(--es-blue) !important;
  color: white !important;
}
.badge-admin{
  border-color: var(--es-blue) !important;
  color: var(--es-blue) !important;
}
.badge-admin:hover {
  background: var(--es-blue) !important;
  color: white !important;
}
.badge-eco{
  border-color: var(--es-blue) !important;
  color: var(--es-blue) !important;
}
.badge-eco:hover {
  background: var(--es-blue) !important;
  color: white !important;
}
.badge-pol{
  border-color: var(--es-blue) !important;
  color: var(--es-blue) !important;
}
.badge-pol:hover {
  background: var(--es-blue) !important;
  color: white !important;
}

/* RESEAU */
#divRes {
  border-bottom: solid black thin;
}
.child:hover, #divBack:hover {
  cursor:pointer;
  text-decoration: underline;
}
.rank {
  display: inline-block;
  vertical-align: top;
  border-right: #CCC thin solid;
  margin: 0 0 0 0;
  max-width: 350px;
  max-height:500px;
  overflow:auto;
}
.rank>div, .rank>h3 {
  padding: 0 10px;
}

/* CONTACT */
div:has(>input#nameContact) {
  display: none;
}
