* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 500px;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}

h1 {
    font-style: normal;
    color: #e10b0b;
}

h2 {
    font-style: normal;
    color: #e10b0b;
}

h3 {
    font-style: normal;
    color: #e10b0b;
}

h4 {
    font-style: normal;
    color: #e10b0b;
}

h5 {
    font-style: normal;
    color: #FFFFFF;
}

.navbar-static-top {
    margin-bottom: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}





/*==============================================================================================*/


/* FOOTER         ||---------------------------- */


/*==============================================================================================*/

.footer {
    background-color: #f7f7f7;
    color: #323232;
    position: relative;
    width: 100%;
    padding: 40px 0 20px;
    display: block;
}

.footer hr {
    border-color: #eee;
}

.footer .footer-info p {
    color: #323232;
}

.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
}

.footer .social,
.contact .social {
    font-size: 20px;
}

.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer ul.social li,
.contact ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer .link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer .link-small a {
    font-weight: 600;
    text-transform: none;
}

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

.newsletter {
    position: relative;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 40px !important;
    background: rgba(255, 255, 255, 0);
}

.newsletter .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    transition: all .5s;
    margin: 0 1px;
}

.navbar-static-top {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    position: absolute;
    width: 100%;
}

div#myCarousel {
    clear: both;
    overflow: hidden;
}

div#myCarouselHome {
    clear: both;
    overflow: hidden;
}

#myCarouselHome img {
    height: 900px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    /*top: 300px;*/
    top: 37%;
    bottom: auto;
}

.carousel-caption h1 {
    color: #fff;
    font-weight: bold;
}

.btn-custom {
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    outline: 0;
    transition: all .5s;
}

.btn-custom:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #333;
    text-decoration: none;
    text-shadow: none;
}

section.content-section {
    padding: 70px 0px 0px 0px;
}

section.content-section .container {
    padding: 30px 30px 20px;
    border: 1px solid #eee;
}

.content-section p {
    font-size: 15px;
}

.header {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.figcaption {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

.figcaption h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.titre_ombre {
    text-shadow: 1px 4px black;
}

#position-relative {
    position: relative;
}

#position-relative {
    position: relative;
    background: rgba(0, 0, 0, .6);
}

section.header-without-image {
    padding: 0px 0 0;
}

section.header-without-image h1 {
    color: #333;
}

.gallery img {
    width: 100%;
}

.gallery {
    margin: 15px 0;
}

section.gallery-page.content-section .container {
    padding: 20px 35px !important;
}

.contact-form {}

.contact-form h2 {
    color: #333;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 5px;
}

.form-control {
    border-radius: 0;
}

input#submit {
    outline: 0;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 0;
    font-weight: bold;
    width: 100%;
    margin-top: 4px;
}

.gallery-page h3,
h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.img-responsive {
    height: 230px;
}

.img-grande {
    width: 100%;
}

.img-prev-next {
    width: 50px;
    height: 50px;
}

.vignette-artiste {
    width: 300px;
    height: 300px;
    margin-left: 50px;
}

.vignette-artiste h3 {
    margin-right: 60px;
}

.list-artiste {
    margin-left: 10%;
}

#text-intro-itw {
    margin-top: 50px;
    margin-bottom:50px;
}

#block-img-itw {
    display: flex;
    flex-wrap: wrap;
}

#block-img-itw img {
    width:90%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#block-lexique-itw {
    background-color: grey;
    width:100%;
    display: flex;
}

#block-lexique-itw p{
    padding: 30px;
}



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


#akise-head {
    width: 100%;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#double_dropdown {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

#double_dropdown:hover {
    
}

#double_dropdown a{
    color: white;
}

.multi-level a{
    color: #555 !important;
}

#double_dropdown a:hover {
    color: black;
    text-decoration: none;
    background-color: #e7e7e7;
}

#dLabel {
    padding-left:15px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.dropdown.open a{
    color:black;

}

#caret_double_dropdown {
    margin-right: 10px;
}


.piece_large img {
    width: 90%;
    margin: 10px;
}


#Block_ClifeBruns .header {
    max-height: 600px !important;
    margin-top: 50px;
}

#Block_Haribow .header {
    max-height: 700px !important;
    margin-top: 50px;
}

#Block_Pboy .header {
    max-height: 700px !important;
    margin-top: 50px;
}



@media (max-width: 767px) {
    .header {
        max-height: 300px;
    }
    .header .figcaption {
        top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-page h3,
    h3 {
        padding-right: 15px;
    }
    .footer {
        text-align: center;
    }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        min-width: 100%;
        margin: auto;
        min-height: 250px;
    }
    .carousel-caption {
        top: 20%;
    }
    section.content-section .container {
        padding: 10px 10px 5px;
    }
    .navbar-nav {
        margin-left: 0;
        margin-right: 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
    .img-agenda {
        width: 100% !important;
    }
    iframe {
        width: 90%;
    }
    #plan_site {
        width: 90%
    }
    #img_private {
        width: 90%;
    }
    .vignette-artiste {
        margin-left: 0px;
    }

    #myCarouselHome {
        height: 250px;
    }

    #myCarouselHome img {
        height: 250px;
    }

    #akise-head {
    height: 200px !important;
    }

    .figcaption h1 {
    font-size: 30px;
    }

    .header {
    max-height: 200px;
    }
}