/*
	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
*/

/*------------------------------------*\
    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;
}



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


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font:16px sans-serif;
	color:#4b3e3a;
	height: 100%;
	line-height: 1.6;
}


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

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


img {
	max-width:100%;
	vertical-align:bottom;
}


		a {
			cursor: pointer;
			color: #33246e;
			font-weight: 500;
			
		}

		a:hover {
			color: #e34012;
			padding-bottom: 2px;
			
		}

		a:focus {
			outline:0;
		}

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


input:focus {
	outline:0;
}

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



/*------------------------------------*\
	TITRE ET PARAGRAPHE
\*------------------------------------*/



h1 {
	font-size: 40pt;
	font-weight: 800;
	color: #e34012;
	letter-spacing:1.2px;
	text-transform: uppercase;
	transform: rotate(-3deg);
	margin-bottom: 4rem;

}

h2 {
	font-size: 25pt;
	font-weight: 600;
	letter-spacing:1.5px;
	text-transform: uppercase;
	color: #33246e;
	margin-bottom:-0.5rem;
	line-height: 1.2 !important;
}


h3 {
	font-size: 22pt;
	font-weight: 500;
	letter-spacing:1.1px;
	line-height: 1.2;
	color:#000;
	margin: 0;
	padding: 0;
}


p  {
	color:#4b3e3a;
	letter-spacing:0.3px;
	line-height: 1.4;
	font-weight: 400;
}


			li {
				color:#4b3e3a;
				letter-spacing:0.3px;
				line-height: 1.4;
				font-weight: 400;
			}



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



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


	.colonneleft {
		display: inline-block;
		vertical-align: top;
		width: 55%;
		background-color: transparent;
		padding-top: 1rem;
	}

	.colonneright {
		display: inline-block;
		vertical-align: top;
		margin-left: 25px;
		width: 42%;
}




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


.header {
	position:relative;
	margin:0 auto;
	background-color:  #33246e;

}

		.headerint {
			max-width:1140px;
			margin:0 auto;
			position:relative;
			text-align: center;
			margin-top: 10px;
			padding-right: 3rem;
			padding-left: 3rem;
		}


		.logo {
			position: relative;
			display: inline-block;
			margin: 0 auto;
			width: 24%;
			text-align: left;
			vertical-align: middle;
			margin-left: -20px;
			padding-bottom: 1rem;
		}

			.logo img {
				width: 170px;
				margin-top: 0;
			
			}



				/* nav */
				.nav {
					position: relative;
					display: inline-block;
					text-align: right;
					float: right;
					width: 75%;
					margin-top: 1.5rem;
				}


						.nav li {
							display: inline-block;
							list-style-type: none;
							padding-left: 1rem;
						}

						.nav ul {
							padding: 1rem;
							margin: 1rem;
						}


						.nav li a {
							color:#fff !important;
							font-size: 17pt;
							letter-spacing:1.4px;
							margin-left: 0.5rem;
							text-transform: uppercase;
							font-weight: 500;
							padding: 11px;
	
							text-decoration-color: #33246e;
							text-decoration-line: none;
							text-decoration-style: solid;
							text-decoration-thickness: auto;
						}
		
	
						.nav li a:hover {
								color: #fff !important;
								border: 1px solid #fff;
								padding: 10px;
								text-decoraton: none !important;
						
						}

						.nav .current_page_item > a,
						.nav .current_page_ancestor > a,
						.nav .current-menu-item > a,
						.nav .current-menu-ancestor > a {	
								color: #fff !important;
								border: 1px solid #fff;
								padding: 10px;
								text-decoraton: none !important;
						}




/*------------------*\
   PAGE ACTIVITES 
\*------------------*/

			
		.tableactiv {
			display: block;
		}

				.activ-element {
					display: flex;
  					align-items: stretch;
				 	justify-content: center;
				 	margin-top: 2rem;
				 	background-color:  #f9f8f4;
				 	padding: 1rem;

				}
						.activ-image {
						padding: 1rem;
						align-items: top;
						max-width: 320px;
						margin-right: 2rem;
						}

							.activ-image img{
								max-width: 320px;
							}

						.activ-texte {
						margin-left: 2rem;
						padding-top: 2rem;
						display: block;
						}

						.activ-texte h2 {
							margin-top: 1.5rem;
						}

						.activ-texte h3 {
							margin-top: 0rem;
						}


						.date::first-letter {
							text-transform: uppercase;
						}

						.categorie {
							border: 1px solid #000;
							background-color: #33246e;
							color: #fff;
							padding: 0.5rem;
							padding-top: 0.8rem;
							text-transform: uppercase;
							letter-spacing:1.4px;
						}


/*---------------*\
  NEWSLETTER 
\*---------------*/

#mcaptcha__widget-container {
	height: 10px;

}





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

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #33246e;
	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;
}




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

.footerint {
	margin:0 auto;
	position:relative;
	max-width:1140px;
	padding:2.5rem;
	font-weight: 300;
}


.footer {
	position:relative;
	margin:0 auto;
	width: 100%;
	background-color: #33246e !important;
	color: #fff;
	font-weight: 300;
}

.footer a{
	color: #fff;
}






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

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

			.wrapper {
				min-height: 600px;
			}
}



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


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


				.headerint {
						margin-top: 30px;
						padding-left: 2.5rem;
						padding-right: 2.5rem;
					}

					.wrapper {
						padding-left: 2rem;
						padding-right: 2rem;
		
					}

					.logo {
						display: block;
						width: 100%;
						margin: 0 auto;
						text-align: center;	
					}


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

						.nav li {
							margin-bottom: 2rem;
						}



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

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



						.footerint {
							margin:0 auto;
							position:relative;
							height: auto;
							padding: 2rem;
						}



}




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

		.tableactiv {
			display: block;
		}

				.activ-element {
					display: block;
  			
				}
		

					.activ-image {
						padding: 1rem;
						align-items: top;
						max-width: 100%;
						margin-right: 0;
						}

							.activ-image img{
								max-width: 100%;
							}




		}



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


		.logo {
			display: block;
			}

			.logo img {
				width: 70%;
				margin: 0;
			
			}


				/* nav */
				.nav {
					position: relative;
					display: block;
					text-align: center;
					float: none;
					width: 100%;
					margin:0;
					padding: 0;
					margin-top: -3rem;

				}

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


		



}








/*------------------------------------*\
    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;
	}
}
