<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
 * ADMIN BAR
 * ========================================================================== */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
body.admin-bar .layout-header.affix,
body.admin-bar .layout-navigation.affix {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .layout-header.affix,
	body.admin-bar .layout-navigation.affix {
		top: 46px;
	}
}


/* ==========================================================================
 * EMBED, IFRAME, OBJECT
 * ========================================================================== */
embed,
iframe,
object {
	max-width: 100%;
}


/* ==========================================================================
 * EMBED
 * ========================================================================== */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================
 * ALIGNMENT
 * ========================================================================== */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ==========================================================================
 * GALLERY
 * ========================================================================== */
.gallery {
	margin: 1em -5px;
}
.gallery:before, .gallery:after {
    content: " ";
    display: table;
}
.gallery:after {
	clear: both;
}
.gallery-item {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: center;
}
.gallery-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.gallery-icon,
.gallery-icon.portrait,
.gallery-icon.landscape {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #DEDEDE;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	margin: 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66666667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571429%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11111111%;
}

/* Fix pour les galeries sur IE10/11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.gallery-icon,
	.gallery-icon &gt; a,
	.gallery-icon.portrait,
	.gallery-icon.landscape {
		width: 100%;
		display: block;
	}
}

/* ==========================================================================
 * CAPTION
 * ========================================================================== */
.wp-caption-text {
	display: block;
    padding: 9px 4px 5px;
    font-size: 80%;
    line-height: 1.15em;
    text-align: center;
    font-style: italic;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	display: inline-block;
	transition: all .3s;
	border-radius: 2px;
	border: 1px solid #DEDEDE;
	padding: 5px;
	vertical-align: top;
	margin: 0 0 11px;
	text-align: center;
}
.wp-caption a {
	display: block;
}
img[class*="wp-image-"] {
	display: block;
	height: auto;
	max-width: 100%;
}


/* ==========================================================================
 * ACCESSIBILITY
 * ========================================================================== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/* ==========================================================================
 * MODAL LG
 * ========================================================================== */
.modal {
	margin-left: 15px;
	padding-right: 15px;
}
.modal button.close {
	top: 11px;
    right: 11px;
    margin: 0;
    position: absolute;
    z-index: 1;
    font-size: 30px;
    display: block;
    padding: 3px 10px 3px;
    border-radius: 4px;
    opacity: .8;
    background: #eee;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    outline: none;
    
}
.modal button.close:hover,
.modal button.close:active,
.modal button.close:focus {
	opacity: 1;
	background-color: #DDD;
}
.modal .modal-dialog {
	margin: 15px auto;
}
.modal .modal-lg {
	max-width: 100%;
}
.modal .article {
	padding: 30px 15px;
}
@media (min-width: 800px) {
	.modal .modal-lg {
	    width: 810px;
	}
	.modal .article {
		padding: 30px;
	}
	.modal .modal-dialog {
		margin: 30px auto;
	}
}


/* ==========================================================================
 * GOOGLE MAP
 * ========================================================================== */
.google-map {
	height: 600px;
    overflow: hidden;
    position: relative;
}
.gm-style,
.gm-style .gm-style-iw {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}
.gm-style .img-responsive {
	max-width: 100%;
}
@media screen and (max-width: 529px) {
	.google-map {
		height: 400px;
	}
}


/* ==========================================================================
 * COMMENTS
 * ========================================================================== */
.comments-area {
	margin-top: 40px;
}
.comments-title {
	margin-top: 0;
}
.comment-list {
	padding: 0;
	list-style: none;
}
.comment {
	display: block;
	margin-bottom: 25px;
}
.comment-body {
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}
.comment-author {
	margin-bottom: .25em;
}
.comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	margin-bottom: .7em;
    font-size: 90%;
}
.comment-metadata a {
	color: #8e8e8e;
}
.comment-metadata .edit-link:before {
	content: '| ';
}
.comment-content {
	margin-bottom: .7em;
}
.comment-content &gt; p:last-child {
	margin-bottom: 0;
}
.comment .children {
    padding-left: 50px;
}

/* ==========================================================================
 * SOCIAL TOOL BAR FIXED
 * ========================================================================== */
.social-toolbar-fixed {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.social-toolbar-fixed.affix-top {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	display: block;
}
.social-toolbar-fixed.affix-top,
.social-toolbar-fixed.affix {
    top: 130px;
    right: 50%;
    margin-right: 620px;
}
.social-toolbar-fixed.affix {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.social-toolbar-fixed.affix-bottom {
	position: absolute !important; /* very */
	bottom: auto !important; /* very */
    right: 100%;
    margin-right: 35px;
    opacity: 1;
}


/* ==========================================================================
 * BACK TO TOP
 * ========================================================================== */
.back-to-top {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1040;
}
.back-to-top a {
    display: inline-block;
    background: #3C3C3B;
    background-color: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding-top: 6px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    
}
.back-to-top a:hover,
.back-to-top a:active {
    background-color: rgba(0,0,0,.8);
    color: #fff;
}
.back-to-top a:focus {
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.back-to-top.affix-top {
    position: absolute;
    bottom: -82px;
    right: 25px;
}
.back-to-top.affix {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 1;
}

@media screen and (max-width:529px) {
    .back-to-top.affix {
        bottom: 0;
        right: 0;
    }
    .back-to-top.affix-top {
        right: 0;
    }
}


/* ==========================================================================
 * FORM TOOL
 * ========================================================================== */
 @media screen and (max-width: 529px) {
	.form-inline .particule {
	    position: absolute;
	    left: -15px;
	    top: 25px;
	}
	.form-inline br + .particule {
		top: auto;
		bottom: 30px;
	}
}

/* ==========================================================================
 * SVG LOGO
 * ========================================================================== */
.layout-footer svg.logo-inovagora {
	height: 22px;
	width: 104px;
	vertical-align: top;
}
.layout-footer svg.logo-inovagora polygon,
.layout-footer svg.logo-inovagora path,
.layout-footer svg.logo-inovagora circle {
	fill: rgba(255,255,255,.8);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}
.layout-footer svg.logo-inovagora:hover polygon,
.layout-footer svg.logo-inovagora:hover path,
.layout-footer svg.logo-inovagora:hover circle {
	fill: rgba(255,255,255,1);
}

/* ==========================================================================
 * PLUGINS
 * ========================================================================== */
#outdated {
	display: none;
}</pre></body></html>