@font-face {
  font-family: 'OpenSans';
  src: url('OpenSans-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


.herbetot {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 99999999999999999;
opacity:0;
pointer-events: none;
text-align:center;
}
.herbetot:target {
opacity:1;
pointer-events: auto;
}
.herbetot > div {
max-width: 32%;
position: relative;
margin: 2% auto;
text-align:right;
}
.herbetot a img{
max-width:100%;
}
.close{
color:black;
background:#fff;
padding:2px;
}


#editor1, #editor2 {
	width:99%;
	}
.biosp {
	width:50%;
	}
table {
	width:100%;
	}
.mini {
	max-width:70px;
	max-height:50px;
	}
body {
	background:#fff;
	margin:0;
	padding:0;
	font-size:13px;
	color:#000;
	font-family:"OpenSans", Arial;
	}
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #F0F0F0;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #C0392B;
	color: #C0392B;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 90%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 90%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #C0392B;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #C0392B;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
.pic-gallery {
	width:150px;
	height:250px;
	overflow:auto;
	font-size:0.8em;
	display:inline-block;
	margin-right:30px;
	margin-bottom:20px;
	}
.pic-gallery img {
	max-width:100%;
	height:100px;
	}
.t_video {
	
	}
h2.video {
	color:#C0392B;
	}
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#c0392b; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #c0392b 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c0392b), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #c0392b 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0392b", endColorstr="#bf0000");	background: -o-linear-gradient(top,#c0392b,bf0000);

	background-color:#c0392b;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #c0392b 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c0392b), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #c0392b 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0392b", endColorstr="#bf0000");	background: -o-linear-gradient(top,#c0392b,bf0000);

	background-color:#c0392b;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.media_nom {
	font-size:1.2em;
	text-align:center;
	vertical-align:middle;
	padding:0;
	}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: absolute;
	z-index: 9999999999999999999999999999999;
	width: 100%;
	height: 400%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 200%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.media_none {
	cursor:not-allowed;
	opacity:0.5;
	}
.media_link {
	margin:20px;
	font-family:Arial;
	}
.media_logo {
	margin:10px;
	max-width:100px;
	max-height:120px;
	}
.media_texte {
	padding:5px;
	font-family:Arial;
	width:80%;
	}
#media_table tr td{
  border-bottom:1px solid rgba(192, 57, 43, 0.1);
}
#media_table {
	width:95%;
	border-collapse:collapse;
	}
.media_image {
	max-width:100px;
	max-height:100px;
	}
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 	.tab-links {
 		margin-left:-50px;
 		}
    .tab-links li {
        margin:5px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:7px 10px;
            display:inline-block;
            background:#C0392B;
            font-size:13px;
            color:#fff;
            transition:all linear 0.15s;
            border:1px solid #fff;
        }
 
        .tab-links a:hover {
            background:#fff;
            border:1px solid #C0392B;
            color:#C0392B;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#F0F0F0;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding-left:10px;
        padding-bottom:10px;
        padding-right:10px;
        border-radius:3px;
        width:100%;
    }
 
        .tab {
            display:none;
        }
        .tab p {
        	margin-left:0;
        	margin-right:0;
        	margin-top:0;
        	margin-bottom:10px;
        	}
 
        .tab.active {
            display:block;
        }
#small {
	font-size:10px;
	color:grey;
	margin:1px;
	}
.panel i {
	padding-right:10px;
	}
.panel {
	color:#000;
	font-size:1.3em;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
	}
.panel:hover{
	color:#96281B;
	padding-left:10px;
	}
.adminform input[type="text"], .adminform input[type="password"]{
	padding:3px;
	margin:5px;
	width:70%;
	border:1px solid #fff;
	}
.adminform input[type="text"]:focus,.adminform input[type="password"]:focus {
	outline:none;
	border:1px solid #000;
	}
.adminform {
	background:#F0F0F0;
	margin-left:auto;
	margin-right:auto;
	width:30%;
	padding:10px;
	text-align:center;
	}
#edito span {
	font-size:4em;
	}
#edito p {
	margin:0;padding:0;
	}
#edito b, #edito p strong {
	color:#C0392B;
	}
#link-pic {
	color:grey;
	}
#side-pic {
	max-width:100%;
	}
.btn {
	text-align:center;
	padding:10px;
	background:#000;
	color:#fff;
	}
.seemore {
	background:#fff;
	border:1px solid #C0392B;
	color:#C0392B;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:70%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.seemore:hover{
	margin-left:72.3%;
	}
.thumb {
	width:90%;
	background:#ECF0F1;
	padding:10px;
	vertical-align:top;
	min-height:80px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	}
.thumb p b {
	font-family:Arial;
	}
.tumbimg {
	width:70px;
	height:70px;
	overflow:hidden;
	margin:5px;
	float:left;
	}
.tumbimg img {
	max-width:100px;
	max-height:100px;
	}
.thumb p {
	display:inline-block;
	width:80%;
	white-space: pre-line;
	}
hr.style17 {
	border-top: 1px solid #8c8b8b;
	border-left:none;
	border-right:none;
	border-bottom:none;
	text-align: center;
	margin-top:40px;
	margin-bottom:20px;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #fff;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
.media {
	width:100%;
	border-collapse:collapse;
	}
.media tr td {
	padding-left:10px;
	padding-right:80px;
	vertical-align:top;
	}
.media tr td:first-child{
	width:65%;
	padding:0;
	}
.media tr td p {
	color:grey;
	}
h2 {
	font-weight:normal;
	}
h2 i {
	color:#C0392B;
	}
h1 {
	font-weight:normal;
	font-size:2.3em;
	font-family:"OpenSans", Arial;
	/*border-bottom:1px solid #C0392B; */
	/*border-left:3px solid #C0392B; */
	padding-bottom:5px;
}
h1 i {
	color:#C0392B;
	}
h1 span {
	font-size:0.7em;
	color:grey;
	}
.menu {
	position:block;
	font-family:Arial;
	background:#96281B;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	font-size:1.3em;
	z-index:1111111111111111;
	font-size:14px;
	}
.menu a {
	color:#fff;
	text-decoration:none;
	padding:10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
.menu a:hover {
	background:#691c13;
	color:#fff;
	text-shadow: none;
	}
a.current {
	background:#47120c;
	color:#fff;
	text-shadow: none;
	}
.headerimg {
	width:100%;
	height:400px;
	background-color:#000;
	text-align:right;
	overflow:hidden;
	background-size:auto 100%;background-position:center bottom;background-repeat:no-repeat;
	}
#container {
	width:90%;
	max-width:1400px;
	margin:0;
	border:none;
	border-collapse:collapse;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	}
#mainblock {
	width:100%;
	min-height:300px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	padding-top:10px;
	}
#sideblock {
	vertical-align:top
	}
a {
	text-decoration:none;
	}
#next_event {
	vertical-align:top;
	font-size:1.3em;
	color:#7F8C8D;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
	float:left;
	}
#next_event .event {
	color:#96281B;
	font-size:1.8em;
	}
.menu_mobile {
	display:none;
}
.masque {
	display:none;
}
.vid_home {
	height:300px;
	width:95%;
}
#all_event tr td {
	width:50%;
}
.one_vid tr td {
	width:50%;
}
.file_vid {
	width:98%;
	height:315px;
}












/* Responsive */
@media screen and (max-width: 980px)
{
body {
	font-size:12px;
}
.pic-gallery {
	width:100%;
	height:auto;
}
.pic-gallery img{
	width:100%;
	height:auto;
}
.file_vid {
	width:100%;
	height:150px;
}
.one_vid tr td{
	display:block;
	padding:0;
	width:100%;
}
.tab table tr td{
	display:block;
	font-size:12px;
}
.tab-content {
	padding:0;
}
.tab-links li a{
	font-size:10px;
}
.tab-links table {
	width:100%;
}
.media tr td, #all_event tr td,#all_pic tr td {
	display:block;
	padding:0;
}
.media tr td iframe {
	width:150%;
	height:150px;
}
#all_event tr td {
	width:100%;
}
.thumb {
	width:90%;
	overflow:hidden;
}
.tumbimg {
	width:90%;
	overflow:hidden;
}
.tumbimg img {
	max-width:100%;
}
.headerimg {
	height:200px;
	background-size:auto 100%;
	background-position:center center;
	}
#container {
	width:100%;
}
h1 {
	font-size:18px;
}
.seemore {
	display:block;
	margin-left:0;
	margin-right:auto;
	font-size:1.2em;
	width:95%;
	text-align:center;
}
.seemore:hover {
	margin-left:0;
}
.menu {
	display:none;
	position:fixed;
	width:50%;
	font-size:17px;
	height:100%;
	z-index:10;
}
.menu a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	padding-right:10%;
	text-shadow: none;
}
.menu_mobile {
	cursor:pointer;
	display:block;
	position:fixed;
	background:#691c13;
	color:#fff;
	font-size:20px;
	padding:10px 20px;
	left:2%;
	top:1%;
	border-radius:4px;
}
.masque {
	display:none;
	position:fixed;
	z-index:9;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
}
hr.style17:after {
	content: none;
}

}