/**
 * Theme Name: Vistilicao theme
 * Template: simple-bootstrap
 * Author: Ste-Camille BMP
 * Description: Basic Wordpress theme using Boostrap.
 * Version: 1.0
 */
 /* CUSTOM CSS */
 /*
Theme Name: Simple Bootstrap Child
Theme URI: https://github.com/nicolas-van/wordpress-simple-bootstrap
Template: simple-bootstrap
Author: Nicolas Vanhoren
Author URI: https://github.com/nicolas-van
Description: Basic Wordpress theme using Boostrap.
Tags: one-column,two-columns,right-sidebar,fixed-layout,responsive-layout,custom-colors,custom-background,featured-images,translation-ready
Version: 0.7.0.1472635689
Updated: 2016-08-31 11:28:09

*/

/*------------------COULEUR---------------------*/
/*
  @brun: #6D352A;
  @orange: #CF890E;
  @blanc: #FEFEFE;
*/
.container-fluid {
	padding:0px;
}

:root{
  --brun: #6D352A;
  --brunclaire: #CF890E;
  /*--blanc: #FFF;*/
  
  --orange: #FE5900;
}

@media only screen and (max-width: 768px){
	nav.navbar.navigation{
	margin-top:-60px;
}
.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 7px;
		text-transform: uppercase;
		font-size: 12px;
	}


.menu_langue{
	padding:15px 2px !important;
}
body{
		font-size: 18px;
}
}

.menu_langue ul {
	z-index: 1000000000000;
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	/*.navbar-header, .sr-only, .icon-bar{
		display: block;
		width: 20px;
		height: 20px;
		background-color: var(--brun);
		
	}
	
	.icon-bar{
		display: block;
		width: 20px;
		height: 3px;
		background-color: var(--brun);
		margin-bottom: 3px;
		
	}*/
	
	#nav_menu-2{
		display: table-cell;
	}
	#menu-menu-footer {
    	display: list-item;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: transparent;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: transparent;
	}
	
	#nav_menu-2{
		display: table-cell;
	}
	#menu-menu-footer {
    	display: list-item;
	}
	
	#menu-menu-principal{
		float: right;
		margin-right: 20px;
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 81px;
		text-transform: uppercase;
		font-size: 12px;
	}
	
	#menu-menu-principal{
		float: left;
		margin-right: 20px;
/* 		background-color: pink; */
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 7px;
		text-transform: uppercase;
		font-size: 12px;
	}

}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	#nav_menu-2{
		display: table-cell;
	}
	#menu-menu-footer {
    	display: list-item;
	}
	
	#menu-menu-principal{
		float: right;
		margin-right: 20px;
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 30px;
		text-transform: uppercase;
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 990px) {
	
	#menu-menu-principal{
		float: left;
		margin-right: 20px;
/* 		background-color: pink; */
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 30px;
		text-transform: uppercase;
		font-size: 12px;
		padding-left: 9px;
		padding-right: 9px;
	}

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	#menu-menu-principal{
		float: right;
		margin-right: 20px;
/* 		background-color: pink; */
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 31px;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}

}



/* Custom */
@media only screen and (min-width : 1800px) {
	
	#menu-menu-principal{
		float: right;
		margin-right: 20px;
	}
	
	.navbar-default .navbar-nav > li > a{
		color: var(--brun);
		padding-top: 31px;
		text-transform: uppercase;
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

}







/*---------------------GENERAL---------------------*/

html, body {
	margin: 0;
	padding: 0;
}

body{
	background: #FFF;
	color: var(--brun);
}



::-moz-selection { /* Code for Firefox */
    color: var(--brun);
    background: #F8E5DB;
}

::selection {
    color: var(--brun);
    background: #F8E5DB;
}

li { list-style-type: square; }


a{
	color: var(--orange);
}

a:hover{
	color: var(--brun);
}

#content {
	width: 100%;
	min-height: 330px;
	display: inline-table;
	margin: 0;
}

#page_content {
	min-height: 330px;
	display: flex !important;
	margin: 0;
}

.block {
    box-shadow: none;
}


/*---------------------TEST---------------------*/

.test {
	background-color: pink;
	width: 100px;
	height: 20px;
}


/*---------------------HEADER---------------------*/

.premiere_ligne_brune{
	background-color: var(--brun);
	color: #FFF;
	height: 50px;
}

.menu_social{
	color: #FFF;
	float: right;
	z-index: 1000;
	padding: 15px;
}

.menu_social img{
	padding-right: 24px;
}

.menu_langue{
	background-color: #FFF;
	color: var(--brun);
	float: right;
	height: 100%;
	padding: 15px;
	margin-right: 35px;
}

.logo{
	width: 400px;
	height: 65px;
	float: left;
	position: absolute;
	z-index: 1000;
	padding-top: 10px;
	padding-left: 20px;
}


/*--------------------NAVIGATION--------------------*/

/*
#menu-menu-principal{
	float: right;
	margin-right: 20px;
	background-color:  pink;
}
*/

.navbar-header{
	float: right;
}

.navbar, .navbar-default .navbar-nav{
	background-color: transparent;
	color: var(--brun);
	border: 1px;
}


/*
.navbar-default .navbar-nav > li > a{
	color: var(--brun);
	padding-top: 31px;
	text-transform: uppercase;
	font-size: 15px;
}
*/

.navbar-default .navbar-nav > li > a:hover{
	background-color: #FFF;
	color: var(--orange);
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: transparent;
	color: var(--orange);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: var(--orange);
}




.navbar-default .navbar-toggle .icon-bar{
		background-color: var(--brun);
		height: 3px;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: transparent;
}

.navbar-header {
    padding-left: 91%;
}





/*
.navbar-collapse.in {
    overflow-y: unset;
}
*/

/*--------------------Code Jeremy--------------------*/

/*
header {
	height: 160px;
}*/

#page-accueil {
	min-height: 330px;
	background-color: var(--brun);
}


/*--------------------ACCUEIL--------------------*/


#galerie {
	height: auto;
	background-color: #ccc;
	background: url("images/archaeology-59167.jpg") no-repeat center;
	margin:0;
	padding:0;
	-webkit-background-size: cover;
	background-size: cover; 

}

.fond_blanc{
	background: #fff;
}

.fond_brun{
	color: #FFF;
}


.flexbox{
	display: flex;
	left: -15px;
}



.image_oppidum{
	background: url("images/oppidum2.jpg") no-repeat center; 
	margin:0;
	padding:0;
	-webkit-background-size: cover;
	background-size: cover; 

}


.accueil_contenu{
	padding: 50px;
}

.contenu_accueil{

}
@media (max-width : 991px){
	
	.accueil_contenu{
	padding: 50px;
	}
	.fond_brun{
		padding:0;
		margin:0;
	}
	.contenu_accueil.col-lg-12{
	padding:0px;
	margin:0px;
	
}
	.contenu_accueil.flexbox{
		left:0px;
	}
	.menu_langue{
		 margin-right: 0px;
		
	}
	.menu_ancre a{
	padding: 10px 6px !important;
	}
	.images{
	padding-top: 30px !important;
}
	#nav_menu-2{
	float:inherit !important;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

}

.accueil_contenu a:hover{
	color: #FFF;
}

.accueil_text{
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
	
}

.accueil_contenu article{
	margin-bottom: 50px;
}

.accueil_contenu article header h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

/*--- News ---*/

.button_news{
	float: right;
}



/*--------------------CONTENU/SOUS-MENU--------------------*/


.troisieme_ligne_images{
	height: 250px;
	background: url("images/archaeology-59150.jpg") no-repeat center; 
	margin:0;
	padding:0;
	-webkit-background-size: cover;
	background-size: cover; 
}

.quatrieme_ligne_brune{
	background-color: var(--brun);
	color: #FFF;
	min-height: 50px;

}

.menu_ancre{
	font-size: 0.9em;
}
.menu_ancre:first-child{
	padding-left:0px;
}

.menu_ancre a{
	color: #FFF;
	padding: 15px 10px;
	font-weight: inherit;
	text-transform: uppercase; 
	display: inline-block;
}

.menu_ancre a:hover{
	color: var(--orange);
	text-decoration: none;
}





/*--------------------CONTENU/ARTICLE--------------------*/

/*

#content article:nth-child(2n+1){
	background: #ccc;
}
*/

.un_sur_deux:nth-child(odd){
	background:  rgba(111, 54, 43, 0.05);
	display: table-row;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 30px;
}

article p{
	text-align: justify;
}


article header{
	height: auto;
}

article header ul{
	display: none;
}

.article-header {
    border-bottom: 3px solid var(--orange);
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.article_marge{
	margin-top: 50px;
	margin-bottom: 50px;
}

.images{
	padding-top: 115px;
}


/*--------------------FOOTER--------------------*/

/*---Menu FR ---*/

.menu-menu-footer-container{
	margin-right: 15px;
}



#nav_menu-2{
	float: right;
	margin-top: -15px;
	display: table;
}

#menu-menu-footer{
	list-style: none;
	display: inline-flex;
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 15px;
}

#menu-menu-footer li{
	padding-right: 30px;
}

#menu-menu-footer li a{
	color: var(--brun);
}

#menu-menu-footer li a:hover{
	color: var(--orange);
	text-decoration: none;
}


/*---Menu DE ---*/

#menu-footer{
	list-style: none;
	display: inline-flex;
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 15px;
}

#menu-footer li{
	padding-right: 30px;
}

#menu-footer li a{
	color: var(--brun);
}

#menu-footer li a:hover{
	color: var(--orange);
	text-decoration: none;
}



#footer {
	background-color: var(--brun);
	color: #fff;
	padding-top: 15px;
	border-top: solid 10px #FFF; 
}


.footer_copyright{
	font-size: 13px;
	padding-bottom: 30px;
	padding-right: 35px;
	float: right;
	clear: left;
}
#footer #text-2 a:visited, .footer_copyright a:visited{
 color: var(--orange);
 }

#footer #text-2 a:hover, #footer #text-2 a:active, .footer_copyright a:hover, .footer_copyright a:active{
	color:#ffffff;
	text-decoration: none;
}




/*--------------------BACK-TO-THE-TOP--------------------*/

.scrolltop{
	position: fixed;
	bottom: 15px;
	right: 80px;
	transition: opacity 0.2s ease-out;
    opacity: 0;
     z-index: 100000;
}

.scrolltop.show{
	opacity: 1;
}

.scrolltop img{
	margin-left: 25px;
	
}

.scrolltop p{
	color: var(--orange);
	
}



/*---------------------FORMULAINRE-DE-CONTACT---------------------*/


label{
	display: inline;
	margin-bottom: 20px;
	font-weight: 300;
}

input, textarea{
	/*border: solid 1px var(--brun);*/
	border: none;
	background-color: rgba(111, 54, 43, 0.05);
	padding: 7px;
	
}

input {
	/*border-bottom: solid 1px var(--brun);*/
}

input[type="text"], input[type="email"], textarea{
	width: 100% !important;
}

.wpcf7-list-item{
	display: block;
}

.wpcf7-submit{
	float: right;
	background: var(--brun);
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
}

.wpcf7-submit:hover{
	background: var(--orange);
	color: #FFF;
}

.choix_membre{
	margin-top: 30px;
}

.choix_membre span{
	margin-top: 9px;
}

/*--------------------TABLEAUX--------------------*/

table{
	margin-bottom: 20px;
}

table tr{
	border-bottom: solid 1px rgba(111, 54, 43, 0.2);
}

table tr:last-child{
	border-bottom: none;
}

table td{
	padding: 5px;
	padding-right: 10px;
}

table td:nth-child(even){
	border-left: solid 1px rgba(111, 54, 43, 0.2);
}

.deuxieme_ligne_blanche{
	background-color: #FFF;
	position:relative;
	z-index: 1000;
	margin-top:-18px;
}


.deuxieme_ligne_blanche div{
	float:left;
}
.logo_provistiliaco{
	line-height: 75px;
}

.images_oppidum img, .images_fouilles img, .images_trouvailles img, .images_fortification img, .images_trouvailles img{
	width:100%;
	height: auto;
}


/*------------------EFFACER COMMENTAIRE--------------------*/

#comment{
	display: none;
}


/*------------------FORMULAIRE DE CONTACT--------------------*/

.colonne{
	padding: 0px 20px 0px 0px;
}


/* Captcha */

.grecaptcha-badge {
	display: none !important;
}

.page-id-14 .grecaptcha-badge,
.page-id-230 .grecaptcha-badge {
	display: block !important;
}
/* CUSTOM CSS */
.premiere_ligne_brune{
    display: flex;
    justify-content: center;
}
.nav_button{
	display: none;
}
.premiere_ligne_brune .menu_social::after{
    content: "\f305";
    opacity: 0;
    width: 8px;
    height: 16px;

}
.premiere_ligne_brune .menu_social img{
    max-width: 95%;
}
.deuxieme_ligne_blanche{
    display: flex;
    background-color: white;
    z-index: 2;
    margin-top: 0;
    height: 90px;
	justify-content: center;
	width: 90%;
	margin-inline:auto;
	padding: .3rem;
}
.deuxieme_ligne_blanche .col-xs-12{
	width: unset!important;
	flex: unset!important;
}
.deuxieme_ligne_blanche a{
    width: 30%;
	max-width: 1260px!important;


}
.nav-item{
	padding-bottom: .7rem;
}
.deuxieme_ligne_blanche a div{
	max-height: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	max-height: 90px;
	width: 100%;
	max-width: unset;

}
.deuxieme_ligne_blanche a div img{
	object-fit: contain;
	vertical-align: unset;
	width: 100%;
	height: 100%;
	margin: auto;
}
.deuxieme_ligne_blanche #navbar-responsive-collapse{
	display: block;
}
.navbar-header{
	display: none;
}
#navbar-responsive-collapse{
	height: 100%;
}
.deuxieme_ligne_blanche nav{
	height: 100%;
	padding: 0;
}
.deuxieme_ligne_blanche ul{
	list-style: none;
	list-style-type: none;
	
}
.deuxieme_ligne_blanche li{
	height: 21px;
	max-height: 21px;
	width: min-content;
	list-style-type: none;
}
.deuxieme_ligne_blanche nav a{
	padding: 0!important;
	width: min-content;
	white-space: nowrap;
	margin-inline: 9px;
}
#menu-menu-principal{
	width: 100%;
}
#navbar-responsive-collapse{
	display: flex!important;
	align-items: center;
}
footer{
	display: flex;

}
footer .col-sm-12{
	width: 100%;
	padding-inline: .7rem;
	margin: auto;
}
.menu-menu-footer-container{
	display: flex;
	justify-content: flex-end;
}
footer #text-2{
	height: 5rem;
	margin-bottom: 0;
	width: 25%;
}
footer #text-2 a{
	white-space: nowrap;
}
#nav_menu-2{
	margin-bottom: 0;
}
.article_marge{
	margin: auto;
}
article{
	padding-block: 5rem;
}
.accueil_contenu article{
	padding-block: unset!important;
}
h1,h3{
	font-weight: 100;
}
table{
	width: 80%;
}
.images{
	max-width: unset;
}
#contacts table{
	max-width: 25%;
	min-width: 320px;
}
#formulaire-de-contact{
	/*max-width: 80%;*/
	margin: auto;
}
#formulaire-de-contact .colonne{
	width: 80%;
	max-width: unset;
}
#formulaire-de-contact .article_marge{
	max-width: 100%;
}
#formulaire-de-contact form{
	display: flex;
	flex-wrap: wrap;
}
.quatrieme_ligne_brune > div{
	max-width: unset;
	margin: auto;
	text-align: center;
}
#loppidum .article_marge{
	display: flex;
}
.article_marge{
	display: flex;
	max-width: 83%!important;
}
.article_marge .images{
	padding-top: calc(53px + 1.3rem) ;
	padding-inline: .7rem;

}
.article_marge .colonne{
	display: inline-block;
	width: 32%;
}
form h4{
	font-weight: 100;
}
.article_marge .colonne img{
}
body{
	font-size: 15px!important;
}
@media all and (max-width:1199px){
	.article_marge{
		display: flex;
		flex-direction: column;

	}
	.article_marge > div{
		width: 100%;
		max-width: unset;
	}
	.image_oppidum{
		display: none;
	}
	.contenu_accueil .col-md-12.col-lg-6{
		max-width: unset;
		flex: 0 0 100%;
	}

}
@media all and (max-width:991px){
	#formulaire-de-contact form{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#formulaire-de-contact .colonne{
		width: 100%;
		max-width: unset;
	}
}
@media all and (max-width:768px){
	.article_marge{
		max-width: unset!important;
	}
	.deuxieme_ligne_blanche #navbar-responsive-collapse ul{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.navbar{
		margin-top: 0!important;
	}
	.deuxieme_ligne_blanche{
		height: auto;
		flex-wrap: wrap;
	}
	.deuxieme_ligne_blanche .col-sm-12{
		height: auto!important;
	}
	.deuxieme_ligne_blanche .col-xs-12{
		height: auto;
		max-width: unset;
		width: 90%!important;
	}
	.deuxieme_ligne_blanche nav{
		height: auto;
	}
	.deuxieme_ligne_blanche a{
		width: 80%;
		font-size: 15px!important;

	}
	.deuxieme_ligne_blanche li{
		padding: unset;
		max-height: unset;
		height: unset;
	}
	.deuxieme_ligne_blanche .nav-link{
		margin-block: .7rem;
	}
	.nav_button{
		width: 10%;
		min-width: 36px;
		content: "\f333";
		font-family: "dashicons";
		font-size: 2rem;
		z-index: 12;
		
		right: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	#menu-menu-principal{
		max-height: 0;
		transition: all .5s ease-in-out;
		overflow: hidden;
	}
	#menu-menu-principal.open{
		max-height: 800px;
		transition: all .5s ease-in-out;

	}

}
@media all and (min-width:769px){
	.deuxieme_ligne_blanche #navbar-responsive-collapse ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
/*CUSTOM CSS */

