@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html,body{
    margin: 0;
    padding: 0;
}

body{
    font-size: 12px;
    color: #777;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff;
}

a{
    text-decoration: none;
    display: block;
    color: inherit;
}

a:hover{
    color: #F6E301 !important;
    -webkit-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

.cb{
    clear: both;
}

.bord{
    border: 1px solid red;
}


@media screen and (min-width: 767px){
    .pr5{
        padding-right: 5px;
    }

    .pl5{
        padding-left: 5px;
    }

    .pr10{
      padding-right: 10px;
    }

    .pl10{
      padding-left: 10px;
    }

    .pr0{
        padding-right: 0;
    }

    .pl0{
        padding-left: 0;
    }

}


.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb15{
    margin-bottom: 15px;
}

.mb30{
    margin-bottom: 30px;
}

.mt30{
    margin-top: 30px;
}

.conteneur{
    width: 100%;
    overflow: hidden;
}

.content-wrapper{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.head-tab{
    height: 40px;
    line-height: 40px;
    background-color: #01604A;
    position: relative;
}

.head-tab:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #F6E301;
    bottom: -10px;
}

.entreprise:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #FF7F00 !important;
    bottom: -10px;
}

ul.categorie, ul.sm-menu{
    margin: 0;
    padding: 0;
}

ul.categorie li, ul.sm-menu li{
    list-style-type: none;
    float: left;
}

ul.categorie li a, ul.sm-menu li a{
   text-decoration: none;
   color: #fff;
   display: block;
}

ul.categorie li a{
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding: 0 10px;
}

.small-mennu{
    text-align: right;
}

ul.sm-menu{
    display: inline-block;
}

ul.sm-menu li a{
   font-size: 13px;
   padding: 0 5px;
}

ul.categorie li a.cat-active{
   color: #F6E301 !important;
}

ul.categorie li a.cat-active:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 8px;
    bottom: 0;
    background: url('../img/icon-active.png') no-repeat center;
}

ul.categorie li a.cat-active-entreprise{
   color: #FF7F00 !important;
}

ul.categorie li a.cat-active-entreprise:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 8px;
    bottom: 0;
    background: url('../img/icon-active-enterprise.png') no-repeat center;
}

.logo-zone{
    padding: 38px 0;
}

.btn-search{
    background-color: #F6E301;
    border: 1px solid #F6E301;
    color: #777;
}

.btn-search:hover{
    background-color: #01604A;
    border: 1px solid #01604A;
    color: #fff;
}

.btn-search span{
    font-size: 23px;
}

.btn-enterprise{
    background-color: #FF7F00 !important;
    border: 1px solid #FF7F00 !important;
    color: #FFF !important;
}

.main-menu{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#cssmenu:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 34px;
    bottom: -34px;
    background: url('../img/shadow.png') no-repeat center;
    z-index: 99;
}

.zone-slide{
    width: 100%;
    background-color: #fff;
}

.carousel-inner .item a{
    text-align: center;
}

.carousel-inner .item > a >img {
    display: inline-block !important;
}

.contenu{
    padding: 20px 0 50px 0;
    background-color: #fff;
}

.pub{
    text-align: center;
}

.pub-img{
    display: inline-block;
}

h2.title-section{
    font-size: 30px;
    color: #005F4A;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}

h2.title-enterprise{
    color: #ff7f00
}

h2.title-section:after{
    position: absolute;
    content: "";
    width: 12px;
    height: 24px;
    background: url('../img/fleche-cat.png')  no-repeat center;
    margin-left: 10px;
    bottom: 0px;
}

h2.title-section:before{
    position: absolute;
    content: "";
    width: 15%;
    bottom: -8px;
    border-bottom: 1px solid #ccc;
}

h2.title-section > span.categorie{
    font-size: 20px;
    color: #999;
    margin-left: 30px;
    margin-top: 7px;
    font-weight: normal !important;
    position: absolute;
    display: inline-block;
}

.carousel {
    position: relative;
}

#owl-actu{
    margin-top: 20px;
}

.photo-zone{
    width: 100%;
}

.photo-album{
    height: 200px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.photo_bck_cover{
    background-size: cover !important;
}

.photo-item{
    margin-right: 10px;
}

.desc-photo{
    padding: 5px;
    font-weight: 700;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
}

.desc-photo a{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
    display: block;
}

.desc-photo a:hover{
    color: #01604A !important;
    font-weight: 700;
}

.owl-controls{
    margin-top: 10px;
}

.actu-date{
    position: absolute;
    top: 80%;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: rgb(1,96,74);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.col-com{
 padding-left: 0 !important;
 padding-bottom: 10px !important;
}

.item-com{
  width: 100%;
  height: 90px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}

.pdf-icon{
  width: 96px;
  height: 90px;
  background: #555;
  text-align: center;
  padding-top: 12px;
  text-align: center;
}

.pdf-icon img{
  display: inline-block;
}

.title-com{
  width: 100%;
  padding: 5px;
}

.titre-communique{
  margin-bottom: 10px;
  line-height: 20px !important;
}
.titre-communique a{
  font-size: 13px;
  text-decoration: none;
  color: #222;
  font-weight: 700;
}

.titre-communique a:hover{
  text-decoration: underline;
}

.footer{
    background-color: #01604A;
    padding: 30px 10px 10px 10px;
    color: #fff !important;
}

h5.title-footer{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: inherit !important;
}

h5.sm-title-footer{
    text-transform: none;
}

.content-foot{
    font-size: 12px;
}

.social-list a{
    display: inline-block !important;
    font-size: 20px !important;
    color: #dcdcdc;
}

#btn-newsletter{
    color: #fff;
    border-color: #F39200;
    background: #F39200;
}

#btn-newsletter:hover{
     background: #1FA438;
     border-color: #1FA438;
}

ul.list-footer{
    margin: 0;
    padding: 0;
}

ul.list-footer li{
    list-style-type: none;
}

ul.list-footer li a{
    font-size: 12px;
    display: block;
}

.copy{
    text-align: center;
    border-top: 1px dashed #999;
    padding: 20px 10px;
}

.copy a{
    display: inline-block;
}

.carousel-indicators .active {
    background-color: #01604A !important;
    border-color: #01604A;
}

/**
* Breadcrumb design
**/
.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 12px !important;²
    border-radius: 0px;
    margin: 30px 0 50px 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
}


/*** Bootsrtap modify ***/
.breadcrumb > li + li::before {
    color: #ccc;
    content: "" !important;
    padding: 0 !important;
}

.breadcrumb li a {
    color: #01604A;
    text-decoration: none;
    padding: 5px 0 5px 55px;
    background: brown;                   /* fallback color */
    background: #F6E301;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #F6E301;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    /* margin-left: 1px; */
    margin-left: 0;
    left: 100%;
    z-index: 1;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.breadcrumb li:last-child a {
    background: white !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
/** fin breadcrumb */

h1.page-title{
    font-size: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

h2.page-title{
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.page{
    font-size: 15px;
}

.thumbnail{
    margin-bottom: 5px !important;
}

img.img-float{
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modal-body{
    overflow: hidden;
}

.respo h3{
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
    counter-reset: #D5D5D5;
}

.respo p{
    font-size: 15px;
    font-weight: 300;
}

.liste-actualite{
  clear: both;
  padding: 0;
  margin: 0;
}

.liste-actualite li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    overflow: hidden;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.content-actu-zone{
    padding: 0 10px;
}

.content-actu-zone a{
    display: block;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.content-actu-zone a:hover{
    text-decoration: none;
    color: #FF7F00;
}


.img-actu-zone{
    width:250px;
}

.date-actualite{
    font-size: 13px;
    color: #FF7F00;
    display: block;
    padding: 3px 0;
}

.nav{
    text-align: center;
}

a.souscription{
    color: #fff;
    background-color: #ff7f00;
    display: inline-block;
    padding: 5px 50px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* transform: skew(-23deg); */
}

a.souscription:hover{
    text-decoration: none;
    background-color: #01604A;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a.store{
    display: inline-block;
    margin-right: 20px;
}

span.required{
    color: red;
}

hr{
    margin-top: 0 !important;
}

.barre-tracking{
    background-color: #EF2E24;
    padding: 30px 50px;
    margin: 50px 0;
}

.btn-aramex{
    background-color: #01604a;
    border: 1px solid #01604a;
    color: #fff;
}

.btn-aramex:hover{
    background-color: #f6e301;
    border: 1px solid #f6e301;
}

.track-title{
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

img.img-banner{
    margin-bottom: 30px;
}

/** galerie  **/

.galerie {
  margin: 30px 0 0 0;
  padding: 0;
  overflow: hidden;
}

.galerie li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 32%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.galerie li a {
    position: relative;
    display: block;
}
.info-album {
    position: absolute;
    z-index: 9999;
    background: rgba(0,0,0, .5);
    width: 100%;
    height: 100%;
    line-height: 150px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    z-index: 999;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.galerie li:hover .info-album{
    display: block;
    transition-duration: 5s;
}

a.more{
    display: inline-block;
    text-align: right;
    color: #FF7F00;
    font-weight: 700;
    padding-right: 15px;
    float: right;
}


img.banniere{
    margin-bottom: 30px;
}

/**********************
RESPONSIVE WEB DESIGN
*********************/

@media screen and (max-width: 992px){
     .titre-communique a{
        font-size: 11px;
    }
}

@media screen and (max-width: 768px){
    .content-wrapper{
        padding: 10px;
    }

    #cssmenu::before{
        background: transparent;
    }

    .p0{
       padding: 0 !important;
    }

    ul.categorie{
        display: inline-block;
    }

    .cat, .logo{
        text-align: center;
    }

    .logo img{
        display: inline-block;
    }

    h2.title-section{
        text-align: left;
        padding: 0 20px;
        font-size: 20px;
    }

    h2.title-section:after{
        bottom: -3px;
    }

    h2.title-section > span.categorie{
        font-size: 15px;
        margin-top: 3px;
    }

    .barre-tracking {
        padding: 10px 20px;
    }

    h2.page-title, h1.page-title {
        font-size: 25px;
    }

    .galerie li {
        width: 48%;
    }

}