/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.icon-size 
{
	height: 1.5rem !important;
	width: 1.5rem !important;
} 


.bg-card-filter
{
	background-color: #f59504e7 !important;
	color: black !important;
}

.bg-card-disable
{
	background-color: #c73c05a4 !important;
	color: black !important;
}

.bg-blue
{
	background-color: #3498f5 !important;
	color: black !important;
}


.card-info {
    border-top: 2px solid #01b8ff !important;
}

.card-primary {
    border-top: 2px solid #0678bb !important;
}

.card-secondary {
    border-top: 2px solid #737f9e !important;
}

.card-success {
    border-top: 2px solid #22e840 !important;
}

.card-danger {
    border-top: 2px solid #ee335e !important;
}

.card-warning {
    border-top: 2px solid #ffb209 !important;
}


.form-border-blue
{
	/*border-color: #0a364d !important;*/
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/*Pour l'annimation de transition'*/
[class*="reveal"]
{
    opacity: 0;
    transform: translateY(-30px);
}

.reveal-visible
{
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5, 0 , 0 , 1);
}


.reveal-2
{
    transition-delay: .2s;

}
.reveal-3
{
    transition-delay: .4s;

}

.img-login1
{
    background-image: url('../images/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-yellow
{
    background-color: #ffd43b !important;
    color:#111a27 !important
}

.text-yellow
{
    color: #ffd43b !important;
}

.text-black
{
    color: #111a27 !important;
}

.annimationHover
{
    transition: transform 330ms ease-in-out;
    /*transition: all .2s ease-in;*/
    
}

.annimationHover:hover
{
    /*transform: scale(1.1);*/
    transform: scale(0.95);
    box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.411);
    cursor: pointer;
}

.md-full-event {
    width: 100%;
    padding: 10px 0;
}

.md-full-event-img {
    width: 100px;
    border-radius: 6px;
    float: left;
}

.md-full-event-details {
    margin-left: 114px;
}

.md-full-event-title {
    font-size: 20px;
    font-weight: 600;
    color: yellow;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.md-full-event-location {
    display: inline-block;
    line-height: 1.4;
    margin-right: 40px;
}

.md-full-event-time {
    display: inline-block;
    line-height: 1.4;
}

.md-full-event-label {
    font-size: 12px;
    font-weight: 600;
    
    color: rgb(247, 247, 247);
}


.text-y
{
    font-weight: 600;
    text-transform: uppercase;
    color: #ffd43b !important;
}


/*** WEB-APP ***/

.nav-tabs {
    margin-bottom: 0px!important;
}

.nav-tabs .nav-link {
    padding: 0.61rem 5px!important;
}

.nav-tabs .nav-link:after {
    background: linear-gradient(30deg, #969a9e, rgb(221 222 223));
    display: none;
}
.nav-tabs .nav-link.active {
    color: #8c9094 !important;
}

.main-menu.menu-light .navigation > li.active > a {
    background: none;
    box-shadow: 0 0 5px 1px rgb(132 156 171 / 70%);
}
.card .card-img-overlay.bg-overlay {
    background: rgba(34, 41, 47, 0.85)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.main-menu.menu-light .navigation li a {
    color: #030303!important;
}
.btn-card{
    padding: 20px 40px;
    cursor: pointer;
    width: 80%!important;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}

#date_depart, #date_retour,
input[type="time"] {
  text-align: left; /* Change to right or center if needed */
  width: 100%; /* Assurez-vous que le champ prend toute la largeur disponible */
  box-sizing: border-box; /* Pour que le padding soit inclus dans la largeur */
}