/*
Theme Name: Index Web Marketing
Theme URI: http://www.indexwebmarketing.com
Author: Jeremy Easterbrook
Author URI: http://www.jeremyeasterbrook.com
Description: Thème soigneusement fait à la main par nos experts Web.
Version: 4.6
*/

/* Variables */
:root {
    --bright-red: #ff3d3a;
    --bright-red-08: #FF9F9D;
    --carbon: #282727;
    --dark-grey: #5e5e5e;
    --platinum: #dadada;
}

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2018 Colophon Foundry
 *
 * Licenced to Jeremy Easterbrook Index Web Marketing
 */

@font-face {
    font-family: 'mabry-pro-bold';
    src: url('/wp-content/themes/iwm/fonts/mabry-pro-bold/mabry-pro-bold.eot');
    src: url('/wp-content/themes/iwm/fonts/mabry-pro-bold/mabry-pro-bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/iwm/fonts/mabry-pro-bold/mabry-pro-bold.woff') format('woff'),
    url('/wp-content/themes/iwm/fonts/mabry-pro-bold/mabry-pro-bold.woff2') format('woff2'),
    url('/wp-content/themes/iwm/fonts/mabry-pro-bold/mabry-pro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img:not(.blog-author) {
    max-width: 100%;
    height: auto;
}

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

    h1 {
        font-size: 3.5rem;
        word-break: break-word;
        hyphens: auto;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.5rem
    }

    h6 {
        font-size: 17px;
    }

    .navbar a.navbar-brand {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #search-dropdown, #search-form .input-group {
        width: 100%;
    }

    .dropdown-menu.show {
        border-radius: 0 40px 0 0;
    }

    .breadcrumb {
        padding-left: 15px;
        max-width: 96%;
    }

    #page-wrapper {
        margin-top: 61px;
        margin-bottom: 360px;
    }

    .full-height-cover {
        height: calc(100vh - 61px);
    }

    img.banner-image {
        height: 200px;
    }

    .team-description {
        left: 5px;
        right: 0;
        bottom: 5px;
    }

    .team-name {
        line-height: 16px;
    }

    .team-position {
        font-size: 0.8rem;
    }

    .realization-image {
        padding-bottom: 50%;
    }

    .service-item .service-wrapper {
        top: 35px;
        left: 40px;
        bottom: 35px;
        right: 40px;
    }

    .service-wrapper .service-title {
        width: calc(100% + 40px);
    }

    .wp-block-columns {
        margin: 5rem 0 !important;
    }

    .fresh-blog.blog-item img.blog-author {
        height: 115px;
        width: 115px;
        top: -8rem;
    }

    .blog-item img.blog-author {
        height: 80px;
        width: 80px;
        bottom: -6rem;
    }

    .cover-image .under-thumbnail-blog {
        width: 100%;
        padding: 0.5rem 0.5rem 0;
    }

    .about-author .author-image {
        top: -1rem;
        left: -2rem;
        width: 7rem;
        height: 7rem;
    }

    #heateor_sss_sharing_more_content .all-services > ul.mini > li {
        width: 50% !important;
    }

    .office-details {
        left: 0;
        bottom: 0;
        right: 10%;
    }

    .map-zoom-controls {
        top: 1rem;
        right: 10%;
    }

    .office-map {
        height: 250px;
    }

    .ginput_container_select:after {
        left: 90%;
    }

    .references img.client {
        height: 30px;
    }

    .realizations img.client {
        height: 35px;
    }

    footer .sub-footer {
        background-color: #252525;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer > .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    #page-wrapper  {
        overflow-x: hidden;
    }

    #wp-admin-bar-root-default li:not(#wp-admin-bar-site-name):not(#wp-admin-bar-customize):not(#wp-admin-bar-new-content):not(#wp-admin-bar-edit) {
        display: none !important;
    }

    .full-height-cover {
        background-attachment: scroll !important;
    }
}

/* MD BREAKPOINT */

@media screen and (min-width: 768px) {

    #page-wrapper {
        margin-bottom: 280px;
    }

    .full-height-cover {
        transform: translateZ(-1px) scale(1.2);
        will-change: transform, scroll-position;
    }

    div.page-contact .full-height-cover {
        transform: none !important;
        will-change: auto;
    }

    h4.lead {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .realization-image {
        padding-bottom: 100%;
    }

    .wp-block-column > :first-child:not(figure) {
        margin-top: 0.5rem;
    }

    .wp-block-column > :last-child:not(figure) {
        margin-bottom: 0.5rem;
    }

    .wp-block-column > *:not(figure) {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .wp-block-column figure.wp-block-image {
        position: relative;
    }

    .wp-block-column figure.wp-block-image:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .wp-block-column figure.wp-block-image img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        height: 100%;
    }

    .office-details {
        left: auto;
        bottom: 3rem;
        right: 3rem;
        width: 350px;
    }

    .map-zoom-controls {
        right: 3rem;
        top: 3rem;
    }

    .ginput_container_select:after {
        left: 68%;
    }

    .office-map {
        height: 300px;
    }

}

/* LG BREAKPOINT */
@media screen and (min-width: 992px) {

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 2rem
    }

    h6 {
        font-size: 17px;
    }

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar a.navbar-brand {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    #search-dropdown {
        width: max-content;
    }

    ul.navbar-nav:not(.dropdown-menu) > li.menu-item {
        margin-right: 1.5rem;
    }

    ul.navbar-nav:not(.dropdown-menu) > li.menu-item:last-of-type {
        margin-right: 0;
    }

    .breadcrumb {
        padding-left: 40px;
        max-width: 96%;
    }

    #page-wrapper {
        margin-top: 66px;
        margin-bottom: 350px;
    }

    .full-height-cover {
        height: calc(100vh - 66px);
    }

    img.banner-image {
        height: 400px;
    }

    .team-description {
        left: 45px;
        right: 45px;
        bottom: 45px;
    }

    .team-name {
        font-size: 1.25rem;
    }

    .service-item .service-wrapper {
        top: 60px;
        bottom: 60px;
        left: 60px;
        right: 60px;
    }

    .service-wrapper .service-title {
        width: calc(100% + 60px);
    }

    .service-item .service-excerpt a {
        color: black !important;
    }

    .service-item .service-excerpt a:hover {
        color: var(--bright-red) !important;
    }

    .service-item .service-excerpt a:after {
        content: '\f0da';
        font-family: "Font Awesome\ 5 Free";
        color: black;
        font-weight: 700;
        display: inline-block;
        position: relative;
        top: 1px;
        left: 3px;
        margin-right: 3px;
    }

    .service-item .service-excerpt a:hover:after {
        color: var(--bright-red);
    }

    .service-excerpt a, .service-excerpt a:after {
        transition: 0.1s ease-in !important;
        transition-property: color, text-decoration !important;
    }

    h1.no-html {
        font-size: 6rem;
    }

    .wp-block-column > *:not(figure) {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .fresh-blog.blog-item img.blog-author {
        height: 160px;
        width: 160px;
        top: -11rem;
    }

    .blog-item img.blog-author {
        height: 115px;
        width: 115px;
        bottom: -8rem;
    }

    .cover-image .under-thumbnail-blog {
        max-width: 50%;
        padding: 5rem 5rem 0;
    }

    .about-author .author-image {
        top: -2rem;
        left: -2rem;
        width: 10rem;
        height: 10rem;
    }

    .ginput_container_select:after {
        left: 71%;
    }

    .office-map {
        height: 400px;
    }

    .references img.client, .realizations img.client {
        height: 50px;
    }

    footer .sub-footer {
        background-color: #252525;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer > .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

    .fresh-blog.blog-item .under-thumbnail-blog {
        max-width: 100%;
        padding-right: 0;
    }

}

@media screen and (min-width: 1200px) {

    .fresh-blog.blog-item .under-thumbnail-blog {
        max-width: 60%;
        padding-right: 60px;
    }

}

body {
    background-color: #2C2C2C;
}

#wpadminbar {
    position: fixed !important;
}

h1 {
    font-family: mabry-pro-bold, sans-serif;
    font-weight: 800;
    color: var(--bright-red);
}

h2 {
    font-family: mabry-pro-bold, sans-serif;
    font-weight: 800;
}

h3 {
    font-family: mabry-pro-bold, sans-serif;
    font-weight: 300;
}

h4 {
    font-family: mabry-pro-bold, sans-serif;
    font-weight: 800;
}

h6 {
    font-family: mabry-pro-bold, sans-serif;
    font-weight: 100;
    line-height: 27px;
    margin-bottom: 35px
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit !important;
    text-decoration-line: none;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    text-decoration-line: underline;
}

#wpadminbar {
    top: inherit !important;
    bottom: 0
}

@supports (position: sticky) or (position: -webkit-sticky) {
    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .sticky-1 {
        top: 1rem;
    }

    .sticky-2 {
        top: 2rem;
    }

    .sticky-3 {
        top: 3rem;
    }

    .sticky-4 {
        top: 4rem;
    }

    .sticky-5 {
        top: 5rem;
    }
}

*:focus, *:active {
    outline: none !important;
}

.hidden-desktop {
    display: none
}

/* GLOBAL STYLE */
.text-red {
    color: var(--bright-red) !important;
}

.bg-red {
    background-color: var(--bright-red) !important;
}

.btn-red {
    color: #fff;
    background-color: var(--bright-red);
    border-color: var(--bright-red);
    font-family: mabry-pro-bold, sans-serif;
}

.btn-red:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: var(--bright-red);
    border-color: var(--bright-red);
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red {
    color: var(--bright-red);
    background: transparent none;
    border-color: var(--bright-red);
}

.btn-outline-red:hover {
    color: #fff;
    background-color: var(--bright-red);
    border-color: var(--bright-red);
}

.btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: var(--bright-red);
    background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: var(--bright-red);
    border-color: var(--bright-red);
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

section a {
    color: var(--bright-red) !important;
}

a, a img {
    transition: all .1s ease-in !important;
}

section:nth-of-type(even) {
    background-color: #F0F0F0;
}

.home .breadcrumb {
    display: none;
}

.breadcrumb {
    min-width: 168.44px;
    background-color: #F0F0F0CC;
    display: inline-block;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: fixed;
    top: 80px;
    z-index: 1029;
    overflow-x: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

a.breadcrumb-item {
    color: black;
}

img.banner-image {
    object-fit: cover;
    width: 100%;
}

.btn.btn-red {
    background-color: var(--bright-red) !important;
    color: white !important;
    border-radius: 0 !important;
    border: 0;
}

.btn.btn-red:hover, .btn.btn-red:active {
    opacity: 0.8;
}

.wp-block-column ul, .wp-block-column ol {
    padding-left: 20px !important;
}

/*section ul {*/
/*padding-left: 0;*/
/*}*/
/*section ul li {*/
/*display: block;*/
/*}*/
/*section ul li:before {*/
/*content: '•';*/
/*margin-right: 1rem;*/
/*}*/

#page-wrapper {
    position: relative;
    /* prevent position: sticky from working */
    /*overflow-x: hidden;*/
    background-color: white;
    box-shadow: 0 3px 20px -5px black;
}

.page-cover {
    position: relative;
    overflow: hidden;
}

.full-height-cover {
    width: 100%;
    position: relative;
    background: fixed top;
    -webkit-background-size: cover;
    background-size: cover;
}

/* END GLOBAL STYLE */
/* BOOTSTRAP OVERRIDES */
.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }
}

/* END BOOTSTRAP OVERRIDES */

/* NAVBAR */
.navbar-light .navbar-nav .active > a.nav-link, .navbar-light .navbar-nav a.nav-link.active {
    font-weight: bold;
}

.navbar-light .navbar-nav a.nav-link.show, .navbar-light .navbar-nav .show > a.nav-link {
    color: var(--bright-red) !important;
}

.navbar-nav a.nav-link {
    color: black !important;
}

.navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus {
    color: var(--bright-red) !important;
    /*font-weight: bold;*/
}

.navbar {
    font-family: "proxima-nova", sans-serif;
    font-weight: initial;
    text-transform: capitalize;
    border-bottom: 5px solid var(--bright-red);
}

.navbar a.navbar-brand {
    color: white;
    background-color: var(--bright-red);
    border-top-right-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: mabry-pro-bold, sans-serif;
    font-size: xx-large;
}

ul.navbar-nav:not(.dropdown-menu) > li.menu-item {
    padding-top: 5px;
}

.navbar ul.dropdown-menu {
    background-color: var(--bright-red);
    top: 52px;
    border: none;
}

.navbar ul.dropdown-menu .dropdown-item {
    color: white;
}

.navbar ul.dropdown-menu .dropdown-item:hover {
    color: var(--bright-red);
}

.navbar ul.dropdown-menu a.dropdown-item.active, .navbar ul.dropdown-menu a.dropdown-item:active {
    background-color: white;
    color: var(--bright-red);
}

#search-item .dropdown-menu {
    border: 0;
}

#search-item .dropdown-toggle:after {
    content: none;
}

#search-item input[type="search"] {
    border: solid 3px var(--bright-red);
}

#search-item input[type="search"]:active, #search-item input[type="search"]:focus {
    box-shadow: var(--bright-red);
}

#search-item button[type="submit"] {
    border-width: 3px;
    border-left-width: 0;
    border-top-right-radius: 0.25em !important;
    border-bottom-right-radius: 0.25em !important;
}

/* END NAVBAR */
/* SIDEBAR */
@supports (position: sticky) or (position: -webkit-sticky) {
    #sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
    }
}

#sidebar h4, #sidebar a:hover {
    color: var(--bright-red) !important;
    text-decoration: none;
}

#sidebar a {
    color: black !important;
}

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

#sidebar .widget_recent_entries li {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

#sidebar .widget_recent_entries li a {
    order: 1;
    text-transform: uppercase;
}

#sidebar .widget_recent_entries li .post-date {
    order: 0;
    font-size: 0.8rem;
}

/* END SIDEBAR */
/* FORMS */

.ginput_container input:not([type="checkbox"]):not([type="radio"]), .ginput_container select, .ginput_container textarea {
    border: solid 3px black;
    border-radius: 4px;
    padding: 8px 20px !important;
    transition: background-color 0.1s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

.ginput_container input:not([type="checkbox"]):not([type="radio"]):active, .ginput_container input:not([type="checkbox"]):not([type="radio"]):focus, .ginput_container select:active, .ginput_container select:focus, .ginput_container textarea:active, .ginput_container textarea:focus {
    border-color: var(--bright-red);
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    /*color: var(--bright-red);*/
}

.ginput_container_select:active:after, .ginput_container_select:active:after {
    /*content: '\f077';*/
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: inherit !important;
}

.ginput_container input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
}

.gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox] {
    height: 20px !important;
    width: 20px !important;
    background: transparent !important;
    border: 2px solid var(--bright-red);
    border-radius: 5px !important;
    padding: 2px;
    margin-top: 0 !important;
    margin-right: 0.5rem;
}

.gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox] + label {
    text-align: left;
}

.ginput_container input[type="checkbox"]:checked {
    margin: 0;
    position: relative;
}

.ginput_container input[type="checkbox"]:checked:before {
    font-family: Font Awesome\ 5 Free;
    content: '\f00c';
    font-weight: 900;
    display: block;
    color: var(--bright-red);
    font-size: 13px;
    position: absolute;
}

.hidden_field {
    display: none;
}

label.gfield_label {
    visibility: hidden;
}

.gform_footer input[type="submit"] {
    display: block !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    padding: 10px 40px !important;
    font-family: mabry-pro-bold, sans-serif;
}

.gform_footer input[type="submit"].btn-lg {
    font-size: 1.25em !important;
}

/* END FORMS */
/* HOME */
h3 ~ p {
    font-weight: 500;
}

body.home div#page-wrapper, body.page-template-iwm-agency div#page-wrapper {
    background: white url("/wp-content/themes/iwm/img/index-bg.png") no-repeat fixed center;
    background-size: contain;
}

section, div.questions {
    position: relative;
}

img.bg-index {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* bottom: 0; */
    /* right: 0; */
    /* object-fit: cover; */
    z-index: 0;
    height: 100vh;
}

.featured-service {
    position: relative;
}

.featured-service .service-line {
    border-top: solid 6px var(--bright-red);
}

.featured-service .service-name {
    display: inline-block;
    background-color: white;
    color: var(--bright-red);
    font-family: mabry-pro-bold, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
}

section:nth-of-type(even) .service-name {
    background-color: #F0F0F0;
}

.wp-block-columns {
    margin: 6rem 0;
}

.home .full-height-cover {
    filter: brightness(40%) grayscale(25%);
}

.home .full-height-cover + .cover-text {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 1%;
    transform: translateY(-50%);
}

.home .full-height-cover + .cover-text a {
    font-family: mabry-pro-bold, sans-serif;
}

/* END HOME */
/* AGENCY */
#ratio-mandats h2 {
    font-size: 10rem;
}

#page-agency h3 + p:before, .home h3 + p:before {
    content: '--';
    display: block;
    color: var(--bright-red);
    margin-right: 6px;
    letter-spacing: -10px;
    font-size: 4rem;
    line-height: 3rem;
}

img.low-contrast {
    filter: grayscale(100%) contrast(50%) brightness(150%);
}

/* END AGENCY */
/* BLOG */
.blog-item {
    position: relative;
}

.blog-item h2 {
    font-size: 2rem;
    text-transform: lowercase;
}

.blog-item h2 a {
    color: inherit !important;
}

.blog-item .banner-blog {
    position: relative;
}

.blog-item img.banner-image {
    display: block;
    height: 30vh;
    transition: opacity 0.15s ease-in;
}

.blog-item a:hover img.banner-image {
    opacity: 0.8;
}

.blog-item.fresh-blog .banner-image {
    height: 600px;
}

.blog-item img.blog-author {
    position: absolute;
    object-fit: cover;
    bottom: 3.5rem;
    left: -2rem;
    border-radius: 100%;
    z-index: 1;
    background-color: var(--platinum);
}

.blog-item .blog-category {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    font-family: mabry-pro-bold, sans-serif;
    color: white;
    background-color: var(--bright-red);
    z-index: 1;
}

.blog-item .blog-category a {
    color: white !important;
}

.fresh-blog.blog-item .under-thumbnail-blog {
    border-top-right-radius: 90px;
}

.blog-item .under-thumbnail-blog {
    display: inline-block;
    max-width: 50%;
    background-color: white;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    border-top-right-radius: 20px;
    z-index: 1;
}

.blog-item .under-thumbnail-blog time {
    font-family: mabry-pro-bold, sans-serif;
    font-size: 1.5rem;
    color: var(--bright-red);
    display: block;
}

.blog-item a, .blog-article a {
    color: var(--bright-red) !important;
}

.blog-item hr.separator {
    position: absolute;
    margin: 0;
    width: 2.5rem;
    height: 0.3rem;
    top: 100%;
    left: 100%;
    background-color: var(--bright-red);
}

.cover-image {
    position: relative;
    height: calc(100vh - 66px);
    background-size: cover;
    background-position: center;
}

.cover-image .under-thumbnail-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top-right-radius: 40px;
}

.cover-image .under-thumbnail-blog h1 {
    text-transform: lowercase;
    color: black;
    line-height: 4.5rem;
}

.meta-blog h4 {
    color: var(--bright-red);
}

.blog-article h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.blog-article h2:first-of-type:before {
    content: none;
}

.blog-article h2:before {
    content: '';
    height: 0.3rem;
    width: 2.5rem;
    background-color: var(--bright-red);
    margin-bottom: 3rem;
    margin-left: -1rem;
    display: block;
}

article[class*="cat-nouvelles"] h3:last-of-type {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.blog-article .about-author .jumbotron {
    position: relative;
    margin-top: 6rem;
    border-top-right-radius: 40px;
}

.about-author .author-image {
    position: absolute;
    border-radius: 100%;
    object-fit: cover;
}

/* HIDES FIRST IMAGE IN BLOG POSTS */
article > p:first-of-type a[href$=".jpg"],
article > p:first-of-type a[href$=".jpeg"],
article > p:first-of-type a[href$=".png"],
article > p:first-of-type a[href$=".gif"] {
    display: none !important;
}

div.heateor_sss_horizontal_sharing div {
    float: left;
    line-height: 25px;
}

.heateor_sss_sharing_container {
    display: flex;
    align-items: center;
}

ul.heateor_sss_sharing_ul:before {
    content: "Partagez sur";
    float: left;
    color: white;
    display: inline-block;
    height: 35px;
    background-color: var(--bright-red);
    font-family: mabry-pro-bold, sans-serif;
    padding: 6px 15px;
}

.heateorSssSharingRound > .heateorSssSharing {
    background-color: var(--bright-red) !important;
    margin: 0;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -ms-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.heateorSssSharingRound > .heateorSssSharing:hover {
    opacity: 0.8;
}

.heateorSssSharingRound:last-of-type > .heateorSssSharing {
    border-top-right-radius: 20px;
}

.page-link {
    border: none;
    border-radius: 0 !important;
    color: var(--bright-red) !important;
}

/* END BLOG */

/* SERVICES / PRODUITS */

section.services-list {
    background: url("/wp-content/themes/iwm/img/index-bg.png") no-repeat fixed center;
    background-size: contain;
}

.service-item {
    border: var(--bright-red) solid 2px;
    border-top-right-radius: 20%;
    width: 100%;
    position: relative;
    background-color: #ffffffaa;
}

.service-item .service-wrapper {
    position: absolute;
}

.service-item .service-title {
    color: var(--bright-red);
    word-break: break-word;
    hyphens: auto;
}

.service-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.service-item ul, .service-item ol {
    padding-left: 17px;
    word-break: break-word;
}

.service-item .service-excerpt {
    overflow-y: hidden;
    /*height: calc(100% - 30px);*/
    height: 95px;
    margin-bottom: 0;
    padding-left: 1px;
}

.service-item .service-round {
    position: absolute;
    background-color: var(--bright-red);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    font-size: 50px;
    font-weight: 300;
    text-decoration: none;
    top: 65px;
    left: -31px;
}

.service-item a.service-round:hover {
    background-color: var(--bright-red-08);
    text-decoration: none;
}

.service-item .service-round > .service-plus {
    position: absolute;
    color: white;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 45%);
}

.service-item button.read-more {
    position: absolute;
    bottom: 0;
}

/* SINGLE SERVICE PAGE */
.full-height-cover + .container {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}

.go-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.go-down a {
    font-size: xx-large;
}

.go-down a:hover {
    opacity: 0.8;
    text-decoration: none;
}

body:not(.home):not(.page-template-iwm-contact) .full-height-cover {
    opacity: 0.4;
    filter: grayscale(100%);
}

.full-height-cover + .container h1 {
    color: black;
    word-break: break-word;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.service-page h1 {
    color: black;
}

.service-page h1 + h3, .wp-block-column h2 {
    color: var(--bright-red);
}

.wp-block-columns {
    margin: 0;
    display: flex;
    align-items: center;
}

.wp-block-columns:first-of-type {
    margin-top: 5rem;
}

.wp-block-columns:last-of-type {
    margin-bottom: 5rem;
}

.wp-block-column figure.wp-block-image {
    margin-bottom: 0;
    width: 100%;
    background-color: #5F5F5F;
}

.wp-block-column figure.wp-block-image img {
    width: 100%;
    filter: grayscale(70%) brightness(60%) contrast(80%);
}

/* END SINGLE SERVICE PAGE */
/* END SERVICES / PRODUITS */
/* CAREERS */
a.card-header {
    cursor: pointer;
}

.accordion .card-header {
    background-color: var(--bright-red);
    border-radius: calc(.25rem - 1px) !important;
}

.accordion .card {
    border: none;
}

.job {
    border-radius: .25rem !important;
    overflow: hidden;
    transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
}

.job .card-header {
    border-radius: 0 !important;
}

.job.grow {
    transform: scale(1.01);
    box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.75);
}

/* END CAREERS */
/* TEAM */
.team-pics {
    position: relative;
}

.team-pic {
    width: 100%;
    padding-bottom: 100%;
    filter: brightness(40%) grayscale(100%);
    transition: opacity 0.15s ease-in;
    background: #1A1A1A center;
    background-size: cover;
}

.team-pic-unserious {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-pics:hover .team-pic-unserious + .team-pic {
    opacity: 0;
}

.team-description {
    position: absolute;
    color: white;
}

.team-page h2, .team-page h4 a {
    color: var(--bright-red);
}

.team-page h4 a:hover {
    opacity: 0.8;
}

.team-name {
    font-family: mabry-pro-bold, sans-serif;
}

/* END TEAM */
/* REALIZATIONS */
a:hover .realization-image {
    opacity: 0.8;
}

.realization-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%) brightness(40%);
    transition: opacity 0.15s ease-in;
}

#page-realizations img.realization-logo {
    width: 50%;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(1000%) grayscale(100%) contrast(200%);
}

#page-realizations h2 {
    line-height: 3rem;
}

/* END REALIZATIONS */
/* CONTACT */
.full-height-cover #cover-map-canvas {
    width: 100%;
    height: 100%;
}

.office {
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.office-map-container {
    position: relative;
}

.office-map-container .office-map-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bright-red);
    color: white;
    border-top-right-radius: 20px;
    padding: 1rem 1.5rem 0.8rem 1.5rem;
    font-size: 1.5rem;
    font-family: mabry-pro-bold, sans-serif;
    white-space: nowrap;
}

img.office-map {
    object-fit: cover;
}

.office-map {
    width: 100%;
}

.office-details {
    position: absolute;
    border-radius: 0 !important;
    border: 0;
    border-top-right-radius: 40px !important;
}

.card.office-details a {
    color: white;
    text-decoration: underline;
}

.card.office-details a:hover {
    text-decoration: none;
}

#page-contact h1 {
    color: black;
}

#page-contact a, a.text-dark {
    color: black;
    text-decoration: underline;
}

#page-contact a:hover, a.text-dark:hover {
    text-decoration: none;
}

.map-zoom-controls {
    position: absolute;
}

.map-zoom-control {
    color: white;
    padding: 1rem;
    display: block;
    line-height: initial;
}

.map-zoom-control:first-of-type {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.map-zoom-control:last-of-type {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/*.gfield input[required="true"]:not([type="checkbox"])::-webkit-input-placeholder:after,*/
/*.gfield input[required="true"]:not([type="checkbox"])::-moz-placeholder:after,*/
/*.gfield input[required="true"]:not([type="checkbox"]):-moz-placeholder:after,*/
/*.gfield input[required="true"]:not([type="checkbox"])::-ms-input-placeholder:after,*/
/*.gfield input[required="true"]:not([type="checkbox"]):-ms-input-placeholder:after,*/
/*.gfield input[required="true"]:not([type="checkbox"])::-webkit-input-placeholder:after,*/
/*.gfield textarea[required="true"]::-webkit-input-placeholder:after {*/
/*content: '*';*/
/*}*/

/* END CONTACT */

/* FAQ */

section.page-faq h3 {
    text-align: center;
}

section.page-faq h3:not(:first-child) {
    margin-top: 3rem;
}

section.page-faq p {
    text-align: justify;
}

/* END FAQ */

/* FOOTER */
.references img.client, .realizations img.client {
    filter: grayscale(100%) contrast(25%);
    transition: filter 0.15s;
}

.references img.client:hover, .realizations img.client:hover {
    filter: none;
    text-decoration: none;
}

.jumbotron.questions {
    background-color: var(--bright-red);
}

.jumbotron.questions a.btn-outline-light:hover, .jumbotron.questions a.btn-outline-light:active {
    color: var(--bright-red);
}

footer {
    background-color: #2C2C2C;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

footer .sub-footer {
    background-color: #252525;
}

footer a {
    color: var(--bright-red) !important;
    text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
    color: white !important;
    text-decoration: none !important;
}

footer .menu {
    list-style: none;
    margin-bottom: 0;
}

footer .menu a {
    color: white !important;
    font-weight: lighter;
}

footer .menu a:hover, footer .menu a:active, footer .menu a:focus {
    color: var(--bright-red) !important;
    text-decoration: none;
}

.show-numbers-phone {
    cursor: pointer;
}

footer ul li {
  list-style: none;
  font-family: mabry-pro, sans-serif;
}

/* END FOOTER */
