/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: 'Montserrat';
}

.merriFont {
    font-family: 'Merriweather';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
}

.post .entry-header h1.entry-title {
    font-family: 'Merriweather';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }

    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value > select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    font-size: 85%;
}

.navbar-dark .site-info {
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a, footer#colophon a {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}

/*.menu-item-has-children > a {*/
/*    pointer-events: none!important;*/
/*}*/


/*HEADER*/
#masthead {
    background: transparent;
    padding: 20px;
    margin: 0;
    height: 88vh;
    width: 100%;
    position: relative;
}

#masthead.notHome {
    height: 65vh;
}

@media screen and (max-width: 767px) {
    #masthead {
        height: 88vh;
    }

    #masthead.notHome {
        height: 85vh;
    }
}

.navbar-brand {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.headerLogoHome {
    height: 12vh;
    padding: 20px 20px 0 20px;
}

.headerLogoHome img {
    height: 100%;
    width: auto;
}

.navbar-toggle-container {
    position: absolute;
    top: 0;
    right: 40px;
    background: #006A6B;
    padding: 20px;
    cursor: pointer;
    z-index: 200;
}

.navbar-toggle-container svg {
    color: #fff;
    height: 40px;
    width: 30px;
    transition: .3s;
}

.navbar-toggle-container:hover svg {
    transform: scale(1.09);
}

.navbar-toggle-container svg.feather-menu {
    display: block;
}

.navbar-toggle-container svg.feather-x {
    display: none;
}

.navbar-toggle-container.active svg.feather-menu {
    display: none;
}

.navbar-toggle-container.active svg.feather-x {
    display: block;
}

nav#menuContainer {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(88vh - 40px);
    width: calc(100% - 40px);
    z-index: 150;
    background-color: rgba(15, 68, 86, .95);
    margin: 20px;
    display: flex;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
}

#masthead.notHome nav#menuContainer {
    height: calc(65vh - 40px);
}

nav#menuContainer.active {
    opacity: 1;
    pointer-events: auto;
}

nav#menuContainer.navHidden {
    opacity: 0;
}

nav#menuContainer ul {
    align-self: center;
    margin-left: 100px;
}

nav#menuContainer ul li a {
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    font-family: 'Merriweather';
}

nav#menuContainer ul li a:hover {
    text-decoration: none;
}

#masthead nav#menuContainer .navbar-nav li.current_page_item > a {
    color: #4EA7A9;
}

nav#menuContainer .sub-menu {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #4EA7A9;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    opacity: 0;
    max-height: 0;
    transition: .35s;
    pointer-events: none;
}

nav#menuContainer .menu-item-has-children.active > .sub-menu {
    opacity: 1;
    max-height: 200px;
    margin: 0 0 15px 0;
    pointer-events: all;
}

nav#menuContainer .menu-item-has-children > .sub-menu li a {
    padding: 0;
    font-size: 23px;
    margin-right: 67px;
    font-weight: 400;
}


@media screen and (max-width: 1200px) {
    .navbar-toggle-container {
        padding: 17px;
    }

    nav#menuContainer {
        height: calc(88vh - 40px);
    }

    nav#menuContainer ul {
        align-self: center;
        margin-left: 40px;
    }

    nav#menuContainer ul li a {
        font-size: 27px;
        line-height: 40px;
    }

    nav#menuContainer .sub-menu {
        flex-direction: column;
    }

    nav#menuContainer .menu-item-has-children > .sub-menu li a {
        font-size: 19px;
        line-height: 34px;
    }

    nav#menuContainer .menu-item-has-children.active > .sub-menu {
        max-height: 250px;
    }
}

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

    #masthead nav#menuContainer {
        height: calc(88vh - 40px);
    }

    #masthead.notHome nav#menuContainer {
        height: calc(85vh - 40px);
    }
}

.btnCustom {
    font-size: 15px!important;
    text-transform: uppercase!important;
    font-family: 'Montserrat'!important;
    padding: 15px 32px!important;
    display: flex!important;
    flex-wrap: wrap!important;
    border-radius: 100px!important;
    width: fit-content!important;
    font-weight: bold!important;
    line-height: 21px!important;
    border: 1px solid #083E52!important;
    color: #083E52!important;
}

.btnCustom:after {
    position: inherit !important;
}

.centered {
    margin: auto!important;
}

.centeredH {
    margin: 0 auto!important;
}

.centeredV {
    margin: auto 0!important;
}

.centeredR {
    margin: 0 0 0 auto!important;
}

.centeredL {
    margin: 0 auto 0 0!important;
}

.btnCustom.white {
    border: 1px solid #fff!important;
    color: #fff!important;
}

.btnCustom svg {
    height: 15px;
    width: 15px;
    margin: auto 0 auto 5px;
}

.btnCustom:hover {
    text-decoration: none;
}

.slideH {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0;
    max-height: 0;
    transition: .3s;
    display: none;
}

.slideH.active {
    opacity: 1;
    display: block;
    max-height: 100vh;
    animation: .8s ease-in transitionSlide;
}

.slideH.notHome {
    opacity: 1;
    max-height: 100vh;
    background-color: #083E52;
    display: flex;
}

.slideH.notHome.withImg:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #083E52;
    opacity: .75;
    z-index: 10;
}

.slideH.notHome .slide-text-notHome {
    margin: auto;
    color: #fff;
    z-index: 99;
    text-align: center;
}

.slideH.notHome .slide-text-notHome .title {
    font-family: 'Merriweather';
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.slideH.notHome .slide-text-notHome .text {
    font-size: 18px;
    text-align: center;
    margin: 10px 10% 0 10%;
}

.slideH.notHome .slide-text-notHome h2 {
    text-align: center;
    margin: 10px 10% 0 10%;
}

@media screen and (max-width: 767px) {
    .slideH.notHome .slide-text-notHome {
        padding: 15px;
    }

    .slideH.notHome .slide-text-notHome .title {
        font-size: 24px;
    }

    .slideH.notHome .slide-text-notHome .text {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .slideH.notHome .slide-text-notHome h2 {
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    .slideH.notHome .slide-text-notHome {
        padding-top: 50px;
    }
}

@keyframes transitionSlide {
    0% {
        display: block;
        opacity: 0;
        max-height: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        max-height: 100vh;
        display: block;
        opacity: 1;
    }
}

.slideH .slide-text-container {
    position: absolute;
    bottom: 0;
    right: 60px;
    background-color: #083E52;
    padding: 20px 30px;
    color: #fff;
    max-width: 600px;
}

.slideH .slide-text-container .title {
    font-family: 'Merriweather';
    font-size: 30px;
}

.slideH .slide-text-container .text {
    margin: 7px 0 17px 0;
}

@media screen and (max-width: 767px) {
    .slideH .slide-text-container {
        padding: 10px 15px;
    }

    .slideH .slide-text-container .title {
        font-size: 23px;
    }

    .slideH .slide-text-container .text {
        margin: 4px 0 12px 0;
    }
}

.slide-indicator {
    position: absolute;
    left: 60px;
    bottom: 60px;
    display: flex;
    z-index: 99;
}

.slide-indicator .elemIndicator {
    height: 17px;
    width: 17px;
    border-radius: 100px;
    transition: .3s;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #083E52;
}

.slide-indicator .elemIndicator:hover {
    border: 2px solid #083E52;
}

.slide-indicator .elemIndicator.active {
    background-color: #083E52;
}

@media screen and (max-width: 992px) {
    .slide-indicator {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
    }

    .slideH .slide-text-container {
        right: 30px;
    }
}

/*grid actualité*/

.grid-items {
    text-align: center!important;
}

.grid-items .layer-content {
    text-align: left!important;
}

.grid-items .item .layer-media {
    position: relative!important;
}

.grid-items .item {
    margin: 10px!important;
    vertical-align: top!important;
}

.grid-items .item .layer-media:before {
    content: ''!important;
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
    background-color: #083E52!important;
    opacity: 0!important;
    z-index: 10!important;
    transition: .3s!important;
    pointer-events: none!important;
}

.grid-items .item .layer-media:after {
    content: 'EN SAVOIR PLUS'!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    color: #fff!important;
    opacity: 0!important;
    z-index: 15!important;
    transition: .3s!important;
    pointer-events: none!important;
    border: 2px solid #fff!important;
    font-weight: bold!important;
    padding: 22px 25px!important;
    border-radius: 100px!important;
    font-size: 14px!important;
}

.grid-items .item .layer-media:hover:before {
    opacity: .75!important;
}

.grid-items .item .layer-media:hover:after {
    opacity: 1!important;
}

@media screen and (max-width: 450px) {
    .grid-items .item .layer-media:after {
        width: 95%;
        line-height: normal;
    }
}


.grid-items .item .layer-media img {
    display: block!important;
    width: 100vw!important;
    height: 370px!important;
    object-fit: cover!important;
}

.grid-items .item .layer-content .title_link a {
    color: #083E52!important;
    font-weight: bold!important;
    font-size: 20px!important;
}

.grid-items .item .layer-content .title_link {
    margin-top: 8px!important;
    padding: 5px 0!important;
}

.grid-items .item .layer-content .excerpt {
    padding: 0!important;
    font-size: 16px!important;
    color: #a0a0a0!important;
}

@media screen and (max-width: 991px) {
    .grid-items .customRow .leftArt .item {
        width: 92%!important;
    }
}

@media screen and (min-width: 992px) {
    .grid-items {
        margin: 0 150px!important;
    }

    .grid-items .customRow {
        display: flex!important;
        justify-content: center!important;
    }

    .grid-items .customRow .excerpt {
        -webkit-line-clamp: 1!important;
        display: -webkit-box!important;
        overflow: hidden!important;
        -webkit-box-orient: vertical!important;
    }

    .grid-items .rightArt {
        width: 30%!important;
        /*padding: 10px!important;*/
        margin: 10px!important;
        display: flex!important;
        flex-direction: column!important;
    }

    .grid-items .leftArt {
        width: calc(60% + 20px)!important;
        /*padding: 10px!important;*/
        margin: 10px!important;
        display: flex!important;
    }

    .grid-items .leftArt .item, .grid-items .rightArt .item {
        width: 100%!important;
        padding: 0!important;
        margin: 0!important;
    }


    .grid-items .leftArt .item .layer-wrapper {
        height: 100%!important;
        display: flex!important;
        flex-direction: column!important;
    }

    .grid-items .leftArt .item .layer-wrapper .layer-media {
        height: 100%!important;
    }

    .grid-items .leftArt .item .layer-wrapper .layer-media a {
        height: 100%!important;
        display: flex!important;
    }

    .grid-items .leftArt .item .layer-wrapper .layer-media a img, .grid-items .rightArt .item .layer-wrapper .layer-media a img {
        height: 100%!important;
    }

    .grid-items .rightArt .item:first-child {
        margin-bottom: 20px!important;
    }
}

@media screen and (max-width: 1200px) {
    .grid-items {
        margin: 0 50px!important;
    }
}

@media screen and (max-width: 767px) {
    .grid-items {
        margin: 0 15px!important;
    }
}


/*mk_all_projects*/
.mk_all_projects .filterContainer {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.mk_all_projects .filterContainer .filter {
    text-transform: uppercase;
    color: #a0a0a0!important;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    text-align: center!important;
}

.mk_all_projects .filterContainer .filter.active {
    color: #083E52!important;
}

.mk_all_projects .filterContainer .filter:after {
    content: '•';
    margin: 0 7px;
    color: #a0a0a0;
}

@media screen and (max-width: 992px) {
    .mk_all_projects .filterContainer {
        flex-direction: column;
        align-items: center;
    }
    .mk_all_projects .filterContainer .filter:after {
        content: '';
        margin: 0;
    }
}

.mk_all_projects .filterContainer .filter:last-child:after {
    content: '';
    margin: 0;
}

.mk_all_projects .gridContainer {
    opacity: 0;
    height: 0;
    display: none;
    transition: opacity 0s;
}

.mk_all_projects .gridContainer.active {
    opacity: 1;
    height: 100%;
    display: block;
    transition: opacity .4s;
}

.mk_all_projects .gridContainer ul {
    margin: 0!important;
}


.wppap-thumbs {
    margin-top: 40px;
    padding-top: 20px
}

.thum-list {
    padding: 30px 30px 0 30px !important
}

.wppap-description {
    border: 2px solid white !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    border-radius: 100px !important;
    padding: 20px 20px 20px 20px !important;
    height: 50px !important
}

.wppap-thumbnail {
    transition: 0.4s !important;
    background-size: cover!important;
    background-position: center center!important;
}

.dropdown-toggle::after {
    display: none
}

.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.wppap-thumbnail {
    position: relative;
}

.wppap-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #083E52;
    opacity: 0;
    z-index: 10;
    transition: .3s;
    pointer-events: none;
}

.wppap-thumbnail:after {
    content: 'VOIR LE PROJET';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    z-index: 15;
    transition: .3s;
    pointer-events: none;
    border: 2px solid #fff;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
}

.wppap-thumbnail:hover:before {
    opacity: .75;
}

.wppap-thumbnail:hover:after {
    opacity: 1;
}

.filA {
    color: #c66c60;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0;
    font-family: inherit;
    text-transform: uppercase !important
}

.center-align {
    text-align: center !important
}


.wppap-main-wrapper ul.wppap-thumbs li.thum-list {
    height: 300px !important
}

.thum-list {
    margin-bottom: 100px !important
}

.wppap-description-custom {
    margin-top: 5px;
}

ul.wppap-thumbs li {
    overflow: visible !important
}

.wppap-description-titre {
    color: #083E52 !important;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 16px;
}

.wppap-description-custom .wppap-description-titre {
    color: #083E52 !important;
}

.wppap-description-lieu, .wppap-description-annee {
    color: #b3b3b3 !important
}

.containerDetailProjet {
    display: flex;
}

.containerDetailProjet span {
    margin-right: 10px;
    font-size: 15px;
}


.project_lieu_label, .project_year_label, .project_client_label {
    font-weight: 600;
    color: #083E52
}

.project_lieu_value, .project_year_value, .project_client_value {
    color: #7a7a7a;
    font-size: 20px;
    line-height: 10px;
}

.project_lieu, .project_year, .project_client {
    margin-bottom: 15px
}

.project_description {
    margin-bottom: 40px !important;
    color: #7b7b7b;
    padding-left: 15px;
    text-align: justify
}

.project_slogan {
    font-weight: 600;
    padding: 5px 0 5px 15px;
    border-left: 3px solid #083E52;
    color: #083E52;
    margin-top: 25px !important;
    margin-bottom: 20px;
    text-align: justify;
    font-family: "Merriweather", serif !important
}

.carousel-indicators li {
    height: 7px !important;
    width: 7px !important;
    border-radius: 50px !important;
    background-color: #bfbfbf;
    margin-right: 6px !important;
    margin-left: 6px !important
}

.carousel-indicators li.active {
    background-color: #404040
}

.carousel-indicators {
    bottom: -50px !important
}

#slider {
    margin-bottom: 60px;
}

.nav-previous a, .nav-next a {
    border: 0 solid transparent !important;
    color: #083E52 !important;
    border-radius: 100px !important;
    padding: 10px 20px 10px 20px !important
}

.nav-previous a:hover, .nav-next a:hover {
    background: none !important
}

.wppap-thumbs {
    margin-top: 40px;
    padding-top: 20px
}

.thum-list {
    padding: 30px 30px 0 30px !important
}

.wppap-description {
    border: 2px solid white !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    border-radius: 100px !important;
    padding: 20px 20px 20px 20px !important;
    height: 50px !important
}

.wppap-thumbnail {
    transition: 0.4s !important
}

.dropdown-toggle::after {
    display: none
}

.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.button-project-block .button-project-link {
    display: none
}

.button-project-block:hover .button-project-link {
    transition: 0.5s;
    display: block;
    text-align: center;
    border: 3px solid #FFF;
    color: #FFF;
    border-radius: 50px;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 250px;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 30px;
    left: 0;
    right: 0;
    height: 68px
}

.button-project-block {
    width: 100%;
    height: 100%
}

.button-project-block:hover {
    transition: 0.5s;
    background: rgba(0, 0, 0, .6)
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 45px !important
}

.filA {
    color: #c66c60;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0;
    font-family: inherit;
    text-transform: uppercase !important
}

header.project_title > h1.titleBO, header.entry-header > h1.titleBO {
    margin-top: 0 !important
}

.center-align {
    text-align: center !important
}

header.entry-header > div.entry-meta {
    display: none;
}

.wppap-main-wrapper ul.wppap-thumbs li.thum-list {
    height: 300px !important
}

.thum-list {
    margin-bottom: 100px !important
}

.wppap-description-custom, .wppap-description-custom * {
    display: block !important;
    position: relative !important;
    z-index: 999 !important;
    color: black !important
}

ul.wppap-thumbs li {
    overflow: visible !important
}

.wppap-description-lieu, .wppap-description-annee {
    color: #b3b3b3 !important
}

ul#menu-header > li.nav-item > a {
    text-align: center !important
}

div.post-thumbnail.article {
    margin-top: 80px;
    border: 30px solid white
}

.post-bg-img {
    position: absolute !important;
    width: 4000px !important;
    overflow: hidden;
    height: 450px;
    margin-left: -40%;
    z-index: -100;
    margin-top: -80px
}

@media screen and (max-width: 992px) {
    .project_description {
        padding-left: 0;
    }
}

.container {
    max-width: 1450px
}

@media only screen and (min-width: 1800px) {
    body:not(.single-post) .container {
        max-width: 1450px
    }
}

.iconTitle {
    position: relative;
    width: fit-content;
}

.iconTitle:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
    .iconTitle.wh:after {
        height: 25px;
        width: 25px;
        top: -25px;
    }
}

.fullwidth100 {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto!important;
}

.fullwidth95 {
    width: 95%!important;
    max-width: 95%!important;
    margin: 0 auto!important;
}

.fullwidth90 {
    width: 90%!important;
    max-width: 90%!important;
    margin: 0 auto!important;
}

.fullwidth85 {
    width: 85%!important;
    max-width: 85%!important;
    margin: 0 auto!important;
}

.fullwidth80 {
    width: 80%!important;
    max-width: 80%!important;
    margin: 0 auto!important;
}

.fullwidth75 {
    width: 75%!important;
    max-width: 75%!important;
    margin: 0 auto!important;
}


.titleCustom {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    color: #083E52!important;
}

.titleCustom.wh{
    color: #fff;
}

/*contactForm*/

.contactForm {
    display: flex;
    flex-wrap: wrap;
}

.contactForm label {
    color: #A5A8A8!important;
    font-weight: bold;
    font-size: 15px!important;
    letter-spacing: 1px!important;
}

.contactForm label.pr-10 {
    padding-right: 10px!important;
}

.contactForm label.width50 {
    width: 50%;
}

.contactForm label.width100, .contactForm label.width100 * {
    width: 100%;
}

.contactForm input.form-control {
    border: 0!important;
    border-bottom: 2px solid #A5A8A8!important;
    padding-top: 0!important;
    margin-bottom: 15px!important;
    width: 100%!important;
    line-height: 28px;
    padding-bottom: 1px!important;
    font-size: 20px!important;
    padding-left: 0!important;
}

.contactForm textarea {
    border: 0!important;
    border-bottom: 2px solid #A5A8A8!important;
    padding-top: 0!important;
    margin-bottom: 30px!important;
    width: 100%!important;
    line-height: 28px;
    font-size: 18px!important;
    color: #4e4e4e!important;
}

.contactForm .btnCustom {
    margin-right: 2%!important;
}

.contactForm span {
    font-style: italic;
    color: #A5A8A8!important;
}

@media screen and (max-width: 767px) {
    .contactForm label.width50 {
        width: 100%;
    }
    .contactForm label.pr-10 {
        padding-right: 0!important;
    }
    .obl {
        width: 100%;
    }
    .contactForm .btnCustom {
        margin: 20px auto auto auto!important;
    }
}


/*footer*/
footer#colophon {
    background-color: #083E52;
    color: #fff;
}

footer#colophon .mentions {
    text-align: center;
}

footer#colophon .mentions span:before {
    content: '•';
    margin-right: 3px;
}

#menuFooterContainer ul {
    list-style-type: none;
    padding-left: 0;
}

#menuFooterContainer ul.menuFooter {
    display: flex;
    justify-content: center;
}

#menuFooterContainer ul.menuFooter > li > a {
    font-family: 'Merriweather';
    font-size: 25px;
    font-weight: bold;
    transition: color .3s;
}

#menuFooterContainer ul.menuFooter > li > a:hover {
    text-decoration: none;
    color: #4EA7A9;
}

#menuFooterContainer ul.menuFooter > li > a:after {
    content: '-';
    margin: 0 5px;
}

#menuFooterContainer ul.menuFooter > li > a:hover:after {
    color: #fff;
}

#menuFooterContainer ul.menuFooter > li:last-child > a:after {
    content: '';
}

#menuFooterContainer ul.sub-menu {
    pointer-events: none;
    transition: .4s;
    padding-left: 8px;
    border-left: 2px solid transparent;
    opacity: 0;
    margin-bottom: 0;
    max-height: 0;
    animation: .4s menuCloseFooter;
}

#menuFooterContainer ul.menuFooter > li.menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    border-left: 2px solid #4EA7A9;
    opacity: 1;
    max-height: 300px;
    animation: .4s menuOpenFooter;
}

@keyframes menuOpenFooter {
   from {
       max-height: 0;
   }
    to {
        max-height: 300px;
    }
}

@keyframes menuCloseFooter {
    from {
        max-height: 300px;
    }
    to {
        max-height: 0;
    }
}

#menuFooterContainer ul.sub-menu > li > a {
    font-family: 'Merriweather';
    font-size: 18px;
    transition: color .3s;
}

#menuFooterContainer ul.sub-menu > li > a:hover {
    text-decoration: none;
    color: #4EA7A9;
}

@media screen and (max-width: 992px) {
    #menuFooterContainer ul.menuFooter {
        display: block;
        justify-content: unset;
        text-align: center;
    }
    #menuFooterContainer ul.menuFooter > li > a:after {
        content: '';
        margin: 0;
    }
    #menuFooterContainer ul.menuFooter > li > a {
        font-size: 21px;
        padding: 4px 0;
    }
    #menuFooterContainer ul.sub-menu {
        border-left: unset;
    }
    #menuFooterContainer ul.menuFooter > li.menu-item-has-children:hover .sub-menu {
        border-left: unset;
        padding-bottom: 7px;
    }
    #menuFooterContainer ul.sub-menu > li > a {
        font-size: 17px;
    }

}


/*team*/
.tlp-team .team-member {
    margin-bottom: 60px!important;
}

.tlp-team .team-member .single-team-area {
    display: flex;
    overflow: visible;
}

.tlp-team .team-member:nth-child(2n+1) .single-team-area > div:first-child {
    order: 1;
    z-index: 99;
}

.tlp-team .team-member:nth-child(2n+1) .single-team-area > div:last-child {
    order: 2;
    z-index: 0;
}

.tlp-team .team-member:nth-child(2n) .single-team-area > div:first-child {
    order: 2;
    z-index: 99;
}

.tlp-team .team-member:nth-child(2n) .single-team-area > div:last-child {
    order: 1;
    z-index: 0;
}

.tlp-team .team-member .single-team-area > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 190px!important;
}

.tlp-team .team-member .single-team-area .name {
    font-family: 'Merriweather';
    font-weight: bold!important;
    font-size: 23px;
    margin-bottom: 0!important;
    padding-bottom: 5px!important;
}

.tlp-team .team-member .single-team-area .designation {
    margin-bottom: 8px!important;
}

.tlp-team .team-member:nth-child(2n+1) .single-team-area > div:last-child {
    background-color: #ECF1F4!important;
    color: #083E52!important;
}

.tlp-team .team-member:nth-child(2n) .single-team-area > div:last-child {
    background-color: #083E52!important;
    color: #fff!important;
}

.tlp-team .team-member .single-team-area .short-bio {
    color: #b1b1b1!important;
    font-weight: bold;
}

.tlp-team .team-member:nth-child(2n+1) .single-team-area img {
    transform: translate(80px, -50px);
}

.tlp-team .team-member:nth-child(2n) .single-team-area img {
    transform: translate(-80px, -50px);
}

@media screen and (max-width: 1200px) {
    .tlp-team .team-member:nth-child(2n+1) .single-team-area img {
        transform: translate(20px, -30px);
    }

    .tlp-team .team-member:nth-child(2n) .single-team-area img {
        transform: translate(-20px, -30px);
    }

    .tlp-team .team-member .single-team-area > div:last-child {
        padding: 30px 40px!important;
    }
}

@media screen and (max-width: 767px) {
    .tlp-team .team-member:nth-child(2n+1) .single-team-area img {
        transform: unset;
        width: 100%;
        height: auto;
    }

    .tlp-team .team-member:nth-child(2n) .single-team-area img {
        transform: unset;
        width: 100%;
        height: auto;
    }

    .tlp-team .team-member:nth-child(2n+1) .single-team-area > div:first-child {
        order: initial;
    }

    .tlp-team .team-member:nth-child(2n+1) .single-team-area > div:last-child {
        order: inherit;
    }

    .tlp-team .team-member:nth-child(2n) .single-team-area > div:first-child {
        order: initial;
    }

    .tlp-team .team-member:nth-child(2n) .single-team-area > div:last-child {
        order: inherit;
    }

    @media screen and (max-width: 450px) {
        .tlp-team .team-member .single-team-area > div:last-child {
            padding: 20px 15px!important;
        }
    }
}

h1.title.isSubTitle {
    margin-top: 45px!important;
}

.subtitleHeader {
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    h1.title.isSubTitle {
        margin-top: 35px!important;
    }
}

@media screen and (max-width: 767px){
    .thum-list {
        padding: 30px 15px 3px 15px !important
    }
}

.project_lieu , .project_year, .project_client, .project_description {
    font-size: 18px;
}

.submention {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.submention a {
    margin-left: 5px;
}

.form-control {
    height: auto;
}

.wpcf7-list-item {
    display: flex!important;
    width: auto!important;
}

input[type=checkbox] {
    width: auto!important;
    margin: 5px 5px 0 0!important;
}

.imgDetail {
    margin: 5px 0 15px 0;
    font-style: italic;
    display: block;
    text-align: right;
}

.projets .entry-content {
    margin-top: 0;
}

@media screen and (max-width: 1550px) and (min-width: 981px) {
    .caseColumnRespInvert {
        width: 30%!important;
        margin: 0!important;
    }
    .caseColumnResp {
        width: 60%!important;
        padding: 25px!important;
    }
}
