/*
Theme Name: Feef
Theme URI: https://www.davask.com/
Description: Custom made Theme fro FEEF
Tags: custom, feef
Author: davask
Author URI: http://www.davask.com/
Text Domain: feef
Version: 1.0.0
*/

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}

.pagination {
    padding: 10px 0;
}

.tease {
    position: relative;
    margin-bottom: 20px;
}
.tease .news-article {
    padding-bottom: 0;
}
.tease .news-article .article-image {
    position: absolute;
    width: 10%;
    height: 100px;
    overflow: hidden;
    padding: 0;
}
.tease .news-article .title-article,
.tease .news-article .excerpt {
    margin: 0;
    padding: 0;
    max-width:100%;
}
.tease .news-article .main-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tease .tag {
    position: absolute;
    top: 0;
    right: 100%;
    font-family: "Antonio", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #555555;
    padding: 0 5px;
    margin: 0 5px 0 0;
    z-index: 2;
}
.tease .news-article .date {
    position: initial;
    padding: 7.5px 0;
    color: #0071bb;
}
.tease .news-article .tag {
    position: relative;
    right: 0;
    display: inline-block;
}

.services-section ul.menu ._image {
    height: 25px;
    width: 25px;
    padding: 4px 0;
}

.wpcf7-form-control-wrap.events_date_formation span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-form-control-wrap.events_date_formation input[checked] + span {
    color: #00B0CF;
}
.wpcf7-form-control-wrap.events_date_formation input[type="radio"],
.wpcf7-form-control-wrap.events_date_formation input[type="checkbox"] {
    height: initial;
    width: initial;
    margin-bottom: 0;
}

.single-events .description h3,
.single-formation .description h3 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.single-events .description h3::after,
.single-formation .description h3::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f9423a;
}

.form-ajax-search select,
.edit-profile #wpcf7-f19273-o1 select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #00b0cf;
    box-shadow: 0 1px 0 1px rgba(0,176,207,.04);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #00b0cf;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

    */
background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.69584 7.00706L0.447173 2.75839C0.153515 2.46473 0.153515 1.98988 0.447173 1.69934L1.1532 0.993315C1.44686 0.699656 1.92171 0.699656 2.21225 0.993315L5.2238 4.00487L8.23536 0.993315C8.52902 0.699657 9.00387 0.699657 9.29441 0.993315L10.0067 1.69622C10.3003 1.98988 10.3003 2.46473 10.0067 2.75526L5.75801 7.00394C5.46435 7.30072 4.9895 7.30072 4.69584 7.00706Z' fill='white'/%3E%3C/svg%3E%0A");,
      linear-gradient(to bottom, #00b0cf 0%,#00b0cf 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.form-ajax-search select::-ms-expand,
.edit-profile #wpcf7-f19273-o1 select::-ms-expand {
    display: none;
}
/* Hover style */
.form-ajax-search select:hover,
.edit-profile #wpcf7-f19273-o1 select:hover {
    border-color: #00b0cf;
}
/* Focus style */
.form-ajax-search select:focus,
.edit-profile #wpcf7-f19273-o1 select:focus {
    border-color: #00b0cf;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(0, 176, 207, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #ffffff;
    outline: none;
}

/* Set options to normal weight */
.form-ajax-search select option,
.edit-profile #wpcf7-f19273-o1 select option {
    font-weight:normal;
    font-weight: normal;
    background: #fff;
    color: #333;
}
.form-ajax-search select option:hover,
.edit-profile #wpcf7-f19273-o1 select option:hover {
    background: #00b0cf;
    color: #fff;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .form-ajax-search select,
:root:lang(ar) .form-ajax-search select,
:root:lang(iw) .form-ajax-search select,
*[dir="rtl"] .edit-profile #wpcf7-f19273-o1 select,
:root:lang(ar) .edit-profile #wpcf7-f19273-o1 select,
:root:lang(iw) .edit-profile #wpcf7-f19273-o1 select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

.form-ajax-search select:hover,
.form-ajax-search select[aria-disabled=false]:hover,
.edit-profile #wpcf7-f19273-o1 select:hover,
.edit-profile #wpcf7-f19273-o1 select[aria-disabled=false]:hover {
    border-color: #00b0cf;
}

/* Disabled styles */
.form-ajax-search select:disabled,
.form-ajax-search select[aria-disabled=true],
.edit-profile #wpcf7-f19273-o1 select:disabled,
.edit-profile #wpcf7-f19273-o1 select[aria-disabled=true] {
    /*color: graytext;*/
    /*background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.69584 7.00706L0.447173 2.75839C0.153515 2.46473 0.153515 1.98988 0.447173 1.69934L1.1532 0.993315C1.44686 0.699656 1.92171 0.699656 2.21225 0.993315L5.2238 4.00487L8.23536 0.993315C8.52902 0.699657 9.00387 0.699657 9.29441 0.993315L10.0067 1.69622C10.3003 1.98988 10.3003 2.46473 10.0067 2.75526L5.75801 7.00394C5.46435 7.30072 4.9895 7.30072 4.69584 7.00706Z' fill='graytext'/%3E%3C/svg%3E%0A");,*/
      /*linear-gradient(to bottom, #00b0cf 0%,#00b0cf 100%);*/
    background-color: #CBC4BC;
    border-color: #CBC4BC;
}

.form-ajax-search select:disabled:hover,
.form-ajax-search select[aria-disabled=true]:hover,
.edit-profile #wpcf7-f19273-o1 select:disabled:hover,
.edit-profile #wpcf7-f19273-o1 select[aria-disabled=true]:hover {
    border-color: #CBC4BC;
}

.form-ajax-search .search-form input[type="submit"] {
    margin-top: 0 !important;
}
.form-ajax-search .inputs-group .input-wrapper {
    width: 25%;
}
.form-ajax-search .inputs-group .input-wrapper:last-child {
    width: 25%;
}
.form-ajax-search .inputs-group .input-wrapper:nth-child(odd),
.form-ajax-search .inputs-group .input-wrapper:nth-child(even) {
    padding-left: 0;
    padding-right: 10px;
}
.form-ajax-search input[type="search"] {
    /* min-width: 340px; */
    margin-bottom: 0;
}
.custom-table .table-rows .item-table ul.list-group li {
    width: initial;
    padding: 0;
    border: none;
    background: transparent;
}

/* .annuaire-database .form-ajax-search .col-6:first-child {
    max-width: 472px;
    margin-right: 3px;
} */

.annuaire-database .form-ajax-search .search-form {
    width: 100%;
    /* max-width: 451px; */
}

.annuaire-database .form-ajax-search .inputs-group .input-wrapper:last-child {
    width: 224px;

}

@media(max-width: 991px) {
    .form-ajax-search input[type="search"] {
        min-width: auto;
    }

    .form-ajax-search .inputs-group .input-wrapper:last-child,
    .annuaire-database .form-ajax-search .inputs-group .input-wrapper,
    .form-ajax-search .inputs-group .input-wrapper:nth-child(odd),
    .form-ajax-search .inputs-group .input-wrapper:nth-child(even) {
        width: 100%;
        padding: 0;
    }

    .annuaire-database .form-ajax-search .inputs-group .input-wrapper input:not([type="submit"]),
    .annuaire-database .form-ajax-search .inputs-group .input-wrapper select,
    .form-ajax-search .inputs-group .input-wrapper select {
        margin-bottom: 15px;
    }
}

/* fix for articles*/
.main-content img {
    max-width: 100% !important;
    height: initial !important;
}

.quick-access .main-btn {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.page-template-espace-adherents .menu-sinformer-gauche-container {
    width: 90%;
}

.search-results .tease .tag {
    background-color: #3887C8;
}

.single .action-buttons {
    display: flex;
    justify-content: flex-end;
}
.single .action-buttons .heateor_sss_sharing_ul {
    display: flex;
}
@media(max-width: 991px) {

    .single .action-buttons ul.heateor_sss_follow_ul, 
    .single .action-buttons ul.heateor_sss_sharing_ul {
        display: flex;
        flex-direction: row-reverse;
    }
    .single .action-buttons {
        flex-direction: column;
    }
}
@media(min-width: 992px) {

    .single .action-buttons {
        align-items: center;
    }
}
/*
.main-navbar .navbar-nav .nav-item.dropdown-item .nav-link {
    padding: 0;
}

.main-navbar .navbar-nav .nav-item.dropdown-item .nav-link::before {
    background-image: none !important;
}

.main-navbar .dropdown-menu .dropdown-menu {
    padding: 0;
    position: relative;
}

.main-navbar .navbar-nav .nav-item.dropdown.show .nav-link {
    color: #333333;
}
.main-navbar .navbar-nav .nav-item.dropdown.show > .nav-link, .main-navbar .navbar-nav .nav-item:hover > .nav-link {
    color: #f36f21;
}

.main-navbar .navbar-nav>.nav-item.dropdown .dropdown-menu .nav-item:not(.nav-item-26956) .nav-link:hover {
    color: #0071BB;
}
.main-navbar .dropdown-menu .dropdown-item.depth-2 .dropdown-menu::after {
    clear: both;
}
.main-navbar .dropdown-menu .dropdown-item.depth-3 .nav-link {
    font-weight: 300;
}
.main-navbar .dropdown-menu .dropdown-item.depth-3::before {
    background-color: transparent;
}

.main-navbar .dropdown-menu .dropdown-item.depth-2 > .nav-link::before {
    content: "";
    width: 2px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0071bb;
    margin: 0 0 0 -7.5px;
}

@media(max-width: 991px) {
    .main-navbar .dropdown-menu .dropdown-item.depth-3 > .nav-link {
        width: 100%;
        overflow: hidden;
        word-break: break-word;
    }
}
*/
.fiche-event .description {
    margin-top: 30px;
}


/*.searchwp-live-search-results {
    background: #f1f1f1;
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 2em 2em 0;
}
.searchwp-live-search-instructions {
    display: none;
}
*/


#search-form-404 .input-wrapper{
  display: flex;
  position: relative;
}
form#search-form-404 input[type="submit"] {
  -webkit-appearance: none;
  background: #fff;
  border-left: 0px;
}

form#search-form-404 input[type="text"] {
  background: #fff;
  border: 1px solid #00b0cf;
  border-right: 0px;
  border-left-width: 6px;
  width: 100%;
  padding: 7px 60px 7px 20px;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}
form#search-form-404 input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #00b0cf;
  border-left: none;
  width: 60px;
  padding: 0;
  background-image: url("assets/img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
}
form#search-form-404 input[type="submit"]:focus {
  outline: none;
}
.error404 .section-title {text-align: center;}
.error404 .main-content #search-form-404 {padding: 0 150px;}  
@media(max-width: 991px) {
    .error404 .main-content #search-form-404 {padding: 0;}
}

.page-id-39 .main-content{
    padding: 0px 15px 0 15px !important;
}

.wp-block-columns.no-tm, .no-tm {
    margin-top: 0;
}
.wp-block-columns.no-bm, .no-bm {
    margin-bottom: 0;
}

.main-content .article-post .wp-block-image.aligncenter {
    display: block;
}