/*
Theme Name: Consulting Child
Author: VamTam
Author URI: https://vamtam.com
Template: vamtam-consulting
*/


@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeue-webfont.woff') format('woff'),
		 url('fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('fonts/BebasNeue-webfont.svg#webfontj1CI1MAi') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeue-webfont.woff') format('woff'),
		 url('fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('fonts/BebasNeue-webfont.svg#webfontj1CI1MAi') format('svg');
	font-weight: bold;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* ====== HEADER BUTTON ====== */

/#header-button-login
{
	display: none;
}

#header-button-account
{
	display: none;
}

#header-button-logout
{
	display: none;
	position: relative;
	top: -1px;
}
#header-button-logout .fl-icon
{
	transform: rotate(180deg);
}
/* ====== POST / ARTICLE ====== */

.loop-wrapper.news .post-media,
.loop-wrapper.news .post-media .thumbnail
{

}
.loop-wrapper.news .list-item
{
	padding: 0px;
}
.loop-wrapper.news .list-item>div
{
	background-color: #ffffff;
}
/* Catégorie */
.loop-wrapper.news .post-content-meta .the-categories
{
	margin: 0 30px 18px 30px;
	padding: 0;
}
.loop-wrapper.news .post-content-meta .the-categories a
{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
	color: #3764EB;
	font-weight: 500;
}
.loop-wrapper.news .post-content-meta .the-categories a:hover
{
	color: #3764EB;
}
.loop-wrapper.news .list-item header.single
{
	display: none;
}
.loop-wrapper.news .post-article .post-content-outer
{
	height: 136px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 16px;
	font-weight: 500;

	overflow: hidden;
}
.loop-wrapper.news .post-article .post-content-outer p
{
	margin: 0;
	padding: 0;

	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 16px;
	font-weight: 500;
}
.loop-wrapper.news .post-article .post-content-outer p.event-resume
{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
}
.loop-wrapper.news .post-content-meta .the-tags
{
	display: none;
}
.loop-wrapper.news .post-actions-wrapper
{
	width: calc(100% - 60px);
	margin: 0px 30px;
	padding: 30px 30px 13px 0px;
	border-bottom: 0.5px solid #C9C9C9;

	font-family: 'Montserrat', sans-serif;
	color: #3764EB;
	font-size: 11px;
	font-weight: 500;
	opacity: 1;
}

/* Bouton Lire la suite */
.loop-wrapper.news .post-article .vamtam-button-wrap
{
	margin: 23px 30px 30px 30px;
}
.loop-wrapper.news .post-article .vamtam-button-wrap a
{
	padding-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 14px;
	font-weight: 600;
}
.loop-wrapper.news .post-article .vamtam-button-wrap span
{
	padding-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 14px;
}

/* Bouton Load more */
.load-more .vamtam-button
{
	width: 51px;
	line-height: 51px;
	padding: 0px;

	font-size: 16px;
}


/* ====== Avis ou Étude ====== */

.loop-wrapper.news .category-avis .post-media,
.loop-wrapper.news .category-etude .post-media
{
	height: 142px;
	background-position: center;
	background-size: contain;
	background-color: #e6e6e6;
}
.loop-wrapper.news .category-droit-boursier .post-media
{
	height: 142px;
	background-color: #41C59F;
	background-image: url(img/thumb-droit-boursier.png);
}
.loop-wrapper.news .category-droit-des-societes .post-media
{
	height: 142px;
	background-color: #F2916A;   /* was #FFC6AF */
	background-image: url(img/thumb-droit-des-societes.png);
}
.loop-wrapper.news .category-droit-des-titres .post-media
{
	height: 142px;
	background-color: #6EBEEC;
	background-image: url(img/thumb-droit-des-titres.png);
}
.loop-wrapper.news .category-union-europeenne .post-media
{
	height: 142px;
	background-color: #6470E0;
	background-image: url(img/thumb-union-europeenne.png);
}
.loop-wrapper.news .category-fiscalite .post-media
{
	height: 142px;
	background-color: #F2C351;
	background-image: url(img/thumb-fiscalite.png);
}


/* Catégorie */
.loop-wrapper.news .category-avis .post-content-meta,
.loop-wrapper.news .category-etude .post-content-meta
{
	position: relative;
	top: -44px;
}
.loop-wrapper.news .category-avis .post-content-meta .the-categories,
.loop-wrapper.news .category-etude .post-content-meta .the-categories
{
	width: 100px;
	margin: 0px auto 18px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #4157A3;
	border-radius: 5px;
}
.loop-wrapper.news .category-avis .post-content-meta.blocked .the-categories,
.loop-wrapper.news .category-etude .post-content-meta.blocked .the-categories
{
	background-image: url(img/cadenas.png);
	background-repeat: no-repeat;
	background-position: 16px center;

}
.loop-wrapper.news .category-avis .post-content-meta.blocked .the-categories
{
	padding: 10px 10px 10px 16px;
}
.loop-wrapper.news .category-etude .post-content-meta.blocked .the-categories
{
	padding: 10px 0px 10px 26px;
}
.loop-wrapper.news .category-avis .post-content-meta .the-categories a,
.loop-wrapper.news .category-etude .post-content-meta .the-categories a
{
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
}
/* Texte principal */
.loop-wrapper.news .category-avis .post-article .post-content-outer,
.loop-wrapper.news .category-etude .post-article .post-content-outer
{
	height: 218px;
	position: relative;
	top: -24px;
	color: #4157A3;
}
/* Titre */
.loop-wrapper.news .category-avis header.single,
.loop-wrapper.news .category-etude header.single
{
	display: block;
	float: right;
	position: relative;
	top: 21px;

	text-align: right;
	color: #041F4B;
}
.loop-wrapper.news header.single h4
{
	font-size: 14px;
}
/* Bouton Télécharger */
.loop-wrapper.news .category-avis .post-article .vamtam-button-wrap,
.loop-wrapper.news .category-etude .post-article .vamtam-button-wrap
{
	height: 75px;
	margin: 0px;
	padding: 26px 0px 23px 30px;
}
.loop-wrapper.news .category-droit-boursier .post-article .vamtam-button-wrap
{
	border-bottom: 4px solid #41C59F;
}
.loop-wrapper.news .category-droit-des-societes .post-article .vamtam-button-wrap
{
	border-bottom: 4px solid  #F2916A;   /* was #FFC6AF */
}
.loop-wrapper.news .category-droit-des-titres .post-article .vamtam-button-wrap
{
	border-bottom: 4px solid #6EBEEC;
}
.loop-wrapper.news .category-union-europeenne .post-article .vamtam-button-wrap
{
	border-bottom: 4px solid #6470E0;
}
.loop-wrapper.news .category-fiscalite .post-article .vamtam-button-wrap
{
	border-bottom: 4px solid #F2C351;
}

.loop-wrapper.news .category-avis .post-article .vamtam-button-wrap a,
.loop-wrapper.news .category-etude .post-article .vamtam-button-wrap a
{
	padding-left: 20px;
	background-image: url(img/telecharger.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 10px 12px;
}


/* ====== EVENEMENT ====== */

.loop-wrapper.news .category-evenement
{
	background-color: #ffffff;
	height:430px;
}
.loop-wrapper.news .category-evenement.list-item .cbp-item-wrapper
{
	margin:10px;
	width: calc(100% - 20px);
	height: 410px;
}
.loop-wrapper.news .category-evenement.list-item>div
{
	background-color: #ffffff;
}
.loop-wrapper.news .category-evenement.list-item .cbp-item-wrapper>div
{
	background-color: #4262D4;

	background-image: url(img/agenda.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	background-size: 56px 56px;
}
/* Catégorie */
.loop-wrapper.news .category-evenement .post-content-meta .the-categories
{
	margin-top: 120px;
}
.loop-wrapper.news .category-evenement .post-content-meta .the-categories a
{
	color: #ffffff;
}
/* Texte principal */
.loop-wrapper.news .category-evenement .post-article .post-content-outer
{
	height: 158px;
}
.loop-wrapper.news .category-evenement .post-article .post-content-outer a
{
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
}
/* Catégorie */
.loop-wrapper.news .category-evenement .post-actions-wrapper
{
	margin-bottom: 20px;
	padding: 30px 30px 50px 0px;
	border-bottom: 0.5px solid #ffffff;

	color: #ffffff;
	font-weight: 700;
}
/* Bouton S'inscrire */
.loop-wrapper.news .category-evenement .post-article .vamtam-button-wrap
{
	float: right;
	margin: 0px 30px 50px 5px;
}
.loop-wrapper.news .category-evenement .post-article .vamtam-button-wrap a
{
	padding: 15px 45px;

	color: #4262D4;
	font-weight: 500;

	border-bottom: none;
	background-color: #ffffff;
	border-radius: 24px;
}
.loop-wrapper.news .category-evenement .post-article .vamtam-button-wrap.off a
{
	cursor: default;
	opacity: 0.2;
}
.loop-wrapper.news .category-evenement .post-article .vamtam-button-wrap a span
{
	color: #4262D4;
}
/* Places restantes */
.loop-wrapper.news .category-evenement .post-article .places-restantes
{
	float: left;
	margin: 5px 5px 10px 30px;

	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 12px;
}
/* Lieu événement */
.loop-wrapper.news .category-evenement .post-article .lieu-evenement
{
	margin-left: 30px;
	position: relative;
	top: -65px;

	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 12px;

	padding-left: 20px;
	background-image: url(img/position.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 10px 12px;
}


.fl-node-5b55eac052bbf > .fl-row-content-wrap
{
	border-bottom-width: 0px;
}
.footer-wrapper
{
	margin-top: 20px;
}

/* ====== TWITTER ====== */

.vamtam-theme-twitter,
.Twitget,
.vamtam-theme-twitter:hover,
.Twitget:hover,
.vamtam-theme-twitter:active,
.Twitget:active,
.vamtam-theme-twitter:focus,
.Twitget:focus
{
	border: none !important;
}

/* Les autres font-size sont définis dans le plugin */
.ctf-tweet-text a
{
	font-size: 12px;
}



/* ====== RONDICONE ====== */

.rondicone_content .fl-col-content.fl-node-content
{
	text-align: center;
}
.rondicone_content .fl-col-group
{
	display: block;
}
.rondicone_content .fl-col-group.fl-col-group-nested
{
	display: inline-block;
	text-align: center;
}
.rondicone_txt
{
	width: 52%;
	height: auto;
	min-height: 280px;
	padding: 30px 50px;
	position: absolute;
	left: 50%;
	top: 0px;

	color: #ffffff;
	background-color: #4262D4;
	border-radius: 30px;

	z-index: 1000;
	transform: translateX(-50%);
}
.rondicone_txt ul
{
		display: table-cell;
		vertical-align: middle;
}
.rondicone_txt li
{
	margin: 10px 0px;

	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
}


/* ====== RONDICONE ====== */

.question_content .fl-col-content.fl-node-content
{
	text-align: center;
}
.question_content .fl-col-group
{
	display: block;
}
.question_content .fl-col-group.fl-col-group-nested
{
	display: inline-block;
	text-align: center;
}
.question_txt
{
	width: 52%;
	height: auto;
	min-height: 280px;
	padding: 30px 50px;
	position: absolute;
	left: 50%;
	top: 0px;

	color: #ffffff;
	background-color: #4262D4;
	border-radius: 30px;

	z-index: 1000;
	transform: translateX(-50%);
}
.question_txt ul
{
		display: table-cell;
		vertical-align: middle;
}
.question_txt li
{
	margin: 10px 0px;

	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
}


/* ====== MRPLUS = RONDICONE POUR LE SLIDESHOW DEBAT PUBLIC ====== */

.mrplus_content .fl-col-content.fl-node-content
{
	text-align: center;
}
.mrplus_content .fl-col-group
{
	display: block;
}
.mrplus_content .fl-col-group.fl-col-group-nested
{
	display: inline-block;
	text-align: center;
}
.mrplus_txt
{
	width: 52%;
	height: auto;
	min-height: 280px;
	padding: 30px 50px;
	position: absolute;
	left: 50%;
	top: 0px;

	color: #ffffff;
	background-color: #4262D4;
	border-radius: 30px;

	z-index: 1000;
	transform: translateX(-50%);
}
.mrplus_txt ul
{
		display: table-cell;
		vertical-align: middle;
}
.mrplus_txt li
{
	margin: 10px 0px;

	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
}

/* ====== BIO EQUIPE ANSA ====== */

.bio_content .fl-col-content.fl-node-content
{
	text-align: center;
}
.bio_content .fl-col-group
{
	display: block;
}
.bio_content .fl-col-group.fl-col-group-nested
{
	display: inline-block;
	text-align: center;
}
.bio_txt
{
	width: 85%;
	max-width:600px;
	height: auto;
	min-height: 280px;
	padding: 30px;
	position: absolute;
	left: 50%;
	top: 0px;
	border:1px #e5e5e5 solid;
	background-color: #ffffff;
	color: #444;
	border-radius: 0px;
	z-index: 10000;
	transform: translateX(-50%);
	text-align: left;
	box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);
}
.bio_txt h5
{
	margin-bottom: 15px;
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight:700;
	line-height:2em;
	border-bottom: 2px solid #F39324;
}
.bio_txt p
{
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height:1.5em;
}

.bio_txt ul
{
		display: table-cell;
		vertical-align: middle;
}
.bio_txt li
{
	margin: 10px 0px;

	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
}
.bio_txt img
{
	margin: 0px;
}
.bionom {
  color: #041F4B;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  width: 188px;
  text-align: left;
}
.biotitre {
  color: #041F4B;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  width: 188px;
  text-align: left;
}
.biohr {
	margin:0px;border-bottom: 2px solid #F39324;width: 178px;height: 2px;text-align:center;margin-top:15px;padding-right:18px;
}
.biopictoplus {
	width:32px;height:32px;text-align: center;margin-top:10px;margin-left:auto;margin-right:auto; cursor: pointer; background-image: url(/wp-content/uploads/2018/10/en-savoir-plus-biographie.png); background-repeat: no-repeat;background-size: 32px 32px;
}
.aide_txt
{
	width: 85%;
	max-width:600px;
	height: auto;
	min-height: 280px;
	padding: 30px;
	position: absolute;
	left: 50%;
	top: 0px;
	border:1px #e5e5e5 solid;
	background-color: #ffffff;
	color: #444;
	border-radius: 0px;
	z-index: 10000;
	transform: translateX(-50%);
	text-align: left;
	box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);
}
.aide_txt h5
{
	margin-bottom: 15px;
	color: #444;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight:700;
	line-height:2em;
}
.aide_txt h6
{
	margin-bottom: 15px;
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:700;
	line-height:1.6em;
	border-bottom: 2px solid #F39324;
}

.aide_txt p
{
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height:1.6em;
}
.aide_txt a
{
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height:1.6em;
}

.aide_txt ul
{
		/* Seb display: table-cell;
				vertical-align: middle; */
	margin: 10px 0px;
}
.aide_txt li
{
	margin: 0px 20px;
	text-align: left;
	color: #444;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height:1.6em;
}
.aide_txt img
{
	margin: 0px;
}
.aidenom {
  color: #041F4B;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  width: 188px;
  text-align: left;
}
.aidetitre {
  color: #041F4B;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  width: 188px;
  text-align: left;
}
.aidehr {
	margin:0px;border-bottom: 2px solid #F39324;width: 178px;height: 2px;text-align:center;margin-top:15px;padding-right:18px;
}



/* ====== ESPACE PERSO ====== */


.commentadherer {
  background-color: #FFFFFF;
  max-width: 340px;
  height: 326px;
	color: #041F4B;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
	margin:20px;
  border: 4px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;

}
.commentadherer:hover {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background-color: #4262D4;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.7);
  max-width: 340px;
  height: 326px;
}
.commentadherer:hover p {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.commentadherer:hover .mrplus {
  background:#F39324;
	color: #FFFFFF;
}
.commentadherer a p svg {
	color: #4262D4;
	fill: currentColor;
	filter: brightness(100);
}
.commentadherer:hover p svg {
	color: #ffffff;
	fill: currentColor;
	filter: brightness(100);
}

.commentadherer img {
color:#4262D4;
}
.commentadherer mrplus {
vertical-align:bottom;margin-bottom:54px;
}
.commentadherer mrplus:hover {
vertical-align:bottom;margin-bottom:50px;
}

.commentadherer:hover .mrplusbleu {
  background:#F39324;
	color: #FFFFFF;
}

.infosperso {
  background-color: #FFFFFF;
  width: 250px;
  height: 326px;
	color: #041F4B;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
	margin:20px;
  border: 4px solid #FFFFFF;
}
.infosperso:hover {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background-color: #4262D4;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);
  width: 250px;
  height: 326px;
}
.infosperso:hover .mrplus {
  background:#F39324;
	color: #FFFFFF;
}

.infosperso img {
color:#4262D4;
}

.infosperso:hover .mrplusbleu {
  background:#F39324;
	color: #FFFFFF;
}

.boutonplusbleu {width:53px;height:53px;text-align:center;margin-left:auto;margin-right:auto;}
.infosperso:hover .boutonplusbleu {content:url(/wp-content/uploads/2018/09/orange.png);width:53px;height:53px;}
.infosperso:hover  p svg {	color: #F39324;	fill: currentColor;	filter: brightness(10);}


/* ====== ZONE DE RECHERCHE ====== */

#search-etudes-avis
{
	max-width: 920px;
	margin: 0px auto 50px;
	text-align: center;
}
#search-etudes-avis .top
{
	margin-bottom: 45px;
	padding: 0px 30px;
}
#search-etudes-avis .top a,
#search-etudes-avis .top span
{
	font-size: 18px;
	font-weight: normal;
	color: #3764eb;
	cursor: pointer;
}
#search-etudes-avis .top span:hover
{
	color: #3764eb;
}
#search-etudes-avis .top #aide
{
	float: left;
}
#search-etudes-avis .top #list-words
{
	float: right;
}
#search-etudes-avis .top span .picto
{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0px 3px;
	display: inline-block;

	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: #3764eb;
	border-radius: 100px;
	vertical-align: bottom;
}
#popup-list-words
{
	width: 50%;
	height: 80%;
	position: fixed;
	left: 25%;
	top: 10%;

	border-radius: 30px;
	background-color: #4262D4;
	z-index: 9999999;
}
#close-list-words
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 22px;

	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#print-list-words
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 52px;

	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#content-list-words
{
	width: calc(100% - 60px);
	height: calc(100% - 80px);
	position: absolute;
	left: 30px;
	top: 50px;

	overflow-y: scroll;
}
#content-list-words p
{
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 0px;
}
#content-list-words p.letter
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	text-transform: uppercase;
}
#bg-popup-list-words
{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0%;
	top: 0%;

	background-color: rgba(0,0,0,0.6);
	z-index: 999999;
}
#search-etudes-avis .searchform::before
{
	top: 7px;
	display: none;
}
#search-etudes-avis .searchform input::placeholder
{
	color: #4157A3;
}
#search-etudes-avis .searchform input[type="text"]
{
	height: 60px;
	margin-bottom: 20px;
	padding: 20px 65px 20px 33px;

	font-family: 'Montserrat', sans-serif;
	color: #4157A3;
	font-size: 18px;
	font-weight: 500;

	border: none;
	background-color: #ffffff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
#search-etudes-avis .searchform input[type="submit"]
{
	display: block;
	width: 200px;
	height: auto;
	padding: 15px 0px 15px 0px;
	margin: 15px auto;
	position: relative;

	text-indent: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;

	border: 2px solid #4157A3;
	background-color: #4157A3;
	border-radius: 60px;
}
#search-etudes-avis .searchform input[type="submit"]:hover
{
	color: #4157A3;
	background-color: #ffffff;
}

#search-etudes-avis .search-filter
{
	width: 100%;
	max-width: 700px;
	margin: 20px auto 20px;
	text-align: center;
}
#search-etudes-avis .search-filter .line
{
	display: inline-block;
	width: 30%;
	height: 1px;

	background-color: #C9C9C9;
	vertical-align: middle;
}
#search-etudes-avis .search-filter p
{
	display: inline-block;
	margin: 0px 20px;

	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
}

#search-etudes-avis .filter-checkbox:not(:checked),
#search-etudes-avis .filter-checkbox:checked
{
	position: absolute;
	left: -9999px;
}
#search-etudes-avis .filter-checkbox:not(:checked) + label,
#search-etudes-avis .filter-checkbox:checked + label
{
	display: inline-block;
	width: 150px;
	height: 38px;
	margin: 0px 4px;
	position: relative;

	cursor: pointer;
}
#search-etudes-avis .filter-checkbox:not(:checked) + label:before,
#search-etudes-avis .filter-checkbox:checked + label:before
{
	width: 150px;
	line-height: 34px;

	position: absolute;
	left: 0px;
	top: 0px;

	text-align: center;
  	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
  	font-weight: 500;

	background-image: url(img/croix.svg);
	background-repeat: no-repeat;
	background-position: 132px 15px;
	border-radius: 5px;

	transition: all .2s;
}
#search-etudes-avis #filter-droit-des-societes:not(:checked) + label:before
{
	content: 'Droit des sociétés';
	color: #F2916A;
	background-color: #ffffff;
	border: 2px solid #F2916A;
}
#search-etudes-avis #filter-droit-des-societes:checked + label:before
{
	content: 'Droit des sociétés';
	color: #ffffff;
	background-color: #F2916A;
	border: 2px solid #F2916A;
}
#search-etudes-avis #filter-fiscalite:not(:checked) + label:before
{
	content: 'Fiscalité';
	color: #F2C351;
	background-color: #ffffff;
	border: 2px solid #F2C351;
}
#search-etudes-avis #filter-fiscalite:checked + label:before
{
	content: 'Fiscalité';
	color: #ffffff;
	background-color: #F2C351;
	border: 2px solid #F2C351;
}
#search-etudes-avis #filter-droit-des-titres:not(:checked) + label:before
{
	content: 'Droit des titres';
	color: #6EBEEC;
	background-color: #ffffff;
	border: 2px solid #6EBEEC;
}
#search-etudes-avis #filter-droit-des-titres:checked + label:before
{
	content: 'Droit des titres';
	color: #ffffff;
	background-color: #6EBEEC;
	border: 2px solid #6EBEEC;
}
#search-etudes-avis #filter-droit-boursier:not(:checked) + label:before
{
	content: 'Droit boursier';
	color: #41C59F;
	background-color: #ffffff;
	border: 2px solid #41C59F;
}
#search-etudes-avis #filter-droit-boursier:checked + label:before
{
	content: 'Droit boursier';
	color: #ffffff;
	background-color: #41C59F;
	border: 2px solid #41C59F;
}
#search-etudes-avis #filter-union-europeenne:not(:checked) + label:before
{
	content: 'Droit européen';
	color: #6470E0;
	background-color: #ffffff;
	border: 2px solid #6470E0;
}
#search-etudes-avis #filter-union-europeenne:checked + label:before
{
	content: 'Droit européen';
	color: #ffffff;
	background-color: #6470E0;
	border: 2px solid #6470E0;
}
#search-etudes-avis .filter-date
{
	margin-top: 20px;
}
#search-etudes-avis .filter-date p
{
	display: inline-block;
	margin: 0px 20px;

	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 13px;
	font-weight: 500;
}
#search-etudes-avis .filter-date select
{
	width: 157px;
	height: 40px;
	padding: 0px 20px;

	text-align: left;
  	font-family: 'Montserrat', sans-serif;
  	color: #041F4B;
	font-size: 10px;
  	font-weight: 400;

  	background-color: #FFFFFF;
	border: 1px solid #CED1D2;
	border-radius: 2px;
}
#search-etudes-avis .filter-date select.filter-annee
{
	width: 104px;
}

.filter-no-result p
{
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}

.ui-autocomplete
{
	overflow: hidden;
	border-radius: 10px;
}

.ui-autocomplete li
{
	padding: 10px;

	text-align: left;
  	font-family: 'Montserrat', sans-serif;
  	color: #041F4B;
	font-size: 16px;
  	font-weight: 400;
}

/* ====== FILTRE COMITE ====== */

#filter-etudes-avis
{
	width: 100%;
	max-width: 730px;
	margin: 0px auto 80px;
	padding: 30px 75px;

	background-color: #FFFFFF;
	border: 2px solid #C9C9C9;
	border-radius: 50px;
}
#filter-etudes-avis .title
{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
#filter-etudes-avis label
{
	display: block;
	margin: 25px 0px;
}
#filter-etudes-avis input[type="submit"]
{
	display: block;
	margin: auto;
}


/* ====== ------------- ====== */

h1 {
	font-family: BebasNeueBold;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
  text-align: center;
}
h3 {
	font-family: BebasNeueBold;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.top-nav {background:#A1AEDB;}
#main-footer {background:#041F4B;color:#ffffff;    font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
    /*width: 150px;*/
}
.commentadherer {
  background-color: #FFFFFF;
  width: 335px;
  height: 420px;
	color: #041F4B;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
	margin:20px;
  border: 4px solid #FFFFFF;
}
.commentadherer:hover {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background-color: #4262D4;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);
  width: 335px;
  height: 420px;
}
.commentadherer:hover p {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.commentadherer:hover .vamtam-button, .commentadherer:hover .mrplusbleu, #mrplus-1:hover .mrplusbleu, #mrplus-2:hover .mrplusbleu {
  background:#F39324;
	color: #FFFFFF;
	margin-bottom:4px;
}
.commentadherer .mrplusbleu, #mrplus-1 .mrplusbleu, #mrplus-2 .mrplusbleu {
  background:#4262D4;
	color: #FFFFFF;
}
.commentadherer a p svg {
	color: #4262D4;
	fill: currentColor;
	filter: brightness(100);
}
.commentadherer:hover p svg {
	color: #ffffff;
	fill: currentColor;
	filter: brightness(100);
}

.commentadherer img {
color:#4262D4;
}
.commentadherer vamtam-button-text {
vertical-align:bottom;margin-bottom:54px;
}
.commentadherer vamtam-button-text:hover {
vertical-align:bottom;margin-bottom:50px;
}
.commentadherer .mrplusbleu {
vertical-align:bottom;margin-bottom:4px;
}
.commentadherer .mrplusbleu:hover {
vertical-align:bottom;margin-bottom:0px;
  background:#F39324;
	color: #FFFFFF;
}
.commentadherer:hover .mrplusbleu div {
  background:#F39324;
	color: #FFFFFF;
}

.mrplusbleu:hover div {
  background:#F39324;
	color: #FFFFFF;
}



.icone60 {
	margin-left:auto;
	margin-right:auto;
	height:60px;
	width:60px;
	padding:10px;
}

.icone61 {
	margin-left:auto;
	margin-right:auto;
	height:80px;
	width:80px;
	padding:10px;
}

.icone64 {
	margin-left:auto;
	margin-right:auto;
	height:110px;
	width:110px;
	padding:10px;
}
.icone96 {
	margin-left:auto;
	margin-right:auto;
	height:96px;
	width:96px;
}
.icone110 {
	margin-left:auto;
	margin-right:auto;
	height:110px;
	width:110px;
	padding:15px;
}
#notrehistoire {
  background-color:#4262D4;
	height: auto;
	margin-top:0px;
	z-index:100;
}
#blocbleucomites {
  background-color:#4262D4;
	margin-top:0px;
	z-index:100;
}
#lesmissions {
	z-index:0;
}
.photoansa {border:0px;box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);
z-index:1000;}
.zindextop {z-index:1000;}
.zindex0 {z-index:0;}
.fl-number-int {color: #FFFFFF;
  font-family: BebasNeueBold;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2em;
text-align: center;}
.fl-module-vamtam-numbers .fl-number-after-text, .fl-module-vamtam-numbers .fl-number-before-text {color: #FFFFFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
text-align: center;}
.team-member {
  background-image: linear-gradient(318.54deg, #FFFFFF 0%, #ECF4FE 100%);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 328px;
  height: 453px;
	margin:0px;
	padding:0px;
}
.team-member:hover {border:0px;box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.699999988079071);}
.team-member h4 {text-align: left; color: #041f4b; font-family: Montserrat; font-size: 24px; font-weight: 500; line-height: 29px;margin-left:30px;margin-top:70px;}
.team-member p {text-align: left; color: #041f4b; font-family: Montserrat; font-size: 16px; font-weight: 400; line-height: 19px;margin-left:30px;margin-top:20px;}
.team-member hr {border: 1px solid #A1AEDB; width: 241px; height: 0.1px; text-align: center;margin-top:20px;margin-left:auto;margin-right:auto;}
.boxcommitejur {background-color: rgba(236, 244, 254, 0.4); border: 1px solid rgba(55, 100, 235, 0.4); border-radius: 4px; box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.7); width: 100%; padding:48px;}
.ctf-header, .ctf-no-bio {display:none;}
.Twitget {color: #5BABF4;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
	vertical-align:baseline;
	padding:8px 10px 8px 0px;
	display:inline;
	float:right;
	text-decoration: none;
}
.Twitget a {color: #5BABF4;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
	vertical-align:baseline;
	padding:8px 10px 8px 0px;
	display:inline;
	float:right;
	text-decoration: none;
}
.Twitget:hover {color: #5BABF4;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
	text-decoration: none !important;
	text-align: left;
	vertical-align:baseline;
	padding:8px 10px 8px 0px;
	border: none;
  }
.fl-accordion-button {
	border: 1px solid #f39324;
	border-radius:10px;
}
#mega-menu-menu-header>li.mega-current-menu-item:not(.mega-hide-arrow):after{content:" ";text-align:center;width:20px;height:3px;background:#E84E0D;display:block;position:absolute;top:calc(50% + 30px);left:calc(50% - 10px)}
#rondicone {left:auto;right:auto;}
.rondiconehome {
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: f6fafe;
  	border: #4262d4 8px solid;
		vertical-align:middle;
	margin: 20px;padding:20px;
	box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.2);
}
.rondiconehome:hover {box-shadow: 0 0 30px 0 rgba(39, 58, 123, 0.05);}
#rondicone {left:auto;right:auto;}
.rondicone {text-align:center;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F39324;
	vertical-align:middle;
	margin: 30px;
	padding:20px;
	/* Seb cursor: pointer; */
}

.rondicone110 {text-align:center;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F39324;
	vertical-align:middle;
	margin: 30px;
	padding:15px;
	cursor: pointer;
}
.bloccolcomitejuridique {margin-left:auto;
	margin-right:auto;
	text-align:center;}

/*
 * Collaborative space
 */

.col-space {
	display: flex;
}
.col-space .col-one {
	margin-right: 5%;
	flex: 0 0 45%;
}
.col-space .col-two {
	margin-left: 5%;
	flex: 0 0 45%;
}
.col-space .col-one h3, .col-space .col-two h3 {
	font-size: 30px;
}
.col-space .file-row {
	margin-bottom: 20px;
	padding: 18px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.col-space .file-row .contributor {
	margin: 0 30px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	display: flex;
}

.col-space .file-row .icon-file {
	width: 18px;
	height: 18px;
	background-image: url('img/file.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
    vertical-align: middle;
	display: inline-flex;
}
.col-space .file-row .icon-file {
	margin-left: 2px;
}
.col-space .file-row .icon-comment {
	width: 18px;
	height: 18px;
	background-image: url('img/comments.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
	vertical-align: middle;
	display: inline-flex;
}


.col-space .file-row .contributor span {
	flex: 1;
}
.col-space .file-row .comment-button {
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
}
.col-space .file-row .comment-button span {
    display: block;
    position: absolute;
    background-color: #06163a;
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .25s ease-in-out;
}
.col-space .file-row .comment-button:hover span {
    background-color: #3764eb;
}
.col-space .file-row .comment-button span:nth-child(1) {
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
}
.col-space .file-row .comment-button span:nth-child(2) {
    top: 0;
    left: 48%;
    width: 2px;
    height: 100%;
}
.col-space .file-row .comment-button.close span {
    transform: rotate(45deg);
}
.col-space .file-row .date {
	margin: 0px 30px;
	padding: 10px 30px 13px 0px;
	font-family: 'Montserrat', sans-serif;
	color: #3764EB;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.col-space .file-row .link {
	margin: 0 30px;
	padding-top: 10px;
	border-top: 0.5px solid #C9C9C9;
}
.col-space .file-row .link a {
	padding-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid #041F4B;
}
.col-space .file-row .link a:hover {
	border-bottom: 2px solid #3764eb;
}
.col-space .file-row .comments {
	margin: 10px 30px;
	font-size: 15px;
	font-style: italic;
	flex: 100%;
}
.cs-msg {
	margin: 20px 0;
	padding: 1em;
	text-align: center;
	background: #EEFCE0;
	border: 1px solid #CBEDAA;
}
.cs-msg.error {
	color: #D73333;
	background: #FCE0E0;
	border: 1px solid #EDAAAA;
}

/*.col-space .file-row {
	margin-bottom: 10px;
	padding: 8px 12px;
	line-height: 20px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.col-space .file-row .contributor {
	margin-right: 4px;
}
.col-space .file-row .file-button {
	margin-left: 2px;
}
.col-space .file-row .file-button a {
	width: 20px;
	height: 20px;
	background-image: url('img/file.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
	display: block;
}
.col-space .file-row .comment-button {
	margin-left: 2px;
}
.col-space .file-row .comment-button a {
	width: 20px;
	height: 20px;
	background-image: url('img/comments.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
	display: block;
}
.col-space .file-row .date {
	margin-left: auto;
}
.col-space .file-row .comments {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-style: italic;
	flex: 100%;
	border-left: 3px solid #a1aedb;
	display: none;
}*/
/*.col-space .contribute {
	border-radius: 5px;
	background-color: #fff;
}
.col-space .contribute h4 {
	padding: 8px 12px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
    font-weight: 600;
	background-color: #a1aedb;
	border-radius: 5px 5px 0 0;
}
.col-space .contribute form {
	padding: 5px 20px 20px 20px;
}*/


.col-space .label-file {
    padding: 16px 30px;
    color: #fff;
    font: 400 14px/1em 'Montserrat';
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: color .3s ease-out,border .3s ease-out,background .3s ease-out,box-shadow .3s ease-out !important;
    box-shadow: 0 0 25px -14px #3764eb;
    background: #3764eb;
    border-radius: 100px;
    border: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.col-space .label-file:hover {
    color: #fff;
    text-decoration: none;
    box-shadow:0 0 25px -14px #000;
    background: #000;
}
.col-space .input-file {
    display: none;
}
.col-space .contribute form p {
	margin: 10px 0 2px 0;
}
.doc-list {
	display: flex;
}
.doc-list .document {
	margin-right: 20px;
	width: 366px;
	background-color: #fff;
}
.doc-list .document .title {
	margin: 18px 30px;
	min-height: 80px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.doc-list .document .date {
	margin: 0px 30px;
	padding: 30px 30px 13px 0px;
	font-family: 'Montserrat', sans-serif;
	color: #3764EB;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 0.5px solid #C9C9C9;
}
.doc-list .document .link {
	margin: 18px 30px 28px 30px;
}
.doc-list .document .link a {
	padding-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #041F4B;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid #041F4B;
}
.doc-list .document .link a:hover {
	border-bottom: 2px solid #3764eb;
}
.back-link {
	margin-top: 50px;
}

/* Seb */

p {word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;}
a {text-decoration:none;transition : none;}
a:hover {text-decoration:none;border-bottom: 0px;}
.boutonplusbleu {width:53px;height:53px;text-align:center;margin-left:auto;margin-right:auto;}
.commentadherer .boutonplusbleu:hover {text-align:center;color: #F39324;content:url(/wp-content/uploads/2018/09/plushover.svg);margin-left:auto;margin-right:auto;width:53px;height:53px;}
form input[type=text], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {height: 51px !important; }
.gouvernance .uk-panel {max-width: 220px;
  height: 316px; }
.bloccomitejuridique {background-color: rgba(236, 244, 254, 0.4);line-height:1.6;
  width: 215px;
  height: 215px;margin:20px;padding:35px 0px;}
.bloccolcomitejuridique {margin-left:auto;margin-right:auto;text-align:center;}
.colcomitejuridique {margin-left:auto;margin-right:auto;text-align:center;}
#submitorange input[type=button]:hover {
	background: #f39324;
	box-shadow: 0 0 25px -14px #f39324;
}
.uk-panel  {max-width:218px;margin-left:auto;margin-right:auto;text-align:center;}
.solowidgettxt {margin:0px;width: 188px;}
.loop-wrapper.news .post-article .post-content-outer {height:93px;}
.fl-node-5b63119a96347 {margin-left:auto;margin-right:auto;}
.debatpublicdiv {min-height: 510px; vertical-align: middle; padding-top: 90px; padding-left: 40px;padding-right: 40px;; text-align: left;}
.debatpublicdiv h2 {color: #f39324; font-family: BebasNeueBold; font-size: 60px; font-weight: bold; line-height: 55px; max-width: 445px; text-align: left;}
.debatpublicdiv h4 {color: #ffffff; font-family: Montserrat; font-size: 20px; font-weight: 500; line-height: 24px; max-width: 445px; text-align: left;}
.debatpublicdiv p {color: #ffffff; font-family: Montserrat; font-size: 16px; font-weight: 400; line-height: 19px; min-width: 350px; text-align: left;}
.debatpublicdiv img {margin-top:35px;
  width: 53px;
  height: 53px;cursor: pointer;}


/* Julien */

.current-search-etude-avis-selection .item-selected {
	padding: 10px 15px;
	background-color: #3764eb;
	border-radius: 20px;
	color: white;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.current-search-etude-avis-selection .item-selected .cross {
	cursor: pointer;
}

.clear {
	clear: both;
}

#search-select-text,
#search-select-text-specifics {
	border-radius: 0;
	margin-bottom: 20px !important;
	/*border-bottom-left-radius: 1.5em;*/
	/*border-bottom-right-radius: 1.5em;*/
	padding: 0 !important;
	color: #3b57a4;
	height: 118px;

	background: none !important;
	transition: none;

	scrollbar-color: #4157A3 #F1F1F1;
}

#search-select-text.load,
#search-select-text-specifics.load {
	background-image: url(img/loader.gif) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#search-select-text::selection {
	color: #3b57a4;
}

#search-select-text-specifics option,
#search-select-text option {
	padding: 5px 10px;
}

#search-select-text-specifics option:checked,
#search-select-text option:checked {
	background: #ccd2f0 linear-gradient(0deg, #ccd2f0 0%, #ccd2f0 100%);
	font-weight: bold;
	/*color: #3b57a4 linear-gradient(0deg, #3b57a4 0%, #3b57a4 100%);*/
}

#search-select-text-specifics option:not(:checked),
#search-select-text option:not(:checked) {
	background-color: #e9ecf3;
	color: #3b57a4;
}

#search-select-text-specifics option:disabled,
#search-select-text option:disabled {
	background-color: transparent;
	color: #000;
}

#search-select-text-specifics {
	margin-top: 10px;
	/*border-radius: 1.5em;*/
}

#search-select-text,
#search-select-text-selected,
.specify-from-gen {
	display: none;
}

#inscription-evenement {
	width: 100%;
	height: 600px;
	padding-top: 50px;
}

.page-id-18372 .vamtam-main {
	background-color: #FFF;
}

.um-profile .um-header {
	min-height: 0;
	padding: 0;
}

.um-profile .um-profile-photo,
.um-profile .um-profile-nav {
	display: none;
}

.um-profile .um-form input[type="text"],
.um-profile .um-form textarea {
	color: #000;
	border-radius: 30em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.um-profile .um-form .select2.select2-container .select2-selection {
	color: #000 !important;
	border-radius: 30em !important;


.twitterfeedansa {background-color: #FFFFFF;border-radius: 5px;padding:30px;box-shadow: 0 5px 30px 0 rgba(66, 98, 212, 0.22);width: 445px;height: 518px; overflow-y: auto;}
.single-post-wrapper {margin-top: -120px;}
.titreserviceshome {text-align: center; color: #4157a3; font-family: BebasNeueBold; font-size: 48px; font-weight: bold; line-height: 1.4em;}
.actutitreh1  {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
	color:#4157A3;
	opacity:1;
}
.single-post-wrapper {margin-top: -80px;}
@media only screen and (max-width: 900px) {#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
width: 100%;
	}}
@media (max-width:480px) {
	.actutitreh1 h1 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: uppercase;
	color:#4157A3;
	opacity:1;
	}
	.single-post-wrapper {margin-top: -100px;}
	.actutitreh1, .fl-node-5b9b758a30384 .vamtam-heading .vamtam-heading-text, .fl-node-5b55edf2ee6bd .vamtam-heading .vamtam-heading-text  {
		font-family: Montserrat, sans-serif;
		font-size: 20px !important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.2em;
		text-transform: uppercase;
		color:#4157A3;
		opacity:1;
	}
	.fl-node-5b61db82a7a42 > .fl-col-content {
		background-image: url(/wp-content/uploads/2018/08/fond-debat-public.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
		background-size: cover;}
	.debatpublicdiv h2 {font-size:32px; margin-top:-60px;}
	.debatpublicdiv h4 {font-size:18px; }
	.debatpublicdiv p {font-size:16px;margin-right:30px;max-width:90%;min-width:150px; }
	.twitterfeedansa {background-color: #FFFFFF;border-radius: 5px;padding:30px;box-shadow: 0 5px 30px 0 rgba(66, 98, 212, 0.22);width: 100%; height:auto; overflow-y: auto;}
	.titreserviceshome {text-align: center; color: #4157a3; font-family: BebasNeueBold; font-size: 30px; font-weight: bold; line-height: 1.2em;}
}
