@font-face {
    font-family: "roboto-regular";
    src: url('../fonts/Roboto-Regular.ttf');
}

*{
    font-family: Arial;
}

body {
    overflow-x: hidden;
    background-color: #ebeaea;
}

table.dataTable {
    background-color: white;
}

.titlePage {
    background-color: white;
    color: white;
    height: 100px;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.main {
    padding-top: 130px;
}

.nav-link{
    color: white !important;
}

.nav-link.active{
    color:white!important;
    background-color: #76bd22!important;
}

.card-header{
    background-color: #747373!important;
}

.dropdown-menu {
    background-color: color:#747373;
    border: 1px solid grey;
}

.dropdown-item {
    color: #747373;
}

.titre {
    text-transform: uppercase;
}

@media all and (max-width: 1024px){
    h2 span {
        font-size: 20px;
    }
}


.home > img {
    width: 70px;
    height: 80px;
}

.title-h2{
    font-size: 25px;
}

@media all and (max-width: 670px){
    .home {
        display: flex;
        justify-content: space-around;
    }
    .home > img {
        width: 50px;
        height: 57px;
    }
    .titre > h2 {
        font-size: 20px;
    }
    .titlePage{
        padding-left: 4%!important;
    }
}

@media all and (max-width: 415px){

    .home > img {
        width: 48px;
        height: 50px;
    }
    .title-h2{
        font-size: 16px;
    }

}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9bc33b;
    border-color: #9bc33b;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #9bc33b;
    border-color: #9bc33b;
}


.fancybox-image {
    background-color: white !important;
}

.fa-map-marker-alt {
    padding-bottom: 5px;
    padding-right: 5px;
}

.fa-envelope-open-text, .fa-candle-holder, .fa-camera-alt{
    padding-bottom: 5px;
    padding-right: 5px;
    color: #E42327;
}

.fa-sign-in-alt {
    padding-bottom: 5px;
    padding-right: 5px;
    color: white;
}


/*---------------------------------- couleurs personnalisées -------------------------------------*/


.pink {
    color: #E42327;
}
.bg-lightblue {
    background-color : #C4E1F3;
}

.bg-pink {
    background-color: #E42327;
}

.bg-green {
    background-color: green;
}
.bg-yellow {
    background-color: yellow;
}
.bg-orange {
    background-color: orange;
}
.bg-red {
    background-color: red;
}
.darkblue {
    color : #03447E;
}
.lightblue {
    color : #66A1C5;
}

.bg-aliceblue {
    background-color: aliceblue;
}

.bg-babypink {
    background-color: rgb(254, 246, 255);
}

.bg-lightgrey {
    background-color: rgb(242, 242, 242);
}

.btnColor{
    background-color: #E42327;
    color:white;
}
.btnColor:hover{
    background-color: #E42327;
    color: white;
}
.textColor {
    color: #03447E;
}

/*---------------------------------- animations -------------------------------------*/

.grow:hover
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 0.10s;
}

.grow2:hover
{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-duration: 0.10s;
}

.help-text{
    font-style: italic;
    color:darkgrey;
}
/*---------------------------------- footer always on bottom -------------------------------------*/

/*.main {*/
/*    min-height: calc(100vh - 164px);*/
/*    !* 80px header + 40px footer = 120px  *!*/
/*}*/