/*
 Theme Name:   Sirea 2020
 Theme URI:    https://www.sireagroup.com/
 Description:  WP Bootstrap 4 Child Theme
 Author:       David Grand
 Author URI:   https://www.sireagroup.com/
 Template:     wp-bootstrap-4
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-4-child
*/

/* GLOBAL UI ------------------------------

Vert Sirea : #01A49E / rgb(1, 164, 158);
Vert Sirea -1 : rgba(1, 164, 158, .9);
Vert Sirea -2 : --
Vert Sirea -3 : --
Vert Sirea -4 : rgba(1, 164, 158, .25);
Vert Sirea -5 : rgba(1, 164, 158, .1);

Gris Sirea : #244C5A / rgb(36, 76, 90);
Gris Sirea -1 : / rgba(36, 76, 90, .9);
Gris Sirea -2 : / rgba(36, 76, 90, .75);
Gris Sirea -3 : / rgba(36, 76, 90, .5);
Gris Sirea -4 : / rgba(36, 76, 90, .25);
Gris Sirea -5 : / rgba(36, 76, 90, .1);

Gris foncé : #666;
Gris : #999;
Blanc cassé 2 :#DDD;
Blanc cassé : #EEE;

-----------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url('plugins/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('plugins/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('plugins/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('plugins/fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('plugins/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

body {
    font-family: Roboto, Helevtica, Arial, sans-serif;
}

.container {
    max-width: 1140px !important;
}


a:active,
a:focus {
    color: #01A49E;
}

p {
    font-size:1.25rem;
}

.post-content li {
    font-size:1.25rem;
}

.post-content a:hover,
.post-content a:active,
.post-content a:focus {
    color: #01A49E;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
    height: auto;
    border: 3px solid #EEE;
    border-radius: 0;
    font-size: 1.25rem;
    padding: .5rem 1rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus{
    border-color: #01A49E;
    box-shadow:none;
}

select {
    height: 3.5rem;
    border-radius: 0;
}

input[type="file"]{
    background-color: rgba(1, 164, 158, .1);
    padding: 1rem;
}


span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}
.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 3px solid #EEE;
}
.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
    border-color: #01A49E;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}


.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-outline-primary,
.button.add_to_cart_button,
.wc-proceed-to-checkout
.checkout-button.button,
.price_slider_amount button[type="submit"] {
	background-color: #01A49E !important;
	border-color: #01A49E !important;
    color:#fff !important;
    border-radius:0;
    padding: 1rem 2rem;
    text-transform:uppercase;
    font-weight: 500;
    letter-spacing: .1rem;
}

.btn-primary:hover {
    text-decoration:none;
}

.btn-primary .mdi {
    font-size: 1.5rem;
    position: relative;
    top: .2rem;
    left: 0.5rem;
}

.btn-primary.btn-semi {
    background-color: rgba(36, 76, 90, 0.25) !important;
}

.btn-primary.btn-semi:hover {
    background-color: rgba(36, 76, 90, 1) !important;
}

.btn-flat {
    color: #01A49E;
    padding: 1rem 0;
    text-transform:uppercase;
    font-weight: 500;
    letter-spacing: .1rem;
}

.btn-flat:hover {
    color: #01A49E;
    text-decoration:none;
    background-color: transparent;
    opacity:.5;
}

.btn-flat .mdi {
    font-size: 1.5rem;
    position: relative;
    top: .2rem;
    left: 0.5rem;
}


a[class^='btn'] .mdi,
a[class*=' btn'] .mdi {
    transition: all .25s linear;
}

a[class^='btn']:hover .mdi,
a[class*=' btn']:hover .mdi {
    left: 0.75rem;
}


blockquote {
    padding: 1.5rem 2.5rem;
    border-left: 3px solid rgba(1, 164, 158, .25);
    background: rgba(1, 164, 158, .1);
    color: #01A49E;
}

blockquote p {
    color: #244C5A;
}

table th,
table td {
    vertical-align: middle;
    border-top: 1px dotted #DDD;
}


.content-area .document {
    display: block;
    background-color: rgba(1, 164, 158, .1);
    color:#01A49E;
    padding: 1rem;
    text-transform:uppercase;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .1rem;
    margin-top:1rem;
}

.content-area .document:hover,
.content-area .document a:hover,
 .content-area .document a:focus{
    color:#01A49E;
    text-decoration:none;
}

.content-area .document .mdi {
    font-size: 1.5rem;
}

.content-area .document .mdi:first-child {
    position: relative;
    top: 2px;
    padding: 0 1rem 0 .25rem;
    margin-right:1rem;
    border-right: 1px solid rgba(1, 164, 158, .25);
}

.content-area .document span.filesize {
    position: absolute;
    right: 2rem;
    margin-top: 3px;
    opacity: .5;
}

.content-area .document .wp-block-file__button {
    float: right;
    margin-top: -6px;
    border-radius: 0;
    color: #FFF;
    background-color: #01A49E;
}
.content-area .document .wp-block-file__button:hover,
.content-area .document .wp-block-file__button:focus {
    color: #FFF;
    background-color: #244c5a;
}

/* GUTEMBERG */
.content-area a,
.content-area ul li a {
    color: #01A49E;
}
.single .content-area .wp-block-button a {
    color:#FFF;
    background-color:#01A49E;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1rem;
    padding: 1rem 2rem;
}

.single .content-area .wp-block-button a:hover {
    background-color:rgba(36, 76, 90, 1);
}

.single .content-area .wp-block-button a::after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\F054";
    font-size: 1.5rem;
    position: relative;
    top: .2rem;
    left: 0.5rem;
    transition: all .25s linear;
}

.single .content-area .wp-block-button a:hover::after {
    left: 0.75rem;
}

.wp-block-image figcaption {
        margin-bottom: 0;
        text-align:center;
}

.wp-block-social-links .wp-social-link a {
    color: #FFF;
}


/* HEADER */

.navbar-nav .nav-link .description,
.navbar-nav .nav-link .pastille {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 1px 3px 0px 4px;
    font-size: 0.5rem;
    margin-left: .25rem;
    background: #01A49E;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.navbar-nav .nav-link .description {
    border-radius: 2px;
}

.navbar-nav .nav-link .pastille {
    border-radius: 50%;
}

#top-navigation.navbar {
    position: absolute;
    width: 100%;
    z-index: 3;
    padding: 0;
    font-size: 0.8rem;

}

#top-navigation.navbar-dark .navbar-nav .nav-link {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

#top-navigation.navbar .navbar-nav .dropdown-menu .nav-link {
    color: #01A49E;
}

#top-navigation.navbar .navbar-nav .dropdown-menu .nav-link:hover {
    background-color:#EEE;
}


#masthead {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 2.2rem;
    border-bottom: 0;
    z-index: 2;
}

#masthead .navbar {
    padding: 0;
}

#masthead .navbar .container {
    background-color:#fff;
}

#masthead .custom-logo {
    padding: .25rem 1rem;
}

#masthead .navbar .navbar-nav .nav-link {
    color: #01A49E;
    font-size: .85rem;
    font-weight:500;
    letter-spacing: .1rem;
    text-transform: uppercase;
    padding: 2rem 1rem;
}

#masthead .navbar .navbar-nav .nav-link:hover {
    background-color: rgba(1, 164, 158, .1);
}

#masthead .navbar .navbar-nav .active {
    background-color: rgba(1, 164, 158, .1);
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin: 0;
    min-width: 15rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}


#masthead .navbar .dropdown-menu .nav-link {
    padding: .5rem 1rem;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
}


/* HOMEPAGE */

.jumbotron {
    max-height: 552px;
    margin-bottom:0;
}

.wb-bp-front-page h2 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
    color:#244C5A;
}

.wb-bp-front-page .subheading {
    font-size:1.25rem;
    text-transform:uppercase;
    letter-spacing:.25rem;
}



.wb-bp-front-page #homepage-activities-slider h2 {
    color:#fff;
    font-weight: 500;
}

.wb-bp-front-page #homepage-activities-slider .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 15rem 2rem 10rem 2rem;
    background:linear-gradient(90deg, rgba(36, 76, 90, .9), rgba(36, 76, 90, .75));
}

.wb-bp-front-page #homepage-activities-slider .slick-dots {
    position: relative;
    text-align: right;
    display: inline-block;
    top: -1rem;
    right: 10%;
}

.wb-bp-front-page #homepage-activities-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5rem; 
}

.wb-bp-front-page #homepage-activities-slider .slick-dots li button:before {
    opacity: .75;
    color: transparent;
    background-color: rgba(255,255,255,0.25);
    width: 5rem;
    height: .5rem;
}

.wb-bp-front-page #homepage-activities-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #01A49E;
}

.wb-bp-front-page #homepage-activities-slider .slick-prev,
.wb-bp-front-page #homepage-activities-slider .slick-next {
    z-index: 1;
}

.wb-bp-front-page #homepage-activities-slider .slick-prev {
    left:25px;
}

.wb-bp-front-page #homepage-activities-slider .slick-next {
    right:50px;
}


.wb-bp-front-page #live {
    margin-top:-2rem;
    margin-bottom: -10rem;
}


.wb-bp-front-page #live .jumbotron {
    background-image:none;
    background-color: rgba(1, 164, 158, .1);
    color:#244C5A;

}

.wb-bp-front-page #live .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    background:transparent;
    background-image:url('img/dotted-world-map.png');
    padding:6rem 2rem 12rem 2rem;
    background-size: cover;
}

.wb-bp-front-page #live .live-value {
    font-size: 3rem;
    font-weight: 600;
    color: #01A49E;
    text-decoration:none;
}

.wb-bp-front-page #live .live-item {
    position: relative;
    top: -0.5rem;
    font-size:1rem;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.15rem;
}



section#products {
    margin-top: 5rem;
}

section#projects {
    margin-top: 5rem;
    background:#01A49E;
    max-height: 25rem;
    color:#fff;
    padding: 3rem 0;
}





section#teams {
    background: #01A49E;
    max-height: 27rem;
    color: #fff;
    padding: 10rem 0 0 0;
}

section#teams h2 {
    text-align:center;
}

section#customers {
    margin-top: 10rem;
}

section#customers h2 {
    text-align:center;
}

section#sources {
    margin-top: 5rem;
}
section#sources h2 {
    text-align:center;
    margin-bottom:3rem;
}

section#sources .source img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 576px){
    .wb-bp-front-page section h2  {
        font-size: 2rem !important;
    }

    .wb-bp-front-page section#teams {
        max-height: 33rem;
        padding: 20rem 0 0 0;
    }


    .wb-bp-front-page section#teams p {
        color:#244C5A;
    }

    .wb-bp-front-page section#customers {
        margin-top: 18rem;
    }

    .wb-bp-front-page section#customers .btn-primary.btn-semi {
        background-color: #01A49E !important;
    }

    .wb-bp-front-page .slick-next {
        right: 30px;
    }

}



/* PAGES */

.page-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    opacity:.5;
}

.page-sidetitle {
    opacity:.5;
}

.page-undertitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: .5rem;
}

.page-undertitle p {
    margin-bottom: 0;
}

.content-area p,
.content-area ul li {
    font-size: 1.25rem;
}

.content-area p.has-large-font-size {
    font-size: 3rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.content-area p.has-huge-font-size {
    font-size:4.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.content-area .sub-area {
    background-color:#EEE;
    padding: 2rem 5rem;
    margin-bottom:3rem;
}
.content-area .sub-area h2:not(.entry-title) {
    margin-top: 2rem;
    font-size: 3rem;
    font-weight: 400;
    color: #666;
}


.subtitle-baseline {
	display: block;
    font-size: 1rem;
    color: #999;
}



header.wp-bs-4-jumbotron {
    padding: 0;
    margin-bottom: 2rem;
    /*background-image: url(https://www.sireagroup.com/wp-content/uploads/2015/11/industrie.jpg) !important; */
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
    color:#fff;

}

header.wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    background:linear-gradient(90deg, rgba(1, 164, 158, .9), rgba(36, 76, 90, .9));
    padding: 10rem 0rem 2rem;
}
header .header-actions {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}

header .rss-link {
    margin-left: 1rem;
    font-size: 2rem;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    padding: .5rem 1rem;
}

header .rss-link:hover,
header .rss-link:active,
header .rss-link:focus {
    color:#fff;
    background-color: rgba(255,255,255,0.05);
}


/* ARCHIVES */


.archive .entry-title a:hover {
    color: #01A49E !important;
}


@media (min-width: 600px){
    .blog main > .row > .col-lg-8 .card:after {
        padding-bottom: 48%;
    }
}




 
/* CARDS */

.card {
    position: relative;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-position: center;
    border-radius:0;
    padding:0;
    border:0;
}


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

.card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem;
    color:#fff;
}

.card .card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(36, 76, 90, 0.75);
    color:#fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.card:hover .card-overlay {
    background: rgba(36, 76, 90, .9);
}

.card .card-body .entry-title a {
    font-size: 2rem;
    line-height: 2rem;
    padding: .5rem 0;
	color:#fff;  
}

.card .card-body .entry-title a:hover {
    color: #fff !important;
}

.card .card-body .entry-summary a {
    color: #fff;
    opacity: 1;
}

.card .card-body .entry-summary a:hover {
    color:#fff;
    opacity: .5;
}

.card .card-body .entry-summary {
    margin: 0;
}
.card .card-body .entry-summary p {
    margin-bottom: 0;
}




/* ITEM : POST */
.card.post .card-body {
    padding: 1rem 2rem 2rem 2rem;
}

.card.post .entry-category.col-xs-9 {
    width:75%;
}
.card.post .entry-date.col-xs-3 {
    width:25%;
}

.card.post .entry-category a {
    text-transform: uppercase;
    font-weight:500;
    color:#fff;
}

.card.post .entry-category a:hover {
    opacity:.5;
}

.card.post .entry-category .mdi {
    background-color: #01A49E;
    font-size: 2rem;
    padding: .25rem .75rem;
    position: relative;
    float: left;
    top: -1.5rem;
    margin-right: 1rem;
    color:#fff;
}

.card.post .entry-date {
    text-align:right !important;
    text-transform: uppercase;
    font-weight:500;
    opacity:.5;
    color:#fff;
}

@media (min-width: 768px){
    .col-lg-8 .card.post .entry-title a {
        font-size: 2.75rem;
        line-height: 3rem;
    }
}

.card.post .entry-title {
    line-height: 1.75rem;
}

.card.post .entry-title a {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}

.card.post .entry-title a:hover {
    text-decoration: none;
}

.card.post .card-learn-more {
    position: absolute;
    bottom: 1rem;
    font-size: 1rem;
}



/* ITEM : ACTIVITY */

.card.activity:after {
    padding-bottom: 75%;
}

.card.activity .card-body {
    bottom: 0;
    width: auto;
    height: auto;
    padding: 2rem 3rem;
}

.card.activity .entry-summary p {
    margin: 1rem 0;
}

.card.activity .card-learn-more a {
    color:#fff;
}



.archive.post-type-archive-activity .site-main .row .col-sm-6:last-child {
    max-width:100%;
    flex:100%;
}

.archive.post-type-archive-activity .site-main .row .col-sm-6:last-child .card.activity:after {
    padding-bottom: 35%;
}




/* ITEM : PROJECT */


.card.project .card-body {
    width: auto;
    height: auto;
    bottom: 0;
    padding: 2rem;
}

.card.project .entry-category,
.card.project .entry-meta {
    font-weight:500;
    text-transform:uppercase;
}

.card.project .entry-meta {
    opacity:.5;
}

section#projects .card.project {
    margin: 1rem;
}


/* ITEM : product */
.card.product .card-body {
    text-align: center;
    border: 2px solid rgba(36, 76, 90, .1);
    padding: 0;
    transition: all .25s linear;
}
.card.product .card-body:hover {
    background-color:rgba(36, 76, 90, .1);
    border-color: transparent;
}
.card.product .card-body a {
	display: inline;
    color:#01A49E;
}
.card.product .card-body img {
    padding: 1rem 2rem;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
}
.card.product .card-body .entry-header{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 1rem;
}

.card.product .card-body .entry-title a{
    font-size:1.5rem;
}
.card.product .card-body a:hover{
    color:#01A49E !important;
    opacity: .5;
}



/* ITEM : COUNTRY */

.card.country:after {
    padding-bottom:0;
}

.card.country .card-body {
    position: relative;
    padding: 4rem 0;
    text-align:center;
}



/* ITEM : QUALITY */
.card.quality{
    background: #fff;
    margin: 0;
    padding: 0 2rem;
    border-bottom: 1px solid rgba(36, 76, 90, .1);
    transition: all .25s linear;
}

.card.quality:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index: 1;
    border-color: transparent;
}

.card.quality:after {
    padding-bottom:0;
}

.card.quality .card-body {
    position: relative;
    color: #244C5A;
    padding: 2rem 0;
    height: auto;
}
.card.quality .card-body .entry-title {
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.card.quality .card-body .entry-title a {
    font-size: 1.5rem;
    line-height: 1rem;
    color:#244C5A;
    opacity: 1;
}

.card.quality .card-body .entry-title a:hover {
    color:#244C5A !important;
}

.card.quality .entry-meta {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(36, 76, 90, .5);
}

.card.quality .entry-meta a {
    color: #01A49E;
}

.card.quality .card-body > .mdi{
    font-size: 5rem;
    float: left;
    color: #ddd;
    margin-right: 1rem;
    position: relative;
    top: -1rem;
}


/* ITEM : CUSTOMER / PARTNER */

.card.customer:after,
.card.partner:after {
    padding-bottom: 0;
}

.card.customer .logo-container,
.card.partner .logo-container {
    min-height: 250px;
}


.card.customer .logo-container img,
.card.partner .logo-container img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 3rem;
}

.single .col-md-8 .main-content-fullpage-slider .card.customer .logo-container img,
.single .col-md-8 .main-content-fullpage-slider .card.partner .logo-container img {
    padding: 0 1.5rem;
}

/* ITEM : ARTICLE */

.card.article{
    background: #fff;
    margin: 0;
    padding: 0 2rem;
    border-bottom: 1px solid rgba(36, 76, 90, .1);
    transition: all .25s linear;
}

.card.article:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index: 1;
    border-color: transparent;
}

.card.article:after {
    padding-bottom:0;
}

.card.article .card-body {
    position: relative;
    color: #244C5A;
    padding: 2rem 0;
    height: auto;
}
.card.article .card-body .entry-title {
    line-height: 2rem;
}

.card.article .card-body .entry-title a {
    font-size: 1.5rem;
    line-height: 1rem;
    color:#244C5A;
    opacity: 1;
}

.card.article .card-body .entry-title a:hover {
    color:#244C5A !important;
}

.card.article .entry-meta {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(36, 76, 90, .5);
}

.card.article .entry-meta a {
    color: #01A49E;
}

.card.article .card-body > .mdi{
    font-size: 5rem;
    float: left;
    color: #ddd;
    margin-right: 1rem;
    position: relative;
    top: -1rem;
}



/* ITEM : TEAM */

.card.team:after {
    padding-bottom: 50%;
}

.card.team .card-body {
    bottom: 0;
    width: auto;
    height: auto;
    padding: 1.5rem 2rem;
}

.card.team .entry-summary p {
    margin: 1rem 0;
}

.card.team .card-learn-more a {
    color:#fff;
}

.archive .card.team {
    overflow:initial;
}


/* ITEM : WORK */

.card.work:after {
    padding-bottom:0;
}

.card.work .card-body {
    position: relative;
    padding: 4rem 0;
    text-align:center;
}


/* ITEM : USER */

.single .card.user {
    overflow:initial;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.single .card.user .entry-header{
    margin-left: -2rem;
    margin-bottom: -2.5rem;
}

.single .card.user .entry-header .user-work{
    font-size: 1rem;
}


.single .card.user .user-image {
    float:right;
    margin-top: -100px;
    margin-right: -40px;
}







/* SINGLE */

.single header.large .wp-bp-jumbo-overlay {
    padding:10rem 0rem 7.5rem 0;
}

.single .content-area section {
    margin-bottom:2rem;
}

.single .content-area {
    margin-top: -7rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0;
}

.single .content-area .entry-content p,
.single .content-area .entry-content li {
    color:#244C5A;
}

.single-post .content-area .entry-content > p:first-child,
.single-project .content-area .entry-content > p:first-child {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.single .content-area h2:not(.entry-title),
.single .content-area h3:not(.entry-title),
.single .content-area h4:not(.entry-title) {
    margin-top : 2rem;
}


.single .content-area h3 {
    font-size: 1.5rem;
}

.single .content-area h4 {
    font-size: 1.25rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.single #partner-forced-mention .row {
    background-color:#EEE;
    padding: 1rem 0;
}

.single .content-area .post-user {
    background-color: #EEE;
    padding: 2rem 1.5rem;
}
.single .content-area .post-user h2 {
    margin-top: 0;
}



.single aside#secondary .widget {
    border-bottom:0 !important;
    background-color:rgba(1, 164, 158, .1);
}
.single aside#secondary .widget h5 {
    font-size: 1.5rem;
}


.single aside .card {
    margin: 1rem 0;
}

.single aside .card.activity:after {
    padding-bottom: 50%;
}
.single aside .card .card-body {
    padding: 1.5rem 2rem;
}
.single .card.post .entry-title a {
    font-size: 1.75rem;
}


.single .slick-slider .card {
    margin-top: 1rem;
}


.single .slick-slider .slick-prev {
    left: -5rem;
}

.single .comments-area .comments-title {
    padding: 1.5rem 0rem;
    font-size: 1.5rem;
}

.single .comments-area .wb-comment-form {
    padding: 0rem;
    margin-top: 2rem;
}

.single .comments-area .comment-list > li {
    padding: 2.5rem 0;
}
.single .comments-area .form-submit {
    padding: 0 1rem;
}


.schema-faq-section {
    background-color: rgba(1, 164, 158, .1);
    padding: 1rem 2rem 0.25rem 2rem;
    margin-bottom: 1rem;
}

.schema-faq-question {
    font-size: 1.25rem;
}

.schema-faq-answer {
    font-size: 1rem;
}


/* SINGLE POST */

.single-post .page-subtitle {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    text-transform: inherit;
    letter-spacing: inherit;
    opacity: 1;
}

.single-post h1.post-title {
    margin: 1rem 0;
}

.single-post .content-area {
    margin-top: -10rem;
}

.single-post main .post-date,
.single-post main .post-category {
    color: rgba(36, 76, 90, 1);
    text-transform:uppercase;
    font-size:1rem;
    font-weight: 600;
    opacity:.75;
}

.single-post main .post-category {
    color: rgba(36, 76, 90, .5);
}

.single-post main .post-category a:hover {
    text-decoration:none;
    opacity:.5;
}

.single-post .comments-area.card:after{
    content:none;
}

/* SINGLE PRODUCT */
.single-product header.large .wp-bp-jumbo-overlay {
    padding: 5rem 0rem 7.5rem 0;
}
.single-product .content-area {
    margin-top: 7rem;
}
.single-product .content-area header h1 {
    text-align: center;
}

.single-product .product-img {
    display: block;
    position: relative;
    margin: 5rem auto -15rem auto;
}

.single-product .mockup {
	margin-top: -200px;
}


/* SINGLE PROJECT */

.single-project h1 {
    margin: 5rem 0;
}

.single-project #project-details {
    background-color: rgba(36, 76, 90, .1);
    padding: 2rem;
}

.single-project .content-area aside h2 {
    margin-top: 0rem !important;
}
.single-project #project-users h2 {
    margin-top: 2rem !important;
}

.single-project .project-detail {
	margin-bottom:.5rem;
}

.project-detail a:hover {
    color: #01A49E;
}



.single-project #project-users .project-user {
    display: block;
    background-color: rgba(1, 164, 158, .1);
    color: #01A49E;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.single-project #project-users .project-user img {
    width: 35%;
}

.single-project #project-users .project-user-meta {
    position: relative;
    display: inline-block;
    width: 65%;
    top: 1rem;
    left: 1rem;
}

.single-project #project-users .project-user-meta .user-name {
    font-size:1.25rem;
}
.single-project #project-users .project-user-meta .user-work {
    color:#244C5A
}

.single-project .content-area #project-ad {
    text-align:center;
    background-color: rgba(36, 76, 90, .1);
    padding: 2rem 1rem;
    margin-top: 2rem;
}
.single-project .content-area #project-ad.goodeos {
    background-color: #F08B1E;
    color:#FFF;
}
.single-project .content-area #project-ad.goodeos .btn-primary{
    background-color: #AAC82D !important;
    border-color: #AAC82D !important;
    color:#FFF !important;
}

/* SINGLE COUNTRY */
.single-country #country-user-details {
    background-color: #01A49E;
    color: #fff;
    margin-top: -5rem;
    padding: 2rem;
}
.single-country #country-user-details h2 {
    margin-top: 0rem;
}

.single-country .country-user-detail{
    margin-bottom:1rem;
}

.single-country #country-partners-slider .partner+header {
    display: none !important;
}



/* SINGLE USER */

.author header.wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 6rem 0rem 0rem;
}


.author header.wp-bs-4-jumbotron .wp-bp-jumbo-overlay .user-image {
    margin-top: -5rem;
}


.author header.wp-bs-4-jumbotron .wp-bp-jumbo-overlay h1 {
    margin-top: 2rem;
}



/* FOOTER */

#colophon.site-footer {
    padding-bottom: 1rem;
}

#colophon.site-footer a {
    color: inherit !important;
}
#colophon.site-footer a.btn-primary {
    color: #FFF !important;
}

#colophon.site-footer #contact-banner {
    /* background-image: url(https://www.sireagroup.com/wp-content/uploads/2015/11/industrie.jpg) !important; */
    background-size: cover;
    background-position: center;
    background-color: #244C5A;
}

#colophon.site-footer #contact-banner .overlay {
    padding: 5rem 0rem;
    background:linear-gradient(90deg, rgba(1, 164, 158, .9), rgba(36, 76, 90, .9));
}


#colophon img.avatar {
    position: absolute;
    left: 0;
    bottom: -80px;
}

#prefooter {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: .1rem;
}
#prefooter a:hover,
#prefooter .current-menu-item a {
    color:#01A49E !important;
}

#prefooter #social-navigation a {
    font-size: 1.25rem;
    line-height: 1rem;
}

.site-info {
    border-top:1px solid #eee;
    padding-top: 1rem;

}

.site-info .text-left {
    float: left;
    line-height: 1rem;
    font-size: 0.75rem;
}

.site-info .text-right {
    float: right;
}

.site-info #bottom-navigation {
    padding:0;
}

.site-info #bottom-navigation .nav-link {
    color:#01A49E !important;
    padding: 0 1rem;
    border-right: 1px solid #eee;
    line-height: 1rem;
    font-size: 0.75rem;
}
.site-info #bottom-navigation .nav-item:last-child .nav-link {
    padding-right: 0;
    border-right: 0;
}



/* SLICK */

 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    background-color: rgba(36, 76, 90, .5);
    padding: .75rem;
    border-radius: 50%;
    top: 45%;
    font-family: "Material Design Icons";
    font-size: 1.5rem;
    color: #fff;
    opacity:1;
    transition: all .25s linear;
}

.slick-prev:before {
    content: "\F04D";
}

.slick-next:before {
    content: "\F054";
}

.slick-prev:before:hover,
.slick-next:before:hover {
    background: rgba(36, 76, 90, .25);
    opacity:.75;
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    background: rgba(36, 76, 90, .25);
    opacity: .25;
}




/* WP PAGE NAVI */

.wp-pagenavi {
    clear: both;
    margin-top: 3rem;
    text-align: center;
}

.wp-pagenavi a{
    color:#01A49E;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
    display:inline-block;
    padding: 8px 15px;
    margin: 2px;
    text-decoration: none;
    border: 0;
    background-color: #eee;
}

.wp-pagenavi span {
    display: inline-block;
    padding: 8px 15px;
    margin: 2px;
    border: 0;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color:#FFF;
    background-color: #01A49E;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi a:not(:hover):active,
.wp-pagenavi a:not(:hover):focus {
    color:#01A49E;
}

.wp-pagenavi .pages {
    border: 0;
    padding: 8px 15px;
    display: block;
}




/* RESPONSIVE ----------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */

@media (min-width: 992px){
    #masthead .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 992px){

    #topbar-menu-wrap.collapse:not(.show) {
        display: initial;
    }

    #topbar-menu-wrap #topbar-menu {
        display: flex;
        width: 100%;
        flex-flow: row;
        justify-content:space-between;
    }
    #topbar-menu-wrap #topbar-menu > li.nav-item {
        display: inline-block;
        padding: 0 1rem;
    }
    #topbar-menu-wrap #topbar-menu > li.menu-item-object-country {
        text-align: right;
    }

    #topbar-menu-wrap #topbar-menu li.nav-item ul.dropdown-menu{
        position: absolute;
    }
    #topbar-menu-wrap #topbar-menu > li.nav-item:last-child {
        text-align:right;
    }

    #site-navigation .container {
        margin: 0 1rem;
        padding: 1rem;
    }

    #site-navigation .container .navbar-toggler .mdi {
        font-size: 2rem;
        color:#01A49E;
    }
    #masthead .navbar .navbar-nav .nav-link {
        padding: 1rem;
    }
    #masthead .navbar .navbar-nav .dropdown-menu{
        box-shadow: none;
        padding: 0 2rem;
    }
}



/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) { 

    .wb-bp-front-page #homepage-activities-slider .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
        padding: 12rem 2rem 10rem 2rem;
    }

    .wb-bp-front-page #homepage-activities-slider .slick-dots li {
        width: 3rem;
    }

    .wb-bp-front-page #homepage-activities-slider .slick-dots li button:before {
        width: 3rem;
    }

    .wb-bp-front-page section#live {
        margin-top: -5rem;
        margin-bottom: 12rem;
    }
    .wb-bp-front-page section#live .live-value {
        font-size: 2rem;
    }

    .wb-bp-front-page #live .live-item {
        font-size: .75rem;
        letter-spacing: .1rem;
    }

    .wb-bp-front-page section#projects .container {
        padding: 0;
    }

    .single .content-area {
        padding: 1rem;
    }
    .content-area .sub-area {
        padding: 1rem 2rem;
        font-size: 2rem;
    }
    .content-area .sub-area h2:not(.entry-title) {
        font-size: 2rem;
    }
    .content-area p.has-huge-font-size {
        font-size: 2.5rem;
        line-height: 1rem;
        margin-bottom: 1rem;
    }

    .single .content-area .post-user .btn {
        width: 100%;
        margin-bottom: 2rem;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }

    .card.article .card-body .row div:first-child a img,
    .card.quality .card-body .row div:first-child a img {
        width: 100%;
        padding: 1rem 2rem 2rem 2rem;
    }

    .card.customer .logo-container img,
    .card.partner .logo-container img {
        padding: 0 1rem;
    }

    #projects .container > .row:first-child {
        padding: 0 2rem;
    }
    #projects .container > .row .col-md-4 {
        padding: 0 3rem;
    }

    #projects .card.team .card-body .entry-title a,
    #projects .card.team .card-body .entry-title h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    

    #teams #homepage-teams-slider + div .btn-semi {
        background-color: rgba(36, 76, 90, 1) !important;
    }


    #contact-banner .col-md-4 {
        text-align: left !important;
    }

    #prefooter-menu-wrap.collapse,
    #social-menu-wrap.collapse {
        display:inline-block !important;
    }

    #social-navigation ul.navbar-nav {
        display: inline;
    }

    #social-navigation ul.navbar-nav li {
        display: inline-block;
    }

}
