hover/*
Theme Name: wp-bootstrap
Description: Style custom pour le theme wp-bootstrap
*/

/* Ajout de fonts customs */

.nav>li>a {
padding-left: 5px !important;
padding-right: 5px !important;
}

@font-face {
	font-family: mark pro;
	font-weight: normal;
	src: url(./fonts/MarkPro.otf); 
}
@font-face {
	font-family: mark pro;
	font-weight: bold;
	src: url(./fonts/MarkPro-Bold.ttf);
}
@font-face {
	font-family: oEurostile;
	src: url('fonts/Eurostile.ttf');
}

/* General design */
body, html {
	/*background: url('../../../../uploads/2013/04/bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #FFFFFF !important;
	font-family: mark pro !important;
	margin-top: 0;
	padding-top: 0;
}

p, h1, h2, h3, h4, h5, h6 {
		font-family: mark pro !important;
}

a {
	color: #F60;
}

a:hover {
	color: #B5B3B3;
	text-decoration: none;
}


.bold {
	font-weight: bold;
}

#main-container {
	background-color: white;
	/*border: 1px solid #dadada;*/
	padding: 10px;
	margin-top: 20px;
}

.hero-unit {
	background-color: white;
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1500;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
#mask div {
	text-align: center;
	color: white;
	margin-top: 200px;
	font-size: 3em;
	text-shadow: 1px 1px white, -1px -1px #444;
}

#main {
	margin: 0;
}

.modal-backdrop {
	z-index: 15000;
}

p.lead {
	padding-top: 20px;
    font-size: 16px;
}

.modal {
	z-index: 20000;
}

.aligncenter {
	text-align: center;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
.wp-caption {
    color: grey;
}
.ctc {
    text-align: center;
}
.ctc-tag {
	color:#ff6325;
}
/* Category top bar */
#category-topbar {
	margin-left: 0px;
	max-width: 100%;
}
#category-topbar.sidebar {
	margin-top: 0 !important;
}
#category-topbar .widget {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Carousel */
.flexslider {
	margin: 0 0 5px !important;
}
.flex-caption {
	width: 100%;
	padding: 0% 5% 5% 5%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 70px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1), 2px 2px 5px rgba(0, 0, 0, .5);
	font-family: 'mark pro' !important;
	font-size: 50px;
	line-height: 50px;
}
.flex-direction-nav > li > a {
	line-height: 40px;
}
.flex-control-nav {
	top: 10px;
}

@media screen and (max-width: 800px) {
	.flex-caption {
	font-size: 30px; 
	line-height: 30px;
	}
}

/*// .flexslider .flex-prev {
// 	background: url('../images/bg_direction_nav.png');
// 	background-repeat: no-repeat;
// }
// .flexslider .flex-next {
// 	background: url('../images/bg_direction_nav.png');
// 	background-repeat: no-repeat;
// }*/
.home.page .slide {
	height: 100%;
}


.flexslider .slide > li {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.flexslider .slide > li > .flex-caption a,
.flexslider .slide > li > .flex-caption a:hover {
	color: white
}

/* nav {
	display: flex;
	justify-content:space-between;
	align-items:center;
	
} */

/* Navbar */
#logo {
	padding: 0;
	margin: 0;
	margin-right: 0px;
	margin-top: 1.1em;
	float: left;
}
#logo img {
	max-height: 100px;
	max-width: 150px;
}

.nav-container {
    position: relative;
}
.navbar-inner {
	background-image: none;
	background-color: white;
	font-family: mark pro;
	font-size: 14px;
	color:#F60;
}
/*.navbar-inner .nav>li {
	height: 50px;
}*/
.navbar-inner .nav>li>a {
	font-family: mark pro;
	font-size: 15px;
	color:#F60;
	text-transform: uppercase;
}
.navbar-inner .nav>li>a:hover,
.navbar-inner .nav>li>a:focus,
.navbar-inner .nav>li>a:active {
	background: transparent;
}
.nav-container {
	background-color: white;
}
/*
.navbar-inner ul, .navbar-inner .menu-item {
	min-height: 60px;
}
*/

@media (max-width: 767px) {
    #menu-main-menu {
        width: 100%;
    }
}

#menu-main-menu .menu-item {
	margin-left: 0px;
}

#menu-main-menu .split-menu-item-dropdown {
	margin-left: 0px;
}

/*#menu-main-menu .split-menu-item-dropdown .dropdown-toggle {
	line-height: 17px;
}*/
.dropdown:hover .dropdown-menu {
	display: block;
}

#menu-main-menu .menu-item:hover, #qtrans_lang_selector .nav:hover {
	border-bottom: 2px solid #ee4400;
}
#menu-main-menu .split-menu-item-dropdown:hover {
	border-bottom: none;
}

#menu-main-menu .menu-item a:hover, #qtrans_lang_selector .nav a:hover {
	color: black;
}

#menu-main-menu .active {
	/*border-bottom: 3px solid #e67f80;*/
}

#menu-main-menu .active a {
	color: #777777;
	background: transparent;
}

#menu-main-menu .dropdown-menu {

}
.navbar-toggle {
	position: absolute;
	right: 0;
	cursor: pointer;
}
.navbar-toggle .icon-bar {
	background: black;
}

#menu-main-menu .dropdown-menu .menu-item:hover {
	border: none !important;
}

#menu-main-menu .dropdown-menu .menu-item a:hover {
	color: white;
	background-color: #F60;
}

#menu-main-menu .dropdown-menu .menu-item {
	margin-left: 0px;
}

@media (min-width: 992px) {
	.navbar-inner .nav>li>a {
		line-height: 53px;
	}
	.nav>li>a {
		padding-right: 5px;
	}
	#menu-main-menu .split-menu-item-dropdown > a {
		line-height: 21px;
		height: 83px;
	}
}
@media (max-width: 991px) {
	.navbar-header {
		text-align: center;
		margin-top: 15px;
	}

	#logo {
		float: none;
		width: auto;
		text-align: center;
		margin: auto;
	}
	.navbar .navbar-nav {
		display: inline-block;
		float: none !important;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		width: 100%;
		margin-bottom: 20px;
	}
	#menu-main-menu .split-menu-item-dropdown .dropdown-toggle {
		line-height: 6px;
		height: 40px;
	}
	.nav>li>a {
		padding: 10px 10px;
	}
}
@media (max-width: 767px) {
	/* fix logo max 2024 */
	#logo img{
  		max-height: 130px!important;
  		max-width: 180px!important;
	}
	
	
	.navbar-header {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	#menu-collapsible {
		/*padding-top: 20px;*/
	}
	#menu-collapsible #menu-main-menu {
		border-top: none;
	}
	.navbar-inner .nav>li {
		margin: 0;
	}
	#menu-main-menu .dropdown-menu li {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.split-menu-item-dropdown {
		width: 20px;
	}
	.split-menu-item-dropdown .dropdown-toggle {
		padding: 10px 5px 10px 5px !important;
		margin: 0px;
		border: none;
	}
	#menu-main-menu > li {
		border-bottom: 3px solid transparent;
	}
	#menu-main-menu .dropdown-menu {
		margin-top: 3px;
	}
	#menu-main-menu .split-menu-item-dropdown.open {
		border-bottom: 3px solid #e7e7e7 !important;
	}
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
	content: none;
}

#qtrans_lang_selector {
	position: relative;
	float: right;
	text-align: center;
	margin-left: 10px;
}
#qtrans_lang_selector .nav {
	margin-right: 0px;
}
#qtrans_lang_selector .menu-item {
	border: none;
}
#qtrans_lang_selector ul {
	width: auto;
}

#qtrans_lang_selector ul a {
	text-transform: uppercase;
}
#qtrans_lang_selector > .nav > li > a {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#navbar-icons {
	max-height: 40px;
	vertical-align: middle;
	float: right;
	padding-top: 7px;
	margin-right: 10px;
}
#navbar-icons, #navbar-icons a:hover {
	text-decoration: none;
}
#navbar-icons img {
	max-height: 20px;
}

/* Footer */
#main-footer {
	position: static;
	bottom: 0;
	left: 0;
	width: auto;
	margin-top: 50px;
	color: black;
	background-color: #f5f5f5;
	padding-top: 40px;
	/*border: 1px solid #e7e7e7;*/
	/*box-shadow: 0 0 30px #f5f5f5 ;*/
}

#main-footer .widget {
	margin-bottom: 0px;
}

#main-footer .container-fluid {
	margin-bottom: 30px;
}

#main-footer .attribution {
	color: #a6a6a6;
	text-align: center;
}

#main-footer hr {

}

#main-footer table {
	width: 100%;
	text-align: center;
}

#main-footer table img {
	max-height: 60px;
}

#main-footer .input-append {
	width: 100%;
}

#main-footer form .add-on {
	width: 5%;
}

#main-footer form input {
}
#main-footer form .btn {
	padding-right: 0px;
	padding-left: 0px;
	min-width: 60px !important;
}

/* Search Form */
/*#search {
	max-width: 175px;
}*/

/* Short News */
.short_news {
	/*
border: 1px solid #e67f80;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-radius: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: none;
*/
	margin-bottom: 5px;
}

.short_news .short_news_content {
	display: none;
}

.short_news .short_news_content div {
	padding: 5px;
}
.short_news .short_news_content div p {
	padding: 0px;
	margin: 0px;
}


/* Home Page */
.page-template-page-homepage-php #home-sidebar {
	margin: 0;
}

.page-template-page-homepage-php #home-sidebar .widget {
	padding-top: 18px;
	border-top: 1px solid #ee4400;
}

.page-template-page-homepage-php #home-sidebar .widget .widgettitle {
	padding: 0;
	margin: 0;
}
	/* Widget des icones FB/Vimeo */
.page-template-page-homepage-php #home-sidebar .widget:first-child {
	padding: 0;
	padding-top: 10px;
	height: 22px;
	border: none;
	text-align: right;
}
.page-template-page-homepage-php #home-sidebar .widget:first-child img {
	margin-left: 10px;
}

#home-sidebar #facebookFeedBoxNav {
	width: 100%;
}
#home-sidebar #facebookFeedBoxNav #prevFacebookPub, #home-sidebar #facebookFeedBoxNav #nextFacebookPub {
	width: 15%;
}
#home-sidebar #facebookFeedBoxNav #facebookFeedBoxNavInfo {
	width: 70%;
}
#home-sidebar .widget_listcategorypostswidget ul {
	list-style: none;
	margin: 0;
}

#home-sidebar .widget_listcategorypostswidget ul li {
	margin-top: 10px;
}
#home-sidebar #facebookFeedBox {
	width: auto;
	height: auto;
	text-align: left;
	border: none;
	overflow: hidden;
	display: none;
}

#home-sidebar #facebookFeedBox img {
	float: none;
	display: block;
	margin: 0 auto;
}

#home-sidebar #facebookFeedBox .fb_pubDescription {
	margin-top: 5px;
	margin: 3px;
	padding-bottom: 8px;
	text-align: left;
}

#home-sidebar #facebookFeedBox .fb_lastPub {
	border: none;
}

#home-sidebar #facebookFeedBox .fb_pubDate {
	display: block;
	text-align: right;
	margin-bottom: 5px;
	color: #949494;
}

.page-template-page-homepage-php #home-sidebar .btn {
	width: 80%;
}

.postBox {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

.postBox .postContent {
	text-align: left;
}

.postBox .readmore-toggle {
	color: #ee4400;
	opacity: .5;
	border: 1px solid #ee4400;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.postBox .readmore-toggle:hover {
	opacity: 1;
}
.postBox .readmore-toggle > i {
	color: white;
}

.postBoxImgOutter {
	width: auto;
	height: 200px;
	/*padding: 5px;
	border: 1px solid silver;*/
	cursor: pointer;
	margin-bottom:10px;
}

.postBoxImgOutter .postBoxImgInner {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
}

.postBox .featuredCategory {
	color: grey;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
}

.postBox h4 {
	text-align: left;
	/*text-transform: uppercase;*/
	font-size: 18px;
	margin: 0;
	margin-bottom: 3px;
	color:#ee4400;
	font-family:oEurostile ;
}

a.home-link {
	color:#ee4400;
}

.postBox p {
	text-align: left;
}

#main .postListDisplay .postBoxImgOutter {
	margin: 0px 10px 0px 0px;
	width: 300px;
}

/* Category */
.page-header {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

/*.page-header h1 {*/
/*	font-size: 2em;*/
/*	margin-bottom: 0px;*/
/*}*/

.page-header .meta {
	text-align: right;
}

.childrenCategoriesList {
	margin-top: 10px;
	margin-bottom: 0px;
	width: auto;
	margin-bottom: 10px;
}

.childrenCategoriesList li {
	display: block;
	float: left;
	margin-right: 10px;
}

.childrenCategoriesList li a {
	color: black;
}

.childrenCategoriesList .active a, .childrenCategoriesList .active a:hover {
	color: #C00;
}

.childrenCategoriesList li a:hover {
	color: #C00;
}

.postContent {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Programmation en cours */
.programmation_en_cours h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-top: 1px solid #b0b0b0;
	line-height: 21px;
	height: 30px;
	padding-top: 10px;

}

.programmation_en_cours .article {
	margin-top: 10px;
	margin-bottom: 0px;
}

.programmation_en_cours .article:hover {
	background-color: #f7f7f7;
}

.programmation_en_cours section {
	margin-bottom: 0px;
}

.programmation_en_cours h3 a {
	color: #F60;
}

.programmation_en_cours section h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

.programmation_en_cours section h4 a {
	color: #F60;
}

.programmation_en_cours section img {
	float: left;
	margin-right: 5px;
}

/* Creation - Catalogue */

.creation_childrenCategories {
	list-style: none;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.creation_childrenCategories li {
	margin-right: 10px;
	display: block;
}
@media (max-width: 900px) {
	.creation_childrenCategories {
		flex-wrap: wrap;
        row-gap: 14px;
        padding: 0 30px;
	}
	.creation_childrenCategories li {
		float: none;
	}
}

.article-creation h1 {
	line-height: 25px;
	font-family: mark pro !important;
}

.titre-boutique{
	font-style: italic;
}

.creation-links {
	color:#ee4400;
	cursor: pointer;
}

.page-header-boutique{
	margin-top: 5px;
}

.creation .h3 {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #b0b0b0;
}
.creation .page-header {
	margin-top: 0;
}
.creation .page-header {
	border: none;
}

.creation .post_content {
	vertical-align: top;
	margin-left:0px ;
	margin-right:30px !important;
}

.creation .post_content img {
	float: left;
	margin-right: 5px;
	border: 1px solid #b0b0b0;
}

.creation .article-creation {
	margin: 0;
	padding: 0;
}
.show_ref_text {
	margin-top: 20px;
}

.creation-content {
	display: none;
	position: absolute;
	margin: 0 auto;
	margin-top: 100px;
	padding: 20px;
	z-index: 1000;
	width: 80%;
	max-width: 600px;
	height: auto;
	max-height: 800px;
	/*
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;*/
	background: rgba(86,86,86,0.79)
}
.creation-content div:first-child {
	background-color: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	max-height: inherit;
}
.creation-content div:first-child p {
	margin: 10px;
}
.creation-content table {
	margin: 10px;
	width: 100%;
	max-width: 590px;
}
.creation-content table td {
	vertical-align: top;
}
.creation-content table .creation-content-thumbnail-cell{
	width: 100px;
}
.creation-content table .creation-content-thumbnail-cell img {
	max-height: 100px;
	max-width: 100px;
}
.creation-content table .creation-content-title-cell {
	padding-left: 10px;
}
.creation-content table p {
	padding: 0;
	margin: 0;
	color: grey;
}
.creation-content table .creation-content-title {
	font-size: 2em;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}
.creation-content table .creation-content-close-cell {
	width: 60px;
	text-align: left;
}

.member-link {
	margin-right: 10px;
	font-size: 16px;
}
.member-link .fa {
	color: #ee4400;
}
#main article.membre {
	margin-bottom: 10px;
	padding-bottom: 0;
}
#main article.membre .page-header {
	margin: 5px 0 5px;
}
#main article.membre .page-header > h1 {
	margin-top: 0;
}
#main article.membre .member-activite {
	font-size: 16px;
	color: #999;
}

.info-membres {
	display: inline;
	margin-right: 5px;
}

#nom-membre {
	font-size: 22px;
}

.right {
  position: absolute;
  right: 0px;
}

.entry-content img {
	max-width: 100%;
  height: auto;
}
.eo-venue-map {
	z-index: 1 !important;
}

/*Ajouter par José*/

.MembresTopo{

	font-size: 18px;
	padding-top: 44px;
	padding-left: 15px;
	padding-bottom: 30px;

}

.ngg-galleryoverview{
		margin: auto;
    display: table !important;
    width: auto !important;
    padding-bottom:10px;
}

/* Alignement à gauche des images d'équipement */
#ngg-gallery-7917e50b1d2e12b127b5e02169c3cbf0-1, #ngg-gallery-9ec1d3e2ed61c02baaeca4674d20cfcf-1, #ngg-gallery-3924acdbcdb5c7b67daf61ec1e59449e-1, #ngg-gallery-4ced047f978b3e2aed858f269e890272-1, #ngg-gallery-9ba942308e46ef36d41b732635a71d7b-1, #ngg-gallery-7f45cbec893d8fe12d04e01630a65fd2-1, #ngg-gallery-a3d919e91e4db2cc6b9e9ef71654b25e-1, #ngg-gallery-482e7609f7c050dab2184ffe24fa01af-1, #ngg-gallery-ffac37e07b22960df4bcdc67a42ccfb4-1, #ngg-gallery-3609cbc6f55145585139f927003f2c62-1, #ngg-gallery-da7a5a719959f0827b752670bc982704-1, #ngg-gallery-3298ff64ea4e530a1be41ab9e1b34b35-1 {
	margin: 20px auto 20px 0 !important;

}




/* Events */
.single article.event {

}

/* Events meta */
ul.eo-event-meta {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Search form */
.search-form input[type=submit] {
	width: 100px;
}

/* Bouton Paypal */
.paypalbuttonimage {
    background-color: white;
  	border: 1px solid black!important;
  	color: black;
  	margin: 5px 0 20px 50px;
  	padding: 12px 40px;
  	font-size: 16px;
  	cursor: pointer;
  	border-radius: 50px;
}

.paypalbuttonimage:hover {
    background-color: black;
  	color: white;
}

@media screen and (max-width: 800px) {
    .paypalbuttonimage {
    flex-direction: column;
    }
}

.postid-8366 .paypalbuttonimage {
	margin: auto;
	display: block;
}

/* Print */
@media print {
	a[href]:after {
		content: none !important;
	}
	.page-template-current_programming-php .btn-archive,
	.page-template-current_programming-php .btn-calendar {
		display: none;
	}
	footer#main-footer {
		display: none;
	}
}

/* Infolettre */
.box {
	border: 1px solid #ff6600;
    border-radius: 0rem;
    background-color: white;
    color: #333333;
    padding: 5px 3px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.form-infolettre {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-infolettre p {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 18px;
}
.submit-button {
	text-transform: uppercase;
	background-color: black;
	color: white;
	padding: 7px;
	border: 1px solid black;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	margin-top: 10px;
}
.submit-button:hover {
    background-color: white;
	color: black;
}

.section-form {
	margin-top: 50px;
	width: 35%;
	margin-left: 279.5px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.section-form {
		margin-left: 10px;
		width: 325px;

	}

}

/* Page formations 2019-2020 http://www.agencetopo.qc.ca/wp/formations/ */

.formation-date{
	text-align: left;
}
div .formation-date li {
}

div .formation-date ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Page détail des formations 2019-2020 (singe-event-atelier.php & partials/formation-détail-new.php) */

.img-formation {
	float: left;
	width: 70%;
	height: auto;
	max-width: 730px;
}

.img-formation-complete {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 950px;
}

.img-formation-txt {
	float: right;
	width: 30%;
	height: auto;
	max-width: 220px;
}
.wsite-multicol {
	position: relative;
	margin: 0 -15px;
	max-width: 950px;
}
.wsite-multicol-table {
	position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.wsite-multicol-col1 {
	vertical-align: top;
	margin: 0 !important;
	border: 0 !important;
	width: 70%;
	padding: 20px 20px 0px 20px;
}
.wsite-multicol-col2 {
	vertical-align: top;
	margin: 0 !important;
	border: 0 !important;
	width: 30%;
	padding-top: 20px;
	padding-right: 20px;
}
.wsite-multicol-row2 {
	width: 100%;
	padding: 20px 20px;
}
#row-image {
	width: 100%;
	height: auto;
	padding: 5px 0px 30px 0px;
}
.vr-style {
	border-right: 1px solid;
	border-color: #eee;
}
.p-formation-detail {
	padding-bottom: 8px;
	font-size: 16px !important;
}
body {
	font-size: 16px !important;
}
.wsite-multicol-col2 div {
	font-size: 17px;
	padding-bottom: 5px;
	text-align: left;
}
table {
	display: table;
}

.btn-form {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
	font-weight: bold;
	line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 4px;
	/*background-color: #ff6600;*/
	background-color: rgb(255, 102, 0, 0.1);
	cursor: pointer;
	/*color: white;*/
	width: 200px;
}

.btn-form2 {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
	font-weight: bold;
	line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 4px;
	background-color: rgb(255, 102, 0, 0.1);
	cursor: pointer;
}

#h1-formation {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
}

#h2-formation {
	font-size: 22px;
	margin: 0px;

}

.inscriptions {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid ;
	border-color: #eee ;
}

@media
only screen and (max-width: 760px) {
	.inscriptions {

	}
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	table, thead, tbody, th, td, tr {
		display: block;
	}

}

.homepage-newsletter {
  	text-align:center;
}

.homepage-newsletter-btn {
	background-color: white;
  	border-style: solid;
  	border-width: 1px;
  	color: black;
  	margin-top: 50px;
  	padding: 12px 12px;
  	font-size: 20px;
  	cursor: pointer;
  	border-radius: 50px;
  	width: 40%;
}

@media screen and (max-width: 800px) {
	.homepage-newsletter-btn {
    font-size: 16px;
    width: 85%;
	}
}

.homepage-icon {
	margin-left: 10px;
}

/* Lighter background on mouse-over */
.homepage-newsletter-btn:hover {
 	background-color: black;
  	color: white;
}

.btn-pages-event {
	background-color: white;
  	border-style: solid;
  	border-width: 1px;
  	color: black;
  	padding: 12px 16px;
  	font-size: 18px;
  	cursor: pointer;
  	border-radius: 50px;
  	width: 50%;
}

/* Darker background on mouse-over */
.btn-pages-event:hover {
	background-color: black;
  	color: white;
}

/* Template installations en Vitrine */
.img-installation {
	width: 100%;
	height: auto;
	max-width: 1030px;
}
.orange-topo {
	color:#FF6600;
}

.row-installation {
	display: block;
}


#h1-expo {
margin: 0px 0px 5px 0px;
font-size: 65px;
}

#h2-expo {
font-size: 23px;
margin: 0px;

}

#row1 {
}

#row3 {
	display: flex;
	width: 100%;
	height: auto;
	padding: 20px 0px 30px 0px;
	border-bottom: 1px solid #eee;
	border-collapse: separate;
	border-spacing: 20px;
}

#row4 {
	display: flex;
	padding: 40px 0px 20px 0px;
}



@media
only screen and (max-width: 760px) {
	#row3 {
		display: flex;
		flex-direction: column-reverse !important;
	}

	.row-formation {
		flex-direction: column-reverse;
	}

	#row4 {
		display: block;
	}
	.col {
		width: 100% !important;
	}
	.img-portrait {
		width: 100%;
		padding: 0 !important;
	}
	#col-grand-2 {
		padding: 10px 0 0 0 !important;
	}
}

#row5 {

}

#row6 {
	margin-top: 50px;
}

#col-petit-1 {
	width: 30%;
	height: inherit;
	padding: 10px 20px 20px 20px;
}

@media
only screen and (max-width: 760px) {
	#col-petit-1 {
		padding:  10px 20px 3px 0px;
		margin-bottom: 25px;
		border-bottom: 1px solid;
		border-color: #eee;
		border-spacing: 20px;
		border-collapse: separate;
	}
}

#col-grand-1 {
	width: 70%;
	height: auto;
	padding: 10px 20px 20px 0px;
	border-right: 1px solid;
	border-color: #eee;
}

#col-petit-2 {
	width: 30%;
	height: inherit;

}

#col-grand-2 {
	width: 70%;
	height: auto;
	padding: 5px 20px 20px 40px;
	border-left: 1px solid;
	border-color: #eee;
	border-spacing: 20px;
	border-collapse: separate;

}

div #col-petit-1 div {
	margin-bottom: 20px;
}

.img-portrait {
	max-width: 100%;
	padding: 5px 40px 5px 20px;
	vertical-align: middle;
}

.larger-text {
	font-weight: bold;
	font-size: 18px;
	margin: 0px !important;
}
.container-plus {
  position: relative;
  width: 100px;
  height: auto;
}

.petit-plus {
  display: inline;
  width: 9px;
  height: auto;
}

.overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.container-plus:hover .overlay {
  opacity: 5;
}

.text-expo {
  color: black;
	font-size: 12px;
	right: -260px;
	bottom: -70px;
	position: absolute;
	width: 170px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f5f5f5;
	/* border-radius: 5px; */
	padding: 5px;
}

.text-vernissage {
  color: black;
  font-size: 12px;
  right: -270px;
  bottom: -150px;
  position: absolute;
  width: 170px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(181,179,179, 0.7);
  border-radius: 5px;
  padding: 5px;
}

/* Style des galeries d'images */
.gallery-evenemement {
	width: 50px;
}

.gallery-equipement {

}

/* Style catégories d'événements */
.description-categorie {
	margin: 25px 15px 25px 15px;
}

.description-categorie p {
	font-size: 18px;
}

/* Page rétrospective */

.video-retro {
	transition: transform .5s;
}
.video-retro:hover {
	transform: rotateX(-10deg);
}

.video-retro iframe {
	border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dates en listes - ex: page accueil */

.accueil-police {
	font-family: 'mark pro' !important;
}

.liste-date{
	text-align: left;
}
div .liste-date li {
}

div .liste-date ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

/* VIDEOS */


@media (min-width: 950px) {
	.video-promo iframe {
	max-width: 950px;
	height: 533px;
	width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 949px) {
	.video-promo iframe {
	max-width: 768px;
	height: 430px;
	width: 100%;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.video-promo iframe {
	max-width: 500px;
	height: 280px;
	width: 100%;
	}
}

@media (max-width: 500px) {
	.video-promo iframe {
	max-width: 320px;
	height: 179px;
	width: 100%;
	}
}

/* Template frontière */

.row-cycle {
	display: flex;
}

.colonne-1-cycle {
	float: left;
	width: 27%;
	height: auto;
	border: solid 4px #333;
	opacity: 0.7;
	padding: 40px 30px 20px 20px;
	margin-right: 15px;

}

.colonne-1-cycle h4 {
	font-size: 24px;
	text-align: center;
	color: #dcb62d !important;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'mark pro' !important;
	font-weight: 500;
}

.colonne-2-cycle {
	float: right;
	width: 73%
	height: auto;
}

.no-margin-bot{
	margin-bottom: 0px;
	margin-top: 7px !important;
}

.colonne-2-cycle p {
	margin: 0px;
}
/* Bouton article rétrospective */
.bouton-retro {
	background-color: #4a6c6f;
	color: white;
	border: solid;
	border-radius: 2px;
	padding: 20px 30px;
	margin: 50px 7px 30px 0px;
	font-size: 18px;
}

.bouton-retro:hover {
	background-color: #7fa5a8;
	color: white;

}

/* Article rétrospective premeir cycle */


@media (min-width: 950px) {
	.retro {
		margin-left: 150px;
		margin-right:150px;
	}
}

@media (min-width: 684px) and (max-width: 949px) {
	.retro {
		margin-left: 70px;
		margin-right:70px;
	}
}


@media (min-width: 320px) and (max-width: 683px) {
	.retro {
		margin-left: 0px;
		margin-right:0px;
	}
}

@media (min-width: 800px) {
	.video-art-retro {
		width:660px;
		height:360px;
	}
}

@media (min-width: 600px) and (max-width: 800px) {
	.video-art-retro {
		width:600px;
		height:338px;
	}
}

@media (min-width: 500px) and (max-width: 599px) {
	.video-art-retro {
		width: 500px;
		height: 281px;
	}
}

@media (min-width: 450px) and (max-width: 499px) {
	.video-art-retro {
		width: 450px;
		height: 253px;
	}
}

@media (min-width: 400px) and (max-width: 449px) {
	.video-art-retro {
		width: 400px;
		height: 225px;
	}
}
@media (min-width: 350px) and (max-width: 399px) {
	.video-art-retro {
		width: 350px;
		height: 197px;
	}
}

@media (min-width: 320px) and (max-width: 349px) {
	.video-art-retro {
		width: 320px;
		height: 180px;
	}
}

@media (min-width: 950px) {
	.balado-art-retro {
		width:100%;
		height:166px;
	}
}

@media (min-width: 320px) and (max-width: 949px) {
	.balado-art-retro {
		width: 100%;
		height: 180px;
	}
}

@media (min-width: 300px) and (max-width: 345px) {
	.bouton-retro {
		padding: 20px 5px;
	}
	}


.titre-video-homepage {
	color: #333 !important;
	margin-left: 7px !important;
	font-family: 'mark pro' !important;
}

/* Page Balade mes mots */

.bloc-texte {
	margin-bottom: 30px;
}

.bloc-dates p {
	margin-bottom: 2px;
	margin-left: 10px;

}

.bloc-dates {
	margin-bottom: 30px;
	border-style: solid;
	border-width: 3px;
	padding : 20px;
	margin:20px;
}

.bloc-credits {
	margin:20px;
}

.bloc-credits p {
	margin-bottom: 2px;
	margin-left: 10px;
}

.noir {
	color: black;
}

.plus-etroit {
	margin-left: 20px;
	margin-right: 20px;
}

#col-1 {
	flex: 40%;
}

#col-2 {
	flex: 60%;
}

#row-flex{
	display: flex;
}

/* Classes des formulaires avec Visual Form Builder */

.form-appeldossier2021 {

}

.margin-image-20px {
	margin: 20px;
}

/* Modèle page webinaire 2020*/

.collapsible {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.active_colla, .collapsible:hover {
}

.collapsible:before {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_colla:before {
  content: "\2212";
}

.content_colla {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
  margin-bottom: 10px;
}

.bloc-collapse {
	margin-bottom: 0px;
	margin-top: 0px;
	/*letter-spacing: 3px;*/
}

.bouton-inscription {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bouton-inscription-a {
	background-color: #00adcb;
	padding: 7px;
	color: white;
	border-radius: .4em;
	font-size: 20px;
}

.bouton-inscription-a:hover {
	color: #333;
}
.h2-webinaire {
	letter-spacing: 3px;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 50px;
}

.soustitre h3 {
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.bleu{
	background-color: #00adcb;
}

.bleu:hover {
	background-color: #f05867;

}

.corail {
	background-color: #f05867;
}

.corail:hover {
	background-color: #1cc190;
}

.vert{
	background-color: #1cc190;
}

.vert:hover{
	background-color: #00adcb;
}

button:focus .bleu{
	background-color: black;
}
/* Template webinaire Mutations */

.row-formateur-webinaire {
	display: flex;
	padding: 20px 0px 20px 0px;
}

.row-entreprise {
	display: flex;
	padding: 5px 0px 5px 0px;

}

.img-portrait-webinaire {
	max-width: 100%;
	padding: 5px 20px 5px 0px;
	vertical-align: middle;
}

.img-logo {
	max-width: 100%;
	padding: 5px 20px 5px 0px;
	float: right;
	height: 75px;
}

#col-grand-2-webinaire {
	width: 70%;
	height: auto;
	padding: 5px 20px 20px 20px;
}

#col-petit-2-webinaire {
	width: 30%;
	height: inherit;
}

div.gallery_webinaire {
  border: 1px solid #ccc;
}

div.gallery_webinaire:hover {
  border: 1px solid #777;
}

div.gallery_webinaire img {
  width: 100%;
  height: auto;
}

div.desc_webinaire {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive_webinaire {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive_webinaire {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.color-webinaire {
	background-color:
}

/*.font-flama p {*/
/*	font-family: flama !important;*/
/*}*/
/*.font-flama li {*/
/*	font-family: flama !important;*/
/*}*/
/*.font-flama h1 {*/
/*	font-family: flama !important;*/
/*}*/
/*.font-flama h2 {*/
/*	font-family: flama !important;*/
/*}*/
/*.font-flama h3 {*/
/*	font-family: flama !important;*/
/*	font-size: 30px;*/
/*	margin-bottom: 0px;*/
/*}*/
/*.font-flama h4 {*/
/*	font-family: flama !important;*/
/*}*/

.line-height-1-6 {
	line-height: 1.6em;
}

.flex-item {
	float: left;
}

.credit_image {
	text-align: right; 
	font-size: 12px; 
	padding-right: 20px;
}

.more-top {
	margin-top: 30px;
}

.more-bottom {
	margin-bottom: 30px;
}

/*Video responsive*/

.video-aspect {
    width: 100%;
    aspect-ratio: 16/9;
}

/* Event Fluidité */

.no-margin {
	margin: 0px !important;
}


/* style tableau equipement */

/* .tablepress .odd td{
    background-color: white;
}
.column-3 {display: none;}

.column-4 {
    background-color: rgba(255, 102, 0, 0.2) !important;
} */


/* nouveau footer max */

#footer-part{
	display:flex;
	width:100%;
}
#footer-memb{
	display:flex;
	width:100%;
}
#footer-part{
	display:flex;
	width:100%;	
}

/* Nouveaux boutons catégorie productions */

.div-boutons {
    margin-bottom: 20px;
}

/*a .btn-prod {*/
/*  padding: 3px 3px 3px 3px;*/
/*}*/

.btn-prod {
    display:flex;
	position: relative;
	color: black;
    padding: .9em .1em .6em .1em;
    width: 25%;
    border-style: solid;
  	border-width: 1px;
  	border-color: black;
    border-radius: 50px;
    font-size: 14px;
    white-space: normal;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    touch-action:  manipulation;
    cursor: pointer;
    user-select: none;
    float: left;
}

.btn-prod:hover {
	color:  white;
	background-color: black;
	opacity: 0.9;
}

@media (max-width: 900px) {
	.btn-prod {
	float: left;
	width: 800%;
	}
	.div-boutons {
		margin-bottom: 40px;
	}
}

/* Bouton projet web fluidité */

.div-boutons-fluidite {
    margin-bottom: 5px;
	border-spacing: 0px;    
}

a .btn-prod-fluidite {
  padding: 3px 3px 3px 3px;
}

.btn-prod-fluidite {
	position: relative;
	background-color: #000;
	color: #fff;
	opacity: 0.8;
    margin: 10px 5px 15px 0px;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    white-space: normal;
    letter-spacing: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action:  manipulation;
    cursor: pointer;
    user-select: none;
    float: left;
}

.btn-prod-fluidite:hover {
	color:  #fff;
	background-color: #ee4400;
	opacity: 0.9;
}

@media (max-width: 1010px) {
	.btn-prod-fluidite {
	float: left;
	width: 100%;
	margin: 5px 0px;
	}
	.div-boutons-fluidite {
		margin-bottom: 40px;
	}
}

/* adhesions */

.adhesion {
    display: flex;
    justify-content: space-evenly;
}

.adhesion-btn {
    background-color: white;
  	border: 1px solid black;
  	color: black;
  	margin-top: 30px;
  	padding: 12px 40px;
  	font-size: 20px;
  	cursor: pointer;
  	border-radius: 50px; 
}

.adhesion-btn:hover {
    background-color: black;
  	color: white;
}

@media screen and (max-width: 800px) {
    .adhesion {
    flex-direction: column;
    }
}

/* Bannière cookie yes*/

.cky-btn {
	border-radius: 200px !important;
	border-width: 1px !important;
}

/* Page À propos */

.column-topo {
  float: left;
  width: 31.33%;
  margin: 1%;
}

.a-propos-topo {
    margin: 0 10%;
}

@media screen and (max-width: 800px) {
  .column-topo {
    width: 100%;
  }
  
  .a-propos-topo {
    margin: 0;
}
}

/* décalage h1 page productions */
.catalogue {
    padding-left: 15px;
}

/* categories-navbar plus compacte sur mobile */
@media screen and (max-width: 1024px) {
    .nav > li > a {
        padding: 3px 6px !important;
    }
    
    .childrenCategoriesList{
        margin-top:-45px;
        font-size: 14px;
    }
}