/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
* {
outline: 0;
}

/*------------------------------------------------------
GÉNÉRAL / FONTS
------------------------------------------------------*/
h2 {
	display: inline-block;
	padding: 6px 14px 4px 14px;
	text-transform: uppercase;
}

h3 {
	display: inline-block;
	padding: 6px 14px 4px 14px;
	letter-spacing: 1px;
}

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

a {
	text-decoration: none;
	transition: all .3s ease
}

a:hover {
	text-decoration: none;
}

.column_column ul, .column_helper ul, .column_visual ul, .icon_box ul, .mfn-acc ul, .ui-tabs-panel ul, .post-excerpt ul, .the_content_wrapper ul {
	list-style: square outside;
}

.wpb_wrapper > div {
	margin-bottom: 0;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}


/*------------------------------------------------------
BOUTONS
------------------------------------------------------*/
.btn-t3c a {
	color: #fff !important;
	font-weight: 600;
	font-size: 20px !important;
	padding: 2px 10px !important;
}

.btn-t3c a::after {
	content: '';
	height: 4px;
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	margin-top: 8px;
	transition: all .3s ease;
}

.btn-t3c a:hover::after {
	width: 100%;
}

.btn-t3c.btn-t3c-jaune a {
	background-color: #fcdb4a !important;
}


.btn-t3c.btn-t3c-jaune a::after {
	background-color: #fcdb4a;
}

.btn-t3c.btn-t3c-bleu a {
	background-color: #3f5a9e !important;
}


.btn-t3c.btn-t3c-bleu a::after {
	background-color: #3f5a9e;
}

.btn-t3c.btn-t3c-vert a {
	background-color: #13796f !important;
}


.btn-t3c.btn-t3c-vert a::after {
	background-color: #13796f;
}

.btn-t3c.btn-t3c-ocre a {
	background-color: #f4bf29 !important;
}


.btn-t3c.btn-t3c-ocre a::after {
	background-color: #f4bf29;
}

.button {
	color: #fff !important;
	background-color: #e92f8b !important;
	font-weight: 600;
	font-size: 20px !important;
	padding: 2px 10px !important;
}

.button::after {
	content: '' !important;
	height: 4px !important;
	background-color: #e92f8b !important;
	position: absolute !important;
	display: block !important;
	width: 0% !important;
	left: 0 !important;
	margin-top: 8px !important;
	transition: all .3s ease !important;
	top: 32px !important;
}

.button:hover::after {
	width: 100% !important;
}

.button_label {
	padding: 4px 0 !important;
}

.btn-retour {
	color: #e23889 !important;
	padding: 6px 20px 4px 10px;
	margin-bottom: 30px;
	display: inline-block;
	margin-left: 30px;
	opacity: 1;
}

.btn-retour:hover {
	opacity: .5;
}


/*------------------------------------------------------
HEADER
------------------------------------------------------*/
#Top_bar {
	top: 0 !important;
	transition: all .3s ease;
}

#Top_bar.is-sticky {
	top: inherit !important;
}

.top_bar_left {
	text-align: center;
}

#Top_bar .logo {
	float: none;
}

#Top_bar .btn-t3c.btn-t3c-jaune {
	margin-left: 20px;
	margin-top: 15px;
	position: fixed;
	z-index: 10;
}

#Top_bar.is-sticky .btn-t3c.btn-t3c-jaune {
	margin-top: 11px;
}

#Top_bar .btn-t3c.btn-t3c-bleu {
	margin-top: 15px;
	position: fixed;
	right: 188px;
	z-index: 10;
}

.home #Top_bar #logo {
	display: none;
	visibility: hidden;
}

.header-overlay .overlay-menu-toggle {
	top: 15px;
	right: 50px;
	transition: all .3s ease;
}

.admin-bar .overlay-menu-toggle {
	top: 47px;
}

.btn-t3c-menu {
	height: 39px !important;
	width: auto !important;
	padding: 0 10px;
}

a.btn-t3c-menu::after {
	content: '';
	height: 4px;
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	margin-top: -1px;
	transition: all .3s ease;
	background-color: #e23889;
}

a.btn-t3c-menu:hover::after {
	width: 100%;
}

.btn-t3c-menu::before {
	content: 'Menu';
	font-weight: 600;
	font-size: 20px !important;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
}

.icon-menu-fine {
	display: inline-block;
	height: 39px;
	vertical-align: middle;
	margin-top: -9px;
}

.header-overlay .overlay-menu-toggle.focus .close {
	display: inline-block !important;
	height: 39px;
	vertical-align: middle;
	margin-top: -9px;
}

.icon-menu-fine::before {
	font-weight: 900;
}


/*------------------------------------------------------
STICKY HEADER
------------------------------------------------------*/
.header-overlay #Top_bar {
	width: calc(100% - 80px);
	left: 40px;
}

.header-overlay #Top_bar.is-sticky {
	display: block;
	width: calc(100% - 80px);
	opacity: 1 !important;
	box-shadow: none;
	background-color: #ffffff;
	left: 40px;
	margin-top: 45px;
	height: 62px;
}

#Top_bar.is-sticky #logo {
	display: block;
	visibility: visible;
}

#Top_bar #logo img.logo-sticky {
	opacity: 0;
	transition: all .3s ease;
}

#Top_bar.is-sticky #logo img.logo-sticky {
	max-height: 100px !important;
	opacity: 1;
	margin-top: -24px;
	position: relative;
}

#Top_bar.is-sticky #logo::before {
	content: '';
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	top: -34px;
	margin-left: -80px;
}

#Top_bar.is-sticky .btn-t3c.btn-t3c-jaune {
	margin-top: 11px;
}

#Top_bar.is-sticky .btn-t3c.btn-t3c-bleu {
	margin-top: 11px;
}

#Top_bar.is-sticky .overlay-menu-toggle {
	top: 56px;
}

.admin-bar #Top_bar.is-sticky .overlay-menu-toggle {
	top: 88px;
}


/*------------------------------------------------------
MENU OVERLAY
------------------------------------------------------*/
#Overlay {
	background: #e23889;
}

#overlay-menu {
	top: 55%;
}

.logo-overlay-mobile {
	margin-top: -40px;
	margin-bottom: 20px;
}

#Top_bar .menu > li {
	float: none;
}

#Top_bar .menu > li > a {
	padding: 0 !important;
	font-size: 22px;
	font-weight: 700;
	line-height: 45px !important;
}

.menu-link-color #Top_bar .menu > li > a::after {
	display: inline-block !important;
	bottom: 0;
}

#overlay-menu ul li a::after {
	margin-left: 20px !important;
	content: ']' !important;
	-webkit-transform: translateX(-20px) !important;
	-moz-transform: translateX(-20px) !important;
	transform: translateX(-20px) !important;
	height: inherit !important;
	background: none !important;
	position: inherit !important;
	display: inline-block !important;
	width: inherit !important;
	top: inherit !important;
}

.menu-link-color #Top_bar #overlay-menu .menu > li > a::after {
	display: inline-block !important;
}

#overlay-menu ul li a::before, #overlay-menu ul li a::after {
	opacity: 0 !important;
}

#overlay-menu ul li a:hover::before, #overlay-menu ul li a:hover::after, #overlay-menu ul li a:hover::before, #overlay-menu ul li a:hover::after {
	opacity: 1 !important;
	-webkit-transform: translateX(0px) !important;
	-moz-transform: translateX(0px) !important;
	transform: translateX(0px) !important;
}

#Top_bar .menu > li > a:hover {
	color: #fcdb4a;
	opacity: 1;
}


/*------------------------------------------------------
INTRODUCTION
------------------------------------------------------*/
.intro-title h1 span {
	background-color: #e43589;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 300;
	padding: 4px 10px 0 10px;
	margin-bottom: 10px;
}

.intro-title-space-1 {
	margin-left: 50px;
}

.intro-title-space-2 {
	margin-left: -50px;
}

.intro-edition {
	margin-bottom: 0 !important;
}

.intro-edition p {
	background-color: #fff;
	display: inline-block;
	color: #e43589;
	font-size: 18px;
	padding: 0 10px 3px 10px;
	font-weight: 100;
	margin-top: 40px;
}

.intro-nudge p {
	background-color: #a70a58;
	display: inline-block;
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	margin-top: 10px;
}

.intro-date p {
	color: #e23889;
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 40px;
}

#intro .btn-t3c.btn-t3c-jaune a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 13.5px 0 13.5px;
	border-color: #fcdb4a transparent transparent transparent;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -13px;
}



/*------------------------------------------------------
À PROPOS
------------------------------------------------------*/
#a-propos {
	background-position-y: bottom !important;
}

#a-propos h2 {
	margin-left: 33.33333333%;
	background-color: #127a6f;
	margin-bottom: 10px;
}

#a-propos h3 {
	margin-left: 16.66666667%;
	color: #13796f;
	background-color: #a0d3d0;
	margin-bottom: 40px;
}

#a-propos .a-propos-content {
	margin-left: 33.33333333%;
}

#a-propos p {
	color: #13796f;
}

#a-propos .wpb_single_image {
	padding: 40px 60px 0 60px;
	margin-top: -100px;
}


/*------------------------------------------------------
PROGRAMME
------------------------------------------------------*/
#programme h2 {
	background-color: #a51258;
	float: right;
	margin-right: 8%;
}

#programme-content {
	transform: rotate(1deg);
	padding: 70px;
	background-position-y: bottom !important;
	z-index: 10;
	margin: 0 40px -50px 40px;
	position: relative;
}

#programme-content > .wpb_column {
	transform: rotate(-1deg);
}

#programme-content h3 {
	font-size: 50px;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	display: inherit;
}

.programme-matin h4 {
	color: #f3bfd6;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	line-height: 24px;
}

.programme-matin h4 strong {
	color: #a51258;
	font-weight: 900;
}

#programme-content .programme-matin-title > .vc_column-inner {
	background-position: center top !important;
}

/* .programme-matin-title::before {
	content: '';
	width: 68px;
	height: 68px;
	background: transparent url(images/badges.png) no-repeat top;
	position: absolute;
	left: 50%;
	margin-left: -34px;
} */

.programme-matin em {
	font-style: normal;
	font-size: 24px;
	color: #a51258;
}

.programme-matin p {
	color: #e23889 !important;
}

.programme-apres-midi {
	padding: 25px 30px;
	border: 5px solid #e23889;
	margin-left: -40px;
	margin-top: 70px;
}

/* .programme-apres-midi::before {
	content: '';
	background: transparent url(images/badges.png) no-repeat bottom;
	width: 68px;
	height: 68px;
	position: absolute;
	right: -18px;
} */

.programme-apres-midi h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px !important;
	line-height: 24px;
}

.programme-apres-midi h4 strong {
	color: #a51258;
	font-weight: 900;
}

.programme-apres-midi em {
	font-style: normal;
	font-size: 24px;
	color: #a51258;
}

.programme-apres-midi p {
	color: #e23889 !important;
}

.programme-bg {
	position: absolute !important;
	margin-top: -43%;
	z-index: 0;
	left: 0 !important;
}


/*------------------------------------------------------
INTERVENANTS
------------------------------------------------------*/
#intervenants {
	background-position-y: bottom !important;
	margin-bottom: -50px;
	z-index: 10;
}

#intervenants h2 {
	background-color: #3f5a9e;
	margin-bottom: 40px;
}

#intervenants .wpb_single_image {
	padding: 10px;
	border: solid 5px #16316f;
}

#intervenants h3 {
	background-color: #3f5a9e;
	margin-top: 20px;
	font-size: 20px;
}

#intervenants p {
	color: #16316f;
}

.mpp-element-content li::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #15326e;
	position: absolute;
	margin-left: -10px;
	margin-top: 10px;
}

.mpp-element-content li {
	padding-left: 10px;
}

.mpp-trigger-popup {
	color: #3f5a9e !important;
	font-weight: 600;
	font-size: 18px !important;
	transition: all .3s ease;
}

.mpp-trigger-popup:hover {
	color: #9eabcd !important;
}

.mpp-trigger-popup::before {
	content: '> ';
}

.popup-btn {
	margin-top: 20px;
}


/*------------------------------------------------------
NUDGE CREATOR
------------------------------------------------------*/
#nudge-creator {
	margin-bottom: -160px;
}

#nudge-creator h2 {
	margin-left: 16.66666667%;
	background-color: #127a6f;
	margin-bottom: 10px;
}

#nudge-creator h3 {
	color: #ffffff;
	background-color: #41b5ab;
	margin-bottom: 40px;
	margin-right: 16.66666667%;
}

#nudge-creator .nudge-creator-content {
	margin-left: 16.66666667%;
	margin-right: 16.66666667%;
}

#nudge-creator p {
	color: #13796f;
}

#nudge-creator .btn-t3c.btn-t3c-vert a {
	margin-left: 16.66666667%;
	margin-top: 40px;
}

.nudge-creator-visuel {
	margin-right: -20px;
	margin-left: 10px;
	margin-top: 40px;
}

.page-nudge-creator .btn-retour {
	position: absolute;
	z-index: 999;
	top: -40px;
}


/*------------------------------------------------------
LE LIEU
------------------------------------------------------*/
#lieu h2 {
	background-color: #a51258;
	margin-left: 33.33333333%;
}

.lieu-encadre {
	padding: 25px 30px;
	border: 5px solid #e23889;
	margin-left: 40%;
	margin-top: 40px;
}

#lieu .lieu-encadre h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #a51258;
	font-weight: 900;
}

#lieu .lieu-encadre em {
	font-style: normal;
	font-size: 24px;
	color: #a51258;
}

#lieu .lieu-encadre p {
	color: #e23889 !important;
}

.lieu-map {
	padding: 30px;
}


/*------------------------------------------------------
INSCRIPTIONS
------------------------------------------------------*/
#inscriptions {
	background-position-y: top !important;
}

#inscriptions h2 {
	color: #f4bf29;
	text-transform: none;
	padding-left: 16.66666667%;
	padding-right: 8.3333333%;
	margin-bottom: 10px;
	font-weight: 600;
}

#inscriptions h3 {
	color: #ffffff;
	background-color: #fcdb4a;
	margin-bottom: 40px;
	margin-left: 16.66666667%;
}

#inscriptions .inscriptions-content {
	margin-left: 33.33333333%;
	margin-right: 16.66666667%;
}

#inscriptions p {
	color: #ce8229;
}

#inscriptions .btn-t3c.btn-t3c-ocre a {
	margin-top: 40px;
	margin-right: 16.66666667%;
}

#inscriptions .btn-t3c.btn-t3c-ocre::before {
	content: url(images/inscriptions-visuel.svg);
	position: absolute;
	bottom: -38px;
	margin-left: -420px;
	width: 885px;
}


/*------------------------------------------------------
ACTUALITÉS
------------------------------------------------------*/
#actualites {
	background-position-y: bottom !important;
}

#actualites h2 {
	background-color: #16316f;
	margin-bottom: 40px;
	margin-right: 16.66666667%;
	float: right;
}

#actualites h3 {
	background-color: #3f5a9e;
	margin-bottom: 30px;
}

#actualites .image_frame h3 {
	margin-bottom: 10px;
}

#actualites .post-photo-wrapper {
	width: 31%;
	margin-bottom: 0;
}

#actualites .image_wrapper {
	padding: 10px !important;
	border: solid 5px #9eabcd;
}

#actualites .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0 !important;
}

#actualites .image_frame:hover .image_wrapper img, #actualites .image_frame.hover .image_wrapper img {
	top: 0;
}

#actualites .image_frame .image_wrapper .mask::after {
	background: transparent;
}

#actualites .image_frame .image_wrapper .image_links {
	background: rgba(158, 171, 205, 0.8);
}

#actualites .image_frame .image_wrapper .image_links a:hover {
	background: #9eabcd;
	color: #fff;
}

#actualites .post-head {
	display: none;
	visibility: hidden;
}

#actualites .post-item {
	display: flex;
	align-items: end;
	margin-bottom: 0;
}

#actualites .post-desc {
	padding: 20px;
	background-color: #fff;
	margin-left: 37px;
	margin-right: 25%;
	margin-bottom: 30px;
}

#actualites .author, #actualites .date .label, #actualites .category, #actualites .button-love, #actualites .icon-comment-empty-fa, #actualites .post-comments, #actualites .icon-doc-text {
	display: none;
	visibility: hidden;
}

#actualites .post-date, #actualites .date .icon-clock {
	color: #9eabcd;
}

#actualites p, #actualites .post-excerpt {
	color: #3f5a9e;
}

#actualites .post-footer {
	background: transparent;
	padding: 0;
}

#actualites .image_links.double {
	display: none;
	visibility: hidden;
}

#actualites .post-footer .post-links {
	float: none;
	border: none;
	padding-left: 0;
}

#actualites a.post-more {
	color: #3f5a9e;
	font-weight: 600;
	text-decoration: none;
	transition: all .3s ease;
}

#actualites a:hover.post-more {
	color: #9eabcd;
}

#actualites .btn-t3c.btn-t3c-bleu a {
	margin-left: 16.66666667%;
}

#actualites .post-item:nth-child(2) {
	display: block;
	margin-top: 40px;
	padding-left: calc(31% + 37px);
	width: 68%;
}

#actualites .post-item:nth-child(2) .post-photo-wrapper {
	width: 100%;
	margin-bottom: 20px;
}

#actualites .post-item:nth-child(2) .post-desc-wrapper {
	width: 100%;
	float: none;
	clear: both;
}

#actualites .post-item:nth-child(2) .image_wrapper {
	display: none;
	visibility: hidden;
}

#actualites .post-item:nth-child(2) .post-desc {
	margin-left: 0;
	margin-right: 0;
}


/*------------------------------------------------------
ARCHIVE & SINGLE POST
------------------------------------------------------*/
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	color: #e92f8b;
}

.archive #Top_bar .btn-t3c a, .single-post #Top_bar .btn-t3c a {
	color: #fff !important;
	font-weight: 600;
	font-size: 20px !important;
	padding: 2px 10px !important;
	display: block !important;
	height: 36px;
	line-height: 36px !important;
}

.archive #Top_bar .btn-t3c a::after, .single-post #Top_bar .btn-t3c a::after {
	margin-top: 5px;
}

.archive .post-head {
	display: none;
	visibility: hidden;
}

.single-post #Content, .archive #Content {
	margin-top: 160px;
}

.single-post .post-meta {
	display: none;
	visibility: hidden;
}

.post-nav, .author-date .icon-user, .author-date .fn, .category.mata-tags, .button_icon {
	display: none !important;
	visibility: hidden !important;
}

.section-post-related h4 {
	margin-top: 5px;
}

.section-post-related .simple .post-related hr {
	display: block;
	margin-left: 0;
	width: 20%;
}

.section-post-related .post-excerpt {
	font-size: 16px;
	line-height: 22px;
}

.section-post-related .image_links.double, .section-post-related .date_label {
	display: none;
	visibility: hidden;
}

.archive .post-item {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #eee;
	padding-bottom: 40px;
}

.archive .image_links.double {
	display: none;
	visibility: hidden;
}

.archive .entry-title {
	background-color: #3f5a9e;
}

.archive .post-more {
	color: #3f5a9e;
	opacity: 1;
}

.archive .post-more:hover {
	opacity: .5;
}

.single-post .button {
	background-color: #3f5a9e !important;
	opacity: 1;
}

.single-post .button:hover {
	opacity: .5;
}

.single-post .hr_color {
	color: #3f5a9e;
	background: #3f5a9e;
}

.post-footer {
	background-color: transparent;
	padding: 0;
}

.button-love, .icon-doc-text {
	display: none;
	visibility: hidden;
}

.post-links {
	float: left !important;
}

.section-post-header .single-photo-wrapper.image .image_frame {
	max-width: 70%;
}


/*------------------------------------------------------
ÉDITIONS PÉCÉDENTES
------------------------------------------------------*/
#editions-precedentes {
	background-position-y: bottom !important;
}

#editions-precedentes h2 {
	margin-left: 25%;
	background-color: #127a6f;
	margin-bottom: 10px;
}

#editions-precedentes h3 {
	color: #13796f;
	background-color: #a0d3d0;
	margin-bottom: 40px;
	margin-right: 50px;
}

#editions-precedentes p {
	color: #13796f;
}

#editions-precedentes .vc_tta-container {
	margin-left: 16.66666667%;
	margin-right: 8.33333333%;
	height: 430px;
}

#editions-precedentes .vc_tta-panel-body {
	padding: 0 !important;
	min-height: 430px;
}

#editions-precedentes .vc_tta-panels {
	background-color: transparent !important;
	border: none !important;
}

#editions-precedentes .editions-content {
	margin-left: 10px;
	margin-right: 16.66666667%;
}

#editions-precedentes .vc_tta-panel {
	top: 0;
	position: absolute;
}

#editions-precedentes  .vc_tta.vc_general .vc_tta-panel {
	opacity: 0;
	transition: all .5s ease !important;
}

#editions-precedentes  .vc_tta.vc_general .vc_tta-panel.vc_active {
	transition: all .5s ease .4s !important;
	opacity: 1;
}

#editions-precedentes .vc_tta-tabs-list {
	padding-bottom: 30px;
}

#editions-precedentes .vc_tta-tab {
	margin-top: 30px !important;
	margin-left: 0 !important;
}

#editions-precedentes .vc_tta-tab > a {
	border: solid 5px #13796f;
	background-color: #13796f;
	color: #fff;
	padding: 6px 10px 2px 10px !important;
}

#editions-precedentes .vc_tta-tab > a::before, #editions-precedentes .vc_tta-tab > a::after {
	display: none;
	visibility: hidden;
}

#editions-precedentes .vc_tta-tab > a span {
	color: #fff !important;
	font-weight: 600;
	font-size: 19px !important;
	padding: 2px 10px !important;
}

#editions-precedentes .vc_tta-tab::after {
	content: '';
	height: 4px;
	background-color: #13796f;
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	margin-top: 8px;
	transition: all .3s ease;
}

#editions-precedentes .vc_tta-tab:hover::after {
	width: 100%;
}

#editions-precedentes .vc_tta-tab.vc_active > a {
	border: solid 5px #13796f;
	background-color: transparent;
}

#editions-precedentes .vc_tta-tab.vc_active > a span {
	color: #13796f !important;
}


/*------------------------------------------------------
PARTENAIRES
------------------------------------------------------*/
#partenaires h2 {
	background-color: #e23889;
	margin-bottom: 40px;
}

#partenaires a.vc_single_image-wrapper {
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	opacity: .8;
	transition: all .3s ease
}

#partenaires a:hover.vc_single_image-wrapper {
	 filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
	opacity: 1;
}


/*------------------------------------------------------
CONTACT
------------------------------------------------------*/
#contact {
	background-position-y: top !important;
	background-size: contain !important;
}

#contact h2 {
	text-transform: none;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-left: 16.66666667%;
}

.contact-baseline {
	margin-bottom: 20px !important;
}

.contact-baseline p {
	margin-bottom: 0;
}

.contact-baseline p strong {
	background-color: #fcdb4a;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 6px 10px;
	font-weight: 600;
}

#contact-content {
	margin-left: 16.66666667%;
	margin-bottom: 20px;
}

#contact-content p {
	color: #ce8229;
}

#contact-content a {
	color: #ce8229;
	transition: all .3s ease
}

.contact-suivez p {
	background-color: #fcdb4a;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 6px 10px;
	font-weight: 600;
}

#contact .icon_box {
	display: inline-block;
}

#contact .icon_box .icon_wrapper {
	width: 35px;
	height: 30px;
	line-height: 25px;
	font-size: 18px;
	background-color: #fff !important;
	margin-right: 7px;
	color: #f4c02c;
}

#contact .nf-form-cont {
	padding-right: 8.3333333%;
}


/*------------------------------------------------------
FORMULAIRE
------------------------------------------------------*/
#contact .nf-form-cont::before {
	content: url(images/contact-illustration.svg);
	position: absolute;
	width: 70%;
	top: -35%;
	left: 0;
}

.nf-response-msg {
	background-color: #e92f8b;
	color: #ffffff;
	text-align: center;
	padding: 18px 10px;
	margin-bottom: 20px;
}

.nf-response-msg p {
	margin-bottom: 0;
	font-size: 20px;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color: #fff !important;
}

.nf-error .nf-error-msg {
	color: #e92f8b !important;
}

.nf-error .ninja-forms-field {
	border-color: #e92f8b !important;
}

.nf-form-fields-required {
	display: none;
	visibility: hidden;
}

.nf-field-label label {
	color: #fff;
	margin-bottom: 0px !important;
	font-size: 20px !important;
}

.ninja-forms-field {
	border: none !important;
}

input.ninja-forms-field {
	height: 40px !important;
}

textarea.ninja-forms-field {
	height: 120px !important;
}

input.ninja-forms-field:focus, textarea.ninja-forms-field:focus {
	background-color: #fff !important;
	box-shadow: 0 0 10px rgb(213, 146, 0) !important;
}

.nf-error.field-wrap .nf-field-element::after {
	background: #e92f8b !important;
	height: 38px !important;
	width: 38px !important;
	line-height: 38px !important;
}

.nf-pass.field-wrap .nf-field-element::after {
	height: 38px !important;
	line-height: 40px !important;
}

.checkbox-wrap label {
	font-weight: 400 !important;
	font-size: 16px !important;
}

.checkbox-wrap label a {
	font-weight: 500;
	font-size: 16px !important;
	color: #ffffff;
	transition: all .3s ease;
}

input[type=button] {
	background-color: #fff !important;
	color: #f4c02c !important;
	font-weight: 600;
	font-size: 20px !important;
	padding: 2px 10px !important;
}

.submit-wrap .nf-field-element {
	width: auto !important;
}

.submit-wrap .nf-field-element::after {
	content: '';
	background-color: #ffffff;
	height: 4px;
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	margin-top: 8px;
	transition: all .3s ease;
}

.submit-wrap .nf-field-element:hover::after {
	width: 100%;
}



/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
#back_to_top.sticky {
	right: 15px;
	background-color: rgba(0,0,0,.2) !important;
	border-radius: 100%;
}

a#back_to_top.button.button_js, #popup_contact > a.button {
	color: #fff;
	font-size: 15px;
	width: auto;
}

a#back_to_top.button::after {
	display: none;
	visibility: hidden;
}

#Footer .widgets_wrapper .widget {
	padding: 0;
	text-align: center;
}

#Footer .widgets_wrapper .widget p {
	margin-bottom: 0;
	font-weight: 300;
}

#Footer .widgets_wrapper .widget a {
	transition: all .3s ease;
}

#Footer .widgets_wrapper .widget a:hover {
	text-decoration: none;
}

#Footer .footer_copy .one {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: solid 1px #eee;
}

.copyright {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0 !important;
	letter-spacing: 2px
}

.copyright a {
	transition: all .3s ease;
	font-weight: bold;
}

.copyright a:hover {
	text-decoration: none;
}

.nudge-france {
	display: inline-block;
	margin-top: -10px;
}


/*------------------------------------------------------
PAGE NUDGE CREATOR
------------------------------------------------------*/
#intro-nudge-creator {
	background-position-y: bottom !important;
}

#intro-nudge-creator .nudge-creator-visuel {
	margin-left: 80px;
	margin-top: 30px;
}

#intro-nudge-creator .intro-title h1 span {
	background-color: #127a6f;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	padding: 4px 10px 0 10px;
	margin-bottom: 10px;
}

#intro-nudge-creator .intro-title-space-1 {
	margin-left: 50px;
}

#intro-nudge-creator .intro-title-space-2 {
	margin-left: -50px;
}

#intro-nudge-creator .intro-edition {
	margin-bottom: 0 !important;
}

#intro-nudge-creator .intro-edition p {
	background-color: #fff;
	display: inline-block;
	color: #127a6f;
	font-size: 18px;
	padding: 3px 10px 3px 10px;
	font-weight: 100;
	margin-top: 40px;
}

#intro-nudge-creator .intro-nudge p {
	background-color: #41b5ab;
	display: inline-block;
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	margin-top: 10px;
}

#intro-nudge-creator .intro-date p {
	color: #127a6f;
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 40px;
}

#nudge-creator-page-content {
	background-position-y: bottom !important;
	background-position-x: -220px !important;
}

#nudge-creator-page-content h2 {
	margin-left: 16.66666667%;
	background-color: #127a6f;
	margin-bottom: 10px;
}

#nudge-creator-page-content h3 {
	margin-left: 8.33333333%;
	color: #13796f;
	background-color: #a0d3d0;
	margin-bottom: 40px;
}

#nudge-creator-page-content p {
	color: #13796f;
}

#nudge-creator-page-content .editions-content {
	margin-left: 10px;
	margin-right: 16.66666667%;
}


/*------------------------------------------------------
PAGE CORPORATE
------------------------------------------------------*/
#page-content {
	background-position-y: center !important;
}

#page-content h2 {
	margin-left: 16.66666667%;
	background-color: #e43589;
	margin-bottom: 10px;
}

#page-content h3 {
	margin-left: 8.33333333%;
	color: #ffffff;
	background-color: #a70a58;
	margin-bottom: 40px;
}


/*------------------------------------------------------
SITEMAP / GDPR
------------------------------------------------------*/
.sitemap h2 {
	display: none;
	visibility: hidden;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #a70a58 !important;
}








/*------------------------------------------------------
RWD
------------------------------------------------------*/
.icon-inscrit-mobile::before {
	display: none;
	visibility: hidden;
}


/*1239px*/
@media screen and (max-width: 1239px) {
.header-overlay #Top_bar.is-sticky {
	position: fixed;
}

.header-overlay #Top_bar.is-sticky .logo-main {
	position: relative !important;
	top: -48px;
	max-height: 115px !important;
}
	
#a-propos .wpb_single_image {
	padding: 0 0 0 30px;
}
	
#intervenants .vc_col-sm-2 {
	display: none;
	visibility: hidden;
}
	
#intervenants .vc_col-sm-3 {
	width: 33.3333333%;
}
}


/*960px*/
@media screen and (max-width: 960px) {
.lieu-encadre {
	margin-left: 25%;
}
	
#Top_bar .btn-t3c.btn-t3c-bleu {
	display: none;
	visibility: hidden;
}
	
#intro {
	background-position-x: left !important;
}
	
#intro .wpb_single_image {
	padding: 0 !important;
}
	
#programme-content {
	padding-left: 30px;
	padding-right: 30px;
}
	
#programme-content h3 {
	font-size: 44px;
}
}


/*767px*/
@media screen and (max-width: 767px) {
header #Top_bar {
	position: absolute;
	background-color: transparent !important;
}
	
header #Top_bar.is-sticky {
	background-color: #ffffff !important;
}
	
.header-overlay #Top_bar {
	width: calc(100% - 40px);
	left: 20px;
}
	
.header-overlay #Top_bar.is-sticky {
	width: calc(100% - 40px);
	left: 20px;
}
	
#Top_bar .btn-t3c.btn-t3c-jaune {
	margin-left: 15px;
}
	
#Top_bar.is-sticky .btn-t3c.btn-t3c-jaune {
	margin-left: 15px;
}
	
.header-overlay .overlay-menu-toggle {
	right: 25px;
}
	
#Top_bar.is-sticky #logo::before {
	width: 115px;
	height: 115px;
	top: -38px;
	margin-left: -58px;
}
	
#Top_bar #logo img.logo-mobile {
	display: none;
}
	
#Top_bar #logo img.logo-mobile-sticky {
	display: block;
	max-height: 115px !important;
	margin: 0 auto;
	position: relative;
	top: 0;
}
	
#Top_bar.is-sticky #logo img.logo-mobile-sticky {
	display: block;
	max-height: 115px !important;
	margin: 0 auto;
	position: relative;
	top: -26px;
}
	
#Top_bar .logo #logo {
	margin: 10px 120px;
	height: 80px;
}
	
.btn-t3c-menu::before {
	display: none;
	visibility: hidden;
}
	
.icon-inscrit-mobile::before {
	content: url(images/icon-inscrit-mobile.svg);
	width: 38px;
	display: block;
	visibility: visible;
	padding: 2px 0;
}
	
#Top_bar .btn-t3c-menu {
	padding: 0 13px;
}
	
#Top_bar .btn-t3c.btn-t3c-jaune span {
	display: none;
	visibility: hidden;
}
	
.logo-overlay-mobile {
	width: 250px;
}
	
#overlay-menu {
	padding-top: 0;
	top: 50%;
}
	
.header-overlay .overlay-menu-toggle.focus {
	margin-top: -45px;
	margin-right: -20px !important;
}
	
.section_wrapper {
	max-width: 100% !important;
}
	
.vc_row {
	padding-left: 20px;
	padding-right: 20px;
}

#intro {
	background-position-x: 90% !important;
}
	
#intro .vc_col-sm-3 {
	width: 25%;
}
	
#intro .wpb_single_image {
	text-align: left;
	margin-bottom: 40px !important;
}
	
.intro-title h1 span {
	font-size: 30px;
}
	
.intro-title-space-0, .intro-title-space-1, .intro-title-space-2 {
	margin-left: 0;
}
	
#a-propos, #programme, #nudge-creator, #lieu, #inscriptions, #actualites, #editions-precedentes, #partenaires, #contact {
	padding-top: 140px !important;
}
	
#a-propos h2, #a-propos h3, #a-propos .a-propos-content {
	margin-left: 0;
}
	
#a-propos .wpb_single_image {
	margin-top: -20px;
	margin-left: 10%;
}
	
#a-propos .wpb_single_image img {
	max-width: 150%;
}
	
#programme h2 {
	float: none;
	margin-right: 0;
	margin-left: -40px;
}
	
#programme-content {
	width: calc(100% + 30px);
	margin-left: -60px;
	padding-left: 40px;
	padding-right: 40px;
}
	
#programme-content h3 {
	text-align: center;
}
	
#programme-content .programme-matin-title > .vc_column-inner {
	background-position: center right !important;
}
	
.programme-apres-midi {
	margin-left: -6px;
}
	
.programme-bg {
	margin-top: -30%;
	width: 105% !important;
}
	
.programme-bg .wpb_single_image {
	width: 120%;
}
	
.programme-matin-title::before {
	left: auto;
	margin-left: 0;
	right: 0;
}

#intervenants {
	padding-top: 180px !important;
	background-size: 300% !important;
	background-position: 30% 80% !important;
}
	
#intervenants .intervenants-title {
	width: 100% !important;
	float: none !important;
	margin-left: 0 !important;
}
	
#intervenants .vc_col-sm-3 {
	width: 100%;
}
	
#intervenants .wpb_single_image {
	width: 40%;
}
	
#intervenants .wpb_single_image {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}
	
#intervenants .wpb_text_column {
	width: 50%;
	float: left;
	margin-left: 3%;
}
	
#nudge-creator {
	display: flex;
	flex-direction: column-reverse;
	background-position-x: right !important;
	margin-top: -100px;
}
	
#nudge-creator h2 {
	margin-left: 0;
}
	
#nudge-creator .nudge-creator-content {
	margin-left: 0;
	margin-right: 0;
}
	
#nudge-creator .btn-t3c.btn-t3c-vert a {
	margin-left: 0;
}
	
.nudge-creator-visuel {
	margin: 0;
}
	
#lieu h2 {
	margin-left: 0;
}
	
.lieu-encadre {
	margin-left: 0;
}
	
.lieu-map {
	padding: 0;
}
	
#inscriptions h2 {
	padding-left: 0;
}
	
#inscriptions h3 {
	margin-left: 0;
}
	
#inscriptions .inscriptions-content {
	margin-left: 0;
	margin-right: 0;
}
	
#inscriptions .vc_btn3-container.vc_btn3-right {
	text-align: center;
}
	
#inscriptions .btn-t3c.btn-t3c-ocre a {
	margin-right: 0;
	margin-top: 120px;
}
	
#inscriptions .btn-t3c.btn-t3c-ocre::before {
	content: url(images/inscriptions-visuel-mobile.svg);
	bottom: -44px;
	margin-left: -82px;
	width: 316px;
}
	
#actualites {
	background-position-x: -280px !important;
	background-size: 140%;
	background-position-y: 60% !important;
	margin-left: -35px !important;
}
	
#actualites h2 {
	margin-right: 0;
	float: left;
}
	
#actualites .post-item {
	flex-direction: column;
}
	
#actualites .post-photo-wrapper {
	width: 100%;
}
	
#actualites .post-desc {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
	
#actualites .btn-t3c.btn-t3c-bleu a {
	margin-left: 0;
}
	
#actualites .post-item:nth-child(2) {
	padding-left: 0;
	width: 100%;
}
	
#editions-precedentes h2 {
	margin-left: 0;
}
	
#editions-precedentes h3 {
	margin-left: 0;
}
	
#editions-precedentes .vc_tta-container {
	margin-left: 0;
	margin-right: 0;
	height: auto;
}
	
.vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #13796f !important;
	font-weight: 600;
	font-size: 20px;
	opacity: 1;
}
	
.vc_tta-panel .vc_tta-panel-title > a {
	color: #13796f !important;
	font-weight: 600;
	font-size: 20px;
	opacity: .7;
}
	
.vc_tta.vc_general .vc_tta-panel-title {
	margin-bottom: 0 !important;
}
	
#editions-precedentes .vc_tta-panel .vc_tta-panel-heading::before {
	content: url(images/editions-arrow.svg);
	position: absolute;
	width: 18px;
	right: 20px;
	margin-top: 14px;
	transform: rotate(-90deg);
}
	
#editions-precedentes .vc_tta-panel.vc_active .vc_tta-panel-heading::before {
	content: url(images/editions-arrow.svg);
	position: absolute;
	width: 18px;
	right: 20px;
	margin-top: 14px;
	transform: rotate(0deg);
}
	
#editions-precedentes .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, #editions-precedentes .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
	margin-bottom: 0px !important;
	border: none !important;
}
	
#editions-precedentes .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	border: none !important;
}

#partenaires {
	padding-bottom: 30px;
}
	
#partenaires .vc_col-sm-3 {
	width: 50%;
	display: inline-block;
}
	
#contact {
	background-size: contain !important;
}
	
#contact .vc_col-sm-1 {
	display: none;
	visibility: hidden;
}
	
#contact .vc_column-inner {
	padding-top: 0;
}
	
#contact h2 {
	margin-left: 0;
	padding-left: 0;
}
	
#contact-content {
	margin-left: 0;
	margin-bottom: 20px;
}
	
#contact .nf-form-cont {
	padding-right: 0;
}
	
#contact {
	padding-top: 150px !important;
}
	
#contact .nf-form-cont::before {
	width: 100%;
	top: -87%;
}

#intro-nudge-creator {
	padding-top: 120px !important;
}
	
#intro-nudge-creator .nudge-creator-visuel {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#intro-nudge-creator .btn-retour {
	margin-left: 0;
}
	
#intro-nudge-creator .intro-title-space-1 {
	margin-left: 0;
}
	
#intro-nudge-creator .intro-title-space-2 {
	margin-left: 0;
}
	
#nudge-creator-page-content h2 {
	margin-left: 0;
}
	
#nudge-creator-page-content h3 {
	margin-left: 0;
}
	
#page-content h2 {
	margin-left: 0;
}
	
#page-content h3 {
	margin-left: 0;
	margin-bottom: 20px;
}
	
.image_frame.post-photo-wrapper {
	margin-right: 3%;
}
}


/*650px*/
@media screen and (max-width: 650px) {
#intervenants .wpb_single_image {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
	margin-top: 50px;
	margin-bottom: 0;
}
	
#intervenants .vc_figure {
	padding: 10px;
	border: solid 5px #16316f;
}
	
#intervenants .wpb_text_column {
	width: 100%;
	float: none;
	margin-left: 0;
	text-align: center;
}
	
.mpp-trigger-popup::after {
	left: 50%;
	margin-left: -57px;
}
	
.archive .post-item {
	display: block;
}
}


/*500px*/
@media screen and (max-width: 500px) {
#programme-content h3 {
	font-size: 32px;
}
	
#intro-nudge-creator .intro-title h1 span {
	font-size: 24px;
}
	
#intro-nudge-creator .intro-title h1 .intro-title-space-0 {
	width: 63%;
}
	
.copyright {
	font-size: 13px;
	letter-spacing: 0;
}
}



/*------------------------------------------------------
HACK CSS
------------------------------------------------------*/

/*SAFARI*/
@media not all and (min-resolution:.001dpcm) { @media
{
    #Top_bar.is-sticky #logo img.logo-mobile-sticky { 
        top:-28px !important; 
    }
	
	.home #Top_bar .btn-t3c.btn-t3c-jaune {
		margin-top: 15px;
	}

	#Top_bar .btn-t3c.btn-t3c-jaune {
		margin-top: 5px;
	}

	#Top_bar.is-sticky .btn-t3c.btn-t3c-jaune {
		margin-top: 10px;
	}
}}















