/*
Theme Name: CWmagazine Child
Description: Thème enfant pour le thème CWmagazine
Author: DUTIC
Template: cw-magazine
*/
 
@import url("../cw-magazine/style.css");
@font-face {
    font-family: 'aaarghnormal';
   		src: url('./polices/Aaargh-webfont.eot');
		src: url('./polices/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),				 
		url('./polices/Aaargh-webfont.woff') format('woff'),				
		url('./polices/Aaargh-webfont.ttf') format('truetype'),				
		url('./polices/Aaargh-webfont.svg#aaarghnormal') format('svg');			
		font-weight: normal;    
		font-style: normal;

}

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

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	display:inline-block;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-20%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}




/* modification template*/

.entry-content p, .entry-content a,.entry-content ul, .entry-content li, .entry-content span, .entry-content strong,
.widget p, .widget a,.widget ul, .widget li
{
	font-family: 'aaarghnormal', Arial, sans-serif !important;
	font-weight: bold;

}


/*header*/



.ad-header{
	padding-bottom:0;
	padding-top:0;
}



.header-middle-wrap img {
	width: 100%;
	height: 100%;
	position: relative;
	border-top: 5px solid #fff;
	
}



.header-middle-wrap .banner {
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 2;



}

.header-middle-wrap .slider {
	position: absolute;
	width: 100%;
	z-index: 1;
/*	min-height: 480px; */




}
.header-middle-wrap .photo_cache{
	position: absolute;
	width: 100%;

	
}

.decal_menu {
	z-index:10;

	background:rgba(255,255,255,0);
	
}


.header-middle-wrap .container{
	position: relative;
	z-index:8;
}

.header-middle-wrap {
	background-color: rgba(255,255,255,0.6);
	background-image:none;
	padding-bottom:10px;
	height:100%;
}


.header-middle-wrap, .main-menu {
background-color: rgba(255,255,255,0.6) !important;

}

/*menu*/


.main-menu .main-navigation > ul > li {
	border:0;
}

.main-menu {
	background-color: #FFF;
 /*	 margin-left: 12%;
  	margin-right: 12%;*/
	    z-index: 2;
    position: relative;


}
.main-menu .main-navigation a {
  	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
  font-size: 13px;
}



.main-menu .main-navigation a:hover{
	background-color: #68B8D0;
	border-radius: 5px;
	color: #fff !important;

}

.main-navigation a {
	color:#434748 !important;
}

.main-navigation{
	margin: 0 auto;
}

.main-menu .main-navigation ul ul {
 background:none;
 }

 
 
 /*icone facebook*/
 
.facebookicon img{
 height:30px;
 margin-top:3px;
 border-radius:0.4em;
 }
 
  .facebookicon img:hover{
  opacity:0.3;
  -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #OOO;
 }
 
 
 
 
 

/*titre*/
h1.entry-title  {


}

h1.entry-title{
	color:#434748;
	display:inline-block;
}

.barre-titre{
	float:right;
	display:inline-block;
	border-bottom-color:#F00;
	border-bottom-style:solid;
	border-bottom-width:4px;
	width:87%;
	height:inherit;
}

.page .entry-header {
  margin-bottom: 0px;

}

.bx-viewport {
	border: 0 solid #fff !important;
	left: 0 !important;
}


.widget ul {
	background: #e5f3f7;
}

/*container*/
.content-area-gallerie{
	width : 100%;
	
}

.languageicon ul{
	margin-left:98%;
	color: #fff;
}

body {
background-image: url("../../uploads/2015/08/fond-croix1.jpg") !important;
background-repeat: repeat;
}


.template-page .content-area {
	width: 80%;
}

.template-page .sidebar {
	width: 20%;
}

.widget-title {
	border-color: #68B8D0;
	background-color: #fff;
}

.entry-content h1{
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  margin-top: 1px;
}
/*
.site-content article .entry-content article .entry-content{
	border-top-color: #EDB040;
}
*/
td.tab_contact_align{
	vertical-align:top;
	padding-left:0.7%;
}

.entry-content hr{
  border-top-color: #CDCDCD;
  border-top-style: solid;
  border-top-width: 4px;
}

article .entry-content{
 margin-top: 5px !important;
 background: rgba(255,255,255,0.6);
 }

.widget {
  margin: 0 0% 30px;
  background-color: #e5f3f7;
}

.widget-title span {
	background-color: #68B8D0;
	border-radius: 5px;
}

.widget_polylang{
background:none;
}

.widget ul {
	background:none;


}

.widget ul  li{

	color: #fff;

}
.widget ul  li a{

	padding-left:90%;

}


.entry-meta {
	background:#fff;
}

.template-page>.container {
	margin: 0 auto;
	
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}


.wrapper template-page{
	background:#fff;
}

div .wrapper .template-page{
	background:#fff;
	
}

article .entry-content {
	margin-top:0;
	border-top-color: #CDCDCD;
 	border-top-style: solid;
    border-top-width: 4px;
}
/* sidebar */
.sidebar p {
	text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	}
/*footer*/

.site-footer .container {
	background-color: #68B8D0;
	padding-top:0;
}

.site-footer {
  background-color: #68B8D0;
}

.haut-footer img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: bottom;
}


.widget-footer{
  color: #080808;
  
  background-color: rgb(104, 184, 208);
  border-radius: 10px 10px;
  
  /*margin-left:7%;*/
}

.site-footer div.container a img {
  position: relative;
  width: 2%;
  height: auto;
  padding-left: 3%;
}

.site-footer .textwidget  {
  color: white;
 }  

.widget-footer ul li:before {
color:#68B8D0;

}
 
.widget-footer ul li a {
color : white !important;
}

.footer-title {
  text-align: center;
  font-size: 12px;
  /*border-bottom: grey 2px solid;
  background-color: #3A9EAB;
  padding: 3px;
  border-radius: 3em/3em;
  margin: 2px;*/
}

.widget-footer ul li a {
	color: #080808;
}


div.widget-footer.footer4{
	margin: 0%;
	width:100%;
	border: none;
  	background-color: #68B8D0;
  	border-radius:none;
	padding-top:3%;
}
div.widget-footer.footer4 a{
color : white;
	}

	div.widget-footer.footer4 a:hover{
color : grey;
	}

div.widget-footer.footer4>.footer-title {
  text-align: center;
  border-bottom: none;
  background-color: #68B8D0;
  padding: 3px;
  border-radius: none;
  margin: 2px;
}

div.textwidget{
  text-align:center;
}

div.textwidget p{
	margin:0;

}


	
div.widget-footer.footer2 ul {
	margin-left: 25%;}
	
	
/*comments*/
.comment-list{
 border: grey 1px solid;
}

#comment_image{
   background-color: #eab040;
   color:#FFF;
}

.comment-author-dantza {
   border: grey 1px solid;
}



/*desktop*/
@media (max-width: 600px) {
	.widget-footer{
		width: 48%;}
	div.widget-footer.footer3{
		width : 98%;}
	
}
@media (min-width: 601px) {
	.widget-footer{
		width: 30%;}
	
}
