<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Carton OndulÃ©
Theme URI: 
Version: 1.0.0
Author: Hopscotch/Kaudiz
Author URI: 
*/
@font-face {
	font-family: 'Singapore';
	src: url('fonts/SingaporeSlingItalic.eot');
	src: url('fonts/SingaporeSlingItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/SingaporeSlingItalic.woff') format('woff'),
		url('fonts/SingaporeSlingItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Singapore';
	src: url('fonts/SingaporeSlingBold.eot');
	src: url('fonts/SingaporeSlingBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SingaporeSlingBold.woff') format('woff'),
		url('fonts/SingaporeSlingBold.ttf') format('truetype');
	font-weight: 700;
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Singapore';
	src: url('fonts/SingaporeSlingBoldItalic.eot');
	src: url('fonts/SingaporeSlingBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/SingaporeSlingBoldItalic.woff') format('woff'),
		url('fonts/SingaporeSlingBoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Singapore';
	src: url('fonts/SingaporeSling.eot');
	src: url('fonts/SingaporeSling.eot?#iefix') format('embedded-opentype'),
		url('fonts/SingaporeSling.woff') format('woff'),
		url('fonts/SingaporeSling.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*styles gÃ©nÃ©riques*/
@keyframes site_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
*{
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
object, embed, iframe{
	position:relative;
	z-index:1;
	max-width:100%;
	/*height:auto;*/
}

a, a:hover, a:focus{
	color:inherit;
}
.relative{
	position:relative;
	z-index:1;
}
img{
	max-width:100%;
	height:auto;
}
.poz_static{
	position:static;
}
.nopadding{
	padding:0 !important;
	margin:0 !important;
}
.screen-reader-text{
	display: none;
}
html{
	font-size:62.5%;
}
body{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	background-color: #fff;
	color: #000;
	line-height: 1.25;
}
.singapore{
	font-family: 'Singapore';
}
/*FIN styles gÃ©nÃ©riques*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway';
	color: #81bc00;
}*/
h1,h2,h3{
	font-weight: 300;
}
article h1, article h2, article h3{
	margin-bottom: 20px;
}
.wpb_wrapper h1:first-child,.wpb_wrapper h2:first-child,.wpb_wrapper h3:first-child,.wpb_wrapper h4:first-child,.wpb_wrapper h5:first-child,.wpb_wrapper h6:first-child{
	margin-top: 0;
}
.wpb_wrapper h1:last-child,.wpb_wrapper h2:last-child,.wpb_wrapper h3:last-child,.wpb_wrapper h4:last-child,.wpb_wrapper h5:last-child,.wpb_wrapper h6:last-child{
	margin-bottom: 0;
}
h1{
	font-size: 7.2rem;
}
h2{
	font-size: 4.5rem;
}
h3{
	font-size: 3.5rem;
}
h4{
	font-size: 2.5rem;
}
h5{
	font-size: 2rem;
}
.hn{
	font-family: 'Singapore';
	color: #d7a366;
}
table{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
article p{
	margin-bottom: 20px;
}
article&gt;.container a{
	text-decoration: underline;
}
article&gt;.container ul li{
    margin-left: 15px;
	padding-top: 5px;
}
li::before{
  color: #5d1b51;
}
article&gt;.container li li{
	margin-left: 20px;
}
/**/
@media (min-width: 1201px) {
	.container{
		width: 100%;
		max-width: 1345px;
	}
}
#site{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1920px;
	overflow: hidden;
	animation-name: site_fadeIn;
	-webkit-animation-name: site_fadeIn;
	animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}
header{
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	padding-top: 18px;
	min-height: 73px;
	background-color: #fff;
	box-shadow: -2px 3px 3px 5px #ffffff;
}
header .site_logo{
	display: inline-block;
	max-width: 180px;
	vertical-align: middle;
}
header nav{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
}
header nav&gt;ul{
	display: none;
	margin-bottom: 0;
}
header nav&gt;ul:first-child{
	display: block;
}
	header nav&gt;ul&gt;li{
		list-style: none;
		color: #5e1b51;
		position: relative;
		z-index: 1;
		display: inline-block;
	}
	header nav&gt;ul&gt;li&gt;a{
		display: inline-block;
		padding: 15px 22px;
		text-decoration: none;
	}
	header nav&gt;ul&gt;li&gt;ul{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: auto;
		z-index: 1;
		background-color: #fff;
		padding: 20px;
	}
	header nav&gt;ul&gt;li:hover&gt;ul{
		display: block;
	}
	header nav&gt;ul&gt;li&gt;ul li{
		display: block;
		border-top: solid 1px #a985a2;
	}
	header nav&gt;ul&gt;li&gt;ul li:first-child{
		border-top: none;
	}
		header nav&gt;ul&gt;li&gt;ul li a{
			display: block;
			padding: 10px 0;
			color: #d7a366;
			text-decoration: none;
		}
	.wid_search{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 25px;
		height: 25px;
	}
	.icon-search{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 25px;
		height: 25px;
		text-align: center;
		cursor: pointer;
		background: url(img/search.png) center center no-repeat;
		z-index: 2;
	}
	.search-submit{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 25px;
		height: 25px;
		z-index: 1;
		font-size: 0;
		border: none;
		background-color: #fff;
	}
	.search-field {
		position: absolute;
		top: -5px;
		right: -5px;
		outline: none;
		width: 265px;
		height: 35px;
		margin: 0;
		z-index: 1;
		padding: 5px 10px;
		border: solid 1px #a985a2;
		pointer-events: none;
		opacity: 0;
		-moz-transition: all 250ms ease-in-out;
		-webkit-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
	}
	.wid_search.search-open .search-field{
		opacity: 1;
		pointer-events: auto;
	}
	.wid_search.search-open .icon-search{
		pointer-events: none;
	}
	.div_lang{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 25px;
		height: 25px;
		margin-left: 15px;
		font-weight: 700;
		font-size: 1.4rem;
		color: #5e1b51 !important;
		line-height: 25px;
	}
	.div_lang li{
		list-style: none;
	}
	.zone_wid{
		display: inline-block;
		vertical-align: middle;
	}
	.zone_wid&gt;*{
		display: inline-block;
		vertical-align: middle;
	}
	.zone_wid .picto_t{
		display: inline-block;
		background: url(img/picto_t.png) center center no-repeat;
		width: 28px;
		height: 28px;
		text-indent: -9999px;
		overflow: hidden;
	}
	.zone_wid p{
		margin: 0 !important;
	}
.navbar-toggle {
	float: none;
	margin: 0;
	padding: 0;
	display:none !important;
	vertical-align: middle;
	background-color:transparent;
	background-image:none;
	height:45px;
	width:45px;
	text-transform:uppercase;
	text-align:left;
	position: absolute;
	top: 0;
	right: 35px;
	z-index: 12;
}
.navbar-toggle:focus {
	outline:0
}
.navbar-toggle span {
	position:absolute;
	top:50%;
	right:0;
	display:block;
	width:45px;
	height:8px;
	border-radius:5px;
	background-color:#5e1b51;
	-webkit-transform:translateX(0) translateY(-50%);
	-ms-transform:translateX(0) translateY(-50%);
	transform:translateX(0) translateY(-50%);
	-webkit-transition:background .2s;
	transition:background .2s
}
.navbar-toggle span:after,.navbar-toggle span:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:45px;
	height:100%;
	border-radius:5px;
	background-color:#5e1b51;
	-webkit-transition:-webkit-transform .3s;
	transition:transform .3s
}
.navbar-toggle span:after {
	-webkit-transform:translateY(13px);
	-ms-transform:translateY(13px);
	transform:translateY(13px)
}
.navbar-toggle span:before {
	-webkit-transform:translateY(-13px);
	-ms-transform:translateY(-13px);
	transform:translateY(-13px)
}
@media (max-width: 1024px) {
body{
	padding-top: 73px;
}
	header nav{
		display:block !important;
		width:100%;
		height:100%;
		overflow:scroll;
		margin:0 !important;
		position:fixed;
		background-color:#fff;
		top:0;
		left:0;
		right:0;
		z-index:11;
		-webkit-transform:translateX(100%);
		-ms-transform:translateX(100%);
		transform:translateX(100%);
		-webkit-transition:-webkit-transform .3s;
		transition:transform .3s;
		-webkit-overflow-scrolling:touch;
		padding-top: 80px;
	}
	header nav&gt;ul{
		margin: auto;
		max-width: 340px;
		width: 90%;
		display: block;
	}
	header nav &gt; ul &gt; li{
		display: block;
	}
	header nav &gt; ul &gt; li &gt; a{
		padding: 5px 0;
		display: block;
	}
	header nav &gt; ul &gt; li &gt; ul, header nav &gt; ul &gt; li:hover &gt; ul{
		display: inline-block !important;
		position: relative;
		top: 0;
		padding: 0 20px;
		width: auto;
	}
	header.active nav{
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
	.navbar-toggle {
		display: block !important;
	}
	header.active .navbar-toggle span {
		background:0 0
	}
	header.active .navbar-toggle span:before {
		width:45px;
		height:2px;
		background-color:#5e1b51;
		-webkit-transform:translateY(0) rotate(45deg);
		-ms-transform:translateY(0) rotate(45deg);
		transform:translateY(0) rotate(45deg)
	}
	header.active .navbar-toggle span:after {
		background-color:#5e1b51;
		height:2px;
		-webkit-transform:translateY(0) rotate(-45deg);
		-ms-transform:translateY(0) rotate(-45deg);
		transform:translateY(0) rotate(-45deg)
	}
	.wid_search{
		margin-left: 30%;
	}
}
@media (max-width: 800px) {
	.wid_search{
		display: none;
	}
	.div_lang{
		float: right;
		margin-right: 90px;
		margin-top: 10px;
	}
}
footer{
	box-shadow: 0px 40px 85px 10px #d7a366;
	background-color: #fff;
}
footer&gt;div{
	min-height: 100px;
	padding-top: 18px;
}
footer&gt;div .ct&gt;.widget_media_image{
	float: left;
	width: 25%;
	text-align: left;
}
footer&gt;div .ct&gt;.widget_nav_menu{
	float: left;
	width: 50%;
	text-align: center;
	color: #d7a366;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}
footer&gt;div .ct&gt;.widget_nav_menu li{
	list-style: none;
	display: inline-block;
	margin: 20px;
}
footer&gt;div .ct&gt;.widget_text{
	padding-top: 6px;
	float: left;
	width: 25%;
	text-align: right;
	font-family: 'Singapore';
	font-size: 1.8rem;
	color: #5f1b51;
}
footer&gt;aside{
	background-color: #5e1b51;
	color: #fff;
	min-height: 55px;
	padding-top: 20px;
}
footer&gt;aside .ct&gt;.widget_text{
	float: left;
	width: 50%;
	text-align: center;
	color: #d7a366;
	font-size: 1.4rem;
	line-height: 20px;
}
footer&gt;aside .ct&gt;.widget_text:first-child{
	float: left;
	width: 25%;
	text-align: left;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 20px;
}
footer&gt;aside .ct&gt;.widget_nav_menu{
	float: left;
	width: 25%;
	text-align: right;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 20px;
}
footer&gt;aside .ct&gt;.widget_nav_menu li{
	list-style: none;
	display: inline-block;
	margin: 0 6px;
}
footer&gt;aside .ct&gt;.widget_nav_menu li a{
	text-decoration: underline;
}
.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 100%;
	background-color: rgba(94,27,81,0.8);
}
	.popin{
		position: absolute;
		top: 500%;
		left: 0;
		right: 0;
		z-index: 1;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: auto;
		width: 80%;
		max-width: 1345px;
		background-color: #fff;
		padding:80px;
		padding-bottom: 20px;
		-moz-transition: all 1250ms ease-in-out;
		-webkit-transition: all 1250ms ease-in-out;
		-o-transition: all 1250ms ease-in-out;
		transition: all 1250ms ease-in-out;
		max-height: 80%;
		overflow: auto;
	}
	.popin&gt;.ct{
		padding-bottom: 80px;
	}
.overlay.open{
	display: block;
}
	.overlay.open .popin{
		top: 50%;
	}

/**/
.vc_row.wpb_row{
	padding: 25px 0;
}
.vc_row.wpb_row .wpb_wrapper .vc_row.wpb_row{
	padding: 10px 0;
}
.vc_column-inner .vc_row-has-fill&gt;.vc_column_container &gt; .vc_column-inner{
	padding-top: 0;
}
.wpb_content_element:last-child{
	margin-bottom: 0;
}
section.vc_section-has-fill{
	background-position: center center !important;
}
/**/
.wpb_wrapper&gt;.vc_custom_heading{
	font-family: 'Singapore';
	margin-bottom: 4rem;
}
.vc_btn3.vc_btn3-style-classic{
	text-transform: uppercase;
	border: solid 1px #000;
	-moz-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.vc_btn3.vc_btn3-size-md{
	font-size: 1.8rem !important;
	padding: 9px 35px;
}
/*.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    color: #d7a366;
}*/
.vc_btn3.vc_btn3-size-md .vc_btn3-icon{
	line-height: 12px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-custom .vc_btn3-icon{
    color: #d7a366;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover, .vc_submit{
	color: #fff;
	background-color: #5e1b51;
	border: solid 1px #5e1b51;
}
body.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #d7a366;
}
body.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background-color: #d7a366;
}
/**/
body.home .vc_grid-container .bloc_actus:nth-child(4){
	display: none !important;
}
/**/
article .entete, div.temple .entete{
	min-height: 150px;
	position: relative;
	z-index: 1;
}
article .entete .visuel, div.temple .entete .visuel{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
article.intranet .entete {
	height: 255px;
	background-color: #daa56a;
	margin-top: 73px;
	text-align: center;
}
article .entete .over_entete, div.temple .entete .over_entete{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
article .entete .over_entete&gt;*, div.temple .entete .over_entete&gt;*{
	font-family: 'Singapore';
	font-size: 5rem;
	color: #fff;
}
body.single article{
	padding-bottom: 90px;
}
.meta_actu{
	padding-top: 65px;
	margin-bottom: 65px;
}
.meta_actu .date{
	clear: both;
	font-weight: 800;
}
.meta_actu .labl{
	background-color: #5e1b51;
	color: #fff;
	padding: 5px 20px !important;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: left;
	min-width: 215px;
	margin-bottom: 15px;
	float: left;
}
.titre_actu{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3rem;
}
.bttf{
	color: #5e1b51;
	text-decoration: none !important;
}
.prev_post, .next_post{
	display: inline-block;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	background-color: #d7a366;
	position: relative;
	z-index: 1;
}
.prev_post:before, .next_post:before{
	font-family: "FontAwesome";
	content: "\f105";
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 4.5rem;
	line-height: 41px;
}
.prev_post:before{
	content: "\f104";
}
.prev_post a, .next_post a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
/**/
.btn_popin{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	padding: 25px;
	background-color: #5e1b51;
	font-size: 1.7rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.btn_popin .vc_btn3-icon{
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 12px;
    color: #d7a366;
}
.info_popin{
	display: none;
}
	.close_popin{
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
		width:45px;
		height:45px;
	}
	.close_popin:after,.close_popin:before {
		content:'';
		position:absolute;
		top:20px;
		left:0;
		display:block;
		width:45px;
		height:100%;
		border-radius:5px;
		background-color:#5e1b51;
		-webkit-transition:-webkit-transform .3s;
		transition:transform .3s
	}
	.close_popin:before {
		width:45px;
		height:2px;
		background-color:#5e1b51;
		-webkit-transform:translateY(0) rotate(45deg);
		-ms-transform:translateY(0) rotate(45deg);
		transform:translateY(0) rotate(45deg)
	}
	.close_popin:after {
		background-color:#5e1b51;
		height:2px;
		-webkit-transform:translateY(0) rotate(-45deg);
		-ms-transform:translateY(0) rotate(-45deg);
		transform:translateY(0) rotate(-45deg)
	}
/**/
section#annuaire{
	margin-top: -25px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 100px;
}
section#annuaire.only_map{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
	padding-bottom: 0;
}
.acf-map{
	width: 100%;
	height: 865px;
	z-index:1 !important;
}
.acf-map .img_temp{
	position: relative;
	z-index: 1;
}
.acf-map .content_temp{
	/*position: absolute;
	top: 50%;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	text-align: center;
	background-color: #fff;
	border: solid 2px #5e1b51;
	padding: 25px 15px;
	max-width: 650px;
	margin: auto;
}

.only_map .acf-map{
	height: 630px;
}
.gm-style-iw{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	width: 290px !important;
	top: 0 !important;
	left: 0 !important;
	/*background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);*/
}
.gm-style-iw .titre {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 16px;
	background-color: #5e1b51;
	color: white;
	text-transform: uppercase;
}
.gm-style-iw .region {
	display: none;
}
.gm-style-iw .more {
	font-size: 1.2rem;
	background-color: #d7a366;
	color: #fff;
	padding: 5px 16px;
}
.gm-style-iw .more&gt;div img{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: auto;
	margin: 5px 0;
}
.search_map{
	padding: 50px 0;
	background-color: #f7ede0;
}
.search_map label{
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.search_map select{
	width: 90%;
	padding: 9px 20px;
}
#listing_sites{}
.only_map #listing_sites{ display: none; }
#listing_sites .titre_listing{
	font-size: 2.4rem;
	color: #5e1b51;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 35px;
	font-weight: 700;
}
#listing_sites .item{
	position: relative;
	z-index: 1;
	max-width: 270px;
	-moz-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font-size: 1.4rem;
}
#listing_sites .item.open{
	z-index: 2;
}
#listing_sites .item .denom{
	cursor: pointer;
	padding: 16px 0;
	padding-right: 18px;
	/*border-bottom: solid 2px #5e1b51;*/
	font-weight: 700;
}
#listing_sites .item .denom .titre{
	font-size: 1.6rem;
	height: 38px;
	line-height: 1.1;
}
#listing_sites .item .denom .region{
	color: #5e1b51;
}
#listing_sites .item .denom span{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
	width: 17px;
	height: 17px;
}
#listing_sites .item .denom span:before, #listing_sites .item .denom span:after{
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #5e1b51;
}
#listing_sites .item .denom span:before{
	top: 0;
	left: 50%;
	width: 30%;
	margin-left: -15%;
	height: 100%;
	-moz-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#listing_sites .item .denom span:after{
	top: 50%;
	height: 30%;
	margin-top: -15%;
	width: 100%;
}
#listing_sites .item.open .denom span:before{
	top: 50%;
	height: 0;
}
#listing_sites .item .more{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 2px #5e1b51;
}
#listing_sites .item .more&gt;div{
	display: none;
	line-height: 1.5;
	padding-bottom: 10px;
}
#listing_sites .item .more&gt;div p{
	margin-bottom: 0;
}
#listing_sites .item .more&gt;div img{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	width: auto;
}
/**/
.bloc_actus{}
.bloc_actus .vc-gitem-zone-height-mode-auto:before {
	display: none;
}
.bloc_actus .vc_gitem-zone-a .vc_gitem-row-position-top, .bloc_actus .vc_gitem-zone-b .vc_gitem-row-position-top, .bloc_actus .vc_gitem-zone-a .vc_gitem-row-position-middle, .bloc_actus .vc_gitem-zone-b .vc_gitem-row-position-middle, .bloc_actus .vc_gitem-zone-a .vc_gitem-row-position-bottom, .bloc_actus .vc_gitem-zone-b .vc_gitem-row-position-bottom{
	position: relative;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.bloc_actus .vc_gitem_row .vc_gitem-col{
	padding: 0;
}
.bloc_actus .ba_tab{
	display: inline-block;
	min-width: 52%;
	width: auto;
	background-color: #5e1b51;
	color: #fff;
	padding: 5px 20px !important;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	/*-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);*/
}
.ba_tab .vc_grid-filter.vc_grid-filter-center{
	text-align: left;
	margin-bottom: 0;
}
.bloc_actus figure{
	position: relative;
	z-index: 1;
	height: auto;
	padding-bottom: 100%;
	display: block !important;
	overflow: hidden;
}
.bloc_actus .wpb_single_image .vc_single_image-wrapper{
	display: inline;
}
.bloc_actus figure:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #d7a366;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;
}
.bloc_actus figure img{
	height: auto;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/
	width: auto;	
	/*padding-bottom: 1px;*/
	position: absolute;
	/*left: 50%;*/
	top: -999px;
	left: -999px;
	right: -999px;
	bottom: -999px;
	margin: auto;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
}
@supports ( object-fit: cover ) {
	.bloc_actus figure img{
		/*height: 100%;*/
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		bottom: 0;
		top: 0;
		right: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		margin: auto;
	}
}
.bloc_actus .vc_gitem-post-data-source-post_title{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: rgba(255,255,255,0.75);
	min-height: 85px;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.bloc_actus .vc_gitem-post-data-source-post_title&gt;div{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 20px;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
}
.bloc_actus .vc_gitem_row.vc_row.vc_gitem-row-position-bottom{
	padding: 0 20px;
	font-size: 1.5rem;
}
.bloc_actus .vc_gitem-zone:hover{}
.bloc_actus .vc_gitem-zone:hover figure:before{
	opacity: 0.7;
}
.bloc_actus .vc_gitem-zone:hover .vc_gitem-post-data-source-post_title{
	background-color: #5e1b51;
	color: #fff;
	opacity: 1;
}
ul.vc_grid-filter{
	margin: 50px 0;
}
ul.vc_grid-filter .vc_grid-filter-item{
	font-size: 1.4rem !important;
	color: #d7a366;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 !important;
	padding-left: 0 !important;
}
ul.vc_grid-filter .vc_grid-filter-item:before{
	display: inline-block;
	vertical-align: middle;
	content: '-';
	margin-right: 10px;
	position: relative;
	top: -3px;
}
ul .vc_grid-filter-item:first-child:before{
	display: none;
}
.vc_pageable-load-more-btn .vc_general{
	background: none !important;
	border-bottom:solid 1px #5e1b51;
	color: #000 !important;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.vc_pageable-load-more-btn .vc_btn3-icon{
	color: #000 !important;
	font-size: 2.4rem !important;
}
/**/
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before{
	background: #d7a366;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav-title{
	color: #d7a366;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button{
	border-color: #d7a366;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current{
	color: #5e1b51;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button{
	border-color: #5e1b51;
	background: #5e1b51;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button{
	background: #5e1b51;
}
.wpcf7-form{}
.wpcf7-form .wpcf7-submit{
	border-radius: 0 !important;
	color: #fff;
	background : #5e1b51;
	padding: 18px 36px;
	width: 100%;
}
.wpcf7-form label{
	display: block;
}
.wpcf7-checkbox{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 3px;
}
.wpcf7-form label.ok{
	display: inline;
}

.gotop{
	width: 50px !important;
	height: 50px;
	opacity: 0;
	position: fixed;
	bottom: -40px;
	right: 20px;
	z-index: 6;
	display: block;
	background: url(img/top.png) center center no-repeat #5e1b51;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.gotop.affix{
	opacity: 0.6;
	bottom: 80px;
}
.gotop:hover{
	opacity: 1;
}
/**/
.wpb_single_image.survol .vc_figure{
	position:relative;
	z-index: 1;
}
.wpb_single_image.survol .vc_figure:before{
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #d7a366;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	pointer-events: none;
}
.wpb_single_image.survol figcaption{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 4.8rem;
	color: #fff;
	font-weight: 700;
	pointer-events: none;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	margin-top: 100px;
	text-transform: uppercase;
}
.wpb_single_image.survol:hover .vc_figure:before{
	opacity: 0.7;
}
.wpb_single_image.survol:hover figcaption{
	opacity: 1;
	margin-top: 0;
}
.alert-success, .alert-warning {
	color: #5e1b51;
	background-color: transparent;
	border-color: transparent;
}
/**/
.ct_temple{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ct_temple .hn{
	margin-bottom: 50px;
}
article.extrait .titre{
	color: #5e1b51;
}
.navigation .fa{
	color: #5e1b51;
	margin: 0 2px;
}
.navigation .nav-links&gt;*{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
/**/
.nav_intranet .nav{
	text-align: center;
	color: #fff;
	background-color: #5e1b51;
	padding: 35px 0;
}
.nav_intranet .nav&gt;ul{
	margin-bottom: 0;
	display: inline;
}
.nav_intranet .nav&gt;ul&gt;li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
		position: relative;
		z-index: 1;
}
.nav_intranet .nav li a{
	text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 1.5rem;
}
	.nav_intranet .nav&gt;ul&gt;li&gt;ul{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		/*width: 100%;*/
		z-index: 1;
		background-color: #fff;
		padding: 20px;
	}
.nav_intranet .nav&gt;ul&gt;li:hover{
	z-index: 2;
}
	.nav_intranet .nav&gt;ul&gt;li:hover&gt;ul{
		display: block;
	}
	.nav_intranet .nav&gt;ul&gt;li&gt;ul li{
		display: block;
		border-top: solid 1px #a985a2;
	}
	.nav_intranet .nav&gt;ul&gt;li&gt;ul li:first-child{
		border-top: none;
	}
		.nav_intranet .nav&gt;ul&gt;li&gt;ul li a{
			display: block;
			padding: 10px 0;
			color: #d7a366;
			text-decoration: none;
			text-align: left;
		}
		.nav_intranet .nav&gt;ul&gt;li&gt;ul li a:hover{
			color: #5e1b51;
		}
.nav_intranet .logout span{
	margin-left: 12px;
	font-size: 2.3rem;
	font-weight: normal;
}
.nav_intranet .ariane{
	background-color: #fef9f1;
	color: #000;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 35px 0;
}
.nav_intranet .ariane em{
	font-style: normal !important;
}
.nav_intranet .ariane a{
	color: #5e1b51;
	text-decoration: underline;
}
.form_acces{
	background-color: #efe8ed;
	padding: 45px;
}
.form_acces&gt;.singapore{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 45px;
	color: #5e1b51;
}
.form_acces label{
	display: block;
}
.form_acces .input,
.form_acces .form-control{
	display: block;
	width: 100%;
	height: 34px;
padding: 6px 12px;
font-size: 14px;
	color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	max-width: 450px;
	border-radius: 0;
}
.form_acces .has-error .form-control{
	border-color: #a94442;
}
.form_acces .btn,
.form_acces .button{
	border: none;
	margin-top: 40px;
	border-radius: 0 !important;
	color: #fff;
	background : #5e1b51;
	padding: 18px 36px;
}
.item_sub_rub{
	width: 250px;
	height: 250px;
	display: inline-block;
	vertical-align: middle;
	margin: 30px 60px;
}
.item_sub_rub a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #daa56a;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 800;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.item_sub_rub a:hover{
	background-color: #f8ede1;
	color: #daa56a;
}
.item_sub_rub a span{
	display: block;
	width: 100%;
	position:absolute;
	top:50%;
	left: 0;
	-webkit-transform:translateX(0) translateY(-50%);
	-ms-transform:translateX(0) translateY(-50%);
	transform:translateX(0) translateY(-50%);
}
.item_publi{
	margin-bottom: 30px;
}
.item_publi a{
	text-decoration: none !important;
}
.item_publi .rub{
	display: inline-block;
	min-width: 52%;
	width: auto;
	background-color: #daa56a;
	color: #fff;
	padding: 5px 20px !important;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}
.item_publi .ct{
	background-color: #efe8ed;
	padding: 20px;
	text-align: justify;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	font-size: 1.5rem;
	height: 260px;
}
.item_publi .titre{
	font-weight: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #5e1b51;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	margin-bottom: 12px;
}
.item_publi .meta{
	font-weight: 1.4rem;
	font-weight: 800;
	-moz-transition: all 400ms ease-out !important;
	-webkit-transition: all 400ms ease-out !important;
	-o-transition: all 400ms ease-out !important;
	transition: all 400ms ease-out !important;
	margin-bottom: 25px;
}
.item_publi a:hover .ct{
	background-color: #5e1b51;
	color: #fff;
}
.item_publi a:hover .titre, .item_publi a:hover .meta{
	color: #fff;
}
body article.intranet.accueil{
	padding-bottom: 0;
}
article.intranet .meta_actu .labl{
	background-color: #d7a366;
}
article.intranet .prev_post, article.intranet .next_post{
	background-color: #5e1b51;
}
article.intranet .titre_actu{
	text-transform: none;
	font-weight: 800;
	font-size: 3rem;
}
.intranet_search{
	background-color: #fef9f1;
	color: #000;
	padding: 35px 0;
}
.intranet_search .singapore{
	font-size: 3.6rem;
	color:#5e1b51;
	margin-bottom: 30px;
	text-transform: lowercase;
}
.intranet_search .form-control{
}
.intranet_search .btn{
	border: none;
	width: 100%;
	text-align: center;
	border-radius: 0 !important;
	color: #fff;
	background : #5e1b51;
	text-transform: uppercase;
}
.intranet_search_result{
	padding-top: 45px;
}
.intranet_search_result .singapore{
	font-size: 2.8rem;
	color:#5e1b51;
	margin-bottom: 30px;
	text-transform: lowercase;
}
/**/
body.wpb-js-composer article .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab&gt;a:hover,
body.wpb-js-composer article .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab&gt;a,
body.wpb-js-composer article .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer article .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover{
	border-color: #d7a366;
	background-color: #d7a366;
}
/**/
@media (max-width: 1200px) {
	.container{
		width: 98%;
	}
	footer &gt; div .ct &gt; .widget_nav_menu li{
		margin: 20px 10px;
	}
}
@media (max-width: 1100px) {
	footer &gt; div .ct &gt; .widget_nav_menu li{
		font-size: 1.4rem;
	}
}
@media (max-width: 1024px) {
article .entete, div.temple .entete{
	min-height: auto;
}
article .entete .over_entete &gt; *, div.temple .entete .over_entete &gt; *{
	padding: 0 15px;
	font-size: 2rem;
}
h2{
	font-size: 3.5rem;
}
h3{
	font-size: 2.5rem;
}
h4{
	font-size: 1.5rem;
}
h5{
	}
	body footer&gt;aside .ct&gt;*{
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		float: none !important;
		font-size: 1.4rem !important;
	}
	footer &gt; div .ct &gt; .widget_nav_menu{
		visibility: hidden;
	}
}
@media (max-width: 900px) {
footer&gt;div .ct&gt;.widget_text{
	width: 50%;
}
footer&gt;div .ct&gt;.widget_media_image:first-child{
	width: 50%;
}
footer&gt;div .ct&gt;.widget_nav_menu{
	display: none;
}
}
@media (max-width: 800px) {
	.gotop{
		display: none !important;
	}
	body.home .vc_grid-container .bloc_actus, body.home .vc_grid-container .bloc_actus:nth-child(4){
		display: block !important;
		width: 50% !important;
		float: left !important;
	}
	.vc_responsive .bloc_actus .vc_grid-filter{
		display: block !important;
	}
}
@media (max-width: 640px) {
	.overlay .popin{
		width: 100%;
		height: 100%;
		padding: 80px 20px;
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		max-height: 100%;
	}
	.overlay.open .popin{
		top: 0;
	}
}
@media (max-width: 600px) {
	body.home .vc_grid-container .bloc_actus, body.home .vc_grid-container .bloc_actus:nth-child(4){
		display: block !important;
		width: 100% !important;
		float: none !important;
	}
	.bloc_actus .vc_gitem-post-data.vc_gitem-post-data-source-post_title{
		margin-bottom: 0;
	}
footer&gt;div .ct&gt;.widget_text{
	width: 100%;
	display: block;
	text-align: center;
}
footer&gt;div .ct&gt;.widget_media_image:first-child{
	width: 100%;
	display: block;
	text-align: center;
}
}
@media (max-width: 360px) {
}


@media print {
}







































</pre></body></html>