/*
	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;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background: #6b182a;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (min-width:320px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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





.header{
	width: 171px;
	background: #FFF;
	left: 40px;
	position: fixed;
	z-index: 9;
	margin-left: 0;
	max-height: 100%;
}
.header nav ul li a{
	font-size: 15px;
	font-weight: 700;
	display: block;
	padding: 10px 20px;
}
.header nav ul{
	padding: 0;
	margin: 0;
}














.header nav ul li{
	border-top: 1px solid #ddd;
	transition: 0.3s;
}























































.content{
	display: flex;
	min-height: 95vh;
}





.content .content-left{
	width: 79%;
	height: 100vh;
	position: fixed;
}

.content .content-right{
	width: 359px;
	top: 0;
	min-height: 100%;
	right: 0;
	background: #ff891e;
	padding: 20px 30px;
	color: #FFF;
	position: absolute;
	z-index: 3;
}

.content .content-right h1{
	font-size: 24px;
}

.content .content-right p{
	font-size: 15px;
}


.content .content-right .images{
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
}

.content .content-right .images img{
	width: 101px;
	height: 101px;
	object-fit: cover;
	border: 1px solid #FFF;
	margin: -1px;
	opacity: 1;
	transition: 0.3;
	cursor: pointer;
}





.content .content-left img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.content .content-right .images img:hover{
	opacity: 0.7;
	transition: 0.3s;
}




.content .content-right .articles .article .titre{
	font-size: 17px;
}

.content .content-right .articles .article .titre p{
	margin: 0;
	font-size: 17px;
	opacity: 0.7;
	margin-bottom: 17px;
}

.content .content-right .articles .article img{
	width: 100%;
	height: 199px;
	object-fit: cover;
	opacity: 1;
	transition: 0.3s;
	margin-bottom: 17px;
}

.content .content-right .articles .article img:hover{
	opacity: 0.7;
	transition: 0.3s;
}


.single .images-reader img{
	height: 93%;
	opacity: 1;
}

.single .content-right img{
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}


.page .nf-form-content button, .page .nf-form-content input[type=button], .page .nf-form-content input[type=submit]{
	background: #ff891e;
	opacity: 1;
	transition: 0.3s;
	border:  1px solid #ff891e;
}
.page .nf-form-content button:hover, .page .nf-form-content input[type=button]:hover, .page .nf-form-content input[type=submit]:hover{
	background: transparent;
	opacity: 1;
	transition: 0.3s;
	border:  1px solid #ff891e;
}


.page iframe{
	width: 100%;
	height: 100vh;
	top: 0;
	position: absolute;
	left: 0;
}

.single .content-right img:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.single .content-right h1{
	font-size: 20px;
}


.page .wrapper-page{
	color: #FFF;
	opacity: 1;
	padding: 20px 30px 20px 239px;
	font-size: 13px;
}


.page .nf-form-cont{
	display: flex;
	font-size: 13px;
}

.header nav ul{
	list-style: none;
	opacity: 1;
}



.footer .langue {
	list-style: none;
	opacity: 1;
	display: flex;
}


.footer{
	height: 5vh;
	padding: 0 7px;
	width: 100%;
	background: #FFF;
	position: fixed;
	bottom: 0;
	right: 359px;
	z-index: 9;
	left: 0;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .copyright a{
	color: #6b182a;
	transition: 0.3s;
	opacity: 1;
}

.footer .copyright a:hover{
	color: #000;
	transition: 0.3s;

}


.home .footer{
	width: calc(100% - 359px);
}

.page-template-template-image-sidebar .footer{
	width: calc(100% - 359px);
}

.footer img{
	width: 31px !important;
	height: 17px  !important;
	margin: 0 7px;
}
.facebook svg{
	height: 17px;
	width: 17px;
}

.facebook{
	border-right: 1px solid #000;
	padding-right: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.header .logo{
	padding: 10px;
	opacity: 1;
}


.header .menu-toggle{
	padding-top: 17px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.header .menu-toggle svg{
	height: 19px;
	width: 19px;
}

.header nav ul li:hover{
	transition: 0.3s;
	background: #ebebeb;
}


.images-reader{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.images-reader.active{
	display: flex;
    opacity: 1;
}

.images-reader .close{
	position: absolute;
    top: 5%;
    right: 50px;
    cursor: pointer;
    width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.images-reader .close svg{
	width: 20px;
	height: 20px;
}

.images-reader .swiper-container{
	width: 97%;
  	height: 80%;
	display: flex;
	align-items: center;
	justify-content: space-around;

}
.images-reader .swiper-container .images-reader-swiper-button-next{
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 17;
}

.images-reader .swiper-container .images-reader-swiper-button-prev{
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.images-reader .swiper-container .images-reader-swiper-button-prev svg{
	transform: rotate(180deg);
	fill: white;
	width: 25px;
	height: 25px;
	margin-right: 3px;
}

.images-reader .swiper-container .images-reader-swiper-button-next svg{
	fill: white;
	width: 25px;
	height: 25px;
	margin-left: 3px;
}

.images-reader .swiper-container .images-reader-swiper-button-prev::after{
	display: none;
}

.images-reader .swiper-container .images-reader-swiper-button-next::after{
	display: none;
}

.images-reader .swiper-container .images-reader-swiper-container{
	width: 99%;
  	height: 70%;
}

.images-reader .swiper-container .images-reader-swiper-container img{
	width: 100%;
  	height: 100%;
	object-fit: contain;
}

.images-reader .images-reader-swiper-pagination {
	position: relative;
}

.images-reader .images-reader-swiper-pagination .swiper-pagination-bullet{
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 0%;

}



@media only screen and (max-width:779px) {
	.header{
		position: relative;
	}

	.content .content-right{
		width: 100%;
		height: fit-content;
		padding: 20px 30px;
		position: relative;
		margin-top: 47px;
		margin-bottom: 5vh;
	}















	.content .content-left{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
	}

	.content{
		display: flex;
		min-height: fit-content;
	}

	.page .wrapper-page{
		padding: 20px 30px 20px 30px;
	}

	.home .footer{
		width: 100%;
	}


	.page-template-template-image-sidebar .footer{
		width: 100%;
	}

}















