
:root {
  --orange: #E25324;
  --marron: #4E3B31;
  --vert:  #84B61A;
  --marronfonce:#412428; 
}


body{
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    min-width:320px;
    color:var(--marronfonce);
    line-height:1.2;
    font-size:16px;
    background:#fff;
}

/*---------------------classes récurentes--------------------*/
.haut1,
.haut10,
.haut20, 
.haut30,
.haut40,
.haut60{
	display:block;
}
.haut1{
	height:1px;
}
.haut10{
	height:10px;
}
.haut20{
	height:20px;
}
.haut30{
	height:30px;
}
.haut40{
	height:40px;
}
.haut60{
	height:60px;
}

a, a:hover, a:active, a:visited{
	text-decoration:none;
}
ul{
	list-style:none;
}
.img-resp img{
    max-width:100%;
    width:auto;
    height:auto;
}

.visuel img{
    max-width:100%;
    height:auto;
}
.box img:hover{
    cursor:zoom-in;
    filter: brightness(0.5);
    transition: all 0.3s ease 0s;
}

.relative{
    position:relative;
}
.bold{
    font-weight: 700;
}
.blanc{
    color: #fff;
}
.blanc a{
    color:var(--orange);
}
.blanc a:hover{
    color:var(--vert);
}
.fond-blanc{
    background-color:#fff;
}
.fond-marronfonce{
    background-color:var(--marronfonce);
}

.font15{
	font-size:15px;
}
.font12{
	font-size:12px;
}

.tabs--primary li{
    padding:5px 10px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    background: #fff;
}
.tabs--primary li:first-child{
    border-left:1px solid #ccc;
}
.tabs--primary {
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
    z-index: 500;
}

/*----------------------editeur-----------------------*/
.marron{
	color:var(--marron);
}
.orange{
	color:var(--orange);
}
.vert{
	color:var(--vert);
}


.editeur ul{
   list-style: disc;
   list-style-position:outside;
   padding-left: 12px;
}
.editeur li{
    margin-bottom: 5px;
}
.font22{
	font-size:22px;
}
.font24{
	font-size:24px;
}
.editeur a{
    color: var(--orange);
}
.editeur a:hover{
    color: var(--vert);
}
.editeur .bouton,
.texte-actu-agenda .bouton{
    font-size:15px;
    text-transform:uppercase;
    border:2px solid var(--marron);
    padding:10px  30px;
    background:#fff;
    color:var(--marron);
    font-weight:600;
    margin-bottom: 10px;
    display: inline-block;
}
.editeur .bouton:hover,
.texte-actu-agenda .bouton:hover{
    background:var(--marron);
    color:#fff;
}
.texte-actu-accueil .bouton{
    font-size:15px;
    text-transform:uppercase;
    border:2px solid #fff;
    padding:10px  30px;
    background:none;
    color:#fff;
    font-weight:600;
    margin-bottom: 10px;
    display: inline-block;
}
.texte-actu-accueil .bouton:hover{
    background:#fff;
    color:var(--marron);
}
.texte-actu-agenda a{
    color:var(--marron);
}
.texte-actu-agenda a:hover{
    color:#fff;
}

.texte-actu-accueil .bouton a{
    color:#fff;
}
.texte-actu-accueil .bouton a:hover,
.texte-actu-accueil .bouton:hover a{
    color:var(--marron);
}

.texte-actu-agenda .bouton a:hover,
.texte-actu-agenda .bouton:hover a{
    color:#fff;
}

/*----------------------navigation-----------------------*/
.drapeaux-mobile{
    position:absolute;
    right:5px;
    top:-65px;
}
.navbar-brand {
	position: relative;
	top: 40px;
	z-index:400;
}
.navbar{
	height:90px;
	margin:auto;
	display:inline-flex;
}
.nav-item{
	border-right: 2px solid rgba(78,59,49,0.4);
	height:45px;
}

.navbar-light .navbar-nav .nav-link{
	text-transform:uppercase;
	font-size:16px;
	color:var(--marronfonce);
	padding:15px 20px;
}
.nav-item:nth-child(6) .nav-link{
	padding:5px 20px 0;
}
.nav-item:nth-child(7) {
	border-right: none;
}
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active-menu{
	color:var(--orange);
}

.menu-secondaire{
	position:relative;
	top:-50px;
}
.item-menu-sec{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	height:100%;
	padding-bottom:20px;
}

.bordure-orange{
	border-bottom: 3px solid var(--orange);
}
.bordure-marron{
	border-bottom: 3px solid var(--marron);
}
.bordure-verte{
	border-bottom: 3px solid var(--vert);
}
.item-menu-sec img{
	max-width:100%;
	height:auto;	
}
.item-menu-sec a{
	color:var(--marronfonce);
}
.item-menu-sec a:hover{
	color:var(--orange);
}

.sous-menu{
	margin-bottom:0;
	font-size:15px;
	text-transform:uppercase;
	padding:0 10px;
}
.z-index-1{
	z-index:1;
}

#block-selecteurdelangue{
    margin-left: 10px;
}
#block-selecteurdelangue ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
#block-selecteurdelangue ul li{
    display: inline-block;
    padding:13px 6px 0
}

a.ancres{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid var(--marron);
    padding: 5px 10px;
    background: #fff;
    color: var(--marron);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
a.ancres:hover{ 
    background: var(--marron);
    color: #fff;
}
/*------------------entetes-------------------*/
.fond-orange{
	background-color:var(--orange);
}
.fond-orange h1, .fond-orange p{
	color:#fff;
	text-transform:uppercase;
}
.fond-orange h1{
	font-size:46px;
	display:inline-block;
	margin-bottom:90px;
	padding: 0 40px;
}
.fond-orange h1:after{
	content:'';
	height:2px;
	width:80%;
	display:block;
	background:#fff;
	position:relative;
	top:45px;
}
.fond-orange p{
	font-size:20px;
	font-weight:600;
	padding: 0 40px;
}
.bandeau{
	height:460px;
}
/*-----------------------actus-------------------*/	

.trait-vert-bottom{
	height:10px;
	width:40%;
	border-bottom:3px solid var(--vert);
	margin-bottom:60px;
}


.fond-actus{
	background:url(../img/fond-actus-chateau-abbadia.png) no-repeat;
	background-size:cover;
	padding:40px 0 80px;
	position:relative;
	top:-140px;
	margin-bottom:-100px;
}
.titre-rubrique{
	font-size:50px;
	text-transform:uppercase;
}
.titre-page{
	font-size:38px;
	text-transform:uppercase;
}

.titre-actu{
	font-size:30px;
}
.sous-titre-actu{
	font-size:22px;
	position:relative;
	top:-8px;        
}
.date, .date-marron{
	font-size:14px;
	text-align:right;
	padding-top:15px;
}
.date:before, .date-marron:before{
	content:'';
	height:2px;
	width:25%;
	background:#fff;
	display:inline-block;
	margin-right:12px;
	position:relative;
	top:-2px;
}
.date-marron:before{
    background:var(--marron);
}
.lien-blanc{
	text-align:right;
}
.lien-blanc a{
	color:#fff;
	border:2px solid #fff;
	padding:10px 30px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
}
.lien-blanc:hover a{
	color:var(--marron);
	background:#fff;
}
.trait-blanc-actu, .trait-marron{
	height:10px;
	width:100%;
	border-bottom:3px solid #fff;
}
.trait-marron{
	border-bottom:3px solid var(--marron);
}

.partenaires{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    height: 90%;
}
.partenaires img{
    margin: 10px 10px;
    align-self:  center;
}

/*-----------------------pages internes----------------------------*/
.fond-image{
	background:url(../img/fond-actus-chateau-abbadia.png) no-repeat center center;
	background-size:cover;
	padding:60px 0 150px;
}
.texte-italic p{
	color:#fff;
	font-style:italic;
}
.texte-italic p:last-child{
	margin-bottom:0;
}
.position-haute{
	position:relative;
	top:-80px;
}
.couleur-change{
	color:#fff;
	padding-top:20px;
}
.lettrine{
	color:var(--orange);
	font-size:160px;
	text-transform:uppercase;
	margin:0 auto;
}
.trait-orange-bottom, .trait-orange-bottom-right{
	height:10px;
	border-bottom:3px solid var(--orange);
	width:60%;
	margin-bottom:0;
}
.trait-orange-bottom-right{
        margin-left:40%;
}
.visite-virtuelle{
	background:url(../img/visite-virtuelle.jpg) no-repeat center center;
	background-size:cover;
	height:360px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.visite-virtuelle a, .bt-savoir a{
	font-size:15px;
	text-transform:uppercase;
	border:2px solid var(--marron);
	padding:10px  30px;
	background:rgba(255, 255, 255, 0.7);
	color:var(--marron);
	font-weight:600;
}
.visite-virtuelle a:hover, .bt-savoir a:hover{
	border:2px solid var(--marron);
	background:var(--marron);
	color:#fff;
}
.bloc-2{
        text-align:right;
}
.bloc-2 div{
        text-align:right;
}



/*-----------------------page visite--------------------------*/

.icone-visite{
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
}
.horaires{
	background:url(../img/horaires-ouverture.png) no-repeat center center;
	background-color : rgba(132,182,26,0.7);
}
.guide{
	background:url(../img/visite-guidee.png) no-repeat center center;
	background-color : rgba(132,182,26,0.7);
}
.famille{
	background:url(../img/activites-famille.png) no-repeat center center;
	background-color : rgba(132,182,26,0.7);
}
.infos{
	background:url(../img/infos-pratiques.png) no-repeat center center;
	background-color : rgba(132,182,26,0.7);
}
.lien-visite:hover .icone-visite{
	height:80%;
	width:80%;
	top:10%;
	left:10%;
}
.menu-visite{
	font-size:22px;
	color:var(--vert);
	text-transform:uppercase;
	margin-top:30px;
	background:url(../img/plus_marron.png) no-repeat center right;
}
.lien-visite:hover .menu-visite{
	background:url(../img/plus_orange.png) no-repeat center right;
	color:var(--orange);
}
.menu-visite:after{
	content:'';
	height:3px;
	width:85%;
	background:var(--vert);
	display:inline-block;
	position:relative;
	top:10px;
}
.picto img{

}
/*-----------------------formulaires----------------------------*/

.formulaire{
    display: flex;
    flex-wrap: wrap;
    flex-direction: raw;
}
input::placeholder,
textarea::placeholder{
    font-size: 16px;
    color: #333;
}

.formulaire input[type="text"],
.formulaire input[type="email"],
.formulaire input[type="tel"],
.formulaire input[type="date"],
.formulaire input[type="number"],
.formulaire textarea,
.form-text,
.form-email{
    width:100%;
    border:2px solid var(--marron);
    padding: 10px 8px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top:3px;
}
.formulaire textarea{
    width:100%;
}

.formulaire label{
   margin-top:3px;
}

.formulaire input[type="submit"]{
    border:2px solid var(--marron);
    width:130px;
    padding:10px;
    margin:auto;
    text-align:center;
    background:var(--marron);
    color:#fff;
}
.formulaire input[type="submit"]:hover{
    background-color:  var(--jaune);
    color: var(--marron);
}
/*.captcha{
    display:inline-block;
    margin-top:20px;
    width:100%;
    text-align:center;
    margin-bottom: 20px;
}
.g-recaptcha{
    display:block;
    margin:auto;
    width:301px;
}*/


/*-----------------------footer-------------------*/	



footer a{
    color:var(--marronfonce);
    white-space: nowrap;
}
footer a:hover{
    color:var(--orange);
}
.logos-1 img{
    margin: auto 2%;
}
.logos-3 img{
    margin: 20px 2%;
}
.logos-3{
    text-align: center;
}

.fond-footer{
    background:url(../img/fond-actus-chateau-abbadia.png) no-repeat center center;
    padding: 80px 0 50px;
}
footer .lien-blanc{
    text-align:center;
}
footer .lien-blanc a{
    min-width:220px;
    display:inline-block;
}
.lien-footer{
    margin:0 5px;
}

/*-----------------------responsive-------------------*/



@media (max-width: 1399px) {
	
	
	/*---------------bandeaux 1399------------------*/
	.bandeau{
		height:400px;
	}
        .fond-orange{
            text-align: center;
        }
	
	/*-----------------------navigation 1399-------------------*/	
	.navbar{	
		height:90px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding: 15px 10px;
	}
	.nav-item:nth-child(6) .nav-link{
		padding:5px 10px 0;
	}
	.navbar-brand {
		width:200px;
		top: 30px;
	}
	/*-----------------------actus 1399-------------------*/	
	.fond-actus{
		padding:40px 0 60px;
		position:relative;
		top:-80px;
		margin-bottom:-20px;
	}
	
        .titre-actu{
                font-size:26px;
        }

}




@media (max-width: 1199px) {
	
	/*-----------------------navigation 1199-------------------*/
	.navbar{	
		height:auto;
		display:flex;
		margin-top: 60px;
	}
	.navbar-brand{
		width:180px;
		height:auto;
		top: -83px;
		left:-12px;
		position:absolute;
		transform:translatex(0);
	}
        
	
	.nav-item{
		border-right: none;
		height:auto;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 10px;
	}
        #block-selecteurdelangue ul li{
            padding:13px 15px 0
        }
	/*---------------bandeaux 1199------------------*/
	.fond-orange h1 {
    	font-size: 42px;
	}
	.fond-orange p {
    	font-size: 18px;
	}

	.bandeau{
		height:350px;
	}
	/*-----------------------actus 1199-------------------*/	
	
	.titre-rubrique {
            font-size: 46px;
        }
        
        .logos-3 img {
            max-width: 28%;
            margin: 10px 2%;
        }
        .logos-1 img{
            max-width: 30%;
        }

}



@media (max-width: 991px) {
	
	/*---------------bandeaux 991------------------*/
	.bandeau{
		height:330px;
	}
	/*-----------------------actus 991-------------------*/
	.fond-actus{
		padding:10px 0 40px;
		top:0;
		margin-bottom:40px;
	}
	.trait-vert-bottom{
		margin-bottom:10px;
	}
	.date {
		padding-top: 5px;
	}
	.titre-rubrique{
		font-size:44px;
	}
	
	/*-----------------------pages internes 991-------------------*/
	.lettrine{
		font-size:140px;
	}
	.bloc-2{
		text-align:left;
		align-items: start;
	}
	 .couleur-change{
            color:var(--marron);
        }
        .trait-orange-bottom-right{
            margin-left:0;
        }
	/*-----------------------formulaire 991-------------------*/	
	
	.formulaire input[type="text"],
	.formulaire input[type="email"],
	.formulaire input[type="tel"],
	.formulaire textarea{
		width:100%;
	}
        
	
	a.ancres{
            padding: 5px 20px;
        }
	
	.logos-2 img {
            max-width: 48%;
        }
        .logos-33 img {
            max-width: 30%;
        }
	
	
}

@media (max-width: 767px) {
	/*-----------------------actus 767-------------------*/	
	.titre-rubrique{
		font-size:40px;
	}
	.navbar-brand{
		left:-12px;
		position:absolute;
		transform:translatex(0);
		width:150px;
		top: -80px;
	}
	.sous-titre-actu{
            margin-bottom: 0;
        }
	/*---------------bandeaux 767------------------*/
	.bandeau{
		height:300px;
	}
	.fond-orange h1{
		font-size:36px;
	}
	.fond-orange h1,
	.fond-orange p{
		padding: 0 30px;
	}
	
	/*--------------pages internes 767--------*/
	.lettrine{
		font-size:130px;
	}
	.icone-visite{
		position: relative;
		height:120px;
	}
	.horaires,
	.guide,
	.famille,
	.infos{
		background-color : var(--vert);
	}
	
	.lien-visite:hover .icone-visite{
		height:120px;
		width:100%;
		top:0;
		left:0;
	}
        footer{
            padding-bottom: 50px;
        }
        .lien-footer{
            display: inline-block;
            height: 41px;
        }
	
}



@media (max-width: 575px) {
	.font24{
            font-size:22px;
        }
	
	/*-----------------------navigation 575-------------------*/
	
	.navbar{	
		height:auto;
		display:flex;
		margin-top:60px;
	}
	
	/*---------------bandeaux 575------------------*/
	.bandeau{
		height:250px;
	}
	.fond-orange h1{
		padding-top:20px;
		margin-bottom:30px;
	}
	.fond-orange h1:after{
		top:15px;
	}
	
	
	/*-----------------------actus 575-------------------*/
	.titre-rubrique{
		font-size:38px;
	}
	.titre-page{
            font-size:30px;
        }
	.lien-blanc{
		text-align:center;
	}
	
	
	/*-----------------------pages internes 575-------------------*/
	.fond-image {
		padding: 40px 0 130px;
	}
	
	.picto {
            text-align: center
        }
        .picto img{
            max-width: 50px;
        }
        
	/*-----------------------footer 575-------------------*/
	.logos-1 img {
            max-width: 28%;
        }
	.logos-3 img {
            max-width: 44%;
        }
        
	
	
}

@media (max-width: 360px) {
	
	.menu-secondaire {
            position: relative;
            top: -25px;
	}
        
        .font22{
            font-size:20px;
        }
        .font24{
            font-size:22px;
        }
        a.ancres{
            padding: 8px 10px;
        }
	
	/*-----------------------actus 360-------------------*/
	.titre-rubrique{
		font-size:36px;
	}
    			
}

@media (max-width: 320px) {
    #block-selecteurdelangue ul li{
            padding:13px 12px 0
        }
}

/*------------------------ scroll up-----------------------------*/

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 20px;
    right: 15px;
    display: none;
    width: 52px; 
    height: 52px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color:var(--bleu);
    cursor: pointer;
    border:2px solid var(--marron);
    transition: all 0.3s;
}



#scroll-up:after{
    content:'\25B2';
    font-size: 25px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    transition:all 0.5s;
}

#scroll-up:hover {
    background-color: var(--marron);
	border:2px solid var(--marron);
    color: #fff;
}




 

