@charset "utf-8";
/* CSS Document */

*
{
margin:0px;
padding:0px;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

html
{
font-size:75%;
}

body
{
background-color:#647A72;

}

h1
{
margin-bottom:60px;
}
h2
{
margin-bottom:20px;
background: transparent url(http://www.citadelledesisteron.fr/uploads/images/puce_menu.png) no-repeat 20px center;
padding-left:20px;
color:#FFF;
font-weight:bold;
font-size:20px;
margin-left:20px;
}
h3
{
margin-bottom:10px;
color:#CCBA96;
font-size:1.2em;
}

.detail h3, .histoire_droite h3
{
color:#FFF;
}
p
{
color:#FFFFFF;
font-size:1em;
margin-bottom:20px;
text-align:justify;
}
ul
{
font-size:1em;
color:#FFFFFF;
}

ul li
{
margin-bottom:20px;
margin-top:0px;
}

a
{
color:#FFFFFF;
}

#page
{
margin:auto;
width:990px;
}

#gauche
{
background:transparent url(http://www.citadelledesisteron.fr/uploads/images/fond_menu.gif) no-repeat top left;
width:236px;
float:left;
padding-top:100px;
height:770px;
}

#droite
{
position:relative;
float:left;
width:752px;
border-left:2px solid #FFFFFF;
padding-top:66px;

}

#droite p, #droite h1, #droite h2, #droite h3, #droite ul
{
padding-left:40px;
padding-right:40px;
}

#droite.architecture,#droite.visite,#droite.architecture-en,#droite.visit
{
padding-left:0px;
padding-right:0px;
padding-top:0px;
background:#FFFFFF url(http://www.citadelledesisteron.fr/uploads/images/fond_de_carte.jpg) no-repeat top left;
height:1300px;
}

#droite ul
{
margin-left:40px;
}

#droite ul li
{
margin-bottom:10px;
}

ul.menu
{
list-style-type:none;
padding-left:20px;
width:200px;
margin-top:80px;
}


ul.menu li a
{
display:block;
font-weight:bold;
color:#FFF;
padding-left:20px;
background: transparent url(http://www.citadelledesisteron.fr/uploads/images/puce_menu.png) no-repeat top left;
text-decoration:none;
font-size:1.1em;
}

p.adresse
{
color:#FFFFFF;
padding-left:20px;
text-align:left;
}

p.textaccueil
{
margin-top:40px;
}

div.histoire_gauche
{
width:450px;
padding-left:40px;

}

#droite div.histoire_gauche p, #droite div.histoire_droite h3
{
padding:0px;
}

div.histoire_droite
{
position:absolute;
top:630px;
left:520px;
width:160px;
background-color:#83918B;
padding:10px;
}
#droite div.histoire_droite ul
{
list-style-position:inside;
list-style-image:url(http://www.citadelledesisteron.fr/uploads/images/puce.png);
margin-left:0px;
padding:0px;
}

div.red, div.bleu, div.marinot
{
	position:absolute;
	width:22px;
height:22px;
}

div.red a, div.bleu a, div.marinot a
{
display:block;
background:url(http://www.citadelledesisteron.fr/uploads/images/rouge.png) no-repeat top left;
width:22px;
height:22px;
cursor:pointer;
}

div.bleu a
{
background:url(http://www.citadelledesisteron.fr/uploads/images/bleu.png) no-repeat top left;
}

 div.marinot a
{
background:url(http://www.citadelledesisteron.fr/uploads/images/marinot.png) no-repeat top left;

}

div.detail, div.detailvisite
{
background-color:#647A72;
width:280px;
position:absolute;
display:none;
top:550px;
left:30px;
padding:20px;
}

#droite div.detail p, #droite div.detail h3, #droite div.detailvisite p, #droite div.detailvisite h3
{
padding:0px;
}


#video
{
margin-bottom:10px;
}

/*ajouts popup*/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup p{color:black;}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 66%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup h3{
padding-left:20px;
margin-left:20px;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    width: calc(53% - 40px);
    display: inline-block;
    float: right;
    margin-right: 40px;
    margin-top:70px;
}
.popup .content p{
    font-size:14px !important;
}
/*
.popup .content {
    max-height: 30%;
    overflow: auto;
    width: 100%;
    display: inline-block;
    margin-right: 40px;
}
*/
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#boxes{/*display:none;*/}

span.maigre{
font-weight:initial;
}
.single-item{width:50%; display:inline-block !important;}
.slick-slide{position:relative;}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-next{right:5px !important;z-index: 999;}
.slick-prev{left:5px !important;z-index: 999;}
.photoGauche{display:inline-block; text-align:center;width:45%;}
.photoGauche img{width:470px; max-width:100%;}
#dialog h3{color:#c39436;}
@media screen and (max-width:1100px){
.single-item{width:100%;}
.popup .content{width:100%;float:none; margin-right:0;}
#dialog{max-height:80vh;overflow:scroll;}
}

/* Stylesheet: ATM Modified On 2019-11-15 18:03:37 */
