@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

html {
  height: 100vh;
}

body{
	font-family: 'Roboto', 'Helvetica Neue', 'Arial', 'Open Sans', 'sans-serif';
	color: black;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-image: url("img/Fond-Graphique-Lavet-Sophrologue.jpg");
	background-size: cover;
	background-position: center; /* Center the image */
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	color: #c18a5d;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #e1734d;
	border-bottom: solid 1px #F16B3D;
}

ul {
  padding-left: 40px;
	margin-left: 0px;
	border-left: 0px solid #F16B3D;
	list-style: outside url("img/puce.jpg");
}

ul li {
  background: #FFF;
  margin: 5px 3px; 
}

ol{
  padding-left: 46px;
	margin-left: 0px;
	list-style-position: outside;
}

ol li {
  background: #FFF;
  margin: 5px 3px;
  
}

.quote{
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
	border-top: solid 1px #F16B3D;
	border-bottom: solid 1px #F16B3D;
}

.quote q{
	text-align: center;
	font-style: italic;
	display: block;
}

.quote p{
	text-align: right;
}

/*-----------------------------------------HEAD-----------------------------------------*/

.header {
	padding: 30px;
	margin:  0 auto;
	max-width:33vw; 
}

/*-----------------------------------------MENU-----------------------------------------*/

nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 50px;
    border-bottom: solid 1px #F16B3D;
    background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	z-index: 999;
}

.topnav {
	text-align: center;
	width: 550px;
	margin: 0 auto;
	max-width: 1000px;
	background: #fff;
	overflow: hidden;
	z-index: 9999;
}

.topnav a {
  text-align: center;
  text-decoration: none;
    float: left;
	display: block;
  padding: 13px;
	color: black;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12pt;    
  border: none;
  outline: none;
  color: black;
  padding: 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
	position: absolute;
  background-color: white;
  min-width: 160px;
    border-bottom: solid 1px #F16B3D;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 13px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #e7843c;
  color: white;
}

.dropdown-content a:hover {
  background-color: #e7843c;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	  width: 100%;
  }
	.topnav{
		width: 100%;
		
	}
  .topnav a.icon {
	  float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	 height: 49px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none; display:block;}
  .topnav.responsive .dropdown-content {position: relative;}
   .topnav.responsive .dropdown-content a {padding-left:40px;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/*-----------------------------------------CONTENT-----------------------------------------*/

.container{
	max-width: 1000px;
	padding: 68px 0 40px 0;
	margin: 0 auto;
	background-color: white;
}

.section{
	max-width: 1000px;
	margin: 0 auto;
}

.containersection{

	padding: 0px 20px 0px 20px;
	text-align:left;
	max-width: 1000px;
	margin: 0 auto;
}

h1{
	font-size: 18pt;
	color: #6d1e0c;
	text-align: left;
	font-weight: normal;
}

h1:before{
    content : url('img/puce.png');
    padding-right: 1vw;
}

h2{
	font-family: 'Handlee', sans-serif;
	text-align: left;
	color: #c09483;
	font-size: 16pt;
	padding-bottom: 10pt;
	font-weight: normal;
/*	background-repeat: repeat-x;
	background-image: url("img/dot.png");
	background-position: 0 1em;
	background-size: 6px 12px;*/
	border-bottom: solid 1px #c09483;
}

h3{
	text-align: left;
	color: #000;
	font-weight: normal;
	font-size: 16pt;
	padding-bottom: 10pt;
	border-bottom: solid 1px #6d1e0c;
}

th{
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid gainsboro;
	background-color: whitesmoke;
}

tr{
	vertical-align: top;
	text-align: center;
}

td{
	vertical-align: top;
}

table{
	border-collapse: collapse;
}

#RPS td{
	padding: 10px;
	border: 1px solid gainsboro;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column25 {
  float: left;
  width: 25%;
	text-align: center;
  	padding: 0;
}

.column30 {
  float: left;
  width: 30%;
  padding: 0;
}

.column30 img{
	padding: 20px 0 0 0;
}

.column33 {
  float: left;
  width: 33%;
	text-align: center;
  padding: 0 0.25%;
}

.column3333 {
  float: left;
  width: 33.33%;
	text-align: center;
}

.column70 {
  float: left;
  width: 70%;
  padding: 0px 0px 0px 20px;
}  

.column50 {
  float: left;
  width: 50%;
  padding: 20px 70px 20px 70px;
}

@media screen and (max-width: 600px) {

.header {
	padding: 30px;
	margin:  0 auto;
	height: 50vh;
	max-width:80%; 
}

  .column25 {
    width: 100%;
    text-align: center;
	padding: 10px;
  }

  .column30 {
    width: 100%;
    text-align: left;
	padding: 0;
  }
	
  .column33 {
    width: 100%;
    text-align: center;
	padding: 10px 0;
  }

.column3333 {
    width: 100%;
	padding: 0;
  }
	
  .column70 {
    width: 100%;
    text-align: left;
	padding: 0 0 20px 0;
  }
	
  .column50 {
    width: 100%;
	margin: 0 auto;
    text-align: left;
	padding: 0 0 20px 0;
  }
}


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

footer{
	max-width: 1000px;
	background-color: #fff;
	border-top: solid 1px #F16B3D;
	margin: 0 auto;
	padding: 14pt 0;
	
}

@media screen and (max-width: 600px) {
	footer{
		background-color: whitesmoke;
	}
}

.containerfooter{
	margin: 0 auto;
	max-width: 800px;
}