.exposants {
    position: relative;
    padding-bottom: 20px;
}

.moteur {

    padding: 15px;
}

.moteur h2.title {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.moteur .form_field {
    display: inline-block;
    padding-top: 5px;
}

.moteur .form_field dt {
    display: none;
}

.moteur .form_field input, .moteur .form_field select {
    height: 35px;
    border: 0;
    background: #fff;
    padding-left: 5px;
}

.moteur .form_field input#submit {
    padding: 0px 35px;
    color: #ffffff;
    float: right;
    margin: 10px 42px 5px;
}

.zone_submit {
    width: 100%;
}

.exposant {
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    height: 53px;
    overflow: hidden;
}


.exposant:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.exposant.lettre:after {
    content: none;
}

.exposant.selected {
    height: auto;
}

.exposant.selected:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.categorie {
    padding-top: 20px;
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #333;
    z-index: 100000;
    opacity: 0.95;
    display: none;
}

.listing {
    margin-top: 70px;
}

.exposants .exposant_onglets {
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 540px;
}

.exposants .exposant_onglets a {
    float: left;
    width: 20px;
    height: 15px;
    line-height: 15px;
    border-right: 1px solid # #2B7AA5;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}


.exposants .ligne {
    padding-top: 15px;
}

.exposants .exposant h3 {
    font-size: 30px;
    /*border-bottom:1px solid #2B7AA5;*/
    margin-bottom: 15px;
}


.exposants .exposant .row {
    padding-bottom: 7px;
}

.exposants .exposant .row .titre {
    float: left;
    width: 410px;
    color: #000000;
    text-transform: uppercase;
}

.exposants .exposant .row a.bt_savoir_plus {
    float: right;
    width: 100px;
    text-align: right;
    font-size: 10px;
}


.exposant .detail {
    margin-top: 12px;
    font-size: 14px;
    font-style: italic;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -200px;
    border-radius: 5px;
    width: 450px;
    padding-top: 120px;
    min-height: 450px;
    background: url(../../../../../images/admin/layout/logo.png) center 15px no-repeat #ffffff;
    background-size: 60% auto;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 10px -5px #000000;
    box-shadow: 0 0 10px -5px #000000;
    transform: translateY(-30%);
}

@media all and (max-width: 768px) {
    .exposant .detail {
        width: 100vw !important;
        left: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .moteur .form_field {
        width: 100%;
    }

    .moteur .form_field input, .moteur .form_field select {
        width: 100%;
    }

    .moteur .form_field input#submit {
        float: none;
        margin: 5px auto;
    }
}