/*font-family: 'Charm', cursive;*/
/*font-family: 'Dancing Script', cursive;*/
/*font-family: 'Muli', sans-serif;*/

/* colors
#1E1E1E : vert volet
#453527 : toit maison
*/


/**************
    GENERAL
****************/

html,
body,
div,
header,
main,
footer,
h1,
h2 {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
}

html{
    background-color: #111;
}

header,
main,
footer {
    width: 1060px;
    margin: 0 auto;
}

header {
    margin: 0px auto;
    width:1060px;
   /* background: url("images/logotrsp.png") top center;*/
}

section {
    width: 1060px;
    margin: 0 auto;
}

footer {
    width: 1060px;
    margin: 0 auto;
}


a {
    text-decoration: none;
    color: #F4EA90;
}

hr {
    border: 1px solid #453527;
    margin: 20px 340px 70px;
}

/****** class *******/

.clear {
    clear: both;
}

.shadow {
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.text-right {
     text-align: right;   
}

/**************
    LOGO + TITLES
**************/

h1,
h2{
    font-family: 'Muli', cursive;
}

h3,
h4,
ul {
    font-family: 'Muli', cursive;
    margin-top:10px;
}

.logo{
     height: 300px;
     background-color: rgba(255,255,255,0.7);
     border-radius: 150px;
     text-align: center;
    
}
.logo a img{
    height: 35px;
}

h1 {
     margin-top:10px;
    font-size: 40px;
    color: #1E1E1E;        
}

h2,
header h2 a {
    font-size: 30px;
    color: #F3DB0B;
    margin-top: -40px;
    letter-spacing: 0.15em;
    margin-bottom : 0px;
}

.facebook{
    padding-top: 12px;
    vertical-align: bottom;
    overflow: visible;
	height:30px;
}

h3 {
    font-size: 28px;
    margin-top:10px;
	padding-top:-10px;
	vertical-align:top;
}

h4{
    font-size:20px;
}

/*************
    NAV
**************/
nav {
    text-align: right;
    position: relative;
}

nav ul {
    list-style: none;
    position: absolute;
    top:0;
    right:0;
    margin-top:0;
}

nav ul li {
    margin: 13px;
    font-size: 25px;
}

nav ul li a{
    background-color: rgba(255,255,255,0.7);
    width:350px;
    text-align: right;
    border-radius: 20px;
    display: block;
    padding: 2px 10px;
}

.current a {
    color: rgba(255,255,255,0.7) !important;
    font-weight: 700;
    background-color: rgba(69, 53, 39,0.8);
}

nav ul li a:hover {
    color: #453527 !important;
    font-weight: 700;
    background-color: rgb(255,255,255);
    width:600px;
    margin-left:-250px;
}

/****************
    MAIN
*****************/

p{
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.tile{
    background-color: rgba(255,255,255,0.8);
    width:220px;
    height:240px;
}

.tile img{
    margin:40px 10px 20px;
}

.tile h4{
    text-align: center;
    font-size:20px;
    font-weight: 700;
}

.mapdescription h3{
    margin-top:-5px;
}

.mapdescription p{
    text-align: justify;
    padding-right: 5px;
    line-height: 1.8em;
}

.activities h3{
    margin-top:15px;
    height:70px;
}

/*************
    COLS
*************/

.col {
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
}

.last {
    margin-right: 0 !important;
    /*force la valeur même si le css n'est pas ordonné correctement */
}

.col-8-12 {
    width: 700px;
}

.col-4-12 {
    width: 340px;
}

.col-3-12 {
    width: 250px;
}

/*****************
    IMGS
**************************/

.container {
  position: relative;
  width: 100%;
}

.anim {
  display: block;
  width: 100%;
  height: auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(243, 219, 11,0.9);
}

.container:hover .overlay01 {
  opacity: 1;
}

.text01 {
  color: #000000;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Charm', cursive;
}

.white
{
	color:#F3ECB6;	
}

/***********************
    TABLE
************************/

table {
    width:700px;
    margin:10px auto 70px;
}
th{
    font-size:23px;
    font-family: 'Charm', cursive;
    border: 2px solid #453527;
}
td{
    border: 2px solid #1E1E1E;
    vertical-align: center;
    height:25px;
    padding: 5px;
    width:50%;
}

.table-small{
    width:300px;
}
/************************
    FORM
************************/

.contactform{
    background-image: url(images/p01.jpg);
    height:520px;
    margin-bottom: 20px;
}

.contactform h4
{
    font-size: 45px;
    color:#e4e4e4;
    text-align: center;
    margin-top:25px;
    margin-bottom: 10px;
}

.contactform p{
    color:#e4e4e4;
    text-align: left;
    margin: 10px 0;
    padding-left: 25px;
    background-color: rgba(5,5,5,0.7);
}

.contactform form{
    color:#e4e4e4;
    text-align: left;
    margin:140px 260px 20px 400px;
    width:400px;
    vertical-align: top;
}


.contactform input{
    width:250px;
    background-color: rgba(255,255,255,0.7);
}

.contactform textarea{
    background-color: rgba(255,255,255,0.7);
}

.submit {
    border:1px solid #453527;
    background-color: rgba(5,5,5,0.8) !important;
    height:35px;
    width:253px  !important;
    color:#e4e4e4;
}


/********************
    FOOTER
*********************/

footer{
    height:54px;
    padding-top:1px;
}

footer p{
    font-size:18px;
    font-weight: bold;
    color:#F3DB0B;
    text-shadow: 1px 1px rgba(25,25,25,0.5);
}

footer a{
    color:#F3DB0B;
    font-weight: 700;
}
footer a:hover{
    color:#eeeeee;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (orientation: portrait) {
	header,
main,
footer,
section {
    width: 100%;
}

container
{
	margin-bottom:25px;	
}

.col-8-12 {
    width: 98%;
}

.col-4-12 {
    width: 0px;
	padding-left:-2500px;
	height:0px;
	hidden:hidden;
}

}