body
{
	background : #FFF;
	font-size : 16px;
	border-top : 5px #FFF solid;
}

#header
{
	background-color : #fff;
}

.header-inner {
    padding: 0px 0px 25px !important;
}

#main-wrap
{
	max-width : 1100px;
}

.comments-wrap
{
	width : 90% !important;
}

.entry-content, .comments-wrap, #footer-inside
{
	max-width : 1200px;
}

.nav .current-menu-item > a
{
	color : black;
	border-bottom: 1px solid #74bee1 !important;
}

.nav a:hover
{
	color : black !important;
}

.logo-image
{
	max-width : 500px;
}

.post-content
{
	text-align : justify;
	font-size : 18px;
	/*line-height: 30px; */
	line-height: 1.75;
}

.nav li a
{
	font-size : 12px;
}

.fitvid
{
	margin-bottom : 25px !important;
}

.post-header
{
	margin-bottom:40px;
}

.entry-content
{
	margin : 50px auto;
}

.header-inner {
	padding : 45px 0 40px;
}

.nav-mobile a
{
	color : black;
}

.seperator-line
{
	width:100%;
	max-width:1000px !important;
	background:#EEE;
	height:1px;
	margin:0 auto;
}

.links-list li
{
	list-style-type : none;
}

h2 { font-size : 22px; text-align : center; }

.entry-content h3, .comments h3
{
    text-transform: uppercase;
    margin-top : 3px;
    margin-bottom: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
    font-weight: 500;
}

#main-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}

.date-title
{
	font-weight : normal;
}

.block-home
{
	width : 320px;
	height : auto;
	text-align: center;
	float: left;
	margin : 10px;
	padding : 25px 10px;
	color : white;
	border-radius: 5px;
}

.block-home h3
{
	color : white;
}

.entry-content, .comments-wrap
{
    width: 100% !important;
    max-width: 1440px !important;
}


#post-navigation
{
	background: #fff;
}

.bx-wrapper .bx-controls-direction a
{
    line-height: 32px !important;
}

#commentform #submit
{
	border-radius: 2px;
	margin: 0px;
	padding: 10px 22px;
	border: 1px solid #74BEE1;
	background: transparent none repeat scroll 0% 0%;
	display: inline-block;
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color: #74BEE1;
	text-transform: uppercase;
	font-size: 8px;
	transition: all 0.3s ease 0s;
}


#commentform input#submit:hover
{
	background: #74BEE1 none repeat scroll 0% 0%;
	color: #FFF;
}

.gallery-item img
{
	border : none !important;
}

#related_posts, .comments h3
{
	border-top : 1px solid #E9E9E9;
}

#related_posts h3
{
	margin-top: 10px;
}

.comments h3
{
	padding: 10px;
}

#related_posts ul
{
	list-style-type: none;
	margin : 0;
}

#related_posts ul li
{
	width: 557px;
	display: inline-block;
	vertical-align: top;
}

.relatedcontent h4
{
	font-size: 14px !important;
	margin-top : 10px;
	border : none;
	text-align: center;
	font-weight: 500;
}

#related_posts ul li:first-child
{
	margin-right : 20px;
}

.comments-wrap {
    border-top: none;
}

.entry-content {
    margin: 50px auto;
}

.single-post .entry-content
{
	margin: 50px auto 0px !important;
}

.wpcf7 p {
    font-family: "Open Sans";
}

#flickrGal0
{
	margin-bottom : 40px;
}

a {
    color: rgb(34, 153, 221);
}

.nav .current-menu-item > a {
    border-bottom: 1px solid rgb(34, 153, 221) !important;
}

/****************************************/
/* Featured Slider
/****************************************/

.featured-area {
	margin-bottom:30px;
}
.featured-area.nopromo {
	margin-bottom:60px;
}
.feat-item {
	display: table;
	width:100%;
	height:600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.feat-overlay {
	height: 100%;
	background:rgba(0,0,0,0.10);
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.feat-inner {
	max-width:70%;
	margin:0 auto;
}
.feat-overlay .cat a {
	display:inline-block;
	margin:0 3px 13px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:2px;
}
.feat-overlay h2 {
	color:#fff;
	font-size:24px;
	line-height:1.4em;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:16px;
	font-size : 34px;
}
.feat-overlay h2 a {
	color:#fff;
	display:block;
}

.feat-title-divider {
  border-top:2px solid;
  display: block;
  max-width: 48px;
  margin: 0 auto 26px;
  color: #fff;
}

.feat-more {
	color:#fff;
	padding:10px 12px 10px 13px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	border:2px solid #fff;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;

}
.feat-more:hover {
	background:#fff;
	color:#000;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  outline: 0;
  z-index: 999;
  border: 1px solid #fff;
  height: 35px !important;
  width: 35px !important;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  opacity: 0;
}

/*************************************/

.promo-item {
  display: table;
  width: 386px;
  float: left;
  margin: 0 20px 0 0;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}

.promo-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: block;
}

.promo-overlay {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fff;
}

.promo-overlay h4 {
  color: #000;
  line-height: 1.5em;
  padding: 8px 12px 8px 13px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #fff;
  display: inline-block;
  max-width: 60%;
margin : 0;
}

p iframe {
    max-width: 100%;
    width: 100%;
}

.ivplayer-container { 
  position: relative; 
  overflow: hidden; 
  padding-top: 56.25%; 
}

.ivplayer { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0; 
}

.sticky
{
	width : 560px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom : 25px;
}

.sticky:nth-child(2n+2) { margin-right: 0px; }

.stick:nth-child(3) { margin-bottom : 45px !important; }

.sticky .entry-title a
{
	font-size : 15px;
	color : #ffffff !important;
	font-weight: 300 !important;

}

.sticky .excerpt-more, .sticky .date-title
{
	display: none;
}

.sticky .entry-content
{
	margin : 0 auto;
	background: rgb(34, 153, 221);
}

.sticky .post-header {
    margin-bottom: 0px;
}

.read-more
{
	text-align: center;
}

.nav-mobile a
{
	font-size: 14px;
}

#related_posts h3, .comments h3 {
    font-size: 16px;
    line-height: 30px;
}

#respond h3 {
    text-align: center;
    display: block;
    color: #444;
    font-family: "Open Sans",serif;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px !important;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
        line-height: 30px;
}

a.back-to-top {
    background: #4181FF none repeat scroll 0% 0%;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 2.5rem;
    font-size: 0.75em;
    height: 3.125em;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

a.back-to-top:hover, a.back-to-top:focus {
    background: #B01E21 none repeat scroll 0% 0%;
}
/*
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, .wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95.4% !important;
}*/

.image-site-une
{
	height: 750px;
}


/********************************************/
/************** Responsive ******************/
/********************************************/

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

	#main-wrap:not(.featured-area) {
    margin: 20px auto;
    width: 90% !important;
	}

	.image-site-une
	{
		height: auto;
	}

	.notMobile, .promo-area, .promo-item
	{
		display: none !important;
	}

	.feat-item
	{
		display: table;
		width: 100%;
		height: 700px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

}

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

	.notMobile, .promo-area, .promo-item, .last-article
	{
		display: none !important;
	}

	.header-inner
	{
    	padding: 0px 0px 20px !important;
	}

	.featured-area
	{
		width: 100% !important;
	}

	.bx-viewport
	{
		width: 400px;
	}

	.feat-item
	{
		display: table;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	img.alignleft, img.alignright
	{
		width: 100%;
		padding: 0;
	}

	#related_posts ul li
	{
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}
}

/********************************************/
/*************** Couleurs *******************/
/********************************************/

.dodgerBlue {
  background: #388bd1;
}

.forestGreen {
  background: #7fc242;
}

.orange {
  background: #ff8a3c;
}

.skyBlue {
  background: #a1def8;
}

.yellowLight {
  background: #fee664;
}

.steelGray {
  background: #cad3d0;
}


.infos-article
{
	background: red;
	margin : 0 auto;
	text-align: center;
}

/* Champ de recherche */

.widget_search

{
	width : 100% !important;
	margin: 0 auto;
	text-align: center;
}

.widget_search h2.widgettitle
{
	text-align: center !important;
}


.last-article {
    background-color: black;
    display: block;
    float: left;
    position: relative;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 30px;
}

.link_last_post {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    /* position: relative; */
    position: absolute;
    top: 0;
    z-index: 10;
}

.last-article > .wrap-content {
    position: absolute;
    z-index: 2;
    left: 0;
    margin: 0 !important;
    padding: 0 30px;
    width: 100%;
    /* height: 45%; */
    color: #ffffff;
    bottom: 5%;
}

.last-article > .wrap-content > h1 {
    float: left;
    width: 100%;
    margin: 0 !important;
}

.last-article > .wrap-content > h1 a {
    font-size: 50px;
    margin: 0 !important;
    text-decoration: none;
    color: #ffffff;
    line-height: 0 !important;
}

.last-article > .wrap-content > .time {
    font-size: 20px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.last-article > .wrap-content > .category {
    float: left;
}

.last-article > .wrap-content > .category ul {
	margin: 0 0 45px 4px;
}

.last-article > .wrap-content > .category ul li {
    float: left;
    list-style-type: none;
}

.last-article > .wrap-content > .category > ul > li > a {
    font-size: 16px;
    padding: 6px 15px;
    background-color: #fb4c00;
    width: auto;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.wp-block-video {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
