<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-content, #header-content a, #header-content textarea {
    color: white;
}
#header-content {
    padding: 16px 10px;
    width: 600px;
}
#header-content h1, #header-content h1 textarea {
    font-size: 18px; font-weight: bold;
    margin: 0 0 10px;
}
#header-content h2, #header-content h2 textarea {
    font-size: 16px; font-weight: normal;
    margin: 0 0 10px;
}
#header-content h3, #header-content h3 textarea {
    font-size: 12px; font-weight: normal;
}

#header-mediumlogo-wrapper {
    float: right;
    margin: 20px 0;
}

/* menu */
#menu li a {
    font-size: 14px; font-weight: normal;
    padding: 10px 25px;
}
#menu li:hover {
    background: gray;
    background: rgba(255, 255, 255, 0.2);
}

/* contenu */
.model-12 #corps-wrapper {
    background: url("/images/backgrounds-1000s/Palais-de-justice-paris.jpg") top center repeat-y;
    min-height: 600px;
}
#corps {
	padding-bottom: 30px;
    position: relative;
}

.sidebar {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.85);
    float: left;
    margin: 80px 0 0 20px;
    padding: 15px 10px;
}
.sidebar, .sidebar a, .sidebar textarea, .sidebar .c1 {
    /*color: white !important;*/
}
#content {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.85);
    float: left;
    margin: 80px 0 0 40px;
    padding: 0 20px 20px;
    width: 640px;
}
.nonaccueil #content {
	padding-top: 20px;
}

.tooltip.backgrounds-1000 {
    left: auto;
    position: absolute;
    right: 0;
    width: 150px;
}

/* accueil */
#accueil-contenu .titre, #accueil-contenu .titre textarea {
    font-size: 14px;
    margin: 1.5em 0;
}

/* publications */
.ajouter-article-bouton {
	margin-top: -10px;
}
.publication-form-wrapper {
	width: 640px;
}
#publication-form input[name=titre] {
	width: 570px;
}

/* cabinet */
.withcollabs {
    width: 335px;
}
.content-header span, .content-header span textarea {
    width: 590px;
}
.withcollabs .content-header span, .withcollabs .content-header span textarea {
    width: 280px;
}
#collabsWrapper {width: 295px;}

/* extranet */
.stockage table.files tbody tr:hover {
	background-color: #ffffff;
}

#footer-wrapper {
    margin: 0 auto;
    padding: 10px 0;
    width: 1000px;
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 14px;
	}
	#menu-toggle {
        background: #f0f0f0;
        border: 1px solid #cecece;
        display: block;
        font-size: 26px;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    #menu-toggle:hover {
        background: #cecece;
        text-decoration: none;
    }
    #menu-toggle .text {
        display: inline;
        margin-right: 5px;
        text-transform: uppercase;
    }
    #menu-toggle .glyphicon {
        font-size: 22px;
    }
	.model-12 #menu-wrapper {
        border: 1px solid #cecece;
        display: none;
        height: auto;
    }
    .model-12 #menu {
        border-top: none;
        left: auto;
        position: relative;
        right: auto;
    }
    .model-12 #menu &gt; li {
        float: none;
    }
    .model-12 #menu &gt; li &gt; a {
        border: none;
        border-bottom: 3px solid #cecece;
        font-size: 22px;
        padding: 10px;
    }
    #menu li.first a {
        border-radius: 0;
    }
    #menu li.first a img {
        display: none;
    }
    #menu li.first a .text {
        display: inline;
    }
    #menu li .bgDark {
        background: transparent !important;
    }
    .model-12 #menu li.last a {
        border-radius: 0;
        color: gray;
    }
    .dropdownmenu li ul {
        background: transparent;
        border: none;
        box-shadow: none;
        position: relative;
        opacity: 1;
    }
    .dropdownmenu li.active ul {
        display: block;
    }
    .model-12 #menu li li {
        background: #f0f0f0;
        max-width: 100%;
        width: 100%;
    }
    #menu li li a {
        border-bottom-style: dashed;
        font-size: 18px;
        font-style: italic;
        padding: 10px;
        text-align: center;
    }
	
	#all {
		width: 100%;
	}
	#header,
	#menu,
	#corps,
	#footer-wrapper,
	#footer {
		width: 100%;
	}
	
	#corps-wrapper {
		margin-top: 20px;
	}
	#content {
		margin-left: 20px;
		width: calc(100% - 320px);
	}
	
	.content-header .miniature {
		display: none;
	}
	.content-header span {
		width: 100%;
	}
	#content h1 {
		font-size: 18px;
		margin: 0 0 1em;
		padding: 0;
		text-transform: uppercase;
	}
	
	.contact-form {
		width: 100%;
	}
	.contact-form input[type=text],
	.contact-form input[type=email],
	.contact-form textarea {
		width: calc(100% - 8px);
	}
	
	.googlemap-voircarte {
		margin: 1em 0;
	}
}
@media screen and (max-width: 700px) {
	#header-mediumlogo-wrapper {
		float: none;
	}
	#header-mediumlogo-wrapper a {
		display: block;
		margin: 0 auto;
		width: 100px;
	}
	#header-content {
		padding: 0;
		width: 100%;
	}
	#header-content h1 {
		margin: 0 0 1em;
		padding: 0;
		text-align: center;
	}
	#header-content h2 {
		margin: 0 0 1em;
		padding: 0;
		text-align: center;
	}
	
	#corps {
		padding: 15px;
		width: calc(100% - 30px);
	}
	#content {
		font-size: 14px;
		margin: 20px 0 0;
		padding: 15px;
		width: calc(100% - 30px);
	}
	
	.sidebar {
		float: none;
		font-size: 14px;
		margin: 0;
		width: calc(100% - 20px);
	}
	.sidebar .nom {
		font-size: 20px;
		margin: 0 0 0.5em;
		padding: 0;
		text-transform: uppercase;
	}
	.sidebar .profilimage {
		float: none;
		margin: 0;
	}
	.sidebar .titre {
		font-size: 16px;
		text-transform: uppercase;
	}
	.sidebar .coordonnees-wrapper {
		margin: 20px 0;
	}
	
	.nonaccueil .sidebar {
		display: none;
	}
	
}</pre></body></html>