/*
Theme Name:  Dracula Bunker
Theme URI: 
Author: Arno 
Author URI: 
Description: Dracula Bunker.
Version: 1.0
License: Privée, toute reproduction interdite
License URI: 

*/

@font-face {
  font-family: 'Andale Mono Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Andale Mono Regular'), url('fonts/ANDALEMO.woff') format('woff');
  }


  @font-face {
    font-family: 'Devina Rodent Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Devina Rodent Bold'), url('fonts/DevinaRodent-Bold-BF6535e8acba18c.woff') format('woff');
    }


html, body {
  
  position:relative;
  width:100%;
  max-width: 100%;
  height:auto;
  margin:0;
  padding:0;
  
  overflow:auto;
  
  background:#eeeeee;
  color: #222222;
  
  text-align: center;
  font-family: 'arial';
  scroll-behavior: smooth;
  font-family: 'Andale Mono Regular';

}
 

a {
  
  color:inherit;

}


hr {

  position:relative;
  display: block;
  clear:both;
  width:100%;
  margin:10px 0;
  padding:0;
  height:1px;
  background:#cccccc;
  border:0;

}




.apparition_au_scroll {
  
  opacity: 0;
  top:33px;

}


.bouton .dashicons,
.bouton img,
.bouton svg {
  
  position:relative;
  display: inline-block;
  margin:0; 
  line-height: inherit !important;
  height: inherit !important;
  font-size: inherit !important;
  width:auto;
  overflow:hidden;

  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease; 

}









header {

  position:fixed;
  top:0;
  left:0;
  display: block;
  width:1200px;
  padding:0 calc(50% - 600px);
  margin:0;
  height: 80px;
  overflow:visible;
  z-index:95;

  background-color: #000000;
  color:#ffffff;
  text-align: center;


}





#logo {

  position:relative;
  display:block;
  float:left;
  width:200px;
  max-width: calc(100% - 150px);
  height:80px;
  max-height:80px;
  overflow:hidden;
  margin:0;
  padding:0;

  line-height:80px;
  text-align: left;
  text-decoration: none;
  font-weight: normal;


  display: flex;
  align-items: center;
  justify-content: center;

}

 


#logo img {

  position:relative;
  display: block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  margin:0;

}





/* MENU */


header menu {

  position: relative;
  display: block;
  width:auto;
  max-width:calc(100% - 300px);
  float:right; 
  height:80px;
  max-height:80px;
  padding:0;
  margin:0;
  list-style: none;

  text-align: left;

}



header menu li {

  position: relative;
  display: block;
  width:auto;
  float:left;
  max-height:80px;
  padding:0;
  margin:0 30px 0 0;

  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: lighter;
  

}



header menu li a {

  position: relative;
  display: block;
  padding:0;

  line-height:80px;
  text-decoration: none;

}


header menu li a img,
header menu li a svg {

  position: relative;
  display: block;
  height:20px;
  width: auto;
  float:left;
  margin:0 10px 0 0;
  top:30px;

}



/* SOUS MENU */

header menu li ul {

  position: absolute;
  top:100%;
  width:330px;
  left:0;
  margin:0;
  padding:0;
  max-height: 0;
  overflow: hidden;

  background-color:rgba(0, 0, 0, 0.9);
  color:#ffffff;
  
  transition: all 500ms ease;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}



header menu li:last-child ul {

  right:0 !important;
  left:none !important;

}



header menu li:hover ul  {

  max-height: 666px;

}



header menu li ul li {

  width:100%;
  max-height:100px;
  margin:0;
  padding:10px 20px;
  box-sizing: border-box;

}



header menu li ul li a {

  line-height: 20px;

}


header menu li ul li a img,
header menu li ul li a svg {

  top:0px;

}


header menu li ul li:first-of-type {

  margin-top:15px !important;

}



header menu li ul li:last-of-type {

  margin-bottom:15px !important;

}




 


#menu_lateral {

  position:fixed;
  list-style: none;
  width:95%;
  height:100vh;
  padding:20px;
  box-sizing: border-box;
  margin:0;
  top:0;
  left:-100%;
  z-index: 99;

  background-color: #000000;
  color:#ffffff;
  
  text-align: left;
  transition: all 500ms ease;

}



#menu_lateral li.fermer {

  margin:0 0 30px 0;
  cursor:pointer;
  font-style: italic;

}

#menu_lateral li {

  position: relative;
  display: block;
  margin:0 0 10px 0;
  padding:0;

  line-height: 20px;
  font-size:16px;

}

#menu_lateral li a {

  position: relative;
  display: block;
  text-decoration: none;

}

 
#menu_lateral li a img,
#menu_lateral li a svg  {

  position: relative;
  display: block;
  height:20px;
  width: auto;
  float:left;
  margin:0 10px 0 0;

}



#menu_lateral li ul {

  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding:0 0 0 20px;
  box-sizing: border-box;
  margin:0;

}



#menu_lateral li ul li {

  position: relative;
  display: block;
  width: 100%;
  padding:2px 0;
  margin:0;
  box-sizing: border-box;
  
  line-height: 20px;
  font-size:14px;
  color:#555555;

}







/* BOUTONS HEADER  */


header .dashicons-search,
header .dashicons-no-alt,
header .dashicons-menu-alt3

{

  position:relative;
  display: flex;
  float:right;
  width:40px;
  height:40px;
  top:20px;
  margin:0;
  
  line-height: 40px;
  font-size:30px;

  border:1px solid #222222;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  
}



header .dashicons-menu-alt3 {

  margin:0 20px 0 0;

}



#cadre_recherche {

  position:fixed;
  top:80px;
  left:0;
  width:1200px;
  padding:20px calc(50% - 600px);
  height:40px;
  z-index:94;

  background-color: #111111;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;

}

#cadre_recherche.reduit {

  top:0;

}

#cadre_recherche input {

  position: relative;
  display: inline-block;
  width:calc(100% - 74px);
  height:100%;
  padding:0 10px;
  margin:0 10px 0 0;
  line-height: 40px;
  
  border:1px solid #777777;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  color:#ffffff;

}

#cadre_recherche .dashicons-search {

  position: relative;
  display: inline-block flex;
  width:40px;
  height:40px;
  line-height: 40px !important;

  background-color: var(--couleur_1);
  border:1px solid var(--couleur_1);
  color:#ffffff;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  
}







/* MAIN */

.decalage_header {
	
	margin-top:80px !important;
	
}

.corps {

  position:relative;
  display:inline-block;
  width:1200px;
  margin: 0 auto;
  max-width: 100%;
  padding:40px calc(50% - 600px);

}


.corps img {

  position: relative;
  display: block;
  max-width: 100%;
  height:auto;

}


.titre_principal {
  
  position:relative;
  display: block;
  width:100%;
  margin:0 auto 30px auto;
  padding:0;
  clear: both;

  text-align: left;
  line-height: 30px;
  font-size: 20px;
  color:#000000;
  font-family: 'Devina Rodent Bold';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;

}



.titre_principal:after {
    
  position:absolute;
  width:111px;
  bottom:-10px;
  left:0px;
  height:5px;
  background-color:#cccccc;
  display: block;
  content: '';
  
}



.titre_principal .dashicons {

  position: absolute;
  display: block;
  margin:0 0 0 0;
  height:20px;
  width:20x;
  left:-30px;
  top:0;

  line-height: 20px;
  font-size: 20px;
  
  color: var(--couleur_1);

}



.dashicons {

  line-height: inherit !important;

}



.deux_colonnes {

  display: grid !important;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;

  list-style: none;


}

.trois_colonnes {

  display: grid !important;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;

  list-style: none;

}

.accueil .image {

  position: relative;
  display: block;
	text-align:center;

}

.accueil .image img {
	position: relative;
	display: block;
	margin:auto;

}

.accueil .image:before {

  position: absolute;
  display: block;
  content:'';
  z-index: 0;
  top:10%;
  left:10%;

    width: 80%;
    height: 80%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M809 616Q685 732 548.5 809.5t-270-30.5Q145 671 102 479.5T247.5 254Q436 220 578 222.5t248.5 140Q933 500 809 616Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23c9b28b%22 d=%22M809 616Q685 732 548.5 809.5t-270-30.5Q145 671 102 479.5T247.5 254Q436 220 578 222.5t248.5 140Q933 500 809 616Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  
  

  
}



#contact {

  width:1000px;
  padding:50px calc(50% - 500px);	
  margin-top:0px;
  text-align: left;
  background-color: #ffffff;


}

#contact ul {

  position: relative;
  display: block;
  width: 100%;
  padding:0;

}

#contact label  {

  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;

  line-height: 30px;
  font-size: 12px;

}


#contact input {

  position: relative;
  display: block;
  margin: 0;
  padding: 5px 20px;
  width: 100%;
  box-sizing: border-box;

  line-height: 30px;
  font-size: 14px;
  outline: none;
  border:1px solid #222222;

}


#contact textarea {

  position: relative;
  display: block;
  margin:0 auto;
  padding:20px;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  outline: none;
  border:1px solid #222222;
  line-height: 30px;
  font-size: 14px;
}

#contact .bouton {

  padding:5px 40px;
  float: right;

}

#contact .resultat {

  position: relative;
  display: block;
  width: 100%;
  margin:50px auto;
  padding:0;

  line-height: 30px;
  font-size: 20px;
  text-align: center;

}

.deco { 

  position: absolute;
  display: block;
  top:0;
  left:-111px;
  width: 55%;
  height: 100%;
  z-index: 0;
  transform: skew(-7deg);
  background: linear-gradient(90deg, rgba(238,234,221,1) 0%, rgba(242,231,210,0) 100%);
  background: #e1d7c6;

}


.bouton {

  position: relative;
  display: inline-block;
  margin:20px auto;
  padding:10px 40px;

  line-height: 30px;
  font-size: 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
  font-family: 'Devina Rodent Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;

  background: linear-gradient(180deg, rgba(214,204,170,1) 0%, rgba(231,220,182,1) 100%);


}

.bouton:hover {

  background: linear-gradient(180deg, rgba(231,220,182,1) 0%, rgba(214,204,170,1) 100%);

}


#fond {

  position: fixed;
  z-index: 0;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;

  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
 
}


#fond:before {

  display: block;
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;

  background-image: url("img/fond.jpg");
  background-size: cover;
  opacity: 0.1;
  filter: blur(0px);


}





.bandeau {
  
  position: relative;
  display: block;
  width: 1200px;
  padding:50px calc(50% - 600px);
  margin:0;

  background-color: #000000;
  background-image: url("img/dark-mosaic.png");
  color:burlywood;

}


.bandeau li {

  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;

}


.bandeau li img {

  position: relative;
  display: block;
  max-height: 75px;
	width:auto;
  margin:0 auto 10px auto;
  
}


.bandeau li h4 {

  position: relative;
  display: block;
  margin:0 auto 5px auto;

  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;

}

.bandeau li p {

  position: relative;
  display: block;
  margin:0 auto;

  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: darkgray;
}












.accueil .texte,
.archive .texte {

  position:relative;
  max-width: 100%;
  padding:0;
  margin:0;

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  font-weight: lighter;


}



.texte p {

  padding:0;
  margin:0 0 10px 0;

}











/* LISTE ELEMENTS */


.liste {  
  
  position:relative;
  max-width:100%;
  margin:30px auto;
  padding:0;
  list-style:none;

  display: grid;
  grid-template-columns: 360px 360px 360px;
  grid-column-gap: calc( (100% - 1080px) / 2 );

}



.liste li {

  position:relative;
  width:100%;
  margin:0 0 75px 0;
  padding:0;
  overflow: hidden;
  
  background-color: #ffffff;

  border-radius: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);

}



.liste li .image {

  position:relative;
  display:block;
  overflow:hidden;
  width:100%;
  margin:0 0 15px 0;
  padding:0;

  background-color: #bbbbbb;

}



.liste li .image:after{

  position:relative;
  padding: 55.55% 0% 0% 0% !important;
  width:100%;
  height:100%;
  margin:0;
  display:block;
  content:'';

}



.liste li .image img {

  position:absolute;
  display:block;
  width:100%;
  height:100% ;
  top:0;
  left:0;
  
  transition: all 500ms ease;

}



.liste li:hover .image img {

  transform: scale(1.1);
  
}


.liste li .image .defaut {
  
  position:absolute;
  width:40px;
  height:40px;
  top:calc(50% - 20px);
  left:calc( 50% - 20px);
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  line-height:40px;
  font-size:30px;
  background-color: #111111;
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;

}



.liste li .image .masque {

  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:rgba(0, 0, 0, 0.5);
  opacity: 0;

}



.liste li:hover .image .masque {

  opacity: 1;
  
}



.liste li .image .masque .dashicons {

  position:absolute;
  width:40px;
  height:40px;
  top:55%;
  left:calc( 50% - 20px);
  
  display: flex;
  align-items: center;
  justify-content: center;

  line-height:40px;
  font-size:30px;
  background-color: var(--couleur_1);
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  
  transition: all 500ms ease;
  
}



.liste li:hover .image .masque .dashicons {

  top:calc(50% - 20px);
  
}



.liste li .titre {
  
  position: relative;
  display: block;
  width:100%;
  margin:0 auto 0px auto;
  padding:10px 15px;
  box-sizing: border-box;

  text-transform: none;
  color: var(--couleur_1);
  line-height:20px;
  font-size:16px;

}


.liste li .titre a {

  display: block;
  text-decoration: none;

}


.liste li .resume {

  position: relative;
  display: block;
  width:calc(100% - 30px);
  margin:0 auto 10px auto;

  line-height: 20px;
  font-size:14px;
  color:#555555;
 
}



.liste li .bouton {

  position: relative;
  display: inline-block;
  width:auto;
  padding:2px 10px;
  box-sizing: border-box;
  margin:10px 0 30px 10px;

  background-color: var(--couleur_1);
  color:#ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 6px;
 
}








ul.page-numbers {
  
  position: relative;
  display: block;
  width: 100%;
  display: block;
  margin:50px auto 70px auto;
  padding:0;
  list-style: none;
  text-align: center;

}

ul.page-numbers li {

  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin:5px;

  text-align: center;
  border:1px solid #111111;
  color:#000000;
  font-weight: bold;

}


ul.page-numbers li .current {

  position: relative;
  display: block;
  width: 100%;
  height: 100%;

  background-color: var(--couleur_1);
  font-weight: bold;
  color:#fff;

}



ul.page-numbers li a {

  display: block;
  text-decoration: none;

}

ul.page-numbers li:hover {
  
  border-color: var(--couleur_1) !important;
  
}

ul.page-numbers li:hover a{
  
  background-color: var(--couleur_1);
  color:#fff;
  
}
 
 


 
/* ARCHIVE */











/* SINGLE.PHP */


.corps.article {

  padding:30px 50px;
  box-sizing: border-box;
  border-radius: 10px;

  line-height: 22px;
  font-size:14px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);


}



.article .chemin {

  position: relative;
  display: block;
  width: 100%;
  margin:0 0 30px 0;
  padding:0;
  list-style: none;

}


.article .chemin li {

  position: relative;
  display: inline-block;
  width: auto;
  margin:0;
  padding:0;

  line-height: 20px;
  font-size:12px;
  color:#555555;

}



.article .image {

  position: relative;
  display: block;
  margin:20px auto;

}



.article .details {

  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  margin: 0;

  color:#555555;

}


.article .details .vues {

  float: right;

}



.categories {

  position: relative;
  display: block;
  width: 100%;
  padding:0;
  margin:0 0 50px 0;
  list-style: none;

  text-align: center;
}


.categories li {

  position: relative;
  display: inline-block;
  width: auto;
  padding:0;
  margin:0 20px 0 0;
  line-height: 30px;

  background-color: var(--couleur_1);
  color: #fff;
  border-radius: 20px;
  font-weight: bold;

}


.categories li a {

  display: block;
  padding:5px 20px;

  text-decoration: none;

}



.article .liste {

  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
  margin:0;

}







footer {

  position:relative;
  margin:0;
  padding-top:20px;
  padding-left:calc(50% - 600px);
  padding-right:calc(50% - 600px);
  padding-bottom:20px;

  background:#111111;
  color:#777777;
  line-height: 20px;
  font-size:14px;

}
 


footer aside{

  position:relative;
  width:100%;
  margin:0 0 20px 0;
  padding:0;
  text-align: center;
  
}



footer aside h4 {

  position:relative;
  margin:0 0 10px 0;
  padding:0;
  
}


footer menu {

  position: relative;
  display: block;
  width: 100%;
  margin:10px auto;
  padding:0;
  list-style: none;

}


footer menu li {

  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 10px;

  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #555555;

}


footer menu li:last-of-type {

  border-width: 0;

}


footer menu li a {

  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;

}


.copyright {

  position: relative;
  display: block;
  margin:0;
  padding: 0;

  background-color: #000000;
  color:#aaaaaa;
  line-height: 40px;
  font-size: 12px;
}



#masque {

  display:none;
  top:0;
  left:0;
  position:fixed;
  z-index:97;
  
  width:100%;
  height:100%;
  margin:0;
  padding:0;

  background-color: rgba(0, 0, 0, 0.5);

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}





 





 
.chargement {

  position: absolute;
  display: block;
  width: 16px;
  height: 16px; 
  top:calc(50% - 10px);
  left:calc(50% - 10px);
  margin:0;
  padding:0;

  border: 2px solid #111111;
  border-left-color: transparent;
  border-radius: 50%;
  
  animation: rotation 1s linear infinite;

}




@keyframes rotation {
  
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }

}






@media all and (min-width:00px) and (max-width:1200px) {


  header,
  footer {

    width:90%;
    padding-right:5%;
    padding-left:5%;

  }


  
  #cadre_recherche {
    
    width:90%;
    padding:20px 5%;

  }



  .corps,
  .corps.article {

    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
	box-sizing:border-box;

  }

  
  .titre_principal {

    line-height: 20px;
    font-size: 16px;

  }








.deux_colonnes,
.trois_colonnes
 {

  grid-template-columns: 100%;
  grid-column-gap: 0 !important;


}
 


.bandeau {

  width: 90%;
  padding:20px 5%;

}

 
.bouton {

  padding:10px 20px;
  font-size: 16px;

}

	
#contact {

  width:100%;
  max-width:100%;
  padding:30px 5%;

}

	
#contact .bouton {

  padding:5px 20px;
  box-sizing: border-box;
  width: 100%;
  float: none;

  line-height: 30px;
  font-size: 16px;
	text-align:center !important;


}


}






@media all and (min-width:800px) and (max-width:1200px) {


  .liste {

    width:750px;
    grid-template-columns: 360px 360px;
    grid-column-gap: 30px;
  
  }


}





@media all and (min-width:0px) and (max-width:800px) {


  .titre_principal .dashicons {

    display: none;

  }


  .corps.article {

    padding:10px;
  
  }
  

  .liste {

    width: 360px;
    grid-template-columns: 360px;
    grid-column-gap: 0;
  
  }
  

}