<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessous pour en savoir plus.
*/

.custom-header {
	/*max-height: 400px;*/
	overflow: hidden;
}

.custom-logo-link img {
	max-height: 150px;
}

#wpst-breadcrumb {
	padding-top: 0px;
}

.breadcrumb {
	text-align: left;
	padding-left: 0px !important;
}

div.entry-content {
	max-width: 100% !important;
}

.single-post .entry-title,
.page .entry-title {
	/*font-size: 26px;*/
	font-size: 2.625em;
}

a, a:hover {
	color: #b1841f;
}

.panel-content {
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

a.button, a.button:hover {
	background-color: lightgrey;
	padding: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site-content {
	padding: 2em 0 0;
}

.post-thumbnail img {
	width: 100%;
	max-width: 768px;
}

div.entry-content{
	max-width: 768px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

h1.post-title&gt;a{
	text-decoration: none;
	color: #000;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 1.5em 0;
	padding: 3em 4em 0 4em;

	position: relative;
	color: #383838;
	background:#ececec;
}

blockquote:before {
	font-family: Georgia, serif;
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 10px;
	top: -15px;
	color: #7a7a7a;
}

blockquote:after {
	font-family: Georgia, serif;
	display: block;
	content: "\201D";
	font-size: 80px;
	position: absolute;
	right: 20px;
	bottom: -60px;
	color: #7a7a7a;
}


.site-footer .wrap, .site-footer .widget-area {
	padding-bottom: 0 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
	height: 750px;	
}

 /**** Footer ****/
 
.widget ul li {
	border: none;
	padding-right: 10px;
}
.widget ul li a.genericon {
	font-size: 35px;
	color: #767676;
 }

/**** Formulaire ****/

.wpcf7 label {
	display: block !important;
}

div.wpcf7 .wpcf7-form-control { 
	max-width: 100%; 
}

.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}

.wpcf7-text { 
	width: 100%;
} 


div.wpcf7 { 
	background-color: #f5f5f5; /* Adds background color */
	border: 2px solid #eee; /* Adds a form border */
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}</pre></body></html>