* {
	/*font-family: Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family:'Lora';
}
  
body{
    background-color:#a2d1f0;
 	/*background-image:url('../images/logo_big.png');
 	background-repeat:no-repeat;*/
	/*margin-left:50px;
	margin-right:50px;*/
	
}

.row-flex {
  display: flex;
}
.col-v-centered {
  display: flex;
  align-items: center;
}

.whiterow{
	position:relative;
	background-color:#FFFFFF;
}

.colorrow{
	position:relative;
	background-color:#F5F5DC;
}

.rowwithbg{
	position:relative;
	background-color:black;
	color:white;
}

.divwithbg{
	position: absolute;
	height:100%;
	width:100%;
	
	opacity:0.5;
	z-index:0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logobg{
	background-image: url("../images/logo.jpg");
}

.atelierbg{
	background-image: url("../images/ateliers.jpg");
}

.pratiquebg{
	background-position: top;
	background-attachment: fixed;
	background-image: url("../images/balls.jpg");
}

.divcontent{
	position:relative;
	height:100%;
	width:100%;
	opacity:1;
	z-index:10;
}

.center {
  position: absolute;
  width:100%;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.center_left {
  position: absolute;
  width:100%;
  text-align:left;
  top: 50%;
  transform: translateY(-50%);
}

.center_right {
  position: absolute;
  width:100%;
  text-align:right;
  padding-right:10%;
  top: 50%;
  transform: translateY(-50%);
}

.align_right {
  position: absolute;
  width:100%;
  text-align:right;
  top: 50%;
  transform: translateY(-50%);
}

.ecoutemoititle{
	font-size:38px;
	font-weight:bold;
}

.ecoutemoisubtitle{
	font-size:30px;
}

.citation{
	font-style:italic;
	font-size:20px;
}

.banner{
	height:500px;
	position:relative;
	margin-top:50px;
}

.bannerpsylogo{
	position:absolute;
	left:30px;
	bottom:20px;
}

.papillon {
	background-image:url('../images/papillon.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width:100%;
	height:500px;
}

.bannertxtdark{
	color:#FFFFFF;
	font-size:20px;
	position:absolute;
	left:50px;
	top:20%;
	background: rgba(0, 0, 0, 0.4);
	padding:10px;
}

.bannertxtdark2{
	color:#FFFFFF;
	font-size:20px;
	position:absolute;
	right:30px;
	bottom:40px;
	background: rgba(0, 0, 0, 0.4);
	padding:10px;
	text-align:right;
	line-height: 80%;
}

@media (min-width: 1500px) {
	.bannertxtdark{
		color:#FFFFFF;
		font-size:30px;
		position:absolute;
		left:50px;
		top:20%;
		background: rgba(0, 0, 0, 0.4);
		padding:10px;
	}

	.bannertxtdark2{
		color:#FFFFFF;
		font-size:26px;
		position:absolute;
		right:30px;
		bottom:40px;
		background: rgba(0, 0, 0, 0.4);
		padding:10px;
		text-align:right;
		line-height: 80%;
	}
}

a.anchor {
    display: block;
    position: absolute;
    top: -80px;
    visibility: hidden;
}

a{
	text-decoration:none;
	color:white;
}

a:visited{
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:none;
	color:white;
}

a:active{
	text-decoration:none;
	color:white;
}

li {
	font-size:100%;
	margin-top:10px;
}

/*.header{
	position: fixed;
    top: 0;
	left:0;
	right:0;
    bottom: auto;
    z-index: 201;
    text-align:center;
}*/

.head_name{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.head_title{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.phonebig{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

@media (min-width: 1500px) {
	.head_name{
		font-size:20px;
		color:#FFFFFF;
		font-weight:bold;
	}
	.phonebig{
		color:#FFFFFF;
		font-size:22px;
		font-weight:bold;
	}
}

.contactme{
	font-size:16px;
	font-weight:600;
}

.menuel {
	font-size:100%;
	color:#69bede;
	text-decoration:none;
	white-space: nowrap;
}

.navbar{
	background-color:#FFFFFF;
	border:none;
	border-radius:0;
	border-bottom:1px solid #69bede;
}

.navbar .navbar-nav li a{
	text-decoration:none;
	font-size:15px;
	font-weight:600;
	color:#800080;
	padding:0 15px;
    display: table-cell;
	height:40px;
	vertical-align:middle;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    padding-left:1%;
    padding-right:1%;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav li:hover > ul
{
    display:block;
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .8s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #69bede;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

.submenu {
	display: none;
	background: #fcfcf4;
	padding-top:0px;
	padding-left:10%;
	padding-right:10%;
	position: absolute; 
	top: 30px;
	list-style-type: none;
	margin:0px;
}

.submenu li{
	padding-top:5%;
	padding-bottom:5%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-toggle:focus .icon-bar {
	background-color: white;
}

.copyright{
	text-align:right;
	font-size: 80%;
	margin-right:2%;
}

.imgdiv{
	margin:5%;	
}

.img{
	width:100%;
}

.inner{
	width:100%;
}

.inner-content{
	width:100%;
	margin:auto;
	text-align:center;
}

.rowmarg{
	margin-top:4%;
	margin-bottom:4%;	
}

#accueil {
    margin-top:0;
    margin-right:5%;
    margin-left:5%;
    margin-bottom:5%;
}

#accred{
	margin-top:10%;
}

#video{
	border:1px solid #000000;
}

.fullvideo{
	padding-top:10px;	
}

.linkbutton{
	background-color:rgba(252, 252, 244, 0.8);	
	padding:10px;
	margin-top:10px;
}

#parcours {
    background-color:#eddaa9;
    border:1px solid #808080;
    margin:5%;
}

#psy {
    background-color:#d5ccf0;
    border:1px solid #808080;
    margin:5%;
}

#approche {
    background-color:#d5ccf0;
    border:1px solid #808080;
    margin:5%;
}

#accompagnements {
    background-color:#e4e4e4;
    border:1px solid #808080;
    margin:5%;
    padding:2%;
}

#infos {
    background-color:#dfebf7;
    border:1px solid #808080;
    margin:5%;
    padding:1%;
}

#contact {
    background-color:#f5efdb;
    border:1px solid #808080;
    margin:5%;
    padding:1%;
}

.sectiontitle{
	width:100%;
	text-align:center;
	color:#69bede;
	font-size:30px;
	font-weight:600;
	margin-bottom:10px;
	padding-top:10px;
}

h1 {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
h1:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: 0;
    left: 15%;
    border-bottom: 1px solid #69bede;
}

.sectionsubtitle{
	color:#69bede;
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}

.sectiontext{
	font-size:16px;
}

footer{
 	width:100%;
 	height:25px;
	padding-left:10%;
	padding-right:10%;
	position: fixed;
    top: auto;
    left:0;
    bottom: 0;
    z-index: 201;
    background-color:#6e9d31;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  
}

.footertxt{
	height:100%;
	text-align:right;
	font-size: 15px;
	padding-top:10px;
    padding-right:10px;
}

.sun, .tree, .equilibre, .emotions, .ressources, .besoins{
	display: none;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.tree{
		display:block;
		width:300px;
		height:300px;
		position: fixed;
		/*top: auto;*/
		left:20px;
		bottom: 15px;
		z-index: 201;
		background-image:url('../images/tree.png');
		background-repeat:no-repeat;
		background-size:contain;
	}
	
	.sun{
		display:block;
		width:100px;
		height:100px;
		position: fixed;
		top:40px;
		right:40px;
		background-color: #ffc20a;
		border-radius:50%;
		border:3px solid #FFFFFF;
		/*z-index:99999;*/
	}
	
	.equilibre{
		display:block;
		position: fixed;
		right:-40px;
		top: 200px;
		color: #ffc20a;
		font-size:28px;
		font-weight:bold;
		font-style: italic;
		
		/* Safari */
		-webkit-transform: rotate(75deg);

		/* Firefox */
		-moz-transform: rotate(75deg);

		/* IE */
		-ms-transform: rotate(75deg);

		/* Opera */
		-o-transform: rotate(75deg);

		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	.ressources{
		display:block;
		position: fixed;
		right:40px;
		top: 225px;
		color: #ffc20a;
		font-size:28px;
		font-weight:bold;
		font-style: italic;
		
		/* Safari */
		-webkit-transform: rotate(-75deg);

		/* Firefox */
		-moz-transform: rotate(-75deg);

		/* IE */
		-ms-transform: rotate(-75deg);

		/* Opera */
		-o-transform: rotate(-75deg);

		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	.emotions{
		display:block;
		position: fixed;
		right:130px;
		top: 160px;
		color: #ffc20a;
		font-size:28px;
		font-weight:bold;
		font-style: italic;
		
		/* Safari */
		-webkit-transform: rotate(-45deg);

		/* Firefox */
		-moz-transform: rotate(-45deg);

		/* IE */
		-ms-transform: rotate(-45deg);

		/* Opera */
		-o-transform: rotate(-45deg);

		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	.besoins{
		display:block;
		position: fixed;
		right:160px;
		top: 75px;
		color: #ffc20a;
		font-size:28px;
		font-weight:bold;
		font-style: italic;
		
		/* Safari */
		-webkit-transform: rotate(-10deg);

		/* Firefox */
		-moz-transform: rotate(-10deg);

		/* IE */
		-ms-transform: rotate(-10deg);

		/* Opera */
		-o-transform: rotate(-10deg);

		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
}