@import url(admin.css);
@import url(visiomemo.css);
@import url(checkbox.css);
@import url(home.css);
@import url(colors.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .sp-text {
    font-size: 1.1em !important;
    line-height: 1.0 !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .sp-text {
    font-size: 1.0em !important;
    line-height: 1.0 !important;
  }
}

.navbar-laravel {
  /* background-color: #FFD60A; */
  /* background-color: rgb(248, 236, 128); */
  
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
body {
  background-color: #fff;
  font-family: 'Montserrat', 'Tahoma', 'Verdana', sans-serif;
}
.logo-newhibou-footer{
  width:5%;
  min-width: 40px;
  height: auto;
}
.logo-newhibou-mini {
  width:8%;
  min-width: 50px;
  height: auto;
}
.separateur-route {
  background-image: url("/svg/route100.svg");
  /* background-position: 50% 50%; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 40px;
  height: 60px;
  max-height: 60px;
}
.separateur-route-phases {
  background-image: url("/svg/route100.svg");
  /* background-position: 50% 50%; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 80px;
  height: 80px;
  max-height: 80px;
}
.text-phases{
  color: white !important;
  text-decoration: none;
}

.card-border{
  border-color: white;
  border-width: 4px;
}
.card-sizing{
  min-height: 300px;
}
.module2-align{
  margin-right: 5em;
}


/*  ---------------BUTTONS---------------        */

.mini-hibou{
  width: 40%;
  height: auto;
}
.nav-width{
  max-width: 200px;
}
.btn-outlineblack {
  color: black;
  background-color: none;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  box-sizing: border-box;
  transition-duration: 0.2s;
}
.btn-outlineblack:hover {
  background-color: white;
  color: black;
}
.btn-outlineyellow {
  color: black;
  background-color: #FFD60A;
  border-style: solid;
  border-color: white;
  border-width: 4px;
  border-radius: 25px;
  box-sizing: border-box;
  transition-duration: 0.2s;
}
.btn-outlineyellow:hover {
  background-color: white;
  color: black;
  border-color: #FFC300;
  box-shadow: 0px 0px 6px white !important;
}
.btn-outlinewhite {
  color: white;
  background-color: none;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  box-sizing: border-box;
  transition-duration: 0.2s;
}
.btn-outlinewhite:hover {
  background-color: white;
  color: black;
  border-color: black;
}


.no-border {
  border-style: none;
}
.hibou {
  margin-top: 24px;
  margin-bottom: 24px;
}
.align-right {
  float: right;
}
.btn-yellow {
  background-color: #FFEB3B;
  color: black;
}
.full-height {
  height: 70%;
  min-height: 80vh;
}
.margin-right-0 {
  margin-right: 15px !important;
}
.hr-white {
  border-top: 2px solid white;
}
.hr-blue {
  border-top: 10px solid #4E628F;
}

.text-non {
  margin-left: 20px;
  font-size: 20px;
  color: #adf !important;
}
.text-oui {
  font-size: 20px;
  color: #adf !important;
}
.text-question {
  font-size: 1em;
  margin-bottom: 6px;
  margin-top: -12px;
}
.text-little {
  font-size: 16px;
}
.lettre-reponse {
  color: white;
  font-weight: bold;
  border: solid black 1px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px white !important;
  padding: 0px 7px;
}
.menu-hibou {
  width: 40px;
}
.margin-null {
  margin-left: 0px!important;
  margin-right: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.hidden{
  display:none;
}
.btn-width {
  min-width: 185px;
}

/*    ------------- Collapse Arrows -------------    */
.rotate{
  transform: rotate(180deg);
}
.arrows.collapsed .fa-angle-up,
.arrows .fa-angle-down {
  display: none;
}

.arrows.collapsed .fa-angle-down,
.arrows .fa-angle-up {
  display: inline-block;
}

/*    ------------- Paginator -------------    */

.page-item.active .page-link {
  background-color: #FFEB3B !important;
  border-color: #FFEB3B !important;
  color: black !important;
}
.page-link {
  color: black !important;
}
.panneau-sp {
  max-width: 100px;
}
.sp-text-rep {
  color: blue;
}
.stats-circle {
  position: relative;
  background-color: #adf;
  width: 50px;
  height: 50px;
  border: 4px solid #17A2B8;
  border-radius: 50%;
  margin: auto;
}
.stats-links {
  color: black;
  /* cursor: pointer; */
}
.stats-links:hover {
  transform: scale(1.03);
  box-shadow: 0 0 4px #555;
  transition: 0.1s;
}

.stats-text {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}

#profil-form {
  display: none;
}
.footer-links {
  text-decoration: none;
  color: white;
}
#container {
  margin: 20px;
  width: 200px;
  height: 200px;
  position: relative;
}

.big-checkbox {width: 25px; height: 25px;}

.cookie-ok {
  position: fixed;
  bottom: 0;
  background-color: black;
  color: white;
  width: 100%;
  opacity: 1.0;
  z-index: 10;

}