body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.9em !important;
}

@media print {
  * {
    font-size: 17px !important;
  }
}

a {
  text-decoration: none !important;
}

.bg-navbar-custom {
  background: #1a5276 !important;
}

.bg-custom {
  background: #1a5276 !important;
}

.bg-yellow-custom {
  background: #f7efca !important;
}

.bg-ligne-1 {
  background: #f3ecd6 !important;
}

.bg-ligne {
  background: #c4def3 !important;
}

.bg-auth {
  background-color: #959aa7; /*#ebf3ff;*/
}

.border-custom {
  border: 1px solid #1a5276 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.h-95-custom {
  /* height: 90% !important; */
  min-height: 90% !important;
}

.font-size-print {
  /* même que @media print */
  font-size: 17px !important;
}

/******* start navbar  *****/
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255, 1) !important;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0px !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/******* end navbar  *****/

/******* start nav link *******/
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #1a5276 !important;
  border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #999999 #999999 #fff !important;
}

.nav-link {
  border-color: #999999 #999999 #fff !important;
}
/******* end nav link *********/

.btn-custom-primary {
  background: #1a5276 !important;
  color: #fff !important;
}

.btn-custom-primary:hover {
  background: #0a4e86 !important;
  color: #fff !important;
}

#btn-dropdown-authentification,
#btn-dropdown-book {
  padding-right: 35px;
  padding-left: 35px;
}

#dropdown-menu-book {
  display: none;
}

.card-book {
  min-width: 200px !important;
  max-width: 200px;
  cursor: pointer;
  overflow-x: scroll;
  -webkit-box-shadow: 0px 10px 13px -7px #000000,
    5px 5px 15px 5px rgba(26, 82, 118, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(26, 82, 118, 0);
}

.card-book:hover {
  background-color: #d4e9f3;
}

.dropdown-menu-custom {
  min-width: 400px !important;
}

.input-custom-bg {
  background-color: #e9eeeb !important; /* #e9e9ed */
}

.text-custom-primary {
  color: #1a5276 !important;
}

.invalid-feedback {
  font-size: 100% !important;
  font-weight: bold !important;
}

.hr-custom {
  margin: 0px;
  border: #1a5276 1px solid;
}

.hr-custom-grey {
  margin: 0px;
  border: #e6e9ec 1px solid;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.no-width-height {
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  background-color: transparent !important;
}

.text-shadow-custom {
  color: #d9d9d9;
  /* background: #e8e8e8; */
  /* text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5); */
  /* color: #ffffff; */
}

.column-resize {
  resize: horizontal;
  overflow: scroll;
  border: 1px solid black;
}

.width-auto {
  width: auto;
}

.min-width-200 {
  min-width: 15rem !important;
}

.loaderimg {
  background: center / contain no-repeat url("../images/loading-icon.gif");
  width: 16px;
  height: 16px;
  padding: 8px;
  display: none;
}

.loaderimg-display {
  background: center / contain no-repeat url("../images/loading-icon.gif");
  width: 16px;
  height: 16px;
  padding: 8px;
  /* display: none; */
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.error_check {
  background-color: #dc3545;
  color: #fff;
  padding: 5px 10px 5px 10px;
}

.validatebox-valid {
  /*background:none;*/
}

.validatebox-invalid {
  /*background:#FF9B9B !important;
	border: 1px solid #FF9B9B !important;*/
  /* background: #ffe6e6 !important; */
  border: 1px solid #dc3545 !important;
}

.none-display {
  display: none !important;
}

.bloc-display {
  display: block;
}

.inline-display {
  display: inline;
}

.img_profil {
  max-width: 100px;
  max-height: 100px;
  height: auto;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1a5276 !important;
  border-color: #1a5276 !important;
}

/****** start Blink (Chrome, Safari, Firefox, IE, ...) *****/
.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/****** end Blink (Chrome, Safari, Firefox, IE, ...) *****/

/*********** start loggin page **************/
/* Coded with love by Mutiullah Samim */
.user_card {
  /* max-height: 400px; */
  background: #fff;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.brand_logo_container {
  /* border-radius: 20%; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  /* border: 20px solid #fff; */
}

.brand_logo,
.brand_logo_img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  /* border: 2px solid white; */
}

.brand_logo_img,
.brand_logo_loggin {
  /* background-image: url(../images/logo-brut.png) !important; */
  background-image: url(../images/Logo_G-SCOP-avec-texte-Couleur-5cm.jpg) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand_logo_loggin,
.brand_logo_img_loggin {
  height: 50px;
  width: 50px;
  padding: 20px;
}

.form_container {
  margin-top: 0px;
}

.login_btn {
  width: 100%;
  background: #1a5276 !important;
  color: white !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_btn_visitor {
  width: 100%;
  background: #2a2a2a !important;
  color: white !important;
}

.login_btn_visitor:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #1a5276 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #55c02b !important;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .title_logo {
    /* font-size: 40px; */
    font-size: 150%;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .title_logo {
    /* font-size:25px; */
    font-size: 150%;
  }
}

/*********** end loggin page **************/

/***** end css *****/

.bloclignetitre {
  border-bottom: 1px solid #0a4e86;
  margin-bottom: 1px;
}

.titrecategorie {
  background-color: rgb(10, 78, 134, 1);
  color: #fff;
  padding: 5px 5px 5px 5px;
}

.titreelement {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.widthauto {
  width: auto;
}

.imgprofile {
  max-width: 100px;
  max-height: 100px;
}

.subtable {
  border: 1px solid #0a4e86;
  padding: 5px;
  margin-bottom: 10px;
  background: #dee2e6;
}

.lignespace {
  width: 100%;
  height: 10px;
}

.redcolor {
  color: #dc3545;
}

/* CSS PORTFOLIO */
.container-portfolio {
  /* background: url("../images/bg-wood.png"); */
  background-color: #585858;
  background-size: contain;
}

.accueil-animation {
  background-color: #1a5276;
}

.bt-nav {
  /* background-color: #000000; */
  color: #fff;
  padding: calc(8px + 0.2vw);
  font-weight: bold;
  font-size: 2vw;
  cursor: pointer;
}

.page-wrapper {
  /* cursor: pointer !important; */
}

.carousel-canvas {
  display: inline-block;
  border: #000000 solid 1px;
}

.bt-nav:hover {
  background-color: #575353;
  color: #fff;
}

.input-nav {
  width: calc(2vw * 2);
  height: 2vw;
  font-size: 0.8vw;
  /* padding: 12px;
  margin: 8px 0; */
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.containercarousel {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
}

.slidecarousel {
  height: 100%;
  max-height: 200px;
  width: 50px;
  vertical-align: middle;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  cursor: pointer;
}

#slideLeft {
  /* float: left; */
  /* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
  justify-self: flex-end;
}

#slideRight {
  /* float: left; */
  justify-self: flex-start;
}

#viewcarousel {
  height: 100%;
  max-height: 200px;
  overflow-x: scroll;
  display: flex;
  scrollbar-color: rgb(0, 0, 0) rgb(178, 215, 230);
  scrollbar-width: thin;
}

#nav_fullscreen {
  overflow: auto;
}

#maincontainerflipbook {
  /* width: 100%;
  height: 100%; */
  overflow: auto;
  overflow-x: auto; /* scroll horizontal */
  overflow-y: auto;
  display: grid;
}

#containerflipbook {
  display: flex;
  flex-wrap: nowrap; /* pas de retour à la ligne */
  overflow-x: auto; /* scroll horizontal */
  overflow-y: auto;
  cursor: grab;
  scroll-behavior: smooth;

  align-items: center;
  align-content: center;
  justify-content: center;

  margin-left: auto;
  margin-right: auto;
}

#flipbook {
  overflow: hidden;
}

#flipbook .turn-page {
  background-color: #ccc;
  background-size: 100% 100%;
}

#flipbook .box-shadow-end {
  box-shadow: -12px 0px 19px -8px rgba(0, 0, 0, 0.69) inset;
  -webkit-box-shadow: -12px 0px 19px -8px rgba(0, 0, 0, 0.69) inset;
  -moz-box-shadow: -12px 0px 19px -8px rgba(0, 0, 0, 0.69) inset;
}

#simpleViewerContainer {
  /* overflow: visible; */
  position: absolute;
  /* width: 100%;
  height: 100%; */
  width: auto;
  background-color: #585858;
}

#boxSimpleViewer {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

#boxSimpleViewer > #simpleViewerContainer {
  /* height: 100%; */
  width: 50%;
}

/* *** */
#containerflipbook .next-button,
#containerflipbook .previous-button {
  width: 50px;
  /* height: 600px; */
  /* position:absolute;
	top:0; */
  background-color: #3d3c3c;
  color: #fff;
  font-size: 2vw;
  display: none;
}

#containerflipbook .next-button {
  right: -50px;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#containerflipbook .previous-button {
  left: -50px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  /* position: relative; */
}

#flipbook,
#containerflipbook,
#containerflipbook .previous-button,
#containerflipbook .next-button {
  /* empêche le rétrécissement */
  flex-shrink: 0 !important;
  flex: none;
}

/* *** */
