/* Enter Your Custom CSS Here */

/* centrer menu header*/
.nav-wrap2 #nav {
    float: left;
    margin-bottom: 0;
    padding-left: 200px;
}

/* couleur menu mobile*/
@media only screen and (max-width: 960px)
#nav > li:hover > a, #nav li.current > a, #nav li > a.active {
    background: none;
    color: #000;
}

/* Minuscules sous menu*/
#nav ul li a, #nav ul li:hover > a {
    text-transform: inherit;
}

/* Modif h2 */

#headline h2{
    font-size: 35px!important;
}

#headline h3, #headline2 h3, #headline h2, #headline2 h2 {

    text-transform: initial;
  font-weight: 300;
}
/* Modif h6 */
h6.h-sub-content {
    text-transform: initial;
}

/* suppression espace entre logo et menu*/
.vertical-space {
    display: none;
}
/* diminution top bar twitter mobile*/
.top-bar {
    height: 30px;
}
/* suppression top bar mobile*/
.top-links.lftflot {
   display: none;
}


/* reduction taille h2*/
#headline h2, #headline2 h2 {
    color: #a11a17;
    font-size: 46px;
}
/* Agrandissement ligne separatrice avec texte */
.vc_separator h4 {
    font-size: 200%;
}
/* reduction taille module inscription header*/

.wppb-user-forms, .wppb-user-forms * {
    box-sizing: border-box;
}

.wppb-login-wrap .login-username input,
.wppb-login-wrap .login-password input{
	width: 30%;
	float: left;
}
.login-remember {
    display: none!important;
}

#wrap .wppb-form-field label, #wrap #wppb-login-wrap .login-username label, #wrap #wppb-login-wrap .login-password label {width:60%;}
#wrap .wppb-radios,#wrap #wppb-login-wrap .login-username input, #wrap #wppb-login-wrap .login-password input { width:60%
height: 10px;}
#wrap .wppb-user-forms ul li,#wrap #wppb-login-wrap p,#wrap #select_user_to_edit_form p { display: inline-table; width: 32%;}
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input {
    width: 60%;
    height: 10px;
    float: left;
}
#wrap #wppb-login-wrap .login-username label, #wrap #wppb-login-wrap .login-password label {
       font-size: 10px;

}

/* Modif affichage bloc edit profil espace privé*/
#wrap .wppb-user-forms ul li {
    display: table;
    width: 32%;
}
/* Modif affichage champs inscription espace privé*/
#wrap #wppb-login-wrap .login-username label, #wrap #wppb-login-wrap .login-password label {
    font-size: 14px;


/* reduction taille bouton vert inscription header*/
#input[type="submit"]
{
    font-size: 12px;
}

/* Modifs couleurs bouttons CTA*/
.vc_btn3.vc_btn3-color-dange {
    color: #FFF;
    background-color: #a01915;
}

.button.red{
    background: #a11a17;
}
/* Modifs espace lettres h1*/
#wrap .blog-single-post h1 {
    letter-spacing: 1px;
}

/* Suppression pagination module blog homepage*/
.wp-pagenavi {
    display: none!important;
}

/* Modif taille texte blog post*/
.blog-post p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}
.blog-single-post p {
    font-size: 15px;
}
/* Modif taille titre mot de la presidente dans le quote*/
.qot-week h6.qot-title {
    font-size: 16px;
 
}
/* Modif taille titre blog*/

.blog-post h3, .blog-single-post h1 {
    font-size: 24px;
}

/* Modif taille titre blog*/
.contact-inf i {
    color: #fff;
}
/* Suppression majuscule bouton abonnement newsletter*/
.widget_wysija_cont .wysija-submit {
    text-transform: initial;
}
/* Modif couleur bords accordeons*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #fff;
    background: #ffff;
    font-weight: normal;
    color: #fff;
}
/* Modif taille "Max Title"*/
.max-title2 *, .max-title4 * {
    font-weight: 500;
    font-size: 17px;
    color: #373e44;
}
 
/* Suppression navigation blog homepage*/
.wp-pagenavi {
    display:none!important;
}
    

    
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #a01b16!important;
    background-color: #a01b16!important;
}