body {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}
h1 {
    font-size: 1.8rem;
    color: #4f1a15;
}
h2 {
    font-size: 1.5rem;
    color: #333333;
}
h3 {
    font-size: 1.2rem;
    color: #f29400;
}
.h1-csp {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
    font-size: 1.8rem;
    border: 1px solid #4f1a15;
    /*width: max-content;*/
    margin: 0 auto;
    padding: 10px;
    box-shadow: 5px 5px 5px #4f1a15;
}
.h2-csp {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
    font-size: 1.5rem;
    color: #f29400;
}
.h3-csp {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
    font-size: 1.2rem;
}

.border-actu {
    border-bottom: 1px solid #f29400;
    border-top: 1px solid #f29400;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
}

.tag-view {
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
    /*background-color: #0f7864;*/
    background-color: #f29400;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.tag-view:hover {
    text-decoration: none;
    color: #ffffff;
}
.tag-view-mini {
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
    /*background-color: #0f7864;*/
    background-color: #f29400;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 5px;
}
.tag-view-mini:hover {
    text-decoration: none;
    color: #ffffff;
}
.color-category {
    color: #4f1a15;
}
.color-csp {
    color: #f29400;
}
.color-category:hover{
    color: #4f1a15;
    text-decoration: none;
}
.category-view {
    color: #ffffff;
    margin-right: 0px;
    text-decoration: none;
    background-color: #4f1a15;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 20px;
}
.category-view:hover {
    text-decoration: none;
    color: #ffffff;
}
.logo_header {
    width: 200px;
    height: 121px;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10000;
}
.cookie-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f29400;
    opacity: 0.9;
    z-index: 5000;
    padding: 25px;
}

.backtotop {
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #f29400;
    padding: 10px;
    border-radius: 3px;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.show_photo_reportage {
    /*background-color: #eeeeee;*/
    width: 300px;
    height: 200px;
    /*max-width: 300px;*/
    /*max-height: 200px;*/
    /*display: table-cell;*/
    vertical-align: middle;
    border-spacing: 0px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.carousel-caption {
    top: 20%;
}

.footer {
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0.9rem;
}
.footer-title {
    font-size: 1.5rem;
    color: #f29400;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
}
.nav-csp {
    width: max-content !important;
    color: #f29400 !important;
    font-size: medium;
}

.image-overlay {
    overflow: hidden;
    /*box-shadow: 5px 5px 5px #aaaaaa;*/
}
.image-overlay img {
    transition: transform .5s ease;
}

.image-overlay:hover img {
    transform: scale(1.5);
}
.img-shadow {
    box-shadow: 5px 5px 5px #333333;
}
