/*
	Theme : Amassabois;

	Couleurs : 
	back-ground top: #0a231c;
	couleur police Titre: #e2c292;
	couleur police Sous titre: #fffcf1;
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body{
	height: 100%;
}

#accueil{
	height: 100%;
}

@media (min-width: 768px) {
  #accueil {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #accueil {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  #accueil {
    height: 100%;
  }
}


html {
	font-size:62.5%;
}
body {
	font-family: "Quicksand", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: none ;
}

@media (min-width: 992px) {
  body {
  	background: url(../img/background-motif.png) ;
	background-repeat: no-repeat;
    background-size: 100%;
  }
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.main {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}


.container-home {
    padding-right: 15px;
    padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
  .container-home {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-home {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-home {
    width: 1170px;
  }
}

.container-top {
    padding-right: 15px;
    padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	/*height: 100%;*/
}
@media (min-width: 768px) {
  .container-top {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-top {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-top {
    width: 800px;
  }
}


/* sidebar */
.sidebar {

}

h1, h2, h3 {
	font-family: "Quicksand", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}

h4{
	font-family: "Quicksand", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1c1c1c;
	font-weight: bold;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#accueil{
	z-index: -1;
}

@media (min-width: 992px) {
	#accueil{
		background: url("../img/background-motif.png") no-repeat;
	    background-size: 100%;
	}
}

.picture-home{
	background: url("../img/photo-home.png") no-repeat;
	height: 100%;
	z-index: -2;
	background-size: cover;
}

.home-title{
	max-width: 700px;
	margin: 0 auto;
	background-color: rgba(99,118,95,0.7);
	padding: 30px;
}

#accueil h1{
	color: #e2c292;
	max-width: 550px;
}


#accueil h3{
	color: #fff;
	font-weight: 700;
	opacity: 1;
}

#accueil h1 {
	font-size: 20px;
}

#accueil h3 {
	font-size: 16px;
}

@media (min-width: 768px) {
	#accueil h1 {
		font-size: 36px;
	}
	#accueil h3 {
		font-size: 24px;
	}
}


.sect-accueil{
	position: absolute;
    left: 0;
    top: 30%;
    color: #000;
    width: 100%;
}

.bg {
	background-color: #0a231c;
	z-index: 2;
	height: 100%;
	/*position: absolute;*/
}

.tiret-home{
	border-top: 3px solid #fff;
	border-radius: 10px;
    width: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#philosophie{
	padding-top: 40px;
	padding-bottom: 40px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.home-header-txt h1 {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (min-width:480px) {
	.home-header-txt .tag-line {
		font-size: 22px;
		line-height: 24px;
	}
}
@media only screen and (min-width:768px) {
	.home-header-txt .tag-line {
		font-size: 26px;
		line-height: 28px
	}
}
@media only screen and (min-width:1024px) {
	.home-header-txt h1 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media only screen and (min-width:1140px) {
	.home-header-txt .tag-line {
		font-size: 32px;
		line-height: 34px;
	}
}
@media only screen and (min-width:1280px) {
	.home-header-txt .tag-line {
		font-size: 34px;
		line-height: 36px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#e2c292;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#e2c292;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#e2c292;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*--------------------------------------------*/
/*  NAVBAR
--------------------------------------------- */
.logo-noir, .logo-blanc{
	display: none;
}

.display-logo{
	display: block;
}

.navbar-header{
	float: right;
}

.navbar-header svg{
	height: 100px;
}

@media (min-width: 768px){
	.navbar-header {
    	float: right;
	}
}

.navbar-default {
	padding: 15px 0;
    border: none;
    background-color: transparent;
    text-align: center;
	font-family: "Quicksand", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
  background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	padding: 8px;
	padding-right: 3px;
	padding-left: 3px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px;
   	padding-right: 3px;
	padding-left: 3px;
    color: #62765f;	
}

ul.nav.navbar-nav.navbar-black>li>a:hover,
ul.nav.navbar-nav.navbar-black>li>a:focus{
	background-color: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px;
    padding-right: 3px;
	padding-left: 3px;
    color: #62765f;	
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
		color: #fffcf1;
		padding: 8px;
		padding-right: 3px;
		padding-left: 3px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
	    background-color: transparent;
	    border-radius: 0px;
	    border: 1px solid #fffcf1;
	    padding: 8px;
	   	padding-right: 3px;
		padding-left: 3px;
	    color: #fffcf1;
	}
}

ul.nav.navbar-nav.navbar-black>li>a
{
	color: #000;
	padding: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.navbar-default .navbar-toggle {
    /*border-color: #FF8433;*/
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #FF8433;*/
}
.navbar-nav>li>a {
    padding: 0 2px;
    margin: 15px 10px;
}


.current-menu-item a {
    padding: 0 2px;
    border-bottom: 0 solid #e74098;
    box-shadow: inset 0 -10px 0 #e74098;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px;
    color: #62765f;	
}

ul.nav.navbar-nav.navbar-black>.active>a, ul.nav.navbar-nav.navbar-black>.active>a:focus, ul.nav.navbar-nav.navbar-black>.active>a:hover {
	background-color: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px;
    color: #62765f;	
}

/*Section padding*/
#philosophie,
#projets,
#realisations,
#membres,
#partenaires{
	padding-top: 90px;
}

#contact{
	height: 100%;
	background: #63765f;
    background-size: 100%;
    opacity: 0.7;
}


@media (min-width: 992px) {
	#contact{
		background: #63765f url("../img/background-motif.png") no-repeat;
	    background-size: 100%;
	}
}


/*--------------------------------------------*/
/*  Philosophie
--------------------------------------------- */

.sect-content{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
/*	-webkit-justify-content: center;
	justify-content: center;*/
}

.title-content {
    max-width: 190px;
    width: 190px;
}

.tiret-title-content{
	border-top: 3px solid #62765f;
	border-radius: 10px;
    width: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tiret-contact-content{
	border-top: 3px solid #fffcf1;
	border-radius: 10px;
    width: 40px;
    margin-bottom: 15px;
    margin-top: 15px;	
}

.content-philo, .content-map{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 900px;
	margin: 0 auto;
}

@media (min-width: 768px) {
  .content-philo, .content-map{
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .content-philo, .content-map{
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .content-philo, .content-map{
    margin: inherit;
  }
}

.content-map{
	padding-top: 50px;
	padding-bottom: 50px;
}

.h4-philo{
	max-width: 670px;
	text-align: justify;
	margin: 0 auto;
}

.content-philo h5 span{
	font-weight: normal;
}

.title-philo{

}

.pres-philo{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.picto {
    width: 250px;
    text-align: center;
    padding: 20px;
}

.picto h4{
	color: #da5737;
	text-align: left;
}

.picto p{
	text-align: left;
}

.picto svg{
	width: 100px;
	height: auto;
}

.picto-projet svg{
	width: 80px;
}

.projets-content{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px;
	padding-right: 50px;
}

.projets-part{
	text-align: center;
	width: 770px;
	margin: 0 auto;
}

@media (min-width: 768px) {
.projets-part{
	margin: 0 auto;
}
}

@media (min-width: 992px) {
.projets-part{
	margin: 0 auto;
}
}

@media (min-width: 1200px) {
.projets-part{
	margin: inherit;
}
}

.picto-projet{
	margin: 20px;
}

.pictos-autres{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 30px;
}

.picto-autre svg{
	width: 100px;
}

.tiret-proj-autre{
	border-top: 1px solid #62765f;
    width: 60px;
    margin-top: 50px;
}

#realisations h5{
	font-weight: bold;
}

#realisations .title-content{
    width: 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
  #realisations .title-content{
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	#realisations .title-content{
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
  #realisations .title-content{
		max-width: 190px;
	    width: 190px;
	}	
}

.real-photo{
	max-width: 720px;
	padding: 0;
	margin: 0;
}

.photo-col{
	display: -webkit-flex;
	display: flex;
/*	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 720px;
	flex-direction: column;
}

.img-large{
	width: 580px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.real-photo{
		max-width: 720px;
		padding: 0;
		margin: 0 auto;
	}

	.photo-col{
		max-width: 720px;
		flex-direction: row;
	}

	.photo-col img{
		height: 241px;
		width: 290px;
	}
}

@media (min-width: 992px) {
	.real-photo{
		max-width: 850px;
		padding-right: 50px;
		padding-left: 50px;
		margin: 40px auto;
	}

	.photo-col{
		max-width: 750px;
		flex-direction: row;
	}

	.photo-col img{
		height: 253px;
		width: 290px;
	}

}

@media (min-width: 1200px) {
	.real-photo{
		max-width: 850px;
		padding-right: 50px;
		padding-left: 50px;
		margin: 40px auto;
	}	

	.photo-col{
		max-width: 750px;
		flex-direction: row;
	}

	.photo-col img{
		height: 253px;
		width: 290px;
	}
}

.carte-membre {
    padding: 20px;
}

.membre-fondateur{
	fill: #da5737 !important;
}

.membre-adherent{
	fill: #63765f !important;
}

.membre-adherent-line{
	stroke: #63765f !important;
	fill: #63765f !important;
}

.content-map .membre-fondateur{
	color: #da5737;
}

.content-map .membre-adherent{
	color: #63765f;
}

.content-map p{
	font-size: 11px;
	text-align: right;
}

.logo-membres{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.logo-membres img{
    height: 45px;
    margin: 8px;
}

.content-part{
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-part h4{
	color: #da5737;
}

.part-proche{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.part-proche img{
	height: 60px;
	margin: 20px;
}

.part-instit{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.part-instit img {
    height: 100px;
    margin: 20px;
}

#symbio, #bbc, #coq, #ahj, 
#age-bois, #scop, #couserans, #ecozimut{
	cursor:pointer;
}

/*      CONTACT
--------------------------------------------- */
#contact h4, #contact a{
	color: #fffcf1;
}

.sect-contact{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 100px;
	height: 100%;
}

.content-contact{
	padding-top: 50px;
	padding-left: 50px;
}

@media (min-width: 768px) {
  .content-contact {
    padding-top: 150px;
  }
  .sect-contact{
  	height: inherit;
  }
}
@media (min-width: 992px) {
  .content-contact {
    padding-top: 150px;
  }
  .sect-contact{
  	height: inherit;
  }
}
@media (min-width: 1200px) {
  .content-contact {
    padding-top: 150px;
  }
  .sect-contact{
  	height: inherit;
  }
}


/*      MEDIA QUERIES
--------------------------------------------- */
@media screen and (max-width: 550px) {
	.team-personne { width: 100%; height: 100%; }
}
@media screen and (max-width: 750px) {
	.home-header-txt { top: 15%; font-size: 13px;  }
}
@media screen and (max-width: 450px) {
	.home-schema { padding: 30px 20px; }
	.scop-img svg { max-width: 100px; }
	.home-team { padding: 50px 40px; }
	.scop-content { padding: 0px 40px; }
	.home-header-txt { top: 30%; font-size: 13px;  }
	.home-logo { top: 0; }
	.home-logo img { width: 70px; }
}



/*  Buttons
--------------------------------------------- */
.container-button { text-align: center; }
.button-home {
	border-radius: 0;
    border: 1px solid #777;
    text-transform: uppercase;
    margin: 0;
    margin-left: -1px;
    padding: 4px 8px;
    font-weight: 700;
    float: left;
    background-color: transparent;
	font-family: "Quicksand", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
button.is-checked {
	color: #fff;
	outline: 0;
	background-color: #777;
}
.btn-etude.is-checked { background-color: #f57e2b; }
.btn-conseil.is-checked { background-color: #ee2f2e; }
.btn-formation.is-checked { background-color: #e74098; }
.btn-conciergerie.is-checked { background-color: #ffed00; }
.btn-immo.is-checked { background-color: #2D4DA3; }
.btn-etude:hover, .btn-conseil:hover, .btn-formation:hover, .btn-conciergerie:hover, .btn-immo:hover { color: #fff; }
.btn-etude:hover { background-color: #f57e2b; }
.btn-conseil:hover { background-color: #ee2f2e; }
.btn-formation:hover { background-color: #e74098; }
.btn-conciergerie:hover { background-color: #ffed00; }
.btn-immo:hover { background-color: #2D4DA3; }
