
a{text-decoration: none;color:black;}
a:hover{color:#223F85;}
.img-logo{width:40%;}
.img-logo-2{width:40%;}
.btn-validation{background-color: #223F85;color:white;}
.btn-validation:hover{background-color: #264793;color:white;}



.btn-grey{background-color: #e8e8e8 ;color:black;}
.btn-grey:hover{background-color: #d7d7d7 ;color:black;}

.btn-validation-outline{border: 1px solid #223F85;color:#223F85;}
.btn-validation-outline:hover{background-color: #223F85;color:white;}

.form-control,.form-select{border:none;border-bottom: 1px solid #223F85;}

textarea.form-control{min-height: 100px;}

.minuteur,.time{cursor: pointer;text-align: center;text-transform: uppercase;color:#223F85;height: 80px;width:100%;}

.minuteur{border: 2px solid #223F85;}
.time{border: 1px solid #e8e8e8;}

.time:hover{background-color: #f5f5f5;color:#223F85;}
.minuteur:hover{background-color: #2a4687; color:white;border: 2px solid #223F85;}


.btn-clear{background-color: #EC2025;color:white;}
.btn-clear:hover{background-color: #ed373a;color:white;}

.btn-return{background-color: #f5f5f5;color:black;}
.btn-return:hover{background-color: #e8e8e8;color:black;}


.is-inactive{display: none;}
.is-inactive.active{display: block;}
.card:hover{border:1px solid #223F85;}

.cacher{display: none;}
.container-stat{min-height: 100vh;}


.suggestion{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 40px;
    padding: 10px;
    display: none;
    position: absolute; 
    z-index: 2;
    background-color: white;
}
.suggestion.is-active{display: block;}
ul{list-style: none;}
ul li{cursor: pointer;}

.hide{display: none;}

@media (max-width: 800px) {
    main.home {
        position: relative;
        top: 30%;
        transform: translateY(30%);
    }
}