:root, body {

    font-family: 'Lato', sans-serif;
}

.bg-marron-clair {
    background-color: #554d40;
}

.bg-marron-fonce {
    background-color: #363128;
}

.bg-gris-clair {
    background-color: #e1dbd1;
}

.bg-gris-fonce {
    background-color: #c2bbb1;
}

.bg-couleur {
    background-color: #b7ce0d;
}

.bg-blanc {
    background-color: #fff;
}

.bg-noir {
    background-color: #000;
}

.bg-degrade {
    background-image: url("./../img/degrade.png");
    background-repeat: repeat-x;
}

.font-blanc {
    color: #fff;
}

.font-noir {
    color: #000;
}

.font-marron-fonce {
    color: #363128;
}

.font-couleur {
    color: #b7ce0d;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-42 {
    font-size: 42px;
}

.font-shadow {
    text-shadow: 0 0 0.5em rgba(0,0,0,0.75), 0 0 0.5em rgba(0,0,0,0.75), 0 0 0.5em rgba(0,0,0,0.75);
}

.font-900 {
    font-weight: 900;
}

.font-upper {
    text-transform: uppercase;
}

.btn-blanc-opa {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    width: 80%;
    text-transform: uppercase;
}

.btn-blanc-opa:hover {
    background-color: #b7ce0d;
    text-decoration: none;
}

.btn-blanc {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    width: 80%;
    text-transform: uppercase;
    padding: 0rem;
}

.btn-marron {
    background-color: #554d40;
    border-radius: 25px;
    color: #fff;
    padding: 0.175rem 0.75rem;
}

.btn-marron:hover {
    color: #554d40;
    border-radius: 25px;
    background-color: #fff;
    padding: 0.175rem 0.75rem;
}

.btn-marron-fonce {
    background-color: #363128;
    border: 1px solid #363128;
    border-radius: 25px;
    color: #fff;
    padding: 0.175rem 0.75rem;
}

.btn-search {
    padding: 0px 8px;
    height: 100%;
    background-color: transparent;
    border: transparent;
    color: #fff;
}

.btn-raccourci {
    opacity: 0;
    position: relative;
    bottom: -50px;
}

.btn-couleur {
    border: 1px solid #363128;
    border-radius: 25px;
    background-color: #e1dbd1;
}

.btn-couleur:hover {
    text-decoration: underline;
}

.border-blanc {
    border: 1px solid #fff;
}

.square {
    width: 10px;
    height: 10px;
    background-color: #363128;
    display: inline-block;
}

p.p-more {
    display: inline;
}

.link-more, .link-more:hover {
    color: #363128;
    font-weight: 900;
    text-transform: uppercase;
}

/*.link-more i {*/
/*    color: #fff;*/
/*    background-color: #363128;*/
/*    border-radius: 20px;*/
/*    padding: 5px 5px 5px 7px;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    text-align: center;*/
/*    margin-left: 10px;*/
/*}*/

.img-defaut {
    width: 264px;
}

.img-defaut-small {
    width: 134px;
}

.no-pl {
    padding-left: 0px;
}

.no-pr {
    padding-right: 0px;
}

/*****************
Navigation
*****************/
.nav-evitement {
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
}

.nav-evitement li a {
    color: #fff;
    border-right: 1px solid #fff;
}

.nav-evitement li a:hover {
    text-decoration: underline;
}

.nav-evitement li:last-child a {
    border: 0px;
}

/*****************
Header
*****************/
.row-evitement {
    min-height: 55px;
    overflow: hidden;
}

.row-evitement .btn-contacter-mairie {
    /*border: 1px solid #000;*/
}

.row-evitement .col-form-search > div {
    display: none;
}

.row-evitement .col-search {
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

.row-evitement .col-search i {
    line-height: 54px;
}

.row-search {
    position: relative;
}

.row-search .col-form-search {
    position: absolute;
    right: 16.666667%;/*
    width: 370px;*/
}

.row-evitement .col-form-search {
    height: 55px;
}

.row-evitement .col-form-search input {
    width: 320px;
}

.row-evitement .col-form-search > div, .row-evitement .col-form-search input, .row-evitement .col-form-search button, .row-evitement .col-form-search form {
    height: 100%;
}

.row-search .col-form-search button {
    background-color: #554d40;
    border: 1px solid #554d40;
}

#header {
    overflow: hidden;
    position: relative;
}

#header .container, #header .container .row {
    height: 100%;
}

#header .col-logo {
    z-index: 3;
}

.header-home {
    height: 495px;
    background-color: #e1dbd1;
    overflow: hidden;
}

.col-logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .header {
        height: auto;
        background-image: none !important;
    }

    .col-logo {
        text-align: center;
    }

    .col-raccourci {
        text-align: center;
    }
}

.header-home #carouselHeader {
    position: absolute;
    height: 495px;
    overflow: hidden;
}

.header #carouselHeader {
    position: absolute;
    height: 300px;
    overflow: hidden;
}

#carouselHeader .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

.titre-status {
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*****************
Logo seul
*****************/
#header .col-boutons-header {

}

/*****************
Carousel seul
*****************/
header .carousel {
    overflow: hidden;
}

/*****************
Menu
*****************/

#menu, #burgerMenu {
    background-color: #fff;
}

#menu .first-level a i {
    color: #fff;
}

.menu-shadow {
    text-transform: uppercase;
    z-index: 10;
    position: relative;
}

.menu-row {
    height: 60px;
}

#menu .first-level {
    border-right: 1px solid #554d40;
    text-align: center;
    outline-offset: 20px;
    padding-top: 15px;
}

#menu .first-level:last-child {
    border-right: 0px ;
}

#menu .first-level a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#menu .first-level a  div{
    line-height: 20px;
}

#menu .first-level a:hover,
#menu .first-level a[aria-expanded="true"]{
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*border-bottom: 15px solid #b7ce0d;*/
    /*background-color: #f00;*/
}
/*
#menu .first-level div {
    outline-offset: 15px;
}
*/
#menu .first-level a, #menu .first-level a:hover {
    color: #363128;
    text-decoration: none;
}

.menu-container {
    position: relative;
}

.menu-container .menu-content {
    line-height: 26px;
    /* position: absolute;
     width: 100%;
     z-index: 1;
     top: 8px;*/
}

.menu-container h3 {
    line-height: 26px;
}

.menu-container .item-menu {
    list-style-type: none;
    padding: 0px;
}

/*.menu-container a, .menu-container a:hover, #accordionBurgerMenu a  {*/
.menu-container a, .menu-container a:hover  {
    color: #363128;
    text-decoration: none;
}


#burgerMenu .card-header {
    background-color: transparent;
    border-bottom: 0px;
}

#burgerMenu ul {
    list-style-type: none;
}

/*****************
Front page
*****************/
.front-actualites, .front-agendas {
    /*height: 550px;*/
    /*-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);*/
    position: relative;
    overflow: hidden;
}

.front-actualites h2, .front-agenda h2 {
    /*font-family: 'Rokkitt', serif;*/
    font-size: 110px;
    line-height: 100px;
    font-weight: 100;
}

@media (max-width: 992px){
    .front-actualites h2, .front-agenda h2 {
        font-size: 75px;
        line-height: 75px;
    }
}

@media (max-width: 576px){
    .front-actualites h2, .front-agenda h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

.front-actualites h2 span, .front-agenda h2 {
    font-weight: 900;
    color: #e1dbd1;
    background-color: rgba(0,0,0,0.3);
    height: 69px;
    display: inline-block;
    width: 87px;
}

@media (max-width: 992px) {
    .img-titre {
        width: 100%;
    }
}

/*****************
Ariane
*****************/
.col-ariane {
    padding-left: 0px;
}

ol.breadcrumb {
    background: transparent;
    /*border-top: 1px solid #363128;
    border-bottom: 1px solid #363128;*/
    border: 0px;
    border-radius: 0px;
}

ol.breadcrumb a, ol.breadcrumb a:hover {
    color: #363128;
}

/*****************
Actualités
*****************/
.actu a:hover {
    text-decoration: none;
}

.actu-inner {
    display: inline-block;
}

.actu-img {
    position: relative;
    /*z-index: 5;*/
}

.actu-img img {
    width: 76%;
    height: auto;
}

@media (max-width: 992px) {
    .actu-img img {
        width: 100%;
        height: auto;
    }
}

.actu-info {
    width: 76%;
    max-width: 100%;
}

.front-actualites .actu .actu-inner div:not(.actu-img):not(.shadow-img), .actus .actu div:not(.actu-inner):not(.actu-img):not(.shadow-img) {
    /* background: linear-gradient(to left, #fff 50%, #c2bbb1 50%);
     background-size: 200% 100%;
     background-position: right bottom;*/
    transition: all 0.25s linear;
    outline: 0px solid #000;
    outline-offset: 0px;
}

.front-actualites .actu .actu-inner div:not(.actu-img):not(.shadow-img):hover, .actus .actu div:not(.actu-inner):not(.actu-img):not(.shadow-img):hover {
    outline: 1px solid #000;
    outline-offset: 15px;
    transition: all 0.25s linear;
}

.container-sidebar .actu div  .actu-info-inner {
    background: linear-gradient(to left, #fff 50%, #c2bbb1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.25s linear;
}

@media (min-width: 1200px) {
    .front-actualites .actu:hover div:not(.actu-img):not(.shadow), .actus .actu:hover div:not(.actu-img):not(.shadow) {
        background-position: left bottom;
    }
    .container-sidebar .actu:hover div  div:not(.actu-img):not(.shadow) {
        background-position: left bottom;
    }
}

.shadow-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.actu .actu-titre {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    color: #363128;
}

.actu .actu-excerpt {
    color: #363128;
}

.actu-plus {
    font-size: 11px;
    font-weight: 900;
    color: #363128;
    text-transform: uppercase;
    margin: 0px;
}

.container-sidebar .actu-img img {
    width:100%;
    height: auto;
}

.actus .actu-inner > div {
    width: 264px;
}

/*****************
Agenda
*****************/
/*.front-agenda .img-sidebar-agenda{*/
/*width: 100%;*/
/*}*/

.agendas .row-sidebar-agenda {
    border-top: 1px solid #363128;
    margin-top: 1.5rem;
}

.agendas .img-sidebar-agenda {
    width: 30%;
}

.front-agenda {
    color: #e1dbd1;
}

.agenda a:hover {
    text-decoration: none;
}

.agenda .row {/*
    margin-left: 15px;*/
    margin-right: 15px;
}

@media(max-width: 576px){
    .agenda .row {
        margin-right: 0px;
    }
}

.container-sidebar .agenda .row {
    margin-left: 15px;
}

.agenda .agenda-date {
    /*border-right: 2px solid #fff;*/
    z-index: 2;
}

.agenda .agenda-date p {
    margin-bottom: 0px;
}

.agenda .agenda-titre {
    z-index: 1;
    transition: all 0.25s linear;
    outline: 0px solid #000;
    outline-offset: 0px;
}

.agenda .agenda-titre:hover {
    outline: 1px solid #000;
    outline-offset: 15px;
    transition: all 0.25s linear;
}

.agenda .agenda-titre {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.agenda .row:hover .agenda-titre {
    /*outline: 1px solid #554d40;
    outline-offset: 20px;*/
    background-position: left bottom;
}

/*****************
Footer
*****************/

footer {
    position: relative;
    overflow: hidden;
}

footer .row-footer > div{
    /* border-right: 1px solid #363128;*/
}

footer .row-footer > div:last-child{
    border: 0px;
}

@media (max-width: 768px) {
    footer .row-footer > div{
        border: 0px;
    }
}

/*footer .col-adresse-mairie p:first-child {
    font-weight: bold;
    text-transform: uppercase;
}*/

footer .col-bouton a {
    padding: 0.175rem 0.75rem;
    width: 100%;
}

footer .col-bouton a:hover {
    text-decoration: underline;
}


footer .row-liens-footer {
    text-transform: uppercase;
}

footer .row-liens-footer a, footer .row-liens-footer a:hover{
    color: #363128;
    font-size: inherit;
}

.col-socials {
    display: inline-table;
}

footer .row-footer a:hover {
    text-decoration: none;
}

footer .row-labels h3 {
	color: #ffffff;
}

footer .row-labels a img {
	width: 170px;
	object-fit: contain;
	object-position: center;
	height: 130px;
	margin-bottom: 5px;
}

/*****************
Sidebar
*****************/
.sidebar {
    display: inline-table;
}

/*****************
Elus
*****************/
.card-elu img{
    width: 100%;
}

/*****************
Page
*****************/
#content a {
    color: #363128;
    background-color: #e1dbd1;
    text-decoration: none;
}

#content h1 {
    font-size: 34px;
}

#content h2{
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}

#content h3{
    font-size: 18px;
    font-weight: 900;
}

#content h2:before {
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    line-height: 19px;
}

#content h3:before {
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    line-height: 19px;
}

.prestataireInner img {
    width: 100%;
    height: auto;
}

#content img {
    max-width: 100%;
    width: auto;
    height:auto;
}

#accordionUsers, #accordionUsers  .card {
    width: 100%;
    border: 0px;
}

#accordionUsers .card .card-header {
    background: transparent;
    width: 100%;
}

.col-fichiers a.link-fichiers-joints {
    color: #000;
}

/*****************
Flashinfos
*****************/
#carouselFlashinfos {
    min-height: 110px;
}

#carouselFlashinfos .carousel-item, #carouselFlashinfos .carousel-item .row {
    /*height: 150px;*/
}

#carouselFlashinfos .col-flashinfo-inner{
    display: flex;
    align-items: center;
}

#carouselFlashinfos .col-flashinfo-inner a{
    display: contents;
}

#carouselFlashinfos .col-flashinfo-inner a:hover {
    color: #fff;
}

#carouselFlashinfos .carousel-control-prev, #carouselFlashinfos .carousel-control-next {
    width: 5%;
}

#carouselFlashinfos i {
    background-image: none;
}

#elus img {
    width: 100%;
    height: auto;
}

/*****************
Accès rapides
*****************/
acces-rapides {
    position: relative;
}

#acces-rapides p {
    min-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#acces-rapides a:hover {
    text-decoration: none;
}

#acces-rapides a:hover p{
    /*padding-top: 0px;*/
    border-width: 0px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-style: solid;
    /*border-top: 5px solid #0f0;
    border-bottom: 5px solid #0f0;*/
    position: relative
}

/*****************
Filigrane
*****************/
.filigrane {
    /*background-size: auto 100%;*/
}

/*****************
Galerie
*****************/
.galerie {
    list-style-type: none;
    padding: 0px;
}

.galerie .galerie-item {
    float: left;
}

p.meta {
    font-size: 12px;
    font-style: italic;
}