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

/*
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
         url('../fonts/GothamBook.woff2') format('woff2'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype'),
         url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamXLight';
    src: url('../fonts/GothamXLight.eot');
    src: url('../fonts/GothamXLight.eot') format('embedded-opentype'),
         url('../fonts/GothamXLight.woff2') format('woff2'),
         url('../fonts/GothamXLight.woff') format('woff'),
         url('../fonts/GothamXLight.ttf') format('truetype'),
         url('../fonts/GothamXLight.svg#GothamXLight') format('svg');
}
*/


body {
	margin:0;
	padding:0;
	color: #7d4a94;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 1.3em;
	background: #FFFFFF;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

#background {
	display: none;
}

a {
	outline: none;
}

a img {
	border: none;
}

header {
	width: 100%;
	background: url(../images/bg-header.jpg) #7d4a94 repeat-x;
	background-size: 100% auto;
}

#zone-logos {
	width: 1000px;
	margin: 0px auto;
}

#logo {
	width: auto;
	text-align: center;
	margin: 10px 10px 10px 40px;
	padding: 0;
}

#logo img {
	height: 90px;
}


#logo2 {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 40px 0 30px 0;
}

#logo2 img {
	height: 100px;
}

#logo-cgg {
	position:absolute;
	left:50%;
	margin-left:265px;
}

#icon-menu {
	display: none;
}

#flags {
	float:left;
	width:auto;
	margin:4px 0 0 25px;
}

#flags img {
	margin:0 5px;
}

#logout {
	float:left;
	width:auto;
	margin:9px 0 0 29px;
	color:#FFF;
}

nav {
	width: 100%;
	/*height: 30px;*/
	margin: 0;
	padding: 3px 0;
	float: none;
	background: #fff;
	text-align: center;
}

ul#menu, ul#menu-mobile {
	margin: 0px auto;
	padding:0;
	float:none;
}

ul#menu li, ul#menu-mobile li {
	display: inline-block;
	float: none;
	list-style: none;
	margin: 0;
}

ul#menu li.bt-last {
	border-right: 0px;
}

ul#menu a, ul#menu-mobile a {
	display: block;
	padding: 8px 0px 6px 0px;
	margin: 0 20px;
	outline: none;
	font-size: 18px;
	text-decoration: none;
	color: #7d4a94;
	border-bottom: 1px solid white;
}

ul#menu li a:hover, ul#menu-mobile li a:hover {
	color: #7d4a94;
	text-decoration: none;
	border-bottom: 1px solid #7d4a94;
}

ul#menu a:visited, ul#menu-mobile a:visited {
	color: #7d4a94;
	text-decoration: none;
}

ul#menu a:active, ul#menu-mobile a:active {
	color: #7d4a94;
	text-decoration: none;
}

ul#menu a:visited:hover, ul#menu-mobile a:visited:hover {
	color: #7d4a94;
	text-decoration: none;
}

ul#menu a:active:hover, ul#menu-mobile a:active:hover {
	color: #7d4a94;
	text-decoration: none;
}

ul#menu li.bt-actif a, ul#menu-mobile li.bt-actif a {
	color: #7d4a94;
	text-decoration: none;
}

#menu-mobile {
	display: none;
}

#zone-contenu {
	width: 998px;
	margin: 40px auto 0px auto;
	padding: 1px;
	z-index: 99;
	position: relative;
	/*border: 1px solid #aaaaaa;*/
	/*overflow: auto;*/
	/* IE7 */
	/* *height:auto;*/
}

#contenu {
	width: 930px;
	margin: 10px 0 30px 30px;
}

#contenu-col-01 {
	width: 600px;
	margin: 10px 0 30px 30px;
	float: left;
}

#contenu p , #contenu-col-01 p {
	margin-left: 60px;
}

#contenu-col-01 .formee p {
	margin-left: 0px;
}

#contenu .formee p {
	margin-left: 60px;
}

#contenu .formee p.small {
	margin-left: 0px;
}

#contenu-col-02 {
	width: 300px;
	margin: 10px 0 0 35px;
	float: left;
}

.contenu-col-001 {
	width: 332px;
	float: left;
}

.contenu-col-002 {
	width: 332px;
	float: right;
}

.pagination {
	margin: 0 0 0 10px;
	text-align: left;
}

#contenu-col-01.no-margin-bottom {
	margin-bottom:0px;
}

#contenu.no-margin-top {
	margin-top:0px;
}

.pagination a, .pagination a:active, .pagination a:visited {
	margin: 30px 2px 30px 0px;
	padding: 3px 6px;
	background-color: #000;
	color: #7d4a94;
	text-decoration: none;
}

.pagination a:hover, .pagination a:active:hover, .pagination a:visited:hover {
	margin: 30px 2px 30px 0px;
	padding: 3px 6px;
	background-color: #0B4A83;
	color: #7d4a94;
	text-decoration: none;
}

.pagination a.page_active, .pagination a.page_active:hover {
	margin: 30px 2px 30px 0px;
	padding: 3px 6px;
	background-color: #0B4A83;
	color: #7d4a94;
	font-weight: bold;
	text-decoration: none;
}

footer {
	position: relative;
	width: auto;
	height: auto;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding: 18px 1px 1px 1px;
	margin: 0 auto;
	background: url(../images/bg-footer.jpg) #7d4a94 repeat-x;
	background-size: 1200px 91px;
}

footer #logo-footer {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

footer #logo-footer img {
	width: 120px;
	height: auto;
}

#text-footer {
	position: absolute;
	right: 20px;
	top: 40px;
}

footer a {
	text-decoration: underline;
	color: #fff;
}

footer a:hover {
	text-decoration: none;
	color: #fff;
}

footer a:visited {
	text-decoration: underline;
	color: #fff;
}

footer a:active {
	text-decoration: underline;
	color: #fff;
}

footer a:visited:hover {
	text-decoration: none;
	color: #fff;
}

footer a:active:hover {
	text-decoration: none;
	color: #fff;
}

#footer-url {
	float: left;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */


h1, .formee h1 {
	font-size: 25px;
	color: #7d4a94;
	/*font-family: 'GothamXLight', sans-serif;*/
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
	line-height: 1.3em;
}

h1 img {
	width: 45px;
	margin: 0 15px -10px 0;
}

h2, .formee h2 {
	font-size: 22px;
	line-height:17px;
	/*font-family: 'GothamXLight', sans-serif;*/
	color: #7d4a94;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 60px;
}

h3, .formee h3 {
	font-size: 18px;
	/*font-family: 'GothamXLight', sans-serif;*/
	color: #00a7e4;
	font-weight: normal;
	margin-left: 60px;
}

h4, .formee h4 {
	font-size: 16px;
	font-weight: normal;
	margin-left: 60px;
}

a {
	text-decoration: underline;
	color: #7d4a94;
}

a:hover {
	text-decoration: underline;
	color: #7d4a94;
}

a:visited {
	text-decoration: underline;
	color: #7d4a94;
}

a:active {
	text-decoration: underline;
	color: #7d4a94;
}

a:visited:hover {
	text-decoration: none;
	color: #7d4a94;
}

a:active:hover {
	text-decoration: none;
	color: #7d4a94;
}

a.lien-simul-bt {
	width: auto;
	padding: 3px 20px;
	margin: 5px 0px;
	background: #0B4A83;
	text-decoration: none;
	color: #7d4a94;
	border: 0;
}

a.lien-simul-bt-vert {
	width: auto;
	padding: 3px 20px;
	margin: 5px 0px;
	background: #8ec642;
	text-decoration: none;
	color: #7d4a94;
	border: 0;
}

a.lien-simul-bt-orange {
	width: auto;
	padding: 3px 20px;
	margin: 5px 0px;
	background: #0B4A83;
	text-decoration: none;
	color: #7d4a94;
	border: 0;
}

a.lien-simul-bt:hover {
	text-decoration: none;
	color: #7d4a94;
	background: #8ec642;
}

a.lien-simul-bt:visited {
	text-decoration: none;
	color: #7d4a94;
}

a.lien-simul-bt:active {
	text-decoration: none;
	color: #7d4a94;
}

a.lien-simul-bt:visited:hover {
	text-decoration: none;
	color: #7d4a94;
	background: #8ec642;
}

a.lien-simul-bt:active:hover {
	text-decoration: none;
	color: #7d4a94;
	background: #8ec642;
}

.center, .formee label.center {
	text-align: center;
}

.left, .formee label.left {
	text-align: left;
}

.right, .formee label.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.colored, .formee .colored {
	color: #7d4a94;
}

.colored2 {
	color: #0092cf;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 15px;
}

.p-margin-left, #contenu .formee p.p-margin-left {
	margin-left:20px;
}

#msg {
	margin:50px 0;
	text-align:center;
	color:#E79D34;
	font-size: 16px;
}

ul.liste-standard {
	margin: 15px 10px 15px 80px;
	padding: 0px;
	text-align: left;
}

ul.liste-standard li {
	list-style: disc;
	padding: 0 0 15px 10px;
	text-align: justify;
}

ul.liste-standard li ul li {
	list-style: circle;
	padding: 0 0 3px 10px;
}

.groupe-ph-droite {
	height: 200px;
	background: url(../images/ombre-ph.png) no-repeat center;
	padding: 0;
}

.groupe-ph-droite .ph-g {
	margin: 38px 0 0 8px;
	float: left;
}

.groupe-ph-droite .ph-d {
	margin: 0 0 0 3px;
	padding: 70px 0 0 0;
	float: left;
}

#ph-direction-map {margin-top:10px}

#zone-agenda {
	margin-left: 60px;
}


/*---------- Registration ----------*/

#registration-welcome {
	margin: 40px auto;
	text-align: justify;
}

/*---------- Formulaire ----------*/

#formLogin {
	margin-top:50px;
	width:400px;
}

#tableDiet {
	margin-bottom:30px;
}

#portrait-picture {
	width:100%;
}

/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.png) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: normal; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display:none; }
.switch span {font-size:1.3em;}

.bg-form {
	border: 1px solid #CCC;
	margin: 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4
}

.formulaire fieldset {
	border : 0px;
	margin: 20px 0px;
	padding: 0px;
}

.formulaire table td {
	padding: 0px 0px;
}

.formulaire input[type=text], .formulaire input[type=password] {
	width: 150px;
	margin: 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #bbbbbb;
	padding: 2px;
}

.formulaire input[type=text].small-input {
	width: 30px;
}

.formulaire select {
	width: 150px;
	margin: 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #bbbbbb;
	padding: 2px;
}

.formulaire select.small-select {
	width: 80px;
}

.formulaire .required {
	color: #0B4A83;
	font-size: 14px;
	font-weight: bold;
}

.formulaire textarea {
	width: 250px;
	margin: 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #bbbbbb;
	padding: 2px;
}

.formulaire textarea.standard-textarea {
	width: 150px;
}

.formulaire textarea.large-textarea {
	width: 340px;
}

.formulaire input[type=radio] {
	margin: 5px 0px;
	border: 0;
}

.formulaire p {
	margin: 5px 0px;
}

.formulaire input[type=button], .formulaire input[type=submit] {
	padding: 2px 20px;
	margin: 5px 0;
	background: #0B4A83;
	color: #7d4a94;
	border: 0;
	cursor: pointer;
}

.formulaire input[type=button]:hover, .formulaire input[type=submit]:hover {
	background: #8ec642;
}

.formulaire .legende {
	font-size: 10px;
}

.formulaire td.border-td {
	border-bottom: 1px dotted #860048;
}

.formee .bt-attend {
	width:250px;
}

.formee #bt {
	margin-left: 60px;
}

.iti-flag {
	background-image: url("../images/flags.png");
}

.hide {
	display: none;
}

.intl-tel-input {
	display: block;
}

/*---------- TINYBOX ----------*/

#tinybox {
	position:absolute;
	display:none;
	padding:10px 20px;
	background:#ffffff url(../images/preload.gif) no-repeat 50% 50%;
	border:0px solid #e3e3e3;
	z-index:2000;
}

#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000000;
	z-index:1500;
}

#tinycontent {
	background:#ffffff;
}

a#close-box, a#close-box:active,  a#close-box:visited {
	margin: 30px 2px 30px 0px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	color: #C00000;
	text-decoration: none;
}

a#close-box:hover, a#close-box:active:hover, a#close-box:visited:hover {
	margin: 30px 2px 30px 0px;
	padding: 2px 5px;
	background-color: #C00000;
	color: #FFFFFF;
	text-decoration: none;
}


/*---------- FEEDBACK ----------*/

.formee h2.h2-feedback {
	display:block;
	color:#FFF;
	background:#0B4A83;
	padding:8px;
	text-align:center;
}

.border-bottom {
	border-bottom:1px solid #666;
}

.formee-list li.eval {
	margin: 0.5em 0.4em 0.8em;
}


.no-padding {
	padding-top:0;
	padding-bottom:0;
}

.no-padding-bottom {
	padding-bottom:0;
}

#zone_general_1a_1,
#zone_general_1a_2,
#zone_general_2b_1,
#zone_general_2b_2 {
	display:none;
}


/*---------- ADMIN ----------*/

#zone-titre-admin {
	width: 600px;
	margin-top: 35px;
	padding: 0px;
	float: right;
	text-align: center;
}

#zone-contenu-admin {
	width: 1100px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #aaaaaa;
	color: #000;
}

#zone-contenu-admin2 {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/bg-pages.jpg) no-repeat #000;
}

#form-listing {
	margin: 0px;
}

#form-listing table {
	margin: 0px;
	width: 1083px;

}

#form-listing th {
	text-align: center;
	padding: 2px 0px;
	color: #FFFFFF;
	font-size: 10px;
	background: #000000;
	border-right:  1px dotted #000000;
	display: table-cell;
}

.col-width-01 {
	width: 149px;
}

.col-width-02 {
	width: 49px;
}

.col-width-03 {
	width: 39px;
}

#form-listing td.border-tfoot {
	border-top: 3px solid #000;
}

#form-listing tr:hover {
	background: #f5f5f5;
}

#form-listing td {
	text-align: center;
	padding: 2px 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right:  1px dotted #e5e5e5;
}

#form-listing td.last-td-listing {
	padding-right: 15px;
}

#form-listing a {
	text-decoration: none;
	color: #000000;
}

#form-listing a:hover {
	text-decoration: none;
	color: #0B4A83;
}

#form-listing a:visited {
	text-decoration: none;
	color: #000000;
}

#form-listing a:active {
	text-decoration: none;
	color: #000000;
}

#form-listing a:visited:hover {
	text-decoration: none;
	color: #0B4A83;
}

#form-listing a:active:hover {
	text-decoration: none;
	color: #0B4A83;
}


h1 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover {
	text-decoration: none;
	color: #0B4A83;
}

h1 a:visited {
	text-decoration: none;
	color: #000000;
}

h1 a:active {
	text-decoration: none;
	color: #000000;
}

h1 a:visited:hover {
	text-decoration: none;
	color: #0B4A83;
}

h1 a:active:hover {
	text-decoration: none;
	color: #0B4A83;
}


#form-listing input[type=text] {
	width: 60px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

#form-listing input[type=text]:focus {
	width: 50px;
	margin: 0px;
	border: 1px solid #860048;
	color: #FFFFFF;
	background: #860048;
	text-align: center;
}

#form-listing select {
	width: 145px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

#form-listing input[type=button], #form-listing  input[type=submit] {
	padding: 2px 20px;
	margin: 5px 0;
	background: #0B4A83;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
}

#form-listing input[type=button]:hover, #form-listing  input[type=submit]:hover {
	background: #666;
}

#message {
	margin: 80px 0;
	text-align: center;
	color: #0B4A83;
	font-size: 14px;
}



.h1-admin {
	display:block;
	background:#C00;
	padding:5px 20px;
	font-size:36px;
	color:#FFF;
}

.h2-admin {
	font-size:24px;
	color:#C00;
	margin:0;
	padding-top:0;
	text-align:right;
}

.h2-admin a {
	color:#C00;
	text-decoration:none;
}
