body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
	margin: 0px;
	background-image: url(../images/kanjikarate2.png);
}

#page {
	margin: auto;
	margin-left:60px;
	margin-right:60px;
	padding-bottom: 10px;
	text-align: justify;
}

#banniere{
	position: relative;
	background-color: White;
}

#entete{
	height: 140px;
	background-image: url(../images/sun.jpg);
    /*opacity: 0.25;*/
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: right top;
}

.logo{
	margin-top: 30px;
	position: absolute;
}

@media (min-height: 140px) {

    #entete {
        /*background-size: 100% 140px; */
    }

}

#text_entete { 
	/*background: url(../images/text_entete.png) no-repeat;*/
	z-index: 9;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 260px;
    margin-left: -215px;
    top: 70px;
    margin-top: -70px;
}

footer {
	clear: both;
	background-color: White;
	padding: 5px;
    position: fixed;
    height:17px;
    bottom: 0;
	color: black;
    text-align: center;
	width: 100%;
	font-size: 10pt;
}

#navigationSeparateur {
	background: linear-gradient(to right, white 0%,  #de0301 /*#e80000*/ 50%, white 100%);
	height: 2px;
}

#navigationSeparateurBottom {
	background: linear-gradient(to right, white 0%, #de0301 /*#e80000*/ 50%, white 100%);
	height: 2px;
	margin-bottom: 2px;
}

#navigation {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: auto;
}
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #de0301 /*#e80000*/; 
	color: white;
}

#focus {
	background-color: white;
	border-top: 2px solid;
    border-top-color: #de0301 /*#e80000*/;
}

.actualite {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #b9b9b9;
	color: white;
	padding: 10px;
	/*margin-top: 18px;*/
}

.description {
	display: block;
	padding-left: 15px;
    padding-bottom: 15px;
	box-shadow: 2px 2px 18px #b7b7b7;
	margin-bottom: 18px;
	padding-right: 15px;
	background-color: white;
}

h1{
    color: #de0301 /*#e80000*/; 
	margin-bottom: 30px;
}

.info {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #de0301 /*#e80000*/;
	color: white;
	padding: 5px;
}

.descriptionInfo {
	display: block;
	padding-left: 15px;
    padding-bottom: 15px;
	box-shadow: 2px 2px 18px #b7b7b7;
	margin-bottom: 18px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.descriptionInfo img {
	height: 60px;
    max-width: 110px;
}

a {
    color: #de0301 /*#e80000*/;
    text-decoration: none;
}

.social {
	height: 20px !important;
}

.inscription {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #de0301 /*#e80000*/;
	color: white;
	border:none;
	padding: 6px 0 6px 0;
	border-radius:50px;
    text-align: center;
	cursor: pointer;
	box-shadow: 2px 2px 18px #b7b7b7;
	margin-bottom: 18px;
}

.inscription:hover {
	background-color: white;
	color: #de0301 /*#e80000*/;
}

.ligne {
	width: 100%;
	display: flex;
}

.col1 {
	float: left;	
	width: 75%;
}

.col2 {
	float: left;
	padding-left: 40px;
	width: 25%;
	min-width: 385px;
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contenu {
	padding: 15px;
	background-color: white;
	overflow: auto;
}

.colorred {
	color: #de0301;	
}

.kata {
	padding: 10px;
    display: inline-block;
    vertical-align: top;	
    float: left;
}

iframe {
    border:0;
}

#map {
	width: 100%;
	height: 500px;
}

.equipement {
	padding: 10px;
    display: inline-block;
    width: 200px;
    vertical-align: top;	
}

.commentaire {
	position: relative;
    background: #ffffff;
    box-shadow: 2px 2px 18px #b9b9b9;
    min-height: 100px;
    padding: 15px;
}
.commentaire:after, .commentaire:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.commentaire:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 30px;
	margin-top: -30px;
}
.commentaire:before {
	border-color: rgba(222, 3, 1, 0);
	border-right-color: #f1f1f1;
	border-width: 36px;
	margin-top: -36px;
}

.titre {
	font-size: 19px;
	color: #de0301;
}

.avis {
	font-size: 12px;
	color: #de0301;
}

td {
	padding: 4px;	
}

th {
	color: #de0301;
	padding: 4px;	
	text-align: center;	
}

.aligright {
	text-align: right;	
}

.wrapper {
    /*max-width: 100%;*/
    /*padding: 0 10px 10px 0px;*/
    margin: auto;
}

#popup {
	width: 1024px;
	height: 80%;
	position: fixed;
	z-index: 100;
	display: none;
}

#modal {
	position: fixed;
	z-index:99;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
	opacity: 0.5;
	top: 0;
	left:0;
}

.wrapper>.jcarousel-wrapper>.jcarousel>ul>li>img {
	cursor: pointer;
}

.date {
	font-size: 12px;
	float: right;	
}

.ajoutercommentaire {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #de0301 /*#e80000*/;
	color: white;
	border:none !important;
	padding: 6px 0 6px 0;
	border-radius:50px;
    text-align: center;
	cursor: pointer;
	box-shadow: 2px 2px 18px #b7b7b7;
	margin-bottom: 18px;
	width: 200px;
	margin-top: 15px;
	display: inline-block;
}

.ajoutercommentaire:hover {
	background-color: white;
	color: #de0301 /*#e80000*/;
}

.ajouterpartenaire {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #de0301 /*#e80000*/;
	color: white;
	border:none;
	padding: 6px 0 6px 0;
	border-radius:50px;
    text-align: center;
	cursor: pointer;
	box-shadow: 2px 2px 18px #b7b7b7;
	margin-bottom: 18px;
	width: 250px;
	margin-top: 15px;
	display: inline-block;
}

.ajouterpartenaire:hover {
	background-color: white;
	color: #de0301 /*#e80000*/;
}
.technique {
	padding-bottom: 15px;
}

.titretechnique {
	color: #de0301;
    padding: 4px;
}

.gras {
	font-weight: 600;
    background-color: white;
    margin-bottom: 15px;
    box-shadow: 2px 2px 18px #b7b7b7;
    padding: 15px;	
}

.club {
	font: 28pt Candara, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-left: 190px;
}

.art {
	font: 18pt Candara, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #de0301;
	margin-left: 300px;
	margin-top: -15px;
}

#formConnexion {
	margin-left: auto;
    margin-right: auto;
    width: 400px;
    box-shadow: 2px 2px 18px #b7b7b7;
}

#connexionForm {
  color: #de0301;
  background-color: rgba(239, 239, 240, 0.5);
  width: 400px;
  margin: auto;
  margin-top: 100px;
}

#connexionBouton {
  text-align: center;
  background-color: rgba(239, 239, 240, 0.5);
  width: 400px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

#boutonConnexion {
	background-color: #de0301; /*#C4943F;/ /*#0088e9;*/
    font-size: 14pt;
    width: 310px;
    height: 40px;
    color: white;
    outline: 0;
    cursor: pointer;
    border: none;
    margin: 30px 0 10px 0;
}

#boutonConnexion:hover {
	background-color: white;
	color: #de0301;
}

.connexionLabel {
	float: left; 
	padding-top: 30px;
	padding-left: 50px;
	width: 125px;
}

.connexionInput {
	float: left; 
	padding-top: 30px;
	padding-left: 5px;
}

#erreurConnect {
  text-align: center;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 400px;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#erreurUpdate {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 5px;
    margin-left: -5px;
    width: 100%;
}

#succesUpdate {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #eed3d7;
    padding: 5px;
    margin-left: -5px;
    width: 100%;
}

#erreurUpdateCol2 {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 5px;
    margin-left: -15px;
}

#succesUpdateCol2 {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #eed3d7;
    padding: 5px;
    margin-left: -15px;
}

.dropbtn {
    color: #de0301 !important;
    padding: 14px 16px;
    text-decoration: none;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}

.dropdown {
    text-align: right;
}

.dropdown-position {
	float: right !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	width: 127px;
    right: 0px;
}

.dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #de0301;
    color: white !important;
}

.centrer{
	text-align: center;
}

#close {
	background:url(../images/close.png) no-repeat right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	top:15px;
	left:875px;
}

.textareaForm {
    width: -webkit-fill-available;
    height: 110px;
    border: 1px solid black;
    padding: 5px;
    overflow: auto;
    background-color: white;
    margin: -5px;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
    max-width: 100%;
    min-width: 100%;
}

.textareaPopup {
	display: block;
    width: 400px;
    height: 110px;
    border: 1px solid black;
    padding: 5px;
    overflow: auto;
    background-color: white;
    margin: 0px;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
    /*max-width: 100%;
    min-width: 100%;*/
}

.descriptionAccueil {
    font-weight: bold !important;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
}

#inputsave {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/save.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#inputdelete {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/delete.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#inputsaveactu {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/save.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 40px;
}

#inputdeleteactu {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/delete.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputalignleft {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/alignleft.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#inputaligncenter {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/aligncenter.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

#inputalignright {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/alignright.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.inputaddimage {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addimage.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

#inputaddimage {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addimage.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#inputaddvideo {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideo.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

.inputaddvideo {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideo.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputaddvideoyoutube {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideoyoutube.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputaddvideogalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideo.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputaddvideofacebookgalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideofacebook.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputaddvideofacebook {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideofacebook.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

.inputaddvideogalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addvideo.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputaddgalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addgalerie.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

#inputaddimagegalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addimage.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

.inputaddimagegalerie {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addimage.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

#inputtexterouge {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/fontcolor.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#inputtexterougeactu {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/fontcolor.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: -6px;
}

.inputTitreActualite {
	width: -webkit-fill-available;
    font: 14pt Verdana, Arial, Helvetica, sans-serif;
    background-color: #b9b9b9;
    color: white;
    padding-left: 5px;
    border: 1px solid black;
}

.inputButton {
	float: left;
    margin-left: 5px;
    color: transparent !important;
}

.inputButtonTable {
	/*float: left;*/
    margin-left: 5px;
    color: transparent !important;
}

.invisible {
	/*visibility: hidden;*/
	display: none;
}

.actions {
	position: absolute;
    margin-top: 3px;	
}

.tdfull {
	width: 100%;
}

.tddate {
	width: 100%;
	min-width: 125px;
}

.tdmoitier {
	width: 50%;
}

.ImgAvis {
	display: inline-block;	
}

input:invalid {
  border: 1px dashed #FFA300;
}

input:valid {
  border: 1px solid black;
}

select:invalid {
  border: 1px dashed #FFA300;
}

select:valid {
  border: 1px solid black;
}

textarea:invalid {
  border: 1px dashed #FFA300;
}

textarea:valid {
  border: 1px solid black;
}

.obligatoire {
	color: #de0301;	
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 -180px !important;
    width: 100px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#option1 {
	background-image: url(../images/starplein.png);
}

.radio {
 	cursor: pointer;
	float: left; 
	padding-left: 2px;
    padding-right: 2px;
}

.radioHidden {
    display: none;
}

.spanSize {
	/*float: right;
    width: 309px;*/
    color: white;
}

.pagination {
    display: inline-block;
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #dd0402;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #b9b9b9;
    border-radius: 5px;
}

.nothover {
	background-color: transparent !important;
    border-radius: 5px;
}

.inputFile
{
    opacity: 0; /* pour !IE */
    filter: alpha(opacity=0); /* pour IE */
    position: absolute;
    right: 0;
    top: 0;
}
 
.inputText
{
    border: 1px solid #999;
    padding: 0px 6px;
    background: #def;
    width: 100%;
    min-width: 200px;
}
 
.parcourrir
{
    border: 1px solid #def;
    background-image: url(../images/folder.png);
	padding: 1px 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
}

.container {
    display: inline-block;	
}

.addfile {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/addfile.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.deletefile {
	margin-bottom: 15px;
	background-color: white;
    border: none;
    color: #de0301;
    background: url("../images/deletefile.png") no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: -4px;
}

.bttxtarea {
	margin: -15px;	
}

.ui-dialog {
	min-width: 350px !important;	
}

#chartContainer2 {
	height: 500px; 
	width: 100%; 
	float: left;
	margin-top: 20px;
}