@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src:
        url('font/Gotham-Book.ttf')
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src:
        url('font/Gotham-Light.ttf')
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src:
        url('font/Gotham-Medium.ttf')
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    src:
        url('font/Gotham-Bold.ttf')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: none;
}

body {
    font-family: 'Gotham', sans-serif;
    background: #fff;
    color: #999999;
    font-size: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.site-content {
    /*
position: relative;
    z-index:2;*/
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.clearfix {
    clear: both;
}

.flex-1 {
    flex: 1;
    flex-basis: auto;
}

.color-blue {
    color: #00ccff;
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background: #f8f8f8;
}

h1 {
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 30px 0;
}

h2 {
    font-weight: bold;
    color: #565654;
    font-size: 30px;
    margin: 0 0 30px 0;
}

h3,
.h3 {
    font-weight: bold;
    font-size: 24px;
}

h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.card {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    border: 0;
    width: 330px;
    padding: 30px 20px 0;
    text-align: center;
    margin: 20px;
}

.button {
    padding: 15px 25px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
}

.button.button-white {
    background-color: #fff;
    color: #ff0000;
    border: 1px solid #e6e6e6;
}

.button[href="#no-access"],
a[href="#no-access"] {
    display: none;
}

.button:hover {
    color: #00ccff;
    text-decoration: none;
}

.img-annonce {
    height: 215px;
    display: block;
    background-size: cover;
}

.card .button {
    margin: 20px 0 -20px;
}

.page-header {
    margin-top: 40px;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
}


.page-header .logo {
    margin-bottom: -49px;
}

.navbar-toggler {
    padding: 0;
    *margin: auto;
}

.navbar-toggler-icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/menu.svg);
}

.navbar-toggler-icon.closemenu {
    background-image: url(../img/close.svg);
    width: 20px;
    height: 20px;
}

#bootstrap-basic4-topnavbar .close {
    float: none;
    font-size: 4rem;
    opacity: 1;
    font-family: initial;
}

.main-navigation>div {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 10px 10px 0;
    background-color: #fff;
}

.dropdown-item {
    padding: 0 0 10px 0;
    color: #1d1d1b;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1d1d1b;
    text-decoration: none;
    background-color: transparent;
}

.nav-link {
    font-weight: bold;
    color: #1d1d1b;
    font-size: 19px;
    position: relative;
}


body .nav-link.nolink {
    cursor: initial;
    color: #1d1d1b;
}

.menu-item-has-children:hover,
.menu-item-has-children:hover .nav-link,
.dropdown-item:hover,
.nav-link:hover {
    color: #00ccff;
    background-color: transparent;
}

.header_user {
    font-size: 15px;
    color: #00ccff;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    flex: 1;
    flex-basis: auto;
}

.header_user strong {
    color: #040000;
}

.bg_user {
    background: url(../img/bg_user.png) no-repeat 0 0;
    background-size: cover;
    width: 54px;
    height: 64px;
    color: #00ccff;
    text-align: center;
    line-height: 54px;
    font-size: 28px;
    margin-right: 15px;
}

#site_footer {
    margin-top: -40px;
    z-index: 1;
    position: relative;
}


#site_footer .logo {
    margin-right: 20px;
}

#footer_menu,
#footer_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_menu {
    margin-top: 70px;
}

#footer_menu>ul {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
}

#footer_menu .menu-item a {
    font-size: 16px;
    color: #2b2b5b;
    font-weight: 300;
}

#footer_menu .menu-item a:hover {
    color: #00ccff;
    text-decoration: none;
}

#footer_menu .menu-item.nolink>a,
#footer_menu .menu-item.nolink>a:hover {
    cursor: initial;
    color: #2b2b5b;
}

#footer_menu .menu-item-has-children>a {
    font-weight: bold;
}

#footer_link {
    background-color: #000;
    margin: 30px 0;
    padding: 10px 0;
    list-style-type: none;
}

#footer_link li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

#footer_link a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-align: center;
    padding: 0 10px;
}

#footer_link a:hover {
    color: #00ccff;
    text-decoration: none;
}

.page-container {
    padding-bottom: 120px;
    padding-top: 100px;
}

.with-fleche-left,
.with-fleche-right {
    position: relative;
}

.with-fleche-left:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-top: 80px solid #fff;
    border-right: 128px solid transparent;
    position: absolute;
    bottom: -80px;
    left: 70px;
}

.with-fleche-right:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-top: 80px solid #f8f8f8;
    border-right: 128px solid transparent;
    position: absolute;
    bottom: -80px;
    right: 70px;
}

.with-fleche-left.with-fleche-left-grey:after {
    border-top: 80px solid #f8f8f8;
}

.bloc_numero {
    margin-bottom: 10px;
}

.bloc_numero span {
    font-size: 18px;
    border-radius: 50%;
    margin: auto;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
}

.bloc_numero:after {
    content: " ";
    display: block;
    background-color: #cdcdcd;
    width: 2px;
    height: 40px;
    position: relative;
    margin: auto;
}


/** Home */

.page-template-template-home h1 {
    margin: 0;
    color: #00ccff;
}

.page-template-template-home h2 {
    font-size: 45px;
    font-weight: 300;
    color: #000000;
}

.page-template-template-home h3 {
    font-weight: 400;
    color: #333333;
}

.header_home_content {
    background-color: #fff;
    float: left;
    padding: 20px;
    width: 500px;
    margin-top: 120px;
    font-size: 18px;
    max-width: 100%;
}

.blocs_home {
    text-align: center;
}

.blocs_home>.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bloccat-services>.container {
    padding-bottom: 100px;
}

.blocs_home .picto {
    display: block;
    margin: 0 auto 15px;
    font-size: 45px;
    *max-width: 130px;
}

.blocs_home h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.blocs_vn h4 {
    color: #333399;
}
.blocs_vo h4 {
    color: #336699;
}
.blocs_financement h4 {
    color: #339933;
}
.blocs_garanties h4 {
    color: #cc6633;
}
.blocs_services h4 {
    color: #cc9933;
}*/


/** Annonces */



.liste-annonces {
    padding: 30px 0 0;
    margin-right: -5px;
    margin-left: -5px;
}

.liste-annonces>div {
    padding-right: 5px;
    padding-left: 5px;
}

.card-annonce {
    border: 1px solid #e6e6e6;
    background: #fff;
    *margin-bottom: 40px;
    padding: 20px 20px 0 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.card-annonce:first-child {}

.card-annonce img {
    width: 100%;
}

.card-annonce .date,
.card-annonce .soustitr {
    color: #999999;
    margin: 0;
}

.card-annonce .date {
    font-size: 16px;
}

.card-annonce .titre {
    color: #333333;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.card-annonce .soustitre {
    font-size: 20px;
}

.card-annonce .button {
    width: 250px;
}

.card-annonce .button-white {
    margin-bottom: -15px;
}

.card-annonce .button-white:hover {
    color: #fff !important;
}

.button-annonce {
    border: 1px solid #e6e6e6;
}

.button-annonce:hover {
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
}

/** Contenu */


.page-template-template-contenu #site_footer,
.single-service #site_footer {
    background-color: #f8f8f8;
}


.page-template-template-contenu #site_footer:after,
.single-service #site_footer:after {
    content: " ";
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.header_contenu {
    position: relative;
    padding-top: 100px;
}

.header_contenu>.container>.row {
    position: relative;
    z-index: 1;
}

.header_contenu:after {
    content: " ";
    display: block;
    height: 100%;
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    z-index: 0;
}


.header_contenu_content {
    font-size: 23px;
    color: #999999;
    padding-right: 0;
    color: #000000;
}

.entry-content,
.entry-content a {
    color: #000000;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.contenu_content {
    padding-top: 50px;
}

.contenu_row {
    padding-bottom: 100px;
}

.bloc_contenu_header .picto,
.bloc_sidebar .picto {
    margin: 0 auto 20px;
    display: block;
}

.bloc_contenu_header .picto {
    width: 105px;
    height: 105px;
    position: relative;
    margin-bottom: 40px;
    color: #fff;
    font-size: 43px;
}

.bloc_contenu_header .picto:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-top: 20px solid #fff;
    border-right: 32px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -16px;
}

.bloc_contact .picto {
    font-size: 53px;
}

.bloc_telechargements .picto {
    font-size: 49px;
}

.bloc_contenu_header h2 {
    margin-bottom: 10px;
}

.bloc_contenu {}


.bloc_sidebar {
    padding: 50px 20px 20px;
}

.bloc_contact {
    background-color: #f8f8f8;
}

.bloc_sidebar h3 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 1rem;
}

.bloc_contact a {
    color: #999999;
}

.bloc_telechargements ul {
    margin: 0;
    padding: 0;
}

.bloc_telechargements li {
    list-style-type: none;
    padding-bottom: 10px;
    text-align: center;
}

.bloc_telechargements a {
    text-decoration: underline;
}





/** Home */

.page-template-template-mdplost h1,
.page-template-template-mdp h1,
.page-template-template-2fa h1,
.page-template-template-login h1 {
    color: #336699;
    text-align: center;
}

.page-template-template-mdplost .success,
.page-template-template-mdp .success,
.page-template-template-2fa .success,
.page-template-template-login .success {
    text-align: center;
    color: green;
    margin-bottom: 40px;
}

.page-template-template-mdplost .error,
.page-template-template-mdp .error,
.page-template-template-2fa .error,
.page-template-template-login .error {
    text-align: center;
    color: red;
    margin-bottom: 40px;
}

.page-template-template-mdplost .resend,
.page-template-template-mdp .resend,
.page-template-template-2fa .resend,
.page-template-template-login .resend {
    text-align: center;
}

.button.button-login {
    background-color: #336699;
    border: 1px solid #e6e6e6;

}

.button-login:hover {
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
}

.login-form p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;

}

.login-form label {
    width: 250px;
    margin: 0;
}