/* Theme Name: FVDP
 * Description: Template FVDP
 * Version: 1.0
 * Author: OCI
 */
 
 .container-fluid{
	padding:0;
 }
 
 .row-fluid .span3{
	width:230px;
 }
 
 .row-fluid .span9{
	width:740px;
	margin-left:21px;
 } 
 
 .alignright{
	float:right;
	margin-left:10px;
 }
 
 .alignleft{
	float:left;
	margin-right:10px;
 }
 
#content article a{
	color: #000;
	text-decoration: underline;
 }
 
#content article a:hover{
	text-decoration: none;
 }
 
 /* HEADER */
 
#header-content{
	background: white url(images/header-bg.jpg) repeat-x center top;
	height: 232px;
}
 
#masthead{
	width:992px;
	margin:auto;
	position:relative;
}

#masthead .search{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid white;
	border-top: 0px;
	border-radius: 0 0 10px 10px;
	padding: 2px 5px 2px 23px;
	width: 143px;
	height: 23px;
	background: url(images/search-ico.png) no-repeat 8px 8px #f7f6f6;
}

#masthead .search input{
	border:none;
	min-height:inherit;
	margin:0;
	border-radius:none;
}

#masthead .search .icon-search:before{
	content:none;
}
 
#baseline{
	color: #707070;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px auto;
	width: 860px;
	padding-top: 58px;
	text-shadow: 1px 1px #ffffff;
}

#baseline div{
	float:left;
}

#baseline .L-baseline{
	margin-right: 284px;
}

/* MENU */

.nav-collapse.collapse{
	clear: both;
	z-index: 1;
	padding-top: 66px;
}

.navbar .nav {
	border-left:1px solid #FFF;
	border-right:1px solid #dcdbdb;
}

.navbar .nav > li{
	/*border-left:1px solid #dcdbdb;
	border-right:1px solid #FFF;*/
}

.navbar .nav > li.metiers{
	margin-right:255px;
	border-right:1px solid #dcdbdb;
}

.navbar .nav > li:hover > a{
	border-bottom: 3px solid #0268a0;
}

.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a{
	border-bottom: 3px solid #ec9308;
}

.navbar .nav > li > a{
	padding:2px 8px !important;
	line-height: 20px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #262626 !important;
	text-decoration: none;
	text-shadow: 1px 1px white;
	border-left:1px solid #dcdbdb;
	border-right:1px solid #FFF;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover{
	color:#262626 !important;
}

/* CONTENT */
 
 
.indexo-slider-nav h2 {
	line-height: 11px !important;
}
#main-content{
	width:992px;
	margin:auto;
}

.home .two_third{
	width:642px;
	margin-right:10px;
}

.home .one_third{
	width:340px;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 10px;
}

.home .main-block{
	width:630px;
	height:132px;
	border-bottom: 1px solid white;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
	padding-left: 1px;
	overflow: hidden;
	position: relative;
	transition-property: width;
	transition: 0.4s linear;
}

.home .main-block:hover{
	width: 991px;
	transition-property: width;
	transition: 0.4s linear;
}

.home .main-block.sante{
	background: url(images/ghsv-bg.jpg) repeat left top;
}

.home .main-block.enfance{
	background: url(images/maden-bg.jpg) repeat left top;
}

.home .main-block.agees{
	background: url(images/madre-bg.jpg) repeat left top;
}

.home .main-block.solidarite{
	background: url(images/seso-bg.jpg) repeat left top;
}

.home .enfance h3, .home .agees h3 {margin-bottom: -5px !important;}

.home .main-block .see-more{
	width: 28px;
	height: 132px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/see-more.png) no-repeat;
	opacity: 1;
}

.home .main-block:hover .see-more{
	opacity:0;
}

.home .main-block  .block-container{
	text-shadow: 1px 1px rgba(0,0,0,.3);
}

.home .main-block  .block-container img{
	margin-right: 10px;
	float:left;
}

.home .main-block .block-container .description{
	float: left;
	width: 352px;
	padding: 10px 0;
}

.home .main-block .block-container .description h2{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 4px;
	font-family: 'CantarellRegular';
	letter-spacing: -2px;
	color: #FFF;
	font-style:normal;
}

.home .main-block .block-container .description h3{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 33px;
	font-family: 'CantarellRegular';
	letter-spacing: -1px;
	color: white;
}

.home .main-block .block-container .description a.read-more{
	display: block;
	font-size: 11px;
	background: url(images/read-more-bg.jpg) repeat-x top;
	line-height: 21px;
	padding: 0 10px;
	border-radius: 10px;
	text-shadow: 1px 1px #ffffff;
	text-decoration: none !important;
	width: 95px;
	margin-top: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.home .main-block .block-container .description a.read-more:hover{
	background: url(images/read-more-bg.jpg) repeat-x bottom;
	color: white !important;
	text-shadow: 1px 1px #000;
}

.home .main-block.sante a.read-more{
	color:#045e90;
}

.home .main-block.enfance a.read-more{
	color:#f17303;
}

.home .main-block.agees a.read-more{
	color:#a10e37;
}

.home .main-block.solidarite a.read-more{
	color:#5f670b;
}

.home .main-block .block-container .infos{
	float: left;
	width: 190px;
	padding: 0px 5px;
	font-size: 11px;
	margin: 10px 0px;
	height: 112px;
	transition-property: opacity;
	transition: 0.4s linear;
	opacity:0;
}

.home .main-block:hover .block-container .infos{
	transition-property: opacity;
	transition: 0.4s linear;
	opacity:1;
}

.home .main-block .block-container .descript + .infos {
	border-right: 1px solid rgba(255,255,255,.1)
}


.home .main-block .block-container .descript + .infos + .infos {
	border-left: 1px solid rgba(0,0,0,.1);
}

.home .main-block .block-container .infos ul li{
	list-style: square outside;
	line-height: 14px;
	margin-left: 12px;
	margin-bottom: 4px;
	color:#FFF;
}

.home .one_third h3{
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.home .one_third img{
	float:right;
	margin-left:5px;
}

.home .one_third p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #262626;
}

/* ACTU */
.blog .section-alt, .search  .section-alt, .category  .section-alt, .archive  .section-alt{
	display:none;
}

.blog article, .search  article, .category  article, .archive  article{
	clear:both;
	height:210px;
	border-bottom:1px dotted #d9d9d9;
	padding:10px 0;
}

.blog .entry-img, .search .entry-img, .category .entry-img, .archive .entry-img{
	float: left;
position: relative;
width: 226px;
border: 1px solid #dfdfe4;
padding: 1px;
}

.blog .entry-img .date, .search .entry-img .date, .category .entry-img .date, .archive .entry-img .date{
	width:37px;
	height:37px;
	position:absolute;
	right:5px;
	top:-5px;
	background:url(images/maden-bg.jpg) top left;
	text-align:center;
	font-family: 'CantarellRegular';
	color:#FFF;
	font-size:11px;
	padding:5px;
	line-height:12px;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
-webkit-text-shadow: 1px 1px rgba(0, 0, 0, .3);
}

.blog .entry-img .img, .search .entry-img .img, .category .entry-img .img, .archive .entry-img .img{
	width:226px;
	overflow:hidden;
}

.blog .entry-img .img img, .search .entry-img .img img, .category .entry-img .img img, .archive .entry-img .img img{
	max-width:none;
}

.blog .entry-img .date b, .search .entry-img .date b, .category .entry-img .date b, .archive .entry-img .date b{
	font-weight:normal;
	font-size:18px;
}

.blog .entry-content, .search .entry-content, .category .entry-content, .archive .entry-content{
	float:right;
	width:500px;
	height:210px;
	position:relative;
}

.blog .entry-content h3, .search .entry-content h3, .category .entry-content h3, .archive .entry-content h3{
	margin:0 0 12px 0;
}

.blog .entry-content h3 a, .search .entry-content h3 a, .category .entry-content h3 a, .archive .entry-content h3 a{
	color:#f6990d !important;
	text-decoration:none !important;
	font-size:14px;
	font-family: 'CantarellRegular';
}

.blog .entry-content a.more, .search .entry-content a.more, .category .entry-content a.more, .archive .entry-content a.more{
	position:absolute;
	bottom:10px;
	right:5px;
}


.search .entry-content {
    float: right;
    height: 210px;
    position: relative;
    width: 700px;
}

body.single #main-content .row-fluid .post-info {
position:absolute;
top:20px;
left:234px;
}

/* FOOTER */
#footer-content{
	background: white url(images/footer-bg.jpg) left top;
	height: 278px;
	padding-top:20px;
}

#footer{
	width:992px;
	margin:auto;
}

#footer .mention{
	clear:both;
	margin-top:10px;
}

#footer .mention ul{
	margin:0;
}

#footer .mention ul li{
	float:left;
	list-style:none;
	margin-right:5px;
	padding-right:5px;
	border-right: 1px solid #707070;
}

#footer .mention ul li:last-child{
	border-right:none;
}

#footer .mention ul li a{
	color:#707070;
}

#footer .mention ul li a:hover{
	text-decoration: underline;
	color: #262626;
}

#footer .row-fluid .span4{
	width: 230px;
	margin:0;
}

#footer .row-fluid .span4 ul li {
	list-style:square outside;
}

#footer .row-fluid .span4 + .span4{
	border-right: 1px solid #fff;
	border-left: 1px solid #dad8d8;
	width:auto;
	padding: 0 20px;
	margin-left:4px;
}

#footer .row-fluid .span4 + .span4 + .span4{
	width:auto;
	border-left: 1px solid #dad8d8;
	padding: 0 0 0 20px;
	height: 219px;
	position: relative;
	text-align:left !important;
}

#footer .row-fluid .span4 + .span4 + .span4 h3{
	width:150px;
	float:left;
}

#footer .row-fluid .span4 + .span4 + .span4 a{
	float:right;
	margin-top:0 !important;
}

/* ----------------------------- VOEUX ----------------------------- */

body.home > div > div > div > article > div.full_width {position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);top: 0;left: 0;z-index: 9999;display: flex;justify-content: center;align-items: center;}
div#voeux > div.gif-deleter {position: absolute;color: #ffffff;top: 0;right: 0;background-color: rgba(0, 0, 0, 0.5);height: 50px;width: 50px;text-align: center;font-size: 25px;line-height: 50px;cursor: pointer;}
div#voeux {position: relative;}

/* ----------------------------- DONS --------------------------------- */

a.header-btn {
	float: right;
    margin-right: 65PX;
    padding: 5px 15px;
    font-size: 13px;
}

/* CORONAVIRUS */

.pop-up {
    /* width: 320px;
    height: 320px;
    position: fixed;
    top: calc(50% - 160px);
    left: calc(50% - 160px);
    z-index: 9999;*/
    background-color: #7a4485; 
    color: #ffffff;
    padding: 20px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left : 16%;
    padding-right:16%;

}

.pop-up h2 {
	margin-bottom: 10px;
	color: #ffffff;
}

.pop-up img {
    width: 125px;
    margin-right: 35px;
}

.pop-up p {
    color: #ffffff;
}

a.pop-up-btn {
    background-image: none;
    background-color: #ffffff;
    color: #7a4485 !important;
    padding: 5px 15px;
    font-size: 13px;
    font-family: Georgia;
    font-style: italic;
}

/* ----------------------------- Pages Dons- Nous soutenir --------------------------------- */

h2.dons, h3.dons {color: #BE1653;}
p.dons, p.dons strong, p.dons b, p.dons em {font-size: 14px !important;}
h3.dons {font-size: 16px !important;}
ul.dons {list-style: none}
ul.dons li, ul.dons li b, ul.dons li strong, ul.dons li em {font-size: 14px !important;}
ul.dons li::before {
	content: "•"; color: #BE1653;
  display: inline-block; width: 1em;
  margin-left: -1em
}

.wpcf7-submit {background: url(images/madre-bg.jpg) repeat-x top;color: white !important;
text-decoration: none !important;
text-shadow: 1px 1px rgba(0,0,0,.3);
margin-right: 65PX;
padding: 5px 15px;
font-size: 13px;}

img.slider_thumbnail.full.indexo_slider_thumbnail {
    width: auto;
    /* max-height: unset !important; */
    max-width: 226px;
    height: auto;
}
