/*--------------------------------------------------------------
>>> SOMMAIRE
----------------------------------------------------------------
1.0 Background
2.0 Typography
    2.1 Titles
    2.2 Links
    2.3 Texts
    2.4 Colors
    2.5 Buttons
    2.6 Others
3.0 Header
    3.1 Wrap-header
4.0 Main
5.0 Footer
    5.1 Wrap-footer-top
    5.2 Wrap-footer-bottom
6.0 Responsive
    6.1 max-width:767px
    6.2 min-width:768px
    6.3 min-width:992px
    6.4 min-width:1200px
    6.5 min-width:1400px
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
1.0 Background
--------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #606060;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/* 2.1 Titles */
h1 {
    font-family: 'Raleway';
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-weight: 850;
    font-size: 35px;
}

.h1 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
    font-weight: 850;
    font-size: 35px;
}

h2 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
    font-weight: 850;
    font-size: 35px;
}

.h2 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
    font-weight: 850;
    font-size: 35px;

}

h3 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
}

h5 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
}

h6 {
    font-family: 'Raleway';
    color: #0E1E3E;
    padding: 0;
    margin: 0;
}

/* 2.2 Links */
a {
    text-decoration: none;
    transition: background 500ms, color 500ms ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    transition: background 500ms, color 500ms ease;
}

/* 2.3 Texts */
p {
    font-family: 'Raleway', sans-serif;
    font-weight: 450;
    /*font-size: 16px;*/
    font-size: 15px;
    line-height: 23px;
    color: #606060;
}


strong {
    font-weight: 800;
}

/* 2.4 Colors */

/* 2.5 Buttons */
.btn {
    transition: background 500ms, color 500ms ease;
}

.btn-defaut {
    background: none;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-defaut:hover,
.btn-defaut:active,
.btn-defaut:focus {
    background: #0E1E3E;
    color: #FFFFFF;
}

/* 2.7 Others */

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

/* 3.1 Wrap-header */

#header-project {
    display: none;
    width: 100%;
    height: auto;
    background: white;
    top: 0;
    z-index: 9999;
}

.home #menu-principal #immodvisor-average-header a:hover{
    color: black !important;
    background: none !important;
}




/*#menu-sub-principal li {*/
/*    margin-top: 5px;*/
/*    margin-bottom: 5px;*/
/*}*/


#menu-sub-principal li a:hover, #menu-sub-principal-rh li a:hover, #menu-principal li a:hover, .home #menu-sub-principal li a:hover, .home #menu-principal li a:hover, .page-template-page-interieure-modele-variante #menu-principal li a:hover, .page-template-page-interieure-modele-variante #menu-sub-principal li a:hover, .post-template-default #menu-sub-principal li a:hover, .post-template-default #menu-principal li a:hover {
    color: white;
    background: #213559;
}

#menu-sub-principal li a, #menu-principal li a, .page-template-page-interieure-RH #menu-sub-principal-rh li a {
    color: white;
}

#menu-sub-principal li a,  #menu-principal li a, .page-template-page-interieure-modele-variante #menu-sub-principal li a, .post-template-default #menu-sub-principal li a, .page-template-page-interieure-modele-variante #menu-principal li a, .post-template-default #menu-principal li a, .wrap-search a {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.page-template-page-interieure-modele-variante #menu-sub-principal #menu-item-12659 a, .page-template-page-interieure-modele-variante #menu-principal #menu-item-12659 a, .post-template-default #menu-principal #menu-item-12659 a, .post-template-default #menu-sub-principal #menu-item-12659 a, .page-template-page-interieure-RH #menu-sub-principal-rh #menu-item-12659 a{
    color: white;
}

.page-template-page-interieure-RH .header-scroll-large-screen #menu-sub-principal-rh li a {
    color: black;
}

.page-template-page-interieure-RH .header-scroll-large-screen #menu-sub-principal-rh li a:hover {
    color: white;
    background: #213559;
}

.page-template-page-interieure-RH .header-scroll-large-screen #menu-principal li a {
    color: black;
}

.page-template-page-interieure-RH .header-scroll-large-screen #menu-principal #menu-item-12659 a {
    color: white;
}

.page-template-page-interieure-RH .header-scroll-large-screen #menu-principal li a:hover {
    color: white;
}

.post-template-default #d_menu {
    border-top: 1px solid rgba(50, 50, 55, 0.5);
}

.d_menu_on #menu-sub-principal li a, .d_menu_on #menu-sub-principal-rh li a {
    color: black;
}

.d_menu_on #menu-sub-principal li a:hover, .d_menu_on #menu-sub-principal-rh li a:hover {
    color: white;
}

.menu-item-12659 {
    margin-right: 5px;
    background: #213559;
}

.header-scroll-large-screen-interieure #menu-principal #menu-item-12659 a, .header-scroll-large-screen-interieure #d_menu #menu-item-12659 a, .hfeed #header.header-scroll-large-screen #menu-item-12659 a {
    color: white;
}

.home #menu-principal .menu-item-12659 a {
    color: white;
}

.asterisque-title:before {
    position: absolute;
    margin-left: -35px;
    margin-top: 15px;
    content: "*";
    font-size: 80px;
    font-weight: 500;
    color: #191919;
}

.anim_menu {
    display: none;
}

.anim_menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;
    border-radius: 1px;
}

.anim_menu button {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.anim_menu button:focus {
    outline: 0;
}

@media only screen and (max-width: 359px) {

    .head_sup {
        padding: 1rem
    }

    .menu_top {
        right: 1rem
    }

}

.head_sup {
    display: table;
    width: 100%;
    height: 7rem;
    /*max-width: 132rem;*/
    /*max-width: 160rem;*/
    padding-left: 16rem;
    padding-right: 18rem;
    margin: 0px auto 0;
}

.logo, .menu_top {
    display: table-cell;
    vertical-align: middle
}

.menu_top {
    text-align: right
}

.menu_top > * {
    display: inline-table;
    vertical-align: middle
}

.submenu_top > * {
    margin: 0 2.5rem 0 0;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle
}

.menu_top {
    text-align: right;
    color: white;
}

.logo, .menu_top {
    display: table-cell;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-scroll-large-screen {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
}

.header-scroll-large-screen-interieure {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;

}

.header-scroll-large-screen-interieure #menu-principal li a, .header-scroll-large-screen-interieure #d_menu li a,  #header.header-scroll-large-screen li a {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
}
#header.header-scroll-large-screen li, .wrap-search a {
    color: black;
}
#header.header-scroll-large-screen .wrap-search a {
    color: black;
}
.wrap-search a {
    color: white;
}

#d_menu {
    padding: 0px 16rem;
}

@media only screen and (max-width: 1300px) {
    #d_menu {
        padding: 0px 4rem;
    }

    .head_sup {
        padding: 0px 4rem;
    }
}
@media only screen and (max-width: 1023px) {

    .smenu {
        display: none
    }

    .logo{
        display: none;
    }
   #smenu_btn {
        vertical-align: middle;
        width: 9rem;

        position: absolute;
        left: 0;
        top: 0;
        display: table
    }

    .menu_under {
        opacity: 0
    }

    #d_menu {
        display: none;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        background: white;
        top: 0;
        z-index: 9999;
    }

    .anim_menu {
        display: block;
    }

    .submenu_top {
        display: none

    }

    .head_sup {
        padding: 1rem 2rem;
        position: relative

    }



    .menu_top {
        display: none;
        position: absolute;
        right: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

}


@media only screen and (max-width: 768px) {
    #menu-sub-principal li {

        border-bottom: 1px solid #ECECEC;;
    }
}

@media only screen and (min-width: 1024px) {
    .logo img {
        width: 223px
    }

    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 200;
    }

    .m_menu {
        display: table;
        /*max-width: 128rem;*/
        height: 5rem;
        float: right;
        margin: 0 auto;
        position: relative
    }


    #d_menu {
        width: 100%;
        height: 5rem;
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    #d_menu, .page-template-page-interieure-modele-variante #d_menu, .post-template-default #d_menu {
        border-top: 1px solid rgba(50, 50, 55, 0.5);
    }

}

@media only screen and (min-width: 1024px) {
    .header-scroll-large-screen #d_menu, .header-scroll-large-screen-interieure #d_menu {
        box-shadow: 0px 3px 3px #666;
        border-top: 1px solid rgba(50, 50, 55, 0.5);
    }

    #menu-sub-principal li a:hover, .header-scroll-large-screen-interieure #menu-principal li a:hover {
        color: white;
        background: #213559;
    }

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .header-scroll-large-screen #d_menu, .header-scroll-large-screen-interieure #d_menu {
        border-top: none;
    }

    #d_menu, .page-template-page-interieure-modele-variante #d_menu, .post-template-default #d_menu {
        border-top: none;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .header-scroll-large-screen #d_menu, .header-scroll-large-screen-interieure #d_menu {
        border-top: none;
    }

    #d_menu, .page-template-page-interieure-modele-variante #d_menu, .post-template-default #d_menu {
        border-top: none;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 640px) {
    .head_sup {
        box-shadow: 0px 1px 1px #666;
    }
}

#select-project-header, .header-scroll-large-screen {
    border: 1px solid #19191921;;

}

#header-on-scroll {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    background: white;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #1919192e;
}

#header-on-scroll .container-select-project {
    margin: auto;
    display: block;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

#select-project-header {
    font-size: 18px;
}

@media (max-width: 518px) {
    #header-on-scroll .container-select-project {
        box-shadow: unset;
        display: table-cell;
    }

    #select-project-header, #header-on-scroll .button-select-project {

        height: 45px;
        width: 50%;
        font-size: 12px;
    }

    #header-on-scroll .button-select-project {
        margin-top: 0px;
        height: 45px;
        width: 100px;
        font-size: 12px;
    }

    #select-project-header:focus {
        font-size: 12px !important;
    }
}

@media (max-width: 340px) {
    #select-project-header, #header-on-scroll .button-select-project {
        width: 100px;
    }

    #select-project-header {
        background: none !important;
    }
}

/*--------------------------------------------------------------
4.0 Main
--------------------------------------------------------------*/

/* Page */
main #wrap-title {
    padding: 210px 0 105px 0;
    position: relative;
}

main #wrap-title .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

main #wrap-title .entry-title {
    text-align: center;
}

main #wrap-title .entry-title h1 span::before {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #FFFFFF;
    content: "";
    left: 48%;
    right: 48%;
    transition: left 1000ms, right 1000ms ease;
    border-radius: 2px;
}

main #wrap-title .entry-title h1 span {
    padding-bottom: 20px;
    display: inline-block;
}

main #wrap-title .entry-title h1:hover span::before {
    left: 44%;
    right: 44%;
    transition: left 1000ms, right 1000ms ease;
}

main #wrap-title .entry-edit {
    padding: 0 0 20px 0;
    text-align: center;
}

main #wrap-title .entry-edit .post-edit-link {
    background: #0E1E3E;
    color: #FFFFFF;
    padding: 4px 10px 6px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

main #wrap-title .entry-edit .post-edit-link:hover,
main #wrap-title .entry-edit .post-edit-link:active,
main #wrap-title .entry-edit .post-edit-link:focus {
    background: #FC6E60;
}

main #wrap-main .entry-content .ow-button-base a {
    font-weight: 700;
    font-size: 14px;
}

main #wrap-main .entry-content form p {
    margin: 0;
}

main #wrap-main .entry-content form input.btn {
    border-radius: 0.5em;
    font-weight: 700;
    padding: 10px 25px;
}

main #wrap-main span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

main #wrap-main .wpcf7-acceptance label {
    font-weight: 400;
}

.sow-sub-headline {
    color: #191919 !important;
}

/* Actualités */
.blog main #wrap-main {
    padding: 60px 0;
}

.blog main #wrap-main #primary .entry-content article {
    margin-bottom: 30px;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0 30px;
}

.blog main #wrap-main #primary .entry-content article .entry-title {
    text-align: center;
    padding: 10px 0;
}

.blog main #wrap-main #primary .entry-content article .entry-title h2 a {
    font-family: 'Raleway', sans-serif;
    color: #555555;
}

.blog main #wrap-main #primary .entry-content article .entry-meta {
    text-align: center;
    padding-bottom: 20px;
}

.blog main #wrap-main #primary .entry-content article .entry-meta .posted-on {
    text-transform: uppercase;
}

.blog main #wrap-main #primary .entry-content article .entry-thumbnail {
    margin-bottom: 20px;
}

.blog main #wrap-main #primary .entry-content article .entry-content {
    margin-bottom: 30px;
}

.blog main #wrap-main #primary .entry-content article .entry-permalink {
    text-align: center;
}

.blog main #wrap-main #primary .entry-pagination {
    text-align: center;
}

.blog main #wrap-main #primary .entry-pagination .pagination {
    margin: 0;
}

.blog main #wrap-main #primary .entry-pagination .pagination h2 {
    display: none;
}

.blog main #wrap-main #primary .entry-pagination .page-numbers {
    border-radius: 50%;
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    margin-right: 10px;
    transition: border 500ms, color 500ms, background 500ms ease;
}

.blog main #wrap-main #primary .entry-pagination a.page-numbers:hover,
.blog main #wrap-main #primary .entry-pagination a.page-numbers:active,
.blog main #wrap-main #primary .entry-pagination a.page-numbers:focus,
.blog main #wrap-main #primary .entry-pagination .page-numbers.current {
    background: #0E1E3E;
    border-color: #0E1E3E;
    color: #FFFFFF;
}

.blog main #wrap-social {
    padding: 60px 0;
}

.blog main #wrap-social .entry-title h2 {
    padding-bottom: 20px;
}

.blog main #wrap-social .entry-title h2,
.blog main #wrap-social p {
    color: #FFFFFF;
}

.blog main #wrap-social .entry-title {
    position: relative;
}

.blog main #wrap-social .entry-title h2 {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.blog main #wrap-social .entry-title h2 span::before {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #FFFFFF;
    content: "";
    left: 0;
    right: 93%;
    transition: left 1000ms, right 1000ms ease;
    border-radius: 8px;
}

.blog main #wrap-social .entry-title h2 span {
    padding-bottom: 30px;
    display: inline-block;
}

.blog main #wrap-social .entry-summary p {
    font-weight: 700;
}

.blog main #wrap-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog main #wrap-social ul li {
    float: left;
}

.blog main #wrap-social ul li:last-child a {
    margin-right: 0;
}

.blog main #wrap-social ul li a {
    border: 2px solid #FFFFFF;
    color: #0E1E3E;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 16px;
    width: 40px;
    line-height: 36px;
    display: block;
    text-align: center;
}

.blog main #wrap-social ul li a:hover,
.blog main #wrap-social ul li a:active,
.blog main #wrap-social ul li a:focus {
    background: none;
    color: #FFFFFF;
}

/* Archive */
.archive main #wrap-main {
    padding: 60px 0;
}

.archive main #wrap-main #primary .entry-content article {
    margin-bottom: 30px;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0 30px;
}

.archive main #wrap-main #primary .entry-content article .entry-title {
    text-align: center;
    padding: 10px 0;
}

.archive main #wrap-main #primary .entry-content article .entry-title h2 a {
    font-family: 'Raleway', sans-serif;
    color: #555555;
}

.archive main #wrap-main #primary .entry-content article .entry-meta {
    text-align: center;
    padding-bottom: 20px;
}

.archive main #wrap-main #primary .entry-content article .entry-meta .posted-on {
    text-transform: uppercase;
}

.archive main #wrap-main #primary .entry-content article .entry-thumbnail {
    margin-bottom: 20px;
}

.archive main #wrap-main #primary .entry-content article .entry-content {
    margin-bottom: 30px;
}

.archive main #wrap-main #primary .entry-content article .entry-permalink {
    text-align: center;
}

.archive main #wrap-main #primary .entry-pagination {
    text-align: center;
}

.archive main #wrap-main #primary .entry-pagination .pagination {
    margin: 0;
}

.archive main #wrap-main #primary .entry-pagination .pagination h2 {
    display: none;
}

.archive main #wrap-main #primary .entry-pagination .pagination .nav-links .page-numbers {
    border-radius: 50%;
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    margin-right: 10px;
    transition: border 500ms, color 500ms, background 500ms ease;
}

.archive main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:hover,
.archive main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:active,
.archive main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:focus,
.archive main #wrap-main #primary .entry-pagination .pagination .nav-links .page-numbers.current {
    background: #0E1E3E;
    border-color: #0E1E3E;
    color: #FFFFFF;
}

/* Single post */
.single.single-post main #wrap-main {
    padding-top: 114px;
}

.single main #wrap-main #primary {
    padding-top: 50px;
    border-top: 1px solid #ececec;
}

.single main #wrap-main #primary article .entry-title {
    text-align: center;
    padding-bottom: 10px;
}

.single main #wrap-main #primary article .entry-title h1 {
    font-family: 'Raleway', sans-serif;
    color: #555555;
}

.single main #wrap-main #primary article .entry-meta {
    text-align: center;
    padding-bottom: 20px;
}

.single main #wrap-main #primary article .entry-meta .posted-on {
    text-transform: uppercase;
    font-size: 14px;
}

.single main #wrap-main #primary article .entry-thumbnail {
    margin-bottom: 30px;
}

.single main #wrap-main #primary article .entry-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 30px;
}

.single main #wrap-main #primary article .entry-pagination .nav-left {
    display: block;
    padding: 20px 0;
    width: 50%;
    border-right: 1px solid #ECECEC;
}

.single main #wrap-main #primary article .entry-pagination .nav-right {
    display: block;
    padding: 20px 0;
    width: 50%;
    text-align: right;
}

.single main #wrap-main #primary article .entry-pagination a {
    color: #555555;
}

.single main #wrap-main #primary article .entry-pagination a i {
    padding: 0 10px;
    font-size: 30px;
    vertical-align: middle;
}

.single main #wrap-main #secondary {
    padding-top: 50px;
    border-top: 1px solid #ececec;
}

/* Search Form */
.search-form .search-field {
    border-radius: 0;
}

.search-form .search-field {
    border-radius: 0;
    box-shadow: none;
    float: left;
}

.search-form button {
    background: #FC6E60;
    border-radius: 0;
    color: #FFFFFF;
    padding: 6px 9px;
}

.search-form button:hover,
.search-form button:active,
.search-form button:focus {
    background: #0E1E3E;
    color: #FFFFFF;
}

/* 404 */
.error404 main #wrap-main {
    padding-top: 174px;
    margin-top: 4em;
    margin-bottom: 4em;
}

.error404 main #wrap-main h1 {
    color: #D6D6D6;
    font-size: 100px;
    text-align: center;
    padding-top: 30px;
}

.error404 main #wrap-main .search-form .search-field {
    width: 512px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.error404 main #wrap-main .search-form button {
    height: 40px;
    width: 40px;
}

/* Search */
.search main #wrap-title {
    padding: 110px 0 10px 0;
}

.search main #wrap-title .entry-title {
    border-top: 1px solid #F2F2F2;
    padding-top: 30px;
}

.search main #wrap-title .entry-title h1 {
    color: #555555;
}

.search main #wrap-main {
    padding: 0 0 60px 0;
}

.search main #wrap-main #primary {
    border-top: 1px solid #F2F2F2;
    padding: 40px 15px 0 15px;
}

.search main #wrap-main #primary .entry-content .search-form .search-field {
    width: 512px;
}

.search main #wrap-main #primary .entry-content article {
    margin-bottom: 30px;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0 30px;
}

.search main #wrap-main #primary .entry-content article .entry-title {
    padding-bottom: 10px;
}

.search main #wrap-main #primary .entry-content article .entry-title h2 {
    font-family: 'Raleway', sans-serif;
}

.search main #wrap-main #primary .entry-content article .entry-meta .posted-on {
    text-transform: uppercase;
    font-weight: 700;
}

.search main #wrap-main #primary .entry-content article .entry-permalink {
    padding-top: 20px;
}

.search main #wrap-main #primary .entry-pagination {
    text-align: center;
}

.search main #wrap-main #primary .entry-pagination .pagination {
    margin: 0;
}

.search main #wrap-main #primary .entry-pagination .pagination h2 {
    display: none;
}

.search main #wrap-main #primary .entry-pagination .pagination .nav-links .page-numbers {
    border-radius: 50%;
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    margin-right: 10px;
    transition: border 500ms, color 500ms, background 500ms ease;
}

.search main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:hover,
.search main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:active,
.search main #wrap-main #primary .entry-pagination .pagination .nav-links a.page-numbers:focus,
.search main #wrap-main #primary .entry-pagination .pagination .nav-links .page-numbers.current {
    background: #0E1E3E;
    border-color: #0E1E3E;
    color: #FFFFFF;
}

.search main #wrap-main #secondary {
    border-top: 1px solid #F2F2F2;
    padding: 40px 15px 0 15px;
}

/* Sidebar */
main #wrap-main #secondary .widget {
    padding: 0 0 30px 0;
}

main #wrap-main #secondary .widget:last-child {
    padding: 0;
}

main #wrap-main #secondary .widget h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #0E1E3E;
    margin-bottom: 10px;
}

main #wrap-main #secondary .widget h3 span::before {
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid #E5E5E5;
    content: "";
    left: 0;
    right: 70%;
    border-radius: 4px;
}

main #wrap-main #secondary .widget h3 span {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
}

main #wrap-main #secondary .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

main #wrap-main #secondary .widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;
}

main #wrap-main #secondary .widget ul li a {
    display: block;
    color: #0E1E3E;
}

main #wrap-main #secondary .widget ul li .post-date {
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

/* 5.1 Wrap-footer-top */
footer #wrap-footer-top {
    background: #151515;
    padding: 60px 0;
}

#wrap-footer-menu ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#wrap-footer-menu ul li a:hover {
    color: #58585A;
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer #wrap-footer-top .entry-title {
    padding-bottom: 20px;
}

footer #wrap-footer-top .widget-footer .widget {
    margin-bottom: 30px;
}

footer #wrap-footer-top h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: left;
}

footer #wrap-footer-top h3 span {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
}

footer #wrap-footer-top h3 span::before {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 50px;
    background-color: #FFFFFF;
    content: "";
    left: 0;
    border-radius: 2px;
}

footer #wrap-footer-top p {
    font-weight: 450;
    font-size: 15px;
    line-height: 23px;
}

footer #wrap-footer-top .entry-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #wrap-footer-top .entry-summary ul li {
    padding-bottom: 3px;
}

footer #wrap-footer-top .entry-summary ul li a {
    color: #FFFFFF;
    font-weight: 450;
    font-size: 15px;
    line-height: 23px;
}

footer #wrap-footer-top .entry-summary p,
footer #wrap-footer-top .entry-summary a {
    color: #FFFFFF;
    font-weight: 450;
    font-size: 15px;
    line-height: 23px;
}

footer #wrap-footer-top .entry-summary article {
    min-height: 60px;
    margin-bottom: 30px;
}

footer #wrap-footer-top .entry-summary article:last-child {
    margin-bottom: 0;
}

footer #wrap-footer-top .entry-summary article .entry-meta {
    display: block;
    float: left;
    border: 2px solid #FFFFFF;
    padding: 3px;
    width: 53px;
    text-align: center;
    line-height: 21px;
}

footer #wrap-footer-top .entry-summary article .entry-meta:hover,
footer #wrap-footer-top .entry-summary article .entry-meta:active,
footer #wrap-footer-top .entry-summary article .entry-meta:focus {
    border-color: #FC6E60;
}

footer #wrap-footer-top .entry-summary article .entry-meta:hover span,
footer #wrap-footer-top .entry-summary article .entry-meta:active span,
footer #wrap-footer-top .entry-summary article .entry-meta:focus span {
    color: #FC6E60;
    transition: color 500ms ease;
}

footer #wrap-footer-top .entry-summary article .entry-meta .day-post {
    color: #FFFFFF;
    font-size: 20px;
    transition: color 500ms ease;
}

footer #wrap-footer-top .entry-summary article .entry-meta .month-post {
    color: #FFFFFF;
    transition: color 500ms ease;
}

footer #wrap-footer-top .entry-summary article h5 {
    padding-left: 70px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

footer #wrap-footer-top .entry-summary article h5 a {
    color: #FFFFFF;
    font-weight: 450;
    font-size: 15px;
    line-height: 23px;
}

footer #wrap-footer-top .entry-summary article h5 a:hover,
footer #wrap-footer-top .entry-summary article h5 a:active,
footer #wrap-footer-top .entry-summary article h5 a:focus {
    color: #FC6E60;
}

footer #wrap-footer-top .entry-summary a.social {
    font-size: 34px;
    margin-right: 10px;
    color: #FFFFFF;
}

footer #wrap-footer-top .widget-footer .entry-summary .social:hover,
footer #wrap-footer-top .widget-footer .entry-summary .social:active,
footer #wrap-footer-top .widget-footer .entry-summary .social:focus {
    color: #FC6E60;
}

/* 5.2 Wrap-footer-bottom */
footer #wrap-footer-bottom {
    background: #ffffff;
}

footer #wrap-footer-bottom #menu-afr-footer {
    padding: 0;
}

footer #wrap-footer-bottom #menu-afr-footer ul li a {
    padding: 15px;
    font-size: 85%;
    color: #58585A;
    text-transform: uppercase;
    font-weight: 600;
}

footer #wrap-footer-bottom #menu-afr-footer ul li a:hover,
footer #wrap-footer-bottom #menu-afr-footer ul li a:active,
footer #wrap-footer-bottom #menu-afr-footer ul li a:focus {
    background: #eee;
    color: #58585A;
}

footer #wrap-footer-bottom small {
    color: #58585A;
    font-weight: 700;
}

footer #wrap-footer-bottom small a {
    color: #58585A;
}

footer #wrap-footer-bottom small a:hover,
footer #wrap-footer-bottom small a:active,
footer #wrap-footer-bottom small a:focus {
    color: #FFFFFF;
}
#wrap-footer-bottom, #menu-afr-footer {
    text-align: center;
}
#menu-pied-de-page {
    display: inline-block;
    float: inherit;
}

.logo-mobile {
    display: none;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
    .logo-mobile img {
        height: 5rem;
        width: auto;

    }
    .logo-mobile{
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
}

/*--------------------------------------------------------------
6.0 Responsive
--------------------------------------------------------------*/

/* 6.1 max-width:767px */
@media (max-width: 767px) {
    header #wrap-header {
        padding: 10px 0 0 0;
    }

    header #wrap-header #wrap-logo {
        padding: 0 0 10px 0;
    }

    header #wrap-header #wrap-logo a img {
        max-width: 200px;
        margin: auto;
    }

    header #wrap-header #wrap-navigation #menu-afr > div {
        float: none
    }

    header #wrap-header #wrap-navigation #menu-afr .btn {
        margin: 15px 0 15px 15px;
        padding: .75em 1.5em;
    }

    header #wrap-header #wrap-navigation-responsive {
        text-align: center;
    }

    header #wrap-header #wrap-navigation-responsive .navbar-toggle {
        float: none;
        margin: 0;
        padding: 23px 8px;
        border: 0;
    }

    header #wrap-header #wrap-navigation-responsive button .icon-bar {
        background: #0E1E3E;
        width: 28px;
        height: 3px;
        border-radius: 3px;
    }

    header #wrap-header #wrap-navigation-responsive button .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    header #wrap-header #wrap-navigation {
        padding: 0;
        border-top: 1px solid #ECECEC;
    }

    header #wrap-header #wrap-navigation #menu-afr {
        float: inherit;
        background: #FFFFFF;
        width: 100%;
        padding: 0;
    }

    header #wrap-header #wrap-navigation #menu-afr.collapsing::before,
    header #wrap-header #wrap-navigation #menu-afr.collapse.in::before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        z-index: -1;
        height: 100px;
        width: 100%;
        background-color: #fff;
    }

    header #wrap-header #wrap-navigation #menu-afr ul {
        margin: 0;
        padding-top: 0;
    }

    header #wrap-header #wrap-navigation #menu-afr ul li a {
        padding: 15px;
        margin: 0;
        display: block;
        border-bottom: 1px solid #ECECEC;
    }

    header #wrap-header #wrap-navigation #menu-afr ul li.open a {
        background: none;
    }

    header #wrap-header #wrap-navigation #menu-afr ul li:hover > ul {
        display: none;
    }

    header #wrap-header #wrap-navigation #menu-afr ul li.open > ul {
        display: block;
    }

    header #wrap-header #wrap-navigation #menu-afr ul li > ul {
        padding: 6px;
    }

    header #wrap-header #wrap-navigation .wrap-search,
    header #wrap-header #wrap-navigation a.btn {
        display: none;
    }

    main #wrap-title {
        padding: 120px 0 35px 0;
    }

    .single main #wrap-main #primary article .entry-pagination {
        display: block;
        border: 0;
    }

    .single main #wrap-main #primary article .entry-pagination a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .single main #wrap-main #primary article .entry-pagination a:first-child {
        border: 0;
    }

    .single main #wrap-main #primary article .entry-pagination a:last-child {
        text-align: center;
    }

    .single main #wrap-main #secondary {
        border: 0;
    }

    .error404 main #wrap-main .search-form .search-field,
    .search main #wrap-main #primary .entry-content .search-form .search-field {
        width: 290px;
    }

    .search main #wrap-main #secondary {
        border: 0;
    }

    .blog main #wrap-social {
        padding: 30px 0;
    }

    .blog main #wrap-social ul {
        margin-top: 10px;
    }

    .blog main #wrap-social .entry-title h2 {
        margin-bottom: 20px;
    }

    footer #wrap-footer-top .posts {
        padding-bottom: 50px;
    }

    footer #wrap-footer-top .last section:last-child {
        margin: 0;
    }

    footer #wrap-footer-top .widget_siteorigin-panels-builder .panel-grid-cell {
        margin-bottom: 0;
    }
}

/* 6.2 min-width:768px */
@media (min-width: 768px) {
    header #wrap-header #wrap-navigation ul,
    header #wrap-header #wrap-navigation .wrap-search {
        padding-top: 14px;
    }

    header #wrap-header #wrap-navigation ul li a {
        margin-left: 0;
        padding: 4px 12px 4px;
    }

    main #wrap-title {
        padding: 110px 0 45px 0;
    }

    .error404 main #wrap-main .search-form .search-field,
    .search main #wrap-main #primary .entry-content .search-form .search-field {
        width: 290px;
    }

    .single main #wrap-main #primary article .entry-pagination .nav-right {
        width: 50%;
        border-top: 0;
    }

    .single main #wrap-main #primary article .entry-pagination .nav-left {
        width: 50%;
        border-right: 1px solid #ECECEC;
        border-top: 0;
    }

    footer #wrap-footer-top .posts {
        padding-bottom: 50px;
    }
}

/* 6.3 min-width:992px */
@media (min-width: 992px) {
    header #wrap-header #wrap-navigation ul,
    header #wrap-header #wrap-navigation .wrap-search {
        padding-top: 23px;
    }

    header #wrap-header #wrap-navigation ul li a {
        margin-left: 10px;
        padding: 4px 14px 4px;
    }

    main #wrap-title {
        padding: 210px 0 105px 0;
    }

    .search main #wrap-title {
        padding: 80px 0 10px 0;
    }

    .error404 main #wrap-main .search-form .search-field,
    .search main #wrap-main #primary .entry-content .search-form .search-field {
        width: 512px;
    }

    footer #wrap-footer-top .posts {
        padding-bottom: 50px;
    }
}

/* 6.4 min-width:1200px */
@media (min-width: 1200px) {
    header #wrap-header #wrap-navigation ul,
    header #wrap-header #wrap-navigation .wrap-search {
        padding-top: 30px;
    }

    footer #wrap-footer-top .posts {
        padding-bottom: 0;
    }
}

/* 6.5 min-width:1400px */
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

.mentionCredit {
    background-color: #151515;
    text-align: center;
    margin: 0;
}

.mentionCredit p {
    color: #ffffff;
    margin: 1em 0;
}

.widget-footer .social {
    color: #ffffff;
    font-size: 35px;
    margin-right: 10px;
}

#secondary #custom_html-2 > div > a {
    margin: 0 26%;
    box-shadow: none;
    padding: 4px 10px;
    border-radius: 30px;
    background: #A18042;
    color: #FFFFFF;
    font-weight: 700;
}

#secondary #custom_html-2 > div > a:hover {
    background: #FC6E60;
}

.grecaptcha-badge {
    display : none
}

/*----------------------------------------------------------------
Modern Contact Form
----------------------------------------------------------------*/
.modernContactForm input {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 0;
}

.modernContactForm input::placeholder, textarea::placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.modernContactForm input:focus, .modernContactForm textarea:focus {
    font-size: 24px;
}

.modernContactForm textarea {
    border-radius: 0;
    background: transparent;
    border: 0;
    width: 100%;
    padding: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    max-height: 150px;
    resize: none;
}

.modernContactForm span.wpcf7-not-valid-tip {
    box-sizing: inherit;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    padding: 0;
    text-align: center;
    display: block;
}

.modernContactForm select {
    border-radius: 0;
    color: black;
    border: 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
    min-height: 50px;
    margin-top: 20px;
}

.modernContactForm select:focus {
    font-size: 24px !important;
}

.container-select-project #select-project:focus {
    font-size: 18px !important;
}

.modernContactForm .row-underline {
    text-align: center;
    color: #fff;
    box-sizing: inherit;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.modernContactForm .row {
    margin-bottom: 15px;
}

.modernContactForm input:focus, .modernContactForm textarea:focus {
    outline: none;
}


#gdpr input {
    text-align: center;
    color: #fff;
    box-sizing: inherit;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

#gdpr span, #gdpr a {
    text-align: center;
    color: #fff;
}

.modernContactForm .submit-modern-form {
    font-size: 30px;
    color: #ff5041;
    padding: 15px 9rem;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
}

.modernContactForm .submit-modern-form:focus {
    font-size: 30px !important;;
}

.wpcf7-response-output {
    color: #223459;
}

.anim_menu .icon-bar {
    width: 30px;
    height: 4px;
}

/*----------------------------------------------------------------
End Modern Contact Form
----------------------------------------------------------------*/

/*---------------------------------------------------------------
Select Project on ipad and mobile
 ---------------------------------------------------------------*/


.container-select-project{
    display: none;
}
.bottomMenu{
    display: none;
}
.nav-footer{
    display: none;
}
.navigation{
    display: none;
}
@media only screen and (max-width: 1023px) {


    footer #wrap-footer-bottom {
        margin-bottom: 100px;
    }


    .navigation{
        display: block;
    }

    .bottomMenu {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100vw;
        height: 8rem;
        background: white;
        z-index: 1;
        box-shadow: 0px 3px 20px #666;
        border-top: 1px solid rgba(50, 50, 55, 0.5);
    }

    .bottom_menu_div{
        margin: auto;
        padding: 20px;
    }

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 50px;
        border: 0;
        font-weight: normal;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 160px;
        height: 50px;
        font-weight: normal;
        border: 0;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        margin-left: 40px;
        letter-spacing: 1px;
    }

    .container-select-project {
        /*box-shadow: 0 12px 10px -8px black;*/
        width: 460px;
        display: table-row;
    }

    #header-project{
        display: none;
        width: 100%;
        height: auto;
        background: white;
        top: 0;
        z-index: 9999;
    }
    #header-project .container-select-project {
        margin: auto;
        display: block;
        text-align: left;
    }
    .select-project:focus, .button-select-project:focus, .container-select-project {
        outline: none;
        -moz-outline: none;
    }
    .button-select-project {
        border-radius: 3px;
        margin-left: -5px;
        background: #eb534c;
        color: white;
        width: 160px;
        height: 50px;
        font-weight: bold;
        border: 0px;
    }
    .select-project {
        color: black;
        border-radius: 3px;
        width: 300px;
        padding: 5px 5px;
        padding: 10px;
        background: url(https://afrfinancement.fr/wp-content/uploads/2021/03/br_down.png) no-repeat right #fff;
        -webkit-appearance: none;
        background-position-x: 90%;
        background-size: 10%;
    }
}
@media (max-width: 518px) {


    #header-project .container-select-project {
        box-shadow: unset;
        display: table-cell;
    }

    #header-project .button-select-project {
        margin-top: 0px;
        height: 45px;
        width: 100px;
        font-size: 14px;
        margin-left: 0px;
    }

    #header-project .select-project {
        margin-top: 5px;
        height: 45px;
        font-size: 14px;
    }

    #header-project .container-select-project {
        margin: auto;
    }
    .anim_menu .icon-bar {
        width: 30px;
        height: 4px;
    }
    #smenu_btn {
        width: 8rem;
    }
    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 163px;
        height: 43px;
        border: 0;
        font-weight: normal;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        margin-left: 10px;
        letter-spacing: 1px;

    }





}
@media (max-width: 375px){
    .select-project {
        color: black;
        border-radius: 3px;
        width: 300px;
        padding: 5px 5px;
        padding: 10px;
        background: none;
        -webkit-appearance: none;
        background-position-x: 90%;
    }
    #header-project {
        margin-right: 31px;
    }
    .head_sup{
        height: 6rem;
    }
    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 120px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 108px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        letter-spacing: 1px;
    }

}
@media (min-width: 338px){
    .head_sup{
        height: 6rem;
    }
    #header-project {
        display: none;
        width: 100%;
        height: auto;
        background: white;
        top: 0;
        z-index: 9999;
    }
}
@media only screen and (max-device-width: 480px) {
    #header-project {
        display: none;
        width: 100%;
        height: auto;
        background: white;
        top: 0;
        z-index: 9999;
    }
    .select-project {
        color: black;
        border-radius: 3px;
        width: 300px;
        padding: 5px 5px;
        padding: 10px;
        background: none;
        -webkit-appearance: none;
        background-position-x: 90%;
    }
    #header-project {
        margin-right: 50px;
    }
    .head_sup{
        height: 6rem;
    }
    .btn-contact {
        border-radius: 0.5rem;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 160px;
        height: 43px;
        font-weight: normal;
        font-size: 12px;
        font-weight: normal;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        margin-left: 10px;
    }
}
@media (min-width:500px) and (max-width:900px) {
    .head_sup {
        box-shadow: 0px 1px 1px #666;
    }
    .container-select-project {
        box-shadow: 0 12px 10px -8px black;
        width: 460px;
        display: table-row;
    }
    #header-project .container-select-project {
        box-shadow: unset;
        display: table-cell;
    }
    #header-project .container-select-project {
        margin: auto;
        display: block;
        text-align: left;
    }

    #header-project .button-select-project {
        margin-top: 0px;
        height: 45px;
        width: 100px;
        font-size: 14px;
        margin-left: 0px;
    }

    #header-project .select-project {
        margin-top: 5px;
        height: 45px;
        font-size: 15px;
    }

    #header-project .container-select-project {
        margin: auto;
    }

    .anim_menu .icon-bar {
        width: 30px;
        height: 4px;
    }

    #smenu_btn {
        width: 8rem;
    }
}
.wrap-search {
    padding-top: 16px;
    position: relative;
    display: inline-block;
    padding-top: 0px;
    padding-right: 16px;
}
.wrap-search .arrow-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    top: -10px;
}
.wrap-search .entry-search {
    position: absolute;
    z-index: 999;
    display: none;
    background: #FFFFFF;
    padding: 13px;
    width: 238px;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.20);
    top: 30px;
    left: -14px;
}
.wrap-search .entry-search .search-field {
    border-radius: 0;
    box-shadow: none;
    float: left;
}
.wrap-search .entry-search button {
    background: #213559;
    border-radius: 0;
    color: #FFFFFF;
    padding: 6px 9px;
}
.wrap-search .entry-search button:hover,
.wrap-search .entry-search button:active,
.wrap-search .entry-search button:focus {
    background: #0E1E3E;
}
.wrap-search .entry-search:hover,
.wrap-search a:hover ~ .entry-search {
    display: block;
    width: 250px;
}

.wrap-search a {
    padding: 0;
    margin: 0;
}
.btn-smuler {
    box-shadow: none;
    padding: 4px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    background: #213559;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
}
.btn-smuler:hover {
    color: white;
}
@media (min-width:300px) and (min-width:900px) {

    .bottomMenu{
        display: none;
    }

}
.search-form form-inline{
    width: 200px;
}

/*
pour tous les iphone qui sont max et plus
 */

@media only screen
and (device-width: 428px)
and (device-height: 926px)
and (-webkit-device-pixel-ratio: 3) {
    .select-project {
        color: black;
        border-radius: 3px;
        width: 300px;
        padding: 5px 5px;
        padding: 10px;
        background: none;
        -webkit-appearance: none;
        background-position-x: 90%;
    }
    #header-project {
        margin-right: 31px;
    }
    .head_sup{
        height: 6rem;
    }
    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    #header-project .button-select-project {
        margin-top: 0px;
        height: 45px;
        width: 100px;
        font-size: 12px;
        margin-left: 0px;
    }
    .logo-mobile{
        width: 100%;
        text-align: center;
    }
    .logo-mobile img {
        height: 5rem;
        width: auto;
    }

}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3)
{

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

    .head_sup{
        height: 6rem;
    }
    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

    .head_sup{
        height: 6rem;
    }
    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 144px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 125px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 15px;
        letter-spacing: 1px;
    }


}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {


    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 144px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 125px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 15px;
        letter-spacing: 1px;
    }


}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {


    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {


    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {



    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}

@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {



    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}


/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: landscape) {



    .btn-contact {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 185px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .btn-horaire {
        border-radius: 3px;
        margin-left: -5px;
        background: #213559;
        color: white;
        width: 139px;
        height: 43px;
        font-weight: normal;
        border: 0px;
        font-size: 12px;
        margin-left: 10px;
        border-width: 1px 0;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        font-size: 16px;
        letter-spacing: 1px;
    }


}



.icon-couronne, .icon-coeur, .icon-localisation{
    width: 30px;
}
.icon-text-local{
    padding-right: 3px;
}

.titre-icon{
    display: none;
}
.icon-text{
    padding-right: 10px;
}
.hover-text {
    position: relative;
    color: #252525;
    font-size: 1rem;
}
.hovercard {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
}

.hover-text:hover .hovercard {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.1s;
}
.tooltiptext {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color:#f2f2f2;
    padding: 10px;
    border-radius: 5px;
    color: #191919;
    line-height: 15px;
    transition: 1s;
    width: 170px;
    font-size: 14px;
    margin-top: -113px;
    border: 1px solid rgba(0, 0, 0, 0.34);
}
.hovercard2 {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
}

.hover-text2:hover .hovercard2 {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.1s;
}
.tooltiptext2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    color: #191919;
    line-height: 15px;
    transition: 1s;
    width: min-content;
    font-size: 14px;
    margin-top: -113px;
    border: 1px solid rgba(0, 0, 0, 0.34);

}
.tooltiptext3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color:#f2f2f2;
    padding: 10px;
    border-radius: 5px;
    color: #191919;
    line-height: 15px;
    transition: 1s;
    width: 145px;
    font-size: 14px;
    margin-top: -113px;
    border: 1px solid rgba(0, 0, 0, 0.34);
}
.v-agence{
    margin-left: 35px;
    font-size: 15px;
    font-weight: 600;
}
.avis-immo-mobile {
    display: none;
}
.icon-coeur{
    margin-right: 1px;
}

@media only screen and (max-width: 768px) {
    .avis-immo-mobile {
        display: block;
    }
}
@media only screen and (max-width: 1145px  ) {
    .mon_agence_menu{
        display: none;
    }
    .head_sup {
        display: table;
        width: 100%;
        height: 7rem;
        /* max-width: 132rem; */
        /* max-width: 160rem; */
        margin: 0px auto 0;
    }
}

.footer-menu {
    position:fixed;
    bottom: 0;
    /*width: 100vh;*/
    height: 60px;
    background-color: #f5f5f5;
    z-index: 9999;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.navbar{
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.group-container{
    padding:0;
    height:100%;
}

.selectors, .block{
    height:100%;
    width:100%;
}

.selectors button{
    border: 0;
    border-radius: 0;
    background-color: #f8f9fa !important;
    margin-left: 0;
}

.selectors button:active{
    border:0;
}

.selectors button:focus{
    border:0;
    outline: 0;
    box-shadow: 0 0 0 0px;
}

 .selector-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inactive{
    display: none;
}

.selector-holder span{
    margin-top: 5%;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #555555;
    letter-spacing: 1px;


}
@media (max-width: 518px){
    .selectors, .block{
        height:100%;
        width:100%;
    }
}

@media (min-width: 500px) and (max-width: 900px){
    .selectors, .block{
        height:100%;
        width:100vh;
    }
}
.button-inactive{
    color: #000;
}
@media (min-width:300px) and (min-width:900px) {

    .footer{
        display: none;
    }

}
.selector-holder img {
    margin: auto;
}

.nav-footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 80px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index: 9999;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 40px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #555555;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    padding-top: 26px !important;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}




.navigation__checkbox {
    display: none;
}

.navigation__button {
    position: fixed;
    top: 1rem;
    right: 1.5rem;
    height: 5rem;
    width: 5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 300;
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
}

@media screen  and (min-width: 768px) {
    .navigation__button {
        top: 1rem;
        right: 4rem;
        height: 5rem;
        width: 5rem;
    }
}

.navigation__background {
    position: fixed;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #213559;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
    .navigation__background {
        top: 1.5rem;
        right: 4.5rem;
        height: 4rem;
        width: 4rem;
    }
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    /*@include center;*/
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}

.navigation__item a {
    margin: 1rem;
    color: white !important;
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    padding: 0rem 0rem;
    text-transform: uppercase;
    color: #f4f4f4;
    text-decoration: none;
    transition: all .2s;
}

@media(min-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 1.8rem;
    }
}

.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {

    position: relative;
    margin-top: 2.5rem;
}

/*@media screen and (min-width: 768px) {*/
/*    .navigation__icon {*/
/*        margin-top: 3.5rem;*/
/*    }*/
/*}*/

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: white;
}

.navigation__icon_after,
.navigation__icon_after::before,
.navigation__icon_after::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: #213559;
}

/*@media (min-width: 768px) {*/
/*    .navigation__icon,*/
/*    .navigation__icon::before,*/
/*    .navigation__icon::after {*/
/*        width: 3rem;*/
/*    }*/
/*}*/

.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.navigation__icon::before {
    top: -.8rem;
}

.navigation__icon::after {
    top: .8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}
.display-none{
    display: none ;
}

/*
 / media query JUSTE POUR L'IPHONE LUCAS
 */
@media only screen and (min-width: 390px) {
    #header-project .button-select-project {
        margin-top: 0px;
        height: 45px;
        width: 100px;
        font-size: 12px;
        margin-left: 0px;
    }
}

.ml-icon {
    margin-left: 15px;
}
.mr-icon {
    margin-right: 15px;
}

/*new_menu*/

.menu_mobile{
    display: none;
}
@media only screen and (max-width: 1023px){
  #header {
      display: none !important;
  }
  .menu_mobile {
      display: block;
  }
}

.header-scroll-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.post-template-default #menu-sub-principal li a {
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.post-template-default #menu-principal li a {
    color: black;
    font-size: 15px;
    font-weight: 600;
}
.single .btn-actu-interieur {
    padding: 15px;
    color: black;
    font-size: 15px;
}
.single .btn-actu-interieur:hover {
    padding: 15px;
    color: white;
    font-size: 15px;
}
.navigation__icon__interieur_actu,
.navigation__icon__interieur_actu::before,
.navigation__icon__interieur_actu::after {
    display: inline-block;
    width: 3rem;
    height: 2px;
    background-color: black;
}

p > a {
    color: #606060;
}