
.titre-courte-echelle {
    font-family: "chalky", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: initial;
}

.icone-fb {
    max-width: 40px;
}

.logo-accueil {
    width: 100%;
    max-width: 110px;
}
.logo-other {
    max-width: 90px;
}

.sous-titre-accueil {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}

.hr-accueil {
    margin: 0;
    height: 1px !important;
    background-color: white;
    opacity: .2;
    max-width: 200px;
}

.blog-cation h3 {
    font-size: 35px;
}
.blog-caption p {
    font-size: 17px;
}

.portfolio-column-4 .grid-item {
    width: 24%;
    display: inline-block;
}
.portfolio-column-4 .grid-item img {
    width: 65px;
}

.go-top-text:hover {
    color: #e2007a;
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 2rem !important;
}
.fc th, .fc td {
    border: none !important;
}
.fc-row.fc-week.fc-widget-content {
    height: 2rem !important;
}
.fc-bgevent {
    opacity: 1 !important;
    border-radius: 50px !important;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: black !important;
}

.font-weight-light {
    font-weight: 300;
}

.div-calendrier {
    border: 1px solid #e2007a;
    box-shadow: 0px 0px 5px #888 !important;
}

footer {
    background-color: #eee;
}

.blog-caption h4 {
    padding-top: 5px;
}

.h3-box-accueil {
    background-color: white;
    color: #e2007a !important;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav .nav-item {
        padding: 0 7px !important;
    }
    .navbar .navbar-nav .nav-item a span {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .title-calendrier {
        margin-top: -50px;
        color: white;
        position: absolute;
        font-size: 35px;
        padding-left: 10px;
    }

    .div-calendrier {
        border-top: none;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

@media (max-width: 991px) {
    .text-center-md {
        text-align: center;
    }
    .hr-accueil {
        margin-left: auto;
        margin-right: auto;
        opacity: .8;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 577px) and (max-width: 1199px) {
    .blog-post.blog-post-overlay.blog-post-news .blog-caption {
        padding-top: 150px;
    }
}
