/*!
 * website: DEMARCHE PUBLIQUES GOUVERNEMENT COTE D'IVOIRE
 * Author: Franck CONDE;
*/

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

html,body{
    margin: 0;
    padding: 0;
    /*background-image: url("../img/arr_plan.jpg");*/
    background-attachment: fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

body{
    font-size: 12px;
    /*background: #fff;*/
    font-family: "Arial", sans-serif;
}

* {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

*:before,
*:after {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.bord{
    border: 1px solid red;
}

.conteneur{
  
  max-width: 1280px;
  margin: 0 auto;  
  /*margin-top: 100px;*/
  /* Firefox v3.5+ */
  /*-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);*/
  /* Safari v3.0+ and by Chrome v0.2+ */
  /*-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);*/
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  /*box-shadow:0px 1px 2px rgba(0,0,0,0.2);
-  ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true);*/
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb10{
    margin-bottom: 10px;
}

.mr0{
  margin-right: 0;
}

@media screen and (min-width: 960px){
  .pl0{
  padding-left: 0;
}

}


.top-header{
    padding: 10px;
    background-color: #fff;
    text-align: justify;
}

.logo{
    /*background:url('../img/logo.jpg') no-repeat left top;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
    font-size: 12px;
}

.logo > img{
    float: left;
    margin-right: 15px;
}

span.direction{
    display: block;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    color: #040;
    margin-top: 35px;
}

.small-menu{
    text-align: right;
    padding: 10px;
}

.small-menu > a{
    text-decoration: none;
    text-align: right;
    color: #555;
    display: inline-block;
}

.small-menu > a:hover{
    text-decoration: underline;
}

.follow{
    text-align: right;
    margin-top: 0px;
}

ul.social-icon{
    margin: 0px 0 0 0;
    padding: 0;
    display: inline-block;
    
}

ul.social-icon li{
    list-style-type: none;
    float: left;
}

ul.social-icon li:first-child{
  padding-top: 0px;
  font-size: 15px;
  padding-right: 0px;
}

ul.social-icon li:nth-child(2) a:hover{
  color: #3B5998;
}

ul.social-icon li:nth-child(3) a:hover{
  color: #00ACED;
}

ul.social-icon li:nth-child(4) a:hover{
  color: #C12025;
}

ul.social-icon li a{
    text-decoration: none;
    display: block;
    padding: 0 10px;
    font-size: 30px;
    color: #555;
}

.contenu{
  clear: both;
  max-width: 1024px;
  margin: 0 auto; 
  padding: 10px;
  text-align: justify;
  /*background-color: #eee;*/
  background: linear-gradient(#eee, 10%, white);
}

.content{   
  
  padding: 20px 10px 30px 10px;
  /* Firefox v3.5+ */
  -moz-box-shadow:0px 0px 3px 4px rgba(68,68,68,0.17);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:0px 0px 3px 4px rgba(68,68,68,0.17);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
  box-shadow:0px 0px 3px 4px rgba(68,68,68,0.17);
  -ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color = #2b444444 ,Strength = 7)";
  filter:progid:DXImageTransform.Microsoft.Glow(Color = #2b444444 ,Strength = 7);
}

h4.gle-title{
  border-bottom: 1px solid #E65100;
  color: #222;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

h4.theme{
  color: #fff;
}

h4.gle-title > span{
  border-bottom: 4px solid #E65100;
  padding-bottom: 6px;
  width: auto;
}

.slider{
  overflow: hidden;
  clear: both;
  width: 100%;
  padding: 0;
}

.zone-com{
  width: 100%;
  height: 223px;
  padding: 5px;
  overflow: hidden;
  background-color: #fff;
  /* Firefox v3.5+ */
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true);
}

ul.liste-com{
  margin: 0;
  padding: 0;
}

ul.liste-com li{
  list-style-type: none;
  overflow: hidden;

}

ul.liste-com li a{
  display: block;
  padding: 5px 10px;
  overflow: hidden;
  text-decoration: none;
}

ul.liste-com li:not(:last-child) a{
  border-bottom: 1px solid #ccc;
}

ul.liste-com li a:hover{
  background-color: #f2f2f2;
}

ul.liste-com li a img{
  float: left;
  margin-right: 10px;
}

span.titre-com{
  display: block;
  color: #555;
  font-family: "calibri", sans-serif;
  font-weight: 700;
}

span.date{
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #040;
}

a.more{
  font-size: 12px !important;
  text-decoration: none;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ff7f00;
  float: right;
  padding-right: 10px;
}

a.more:hover{
  text-decoration: underline;
}

.zone-thematique{
  width: 100%;
  background-color: #333;
  padding: 20px;  
}

ul.liste-thematic{
  margin: 20px 0 5px 0;
  padding: 0;
}

ul.liste-thematic li{
  list-style-type: none;
  width: 180px;
  float: left;
  height: 190px;
  position: relative;
  background-color: #eee;
  margin-right: 8px;
  -webkit-box-shadow: 0 40px 20px -40px #000 !important;
}

ul#parole li:before{
  content: "";
  position: absolute;
  background: url('../img/quote.png') no-repeat center;
  width: 20px;
  height: 18px;
  left: 0;

}

.img-zone{
  width: 100%;
  height: 130px;
  background-color: #777;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.titre-theme{
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #444;
  text-align: center;
  padding: 10px 0;
}

ul.liste-thematic li a{
  color: inherit;
  text-decoration: none;
}

ul.liste-thematic li a:hover{
  color: #ff7f00 !important;
  text-decoration: underline;
}

.owl-controls {
    text-align: center;
    margin-top: 20px;
}

.aside-right{
  margin-top: 20px;
  padding-right: 10px;
}

.box-aside{
  background-color: #fff;
  /*min-height: 75px;*/
  /* Firefox v3.5+ */
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33000000,Positive=true);
}

.titre-box{
  width: 100%;
  padding: 5px;
  background-color: #055ba4;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
}


ul#parole{
  margin: 0;
  padding: 15px 10px;
}

ul#parole li{
  list-style-type: none;
  font-size: 13px;
  padding-left: 30px;
}

span.auteur{
  font-size: 12px;
  font-family: "calibri", sans-serif;
  color: #ff7f00;
  display: block;
  text-align: center;
  padding: 20px 5px 10px 5px;
  position: relative;
}

span.auteur:before{
  content: "";
  position: absolute;
  width: 150px;
  margin: 0 auto;
  top: 14px;
  left: 11%;
  padding: 0 30px;
  border-top: 1px solid #ccc;
}

#parole .owl-controls {
    margin-top: 0 !important;
    text-align: center;
}

ul.doc{
  margin: 0;
  padding: 0;
}

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

ul.doc li a{
  display: block;
  width: 100%;
  padding:10px 2px 10px 40px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  font-weight: 700;
  background: url('../img/doc-pdf.png') 8px center no-repeat;
}

ul.doc li:last-child a{
  border-bottom: none;
}

ul.doc li a:hover{
  background: #EFEFEF url('../img/doc-pdf.png') 8px center no-repeat;;
}

a.more-aside{
  font-size: 12px;
  color: #ff7f00;
  display: block;
  padding: 10px 10px;
  text-align: right;
}

ul#directeur{
  margin: 0;
  padding: 15px 10px;
}

ul#directeur li{
  list-style-type: none;
  font-size: 13px;
}

.dg,.time{
  display: block;
  margin: 5px;
  text-align: center;
}

.dg{
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}

.time{
  font-size: 12px;
  color: #777;
}

ul#partner{
  margin: 0;
  padding: 15px 10px;
}

ul#partner li{
  list-style-type: none;
  font-size: 13px;
}

.partenaires{
  padding: 10px;
  color: #fff;
}

.footer{
  width: 100%;
  min-height: 100px;
  background-color: #0033cc;
  color: #000;
  padding: 10px 15px 10px 100px;
}

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

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

ul.menu-footer li:first-child{
  font-family: "Oswald", sans-serif;
  color: #ff7f00;
  font-size: 16px;
}

.footer  a{
  font-family: "calibri", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
}


.footer a:hover{
  color: #ff7f00;
}

.copy{
  height: 50px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}

.copyright{
  padding-top: 10px;
}


.designer{
  float: right;
  text-align: right;
}

h4.title-page{
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.breadcrumb {
    background-color: transparent !important;
    border-radius: 0px !important;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 3px 0;
    font-family: "calibri", sans-serif;
}

.breadcrumb li a{
  color: #ff7f00;
  text-decoration: none;
}

.breadcrumb li.active{
  color: #555;
}

.page{
  text-align: justify;
  margin-top: 30px;
  font-size: 14px;
  
  padding: 20px 20px 20px 20px;
}

img.floating{
  float: left;
  margin-right: 10px;
}

.zone-map{
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#contentMap{
  text-align: left;
}

#map{
  width: 100%;
  min-height: 400px;
}

.page .table ul{
  margin: 0 15px;
  padding: 0;
}

.page .table{
  text-align: left;
}

.page hr{
  border: none;
  border-top: 1px solid #ccc;
  width: 360px;
  margin: 10px auto;
}

.page h5{
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

a.download{
  margin-bottom: 20px;
}

ul.menu-cretion{
  margin: 0;
  padding: 0;
}

ul.menu-cretion li{
  list-style: none;
}

ul.menu-cretion li:first-child{
  font-family: "Oswald", sans-serif;
  color: #ff7f00;
  font-size: 18px;
}

ul.menu-cretion li a{
  font-family: "calibri", sans-serif;
  font-size: 15px;
  color: #555;
  text-align: left;
  display: block;
  text-decoration: none;
}

ul.menu-cretion li a:hover{
  color: #ff7f00;
  text-decoration: underline;
}

.tab-content{
  padding: 10px !important;
  background-color: #fff;
}

.nav-tabs > li > a {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ff7f00;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.liste-phototheque li{
    float: left;
    margin-right: 20px;
}

.zone-video{
    background: #fff;
    padding: 0;
}

p.title-video{
    padding: 10px;
    font-family: "calibri", sans-serif;
    text-align: left !important;
}

p.title-video a{
  text-decoration: none;
  color: #555;
  font-weight: 700;
}

p.title-video a:hover{
  color: #ff7f00;
  text-decoration: underline;
}

h1, h3
        {
            text-align:center;
        }
        h3
        {
            background-color:#cccccc;
            color:black;
            font-size: 14px;
            margin-bottom:0px;
        }
        .news p
        {
            background-color:#ffffff;
            margin-top:5px;
        }
        .news
        {
            width:100%;
            margin:auto;
        }


/* -------------- Formulaire d'envoie de message ---------------------*/
.wrapper {
  margin: 47px auto;
  max-width:580px;
}

#notreformulaire { 
  text-shadow:0 1px 0 #FFF;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background:#c0daf0;
  padding:25px;
  
}


#formulairedecontact label { 
  cursor:pointer;
  margin:4px 0;
  color:#035091;
  display:block;
  font-weight:800;
  
}

input { 
  display:block;
  width:90%;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background-color:#f4f4f4;
  color:#000;
  border:1px solid #5f5f5f;
  padding:10px;
  margin-bottom:25px;
}

textarea { 
  display:block;
  width:90%;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background-color:#f4f4f4;
  color:#000;
  border:1px solid #5f5f5f;
  padding:10px;
  margin-bottom:25px;
}

.sendButton {
  cursor:pointer;
  -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
  box-shadow:inset 0px 1px 0px 0px #fce2c1;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
  background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
  background-color:#0033cc;
  -webkit-border-radius:16px;
  -moz-border-radius:16px;
  border-radius:16px;
  border:1px solid #eeb44f;
  color:#ffffff;
  font-family:Arial;
  font-size:14px;
  width:25%;
  font-weight:bold;
  text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
  background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
  background-color:#fb9e25;
}
/*---------------------- Fin formulaire de contact ----------------------*/

/*-------------------Bar de navigation---------------------------*/




/*-------------------Fin bar de navigation------------------------*/

/**
* RESPONSIVE WEB DESIGN
**/

@media screen and (max-width: 1055px) {
  .small-menu{
    text-align: center;
  }
}

@media screen and (max-width: 860px) {
  .logo > img{
    width: 100px;
  }
  span.direction{
    font-size: 18px;
  }

  .follow{
    margin-top: 5px;
  }
}

@media screen and (max-width: 800px){
  .sp-caption-container{
    bottom: 100px;
  }
}

@media screen and (max-width: 767px){
 .aside-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright, .designer{
    text-align: center;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 600px){
  .sp-caption-container{
    width: 80%;
  }
}

@media screen and (max-width: 500px){
  .sp-caption-container{
    bottom: 50px;
    width: 90%;
    padding: 10px;
  }
}

@media screen and (max-width: 422px) {
  .small-menu > a{
    font-size: 12px;
  }

  .logo{
    background-image: none;
    background-color: #fff;
  }
}