@font-face {
    font-family: 'Helvetica Now Display';
    src: local('Helvetica Now Display Regular'), local('Helvetica-Now-Display-Regular'),
        url('../polices/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../polices/HelveticaNowDisplay-Regular.woff') format('woff'),
        url('../polices/HelveticaNowDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.fe-main
{
    font-family: "Helvetica Now Display";
    font-weight: normal;
    font-size: 10.5pt;
}

.fe-ligne-verte
{
    border-top: 8px solid #AFCC37;
    margin: -15px 5px 0px 5px;
    display: block;
}

.fe-ligne-grise
{
    height: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 20px);
}

.fe-card
{
    border: 0px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
    margin: 10px 10px 25px 10px;
    border-radius: 10px;
}

.fe-noborder
{
    border: 0px;
}

.fe-gras
{
    font-weight: bold;
}

.fe-lien a
{
    color:#8aa22a;
    text-decoration: none;
}

.fe-lien a:hover
{
    text-decoration: underline;
}

.fe-table
{
    display: table;
}

.fe-colonne
{
    display: table-cell;
    vertical-align: top;
}

.fe-colonne.fe-colonne-centre
{
    text-align: center;
}

.fe-colonne.fe-colonne-logo
{
    width: 120px;
}

.fe-logo
{
    left:10px;
    top:15px;
    width:110px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.fe-texte
{
    color:black;
    display:block;
}

.card-header
{
    background-color: white;
    border-bottom: 0px;
    display: table;
}

.card-header .fe-titre
{
    display: table-cell;
    color: black;
    font-size: 16pt;
    white-space: nowrap;
    line-height: 18pt; 
}

.card-header .fe-bloc-ligne-titre
{
    display: table-cell;
    width: 100%;
    white-space: nowrap;
}

.card-header .fe-ligne-titre
{
    background-color: #AFCC37;
    width: calc(100% - 10px);
    height: 8px;
    margin-left: 10px;
}

.fe-bloc-contacts
{
    border-right: 1px solid #ccc;
    width: 50%;
    display: inline-block;
}

.fe-bloc-exposant
{
    width: 50%;
    display: inline-block;
}

.fe-contact-photo
{
    width: 140px;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
}

.fe-contact-photo img
{
    width: 80px;
}

.fe-contact-infos
{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
}

.fe-table
{
    display: table;
}

.fe-drapeau
{
    margin-top: 10px;
    width: 40px;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.17); 
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.17);
}

.fe-exposant
{
    color: black;
    font-size: 20pt;
}

.fe-stand
{
    color: black;
    font-weight: bold;
}

.fe-email,
.fe-tel,
.fe-internet
{
    color: darkblue;
    text-decoration: none;
}

.fe-email:hover,
.fe-tel:hover,
.fe-internet:hover
{
    color: darkblue;
    text-decoration: underline;
}

.fe-photo
{
    width: 200px;
}

.fe-photo img
{
    width: 100%;
}

.fe-bloc-main-activities,
.fe-bloc-main-applications
{
    margin-left: 20px;
    margin-right: 0px;
}

.fe-bloc-main-activities ul,
.fe-bloc-main-applications ul
{
    list-style-type: none;
}

.fe-bloc-main-activities ul li,
.fe-bloc-main-applications ul li
{
    padding:0px;
    margin:0px; 
}

.fe-bloc-main-applications .fe-main-applications
{
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}

.fe-bloc-main-activities .fe-main-activities
{
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}

.fe-picto-main-applications
{
    display: inline-block;
    width: 100px;
    vertical-align: top;
    padding-left: 10px;
}

.fe-picto-main-applications img
{
    width: 70px;
}

.fe-infos-main-applications
{
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.fe-infos-main-applications>ul
{
    padding-left: 10px;
}

.fe-bloc-main-applications .fe-main-applications.n2
{
    border: 1px solid white;
    background-color: white;
    color: #8E8483;
}

.fe-bloc-main-activities .fe-main-activities.n2
{
    border: 1px solid #A2A2A2;
    background-color: #A2A2A2;
    color: white;
}

.fe-bloc-main-activities .fe-main-activities.n3
{
    border: 1px solid white;
    background-color: white;
    color: #8E8483;
}

.fe-couleur-14000100
{
    background-color: #DA0018 !important;
    border: 1px solid #DA0018 !important;
    color: white !important;
}

.fe-couleur-14000200
{
    background-color: #2A4A96 !important;
    border: 1px solid #2A4A96 !important;
    color: white !important;
}

.fe-couleur-14000300
{
    background-color: #5D3782 !important;
    border: 1px solid #5D3782 !important;
    color: white !important;
}

.fe-couleur-14000400
{
    background-color: #84B5C7 !important;
    border: 1px solid #84B5C7 !important;
    color: white !important;
}

.fe-couleur-14000500
{
    background-color: #AC9DB7 !important;
    border: 1px solid #AC9DB7 !important;
    color: white !important;
}

.fe-couleur-14000600
{
    background-color: #A45295 !important;
    border: 1px solid #A45295 !important;
    color: white !important;
}

.fe-couleur-14000700
{
    background-color: #5A9865 !important;
    border: 1px solid #5A9865 !important;
    color: white !important;
}

.fe-couleur-14000800
{
    background-color: #896B43 !important;
    border: 1px solid #896B43 !important;
    color: white !important;
}

.fe-couleur-14000900
{
    background-color: #C39149 !important;
    border: 1px solid #C39149 !important;
    color: white !important;
}

.fe-couleur-14001000
{
    background-color: #868585 !important;
    border: 1px solid #868585 !important;
    color: white !important;
}

.fe-couleur-14001100
{
    background-color: #E9C83A !important;
    border: 1px solid #E9C83A !important;
    color: white !important;
}

.fe-couleur-14001200
{
    background-color: #D89DB1 !important;
    border: 1px solid #D89DB1 !important;
    color: white !important;
}

.fe-couleur-14001300
{
    background-color: #EF7D00 !important;
    border: 1px solid #EF7D00 !important;
    color: white !important;
}

.fe-couleur-14001400
{
    background-color: #A2C037 !important;
    border-color: #A2C037;
    color: white !important;
}

.fe-grid
{
    display: grid; 
    grid-template-columns: 1fr 1fr;
}

.fe-panel-main-activities
{
    /*width: calc(50% - 22px);
    display: inline-block;*/
    vertical-align: top;
    margin-top: 0px;
}

.fe-panel-manufacturing-processes
{
    /*width: calc(50% - 22px);
    display: inline-block;*/
    vertical-align: top;
    margin-top: 0px;
}

.fe-marge-pills
{
    margin-bottom: 10px;
    margin-left: 20px;
}

.fe-pills
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;

    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    border: 1px solid white !important;
    background-color: white !important;
    color: #8E8483 !important;

    cursor: default;
}

.fe-pills:hover
{
    background-color: #007BFF;
}

.fe-bloc-produit
{
    height:auto;
    width:100%;
    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;
    display: flex;
}

.fe-logo-produit
{
    width:110px;
    height:110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;

    font-size: 40pt;
    color: transparent;
    text-align: center;
}

.fe-logo-produit:hover
{
    color: white;
}

.fe-logo-produit a
{
    color: transparent;
}

.fe-logo-produit a:hover
{
    color: white;
}

.fe-logo-produit-loupe
{
    height: 100%;
    width: 100%;
}

.fe-logo-produit-loupe i
{
    margin-top: 25px;
}

.fe-textes-produit
{
    display:inline-block;
    padding-left: 10px;
    width:calc(100% - 130px);
}

.fe-titre-produit
{
    font-family: "Helvetica Now Display";
    font-weight: bold;
    color:black;
}

.fe-ligne-produit
{
    height: 0px;
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 150px);
    margin-left: 130px;
}

#fe-plan
{
    width: 100%;
    height: 300px;
    background-color: white;
    z-index: 1;
}

.fe-bloc-social
{
    display: inline-block;
    font-size: 16pt;
}

.fe-bloc-social a
{
    color: #AFCC37;
}

.fe-bloc-social a:hover
{
    color: #8aa22a;
}

.fe-press-haut
{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.fe-press-titre
{
    font-size: 12pt;
    line-height: 14pt;
    width: 80%;
}

.fe-press-date
{
    font-size: 12pt;
    font-style: italic;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.fe-press-bas
{
    display: inline-block;
    width: 100%;
}

.fe-press-image
{
    width: 33%;
    height: 200px;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fe-press-text
{
    width: calc(66% - 10px);
    vertical-align: top;
    display: inline-block;
}

.fe-press-text.full
{
    width: 100%;
}

.fe-press-contact
{
    margin-top: 40px;
}

.fe-press-contact-titre
{
    font-weight: bold;
}

.fe-press-contact-nom
{
    color: #AFCC37;
}

.fe-press-contact-space
{
    height: 30px;
    display: block;
    width: 100%;
}

.fe-press-pdf
{
    line-height: 40pt;
    font-size: 34pt;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    text-align: center;
}

.fe-press-pdf a
{
    color: black;
    text-decoration: none;
}

.fe-press-pdf a:hover
{
    color: #AFCC37;
}

.fe-press-pdf-label
{
    font-size: 8pt;
    line-height: 10pt;
    text-align: center;
}

.fe-press-titre-bloc
{
    color: #AFCB37 !important;
}

@media screen and (max-width: 1200px) {

    .fe-grid
    {
        display: block; 
    }

}

@media screen and (max-width: 995px) {

    .fe-bloc-contacts
    {
        border-right: none;
        width: auto;
        display: block;
        width: 100%;
    }

    .fe-bloc-exposant
    {
        width: auto;
        display: block;
        width: 100%;
    }

    .fe-contact-photo
    {
        width: 100%;
        display: block;
        text-align: center;
    }

    .fe-contact-infos
    {
        display: block;
        width: 100%;
    }

    .fe-logo
    {
        position:relative;
        left:0px;
        top:0px;
        margin-bottom: 10px;
    }

    .fe-drapeau
    {
        position: relative;
        left: -3px;
        top: auto;
        margin-bottom: 10px;
    }

    .fe-panel-main-activities,
    .fe-panel-manufacturing-processes
    {
        width: auto;
        display: block;
    }

    .card-header .fe-titre
    {
        white-space: normal;
    }

    .fe-infos-main-applications
    {
        display: block;
    }

}

@media screen and (max-width: 767px) {

    .fe-table
    {
        display: block;
    }

    .fe-colonne
    {
        display: block;
    }

    .fe-colonne.fe-colonne-centre
    {
        text-align: center;
    }

    .fe-logo
    {
        position:relative;
        left:0px;
        top:0px;
        margin-bottom: 10px;
    }

    .fe-bloc-main-applications,
    .fe-bloc-main-activities
    {
        margin-left: 0px;
    }

    .fe-picto-main-applications
    {
        width: 60px;
        padding-left: 0px;
    }

    .fe-main-applications
    {
        font-size: 9pt;
    }

    .fe-main-applications.n2
    {
        max-width: 210px;
    }

    .fe-main-activities > ul
    {
        margin-left: 0px !important;
    }

    .fe-drapeau
    {
        position: relative;
        left: -3px;
        top: auto;
        margin-top: 20px !important;
        margin-bottom: 10px;
    }

    .fe-contact-photo
    {
        width: 100%;
        padding-left: 0px;
    }

    .fe-bloc-produit
    {
        display: block;
    }

    .fe-logo-produit
    {
        display: block;
    }

    .fe-textes-produit
    {
        width: 100%;
        display: block;
        padding-left: 0px;
        margin-top: 10px;
    }

    .fe-ligne-produit
    {
        margin-left: 10px;
        width: calc(100% - 25px);
    }

    .fe-marge-pills
    {
        margin-left: 6px;
    }
}
