/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/*HTML*/
body{
	color: #43556b
}

h1{
	padding: 30px 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 20px !important;
	background-image: url(img/separateur-bleu.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.home h1{
	font-weight: 700;
	font-size: 1.5em;
}

h2{
	font-size: 1.2em;
	color: #43556b;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: none;
}


h3{
	padding: 0 0 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 10px !important;
	background-image: url(img/separateur-bleu.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	color: #43556b;
	letter-spacing: 0;
}

h4 {
	font-weight: 600;
	margin-bottom: 10px !important;
	color: #43546b;
	font-size: 1.3em;
}

h5{
	color: #f29106;
	letter-spacing: 0;
	margin-bottom: 5px !important;
	font-weight: 700;
	font-size: 1.2em;
}

h5::before{
	font-weight: 800;	
	content: '\f0da';
	font-family:'FontAwesome';
	margin-right: 10px;
}

h6{
	font-weight: 700;
	letter-spacing: 0;
	font-size: 1.1em;
	color: #5b7291;
}

.wpb_text_column p{
	color: #43556b;
	font-size: 1.1em;
	margin-bottom: 20px !important;
}

.wpb_text_column ul li{
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.1em;	
}

/*ELEMENTS VISUAL COMPOSER*/
	/*Boutons*/
.qbutton{
	border: 2px solid #e52e7e;
	background: #e52e7e;
	color: #fff;
	letter-spacing: 0;
	border-radius: 0;
}

.qbutton::after{
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 100;
	font-size: 0.8em;
	margin-left: 10px;
	left: 0;
}

.qbutton:hover::after{
	left: 5px;
}

	/*Séparateur*/
.separator{
	background:#b4b4b4;
	height: 1px;
	margin: 20px 0;
}
/*LOGO*/
.vertical_logo_wrapper{
	text-align: center;
	margin: 40px 0;
	padding-top: 10px;
	border-top: 1px solid #787e8c;
	border-bottom: 1px solid #787e8c
}

/*NAVIGATION*/
aside.vertical_menu_area{
	padding: 0
}

nav.vertical_menu > ul > li > a{
	font-size: 1.1em;
	padding: 7px 20px 7px 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.7em;
}

nav.vertical_menu > ul > li:not(#nav-menu-item-815) > a:hover,
nav.vertical_menu > ul > li.active:not(#nav-menu-item-815):not(#nav-menu-item-487) > a{
	background: #5b7291;
}

nav.vertical_menu_on_click ul>li.menu-item-has-children>a>.plus,
.no-touch nav.vertical_menu_on_click ul>li.menu-item-has-children.open>a>.plus{
 	background-image: none;
 	margin: 5px 0 0;
}

nav.vertical_menu_on_click ul>li.menu-item-has-children>a>.plus::before,
.no-touch nav.vertical_menu_on_click ul>li.menu-item-has-children.open>a>.plus::before{
	content: '';
	display: inline-block;
	height: 11px;
	width: 11px;
	background-image: url(img/plus.png);
	background-repeat:no-repeat;
}

.no-touch nav.vertical_menu_on_click ul>li.menu-item-has-children.open>a>.plus::before{
	background-image: url(img/minus.png);
}

	/*Sous-menu*/
nav.vertical_menu_on_click li.narrow .second .inner ul{
	padding: 5px 0 5px 65px;
	width: auto;	
}

nav.vertical_menu_on_click li.narrow .second .inner ul li{
	display: inline-block;
}

nav.vertical_menu_on_click li.narrow .second .inner ul a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

nav.vertical_menu_on_click li.narrow .second .inner ul a:hover,
nav.vertical_menu_on_click li.narrow .second .inner ul li.current-menu-item a{
	color: #f29106;

}

nav.vertical_menu > ul > .menu-item-has-children.active .second{
	display: block;
}


	/*Lien Espace numérique*/
nav #nav-menu-item-815{
	background: #f29106;
}

nav #nav-menu-item-815 a{
	padding:0;
}

nav.vertical_menu>ul>li#nav-menu-item-815>a>span:not(.plus){
	padding: 7px 10px;
}

nav.vertical_menu > ul > li#nav-menu-item-815 > a::before{
	position: relative;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-weight: 100;
	font-size: 1.3em;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 7px 20px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

nav.vertical_menu > ul > li#nav-menu-item-815 > a:hover::before{
	opacity: 0;
	padding: 7px 0px;	
}

.no-touch nav.vertical_menu_on_click ul>li#nav-menu-item-815>a>.plus::before{
	opacity: 0;
	content: '\f08e';
	font-family: 'FontAwesome';
	font-weight: 100;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.no-touch nav.vertical_menu_on_click ul>li#nav-menu-item-815>a:hover>.plus::before{
	opacity: 1;
	padding-left: 15px;
}

/*Infos en bas de la sidebar*/
aside .widget{
	padding: 0px 20px 0 40px
}

	/*Bloc adresse*/
aside #text-2.widget h5{
	background-image: url(img/petit-separateur-blanc.png),url(img/petit-separateur-blanc.png);
	background-repeat: no-repeat;
	background-position: 0 0, 0 100%;
	padding: 12px 0;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	font-size: 1em;
}

aside #text-2.widget h5::before{
	content: none;
}

aside #text-2.widget p{
	background-image: url(img/petit-separateur-blanc.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 7px 0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
}

	/*Bloc EC29*/
aside #text-3.widget a{
	display: block;
	color: #fff;
}

aside #text-3.widget a p{
	line-height: normal;
	color: #c6cacb
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

aside #text-3.widget a:hover p{
	color: #f29106;
}

/*FOOTER*/
footer{
	margin-top: 100px;
}

footer .footer_bottom_holder ul{
/*	text-align: left;*/
}

footer .footer_bottom{
	padding: 0;
	height: auto;
}

footer .footer_bottom_holder ul li{
	padding: 15px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

footer .footer_bottom_holder ul li +li {
	border-left: 1px solid #d2d2d2;
}

footer .footer_bottom_holder ul li a{
	text-transform: none;
	letter-spacing: 0;
}

footer .footer_bottom_holder ul li a.team{
	display: block;
	height: auto;
	line-height: 0em
}

footer .pastille_don{
	position: fixed;
	padding: 10px;
	font-size: 14px;
	background: #2ba7e3;
	right: 0;
	color: #fff;
	top: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

footer .pastille_don span{
	display: flex;
	flex-direction: column;
}

footer .pastille_don:hover{
	color: #fff;
}

footer .pastille_don strong{
	text-transform: uppercase;
}

/*ACCUEIL*/

	/*Compteurs*/
.home .compteur{
/*	background-image: url(img/bandeau-accueil.jpg);
	background-position: 100% 0;
	*/
	background-size: cover;	
	text-align: center;
	background-color: #f09005;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 30px !important;	
}

.home .compteur > .full_section_inner{
    max-width: 1200px;
    margin: 0 auto;
}

.home .q_counter_holder{
	opacity: 1;
	padding: 160px 0 35px 0;
	background-repeat: no-repeat;
	background-position: 0 35px;
}

.home .eleves .q_counter_holder{
	background-image: url(img/eleves.png)
}

.home .etablissements .q_counter_holder{
	background-image: url(img/etablissements.png)
}

.home .ogec .q_counter_holder{
	background-image: url(img/ogec.png)
}

.home .collaborateurs .q_counter_holder{
	background-image: url(img/collaborateurs.png)
}

.home .q_counter_holder span.counter{
	color: #fff;
	font-weight: 700;
}

.q_counter_holder p.counter_text {
	font-weight: 600;
	margin: 12px 0 0;
	font-size: 1.2em;
	font-weight: 800;
 }


/*Titre bienvenue*/
.bienvenue h6{
	font-size: 2.6em;
	font-weight: 100;
	color: #43556b;
	line-height: normal;
}

 	/*Boutons du blocs agenda*/
.agenda-accueil .qbutton{
	left: 15px;
}

 	/*Agenda*/
.agenda-accueil > .vc_column-inner  > .wpb_wrapper{
	background: #f2f2f2;
	padding: 15px 15px 0 15px;
}

.agenda-accueil h3{
	background-image: url(img/picto-agenda.png),url(img/separateur-bleu.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 55px 100%;
	padding: 15px 0 10px 55px;
	margin-bottom: 15px !important;
}

.agenda-accueil .date{
	display: inline-block;
	line-height: normal;
	background: #e52e7e;
	padding: 3px 10px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 3px;
}

.agenda-accueil .nom-evenement{
	font-weight: 700;
	color: #43556b;
	display:block;
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: normal;	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.agenda-accueil .nom-evenement:hover{
	color: #e52e7e
}

	/*Blocs bleus*/
.bleu > .vc_column-inner > .wpb_wrapper{
	background: #2ba7e3;
	color: #fff;
	font-weight: 700;
}

.bleu .vc_column-inner h3,
.bleu .vc_column-inner p{
	color: #fff;
	margin-top: 20px;	
}

.bleu .vc_column-inner p{
	padding-right: 25px;
	font-weight: 600;
	line-height: normal;
}

.bleu .vc_column-inner h3{
	background-image: url(img/petit-separateur-blanc.png);
}

	/*Liste de l'espace numérique*/
#espace-numerique.bleu .liste-espace ul{
	text-align: left;
}

#espace-numerique.bleu .liste-espace ul li{
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	margin: 0;
	font-weight: 600;
	line-height: normal;	
}

#espace-numerique.bleu .liste-espace ul li::before{
	content: '\f111';
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size: 0.5em;
	display: inline-block;
	vertical-align: middle;
}

	/*Bouton de l'espace numerique*/
#espace-numerique.bleu .bas-espace > .full_section_inner{
	display: flex;
}

#espace-numerique.bleu .bas-espace > .full_section_inner .bouton-espace{
	align-self:flex-end;
}


/*PAGES INTERIEURES*/
	/*Zone Paralax*/
.intro-paralax{
	margin-bottom: 30px;	
	background-size: cover;	
	background-color: #f09005;
	background-repeat: no-repeat;
}

.intro-paralax h2{
	padding: 60px 0;
	color: #fff;
	line-height: 1.7em;
	font-size: 1.3em;
}

	/*Systèmes d'onglet*/
.q_tabs.horizontal.center{
	text-align: left;
	line-height: normal;
}

.q_tabs .tabs-nav li{
	background: #2ba7e3;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.q_tabs .tabs-nav li + li{
	margin-left: 3px;
}

.q_tabs .tabs-nav li a{
	color: #fff;
	letter-spacing: 0;
	font-size: 1.1em;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.q_tabs.horizontal .tabs-nav li:first-child a{
	padding-left: 14px;
}

.q_tabs.horizontal .tabs-nav li.active,
.q_tabs.horizontal .tabs-nav li:hover{
	background: #f29106;
}

.q_tabs.horizontal .tabs-nav li.active a,
.q_tabs.horizontal .tabs-nav li:hover a,
.q_tabs.horizontal .tabs-nav li a:hover{
	color: #fff !important;
}

.q_tabs.horizontal .tabs-container{
	padding:0;
}

.q_tabs.horizontal .tabs-container > .tab-content{
	background:#f2f2f2;
	padding: 40px 20px;
}

	/*Liste dans les contenus*/
.q_tabs.horizontal .tabs-container .wpb_text_column ul{
	list-style-image: url(img/puce.jpg);
	margin-bottom: 20px
}

	/*PAGE LE RESEAU > Etablissements et structures*/
.page-id-2 .q_tabs.horizontal .tabs-container .tab-content{background: transparent;}
.page-id-2 .q_tabs.horizontal .tabs-container > .tab-content#tab-1492698184765-2-9{background: #f2f2f2}

	/*Recherche*/
.prettyMapList .prettyFileBar .prettyMapListSearch label{font-weight: 600;}

.page-id-2 .prettyMapList .directionsPostcode,
.page-id-2 .prettyMapList .prettyFileBar .prettyMapListSearch input,
.page-id-2 .prettyMapList .prettyFileBar .prettySearchValue{
	background: #f2f2f2;
	border-radius: 0;
	border: none;
	padding: 10px;
	width: 200px;
}

	/*Boutons*/
.page-id-2 .prettyMapList .corePrettyStyle,
.page-id-2 .prettyMapList .corePrettyStyle:hover{
	background: #2ba7e3;
	color: #fff;
	border-radius: 0;
	border:none;
	font-weight: 600;
	padding: 7px 7px 7px 25px;
}

.page-id-2 .prettyMapList .showSortingBtn:before{
	background-size: contain;
}

.page-id-2 .prettyMapList .sortAsc:before, .prettyMapList .sortList ul a.sortAsc:before{
	background-image: url(img/fleche-up.jpg) !important	
}

.page-id-2 .prettyMapList .showSortingBtn:before, .prettyMapList .sortList ul a.selected:before{
	background-image: url(img/fleche-down.jpg)
}

	/*Message après la recherche*/
.prettyMapList .prettyMessage{
	background: #5b7291;
	color: #fff;
	height: auto;
}

	/*Liste*/
.prettyMapList #ListContainer{
	height: 615px;
	overflow: scroll;
}

.q_tabs.horizontal .tabs-container .prettyMapList ul{
	list-style-image: none;
}

.prettyMapList .categoryList{
	margin: 10px 0 20px 0;
}

.prettyMapList .prettyFileBar .categoryList a.btn{
	background: #2ba7e3;
	color: #fff;
	border-radius: 0;
	border:none;
	font-weight: 600;
	padding: 7px;
	margin-bottom: 5px;
}

.prettyMapList .prettyFileBar .categoryList a.btn:hover,
.prettyMapList .prettyFileBar .categoryList a.btn.showing{
	background: #f29106;
	padding-left:7px;
}

.prettyMapList .prettyFileBar .categoryList .btn.showing:after{
	display: none;
}

.prettyMapList .categoryList ul li.etablissements-du-premier-degre,
.prettyMapList .categoryList ul li.etablissements-du-second-degre{
	display: none;
}

#ListContainer ul li .mapcategories,
.prettyMapList .prettylink::after{
	display: none !important
}

.prettyMapList #ListContainer .corePrettyStyle{
	border: none;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	margin: 0 0 5px 0;
	padding: 0;	
}

.prettyMapList #ListContainer .corePrettyStyle > a{
	color: #43556b;
	font-size: 1.2em;
	font-weight: 700;
	background: #f2f2f2;
	padding: 10px 20px;
	display: block;	
	position: relative;
}

.prettyMapList #ListContainer .corePrettyStyle > a::after{
	font-weight: 100;
	font-size: 0.8em;
	content: '\f067';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 20px;
}

.prettyMapList #ListContainer .corePrettyStyle .mapLocationDetail{
	padding: 5px 10px;
}

.prettyMapList .prettylink .address p{
	display: none;
}

.prettyMapList .prettylink p{
	line-height: normal;
	color: #646464
}

	/*Carte*/
.prettyMapList #map-canvas0.mapHolder,
.prettyMapList #map-canvas1.mapHolder{
	height: 700px;
}

	/*Infobulles*/
.page-id-2 .infoWindowContainer .infoWindow h3{
	border-radius: 0;
	border: none;
	background:#43556b;
}

.page-id-2 .infoWindowContainer.infobox{
	border: none;
}

.page-id-2 .infoWindowContainer.infobox p{
	margin-bottom: 0 !important;
}

	/*Onglet strucutre institutionnelles*/
.coordonnees{
	background: #e6e6e6;
	padding: 15px;
	display: inline-block;
}

.coordonnees p{
	margin-bottom: 10px !important;
	font-size: 1em;
}

.coordonnees h5{
	color: #43546b;
}
.coordonnees h5::before{
	content: '\f0ac';
	font-family: 'FontAwesome';
}


	/*PAGE OFFREs D'EMPLOI*/
body .sjb-page .btn-primary,
body .sjb-page .sjb-detail .jobpost-form .file div,
body .sjb-page .sjb-detail .jobpost-form .file:hover div{
	background: #e52e7e
}

body .sjb-page .btn-primary:hover,
body .sjb-page .btn-primary:active:hover,
body .sjb-page .btn-primary:active:focus{
	background: #43556b
}

.sjb-listing .col-md-1{
	display: none;
}

.sjb-listing .company-logo{
	display: none;
}

body .sjb-page .list-data .job-info h4 a{
	font-size: 0
}

body .sjb-page .list-data .job-info h4 a .job-title{
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	color: #48a2fa;
	font-weight: 600;
	margin-bottom: 10px;
}

body .sjb-page .list-data .job-info h4 a .company-name{
	font-size: 17px;
	color: #43546b;
	font-weight: 600;	
}

body .sjb-page .list-data .job-type,
body .sjb-page .list-data .job-location,
body .sjb-page .list-data .job-date {
	color: #43546b;
	font-weight: 600;
}

body .sjb-page .list-data .job-type i,
body .sjb-page .list-data .job-location i,
body .sjb-page .list-data .job-date i{
	color: #43546b;	
}

body .sjb-page .list-data .job-description p{
	color: #43556b;
}

body:not(.single-jobpost) .sjb-page .list-data .job-description p:last-child{
	text-align: right;
}

body .sjb-page .btn{
	border-radius: 0;
}

body .sjb-page .list-data .job-description p:last-child a.btn{
	font-size: 0
}

body .sjb-page .list-data .job-description p:last-child a.btn::before{
	content: 'Voir l\'offre';
	font-size: 15px;
}


	/*PAGE D'UNE OFFRE D'EMPLOI*/
body .sjb-page .sjb-detail .list-data{
	margin: 0 auto;
	float: none;
}

body .sjb-page .sjb-detail .list-data h3,
body .sjb-page .sjb-detail .list-data ul li::before,
body .sjb-page .sjb-detail .list-data .job-detail h3,
body .sjb-page .sjb-archive-page .job-title{
	color: #43546b
}


body.single-jobpost .job-description{
	padding: 20px;
	background: #f2f2f2
}

body .sjb-page .sjb-detail .list-data h4{
	color: #43546b;
	font-weight: 600;	
}

body .sjb-page .sjb-detail .list-data h2{
	font-size: 1.3em;
	font-weight: 500;
	color: #e52e7e;
}

.single-jobpost form.jobpost-form,
.single-jobpost .job-features{
	display: none;
}

body .sjb-page a{
	color: #e52e7e;	
}

	/*PAGE AGENDA*/
.agenda > div > h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	background-image: url(img/separateur-bleu.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

.agenda article{
	display: flex;
	background:#f1f1f1;
	margin-bottom: 15px;
	position: relative;
}

.agenda article .date{
	background: #2ba7e2;
	color: #fff;
	width: 20%;
	padding: 40px 25px 40px 25px;
	font-size: 1.4em;
	font-weight: 700;
	box-sizing: border-box;
	text-transform: uppercase;
}

.agenda article .date::before{
	content: '\f073';
	font-family: 'FontAwesome';
	padding: 10px 10px 10px 0;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

.agenda article .contenu{
	width: 80%;
	padding: 20px 0 0 30px;
	box-sizing: border-box;
}

.agenda article .contenu h3 a{
	color: #43556b;
	font-weight: 900;
	font-size: 1.2em;
	text-transform: none;
}

.agenda article .contenu span{
	color: #5b7291;
	font-weight: 600;
}

.agenda article .contenu span::before{
	content: '\f017';
	font-family: 'FontAwesome';
	padding: 10px 10px 10px 0;
}

.agenda article .contenu span.lieu{
	margin-left: 20px;
}

.agenda article .contenu span.lieu::before{
	content: '\f041';
}

.agenda article .contenu .inscription{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	bottom: 0;
	right: 0;
	background:#fff;
	color: #e52e7e;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 800;
	border: 2px solid #e52e7e;
	font-size: 0.9em;
	line-height: normal;
}

.agenda article .contenu .inscription::after{
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 0.7em;
	left: 0;
	margin-left: 10px;
	position: relative;
}

.agenda article .contenu .inscription:hover{
	background:#e52e7e;
	color: #fff;
}

.agenda article .contenu .inscription:hover::after{
	left: 8px;
}

/*PAGE EVENEMENT SEUL*/
.evenement-udogec article > .contenu,
.evenement-udogec article > .metas-evenement{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing:border-box;
}

.evenement-udogec article > .contenu{
	width: 45%;
	margin-left: 5%;
}

.evenement-udogec article > .contenu ul{
	list-style-image: url(img/puce.jpg);
	margin-bottom: 20px;
}

.evenement-udogec article > .contenu ul li{
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.evenement-udogec article > .metas-evenement .heures-lieu{
	background:#2ba7e2;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.evenement-udogec article > .metas-evenement .heures-lieu .date{
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.evenement-udogec article > .metas-evenement .heures-lieu .date::before{
	content: '\f073';
	font-family: 'FontAwesome';
	padding: 8px 15px 8px 0;
	border-right: 1px solid #fff;
	margin-right: 15px;
	font-size: 1.2em;
	font-weight: 100;
	display: inline-block;
}


.evenement-udogec article > .metas-evenement .heures-lieu .heure,
.evenement-udogec article > .metas-evenement .heures-lieu .lieu > span{
	font-weight: 600;
}

.evenement-udogec article > .metas-evenement .heures-lieu .heure::before,
.evenement-udogec article > .metas-evenement .heures-lieu .lieu > span::before{
	content: '\f017';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-weight: 100;
}

.evenement-udogec article > .metas-evenement .heures-lieu .lieu > span::before{
	content: '\f041';	
}

.evenement-udogec article > .metas-evenement .heures-lieu .lieu > span #see-map{
	background: #e52e7e;
	font-weight: 600;
	margin-left: 20px;
	display: inline-block;
	padding: 3px 10px;
	line-height: normal;
	color: #fff;
}

.evenement-udogec article > .metas-evenement .heures-lieu #carte{
	margin-top: 20px;
}

.evenement-udogec article > .metas-evenement .heures-lieu #carte > div{
	width: 100% !important;
}

.evenement-udogec article > .metas-evenement .inscription{
	background: #f1f1f1;
	padding: 20px;
}

.evenement-udogec article > .metas-evenement .inscription h3{
	background: transparent;
	font-weight: 800 
}
.evenement-udogec article > .metas-evenement .inscription .em-booking-form-details{
	width: 100%
}

.evenement-udogec article > .metas-evenement .inscription .em-booking-form-details > p{
	margin-bottom: 20px;
}

.evenement-udogec article > .metas-evenement .inscription input,
.evenement-udogec article > .metas-evenement .inscription textarea{
	border:none;
	padding:10px;
}

.evenement-udogec article > .metas-evenement .inscription .em-booking-buttons{
	text-align: center;
}

.evenement-udogec article > .metas-evenement .inscription .em-booking-submit{
	background: #e52e7e;
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px;
	line-height: normal;
	color: #fff;
	font-size: 1.2em;
}

	/*PAGE CONTACT*/
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	background: #f2f2f2 !important;
}

body input.wpcf7-form-control.wpcf7-submit{
	border: 2px solid #e52e7e !important;
	background: #e52e7e !important;
	color: #fff !important;
	letter-spacing: 0 !important;
	border-radius: 0 !important;
}

body input.wpcf7-form-control.wpcf7-submit:hover{
	border-color: #43556b !important;
	background: #43556b !important;
}


/* Lightbox */
#sgpb-popup-dialog-main-div h1{
	padding-top: 0
}

#sgpb-popup-dialog-main-div h2{
	color: #e52e7d;
	font-size: 20px;
}

#sgpb-popup-dialog-main-div a,
#sgpb-popup-dialog-main-div a:hover{
 color: #f18f00 !important	
 }

#sgpb-popup-dialog-main-div a:hover{
	text-decoration: underline
}


/*MEDIAS QUERIES*/
@media screen and (max-width: 1560px) {

}

@media screen and (max-width: 768px) {

}