a[href^="tel"] {
    background-color: #6e656a !important;
    color: #ffffff !important;
    text-decoration: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: 700;
    padding: 0 .65rem;
    border-radius: 8px;
    letter-spacing: .1rem;
    display: inline-block;
    border: 1px solid #bd919e;
    white-space: nowrap;
}

a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: 'museo-sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #7f7f7f;
    text-align: left;
    background-color: #ffffff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

.d-none-not-important {
    display: none;
}

.fa.undefined {
    display: none;
}

.no_wrap {
    white-space: nowrap;
}

/*TOP INFOS*/
.top_infos {
    color: #fff;
    padding: .5rem 15px;
    margin: 0 auto;
}
.top_infos .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top_infos .infos_horaires {
    padding-right: 15px;
}

/*HEADER*/
.navbar-berthelon {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-brand {
    padding: 0;
    display: flex;
}
.navbar-brand .logo {
    max-width: 200px;
    height: auto;
    margin: 1rem 0;
}
#navbar2SupportedContent {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
#navbar2SupportedContent .navbar-nav {
    /*z-index: 10000;*/
}
.navbar-top-header {
    margin-bottom: 1rem;
    z-index: 10001;
}
.navbar-bottom-header {
    z-index: 10000;
}
/*.navbar-top-header .nav-item {
    border-right: 1px solid #999;
}
.navbar-top-header .nav-item:last-child {
    border-right: none medium;
}*/
.navbar-top-header .nav-link {
    border-bottom: .25rem solid #ffffff;
    color: #7f7f7f !important;
    padding: .25rem .75rem !important;
}
.navbar-top-header .nav-link:hover, .navbar-top-header .nav-link.active {
    border-bottom: .25rem solid #d6647b;
    color: #7f7f7f !important;
}
.navbar-nav.navbar-bottom-header .nav-item {
    margin: 0 3rem;
}
.navbar-nav.navbar-bottom-header .nav-item:first-child {
    margin-left: 0;
}
.navbar-nav.navbar-bottom-header .nav-item:last-child {
    margin-right: 0 !important;
}
.navbar-bottom-header .nav-link {
    background-color: #ffffff;
    color: #78bbc3 !important;
    border-radius: .5rem;
    border: 1px solid #78bbc3;
}
.navbar-bottom-header .nav-link:hover {
    background-color: #78bbc3;
    color: #ffffff !important;
    border-radius: .5rem;
    border: 1px solid #ffffff;
}

#navbar2SupportedContent .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
}
#navbar2SupportedContent img {
    border-radius: 15px;
    box-shadow: 0 13px 10px -15px #DFDCDC;
    position: relative;
    top: 30px;
    background-color: #ffffff;
    height: 120px;
    width: auto;
}
/*HOMEPAGE*/
#last_blog {
    padding: 3rem 15px;
    max-width: 100%;
}
#last_blog .row_blog {
    margin-top: 3rem;
    text-align: center;
}
#last_blog .last_blog_title {
    color: #594f43;
    text-align: center;
}
#last_blog .last_blog_img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
#last_blog .last_blog_link:hover {
    text-decoration: none;
}
#last_blog .last_blog_btn {
    margin-top: 1rem;
}


#last_comments {
    padding: 3rem 15px;
    max-width: 100%;
}
#last_comments .last_comments_title {
    color: #594f43;
    text-align: center;
}
#last_comments .row_comment {
    text-align: center;
}
#last_comments .last_comments_pseudo {
    margin: 1rem 0;
}
#last_comments .slick-prev::before, #last_comments .slick-next::before {
    color: #D23659;
    font-size: 30px;
}
#last_comments .slick-prev, #last_comments .slick-next {
    width: 30px;
    height: 30px;
}
#last_comments .slick-prev {
    left: -35px;
}
#last_comments .slick-next {
    right: -35px;
}
.slick-dots li button::before {
    font-size: 12px;
}

/*BLOG*/
.item_title {
    color: #594f43;
}
.card_blog {
    border-top: none medium;
    border-left: none medium;
    border-right: none medium;
    margin-bottom: 1rem;
}
.card_blog:last-child {
    border-bottom: none medium;
}
.card_blog .card-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 1.25rem 1.25rem;
}
.card-body-left {
    margin-right: 1rem;
    min-width: 300px;
}

.card_blog .blog_btn {
    margin-bottom: 1rem;
}
.cat_list_blog {
    margin-bottom: 3rem;
}
/*PORTFOLIO*/
.categories_list {
    margin: 0 0 3rem 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.categories_list li {
    border-radius: .5rem;
    padding: .25rem 1rem;
    margin: 0 1rem 1rem;
    display: inline-block;
}
.categories_list a {
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
}

.wall_item {
    border-radius: 15px;
}
.wall_item_link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    max-width: 348px;
    height: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.wall_item .card-img-top {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    transition: all .3s;
}
.wall_item:hover .card-img-top {
    transform: scale(1.1);
}
.wall_item_content {
    text-align: center;
    padding: 2rem 1.25rem 1.25rem;
}
.wall_item_content h1, .wall_item_content h2 {
    color: #6e646c;
    font-size: 1.6rem;
    font-weight: 300 !important;
    min-height: 48px;
}
.wall_item_content a {
    border-radius: 15px;
}
.wall_pictos {
    width: 100px;
    height: auto;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(55% - 50px);
}

.bg-picture-post {
    min-height: 400px;
}
.post_header_pictos {
    width: 160px;
    height: auto;
    margin: 0 0 0 2.2rem;
}
.post_title {
    font-size: 2.4rem;
}
.post_title, .post_accroche {
    padding: 0 4rem;
    margin-bottom: 0;
}
.post_header_separator {
    border-top: 1px solid #7f7f7f;
    height: 0;
    display: inline-block;
    width: 250px;
    margin: 1rem 4rem;
}
/*PAGES*/
#entreprisesRequestForm, #admissionsRequestForm, #brochuresRequestForm, #devisParticulierFcRequestForm, #devisEntrepriseFcRequestForm {
    padding: 0 15px;
    margin-bottom: 3rem;
}
/*GALLERY*/
.cats_gallery {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.cats_gallery li {
    margin: .75rem;
}
.isotope_grid_item img {
    width: inherit;
    height: inherit;
}
.isotope_grid_item {
    margin-bottom: 10px;
    float: left;
}
/*CONTACT*/
#ContactForm {
    padding: 0 15px;
    margin-bottom: 3rem;
}
.embed-container {
    position: relative;
    height: 475px;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px
}
.container_contact {
    margin: 0 auto;
}
/*FOOTER*/
footer {
    background-color: #ffffff;
}
.footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 15px;
    align-items: center;
}
footer .footer_top_left {
    display: flex;
    align-items: center;
}
footer .logo {
    max-width: 200px;
    height: auto;
    padding-right: 1rem;
}
footer .address {
    padding-left: 1.5rem;
    line-height: 1.2;
}
footer .address span {
    display: block;
}
footer .address .tel {
    background-color: #6e656a !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 0 .65rem;
    margin-top: .5rem;
    border: 1px solid #6e656a;
    border-radius: 8px;
    line-height: 1.5;
    letter-spacing: .1rem;
    display: inline-block;
}
footer .footer_top_right {
    text-align: right;
}
/*FOOTER BOTTOM*/
.footer_bottom {
    background-color: #6e656a;
    text-align: center;
}
.footer_bottom ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer_bottom ul li {
    display: inline-block;
}
.footer_bottom ul li a, .footer_bottom a.link_agence {
    color: #ccc !important;
    padding: .5rem 0 .5rem .5rem;
}
.footer_bottom ul li a:hover, .footer_bottom a.link_agence:hover {
    color: #ccc !important;
    text-decoration: underline;
}
.footer_bottom ul li a::after {
    content: "|";
    padding-left: .5rem;
}
.footer_bottom ul li:last-child a::after {
    content: " ";
}
/*GRID EDITOR CONTENT*/
.full {
    width: 100%;
}
.full .row {
    margin: 0;
}
.full .column {
    padding: 0;
}
.full .ge-content {
    width: 100%;
}
.full p {
    /*padding: 0 20px;*/
}
.ge-content p.pnm {
    margin-bottom: 0 !important;
}
.row.no-controls, .row.row_move {
    margin-right: 0;
    margin-left: 0;
}
.ge-content {
    width: 100%;
}
.ge-content img {
    max-width: 100%;
    height: auto;
}
/*GO TOP*/
.go-top, .go-top:focus {
    display: block;
    font-size: 4rem;
    position: fixed;
    bottom: -60px;
    right: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #d6647b;
    text-decoration: none;
    z-index: 10;
    line-height: 1;
}
.go-top:hover {
    color: #6e656a;
}
.go-top.show {
    bottom: 20px;
}
.go-to-anchor {
    display: inline-block;
}
#map {
    height: 400px;
    width: 100%;
}

/*AS*/
.as_form_bloc {
    display: none;
}
/*COOKIE LAW*/
.cc-cookies {
    background: rgba(86, 86, 86, 0.80) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    padding: 0.5em 5%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.cc-cookies > div {
    margin-bottom: .75rem;
}
.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept {
    background: #8bb110 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
    padding: 6px 12px;
    text-decoration: none;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
    padding: 6px 12px;
    text-decoration: none;
}
.cc-cookies-error {
    text-align: center;
}

#ajaxFadeActions {
    display: none;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
#ajaxProcessingActions {
    display: none;
    position: fixed;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 74px;
    height: 74px;
    padding: 5px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: hidden;
}

/*RESPONSIVE*/

@media (max-width: 1199.98px) {
    .top_infos .container {
        max-width: 100%;
    }

    img.bord-blanc {
        max-width: 230px;
    }

            .navbar-nav.navbar-bottom-header .nav-item {
                margin: 0 .75rem;
            }
            #navbar2SupportedContent .nav-link {
                font-size: .85rem;
            }
            /*HOMEPAGE*/
            .card_alternance .card-body h5 {
                min-height: 55px;
            }
            .card_alternance .card-body, .card_maprepa .card-body, .card_continue .card-body {
                min-height: 227px !important;
            }
            /*PORTFOLIO*/
            .container_portfolio_wall {
                max-width: 100%;
            }
            .wall_pictos {
                width: 80px;
                left: calc(50% - 40px);
                top: calc(52% - 40px);
            }
            .wall_item_content {
                min-height: 171px;
            }
            .wall_item_content h2 {
                min-height: 69px;
            }
        

    footer .block_left {
        flex-direction: column;
        align-items: baseline;
    }
    footer .address {
        padding-left: 0;
        margin-top: .75rem;
    }
}

@media (max-width: 991.98px) {
        .navbar-brand {
            padding: 0;
            margin: 0;
            text-align: center;
        }
        #navbar2SupportedContent {
            margin: 0;
            align-items: center;
        }
        /*HOMEPAGE*/
        .card_alternance .card-body, .card_maprepa .card-body, .card_continue .card-body {
            min-height: 275px !important;
        }
        /*PORTFOLIO*/
        .container_portfolio_wall {
            max-width: 100%;
        }
        .wall_item_content {
            min-height: 194px;
        }
        .wall_item_content h2 {
            min-height: 92px;
        }
        .wall_pictos {
            width: 64px;
            left: calc(50% - 32px);
            top: calc(44% - 32px);
        }

    .footer_top {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .top_infos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-top-header .nav-item {
        border: none medium;
    }

    .navbar-nav.navbar-bottom-header .nav-item {
        margin: 0 0 1rem 0;
        border-radius: 0;
    }

    .dropdown-menu.show {
        position: static !important;
        transform: unset !important;
        border-radius: 0;
        border: none medium;
    }
            /*HOMEPAGE*/
            .card_continue .card-body {
                min-height: auto !important;
            }

            footer .block_left {
                text-align: center;
                align-items: center;
            }
            footer .block_right {
                text-align: center;
                margin-top: 1rem;
            }
    footer .logo {
        max-width: 150px;
    }
}

@media (min-width: 768px) {
    /*.navbar-expand-md .navbar-collapse {
        display: block !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }*/
}
@media (min-width: 576px) {
    /*.navbar-expand-md .navbar-collapse {
        display: block !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }*/
}

/*@media (min-width: 992px) {
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}*/
/*@media (max-width: 1199.98px) {
    .container_blog {
        max-width: 100%;
    }
}*/
/*@media (max-width: 991.98px) {
    header > .container, .navbar > .container {
        max-width: 100%;
    }
    #navbar2SupportedContent .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .rs_nav {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }

    .container_footer {
        max-width: 100%;
    }
}*/
@media (max-width: 767.98px) {
    .navbar-toggler {
        align-self: start;
        margin: 15px 0 0 15px;
    }
    .navbar-brand {
        margin-top: -50px;
    }
    .navbar-brand .logo {
        max-width: 130px;
    }
            /*header .container {
                padding: 0;
            }
            header .col-12 {
                padding: 0;
            }*/
            /*.navbar-brand {
                width: 100%;
                padding: 0 15px;
            }
            .navbar-brand img {
                width: 160px;
                margin: 0 auto;
            }*/
            /*.navbar-toggler {
                position: absolute;
                margin-top: -80px;
            }*/
            /*header .nav-item {
                padding: .5rem 0;
            }*/

            .card_blog .card-body {
                flex-direction: column-reverse;
            }
            .card_blog .card-body-right {
                margin-top: 1rem;
                width: 100%;
            }

            .wall_item {
                width: calc(100% / 2);
                margin: 0 auto;
            }

            .row_portfolio div, .row_blog div {
                margin-bottom: 2rem;
            }

    .footer_infos_content {
        text-align: center;
    }

}
@media (max-width: 575.98px) {
    img.bord-blanc {
        max-width: 100%;
        width: 540px;
    }

    .full .ge-content {
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .ge-content p.pnm {
        margin-left: -20px;
        margin-right: -20px;
    }

    h1, h2 {
        font-size: 2rem !important;
    }

    .top_infos .container {
        flex-direction: column;
    }

    .footer_top {
        flex-direction: column;
    }
    footer .footer_top_right {
        margin-top: 1rem;
    }

            /*HOMEPAGE*/
            .card_alternance .card-body, .card_maprepa .card-body, .card_continue .card-body {
                min-height: auto !important;
            }
            /*PORTFOLIO*/
            .wall_item {
                width: calc(90% / 1);
                margin: 0 5%;
            }
}
