.page-header h1 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.page-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin: 12px 0;
    padding: 12px 0;
}

.container-header {
    background: none;
    margin: 0px;
    padding: 0px;
}

/*Menu*/
.container-header .mod-menu {
    color: #111010;
    font-weight: bolder;
    margin-top: 10px;
}

.container-header .mod-menu a :hover{
    background-color: blue;
}

.brand-logo img {
    max-width: 75%;
}

body {
    background-image: url(../images/pat/fond.png);
    background-repeat: no-repeat;
    background-size: cover;
}


div.page-header:nth-child(3)>h2:nth-child(1) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.card-body nav{

}
.bandeau_up{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1%;
    background-color: rgba(126, 130, 124, 0.5);

    border-left: 0.5px solid rgba(0, 0, 0, 0.15);
    border-right: 0.5px solid rgba(0, 0, 0, 0.15);
    border-top: 0.5px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0);

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0px;

    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.bandeau_center{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(126, 130, 124, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px;

    border-top: 0.5px solid rgba(0, 0, 0, 0);
    border-left: 0.5px solid rgba(0, 0, 0, 0.15);
    border-right: 0.5px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.container-header .mod-menu  li  a{
	
	text-decoration: none;
	position: relative;
}

.container-header .mod-menu  li  a :active{
    background-color: blue;
}

input[name="rp_anti_spam_answer"] {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}