/* clean css */
@import "clean.css";
@import "fonts/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* font css */



@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
       url('fonts/helvetica_neu_bold-webfont.woff') format('woff'),
       url('fonts/helvetica_neu_bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helvetica-webfont.woff2') format('woff2'),
       url('fonts/helvetica-webfont.woff') format('woff'),
       url('fonts/helvetica-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helveticaneue_blackcond-webfont.woff2') format('woff2'),
       url('fonts/helveticaneue_blackcond-webfont.woff') format('woff'),
       url('fonts/helveticaneue_blackcond-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;

}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helveticaneue_light-webfont.woff2') format('woff2'),
       url('fonts/helveticaneue_light-webfont.woff') format('woff'),
       url('fonts/helveticaneue_light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;

}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
       url('fonts/helveticaneue_medium-webfont.woff') format('woff'),
       url('fonts/helveticaneue_medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;

}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helveticaneue_thin-webfont.woff2') format('woff2'),
       url('fonts/helveticaneue_thin-webfont.woff') format('woff'),
       url('fonts/helveticaneue_thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;

}

/* @import "font-awesome/css/font-awesome.min.css"; */

/* site css */
body{font-family: 'HelveticaNeue'; font-size:12px; color:#000; font-weight:400; line-height:1.4;}
body strong{font-weight:700;}
.warrap{width:1180px; margin:auto;}
/* top css */
.body .zone{ max-width:1600px; margin:auto;}
.warrap{width:1180px; margin:auto;}
.zn_Top{background:#f8f8f8; padding:11px 0 7px;}
.blcDrpRepublique{float: left; font-size: 12px; color: #808080; font-family: 'PT Sans', sans-serif; line-height: 1.2;}
.blcDrpRepublique img{float: left; margin-right: 10px;}
.blcDrpRepublique p{white-space: nowrap;    display: flex;
  align-items: center;}
.blcRs{ float:right; padding-top: 4px}
.blcRs li{float:left;}
.blcRs a{display:block; width:25px; height:28px; float:left; padding-left:26px; position:relative; overflow:hidden; color:#a78f84;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}
.blcRs a:before{position:absolute; line-height:28px; width:30px; text-align:center; left:0; top: 2px; font: normal normal normal 19px/1 FontAwesome;}
.blcRs a.fb:before{ content:"\f09a";}
.blcRs a.ytb:before{ content:"\f167";}
.blcRs a.twt:before{ content:"\f099";}
.blcRs a.lid:before{ content:"\f08c"}
.blcRs a.fb{color:#3b5999;}
.blcRs a.ytb{color:#cd201f;}
.blcRs a.twt{color:#56a3d9;}
.blcRs a.lid{color:#007bb6;}
.blcLogo {float: left;}
.zn_Logo{ padding:19px 0 24px;}
.zn_Submenu_Search .warrap{padding: 12px 0 ; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0;}
.zn_Submenu_Search h2{display: none;}
.blcMenuSec{float: left; padding-top: 4px }
.blcMenuSec li{float:left; }
.tblcMenuSec ul li:first-child{border-left:none;}
.blcMenuSec a{display:block; font-size:15px; color:#6C6C6C; padding:3px 8px 2px; }
.blcMenuSec a:hover{color:#ff0101;}
.blcLanguage{ float: right;}
.blcLanguage legend{display: none;}
.blcSearch{float:right; position: relative }
.blcSearch h2, .blcSearch h3, .blcSearch label{display:none;}
.blcSearch form{ padding: 0;
  position: relative;
  display: block!important;
  background: transparent;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 54px;}
.blcSearch .form-item{     float: left;
  position: relative;
  height: 100%;
  width: 95%; }
.blcSearch .form-item input{
  height: 100%;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  color: #fff;
  border: none;
  font-size: 14px;
  background: transparent;
  z-index: inherit;
}

.blcSearch .form-action{ float:right; height:30px; width:40px; overflow:hidden}
.blcSearch .form-actions input{
    width: 15px;
  position: absolute;
    right: 14px;
    outline: none;
    z-index: 100;
  height: 30px;
  padding-left: 22px;
  cursor: pointer;
  background: url(../image/png/loope-white.png) no-repeat;
  margin-top: 12px;}
.blcSearch ::-webkit-input-placeholder { /* Chrome */font-weight:700; color:#fff}
.blcSearch :-ms-input-placeholder { /* IE 10+ */font-weight:700; color:#fff}
.blcSearch ::-moz-placeholder { /* Firefox 19+ */font-weight:700; color:#fff; opacity: 1;}
.blcSearch :-moz-placeholder { /* Firefox 4 - 18 */font-weight:700; color:#fff; opacity: 1;}
.blcMenuMembre{float: right; padding-top: 12px}
.blcMenuMembre li{float: left; margin-right: 25px;}
.blcMenuMembre li a{display: block; line-height: 35px; font-size: 16px; font-weight: 600; position: relative; padding-right: 46px; color: #000; text-transform: uppercase;}
.blcMenuMembre li a:hover{color:#e80b18;}
.blcMenuMembre li a:before{position:absolute; line-height:25px; height: 25px; width:35px; text-align:center; right:0; top: 0px; font-family: 'Material-Design-Iconic-Font'; color: #ff0101;}
.blcMenuMembre li a.mnuElemEm:before{ content:""; background: url("../image/gif/pics1.gif") center center no-repeat;  top: 2px;}
.blcMenuMembre li a.mnuElemVe:before{ content:""; background: url("../image/gif/pics2.gif") center center no-repeat;  top: 2px;}
.blcMenuMembre li a.mnuElemAu:before{ content:""; background: url("../image/gif/pics3.gif") center center no-repeat;top: 2px; }
.footer_menu_mobile{display: none}



.blcPath{width:100%;  padding:15px;background: #f5f5f5;}
.blcPath li{float:left; margin-right:15px; color:#a78f84; font-size:14px; font-weight:400;}
.blcPath li:last-child{float:left; margin-right:15px; color:#ff0101; font-size:14px; font-weight:700;}
.blcPath li a{display:inline-block; color:#000; font-size:14px; font-weight:400;}
.blcPath li:after{content: "\f105"; display:inline-block; margin-left:10px; font: normal normal normal 12px/1 FontAwesome;}
.blcPath li:last-child:after{ display:none;}
.blcPath li a:hover{color:#512b1e; text-decoration:underline;}


.msg {
    border: 1px solid #d0dae3;
    text-align: center;
    margin-bottom: 25px;
    display: block;
}
.msg.succ li a{background: none; border: 0; padding: 0}
.msg.succ li a:after{ display: none}
.msg.succ .blcRsFooter li{ float: none; display: inline-block}
.msg .ttr .blcRsFooter{ display: block;text-align: center}
.msg .ttr {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    display: inline-block;
    padding-top: 10px;
}

.msg p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #0e2c40;
}
.msg.succ p{margin-bottom: 10px}
.msg .link:hover{ color:#ee865a }
.msg.succ .ttr {
    border-top:5px solid #068455;
}
.search_btn{


}



.elemBannerHome{ width: 100%; position: relative; overflow: hidden;}
.elemBannerHome img{display: block; width: 100%; height: auto;}
.elemBannerHome .img{position: relative; z-index: 1;}
.owlBannerIndex {  width: 100%;}
.elemBannerHome .zonDesc{ width:766px; position: absolute; top: 0; z-index: 5;  background: #df111f; height: 480px; box-sizing: border-box; padding-top: 80px; padding-left: 185px; box-sizing: border-box;
    -webkit-clip-path: polygon(100% 17%, 100% 86%, 0 100%, 0 0);
    clip-path: polygon(100% 17%, 100% 86%, 0 100%, 0 0);}
.elemBannerHome .zonDesc .ttr{ font-size: 46px; line-height: 1.2; font-weight: 700; color:#fff; width: 496px; margin-bottom: 25px; }
.elemBannerHome .zonDesc .desc{ font-size: 24px; line-height: 1.2; font-weight: 300; color:#fff; width: 500px; margin-bottom: 25px; }
.elemBannerHome .zonDesc .link{ display: inline-block;  }
.elemBannerHome .zonDesc .link a{ display:block;  color:#e80b18; background: #fff; font-size: 16px; line-height: 1.3; font-weight: 400; border: 1px solid #e80b18; padding: 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px}
.elemBannerHome .zonDesc .link a:hover{ color:#fff; background: #000;  border: 1px solid #e80b18;}


.zn_Menu ul{ /* position: relative; */float: left}
.zn_Menu ul:after{ content: ""; clear: both; display: block; overflow: hidden;}

.blcMainMenu > ul > li{float: left; margin-right: 15px; padding: 28px 0}
.blcMainMenu > ul:after{ content: ""; clear: both; overflow: hidden; display: block}
.blcMainMenu > ul > li > a{font-size: 17px; text-transform: uppercase; line-height: 1.2; font-weight: 500; color:#fff; padding-right:27px; position: relative;  display: block;}
.blcMainMenu > ul > li > a:hover,.blcMainMenu > ul > li > a:hover span{color: #ff0101;}
.blcMainMenu > ul    > li > a.no-link:before{content:"\f078"; position:absolute; line-height:25px; width:35px; text-align:center; right:0; bottom: 5px; font: normal normal normal 10px/1 FontAwesome; color: #fff;}
.blcMainMenu > ul > li > a span{ font-size: 15px; display: none; line-height: 1.2; font-weight: 400; color:#fff;}

/** submenu **/
.blcMainMenu > ul > li>ul{position: absolute;  top: 70px; left: 0; background-color:#fff; padding: 20px; z-index: 999; width: 100%; border-radius: 4px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);display: none}
.blcMainMenu > ul > li > a{position: relative; display: block}

.blcMainMenu > ul > li.active > .LinkMenu:before{
}

.blcMainMenu > ul > li>ul > li{ width: 32%; float: left; margin-right: 1%;}
.blcMainMenu > ul > li>ul > li > a {
    border-radius: 0;
    color: #6C6C6C;
    position: relative;
    font-weight: 500;
    border: 0 none;
    font-size: 15px;
    padding: 10px 15px;
    background-color: transparent;
    display: block;  }

.blcMainMenu > ul > li>ul > li > a:before{
     content: "";
     background: #6C6C6C;
     width: 3px;
     height: 3px;
     display: inline-block;
     position: absolute;
     left: 0;
     top: 20px;
 }


.blcMainMenu > ul > li>ul > li > ul{
    padding: 0 15px 10px 15px  ;
}

.blcMainMenu > ul > li>ul > li > ul a{

    color: #666;
    position: relative;
    font-weight: 400;
    border: 0 none;
    font-size: 14px;
    padding: 5px 3px;
    display: block;
}
.blcMainMenu > ul > li>ul > li > a:hover:before{ background-color: #FC0201; }
.blcMainMenu > ul > li>ul > li > ul a:hover,.blcMainMenu > ul > li>ul > li > a:hover{ color:#454545;}
.blcMainMenu > ul > li>ul > li > ul a:before{  }


.blcMenuService{
  float: right;
  margin-top: 0px;}

.blcMenuService li{ float: left; margin-left: 12px; padding: 25px 0}

.blcMenuService li a{
  background: #ff0101 url(../image/png/user.png) no-repeat 16px center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }


.owlBannerIndex .owl-nav { display: none; float: right}
.owlBannerIndex .owl-dots, .owlBannerIndex  .owl-nav { text-align: center; padding: 20px 0 ; position: absolute;left: 0;bottom: -70px;width: 100%;z-index: 4;}
.owlBannerIndex .owl-dots .owl-dot {    display: inline-block;    zoom: 1;}
.owlBannerIndex .owl-dots .owl-dot span {margin: 5px 5px;display: block; -webkit-backface-visibility: visible;background: #bbbbbb;border: none;width: 10px;height: 10px;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owlBannerIndex .owl-dots .owl-dot.active span, .owlBannerIndex .owl-dots .owl-dot:hover span { border: 1px solid #ff0f0f;background: #fff;width: 9px;height: 9px;}

.homeUnes{width: 100%;  float: left;}
.homeUnes .blcAlaUne{float: left; width: 60%; margin-right:5%; }
.homeUnes .blcAlaUne h2{font-size: 45px; line-height: 45px; font-weight: 700; color:#000; margin: 0 0 35px 35px;}
.homeUnes .blcAlaUne .img{padding-right: 45px;}
.homeUnes .blcAlaUne img{width: 100%; height: auto;}
.homeUnes .blcAlaUne .desc{background: #fff; padding:35px 0 0 35px; position: relative; top:-45px; margin-left:45px; }
.homeUnes .blcAlaUne .desc .date{font-size: 16px; line-height: 1.2; font-weight: 700; color:#e80b18; margin-bottom: 20px;}
.homeUnes .blcAlaUne .desc .ttr{font-size: 30px; line-height: 1.2; font-weight: 700; color:#000; margin-bottom: 20px;}
.homeUnes .blcAlaUne .desc .ttr a{ color:#000;}
.homeUnes .blcAlaUne .desc .ttr a:hover{ color:#e80b18;}
.homeUnes .blcAlaUne .desc .link{font-size: 16px; line-height: 1.2; font-weight: 700; color:#e80b18; }
.homeUnes .blcAlaUne .desc .link a{color:#000; display: inline-block; position: relative; padding-right: 20px; }
.homeUnes .blcAlaUne .desc .link a:before{position:absolute; right:0; bottom: 4px; font: normal normal normal 10px/1 FontAwesome; color: #ff0101; content: "\f054"; }
.homeUnes .blcAlaUne .desc .link a:hover{color:#e80b18; }


.homeUnes .blcActus{overflow: hidden; padding-top: 80px; position: relative; }
.homeUnes .blcActus img {width: 100%; height: auto; }
.homeUnes .blcActus .desc { margin-top: 25px; }
.homeUnes .blcActus .desc .date{font-size: 16px; line-height: 1.2; font-weight: 600; color:#000; margin-bottom: 12px;}
.homeUnes .blcActus .desc .ttr{font-size: 20px; line-height: 1.2; font-weight: 700; color:#000; margin-bottom: 12px;}
.homeUnes .blcActus .desc .ttr a{ color:#000;}
.homeUnes .blcActus .desc .ttr a:hover{ color:#e80b18;}
.homeUnes .blcActus .desc .descTxt{font-size: 16px; line-height: 1.2; font-weight: 400; color:#000; margin-bottom: 20px;}
.homeUnes .blcActus .desc .link{font-size: 16px; line-height: 1.2; font-weight: 700; color:#e80b18; }
.homeUnes .blcActus .desc .link a{color:#000; display: inline-block; position: relative; padding-right: 20px; }
.homeUnes .blcActus .desc .link a:before{position:absolute; right:0; bottom: 4px; font: normal normal normal 10px/1 FontAwesome; color: #ff0101; content: "\f054"; }
.homeUnes .blcActus .desc .link a:hover{color:#e80b18; }


/*.zn_Telechargement_Alaune{background: url("../image/gif/bgacts.gif") center top repeat-y; padding-top: 100px;}*/

.homeDown{width: 27%; float: right; background: #f5f5f5; padding: 20px 0 35px 0;}
.homeDown .blcDocuments h2 {font-size: 26px; font-weight: 700; color:#000; margin: 0 0 15px 0; text-align: right;}
.homeDown .blcDocuments .views-row a{display: block; font-size: 16px;  font-weight: 400; color:#000; padding: 15px 38px 15px 50px; position: relative; text-align: right; border-bottom: #fff solid 1px; }
.homeDown .blcDocuments .views-row a:before{position:absolute; right:4px; top: 18px; font: normal normal normal 20px/1 FontAwesome; color: #bebebe; content: "\f15c"; }
.homeDown .blcDocuments .views-row a:hover{font-weight: 700; }
.homeDown .blcDocuments .views-row a:hover:before{ color: #ff0101; }
/**/
.zn_Cartouche{background: url("../image/gif/bggrisblanc.gif") center -7px no-repeat #f5f5f5; padding-top: 75px;}

.blcTtrCartouche h2{font-size: 36px;  font-weight: 300; color:#000; text-align: center; padding-bottom: 50px; line-height: 1.2;}
.blcTtrCartouche h2 strong{font-weight: 700;}

.cartoucheHome{float: left; position: relative; margin-bottom: 30px;}

.cartoucheHome img{width: 100%; height: auto;}
div.cartoucheType2 .info{ min-height: 290px; position: relative}
div.cartoucheType2 .info .link a{    position: absolute;    bottom: 38px;}
.cartoucheHome .info{background: #fff; padding: 35px 35px 45px; position: relative;}
.cartoucheHome .info .desc{font-size: 29px;  font-weight: 300; color:#000; line-height: 1.2; margin-bottom: 20px; }
.cartoucheHome .info .desc strong{ font-weight: 600; }
.cartoucheHome .info .link a{color:#000; display: inline-block; font-size: 16px; position: relative; padding-right: 20px; font-weight: 600; }
.cartoucheHome .info .link a:before{position:absolute; right:0; bottom: 6px; font: normal normal normal 10px/1 FontAwesome; color: #ff0101; content: "\f054"; }
.cartoucheHome .info .link a:hover{color:#e80b18; }

.cartoucheHome.cartoucheType1{width: 68%; margin-bottom: 0}
.cartoucheHome.cartoucheType1 .info {top: -94px;  margin-left: 45px; }
.cartoucheType2{width: 30%;}
.cartoucheHome.cartoucheType3{width: 35%}
.cartoucheHome.cartoucheType3 .info {background: #ff0101;padding: 35px 15px;position: relative; text-align: center;}
.cartoucheHome.cartoucheType3 .info:hover{
    background: #000;
}
.cartoucheHome.cartoucheType3 .info .desc{font-size: 25px;  font-weight: 300; color:#fff; line-height: 1.2; margin-bottom: 0; }
.cartoucheHome.cartoucheType3 .info .desc a{color:#fff;}
.cartoucheHome.cartoucheType3 .info .desc strong{font-weight: 700; }
.zn_Cartouche .warrap div .cartouche1{ margin-right: 2%;}
.zn_Cartouche .warrap div .cartouche3{ margin-right: 2%; margin-top: -160px;}
.zn_Cartouche .warrap div .cartouche4{ margin-top: -160px;}

/**/
.zn_Reclamation{background:url(../image/jpg/bg_reclamation.jpg) no-repeat center; padding: 90px 0;  text-align: center;}
.blcRec p{ display: inline-block;      float: left; }
.blcRec p a{
  display: block;
  font-size: 16px;
  font-weight: 700;
  color:#fff;
  padding: 8px 20px;
  border: 1px solid #fff;
  margin: 0 15px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  }
.blcRec p a:hover{
  color: #fff;
    background: #ff0101;
    border: 1px solid #ff0101;
  }
    .link_reassurance{
      display: flex;
    justify-content: center;
    }
.blcRec p.recTxt{width: 28%;position: relative;  top: -15px;}
.blcRec p.recTxt span{display: block; text-align: left; font-size: 18px;  font-weight: 700; color:#ff0101; line-height: 30px;}
.blcRec p.recTxt a{ display: inline-block; font-size: 16px;  font-weight: 300; color:#000; padding: 0 20px 0 0; border: none; margin: 0 5px 0 0; text-align: left; position: relative;
    -webkit-border-radius: 0;top: 0;
    -moz-border-radius: 0;
    border-radius: 0;
float: left}
.blcRec p.recTxt a:before{position:absolute; right:3px; top: 4px; font: normal normal normal 12px/1 FontAwesome; color: #ff0101; content: "\f054"; line-height: 1.2}
.blcRec p.recTxt a:hover{color: #2b2b2b; background:none;  }
.blcRec p.recTxt a:hover:before{ color: #2b2b2b; }


/**/
.zn_Faq{ background: #f5f5f5;  text-align: center;}
.blcFaq p{ display: inline-block; }
.blcFaq p a{ display: block; font-size: 16px;  font-weight: 700; color:#000; padding: 8px 0; border: 1px solid #000; margin: 0 15px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
min-width: 270px; text-align: center; margin-bottom: 14px}
.blcFaq p a:hover{color:#fff; background: #ff0101;border: 1px solid #ff0101;}
.blcFaq p.faqTxt{ }
.blcFaq p.faqTxt a{ display: block; font-size: 16px;  font-weight: 300; color:#000; padding: 3px 42px 0 0; border: none; margin: 7px 15px 0 15px; text-align: right; position: relative;
    -webkit-border-radius: 0;top: 12px;
    -moz-border-radius: 0;
    border-radius: 0 }
.blcFaq p.faqTxt a:before{position:absolute; right:0; top: 0; font: normal normal normal 40px/1 FontAwesome; color: #000; content: "\f059"; line-height: 1.2}
.blcFaq p.faqTxt a:hover{color: #2b2b2b; background:none  }
.blcFaq p.faqTxt a:hover:before{ color: #ff0101; }
/**/
.zn_Link{ padding: 60px 40px 20px 40px;}
.zn_Link .warrap{ text-align: center; }
.blcFile{ display: inline-block; margin: 0 10px 20px ; }
.blcFile .linkTpli a{display: table; width: 100%; border: 1px solid #e6e6e6;}
.blcFile .linkTpli a:hover{border: 1px solid #ff0101;}
.blcFile .linkTpli a span{display: table-cell;}
.blcFile .linkTpli a:hover span{background-color: #ff0101; }
.blcFile .linkTpli a .iconLnk{ width: 18%;vertical-align: middle; text-align: center; padding: 15px; }
.blcFile .linkTpli a .downLnk{ width: 18%;vertical-align: middle; text-align: center; padding: 15px 20px}
.blcFile .linkTpli a:hover .downLnk{ background: #fff;}
.blcFile .linkTpli a .downLnk i,.blcFile .linkTpli a .downLnk svg{    font: normal normal normal 25px/1 FontAwesome; color: #d3d3d3;}
.blcFile .linkTpli a:hover .downLnk i,.blcFile .linkTpli a:hover .downLnk svg{ color: #ff0101 !important;}
.blcFile .linkTpli a .iconLnk i,.blcFile .linkTpli a .iconLnk svg{    font: normal normal normal 22px/1 FontAwesome !important; color: #ff0101 !important;}
.blcFile .linkTpli a:hover .iconLnk i,.blcFile .linkTpli a:hover .iconLnk svg{    color: #fff !important;}
.blcFile .linkTpli a .txtLnk{ text-align: left; padding: 15px; font-size: 20px; line-height: 1.1;  font-weight: 300; color:#000; }
.blcFile .linkTpli a:hover .txtLnk{color:#fff; }
.blcFile .linkTpli a .txtLnk p{ text-align: left;}
.blcFile .linkTpli a .txtLnk strong{text-align: left;  }

/**/
.zn_Temoignage{ background: url("../image/gif/bgactsno.gif") center top no-repeat #f5f5f5; padding-top: 60px; padding-bottom: 80px; }
.zn_Temoignage .warrap{ padding-bottom: 40px; position: relative; }
.zn_Temoignage .warrap .blcLienAll{width: 100%; position: absolute; bottom: -25px; left: 0; text-align: center;}
.zn_Temoignage .warrap .blcLienAll a{color:#000; display: inline-block; font-size: 16px; position: relative; padding-right: 20px; font-weight: 600; }
.zn_Temoignage .warrap .blcLienAll a:before{position:absolute; right:0; bottom: 6px; font: normal normal normal 10px/1 FontAwesome; color: #ff0101; content: "\f054"; }
.zn_Temoignage .warrap .blcLienAll a:hover{color:#e80b18; }

.blcTem{width: 45%; margin: 0 2.5%; float: left;}
.blcTem a{display: block;}
.blcTem .img{display: block;width: 100%; height: auto; position: relative;}
.blcTem .img:before{position:absolute; left:50%; margin-left: -66px; top: 50%; margin-top:-66px; content: ""; width: 132px; height: 132px; background: url("../image/png/play.png") left top no-repeat; z-index: 25; display: block;}
.blcTem a:hover .img:before{background: url("../image/png/play.png") left bottom no-repeat;}
.blcTem img{display: block; overflow: hidden; width: 100%; margin-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
.blcTem .txtNom{font-size: 16px;  font-weight: 700; color: #e80b18; margin-bottom: 15px; line-height: 1.2; display: block; text-align: center; text-transform: uppercase;}
.blcTem .desc{font-size: 15px;   color:#000; font-weight: 400;   line-height: 1.4; display: block; text-align: center; padding: 0 50px;}

/**/
.blcPlat{ text-align: center;}
.blcPlat .img{text-align: center; margin-bottom: 15px;}
.blcPlat .img img{display: inline-block;}
.blcPlat .desc{
  font-size: 28px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
.blcPlat a:hover .desc{ color: #e80b18;}
 .owl-carousel .owl-item .blcPlat img{
    width: auto;
}
/**/
.zn_Partenaire{ padding: 50px 0;}
.blcPartenaire{ text-align: center; overflow: hidden; padding: 0 5px; }
.owl-carousel .blcPartenaire img{display: inline-block; width: auto}

/**/

.zn_footer_Top .warrap{position: relative; border-top: 7px solid #fff; padding:50px 0;}

.blcRsFooter{ margin-bottom: 10px;}
.blcRsFooter li{float:left;}
.blcRsFooter a{display:block; width:25px; height:28px; float:left; padding-left:30px; position:relative; overflow:hidden; color:#a78f84;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}
.blcRsFooter a:before{position:absolute; line-height:28px; width:30px; text-align:center; left:0; top: 2px; font: normal normal normal 21px/1 FontAwesome;}
.blcRsFooter a.fb:before{ content:"\f09a";}
.blcRsFooter a.ytb:before{ content:"\f167";}
.blcRsFooter a.twt:before{ content:"\f099";}
.blcRsFooter a.lid:before{ content:"\f0e1";}
.blcRsFooter a.fb{color:#3b5999;}
.blcRsFooter a.ytb{color:#cd201f;}
.blcRsFooter a.twt{color:#56a3d9;}
.blcRsFooter a.lid{color:#007bb6;}
.blcMenuFooter{}
.blcMenuFooter li{float: left;}
.blcMenuFooter li a{
    font-size: 14px;
    color: #6C6C6C;
    padding: 0 0 0 20px;
  }
.blcMenuFooter li a:hover{color: #e80b18;}

.blcNewsletter{ position: absolute; right: 0; width: 400px; top: 50px;}
.blcNewsletter h2{font-size: 14px;  color:#454545; font-weight: 500; white-space: nowrap; margin-bottom: 7px;}
.blcNewsletter h2 span{  font-weight: 500; font-size: 14px; margin-bottom: 10px;}
.blcNewsletter label{display: none;}
.blcNewsletter form{ width: 100%; float: none;}
.blcNewsletter form .form-item{float: left; width: 300px;}
.blcNewsletter form .form-item input{ height: 40px; line-height: 40px; padding: 0 10px; font-size: 14px;    border: 1px solid #6C6C6C; color: #000; width: 100%;}
.blcNewsletter form .form-actions{float: left; width: 100px;}
.blcNewsletter form .form-actions input{height: 40px; font-size: 15px; color: #fff; background: #FC0201; display: block; width: 100%; cursor: pointer;}



.zn_footer{ padding: 50px 0; background-color: #F8F8F8;}
.blcLogoFooter{float: left; width: 20%; padding-right: 5%; }
.blcAdresseFooter{float: left; width: 30%; padding-right: 5%; font-size: 16px; }
.blcTelFooter{float: left; width: 20%; padding-right: 4%; font-size: 16px; }
.blcCertification{ float: right; position: relative; top: -15px}
.blcCertification img{ float: left; height: auto; width: 280px;}

.zn_right { width: 30%; float: right; padding-top:55px; background:url("../image/gif/bggris.gif") left top repeat-x;}
.zn_Content {width: 67%; float: left; margin-right: 3%; padding:55px 0 10px; position: relative;}
div.fullPage {width: 100%;}

.zn_Content h1 {margin-bottom: 30px;color: #e80b18; font-size: 36px;font-weight: 700;padding-bottom: 15px;}
.cssPageAll h2 {font-size: 28px;color: #000;font-weight: 700;padding: 10px 0 5px;margin-bottom: 15px; position: relative;}
.cssPageAll p.txtbig3 {font-size: 21px; color: #000; margin-bottom: 25px; line-height: 1.4; font-weight: 400;}
.cssPageAll p {font-size: 16px;color: #000;margin-bottom: 20px;line-height: 1.5;font-weight: 400;}
.cssPageAll p a {color: #e80b18;}
.cssPageAll ul.list{margin-bottom:20px; margin-left:0px;}
.cssPageAll ul.list ul{margin-bottom:10px; margin-top:6px}
.cssPageAll ul.list li{ padding-left: 16px;  line-height:1.5; font-size:16px; color:#000; position:relative; font-weight:400; /*border-bottom:1px solid #ece7e5; padding:0 0 15px;  margin-bottom:25px;*/  margin-bottom:10px}
.cssPageAll ul.list li a{color:#e80b18; }
.cssPageAll ul.list li a:hover{text-decoration:underline;}
.cssPageAll ul.list ul li:before{ color:#000;}
.cssPageAll ul.list li:before{content: "\f105"; display:inline-block; position:absolute;/* left:-30px; top:1px; */ font: normal normal normal 16px/1 FontAwesome; left: 0; top: 0; color: #e80b18;  }
.evidence{padding:40px 40px 20px ; background:#e4e4e4; margin-bottom:25px; margin-top:13px; position:relative;}
.evidence:before{content:"\f10e"; display:inline-block; position:absolute; right:30px; top:-17px; color:#000;   font: normal normal normal 35px/1 FontAwesome;}
.evidence ul li{  padding:0 0 10px 25px; line-height:1.5; font-size:14px; color:#000; margin-bottom:10px; position:relative; font-weight:400;}
.evidence ul li a{color:#e80b18; }
.evidence ul li a:hover{text-decoration:underline;}
.evidence ul ul li:before{ color:#000;}
.evidence ul li:before{content: "\f111"; color:#e80b18; display:inline-block; position:absolute; left:-30px; top:1px;  font: normal normal normal 16px/1 FontAwesome;}


.cssPageAll .blcEv1{ padding:40px; position:relative; margin-bottom:20px; margin-top:15px; background:#f5f5f5 }
.cssPageAll .blcEv1:before{ content:""; position:absolute; right:25px; top:-11px; height:25px; width:5px; background:#000; display:block; }
.cssPageAll .blcEv1 .txtRouge{ font-size:20px; color:#e80b18; line-height:1.2; margin-bottom:10px}
.cssPageAll .blcEv1 .txtRouge strong{ font-size:32px; color:#e80b18; font-weight:400; line-height:1.2}
.cssPageAll .blcEv1 .blclink{display:block; text-align:center; margin-top:20px;}
.cssPageAll .blcEv1 .blclink a{font-size: 14px;font-weight: 700;color: #e80b18;line-height: 50px;display: inline-block;padding: 0 23px;text-transform: uppercase;background: #e80b18; border:1px solid #e80b18; margin:0 10px }
.cssPageAll .blcEv1 .blclink a:hover{color: #e80b18;border:1px solid #e80b18; background:#fff; }
.cssPageAll .blcEv1 img{ float:left; margin-right:25px; margin-bottom:25px; margin-top:10px; width: 50%; height: auto;}

.docDesc .docLink{float:left; margin-right:20px; min-width:200px;}

.docDesc .docDescInfo{overflow:hidden;}


.ouvre-ferme{ margin-bottom:25px;}
.ouvre-ferme .linkOuvreFerme{font-size:14px; line-height:1.5; color: #000; background: #fff; padding:10px 32px 10px 0 ;  border-bottom: 1px solid #e6e6e6; margin-top:10px; cursor:pointer; position: relative;}
.ouvre-ferme .linkOuvreFerme.active{
    border: none;
}

.ouvre-ferme .linkOuvreFerme:before{content:""; display:inline-block; position:absolute; right: 0; width: 31px; height: 31px;
    background: url(../image/png/plus.png) center 0 no-repeat;   top: 11px;  }
.ouvre-ferme .cntOuvreFerme { display:none;  padding-bottom: 10px; border-bottom: 1px solid #e6e6e6; }
.ouvre-ferme .cntOuvreFerme strong{ color:#000;}
.linkOuvreFerme.active:before{     background: url(../image/png/close.png) center 0 no-repeat;}
.cssPageAll table{  margin-bottom:25px; width:100%;}
.cssPageAll table td{ }
.cssPageAll table th{ font-size:16px; color:#fff; font-weight:700; padding:15px; text-align: center; background:#e80b18; border-right: 1px solid #fff;}
.cssPageAll table td{padding:15px 15px; font-size:16px; color: #333; vertical-align:middle; border-right: 1px solid #e6e6e6;}
.cssPageAll table td:last-child a{color:#e80b18; font-size: 16px; white-space: nowrap; }
.cssPageAll table td p{    color: #828282; margin-bottom:0;}
.cssPageAll table tr:nth-child(even) {background: #e6e6e6}
.cssPageAll table tr:nth-child(odd) {background: #fff}
.cssPageAll table tr:last-child{border-bottom:1px solid #e6e6e6;}
.cssPageAll table td:last-child {border: none}
.zn_right .blocActusRight{    background: #f5f5f5;    padding: 20px;    margin-bottom: 25px;}

.zn_right .blocActusRight h2 { font-size: 18px; color: #000;  margin-bottom: 25px;  font-weight: 700; padding-left: 35px; padding-top: 3px; position: relative;}
.zn_right .blocActusRight h2:before {position:absolute; left:0;  top: 5px; font: normal normal normal 20px/1 FontAwesome; color: #e80b18; content: "\f1ea";}
.blocActusRight .elemActs{ margin-bottom: 20px;}
.blocActusRight .desc{ overflow: hidden;}
.blocActusRight .img{float: left; width: 30%; margin-right: 20px; overflow: hidden}
.blocActusRight .img img{width: 100%; height: auto; margin-right: 15px;}
.blocActusRight .desc .date {font-size: 14px;line-height: 1.2;font-weight: 400;color: #000;margin-bottom: 7px;}
.blocActusRight .desc .ttr {font-size: 16px;line-height: 1.2;font-weight: 700;color: #000;margin-bottom: 7px;}

.blocActusRight .desc .ttr a{color: #000;}
.blocActusRight .desc .ttr a:hover{color: #e80b18;}
.blocActusRight .desc .link{font-size: 14px; line-height: 1.2; font-weight: 700; color:#e80b18; }
.blocActusRight .desc .link a{color:#000; display: inline-block; position: relative; padding-right: 20px; }
.blocActusRight .desc .link a:before{position:absolute; right:0; bottom: 4px; font: normal normal normal 9px/1 FontAwesome; color: #ff0101; content: "\f054"; }
.blocActusRight .desc .link a:hover{color:#e80b18; }


.pg-list-news{}
.pg-list-news .item{    padding-top: 25px;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 25px;}
.pg-list-news .img{ float: left; margin: 0 15px 0 0; overflow: hidden}
.pg-list-news .desc{  }
.pg-list-news .desc .date{    color: #000;
    font-size: 14px;
    font-weight: 400; }
.pg-list-news .desc .title a{     color: #000;
    font-size: 18px;
    font-weight: 700; }
.pg-list-news .desc:hover .title a{
    color: #e80b18;
    text-decoration: none;
}

.top_news{ margin: 10px 0}
.top_news .element{font-size: 16px;
    color: #7b5a4f;
    margin-bottom: 15px;
    text-transform: lowercase; display: inline-block}
.top_news a{font-size: 16px;color: #7b5a4f; display: block}
.top_news .theme a:after{ content: "|" ; display: inline-block; margin: 0 5px; color: #7b5a4f; }

/*** useful links *****/

.elem-useful-links {
    border-bottom: #ebe9ea solid 1px;
    padding: 35px 0 35px 80px;
    position: relative;
}
.elem-useful-links:before {
    position: absolute;
    left: 0;
    top: auto;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    content: "\f0c1";
    border-bottom: #cfd0d0 solid 2px;
    padding: 0 10px 8px;
}
.elem-useful-links .theme {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.elem-useful-links .title {
    font-size: 24px;
    font-weight: 500;
}
.elem-useful-links .title a {
    color: #000;
}
.elem-useful-links .title a:hover, .elem-useful-links .link a:hover {
    color:#e80b18 ;
}
.elem-useful-links .link a {
    font-size: 14px;
    font-weight: 300;
    color: #808080;
}

/** faq **/

.accordion.faq {
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.accordion.faq .linkaccordion  {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    cursor: pointer;

}
.accordion.faq .linkaccordion div {
    display: table-cell;
    padding: 15px 5px 10px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.accordion.faq .cntaccordion p{

    padding-left: 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-weight: 300;

}
.accordion.faq .cntaccordion {
    padding: 0 0 20px;
    display: none;
}
.accordion.faq .linkaccordion:first-child {
    border-top: inherit;
}
.accordion.faq .linkaccordion.active div {
    color: #e80b18;
}
.accordion .linkaccordion:after {
    content: "";
    display: table-cell;
    width: 50px;
    background: url(../image/png/plus.png) center 15px no-repeat;
}
.linkaccordion.active:after {
    background: url(../image/png/close.png) center 15px no-repeat;
}


/** liste appel d'offre **/

.itemDoc{}
.itemDoc a{display:block; padding:25px; border-top:1px solid #f5f5f5; position:relative;}
.itemDoc:first-child a{
    border: none;
}
.itemDoc a:after {content: "";display: block;height: 0;clear: both;}
.itemDoc a:hover {background:#f5f5f5;  z-index:100;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.18);
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.18);}
.itemDoc a:hover .descFile .ttr{ }
.itemDoc .infoFile{ float:left; width:150px; font-size:14px; color:#e80b18; line-height:1.5; text-transform: lowercase;}
.itemDoc .infoFile .link{ display:block; text-align:center; margin-top:10px; padding:8px 0; font-size:14px; color:#7f7f7f; background:#f6b738; }
.itemDoc .infoFile .link:hover{ color:#7f7f7f; background:#542f13; }
.itemDoc .descFile{ overflow:hidden; padding-left:25px; display:block;}
.itemDoc .descFile .subTtr{font-size:14px; color:#000; margin-bottom:3px;display:block; }
.itemDoc .descFile .ttr{font-size:18px; color:#000; margin-bottom:3px;display:block; }
.ttrNow, .ttrBefore{
font-size: 20px;
color: #000;
padding-left: 15px;
font-weight: 700;
margin: 35px 0 25px;
padding-top: 3px;
line-height: 20px;
    border-left: 5px solid #e80b18 ;

}
.cntActusWrp .date{ font-size:14px; color:#7f7f7f; margin-bottom:10px; }
.cntActusWrp .ttrPageInteren{margin-bottom: 40px;color: #000;font-size: 32px;font-weight: 700;padding-bottom: 0;background:none; line-height:1.2; }
.cntActusWrp .img{ margin-bottom:25px;}
.cntActusWrp .img img{width:100%; margin-bottom:25px; height:auto;}
.cntActusWrp .desc{}
.cntActusWrp .desc p{ font-size:14px; margin-bottom:15px; line-height:1.5;}
.docDesc{display:inline-block }

.pg_offre_detail .ref{ font-size: 16px; color: #e80b18; margin-bottom: 10px  }


.ttrPartenaire h2 {
  font-size:28px;
  font-weight:  700;
  text-align:  center;
  display: flex;
  justify-content: center;
  height: 96px;
  margin-bottom: 40PX;
  align-items: center;
  font-family: 'Inter', sans-serif;
  background: url(../image/png/bg_part.png) no-repeat center;
}

.ttrPartenaire h2:before {
  content: "";
  background: url(../image/png/shape.png) no-repeat;
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 15PX;
  vertical-align: middle;
}

.ttrPartenaire h2 strong {
    font-weight:  700;
}

.ttrPlateforme h2 {
    font-size:28px;
    font-weight:  700;
    text-align:  center;
    padding-bottom:  50px;

    font-family: 'Inter', sans-serif;
}


/** search ****/
.zn_Content .search-form.search-page-form {
    display: none;
}
.search_result ol li {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: #ebe9ea solid 1px;
}
.search_result ol li h3 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.search_result ol li h3 a:hover{

    color: #e80b18;
}
.search_result p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.search_result ol li p:nth-of-type(2) {
    color: #b2a8a3;
    font-size: 14px;
    font-weight: 300;
}

#block-medianet-content #search-form {display: none}
#block-medianet-content #search-form + h2 {display: none}

.right_offre, .Blc_file, .Blc_links, .Blc_html {     background: #f5f5f5;    margin-bottom: 25px; padding: 20px }
.right_offre .itemDoc .infoFile{ float: none ; margin-bottom: 6px ; color: #000; display: block }
.right_offre .itemDoc .descFile{ padding-left: 0  }
.right_offre .itemDoc .descFile .ttr{  font-size: 16px; font-weight: 700  }
.right_offre .itemDoc .descFile .ttr:hover{ color: #e80b18  }
.right_offre .itemDoc a:hover{  background: none; box-shadow: none ;  }
.right_offre .itemDoc:last-child a{  border-bottom: 0; }
.right_offre .itemDoc:last-child a:hover{  border-bottom: 0; }
.right_offre .itemDoc a{ padding:  20px 0}
.zn_right .right_offre h2:before{ content: "\f101"; position: absolute;
    left: -5px;
    top: 0;
    font: normal normal normal 20px/1 FontAwesome;
    color: #e80b18;}

.zn_right .right_offre h2, .right_offre h2, .Blc_file h2, .Blc_links h2, .Blc_html h2{ font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    padding-left: 20px;

    position: relative; }

.search_result h3{font-size: 22px; font-weight: 700 }


.custom-filter .js-form-item, .custom-filter .form-actions{ width: 32%; float: left; margin-right: 10px; }
.custom-filter .form-actions input{cursor: pointer; background: #e80b18; color: #FFFFFF; border:#e80b18 solid 1px}
.custom-filter .form-actions input:hover{ background: #fff; color:#e80b18 }
.custom-filter .views-exposed-form { margin-bottom: 30px; padding: 20px; box-sizing: border-box; background: #f9f9f9
}
.custom-filter .views-exposed-form:after {  content: ""; display: block; clear: both; overflow: hidden}
.custom-filter input {
    width: 100%;
    border: 1px solid #ebe9ea;
    padding: 0 15px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    box-sizing: border-box;}
.custom-filter .form-select{
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    line-height: 38px;
    color: #666;
    padding: 0 0 0 10px;
    width: 100%;
    height: 40px;

    border: 1px solid #ebe9ea;
    }

.msg_erreur_content {
    border: 1px solid #ebe9ea;
    padding: 30px;
    margin-bottom: 25px;

    display: block;}

.msg_erreur_content .ttr {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
}
.msg_erreur_content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}
.msg_erreur_content a.btn {
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: 16px;
    color: #FFF;
    /*background: url(../image/png/bgbtlink.png) center top repeat-y;*/
    background: #e80b18;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(10,57,138,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(10,57,138,0.35);
    box-shadow: 0px 0px 15px 0px rgba(10,57,138,0.35);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.msg_erreur_content a.btn:hover {
    /*background: url(../image/png/bgbtlink.png) right top repeat-y;*/
    background: #ebe9ea;
    color: #000;
}
.msg_erreur_content a.btn:after {
    content: "\f061";
    padding-left: 10px;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
}
.msg_erreur_content span.succ {
    color: #00b7a5
}
.msg_erreur_content span.err {
    color: #e9666a
}



.msg {
    border: 2px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;

    display: block;;
}
.msg .ttr {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}
.msg p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
}
.msg a {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    line-height: 1.3;
    font-weight: 400;
    background: #ff0101;
    border: 1px solid #ff0101;
    padding: 9px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.msg p a {
    display: inline-block;
    font-size: 16px;
    color: #ff0101;
    line-height: 1.3;
    font-weight: 300;
    background: none;
    border:  none;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;

    -webkit-transition: none;
    transition: none;
    transform: none;
}
.msg p a:after{display: none;}
.msg p em {
    display: inline-block;
    font-size: 16px;
    color: #ff0101;
    line-height: 1.3;
    font-style: normal;
}

.msg a:hover {

    background: #fff;
    color: #ff0101;
}
.msg a:after {
    content: "\f061";
    padding-left: 10px;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
}
.msg.succ span {
    color: #00b7a5;
}
.msg.err span {
    color: #e9666a
}




/** bloc files **/





.Blc_file h2:before{content: "\f15c";
    position: absolute;
    left: -5px;
    top: 0;
    font: normal normal normal 20px/1 FontAwesome;
    color: #e80b18;}
.Blc_links h2:before{content: "\f0c1";
    position: absolute;
    left: -5px;
    top: 0;
    font: normal normal normal 20px/1 FontAwesome;
    color: #e80b18;}


.Blc_file a, .Blc_links a{    margin: 5px 0;
    color: #000;
    display: block; font-size: 16px;
    padding: 7px 0;
border-bottom: #fff solid 1px}

.Blc_file a:hover, .Blc_links a:hover{color: #e80b18}

.Blc_html .title_blc{    font-size: 18px;
    color: #e80b18;
    margin: 15px 0;
    font-weight: 700;
   }
.Blc_html img{width: 100%; height: auto}
.Blc_html .desc p{ font-size: 16px; font-weight: 400; line-height: 1.4}
.Blc_html a{ font-size: 14px;color: #000; display: block; font-weight: 700; margin-top: 15px }
.Blc_html a:after{   content: "\f061";
    padding-left: 10px;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome; color: #e80b18; }
.Blc_html:after{content: ""; clear: both; overflow: hidden}
.Blc_html a:hover{
    color: #e80b18;
}
/** sitemap **/

.sitemap .sitemap-item ul {
    padding: 0;
}
.sitemap .sitemap-item {
    margin: 0;
}
.sitemap .sitemap-item ul li {
    float: left;
    width: 30%;
    margin-right: 5%;

}
.sitemap .sitemap-item ul li:nth-child(3n){ margin: 0}
.sitemap .sitemap-item ul>li:nth-child(2n+1):after {
    clear: both;
    content: '';
    display: block;
}
.sitemap .sitemap-item ul li>a, .sitemap .sitemap-item ul li.expanded>span, .sitemap .sitemap-item ul li.leaf>span {
    font-size: 18px;
    color: #e80b18;
    font-weight: 700;
    padding: 10px 0;
    display: block;
}
.sitemap .sitemap-item ul li ul li {
    float: none;
    width: auto;
}
.sitemap .sitemap-item ul li ul { padding-left: 15px; margin: 10px 0}
.sitemap .sitemap-item ul li ul ul { padding-left: 10px}

.sitemap .sitemap-item ul li ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 700; padding: 0; display: block; margin-bottom: 10px; position: relative}

.sitemap .sitemap-item ul li > ul > li > a:before{
    content: "\f054";
    color: #ff0101;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 5px;
    font: normal normal normal 10px/1 FontAwesome;
}

.sitemap .sitemap-item ul li ul ul a{ font-size: 14px;
    color: #000; font-weight: 400; margin-bottom: 10px; display: block; position: relative}

.sitemap .sitemap-item ul li ul ul a:before{
    content: "\f054";
    color: #ff0101;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 5px;
    font: normal normal normal 8px/1 FontAwesome;
}
#block-republiquetunisienne + div{
    float: right;
    margin-left: 10px;
    padding-top: 4px;
}
.dropdown-language-item a{
    display: block;
    color: #808080;
    font-size: 13px;
}
.dropbutton-multiple .dropbutton .secondary-action{
    position: absolute;
}
.dropbutton-multiple.open .dropbutton-arrow{
    top: 3px;
}
.search_mb{
    display: none;
}
.submenu_search{
    padding-top: 5px;
}
.blcLanguage .dropbutton-arrow{
    border-style: none;
}

.blcRs{
    position: relative;
    padding-right: 4px;
}

.blcLanguage .dropbutton a.active-language{
    position: relative;
    padding-right: 12px !important;
}
.blcLanguage .dropbutton a.active-language:after{
    font-family: FontAwesome;
    content: "\f0dd";
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: -2px;
    color: #808080;
}
.contentinfo {
    margin-bottom: 20px;
    font-size: 16px;
}

button{
    outline: none;
}
.blcDocuments .more-link{
    text-align: right;
    padding-top: 40px;
}
.blcDocuments .more-link a{
    color: #000;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
}
.blcDocuments .more-link a:hover{
    color: #e80b18;
}
.blcDocuments .more-link a:before {
    position: absolute;
    right: 0;
    bottom: 6px;
    font: normal normal normal 10px/1 FontAwesome;
    color: #ff0101;
    content: "\f054";
}

.cartoucheHome.cartoucheType6{width: 68%; margin-bottom: 0; margin-top: -50px}
.cartoucheHome.cartoucheType6 .info {top: -107px;  margin-left: 45px; }
.blcFaq{
    float: right;
    width: 30%;
    text-align: right;
}

.docDesc .docLink a{display: table; width: 100%; border: 1px solid #e6e6e6;}
.docDesc .docLink a:hover{border: 1px solid #ff0101;}
.docDesc .docLink a span,.docDesc .docLink a em{display: table-cell;}
.docDesc .docLink a:hover span,.docDesc .docLink a:hover em{background-color: #ff0101; }
.docDesc .docLink a .iconLnk{ width: 18%;vertical-align: middle; text-align: center; padding: 15px; }
.docDesc .docLink a .downLnk{ width: 18%;vertical-align: middle; text-align: center; padding: 15px 20px}
.docDesc .docLink a:hover .downLnk{ background: #fff;}
.docDesc .docLink a .downLnk i,.docDesc .docLink a .downLnk svg{    font: normal normal normal 25px/1 FontAwesome; color: #d3d3d3;}
.docDesc .docLink a:hover .downLnk i,.docDesc .docLink a:hover .downLnk svg{ color: #ff0101;}
.docDesc .docLink a .iconLnk i,.docDesc .docLink a .iconLnk svg{    font: normal normal normal 22px/1 FontAwesome; color: #ff0101;}
.docDesc .docLink a:hover .iconLnk i,.docDesc .docLink a:hover .iconLnk svg{    color: #fff;}
.docDesc .docLink a .txtLnk{ text-align: left; padding: 15px; font-size: 20px; line-height: 1.1;  font-weight: 300; color:#000; }
.docDesc .docLink a:hover .txtLnk{color:#fff; }
.docDesc .docLink a .txtLnk p{ text-align: left;}
.docDesc .docLink a .txtLnk strong{text-align: left; display: block;   }
.cartoucheHome{
    overflow: hidden;
}
.cartoucheHome img, .blocActusRight .img img, .pg-list-news .img img
{
    -webkit-transition: all .4s ease-in; /* element qui subit la transition, temps de la transition et function de la transition*/
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.cartoucheHome img:hover, .blocActusRight .img img:hover, .pg-list-news .img img:hover
{
    -webkit-transform: scale(1.1); /*multiplication de la taille de départ x 4*/
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center; /*origine de l'animation*/
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
#block-views-block-bloc-formation-block-2{
    margin-top: 40px;
    background:#f5f5f5 ;
    padding: 30px;
}
.zn_right .itemDoc a{
    border-bottom: #fff solid 1px;
}
.blc_contact{
    padding:20px;
}
.blcNewsletter form .form-actions input:hover{
    background: #e80b18;
}
.blcMenuFooter li a.is-active{
    color:#e80b18;
}
.blcMenuSec a.is-active, .blcMainMenu > ul > li > a.is-active, .blcMainMenu > ul > li > a.is-active span{
    color: #ff0101;
}
.blcMenuFooter li:first-child a{
    padding-left: 10px;
}
.cnt .webform-submission-form ul{
    background-color: #fcf4f2;
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -5px 0 0 #e62600;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 25px;
}
.cnt .webform-submission-form ul li{
    margin-bottom: 5px;
}
.right_offre .more-link a{
    color: #000;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    margin-top: 15px;
}
.right_offre .more-link a:hover{
    color:#e80b18 ;
}
.right_offre .more-link a:before {
    position: absolute;
    right: 0;
    bottom: 6px;
    font: normal normal normal 10px/1 FontAwesome;
    color: #ff0101;
    content: "\f054";
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    font-size: 16px;
    color: #000;
}
.pager li>a:hover, .pager li>span:hover{
    background: #f5f5f5;
}
ul.js-pager__items {
    text-align: center;
    padding-top: 20px;
}
#block-medianet-content .views-row:first-child .elem-formation{
    padding-top: 0;
}

.zn_innorpi_news{	height:100%;
	position:fixed;
	background:#f5f5f5;
	top:0;
	bottom:0;
	height:100%;
	width:450px;
	right:-450px;
	z-index:9999;
	overflow:auto; padding: 50px 50px 25px;}

.zn_innorpi_news .close {
	display:block;

	height:50px;
	width:50px;
	position:absolute;
	top:47px;
	right:40px;
}
.zn_innorpi_news .close:before {
    font: normal normal normal 30px/1 FontAwesome;
    color: #ff0101;
    content: "\f057";
}


.zn_innorpi_news h2 {
    margin-bottom: 25px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 0;
    background: none; text-transform: uppercase;
}
.zn_innorpi_news ul{}
.zn_innorpi_news li a {
    color: #000;
    display: block;
    position: relative;
    font-size: 20px;
    padding:7px 30px;
    border-bottom: 1px solid #fff;
}
.zn_innorpi_news li a:hover{
    color: #ff0101;
}
.zn_innorpi_news li a:before {
    position: absolute;
    left: 0;
    top: 14px;
    font: normal normal normal 15px/1 FontAwesome;
    color: #ff0101;
    content: "\f054";
}
.homeUnes .blcActus .more-link{
    position: absolute;
    top: 25px;
    right: 0;
}
.homeUnes .blcActus .more-link a{
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-right: 20px;
}
.homeUnes .blcActus .more-link a:hover{
    color: #000;
}
.homeUnes .blcActus .more-link a:before {
    position: absolute;
    right: 0;
    top: 7px;
    font: normal normal normal 10px/1 FontAwesome;
    color: #ff0101;
    content: "\f054";
}
.temoignage{
    width: 45%;
    margin: 0 2.5%;
    float: left;
    overflow: hidden;
}
.temoignage a{
    display: block;
}
.temoignage .img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.temoignage .img:before {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 50%;
    margin-top: -66px;
    content: "";
    width: 132px;
    height: 132px;
    background: url(../image/png/play.png) left top no-repeat;
    z-index: 25;
    display: block;
}
.temoignage .txtNom {
    font-size: 16px;
    font-weight: 700;
    color: #e80b18;
    margin-bottom: 15px;
    line-height: 1.2;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.temoignage .desc {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    text-align: center;
    padding: 0 50px;
}
.temoignage img {
    display: block;
    overflow: hidden;
}
.temoignage a:hover .img:before{background: url("../image/png/play.png") left bottom no-repeat;}
#edit-keys-error{
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
    color: #ff0101;
}
.zn_Banner{
    position: relative;
}
.zn_Banner img{ width: 100%; height: auto;}
.formationIndex {
    position: absolute;
    z-index: 2;
    right: -25px;
    bottom: -81px;
    overflow: hidden;
    width: 320px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 4px 12px 59px -12px rgba(0, 0, 0, .55);
    box-shadow: 4px 12px 59px -12px rgba(0, 0, 0, .55);
    font-size: 18px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
    line-height: 21px;
}
.formationIndex .close {
    position: absolute;
    text-shadow: 0 0 0;
    top:25px;
    right: 20px;
    cursor: pointer;
}
.formationIndex h2{
    font-size: 28px;
    color: #e80b18;
    font-weight: 700;
}
.formationIndex .contentBoxIn{
    padding-top: 30px;
}
.formationIndex .close .fa {
    font-size: 24px;
    color: #d2cccc;
}
.formationIndex .date {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}
.formationIndex .contentBoxIn a{
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-top: 40px;
    float: left;
}

.formationIndex .contentBoxIn a.txtlink{
    background: none;
    color: #a1a1a1;
    font-weight: 300;
    font-size: 13px;
    text-transform: none;
    text-align: right;
    width: auto;
    height: auto;
    line-height: 1.5;
    display: block; float: right;
    margin-top: 40px;
}

.formationIndex .contentBoxIn a:hover{
    background: #e80b18;
}
.formationIndex .contentBoxIn a.txtlink:hover{
    background: none;
}
.blcNewsletter h2.visually-hidden{
    display: none;
}
.blcNewsletter .webform-confirmation{
    color: #00A000;
    font-size: 16px;
}

.msg_succ {
    color: #00A000;
}


.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size:16px;
    color:#000;
}
.pager li>a:hover {
    background:#f5f5f5;
}


.pager li.is-active>a, .pager li.is-active>span {
    color:#ff0101;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 6px 16px;
    font-size: 16px;

}


.pager__items:before {content: "";display: block;height: 0;clear: both;}



.blcNewsletter>div{
    color: #CC0000;
    font-size: 16px;
}
.path-fr-webform-contact .cnt{
    background:#f5f5f5;
    padding-bottom: 40px;
}
.path-fr-webform-contact .cnt .zn_right, .path-fr-webform-contact .cnt .blc_contact {
    background: #fff;
}
.path-fr-webform-contact .cnt .zn_right{
    padding-top: 0;
}




.path-fr-webform-contact .cnt .webform-submission-form .form-item input, .cnt .webform-submission-form .form-item input,
.path-fr-webform-contact .cnt .form-item select .cnt .form-item select, .path-fr-webform-contact  .cnt .webform-submission-form .form-item textarea{
    border: none;
}
.cnt .webform-submission-form .form-item label.error{
    position: absolute;
    font-size: 14px;
    bottom: -28px;
    left: 0;
}
.detailFormation{
    position: relative;
}
.user-login-form .form-item label {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    display: block;
}
.user-login-form .form-item input {
    display: block;
    width: 100%;
    padding: 5px 10px;
    line-height: 25px;
    border: 1px solid #ebe9ea;
    font-size: 16px;
    height: 40px;
}
.user-login-form .form-item{
    margin-bottom: 20px;
}
.user-login-form .form-actions{
    text-align: right;
}
.user-login-form .form-actions input {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    background: #e80b18;
    border: 1px solid #e80b18;
    padding: 12px 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 20px;
}
.user-login-form .form-actions input:hover {
    color: #e80b18;
    background: #fff;
    border: 1px solid #e80b18;
}
.blcLanguage li{
    display: inline-block;
}
/** disable english in menu langue **/
.blcLanguage li.en{display: none;}
/** **/

.blcLanguage li a{
    padding: 2px 2px;
    margin-right: 2px;
    color: #808080;
}
.blcLanguage li a:hover{
    color: #ff0101;
}
.webform-confirmation__back a{
    color: #000;
}
#block-medianet-local-tasks{
    display: none;
}
.docDesc.box {display:block }
.docDesc.box .docLink {
    float: none;
    margin-right: 0;
}

.boxImg img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.boxBtn {
    position: absolute;
    right: 20px;
    bottom: 16px;
    text-align: right;
}
.boxBtn a{
    color: #ff0101;
    background: #fff;
    border: 1px solid #ff0101;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    padding: 9px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 10px;
}
.boxBtn a:hover{
    background: #ff0101;
    border: 1px solid #ff0101;
    color: #fff;
}
.slogon{
font-size: 14px;
display: none;
color: #000; margin-top: 5px}

.submenu-lang li:last-child{
top: 33px;

}
.submenu-lang{
  position: absolute;

}
.submenu-lang li{

    text-align: right;
    background: #f9f9f9;
    width: 100%;
    padding: 7px;
}
.dropdown-language-item .active-language{

position: relative;
    padding-left: 24px;
    text-transform: uppercase;
    color: #6C6C6C;
    font-size: 14px;

}
.dropbutton-wrapper .active-language:after {
    position: absolute;
    right: -21px;
    top: 2px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #969696;
    content: "\f078";
    border-width: 0;
    border: 0;
}

.dropbutton-wrapper.open .active-language:after {
    transform: rotate(180deg);

}
.js .dropbutton-widget .dropbutton{
    overflow: visible;
}
.dropbutton-wrapper .dropbutton-toggle button{
   opacity: 0;
}
.dropdown-language-item .active-language::before{
content: "";
width:15px;
height:15px;
background: url(../image/png/earth.png) no-repeat;
position: absolute;
left: 2px;
    top: 2px;

}
.dropbutton-wrapper.open .submenu-lang{
    display: block;
    width: 150px;
    background-color: #000;
    right: 0;
    color: #fff;
    font: 12px;
}
.menu_secandaire_groupe .search-block-form{
display: none;

}
.menu_secandaire_groupe .search-block-form.open{

  display: block;
  position: absolute;
  top: 223px;
  width: 100%;
left: 0;
  z-index: 10;
  padding: 85px 0;
}
.menu_secandaire_groupe .search-block-form.open:before{
  background: #000000;
  content: "";
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  position: absolute;

}
.zn_Logo .warrap > div{


      flex-wrap: wrap;
      justify-content: space-around;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}

.menu_secandaire li{ display: inline-block; margin-right: 8px;}
nav li a{ font-size: 15px; color:#6C6C6C; }
nav.menu_secandaire li a:hover{color: #ff0302; }
body .zn_Top, body .zn_Logo, body .zn_Menu, body .zn_Telechargement_Alaune, .zn_Banner, .zn_Partenaire, .zn_Reclamation, .zn_footer{
width: 100%;
max-width: 100%!important;

}

body .zn_Top .warrap, body .zn_Logo .warrap, body .zn_Menu .warrap, .zn_Telechargement_Alaune .warrap, .zn_footer .warrap{
width: 100%;
padding: 0 5% ;
margin: 0;

}
.zn_footer_Top .warrap {

  position: relative;
  border-top: 0;
  padding: 50px 0;
  width: 100%;

}
.menu_secandaire_groupe{ display: flex;
  align-items: center;
  float: right;
  margin-top: 13px;}
.search_btn{
  width: 30px;
  height: 30px;
  background: #fff url(../image/png/loope.png) no-repeat center;
  display: inline-block;


}
.search_btn span
{
  display: none;
}
.zn_Submenu_Search{
  display: none;
}
.zn_Menu{
  background-color: #000;
}
.title_banner{
  font-weight: bold;
  font-size: 44px;
  color: #000;
padding: 20px 0;

  position: absolute;
  bottom: 0;
  width: 100%;

}
.title_banner::before{
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
width: 100%;
content: "";
height: 100%;
  z-index: 10;

}
.title_banner span{

  width: 65%;
  display: block;
  text-align: right;
  right: 30px;
  float: right;
  line-height: 1.2em;
  position: relative;
  z-index: 10;
}
.titre_actu
{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  width: 100%;
}
.path-frontpage .titre_actu
{
  font-family: 'HelveticaNeue';
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.04em;
  text-align: left;
  width: 60%;
}
.all-news{
    position: absolute;
    right: 0;
    color: #FC0201;
    font-weight: bold;
    font-size: 16px;
    display: block;
    top: 140px;

}
.all-news:after{
    padding-left: 5px;
    font: normal normal normal 16px/1 FontAwesome;
    color: #ff0101;
    content: "\f101";
}
.all-news:hover,.all-news:hover:after{
    color: #000;
}
.titre_actu span{
  color: #FC0201;
}
.listes_actus .form-radios{

 width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 14px;
    margin: 65px 0 35px 0;

}
.listes_actus .fieldgroup {

  width: 100%;
  display: inline-block;
}
.listes_actus .fieldset-wrapper .js-form-item{
display: inline-block;
font-size: 20px;
color: #454545;
margin-left: -18px;
margin-right: 27px;

}
.listes_actus .fieldset-wrapper .js-form-item input{
  opacity: 0;
}
.listes_actus  input[type="radio"]:checked + label{
  position: relative;
  font-weight: 500;
}
.listes_actus  input[type="radio"]:checked + label:after {
  border-bottom: 2px solid red;
  bottom: -17px;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.listes_actus .item-list ul{ display: flex;    flex-wrap: wrap;}
.listes_actus .item-list .item{
width: 30%;
margin-right: 2%;


}
.listes_actus .item-list .item:first-child{
width: 100%;


}
.theme_actu a{

font-weight: bold;
color: #FC0201;
}
.listes_actus .date{
color: #FC0201;
font-size: 14px;
font-weight: 400;
margin-bottom: 15px;

}
.theme_actu a:after{
  display: inline-block;
  margin:0 10px;vertical-align: middle;
  content: "";
  width: 3px;
  height: 3px;
  background-color:#FC0201;
}
.listes_actus .desc{

  margin-top: 40px;
}.listes_actus .item-list .item:first-child .desc{
  margin-top: 5px;
}
.listes_actus .ttr a{
  font-size: 21px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 20px;
  display: block;

}
.listes_actus .item-list .item:first-child .link a{
color: #FC0201;
font-weight: bold;
font-size: 16px;
display: block;
}
.listes_actus .item-list .item .link a, .listes_actus .item-list .item .desc_actu{
  display: none;
}

.listes_actus .elemActs .img img{
max-width: 100%;
width: 100%;
height: auto;

}
.listes_actus
{

    margin-top: 50px;
    position: relative;
}
.listes_actus .item-list .item:first-child .elemActs{

    display: flex;

}
.listes_actus .item-list .item:first-child .elemActs .img{


    margin-right: 40px;
}
.listes_actus .item-list .item:first-child{
    margin-bottom:50px ;
}
.listes_actus .desc_actu{
font-size: 16px;
font-weight: 400;
color: #6C6C6C;

}
.listes_actus .item-list .item:first-child .desc_actu{

    display: block;
    margin-bottom: 35px;
}
.listes_prestations{
background: url(../image/png/bg_presta.jpg) no-repeat;
width: 100%;
padding:100px;
margin: 64px 0;
position: relative;

}
.listes_prestations > div{
  position: relative;
  z-index: 1;
}
.listes_prestations:before{

position: absolute;
top: 0;
left: 0;
content: "";
background: rgb(217,217,217);
background: linear-gradient(265deg, rgba(217,217,217,0) 19%, rgba(217,217,217,1) 87%);
width: 100%;
height: 100%;
opacity: 0.7;
z-index: 0;
}
.prestations-accueil{

  display: flex;
}
.prestations-accueil header{
  width:450px;
  margin-right: 100px;

}
.prestations-accueil .item-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.prestations-accueil .item-list ul li{
  width: 25%;
    background-color: #fff;
    margin-right: 2%;
    padding: 34px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    cursor: pointer;

}


.prestations-accueil .item-list ul li:hover{



    background-color: transparent;
    border: 0;
    position: relative;
    perspective: 1px;
    transform: scaleY(1.01);
    transform-origin: bottom;
    border: 0;


}
.prestations-accueil .item-list ul li:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: rotateX(0.00020rad);

    transform-origin: bottom;
  z-index: -1;box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.10); border: 1px solid #E0E0E0;
}



.prestations-accueil .item-list ul li:hover .views-field a{color: #FC0201}


.prestations-accueil .item-list ul li .views-field a{


  font-size: 18px;
  font-weight: 700;
  color: #454545;
  text-align: center;
}
.prestations-accueil .item-list ul li .views-field{

  text-align: center;
  margin-top: 15px;
}
.titre_zone_prestation h2{
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: #000000;
  background: url(../image/png/shape.png) no-repeat left center ;
  padding-left: 20px;
  margin-bottom: 15px;
  }
.titre_zone_prestation p{

font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.03em;
text-align: left;

}
.blcLogoFooter img{
width: 90%;

}
.blcAdresseFooter p, .blcTelFooter p {

 color:  #6C6C6C;
}
.blcAdresseFooter p strong, .blcTelFooter p strong {

 color:  #454545;
}
.zn_footer
{

  position: relative;
}
.zn_Menu .warrap > div{
position: relative;
}

.blcSearch label#edit-keys-error {

  top: -20px
}
.bg_reclamation{
  background: url(../image/jpg/bg_reclamation2.jpg) no-repeat top center;
  width: 100%;
  height: 184px;
  position: relative;
  margin-bottom: 65px;
  display: block;
}
.content_rec{
width: 250px;
position: absolute;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.03em;
right: 100px;
color: #fff;
margin-top: 35px;
}
.content_rec span{
  display: block;
  margin-bottom: 35px;
}
.content_rec a{
  background: #FC0201;
  border-radius: 3px;
  color: #fff;
  padding: 16px 24px;
  width: 90%;
  margin: 0 auto;
}
.content_rec a:hover{
  background: #000;
  border-radius: 3px;
  color: #fff;
  padding: 16px 24px;
  width: 90%;
  margin: 0 auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.lang-change .links{ display: flex; gap: 10px; margin-top: 3px;}
.lang-change .links a{ font-weight: 400; color: #000;}
.lang-change .links a:hover{  color: #FC0201;}
.lang-change .links a.is-active{ font-weight: 600;
    color: #FC0201;}