/************************
        Main css
************************/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@font-face {
    font-family: 'Mistral';
    src: url('../fonts/Mistral.eot');
    src: local('☺'), url('../fonts/Mistral.woff') format('woff'), url('../fonts/Mistral.ttf') format('truetype'), url('../fonts/Mistral.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,body{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

body{
    background:  #E4E4E4 url(../img/body-bck.png) no-repeat center top fixed;
    font-family:"Arial", Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
}

.cb{
  clear: both !important;
}

a{
  display: block;
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: #FF7F00;
  text-decoration: none;
}

ul{
  margin: 0;
  padding: 0;
}

.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;
    }

}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb10{
    margin-bottom: 10px;
}

#conteneur{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    /* padding-top: 200px; */
    background-color: transparent;
}

.armoirie-zone {
    overflow: hidden;
    margin-top: 10px;
}

.armoirie-zone img{
    float: left;
    display: block;
    margin-right: 10px;
}

.ministere-zone{
    width: 380px;
    padding-top: 10px;
}

.ministere-zone div{
    font-size: 18px;
    text-align: center;
}

.ministere-zone div.republique{
    color: #E55100;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 7px;
}

.ministere-zone div.name-ministere{
    color: #133D13;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.slogan{
    font-family: 'Mistral', sans-serif;
    font-size: 30px;
    color: #E55100;
    margin-top: 50px;
    line-height: 30px;
}

.main-menu{
  margin-top: 10px;
}

.contenu{
  background-color: #fff;
  overflow: hidden;
  padding: 15px 15px 100px 15px;
  /* Firefox v3.5+ */
  -moz-box-shadow:0px 0px 9px 1px rgba(51,51,51,0.1);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:0px 0px 9px 1px rgba(51,51,51,0.1);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
  box-shadow:0px 0px 9px 1px rgba(51,51,51,0.1);
  -ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color = #19333333 ,Strength = 10)";
  filter:progid:DXImageTransform.Microsoft.Glow(Color = #19333333 ,Strength = 10);
}

.date{
  padding: 5px 15px;
  color: #fff;
  font-family: 'montserratregular';
  background-color: #E65100;
  font-size: 12px;
  position: absolute;
  top: -26px;
  left: 25px;
}

.agenda{
  height: 200px;
  background-color: #E65100;
}

h2.box-title{
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 15px;
}

h2.title-white{
  color: #fff;
}

h2.title-green{
  color: #133D13;
}

@media screen and (min-width: 1100px){
  .zone-ministre{
    width: 20% !important;
  }

  .slide-actu-zone{
    width: 55%;
  }
}

.ministre{
  background-color: #F2F2F2;
  height: 384px;
}

.ministre img.photo{
  width: 100%;
  height: auto;
}

.ministre h5{
  color: #E65100;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.ministre .fontion{
  color: #133D13;
  text-align: center;
}

hr.section-citation{
  width: 155px !important;
  margin: 10px auto !important;
  border-color: #ccc !important;
}

.ministre .citation{
  text-align: center;
  color: #222;
  font-size: 12px;
  padding: 0 3px;
  font-style: italic;
}

.agenda{
  color: #fff;
  position: relative;
}

ul.schedule{
  margin: 0;
  padding: 0;
}

ul.schedule li{
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
}

ul.schedule li:not(:last-child):before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -24px;
  left: 50px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

span.date-schedule{
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 55px;
  border-right: 1px solid #FFF;
  display: block;
  margin-right: 10px;
  float: left;
  padding:0 10px;
  color: #FFF;
}

span.content-schedule{
  display: block;
  color: #fff;
  padding-right: 5px;
}

span.content-schedule a:hover{
  color: #ccc;
  text-decoration: none;
}

a.all-agenda{
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
}

.presentation{
  background-color: #F2F2F2;
}

.content-presentation{
  padding: 0 10px 10px 15px;
}

.download-file{
  background-color: #313131;
  height: 240px;
  color: #fff;
  text-align: center;
}

.download-file > i:before{
  font-size: 60px !important;
  display: block !important;
  padding-top: 30px !important;
  padding-bottom: 10px;
}

a.read-more{
  color: #E65100;
}

.statistique{
  height: 240px;
  border-style:solid;
  border:1px solid rgb(204,204,204) ;
  position: relative;
  /* Firefox v3.6+ */
  background-image:-moz-linear-gradient(50% -6% -180deg,rgb(187,187,187) 4%,rgb(255,255,255) 60%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image:-webkit-gradient(linear,50% -6%,50% 55%,color-stop(0, rgb(187,187,187)),color-stop(1, rgb(255,255,255)));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image:-webkit-linear-gradient(-180deg,rgb(187,187,187) 4%,rgb(255,255,255) 60%);
  /* Opera v11.10+ */
  background-image:-o-linear-gradient(-180deg,rgb(187,187,187) 4%,rgb(255,255,255) 60%);
  /* IE v10+ */
  background-image:-ms-linear-gradient(-180deg,rgb(187,187,187) 4%,rgb(255,255,255) 60%);
  background-image:linear-gradient(-180deg,rgb(187,187,187) 4%,rgb(255,255,255) 60%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbbbb,endColorstr=#fff7f7f7,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbbbb,endColorstr=#fff7f7f7,GradientType=0);
}

.content-statistique{
  padding: 10px 10px  10px 15px;
}

.content-statistique i:before{
  bottom: 30px;
  color: #143d15 !important;
  font-size: 154px !important;
  position: absolute !important;
  right: 10px !important;
}

.more-detail-box{
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
}

.more-detail-box:hover{
  text-decoration: none;
}

.states{
  background-color: #444;
  border:1px solid #444 !important;
}

.cours{
  height: 150px;
  border-style:solid;
  border:1px solid rgb(204,204,204);
  position: relative;
  /* Firefox v3.6+ */
  background-image:-moz-linear-gradient(50% -6% -180deg,rgb(187,187,187) -20%,rgb(255,255,255) 60%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image:-webkit-gradient(linear,50% -6%,50% 55%,color-stop(0, rgb(187,187,187)),color-stop(1, rgb(255,255,255)));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image:-webkit-linear-gradient(-180deg,rgb(187,187,187) -20%,rgb(255,255,255) 60%);
  /* Opera v11.10+ */
  background-image:-o-linear-gradient(-180deg,rgb(187,187,187) -20%,rgb(255,255,255) 60%);
  /* IE v10+ */
  background-image:-ms-linear-gradient(-180deg,rgb(187,187,187) -20%,rgb(255,255,255) 60%);
  background-image:linear-gradient(-180deg,rgb(187,187,187) -20%,rgb(255,255,255) 60%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbbbb,endColorstr=#fff7f7f7,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbbbb,endColorstr=#fff7f7f7,GradientType=0);
}

span.dwnld-fiche-cours{
  color:#E55100;
  font-size:13px;
  font-weight: normal;
  font-family:"Arial", Helvetica, sans-serif;
  text-transform: none;
  margin-left: 15px;
}

span.dwnld-fiche-cours a{
  display: inline-block;
}

ul.liste-cours{
  overflow: hidden;
  padding: 0;
}
ul.liste-cours li{
  float: left;
  padding: 5px 15px;
  text-align: center;
  list-style-type: none;
}

ul.liste-cours li:not(:last-child){
  border-right: 1px solid #ccc;
}

ul.liste-cours li .matiere-premiere{
  font-size: 16px;
  color: #545454;
  font-weight: 700;
  margin-bottom: 5px;
}

.hausse{
  height: 8px;
  width: 16px;
  margin-left: 10px;
  display: inline-block;
  background: transparent url(../img/etat-prix.png) 0 0 no-repeat;
}

.baisse{
  height: 8px;
  width: 16px;
  margin-left: 10px;
  display: inline-block;
  background: transparent url(../img/etat-prix.png) -26px 0 no-repeat;
}

.box{
  width: 100%;
  height: 200px;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  padding: 10px;
}

.box-penia{
  background-color: #143D15;
  position: relative;
}

.box-carto{
  background-color: #E65100;
}

.box-annonce{
  background-color: #329834;
}

.box-excellence{
  background-color: #777777;
}

.text-penia {
  color: #fff;
}

.text-penia span.pnia{
  font-size: 40px;
  display: block;
}

.text-penia span.pnia-mean{
  width: 160px;
  border-top: 1px solid #fff;
  font-size: 15px;
  padding-top: 5px;
  display: inline-block;
}

a.box-btn-more{
  background-color: transparent;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a.box-btn-more:hover i{
  padding-left: 10px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}


a.box-btn-more{
  text-decoration: none;
}

.box-ico{
  position: absolute;
}

.pnia-ico{
  right: 10px;
}

.carto-ico{
  right: 10px;
  bottom: 20px;
}

.annonces-ico{
  right: 10px;
  top:60px;
}

.excel-ico{
  right: 30px;
  bottom: 50px;
}

.box h2{
  font-size: 25px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

h3.underline-title{
  font-family: 'montserratregular';
  font-size: 14px;
  color: #133D14;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 4px solid #CCCCCC;
}

a.all_underline{
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #555;
  text-transform: none;
  display: inline-block;
}

ul.list_galerie > li{
  margin-bottom: 10px;
  list-style-type: none;
}

ul.list_galerie > li .no-marging a{
  list-style-type: none;
  color: #555;
}

ul.post-meta {
    overflow: hidden;
    float: left;
    /* margin-bottom: 10px; */
    width: 100%;
}
ul.post-meta li:first-child {
    margin-left: 0px;
}
.news_ds_img ul.post-meta li {
    padding: 0 0;
    margin: 0;
    list-style-type: none;
}
ul.post-meta li {
    display: inline-block;
    color: #E34E26;
    font-size: 12px;
}

.vids{
    position: relative;
}
.vids .play{
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  height: 18px;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 25px;
}
.vids .play i{
    color: #143D15;
    font-weight: bold;
    font-size: 15px;
    border-radius:5px 0 0 0;
}

h2.structures{
  text-align: center;
  margin: 20px auto 50px auto;
  padding: 20px 50px;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}

.liste-structure li{
  list-style-type: none;
  float: left;
}

.liste-structure li > a{
  display: block;
  margin-right: 50px;
  height: 60px;
  max-width: 400px;
  margin-bottom: 40px;
}

.liste-structure li > a img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.liste-structure li > a:hover img{
  -webkit-filter: none;
  filter: none;
}

.footer{
  background-color: #424242;
  min-height: 300px;
  padding: 20px 10px;
  color: #fff;
  font-size: 12px;
  font-family: 'montserratregular';
}

.footer .foot-header{
  font-family: 'Oswald', sans-serif;
  color: #FF7F00;
  font-size: 18px;
}


.foot-contact-list li{
  list-style-type: none;
  overflow: hidden;
  clear: both;
  padding: 5px 0;
}

.foot-contact-list li > i:before{
  font-size: 15px !important;
  color: #ccc;
  float: left;
  margin-right: 10px;
}

.foot-contact-list li span{
  color: #ccc;
  display: block;
  font-weight: 700;
}

.contact-list li span{
  color: #555;
  display: block;
  font-weight: 700;
}

.footer a.btn-contact{
  padding: 10px 20px;
  display: block;
  margin-top: 30px;
  border: 1px solid #FF7F00;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.footer a.btn-contact i:before{
  position: absolute;
  right: 20px;
   -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.footer a.btn-contact:hover i:before{
  text-decoration: none;
  right: 60px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.footer-menu-list li{
  list-style-type: none;
}

.footer-menu-list li a{
  font-size: 12px;
  padding: 2px 0;
}

ul.colums-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  width:500px;
}

.copy-legend{
  padding: 10px;
  color: #fff;
  background-color: #212121;
}

.copy{
  padding-top: 10px;
}

.concept{
  text-align: right;
}

img.footer-shadow{
  display: block;
  margin: 0 auto;
}


.cover-page{
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /* Firefox v3.5+ */
  -moz-box-shadow:inset 0px -32px 21px rgba(0,0,0,0.5);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:inset 0px -32px 21px rgba(0,0,0,0.5);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow:inset 0px -32px 21px rgba(0,0,0,0.5);
}

.cover-page .breadcrumb{
  bottom: 0;
  margin-bottom: 0 !important;
  position: absolute;
  background-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.cover-page .breadcrumb > li a{
  color: #eee !important;
  display: inline-block !important;
}

.cover-page .breadcrumb > li:last-child{
  color: #FF7F00;
}

h1.page-title{
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

h1.page-title span.label{
  font-size: 36% !important;
  display: block;
  width: 140px;
  padding: 8px 0;
  position: relative;
  top: -7px;

}

.aside-statistique{
  height: 200px !important;
}

.aside-content-statistique i::before {
    bottom: 80px;
    color: #143d15 !important;
    font-size: 105px !important;
    position: absolute !important;
    right: 10px !important;
}

.aside-content-statistique .states{
  background-color: #FF7F00 !important;
  width: 90%;
  text-align: center;
  border: 1px solid #FF7F00 !important;
  bottom: 15px !important;
  margin: 0 auto;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.aside-content-statistique .states:hover{
  color: #fff;
  text-decoration: underline;
  background-color: #143d15 !important;
  border: 1px solid #143D15 !important;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

h4.section-contact-title{
    font-family: 'Oswald', sans-serif;
    color: #777;
    font-weight: 700;
    padding: 20px 0;
    font-size: 20px;
}

.submit-btn{
  padding: 10px 20px;
  background-color: #143d15;
  color: #fff;
  border: none;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.submit-btn:hover{
  background-color: #FF7F00;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

img.float-img{
  float: left;
  padding: 5px;
  max-width: 450px;
  border: 1px solid #F2F2F2;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sharing{
    padding: 5px 10px;
    border-bottom: 1px dashed #757575;
    display: block;
    position: relative;
}

#sharing .date_details{
    font-family: "montserratbold", sans-serif;
    font-size: 10px;
    color: #777;
    right: 10px;
    bottom: 10px;
    position: absolute;
    font-weight: bold;
}

.fb-share-button{
  top: -4px !important;
}

.other-actu {
  border-bottom: 1px solid #333;
   margin-top: 30px;
}
.other-actu span{
  padding: 10px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  float: left;
}

.liste-actualite{
  clear: both;
  margin-top: 80px;
}

.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;
}

.img-actu-zone{
    min-width: 190px;
}

.content-actu-zone{
    padding: 0 10px;
}

.content-actu-zone a{
    display: block;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}

.content-actu-zone a:hover{
    text-decoration: none;
    color: #FF7F00;
}

.nav-pagination{
    text-align: center;
    margin: 20px 0 0 0;
}

.img-actu-zone{
    width:190px;
}

.date-actualite{
    font-size: 13px;
    color: #FF7F00;
    display: block;
    padding: 3px 0;
}

ul.liste-video {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    clear: both;
}

ul.liste-video li{
  list-style-type: none;
  background: #fff none repeat scroll 0 0;
  border-bottom: 0.1rem solid #F2F2F2;
  margin-bottom: 10px;
  padding: 0.3rem;
  transition: all 0.3s ease-out 0s;
}

.nb-img {
    background-color: #fff;
    border-radius: 5px 0 0;
    bottom: 0;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    right: 15px;
    transition: all 0.3s ease-out 0s;
    z-index: 30;
}

ul.liste-video h3 {
    border: 0 none;
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 700;
    padding: 0 !important;
    text-transform: uppercase;
}

ul.liste-video li a:hover{
  color: inherit;
  background-color: #F2F2F2;
  display: block;
  overflow: hidden;
}

ul.liste-video li a .date-media {
    color: #FF7F00;
    font-family: "montserratbold",sans-serif;
    font-size: 10px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.galerie {
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
}

.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: 100px;
    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;
}

.all-schedule{
  margin: 0;
  padding: 0;
}

.all-schedule li{
  clear: both;
  padding: 5px;
  margin-bottom: 30px;
}

.all-schedule li span{
  color: #777 !important
}

.all-schedule li span.content-schedule{
  color: #333 !important;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.all-schedule li span.content-schedule a{
  width: 600px !important;
}

.all-schedule li span.date-schedule {
    border-right: 1px solid #777;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
    width: 55px;
}

ul.all-schedule li:not(:last-child)::before {
    background-color: #333 !important;
    left: 55px;
    bottom: -29px;
}

.grd_dossier .carousel-indicators{
  left: 80% !important;
  width: 20% !important;
  margin: 0 !important;
  top:10px !important;
}

.dossier_caption{
  bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  left: 0;
  background-color: rgba(0,0,0,.6);
  font-size: 15px;
}

 /**
 STYLE DU CAROUSSEL
 **/

.nav-defil{
  width:100%;
  position: absolute;
  top: 10px;
  right: 20px;
}

 .first-nav{
    margin:-50px  0 0 -25px;
}

.prev{
  background-color: #A7BD23;
  width:30px;
  height:30px;
  display:block;
  float:right;
  margin:0 2px 0 0;
}

.prev span{
  width:30px;
  height:30px;
  background-image:url(../img/slider-nav2.png);
  background-position: 11px 10px;
  background-repeat:no-repeat;
  float:left;
}

.next{
 background-color: #A7BD23;
  width:30px;
  height:30px;
  display:block;
  float:right;
}

.next:hover, .prev:hover {
  background-color:#7B8C1A;
}

.next span{
  width:30px;
  height:30px;
  background:url(../img/slider-nav2.png) no-repeat;
  background-position: -9px 10px;
  background-repeat:no-repeat;
  float:left;
}

a.all_liste{
  text-decoration: none;
  color: #f60;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #f60;
  background: transparent;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Pagination */

.pagenavi li {
    display: inline-block;
    background: #f0f0f0;
    position: relative;
}

.pagenavi li:hover {
    background: #E34E26 ;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagenavi li.selected{
    background: #313131  !important;
}

.pagenavi li.selected a{
    color: #fff !important;
     border-top-color: #343030 !important;
}

.pagenavi li a, .pagenavi li span {
    padding: 5px 10px;
    display: block;
     font-size: 10px;
    z-index: 2;
    position: relative;
    color: #999;
    border-top: 5px solid #fff;
}

ul.pagenavi{
    margin:30px 0;
    text-align: center;
}

.pagenavi li:hover a{
    color:#fff;
}

a.dwnld-doc{
  display: block !important;
  margin: 10px 0 !important;
}

a.dwnld-doc:hover{
  text-decoration: underline !important;
}

/* page contact multicanal */
.valign-wrapper {
    align-items: center;
    display: flex;
}

ul.social-list{
    margin: 0;
    padding: 0;
}

ul.social-list li{
    list-style-type: none;
    float: left;
}

ul.social-list li > a{
    text-decoration: none;
    color: #777;
    font-size: 30px;
}

.social-list a > i:before{
    display: inline-block !important;
    font-size: 18px !important;
    color: #ccc !important;
}

.social-list a:hover > i:before{
    color: #FF7F00 !important;
}

.app{
    margin-top: 10px;
}

.app img{
    margin-left:8px;
}

.contact-head{
    padding: 10px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.element-icon,
.element-content{
    height: 80px;
    float: left;
}

.element-icon{
    width: 70px;
    background-color: #707475;
    color: #fff;
    text-align: center;

}

.element-icon i{
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
}

.element-content{
    width: 75%;
    background: #eee;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}

.element-content .btn-floating{
    position: absolute;
    right: 10px;
}

span.title-content{
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.detail-content{
    font-style: italic;
    font-size: 14px;
    color: #777;
}

ul.social-contact li > a i:before{
    text-decoration: none;
    color: #777 !important;
    font-size: 30px;
}

ul.social-contact li > a:hover{
    color: #333;
}

.badge {
    text-shadow: none;
    font-family: 'Open Sans';
    font-weight: 600;
    background-color: #D1DADE;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: #5E5E5E;
}

.type_annonce{
    background-color: #C70000 !important;
    color: #fff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

ul.decisions li{
  list-style-type: none;
}

ul.decisions li a {
    color: #333;
    display: block;
    list-style: none;
    padding: 11px 15px 15px 15px;
    /* margin-bottom: 15px; */
    overflow: hidden;
    background-size: 21px;
    border-bottom: 1px dotted #d3d3d3;
    position: relative;
}

ul.decisions li:hover{
    background: #eee;
}

p.decision_title{
  text-transform: uppercase;
  color: #E65100;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

p.decision_date{
  font-style: italic;
  color: #555;
}

.bold{
    font-weight: 900;
}
.decisions p{
    margin-bottom: 5px;
}

.site-gouv {
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 0px;
    overflow: hidden;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}   

.site-gouv, .site-gouv li a {
    display: block;
    text-align: center;
}

.site-gouv li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
}

.site-gouv li {
    list-style-type: none;
    float: left;
}

.list-center{
    display: inline-block;
}

.site-gouv li a:hover {
    color: #E67924;
    text-decoration: none;
}


/**************************************
  Responsive Web Design
 **************************************/

@media screen and (max-width: 992px){
  .bContainer{
    font-size: 15px;
    width: 95%;
  }

  .content-schedule a{
    font-size: 11px;
  }

  ul.colums-2 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
    -webkit-column-gap: auto;
    -moz-column-gap: auto;
    -o-column-gap: auto;
    column-gap: auto;
    width: auto;
  }
}

@media screen and (max-width: 768px) {

 /*  body{
   background:  #E4E4E4 url(../img/body-bck.png) no-repeat center top fixed;
   background:  #CEE4BE url(../img/baillage_SOMMET_UA_UE-01_MOB.jpg) no-repeat center top;
 }
 
 #conteneur{
   padding-top: 90px;
 }
  */

  .armoirie-zone img {
    width: 80px;
  }

  .ministere-zone div {
    font-size: 14px;
  }

  .ministere-zone div.name-ministere{
    font-size: 12px;
  }

  .ministere-zone{
    width: 250px;
  }

  .slogan {
    font-size: 20px;
    margin-top: 30px;
    line-height: 20px;
  }

  .ministre {
      height: auto;
      padding-bottom: 10px;
  }

  .mb-xs-20{
    margin-bottom: 20px;
  }

  .bContainer{
    font-size: 13px;
    top: 70%;
    left: 2%;
    line-height: normal;
  }

  h2.box-title{
    font-size: 16px;
    line-height: 21px;
  }

  .more-detail-box {
    color: #060;
    font-weight: 700;
    padding: 10px 5px;
    display: inline-block;
    border: 2px solid #060 !important;
    background-color: transparent;
    bottom: 111px;
    left: 5px;
  }

  ul.schedule li {
    list-style-type: none;
    margin-bottom: 45px;
    position: relative;
  }

  ul.schedule li:not(:last-child)::before {
    bottom: -42px;
  }

  .xs-pr0{
    padding-right: 0;
  }

  .xs-pl0{
    padding-left: 0;
  }

  .box h2 {
    font-size: 18px;
  }

  .text-penia span.pnia {
    font-size: 30px;
  }

  .copy,.concept{
    text-align: center;
  }

  h2.structures{
    font-size: 18px;
    padding: 20px 40px;
  }

  .text-penia span.pnia-mean {
    width: auto;
    font-size: 12px;
  }

}

@media screen and (max-width: 500px) {
  .slogan{
    display: none;
  }

  .armoirie-zone{
    width: 100%;
    text-align: center;
  }

  .ministere-zone{
    width: 100%;
  }

  .armoirie-zone img {
    width: 100px;
  }

  .xs-title-width{
    width: 265px;
  }

  .caroufredsel_wrapper{
    top: -15px !important;
  }

  .carto-ico {
    right: 18px;
    bottom: 57px;
  }

  img.float-img{
    margin-bottom: 10px;
    max-width: 100%;
  }

}