/*
Theme Name:     Dauphine  Culture
Theme URI:      
Description:    Theme enfant understrap
Author:         Anthony Narjollet
Author URI:
Template:       understrap
Version:        1
*/


/*COMMON*/
@import url('https://fonts.googleapis.com/css?family=Niramit:300,400,500,700|Roboto:400,700');
body{
/*    font-family: 'Pluto Cond'; */
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 700;
    /*font-family: 'Niramit', sans-serif;*/
    text-transform: uppercase;
}
.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 500;
    /*font-family: 'Niramit', sans-serif;*/
}
b, strong{
    font-weight: 700;
}
.lead{
    /*font-family: 'Niramit', sans-serif;*/
    font-weight: 500;
}
.disabled{
  opacity: .65;
}

.h1, h1{
    /*font-size: 2.5rem;*/
    font-size: 30px;
}

.h2, h2{
    font-size: 1.5rem;
}

.h3, h3{
    font-size: 1.25rem;
}

.h4, h4{
    font-size: 1.125rem;
}
.h5, h5{
    font-size: 1rem;
}
.h6, h6{
    font-size: 0.875rem;
}

h1 a.btn{
    text-transform: initial;
}
blockquote p{
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;

  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
  font-style: italic;
}

blockquote p:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 25px;
  color: #ccc;
  font-size: 3em;
}
blockquote p:after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    position: relative;
    top: 35px;
    color: #ccc;
    font-size: 3em;
}

.content-area{
    min-height: 450px;
}
.admin-bar .navbar.fixed-top{
    top:32px;
}
/*.admin-bar .wrapper{
        margin-top: 56px; 
}*/

@media screen and ( max-width: 782px ) {
    #wpadminbar {
        position: fixed;
    }
    #wpadminbar #wp-admin-bar-query-monitor, 
    #wpadminbar #wp-admin-bar-wpseo-menu{
        display: none !important;
    }
    .admin-bar .navbar.fixed-top{
        top:46px;

    } 


}
.card-img-left{
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }
}
/*Sidebar top*/
.navbar-top{
    font-size: 0.8rem;
}
.navbar-top .widget_the_social_links {    
    margin-right: auto!important;
    padding: .5rem 1rem;
}

.navbar-top .widget_the_social_links a.tsl-default{
    background: none !important;
    display: inline-block;
    height: auto;
    line-height: 1.5;
}
.navbar-top .widget_the_social_links a.tsl-default i{
    color: rgba(0,0,0,.5) !important;
}
.navbar-top .widget_the_social_links a.tsl-default:hover i{
    color: rgba(0,0,0,.7) !important;
}
.navbar-top #secondary-menu li.dropdown_hover:hover ul.dropdown-menu {
    display: block;
    margin-top: 0
}

.navbar-top .widget_shopping_cart .widget-title{
    display: none;
}
.navbar-top .widget_shopping_cart .widget_shopping_cart_content {
    display: block;
    padding: .5rem 1rem;
}
.navbar-top .widget_shopping_cart  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{
    margin: 0;
}
.navbar{
    padding: 0 1rem;
}
.navbar.bg-light {
    background: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-toggler{
    padding: .125rem .25rem;
}
/*.navbar.bg-light .navbar-toggler{
    background: #17a2b8;
    color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
*/
.custom-logo-link {
    line-height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*.custom-logo-link.animated {
    height: 86px;
    overflow: hidden;
}*/
.custom-logo-link.animated_ img {
    position: relative;
    top: -18px;
    height: 88px;
    left: -27px;
    width: auto;
}
.custom-logo-link.animated img {
    position: relative;
    width: auto;
}

#main-menu{
    font-weight: 500; 
}
#main-menu > li.lvl-0 >a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #17a2b8;
}

#menu-item-2890 > a{
    line-height: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #17a2b8 
}

.navbar.bg-dark .widget_the_social_links a.tsl-default{
    /*background: none !important;*/
}
.navbar.bg-dark .widget_the_social_links a.tsl-default i{
    color: rgba(255,255,255,.5) !important;
}
.navbar.bg-dark .widget_the_social_links a.tsl-default:hover i{
    color: rgba(255,255,255,1) !important;
}

.navbar .widget_the_social_links{
    display: none;
}

.tsl-default.tsl-instagram {
    background-image: linear-gradient(-45deg , #E9C37C, #F72041, #B927A4, #5442D6) !important;
}

#wrapper-navbar{
    padding-top: 100px;
}


footer {
    color: #fff;
    padding-top: 30px;
}
footer a{
    color: #fff;
}
footer a:hover{
    text-decoration:none;
}
footer .widget-title{
    font-size: 1.2rem;
    color: #17a2b8;
} 

@media (max-width: 576px){
    .xs-hide{
        display: none;
    }
    .xs-show{
        display: block !important;
    }
    .um-field {
        margin: 0 !important;
    }
}


#colophon{
    border-top:1px solid #7F7D7A; 
    margin-top: 30px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 80%;
}

#colophon  #menu_footer_bottom{
    display: block;
}
#colophon  #menu_footer_bottom .menu-item,
#colophon  #menu_footer_bottom .menu-item .nav-link{
    display: inline;
}

#colophon  #menu_footer_bottom .menu-item:not(:first-child):before{
    content: "|";
    display: inline-block;
    padding: 0 5px;

}
#colophon #site_infos, #colophon .widget_nav_menu{
    opacity:0.4;
}


/*header_cart*/
.site-header-cart {
        position: relative;
    }
.site-header-cart .cart-contents {
    display: none;
}
.site-header-cart .widget_shopping_cart {
    display: none;
}
@media (min-width: 992px){
    #mainNavbarNavDropdown {
        display: block!important;
        align-items: right;
    }

    #main-menu{
        float: right !important;
    }
    #main-menu li.dropdown_hover:hover ul.dropdown-menu {
        display: block;
        margin-top: 0
    }
    #main-menu .dropdown-menu .nav-link{
        min-width: 175px;
    }
    .navbar .widget_the_social_links{
        display: block;
        margin-left: 3rem !important;
    }
    .um-header.no-cover .um-profile-photo {
        float: left !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .um-header.no-cover .um-profile-meta {
      float: left !important;
      text-align: left !important;
      width: calc(100% - 200px);
    }
}
@media (min-width: 768px){


    .um-field-label {
        float: left;
        width: calc(33% - 30px);
        text-align: right;
        padding: 0 15px;
    }

    .um-field-area {
        float: left;
        width: calc(66% - 30px);
        padding: 0 15px;
    }
    .um-field-type_terms_conditions .um-field-area {
        float: none;
        width: 100%;

    }
    .um-field-error{
        margin-left: calc(33% + 15px);
    }


    .site-header-cart {
        width: 20%;
        margin-bottom: 0;
        float: right;
        position: relative;
    }
    .site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
        left: 0;
        display: block;
    }

    .site-header-cart .cart-contents {
        padding: .5rem 1rem;
        display: block;
        position: relative;
        background-color: transparent;
        height: auto;
        width: auto;
        text-indent: 0;
    }
    .site-header-cart .cart-contents::after {

        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
            line-height: 1;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 1em;
        float: right;
        content: "\f291";
        line-height: 1.618;

    }
    .site-header-cart .cart-contents .count {
        font-weight: 300;
        opacity: .5;
        font-size: .875em;
    }

    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        font-size: .875em;
        left: -999em;
        display: block;
    }
    .site-header-cart .widget_shopping_cart {
        background-color: #fff;

    }
    .site-header-cart .widget_shopping_cart{
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    }




}




.entry-header h1.entry-title, .page-header .page-title{
    border-bottom: 3px solid #ddd;
    padding-bottom: .5rem;
}
.entry-header .entry-title{
    color:#17a2b8;
}
.entry-header .posted-on{
    display: block;
    /*text-align: right;*/
    font-size: 0.9rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

/*REGISTER LOGIN PAWWWORD*/

.um-login, .um-password, .um-register{
    max-width: 655px !important;
}
.um-field {
    margin : 0 -15px;
}
.um-field:after {
    content: '';
    display: block;
    clear: both;
}

.um-field-label {
    margin-bottom: .5rem;
}


label.um-field-checkbox,
label.um-field-radio {
    display: inline-block;
    float: left !important;
    padding-right: 20px;
    width: auto;
}
.um-field-error{
    clear: both;
    margin-top: 10px;
    display: inline-block;
    padding: 2px 8px;
}
.um-field-checkbox:hover i, .um-field-radio:hover i {
     color: inherit; 
}
span.um-req {
    color: #dd3333;
}

.um-gdpr-content{
    background: #eee;
    padding:15px;
    margin-bottom: 15px;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}



/*WOO*/
.woocommerce-Price-amount{
    font-weight: bold;
    font-size: 1rem;
}

.um-row-heading{
      display: block;
    padding: 10px 0 ;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;  
}

.um-profile.um-viewing .um-field{
    padding: 0 0 5px;
}
.um-profile.um-viewing .um-field-label {
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
}
.um-account-side {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
}
.um-account{
 padding-top: 50px;
}
.um-account-main {
    flex: 0 0 66.66666%;
    width: 66.66666%;
    max-width: 66.66666%;
    padding: 0 15px
}
.um-account-main .um-col-alt .um-left{
    float: right !important;
}

.um-account-main .um-account-side{
    padding-top: 50px !important;
}
.um-account-main .um-account-heading{
    padding-top: 0 !important;
}
.woocommerce table.shop_table {margin-top: 15px}
.um-account-heading {
    padding: 50px 0 ;
}



/*FORM*/
.um-form input[type="number"], .um-form input[type="password"], .um-form input[type="tel"], .um-form input[type="text"] {
    border-radius: .25rem;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;;
}

.um-button , .um-search-submit .um-button, a.um-button, .um-button.um-btn-auto-width{
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    border-top: 1px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,.1) !important;
}
.um.um-directory  *{
    box-sizing: inherit;
}

#members_list .card{
    position: relative;
    background: #fbfbfb;
    color: rgb(102, 102, 102);
    font-size: 15px;
}
.um #members_list .card:hover{
    top:-2px;
    left:2px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
#members_list a{
    color: inherit;
}
#members_list a:hover{
    text-decoration: none;
}
#members_list dd{
    margin-bottom: 0
}
#members_list .col-sm-2{
    flex: 0 0 20%;
    max-width: 20%;
}
#members_list .col-sm-10{
    flex: 0 0 80%;
    max-width: 80%;
}
div.uimob960 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
  top: auto !important;
}
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button, .um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
        background: #17a2b8;
}
.um input[type=submit].um-button:hover, .um a.um-button:hover{
        background-color: #138496;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt{
    color: #fff;
    background-color: #868e96;
}
.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background-color: #727b84;
}

.btn-primary, .btn-secondary {
    border-top: 1px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,.1) !important;
}

.um-button.um-do-search, .btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background: #17a2b8;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    border-top: 1px solid rgba(0,0,0,0.0) !importaent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-left: none;
    border-right: none;
}
.um-search .um-search-submit .um-button.um-do-search{
    float: right !important;
}
.um-search .um-search-submit .um-button.um-alt{
    float: left !important;
}
.um-button.um-do-search:hover,  .btn-primary:hover, .btn-primary:focus{
    background-color: #138496;
    border-color: #117a8b;
}
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover,
.um .um-members-pagi a:hover, .um .um-cover-add:hover,
.um .um-profile-subnav a.active, .um .um-item-meta a,
.um-account-name a:hover, .um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #17a2b8;
}

.border-bottom {
    border-bottom: 3px solid #dee2e6 !important;
}

/**/
.um-um_password_id.um .password_reset .um-field-area{
    float: none;
    width: calc(100% - 30px);
}
.um-um_password_id.um .password_change .um-col-alt .um-center{
    text-align: left;
    padding-left: 33%;
}

/*PAGINATION*/
.page-link {
    color: #17a2b8; 
}
.page-link:focus, .page-link:hover{
    color: #727b84; 
}
.page-item.disabled .page-link{
    color: #dee2e6;
}

.page-item.active .page-link {
    background-color: #17a2b8;
    border-color: #17a2b8; 
}



/*FONT*/
a{
  color:#17a2b8;  
}
a:hover {
    color:#17a2b8;  
    text-decoration: underline;
}
h2, h2.entry-title a{
    color:#17a2b8;
}

.entry-footer span{
    padding: .25em .4em;
    margin-right: 10px;
}
.entry-footer a{
    color: #fff;
}
.badge-warning a{
    color: #212529;
}

.btn-xs{
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
}

.excerpt {
    text-align: justify;
}

/*BLOG*/


/*SIDEBAR*/
#right-sidebar aside {
    background: #ffffff;
    border : 1px solid #dfdfdf;
    border-radius: .25rem;
    margin-bottom: 30px;
    padding: 15px;
}
#right-sidebar aside .widget-title {
    text-transform: none;
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    border-left: 3px solid #17a2b8;
    color:#17a2b8;
}

.um-faicon-map-marker-alt::before {
    content: "\f3c5";
}


aside {
    font-size: 14px;
}
aside .navbar-nav .active .nav-link{
    font-weight: 600;
}
aside .navbar-nav .nav-link{
    border-bottom: 1px solid #dfdfdf;
    color:#212529;
}
aside .navbar-nav .nav-link:hover{
    border-color: #17a2b8 !important;
    color:#17a2b8;
}
aside .navbar-nav  li:last-child .nav-link, aside .navbar-nav  li:last-child .nav-link:hover{
    border-bottom: none;
    padding-bottom: 0;
}

.entry-meta .nav-link:hover{
    text-decoration: underline;
}
.job_list li{
    border-bottom: 1px solid #dfdfdf;
}
.job_list li:last-child{
    border-bottom: none;
    padding-bottom: 0 !important;  
    margin-bottom: 0 !important;
}

/*h3.card-title{
    text-transform: capitalize;
    padding-left: 5px;
    border-left: 3px solid #17a2b8;
    color:#17a2b8;
}*/


.wpcf7-not-valid-tip{
    position: relative;
    display: inline-block !important;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    font-size: 14px;
    line-height: 20px !important;
    width: auto;
    max-width: 100%;
    background: #C74A4A !important;
    box-sizing: border-box;
    padding: 2px 8px;
    margin: 10px 0 0;
}


.last_members a:hover{
    text-decoration: none;
    background: #eee;

}



/*Boolean field*/

.switch {
  position: relative;
  height: 26px;
  width: 120px;
  background: #868e96;
  border-radius: 3px;
}
.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-on {
  padding-left: 2px;
}

.switch-label-off {
  padding-right: 2px;
}

.switch-input {
  display: none!important;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.switch-input:checked + .switch-label-off ~ .switch-selection {
  left: 60px;
  background-color: #cc434e;
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 22px;
  border-radius: 3px;
  background-color: #65bd63;

  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.products_for_profile li.disabled div{
    opacity: .65;
}
.products_for_profile .product_title {
    float: left;
}

.products_for_profile .product_price{
    float: left;
    font-weight: bold;
    margin-right: 15px;
    min-width: 55px;
    text-align: right;
}
.products_for_profile .add-to-cart-container{
    text-align: right;
}
.img-fluid {
    width: 100%;
}

/*CART*/
.shop_table .product-quantity {
    text-align: center;
}
.shop_table .product-subtotal {
    text-align: right;
}
.shop_table .product-quantity {
    font-weight: 700;
}

#payment div.payment_box #stripe-payment-data .form-row {
    margin : 0;
    padding: 0;
}


.woocommerce-checkout #payment div.payment_box .wc-credit-card-form#wc-stripe-cc-form{
    background: #eee !important;
    padding : 25px 15px 10px;
    border-radius: 10px;
    display: inline-block;


}
.woocommerce form #stripe-payment-data .form-row-first, .woocommerce form #stripe-payment-data .form-row-last{
    width: auto;
    float: left;
    padding-right: 20px !important;
}
.woocommerce form #stripe-payment-data .form-row  label{
    width:165px;
    margin: 5px 0 ;
    margin-right: 10px;
    font-weight: bold;
}

#stripe-card-element{
    width: 310px;
}

#stripe-exp-element{
    width: 70px;
}
#stripe-cvc-element{
    width: 45px;
}


.um-account-main .card-body{
    padding: 6px 12px 12px;
}
.um-account-main p{
    margin: 0 0 20px 0 !important;
}
.um-account-main p.woocommerce-customer-details--email,
.um-account-main p.woocommerce-customer-details--phone{
    padding-left: 1.5em !important;
    margin: 0 !important;
}
.um-account-main .woocommerce form .form-row {
    padding: 3px !important;
    margin: 0 0 6px !important;
}
.um-account-main .woocommerce form .form-row-first{
    float: left;
}
.um-account-main .woocommerce form .form-row-last{
    float: right;
}
.um-account-main .woocommerce form .form-row-first, .um-account-main .woocommerce form .form-row-last {
    width: 47%;
    overflow: visible;
}
.um .um-form input[type=email]{
    border: 2px solid #ddd !important;
    background-color: #ffffff;
    color: #666666;
}
.um .picker__button--close{
  display: none;
}
.um-account-main #order_container h2{

}
.woocommerce form .form-row .required {
    text-decoration: none !important;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgba(0,0,0,.125)!important;
    width: auto;
}


/*NEWSLETTER*/
.sendpress-signup-form .widget-title{

    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: right;
}

.sendpress-signup-form .fa-paper-plane{
    font-size: 30px;
    margin-right: 10px;
}

/**
 * Owl Carousel
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    margin: 0 0 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top:calc(50% );
    margin-top: -30px;
}

.owl-carousel.owl-theme .owl-nav > div{
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
    background: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
}
.owl-carousel.owl-theme .owl-nav .owl-prev{
    left:-37px;
}
.owl-carousel.owl-theme .owl-nav .owl-next{
    right:-37px;
}
.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: #17a2b8;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  bottom: -10px; 
  width: 100%;
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #17a2b8; 
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.owl-theme .owl-dots .owl-dot:focus{
    outline: 0;
}
#logo_partenaires .item{
    display: table-cell;
    height: 100px ;
    vertical-align: middle;
    margin: 0 10px;
    text-align: center;
%;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #aaa;
}
.select2.select2-container .select2-selection {
    border-radius: .25rem !important;
    font-size: 1rem !important;
    color: #aaa;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
    font-size: 1rem !important;
}
div.uimob960 .um-search .um-search-filter.dc_secteur_id{
    width: 100%!important;
    float: none;
} 

/*SITEMAP*/
#sitemap > ul > li{
    text-transform: uppercase;
    font-weight: bold;
}
#sitemap > ul > li > ul{
    margin-bottom: 20px;
    font-weight: normal;
}
#sitemap > ul > li > ul > li{
    text-transform: initial;
    padding-left: 15px;
}

.chapo h3{
    font-size: 1.125rem;
    text-transform: initial;
}
.event_card .title_container{
    position: absolute;
    top:10px;
    left:0px;
    z-index: 99; 
}
.event_card .card-title{
    margin-bottom: 15px;
}
.event_cards .card-subtitle{
    margin-left: 0;
}

.event_card .card-title > span, .event_card .card-subtitle > span{
    position: relative;
    padding: 5px 10px;
    display: inline-block;
}
.event_card .card-subtitle > span
{
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.event_card .card-title > span:after, .event_card .card-subtitle > span:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}

.event_card .card-title > span:after{
    background-color: #fff;
}
.event_card .card-subtitle > span:after{
    background-color: #17a2b8 ;
}



.word .fa-square{
    color: #2A5699 !important;
}
.excel .fa-square{
    color: #206F44 !important;
}
.powerpoint .fa-square{
    color: #D04324 !important;
}
.pdf .fa-square{
    color: #D51C00 !important;
}
.archive .fa-square{
    color: #704301 !important;
}

.fa-file-word-o,
.fa-file-excel-o,
.fa-file-powerpoint-o,
.fa-file-pdf-o,
.fa-file-excel-o,
.fa-file-archive-o{
    color: #fff !important;
}

/*AddThis*/
.atss .at-share-btn {
    width:2pc !important;
}
.at-share-close-control {
    width:2pc !important;
}
.atss .at-share-btn .at-icon-wrapper{
    padding:5px !important;
}
.atss .at-share-btn span .at-icon{
    width: 1.5pc !important;
    height: 1.5pc !important;
    line-height: 1.5pc !important;
}


.um-header{
    border: none;
}
.um-profile-edit {
    top:0;
}


.um-row-heading{
    border-color: #ddd;
    color:#17a2b8;
}

.um .um-profile-photo a.um-profile-photo-img{
    border-radius: calc(0.25rem - 1px) !important;

    padding: 0;
    overflow: hidden;
}
.um .um-profile-photo a.um-profile-photo-img img{
    border-radius: 0 !important;
    position: relative;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
#payment .methods label[for="payment_method_stripe"],
#payment .methods label[for="payment_method_stripe_alipay"],
#payment .methods label[for="payment_method_stripe_bancontact"],
#payment .methods label[for="payment_method_stripe_eps"],
#payment .methods label[for="payment_method_stripe_giropay"],
#payment .methods label[for="payment_method_stripe_ideal"],
#payment .methods label[for="payment_method_stripe_multibanco"],
#payment .methods label[for="payment_method_stripe_p24"],
#payment .methods label[for="payment_method_stripe_sepa"],
#payment .methods label[for="payment_method_stripe_sofort"] {
  display: inline;
}

.woocommerce-orders-table__cell-order-actions .btn {margin-right: 5px;}
.um .um-form select{
    border: 2px solid #ddd !important;
    width :calc(100% - 1.5rem) !important;
    height: calc(1.5em + 2px);
}
