/* Styles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase; font-weight: bold;
}

.clear { clear: both; }

.txt-rose { color:#ff1e5e; }

.btn {
    background-color: #f2f2f2;
    color: #ff1e5e;
    text-transform: uppercase;
    font-weight: bold;
}

.button {
    display: inline-block;
    border:2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 55px;
    margin-top: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.button:hover, .button:focus {
    border:2px solid #ff1e5e;
    color: #ff1e5e;
    background: #fff;
}
#breadcrumbs { font-size: 12px; margin: 20px 0; text-transform: uppercase; }
#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:focus { color: #000; }

/* Reset defaut styles BX slider */
.bx-wrapper .bx-viewport { -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; border:  0px solid transparent; left: 0; background: transparent; }
.bx-wrapper .bx-pager.bx-default-pager a { width: 8px; height: 8px; border-radius: 8px; }
.bx-wrapper .bx-loading { background: url(../images/bx_loader.gif) center center no-repeat #fff; }

/* prev - next */
.bx-wrapper .bx-controls-direction a { margin-top:-17px; display: block; width: 10px; height: 34px; }
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover { left: -15px;	background: url(../images/carousel_arrow.png) no-repeat left top; }
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover { right: -15px; background: url(../images/carousel_arrow.png) no-repeat right top; }

#slideshow-header a img { width: 100%; height: auto; }
#container-slideshow-header .bx-wrapper { margin: 0;}
#container-slideshow-header .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {  top: 40%; right: 13px; width: 18px; }
#container-slideshow-header .bx-wrapper .bx-pager { padding-top: 0; }
#container-slideshow-header .bx-wrapper .bx-pager.bx-default-pager a { background: #fff; }
#container-slideshow-header .bx-wrapper .bx-pager.bx-default-pager a:hover, #container-slideshow-header .bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #ff1e5e; }

/* Header */

.header { position: relative; }

@media screen and (min-width: 992px) {
    #menu-overlay {
        position: absolute;
        top: 29px;
        left: 29px;
        z-index: 100;
        width: 25%;
    }
    #logo-chahuts {
        margin-bottom: 10px;
    }
}

#logo-chahuts, #menu-principal {
    background-color: #fff;
}

#logo-chahuts {
    padding: 29px 0 18px;
}
#logo-chahuts hr {
    border-color: #000;
    width: 77px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#logo-chahuts a {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
}
#logo-chahuts a small {
    font-size: 7px;
}

#menu-principal {
    padding-left: 0;
}

.navbar-toggle {
    background: red;
    position: absolute;
    left: 25px;
    top:25px;
}
.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    padding-left: 20px;
}

.navbar-nav > li > a .caret {
    display: none;
}

.navbar-nav > li.current-page-parent > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.open > a {
    color: #ff1e5e;
    font-weight: 600;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

.navbar-nav > li.current-page-parent > a:before,
.navbar-nav > li > a:hover:before {
/*.navbar-nav > li.open > a:before{*/
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 11px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    left: 0;
}

.navbar-nav > li.open ul.dropdown-menu,
.navbar-nav > li.current-page-parent > ul.dropdown-menu {
    border: none;
    box-shadow: none;
    position: relative;
    margin-top: -15px;
    margin-left: 12px;
}

.navbar-nav > li ul.dropdown-menu li a {
    font-size: 13px;
    color: #ff1e5e;
    font-weight: 400;
    line-height: 36px;
}

.navbar-nav > li ul.dropdown-menu li a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.navbar-nav > li ul.dropdown-menu > li > a:hover,
.navbar-nav > li ul.dropdown-menu > li > a:focus {
    background: none;
}

.navbar-nav > li ul.dropdown-menu > .active > a,
.navbar-nav > li ul.dropdown-menu > .active > a:hover,
.navbar-nav > li ul.dropdown-menu > .active > a:focus {
    background: none;
    font-weight: 600;
    color: #ff1e5e;
    text-decoration: underline;
}



/* Edito block */
.bloc-edito, .bloc-edito-blanc { background-color:#fff; color:#000; text-align: center; padding: 30px 0; }
.bloc-edito {padding: 0 0 30px; }
.bloc-edito hr { border-color:#ff1e5e; }
.bloc-edito-blanc li, .bloc-edito-rose li { text-align: left; }
.bloc-edito-rose { background-color:#ff1e5e; color:#fff; text-align: center; padding: 30px 0; }
.bloc-edito-rose a, .bloc-edito-rose .txt-rose { color: #fff; }
.bloc-edito-imag { text-align: center; }
.bloc-edito-image img { display: inline-block; max-width: 100%; height: auto; }

/* HP */
.pink-block { background-color:#ff1e5e; color:#fff; text-align: center; padding: 60px 0; }
.grey-block { background-color:#f2f2f2; color:#ff1e5e; text-align: center; padding: 60px 0; }
.white-block{ background-color:#fff; color:#000; text-align: center; padding: 60px 0; }
.white-block .h1 { color:#ff1e5e; }


.columns .text-image { position: relative; display: inline-block; margin-left: auto; margin-right: auto; }
.columns .left-column, .columns .middle-column, .columns .right-column { margin-top: 60px; }
.column-title { position: absolute; left: 0; top: 36px; text-align: left; max-width: 82%;}
.column-title span { color: #000; background: #fff; font-size: 20px; padding: 0 40px 0 5px; }
.column-links { position: absolute; left: 0; right: 0; bottom: 20px; }
.column-links a, .column-links span { display:block; width:73%; margin: 0 auto 6px; padding: 12px 0; color: #000; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; background: #fff url(../images/arrow-black-right.png) no-repeat 97% center; }

#list-mess-pages .single-mess-page .img-rounded { display: block; position: relative; overflow: hidden; margin:45px auto 20px; width: 211px; height: 211px; border-radius: 50%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
#list-mess-pages .single-mess-page img { display: inline; width: 102%; height: auto; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#list-mess-pages .single-mess-page { color: #000; font-size: 20px; font-weight: 600; }

#list-mess-pages .single-mess-page:hover { color: #ff1e5e; }
#list-mess-pages .single-mess-page:hover .img-rounded { border: 24px solid #ff1e5e; }

/* Footer */

.share-block .list-inline { margin:30px 0 0; }
.share-block .list-inline li { padding-left: 12px; padding-lright: 12px; }

.newsletter-block { background-color:#ff1e5e; color:#fff; padding: 35px 0; }
.newsletter-block .h2 {margin-top: 0; }
.newsletter-block p { font-size: 14px; }
.newsletter-block form { float: right; }
.newsletter-block input { border:1px solid transparent; height: 54px; }

.links-block { background-color: #fff; }
.links-block .logo-column, .links-block .links-column { padding-top:60px; padding-bottom: 45px; }
.links-block .logo-column { width: 180px; color: #ff1e5e; text-transform: uppercase; font-size: 10px; }
.links-block .logo-column p { margin-bottom: 15px; }
.links-block .logo-column hr { border-color:#ff1e5e; margin-top: 30px; margin-bottom: 26px; }

.links-block .footer-column { width: 25%; float: left; }
@media screen and (max-width: 768px) {
    .links-block .footer-column { width: 50%; float: left; }
}
.links-block .footer-column > a { padding: 13px 0 10px; display: block; width: 100%; text-transform: uppercase; font:bold 17px/17px "Montserrat",sans-serif; }
.links-block .footer-column hr { border-color:#000; margin-top: 30px; margin-bottom: 26px; }
.links-block .footer-column ul { padding: 0; margin-top: 11px; list-style: none outside; }
.links-block .footer-column ul li, .links-block .footer-column li a { font-size: 12px; color: #000; margin-bottom: 10px; }

#footer-menu { background-color: #f2f2f2; }
#footer-menu ul { padding: 0; margin: 8px 0; list-style: none outside; text-align: center; }
#footer-menu li { display: inline-block; }
#footer-menu li a { color: #000a51; font:bold 11px/11px "Montserrat",sans-serif; }


/* single Spectacle */

.show-page h1 { color:#ff1e5e; font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.show-page #h1-subtitle { color:#ff1e5e; font-weight: bold; }
.show-page #h1-subtitle:before { content: "——"; letter-spacing: -2px; padding-right: 5px; display: inline; font-weight: bold; }
@media screen and (min-width: 992px) {
    .project-page #project-sidebar, .show-page #show-sidebar { width: 260px; margin:-21px 35px 0 0; float: right; }
    .project-page #project-sidebar:before, .show-page #show-sidebar:before { content: " "; position: absolute; top: 0; left: -4px; display: block; width: 4px; height: 20px; background: transparent url(../images/show-sidebar-corner.png) no-repeat top; }
}
.project-page #project-sidebar, .show-page #show-sidebar { background-color: #ff1e5e; padding:25px 15px 20px; position: relative; color: #fff; font-size: 15px; }
.project-page #project-sidebar { padding:13px 8px 20px; }
.project-page #project-sidebar h2 { font-size: 18px; font-weight: 400; margin-top: 0; }
.project-page .project-news a { color: white; text-decoration: none; border-bottom: 1px solid white; float: right; font-size: 17px; margin-top: 10px; text-transform: uppercase; }
.project-page #project-sidebar .button, .show-page #show-sidebar .button { display: block; }
.project-page #project-sidebar hr, .show-page #show-sidebar hr { border-color: #ff7ba0; margin-bottom: 30px; margin-top: 30px; }
.project-page #project-sidebar p, .show-page #show-sidebar p { line-height: 17px; margin-bottom: 20px; }
.project-page #project-sidebar .social-links, .show-page #show-sidebar .social-links { text-align: center; padding: 0; list-style: none outside; }
.project-page #project-sidebar .social-links li, .show-page #show-sidebar .social-links li { display: inline-block; margin: 0 6px; }

.show-page .spectacle-tabs { padding:0; list-style: none outside; text-align: left; }
@media screen and (max-width: 992px) {
    .show-page .spectacle-tabs { text-align: center; }
}
.show-page .spectacle-tabs li { display: inline-block; margin:30px 20px 30px 0; }
.show-page .spectacle-tabs li a { border:2px solid #ff1e5e; font-weight: bold; text-transform: uppercase; padding: 15px 22px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.show-page .spectacle-tabs li a:after { content: " "; display: inline-block; width: 10px; height: 6px; margin-left: 10px; vertical-align: middle;  background: transparent url(../images/arrow-tabs.png) no-repeat left top; }
.show-page .spectacle-tabs li a:hover, .show-page .spectacle-tabs li a:focus, .spectacle-tabs li.active a { background-color: #ff1e5e; color: #fff; border:2px solid #fff;  }
.show-page .spectacle-tabs li a:hover:after, .show-page .spectacle-tabs li a:focus:after, .spectacle-tabs li.active a:after { background-position: right top; }


.discover-section .h1 { text-align: center; color:#ff1e5e; margin: 0 0 60px; }

#container-slideshow-spectacle .single-slide img { width: 100%; height: auto; }
#play-video { position: absolute; left: 50%; top: 50%; text-indent: -9999px; margin:-45px 0 0 -45px; display: block; width: 90px; height: 90px; background: transparent url(../images/play-video.png) no-repeat top; }

/* Pager and column color */
#container-slideshow-spectacle .bx-wrapper .bx-pager.bx-default-pager a, #container-slides-discover-spectacles .bx-wrapper .bx-pager.bx-default-pager a { background: #000; }
#slideshow-discover-spectacle .column-title span, #slideshow-discover-spectacle .column-links span { color:#000a51;}
#slideshow-discover-spectacle .column-links span { text-align: center }


/* Programmation */
#filters-date { padding: 0; list-style: none outside; text-align: left; border-bottom: 1px solid #000; }
#filters-date li { display: inline-block;  }
#filters-date li a { display: inline-block; text-transform: uppercase; color: #000; padding:8px 7px; text-align: center }
#filters-date li a:hover, #filters-date li a.selected { background-color: #000; color: #fff; text-decoration: none; }
#filters-date li a p { margin: 0; }
#filters-date li a p:nth-child(2) { font-size: 35px; font-weight: bold }

.line { display: block; background-color: #000; width: 1px; height: 155px; margin: 0 auto; }
@media screen and (max-width: 992px) {
    .line {  width:100%; height: 1px; margin:0 auto 23px; }
}

#filters-genre { padding: 0; list-style: none outside; text-align: left; }
#filters-genre li { display: inline-block;  }
#filters-genre li a { display: inline-block; color: #000; padding:8px 7px; margin: 0; }
#filters-genre li a:hover, #filters-genre li a.selected { background-color: #ff1e5e; color: #fff; text-decoration: none; }
#filters-genre li a.selected:after { content: " "; display: inline-block; background: transparent url(../images/filters-close.png) no-repeat top; width: 11px; height: 11px; margin-left:9px; }

#programmation-pdf a { display:block; margin-bottom: 20px; text-align: center; color:#000; text-transform: uppercase; font-size: 22px; font-weight: bold;  border:2px solid #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}

@media screen and (max-width: 400px) {
    #programmation-pdf a { font-size: 15px; }
}

#isotope-list a { color: #000; }
#isotope-list a .item { max-width: 235px; min-height: 450px; margin-right: 20px; }
#isotope-list a img { width: 235px; height: auto; }
#isotope-list a h3 { font-weight: bold; font-size: 16px; text-transform: uppercase; color:#ff1e5e; }
#isotope-list a i { font-size: 13px; text-transform: capitalize; margin-bottom: 5px; }
.container-text { font-size: 16px; min-height: 130px; }


/* Page SAS projets */

#list-projets a {
    margin-bottom: 30px;
}
#list-projets a  img {
    width: 100%;
}
#list-projets a p {
    background: white none repeat scroll 0 0;
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding: 0 12px;
    position: absolute;
    top: 36px;
}
#list-projets a .arrow {
    position: absolute;
    bottom: 20px;
    right: 33px;
    width: 20px;
    height: 33px;
    background: url(../images/right-arrow-white.png) no-repeat;
}


/* Single projet */

#accordion_travaux {
    background: url(../images/trame-accordion-projet.jpg) repeat;
    padding: 30px 45px 30px 60px;
    margin-top: 50px;
}

#accordion_travaux > .accordion-group {
    border-left: 1px solid #d3d3d3;
    padding-bottom: 20px;
    padding-left: 50px;
    position: relative;
}

#accordion_travaux > .accordion-group:before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background: #ff1e5e;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 15px;
}

#accordion_travaux > .accordion-group > .accordion-heading > a {
    padding: 0 55px 0 24px;
    display: inline-block;
    line-height: 60px;
    background: white;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    color: black;
}

#accordion_travaux > .accordion-group a:focus {
    outline: 0;
    text-decoration: none;
}

#accordion_travaux > .accordion-group > .accordion-heading > a.collapsed {
    padding-left: 19px;
    width: auto;
    color: #ff1e5e;
}

#accordion_travaux > .accordion-group > .accordion-heading > a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    content: "";
    position: absolute;
    left: -13px;
    top: 15px;
}

#accordion_travaux > .accordion-group > .accordion-heading > a:after {
    content: "-";
    font-size: 27px;
    padding-left: 25px;
    position: absolute;
}

#accordion_travaux > .accordion-group > .accordion-heading > a.collapsed:after {
    content: "+";
}

#accordion_travaux > .accordion-group > .accordion-body {
    background: white;
    padding: 8px 21px 12px 24px;
}

#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > p:first-child,
#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > p:last-child {
    display: none;
}

#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > .accordion-group {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > .accordion-group:first-of-type {
    border-top: none;
}

#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > .accordion-group > .accordion-heading > a {
    color: #ff1e5e;
    font-size: 18px;
}

#accordion_travaux > .accordion-group > .accordion-body > .accordion-inner > .accordion > .accordion-group > .accordion-heading > a.collapsed {
    color: black;
}


/* Formulaires */

.wpcf7-form {
    margin-bottom: 30px;
    font-style: italic;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #bcbcbc;
    line-height: 45px;
    padding-left: 20px;
    width: 100%;
}

.wpcf7-form select {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    color: #bcbcbc;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}

.wpcf7-form select.dispo {
    height: 105px;
}

.wpcf7-form > div {
    margin-bottom: 20px;
}

.wpcf7-form > div.clear {
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-list-item-label {
    padding-left: 12px;
    color: #bcbcbc;
    line-height: 45px;
}

.wpcf7-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ff1e5e;
    border-radius: 2px;
    color: #ff1e5e;
    float: right;
    height: 50px;
    margin-right: 15px;
    text-transform: uppercase;
    width: 124px;
}

.wpcf7-form input[type="submit"]:hover {
    background: #ff1e5e;
    color: white;
}


/* Archives */

#archives .single-festival {
    margin-bottom: 30px;
}

#archives h2 {
    font-size: 18px;
    height: 21px;
    margin-top: 0;
    border-bottom: 1px solid #f3f3f3;
}

#archives h2 span {
    background: white;
    display: inline-block;
    margin-top: 4px;
    width: 60px;
}

#archives .programme,
#archives .gazette,
#archives .galerie {
    margin-top: 60px;
    min-height: 200px;
    padding-top: 30px;
    text-align: center;
}

#archives .programme,
#archives .gazette {
    border-right: 1px solid #f3f3f3;
}
#archives img {
    border: 1px solid #f3f3f3;
}

#archives p {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    width: 170px;
    text-align: center;
    display: inline-block;
}

#archives .archive-2014 p,
#archives .archive-2014 a {
    color: #ff8e7e;
}

#archives .archive-2014 a {
    border: 2px solid #ff8e7e;
}

#archives .archive-2014 a:hover {
    background: #ff8e7e;
}

#archives .archive-2015 p,
#archives .archive-2015 a {
    color: #FEED01;
}

#archives .archive-2015 a {
    border: 2px solid #FEED01;
}

#archives .archive-2015 a:hover {
    background: #FEED01;
}

#archives .archive-2013 p,
#archives .archive-2013 a {
    color: #d10f56;
}

#archives .archive-2013 a {
    border: 2px solid #d10f56;
}

#archives .archive-2013 a:hover {
    background: #d10f56;
}

#archives .archive-2012 p,
#archives .archive-2012 a {
    color: #9bbe08;
}

#archives .archive-2012 a {
    border: 2px solid #9bbe08;
}

#archives .archive-2012 a:hover {
    background: #9bbe08;
}

#archives a:hover {
    color: white;
    text-decoration: none;
}

#archives a {
    border-radius: 2px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 50px;
    padding: 0 22px;
}


/* Artistes */

.container-artiste {

}

.container-artiste .image-artiste {
    float: left;
    position: relative;
    width: 23%;
    /*margin-right: 2%;*/
}

.container-artiste > a:nth-child(5n+1) > .image-artiste{
  margin-right: 0;
}

/*.container-artiste > a:nth-child(1) > .image-artiste{*/
  /*margin-right: 2%;*/
/*}*/

.container-artiste .image-artiste .nom-artiste  {
    background: white none repeat scroll 0 0;
    bottom: 20px;
    color: black;
    display: inline-block;
    line-height: 29px;
    padding: 0 14px 0 12px;
    position: absolute;
    z-index: 10;
}
.container-artiste .image-artiste img {
    height: auto;
    max-width: 100%;
    width: 100%;
/*    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;*/

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    filter: grayscale(100%);
}
.container-artiste .image-artiste:hover img {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.container-artiste .image-artiste:hover .grey-filter {
    display: none;
}
.container-artiste .image-artiste:hover .grey-filter {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    border: 11px solid #ff1e5e;
}

.modal-body .container {
    width: 100%;
}

#galerie a {
    margin-bottom: 5px;
    display: inline-block;
}

#galerie img {
    width: 100%;
    max-width: 300px;
}

.spectacle {
    position: relative;
}

.spectacle .genre {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff1e5e;
    padding: 5px;
}
#menu-item-85 a, #menu-item-4529 a, #menu-item-79 a {
    font-weight: bold;
}





/*----------------------------------------------------------------------------------------------------
CODE WPCREATIONS
----------------------------------------------------------------------------------------------------*/
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}

.column-links a, .column-links span {
	display: block;
	width: 85%;
	margin: 0 auto 6px;
	padding: 12px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff url(../images/arrow-black-right.png) no-repeat 97% center;
}

#cookie-notice .cn-button.bootstrap, #cookie-notice .cookies-btn {
color: #fff;
background: #ff1e5e;
padding: 6px 8px;
}

#footer-menu li {
	display: inline-block;
	margin-right: 10px;
}

#footer-menu li:last-child {
	margin-right: 0px;
}

.navbar-toggle {
	background: #ff1e5e;
	position: absolute;
	left: 15px;
	top: 29px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}

.links-block .logo-column p {
	margin-bottom: 15px;
	text-align: center;
}

.container-artiste .image-artiste {
	float: left;
	position: relative;
	width: 25%;
}

.grey-block {
	background-color: #f2f2f2;
	color: #ff1e5e;
	text-align: center;
	padding: 30px 0 60px 0;
}

#slideshow-header img {width:100%;}
