/*
Theme Name: assad-aix
Version: 1.0
Description: A child theme of Twenty Eleven
Template: twentyeleven
Author: Administrator
*/
@import url("../twentyeleven/style.css");
/* Your awesome customization starts here */


#access {
    background: #222;
    background: -moz-linear-gradient(#faa01b, #faa01b);
    background: -o-linear-gradient(#faa01b, #faa01b);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faa01b), to(#faa01b));
    background: -webkit-linear-gradient(#faa01b, #faa01b);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 0px;
    width: 100%;
}


#access a {
    color: #eee;
    display: block;
    line-height: 3.333em;
    padding: 0 9px;
    text-decoration: none;}

#site-title {
    margin-right: 270px;
    padding: 0px; 
}

#branding img {
    margin-top: 30px;
    height: auto;
    display: block;
    width: 100%; 
}

#logo {
    width: 30%;
}

.tel{
    background-color: #faa01b;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    margin-right:50px;
    padding: 9px;
    

}


@media screen and (max-width: 640px) {
  #searchform{
    display: none
}
}



body {
    background-image: url("images/fond-orange-village-assad-degrade-2.jpg")!important;
    background-repeat: no-repeat;
   
}

 h3 {
    font-size: 15px!important;
    font-weight: bold!important;
    color: #faa01b!important;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.widget ul li{
    color: #373737;
    font-size: 15px!important;
    margin-top: 15px!important;
}


/* Icones menu vertical gauche */

li#menu-item-65{
    list-style-image: url(images/contact.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-65 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}


li#menu-item-59{
    list-style-image: url(images/secteur.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-59 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}

li#menu-item-55{
    list-style-image: url(images/premiere-demande.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-55 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}

li#menu-item-58{
    list-style-image: url(images/qualite.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-58 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}

li#menu-item-64{
    list-style-image: url(images/partenaires.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-64 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}

li#menu-item-56{
    list-style-image: url(images/actus.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-56 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}

li#menu-item-57{
    list-style-image: url(images/conseils.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-57 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}


li#menu-item-151{
    list-style-image: url(images/formation.png);
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px dashed #000;*/
}

li#menu-item-151 a{
    top:-13px;
    position: relative;
    margin-left: 5%;
    font-size: 15px;
    color:#faa01b;

}
/*Fin icones menu */


/* Badge BCC */
#badge{
    width: 400px;
    font-family: "Open Sans";
    height:120px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    overflow: hidden;
}


#badge img{
    float: left;
}

.content-bcc{
text-align: center;

}

.content-bcc h3{
    margin-top: -16px;
text-align: center;
font-size: 15px;
font-weight: bold;
padding-top: -10px;
text-transform: none;
}

.content-bcc p{
    font-size: 12px;
    margin-bottom: -3px;
}

.content-bcc a{
    color: #ffca19!important
}

.content-bcc a:hover{
    color: white!important;
    }


