/*

Theme Name: Fluide

Author: Fluide

Description: Theme fluide sur mesure

Template:   socialv

Version: 1.0

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: fluide

*/
h1, h2, h3, h4, h5, h6{
    text-transform: none!important;
}


/**register form***/
#registerform .row{
    display: flex;
    flex-direction: row;
}
#registerform .row > .col-md-12{
    max-width: 50%;
}
#user_registerform{
    max-width: none;
}


/*btn contact*/
.btn.socialv-btn-secondary{
    color: #213366;
    background: #fff;
    border-color: #213366;
    padding: 6px 20px;
}


/*dernier actus*/
.blog-widget .socialv-blog-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

header .navbar-brand{
    padding:10px 0;
}
.navbar{
    padding:0;
}
.header__bottom{
    padding-block: 0;
}

@media screen { body.admin-bar { padding-top: 32px !important; } }
@media screen and ( max-width: 782px ) { body.admin-bar { padding-top: 46px !important; } }

.banner__inputlist{
    padding: 0;
}
.select2-dropdown{
    z-index: 1000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2BA6CB;
}
.nav-pills .nav-link.active span,
.nav-pills .show>.nav-link span{
    color: #fff;
}

.footer__newsletter--social ul li i{
    color: #000!important;
}
.footer__newsletter--title h4{
    margin:0;
}
@media (min-width: 1300px) {
    .container {
        max-width: var(--content-width-sm)!important;
    }
}

body .container {
    max-width: var(--content-width-sm)!important;
}
:root{
    /*--content-width:1320px;*/
    --content-width-sm:1320px;
}

ul#menu-footer-link-1 li a:before {
    content: "\f105";
    margin-right: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.navbar-nav-connected ul.list-inline .dropdown .dropdown-menu{
    padding: 10px;
    left: -100px;
}
.navbar-nav-connected ul.list-inline .dropdown .dropdown-menu .item-body{
    min-width: 300px;
}
.navbar-nav-connected ul.list-inline,
.navbar-nav-connected ul.list-inline .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav-connected ul.list-inline li{
    padding: 0 10px;
}
.dropdown-profile .user-profile-menu {
    padding: 10px;
}

/*
.bg-deco{
    position:relative;
    z-index: 1;
}
.bg-deco:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:250px;
    height:250px;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    z-index: -1;
}
.bg-deco1:before{
    background-image: url(assets/images/fluide/deco1.png);
    left: 136px;
    top: -41px;
}
.bg-deco2:before{
    background-image: url(assets/images/fluide/deco2.png);
    top: -219px;
    right: -102px;
    left: auto;
}
.bg-deco3:before{
    background-image: url(assets/images/fluide/deco3.png);
    top:-20px;
}
.bg-deco4:before{
    background-image: url(assets/images/fluide/deco4.png);
    top: -118px;
    left: -185px;
}
.bg-deco5:before{
    background-image: url(assets/images/fluide/deco5.png);
    left: 248px;
    top: -91px;
}
.bg-deco6:before{
    background-image: url(assets/images/fluide/deco6.png);
    top: -100px;
    left: 175px;
}
.bg-deco7:before{
    background-image: url(assets/images/fluide/deco7.png);
    left: auto;
    right:-25px;
}
.bg-deco8:before{
    background-image: url(assets/images/fluide/deco8.png);
    left: 327px;
    top: -12px;
}
.bg-deco9:before{
    background-image: url(assets/images/fluide/deco9.png);
}
.bg-deco10:before{
    background-image: url(assets/images/fluide/deco10.png);
    top: -126px;
    left: -100px;
    transform: rotate(-130deg);
}
.bg-deco11:before{
    background-image: url(assets/images/fluide/deco11.png);
    left: auto;
    top: auto;
    right: -134px;
    bottom: -48px;
}
.bg-deco12:before{
    background-image: url(assets/images/fluide/deco12.png);
    top: -64px;
    left: -44px;
}
*/

b, strong {
    font-weight: bold!important;
}