/*
Theme Name: GeneratePress CLC WEB CHILD THEME 1
Theme URI: http://dream-theme.com/the7/
Description: GeneratePress CLC WEB CHILD THEME 1
Author: CLC Web
Author URI: http://dream-theme.com/
Template: generatepress
Version: 1.0.0
Text Domain: the7mk2
*/

/*.grid-container {
    max-width: 1280px!important;
}*/

.site-branding {
      display: inline-block;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:10px;
}

h1 {
    font-size:30px !important;
	color:#000000;
	margin-top: 0px!important;
}

h4 {
    margin-bottom: 10px!important;
}

.h2_gal {
	font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.h3_gal {
	font-size: 18px;
    margin-top: 8px;
}

.h3_galmin {
	font-size: 16px;
    margin-top: 8px;
}

.ngg-gallery-thumbnail {
    width: 240px !important;
    height: 320px !important;
}

.inside-header {
    padding: 10px !important;
}

.ngg-album-compact {
    height: 200px !important;
}

.ngg-gallery-thumbnail {
    height: 180px !important;
}

.main-title {
    font-size: 30px;
}


a .sharify-icon img{
    margin-top: 0px;
}

.header-image {
    width: 75px;
}

.socialbtn {
    float: left;
    padding-right: 15px;
}

.widget_nav_menu, .widget_text {
    padding: 5px 15px 1px 15px !important; 
    /*background-color: white !important;*/
}

.widget-title {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.entry-title {
	padding: 5px 0 15px 0px;
}

.footer-widgets {
    padding: 5px 0px 15px 0px;
}

.entry-content {
	margin:0px !important;
}


/* HEADER / MOTEUR DE RECHERCHE */

.site-header{
	height: 70px
}

.fluid-header .inside-header, .header-widget {
    text-align: left;
}

.inside-header>:not(:last-child) {
    margin-bottom: 5px;
    margin-top: 5px;
}

.site-logo {
    position: absolute;
    float: left;
    margin-right: 0px;
    max-width: 78%;
}

#adheader {
	padding-bottom: 5px;;
}

@media screen and (min-width:1001px) {
	.searchelement{
	height: 40px;
	margin-top: 10px;
	font-size: 12pt;
	}
	.container-2{
	float: left;
	overflow: hidden;
	width: 300px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 400px;
	}	
	.container-2 input#search{
	margin-top: 10px;
	width: 300px;
	height: 40px;
	font-size: 11pt;
	float: left;
	padding-left: 15px;
	background-color: #FAFAFA;
    border: 2px solid #003872;
    color: #666666;
	}
	.container-2 input#search::-webkit-input-placeholder {
	color: #65737e;
	}
	
	.container-2 input#search:-moz-placeholder { /* Firefox 18- */
	color: #65737e;  
	}
	
	.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
	color: #65737e;  
	}
	
	.container-2 input#search:-ms-input-placeholder {  
	color: #65737e;  
	}
	.container-2 i.fa.fa-search{
	display: none;
	}
}

@media screen and (max-width:1000px) {
	.div.form{
	float: right;
	}
	.searchelement{
	display: none;
	}
	.loginlogout{
		display: none;
	}
	.polyglot-language-switcher{
		display: none;
	}
	.div.site-logo{
	z-index: 1;
	position: relative;
	}
	.container-2{
	display: none;
	/*margin-top: 8px;
	float: right;
	max-width: 100%;
	z-index: 2;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	*/
	}
	.container-2 input#search{
	width: 50px;
	height: 41px;
	background: #003872;
	border: none;
	font-size: 10pt;
	float: right;
	padding-left: 35px;
	color: #fff;
	
	-webkit-transition: width .55s ease;
	-moz-transition: width .55s ease;
	-ms-transition: width .55s ease;
	-o-transition: width .55s ease;
	transition: width .55s ease;
	}
	.container-2 input#search::-webkit-input-placeholder {
	color: #fff;
	}
	
	.container-2 input#search:-moz-placeholder { /* Firefox 18- */
	color: #fff;  
	}
	
	.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;  
	}
	
	.container-2 input#search:-ms-input-placeholder {  
	color: #fff;  
	}
	.container-2 .icon{
	position: absolute;
	top: 50%;
	margin-left: -12px;
	margin-top: -35px;
	z-index: 2;
	color: #fff;
	}
	
	.container-2 input#search:focus, .container-2 input#search:active{
	width: 1000px;
	}
	
	.container-2:hover input#search{
	width: 1000px;
	}
	
	.container-2:hover .icon{
	color: #fff;
	}
}


.stickyad {
	margin: auto;
    width: 50%;
}


/* BLOG */
.post-image img {
    display: none;
}


/* NAV / BREAD */
.main-navigation .main-nav ul li a {
    line-height: 50px;
}

.main-navigation ul ul {
    top: 50px;
}

#breadcrumbs {
	margin: 0px!important;
	font-size:15px;
}


/* INTRO PAGE */
.intro-page {
	padding-bottom: 5px!important;
}

.intro-page p{
	text-align: justify;
    font-size: 15px;
	margin-bottom: 0.5em!important;
}


/* DIVERS */
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.colorcopyright {
	color: gray!important;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	cursor: pointer;	
}

.entry-meta {
	padding-bottom:10px;
}

/* DEBUG */
.debug {
	font-size:13px;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:yellow;
	color:red;
}


.inside-article {
	padding-top:15px !important;
}

@media (max-width:768px) {
	#left-sidebar {
		display: none !important;
	}
	#right-sidebar {
		display: none !important;
	}

	#adheader {
		display: none !important;
	}

	#adbottom {
		display: none !important;
	}

	.container {
		padding: 0px !important;
	}

	.footer-widget-2 {
		display:none!important;
	}
	.footer-widget-3 {
		display:none!important;
	}
}


@media (max-width:1000px) {
	#zoomcolor {
		width: 100% !important;
		margin-right:0px !important}

	#siderightzoomcolor {
		width: 100% !important;}

	#adrightzoomcolor {
		display: none;}
}




@media (max-width:768px) {
	.inside-left-sidebar, .inside-right-sidebar, .site-main {
		margin: 0px !important;
	}

}

@media (min-width: 768px) {
    .widget-area.grid-25 {
			width: 20%;
	}
	.push-25 {
		left: 20%;
	}
	.content-area.grid-75 {
		width: 80%; 
	}
	.pull-75 {
		left : -80%;
	}

	.inside-article {
		padding-left:25px;
	}

}



p {
    margin-bottom: 15px !important;
}



.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0px!important;
}

/* ---- MASONRY (desandro) ---- */

/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- grid-item ---- */

.grid-item {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

.grid-item img { 
		display: block;
		width: 100%;
		border: 2px rgba(0,0,0,0.1) solid;
		border-radius: 8px;
}

.grid-item p { 
		font-size: 13px;
		margin-top: .5em!important;
}


.grid-ad-min {
	width: 360px;
	height: 270px;		
}


/* ---- MODALS ---- */

.modal-header {
	padding-bottom:12px!important;	
}

.modal-title {
	font-size: 18px;
	font-weight: bold;
}

.modal-footer {
	font-size: 18px;
	font-weight: bold;
	color:gray;
	font-size:14px;
	font-weight: normal;
}