<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MENU RESPONSIVE*/
/*body {margin:0;}*/
.topnav &gt; .menuindex{
	display: none;
}
.topnav {
  /*overflow: hidden;*/
  background-color: #333;
    z-index: 10000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  color:red;
}

.topnav &gt; .active {
  background-color: #ddd;
  color: black;
  color:red;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;margin: 205px 0 0;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

@media only screen and (max-width: 1146px) {
	.topnav a {
		font-size: 16px;
		padding: 14px 11px;
	}
}
@media only screen and (max-width: 1034px) {
	.topnav a {
		font-size: 14px;
		padding: 14px 11px;
	}
}
@media only screen and (max-width: 920px) {
	.topnav a {
		font-size: 14px;
		padding: 14px 7px;
	}
}
@media only screen and (max-width: 844px) {
	.topnav a {
		font-size: 12px;
		padding: 14px 8px;
	}
}
@media only screen and (max-width: 768px) {
	.topnav a {
		font-size: 17px;
		padding: 14px 17px;
	}
	.topnav &gt; .menuindex{
		display: block;
	}
}

@media only screen and (max-width: 1206px) {
	#shadow {
	    width: 100%;
	}
	/*Header*/
	#top {
	    width: 100%;
	}
	nav#primary {
	    width: 100%;
	}
	nav#primary ul.main-menu a {
	    font-size: 0.75em;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    transition: all 0.3s ease-out 0s;
	}
	.next.active &gt; a, .next &gt; a:hover {
	    background: #c01624 none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 20px 10px;
	    text-decoration: none;
	}
	.next &gt; a {
	    background: #ffffff none repeat scroll 0 0;
	    color: #c01624;
	    padding: 20px 10px;
	    text-decoration: none;
	}
	#slideshow img {
	    width: 100%;
	}
	.marge03 {
	    margin: -30% 0 0 22%;
	}
	/*corps*/
	#inner-wrapper {
	    width: 75%;
	}
	.heading {
		width: 90%;
	}
	.heading h2 {
		width: 100%;
		font-size: 1.7em;
	}
	.white-line {
		width: 100%;
	}
	section.content-block {
		width: 90%;
	}
	.left figure {
		height: 100%;
		width: 100%;
	}
	.left figure a {
	    width: 100%;
	}
	.right {
	    width: 70%;
	}
	/*footer*/
	.preface {
	    background: #191919 url("../images/top-bg.png") repeat scroll 0 0;
	    border-bottom: 1px solid rgba(236, 179, 100, 0.1);
	    border-top: 1px solid rgba(236, 179, 100, 0.1);
	    float: left;
	    margin-bottom: 40px;
	    width: 100%;
	}
	ul.info {
	    width: 91%;
	}
	ul.info li {
	    width: 31%;
	}
	.col-md-6 {
	    width: 37%;
	}
	/*page evenement*/
	#slideshow_sem img {
	    height: auto;
	    margin: 0 0 0 38px;
	    width: 99.7%;
	}
	.service-wrap {
		width: 100%;
	}

}

@media only screen and (max-width: 1103px) {
	/*Header*/
	#top {
	    width: 100%;
	}
	nav#primary {
	    width: 100%;
	}
	nav#primary ul.main-menu a {
	    font-size: 0.65em;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    transition: all 0.3s ease-out 0s;
	}
	.next.active &gt; a, .next &gt; a:hover {
	    background: #c01624 none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 20px 10px;
	    text-decoration: none;
	}
	.next &gt; a {
	    background: #ffffff none repeat scroll 0 0;
	    color: #c01624;
	    padding: 20px 10px;
	    text-decoration: none;
	}
	#slideshow img {
	    width: 100%;
	}
	.marge03 {
	    margin: -30% 0 0 22%;
	}
	/*corps*/
	#slideshow {
	    margin: 244px auto 0;
	}
	.titre_slider {
	    font-size: 1em;
	}
	#inner-wrapper {
		width: 75%;
	}
	.heading {
		width: 90%;
	}
	.heading h2 {
		width: 100%;
		font-size: 1.7em;
	}
	.white-line {
		width: 100%;
	}
	section.content-block {
		width: 90%;
	}
	.left {
		float: left;
		margin-right: 40px;
		width: 30%;
	}
	.left figure {
		height: 100%;
		width: 100%;
	}
	.left figure a {
	    width: 100%;
	}
	.right {
	    width: 57%;
	}
	/*footer*/
	.preface {
	    background: #191919 url("../images/top-bg.png") repeat scroll 0 0;
	    border-bottom: 1px solid rgba(236, 179, 100, 0.1);
	    border-top: 1px solid rgba(236, 179, 100, 0.1);
	    float: left;
	    margin-bottom: 40px;
	    width: 100%;
	}
	ul.info {
	    width: 91%;
	}
	ul.info li {
	    width: 31%;
	}
	ul#footer-inside {
		width: 90%;
	}
	.col-md-3 {
	    width: 45%;
	}
	.col-md-6 {
	    width: 95%;
	}
	ul#footer-inside &gt; .col-md-3 {
	    margin-bottom: 15px;
	}
	/*page evenement*/
	#slideshow_sem img {
	    height: auto;
	    margin: 0 0 0 38px;
	    width: 99.7%;
	}
	/*GALERIE*/
	.col-md-2 {
	    width: 22%;
	}
	/*SEMINAIRE*/
	#slideshow_sem {
		margin: 90px 0 0 -79px;
		width: 100%;
	}
	#slideshow_sem img {
		margin: 0 0 0 39px;
		width: 110%;
	}

}

/*IPAD 2 H*/
@media only screen and (max-width: 990px) {
	/*Header*/
	#top {
	    width: 100%;
	}
	nav#primary {
	    width: 100%;
	}
	nav#primary ul.main-menu a {
	    font-size: 0.65em;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    transition: all 0.3s ease-out 0s;
	}
	.next.active &gt; a, .next &gt; a:hover {
	    background: #c01624 none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	.next &gt; a {
	    background: #ffffff none repeat scroll 0 0;
	    color: #c01624;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	#slideshow img {
	    width: 100%;
	}
	.marge03 {
	    margin: -30% 0 0 22%;
	}
	/*corps*/
	#inner-wrapper {
		box-shadow: none;
	}
	#shadow {
		background: transparent;
	}
	#slideshow {
	    margin: 244px auto -69px;
	}
	.titre_slider {
	    font-size: 1em;
	}
	#inner-wrapper {
		width: 75%;
	}
	.heading {
		width: 90%;
	}
	.heading h2 {
		width: 100%;
		font-size: 1.7em;
	}
	.white-line {
		width: 100%;
	}
	section.content-block {
		width: 90%;
	}
	.left {
		float: left;
		margin-right: 40px;
		width: 30%;
	}
	.left figure {
		height: 100%;
		width: 100%;
	}
	.left figure a {
	    width: 100%;
	}
	.right {
	    width: 57%;
	}
	/*footer*/
	.preface {
	    background: #191919 url("../images/top-bg.png") repeat scroll 0 0;
	    border-bottom: 1px solid rgba(236, 179, 100, 0.1);
	    border-top: 1px solid rgba(236, 179, 100, 0.1);
	    float: left;
	    margin-bottom: 40px;
	    width: 100%;
	}
	ul.info {
	    width: 91%;
	}
	ul.info li {
	    width: 31%;
	}
	ul#footer-inside {
		width: 90%;
	}
	.col-md-3 {
	    width: 40%;
	}
	.col-md-6 {
	    width: 95%;
	}
	ul#footer-inside &gt; .col-md-3 {
	    margin-bottom: 15px;
	}
	/*page evenement*/
	#slideshow_sem img {
	    height: auto;
	    margin: 0 0 0 38px;
	    width: 99.7%;
	}
	/*GALERIE*/
	.col-md-2 {
	    width: 28%;
	}
	/*SEMINAIRE*/
	#slideshow_sem {
		margin: 90px 0 -60px -78px;
		width: 100%;
	}
	#slideshow_sem img {
		margin: 0 0 0 39px;
		width: 110%;
	}

}


/*IPAD 2 V et tel grand*/
@media only screen and (max-width: 768px) {
	/*Header*/
	#top {
	    width: 100%;
	}
	.logo_h1 {
	    font-size: 0.8em;
	}
	nav#primary {
	    width: 100%;
	}
	nav#primary ul.main-menu a {
	    font-size: 0.6em;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    transition: all 0.3s ease-out 0s;
	}
	.next.active &gt; a, .next &gt; a:hover {
	    background: #c01624 none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	.next &gt; a {
	    background: #ffffff none repeat scroll 0 0;
	    color: #c01624;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	#slideshow img {
	    width: 100%;
	}
	.marge03 {
	    margin: -30% 0 0 22%;
	}
	/*corps*/
	#inner-wrapper {
		box-shadow: none;
	}
	#shadow {
		background: transparent;
	}
	#slideshow {
	    margin: 244px auto -69px;
	}
	.titre_slider {
	    font-size: 1em;
	}
	#inner-wrapper {
		width: 92%;
		 margin: 0 52px;
	}
	#social {
		left: 0;
		position: fixed;
		top: 0;
	}
	.heading {
		width: 90%;
	}
	.heading h2 {
		width: 100%;
		font-size: 1.7em;
	}
	.white-line {
		width: 100%;
	}
	section.content-block {
		width: 90%;
	}
	.left {
		float: left;
		margin-right: 40px;
		width: 30%;
	}
	.left figure {
		height: 100%;
		width: 100%;
	}
	.left figure a {
	    width: 100%;
	}
	.right {
	    width: 57%;
	}
	/*footer*/
	.preface {
	    background: #191919 url("../images/top-bg.png") repeat scroll 0 0;
	    border-bottom: 1px solid rgba(236, 179, 100, 0.1);
	    border-top: 1px solid rgba(236, 179, 100, 0.1);
	    float: left;
	    margin-bottom: 40px;
	    width: 100%;
	}
	ul.info {
	    width: 91%;
	}
	ul.info li {
	    width: 31%;
	}
	ul#footer-inside {
		width: 90%;
	}
	.col-md-3 {
	    width: 44%;
	}
	.col-md-6 {
	    width: 95%;
	}
	ul#footer-inside &gt; .col-md-3 {
	    margin-bottom: 15px;
	}
	/*page evenement*/
	#slideshow_sem img {
	    height: auto;
	    margin: 0 0 0 38px;
	    width: 110%;
	}

}
/*TEL*/
@media only screen and (max-width: 640px) {
	/*Header*/
	#top {
	    width: 100%;
	}
	.logo_h1 {
	    font-size: 0.8em;
	}
	nav#primary {
	    width: 100%;
	}
	nav#primary ul.main-menu a {
	    font-size: 0.6em;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    transition: all 0.3s ease-out 0s;
	}
	.next.active &gt; a, .next &gt; a:hover {
	    background: #c01624 none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	.next &gt; a {
	    background: #ffffff none repeat scroll 0 0;
	    color: #c01624;
	    padding: 20px 6px;
	    text-decoration: none;
	}
	#slideshow img {
	    width: 100%;
	}
	.marge03 {
	    margin: -30% 0 0 22%;
	}
	/*corps*/
	#inner-wrapper {
		box-shadow: none;
	}
	#shadow {
		background: transparent;
	}
	#slideshow {
	    margin: 244px auto -100px;
	}
	.titre_slider {
	    font-size: 1em;
	}
	#inner-wrapper {
		margin: 0;
		width: 100%;
	}
	#social {
    left: 38%;
    position: absolute;
    top: 0;
}
	.content-wrap, .general, .content-page {
		border-radius: 0;
		width: 100%;
	}
	.content-page {
    float: left;
    margin: 0 0 40px;
}
	.heading {
		width: 90%;
	}
	.heading h2 {
    font-size: 1.4em;
    width: 100%;
}
#social &gt; a {
    float: left;
    display: block;
    height: 25px;
    margin-bottom: 5px;
    text-indent: -99999px;
    width: 25px;
}
#social a.facebook {background-size: cover;}
#social a.google {background-size: cover;}
#social a.tripadvisor {background-size: cover;}
	.white-line {
		width: 100%;
	}
	section.content-block {
		width: 90%;
	}
	.left {
		float: left;
		width: 85%;
		margin: 0 auto 15px;
	}
	.left figure {
		height: 100%;
		width: 100%;
	}
	.left figure a {
	    width: 100%;
	     height: 253px;
	}
	.right {
	    width: 100%;
	}
	/*footer*/
	.preface {
	    background: #191919 url("../images/top-bg.png") repeat scroll 0 0;
	    border-bottom: 1px solid rgba(236, 179, 100, 0.1);
	    border-top: 1px solid rgba(236, 179, 100, 0.1);
	    float: left;
	    margin-bottom: 40px;
	    width: 100%;
	}
	ul.info {
	    width: 91%;
	}
	ul.info li {
	    width: 100%;
	    margin: 15px 0;
	}
	ul#footer-inside {
		width: 90%;
	}
	.col-md-3 {
	    width: 90%;
	}
	.col-md-6 {
	    width: 90%;
	}
	ul#footer-inside &gt; .col-md-3 {
	    margin-bottom: 15px;
	}
	/*page evenement*/
	#slideshow_sem img {
	    height: auto;
	    margin: 0 0 0 38px;
	    width: 110%;
	}

	#image1 a, #image2  a, #image3 a, #image4 a {
		background-size: cover;
	}
	h3 {
		font-size: 1em;
		margin-bottom: 10px;
	}
	
}
/*VERIF TEL*/

@media only screen and (max-width: 500px) {
	html, body {
    background: transparent ;
    overflow-x: hidden;
}
.titre_slider {
    background-color: rgba(0, 0, 0, 0);
    color:transparent;
}
.span_slider.rouge{
    color:transparent;
}
#slideshow {
    margin: 233px auto -195px;
}
.right {
    width: 85%;
}
.content-page {
    float: left;
    margin: 0 0 40px;
}

.content-page-wrap {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin: 40px;
    width: 79%;
}
.col-md-4 {
    width: 100%;
}
.col-md-8 {
    width: 100%;
}
.col-md-8 &gt; h3 {
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
.events-left.col-md-12.ligne {
    border-bottom: 2px solid red;
}
.col-md-2 {
    height: auto;
    width: 44%;
}
.boxgrid {
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slideshow_sem {
    margin: 135px 0 -105px -78px;
    width: 100%;
}
.content-page-wrap {
    width: 91%;
}
.content-page-wrap.tel {
    width: 81%;
}




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