/* FONTS */


@font-face {

    font-family: 'din-light';
    src: url("fonts/Din-Light.otf") format('truetype')
}


@font-face {

    font-family: 'din-bold';
    src: url("fonts/Din-Bold.otf") format('truetype')
}


@font-face {

    font-family: 'din-medium';
    src: url("fonts/Din-Medium.ttf") format('truetype')
}


body {

    color: #636161;
    font-family: 'din-light';
}


h1,
h2,
h3,
h4 {

    font-family: 'din-medium', sans-serif;
}

.bold {

    font-family: 'din-bold', sans-serif;
}

.medium {

    font-family: 'din-medium', sans-serif;
}

.light {

    font-family: 'din-light', sans-serif !important;
}


a {

    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #636161
}

.grey {

    color: #636161 !important;
}

.red {

    color: #de031e;
}


.default_button,
.btn-primary {

    border-color: #de031e !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-family: 'din-medium', sans-serif;
    background: #de031e;
    border: none;
    padding: 7px 40px;
    font-size: 16px;

}

/* SIZING */

.f-20 {

    font-size: 20px !important
}

.f-22 {

    font-size: 22px
}


.f-12 {

    font-size: 12px !important;
}

.f-14 {

    font-size: 14px !important
}

.f-10 {

    font-size: 10px !important
}


/* GENERAL */

.btn-primary:hover {

    border: none;
    opacity: 0.8;
    background: #de031e;
}


/* NAV */



.nav_transparent {
    background-color: transparent !important;
    position: absolute !important;
    padding: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'din-light', sans-serif;
    font-size: 14px;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.nav_transparent .nav-link {
    color: #fff !important;
}


.nav_white {

    background: #fff;
    padding-bottom: 2px;
}

.nav_white .navbar-nav .nav-link {
    color: #636161 !important;
}


.nav_white .fondation,
.nav_white .user_login {
    background: #636161 !important;
    color: #fff !important;
}

.nav_white .navbar-brand {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    background: #fff;
}

.dropdown-menu {

    border-radius: 0 !important;
    margin: 0 !important;

}

.nav_white #main_menu {

    padding-top: 70px;
}

.navbar-dark .navbar-nav .nav-link:after {
    content: "|";
    padding: 0 20px;
}

#main_menu li:last-child .nav-link:after {
    content: " ";
    padding-right: 0;
}

.dropdown-toggle::after {
    margin: 0;
    border: 0 !important;
    vertical-align: inherit !important;
}

.dropdown-item {
    text-transform: uppercase;
    font-family: 'din-light', sans-serif;
    font-size: 12px;
}


/* BTN ON HEADER TOP */


#header_btn {

    position: absolute;
    right: 0;
    top: 15px;
}

#header_btn li {

    display: inline-block;
    margin-right: 25px;
}

#header_btn a {

    padding: 3px 0;
    font-size: 14px;
    border-radius: 15px;
    min-width: 160px;
    display: block;
    text-align: center;
    position: relative;
}

.fondation {

    background: rgba(255, 255, 255, 0.71);
    color: #64686a
}


.user_login {

    background: #3a5463;
    color: #fff
}


.panier {

    background: #e97606;
    color: #fff;
}

.icon-panier {
    background: url("img/icon-panier.png") no-repeat center;
    width: 23px;
    height: 19px;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

/* TOP BANNER */

#top_banner,
#login_page {

    min-height: 580px;
    position: relative;
    background: url("img/home-header.png") no-repeat center center;
    background-size: cover;
}

.login_page {

    min-height: 400px !important;
    height: 400px;
}


#top_banner:after,
#header_init:after,
#header_w:after,
#home_connexion:after {
    content: "";
    display: block;
    bottom: 0;
    background: #de031e;
    right: 0;
    width: 70%;
    height: 30px;
    position: absolute;
}

#top_banner h1 {
    font-size: 55px;
    color: #fff;
    font-family: 'din-bold', sans-serif;
    text-align: center;
    padding-top: 60px;
}

/** DIVERS HOME */

.descriptif_home h2 {
    font-size: 20px;
    text-align: right;
}

.descriptif_home {
    font-size: 30px;
    font-family: 'din-light', sans-serif;
    color: #636161;
}

.descriptif_home strong {
    font-family: 'din-bold', sans-serif;
}


/* RUBRIQUE AVEC ICON */


#rubrique_blocs h3 {

    text-align: center;
    font-family: 'din-light', sans-serif;
    color: #636161;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    border: 0.1rem solid #636161;
    display: table;
    margin: 0 auto;
    padding: 40px 0;
    min-width: 240px;
    cursor: pointer;
}

#rubrique_blocs a,
#rubrique_blocs a:hover {

    color: #636161
}


#rubrique_blocs strong {

    display: block;
    font-size: 60px;
    font-weight: normal;
}



#rubrique_blocs h3:after {

    display: block;
    margin: 0 auto;
}


#rubrique_blocs .wpb_content_element {

    margin-bottom: 10px;
}

.partners_bloc h3:after {

    content: url('img/partner-icon.png');

}

.events_bloc h3:after {

    content: url('img/events-icon.png');
}

.annuaire_bloc h3:after {

    content: url('img/annuaire-icon.png');

}


.profil_listing_info li {
    margin-bottom: 15px;
}

.profil_listing_info li strong {

    font-family: 'din-bold', sans-serif;

}

.profil_listing_info li:before {

    content: "";
    height: 10px;
    width: 10px;
    background: #de031e;
    display: inline-block;
    margin-right: 8px;

}


/* OWL */


.special_title {
    text-align: center;
    font-family: 'din-light', sans-serif;
    color: #636161;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    border: 0.1rem solid #636161;
    display: table;
    margin: 0 auto;
    padding: 40px 0;
    min-width: 240px;
    cursor: pointer;
    padding-bottom: 0;
}

.special_title strong {
    display: block;
    font-size: 90px;
    font-weight: normal;
}


.h-300 {

    height: 300px
}


.special_title:after {
    display: block;
    margin: 0 auto;
    content: url("img/panier-block.png");
}


.owl_block_product {

    margin: 0 20px;
    border: 0.1rem solid #636161;
    padding: 25px 20px;
    
}

.owl_block_product h3 {

    font-family: 'din-bold', sans-serif;
    font-size: 15px;
    text-align: center;
    padding-top: 14px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

    top: 50%;
    background: #636161;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-next {

    right: -50px
}

.owl-carousel .owl-nav button.owl-prev {

    left: -350px
}


/* INIT PAGE */

#page_header {

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 400px;
}

#page_header:after {

    content: "";
    display: block;
    bottom: 0;
    background: #de031e;
    right: 0;
    width: 70%;
    height: 30px;
    position: absolute;
}

.fines_lames_border {
    border: 2px solid #636161;
    text-align: center;
    padding: 50px 30px 40px;
}


.fines_lames_border strong {

    display: block;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'din-light', sans-serif;
}


.fines_lames_border strong:first-of-type {

    font-size: 60px;
    font-family: 'din-light', sans-serif;
}

.fines_lames_border strong:last-of-type {

    font-size: 30px;
    position: relative;
    top: -8px;

}


#title_page {

    border-bottom: 15px solid #de031e;
    padding-bottom: 20px;
    padding-top: 35px;
}

#title_page h2 {

    font-family: 'din-medium', sans-serif;
    font-size: 35px
}



#title_page h1 {

    font-family: 'din-light', sans-serif;
    font-size: 30px
}


#title_page h2 {
    font-family: "din-medium", sans-serif;
    font-size: 35px;
}


/* CONNEXION */

#btn_connect ul {

    list-style-type: none;
    display: table;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #636161;
    padding: 10px 60px;
    border-radius: 25px;
}


#btn_connect ul li {


    display: inline-block;
    text-transform: uppercase;
    font-family: "din-medium", sans-serif;
    font-size: 16px;
    cursor: pointer;

}

#btn_connect ul li:first-child:after {

    content: "";
    background: #636161;
    height: 10px;
    width: 1px;
    display: inline-block;
    margin: 0 20px;
}


#btn_connect ul li:hover {

    color: #de031e
}

/* BOUTIQUE */

.boutique_bg {

    background-image: url("img/bg-default.jpg");
}

#product_col h1 {

    font-size: 30px;
    font-family: 'din-medium', sans-serif;
}

#product_col .price {

    font-size: 30px !important;
    font-family: "din-bold", sans-serif;
    color: #de031e !important;
}

.shop_description strong {

    font-family: 'din-bold';
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #28a745;
}



#big.owl-theme img {
    max-height: 400px;
    object-fit: contain;
}

#thumbs .item {
    background: #C9C9C9;
    max-height: 150px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
}


#thumbs .current .item {
    opacity: 1;
}


#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 40px;
    line-height: 0;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 50%;
    outline: none;
    color: #fff;
}


#big.owl-theme .owl-next {
    right: 10px;
}

#big.owl-theme .owl-prev {
    left: 10px;
}


.border_img {
    border: 0.1rem solid #636161;
    padding: 40px 15px;
}

.brand_badge {

    position: absolute;
    top: 10px;
}

.badge_red, .bg_red {

    background: #de031e !important;

}


.border_img img {

    margin-top: 15px !important;
}

.related_product img,
.owl_block_product img {

    margin: 0 auto;
    display: block;
}


.related_product h3 {

    font-family: 'din-medium', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}


.related_product .price {

    font-size: 30px !important;
    font-family: "din-bold", sans-serif;
    color: #de031e !important;
    margin-bottom: 0 !important;
}

.show_product_button {

    background: #636161;
    display: inline-block;
    width: auto;
    border-color: transparent;
    border-radius: 25px !important;
    padding: 5px 20px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.show_product_button img {

    max-height: 20px;
}

.show_product_button:hover {

    background: #de031e
}

/* CART */

table {

    color: #636161 !important;
}


#cart_table .table thead th {

    font-family: 'din-bold', sans-serif;
    font-size: 16px;
    border: 0
}

#cart_table .table td {

    vertical-align: middle;
}

#cart_table .table {

    border-bottom: 1px solid #dee2e6;
}

.cart_product_img {

    max-height: 100px;
}

.cart_remove .fa {

    background: #636161;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}


.cart_remove:hover .fa {

    background: #de031e;

}

.quantity_add {

    max-width: 150px;
}

/* BT GRID */

.btgrid img {

    max-width: 100%;
    width: auto !important;
}

/* DIVERS PAGE */

#partner_compagny h2 {

    color: #000
}

#partner_compagny img,
.border_red_bottom img {

    border-bottom: 8px solid #de031e;
}

#partner_compagny .row {

    border-top: 1px solid #eee;
    padding: 30px 0
}

ul.puce {

    list-style-type: square;
    padding-left: 15px;
}

ul.puce li {

    line-height: 25px;
    margin-bottom: 10px;
}

/* DASHBOARD */

.user_img {

    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ccc;
}

.profil_btn .btn-primary {

    border-radius: 5px !important;
    padding: 10px 80px !important;
}

.avatar-upload {

    position: relative;
    max-width: 180px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {

    background: #f1f1f1;

}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: transparent;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.dashboard_menu ul li {

    font-family: 'din-medium';
    border-right: 1px solid #fff;
    background: #636161;
    padding: 10px 30px;
    display: flex;
}

.dashboard_menu ul li:last-child {

    border: 0
}


.dashboard_menu ul li:hover {

    background: #de031e;
}

.dashboard_menu ul li a {

    color: #fff
}


.dashboard_menu .fa {

    font-size: 15px;
    margin-right: 10px
}


.dashboard_menu ul li.active {

    background: #de031e;
    position: relative;

}

.dashboard_menu ul li.active:before {

    content: "";
    display: block;
    background-color: #de031e;
    height: 15px;
    width: 15px;
    left: 50%;
    top: 100%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
}

/* ANNUAIRE */

#annuaire .client_block {

    border: 1px solid #636161;
    padding: 20px 30px;

}


#annuaire .client_block img {

    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;

}

.btn_search .btn {

    position: relative;
}

.btn_search .btn:before {

    content: "\f002";
    font-family: "Fontawesome";
    margin-right: 10px;

}


#annuaire .client_block h3 {

    font-size: 20px;
}


/* GALERY */

#galery_listing .date_galery {

    font-size: 22px;
    padding-bottom: 15px;
    color: #000;
    font-family: 'din-medium', sans-serif;
}

#galery_listing .date_galery:after {

    content: "|";
    margin: 0 10px;
}


.galery_album {

    border-top: 1px solid #ccc;
}

.galery_album img {

    height: 250px;
    object-fit: cover;
}

#galery_listing .galery_album:last-child {

    border-bottom: 0;
}


#galery_listing h3 {

    font-size: 22px;
}


/* EVENTS */

#events_listing .event_block {

    border-top: 1px solid #eee;
    padding: 25px 0;
}

.event_title {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-family: 'din-medium', sans-serif;
}

.event_date {
    background: #de031e;
    max-width: 100px;
    display: block;
    padding: 12px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
}

.year_event {
    font-size: 25px;
}

.bg_grey {

    background: #636161 !important;
}

/* FOOTER */

#footer {

    background: #636161;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    font-family: 'din-light';
    font-size: 13px;
    margin-top: 50px;
}

#footer a {

    color: #fff;
}

#footer li {

    display: inline-block;
    margin-right: 10px
}


/* FIXED BOTOM MENU */

.push_menu {

     height: 60px;
}

.mobile_footer_menu {

     padding: 15px 0;
     background: #de031e
}

.mobile_footer_menu a {

     color: #fff;
     font-family: 'din-bold', sans-serif;
     text-transform: uppercase;
     font-size: 12px;
}

.mobile_footer_menu .fa {

     margin-right: 5px;
}

/* RESPONSIVE */

@media (min-width: 768px) {

    .col_content_page {

        padding-left: 60px;
    }

    .owl_block_product {

        min-height: 300px !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {

        position: absolute
    }

    .navbar-brand {
        background: rgba(255, 255, 255, 0.71);
        padding: 10px 15px;
    }

}


@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@media (max-width: 768px) {


    .navbar-dark .navbar-brand {

        display: block;
        margin: 0 auto;
        position: relative;
        background: transparent !important;
    }

    .nav_white {

        background-color: transparent !important;
        position: absolute !important;
        padding: 0 !important;
        left: 0;
        top: 0;
        right: 0;
        z-index: 2;
    }

    #top_banner h1 {

        font-size: 40px
    }

    .related_product .price  {

         font-size: 20px !important;
    }

}