ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Lato', sans-serif; 

}

ul.tabs{
    background: #002f89;
    margin-bottom: 0px !important;
}

ul.tabs li{
 background: none;
 display: inline-block;
 cursor: pointer;
 transition: all 250ms ease-out;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.5em;
     font-weight: 400;
    color: #fff;
    padding: 15px 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: -2px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
ul.tabs li:hover{
		color: #fff;
        background-image: linear-gradient(to right, #ff5f00 , #dc5339)
}
ul.tabs li.current{
 transition: all 250ms ease-out;
		color: #fff;
        background: #ff5f00
}

.tab-elements{
    overflow: hidden;
    /*border: 2px solid #dddddd;*/
    margin-top: 15px;
    position:relative;


}

.tab-content{
 max-height:0px;
 overflow:hidden;
 transition: all 250ms ease-out;


}

.tab-link em{ 
 font-style:normal; 
 padding-left:10px;
}

.tab-content.current{
 max-height:500px;
 display: inherit;
 transition: all 250ms ease-in;
 transition-delay: 250ms;
}

ul.tabs .current:after{
    color: #fff;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 0px solid transparent;
    border-top: 18px solid #ff5f00;
    margin-top: 31px;
    margin-left: -9px;
}

@media screen and (max-width:1240px) {
.headerSlider {
    text-align: center;
}
}

.tags {
  list-style: none;
  margin: 0 0px 0px 25px;
  overflow: hidden; 
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
}

.tags li {
  float: left;
background: #efefef; 
}

.tag {
  background: #002f89;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
text-decoration: none;
}

.tag::after {
  background: #efefef;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #002f89;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

.tag:hover {
  background: #ff5f00;
  color: white;
  text-decoration: none;
}

.tag:hover::after {
   border-left-color: #ff5f00; 
   text-decoration: none;
}

.ContactezNous{
  display: block;
  margin-top: 2vh;
margin-bottom: 2vh;
}

a.ContactezNous {
    background: #002f89;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
.ContactezNous span{position:relative;}
a.ContactezNous:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-image: -webkit-linear-gradient(to right, #ff5f00 , #dc5339);
    background-image: -moz-linear-gradient(to right, #ff5f00 , #dc5339);
    background-image: -ms-linear-gradient(to right, #ff5f00 , #dc5339);
    background-image: -o-linear-gradient(to right, #ff5f00 , #dc5339);
    background-image: linear-gradient(to right, #ff5f00 , #dc5339);
    background-size: 100% 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
a.ContactezNous:hover:before{
  width: 100%;
  color: #fff !important;
}
a.ContactezNous:hover:before span{
  z-index: 999;
  color: #fff;
}




















