/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



@font-face {
    font-family: 'titillium_webregular';
    src: url("fonts/titilliumweb-regular-webfont.woff2") format('woff2'),
         url("fonts/titilliumweb-regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_websemibold';
    src: url("fonts/titilliumweb-semibold-webfont.woff2") format('woff2'),
         url("fonts/titilliumweb-semibold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:200 16px/1.6 'titillium_webregular', sans-serif;
	color:#4b3e3a;
	height: 100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' '; 
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #0a0a0a;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #4d4d4d;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}


input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

hr {
 	border: 2px solid #000;
    border-style: none none solid; 
    color: #000; 
    width: 100%;
}

h1 {
	font-family: 'titillium_websemibold', sans-serif;
	font-size: 24pt;
	letter-spacing: 1px;
	color: #008353;
	margin: 0;
}

 h2 {
	font-family:  'titillium_websemibold', sans-serif;
	letter-spacing:0;
	text-transform: inherit;
	color: #008353;
}

h3, h4, h5, h6 {
	font-family:  'titillium_websemibold', sans-serif;
	letter-spacing:0;
	text-transform: inherit;
}


li {
	padding-bottom: 1rem;
	padding: 0;
	
}

ul {
   list-style-type: disc;
   padding-left: 2rem !important;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



.wrapper {
	margin:0 auto;
	position:relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
	color:#3c3c3b;
	max-width: 1240px;
	min-height: 650px;
	padding-left: 5rem;
	padding-right: 5rem;
}


			.colonneleft {
				display: inline-block;
				vertical-align: top;
				width: 60%;
				background-color: transparent;
				margin-bottom: 2rem;
			}


			.colonneright {
				display: inline-block;
				vertical-align: top;
				margin-left: 3rem;
				width: 31%;
				
			}




			.sidebar-widget {
				background-color: #ffd258;
				padding: 2rem;
				padding-top: 1rem;
				margin-bottom: 2rem;
			}

			.sidebar-widget3 {
				background-color: #008353;
				color: #fff;
				padding: 2rem;
				padding-top: 1rem;
				margin-bottom: 2rem;
			}



			.sidebar-widget2 {
				background-color: #ffd258;
				padding: 2rem;
				padding-top: 1rem;
				margin-bottom: 2rem;
			}



.sidebar-widget3 a {
	color: #fff !important;
}

.sidebar-widget3 a:hover {
	color: #efefef !important;
}



/*------------------------------------*\
    Ligne de 2 colonnes
\*------------------------------------*/


			.colonneleft2 {
				display: inline-block;
				vertical-align: top;
				background-color: transparent;
				margin-bottom: 2rem;
			}


			.colonneright2 {
				display: inline-block;
				vertical-align: top;
				margin-left: 2rem;
				width: 60%;
				
			}


/*------------------------------------*\
    Ligne de 3 colonnes
\*------------------------------------*/


			.colonnegauche{
				display: inline-block;
				vertical-align: top;
				width: 30%;
				background-color: transparent;
				margin-bottom: 2rem;
			}


			.colonnecentre {
				display: inline-block;
				vertical-align: top;
				margin-left: 1rem;
				width: 30%;
				
			}

			.colonnedroite {
				display: inline-block;
				vertical-align: top;
				margin-left: 1rem;
				width: 30%;
				
			}





/*-----------*\
   HEADER
\*-----------*/


.header {
	position:relative;
	margin:0 auto;
}

	.headerint {
			margin:0 auto;
			position:relative;
			text-align: center;
			margin-top: -1.5rem;
		}



				.imageetlogo {
					max-width: 1240px;
					margin: 0 auto;
				}

						.image-header {
							display: inline-block;
							vertical-align: bottom;
						}

						.logo {
							position: relative;
							display: inline-block;
							vertical-align: bottom;
							margin: 0 auto;
							padding-left: 3rem;
							padding-right: 3rem;
							width: 230px;
						
						}

								.logo a { 
									border: none;
								}

								.logo a:hover {
									border: none;
								}

								.logo img {
									width: 240px;
									margin-top: 0;
									padding-bottom: 1rem;
								}


						.image-header2 {
							display: inline-block;
							vertical-align: bottom;
						}




				/* nav */
				.nav {
					position: relative;
					display: block;
					vertical-align: middle;
					width: 100%; 
					background-color: #008353;
					padding-bottom: 1.5rem;
					padding-top: 1.5rem;
				}


						.nav li {
							display: inline-block;
							list-style-type: none;
							padding: 0;

						}

						.nav ul {
							padding: 0;
							margin: 0;
						}


						.nav li a {
							font-family: "titillium_websemibold", sans-serif;
							color:#fff !important;
							font-size: 12pt;
							border: none;
							margin-right: 2rem;
							margin-left: 2rem;
							text-transform: uppercase;
							letter-spacing: 1px;
						}

					
	
						.nav li a:hover {
							color: #ffd258 !important;
					
						}


						.nav .current_page_item > a,
						.nav .current_page_ancestor > a,
						.nav .current-menu-item > a,
						.nav .current-menu-ancestor > a {	
								color: #ffd258 !important;
								padding-bottom: 1px;
			

						}


								.nav li ul { 
								 	z-index: 10;
								 	display: inline-block;
							
								 }

								.nav li ul a { 
								   	color: #4d4d4d !important;
								    letter-spacing: 0;
								 	text-decoration:none;
								 	background-color: #fff;
								 	padding: 5px;

								 }


								.nav ul li ul {
									position: absolute;
								 	display:none;
							
								 }

			

								.nav ul li:hover ul {
								 	display:block;
			

								 }

								.nav li:hover ul li {
								 	display: block;
							
								 }


								 .nav ul ul li
									{
									width: 300px;
									margin-top: 10px;
									text-align: left;
									color: blue !important;
									}



.menu-haut {
	width: 100%; 
	background-color: #f8f8f8;
	text-align: right;
	position: relative;
	display: block;
}

#nav_menu-2 {
	max-width: 1350px;
	padding-top: 0.5rem;
	padding-bottom: 1px;
}


	#nav_menu-2 li {
		display: inline-block;
		list-style-type: none;
		padding: 0;
	}

	#nav_menu-2 li a {
		font-family: "titillium_websemibold", sans-serif;
		font-size: 10pt;
		margin-right: 2rem;
		margin-left: 2rem;
		text-transform: uppercase;
		letter-spacing: 1px;
	}




/*---------------*\
  CONTACT FORM 7
\*---------------*/

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #008382;	
	color: #fff;
  	font-size: 16px;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	border:none;
  	border-radius: 5px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
	width: 100%;
	background-color: #f9f8f4;
	color:#4b3e3a;
  	font-size: 16px;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	border:none;
  	border-radius: 5px;
}

span.wpcf7-list-item {
	margin: 0;
	margin-right: 2rem;
}




/*---------------*\
  MAILCHIMP
\*---------------*/


#mc_embed_signup{
	background:#fff; 
	clear:left; 
	background-color: transparent !important;
	max-width: 320px;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup input.button {
	background-color: #339933;
	color: #fff;
}



/*-----------*\
   FOOTER
\*-----------*/

.footerint {

	margin:0 auto;
	position:relative;
	max-width: 1240px;
	padding-top: 30px;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-bottom: 1rem;
	font-weight: 300;
}


.footer {
	position:relative;
	margin:0 auto;
	width: 100%;
	background-color: #008353;
	color: #fff;
	font-weight: 300;
	font:200 16px/1.4 'titillium_webregular', sans-serif;

}

.footer a{
	color: #fff;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width:820px) {

h1 {
	font-size: 16pt;
}



.wrapper {
	padding-left: 3rem;
	padding-right: 3rem;
	min-height: auto;
}

			.image-header, .image-header2 {
				display: none;
			}

			
			.logo {
				display: block;
				margin: 0 auto;
				text-align: center;
				margin-top: 2.5rem;	
				float: none;	
			}


			.nav {
					display: block;
					width: 100%;
					padding: 0;
					text-align: center;
					margin-top: 0;
					margin-bottom: 2rem;
					padding-top: 2rem;
					padding-bottom: 2rem;
			}

				.nav li:after {
						  content: "";
						}
				



			.colonneleft {
					margin-left: 0rem;
					width: 100%;
			}


			.colonneright  {
					width: 100%;
					display: block;
					margin-left: 0rem;
					float: none;
			}


			.colonneleft2 {
				margin-left: 0rem;
				width: 100%;
			}


			.colonneright2 {
				margin-left: 0rem;
					width: 100%;
				
			}



@media only screen and (max-width:680px) {


			.colonnegauche{
				display: block;
				width: 100%;
				background-color: transparent;
				margin-bottom: 2rem;
			}


			.colonnecentre {
				display: block;
				width: 100%;
				margin: 0;
				margin-bottom: 2rem;
			}

			.colonnedroite {
				display: block;
				width: 100%;
				margin: 0;
				margin-bottom: 2rem;
				}

					.nav li a {
							font-family: "titillium_websemibold", sans-serif;
							color:#fff !important;
							font-size: 10pt;
							border: none;
							margin-right: 1rem;
							margin-left: 1rem;
							text-transform: uppercase;
							letter-spacing: 1px;
						}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
