.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	z-index: 64;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Presentation {
	padding: 0px;
	width: 100%;
	margin-top: -32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 64;
	position: relative;
}
#Presentation  .Link {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2048;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	bottom: 16px;
	font-weight: 600;
	left: 32px;
}
#MenuAuxiliaire {
    background-size: 100% auto;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 64px;
    padding-left: 0px;
    min-height: 640px;
    margin: 0px;
    background-image: url("../img/BG_101.jpg");
    background-size: cover;
    background-color: #FFFFFF;
    overflow-y: visible;
	z-index: 128;
}
#MenuAuxiliaire .border{
	position: absolute;
	top: -32px;
	left; 0px;
	width: 100%;
	height: 32px;
}

#Menurapid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: relative;
	width: calc(100% - 320px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
	padding: 0px;
	background-image: url(../img/BG_Focus_ul.png);
	background-repeat: repeat-x;
	background-position: left 65px;

}
#Menurapid li {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #FFFFFF;
	margin-right: 16px;
	margin-left: 16px;
	text-align: center;
	display: inline-block;
}
#Menurapid  li .fleche {
	height: 24px;
	width: 64px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#Menurapid li p {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #3d3a34;
}


#Flyer {
	margin: 0px;
	padding: 0px;
	height: 512px;
	width: 100%;
	position: relative;
	background-image: url(../img/BG_FlyerDigital.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	display: flex;
}
#Flyer .aside {
	background-image: url(../img/Flyer%20figital.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 40%;
	min-width: 480px;
}
#Flyer   .main {
	height: 512px;
	width: 60%;
}
#Flyer   .main  h2 {
	font-family: Roboto, sans-serif;
	font-size: 3em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 216px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#focus {
    width: 100%;
	background-color: #FFFFFF;
    color: #3d3a34;
	margin-top: 92px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 128;
    position: relative;
	}
#focus a:hover{
	cursor: pointer;
}
#focus .border{
	position: absolute;
	bottom: -32px;
	left; 0px;
	width: 100%;
	height: 32px;
}

#focus ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: relative;
	width: calc(100% - 64px);
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding: 0px;
}
#focus li {
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

}
#focus  li .fleche {
	height: 24px;
	width: 64px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#focus li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#focus li p {
    width: 100%;
    padding-top: 8px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px;
    border-top: 8px solid;
}
.SlideContainer {
	width: 50%;
	margin: 0px;
	padding: 0px;
	display: block;
}
#Mapadigital {
	position: relative;
    width: 100%;
    background-image: url(../img/MapDigital.jpg);
    background-position: left top;
    background-repeat: no-repeat;
	background-size: cover;
    height: 420px;
	margin-top: -1px;
	padding: 0px;
    background-color: #B2CD32;
}
#Mapadigital article {
    margin-left: 540px;
    width: calc(100% - 572px);
    padding-top: 48px;
}
#Mapadigital article h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8em;
    color: #FFFFFF;
	line-height: 0.9em;
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 700;
    text-align: center;
}
#Mapadigital article p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    color: #FFFFFF;
    margin-bottom: 32px;
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
}
#Mapadigital article img {
    width: 103px;
    height: 103px;
    margin-left: auto;
    margin-right: auto;
	display: block;
}



 #Noticias {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-color: #6b654d;
}

#Noticias  #grid  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style-type: none;
	width: 100%;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Noticias  #grid  li .header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	background-color: #eae6de;
}

#Noticias  #grid  li  {
	padding: 0px;
	width: 320px;
	height: auto;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 24px;
	margin-left: 8px;
	position: relative;
	list-style-type: none;
}


#Noticias  #grid li img {
	margin: 0px;
	padding: 0px;
	height: 240px;
	width: 320px;
}
#Noticias #grid li  .header h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-align: right;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6b654d;
}
#Noticias #grid li .header h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	display: inline-block;
	float: right;
	color: #6b654d;

}

#Noticias #grid li h3 {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	color: #eae6de;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#Noticias #grid li p {
	font-family: Roboto, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #eae6de;
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 0px;
	text-align: justify;
}

#btn {
	height: 32px;
	border: none;
	border-radius: 10px;
	color: #eae6de;
	font-size: 0.9em;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	transition: 1s;
	-webkit-tap-highlight-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-top: 5px;
	width: 92px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	margin: 0px;
}
#Noticias #grid .appendice {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-align: center;
	width: 320px;
	border: 1px none #eae6de;
	margin-top: 16px;
	padding: 0px;
}
#Noticias #grid .appendice p {
	text-align: center;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 2em;
}
#Noticias #grid .appendice:hover {
	border: 2px dotted #eae6de;
	width: 316px;
}
#Noticias #grid .appendice span {
	font-size: 0.6em;
	font-weight: 300;
}

#btn #circle {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transition: 500ms;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#btn:hover {
  background: transparent;
}

#btn:hover #circle {
	height: 36px;
	width: 92px;
	left: 0;
	border-radius: 0;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc06;
}
#Cpanel {
	height: 480px;
	width: 100%;
	background-color: #eae6de;
	background-size: 100% 71px;
	position: relative;
}
#Cpanel .BG {
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#Cpanel .aside {
	background-image: url(../img/BGCpanel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 512px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#Cpanel .aside article {
	height: 480px;
	margin-left: 264px;
	margin-right: 32px;
}
#Cpanel .aside h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	color: #6b654d;
	text-align: center;
	margin-top: 64px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	margin-bottom: 0px;
}
#Cpanel .aside h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #6b654d;
	text-align: center;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
#Cpanel .aside img {
	height: 128px;
	width: 128px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}
#Cpanel .main {
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: calc(100% - 512px);
}
#Cpanel .main h2 {
	font-family: Roboto, sans-serif;
	font-size: 3em;
	font-weight: 900;
	color: #6b654d;
	text-align: center;
	margin-top: 0px;
	line-height: 1em;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 128px;
}
#Cpanel .main a h2:hover {
	text-decoration: underline;
}

#Cpanel .main h3 {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #6b654d;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Cpanel .main p {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	color: #9dab39;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 480px;
	font-weight: 400;
}
#Cpanel .main a p:hover {
	text-decoration: underline;
}




#Cachoeira  {
    color: #FFFFFF;
    padding: 0px;
    background-image: url(../img/BG_Cachoeira.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: -32px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 32;
	background-size: auto 100%;
    background-color: #eae6de;
	position: relative;
}

#Cachoeira .Content:hover {
	cursor: pointer;
}

#Cachoeira .aside {
    position: absolute;
    width: 50%;
    height: 640px;
    left: 50%;
    top: 0px;
	background-size: auto;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 512;
}

#Cachoeira .aside article {
    margin-right: 32%;
	margin-top: 12%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}

#Cachoeira .aside article h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4em;
    color: #ffcc06;
	text-shadow: 4px 4px 4px rgba(0,0,0, 0.5);
    line-height: 0.9em;
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 700;
    text-align: center;

}
#Cachoeira .aside article p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    color: #ffcc06;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
    margin-bottom: 32px;
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
}
#Cachoeira .aside article img {
    width: 103px;
    height: 103px;
    margin-left: auto;
    margin-right: auto;
	display: block;
}



.SlideContainer #jssor_1 .Content {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 800px;
    height: 640px;
	z-index: 512;
	color: #FFFFFF;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}

.SlideContainer #jssor_1 .Content h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.8em;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.SlideContainer #jssor_1 .Content h3 {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
}

.SlideContainer #jssor_1  .Content .Titre {
	height: auto;
	width: 80%;
	max-width: 375px;
}

#Cat {
    width: 100%;
    height: 480px;
    z-index: 32;
    background-image: url(../img/BG_Cat.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #9dab39;
	margin-top:0px;
	position: relative;
}
#Cat .Titre {
	width: 265px;
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
    color: #6b654d;
	font-size: 2em;
	text-align: center;
	display: block;
    font-weight: 700;
	position: absolute;
	text-align: right;
	right: 32px;
	top: 64px;
}

#Cat .Titre span{
	font-size: 2em;
}

#Cat .Bouton {
	position: absolute;
	width: 128px;
	display: block;
}

#Cat .Bouton img{
	width: 92px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 0.64;
}
#Cat .Bouton img:hover{
	opacity: 1;
}
#Cat #Btne{
	right: 300px;
	top: 255px;
}
#Cat #Btnl{
	right: 150px;
	top: 320px;
}
#Cat label{
	font-family: 'Roboto Condensed', sans-serif;
    color: #6b654d;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 4px;
	display: block;
}
#Cat .Content {
	font-family: 'Roboto Condensed', sans-serif;
    width: 420px;
    height: 480px;
    color: #eae6de;
    margin: 0px;
    padding: 0px;
	background-image: ;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/BG_article_cat.png);
}
#Cat .Content figure {
	margin-top: 0px;
	margin-left: 32px;
	margin-right: 128px;
};

#Cat article h2   {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
	}
#Cat article h2 span   {
	font-size: 2.2em;
}
#Cat  .Content  figure h3  {
	font-family: Roboto, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 2px;
}
#Cat  .Content  figure p   {
	font-size: 0.9em;
	margin-bottom: 12px;
	margin-top: 0px;
	font-family: Roboto, sans-serif;
}
