*

@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}

body {
margin: 0px;
padding: 0px;
font-family: 'Arial',sans-serif;
font-size:14px;
}

p{
	word-wrap: break-word;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*a:visited{
	color:gray;
}
*/


#logo {
	
	height:100px;
	margin-left:10%;
	margin-top:10px;;
	background-image:url(img/logo.png);
	background-repeat : no-repeat;
}
#grass {
	height:50px;
	margin-top:10px;;
	background-image:url(img/grass.png);
	background-repeat : repeat-x;
}
#box{
	width:1100px;
	margin-left:5%;
	background-image:url(img/bg_content-body.png);
	background-repeat : repeat-y;
	padding-top:1px;
	padding-left:80px;
	padding-right:200px;
}

#box p{
	padding-right:150px;
	text-align:justify;
}

.title1 {
	font-weight:bold;
	font-size:1.5em;
	margin:0px 0px 0px 0px;
}

.quote {
	color:#585858;
	font-weight:bold;
	font-size:12px;
}

#backhome{
	float:right;
	margin-top:-25px;
	margin-right:15%;
	width:100px;
}

#box-top{
	width:1100px;
	height:60px;
	margin-left:5%;
	margin-bottom:-9px;
	background-image:url(img/bg_content-top.png);
	background-repeat : no-repeat;
}
#box-bottom{
	width:1100px;
	height:60px;
	margin-left:5%;
	margin-top:-14px;
	background-image:url(img/bg_content-bottom.png);
	background-repeat : no-repeat;
}

.topMenu{
	overflow: hidden;
	position: relative;
	top:-45px;
	z-index:3;
	background-color: #333;
	width: 100%;
	text-align:center;
	margin-top:-2px;
	border-top:1px solid white;
	/*box-shadow: 0px 10px 10px #cccccc;*/
}

.topMenu a{
	/*float: left;*/
	display: inline-block;
	color: #f2f2f2;
	padding-top:14px;
	padding-bottom:14px;
	padding-right:14px;
	padding-left:14px;
	text-decoration: none;
	font-size: 14px;
}

.topMenu a:hover{	
	background: #ddd;
	color: #333;
}

.topMenuSticky{
	overflow: hidden;
	background-color: #333;
	position: fixed;
	z-index:1;
	width: 100%;
	text-align:center;
	margin-top:-44px;
	border-top:1px solid white;
	box-shadow: 0px 10px 10px #cccccc;
}

.topMenuSticky a{
	/*float: left;*/
	display: inline-block;
	color: #f2f2f2;
	padding-top:14px;
	padding-bottom:14px;
	padding-right:14px;
	padding-left:14px;
	text-decoration: none;
	font-size: 14px;
}

.topMenuSticky a:hover{	
	background: #ddd;
	color: #333;
}

.container{
	margin-left:1%;
	margin-right:1%;
}

@media (min-width: 600px) {
	.container{
	margin-left:10%;
	margin-right:10%;
}
}

.pageCategory{
	margin-bottom:0px;
	text-align:center;
	font-size:34px;
	letter-spacing:10px;
	font-family:Arial Narrow;
	color:#666666;
	}

.pageTitle{
	margin-left:0%;
	font-size:34px;
	letter-spacing:10px;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#333;
	}

.pageTitle2{
	margin-bottom:20px;
	text-align:center;
	font-size:34px;
	letter-spacing:10px;
	color:black;
}

.pageMenu2{
	width:70%;
	margin-left:15%;
	margin-right:auto;
	/*background-color: #e6e6e6CC;	*/
	font-family:Arial Narrow; 
	font-size:14px;
	letter-spacing:2px;
	text-align:center;	
}

.pageMenu2 a{
	display:inline-block;
	margin-left:-6px;
	margin-top:-1px;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:20px;
	padding-left:20px;
	border:1px solid #d9d9d9;
}
.pageMenu2 a:hover{
	background-color:#e6e6e6;
}

.pageMenu3{
	width:70%;
	margin-left:15%;
	margin-right:auto;
	/*background-color: #e6e6e6CC;	*/
	font-family:Arial Narrow; 
	font-size:14px;
	letter-spacing:2px;
	text-align:center;
	border:1px solid #d9d9d9;	
}

.pageMenu3 a{
	display:inline-block;
	border-bottom:1px solid #d9d9d9;	
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:20px;
	padding-left:20px;
	
}
.pageMenu3 a:hover{
	background-color:#e6e6e6;
}

.pageMenu4{
	width:90%;
	margin-left:5%;
	margin-right:auto;
	margin-bottom:100px;
	/*background-color: #e6e6e6CC;	*/
	font-family:Arial Narrow; 
	font-size:14px;
	letter-spacing:2px;
	text-align:center;	
}

.pageMenu4 a{
	display:inline-block;	
	text-decoration:none;
	margin-top:8px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:20px;
	padding-left:20px;
	border-radius: 5px 5px 5px 5px;
	background-color:#f2f2f2;
	
}
.pageMenu4 a:hover{
	background-color:#e6e6e6;
}

.sectionTitle{
	width:100%;
	/*margin-left:5%;
	margin-right:auto; */
	margin-top:100px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:20px;
	padding-left:20px;
	border-radius: 3px 3px 3px 3px;
	background-color:#f2f2f2;
	color:#333;
	text-align:center;
	font-size:24px;
	/*font-weight:bold;*/
	letter-spacing:5px;
	font-family:Arial Narrow;
	line-height:32px;
	
}


.destination-list{
	text-align:center;
	font-family:'Arial Narrow';
	font-size:20px;
	line-height:40px;
	letter-spacing:1px;
}

.destination-list a:hover{
	text-decoration:none;
}

.destinationPending{
	color:#bfbfbf;
}

.pendingComment{
	color:#bfbfbf;
	font-size:14px;
}

.content-white{
	width: 80%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
}

.content-white p,li{
	text-align:justify;
	font-family:Arial Narrow;
	line-height:24px;
	font-size:16px;
	letter-spacing:0.2px;
	word-spacing:0px;
	color:#7C7C7C;
}

.contentDate {
	font-size:16px;
	letter-spacing:2px;
	font-family:Arial Narrow;
	}
.articleTitle{
	font-size:24px;
	letter-spacing:1px;
	font-family:Arial Narrow;
}
.articleSectionTitle{
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	font-family:Arial Narrow;
	line-height:32px;
}


.white-full{
	width:90%;
	margin-left:5%;
	margin-right: auto;
	height:auto;
	display:block;
    margin-right: auto;
}

.img-subnote-title {
	width:90%;
	margin-left:5%;
	margin-top:-1px; /*annule la marge de white-full */
	margin-bottom:0;
	height:auto;
	display:block;
	background-color : #151515;
	padding-left:7px;
	padding-right:5px;
	color : #BDBDBD;
	line-height:150%;
    font-size:1.2em;
    text-align:left;
	letter-spacing: 0.3em;
}
.img-subnote {
	width:90%;
	margin-left:5%;
	margin-top:0;
	margin-bottom:2em;
	height:auto;
	display:block;
	background-color : #151515;
	padding-left:7px;
	padding-right:5px;
	color : #BDBDBD;
	line-height:100%;
    font-size:1em;
    text-align:left;
}

.img-subnote-center {
	width:90%;
	margin-left:5%;
	margin-top:-1px; /*annule la marge de white-full */
	margin-bottom:2em;
	height:auto;
	display:block;
	background-color : #151515;
	padding-left:7px;
	padding-right:5px;
	color : #BDBDBD;
	line-height:150%;
    font-size:1em;
    text-align:center;
	letter-spacing: 0.15em;
}


/* Table MOZAIC */
.tmozaic{
	margin-bottom:50px;
	width:100%;
	border:none;
}

.tmozaic td{
	width:30%;
}

.mozaic-container{
	 position: relative;
}

.mozaic-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: white;
}

.mozaic-container:hover .mozaic-overlay {
	opacity: 0.8;
}


.tmozaic td img{
	display: block;
	width: 100%;
	height: auto;
	
}

.mozaic-text{
	color: #333;
	font-size: 18px;
	letter-spacing:4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}



/*VIDEO */

.videoTitleContainer{
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}

.videoTitle{
	font-size:24px;
	letter-spacing:4px;
	font-family:Arial Narrow;
	line-height:32px;
}
.videoDescription{
	text-align:justify;
	font-size:16px;
	letter-spacing:1px;
	font-family:Arial Narrow;
}

.vimeo-container {
	text-align:center;
	padding-bottom:56.25%;
}


.vimeo-container iframe,
	.vimeo-container object,
	.vimeo-container embed {
	 height:100%;
}

.embed-container {
      position: relative;
      margin-top:-15px;
	  padding-bottom: 56.25%;
	  height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 13%;
      width: 100%;
      height: 75%;
    }

 
/* The navigation bar */
.navbar {
	overflow: hidden;
	background-color: #e6e6e6CC;
	position: fixed;  /*Set the navbar to fixed position */
	top: 0px; /* Position the navbar at the top of the page */
	width: 20%;
	border-top:1px solid #d9d9d9;
}
@media (min-width: 600px) {
	.navbar {
	width: 13%;
	}
	
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #4d4d4d;
  text-align: left;
  padding-left:3px;
  padding-right:100%;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #d9d9d9;
  text-decoration: none;
  font-family:'Arial Narrow';
  font-size:11px;
  letter-spacing:1px;
}
@media (min-width: 600px) {
.navbar a {
  padding-left:10px;
  font-size:14px;
  letter-spacing:1px;
}
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Table style: BW */
.table-BW {
        font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}
.table-BW thead tr {
	height:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px; 
}
.table-BW thead th {
    color: #ffffff;
    background: #4FC3A1;
	
	
}


/* Table style: fl */

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.YouTube{
	width:100%;
	height:315px;
	}
@media (min-width: 600px) {
.YouTube{
	width:560px;
}
}