@charset "utf-8";

@media (min-width: 700px) and (max-width: 1100px) {
	
body {
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    overflow-x: hidden;
}

#chapo {
	visibility:hidden;
}

#limit_width {
	width:100%;
    max-width: 100%;
	overflow:hidden;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #bfbfbf;
}
h2 {
    font-family: 'Tajawal', sans-serif;
    color: #6eb796;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    text-align: center;
}
h3 {
    font-family: 'Tajawal', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Tajawal', sans-serif;
    margin: 0 0 5px 0;
    color: #34a0e2;
}

.img_fond {
    position: fixed;
    max-width: 100%;
    margin-top: 90px;
}

/* ZONE HEADER */
#header {
    top: 0px;
    left: 0px;
    z-index: 301;
    position: fixed;
    padding-top: 20px;
    width: 100%;
    height: 75px;
    font-size: 30px;
    background-color: white;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
}
#zone_logo {
    display: block;
    width: 90%;
    max-width: 1460px;
    margin: auto;
    text-align: center;
    font-size: 20px;
}

#logomobile {
	display:none;
}

#zone_header {
    display: none;
}

#contenu_header {
	margin:0;
	display:inline-block;
}

#contenu_header li.selected {
    font-size: bold;
    background-color: #5898A9;
}

#contenu_header li {
	list-style-type:none;
	float:left;
	color: #FFF;
    text-decoration: none;
    width:130px;
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	background-color: #fdb342;
}

#contenu_header li:hover{
    color: #FFF;
    text-decoration: none;
    width:130px;
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	background-color: #5898A9;
}

#logo_top {
	position: relative;
	top: 2px;
    left: 0px;
}

.imgGauche {
    float: none;
    margin-right: 0px;
    width: 100%;
}

.imgGnoma {
    float: left;
    margin-right: 20px;
}

/* NAV TABLET */

.bt-menu {
	z-index:4000;
	display:block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
    border-color: #ffffff;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 00px 30px 30px 150px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}
.bt-menu-trigger {
    position: fixed;
    padding: 0;
    top: 0px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #3c7f69;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}

.bt-menu-trigger span:before, 
.bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3c7f69;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	top: 75px;
	height:10px;
	left: 0;
	margin: 0;
	padding: 0;
	width:149px;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
	width: 100%;
	text-align: center;
}

.bt-menu ul li {
	padding: 16px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu ul li:first-child { 
	-webkit-transform: translate3d(-100%,200%,0);
	transform: translate3d(-100%,200%,0);
}

.bt-menu ul li:nth-child(2) { 
	-webkit-transform: translate3d(-100%,100%,0);
	transform: translate3d(-100%,100%,0);
}

.bt-menu ul li:nth-child(3) { 
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.bt-menu ul li:nth-child(4) { 
	-webkit-transform: translate3d(-100%,-100%,0);
	transform: translate3d(-100%,-100%,0);
}

.bt-menu ul li:nth-child(5) { 
	-webkit-transform: translate3d(-100%,-200%,0);
	transform: translate3d(-100%,-200%,0);
}
.bt-menu.bt-menu-open ul li {
    background-color: #ffffff;
    border-bottom: 0.5px solid #dadada;
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bt-menu.bt-menu-open ul li:hover {
    background-color: #d8d8d8;
}

.bt-menu ul li a {
    display: block;
    outline: none;
    color: rgb(165, 165, 165);
    text-decoration: none;
    font-size: 14px;
}

.bt-menu ul li a:before {
	color: #04a466;
	font-size: 48px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before  {
	color: red;
}

/* ZONE LOGO PRINCIPAL MILIEU DE PAGE */

#groslogo {
    position: absolute;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 200;
    margin: auto;
    left: 0;
    right: 0;
    top: 150px;
    text-align: center;
}

/* SLIDER */

#jssor_1 {
    position: fixed;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 1920px;
    height: 1200px;
    font-family: 'Tajawal', sans-serif;
    font-size: 40px;
}

.group_slides {	
	cursor: default;
	position: relative; 
	top: 0px; 
	left: 0px; 
	width:1920px;
	height: 1200px; 
	overflow: hidden;
}

/* CONTENU PRINCIPAL */

#nousjoindre {
	display:none;
    position: absolute;
    top: -60px;
    right: 200px;
    background-color: #565656;
    color: #e6e6e6;
    padding: 5px;
    font-size: 24px;
}

#presentation {
    padding: 20px;
    text-align: center;
    font-size: 26px;
    font-family: 'Tajawal', sans-serif;
    display: none;
}

#corps {
    width: 100%;
    margin: auto;
    color: black;
}

#zone_img {
	width:100%;
	height:310px;
}

.imgLigne {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

/* STRUCTURE DE PAGE */
#zone_txt_intro {
    padding-top: 30px;
    width: 85%;
    max-width: 1460px;
    text-align: justify;
    margin: auto;
    font-family: 'Tajawal', sans-serif;
    z-index: 10000;
    float: none;
}
#txt_intro {
	display:inline-block;
    color: black;
    font-size: 18px;
    width: 100%;
    float: left;
}
#img_intro {
    width: 100%;
    float: right;
}
.photo_intro {
	width:100%;
}
#zone_txt_actu {
    padding-top: 30px;
    width: 85%;
    max-width: 1460px;
    text-align: justify;
    margin: auto;
    font-family: 'Tajawal', sans-serif;
    z-index: 10000;
    float: none;
}
#txt_actu {
    display: inline-block;
    color: black;
    font-size: 18px;
    width: 100%;
    float: none;
    border: none;
    padding-left: 0;
    padding-top: 40px;
}
.illustre {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#main_container {
    position: relative;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.89);
    z-index: 300;
    margin-top: 0px;
	text-align:center;
}
#global_present_accueil {
    position: relative;
    z-index: 200;
    margin-top: 400px;
    font-family: 'Tajawal', sans-serif;
    color: white;
}



/* Liens */


a.page_off{
	color:white;
	display:inline-block;
	line-height: 40px;
	text-decoration:none;
    font-family: 'Tajawal', sans-serif;
}

a.page_off:hover{
	color:white;
	display:inline-block;
	line-height: 40px;
	text-decoration:none;
    font-family: 'Tajawal', sans-serif;
}

a.page_active {
	color:#b5bbbf;
	display:inline-block;
	line-height: 40px;
	text-decoration:none;
	padding: 0 25px;
    font-family: 'Tajawal', sans-serif;
}

/* FOOTER */
#zone_footer {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    text-align: center;
}
#contenu_footer {
    width: 85%;
    max-width: 1460px;
    margin: auto;
    display: inline-block;
    text-align: left;
}
#zone_footer a {
	color: black;
    text-decoration: none;
    display: inline-block;
	width:75%;
    /*padding-left: 15px;*/
    padding-right: 15px;
}

#zone_footer a:hover {
	background-color: #6eb796;
	color:white;
	text-decoration:none;
	display:inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.titrefooter {
    color: #86b727;
    font-family: 'Tajawal', sans-serif;
    font-weight: normal;
    font-size: 22px;
}
#adressefooter {
    color: black;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    width: 100%;
    float: left;
    margin-top: 60px;
    margin-left: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    height: 200px;
}
#fbfooter {
    color: black;
    font-family: 'Tajawal', sans-serif;
    width: 16%;
    float: left;
    margin-top: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    height: 200px;
    padding-left: 20px;
}

#fbfooter a {  
    text-decoration: none;
	width:25%;
    padding-left: 15px;
    padding-right: 15px;
}

#fbfooter a:hover {
	background-color: inherit;
	text-decoration:none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
#planfooter {
    color: black;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    width: 100%;
    float: left;
    margin-top: 60px;
    display: inline-block;
    padding-left: 0px;
}
#planfooter2 {
    color: black;
    font-family: 'Tajawal', sans-serif;
	font-size: 20px;
    width: 100%;
    float: left;
    margin-top: 60px;
    height: 200px;
    padding-left: 20px;
}

#ggmap {
	float: left;
    margin-top: 60px;
}

#logofooter {
    float: right;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 4%;
}

#mentions_footer {
    font-family: 'Tajawal', sans-serif;
	font-size:12px;
	height:30px;
	color:grey;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.85);  
}

#mentions_footer a {
	color: #383838;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

#mentions_footer a:hover {
	color:red;
	text-decoration:none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

#third_table   {
    color: #8E8E8E;
	width: 100%;
	height: 40px;
	line-height:30px;
	font-size:12px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top-width: 0;
	text-align: center;
	background-color: #ffffff;
}


}