/*
Theme Name: SR Patrimoine
Theme URI: http://srpatrimoine.agoralys.consulting/
Author: Agence AGORALYS
Author URI: https://www.agoralys.com/
Description: The 2017 responsive theme for SR Patrimoine WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, school, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    border: 0;
}
body {
    font-family: 'Work Sans', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
@media (min-width:1280px) {
    body {
        padding-right: 22px;
        padding-left: 22px;
    }
}
@media (min-width:1650px) {
    body {
        padding-right: 70px;
        padding-left: 70px;
    }
}
h3 {
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 8px;
    position: relative;
    color: rgb(14, 64, 105);
}
h3::after {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(167, 138, 82);
}
h4 {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;
    position: relative;
}
h4::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(167, 138, 82);
}
h6 {
    font-size: 14px;
}
p {
    color: rgb(14, 64, 105);
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 22.5px;
}
a {
    color: rgb(167, 138, 82);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #353238;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: #353238;
}
button {
    background-image: none !important;
}

/* ---------------------------- HEADER ---------------------------- */


/* HEADER TOP */

#header_top {
    height: 36px;
    color: rgb(167, 138, 82);
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
@media(max-width:304px) {
    #header_top {
        margin-bottom: 15px;
    }
}
#menu-item-22 > a > span {
    width: 200px;
}
#menu-item-23 > a > span {
    width: 155px;
}
@media (min-width:1280px) {
    #header_top {
        padding: 0 22px;
    }
}
@media (min-width:1650px) {
    #header_top {
        padding: 0 70px;
    }
}
#header_top .social a:first-child {
    margin-right: 12px;
}
#header_top .social a:last-child {
    margin-left: 12px;
}
#header_contact p {
    margin-bottom: 0;
    color: #a78a52;
    display: inline-block;
}
#header_contact p:first-child a:first-of-type {
    margin-right: 12px;
}
#header_contact p:first-child a:last-child {
    margin-left: 12px;
    margin-right: 22px;
}
#header_contact p:last-child {
    background-color: rgb(167, 138, 82);
    padding: 4px 9px;
    color: rgb(255, 255, 255);
    text-align: center;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header_contact p:last-child:hover {
    background-color: rgb(133, 110, 65);
}
#header_contact p:last-child a {
    color: rgb(255, 255, 255);
    font-weight: 500;
}
#header_contact p:first-child a:last-child {
    display: none;
}
.social {
    display: none
}
@media(min-width:600px) {
    #header_contact p:last-child {
        padding: 4px 22px;
    }
    #header_contact p:first-child a:first-of-type::after {
        content: "";
        border-right: 1px solid #a78a52;
        height: 13px;
        vertical-align: middle;
        margin-left: 17px;
        display: inline-block;
    }
    #header_contact p:last-child {
        display: flex;
        align-items: center;
    }
    .social {
        display: block;
    }
    #header_contact p:first-child a:last-child {
        display: inline-block;
    }
    #header_contact {
        display: flex;
        align-items: center;
        height: 100%;
        font-weight: 400;
    }
}

/* HEADER MIDDLE */

.baseline h1 {
    color: #fff;
    font-weight: 500;
    font-size: 17.5px;
    margin-bottom: -9px;
    line-height: 52px;
    margin-top: 15px;
}
.baseline p {
    color: rgb(167, 138, 82);
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}
#header_middle {
    background-color: rgb(14, 64, 105);
}
.ubermenu-responsive-toggle svg {
    margin-right: 10px
}
.ubermenu-responsive-toggle {
    font-size: 15px;
    cursor: pointer;
    text-align: center !important;
}
#header_middle img {
    margin: 15px auto 0;
    display: block;
    width: 62%;
}
.head {
    text-align: center
}
@media(min-width:600px) {
    #header_middle img {
        width: 43%;
    }
    #header_top {
        height: 36px;
        color: rgb(167, 138, 82);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media(min-width:768px) {
    #header_top {
        position: fixed;
        z-index: 99;
        background-color: #fff;
        width: 100%;
        left: 0;
    }
    .ubermenu-responsive-toggle {
        text-align: left !important;
    }
    .head {
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    #header_middle {
        height: 122px;
        margin-top: 36px;
    }
    #header_middle .container {
        display: flex;
        align-items: center;
        height: 100%;
    }
    #header_middle img {
        width: 75%;
        margin: 0;
    }
    #header_top .social {
        margin-left: 21px
    }
    .baseline p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 12px;
    }
    .baseline h1 {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media(min-width:1024px) {
    li.contactlink {
        display: none !important;
    }
    #header_middle {
        height: 140px;
    }
    #header_middle img {
        width: 100%
    }
    .baseline p {
        font-size: 16px;
    }
    .baseline {
        margin-left: 30px;
    }
    .baseline h1 {
        font-size: 28px;
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media(min-width:1200px) {
    #header_middle img {
        width: 345px;
    }
}
@media(min-width:1280px) {
    #header_top .social {
        margin-left: 0px
    }
}

/* HEADER BOTTOM */

#site-navigation {
    width: 100%;
}
#header_bottom nav nav ul li a:nth-child(3) {
    color: rgb(14, 64, 105);
    padding: 0px !important;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid rgba(167, 138, 82, 0.12);
}
#header_bottom nav nav ul li a {
    color: rgb(14, 64, 105);
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid rgba(167, 138, 82, 0.12);
}
#header_bottom nav nav ul li a:hover,
li.ubermenu-current-menu-item.ubermenu-current_page_item a {
    color: rgb(167, 138, 82) !important;
}
li.current_page_item a {
    font-weight: 600;
}
li#menu-item-25,
li#menu-item-26 {
    border-right: none !important;
}
#header_bottom nav nav ul li:last-child a {
    font-style: italic;
    font-weight: 600 !important;
}
.header_fix {
    position: fixed;
    z-index: 1;
    top: 36px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: -webkit-box-shadow: 0px 1px 14px -5px rgba(117, 117, 117, 0.53);
    -moz-box-shadow: 0px 1px 14px -5px rgba(117, 117, 117, 0.53);
    box-shadow: 0px 1px 14px -5px rgba(117, 117, 117, 0.53);
}
.menu_home {
    background-color: #fff;
    z-index: 99;
}
/*.image {
    display: none;
}*/


/*----SOUS MENU OBJECTIFS DE VIE----*/

.ubermenu {
    position: relative !important;
}
.ubermenu-submenu {
    display: block !important;
    position: absolute !important;
    width: auto !important;
    background-color: #fff !important;
}
#menu-item-22 > ul,
#menu-item-23 > ul {
    background-color: #f4f5f5 !important;
}
.ubermenu-submenu li {
    display: block !important;
    float: none !important;
    text-align: left !important;
    padding: 0px 40px !important;
    border-right: none !important;
}
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {

    left: 267px;
}
.ubermenu-bound .ubermenu-submenu-type-mega {
    width: auto !important;
}
@media(min-width:1024px) {
    .ubermenu-retractor.ubermenu-retractor-mobile {
        display: none !important;
    }
    .ubermenu-submenu {
        top: 33px !important;
    }
    .ubermenu-submenu {
        top: 33px !important;
        padding-top: 10px;
    }
    .ubermenu-submenu li {
        display: block !important;
        float: none !important;
        text-align: left !important;
        padding: 15px 25px !important;
        border-right: none !important;
    }
}

/*----FIN SOUS MENU----*/

@media(min-width:1024px) {
    #header_bottom {
        height: 70px;
        display: flex;
        align-items: center;
    }
    #header_bottom nav nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    #header_bottom nav nav ul li {
        padding: 0 10px;
        border-right: solid 1px;
        line-height: 14px;
        text-align: center;
        display: flex;
        align-items: center;
    }
    #header_bottom nav nav ul li a {
        padding: 0;
        border-bottom: none;
    }
}
@media(min-width: 1140px) {
    .image {
        display: none;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 36%;
    }
    
    .image img {
        width: 23%;
    }
}
@media(min-width:1200px) {
    #header_bottom nav nav ul li {
        padding: 0 10px;
    }
    .container.menu_fixe {
        width: 1030px !important;
    }
    .header_bottom nav ul li {
        padding: 0 10px;
    }
}
@media(min-width:1300px) {
    .image {
        position: absolute;
        top: 8px;
        left: 32px;
        width: 36%;
    }
    .image img {
        width: 27%;
    }
}
@media(min-width: 1500px) {
    .image {
        position: absolute;
        top: 3px;
        left: 50px;
        width: 36%;
    }
}
@media(min-width: 1700px) {
    .image {
        position: absolute;
        top: 0;
        left: 50px;
        width: 36%;
    }
}

/* ---------------------------- FOOTER ---------------------------- */


/* NEWSLETTER */

.wpcf7-form-control-wrap.your-email input {
    width: 85%;
}
#newsletter {
    background: rgb(167, 138, 82) url("img/newsletter.jpg") no-repeat;
    background-size: cover;
    padding: 19px 0 10px 10px;
}
#newsletter h3 {
    color: rgb(255, 255, 255);
    margin-top: 0;
    margin-bottom: 15px;
}
#newsletter h3::after {
    background-color: rgb(14, 64, 105);
}
#newsletter p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-bottom: 0;
}
#newsletter form input {
    height: 30px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#newsletter form input[type="submit"] {
    padding: 5px 10px;
    height: 30px;
    background-color: #0e4069;
}
@media(min-width:768px) {
    #newsletter {
        padding: 4% 0;
    }
    #newsletter h3 {
        margin-bottom: 35px;
    }
    #newsletter .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    #newsletter .container .row {
        width: 100%;
        display: flex;
        align-items: center;
    }
}
@media(min-width:1024px) {
    #newsletter {
        padding: 2% 0;
    }
    .wpcf7-form-control-wrap.your-email input {
        width: auto;
    }
}

/* HOME CONFERENCE */

#conf_buttons .vc_btn3-container.vc_btn3-left {
    margin-bottom: 0;
}
#conf_buttons .vc_btn3-container.vc_btn3-left:first-child {
    margin-right: 25px;
}
#conf_buttons .vc_btn3.vc_btn3-size-md {
    min-width: 200px;
}
#home_conferences h5 {
    color: rgb(14, 64, 105);
    font-size: 15px;
}
@media(min-width:768px) {
    #conf_buttons .wpb_wrapper {
        display: flex;
        justify-content: flex-end;
    }
}

/* FOOTER TOP */

#footer_top {
    background-color: rgb(14, 64, 105);
    display: flex;
    align-items: center;
    flex-direction: row;
}
@media(min-width:1024px) {
    #footer_top {
        height: 340px;
    }
}
#footer_top img {
    width: 180px;
    margin: 27px auto 50px;
    display: block;
}
section.widget_text i {
    color: rgb(167, 138, 82);
}
section.widget_text > div > div {
    display: flex;
}
section.widget_text p.svg {
    color: rgb(167, 138, 82) !important;
    width: 14px;
    text-align: center;
    margin-right: 13px;
}
section.widget_text p,
section.widget_text a {
    color: rgb(255, 255, 255) !important;
    text-justify: none !important;
}
section.widget_text a:hover {
    color: rgb(167, 138, 82) !important;
}
section.footer_block h4,
section.footer_block ul li {
    color: rgb(255, 255, 255);
}
section.footer_block h4 {
    margin: 18px 0 20px;
}
section.footer_block ul li {
    line-height: 27px;
}
section.footer_block ul {
    list-style: none;
    padding: 0;
}
section.footer_block ul li a {
    text-transform: uppercase;
    font-weight: 500;
}
section.footer_block ul.menu li a {
    text-transform: none;
    font-weight: 400;
    color: #fff;
}
section.footer_block ul.menu li a:hover {
    color: rgb(167, 138, 82);
}
@media(min-width:768px) {
    #footer_top img {
        margin: 20px 0 20px 0;
        width: 100%;
    }
}
@media(min-width:1024px) {
    #footer_top img {
        width: 180px;
        margin: 0 0 50px 0;
    }
}

/* FOOTER BOTTOM */

#footer_bottom {
    background-color: rgb(6, 53, 90);
}
#footer_bottom p,
#footer_bottom p a {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
#footer_bottom p a:hover {
    color: rgba(255, 255, 255, 1);
}
@media(min-width:768px) {
    #footer_bottom .container {
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media(min-width:1024px) {
    #footer_bottom {
        height: 60px;
        margin-bottom: 36px;
    }
}

/*-------------*/

.f-col section.footer_block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer_bottom p {
    font-size: 11px
}
#footer_bottom {
    padding: 5px 0;
}
.news .footer_block {
    display: none;
}
@media(min-width:768px) {
    #footer_bottom p {
        font-size: 13px
    }
    .f-col section.footer_block {
        border-bottom: none;
    }
    #footer_top .col-sm-4 {
        padding: 0 35px
    }
    .padtop {
        padding-top: 35px !important
    }
}
@media(min-width:1024px) {
    .news .footer_block {
        display: block;
    }
    #footer_top .col-sm-4 {
        padding: 0 15px
    }
    .padtop {
        padding-top: 0px !important
    }
}

/* BANNER */

.banner_h2 h3,
.banner_h2 h2 {
    margin: 0 !important;
    font-weight: 400;
}
.banner_h2 h3 {
    font-size: 17px !important;
}
.banner_h2 h2 {
    font-size: 20px !important;
}
.banner_h2 h3::after {
    content: '' !important;
}

/* MARGIN-BOTTOM SOUS SLIDER ACCUEIL */

.wpb_revslider_element {
    margin-bottom: 0px !important;
}

/* PAGE ASSURANCE */

.vc_sep_pos_align_center.vc_separator_no_text {
    margin-bottom: 15px;
}
.wpb_single_image.vc_align_center {
    margin-bottom: 15px;
}

/* PAGE LES SOLUTIONS */

@media(min-width:768px) {
    .order2,
    .order1 {
        display: flex;
        align-self: baseline;
    }
}

/* HOME QUI SOMMES NOUS / NOS SOLUTIONS */

.solution_title {
    display: flex;
    align-items: center;
}
.solution_title h5 {
    margin-top: 0;
    margin-left: 10px;
    font-weight: 400;
    color: rgb(14, 64, 105);
    font-size: 15px;
}
.solution_title p {
    margin-bottom: 0;
}
.solution_title img {
    width: 32px;
}

/* HOME OBJECTIFS DE VIE */

#home_objectifs h2,
#home_objectifs h2 a {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home_objectifs h2 a {
    padding: 30px 6px;
}
#home_objectifs .vc_row:last-of-type .lifeobj_but:last-of-type h2 a {
    color: rgb(167, 138, 82);
}
.lifeobj_but .vc_column-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lifeobj_but:hover .vc_column-inner {
    background-color: rgb(167, 138, 82) !important;
}
#home_objectifs .vc_row:last-of-type .lifeobj_but:last-of-type:hover h2 a {
    color: rgb(255, 255, 255);
}
@media (max-width:767px) {
    #home_solutions .first_row {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
    #conf_buttons .wpb_wrapper {
        justify-content: flex-start;
    }
    #conf_buttons .vc_btn3-container.vc_btn3-left {
        margin-bottom: 25px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #conf_buttons .wpb_wrapper {
        flex-direction: column;
        align-items: flex-end;
    }
    #conf_buttons .vc_btn3-container.vc_btn3-left:first-child {
        margin-right: 0px !important;
        margin-bottom: 25px;
    }
    #home_objectifs h2,
    #home_objectifs h2 a {
        height: 98px !important;
    }
}

/*--------------pages--------------*/

h1 {
    color: #353a47;
    font-weight: 300;
    font-size: 2em;
    margin-top: 0;
}
.styleh1 {
    color: #353a47;
    font-weight: 300;
    font-size: 2em;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}
h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #a78951;
    font-weight: 500;
}
li {
    color: #0e4069
}
#breadcrumbs {
    text-transform: uppercase;
    text-align: center;
}
.left-icon .aio-icon-left {
    display: block !important;
    margin-bottom: 15px;
}
@media(min-width:768px) {
    .left-icon .aio-icon-left {
        display: table-cell !important;
        margin-bottom: 0px;
    }
}
#who > div > div,
#home_conferences > div > div,
#testimony > div > div {
    padding: 0 !important;
}
#home_objectifs > div > div {
    padding: 0 0 30px 0 !important;
}
.ult-carousel-wrapper {
    margin-bottom: 0 !important;
}

/*------------------------------*/

#tem .aio-icon-header h3.aio-icon-title {
    text-transform: uppercase;
    font-weight: 400;
}
#tem .aio-icon-header h3.aio-icon-title::after {
    display: none;
}
#tem .left-icon .aio-icon-left {
    vertical-align: middle;
}
#tem .aio-icon-description {
    margin: 0;
    color: #0e4069
}
#tem .slick-dots li {
    height: 7px;
    width: 7px;
}
#tem .ultsl-stop:before {
    content: "" !important;
    height: 1px;
    border-bottom: 3px solid #0e4069;
    width: 7px;
    position: relative;
    display: block;
}
#tem .slick-active .ultsl-stop:before {
    border-color: #a78951;
}
@media(min-width:768px) {
    #tem .ult-item-wrap.slick-slide:nth-child(odd) .aio-icon-component {
        border-right: 1px solid #ddd;
        padding-right: 15px;
    }
    #tem ul.slick-dots {
        margin: -16px !important;
    }
}
@media(min-width:1200px) {
    .slick-next {
        right: -50px !important;
    }
    .slick-prev {
        left: -50px !important;
    }
}

/*----------newsletter--------------*/
div.cp-modal-content {
    border-width: 0px !important;
}
.cp-row.cp-webinar-form {
    background: transparent !important;
    border-top: none !important;
}
.cp-row.cp-webinar-form input {
    height: 33px !important;
    text-align: center !important;
}
.cp-row.cp-webinar-form .cp-submit {
    height: 33px !important;
    line-height: 33px !important;
    padding: 0 !important;
}
.cp-form-container .cp-form-layout-3 .cp-form-field {
    padding: 0 !important;
}
.cp-module .col-xs-12 {
    padding: 0 !important;
}
.cp-form-container {
    margin: 0 !important;
    width: 100% !important;
}
.cp-form input {
    color: black !important;
}
#newsletter form input {
    font-size: 0.8em !important;
}
@media (min-width: 768px) {
    .cp-row.cp-webinar-form input {
        text-align: left !important;
    }
}
@media (min-width: 1200px) {
    .cp-module .col-lg-3 {
        width: 11% !important;
    }
}

/*---------formulaire-----------*/

.wpcf7-form span.wpcf7-not-valid-tip {
    color: #ff5959;
}
.wpcf7-form .wpcf7-response-output {
    color: #fff;
}
.wpcf7-form em {
    font-size: 0.9em;
    color: #fff;
}
.wpcf7-form {
    padding: 20px;
}
.wpcf7-form input {
    height: 30px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    border: none;
    width: 100%;
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 1.1em !important;
    padding: 0 5px
}
.wpcf7-form label {
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    width: 100%;
}
.wpcf7-form input[type="submit"] {
    background-color: #927847;
}
.your-email input {
    width: 100% !important;
}
.order2 > div {
    padding-top: 10px !important;
}
.order2 .wpcf7-form input,
.order2 .wpcf7-form textarea {
    color: #0e4069 !important;
}
#send {
    color: #fff !important;
    text-transform: uppercase;
}
/*----------formulaire inscription conférence---------*/
.conf form input {
    color: black !important;
}
.conf form input[type="submit"] {
    color: #fff !important;
    margin-top: 27px;
}
.conf > div > div {
    padding-top: 0 !important;
}
.wpcf7-validation-errors {
    border: 2px #fff solid !important;
}
/*------fleche input number retirées------*/
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
/*----------formulaire rappel---------*/
.rappel select {
    padding: 7px 0;
    width: 100%;
}
/*----------blog-----------------*/

.header-blog {
    background-color: #f4f5f5 !important;
    padding: 19px 0;
}
.post-header {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.post-header .datepost {
    color: #d6d6d6
}
h1.post-title {
    margin-bottom: 5px;
    ;
}
.post-info a {
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.vc_custom_heading.vc_gitem-post-data h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date div {
    color: #fff;
    font-weight: 300;
}
.vc_btn3-container.vc_btn3-inline .vc_gitem-link {
    background-color: #a78a52!important;
    color: #ffffff !important;
    padding: 8px 26px;
    transition: all 0.3s ease-in-out;
}
.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
    border-radius: 0 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
    background-color: #947a49!important;
    border-color: #ffffff!important;
}
.vc_grid-page a {
    font-size: 1.2em !important;
}
.vc_grid-filter {
    margin-top: 18px !important;
    margin-bottom: 32px !important;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #0e4069 !important;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    padding: 4px 15px;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.bottom a.cta-retour svg {
    margin-right: 10px;
}
.next-previous a {
    background-color: #0e4069;
    color: #fff;
    padding: 6px 13px;
    margin: 1px;
}
.next-previous a:hover {
    background-color: #06355a;
}
.next-previous {
    display: inline-flex;
}
.relatedposts {
    margin-bottom: 35px;
}
.relatedposts h3 {
    margin-bottom: 25px !important;
}
.page-content h2.page-title {
    text-align: center;
    margin-bottom: 30px;
}

/*-------------page 404---------------*/

.content-404 {
    margin: 70px 0;
    text-align: center;
}
.content-404 .page-title {
    margin-bottom: 25px;
}
.content-404 .screen-reader-text {
    display: none;
}
.content-404 .search-field {
    background-color: #f2f2f2;
    padding: 0 5px;
    height: 33px;
    font-weight: 500;
}
.content-404 .search-submit {
    background-color: #0e4069;
    color: #fff;
    padding: 0 25px;
    height: 33px;
    font-weight: 500;
}
.content-404 .back-home {
    margin-top: 32px;
    display: inline-block;
}

/*---------------*/

.cookie-notice-container a:hover {
    color: #fff;
}
.ubermenu .ubermenu-retractor {
    padding: 15px 54px !important;
}
@media(max-width:767px) {
    .ult-carousel-wrapper {
        padding-bottom: 52px !important;
    }
}


    