/* CSS Document */


/*FORM PASS FORGOT*/
.user-logged-in.path-bhcar .block-page-title-block {
    background-color: #333;
}

.bhcar-onetime-login-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 300px;
    margin: 0 auto;
}

.bhcar-onetime-login-password-form em {
    margin-top: 5px;
    display: inline-block;
}

.bhcar-onetime-login-password-form .form-actions {
    margin-top: 0;
}

.bhcar-onetime-login-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    background: #fcfcfa;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.bhcar-onetime-login-password-form label {
    font: normal 81.3%/1.538em "Open Sans", sans-serif;
    color: #333;
    text-align: center;
    display: block;
    margin: 0 0 0.2em;
    font-weight: 700;
    font-size: 13px;
}

.bhcar-onetime-login-password-form .form-submit {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #a6a6a6;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    background-image: none;
    background-color: #F9F9F9;
    text-shadow: none;
    transition: all, 0.2s;
}

.user-logged-in.path-bhcar .page-title {
    font-size: 28px;
    color: #fff;
    padding: 20px;
    font-family: "Open Sans";
    font-weight: 300;
}

/*---masquage admin menu---*/
#toolbar-administration {
    display: none;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}
body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}
/*---fin masquage admin menu---*/

/*///////////////////////////////////////*/
/* ///// Mise en page paragraphes ///// */
/*/////////////////////////////////////*/
.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}
/*photo à gauche*/
.pos-photo-4 .para-photos {
    float: left;
    max-width: 40%;
    margin: 20px 2% 20px 0;
}
/*photo en haut et en bas*/
.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos{
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after{
    content: '';
    clear: both;
}
.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}
.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo{
    float: left;
    width: 22%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.paragraphes ul li {
    padding-left: 15px;
}
.paragraphes ul li:before {
    content: '• ';
    color: #333;
}
/* Fin paragraphes */

body {
    font-family: 'FONT GLOBALE', sans-serif;
    font-size: 14px;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}

/*--- HEADER ---*/
header .block-superfish {
    width: 100%;
}
header .block-superfish ul.sf-menu li {
    display: inline-block;
    float: none;
}

header .block-superfish ul li a {
    padding: 15px;
    text-align: center;
    text-decoration: none;
}


/*--- HOMEPAGE ---*/


/*--- CONTENT ---*/

main {
    clear: both;
}


/*--- FOOTER ---*/

footer {
    clear: both;
    color: #fff;
    background-color: #242727;
}
footer .gl-copy {
    padding: 15px 0 25px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    border-top: 1px solid #565656;
}
footer .gl-copy img {
    margin-bottom: -5px;
}
footer .gl-copy a {
    color: #fff;
}