@font-face {
    font-family: 'fontawsomeB';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome/fa-brands-400.eot");
    src: url("../fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
     url("../fontawesome/fa-brands-400.woff2") format("woff2"),
      url("../fontawesome/fa-brands-400.woff") format("woff"),
       url("../fontawesome/fa-brands-400.ttf") format("truetype"),
        url("../fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'fontawsomeL';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fontawesome/fa-light-300.eot");
    src: url("../fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"),
     url("../fontawesome/fa-light-300.woff2") format("woff2"),
      url("../fontawesome/fa-light-300.woff") format("woff"),
       url("../fontawesome/fa-light-300.ttf") format("truetype"),
        url("../fontawesome/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'fontawsomeR';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome/fa-regular-400.eot");
    src: url("../fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),
     url("../fontawesome/fa-regular-400.woff2") format("woff2"),
      url("../fontawesome/fa-regular-400.woff") format("woff"),
       url("../fontawesome/fa-regular-400.ttf") format("truetype"),
        url("../fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
    font-family: 'fontawsomeS';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fontawesome/fa-solid-900.eot");
    src: url("../fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),
     url("../fontawesome/fa-solid-900.woff2") format("woff2"),
      url("../fontawesome/fa-solid-900.woff") format("woff"),
       url("../fontawesome/fa-solid-900.ttf") format("truetype"),
        url("../fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

/**********************************************recherche section style***************************************/
.tx-promotion-entreprise {
    overflow: hidden;
}

.tx-promotion-entreprise .container .form-group {
    margin-top: 4px;
}

.tx-promotion-entreprise .form-group .recherche_section {
    border: 0px solid #ccc;
    border-radius: 5px;
    padding: 20px 35px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.tx-promotion-entreprise .form-group .recherche_section .form-control:focus,
.tx-promotion-entreprise .form-group .recherche_section .form-control:hover {
    box-shadow: inset 0px 0 5px 0rem #ea0000;
    border: none;
}

.tx-promotion-entreprise .form-group {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 60px;
}

.tx-promotion-entreprise .form-group .recherche_section>.form-control {
    margin-bottom: 20px;
}

.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .categorie-liste label,
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .secteur-liste label {
    font-weight: 700;
    margin-bottom: 0px;
}

.tx-promotion-entreprise .form-group .recherche_section .recheche-categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .categorie-liste,
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .secteur-liste {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
}
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .searchbtn button {
    border-radius: 10px;
    display: flex;
    padding: 15px;
}
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .searchbtn button:hover{
    background-color: rgb(200 1 1 / 1) !important;
}
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .searchbtn button:focus {
    border: none;
    outline: none;
}
.tx-promotion-entreprise .form-group .recherche_section .recheche-categories .searchbtn .glyphicon-search:before {
    color: #ffffff;
    font-size: 25px;
}
.select2-container .select2-search--inline{float: none !important;display: flex;}

/* **************************** select liste categorie(Branches) style****************************/
.select2-container--default .select2-selection--multiple,
.select2-dropdown {

    border: none !important;
}
.select2-container--default .select2-selection--multiple{cursor: none !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {

    background-color: rgba(0, 0, 0, .125) !important;
}

.select2-container--open .select2-dropdown {
    margin-top: 72px;
    border-radius: 20px;
    overflow: hidden;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
}

.select2-container--open .select2-dropdown--below .select2-results {
    padding-right: 16px;
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options::-webkit-scrollbar {

    width: 12px;

}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: darkgrey white;
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options::-webkit-scrollbar-track {

    background: transparent;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .125);
    border-radius: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: unset !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 0px !important;
    padding: 0px !important;

}

.select2-container--default .select2-results>.select2-results__options {

    max-height: 385px !important;

}

.select2-results__option {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-transform: inherit;
    margin-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 20px;
    cursor: pointer;
    margin-left: 20px;
    background: #e6e6e6;
    font-size: 15px;
    color: #7f7f7f;
    padding: 3px 10px;
    border-radius: 38px;
    margin-right: 0px !important;
}
@media screen and (max-width: 992px)  {

    .select2-container .select2-selection--multiple .select2-selection__rendered{
        white-space: unset;
    }
}
@media screen and (min-width: 992px)  {
.select2-container--open .select2-dropdown {
    width: max-content !important;
}
}
/* .tx-promotion-entreprise .form-group .recherche_section .recheche-categories .categorie-liste .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline{
    display: none;
} */
/***************************************************section liste entreprise style****************************/

.tx-promotion-entreprise .card-deck{margin-bottom: 10px;padding: 3px;flex-wrap: wrap;}
/*.tx-promotion-entreprise .card-deck .f3-widget-paginator{display: none;} désactivé par rsp@wng.ch*/
.tx-promotion-entreprise .card-deck .load-more,
.tx-promotion-entreprise .card-deck .ias-spinner{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.tx-promotion-entreprise .card-deck .ias-spinner .loader{
    border: 10px solid #f3f3f3;
    border-top: 10px solid #ea0000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.tx-promotion-entreprise .card-deck .card{padding-bottom: 20px;cursor: pointer;}
.tx-promotion-entreprise .card-deck .card:hover .panel .panel-body_card h4{
    color: #ea0000;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tx-promotion-entreprise .card-deck .card .panel{
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border: 0px solid rgba(0,0,0,.5);
    height: 100%;
    position: relative;
    cursor: pointer;
}
.tx-promotion-entreprise .card-deck .card .panel .panel-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    padding: 27px;
    height: 165px;
    background-color: #e9dfde;
}
.tx-promotion-entreprise .card-deck .card .panel .panel-heading:not(.defaultlogo) img{max-height: 110px;}
.tx-promotion-entreprise .card-deck .card .panel .panel-heading img{
    /* -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear; */
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.tx-promotion-entreprise .card-deck .card .panel .panel-heading:not(.defaultlogo):hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tx-promotion-entreprise .card-deck .card .panel .panel-heading.defaultlogo {
   padding-top: 0px;padding-bottom: 0px;overflow: hidden;
}

.tx-promotion-entreprise .card-deck .card .panel .panel-heading img.default-picture{
    /* height: 100%; */
    object-fit: cover;
    margin-top: 75px;

}
    .tx-promotion-entreprise .card-deck .card .panel .panel-body_card{padding: 0px 22px 15px 15px;}
    .tx-promotion-entreprise .card-deck .card .panel .panel-body_card h4{
        font-size: 14px;
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        text-transform: inherit;
        margin-top: 10px;
        min-height: 78px;
    }
    .tx-promotion-entreprise .card-deck .card .panel .panel-body_card a:hover{text-decoration: none;}
    .tx-promotion-entreprise .card-deck .card .panel .panel-body_card h4:hover{
        color: #ea0000;
        cursor: pointer;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .tx-promotion-entreprise .card-deck .card .panel .panel-body_card p{
    color: #999999;
    text-align: left;
    vertical-align: sub;
    font-size: 18px;
    }

    .tx-promotion-entreprise .card-deck .card .panel .panel-bottom a::after{
            font-family: 'fontawesome';
            background: #e6e6e6;
            font-size: 20px;
            content: '\f067';
            position: absolute;
            right: 0;
            bottom: 0;
            color: #7f7f7f;
            padding: 5px 7px 2px 9px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;

    }
    .tx-promotion-entreprise .card-deck .card:hover .panel .panel-bottom a::after{
        color: #ffffff;

    }
    @media screen and (min-width: 768px)  {
        .tx-promotion-entreprise .card-deck{display: flex;}
      }
      
/*******************************************style page detail***************************************/
.tx-promotion-entreprise .corp-entreprise{
padding-right: 120px;
}
.tx-promotion-entreprise .retour_icone{
  margin-bottom: 5px;
}
.tx-promotion-entreprise .retour_icone a{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.tx-promotion-entreprise .retour_icone a::before{
     content:"\f060";
    font-family: 'fontawsomeR';
    font-size: 20px;
    padding-right: 10px;
}
.tx-promotion-entreprise .header-detail{margin-bottom: 34px;}
.tx-promotion-entreprise .header-detail h1{margin-top: 0px;padding-bottom: 0px;margin-bottom: 12px;}
.tx-promotion-entreprise .header-detail p{
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
    text-align: left;
    vertical-align: sub;
}
.tx-promotion-entreprise .body-detail h2{
    color: #3E3E3E;
    margin-top: 0px;
     padding-bottom: 5px;
}
.tx-promotion-entreprise .body-detail p{
    font-size: 17px;
    text-align: justify;
    margin-bottom: 20px;
}
.tx-promotion-entreprise .mail a{overflow-wrap: anywhere;line-height: 20px;}
.tx-promotion-entreprise .mail a,.tx-promotion-entreprise .site a,
.tx-promotion-entreprise .phonenumber a
{   display: flex;
    align-items: center;
   

}
.tx-promotion-entreprise .mail,.tx-promotion-entreprise .site ,.tx-promotion-entreprise .phonenumber ,.tx-promotion-entreprise .location ,.tx-promotion-entreprise .calender,.tx-promotion-entreprise .calender{
    margin-bottom: 30px;
}
.tx-promotion-entreprise .location{display: flex;align-items: center;}
.tx-promotion-entreprise .location p{margin-bottom: 0px;}
.tx-promotion-entreprise .location p,.tx-promotion-entreprise .mail a,.tx-promotion-entreprise .site a,
.tx-promotion-entreprise .phonenumber a,.tx-promotion-entreprise .calender{
    font-size: 20px;
}
 .tx-promotion-entreprise .location::before{
    font-family: 'fontawsomeL';
    font-size: 33px;
    content: '\f3c5';
    padding-right: 25px;
}
.tx-promotion-entreprise .calender::before{
    font-family: 'fontawsomeL';
    font-size: 33px;
    content: '\f073';
    padding-right: 25px;
}
.tx-promotion-entreprise .mail a::before{
    content: '\f1d8';
    font-family: 'fontawsomeL';
    font-size: 33px;
    padding-right: 25px;}
.tx-promotion-entreprise .site a::before{
     content: '\f0ac';
    font-family: 'fontawsomeL';
    font-size: 33px;
    padding-right: 25px;
}
.tx-promotion-entreprise .phonenumber a::before{
    font-family: 'fontawsomeL';
    font-size: 33px;
    content: '\f3ce';
    padding-right: 25px;
}
.tx-promotion-entreprise .phonenumber a,
.tx-promotion-entreprise .retour_icone a,
.tx-promotion-entreprise .site a,
.tx-promotion-entreprise .mail a{
    color: #3E3E3E;
}

.tx-promotion-entreprise .phonenumber a:hover,
.tx-promotion-entreprise .site a:hover,
.tx-promotion-entreprise .mail a:hover,
.tx-promotion-entreprise .retour_icone a:hover,
.tx-promotion-entreprise .header-detail h1 a:hover

{
    color: #ea0000;
    text-decoration: none;
}
.tx-promotion-entreprise .logoentreprise{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}
.tx-promotion-entreprise .calender{
    display: flex;
    margin-bottom: 25px;
    justify-content: initial;
}
.tx-promotion-entreprise .calender .calender_body{padding-top: 10px;}
.tx-promotion-entreprise .calender .calender_body p:nth-of-type(1),.tx-promotion-entreprise .calender .calender_body p:nth-of-type(3){
margin-bottom: 0px;
}
