/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/
#masthead {
    background: #E7E7E7 none repeat scroll 
}
#bar {
    background: #41b6a2 none repeat 
}
#bar .social-icons {
    background: #ec6747 none repeat scroll 0 0;
    display: inline-block;
    float: right;
}
#secondary aside:nth-child(2n) h1.widget-title {
    background: #d4514b none repeat scroll 0 0;
}
#masthead #searchicon {
    background: #6686b1 none repeat 
}
#bar .social-icons a::before {
    background: #f39560 none repeat scroll 0 0;
}

#site-navigation ul li ul.sub-menu a:hover, #site-navigation ul li ul.children a:hover {
    background: #595959 none repeat scroll 0 0;
    padding-left: 15px;
}

#site-navigation ul li ul.sub-menu, #site-navigation ul li ul.children {
    background: #595959 none repeat scroll 0 0;
    border: medium none;
    display: block;
    opacity: 0;
    padding: 20px 0;
    text-align: left;
    top: 60px;
    transform: perspective(350px) rotateX(-10deg);
    transform-origin: center top 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 112;
}

#site-navigation ul li ul.sub-menu::before, #site-navigation ul li ul.children::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #595959;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: inline;
    height: 0;
    left: 30px;
    position: absolute;
    top: -20px;
    width: 0;
}
#site-navigation ul li ul.sub-menu a, #site-navigation ul li ul.children a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: white;
    font-size: 15px;
    font-weight: normal;
    padding: 3px 15px;
    text-transform: none;
    transition: background 0.4s ease 0s, padding 0.6s ease 0s;
}
#primary-mono h1.entry-title {
    color: #333;
    font-family: "Play",sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    text-align: left;
   text-shadow: none;
}
a {
    color: #d4514b;
    cursor: pointer;
}
.single-entry-header h1, .single-entry-header .entry-meta {
    text-align: left;
}
#site-navigation ul li ul.sub-menu a, #site-navigation ul li ul.children a {
    padding: 10px 10px;
    border-bottom: 4px dotted white;
}
#site-navigation ul li ul.sub-menu, #site-navigation ul li ul.children {
    padding: 5px;
}
#masthead {
    background: none;
}
.mega-container {
    background: none;
}
#secondary {
    background: transparent;
}
#secondary aside {
    background: transparent;
}
#top-menu ul li a span {
    background: #d4514b;
}
#bar .social-icons {
    background: #d4514b none repeat scroll 0 0;
    display: inline-block;
    float: right;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #D4514B;
    border-color: #D4514B;
}
img {
    height: auto;
    max-width: 100%;
    padding: 5px;
}
#jumbosearch .form input[type="search"] {
    background: white;
    outline: none;
    padding: 20px;
    font-size: 28px;
    border: solid 2px #d4514b;
    border-radius: 0;
    color: black;
    width: 80%;
    text-align: center;
    clear: both;
}
#jumbosearch {
    background: rgba(59, 59, 59, 0.56);
}