/*
 Theme Name: Futurio child
 Theme URI: https://futurio.com/
 Description: Child theme for Futurio
 Author: Futurio
 Author URI: https://futurio.com/
 Template: futurio
 Version: 1.0
*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    word-wrap: break-word;
    letter-spacing: 0px;
    font-weight: inherit;
}
@media (min-width: 768px) {
    .navbar-nav li:hover .dropdown-menu{
        visibility:visible;
        border-top: 4px solid #ccc;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #00317c;
    }
    #site-navigation.nav-pos-center {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .menu-container {
        position: absolute;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        height: 96vh;
        padding-bottom: 130px;
        z-index: 15;
        background-color: #fff;
        margin-top: 1px;
        border-right: 1px solid #e2e2e2;
        width: 70%;
        opacity: 0;
    }
    .navbar-nav ul.dropdown-menu {
        margin-left: 15px !important;
    }
    .open-panel {
        width: 24px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: rotate(0deg) translateY(-50%);
        -moz-transform: rotate(0deg) translateY(-50%);
        -o-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 15;
    }
    .nav.navbar-nav.navbar-right.icons-menu-right {
        padding-right: 40px;
    }
}
.top-search-icon i {
    z-index: 11;
}
article.futurio-post {
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #EFF2F4;
}
.card-body {
    border-top: 2px solid #ddd;
    background-color: white;
    padding: 1px;
}
.archive-page-header h1 {
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: 300;
    font-size: 25px;
}
.container-fluid.archive-page-header {
    background-color:#00317c;
    border-bottom: 1px solid #e2e2e2;
    color:white;
}
h1.single-title {
    margin-top: 0;
    z-index: 2;
    position: relative;
    font-size: 25px;
}
.single-entry-summary, .entry-footer {
    margin-top: 0px;
    width: 100%;
    clear: both;
}
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 {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid black;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: block;
    width: 100%;
    font-family: FontAwesome;
    padding-left: 20px;
}
#sidebar {
    display: block;
    max-width: 100%;
}
.page-area {
    padding-top: 0px;
    padding-bottom: 20px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    text-align:center;
    /*width: -webkit-fill-available;*/
}
#site-navigation.shrink, #futurio-floating.floating-element {
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.shrink h1.site-title, .shrink .site-title, .shrink .site-branding-text .site-title a, .shrink .site-branding-text h1.site-title a {
    font-size: 19px !important;
    line-height: 19px !important;
}
.shrink p.site-description {
    font-size: 12px !important;
    line-height: 12px !important;
}
#content-footer-section {
    background-color: #1e1e1e;
    color: #ffffff;
    padding-bottom: 8px;
    padding-top :10px ;
    clear: both;
}
.top-search-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 280px;
    margin-top: -21px;
}
.search-submit, .woocommerce-product-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    padding: 5px 20px;
    line-height: 16px;
    font-family: FontAwesome;
}
.btn-default,
input[type="submit"],
input#submit,
button,
a.comment-reply-link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.navbar-nav .menu-button a.btn-default  {
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    padding: 8px 20px;
    color: #000000;
    background-color: white;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
.search-field {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
.elementor-widget-container{
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    width: 100%;
}
.elementor-widget-container ul {
    list-style-type: none;
}
.content-date-comments {
    display: none;
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.comments-meta {
    display: none;
    background-color: rgba(0, 0, 0, 0.71);
    color: #FFF;
    padding: 0;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.6;
}
.entry-footer {
    display:none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
.news-item {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.post-excerpt {
    font-style: normal;
    font-weight: 200;
    margin-left: 10px;
}
nav.navigation.post-navigation {
    display:none;
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid black;
    padding: 10px;
}
.full-head-img {
    padding-top: 10px ! important;
    padding-bottom: 0px ! important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.full-head-img:after {
    position: absolute;
    content: "";
    background-color: white ! important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.full-head-img h1.single-title, .single-subtitle {
    color: black;
    z-index: 2;
    position: relative;
    padding-left: 15px ! important;
    padding-right: 0px ! important;
    text-align: left ! important ;
    font-size: 25px;
    margin-bottom: 15px ! important;
}
.author-meta {
    display:none;
}
.futurio-content {
    padding-left: 0 ! important;
    padding-right: 0 ! important;
}
#breadcrumbs {
    padding-left: 15px;
    width: 1270px;
    box-sizing: border-box;
    display: block;
    content: " ";
    margin: 0 auto;
}
@media screen and (max-width: 400px) {
    body {
        background-color: white;
    }
    breadcrumbs {
        background-color: white;
    }
    button {
        background-color: white;
    }
}
@media screen and (min-width: 100px) {
    body {
        background-color: white;
    }
    breadcrumbs {
        background-color: white;
    }
    button {
        background-color: white;
    }
}
.post-ratings:after {
    content: "Cet article a-t-il été utile ?";
}
.post-ratings {
    margin-top: 30px;
    margin-bottom: 30px;
    border:1px solid #00317c;
    width:auto;
    text-align: center;
    border-radius: 9px;
    white-space: pre-line;
}
.taxonomy-description {
    width: 1270px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    display: block;
    content: " ";
    display: table;
    color:#00317c;
    font-weight:bold;
}
.btn-default {
    border: 1px solid #2f4f4f;
    border-radius: 10px;
    padding: 2px 10px 2px;
    color: #2f4f4f;
    margin-left: 15px;
}
.btn-link {
    color: #000000;
    font-size: medium ;
}
::placeholder {
    color: #808080 ! important;
}
.elementor-page-299 h5 {
    font-size: 25px;
}
#accordion h5 {
    margin: 0;
}
