/**
 * Place your custom styles here.
 */
body {
    background-color: #edeef3;
    color: #000509;
    font-family: "Montserrat", Helvetica Neue, Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 300;
    height: 100%;
    line-height: 1.5;
    margin-top:0;
    overflow-x:hidden;
    padding-top:0;
}

h1 {
    color: #000509;
	font-family: "Oooh Baby", cursive;
    font-size: 60px;
    font-weight: 600;
    margin:45px 0;
    text-align: center;
}

h2 {
    color: #000509;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    color: #000509;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 30px;
}

a {
    color:#000509;
    outline: 0;
}

a:hover, a:focus {
    color: #000509;
}

p {
    margin: 0 0 15px;
}

ul {
    padding-left: 45px;
}

iframe, object, embed {
    max-width: 100%;
}

hr {
    border-top: 1px solid #337ab7;
}

blockquote {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-style: italic;
    padding: 7px 15px;
}

video {
    display: block;
    width: 100%;
}


/* Bouton */
.btn {
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 60px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.btn-primary {
    background-color: #f07f1e;
}

.btn-primary:hover, .btn-primary:focus,
.btn-primary:active, .btn-primary.active,
.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
    background-color: #5caedb;
}

.btn-secondary {
    background-color: #fff;
    border-radius: 0;
    color: #1e4064;
    font-weight: 500;
    padding: 7px 10px;
}

.btn-full {
    background-color: #edeef3;
    color: #162b6f;
    display: block;
    padding: 7px 15px;
    text-align: left;
    text-transform: unset;
    transition: all 0.25s ease;
}

.btn-full:hover, .btn-full:focus,
.btn-full:active, .btn-full.active,
.btn-full:active:hover, .btn-full.active:hover, .btn-full:active:focus, .btn-full.active:focus, .btn-full:active.focus, .btn-full.active.focus {
    background-color: #162b6f;
    color: #ffffff;
}

.btn-full i {
   margin-right: 5px;
}

div.btn {
    padding: 0;
}

div.btn a {
    color: #162b6f;
    display: block;
    padding: 7px 60px;
    white-space: normal;
}

div.btn a:hover, div.btn a:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Bandeau */
.view-bandeau {
    background-color: #ecba0a;
    color: #000000;
    line-height: 35px;
    margin: 0 -15px;
    min-height: 35px;
    padding: 0 15px;
    text-align: center;
}

.view-bandeau p {
    display: inline-block;
}

.view-bandeau a {
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}

/* Réseaux sociaux */
.view-reseaux-sociaux {
    text-align: right;
}

.view-reseaux-sociaux .view-header {
    display: inline-block;
    color: #ffffff;
    vertical-align: super;
}

.view-reseaux-sociaux .view-content {
    display: inline-block;
}

.view-reseaux-sociaux .view-content > div {
    display: inline-block;
    margin-right: 15px;
}

.view-reseaux-sociaux .view-content > div a {
    color: #5caedb;
}

.view-reseaux-sociaux .view-content > div a i {
    color: #5caedb;
    font-size: 24px;
    line-height: 35px;
}

.footer-bottom .view-reseaux-sociaux .view-content {
    text-align: right;
}

.footer-bottom .view-reseaux-sociaux .view-content > div {
    display: inline-block;
    margin-left: 15px;
    margin-right: 0;
}

.footer-bottom .view-reseaux-sociaux .view-content > div a i {
    color: #fff;
}

.footer-bottom .view-reseaux-sociaux .view-content > div:hover a i {
    color: #0f75bd;
}

/* Bloc contact */
.navigation-top {
	position: relative;
}

#block-site-contact {
	background-color: #d60301;
	border-radius: 50px;
	color: #ffffff;
	padding: 5px 9px 5px 7px;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 500;
}

.toolbar-fixed #block-site-contact {
	top: 109px;
}

#block-site-contact i {
	align-items: center;
	display: flex;
	justify-content: center;
}

#block-site-contact i:before {
	align-items: center;
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	color: #d60301;
	height: 25px;
	width: 25px;
}

#block-site-contact a {
	align-items: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

/* Header */
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
}

.navbar-default .container {
    position: relative;
}

.navbar-btn {
    margin: 0;
}


/* Logo */
#block-site-branding {
    background-color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 56px;
    font-weight: 400;
    margin: 0 auto;
    z-index: 5;
    margin-bottom: 30px;
}

#block-site-branding a {
    text-decoration: none;
}

.navbar-header {
    float: none;
    text-align: center;
}

.navbar .logo {
    padding: 0;
}

.navbar .logo img {
    height: auto;
    width: 215px;
}

/* Menu */
.navbar-default .navbar-collapse {
    position: relative;
    text-align: center;
}

#block-site-main-menu {
    display: inline-block;
}

.navbar-default .navbar-nav {
    background-color: #edeef3;
    border-radius: 20px;
    display: flex;
    float: none;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.navbar-default .navbar-nav:hover, .navbar-default .navbar-nav:focus {
    z-index: 100;
}

.navbar-default .navbar-nav > li {
    padding: 0;
    position: relative;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    border-radius: 20px;
    color:#000509;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 20px;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #000509;
    color: #ffffff;
}

/* Breadcrumb */
.breadcrumb {
    background-color: #000;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    margin: 0 -15px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb > .active {
    color: #ffffff;
}

/* Connexion */
.path-user .main-container .region-content, .path-connexion .main-container .region-content {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 30px;
    width: 500px;
}

.path-user .main-container .region-content form, .path-user .main-container .region-content .bs-1col,
.path-connexion .main-container .region-content form, .path-connexion .main-container .region-content .bs-1col {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Carousel */
.highlighted {
    margin: 0 -15px;
}

/* Slick Carousel */
.slick-list {
    /*margin: 0 30px;*/
    overflow: hidden;
}

.slick-slide {
    padding: 0;
}

.slick-arrow {
    width: auto;
}

.slick-prev::before, .slick-next::before {
    color: #b2b2b2;
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900;
}

.slick-arrow:hover:before {
    color: #696b7c;
}

.slick-prev::before {
    content: '\f0d9';
}

.slick-next::before {
    content: '\f0da';
}

.field-texte + .slick--field-galerie {
    margin-top: 30px;
}

.slick--field-galerie {
    margin-bottom: 30px;
}

/* Bootstrap Carousel */
.carousel-control {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ecba0a;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 40px;
    height: 40px;
    width: 40px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 30px;
}

.glyphicon-chevron-left:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 30px;
}

.glyphicon-chevron-right:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}

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

.field-image img {
   border-radius: 35px;
}

.bs-region--top-right .field-image img {
   box-shadow: 0 0 0 5px rgba(8,60,130,0.06),0 0 0 #ffffff;
}

.bs-region--middle .field-image {
    box-shadow: 0 0 0 5px rgba(8,60,130,0.06),0 0 0 #ffffff;
}

/* Pages intérieures */
.page-node-type-page .bs-region--main {
    margin: 0 auto 45px;  
    max-width: 900px;
}

.page-node-type-page .field-image {
    margin-top: 45px;
}

.page-node-type-page .field-faq {
    margin-bottom: 45px;
}

.page-node-type-webform .bs-region--main {
    float: none;
    margin: 0 auto 45px;  
    max-width: 900px;
}

.page-node-type-webform .view-contact {
   margin: 45px auto; 
}

.page-node-type-commune .bs-region--middle {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 0 5px rgba(8,60,130,0.06),0 0 0 #ffffff;
    overflow: hidden;
}

/*.page-node-type-commune .bs-region--middle:before {
    background-color: #a9bf03;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    left: 75px;
    width: 20px;
}

.page-node-type-commune .bs-region--middle:after {
    background-color: #d82231;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    left: 45px;
    width: 20px;
}*/

.page-node-type-commune .bs-region--middle .row {
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-node-type-commune .bs-region--middle .row .bs-region--left {
    padding: 30px 45px;
}

.page-node-type-commune .bs-region--middle .row .bs-region--right {
    padding: 0;
}

.page-node-type-commune .bs-region--middle .row .bs-region--right .geolocation-map-wrapper {
    border-radius: 0;
}

.page-node-type-commune .webform-submission-contact-form {
    margin: 45px auto 0;
    max-width: 700px;
}

.page-node-type-commune .webform-submission-contact-form h2 {
    text-align: center;
}

.page-node-type-commune h2 {
   font-size: 45px;
}

.page-node-type-commune .field-secteur {
    color: #1d1d1b;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 45px;
}

.page-node-type-commune .form-group {

}

.page-node-type-commune .field-zone-intervention {
    margin-bottom: 45px;
}

/* Page d'accueil */
.path-frontpage .field-texte {
    margin: 0 auto;
    max-width: 700px;
}

.path-frontpage .field-texte iframe {
    margin-top: 30px;
    width: 100%;
}

.path-frontpage .field-carte {
    margin: 0 auto;
    max-width: 700px;
}

.path-frontpage .field-carte iframe {
    border: none;
    border-radius: 35px;
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
}

.path-frontpage h2 {
    font-size: 45px;
}

.field-zone-intervention::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #F48120;
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 35px);
    z-index: 1;
}

.field-zone-intervention::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #A9C700;
    clip-path: polygon(0 0, 100% 65px, 100% 100%, 0 65px);
    z-index: 1;
}

.field-zone-intervention {
    background: url("../images/ornements.png") calc(100% + 150px) calc(50% + 35px) no-repeat #ffffff;
    background-size: 250px;
    margin: 45px calc(-50vw + 50%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

.field-zone-intervention .col {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
	text-align: center;
}

.path-frontpage .view-blocs {
    margin-bottom: 45px;
    margin-top: 45px;
}

.view-blocs .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.view-blocs .field-image {
    background-color: #ffffff;
    border-radius: 35px;
    padding: 30px;
}

.view-blocs h2 {
    font-size: 27px;
    margin: 15px;
}

.view-blocs h3 {
    font-size: 27px;
    margin: 15px;

}

.path-frontpage .view-blocs h3 {
    margin: 20px auto;
    text-align:center;
}

.view-blocs ul {
    padding-left: 25px;
}

.view-blocs .field-lien {
    margin-top: 15px;
    text-align: center;
}

.path-frontpage .bs-region--bottom {
	margin-bottom: 45px;
}



/* Contact */
.view-contact .row {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.view-contact .col {
    text-align: center;
}

.view-contact .field-icone {
    background-color: #a9bf03;
    border-radius: 50%;
	color: #ffffff;
    font-size: 24px;
    height: 55px;
    width: 55px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-contact .col-2 .field-icone {
    background-color: #3187cc;
}

.view-contact .col-3 .field-icone {
    background-color: #d60301;
}

.view-contact .field-nom {
    font-size: 18px;
    font-weight: 400;
}

.view-contact .field-lien {
    font-size: 16px;
    font-weight: 200;
}

.field-instagram-feed {
    border-radius: 35px;
    margin-top: 30px;
    overflow: hidden;
}

/* FAQ */
.view-faq {
    margin: 0 auto;
    max-width: 700px;
}

.view-faq .view-header {
    text-align: center;
}

.path-frontpage .view-faq {
    margin-top: 30px;
}

/* Panels */
.panel-default {
    border: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #edeef3;
    border-radius: 20px;
}

.panel-default > .panel-heading .panel-title {
    padding: 0;
}

.panel-default > .panel-heading a {
    background-color: #162b6f;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.panel-default > .panel-heading a.collapsed {
    background-color: #edeef3;
    color: #162b6f;
}

.panel-default > .panel-heading a:hover {
    background-color: #162b6f;
    color: #ffffff;
}

.panel-group .panel {
    border-radius: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
     border: 0;
}

.panel-body .field-texte {
    font-size: 15px;
    margin: 15px 0;
}

.panel-body .field-texte p {
    margin-bottom: 7px;
}

.panel-body .col-carte {
    margin-top: 15px;
}

.panel-body .col-body {
    background-color: #edeef3;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}

.geolocation-map-wrapper {
    border: 1px solid #edeef3;
    border-radius: 20px;
    overflow: hidden;
}

/*  */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: unset;
}

article {
    background: url("../images/ornements.png") left 25px no-repeat;
    background-size: 400px;
    background-position-x: -150px;
}

a.lien-xl {
    font-size: 27px;
    font-weight: 700;
    text-decoration: none;
}

.ligne-sep {
    border-top: 2px dashed #1E4066;
    margin-top: 30px !important;
    padding-top: 30px;
}

.field-texte img {
    height: auto;
    max-width: 100%;
}


/* Pagination */
.pagination {
    margin-bottom: 0;
    margin-top: 30px;
}

.pagination > li > a, .pagination > li > span {
    color: #1e4064;
    line-height: 1;
    margin: 0 3px;
    min-width: 28px;
    padding: 6px 10px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #1e4064;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1e4064;
    border-color: #1e4064;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

/* Alerte */
.alert {
    border: none;
    border-radius: 0;
}

/* Formulaires */
.form-control {
    border-radius: 10px;
    height: 45px;
}

.form-control:focus {
    border-color: #696b7c;
    box-shadow: none!important;
}

.form-actions {
    text-align: center;
}

.form-actions .btn-primary {
    background-color: #f07f1e;
    margin-right: 0;
    padding: 10px 60px;
}

.form-actions .btn-primary:hover, .form-actions .btn-primary:focus,
.form-actions .btn-primary:active, .form-actions .btn-primary.active,
.form-actions .btn-primary:active:hover, .form-actions .btn-primary.active:hover, .form-actions .btn-primary:active:focus, .form-actions .btn-primary.active:focus, .form-actions .btn-primary:active.focus, .form-actions .btn-primary.active.focus {
    background-color: #696b7c;
}

form .form-group [class^="icon-"], form .form-group [class*=" icon-"] {
    font-family: 'Open Sans', sans-serif!important;
}

.form-required:after {
    background: none;
    color: #ff003d;
    content: "*";
    font-size: 14px;
    font-weight: 300;
    vertical-align: baseline;
}

textarea.form-control {
    height: 132px;
}

input[type="file"] {
    padding: 4px 2px 3px;
}

.radio, .checkbox {
    margin: 0 0 15px;
}

.radio label, .checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 0;
}

.mentions-legales p {
    font-size:11px;
    margin: 0 0 5px;
}

.page-node-type-webform .bs-region--main {
    clear: both;
}

.page-node-type-webform form {
    padding: 0 180px 15px;
}

.page-node-type-webform form .row.form-group {
    margin-bottom: 0;
}

.form-type-date label, .form-type-tel label {
    display: block;
    margin-bottom: 5px!important;
}

.form-type-date input {
    display: block;
}

/* Style checkbox and radio buttons */
input[type=checkbox],
input[type=radio],
input[type=checkbox]#edit-delete {
    background: #fff;
    border: 1px solid #b5b5b5;
    display: inline-block;
    height: 16px !important;
    margin: 0 7px 0 0;
    outline: none;
    padding: 0;
    position: relative;
    top: 3px;
    transition: background 0.5s ease;
    width: 16px !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: relative;
}

input[type=checkbox]#edit-delete {
    margin-bottom: 0;
}

input[type=radio] {
    border-radius: 50%;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border-color: #696b7c;
    cursor: pointer;
}

input[type=checkbox]#edit-delete:hover,
input[type=checkbox]#edit-delete:focus {
    border-color: #d01616;
    cursor: pointer;
}

input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=checkbox].error:checked,
input[type=checkbox].error:focus:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked,
input[type=radio].error:checked,
input[type=radio].error:focus:checked {
    background: #696b7c;
    box-shadow: inset 0 0 0 3px #fff;
}

.form-item input[type='checkbox'].error {
    border-color: #696b7c;
}

input[type=checkbox]#edit-delete:checked,
input[type=checkbox]#edit-delete:disabled:checked {
    background: #d01616;
    box-shadow: inset 0 0 0 3px #fff;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    background: #e2e2e2;
    opacity: .5;
}

input[type=checkbox]#edit-delete:disabled {
    background: #e88181;
    opacity: .5;
}

input[type=checkbox]:disabled:hover {
    border-color: #b5b5b5;
    cursor: default;
}

input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
    border-color: #b5b5b5;
    cursor: default;
}

/* in Chrome + Safari + Opera + Mozilla */
@supports (-webkit-appearance:none) {
    input[type="checkbox"],
    input[type="radio"],
    input[type="checkbox"]#edit-delete {
        -webkit-appearance: none;
    }
}

/* in Mozilla */
@supports (-moz-appearance:none) {
    input[type="checkbox"],
    input[type="radio"],
    input[type="checkbox"]#edit-delete {
        -moz-appearance:none;
    }
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
    box-shadow:none;
}

#edit-mentions-legales {
    font-size: 10px;
}

#edit-mentions-legales p {
    margin-bottom: 5px;
}

/* Table */
.table-condensed {
    font-size: 13px;
}

/* Popover */
.popover-title {
    background-color: #ededee;
}

.popover-content ul {
    padding-left: 15px;
}

/* Modal */
.modal-content {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.modal-body {
    overflow: auto!important;
}

.modal-backdrop.in {
    opacity: 0.75;
}

/* */
.ui-widget-overlay {
    background-color: #1e4064;
    opacity: 0.75;
}

.ui-dialog .ui-dialog-content {
    overflow-x: hidden;
}

.ui-widget.ui-widget-content {
    border-radius: 15px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    height: 35px;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 10px;
}

/* Ajax Throbber */
.ajax-throbber.sk-wave .sk-rect {
    background-color: #ff003d;
}


/* Footer */
footer {
    background-color: #1d1d1b;
    border: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.footer {
    border-top: none;
    font-size: 14px;
    margin-top: 0;
    padding: 15px 0 30px;
}

.footer .container {
    position: relative;
}

.footer #block-logo, .footer #block-adresse, .footer #block-horaires {
    padding: 30px 15px;
}

.footer #block-logo img {
    height: auto;
    width: 150px;
}

.footer h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0 15px;
    text-transform: uppercase;
}

.footer a {
    color: #000000;
}

.footer img {
    max-width: 100%;
}

.footer .menu > li .caret {
    display: none;
}

.footer .menu > li > .navbar-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.footer .menu > li > a:hover, .footer .menu > li > a:focus {
    background-color: transparent;
}

.footer .menu > li > .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    display: block;
    float: none;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
}

.footer .menu > li > .dropdown-menu > li > a:before {
    background-color: #fff;
    left: 3px;
}

.footer .menu > li > .dropdown-menu > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 2px 15px;
    text-transform: none;
}

.footer-bottom {
    background-color: #1d1d1b;
    color: #ffffff;
    font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.footer-bottom > .row {
    background-color: #000000;
}

.footer-bottom .menu {
	text-align: center;
}

.footer-bottom .menu > li {
	display: inline-block;
	padding: 0 7px;
	position: relative;
	vertical-align: top;
}

.footer-bottom .menu > li > .navbar-text {
	margin: 0;
}

.footer-bottom .menu > li > a {
	color: #ffffff;
	padding: 0;
}

.footer-bottom .menu > li > a:hover, .footer-bottom .menu > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}

@media (max-width: 767px) and (orientation: portrait) {

}

@media (max-width: 767px) and (orientation: landscape) {

}

@media (max-width: 767px) {

     html {
        height: 100%;
        overflow-x:hidden;
    }

    body {
        height: 100%;
        overflow-x:hidden;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
    }

    h1 {
        font-size: 45px;
    }

    .navigation-top {
        height: auto;
    }

    .view-bandeau {
        line-height: 1.3;
        padding: 5px 15px;
    }

    .navbar-default {
        height: auto;
        padding-bottom: 0;
        position: relative;
    }

    #block-site-branding {
        font-size: 45px;
        line-height: 1.2;
        padding: 0 30px;
    }

    #block-site-contact {
        border-radius: 0;
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        font-size: 16px;
        height: 50px;
        padding: 12px 30px;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
        padding: 3px;
        position: absolute;
        right: 0;
        top: 12px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a8aaad;
        border-radius: 0;
        height: 3px;
        width: 25px;
    }

    .navbar-default .navbar-collapse {
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 20;
    }

    #block-site-main-menu {
        display: block;
    }

    .navbar-default .navbar-nav {
        display: block;
        float: none;
        margin : 0;
        position: relative;
        top: auto;
        width: 100%;
        z-index: 10;
    }

    .navbar-default .navbar-nav > li {
        margin: 0!important;
        min-height: unset;
        padding: 5px 15px;
        text-align: left;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        display: block;
        width: 100%;
    }

    .path-frontpage .field-texte {
        font-weight: 400;
        margin-bottom: 30px;
    }

    .field-zone-intervention:before {
        clip-path: unset;
        left: -10px;
        height: 27px;
        transform: rotate(3deg);
        top: -10px;
        width: calc(100% + 20px);
    }

    .field-zone-intervention {
        clip-path: unset;
        margin-top: 60px;
        margin-bottom: 60px;
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .field-zone-intervention:after {
        bottom: -10px;
        clip-path: unset;
        left: -10px;
        height: 27px;
        transform: rotate(3deg);
        width: calc(100% + 20px);
    }

    .view-blocs .row {
        justify-content: space-between;
    }

    .view-blocs .row .col {
        margin: 0 auto;
        max-width: 300px;
    }

    .view-blocs .row .col:not(:last-child) {
        margin-bottom: 30px;
    }

    .view-blocs img {
        margin: 0 auto;
    }

    .view-contact .col:not(:last-child) {
        margin-bottom: 30px;
    }

    .page-node-type-page .bs-region--main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .view-blocs h3 {
        text-align: center;
    }

    .page-node-type-commune .bs-region--middle .row {
        flex-wrap: wrap;
    }

    .page-node-type-commune .bs-region--middle .row .bs-region--right {
        width: 100%;
    }

    .page-node-type-webform form {
        padding: 0;
    }

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

    .ui-dialog {
        left: 15px;
        max-width: calc(100% - 30px);
    }

    .footer {
        padding: 15px 0;
    }

    .footer img {
        max-width: 300px;
    }

    .footer #block-adresse, .footer #block-horaires {
        padding: 15px;
    }

    .footer #block-logo {
        padding: 15px 15px 0;
    }

    .footer .menu > li {
        margin-top: 15px;
    }

    .footer-bottom .menu > li {
        padding-right: 15px;
        width: auto;
    }

    .footer-bottom .view-reseaux-sociaux .view-content {
        text-align: left;
    }

    .double-button .btn.btn-primary {
        margin-bottom: 10px;
        min-width: unset;
        width: 100%;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 768px) and (max-width: 991px){


}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px){

    .navbar.container {
        max-width: 1170px;
    }

}
