/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/include/css/google-fonts.css";
@import "/include/css/ajaxStyle.css";
@import "/include/css/gijgo.min.css";
@import "/include/css/all.min.css";
@import "/include/assets/vendor/boxicons/css/boxicons.min.css";
@import "/include/assets/vendor/lightgallery/css/lightgallery-bundle.min.css";
@import "/include/css/theme.min.css";
a {
  color: #0F4C91;
  text-decoration: none;
}
a.item .text:hover {
  text-decoration: none !important;
}
.text-primary {
  color: #1F3B5C !important;
}
.btn-outline-primary {
  color: #1F3B5C;
  border-color: #1F3B5C;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #1F3B5C !important;
  background-color: #1F3B5C !important;
}
.btn-primary {
    background-color: #1F3B5C !important;
    border-color: #1F3B5C !important;
}
.btn-primary:hover{
    background-color: #3D577C !important;
    border-color: #3D577C !important;
}
.btn-danger {
    background-color: #ec2121 !important;
    border-color: #ec2121 !important;
}
.btn-danger:hover {
    background-color: #ef4444 !important;
    border-color: #ef4444 !important;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff !important;
  border-color: #4c82f7 !important;
  background-color: #4c82f7 !important;
}
.btn-outline-danger {
    border-color: #1F3B5C !important;
}
.btn-outline-danger:hover {
    border-color: #ef4444 !important;
}
.logo {
  width: 340px;
}
@media only screen and (max-width: 1100px) {
  .logo {
    width: 240px;
  }
}
@media only screen and (max-width: 800px) {
  .logo {
    width: 240px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .logo {
    width: 240px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 495px) {
  .logo {
    width: 200px;
    margin-top: 0;
  }
}
/*@media only screen and (max-width: 991px) {
  .toggler-position {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 495px) {
  .toggler-position {
    margin-top: 0;
  }
}*/
.header-height {
  height: 150px;
}
@media only screen and (max-width: 990px) {
  .header-height {
    height: 100px;
  }
}
.nav-fix-marge {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .nav-fix-marge {
    margin-top: 0;
  }
}
.carousel-margin-top {
    margin-top: 150px;
}
@media only screen and (max-width: 990px) {
    .carousel-margin-top {
        margin-top: 100px;
    }
}
/* ==========================================================================
   Side Bar
 ========================================================================== */
.menuSideBar .item .text {
    font-size: 1.1vw;
}
.menuSideBar .item .text-urgence {
    font-size: 1.1vw;
}
.menuSideBar {
    position: fixed;
    /*top: 22%;*/
    top: 30%;
    right: 0;
    width: 5.5vw;
    overflow: hidden;
    transition: 0.5s all;
    z-index: 1;
}
.menuSideBar .item {
    cursor: pointer;
    min-width: 17vw;
    height: 5.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.35vw;
}
.menuSideBar .item .logo {
    width: 5.5vw;
    height: 5.5vw;
    background-color: #1F3B5C;
    margin-right: 0.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    transition: 0.5s all;
}
.menuSideBar .item .logo-urgence {
    width: 5.5vw;
    height: 5.5vw;
    background-color: #ec2121;
    margin-right: 0.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    transition: 0.5s all;
}
.menuSideBar .item .logo img {
    width: 3.3vw;
    height: 3.3vw;
}
.menuSideBar .item .logo-urgence img {
    width: 3.3vw;
    height: 3.3vw;
}
.menuSideBar .item .text {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    min-width: 11.25vw;
    height: 5.5vw;
    padding-left: 1.3vw;
    color: #fff;
    background-color: #1F3B5C;
    line-height: 1.25vw;
    transition: 0.5s all;
}
.menuSideBar .item .text-urgence {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    min-width: 11.25vw;
    height: 5.5vw;
    padding-left: 1.3vw;
    color: #fff;
    background-color: #ec2121;
    line-height: 1.25vw;
    transition: 0.5s all;
}
.menuSideBar .item:hover .text {
    background-color: #3D577C;
    text-decoration: none !important;
}
.menuSideBar .item:hover .text-urgence {
    background-color: #ef4444;
    text-decoration: none !important;
}
.menuSideBar .item .text:hover {
    text-decoration: none !important;
}
.menuSideBar .item .text-urgence:hover {
    text-decoration: none !important;
}
.menuSideBar .item:hover .logo {
    background-color: #3D577C;
}
.menuSideBar .item:hover .logo-urgence {
    background-color: #ef4444;
}
.menuSideBar:hover {
    width: 17vw;
}
.menuSideBar.mobile {
    position: relative;
    width: 100%;
}
.menuSideBar.mobile .item {
    height: calc(5.5vw * 5.46);
    margin-bottom: calc(0.15vw * 5.46);
}
.menuSideBar.mobile .item .logo {
    width: 100%;
    height: calc(5.5vw * 5.46);
    margin-right: 0;
    background-color: #1F3B5C;
}
.menuSideBar.mobile .item .logo-urgence {
    width: 100%;
    height: calc(5.5vw * 5.46);
    margin-right: 0;
    background-color: #ec2121;
}
.menuSideBar.mobile .item .logo img {
    width: calc(3.3vw * 5.46);
    height: calc(3.3vw * 5.46);
}
.menuSideBar.mobile .item .logo-urgence img {
    width: calc(3.3vw * 5.46);
    height: calc(3.3vw * 5.46);
}
.menuSideBar.mobile .item .text {
    font-size: calc(18vw / 3.2);
    min-width: calc(11.25vw * 5.46);
    height: calc(5.5vw * 5.46);
    padding-left: calc(1.3vw * 5.46);
    line-height: calc(1.25vw * 5.46);
    background-color: #1F3B5C;
}
.menuSideBar.mobile .item .text-urgence {
    font-size: calc(18vw / 3.2);
    min-width: calc(11.25vw * 5.46);
    height: calc(5.5vw * 5.46);
    padding-left: calc(1.3vw * 5.46);
    line-height: calc(1.25vw * 5.46);
    background-color: #ec2121;
}
.menuSideBar.mobile:hover {
    width: 100%;
}
@media (max-width: 1000px) {
    .navRapide {
        display: none !important;
    }
}
.menuMobileBar .item {
    cursor: pointer;
    min-width: 17vw;
    height: 5.5vw;
    align-items: center;
    margin-bottom: 0.35vw;
}
.menuMobileBar .item .logo {
    width: 5.5vw;
    height: 5.5vw;
    background-color: #1F3B5C;
    margin-right: 0.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    transition: 0.5s all;
}
.menuMobileBar .item .logo-urgence {
    width: 5.5vw;
    height: 5.5vw;
    background-color: #ec2121;
    margin-right: 0.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    transition: 0.5s all;
}
.menuMobileBar .item .logo img {
    width: 3.3vw;
    height: 3.3vw;
}
.menuMobileBar .item .logo-urgence img {
    width: 3.3vw;
    height: 3.3vw;
}
.sidebarMenuIcon {
    background-color: #1F3B5C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    width: 100%;
}
/* ==========================================================================
   Footer
 ========================================================================== */
.bg-dark {
  background-color: #1F3B5C !important;
}
.bg-primary {
  background-color: #31689B !important;
}
/*===============================================================
  Copyright
=================================================================*/
.copyright {
  padding: 15px 0 15px 0;
}
.copyright p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.parro {
  color: #fff;
  text-decoration: none;
}
.parro:hover {
  color: #4c82f7;
}
/* ==========================================================================
   Datepicker
 ========================================================================== */
.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}

.gj-picker div[role=navigator] div {
    padding-left: 15px !important;
    padding-right: 25px !important;
    font-size:18px;
}
/*===============================================================
  Avatar
=================================================================*/
.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}
/*===============================================================
  Modal
=================================================================*/
.modalAppvl {
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
}
/* ==========================================================================
   Mot de passe
========================================================================== */
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #ef4444;
    border: 2px solid #ef4444;
}
