/* body */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto, Arial, sans-serif;
    color: #535353;    
    height: 100%;
}

body>.container-fluid {
    padding: 60px 15px 0;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}

/* header content */
#section_head{
    background: #FFFFFF;
}

/* main_content */

#main_content {
    background: #fff;
    margin: 0px 20px 0px 20px;
    min-height: 600px;
}

#main_content h2 {
    color: #00005E;
}

.imgOrki_center{
    margin-bottom: 20px;
}

.imgOrki_center a img
{
    object-fit: contain;
    width: 100%;
}

/* common color */
.navbar .navbar-nav li[class*="page-id-selected"] {
     background-color: #ca191f !important;
     max-width: 260px;
}
/*
.navbar .navbar-nav li[class*="page-id-selected"] a{
    color: white;
}*/

.title-view h1{
    color: #00005E;
}
/*
.page-id-1:hover,
.page-id-selected-1 {
    background-color: #00005E !important;
}

.txt-color-id-1,
.txt-color-id-1 a {
    color: #00005E;
}

.page-id-37:hover,
.page-id-selected-37 {
    background-color: #00005E !important;
}

.txt-color-id-37,
.txt-color-id-37 a {
    color: #00005E;
}

.page-id-44:hover,
.page-id-selected-44 {
    background-color: #00005E !important;
}

.txt-color-id-44,
.txt-color-id-44 a {
    color: #00005E;
}

.page-id-2:hover,
.page-id-selected-2 {
    background-color: #00005E !important;
}

.title-view-h1,
.txt-color-id-2,
.txt-color-id-2 a {
    color: #00005E;
}

.page-id-89:hover,
.page-id-selected-89 {
    background-color: #00005E !important;
}

.txt-color-id-89,
.txt-color-id-89 a {
    color: #00005E;
}

.color-entreprise-background,
.page-id-selected-91,
.page-id-selected-92 {
    background-color: #00005E !important;
}

.color-entreprise,
a,
.txt-color-id-91,
.txt-color-id-91 a,
.txt-color-id-92,
.txt-color-id-92 a {
    color: #00005E;
} */


/* Bootstrap Override */

.navbar {
    border-radius: 0;
    margin-bottom: 0px;
    float: none!important;
    white-space: nowrap;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.navbar-brand>img{width: 70px;}

.navbar {
    background-color: #1e354d !important;
    border-bottom: solid 30px #ca191f;
    min-height: 110px;
}
@media screen and (min-width: 768px){
    .navbar-brand>img{width: 100px;}
    .navbar {min-height: 160px;}
}
.navbar>li {
    display: inline-block;
    position: relative;
}

.navbar .navbar-toggle{margin-top: 25px;}

.navbar .navbar-collapse {
    border-color: transparent;
    /*padding-left: 110px;*/
}

.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none
}

@media screen and (min-width: 768px) {
    .navbar-nav>li {
        text-align: center;
    }
}

.nav>li>a{
    padding: 10px !important;
}
.navbar .navbar-nav>li>a,
#menuHead a {    
    color: white !important;
}
.navbar .navbar-nav>li>a:hover {
    color: #ffffff !important;
}
/*.navbar .navbar-nav li:hover{
    background-color: #00005E !important;
}*/
/*.navbar .navbar-toggle .icon-bar {
    background-color: #ffffff
}*/

.navbar .navbar-nav>li>a,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    font-size: 1.225em;
    white-space: initial;  
}

.menu-niv2 {
    list-style: none;
}

.breadcrumb {
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu{
    background-color: #fff;
}
/* Bootstrap Media Queries override */

@media screen and (max-width:375px) {
    h1 {
        font-size: 1.4em;
        text-align: center;
    }
    h2 {font-size: 1.3em;}
    h3 {font-size: 1.2em;}
    .footerLeft {
        text-align: left !important;
        h2 {font-size: 1.2em;}
    }
    .footerRight,
    .footerLeft,
    #footer_center {
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px !important;
        margin-top: 5px !important;
        width: 100%;
        border-style: none !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        /*font-size: 1.8rem*/
    }
    .navbar-nav>li {
        text-align: center;
        /*max-width: 180px;*/
    }
}


/* Custom css */

#language {
    float: right;
}

#language a:hover {
    text-decoration: none;
}

.logo{
    width:300px;
    position: absolute;
    top: 30px;
}
.head-logo{
    margin-top: 5px;
}

.mainslogan{
    color: #fff;
    font-size: 5.5rem;
    text-align: left;
    position: absolute;
    top:200px;
    line-height: 6.5rem
}
.slogan{
    color: #fff;
    font-size: 2.5rem;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    position: absolute;
    bottom:100px;    
}
@media screen and (max-width:460px){
    .mainslogan{top:150px;}
    .slogan{bottom:10px;}
}
.slogan span{display: block; font-size: 1.35em;}

/* navigation */

.background-header{
    background: url(../images/menu/nature.jpg);
    background-position-y: bottom;
    min-height: 460px;
    background-size: cover;
    background-repeat: none;

}
.nav-head {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 30px;
}

.menuNiv1>a,
.menuNiv2>a {
    color: #ffffff;
    font-size: 0.9em;
}

.menuChild>li {
    text-decoration: none;
    list-style: none;
}

#menuHead {
    float: right;
    padding-top: 4px;
}

#menuHead a {
    text-transform: uppercase;
    margin-right: 10px;
}

#logo_head {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/home/background-header.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
}

.head-logo-class {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.head-add-link {
    display: flex;
}

.head-add-link>a:hover {
    text-decoration: none;
}

.head-add-link>a {
    color: #fff;
    margin-right: 5px;
}

.menu-link-facebook {
    color: #00005E;
    font-size: 2.6em;
}

.menu-circle {
    background-color: transparent;
    border: 3px solid #fff;
    height: 36px;
    width: 36px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

.menu-circle span {
    padding-left: 6px;
}


/********************************* footer_section *********************************/

/*.footer_section {
    background: url(../images/photos/background_family.jpg);
    background-position: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    opacity: 0.8;
    background-repeat: none;
    background-position-x: right;
    background-position-y: bottom;
}

.footer_section h2{
    text-align: center;
    color: #fff;
    padding-bottom: 50px;

}

.footer_section .block{
    background-color: #2d605a;
    padding: 20px 10px;
    margin: 5px;
    color: #fff;
}

.footer_section a,
.footer_section a:hover{
    text-transform: uppercase;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
}

.footer_section label{
    margin-left: 5px;
}*/

/********************************* footer_section *********************************/


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

.footer {
    bottom: 0;
    width: 100%;
    color: #fff;
    /*padding-bottom: 20px;
    padding-top: 20px;
    background-color: #353230;*/
    text-align: left;
}

.footer-link {
    margin: 20px 0 20px 0;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    padding: 0 20px 0 20px;
}

#menu_bottom{background-color: #999999; padding: 25px 0px; font-size: 1.27em;}
#address_bottom{background-color: #1e354d;/* font-size: 1.2em;*/ text-align: center;}
#address_bottom .row{margin-right: unset !important; margin-left: unset !important;}
#address_bottom img{margin-bottom: 10px;}
#address_bottom #SDIS_adresse{padding-top: 10px;}
#address_bottom #SDIS_adresse, #address_bottom #SDIS_adresse a{color: #c4d1d7;}
#address_bottom #SDIS_adresse img{/*border-radius: 165px;*/ width: 100px; /*margin-bottom: 40px;*/}
/*#address_bottom #SDIS_partenaires{padding-top: 90px;}*/
#address_bottom #SDIS_partenaires img{margin-right: 20px;}
#address_bottom #centresIncendie{background-color: #5f81a6; /*padding: 20px;*/ /*font-size: 1.875em;*/}

@media screen and (min-width: 768px) {
    #menu_bottom{font-size: 1.37em;}
}
@media screen and (min-width: 1024px) {
    #menu_bottom{font-size: 1em;}
    #address_bottom .row{display: flex;}
}

p.adresse a{color: white;}
@media screen and (max-width: 767px){
    p.adresse span.sep{display: block;}
}

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





/** agenda */

.c-agenda-title,
.c-title,
.c-block-title {
    margin: 0;
    min-height: 60px;
    vertical-align: middle;
    display: flex;
    padding-left: 30px;
}

.c-agenda-title>h2,
.c-title>h2 {
    font-size: 2.3em;
    font-weight: bold;
    color: #00005E;
}

.c-agenda-row {
    margin-bottom: 10px;
}

.c-agenda-date {
    color: #fff;
    text-align: center;
    display: grid;
}

.c-agenda-day {
    font-size: 2.0em;
    font-weight: bold;
}

.c-agenda-nameday,
.c-agenda-namemonth {
    font-size: 1.0em;
}

.c-agenda-nameday {
    display: none;
}

.c-agenda-margin {
    margin-bottom: 5px;
}

.c-agenda-desc {
    background-color: #fff;
    color: black;
    font-size: 1.1em;
    width: 74%;
    margin-bottom: 5px;
    margin-left: -15px;
}

.subject>a,
.c-agenda-desc-div>a {
    text-decoration: none;
    color: black;
}

.place {
    display: none;
}

.square {
    width: 26%;
    margin: 20px;
}

.c-footer {
    text-align: center;
}

.c-footer>a {
    text-decoration: none;
}

p.c-agenda-line,
p.c-footer-part2,
p.c-footer-part1,
.c-agenda-description>p {
    margin: 0;
}

.c-agenda-description {
    display: none;
}

.c-footer-part2 {}

.c-agenda-line {
    margin-left: 25% !important;
    width: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 2px), rgb(129, 196, 129) calc(50%), rgba(0, 0, 0, 0) calc(50% + 2px));
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap !important;
}


/*** contenu ***/

#contenu h1 {
    text-transform: uppercase;
}

.summary-title {
    background-color: #d4e0ff;
    color: white;
}

#contenu h3 {
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.filAriane {
    margin: 10px 0;
}

.filAriane a {
    color: darkgray;
}

.icon::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.filAriane .breadcrumb li:first-child::before,.filAriane .first:first-child::before {content: "";}

.filAriane .breadcrumb li::before, .filAriane li::before  {content: "\f054"; font: var(--fa-font-solid);
margin-left:5px; margin-right:5px;}

.filAriane ul{padding-left: 5px;}
.filAriane ul li{display: inline-block; padding-left: 4px;}
.filAriane ul li.first a{color: #b00808;}
.filAriane ul li.first a:before{content: none;}

.top {
    color: rgba(1, 143, 127, 1);
    background-color: #fff;
    float: right;
    content: none;
    font-size: 1.9em;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

.row-no-margin {
    margin: 0px;
}

table#s-forms-table td {
    padding-bottom: 5px;
}

.record {
    margin-bottom: 15px;
}


/* Magnific-Popup */

.mfp-container {
    text-align: center;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 20%;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}


/* module formulaires */

.formulaire input[type="checkbox"] {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.carousel_rwd_base {
    margin: 0 20%;
}

.imgOrki_shadow img{
    -moz-box-shadow: 2px 4px 10px #555;
    -webkit-box-shadow: 2px 4px 10px#555;
    box-shadow: 2px 4px 10px #555;
}



table caption{
    padding-left: 15px;
}

/**** Galery avec vignette + titre + descr + fond ***/
.blocGalleryFluid{ background: url('/sites/sdis16/template/images/layout/bandeau_fond.jpg') no-repeat; background-size: cover; text-align: center; font-family: 'rondaloregular'; padding: 20px 10px 10px 10px;}
.blocGalleryFluid .row{display: flex; flex-wrap: wrap;}
.blocGalleryFluid .row > div {height: auto; margin-bottom: 15px;}
.blocGalleryFluid a:hover{ text-decoration: none; }
.blocGalleryFluid .block{background-color: white; margin-bottom: 15px; height: 100%; }

.blocGalleryFluid .block i{display: block; font-size: 95px; margin-bottom:35px;}
.blocGalleryFluid .block label{color: black; font-size: 1.29em; margin-top: 20px; text-transform: uppercase;}
.blocGalleryFluid .block p{font-size: 1.07em; padding:15px 25px 25px 25px; text-align: justify;{ background: url('/sites/sdis16/template/images/layout/bandeau_fond.jpg') no-repeat; background-size: cover; text-align: center; font-family: 'rondaloregular'; padding: 20px 0px 10px 0px;}

.s-gallery img{margin-bottom: 20px;}