/*
Theme Name: bfci
Description: Theme enfant de GeneratePress Zeal pour BFCI
Author: IAD Territoire DIgital
Template: generatepress
Version: 1.0.0
*/

@import url("assets/css/components/font-typo-round.css");
@import url("assets/css/components/font-scandinavian.css");
@import url("assets/css/components/font-fontawesome.css");
@import url("assets/css/components/btn.css");
@import url("assets/css/components/carto.css");
@import url("assets/css/components/search-form-services.css");
@import url("assets/css/components/search-form-global.css");
@import url("assets/css/chiffres-cles.css");
@import url("assets/css/footer.css");
@import url("assets/css/header.css");
@import url("assets/css/menu.css");
@import url("assets/css/services-bfci.css");
@import url("assets/css/agenda.css");
@import url("assets/css/offres.css");
@import url("assets/css/contact.css");
@import url("assets/css/formations.css");
@import url("assets/css/plan-du-site.css");
@import url("assets/css/form-subscribe.css");
@import url("assets/css/archives-articles.css");
@import url("assets/css/slider-actualites.css");
@import url("assets/css/fontawesome.min.css");



/* GENERALS */

body, html{
    letter-spacing: 0.1rem;
}

body{
    background-color: white;
    min-width: 320px /*affichage responsive min*/
}

.d-flex{display: flex;}
.flex-between{justify-content: space-between;}
.justify-end{justify-content: end;}
.align-center{align-items: center;}

.text-justify{
    text-align: justify;
}

/*Titre mise en avant sur les bannières avec images*/
.hero-title {
	font-family: "typoRoundBold";
	font-size: 70px;
	line-height: 1.5em;
	color: #f1f1f1;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: none;
    text-shadow: 1px 1px 6px #818181;
}

/*Titre de même aspect que H1 sur l'accueil : Actualités, Outils et ressources*/
.h1 {
	font-family: "typoRoundLight";
	font-size: 40px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h2::after {
	display: flex;
	content:"";
	border: 3px solid #0e393a;
	width: 35px;
	margin: 15px 0 27px 0;
}

.entry-header h1, .page-header h1 {
	color: #0e393a;
}

.title-search{
    color: #0e393a!important;
    text-shadow: none;
}

.mx-auto{
    margin-right: auto;
    margin-left: auto;
}
.mb-0{
    margin-bottom: 0;
}
.mt-40{
    margin-top: 40px;
}
.mt-10{
    margin-top: 10px;
}
.mb-5{
    margin-bottom: 5px;
}

.mb-10{
	margin-bottom: 1rem;
}

.w100 {
    width: 100%;
}

blockquote {
	/*hérite de generatepress*/
	background-color: rgba(0,0,0,.05);
}

.d-non-hidden {
	display: none;
	visibility: hidden;
}

.site-content {
    display: inherit;
    display: flex;
}

.simply-header {
	position: relative;
	background-color: #F0F9F9;
	min-height: 60px;
}

.simply-header .elementor-shape svg {
	width: calc(190% + 1.3px);
	height: 60px;
}

.simply-header .elementor-shape .elementor-shape-fill {
	fill: #4fbcb8;
}

.elementor-section-wrap {
	background-color: #F0F9F9;
}

#main > article.type-post:nth-child(1), .inside-right-sidebar{
    padding-top: 50px;
}
.one-container.blog .post:not(:last-child){
    padding-bottom:0;
    margin-bottom: 0;
}
/*.search-global > .site-main, .inside-article {*/
/*    width: 100%;*/
/*    max-width: 1400px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    margin-bottom: 50px;*/
/*}*/
.search-global.site-main {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;


}

select:focus, select{
    background-color: white;
}

.elementor-shortcode > ul{
    column-count: 2;
}
.entry-title a {
    color: #4fbcb8;
}
.entry-title a:hover {
    color: #0e393a;
}

/*autocomplete*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none!important;
	/*background: grey;*/
	font-weight: normal;
	color: #000;
}
.ui-autocomplete {
    background-color: white
}

.ui-autocomplete-category{
    color: #999999;
    font-style: italic;
    padding: 0.2em 0.4em;
    margin: 0.8em 0 0.2em;
    line-height: 1.5;
}
@media print {
	.textwidget.custom-html-widget,
    .footer-container,
	.site-navigation,
	.gp-icon.icon-menu-bars,
    .footer-logo-partenaires,
    .btn-prev-next,
    #mobile-menu-control-wrapper,
    #site-navigation,
    .header-widget,
    .grecaptcha-badge,
    .section-social-head,
    .img-fiche,
    #search-global,
	.generate-back-to-top,
	.share-circle,
	div grecaptcha-badge,
	.card-acteurs-projets .cat,
	/*#introduction*/
	.container-chiffres-cles,
	.lien-pagination,
	.pager-select,
	.btn.btn-custom.btn-green,
	#detail,
	.container-share-options,
	/*#onglets,*/
		.onglets-outils-ressources,
	.nbre-result-agenda,
	.btn-center,
	.main-hero-wrap h1,
	.hero-title,
	.pagination-select-agenda,
	.lien-fiche-detail,
	.btn-subscribe,
	.elementor-widget-container .elementor-heading-title,
	.container-liste
	{
        display: none !important;
    }
	.onglets-outils-ressources.onglet-active{
		display: block !important;
	}
	.card-acteurs-projets{
		width:50% ;
	}

	/*.inside-article #introduction{*/
	/*	display: none;*/
	/*}*/
/*.card-title-offre{*/
/*	position: relative;*/
/*	bottom:6rem;*/
/*}*/
	.card-elements{
		padding:0;
	}
	.tag-header-fiche.close-evn{
		position: relative;
		bottom: 3rem;
	}
	.contenu-session{
		border-bottom: solid;
	}
	.contenu-session:last-child{
		border-bottom: none;
	}
	.date-evn{
		margin-left:0;
		color:#4FBCB8;
		margin-bottom: 0;
		margin-top: 0;
	}
	.title-mois-agenda > p {
		border: solid 2px;
		text-align: center;
	}
	.element-header-data{
		color: #0e393a;
	}
	.card-acteurs-projets .tag-membre{
		left: 0;
		top: -2rem;
		border-style: dashed;
		padding: 2px;
		box-shadow: unset;
	}
	.date-evn-detail{
		font-style: italic;
		margin-top: 0;
	}
	.card-title,
	.departement-localite p,
	.card-title-offre,
	.title-mois-agenda p{
		color: black;
	}
	.fas.fa-map-marker-alt,
	.card-elements i{
		color: #4FBCB8;
	}
	.card-acteurs-projets .close-evn,
	.tag-header-fiche.close-evn{
		position: relative;
		right:0;
		color: #0E393A;
		/*font-weight: bold;*/

		border-style: dashed;
	}
	.tag-header-fiche.close-evn{
		position: relative;
		top: 1rem;
	}

    .main-hero-wrap h1 {
        font-size: 2rem;
        color: black;
        text-shadow: none;
    }
    .date-evn-detail {
        background-color: #0E393A;
        width: max-content;
        color: white;
        border-radius: 5px;
        margin: 6px 0 2px 0;
        display: block;
        padding: 1px 6px;
    }
    .page-hero{
        padding: 2rem 0 0 0;
    }
	.date-evn-detail{
		color:black;
	}
	#local_map{
		width: 15rem;
		height: 15rem;
		position: relative;
		overflow: hidden;
	}
	/*.carto-detail{*/
	/*	height: 2508px;*/
	/*	width: 1480px;*/
	/*	position: relative;*/
	/*	!* float: left; *!*/
	/*	right: 34rem;*/
	/*}*/
	.site-logo {
		margin-left: 0;
	}
	/*.logo-fiche-acteur{*/
	/*	position: relative;*/
	/*	bottom: 8rem;*/
	/*	left: 35rem;*/
	/*}*/
	/*.logo-fiche-acteur h2 {*/
	/*	bottom: 10rem;*/
	/*	position: relative;*/
	/*}*/
	.zone-header-fiche-acteur {
		display: flex !important;
		flex-direction:unset;
		align-items: center !important;
	}
	.site-header .header-image {
		width: 170px;
	}
	.page-hero {
		padding: 0;
	}
	/*.logo-fiche-acteur{*/
	/*	height:5rem;*/
	/*}*/


}
#share-circle,
#share-button {
	position: relative;
	display: block;
	width: 49px;
    height: 49px;
	border-radius: 50%;
	z-index: 9; /*Au dessus des tuiles pages de liste*/
}

#share-button {
	background: #4FBCB8;
	color: #FFF;
	cursor: pointer;
	box-shadow: 0 2px 4px #A4A4A4;
}

#share-button i {
	color: #ffffff;
	padding: 0;
}

#share-button .icon-share,
#share-button .icon-x {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
    height: 49px;
	line-height: 52px;
	font-size: 28px;
	text-align: center;
}

#share-button .icon-share {
	transform: scale(1);
	opacity: 1;
	padding-right: 3px;
}

#share-button .icon-x {
	transform: scale(0) rotate(0);
	opacity: 0;
	padding-right: 3px;
}

.share {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #FFF;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	transition: 0.4s ease;
	cursor: pointer;
}

.share.opened {
	width: 30px;
	height: 30px;
}

.share.facebook {
	background: #3B5998;
	top: 14px;
	left: 14px;
	transition-delay: 0.40s;
}

.share.facebook.opened {
	background: #3B5998;
	top: -35px;
	left: 8px;
}

.share.twitter {
	background: #3B5998;
	top: 14px;
	left: 14px;
	transition-delay: 0.30s;
}

.share.twitter.opened {
	background: #55ACEE;
	top: -23px;
	left: 41px;
}

.share.paste {
	background: #3B5998;
	top: 14px;
	left: 14px;
	transition-delay: 0.10s;
}

.share.paste.opened {
	background: #0E393A;
	top: 41px;
	left: initial;
	right: -24px;
}

.share.linkedin {
	background: #3B5998;
	top: 14px;
	left: 14px;
	transition-delay: 0.20s;
}

.share.linkedin.opened {
	background: #006FA6;
	top: 8px;
	left: 54px;
}

.share.mail {
	background: #3B5998;
	top: 14px;
	left: 14px;
	transition-delay: 0.10s;
}

.share.mail.opened {
	background: red;
	top: 54px;
	left: 9px;
}

.share.nodelay {
	transition: 0.6s ease;
	transition-delay: 0s;
}

.button-expand {
	animation-name: buttonanimation;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

.button-close {
	animation-name: buttonanimationx;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

.share-expand {
	animation-name: share-expand-animation;
  animation-duration:4s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

#share-button .icon-share.closed {
	transform: scale(0);
	opacity: 0;
}

.x-expand {
	animation-name: x-expand-animation;
	animation-delay: 0.6s;
  animation-duration:0.8s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

#share-button .icon-x.expanded {
	transform: scale(1) rotate(722deg);
	opacity: 1;
}

.share-close {
	animation-name: share-close-animation;
	animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

.x-close {
	animation-name: x-close-animation;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
	animation-fill-mode: forwards;
}

@keyframes buttonanimation {
	0% {transform: scale(1);}
	50% {background: #4FBCB8;transform: scale(0.8);}
	100% {background: #4FBCB8;transform: scale(1);box-shadow: 0 0 0 transparent;}
}

@keyframes buttonanimationx {
	0% {background: #4FBCB8;transform: scale(1);box-shadow: 0 0 0 transparent;}
	50% {background: #43b5b1;transform: scale(0.8);}
	100% {transform: scale(1);box-shadow: 0 2px 4px #AAA;}
}

@keyframes share-expand-animation {
	0% {transform: scale(1);opacity: 1;}
	100% {transform: scale(0);opacity: 0;}
}

@keyframes x-expand-animation {
	0% {transform: scale(0) rotate(0);opacity: 0;}
	100% {transform: scale(1) rotate(675deg);opacity: 1;}
}

@keyframes share-close-animation {
	0% {transform: scale(0);opacity: 0;}
	100% {transform: scale(1);opacity: 1;}
}

@keyframes x-close-animation {
	0% {transform: scale(1) rotate(675deg);opacity: 1;}
	100% {transform: scale(0) rotate(630deg);opacity: 0;}
}
/**/
#share-tooltip{
	background-color: #4FBCB8;
    width: 4rem;
    text-align: center;
    border-radius: 1rem;
    font-size: 0.8em;
    margin-top: 10%;
    right: 6px;
    position: relative;
    color: white;
    font-size: 100;
}
.icon-send{
	cursor:pointer;
}

.container-share-options .logo-share{
	color: white;
	font-size: 15px;
	position: relative;
	left: 5px;
	top: 2px;
	padding: 0 10px 0 0;
}

/*Accordion / Toogle */
.elementor-toggle-item .elementor-toggle-title,
.elementor-accordion-item .elementor-accordion-title,
.elementor-icon-list-items li a {
	color: #0E393A;
}

.elementor-accordion-item .elementor-tab-title:hover span.elementor-accordion-icon,
.elementor-accordion-item .elementor-tab-title:hover a.elementor-accordion-title,
.elementor-accordion-item .elementor-active span.elementor-accordion-icon,
.elementor-accordion-item .elementor-active a.elementor-accordion-title,
.elementor-accordion-item .elementor-accordion-title:hover,
.elementor-accordion-item .elementor-accordion-title:focus,
.elementor-toggle-item .elementor-tab-title:hover span.elementor-toggle-icon,
.elementor-toggle-item .elementor-tab-title:hover a.elementor-toggle-title,
.elementor-toggle-item .elementor-active span.elementor-toggle-icon,
.elementor-toggle-item .elementor-active a.elementor-toggle-title,
.elementor-toggle-item .elementor-toggle-title:hover,
.elementor-toggle-item .elementor-toggle-title:focus,
.elementor-icon-list-items li a:hover,
.elementor-icon-list-items li a:focus {
	color: #4FBCB8;
}

.highlight-container p a {

}
.custom-home-slider .elementor-widget-wrap.elementor-element-populated{
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}
.custom-home-slog{
	position: absolute !important;
	z-index: 1;
}
.container_contenant{
	padding: 10px 15px 15px;
	background-color: #4FBCB8;
	border-radius: 0px 0px 10px 10px;
}
.card-title.offre.adresse i{
	margin-right: 8px;
	color: #d9dd4c;
}
.container_date{
	float: right;
}

.contenant-slider img.image-card-evn {
	height: 18rem;

}
.container-slider{
	background-color: #4FBCB8;
	border-radius: 10px 10px 10px 10px;
}
.card-title.horsregion.date.container_date{
	height: 30px;
	top: 5px;
}
.header-card{
	height: 3rem;
	display: flex;
	justify-content: center;
}
.card-title {
	text-transform: none;
	color: white;
	padding: 0px 4px 0;
	margin: 0;
	line-height: initial;

}
.card-title.adress_localite{

}
.card-title.titre{
	/*text-align: center;*/
	margin-bottom: 13px;
}
.card-title.parcours,
.card-title.offre.type,
.card-title.horsregion.date{
	font-size: 14px;
	background-color: #0E393A;
	width: max-content;
	color: white;
	border-radius: 5px;
	margin: 0.2rem;
	display: block;
	padding: 1px 6px;
}
.card-title.type_publication{
	font-size: 14px;
	background-color: #0E393A;
	width: max-content;
	color: white;
	border-radius: 5px;
	margin: 0.2rem;
	display: block;
	padding: 1px 6px;
}
.container_contenant .card-title.titre{
	height: 85px;
}
.header-type.type_publication{
	font-size: 14px;
	text-align: center;
	background-color: #0E393A;
	width: max-content;
	color: white;
	border-radius: 5px;
	margin: 16px 0 22px 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 6px;
}
.header-card.hors-region .date-evn{
	margin: auto 0 auto 0;
}
.card-title.publish_by{
	font-size: 14px;
	
}

/*slider emplois et missions*/
.container_contenant{
	padding: 15px 15px 15px;
}
.card-title.offre.adresse
/*.card-title.horsregion.adresse*/
{
	position: relative;
	font-size: 16px;
}



/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.container-share-options .icon-send {
		display: none;
		visibility: hidden;
	}
	.share.opened {
		width: 40px;
		height: 40px;
	}
	.share.facebook.opened {
		top: 6px;
		left: -50px;
	}
	.share.twitter.opened {
		top: 6px;
		left: -100px;
	}
	.share.linkedin.opened {
		top: 6px;
		left: -150px;
	}
	.share.paste.opened {
		top: 6px;
		left: -200px;
	}
	.share.mail.opened {
		top: 6px;
		left: -250px;
	}
	.container-share-options .logo-share {
		top: 8px;
		left: 5px;
		position: relative;
		font-size: 20px;
		color: white;
	}

	.section-list-tuile .container-share-buttons {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
	}

	.section-list-tuile .container-share-buttons.open {
		display: block;
		top: 0px;
		left: -205px;
		width: 260px;
		height: 120px;
	}

	/*Shared buttons on list page*/
	.section-list-tuile .share.facebook.opened {
		top: 60px;
		left: initial;
		right: 10px;
	}
	.section-list-tuile .share.twitter.opened {
		top: 60px;
		left: initial;
		right: 60px;
	}
	.section-list-tuile .share.linkedin.opened {
		top: 60px;
		left: initial;
		right: 110px;
	}
	.section-list-tuile .share.paste.opened {
		top: 60px;
		left: initial;
		right: 160px;
	}
	.section-list-tuile .share.mail.opened {
		top: 60px;
		left: initial;
		right: 210px;
	}

}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	/*Titre mise en avant sur les bannières avec images*/
	.hero-title {
		font-size: 30px;
	}
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	.icon-partage-fiche-detail {
		flex-direction: column;
	}
	.tag-membre {
		width: fit-content;
	}
	.container-share-options {
		justify-content: end;
	}
}