/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Prata');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,700,700i');

html, body, p, div, ul, li, .uk-navbar-nav > li > a {
    font-family: 'Open Sans', serif;
}

h1, h2, h3 {
    font-family: 'Prata', serif;
}

a, .uk-link, a:hover, a:focus {
    color: #c29f8e;
    text-decoration: none;
    cursor: pointer;
}

.tm-logo > div {
    display: inline-block;
}

.tm-page-container {
    border: 0;
}

.home-grid .uk-panel-title {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0 10px;
}

.uk-link-reset:hover, .uk-link-reset:focus {
    color: #ffffff;
}

.home-grid .uk-panel-title a {
    display: block;
}

@media (min-width: 960px) {
    .tm-block-padding.tm-block-divider > div > section:before {
        top: -50px;
    }

    .tm-block-padding {
        padding: 50px 80px;
    }
}

.home-grid .uk-panel-teaser {
    margin-bottom: 0;
}

.tm-navbar, .uk-navbar-content, .uk-navbar-brand, .uk-navbar-nav > li > a {
    height: 100px;
}

.uk-navbar-nav > li > a {
    line-height: 100px;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

.uk-navbar-nav > li {
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 959px) {
    .tm-navbar {
        height: 60px;
        padding: 0;
    }

    .tm-navbar .uk-navbar {
        padding: 15px;
    }
}

.tm-page .uk-sticky-placeholder {
    position: fixed;
    top: 0px;
    width: 100%;
}

.tm-navbar .uk-navbar {
    background: rgba(255, 255, 255, 0.95);
}

.tm-navbar {
    background: inherit;
}

.tm-logo img {
    max-width: 430px;
}

@media (max-width: 1219px) {
    .tm-logo img {
        max-width: 285px;
    }
}

.uk-nav-offcanvas > li > a {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', serif;
    padding: 10px 20px;
    font-style: initial;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a, html .uk-nav.uk-nav-offcanvas > li.uk-active > a, .uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    color: #c29f8e;
}

.uk-navbar-nav > li > a:before {
    background: #c29f8e;
}

.home-grid-stack h3 span {
    color: #c29f8e;
    font-size: 56px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

h3.uk-h3 {
    font-size: 30px;
    line-height: 38px;
    color: #565453;
    letter-spacing: 0.5px;
}

h4.uk-h4 {
    font-size: 22px;
    line-height: 30px;
    color: #565656;
}

p {
    font-size: 15px;
    color: #565656;
    font-style: initial;
}

.uk-button {
    font-size: 12px;
    background: #c29f8e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 30px;
    min-height: 30px;
    padding: 0 15px;
}

.uk-button:hover, .uk-button:focus {
    background: #c29f8e;
}

@media (max-width: 959px) {
    .home-grid-stack .uk-margin-large-bottom {
        margin-bottom: 30px !important;
    }

    .home-grid-stack h3 {
        margin-top: 20px;
    }
}

h3.tm-text-color-1, h3.tm-text-color-1 a {
    font-size: 20px;
    line-height: 28px;
    color: #c29f8e !important;
    letter-spacing: 0.5px;
}

.tm-button-link {
    color: #c29f8e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: 0.5px;
    padding-left: 0;
}

.tm-button-link:hover, .tm-button-link:focus {
    color: #c29f8e;
}

.tm-button-link:before {
    display: none; 
}

h1.tm-title {
    font-size: 42px;
    line-height: 50px;
    color: #565453;
    letter-spacing: 0.5px;
}

ul.uk-pagination {
    display: none;
}

.slider-home .uk-overlay-panel > :last-child {
    background-image: url(../../../images/logo-slide.png);
    background-repeat: no-repeat;
    background-position: 50%; 
    min-height: 275px;
    padding-top: 160px;
    margin-left: 10%;
}

.slider-home h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}

.slider-home h1 span {
    font-size: 52px;
    display: block;
    line-height: 48px;
    font-weight: 700;
}

.homepage .slider-home .uk-overlay-panel {
    background-color: rgba(0, 0, 0, 0.10);
}
    
.slider-home p {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .slider-home h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .homepage .slider-home .uk-overlay-panel {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .slider-home p {
        margin-top: 0;
    }

    .slider-home .uk-overlay-panel > :last-child {
        margin-left: 0;
    }
}

.uk-button-primary:hover, .uk-button-primary:focus {
    border: 3px solid #ffffff;
    background: none;
    color: #ffffff;
}

.tm-footer > div {
    min-height: 65px;
}

.tm-footer > div > .uk-panel {
    margin-bottom: 0;
}

.tm-footer > div > .uk-panel:not(:first-child) {
    float: right;
}

.uk-button-primary {
    border: 3px solid #ffffff;
    background: none;
    color: #ffffff;
}

.tm-footer .uk-subnav.uk-subnav-line {
    margin-top: 0;
}

.tm-footer .uk-subnav.uk-subnav-line > * {
    margin-top: 0;
    line-height: 110px;
}

.tm-footer > div {
    border-top: 2px solid #c29f8e;
    padding: 30px 0;
}

.uk-subnav > * > *, .uk-subnav > * > :hover, .uk-subnav > * > :focus {
    color: #565656;
    font-size: 16px;
}

.tm-footer  .uk-subnav-line > :nth-child(n+2):before {
    border-left: none;
}

.tm-footer  .uk-subnav-line .fa.fa-linkedin-square {
    font-size: 22px;
}

@media (max-width: 767px) {
    .tm-footer > div > .uk-panel:not(:first-child) {
        float: none;
    }
}

@media (max-width: 539px) {
    .tm-footer .uk-panel img {
        max-width: 260px;
    }

    .uk-subnav-line > :nth-child(n+2):before {
        margin-right: 0;
    }
}

.uk-navbar-nav > li > a span {
    display: none;
}

.uk-navbar-nav > li > a img {
    cursor: pointer;
}

.uk-navbar-nav > li:nth-child(7) {
    padding-left: 30px;
}

.uk-navbar-nav > li:last-child {
    padding-right: 0;
}

.uk-navbar-nav > li:first-child {
    padding-left: 0;
}

.uk-article-meta {
    font-size: 12px;
    color: #565453;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.consulting-grid > div:nth-child(1) .uk-button {
    background: #dbb0aa;
}

.consulting-grid > div:nth-child(2) .uk-button {
    background: #d1b9a1;
}

.consulting-grid > div:nth-child(3) .uk-button {
    background: #b5a7b7;
}

@media (min-width: 768px) {
    .consulting-grid > div:nth-child(n+2) .uk-panel > :not(.uk-panel-title):last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 1319px) {
    .uk-navbar-nav > li:nth-child(7) {
        padding-left: 15px;
    }
}


.home-grid-stack > div:nth-child(1) h3 span {
    color: #dbb0aa;
}

.home-grid-stack > div:nth-child(3) h3 span {
    color: #d1b9a1;
}

.home-grid-stack > div:nth-child(5) h3 span {
    color: #b5a7b7;
}

.home-grid-stack > div:nth-child(1) .uk-button {
    background: #dbb0aa;
}

.home-grid-stack > div:nth-child(3) .uk-button {
    background: #d1b9a1;
}

.home-grid-stack > div:nth-child(5) .uk-button {
    background: #b5a7b7;
}

.page-consulting .tm-page-container {
    padding-top: 120px;
}

.page-consulting .tm-content {
    max-width: 980px;
    margin: auto;
}

.page-consulting p {
    font-size: 16px;
    letter-spacing: 0.25px;
}

h1.uk-heading {
    font-size: 52px;
    color: #565453;
    line-height: 60px;
}

h1.uk-heading span {
    font-size: 60px;
    font-family: 'Open Sans', serif;
}

.page-consulting.equilibre h1.uk-heading span {
    color: #b5a7b7;
}

.page-consulting h2 {
    font-size: 28px;
    font-family: 'Open Sans', serif;
    color: #565453;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 40px;
}

.page-consulting p.uk-text-extra-large {
    font-size: 22px;
    font-weight: 300;
    color: #565453;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.page-consulting p.uk-text-extra-large.uk-text-bold {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}

.grid-picto {
    max-width: 860px;
    margin: auto;
}

.page-consulting h6 {
    font-family: 'Open Sans', serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #787878;
}

.page-consulting h3 {
    font-size: 28px;
    line-height: 36px;
    color: #565656;
}

.page-consulting h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', serif;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.page-consulting.equilibre h5 {
    color: #b5a7b7;
}

.page-consulting.equilibre .uk-button {
    background: #b5a7b7;
}

.page-consulting .uk-width-1-2 > p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-consulting.challenge h1.uk-heading span {
    color: #dbb0aa;
}

.page-consulting.challenge h5 {
    color: #dbb0aa;
}

.page-consulting.challenge .uk-button {
    background: #dbb0aa;
}

.page-consulting.evolution h1.uk-heading span {
    color: #d1b9a1;
}

.page-consulting.evolution h5 {
    color: #d1b9a1;
}

.page-consulting.evolution .uk-button {
    background: #d1b9a1;
}

@media (max-width: 767px) {
    .page-consulting .uk-width-1-2 {
        width: 100%;
    }

    .page-consulting .uk-width-1-2 + .uk-width-1-2 {
        margin-top: 30px;
    }

    .page-consulting .uk-width-1-3 {
        width: 100%;
    }

    .page-consulting .uk-width-1-3 + .uk-width-1-3 {
        margin-top: 20px;
    }

    .page-consulting .uk-width-1-4 {
        width: 50%;
    }

    .page-consulting .uk-width-1-4 + .uk-width-1-4 + .uk-width-1-4 {
        margin-top: 20px;
    }

    .page-consulting p.uk-text-extra-large {
        font-size: 18px;
        line-height: 32px;
    }

    h1.uk-heading {
        font-size: 40px;
        line-height: 56px;
    }

    h1.uk-heading span {
        font-size: 52px;
    }

    .page-consulting .tm-page-container {
        padding-top: 70px;
    }
}

.tm-footer .uk-panel img {
    max-width: 430px;
}

@media (max-width: 1219px) {
    .tm-footer .uk-panel img {
        max-width: 375px;
    }
}

@media (max-width: 449px) {
    .tm-footer .uk-panel img {
        max-width: 285px;
    }
}

.home-journal .uk-panel > :not(.tm-article-date) {
    padding-left: 70px;
}

.homepage .tm-main h1:after {
    content: '';
    display: block;
    -ms-flex-align: end;
    align-self: flex-end;
    height: 1px;
    background: #efedec;
    margin-bottom: 12.5px;
    margin-left: 10px;
    flex: 1 0 0%;
}

.homepage .tm-main h1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 54px;
 }

.home-journal .uk-article-meta {
    margin-top: 0;
}

.home-journal .uk-panel-title {
    color: #c29f8e;
    font-size: 20px;
}

.home-journal .uk-panel-title a {
    color: #c29f8e;
}

.home-journal .uk-article-meta a {
    color: #565453;
}

.home-journal .uk-panel p:not(.uk-article-meta) > a {
    color: #c29f8e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: 0.5px;
    padding-left: 0;
}

@media (max-width: 959px) {
    .home-journal .uk-grid-margin {
        margin-top: 40px;
    }
}

.uk-article-meta > a {
    color: #565453;
}

.uk-width-medium-1-3 .uk-article .uk-align-left {
    margin-bottom: 0;
    margin-right: 0;
    float: none;
}

@media (max-width: 959px) {
    .journal-blog .uk-width-medium-1-3 {
        width: 100%;
    }
}

.journal-blog .uk-width-medium-1-3 .tm-article-date + div {
    padding-left: 70px;
}

.journal-blog .tm-page-container {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .journal-blog .tm-page-container {
        padding-top: 70px;
    }
}

.journal-blog .home-grid .uk-panel-title {
    text-transform: initial;
}

.title-blog h1 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
}

.title-blog ul {
    padding-left: 0;
    list-style: none;
 }

.title-blog ul li {
    display: inline-block;
    font-size: 25px;
    padding: 0 20px;
}

.title-blog ul li .fa-twitter {
    color: #47b5dd;
}

.title-blog ul li .fa-facebook {
    color: #3d5a96;
}

.title-blog ul li .fa-google-plus {
    color: #db4c3f;
}

.title-blog ul li .fa-linkedin-square {
    color: #006699;
}

.article-page #tm-top-b {
    display: none;
}

.article-page .uk-article .uk-align-left {
    float: none;
}

.journal-blog #tm-top-c.uk-block:after {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #c29f8e;
    content: "";
    display: block;
    bottom: -20px;
    position: absolute;
    left: 80px;
    right: 80px;
} 

@media (max-width: 959px) {
    .journal-blog #tm-top-c.uk-block:after {
        left: 20px;
        right: 20px;
    }
}

.chronoforms6_credits {
    display: none;
}

.ui.form .field>label {
    display: none;
}

.page-consulting h2.tm-title {
    font-size: 28px;
    font-family: 'Prata', serif;
    color: #565453;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 40px !important;
    line-height: 42px;
}

.semanticui-body p:last-child {
    margin-bottom: 25px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .tm-title:after, .homepage .tm-main h1:after {
        display: none;
    }

    .page-consulting h2.tm-title {
        margin-bottom: 25px !important;
    }
}

.ui.checkbox .box, .ui.checkbox label {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.ui.form .grouped.fields>label, .ui.form textarea, .ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url], .ui.dropdown>.text {
    font-size: 15px;
    font-weight: 400;
    font-style: initial;
    color: #323232;
    letter-spacing: 0;
    font-family: 'Open Sans', serif;
}

.ui.form .required.field>.checkbox:after, .ui.form .required.field>label:after, .ui.form .required.fields.grouped>label:after, .ui.form .required.fields:not(.grouped)>.field>.checkbox:after, .ui.form .required.fields:not(.grouped)>.field>label:after {
    display: none;
}

.ui.form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #323232;
}
.ui.form input::-moz-placeholder { /* Firefox 19+ */
    color: #323232;
}
.ui.form input:-ms-input-placeholder { /* IE 10+ */
    color: #323232;
}
.ui.form input:-moz-placeholder { /* Firefox 18- */
    color: #323232;
}

.ui.form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #323232;
}
.ui.form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #323232;
}
.ui.form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #323232;
}
.ui.form textarea:-moz-placeholder { /* Firefox 18- */
    color: #323232;
}

.ui.radio.checkbox .box:before, .ui.radio.checkbox label:before {
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 24px;
    border: 1px solid #eceded;
    width: 24px !important;
    border-radius: 0;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    content: "\2713";
    border-radius: 0;
    background: #000000;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 25px;
    height: 25px;
    border: none;
}

.ui.form .grouped.fields .field {
    display: inline-block;
    margin: 0;
    margin-left: 60px;
}

.ui.radio.checkbox label {
    padding-left: 45px;
}

.ui.form .grouped.fields:last-child > label {
    display: inline-block;
    margin-bottom: 0;
}

.formulaire > .uk-grid > [class*='uk-width'] + [class*='uk-width'] {
    margin-top: 35px;
}

.ui.form .field>.selection.dropdown, .ui.form input[type=text], .ui.form textarea {
    border-radius: 0;
    border-color: #eceded;
    height: 40px;
}

.ui.selection.active.dropdown .menu, .ui.selection.active.dropdown:hover .menu {
    border-color: #eceded;
    box-shadow: none;
    border-bottom: none;
}

.ui.form textarea {
    height: 140px;
}

.ui.form textarea:focus, .ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
    border-radius: 0;
    border-color: #eceded;
    box-shadow: none;
}

#send {
    float: right;
    margin-right: 0;
    font-size: 12px;
    background: #c29f8e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 30px;
    min-height: 30px;
    padding: 0 15px;
    border-radius: 0;
}

.ui.form .grouped.fields:last-child, .ui.form .field:last-child {
    position: relative;
}

.ui.form .field .prompt.label {
    white-space: normal;
    background: #fff!important;
    border: 1px solid #e0b4b4!important;
    color: #9f3a38!important;
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
}

.ui.form .field.error {
    position: relative;
    margin-bottom: 30px;
}

.ui.form .fields .prompt.label {
    white-space: normal;
    background: #fff!important;
    border: 1px solid #e0b4b4!important;
    color: #9f3a38!important;
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
}

.ui.form .fields.error {
    position: relative;
    margin-bottom: 30px;
}

.ui.form .fields.error .field.error {
    position: initial;
    margin-bottom: 30px;
}

@media (max-width: 959px) {
    .chronoforms .uk-width-1-3, .chronoforms .uk-width-2-3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ui.form .grouped.fields .field {
        display: block;
        margin-top: 15px;
        margin-left: 0px;
    }

    .g-recaptcha>div {
        transform: scale(0.75);
        margin-left: -35px;
    }

    #send {
        float: left;
    }
}

.uk-dropdown-navbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.uk-open > .uk-dropdown-navbar {
    left: -10px !important;
}

.uk-nav > li > a {
    padding: 5px 17.5px;
    color: #565656;
    font-size: 15px;
    font-weight: 400;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li.uk-active > a {
    color: #c29f8e;
}

.uk-article .uk-subnav > * > * {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
}

.uk-article .uk-subnav {
    margin-bottom: 40px;
}

.uk-subnav > * > :hover, .uk-subnav > * > :focus, .uk-subnav > .uk-active > * {
    color: #c29f8e;
}

.uk-nav > li > a .image-title {
    display: none;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #c29f8e;
}

.uk-nav-offcanvas .uk-nav-sub {
    background: #ffffff;
}

.uk-nav-offcanvas ul a {
    color: #565656;
    font-style: normal;
}

.uk-grid-divider h4 {
    color: #2d2d2d;
    font-family: 'Prata', serif;
    letter-spacing: 0px;
    font-weight: 400;
}

.uk-text-muted {
    color: #ababab !important;
}

@media (min-width: 768px) {
    .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #bababa;
    }
}

@media (min-width: 1220px) {
    .uk-article .uk-grid-divider > * {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uk-article .uk-grid-divider > .uk-width-medium-3-5 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .uk-article .uk-grid-divider:not(:empty) {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.page-consulting.affiliations p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #323232;
}

.page-consulting.affiliations h4 {
    color: #2d2d2d;
    font-family: 'Prata', serif;
    font-size: 18px;
    line-height: 32px;
}

.page-consulting.affiliations p a {
    color: inherit;
    text-decoration: underline;
    word-wrap: break-word;
    margin-top: 10px;
    display: inherit;
}

.page-consulting.affiliations * + .uk-margin-large {
    margin-top: 70px;
}

.page-consulting.affiliations .uk-margin-large {
    margin-bottom: 70px;
}

.a-propos.page-consulting .tm-content {
    max-width: 1220px;
    margin: auto;
}

@media (max-width: 959px) {
    .a-propos .uk-width-1-4 {
        width: 50%;
    }

    .a-propos .uk-width-1-4 + .uk-width-1-4 + .uk-width-1-4 {
        margin-top: 70px
    }

    .a-propos .uk-width-1-4.uk-text-center {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .a-propos .uk-width-1-4 {
        width: 100%;
    }

    .a-propos .uk-width-1-4 + .uk-width-1-4  {
        margin-top: 40px
    }

    .page-consulting.affiliations .uk-margin-large {
        margin-bottom: 40px;
    }

    .page-consulting.affiliations * + .uk-margin-large {
        margin-top: 40px;
    }
}

.bio p.uk-text-large {
    font-size: 22px;
}

.bio.page-consulting h2 {
    font-size: 32px;
    line-height: 40px;
    color: #565656;
    font-family: 'Prata', serif;
}

.bio.page-consulting .tm-text-color-2 {
    font-size: 55px;
    color: #c29f8e !important;
}

.bio.page-consulting h3 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

@media (max-width: 959px) {
    .bio.page-consulting .uk-grid > .uk-width-1-2 {
        width: 100%;
    }

    .bio.page-consulting .uk-grid > .uk-width-1-2 + .uk-width-1-2 {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .bio.page-consulting .uk-grid .uk-width-1-3 {
        width: 100%;
        margin-top: 20px;
    }

    .bio.page-consulting .uk-grid .uk-width-2-3 {
        width: 100%;
    }

    .bio.page-consulting .uk-grid  .uk-width-1-3 > .uk-text-right {
        text-align: left !important;
        margin-top: 20px;
    }
}

em {
    color: inherit;
}

@media (max-width: 1319px) {
    .uk-navbar-nav > li > a {
        font-size: 12px;
    }
}

.leadership-juste h2 {
    font-size: 28px;
    font-family: 'Prata', serif;
    color: #565453;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 40px;
}

p.uk-text-extra-large.uk-margin-bottom-remove.uk-text-regular {
    font-weight: 400;
}

.primary-color, .leadership-juste h2.primary-color {
    color: #be6e83;
}

a.primary-color {
    text-decoration: underline;
    color: #be6e83;
}

#effets, #leader {
    padding-top: 90px;
}

.leadership-juste h2.primary-color a {
    color: #be6e83;
}

.leadership-juste h2 a {
    color: #565453;
}

.leadership-juste h2 a:hover, .leadership-juste h2 a:focus {
    color: #be6e83;
}

.leadership-juste ul {
    color: #565453;
}

@media (min-width: 1400px) {
    .uk-navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .tm-footer .uk-subnav.uk-subnav-line > * {
        margin-top: 0;
        line-height: 120px;
    }
}

.no-bkg.slider-home .uk-overlay-panel > :last-child {
    background: none;
}