/* ------ Langue ------ */

.fr{
    background: url(../images/fr.png) no-repeat 81px;
}

.en{
    background: url(../images/en.png) no-repeat 81px;
}

.es{
    background: url(../images/es.png) no-repeat 81px;
}

.cs{
    background: url(../images/cs.png) no-repeat 81px;
}

.ar{
    background: url(../images/ar.png) no-repeat 81px;
}

.main_current {
    border-top: 5px solid #ec432e;
    z-index: 1;
}

#langue {
    float: right;
    margin: 1.5% 85%;
    position: relative;
    z-index: 999;
    position: fixed;
}

.langue_list {
    float: left;
    z-index: 1;
    list-style-type: none;
}

.langue_first {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px;
    text-transform: capitalize;
    z-index: 1;
    text-decoration: none;
}

.langue_first:hover {
    border-top: 5px solid #ec432e;
    z-index: 1;
}

.second_langue {
    padding: 10px;
    z-index: 1;
    list-style-type: none; 
    text-decoration: none;
}

.second_langue_border {
    border-bottom: 1px solid #ec432e;
    z-index: 1;
}

.langue_second {
    color: #000;
    text-transform: capitalize;
    z-index: 1;
    text-decoration: none;
    background: url(../images/arrow_down.png) no-repeat 92%;
}

.langue_second:hover {
    color: #ec432e;
    z-index: 1;
}

.langue_list:hover.langue_list ul {
    visibility: visible;
    z-index: 1;
}

/* ------ EN ------ */

.with_dropdown_langue_en {
    position: relative;
    z-index: 1;
}

.with_dropdown_langue_en li a {
    display: block;
    z-index: 1;
}

.with_dropdown_langue_en ul {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #ec432e;
    position: absolute;
    top: 26px;
    padding-left:22px;
    visibility: hidden;
    width: 128px;
    z-index: 1;
}

.with_dropdown_langue_en .langue_first {
    background: url(../images/en2.png) no-repeat 92%;
    padding-right: 69px;
    z-index: 1;
}

.with_dropdown_langue_en:hover .langue_first {
    background: rgba(255, 255, 255, 0.7) url(../images/en2.png) no-repeat 92%;
    border-top: 5px solid #ec432e;
    color: #000;
    z-index: 9999;
}

/* ------ FR ------ */

.with_dropdown_langue_fr {
    position: relative;
    z-index: 1;
}

.with_dropdown_langue_fr li a {
    display: block;
    z-index: 1;
}

.with_dropdown_langue_fr ul {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #ec432e;
    position: absolute;
    top: 26px;
    padding-left:22px;
    visibility: hidden;
    width: 135px;
    z-index: 1;
}

.with_dropdown_langue_fr .langue_first {
    background: url(../images/fr2.png) no-repeat 92%;
    padding-right: 69px;
    z-index: 1;
}

.with_dropdown_langue_fr:hover .langue_first {
    background: rgba(255, 255, 255, 0.7) url(../images/fr2.png) no-repeat 92%;
    border-top: 5px solid #ec432e;
    color: #000;
    z-index: 9999;
}


/* ------ ES ------ */

.with_dropdown_langue_es {
    position: relative;
    z-index: 1;
}

.with_dropdown_langue_es li a {
    display: block;
    z-index: 1;
}

.with_dropdown_langue_es ul {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #ec432e;
    position: absolute;
    top: 26px;
    padding-left:22px;
    visibility: hidden;
    width: 131px;
    z-index: 1;
}

.with_dropdown_langue_es .langue_first {
    background: url(../images/es2.png) no-repeat 92%;
    padding-right: 69px;
    z-index: 1;
}

.with_dropdown_langue_es:hover .langue_first {
    background: rgba(255, 255, 255, 0.7) url(../images/es2.png) no-repeat 92%;
    border-top: 5px solid #ec432e;
    color: #000;
    z-index: 9999;
}


/* ------ CS ------ */

.with_dropdown_langue_cs {
    position: relative;
    z-index: 1;
}

.with_dropdown_langue_cs li a {
    display: block;
    z-index: 1;
}

.with_dropdown_langue_cs ul {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #ec432e;
    position: absolute;
    top: 26px;
    padding-left:22px;
    visibility: hidden;
    width: 128px;
    z-index: 1;
}

.with_dropdown_langue_cs .langue_first {
    background: url(../images/cs2.png) no-repeat 92%;
    padding-right: 69px;
    z-index: 1;
}

.with_dropdown_langue_cs:hover .langue_first {
    background: rgba(255, 255, 255, 0.7) url(../images/cs2.png) no-repeat 92%;
    border-top: 5px solid #ec432e;
    color: #000;
    z-index: 9999;
}


/* ------ AR ------ */

.with_dropdown_langue_ar {
    position: relative;
    z-index: 1;
}

.with_dropdown_langue_ar li a {
    display: block;
    z-index: 1;
}

.with_dropdown_langue_ar ul {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #ec432e;
    position: absolute;
    top: 26px;
    padding-left:4px;
    visibility: hidden;
    width: 126px;
    z-index: 1;
}

.with_dropdown_langue_ar .langue_first {
    background: url(../images/ar2.png) no-repeat 92%;
    padding-right: 69px;
    z-index: 1;
    font-size: 17px;
}

.with_dropdown_langue_ar:hover .langue_first {
    background: rgba(255, 255, 255, 0.7) url(../images/ar2.png) no-repeat 92%;
    border-top: 5px solid #ec432e;
    color: #000;
    z-index: 9999;
}

.frar{
    background: url(../images/fr.png) no-repeat 75px;
}

.enar{
    background: url(../images/en.png) no-repeat 75px;
}

.esar{
    background: url(../images/es.png) no-repeat 75px;
}
